@import url(../css/head-foot.css);
.tan_box {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 11;
  display: none;
}
.tan_box .tan_child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 550px;
  padding: 40px 20px 20px;
  border-radius: 16px;
  background: #FFF;
}
.tan_box .tan_child .cha {
  width: 25px;
  height: 25px;
  position: absolute;
  top: -30px;
  right: 0;
  cursor: pointer;
}
.tan_box .tan_child .title {
  color: #333;
  text-align: left;
  font-family: m;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 24px;
}
.tan_box .tan_child .tan_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.tan_box .tan_child .tan_btn .cancel,
.tan_box .tan_child .tan_btn .continue {
  width: 155px;
  height: 44px;
  border-radius: 8px;
  text-align: center;
  line-height: 44px;
  color: #313132;
}
.tan_box .tan_child .tan_btn .cancel {
  background: rgba(49, 49, 50, 0.2);
  font-family: m;
  font-size: 16px;
  font-weight: 600;
  margin-right: 24px;
}
.tan_box .tan_child .tan_btn .continue {
  background: #F9DE4B;
  font-family: m;
  font-size: 16px;
  font-weight: 600;
}
.tan_box .tan_child .text_box {
  width: 100%;
  padding: 16px;
  border-radius: 16px;
  border: 1px solid #F6F6F6;
  display: flex;
}
.tan_box .tan_child .text_box .gt {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}
.tan_box .tan_child .text_box .text_box_r p {
  color: #999;
  font-family: m;
  font-size: 13px;
  margin-bottom: 4px;
  font-weight: 500;
  line-height: 19.5px;
}
.tan_box .tan_child .text_box .text_box_r p a {
  color: #3B7DFF;
}
.tan_box .tan_child .text_box .text_box_r p:last-child {
  margin-bottom: 0;
}
#content {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: flex-start;
}
#content .cont-l {
  width: 851px;
}
#content .cont-l .game-detail {
  display: flex;
  align-items: center;
  position: relative;
}
#content .cont-l .game-detail .game-img {
  width: 120px;
  height: 120px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  border-radius: 24px;
  margin-right: 16px;
}
#content .cont-l .game-detail .game-information .game-title {
  font-size: 20px;
  font-family: b;
  font-weight: bold;
  color: #333333;
  line-height: 23px;
  margin-bottom: 20px;
}
#content .cont-l .game-detail .game-information .class-list {
  margin-bottom: 16px;
}
#content .cont-l .game-detail .game-information .class-list a {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #666;
  line-height: 16px;
}
#content .cont-l .game-detail .game-information .g-i-btm {
  display: flex;
  align-items: center;
}
#content .cont-l .game-detail .game-information .g-i-btm .fen {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  line-height: 16px;
  margin-right: 3px;
}
#content .cont-l .game-detail .game-information .g-i-btm .xing .layui-rate li i.layui-icon {
  color: #999;
}
#content .cont-l .game-detail .detail_right {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
#content .cont-l .game-detail .detail_right .detail-t-r-t {
  display: flex;
  width: 241px;
  height: 45px;
  box-shadow: 0px 2px 8px 0px rgba(42, 78, 74, 0.5);
  border-radius: 8px 8px 8px 8px;
}
#content .cont-l .game-detail .detail_right .detail-t-r-t .l {
  display: flex;
  align-items: center;
  background: #388ADE;
  width: 100%;
  justify-content: center;
  border-radius: 8px;
}
#content .cont-l .game-detail .detail_right .detail-t-r-t .l img {
  width: 20px;
  height: 20px;
  margin-right: 6px;
}
#content .cont-l .game-detail .detail_right .detail-t-r-t .l span {
  font-family: l;
  font-weight: 600;
  font-size: 18px;
  color: #FFFFFF;
}
#content .cont-l .game-detail .detail_right .detail-t-r-t .l-one {
  display: flex;
  align-items: center;
  background: #388ADE;
  width: 100%;
  justify-content: center;
  border-radius: 8px;
}
#content .cont-l .game-detail .detail_right .detail-t-r-t .l-one img {
  width: 20px;
  height: 20px;
  margin-right: 6px;
}
#content .cont-l .game-detail .detail_right .detail-t-r-t .l-one span {
  font-family: l;
  font-weight: 600;
  font-size: 18px;
  color: #FFFFFF;
}
#content .cont-l .game-detail .detail_right .virus {
  display: flex;
  align-items: center;
  margin-top: 8px;
  justify-content: center;
}
#content .cont-l .game-detail .detail_right .virus img {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
#content .cont-l .game-detail .detail_right .virus span {
  display: block;
  color: #666666;
  font-size: 14px;
  font-family: M;
}
#content .cont-l .game-detail .detail_right .virus span a {
  color: #666666;
  font-size: 14px;
  font-family: M;
  text-decoration: underline !important;
}
#content .cont-l .gg {
  margin-bottom: 8px;
}
#content .cont-l .gg .gg-title {
  width: 100%;
  height: 15px;
  font-size: 12px;
  font-family: m;
  font-weight: 500;
  color: #d3cbcb;
  line-height: 15px;
  text-align: center;
}
#content .cont-l .gg .gg-cont {
  width: 851px;
  min-height: 200px;
  background: #F5F5F5;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
}
#content .cont-l .m-gg {
  margin-bottom: 8px;
  display: none;
}
#content .cont-l .m-gg .gg-title {
  width: 100%;
  height: 15px;
  font-size: 12px;
  font-family: m;
  font-weight: 500;
  color: #d3cbcb;
  line-height: 15px;
  text-align: center;
}
#content .cont-l .m-gg .gg-cont {
  width: 100%;
  min-height: 200px;
  background: #F5F5F5;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
}
#content .cont-l .fuwenben {
  font-family: m;
}
#content .cont-l .fuwenben p {
  line-height: 21px;
  color: #666;
}
#content .cont-l .lb {
  position: relative;
  margin-bottom: 8px;
  width: 100%;
}
#content .cont-l .lb .swiper {
  overflow: hidden;
}
#content .cont-l .lb .swiper .swiper-wrapper .swiper-slide {
  width: auto !important;
  margin-right: 9px;
}
#content .cont-l .lb .swiper .swiper-wrapper .swiper-slide:last-child {
  margin-right: 0;
}
#content .cont-l .lb .swiper .swiper-wrapper .swiper-slide img {
  border-radius: 16px;
  height: 268px;
}
#content .cont-l .lb .swiper-button-prev,
#content .cont-l .lb .swiper-button-next {
  position: absolute;
  top: 50%;
}
#content .cont-l .lb .swiper-button-prev {
  left: 0;
}
#content .cont-l .lb .swiper-button-next {
  right: 0;
}
#content .cont-l .google,
#content .cont-l .ios {
  width: 100%;
  height: 48px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  line-height: 21px;
}
#content .cont-l .google img,
#content .cont-l .ios img {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
#content .cont-l .google:hover .go-img,
#content .cont-l .ios:hover .go-img,
#content .cont-l .google:hover .ios-img,
#content .cont-l .ios:hover .ios-img {
  display: none;
}
#content .cont-l .google:hover .go-img1,
#content .cont-l .ios:hover .go-img1,
#content .cont-l .google:hover .ios-img1,
#content .cont-l .ios:hover .ios-img1 {
  display: block;
}
#content .cont-l .google .go-img1,
#content .cont-l .ios .go-img1,
#content .cont-l .google .ios-img1,
#content .cont-l .ios .ios-img1 {
  display: none;
}
#content .cont-l .google {
  background: rgba(59, 134, 98, 0.2);
  color: #3B8662;
  margin-bottom: 12px;
}
#content .cont-l .google:hover {
  background-color: #3B8662;
  color: #fff;
}
#content .cont-l .ios {
  background: rgba(49, 49, 50, 0.2);
  color: #313132;
  margin-bottom: 16px;
}
#content .cont-l .ios:hover {
  background-color: #313132;
  color: #fff;
}
#content .cont-l .latest1,
#content .cont-l .older1,
#content .cont-l .latest-hui1 {
  display: none !important;
}
#content .cont-l .latest,
#content .cont-l .older {
  width: 100%;
  height: 48px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  line-height: 21px;
}
#content .cont-l .latest img,
#content .cont-l .older img {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
#content .cont-l .latest:hover .la-img,
#content .cont-l .older:hover .la-img,
#content .cont-l .latest:hover .ol-img,
#content .cont-l .older:hover .ol-img {
  display: none;
}
#content .cont-l .latest:hover .la-img1,
#content .cont-l .older:hover .la-img1,
#content .cont-l .latest:hover .ol-img1,
#content .cont-l .older:hover .ol-img1 {
  display: block;
}
#content .cont-l .latest .la-img1,
#content .cont-l .older .la-img1,
#content .cont-l .latest .ol-img1,
#content .cont-l .older .ol-img1 {
  display: none;
}
#content .cont-l .latest {
  background: rgba(54, 123, 246, 0.2);
  color: #367BF6;
  margin-bottom: 12px;
}
#content .cont-l .latest:hover {
  background-color: #367BF6;
  color: #fff;
}
#content .cont-l .older {
  background: rgba(54, 123, 246, 0.2);
  color: #367BF6;
  margin-bottom: 16px;
}
#content .cont-l .older:hover {
  background-color: #367BF6;
  color: #fff;
}
#content .cont-l .latest-hui {
  width: 100%;
  height: 48px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  line-height: 21px;
  background: #F5F5F5;
  position: relative;
}
#content .cont-l .latest-hui img {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
#content .cont-l .latest-hui:hover .info {
  display: flex;
}
#content .cont-l .latest-hui .info {
  position: absolute;
  width: 100%;
  height: 34px;
  left: 50%;
  bottom: -26px;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #F5F5F5;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  display: none;
  align-items: center;
  justify-content: center;
}
#content .cont-l .latest-hui .info img {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
#content .cont-l .latest-hui .info span {
  font-family: m;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #666666;
}
#content .cont-l .additional {
  margin-bottom: 4px;
}
#content .cont-l .additional h3 {
  font-size: 18px;
  font-family: b;
  font-weight: bold;
  color: #111111;
  line-height: 21px;
  margin-bottom: 8px;
}
#content .cont-l .additional .add-box {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}
#content .cont-l .additional .add-box .span1 {
  width: 150px;
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  margin-right: 24px;
}
#content .cont-l .additional .add-box .span2 {
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #666666;
}
#content .cont-l .additional .add-box .span3 {
  color: #559FF8;
}
#content .cont-l .similat-app h3 {
  font-size: 18px;
  font-family: b;
  font-weight: bold;
  color: #111111;
  line-height: 21px;
  margin-bottom: 8px;
}
#content .cont-l .similat-app .si-app-list {
  display: flex;
  flex-wrap: wrap;
}
#content .cont-l .similat-app .si-app-list .one-app {
  width: 135px;
  border-radius: 16px;
  padding: 12px;
  box-sizing: border-box;
  margin-right: 8px;
}
#content .cont-l .similat-app .si-app-list .one-app img {
  width: 111px;
  object-fit: cover;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  border-radius: 24px;
  margin-bottom: 4px;
}
#content .cont-l .similat-app .si-app-list .one-app .name {
  width: 100%;
  height: 18px;
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #333333;
  line-height: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#content .cont-l .similat-app .si-app-list .one-app .score {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #333333;
  line-height: 16px;
}
#content .cont-l .similat-app .si-app-list .one-app .score .xing {
  width: 12px;
  height: 12px;
  border-radius: 0;
  box-shadow: none;
}
#content .cont-l .similat-app .si-app-list .one-app:hover {
  background-color: #F5F5F5;
}
#content .cont-l .similat-app .si-app-list .one-app:nth-child(6n) {
  margin-right: 0;
}
#content .cont-l .ratings {
  margin-bottom: 16px;
}
#content .cont-l .ratings h3 {
  font-size: 18px;
  font-family: b;
  font-weight: bold;
  color: #111111;
  line-height: 21px;
  margin-bottom: 8px;
}
#content .cont-l .ratings .ra-b {
  display: flex;
}
#content .cont-l .ratings .ra-b .ra-b-l {
  margin-right: 16px;
}
#content .cont-l .ratings .ra-b .ra-b-l .score {
  width: 88px;
  height: 82px;
  font-size: 64px;
  font-family: b;
  font-weight: bold;
  color: #111111;
  line-height: 75px;
  text-align: center;
}
#content .cont-l .ratings .ra-b .ra-b-l .total {
  width: 88px;
  height: 18px;
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  line-height: 16px;
  text-align: center;
}
#content .cont-l .ratings .ra-b .ra-b-c {
  margin-right: 16px;
}
#content .cont-l .ratings .ra-b .ra-b-c .one-rating {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
#content .cont-l .ratings .ra-b .ra-b-c .one-rating:last-child {
  margin-bottom: 0;
}
#content .cont-l .ratings .ra-b .ra-b-c .one-rating .proportion {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #666666;
  line-height: 16px;
  display: flex;
  align-items: center;
  margin-right: 8px;
}
#content .cont-l .ratings .ra-b .ra-b-c .one-rating .proportion img {
  width: 14px;
  height: 14px;
  margin-left: 3px;
}
#content .cont-l .ratings .ra-b .ra-b-c .one-rating #total {
  display: none;
}
#content .cont-l .ratings .ra-b .ra-b-c .one-rating .progress {
  position: relative;
  width: 280px;
}
#content .cont-l .ratings .ra-b .ra-b-c .one-rating .progress .progress_hong {
  position: absolute;
  top: 0;
  height: 6px;
  background: #666666;
  border-radius: 20px 20px 20px 20px;
}
#content .cont-l .ratings .ra-b .ra-b-c .one-rating .progress .progress_zi {
  height: 6px;
  background: #F5F5F5;
  border-radius: 20px 20px 20px 20px;
}
#content .cont-l .ratings .ra-b .ra-b-r {
  width: 419px;
  height: 100px;
  background: #F5F5F5;
  border-radius: 8px;
  padding: 38px 100px;
  text-align: center;
  font-size: 16px;
  font-family: b;
  font-weight: bold;
  color: #666666;
  line-height: 21px;
  position: relative;
}
#content .cont-l .ratings .ra-b .ra-b-r .tishi {
  position: absolute;
  top: -25px;
  left: 50px;
  width: 217px;
  height: 59px;
  line-height: 59px;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
  border-radius: 4px 4px 4px 4px;
  opacity: 1;
  border: 1px solid #F5F5F5;
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #666666;
  display: none;
}
#content .cont-l .disclaimer h3,
#content .cont-l .disclaimer .dir-title {
  width: 100%;
  height: 21px;
  font-size: 18px;
  font-family: b;
  font-weight: bold;
  color: #333333;
  line-height: 21px;
  margin-bottom: 12px;
}
#content .cont-l .disclaimer .dir-title {
  margin-bottom: 8px;
  font-size: 16px;
}
#content .cont-l .disclaimer .dir-cont {
  width: 100%;
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #666666;
  line-height: 21px;
  margin-bottom: 8px;
}
#content .cont-r {
  width: 341px;
}
#content .cont-r .gg-r {
  margin-bottom: 16px;
}
#content .cont-r .gg-r .gg-title {
  width: 100%;
  height: 15px;
  font-size: 12px;
  font-family: m;
  font-weight: 500;
  color: #d3cbcb;
  line-height: 15px;
  text-align: center;
}
#content .cont-r .gg-r .gg-cont {
  width: 336px;
  height: 280px;
  background: #F5F5F5;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  margin: 0 auto;
}
#content .cont-r .get-game {
  margin-bottom: 16px;
}
#content .cont-r .get-game h3 {
  width: 100%;
  height: 21px;
  font-size: 18px;
  font-family: b;
  font-weight: bold;
  color: #333333;
  line-height: 21px;
  margin-bottom: 12px;
}
#content .cont-r .get-game .google,
#content .cont-r .get-game .ios {
  width: 100%;
  height: 48px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  line-height: 21px;
}
#content .cont-r .get-game .google img,
#content .cont-r .get-game .ios img {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
#content .cont-r .get-game .google:hover .go-img,
#content .cont-r .get-game .ios:hover .go-img,
#content .cont-r .get-game .google:hover .ios-img,
#content .cont-r .get-game .ios:hover .ios-img {
  display: none;
}
#content .cont-r .get-game .google:hover .go-img1,
#content .cont-r .get-game .ios:hover .go-img1,
#content .cont-r .get-game .google:hover .ios-img1,
#content .cont-r .get-game .ios:hover .ios-img1 {
  display: block;
}
#content .cont-r .get-game .google .go-img1,
#content .cont-r .get-game .ios .go-img1,
#content .cont-r .get-game .google .ios-img1,
#content .cont-r .get-game .ios .ios-img1 {
  display: none;
}
#content .cont-r .get-game .google {
  background: rgba(59, 134, 98, 0.2);
  color: #3B8662;
  margin-bottom: 12px;
}
#content .cont-r .get-game .google:hover {
  background-color: #3B8662;
  color: #fff;
}
#content .cont-r .get-game .ios {
  background: rgba(49, 49, 50, 0.2);
  color: #313132;
  margin-bottom: 16px;
}
#content .cont-r .get-game .ios:hover {
  background-color: #313132;
  color: #fff;
}
#content .cont-r .get-game .latest,
#content .cont-r .get-game .older {
  width: 100%;
  height: 48px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  line-height: 21px;
}
#content .cont-r .get-game .latest img,
#content .cont-r .get-game .older img {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
#content .cont-r .get-game .latest:hover .la-img,
#content .cont-r .get-game .older:hover .la-img,
#content .cont-r .get-game .latest:hover .ol-img,
#content .cont-r .get-game .older:hover .ol-img {
  display: none;
}
#content .cont-r .get-game .latest:hover .la-img1,
#content .cont-r .get-game .older:hover .la-img1,
#content .cont-r .get-game .latest:hover .ol-img1,
#content .cont-r .get-game .older:hover .ol-img1 {
  display: block;
}
#content .cont-r .get-game .latest .la-img1,
#content .cont-r .get-game .older .la-img1,
#content .cont-r .get-game .latest .ol-img1,
#content .cont-r .get-game .older .ol-img1 {
  display: none;
}
#content .cont-r .get-game .latest-hui {
  width: 100%;
  height: 48px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  line-height: 21px;
  background: #F5F5F5;
  position: relative;
}
#content .cont-r .get-game .latest-hui img {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
#content .cont-r .get-game .latest-hui:hover .info {
  display: flex;
}
#content .cont-r .get-game .latest-hui .info {
  position: absolute;
  width: 100%;
  left: 50%;
  bottom: -26px;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #F5F5F5;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  display: none;
  align-items: center;
  justify-content: center;
}
#content .cont-r .get-game .latest-hui .info img {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
#content .cont-r .get-game .latest-hui .info span {
  font-family: m;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #666666;
}
#content .cont-r .top-games,
#content .cont-r .top-apps {
  margin-bottom: 16px;
}
#content .cont-r .top-games h3,
#content .cont-r .top-apps h3 {
  width: 100%;
  height: 21px;
  font-size: 18px;
  font-family: b;
  font-weight: bold;
  color: #333333;
  line-height: 21px;
  margin-bottom: 8px;
}
#content .cont-r .top-games .top-game-list,
#content .cont-r .top-apps .top-game-list {
  flex-wrap: wrap;
}
#content .cont-r .top-games .top-game-list .one-top-game,
#content .cont-r .top-apps .top-game-list .one-top-game {
  border-radius: 16px;
  display: flex;
  align-items: center;
  padding: 12px;
}
#content .cont-r .top-games .top-game-list .one-top-game:hover,
#content .cont-r .top-apps .top-game-list .one-top-game:hover {
  background-color: #F5F5F5;
}
#content .cont-r .top-games .top-game-list .one-top-game .game-img,
#content .cont-r .top-apps .top-game-list .one-top-game .game-img {
  width: 70px;
  object-fit: cover;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  border-radius: 24px;
  margin-right: 16px;
}
#content .cont-r .top-games .top-game-list .one-top-game .game-information,
#content .cont-r .top-apps .top-game-list .one-top-game .game-information {
  width: calc(100% - 82px);
}
#content .cont-r .top-games .top-game-list .one-top-game .game-information .game-title,
#content .cont-r .top-apps .top-game-list .one-top-game .game-information .game-title {
  display: block;
  width: 100%;
  height: 21px;
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #333333;
  line-height: 19px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 4px;
}
#content .cont-r .top-games .top-game-list .one-top-game .game-information .class-list,
#content .cont-r .top-apps .top-game-list .one-top-game .game-information .class-list {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  height: 16px;
  margin-bottom: 4px;
}
#content .cont-r .top-games .top-game-list .one-top-game .game-information .class-list a,
#content .cont-r .top-apps .top-game-list .one-top-game .game-information .class-list a {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #367BF6;
  line-height: 16px;
  text-decoration: underline;
  margin-right: 3px;
}
#content .cont-r .top-games .top-game-list .one-top-game .game-information .g-i-btm,
#content .cont-r .top-apps .top-game-list .one-top-game .game-information .g-i-btm {
  display: flex;
  align-items: center;
}
#content .cont-r .top-games .top-game-list .one-top-game .game-information .g-i-btm .fen,
#content .cont-r .top-apps .top-game-list .one-top-game .game-information .g-i-btm .fen {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  line-height: 16px;
  margin-right: 3px;
}
#content .cont-r .top-games .top-game-list .one-top-game .game-information .g-i-btm img,
#content .cont-r .top-apps .top-game-list .one-top-game .game-information .g-i-btm img {
  width: 12px;
  height: 12px;
}
#content .cont-r .latest {
  background: rgba(54, 123, 246, 0.2);
  color: #367BF6;
  margin-bottom: 12px;
}
#content .cont-r .latest:hover {
  background-color: #367BF6;
  color: #fff;
}
#content .cont-r .older {
  background: rgba(54, 123, 246, 0.2);
  color: #367BF6;
  margin-bottom: 16px;
}
#content .cont-r .older:hover {
  background-color: #367BF6;
  color: #fff;
}
#content .cont-r .gg-r-long {
  margin-bottom: 16px;
}
#content .cont-r .gg-r-long .gg-title {
  width: 100%;
  height: 15px;
  font-size: 12px;
  font-family: m;
  font-weight: 500;
  color: #d3cbcb;
  line-height: 15px;
  text-align: center;
}
#content .cont-r .gg-r-long .gg-cont {
  width: 300px;
  height: 600px;
  background: #F5F5F5;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  margin: 0 auto;
}
#content .cont-r .editors-choice {
  margin-bottom: 16px;
}
#content .cont-r .editors-choice h3 {
  width: 100%;
  height: 21px;
  font-size: 18px;
  font-family: b;
  font-weight: bold;
  color: #333333;
  line-height: 21px;
  margin-bottom: 8px;
}
#content .cont-r .editors-choice .editors-choice-list {
  flex-wrap: wrap;
}
#content .cont-r .editors-choice .editors-choice-list .one-top-game {
  border-radius: 16px;
  display: flex;
  align-items: center;
  padding: 12px;
}
#content .cont-r .editors-choice .editors-choice-list .one-top-game:hover {
  background-color: #F5F5F5;
}
#content .cont-r .editors-choice .editors-choice-list .one-top-game .game-img {
  width: 70px;
  object-fit: cover;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  border-radius: 24px;
  margin-right: 16px;
}
#content .cont-r .editors-choice .editors-choice-list .one-top-game .game-title {
  width: calc(100% - 82px);
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #333333;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (min-width: 860px) and (max-width: 1200px) {
  #content {
    display: initial;
  }
  #content .cont-l {
    width: 100%;
  }
  #content .cont-l .gg {
    display: none;
  }
  #content .cont-l .m-gg {
    display: block;
  }
  #content .cont-l .lb {
    width: 100%;
  }
  #content .cont-l .latest1,
  #content .cont-l .older1,
  #content .cont-l .latest-hui1 {
    display: flex !important;
  }
  #content .cont-l .latest-hui1 {
    margin-bottom: 10px;
  }
  #content .cont-l .additional {
    margin-bottom: 4px;
  }
  #content .cont-l .additional .add-box .span2 {
    word-break: break-all;
    width: calc(100% - 150px);
  }
  #content .cont-l .similat-app .si-app-list {
    display: flex;
    flex-wrap: wrap;
  }
  #content .cont-l .similat-app .si-app-list .one-app {
    width: calc(100% / 5);
    border-radius: 16px;
    padding: 12px;
    box-sizing: border-box;
    margin-right: 0;
  }
  #content .cont-l .similat-app .si-app-list .one-app img {
    width: 100%;
  }
  #content .cont-l .game-detail .detail_right {
    display: none;
  }
  #content .cont-l .ratings .ra-b {
    display: flex;
    flex-direction: column;
  }
  #content .cont-l .ratings .ra-b .ra-b-l {
    margin: 0 auto 3px;
  }
  #content .cont-l .ratings .ra-b .ra-b-c {
    margin-right: 0;
  }
  #content .cont-l .ratings .ra-b .ra-b-c .one-rating .progress {
    width: 100%;
  }
  #content .cont-l .ratings .ra-b .ra-b-r {
    width: 100%;
    padding: 38px 66px;
    margin-top: 5px;
  }
  #content .cont-l .ratings .ra-b .ra-b-r .tishi {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
  }
  #content .cont-r {
    width: 100%;
  }
  #content .cont-r .get-game {
    display: none;
  }
  #content .cont-r .top-games .top-game-list,
  #content .cont-r .top-apps .top-game-list {
    display: flex;
  }
  #content .cont-r .top-games .top-game-list .one-top-game,
  #content .cont-r .top-apps .top-game-list .one-top-game {
    width: calc(100% / 2);
  }
  #content .cont-r .gg-r-long,
  #content .cont-r .gg-r {
    display: none;
  }
  #content .cont-r .editors-choice {
    margin-bottom: 16px;
  }
  #content .cont-r .editors-choice .editors-choice-list {
    display: flex;
    flex-wrap: wrap;
  }
  #content .cont-r .editors-choice .editors-choice-list .one-top-game {
    width: calc(100% / 2);
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  #content {
    display: initial;
  }
  #content .cont-l {
    width: 100%;
  }
  #content .cont-l .gg {
    display: none;
  }
  #content .cont-l .m-gg {
    display: block;
  }
  #content .cont-l .lb {
    width: 100%;
  }
  #content .cont-l .latest1,
  #content .cont-l .older1,
  #content .cont-l .latest-hui1 {
    display: flex !important;
  }
  #content .cont-l .latest-hui1 {
    margin-bottom: 10px;
  }
  #content .cont-l .additional {
    margin-bottom: 4px;
  }
  #content .cont-l .additional .add-box .span2 {
    word-break: break-all;
    width: calc(100% - 150px);
  }
  #content .cont-l .similat-app .si-app-list {
    display: flex;
    flex-wrap: wrap;
  }
  #content .cont-l .similat-app .si-app-list .one-app {
    width: calc(100% / 5);
    border-radius: 16px;
    padding: 12px;
    box-sizing: border-box;
    margin-right: 0;
  }
  #content .cont-l .similat-app .si-app-list .one-app img {
    width: 100%;
  }
  #content .cont-l .game-detail .detail_right {
    display: none;
  }
  #content .cont-l .ratings .ra-b {
    display: flex;
    flex-direction: column;
  }
  #content .cont-l .ratings .ra-b .ra-b-l {
    margin: 0 auto 3px;
  }
  #content .cont-l .ratings .ra-b .ra-b-c {
    margin-right: 0;
  }
  #content .cont-l .ratings .ra-b .ra-b-c .one-rating .progress {
    width: 100%;
  }
  #content .cont-l .ratings .ra-b .ra-b-r {
    width: 100%;
    padding: 38px 66px;
    margin-top: 5px;
  }
  #content .cont-l .ratings .ra-b .ra-b-r .tishi {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
  }
  #content .cont-r {
    width: 100%;
  }
  #content .cont-r .top-games .top-game-list,
  #content .cont-r .top-apps .top-game-list {
    display: flex;
  }
  #content .cont-r .top-games .top-game-list .one-top-game,
  #content .cont-r .top-apps .top-game-list .one-top-game {
    width: calc(100% / 2);
  }
  #content .cont-r .gg-r-long,
  #content .cont-r .gg-r {
    display: none;
  }
  #content .cont-r .get-game {
    display: none;
  }
  #content .cont-r .editors-choice {
    margin-bottom: 16px;
  }
  #content .cont-r .editors-choice .editors-choice-list {
    display: flex;
  }
  #content .cont-r .editors-choice .editors-choice-list .one-top-game {
    width: calc(100% / 2);
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  .tan_box .tan_child {
    width: calc(100% - 20px);
    padding: 20px 10px 10px;
  }
  .tan_box .tan_child .title {
    font-size: 20px;
  }
  .tan_box .tan_child .text_box {
    padding: 10px;
  }
  #content {
    display: initial;
  }
  #content .cont-l {
    width: 100%;
  }
  #content .cont-l .game-detail .detail_right {
    display: none;
  }
  #content .cont-l .gg {
    display: none;
  }
  #content .cont-l .m-gg {
    display: block;
  }
  #content .cont-l .m-gg .gg-title {
    text-align: right;
  }
  #content .cont-l .lb {
    width: 100%;
  }
  #content .cont-l .latest1,
  #content .cont-l .older1,
  #content .cont-l .latest-hui1 {
    display: flex !important;
  }
  #content .cont-l .latest-hui1 {
    margin-bottom: 10px;
  }
  #content .cont-l .additional {
    margin-bottom: 4px;
  }
  #content .cont-l .additional .add-box .span2 {
    word-break: break-all;
    width: calc(100% - 150px);
  }
  #content .cont-l .similat-app .si-app-list {
    display: flex;
    flex-wrap: wrap;
  }
  #content .cont-l .similat-app .si-app-list .one-app {
    width: calc(100% / 3);
    border-radius: 16px;
    padding: 12px;
    box-sizing: border-box;
    margin-right: 0;
  }
  #content .cont-l .similat-app .si-app-list .one-app img {
    width: 100%;
  }
  #content .cont-l .ratings .ra-b {
    display: flex;
    flex-direction: column;
  }
  #content .cont-l .ratings .ra-b .ra-b-l {
    margin: 0 auto 3px;
  }
  #content .cont-l .ratings .ra-b .ra-b-c {
    margin-right: 0;
  }
  #content .cont-l .ratings .ra-b .ra-b-c .one-rating .progress {
    width: 100%;
  }
  #content .cont-l .ratings .ra-b .ra-b-r {
    width: 100%;
    padding: 38px 66px;
    margin-top: 5px;
  }
  #content .cont-l .ratings .ra-b .ra-b-r .tishi {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
  }
  #content .cont-r {
    width: 100%;
  }
  #content .cont-r .gg-r-long,
  #content .cont-r .gg-r {
    display: none;
  }
  #content .cont-r .get-game {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  .tan_box .tan_child {
    width: calc(100% - 20px);
    padding: 20px 10px 10px;
  }
  .tan_box .tan_child .title {
    font-size: 20px;
  }
  .tan_box .tan_child .text_box {
    padding: 10px;
  }
  #content {
    display: initial;
  }
  #content .cont-l {
    width: 100%;
  }
  #content .cont-l .game-detail .game-img {
    width: 80px;
    height: 80px;
    margin-right: 12px;
  }
  #content .cont-l .game-detail .detail_right {
    display: none;
  }
  #content .cont-l .game-detail .game-information {
    width: calc(100% - 92px);
  }
  #content .cont-l .game-detail .game-information .game-title {
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 0px;
  }
  #content .cont-l .game-detail .game-information .class-list {
    margin-bottom: 0px;
  }
  #content .cont-l .latest1,
  #content .cont-l .older1,
  #content .cont-l .latest-hui1 {
    display: flex !important;
  }
  #content .cont-l .latest-hui1 {
    margin-bottom: 10px;
  }
  #content .cont-l .gg {
    display: none;
  }
  #content .cont-l .m-gg {
    display: block;
  }
  #content .cont-l .m-gg .gg-title {
    text-align: right;
  }
  #content .cont-l .m-one .gg-title {
    visibility: hidden;
  }
  #content .cont-l .lb {
    width: 100%;
  }
  #content .cont-l .additional {
    margin-bottom: 4px;
  }
  #content .cont-l .additional .add-box .span2 {
    word-break: break-all;
    width: calc(100% - 150px);
  }
  #content .cont-l .similat-app .si-app-list {
    display: flex;
    flex-wrap: wrap;
  }
  #content .cont-l .similat-app .si-app-list .one-app {
    width: calc(100% / 3);
    border-radius: 16px;
    padding: 12px;
    box-sizing: border-box;
    margin-right: 0;
  }
  #content .cont-l .similat-app .si-app-list .one-app img {
    width: 100%;
  }
  #content .cont-l .ratings .ra-b {
    display: flex;
    flex-direction: column;
  }
  #content .cont-l .ratings .ra-b .ra-b-l {
    margin: 0 auto 3px;
  }
  #content .cont-l .ratings .ra-b .ra-b-c {
    margin-right: 0;
  }
  #content .cont-l .ratings .ra-b .ra-b-c .one-rating .progress {
    width: 100%;
  }
  #content .cont-l .ratings .ra-b .ra-b-r {
    width: 100%;
    padding: 38px 66px;
    margin-top: 5px;
  }
  #content .cont-l .ratings .ra-b .ra-b-r .tishi {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
  }
  #content .cont-r {
    width: 100%;
  }
  #content .cont-r .gg-r-long,
  #content .cont-r .gg-r {
    display: none;
  }
  #content .cont-r .get-game {
    display: none;
  }
}
.fixed-header {
  position: sticky;
  top: 12px;
  /* 确保固定元素位于其他内容之上 */
}
