.award_page {
  background: #FFFFFF;
  overflow: hidden;
}
.page_title h2 {
  position: relative;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  font-size: 0.44rem;
  color: #2B2B2B;
  line-height: 1.5;
}
.page_title h2::after {
  content: "";
  display: block;
  width: 0.85rem;
  height: 0.04rem;
  background: #C9A03D;
  border-radius: 0.02rem;
  margin: 0.19rem auto 0 0;
}
.award_intro {
  padding: 0.97rem 0 1.58rem;
  overflow: hidden;
}
.award_intro .main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.intro_text {
  width: calc(50% - 1rem);
  flex-shrink: 0;
}
.intro_text .intro_content {
  margin-top: 0.58rem;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  font-size: 0.16rem;
  color: #535353;
  line-height: 1.8;
}
.intro_text p + p {
  margin-top: 0.2rem;
}
.intro_notice {
  margin-top: 0.83rem;
}
.intro_notice span {
  display: block;
  font-family: SourceHanSansCN-Bold;
  font-weight: bold;
  font-size: 0.18rem;
  color: #1A2A4F;
  line-height: 1.777;
}
.intro_btn {
  width: fit-content;
  height: 0.58rem;
  margin-top: 0.34rem;
  padding: 0.1rem 0.1rem 0.1rem 0.38rem;
  border-radius: 0.3rem;
  background: #1A2A4F;
  display: flex;
  align-items: center;
  column-gap: 0.32rem;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  font-size: 0.16rem;
  color: #FFFFFF;
  line-height: 1;
}
.intro_btn i {
  width: 0.39rem;
  height: 0.39rem;
  background: #FFFFFF;
  border-radius: 50%;
  object-fit: contain;
  display: flex;
  align-items: center;
  justify-content: center;
}
.intro_btn i img {
  width: 0.12rem;
  height: auto;
  filter: brightness(0);
}
.intro_btn:hover {
  background: #C9A03D;
  color: #FFFFFF;
}
.intro_btn:hover i img {
  filter: brightness(1) invert(0);
}
.intro_pic {
  margin-top: 0.11rem;
  width: 50%;
  height: 6.08rem;
  position: relative;
}
.intro_pic .pic_img {
  width: calc(100% + 2.47rem);
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 3.5rem 0rem 0rem 3.5rem;
  overflow: hidden;
}
.intro_pic .pic_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.award_value {
  padding: 0 0 0.95rem;
  background: #FFFFFF;
}
.value_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 0.38rem;
}
.value_list .value_card {
  min-height: 2.6rem;
  padding: 0.48rem 0.48rem 0.56rem;
  background: #FFFFFF;
  box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(0, 0, 0, 0.1);
  border-radius: 0.1rem;
  text-align: center;
  transition: var(--s_tran);
}
.value_list .value_card:hover {
  transform: translateY(-0.26rem);
  box-shadow: 0rem 0rem 0.2rem 0.01rem rgba(0, 0, 0, 0.2);
}
.value_list .value_card .value_icon {
  width: 1.01rem;
  height: 1.01rem;
  background: #1A2A4F;
  margin: 0 auto 0.17rem;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.value_list .value_card .value_icon img {
  width: 45%;
  height: auto;
}
.value_list .value_card h3 {
  font-family: SourceHanSansCN-Bold;
  font-weight: bold;
  font-size: 0.18rem;
  color: #1A2A4F;
  line-height: 1.4;
}
.value_list .value_card p {
  margin-top: 0.34rem;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  font-size: 0.14rem;
  color: #9E9E9E;
  line-height: 1.85;
  text-align: left;
}
.review_rules {
  padding: 0.94rem 0 1.96rem;
  background: url(../img/rules_bg.png) center center no-repeat;
  background-size: cover;
}
.rule_head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 0.68rem;
}
.rule_head p {
  width: auto;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  font-size: 0.16rem;
  color: #2B2B2B;
  line-height: 1.7;
}
.rule_head p b{
    font-size: 0.2rem;
}
.rule_body {
  display: flex;
  align-items: stretch;
  background: linear-gradient(180deg, #F3F4F8 0%, #FFFFFF 100%);
  border-radius: 0.2rem;
  overflow: hidden;
}
.rule_video {
  width: calc(50% + 0.52rem);
  height: 5.1rem;
  position: relative;
  z-index: 2;
  border-radius: 0.2rem;
  overflow: hidden;
  flex-shrink: 0;
  background: #C9D1DD;
  cursor: pointer;
}
.rule_video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.play_btn {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.83rem;
  height: 0.83rem;
  border-radius: 50%;
  background: #000000;
  transform: translate(-50%, -50%);
}
.play_btn::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 0.17rem solid transparent;
  border-bottom: 0.17rem solid transparent;
  border-left: 0.26rem solid #C9A03D;
  transform: translate(-34%, -50%);
}
.rule_panel {
  flex: 1;
  padding: 1.04rem 0.4rem 0.4rem 1rem;
}
.rule_panel .panel_ul {
  border-left: 0.01rem solid rgba(26, 42, 79, 0.2);
}
.rule_panel .panel_li {
  position: relative;
  padding-left: 0.57rem;
  margin-bottom: 0.54rem;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  font-size: 0.2rem;
  color: #1A2A4F;
  line-height: 1.3;
}
.rule_panel .panel_li:last-child {
  margin-bottom: 0;
}
.rule_panel .panel_li i {
  position: absolute;
  left: -0.1rem;
  top: 0;
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
  background: #1A2A4F url(../img/dui.png) center center no-repeat;
  background-size: cover;
}
.rule_panel .panel_li i::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.31rem;
  height: 0.31rem;
  background: #1A2A4F;
  opacity: 0.2;
  border-radius: 50%;
}
.promo_highlight {
  padding: 0.95rem 0 1rem;
  background: #FFFFFF;
}
.highlight_list {
  margin-top: 0.56rem;
  /*display: grid;*/
  /*grid-template-columns: repeat(7, 1fr);*/
  display: flex;
  column-gap: 0.18rem;
}
.highlight_item {
  height: auto;
  border-radius: 0.3rem;
  background: url(../img/liangdian_bg2.png) center center no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.58rem 0.12rem 0.28rem;
  transition: all .3s ease-in-out;
  
  width: calc((100% - 1.08rem) / 7);
}

