.banner-content {
  padding-top: .96rem;
}

.banner-trophy {
  background: url(../img/2025idcpoll/banner.png) no-repeat center center;
  height: 3.08rem;
  width: 100%;
  background-size: auto 3.08rem;
  background-position: center center;
}

/* 导航 */
.page-navigation {

  background-image: -moz-linear-gradient(0deg, rgb(92, 108, 238) 0%, rgb(135, 65, 233) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(92, 108, 238) 0%, rgb(135, 65, 233) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(92, 108, 238) 0%, rgb(135, 65, 233) 100%);
  height: .8rem;

}

.nav-container {
  width: 12rem;
  line-height: .8rem;
  margin: 0 auto;
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  box-sizing: border-box;
  padding: 0 .5rem;
}

.nav-item {
  font-size: .24rem;
  font-family: "Source Han Sans CN";
  color: rgb(255, 255, 255);
  font-weight: bold;
  margin: 0 .5rem;
}

.nav-item:hover {
  color: #fff;
}

.nav-item.active {
  color: #fff;
}

/* 主容器 */
.idcpoll-main-container {
  background: url(../img/2025idcpoll/bg-v1.png) center top no-repeat;
  background-size: 100% auto;
  overflow-y: hidden;
}

.w1200 {
  width: 12rem;
  margin: 0 auto;
}

/* 栏目标题 */
.section-icon-title {
  height: .73rem;
  background: no-repeat left center;
  background-size: auto .73rem;
  margin: .25rem 0 .3rem;
}

.section-icon-title.background-icon-title {
  background-image: url(../img/2025idcpoll/Backgroundoftheselection.png);
  width: 3.49rem;

}

.section-icon-title.process-icon-title {
  background-image: url(../img/2025idcpoll/Selectionprocessandtimeschedule.png);
  width: 4.28rem;
}

.section-icon-title.awards-icon-title {
  background-image: url(../img/2025idcpoll/Internationalawards.png);
  width: 2.85rem;
}

.section-icon-title.international-icon-title {
  background-image: url(../img/2025idcpoll/Introductiontotheannualselectionawards.png);
  width: 4.92rem;
}

/* 评选背景 */
.background-section .section-content {
  border-radius: .08rem;
  /* background-color: rgba(13, 12, 12, 0); */
  background-color: rgba(255, 255, 255, .2);
  box-shadow: inset 0 0 10px rgba(255, 255, 255, 1);
  z-index: 25;
  box-sizing: border-box;
  padding: .2rem .28rem;
}

.background-section .section-content .background-text {
  font-size: .18rem;
  font-family: "Source Han Sans CN";
  color: rgb(36, 36, 38);
  line-height: 1.778;
  text-align: justify;
}

/* 评选流程 */
.process-section {
  margin-top: .5rem;

}

.timeline-container {
  position: relative;
  margin-top: .5rem;
}

.timeline-container::before {
  content: "";
  background-image: -moz-linear-gradient(0deg, rgb(92, 108, 238) 0%, rgb(135, 65, 233) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(92, 108, 238) 0%, rgb(135, 65, 233) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(92, 108, 238) 0%, rgb(135, 65, 233) 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: .08rem;
  border-radius: .04rem;
}

.timeline-item {
  border-width: 1px;
  border-color: rgb(223, 228, 242);
  border-style: solid;
  border-radius: .08rem;
  position: relative;
  margin-left: .8rem;
  box-sizing: border-box;
  padding: .1rem;
  padding-right: .4rem;
  margin-top: .3rem;
}

.timeline-item .timeline-icon {
  position: absolute;
  top: -.66rem;
  left: -.35rem;
}

.timeline-item .timeline-title {

  font-size: .2rem;
  font-family: "Source Han Sans CN";
  color: rgb(18, 23, 132);
  line-height: 1.2;
  margin-bottom: .1rem;
}

.timeline-item .timeline-date {

  font-size: .18rem;
  font-family: "Source Han Sans CN";
  color: rgb(36, 36, 38);
  line-height: 1;

}

/* 年度评选奖项简介 */
.awards-section .awards-icon-title {
  margin: .5rem 0;
}

.awards-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: .2rem;
  /* 
    margin-top: .3rem; */
}

.award-item {
  flex: 0 0 calc(50% - .1rem);
  box-sizing: border-box;
  position: relative;
}

.award-category {
  box-sizing: border-box;
  padding-left: .2rem;
  font-size: .22rem;
  font-family: "Source Han Sans CN";
  color: rgb(36, 36, 38);
  margin-bottom: .17rem;
}

.award-item .award-content {
  padding: .2rem;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0px .06rem .0376rem .0024rem rgba(3, 86, 121, 0.2);
  border-top: .04rem solid rgb(216, 240, 255);
}




.awards-section .award-name {
  font-size: .26rem;
  font-family: "Source Han Sans CN";
  color: rgb(18, 23, 132);
  line-height: .36rem;
  padding-left: .26rem;
  background: url(../img/2025idcpoll/jiangbei.png) no-repeat top left;
  background-size: .26rem .28rem;
  padding-bottom: .1rem;
  border-bottom: .01rem solid rgb(207, 207, 207);

}

.awards-section .award-name.award-star {
  padding-left: .35rem;

  background-image: url(../img/2025idcpoll/star.png);
  background-size: .33rem .35rem;
}

