body {
  background: #E7EBEF;
}
#content .bread {
  font-family: k;
  font-weight: normal;
  font-size: 14px;
  color: #999999;
  margin-bottom: 16px;
}
#content .game-detail {
  width: 1200px;
  background: #FFFFFF;
  border-radius: 24px;
  margin-bottom: 20px;
  padding: 24px 24px 10px;
}
#content .game-detail .top {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
#content .game-detail .top .game-img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 13px;
}
#content .game-detail .top .t-c {
  margin-right: 8px;
}
#content .game-detail .top .t-c h3 {
  height: 56px;
  font-family: b;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #586168;
}
#content .game-detail .top .t-c .layui-rate {
  margin-top: -1px;
}
#content .game-detail .cont {
  display: flex;
  margin-bottom: 12px;
}
#content .game-detail .cont .swiper {
  margin-right: 8px;
  width: 500px;
  height: 280px;
  overflow: hidden;
  border-radius: 16px;
  position: relative;
}
#content .game-detail .cont .swiper .swiper-wrapper .swiper-slide {
  width: auto !important;
  margin-right: 9px;
}
#content .game-detail .cont .swiper .swiper-wrapper .swiper-slide:last-child {
  margin-right: 0;
}
#content .game-detail .cont .swiper .swiper-wrapper .swiper-slide img {
  height: 280px;
  border-radius: 16px;
}
#content .game-detail .cont .ad-box {
  margin-bottom: 16px;
  width: 336px;
}
#content .game-detail .cont .ad-box .ad-title {
  font-family: k;
  font-weight: normal;
  font-size: 12px;
  color: #999999;
  text-align: center;
}
#content .game-detail .cont .edition .top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  width: 300px;
  height: 60px;
  background: #ededed;
  border-radius: 12px;
  padding: 0 4px;
}
#content .game-detail .cont .edition .top button {
  border: none;
  width: 145px;
  height: 44px;
  border-radius: 12px;
  font-family: b;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#content .game-detail .cont .edition .top button img {
  width: 28px;
  height: 28px;
}
#content .game-detail .cont .edition .tb1,
#content .game-detail .cont .edition .tb2 {
  background-color: #EDEDED;
  border-radius: 24px;
}
#content .game-detail .cont .edition .tb1 .hang,
#content .game-detail .cont .edition .tb2 .hang {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
}
#content .game-detail .cont .edition .tb1 .hang:last-child,
#content .game-detail .cont .edition .tb2 .hang:last-child {
  border-bottom: none;
}
#content .game-detail .cont .edition .tb1 .hang span,
#content .game-detail .cont .edition .tb2 .hang span {
  height: 70px;
  line-height: 70px;
}
#content .game-detail .cont .edition .tb1 .hang .span1,
#content .game-detail .cont .edition .tb2 .hang .span1 {
  width: 32%;
  font-family: k;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  color: #333333;
  text-indent: 1em;
}
#content .game-detail .cont .edition .tb1 .hang .span2,
#content .game-detail .cont .edition .tb2 .hang .span2 {
  width: 68%;
  font-family: k;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  color: #333333;
}
#content .game-detail .cont .edition .tb2 {
  display: none;
}
#content .game-detail .tags {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#content .game-detail .tags a {
  padding: 10px 16px;
  box-sizing: border-box;
  background: #F8F8F8;
  border-radius: 8px;
  margin: 0 8px 8px 0;
  font-family: m;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #333333;
}
#content .game-detail .tags a:hover {
  background: #2B7DFC;
  color: #fff;
}
#content .editor {
  width: 100%;
  background: #fff;
  border-radius: 24px;
  margin-bottom: 15px;
  padding: 24px;
  box-sizing: border-box;
}
#content .editor .ti {
  text-align: center;
  height: 20px;
  font-size: 18px;
  font-family: b;
  font-weight: bold;
  color: #586168;
  line-height: 20px;
}
#content .editor .text {
  display: flex;
  margin-bottom: 15px;
}
#content .editor .text:last-child {
  margin-bottom: 0;
}
#content .editor .text img {
  margin: 6px 10px 0 0;
  width: 22px;
  height: 22px;
}
#content .editor .text .ed-r {
  width: calc(100% - 46px);
  display: flex;
  flex-direction: column;
}
#content .editor .text .ed-r .name {
  font-size: 16px;
  font-family: b;
  font-weight: bold;
  color: #586168;
}
#content .editor .text .ed-r .talk {
  font-size: 14px;
  font-family: k;
  font-weight: normal;
  color: #666666;
  line-height: 20px;
}
#content .desc {
  width: 100%;
  background: #FFFFFF;
  border-radius: 24px;
  padding: 24px;
  margin-bottom: 22px;
}
#content .desc h3 {
  text-align: center;
  height: 20px;
  font-size: 18px;
  font-family: b;
  font-weight: bold;
  color: #586168;
  line-height: 20px;
  margin-bottom: 15px;
}
#content .desc h4 {
  font-size: 16px;
  font-family: b;
  font-weight: bold;
  color: #586168;
  margin-bottom: 15px;
}
#content .desc .de-text {
  font-size: 16px;
  font-family: l;
  font-weight: bold;
  color: #586168;
  margin-bottom: 15px;
}
#content .desc .de-text:last-child {
  margin-bottom: 0;
}
#content .ad-box {
  margin-bottom: 16px;
}
#content .ad-box .ad-title {
  font-family: k;
  font-weight: normal;
  font-size: 12px;
  color: #999999;
  text-align: center;
}
#content .get-game {
  width: 100%;
  height: 76px;
  background: #2B7DFC;
  border-radius: 24px;
  margin-bottom: 20px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}
