#content {
  padding: 20px 40px 60px;
}
#content .ad-box {
  margin-bottom: 16px;
}
#content .ad-box .ad-title {
  font-family: l;
  font-weight: 300;
  font-size: 12px;
  color: #999999;
  margin-bottom: 4px;
}
#content .bread {
  font-family: r;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  margin-bottom: 18px;
}
#content .bread .shen {
  color: #333333;
}
#content .cont {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#content .cont .cont-l {
  width: 876px;
}
#content .cont .cont-l .app-detail {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
#content .cont .cont-l .app-detail .img-box {
  width: 140px;
  height: 140px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  border: 1px solid #EEEEEE;
  overflow: hidden;
}
#content .cont .cont-l .app-detail .img-box img {
  width: 100%;
  height: 100%;
}
#content .cont .cont-l .app-detail .detail-r {
  width: calc(100% - 156px);
}
#content .cont .cont-l .app-detail .detail-r .app-title {
  margin-bottom: 20px;
}
#content .cont .cont-l .app-detail .detail-r .app-title h1 {
  font-family: b;
  font-size: 24px;
  color: #333333;
  word-break: break-word;
  margin-right: 8px;
}
#content .cont .cont-l .app-detail .detail-r .app-title h1 img {
  width: 24px;
  height: 24px;
}
#content .cont .cont-l .app-detail .detail-r .d-b {
  display: flex;
  align-items: center;
}
#content .cont .cont-l .app-detail .detail-r .d-b .list {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#content .cont .cont-l .app-detail .detail-r .d-b .list .l-t {
  text-align: center;
  font-family: m;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}
#content .cont .cont-l .app-detail .detail-r .d-b .list .l-t img {
  width: 16px;
  height: 16px;
  transform: translateY(-1px);
}
#content .cont .cont-l .app-detail .detail-r .d-b .list .l-t span {
  color: #FFB208;
}
#content .cont .cont-l .app-detail .detail-r .d-b .list .l-b {
  font-family: l;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
}
#content .cont .cont-l .app-detail .detail-r .d-b .xian {
  width: 0px;
  height: 32px;
  border: 1px solid #EFEFEF;
  margin: 0 12px;
}
#content .cont .cont-l .latest-news,
#content .cont .cont-l .additional-info,
#content .cont .cont-l .faq,
#content .cont .cont-l .lb,
#content .cont .cont-l .ratings {
  margin-bottom: 24px;
}
#content .cont .cont-l .latest-news h2,
#content .cont .cont-l .additional-info h2,
#content .cont .cont-l .faq h2,
#content .cont .cont-l .lb h2,
#content .cont .cont-l .ratings h2 {
  font-family: b;
  font-size: 20px;
  color: #333333;
  margin-bottom: 16px;
}
#content .cont .cont-l .latest-news .latest-list {
  display: grid;
  grid-template-columns: repeat(1, minmax(10px, 1fr));
  gap: 16px;
}
#content .cont .cont-l .latest-news .latest-list .latest-item {
  border: 1px solid #EEEEEE;
  position: relative;
  padding: 12px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#content .cont .cont-l .latest-news .latest-list .latest-item .item-l .game-img {
  width: 142px;
  height: 80px;
  border-radius: 8px;
}
#content .cont .cont-l .latest-news .latest-list .latest-item .item-r {
  width: calc(100% - 154px);
}
#content .cont .cont-l .latest-news .latest-list .latest-item .item-r .game-title {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-family: s;
  color: #1F40FF;
  margin-bottom: 8px;
}
#content .cont .cont-l .latest-news .latest-list .latest-item .item-r .download {
  width: 111px;
  height: 29px;
  background: rgba(31, 64, 255, 0.1);
  border-radius: 4px;
  font-family: l;
  font-size: 14px;
  color: #1F40FF;
  display: flex;
  align-items: center;
  justify-content: center;
}
#content .cont .cont-l .latest-news .latest-list .latest-item .item-r .download img {
  width: 16px;
  height: 16px;
  margin-left: 2px;
}
#content .cont .cont-l .latest-news .latest-list .latest-item .item-r .download .r-bai {
  display: none;
}
@media (any-hover: hover) {
  #content .cont .cont-l .latest-news .latest-list .latest-item:hover .item-r .game-title {
    text-decoration: 1px solid underline;
  }
  #content .cont .cont-l .latest-news .latest-list .latest-item:hover .item-r .download {
    background: #1F40FF;
    color: #fff;
  }
  #content .cont .cont-l .latest-news .latest-list .latest-item:hover .item-r .download .r-bai {
    display: block;
  }
  #content .cont .cont-l .latest-news .latest-list .latest-item:hover .item-r .download .r-lan {
    display: none;
  }
}
#content .cont .cont-l .latest-news .latest-list .latest-item a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#content .cont .cont-l .additional-info .app-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(50px, 1fr));
  gap: 16px;
}
#content .cont .cont-l .additional-info .app-list .app-item {
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid #EEEEEE;
  display: flex;
  align-items: center;
}
#content .cont .cont-l .additional-info .app-list .app-item .app-img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
#content .cont .cont-l .additional-info .app-list .app-item .app-item-r .app-item-r-title {
  font-size: 14px;
  font-family: l;
  font-weight: 500;
  color: #666;
  margin-bottom: 2px;
}
#content .cont .cont-l .additional-info .app-list .app-item .app-item-r .app-item-r-cont {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #333;
  line-height: 16px;
  word-break: break-word;
}
#content .cont .cont-l article h2 {
  font-family: b;
  font-size: 20px;
  color: #333333;
  margin-bottom: 16px;
}
#content .cont .cont-l article .text-box {
  margin-bottom: 24px;
}
#content .cont .cont-l article .text-box p {
  font-family: r;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  margin-bottom: 16px;
}
#content .cont .cont-l article .text-box p:last-child {
  margin-bottom: 0;
}
#content .cont .cont-l .faq .faq-list .faq-item {
  padding: 14px 16px;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #EEEEEE;
  margin-bottom: 16px;
}
#content .cont .cont-l .faq .faq-list .faq-item:last-child {
  margin-bottom: 0;
}
#content .cont .cont-l .faq .faq-list .faq-item .item-t {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#content .cont .cont-l .faq .faq-list .faq-item .item-t h3,
#content .cont .cont-l .faq .faq-list .faq-item .item-t .fh {
  font-family: m;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
}
#content .cont .cont-l .faq .faq-list .faq-item .item-b {
  margin-top: 14px;
}
#content .cont .cont-l .faq .faq-list .faq-item .item-b p {
  font-family: r;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}
