#content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 4px;
}
#content .cont-l {
  width: 851px;
}
#content .cont-l .game-detail {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
#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: 12px;
  margin-right: 16px;
}
#content .cont-l .game-detail .game-information {
  width: calc(100% - 136px);
}
#content .cont-l .game-detail .game-information .game-title {
  font-size: 20px;
  font-family: b;
  font-weight: bold;
  color: #fff;
  line-height: 23px;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#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: #367BF6;
  line-height: 16px;
  text-decoration: underline;
}
#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 .desc {
  margin-bottom: 24px;
}
#content .cont-l .desc h3 {
  font-family: b;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
}
#content .cont-l .desc p {
  font-family: r;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 24px;
}
#content .cont-l .lb {
  position: relative;
  margin-bottom: 16px;
  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 .ad-box {
  margin-bottom: 24px;
}
#content .cont-l .ad-box .ad-title {
  font-family: mo;
  font-weight: 500;
  font-size: 12px;
  color: #DDDDDD;
  text-align: center;
}
#content .cont-l .btn-box a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 51px;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  margin-bottom: 12px;
}
#content .cont-l .btn-box a img {
  width: 24px;
  height: 24px;
  margin-right: 16px;
}
#content .cont-l .btn-box a .bai {
  display: none;
}
#content .cont-l .btn-box a span {
  font-family: r;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}
#content .cont-l .btn-box a:hover {
  background: #54A726;
  box-shadow: 0px 5px 0px 0px #3B8118;
}
#content .cont-l .btn-box a:hover .bai {
  display: block;
}
#content .cont-l .btn-box a:hover .hei {
  display: none;
}
#content .cont-l .btn-box a:hover span {
  color: #fff;
}
#content .cont-l .btn-box1 {
  display: flex;
  justify-content: space-between;
}
#content .cont-l .btn-box1 a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((100% - 16px) / 2);
  height: 51px;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  margin-bottom: 12px;
}
#content .cont-l .btn-box1 a img {
  width: 24px;
  height: 24px;
  margin-right: 6px;
}
#content .cont-l .btn-box1 a .bai {
  display: none;
}
#content .cont-l .btn-box1 a span {
  font-family: b;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
}
#content .cont-l .btn-box1 a:hover span {
  text-decoration: underline;
}
#content .cont-l .aq {
  width: 100%;
  background: #254D53;
  border-radius: 8px 8px 8px 8px;
  padding: 16px;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
#content .cont-l .aq img {
  width: 32px;
  height: 32px;
  margin-right: 16px;
}
#content .cont-l .aq .aq_r .aq_r_t {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #fff;
  line-height: 24px;
}
#content .cont-l .aq .aq_r .aq_r_b {
  font-size: 12px;
  font-family: m;
  font-weight: 500;
  color: #999;
  line-height: 24px;
}
#content .cont-l .ratings {
  margin-bottom: 32px;
}
#content .cont-l .ratings h3 {
  font-size: 18px;
  font-family: b;
  font-weight: bold;
  color: #fff;
  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: #fff;
  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: #fff;
  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: #47848D;
  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: #254D53;
  border-radius: 8px;
  padding: 38px 100px;
  text-align: center;
  font-size: 16px;
  font-family: b;
  font-weight: bold;
  color: #fff;
  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: #254D53;
  border-radius: 4px 4px 4px 4px;
  opacity: 1;
  border: 1px solid #F5F5F5;
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #fff;
  display: none;
}
#content .cont-l .form {
  margin-bottom: 16px;
}
#content .cont-l .form textarea {
  width: 100%;
  height: 100px;
  background: #F3F3F3;
  border-radius: 8px 8px 8px 8px;
  padding: 12px;
  font-family: r;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  box-sizing: border-box;
  margin-bottom: 12px;
}
#content .cont-l .form .f-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#content .cont-l .form .f-box input {
  width: calc(100% - 156px);
  height: 51px;
  background: #F3F3F3;
  border-radius: 8px 8px 8px 8px;
  font-family: r;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  box-sizing: border-box;
  text-indent: 1em;
  border: none;
}
#content .cont-l .form .f-box button {
  width: 144px;
  height: 51px;
  background: #FEB823;
  box-shadow: 0px 2px 0px 0px #C28400;
  border-radius: 8px 8px 8px 8px;
  font-family: r;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}
#content .cont-l .pl .pl-list {
  border-top: 1px solid #405C61;
  margin-bottom: 40px;
}
#content .cont-l .pl .pl-list .pl-item {
  padding: 16px 0;
  border-bottom: 1px solid #405C61;
  display: flex;
}
#content .cont-l .pl .pl-list .pl-item .item-cover {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  margin-right: 16px;
}
#content .cont-l .pl .pl-list .pl-item .item-r {
  width: calc(100% - 62px);
}
#content .cont-l .pl .pl-list .pl-item .item-r .name {
  display: block;
  font-family: r;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  margin-bottom: 2px;
}
#content .cont-l .pl .pl-list .pl-item .item-r p {
  font-family: r;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
#content .cont-l .pl .pl-list .pl-item .item-r .time {
  font-family: r;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
}
#content .cont-l .prev-version h3 {
  font-size: 18px;
  font-family: b;
  font-weight: bold;
  color: #fff;
  line-height: 21px;
  margin-bottom: 8px;
}
#content .cont-l .prev-version .prev-list .prev-item {
  padding: 16px 20px;
  width: 100%;
  height: 88px;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
