.ceremony_view {
  background: #FFFFFF;
  overflow: hidden;
}
.view_title {
  text-align: center;
}
.view_title h2 {
  position: relative;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  font-size: 0.44rem;
  color: #000;
  line-height: 1.45;
}
.view_title h2::after {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.04rem;
  margin: 0.2rem auto 0;
  background: #C9A03D;
  border-radius: 0.2rem;
}
.view_title.white h2 {
  color: #FFFFFF;
}
.view_title.white h2::after {
  background: #FFFFFF;
}
.ceremony_badge {
  width: fit-content;
  margin: 0 auto;
  display: flex;
  align-items: center;
  column-gap: 0.34rem;
}
.badge_laurel {
  width: 0.63rem;
  height: 1.31rem;
  background: url(../img/pinpai_class_fl.png) center center no-repeat;
  background-size: contain;
}
.badge_laurel_r {
  background: url(../img/pinpai_class_fr.png) center center no-repeat;
  background-size: contain;
}
.badge_text {
  text-align: center;
  font-family: SourceHanSansCN-Medium;
  font-weight: 500;
  color: #C9A03D;
  line-height: 1;
}
.badge_text div {
  font-size: 0.38rem;
}
.badge_text div b {
  font-family: Poppins-SemiBold;
  font-weight: 600;
  font-size: 0.7rem;
  line-height: 1;
}
.badge_text p {
  width: fit-content;
  height: 0.39rem;
  margin: 0.08rem auto 0;
  padding: 0 0.4rem;
  border-radius: 0.2rem;
  background: linear-gradient(90deg, #EDE6BC 0%, #DBC17F 24.25%, #DEC687 39.32%, #FAF9E3 52.29%, #C9A03D 88.28%, #C9A03D 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Poppins-Medium;
  font-size: 0.24rem;
  color: #1A2A4F;
}
.ceremony_hero {
  padding: 1.6rem 0 1.09rem;
  background: #F5F7FB;
}
.hero_pic {
  width: 100%;
  height: auto;
  margin: 0.56rem auto 0;
  border-radius: 0.2rem;
  overflow: hidden;
}
.hero_pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.scene_section {
  padding: 0.78rem 0 1.2rem;
  background: url(../img/video_bg2.png) center center no-repeat;
  background-size: cover;
}
.scene_video {
  position: relative;
  width: 11.84rem;
  height: 6.66rem;
  margin: 0.71rem auto 0;
  border-radius: 0.2rem;
  overflow: hidden;
  cursor: pointer;
}
.scene_video img,
.scene_video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#video-container,
#video-element {
  width: 100%;
  height: 100%;
  position: relative;
}
#video-poster {
  z-index: 9;
  pointer-events: none;
}
/* 视频进度条 */
#video-element::-webkit-media-controls-enclosure {
  opacity: 0;
}
#video-element.act::-webkit-media-controls-enclosure {
  opacity: 1;
}
.play_btn,
.thumb_play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.88rem;
  height: 0.88rem;
  border-radius: 50%;
  background: #000000;
  z-index: 2;
}
.play_btn::before,
.thumb_play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-34%, -50%);
  width: 0;
  height: 0;
  border-top: 0.18rem solid transparent;
  border-bottom: 0.18rem solid transparent;
  border-left: 0.28rem solid #C9A03D;
}
.scene_thumb_list {
  width: 100%;
  margin: 0.84rem auto 0;
  overflow: hidden;
}
.scene_thumb {
  position: relative;
  cursor: pointer;
  height: auto;
}
.scene_thumb .thumb_img {
  display: block;
  width: 100%;
  height: 1.58rem;
  border-radius: 0.12rem;
  overflow: hidden;
}
.scene_thumb .thumb_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.scene_thumb .thumb_play {
  width: 0.52rem;
  height: 0.52rem;
}
.scene_thumb .thumb_play::before {
  border-top-width: 0.1rem;
  border-bottom-width: 0.1rem;
  border-left-width: 0.17rem;
}
.scene_thumb p {
  margin-top: 0.17rem;
  text-align: center;
  font-family: SourceHanSansCN-Regular;
  font-size: 0.14rem;
  color: #FFFFFF;
  line-height: 1;
}
.scene_thumb.active .thumb_img {
  border: 0.03rem solid #C9A03D;
}
.brand_award {
  padding: 0.84rem 0 0.62rem;
  background: #F5F7FB;
}
.product_grid {
  width: 100%;
  margin: 0.68rem auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 0.18rem;
  row-gap: 0.2rem;
}
.product_card {
  height: auto;
  padding: 0.42rem 0.2rem 0rem;
  background: #FFFFFF;
  text-align: center;
}
.product_card .product_name,
.product_card .product_type {
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  font-size: 0.16rem;
  color: #2B2B2B;
  line-height: 1.25;
}
.product_card .product_type {
  font-weight: bold;
  margin-top: 0.1rem;
}
.product_img {
    height: 0;
    padding-bottom: 80%;
    position: relative;
    overflow: hidden;
    max-width: 90%;
    margin: 0.15rem auto;
}
.product_img img {
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  object-fit: contain;
}
.award_more {
  display: block;
  width: fit-content;
  margin: 0.66rem auto 0;
  padding: 0.16rem 0.6rem;
  border-radius: 0.37rem;
  background: #1A2A4F;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  font-size: 0.2rem;
  color: #FFFFFF;
  line-height: 1.5;
}
.winner_section {
  padding: 0.8rem 0 0.5rem;
  background: #FFFFFF;
}
.winner_table {
  width: 100%;
  margin: 0.5rem auto 0;
  border-radius: 0.1rem 0.1rem 0 0;
  overflow: hidden;
  font-family: SourceHanSansCN-Regular;
}
.winner_caption {
  height: auto;
  padding: 0.15rem 0 0.17rem;
  background: #1A2A4F;
}
.winner_caption h3 {
  text-align: center;
  font-weight: 400;
  font-size: 0.24rem;
  color: #FFFFFF;
}
.winner_caption p {
  margin-top: 0.09rem;
  text-align: center;
  font-weight: 400;
  font-size: 0.16rem;
  color: #FFFFFF;
  line-height: 1.25;
}
.winner_table table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.winner_table table td {
  height: auto;
  padding: 0.13rem 0.39rem;
  font-weight: 400;
  font-size: 0.16rem;
  color: #2B2B2B;
  line-height: 1.5;
}
.winner_table table td:nth-child(3) {
  border-left: 0.01rem solid #E8E8E8;
}
.winner_table table tr:first-child td{
    color: #1A2A4F;
}
.winner_table table tr:nth-child(odd) {
  background: #F5F7FB;
}
.winner_table table tr:nth-child(even) {
  background: #FFFFFF;
}
.winner_table table tr:first-child td {
  color: #1A2A4F;
}
.media_promo {
  padding: 0.5rem 0 0.68rem;
  background: #FFFFFF;
}
.promo_block {
  padding: 0.68rem 0 0.66rem;
}
.promo_block:nth-of-type(odd) {
  background: #F5F7FB;
}
.promo_block .main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.promo_head {
  margin-bottom: 0.37rem;
}
.promo_head h3 {
  position: relative;
  padding-left: 0.48rem;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  font-size: 0.36rem;
  color: #000000;
  line-height: 1.44;
}
.promo_head h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.39rem;
  height: 0.39rem;
  background: url(../img/view_icon.png) center no-repeat;
  background-size: contain;
}
.promo_head p {
  margin-top: 0.04rem;
  padding-left: 0.48rem;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  font-size: 0.2rem;
  color: #000000;
  line-height: 1.7;
}
.promo_arrows {
  display: flex;
  column-gap: 0.16rem;
}
.promo_arrows .swiper-button-prev,
.promo_arrows .swiper-button-next {
  position: initial;
  width: 0.7rem;
  height: 0.7rem;
  background: #1A2A4F;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.promo_arrows .swiper-button-prev img,
.promo_arrows .swiper-button-next img {
  width: 0.26rem;
  height: auto;
  object-fit: contain;
}
.promo_arrows .swiper-button-prev:hover,
.promo_arrows .swiper-button-next:hover {
  background: #C9A03D;
}
.promo_arrows .swiper-button-prev::after,
.promo_arrows .swiper-button-next::after {
  display: none;
}
.promo_grid {
  width: 100%;
  overflow: hidden;
}
.promo_item {
  position: relative;
  text-align: center;
}
.promo_item .product_img {
  height: 0;
  padding-bottom: 63.6%;
  position: relative;
  border-radius: 0.1rem;
  overflow: hidden;
}
.promo_item .product_img img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}
.promo_item p {
  margin-top: 0.12rem;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  font-size: 0.14rem;
  color: #000000;
}
.promo_grid.promo5 .promo_item .product_img {
  padding-bottom: 179%;
}
.promo_grid.promo5 .promo_item .play_btn {
  width: 0.52rem;
  height: 0.52rem;
}
.promo_grid.promo5 .promo_item .play_btn::before {
  border-top: 0.11rem solid transparent;
  border-bottom: 0.11rem solid transparent;
  border-left: 0.17rem solid #C9A03D;
}