.highlight_item:hover{
    transform: translateY(-.1rem);
}

.highlight_item img {
  width: 0.43rem;
  height: 0.43rem;
  object-fit: contain;
  margin-bottom: 0.41rem;
}
.highlight_item p {
  width: 100%;
  border-top: 0.01rem solid rgba(255, 255, 255, 0.3);
  padding: 0.27rem 0.1rem 0;
  text-align: center;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  font-size: 0.14rem;
  color: #FFFFFF;
  line-height: 2;
}
@media (max-width: 1042px) {
    .award_intro,
    .review_rules,
    .promo_highlight{
        padding: 80px 0;
    }
    .award_value{
        padding: 0;
    }

    .award_intro .main,
    .rule_head,
    .rule_body {
        display: block;
    }
    .page_title h2{
        font-size: 36px;
    }
    .page_title h2::after{
        width: 75px;
        height: 3px;
        margin: 10px auto 0 0;
    }
    .intro_text{
        width: 100%;
    }
    .intro_text .intro_content{
        font-size: 16px;
        margin-top: 40px;
    }
    .intro_notice{
        margin-top: 40px;
    }
    .intro_notice span{
        font-size: 18px;
    }
    .intro_btn{
        font-size: 16px;
        height: auto;
        margin-top: 20px;
        padding: 10px 10px 10px 30px;
        border-radius: 30px;
        column-gap: 20px;
    }
    .intro_btn i{
        width: 32px;
        height: 32px;
    }
  

    .intro_pic {
        width: 100%;
        height: auto;
        margin: 20px 0 0;
    }
    .intro_pic .pic_img{
        position: initial;
        width: 100%;
        height: auto;
        border-radius: 10px;
    }
    .value_list {
        display: flex;
        flex-wrap: wrap;
        column-gap: 40px;
        row-gap: 40px;
    }
    .value_list .value_card{
        width: calc(50% - 20px);
    }
    .value_list .value_card h3{
        font-size: 18px;
    }
    .value_list .value_card p{
        font-size: 16px;
        margin-top: 15px;
    }
    .value_list .value_card:hover {
        transform: translateY(-10px);
    }
    
    .rule_head{
        margin-bottom: 40px;
    }
    .rule_head p{
        margin-top: 20px;
        font-size: 16px;
    }
    .rule_video {
        width: 100%;
        height: auto;
        aspect-ratio: 580 / 347;
    }
    .rule_panel {
        margin: 0.24rem 0 0;
        padding: 0.5rem 0.45rem;
    }
    .highlight_list {
        flex-wrap: wrap;
        column-gap: 12px;
        row-gap: 20px;
    }
    .highlight_item{
        width: calc(25% - 9px);
    }
}
@media (max-width: 768px) {
    .page_title h2{
        font-size: 24px;
    }
    .award_intro, .review_rules, .promo_highlight {
        padding: 50px 0;
    }
    .intro_text .intro_content {
        font-size: 14px;
        margin-top: 30px;
    }
    .intro_notice{
        margin-top: 20px;
    }
    .intro_notice span{
        font-size: 16px;
    }
    .intro_btn i{
        width: 28px;
        height: 28px;
    }
    .value_list {
        column-gap: 18px;
        row-gap: 20px;
    }
    .value_list .value_card {
        width: calc(50% - 9px);
        padding: 16px;
    }
    .value_list .value_card h3 {
        font-size: 16px;
    }
    .value_list .value_card p{
        font-size: 14px;
    }
    
    
    .rule_head p,
    .rule_head p b,
    .highlight_item p{
        font-size: 14px;
    }
    .rule_panel .panel_li{
        font-size: 16px;
    }
    .highlight_item{
        width: calc(50% - 6px);
    }
    .highlight_item img{
        width: 40px;
        height: 40px;
    }
}