#content .cont .cont-l .btn-box {
  display: grid;
  grid-template-columns: repeat(2, minmax(50px, 1fr));
  gap: 16px;
  margin-bottom: 24px;
}
#content .cont .cont-l .btn-box a {
  width: 100%;
  height: 72px;
  background: rgba(31, 64, 255, 0.15);
  border-radius: 8px 8px 8px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: s;
  font-size: 24px;
  color: #1F40FF;
}
#content .cont .cont-l .btn-box a img {
  width: 40px;
  height: 40px;
  margin-right: 8px;
}
#content .cont .cont-l .btn-box a .img-bai {
  display: none;
}
#content .cont .cont-l .btn-box a:hover {
  background: #1F40FF;
  color: #fff;
  text-decoration: underline;
}
#content .cont .cont-l .btn-box a:hover .img-bai {
  display: block;
}
#content .cont .cont-l .btn-box a:hover .img-lan {
  display: none;
}
#content .cont .cont-l .lb {
  position: relative;
  margin-bottom: 8px;
  width: 100%;
}
#content .cont .cont-l .lb .swiper {
  overflow: hidden;
}
#content .cont .cont-l .lb .swiper .swiper-wrapper .swiper-slide {
  width: auto !important;
  margin-right: 12px;
}
#content .cont .cont-l .lb .swiper .swiper-wrapper .swiper-slide:last-child {
  margin-right: 0;
}
#content .cont .cont-l .lb .swiper .swiper-wrapper .swiper-slide img {
  height: 268px;
}
#content .cont .cont-l .lb .swiper-button-prev,
#content .cont .cont-l .lb .swiper-button-next {
  position: absolute;
  top: 50%;
}
#content .cont .cont-l .lb .swiper-button-prev {
  left: 0;
}
#content .cont .cont-l .lb .swiper-button-next {
  right: 0;
}
#content .cont .cont-l .ratings .ra-b {
  display: flex;
}
#content .cont .cont-l .ratings .ra-b .ra-b-l {
  margin-right: 22px;
  width: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#content .cont .cont-l .ratings .ra-b .ra-b-l .score {
  width: 50px;
  height: 50px;
  font-family: s;
  font-size: 32px;
  color: #333333;
  text-align: center;
  line-height: 50px;
}
#content .cont .cont-l .ratings .ra-b .ra-b-l #ID-test-rate {
  margin-bottom: 10px;
}
#content .cont .cont-l .ratings .ra-b .ra-b-l #ID-test-rate .layui-rate {
  padding: 0;
}
#content .cont .cont-l .ratings .ra-b .ra-b-l #ID-test-rate .layui-rate li i.layui-icon {
  font-size: 16px;
  color: #ffb800;
}
#content .cont .cont-l .ratings .ra-b .ra-b-l .total {
  font-size: 14px;
  font-family: r;
  font-weight: 500;
  color: #999999;
  line-height: 16px;
  text-align: center;
}
#content .cont .cont-l .ratings .ra-b .ra-b-c {
  width: calc(100% - 142px);
}
#content .cont .cont-l .ratings .ra-b .ra-b-c .one-rating {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
#content .cont .cont-l .ratings .ra-b .ra-b-c .one-rating:last-child {
  margin-bottom: 0;
}
#content .cont .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 .cont-l .ratings .ra-b .ra-b-c .one-rating .proportion span {
  width: 8px;
  text-align: center;
}
#content .cont .cont-l .ratings .ra-b .ra-b-c .one-rating .proportion img {
  width: 14px;
  height: 14px;
  margin-left: 3px;
}
#content .cont .cont-l .ratings .ra-b .ra-b-c .one-rating #total {
  display: none;
}
#content .cont .cont-l .ratings .ra-b .ra-b-c .one-rating .progress {
  position: relative;
  width: 100%;
}
#content .cont .cont-l .ratings .ra-b .ra-b-c .one-rating .progress .progress_hong {
  position: absolute;
  top: 0;
  height: 6px;
  background: #1F40FF;
  border-radius: 20px 20px 20px 20px;
}
#content .cont .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 .cont-r {
  width: 300px;
}
#content .cont .cont-r .top-down-app {
  margin-bottom: 24px;
}
#content .cont .cont-r .top-down-app h2 {
  margin-bottom: 16px;
  font-family: b;
  font-size: 20px;
  color: #333333;
}
#content .cont .cont-r .top-down-app .top-down-list {
  display: grid;
  grid-template-columns: repeat(1, minmax(10px, 1fr));
}
#content .cont .cont-r .top-down-app .top-down-list .top-down-item {
  position: relative;
  padding: 12px 10px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#content .cont .cont-r .top-down-app .top-down-list .top-down-item .item-l {
  display: flex;
  align-items: center;
}
#content .cont .cont-r .top-down-app .top-down-list .top-down-item .item-l .game-img {
  width: 88px;
  height: 88px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
  border-radius: 16px 16px 16px 16px;
}
#content .cont .cont-r .top-down-app .top-down-list .top-down-item .item-r {
  width: calc(100% - 96px);
}
#content .cont .cont-r .top-down-app .top-down-list .top-down-item .item-r .game-title {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-family: r;
  color: #333333;
  margin-bottom: 2px;
}
#content .cont .cont-r .top-down-app .top-down-list .top-down-item .item-r .tag {
  font-size: 14px;
  font-family: l;
  color: #999999;
  line-height: 16px;
}
#content .cont .cont-r .top-down-app .top-down-list .top-down-item .item-r .i-r-btm img {
  width: 14px;
  height: 14px;
}
#content .cont .cont-r .top-down-app .top-down-list .top-down-item .item-r .i-r-btm span {
  font-size: 14px;
  font-family: l;
  color: #999999;
  line-height: 16px;
  vertical-align: middle;
}
@media (any-hover: hover) {
  #content .cont .cont-r .top-down-app .top-down-list .top-down-item:hover {
    background: #F1F1F1;
  }
  #content .cont .cont-r .top-down-app .top-down-list .top-down-item:hover .item-r .game-title {
    color: #1F40FF;
    text-decoration: 1px solid underline;
  }
}
#content .cont .cont-r .top-down-app .top-down-list .top-down-item a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#content .cont .cont-r .edit-box h2 {
  font-family: b;
  font-size: 20px;
  color: #333333;
  margin-bottom: 16px;
}
#content .cont .cont-r .edit-box .edit-list {
  display: grid;
  grid-template-columns: repeat(1, minmax(20px, 1fr));
  gap: 10px 0;
}
#content .cont .cont-r .edit-box .edit-list .edit-item a {
  display: block;
  border-radius: 12px;
  position: relative;
  padding: 8px;
  box-sizing: border-box;
}
#content .cont .cont-r .edit-box .edit-list .edit-item a .img-box {
  width: 100%;
  height: 160px;
  border-radius: 8px 8px 8px 8px;
  overflow: hidden;
  position: relative;
}
#content .cont .cont-r .edit-box .edit-list .edit-item a .img-box img {
  width: 100%;
  height: 100%;
}
#content .cont .cont-r .edit-box .edit-list .edit-item a .img-box .title-box {
  width: 100%;
  padding: 8px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 0px 0px 8px 8px;
  position: absolute;
  left: 0;
  bottom: 0;
}
#content .cont .cont-r .edit-box .edit-list .edit-item a .img-box .title-box h3 {
  font-family: s;
  font-size: 14px;
  color: #FFFFFF;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#content .cont .cont-r .edit-box .edit-list .edit-item a:hover {
  background: #F4F4F4;
}
#content .cont .cont-r .edit-box .edit-list .edit-item a:hover .title-box h3 {
  text-decoration: underline;
}