@media (max-width: 1042px) {
    .ceremony_hero{
        padding: 160px 0 80px;
    }
    
    
    
  .hero_pic,
  .scene_video,
  .scene_thumb_list,
  .product_grid,
  .winner_table {
    width: 100%;
  }
  
  .ceremony_badge{
      column-gap: 20px;
  }
  .badge_text div{
      font-size: 24px;
      display: flex;
      justify-content: center;
    align-items: baseline;
  }
  .badge_text div b{
      font-size: 48px;
  }
  .badge_text p{
        font-size: 16px;
        height: auto;
        padding: 5px 20px;
  }
  .badge_laurel{
        width: 40px;
        height: 96px;
  }
  .hero_pic {
    height: auto;
    margin: 30px auto 0;
    border-radius: 20px;
  }
  
  .scene_section{
      padding: 80px 0;
  }
  
  .scene_video {
    height: auto;
    margin: 50px auto 0;
    border-radius: 20px;
  }
  
  
  
  .view_title h2{
      font-size: 36px;
  }
  .view_title h2::after{
		width: 80px;
		height: 3px;
		margin: 10px auto 0;
	}
	
	
	
	.brand_award{
	    padding: 80px 0;
	}
	.product_grid{
	   margin: 50px auto 0;
        grid-template-columns: repeat(3, 1fr);
        column-gap: 12px;
        row-gap: 20px;
	}
	.product_card{
	    padding: 30px 10px 0px;
	}
	.product_card .product_name, 
	.product_card .product_type{
	    font-size: 16px;
	}
	.product_card .product_type{
	    margin-top: 8px;
	}
	
	
	
	
	.winner_section{
	    padding: 80px 0;
	}
	.winner_table{
	    margin: 50px auto 0;
	    border-radius: 10px 10px 0 0;
	}
	.winner_caption h3{
	    font-size: 24px;
	}
	.winner_caption p{
	    font-size: 16px;
	   margin: 0;
	}
	
	.winner_table table td{
	   font-size: 16px;
        padding: 12px 16px;
	}
}
@media (max-width: 768px) {
     .view_title h2{
      font-size: 28px;
  }
  .view_title h2::after{
		width: 60px;
		height: 2px;
	}
	
	
	
    .ceremony_hero {
        padding: 120px 0 50px;
    }
    .badge_text div{
      font-size: 22px;
  }
  .badge_text div b{
      font-size: 44px;
  }
  .badge_text p{
        font-size: 14px;
  }
      .badge_laurel {
        width: 30px;
        height: 64px;
    }
    
    
    
    .scene_section,
    .brand_award{
        padding: 50px 0;
    }
    
    
    .product_grid{
        margin: 30px auto 0;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 10px;
    }
    .product_card .product_name, .product_card .product_type {
        font-size: 14px;
    }
    
    
    .winner_section {
        padding: 50px 0;
    }
    .winner_table {
        margin: 30px auto 0;
    }
	.winner_caption h3{
	    font-size: 18px;
	    line-height: 1.2;
	    padding: 8px 20px;
	}
	.winner_caption p{
	    font-size: 14px;
	    margin: 0;
	}
	.winner_table table td {
        font-size: 14px;
        padding: 8px 10px;
    }
}

@media (max-width: 480px) {
    .product_grid{
        grid-template-columns: repeat(1, 1fr);
    }
}