#content .cont-l .prev-version .prev-list .prev-item .item-l span {
  display: block;
  font-family: r;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}
#content .cont-l .prev-version .prev-list .prev-item .item-l span:first-child {
  margin-bottom: 15px;
}
#content .cont-l .prev-version .prev-list .prev-item .item-r img {
  width: 40px;
  height: 40px;
}
#content .cont-l .prev-version .prev-list .prev-item .item-r .bai {
  display: none;
}
#content .cont-l .prev-version .prev-list .prev-item:hover {
  background: #54A726;
  box-shadow: 0px 5px 0px 0px #3B8118;
}
#content .cont-l .prev-version .prev-list .prev-item:hover .item-l span {
  color: #fff;
}
#content .cont-l .prev-version .prev-list .prev-item:hover .item-r .bai {
  display: block;
}
#content .cont-l .prev-version .prev-list .prev-item:hover .item-r .hei {
  display: none;
}
#content .cont-r {
  width: 341px;
}
#content .cont-r .ad-box {
  margin-bottom: 24px;
}
#content .cont-r .ad-box .ad-title {
  font-family: mo;
  font-weight: 500;
  font-size: 12px;
  color: #DDDDDD;
  text-align: center;
}
#content .cont-r .ad-box .ad-cont {
  text-align: center;
}
#content .cont-r .download {
  margin-bottom: 16px;
}
#content .cont-r .download h3 {
  font-family: b;
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
  margin-bottom: 12px;
}
#content .cont-r .download .down-list {
  display: grid;
  grid-template-columns: repeat(1, minmax(10px, 1fr));
  grid-gap: 15px;
}
#content .cont-r .download .down-list .down-item {
  padding: 12px;
  display: flex;
  align-items: center;
  border-radius: 12px;
}
#content .cont-r .download .down-list .down-item img {
  width: 78px;
  height: 78px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  border-radius: 8px 8px 8px 8px;
  margin-right: 12px;
}
#content .cont-r .download .down-list .down-item .item-r {
  width: calc(100% - 90px);
}
#content .cont-r .download .down-list .down-item .item-r h4 {
  font-family: m;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 7px;
}
#content .cont-r .download .down-list .down-item .item-r .tag {
  font-family: m;
  font-weight: 500;
  font-size: 14px;
  color: #559FF8;
}
#content .cont-r .download .down-list .down-item .item-r .fen-box {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
#content .cont-r .download .down-list .down-item .item-r .fen-box .fen {
  margin-right: 4px;
  font-family: r;
  font-weight: 500;
  font-size: 12px;
  color: #999;
}
#content .cont-r .download .down-list .down-item .item-r .fen-box img {
  width: 12px;
  height: 12px;
}
#content .cont-r .download .down-list .down-item:hover {
  background: #00363E;
}
#content .cont-r .download .down-list .down-item:hover .tag {
  text-decoration: underline;
}
@media (min-width: 860px) and (max-width: 1200px) {
  #content {
    flex-direction: column;
    margin-bottom: 16px;
  }
  #content .cont-l {
    width: 100%;
  }
  #content .cont-r {
    width: 100%;
  }
  #content .cont-r .download .down-list {
    grid-template-columns: repeat(3, minmax(10px, 1fr));
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  #content {
    flex-direction: column;
    margin-bottom: 16px;
  }
  #content .cont-l {
    width: 100%;
  }
  #content .cont-r {
    width: 100%;
  }
  #content .cont-r .download .down-list {
    grid-template-columns: repeat(3, minmax(10px, 1fr));
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  #content {
    flex-direction: column;
    margin-bottom: 16px;
  }
  #content .cont-l {
    width: 100%;
  }
  #content .cont-l .ratings .ra-b {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #content .cont-l .ratings .ra-b .ra-b-l {
    margin: 0 0 12px 0;
  }
  #content .cont-l .ratings .ra-b .ra-b-c {
    margin: 0 0 12px 0;
    width: 100%;
  }
  #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%;
  }
  #content .cont-l .ratings .ra-b .ra-b-r .tishi {
    position: absolute;
    top: -25px;
    left: 70px;
  }
  #content .cont-r {
    width: 100%;
  }
  #content .cont-r .download .down-list {
    grid-template-columns: repeat(2, minmax(10px, 1fr));
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  #content {
    flex-direction: column;
    margin-bottom: 16px;
  }
  #content .cont-l {
    width: 100%;
  }
  #content .cont-l .ratings .ra-b {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #content .cont-l .ratings .ra-b .ra-b-l {
    margin: 0 0 12px 0;
  }
  #content .cont-l .ratings .ra-b .ra-b-c {
    margin: 0 0 12px 0;
    width: 100%;
  }
  #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%;
  }
  #content .cont-l .ratings .ra-b .ra-b-r .tishi {
    position: absolute;
    top: -25px;
    left: 70px;
  }
  #content .cont-r {
    width: 100%;
  }
  #content .cont-r .download .down-list {
    grid-template-columns: repeat(1, minmax(10px, 1fr));
  }
}