#content .get-game span {
  font-family: b;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
}
#content .get-game img {
  width: 28px;
  height: 28px;
}
#content .get-game:hover {
  background-color: #FF9851;
}
#content .zhushi {
  width: 100%;
  background: #FFFFFF;
  border-radius: 12px;
  margin-bottom: 34px;
  padding: 20px 24px;
  display: flex;
}
#content .zhushi img {
  width: 44px;
  height: 44px;
  margin-right: 12px;
}
#content .zhushi .zhushi-r div:first-child {
  font-family: l;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
}
#content .zhushi .zhushi-r div:last-child {
  font-family: l;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #999999;
}
#content .interactions {
  width: 100%;
  border-radius: 24px;
  background-color: #fff;
  overflow: hidden;
  padding-bottom: 24px;
  box-sizing: border-box;
  margin-bottom: 16px;
}
#content .interactions .top {
  width: 100%;
  height: 68px;
  border-bottom: 1px solid #F1F1F1;
  padding: 0 24px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
#content .interactions .top .top_ti {
  height: 20px;
  font-size: 18px;
  font-family: b;
  font-weight: bold;
  color: #586168;
  line-height: 20px;
  margin-top: 23px;
  display: inline-block;
}
#content .interactions .top .option {
  margin-top: 12px;
  width: 152px;
  height: 42px;
  background: #FFFFFF;
  box-shadow: 0px 2px 12px 1px rgba(201, 196, 196, 0.25);
  border-radius: 10px 10px 10px 10px;
  opacity: 1;
  padding-top: 11px;
  box-sizing: border-box;
  position: relative;
}
#content .interactions .top .option .option_text {
  width: 83px;
  font-size: 16px;
  font-family: k;
  font-weight: normal;
  color: #D2D2D2;
  padding-left: 14px;
}
#content .interactions .top .option .option_div {
  position: absolute;
  top: 5px;
  right: 5px;
  display: inline-block;
}
#content .interactions .top .option .option_div img {
  width: 32px;
  height: 32px;
}
#content .interactions .top .option ul {
  position: absolute;
  top: 48px;
  left: 0;
  z-index: 99;
  border-radius: 10px;
  overflow: hidden;
}
#content .interactions .top .option ul li {
  width: 152px;
  height: 42px;
  background: #fff;
  padding-left: 16px;
  box-sizing: border-box;
  line-height: 42px;
  font-size: 16px;
  font-family: k;
  font-weight: normal;
  color: #999999;
}
#content .interactions .top .option ul li:hover {
  color: #2B7DFC;
  background-color: #F3F8FF;
}
#content .interactions .pinglun {
  height: 186px;
  padding: 13px 26px;
  box-sizing: border-box;
}
#content .interactions .pinglun span {
  font-size: 16px;
  font-family: k;
  font-weight: normal;
  color: #586168;
}
#content .interactions .pinglun .form {
  position: relative;
}
#content .interactions .pinglun .form input {
  width: 506px;
  height: 42px;
  background: #F1F1F1;
  border-radius: 8px;
  text-indent: 1em;
  border: none;
  font-size: 16px;
  font-family: l;
  font-weight: 300;
  color: #999;
  margin: 10px 0;
}
#content .interactions .pinglun .form input:first-child {
  margin-right: 9px;
}
#content .interactions .pinglun .form textarea {
  width: 1025px;
  height: 80px;
  background: #F1F1F1;
  border-radius: 8px;
  box-sizing: border-box;
  border: none;
  font-size: 16px;
  font-family: l;
  font-weight: 300;
  color: #999;
  padding: 15px 0 0 15px;
  margin-right: 6px;
}
#content .interactions .pinglun .form button {
  width: 114px;
  height: 80px;
  background: #2B7DFC;
  border-radius: 10px;
  border: none;
  font-size: 16px;
  font-family: b;
  font-weight: bold;
  color: #FFFFFF;
  position: absolute;
  right: 0;
}
#content .interactions .pinglun .form button:hover {
  box-shadow: 0px 4px 15px 1px #93BDFF;
}
#content .interactions .pinglun_list {
  width: 100%;
  padding: 24px;
  box-sizing: border-box;
}
#content .interactions .pinglun_list .one-pl {
  display: flex;
  border-top: 1px solid #F1F1F1;
  padding: 25px 0;
  box-sizing: border-box;
}
#content .interactions .pinglun_list .one-pl img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin-right: 15px;
}
#content .interactions .pinglun_list .one-pl .pl-r {
  width: calc(100% - 60px);
}
#content .interactions .pinglun_list .one-pl .pl-r .span1 {
  font-size: 16px;
  font-family: k;
  font-weight: normal;
  color: #999999;
}
#content .interactions .pinglun_list .one-pl .pl-r .one-cont {
  display: flex;
  justify-content: space-between;
}
#content .interactions .pinglun_list .one-pl .pl-r .one-cont .text,
#content .interactions .pinglun_list .one-pl .pl-r .one-cont .time {
  font-size: 14px;
  font-family: k;
  font-weight: normal;
  color: #586168;
}
#content .interactions .pinglun_list .one-pl .pl-r .one-cont .text {
  margin-right: 20px;
}
#content .interactions .paging {
  width: 100%;
  height: 50px;
  text-align: center;
}
#content .interactions .paging ul {
  display: inline-block;
  overflow: hidden;
}
#content .interactions .paging ul li {
  float: left;
  width: 29px;
  height: 31px;
  border-radius: 4px;
  border: 1px solid #CCCCCC;
  font-size: 14px;
  font-family: m;
  font-weight: 400;
  color: #CCCCCC;
  text-align: center;
  line-height: 31px;
  margin-right: 12px;
}
#content .interactions .paging ul li:nth-child(2) {
  width: 32px;
  height: 32px;
  background: #2B7DFC;
  border-radius: 4px;
  border: none;
  color: #fff;
}
#content .recommend {
  width: 100%;
  background: #fff;
  border-radius: 24px;
  padding: 24px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