.awards-section .award-description {
  padding: .1rem 0 0;
  font-size: .16rem;
  font-family: "Source Han Sans CN";
  color: rgb(36, 36, 38);
  line-height: 2;
  text-align: justify;
}

/* 国际奖项网格布局 */
.international-section .international-icon-title {
  margin: .5rem 0;
}

.international-awards-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: .13rem;
  /*
    margin-top: .3rem; */
}

.international-award-item {
  flex: 0 0 calc(25% - .13rem);
  box-shadow: 0px 6px 3.76px 0.24px rgba(3, 86, 121, 0.2);
  width: calc(25% - .13rem);
  height: 3.2rem;
  background: no-repeat center;
  /* background-color: rgba(255, 255, 255, 0.8); */
  background-size: 100% 100%;
  padding-top: 1.7rem;
  box-sizing: border-box;
}

.international-award-item:nth-child(1) {
  background-image: url(../img/2025idcpoll/awads1.png);
}

.international-award-item:nth-child(2) {
  padding-top: 1.88rem;
  background-image: url(../img/2025idcpoll/awads2.png);
}

.international-award-item:nth-child(3) {
  background-image: url(../img/2025idcpoll/awads3.png);
}

.international-award-item:nth-child(4) {
  padding-top: 1.88rem;
  background-image: url(../img/2025idcpoll/awads4.png);
  /* background-color: rgba(255, 255, 255, 0.8); */
}

.international-award-item .award-name {

  font-size: .22rem;
  font-family: "Source Han Sans CN";
  color: rgb(18, 23, 132);
  line-height: 1.273;
  text-align: center;

}

.international-award-item .award-subtitle {

  font-size: .16rem;
  font-family: "SourceHanSansCN";
  color: rgb(18, 23, 132);
  line-height: 1.625;
  text-align: center;
}

/* 二维码区域 */
.qr-section {
  text-align: center;
  margin-top: .6rem;
  /* padding: .3rem 0; */

}

.qr-code {
  margin-bottom: .1rem;

}

.qr-code img {
  border-width: 1px;
  border-color: rgb(223, 228, 242);
  background-color: rgb(255, 255, 255);
  display: block;
  border-style: solid;
  width: 1.6rem;
  height: 1.6rem;
  margin: 0 auto;
}


.qr-text {

  font-size: .16rem;
  font-family: "Source Han Sans CN";
  color: rgb(36, 36, 38);
  line-height: 1;
  text-align: center;
}

/* 联系方式 */
.contact-section {
  margin-top: .5rem;
  padding: .3rem 0;
}

.contact-info {
  text-align: center;
  background: url(../img/2025idcpoll/897.png) no-repeat center left;
  background-size: auto .86rem;
  background-position-x: 2.3rem;
  padding: .1rem 0;
  padding-left: 3.1rem;
  height: .86rem;
}

.contact-text {
  font-size: .2rem;
  font-family: "Source Han Sans CN";
  color: rgb(16, 16, 17);
  line-height: 1.6;
  text-align: left;
}

.contact-text a {
  color: rgb(16, 16, 17);

  text-decoration: none;
}

.contact-text a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .w1200 {
    width: 100%;
    padding: 0 .1rem;
    box-sizing: border-box;
  }

  .banner-trophy {
    height: 2.08rem;
    width: 100%;
    background-size: auto 2.08rem;
    background-position: center center;
  }
  .background-section .section-content .background-text {
    font-size: .24rem;
}
  .nav-container {
    width: 100%;
    padding: 0 .2rem;
  }

  .nav-item {
    font-family: "Source Han Sans CN";
    color: rgb(255, 255, 255);
    font-weight: bold;
    margin: 0 .1rem;
  }

  .process-section {
    margin-top: .2rem;
  }
  .timeline-item{
    padding-right: .1rem;
    margin-left: .2rem;
  }
  .timeline-item .timeline-icon {
    position: absolute;
    top: -.54rem;
    left: -.28rem;
}
  .timeline-item .timeline-icon img{
    width: .6rem;
    height: .75rem;
  }
  .award-category {

    font-size: .32rem;
  }
  .awards-section .award-name {
    font-size: .3rem;
  }
  .awards-section .award-description {
   
    font-size: .26rem;
}
.award-item {
  flex: inherit;
  box-sizing: border-box;
  position: relative;
}
.international-award-item {
  flex: 0 0 calc(50% - .13rem);
  box-shadow: 0px 6px 3.76px 0.24px rgba(3, 86, 121, 0.2);
  width: calc(50% - .13rem);
  height: 4.2rem;
  background: no-repeat center;
  padding-top: 1.7rem;
}
.international-award-item .award-name {
  font-size: .3rem;

}
.international-award-item .award-subtitle {
  font-size: .22rem;
}
.international-award-item {
  padding-top: 2.1rem;
}
.international-award-item:nth-child(2), 
  .international-award-item:nth-child(4) {
  padding-top: 2.5rem;
}
.qr-code img {
  width: 2.4rem;
  height: 2.4rem;
}
.qr-text {
  font-size: .24rem;
}
.contact-info {
  text-align: center;
  background: url(../img/2025idcpoll/897.png) no-repeat center left;
  background-size: auto 1.2rem;
  background-position-x: 0;
  padding: .1rem 0;
  padding-left: 1.2rem;
  height: 1.2rem;
}
.contact-text {
  font-size: .24rem;
}
}