/* box1 */
.box1 .back {
  padding: 30px 0;
  box-sizing: border-box;
}
.box1 .back > .btn {
  padding: 10px 20px;
  box-sizing: border-box;
  cursor: pointer;
}
.box1 .back > .btn > img {
  width: 20px;
  height: 20px;
}
.box1 .back > .btn > span {
  font-weight: bold;
  font-size: 16px;
  color: #8699b5;
}
.box1 .info > .left {
  margin-right: 52px;
}
.box1 .info > .left > img {
  width: 320px;
  height: 320px;
  border-radius: 70px;
}
.box1 .info > .right {
	width: 881px;
}
.box1 .info > .right .name > h1 {
  font-weight: 900;
  font-size: 40px;
  color: #ffffff;
  margin-right: 20px;
}
.box1 .info > .right .size {
  font-weight: 500;
  font-size: 16px;
  color: #8699B5;
}
.box1 .collect {
  width: 44px;
  height: 44px;
  border-radius: 16px;
  border: 2px solid #32425e;
  cursor: pointer;
}
.box1 .collect-active {
  border-color: #F62847 !important;
}
.box1 .collect-img {
  display: none;
}
.box1 .collect-active .no-collect-img {
  display: none;
}
.box1 .collect-active .collect-img {
  display: block;
}
.box1 .collect > img {
  width: 24px;
  height: 24px;
}
.box1 .info > .right > .desc {
  font-weight: 500;
  font-size: 16px;
  color: #8699b5;
  margin-top: 10px;
}
.box1 .info > .right > .list {
  gap: 17px;
  margin-top: 22px;
}
.box1 .info > .right > .list > .item {
  background: #0a1022;
  border-radius: 8px;
  border: 1px solid #32425e;
  padding: 24px;
  box-sizing: border-box;
  flex: 1;
}
.box1 .info > .right > .list > .item > p {
  font-weight: bold;
  font-size: 16px;
  color: #8699b5;
  margin-bottom: 12px;
}
.box1 .info > .right > .list > .item > .bottom > img {
  width: 32px;
  height: 32px;
  margin-right: 12px;
}
.box1 .info > .right > .list > .item > .bottom > span {
  font-weight: 900;
  font-size: 20px;
  color: #ffffff;
}
.box1 .top {
  font-size: 16px;
  color: #ffffff;
  background-color: #dc2627;
  border-radius: 16px;
  margin-left: 20px;
  font-weight: 700;
  height: 27px;
  line-height: 27px;
  width: 80px;
  text-align: center;
}
.box1 .hot {
  font-size: 16px;
  color: #ffffff;
  background-color: #fbaf0c;
  border-radius: 16px;
  margin-left: 20px;
  font-weight: 700;
  height: 27px;
  line-height: 27px;
  width: 80px;
  text-align: center;
}
.box1 .mb-info {
  display: none;
}
.box1 .down {
  margin-top: 52px;
}
.box1 .down > .down-btn {
  height: 72px;
}
.box1 .share {
  border: 2px solid #32425e;
  border-radius: 16px;
  height: 72px;
  width: 72px;
  margin-left: 12px;
  cursor: pointer;
}
.box1 .share > img {
  width: 32px;
  height: 32px;
}
.box1 .items {
  margin-top: 60px;
}
.box1 .items > li {
  font-weight: 500;
  font-size: 16px;
  color: #00ff84;
  position: relative;
  padding-left: 20px;
  box-sizing: border-box;
}
.box1 .items > li::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #00ff84;
}
/* box2 */
.box2 {
  margin-top: 50px;
}
.box-title {
  font-weight: 900;
  font-size: 32px;
  color: #ffffff;
  position: relative;
  padding-left: 30px;
  box-sizing: border-box;
  line-height: 40px;
  margin-top: 60px;
  margin-bottom: 30px;
}
.box-title::before {
  content: "";
  display: block;
  width: 10px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  background: #ffb20c;
}
.box2 .banner {
  width: 100%;
  overflow-x: auto;
  padding-bottom: 20px;
  box-sizing: border-box;
}
.box2 .banner > li {
  margin: 0 6px;
  width: 520px;
  height: 230px;
  overflow: hidden;
  border-radius: 21px;
  min-width: 350px;
}
.box2 .banner > li > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rvc{			
	max-width: 1400px;
	width: 100%;
	position: relative;
	margin: auto;
	margin-top: 30px;
}
.rvc .rvc-wrapper{
	margin: auto;
	overflow: hidden;
}
.rvc .rvc-wrapper ul{
	overflow: hidden;
	position: relative;
}
.rvc .rvc-wrapper ul li{
	float: left;
	background: #ee4433;
}
.rvc .rvc-wrapper ul li a{
	display: block;
	width: 100%;
	height: auto;
	text-decoration: none;
}
.rvc .rvc-wrapper ul li a .img-wrapper{
	height: 150px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.rvc .rvc-wrapper ul li a h2{
	margin-top: 10px;
	text-align: center;
}
.rvc .rvc-wrapper ul li a p{
	padding: 10px;
	height: 80px;
}
.rvc-prv,.rvc-next{
	position: absolute;
	height: 100%;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	cursor: pointer;
}
.rvc-prv > img,.rvc-next > img {
	width: 40px;
	height: 40px;
}
.rvc-prv{						
	left: 0;			
}
.rvc-next{			
	right: 0;
	
}
/* box3 */
.box3 .card {
  margin-top: 60px;
  background: #0a1022;
  border: 1px solid #32425e;
  border-radius: 28px;
  overflow: hidden;
}
.box3 .nav {
  border-bottom: 1px solid #28364e;
  gap: 1px;
}
.box3 .nav > li {
  font-weight: bold;
  font-size: 20px;
  color: #94a3b8;
  text-align: center;
  cursor: pointer;
  height: 80px;
  padding: 0 10px;
  box-sizing: border-box;
}
.box3 .nav > .active {
  background-color: #ffb20c;
  color: #020616;
}
.box3 .nav > li:hover {
  background-color: #ffb20c;
  color: #020616;
}
.box3 .content > li {
  display: none;
  min-height: 200px;
  padding: 40px 52px;
  box-sizing: border-box;
}
.box3 .content > .active {
  display: block;
}
.description ul{
    list-style-type: disc;
    color: #83a1d1;
	margin-bottom: 20px;
}
.box3 .content > li > .title,.box3 .content > li > h2, .box3 .content > li > h3,.box3 .content > li > h4{
  font-weight: 900;
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 40px;
}
.box3 .content > li > h2, .box3 .content > li > h3,.box3 .content > li > h4{
  font-weight: 900;
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 20px;
}
.box3 .content > li > .desc,.box3 .content > li > p {
  font-weight: 500;
  font-size: 16px;
  color: #83a1d1;
  margin-bottom: 20px;
}
.box3 .content > li > .items > li {
  background: #151e31;
  border-radius: 28px;
  border: 1px solid #32425e;
  padding: 24px 32px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.box3 .content > li > .items > li > span {
  display: block;
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  background: #222225;
  border-radius: 8px;
  margin-right: 24px;
  font-weight: 900;
  font-size: 24px;
  color: #ffb20c;
}
.box3 .content > li > .items > li .index {
  font-weight: normal;
  font-size: 18px;
  color: #ffffff;
}
.box3 .content > li > .items > li .text {
  font-weight: 500;
  font-size: 16px;
  color: #83a1d1;
  margin-top: 8px;
}
.box3 .content > li > .rating > .info > .total > img {
  width: 52px;
  height: 52px;
}
.box3 .content > li > .rating > .info > .total > p {
  font-weight: 900;
  font-size: 52px;
  color: #ffffff;
  margin-left: 20px;
}
.box3 .content > li > .rating > .info > .views > .num {
  font-weight: 500;
  font-size: 24px;
  color: #ffc800;
}
.box3 .content > li > .rating > .info > .views > .btn {
  font-weight: bold;
  font-size: 16px;
  color: #c8d2de;
  background: #1f293b;
  border-radius: 12px;
  border: 1px solid #32425e;
  text-align: center;
  height: 44px;
  line-height: 44px;
  padding: 0 22px;
  box-sizing: border-box;
}
.box3 .content > li > .rating > .list {
  margin-top: 40px;
}
.box3 .content > li > .rating > .list > li {
  background: #151e31;
  border-radius: 28px;
  border: 1px solid #32425e;
  padding: 32px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.box3 .content > li > .rating > .list > li > .title .tag {
  background: #334155;
  border-radius: 16px;
  width: 52px;
  height: 52px;
  text-align: center;
  line-height: 52px;
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
}
.box3 .content > li > .rating > .list > li > .title .name {
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
  margin: 0 20px;
}
.box3 .content > li > .rating > .list > li > .title .time {
  font-weight: 900;
  font-size: 14px;
  color: #8699b5;
}
.box3 .content > li > .rating > .list > li > p {
  font-size: 20px;
  color: #83a1d1;
  margin-top: 24px;
}
.box3 .content > li > .faqs > .list > li {
  background: #151e31;
  border-radius: 28px;
  border: 1px solid #32425e;
  padding: 32px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.box3 .content > li > .faqs > .list > li > .title {
  font-weight: bold;
  font-size: 22px;
  color: #ffffff;
}
.box3 .content > li > .faqs > .list > li > .context {
  font-weight: 400;
  font-size: 20px;
  color: #83a1d1;
  margin-top: 24px;
}
/* box4 */
.box4 .card {
  background: #0a1022;
  border: 1px solid #32425e;
  border-radius: 28px;
  padding: 28px 52px;
  box-sizing: border-box;
}
.box4 .card > ul > li {
  width: 40%;
  padding: 24px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #28364e;
}
.box4 .card > ul > li:nth-child(2n - 1) {
  margin-right: 10%;
}
.box4 .card > ul > li:nth-child(2n) {
  margin-left: 10%;
}
.box4 .card > ul > li:nth-last-child(1) {
  border: none;
}
.box4 .card > ul > li:nth-last-child(2) {
  border: none;
}
.box4 .card > ul > li > .label {
  font-weight: 500;
  font-size: 18px;
  color: #83a1d1;
}
.box4 .card > ul > li > .value {
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
}
/* box5 */
.box5 .card {
  background: #0a1022;
  border: 1px solid #32425e;
  border-radius: 28px;
  padding: 40px 52px;
  box-sizing: border-box;
}
.box5 .card > .title {
  font-weight: 900;
  font-size: 24px;
  color: #ffb20c;
}
.box5 .card > .list {
  margin-top: 30px;
}
.box5 .card > .list > li {
  margin-bottom: 35px;
}
.box5 .card > .list > li > span {
  width: 32px;
  height: 32px;
  min-width: 32px;
  border: 1px solid #4e4e4e;
  background: #151b24;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  font-weight: 900;
  font-size: 16px;
  color: #ffb20c;
  margin-right: 16px;
}
.box5 .card > .list > li > p {
  font-weight: 400;
  font-size: 16px;
  color: #83a1d1;
}
.box5 .card > .inner-card {
  border: 1px solid #32425e;
  border-radius: 28px;
  padding: 24px;
  box-sizing: border-box;
}
.box5 .card > .inner-card > .title > img {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
.box5 .card > .inner-card > .title > h3 {
  font-weight: 900;
  font-size: 20px;
  color: #ffffff;
}
.box5 .card > .inner-card > .items {
  padding-left: 35px;
  box-sizing: border-box;
  margin-top: 24px;
}
.box5 .card > .inner-card > .items > li {
  font-weight: 400;
  font-size: 16px;
  color: #83a1d1;
  padding-left: 15px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 16px;
}
.box5 .card > .inner-card > .items > li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffb20c;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
/* box6 */
.box6 {
  margin-bottom: 120px;
}
.box6 .list {
  gap: 27px;
}
.box6 .list > li {
  background: #0a1022;
  border-radius: 28px;
  border: 1px solid #32425e;
  padding: 28px;
  box-sizing: border-box;
  width: calc(25% - 27px);
}
.box6 .list > li > img {
  width: 140px;
  height: 140px;
  border-radius: 27px;
}
.box6 .list > li > h3 {
  font-weight: 900;
  font-size: 24px;
  color: #ffffff;
  margin-top: 28px;
}
.box6 .list > li > a {
  font-weight: 900;
  font-size: 24px;
  color: #170101;
  background: linear-gradient(90deg, #f8b821 0%, #dc7d0d 100%);
  border-radius: 8px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  margin-top: 28px;
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  /* box1 */
  .box1 {
    padding: 34px 16px 0 16px;
    box-sizing: border-box;
  }
  .box1 .back {
    display: none;
  }
  .box1 .collect {
    width: 26px;
    height: 26px;
    border-radius: 8px;
    border: 1px solid #32425e;
  }
  .box1 .collect > img {
    width: 14px;
    height: 14px;
  }
  .box1 .top {
    font-size: 10px;
    border-radius: 8px;
    margin-left: 10px;
    font-weight: 700;
    height: 16px;
    line-height: 16px;
    width: 40px;
    text-align: center;
  }
  .box1 .hot {
    font-size: 10px;
    border-radius: 8px;
    margin-left: 10px;
    font-weight: 700;
    height: 16px;
    line-height: 16px;
    width: 40px;
    text-align: center;
  }
  .box1 .mb-info {
    display: block;
  }
  .box1 .mb-info > .mb-top > .left > img {
    width: 80px;
    height: 80px;
  }
  .box1 .mb-info > .mb-top > .right {
    margin-left: 16px;
    flex: 1;
  }
  .box1 .mb-info > .mb-top > .right .name {
    font-weight: 900;
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 10px;
  }
   .box1 .mb-info > .mb-top > .right > .bottom {
    margin-top: 6px;
   }
  .box1 .mb-info > .mb-top > .right .size {
    font-weight: 500;
    font-size: 10px;
    color: #8699b5;
  }
  .box1 .down {
    margin-top: 52px;
  }
  .box1 .down > .down-btn {
    height: 72px;
  }
  .box1 .share {
    width: 26px;
    height: 26px;
    border-radius: 8px;
    border: 1px solid #32425e;
  }
  .box1 .share > img {
    width: 14px;
    height: 14px;
  }
  .box1 .items {
    margin-top: 22px;
  }
  .box1 .mb-info > .list {
    gap: 6px;
    margin-top: 16px;
  }
  .box1 .mb-info > .list > .item {
    background: #0a1022;
    border-radius: 6px;
    border: 1px solid #32425e;
    padding: 12px;
    box-sizing: border-box;
    width: calc(50% - 6px);
  }
  .box1 .mb-info > .list > .item > p {
    font-weight: bold;
    font-size: 10px;
    color: #8699b5;
    margin-bottom: 8px;
  }
  .box1 .mb-info > .list > .item > .bottom > img {
    width: 16px;
    height: 16px;
    margin-right: 6px;
  }
  .box1 .mb-info > .list > .item > .bottom > span {
    font-weight: 900;
    font-size: 10px;
    color: #ffffff;
  }
  .box1 .items > li {
    font-size: 12px;
    padding-left: 12px;
  }
  .box1 .items > li::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #00ff84;
  }
  .box1 .down {
    margin-top: 26px;
  }
  .box1 .down > .down-btn {
    height: 44px;
    border-radius: 12px;
    padding: 0 18px;
  }
  .box1 .down > .down-btn > p {
    font-size: 13px;
  }
  /* box2 */
.box2 {
  margin-top: 0px;
  padding: 0 16px;
  box-sizing: border-box;
}
.box-title {
  font-size: 16px;
  padding-left: 15px;
  line-height: 20px;
  margin-top: 40px;
  margin-bottom: 20px;
}
.box-title::before {
  content: "";
  display: block;
  width: 5px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  background: #ffb20c;
}
.box2 .banner {
  padding-bottom: 10px;
}
.box2 .banner::-webkit-scrollbar {
	/* 隐藏滚动条，但依旧具备可以滚动的功能 */
	display: none;
	width: 0 !important;
	height: 0 !important;
	-webkit-appearance: none;
	background: transparent;
	color: transparent;
}
.box2 .banner > li {
  margin: 0 6px;
  width: 260px;
  height: 118px;
  border-radius: 11px;
  min-width: 260px;
}
/* box3 */
.box3 {
  padding: 0 16px;
  box-sizing: border-box;
}
.box3 .card {
  margin-top: 30px;
  border-radius: 14px;
}
.box3 .nav {
  height: initial;
  display: flex;
  align-items: center;
  line-height: initial;
}
.box3 .nav > li {
  font-size: 12px;
  height: 50px;
  padding: 0 4px;
}
.box3 .content > li {
  display: none;
  min-height: 100px;
  padding: 16px;
}
.box3 .content > li > .title,.box3 .content > li > h2,.box3 .content > li > h3,.box3 .content > li > h4 {
  font-size: 16px;
  margin-bottom: 20px;
}
.box3 .content > li > .desc,.box3 .content > li > p {
  font-size: 12px;
  margin-bottom: 10px;
}
.box3 .content > li > .items > li {
  border-radius: 14px;
  padding: 12px;
  margin-bottom: 10px;
}
.box3 .content > li > .items > li > span {
  width: 26px;
  height: 26px;
  line-height: 26px;
  border-radius: 4px;
  margin-right: 12px;
  font-size: 12px;
}
.box3 .content > li > .items > li .index {
  font-size: 12px;
}
.box3 .content > li > .items > li .text {
  font-size: 10px;
  margin-top: 4px;
}
.box3 .content > li > .rating > .info > .total > img {
  width: 32px;
  height: 32px;
}
.box3 .content > li > .rating > .info > .total > p {
  font-size: 26px;
  margin-left: 10px;
}
.box3 .content > li > .rating > .info > .views > .num {
  font-size: 13px;
}
.box3 .content > li > .rating > .info > .views > .btn {
  font-size: 12px;
  border-radius: 6px;
  height: 32px;
  line-height: 32px;
  padding: 0 12px;
}
.box3 .content > li > .rating > .list {
  margin-top: 26px;
}
.box3 .content > li > .rating > .list > li {
  border-radius: 14px;
  padding: 16px;
  margin-bottom: 10px;
}
.box3 .content > li > .rating > .list > li > .title .tag {
  border-radius: 8px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 12px;
  min-width: 36px;
}
.box3 .content > li > .rating > .list > li > .title .name {
  font-size: 13px;
  margin: 0 10px;
  margin-bottom: 4px;
}
.box3 .content > li > .rating > .list > li > .title .time {
  font-size: 10px;
}
.box3 .content > li > .rating > .list > li > .title .data {
  flex-direction: column;
}
.box3 .content > li > .rating > .list > li > p {
  font-size: 11px;
  margin-top: 12px;
}
.box3 .content > li > .faqs > .list > li {
  border-radius: 14px;
  padding: 12px;
  margin-bottom: 10px;
}
.box3 .content > li > .faqs > .list > li > .title {
  font-size: 12px;
}
.box3 .content > li > .faqs > .list > li > .context {
  font-size: 10px;
  margin-top: 12px;
}
/* box4 */
.box4 {
  padding: 0 16px;
  box-sizing: border-box;
}
.box4 .card {
  border-radius: 14px;
  padding: 16px 18px;
}
.box4 .card > ul > li {
  width: 100%;
  padding: 14px 0;
}
.box4 .card > ul > li:nth-child(2n - 1) {
  margin-right: 0;
}
.box4 .card > ul > li:nth-child(2n) {
  margin-left: 0;
}
.box4 .card > ul > li:nth-last-child(1) {
  border: none;
}
.box4 .card > ul > li > .label {
  font-size: 10px;
}
.box4 .card > ul > li > .value {
  font-size: 12px;
}
/* box5 */
.box5 {
  padding: 0 16px;
  box-sizing: border-box;
}
.box5 .card {
  border-radius: 14px;
  padding: 16px;
}
.box5 .card > .title {
  font-size: 13px;
}
.box5 .card > .list {
  margin-top: 16px;
}
.box5 .card > .list > li {
  margin-bottom: 16px;
}
.box5 .card > .list > li > span {
  width: 20px;
  height: 20px;
  min-width: 20px;
  line-height: 20px;
  font-size: 10px;
  margin-right: 8px;
}
.box5 .card > .list > li > p {
  font-size: 11px;
}
.box5 .card > .inner-card {
  border-radius: 14px;
  padding: 10px;
}
.box5 .card > .inner-card > .title > img {
  width: 16px;
  height: 16px;
  margin-right: 12px;
}
.box5 .card > .inner-card > .title > h3 {
  font-size: 12px;
}
.box5 .card > .inner-card > .items {
  padding-left: 20px;
  margin-top: 12px;
}
.box5 .card > .inner-card > .items > li {
  font-size: 10px;
  padding-left: 15px;
  margin-bottom: 10px;
}
.box5 .card > .inner-card > .items > li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffb20c;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
/* box6 */
.box6 {
  margin-bottom: 60px;
  padding: 0 16px;
  box-sizing: border-box;
}
.box6 .list {
  gap: 15px;
}
.box6 .list > li {
  border-radius: 14px;
  padding: 14px;
  width: calc(50% - 15px);
}
.box6 .list > li > img {
  width: 70px;
  height: 70px;
  border-radius: 13px;
}
.box6 .list > li > h3 {
  font-size: 14px;
  margin-top: 12px;
}
.box6 .list > li > a {
  font-size: 13px;
  border-radius: 4px;
  height: 36px;
  line-height: 36px;
  margin-top: 12px;
}
}