#content .recommend h3 {
  font-size: 18px;
  font-family: b;
  font-weight: bold;
  color: #586168;
  margin-bottom: 8px;
}
#content .recommend .game-list {
  display: grid;
  grid-template-columns: repeat(10, minmax(50px, 1fr));
  grid-gap: 16px;
}
#content .recommend .game-list .one {
  grid-area: 2/2/4/4;
}
#content .recommend .game-list .two {
  grid-area: 3/6/5/8;
}
#content .recommend .game-list li a {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 100%;
  border-radius: 20px;
  border: 3px solid #FFFFFF;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
}
#content .recommend .game-list li a img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
  z-index: 1;
}
#content .recommend .game-list li a .title-box {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0px;
  z-index: 2;
  display: none;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
}
#content .recommend .game-list li a .title-box span {
  padding: 0 8px;
  font-family: m;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
}
#content .recommend .game-list li:hover {
  transform: scale(1.1);
}
#content .recommend .game-list li:hover a img {
  border-color: #fff;
}
#content .recommend .game-list li:hover a .title-box {
  display: flex;
}
.btns {
  background: #fff !important;
}
.yincang {
  display: none;
}
@media (min-width: 860px) and (max-width: 1200px) {
  #content {
    padding: 12px ;
  }
  #content .game-detail {
    width: 100%;
    padding: 12px;
    flex-direction: column;
  }
  #content .game-detail .top .t-c .layui-rate {
    margin-top: -1px;
  }
  #content .game-detail .cont {
    flex-direction: column;
  }
  #content .game-detail .cont .swiper {
    width: 100%;
    margin-bottom: 12px;
  }
  #content .game-detail .cont .ad-box {
    width: 100%;
  }
  #content .game-detail .cont .edition .top {
    width: 100%;
  }
  #content .game-detail .cont .edition .top button {
    width: calc((100% - 10px) / 2);
  }
  #content .interactions {
    width: 100%;
  }
  #content .interactions .pinglun {
    height: auto;
  }
  #content .interactions .pinglun .form input {
    width: 100%;
  }
  #content .interactions .pinglun .form textarea {
    width: 100%;
  }
  #content .interactions .pinglun .form button {
    position: initial;
    width: 100%;
    height: 40px;
    margin-top: 10px;
  }
  #content .interactions .pinglun_list .one-pl .pl-r .one-cont {
    flex-direction: column;
    align-items: end;
  }
  #content .interactions .pinglun_list .one-pl .pl-r .one-cont .text {
    margin-right: 0px;
  }
  #content .recommend .game-list {
    grid-template-columns: repeat(8, minmax(50px, 1fr));
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  #content {
    padding: 12px ;
  }
  #content .game-detail {
    width: 100%;
    padding: 12px;
    flex-direction: column;
  }
  #content .game-detail .top .t-c .layui-rate {
    margin-top: -1px;
  }
  #content .game-detail .cont {
    flex-direction: column;
  }
  #content .game-detail .cont .swiper {
    width: 100%;
    margin-bottom: 12px;
  }
  #content .game-detail .cont .ad-box {
    width: 100%;
  }
  #content .game-detail .cont .edition .top {
    width: 100%;
  }
  #content .game-detail .cont .edition .top button {
    width: calc((100% - 10px) / 2);
  }
  #content .interactions {
    width: 100%;
  }
  #content .interactions .pinglun {
    height: auto;
  }
  #content .interactions .pinglun .form input {
    width: 100%;
  }
  #content .interactions .pinglun .form textarea {
    width: 100%;
  }
  #content .interactions .pinglun .form button {
    position: initial;
    width: 100%;
    height: 40px;
    margin-top: 10px;
  }
  #content .interactions .pinglun_list .one-pl .pl-r .one-cont {
    flex-direction: column;
    align-items: end;
  }
  #content .interactions .pinglun_list .one-pl .pl-r .one-cont .text {
    margin-right: 0px;
  }
  #content .recommend .game-list {
    grid-template-columns: repeat(6, minmax(50px, 1fr));
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  #content {
    padding: 12px;
  }
  #content .game-detail {
    width: 100%;
    padding: 12px;
    flex-direction: column;
  }
  #content .game-detail .top .t-c .layui-rate {
    margin-top: -1px;
  }
  #content .game-detail .cont {
    flex-direction: column;
  }
  #content .game-detail .cont .swiper {
    width: 100%;
    margin-bottom: 12px;
  }
  #content .game-detail .cont .ad-box {
    width: 100%;
  }
  #content .game-detail .cont .edition .top {
    width: 100%;
  }
  #content .game-detail .cont .edition .top button {
    width: calc((100% - 10px) / 2);
  }
  #content .interactions {
    width: 100%;
  }
  #content .interactions .pinglun {
    height: auto;
  }
  #content .interactions .pinglun .form input {
    width: 100%;
  }
  #content .interactions .pinglun .form textarea {
    width: 100%;
  }
  #content .interactions .pinglun .form button {
    position: initial;
    width: 100%;
    height: 40px;
    margin-top: 10px;
  }
  #content .interactions .pinglun_list .one-pl .pl-r .one-cont {
    flex-direction: column;
    align-items: end;
  }
  #content .interactions .pinglun_list .one-pl .pl-r .one-cont .text {
    margin-right: 0px;
  }
  #content .recommend .game-list {
    grid-template-columns: repeat(5, minmax(50px, 1fr));
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  #content {
    padding: 12px ;
  }
  #content .game-detail {
    width: 100%;
    padding: 12px;
    flex-direction: column;
  }
  #content .game-detail .top .t-c .layui-rate {
    margin-top: -1px;
  }
  #content .game-detail .cont {
    flex-direction: column;
  }
  #content .game-detail .cont .swiper {
    width: 100%;
    margin-bottom: 12px;
  }
  #content .game-detail .cont .ad-box {
    width: 100%;
  }
  #content .game-detail .cont .edition .top {
    width: 100%;
  }
  #content .game-detail .cont .edition .top button {
    width: calc((100% - 10px) / 2);
  }
  #content .interactions {
    width: 100%;
  }
  #content .interactions .pinglun {
    height: auto;
  }
  #content .interactions .pinglun .form input {
    width: 100%;
  }
  #content .interactions .pinglun .form textarea {
    width: 100%;
  }
  #content .interactions .pinglun .form button {
    position: initial;
    width: 100%;
    height: 40px;
    margin-top: 10px;
  }
  #content .interactions .pinglun_list .one-pl .pl-r .one-cont {
    flex-direction: column;
    align-items: end;
  }
  #content .interactions .pinglun_list .one-pl .pl-r .one-cont .text {
    margin-right: 0px;
  }
  #content .recommend .game-list {
    margin-bottom: 30px;
    grid-template-columns: repeat(3, minmax(50px, 1fr));
  }
}