@media (min-width: 860px) and (max-width: 1200px) {
  #content {
    padding: 16px;
  }
  #content .cont {
    flex-direction: column;
  }
  #content .cont .cont-l {
    width: 100%;
    margin-bottom: 24px;
  }
  #content .cont .cont-l .edit-box .edit-list {
    grid-template-columns: repeat(3, minmax(20px, 1fr));
  }
  #content .cont .cont-r {
    width: 100%;
  }
  #content .cont .cont-r .top-down-app .top-down-list {
    grid-template-columns: repeat(3, minmax(10px, 1fr));
  }
  #content .cont .cont-r .edit-box .edit-list {
    grid-template-columns: repeat(3, minmax(20px, 1fr));
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  #content {
    padding: 16px;
  }
  #content .cont {
    flex-direction: column;
  }
  #content .cont .cont-l {
    width: 100%;
    margin-bottom: 24px;
  }
  #content .cont .cont-l .btn-box a {
    font-size: 20px;
  }
  #content .cont .cont-l .edit-box .edit-list {
    grid-template-columns: repeat(2, minmax(20px, 1fr));
  }
  #content .cont .cont-r {
    width: 100%;
  }
  #content .cont .cont-r .top-down-app .top-down-list {
    grid-template-columns: repeat(2, minmax(10px, 1fr));
  }
  #content .cont .cont-r .edit-box .edit-list {
    grid-template-columns: repeat(2, minmax(20px, 1fr));
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  #content {
    padding: 16px;
  }
  #content .cont {
    flex-direction: column;
  }
  #content .cont .cont-l {
    width: 100%;
    margin-bottom: 24px;
  }
  #content .cont .cont-l .btn-box a {
    font-size: 20px;
  }
  #content .cont .cont-l .edit-box .edit-list {
    grid-template-columns: repeat(2, minmax(20px, 1fr));
  }
  #content .cont .cont-r {
    width: 100%;
  }
  #content .cont .cont-r .top-down-app .top-down-list {
    grid-template-columns: repeat(2, minmax(10px, 1fr));
  }
  #content .cont .cont-r .edit-box .edit-list {
    grid-template-columns: repeat(2, minmax(20px, 1fr));
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  #content {
    padding: 16px;
  }
  #content .cont {
    flex-direction: column;
  }
  #content .cont .cont-l {
    width: 100%;
  }
  #content .cont .cont-l .app-detail .img-box {
    width: 100px;
    height: 100px;
  }
  #content .cont .cont-l .app-detail .detail-r {
    width: calc(100% - 106px);
  }
  #content .cont .cont-l .app-detail .detail-r .app-title h1 {
    font-size: 20px;
  }
  #content .cont .cont-l .additional-info .app-list {
    grid-template-columns: repeat(1, minmax(50px, 1fr));
  }
  #content .cont .cont-l .btn-box {
    grid-template-columns: repeat(1, minmax(50px, 1fr));
  }
  #content .cont .cont-l .btn-box a {
    font-size: 18px;
  }
  #content .cont .cont-r {
    width: 100%;
  }
}