﻿.page-swiper {
  width: 100%;
  height: 100%;
}

.page-swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.g-title {
  position: relative;
  text-align: center;
  margin: 0 auto;
  line-height: 1;
}

.g-title:after {
  content: '';
  display: block;
  width: 60px;
  height: 6px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  background-image: linear-gradient(90deg,
      #015eea 0%,
      #00c0fa 100%);
}

.g-title-cn {
  margin-top: -28px;
  font-family: SourceHanSansCN-Bold;
  font-size: 48px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 4.8px;
  color: #ffffff;
}

.g-title-en {
  font-family: SourceHanSansCN-Bold;
  font-size: 50px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  background: linear-gradient(to bottom, #005aff, #001c49);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.topBar {
  height: 80px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000000;
  z-index: 99999;
  border-bottom: 1px solid #333333;
}

.topBar .content {
  width: 1200px;
  height: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.topBar .content ul {
  width: 964px;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.topBar .content ul li {
  position: relative;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}

.topBar .content ul li.active::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: -5px;
  transform: translateX(-50%);
  width: 35px;
  height: 3px;
  background-image: linear-gradient(-90deg,
      #27367a 0%,
      #14e595 100%);
}

.topBar .content ul li a {
  color: #fff;
  display: inline-block;
  padding: 2px 19px;
  border-radius: 10px;
}

.topBar .content ul .active {
  /* color: #088c3d; */
  /* font-weight: 600; */
}

.topBar .fixedBox-btn {
  display: flex;
  justify-content: space-between;
}

.topBar .fixedBox-btn div {
  margin-left: 18px;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
}

.topBar .fixedBox-btn div:first-child {
  margin-left: 0;
}

.banner {
  padding-top: 80px;
  width: 100%;
  height: calc(100% - 80px);
  background: #0f142e url('../img/banner.png?v=202406261120') no-repeat center center / auto;
}


.box-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  padding-top: 80px;
  width: 100%;
  height: calc(100%);
}

/* 大会介绍 */
.dhjs {
  background: url('../img/bg-01.png') no-repeat center center / cover;
}

.dhjs .wrap {}

.dhjs .g-title {
  margin-bottom: 104px;
}

.dhjs-content {
  box-sizing: border-box;
  padding: 110px 123px 0;
  width: 1216px;
  height: 444px;
  background: url('../img/dhjs-bg.png') no-repeat center center / cover;
  font-family: SourceHanSansCN-Light;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: justify;
  text-indent: 2em;
}

/* 大会亮点 */
.dhld {
  background: url('../img/bg-02.png') no-repeat center center / cover;
}

.dhld .wrap {}

.dhld .g-title {
  margin-bottom: 102px;
}

.dhld-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dhld-panel-item {
  position: relative;
  width: 193px;
  height: 470px;
  border-radius: 10px;
}

.dhld-item:nth-child(1) .dhld-panel-item {
  background: url('../img/dhld-panel-01.png') no-repeat center center / contain;
}

.dhld-item:nth-child(2) .dhld-panel-item {
  background: url('../img/dhld-panel-02.png') no-repeat center center / contain;
}

.dhld-item:nth-child(3) .dhld-panel-item {
  background: url('../img/dhld-panel-03.png') no-repeat center center / contain;
}

.dhld-item:nth-child(4) .dhld-panel-item {
  background: url('../img/dhld-panel-04.png') no-repeat center center / contain;
}

.dhld-panel-item img {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
}

.dhld-panel-item p {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 41px;
  left: 50%;
  transform: translateX(-50%);
  font-family: SourceHanSansCN-Bold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0px;
  color: #ffffff;
}

.dhld-detail-item {
  display: none;
  box-sizing: border-box;
  padding: 50px 161px 0 27px;
  width: 539px;
  height: 470px;
  border-radius: 10px;
}

.dhld-item:nth-child(1) .dhld-detail-item {
  background: url('../img/dhld-detail-01.png') no-repeat center center / contain;
}

.dhld-item:nth-child(2) .dhld-detail-item {
  background: url('../img/dhld-detail-02.png') no-repeat center center / contain;
}

.dhld-item:nth-child(3) .dhld-detail-item {
  background: url('../img/dhld-detail-03.png') no-repeat center center / contain;
}

.dhld-item:nth-child(4) .dhld-detail-item {
  background: url('../img/dhld-detail-04.png') no-repeat center center / contain;
}

.dhld-detail-item-title {
  margin-bottom: 158px;
  display: flex;
  align-items: center;
}

.dhld-detail-item-title img {
  margin-right: 14px;
}

.dhld-detail-item-title span{
  font-weight: bold;
}

.dhld-detail-item-content {
  font-family: SourceHanSansCN-Regular;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: justify;
}

/* 大会日程 */
.dhrc {
  background: url('../img/bg-03.png') no-repeat center center / cover;
}

.dhrc .g-title {
  margin-bottom: 62px;
}

.table-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.table-wrap table {
  /* width: 590px; */
  width: 1000px;
  background-color: #000449;
}

.table-title {
  height: 50px;
  background-image: linear-gradient(90deg,
      #015eea 0%,
      #00c0fa 100%);
  font-family: SourceHanSansCN-Bold;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: 1.2px;
  color: #000000;
}

.table-wrap table tr{

}

.table-wrap table tr td{
  /* padding: 18px 22px 19px; */
  padding: 4px 22px 5px;
  text-align: left;
	font-family: SourceHanSansCN-Bold;
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	/* line-height: 30px; */
	letter-spacing: 0px;
}

.table-wrap table tr td:first-child{
  box-sizing: border-box;
  /* width: 150px; */
  width: 150px;
  text-align: center;
  font-family: SourceHanSansCN-Regular;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
}

.table-wrap table td{
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}

.table-wrap table td:last-child{
  border-right: 0;
}

.table-wrap table tr:last-child td{
  border-bottom: 0;
}

.table-zt{
  /* margin-bottom: 11px; */
  color: #00befc !important;
  line-height: 1.3;
}

.table-yt{
  /* margin-bottom: 12px; */
  font-family: SourceHanSansCN-Bold;
	font-size: 18px;
	/* font-weight: bold; */
	font-stretch: normal;
	line-height: 1.3;
	letter-spacing: 0px;
	color: #ffffff;
}

.table-wrap table tr:last-child td p:last-child {
  margin-bottom: 0;
}

.table-yt-content{
  font-family: SourceHanSansCN-Light;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #ffffff;
	opacity: 0.7;
}

.dhrc-tip{
  margin-top: 29px;
  margin-bottom: 29px;
  padding: 0 100px;
  font-family: SourceHanSansCN-Light;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
  line-height: 1;
	letter-spacing: 0px;
	color: #00fffc;
  text-align: left;
}

/* 评选奖项 */
.pxjx {
  background: url('../img/bg-04.png') no-repeat center center / cover;
}

.pxjx .g-title {
  margin-bottom: 133px;
}

.pxjx-title {
  margin-bottom: 64px;
  font-family: SourceHanSansCN-Regular;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0px;
  color: #b4c4ff;
  text-align: center;
}

.pxjx-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.pxjx-item {
  position: relative;
  margin-bottom: 61px;
  width: 390px;
  height: 237px;
  border-right: 1px solid;
  border-image-source: linear-gradient(to bottom, #015, #00c0fa);
  border-image-slice: 1;
}

.pxjx-item:nth-child(2n+3) {
  border-right: 0;
}

.pxjx-panel {}

.pxjx-item-detail {
  box-sizing: border-box;
  padding: 9px 22px;
  height: 100%;
  text-align: justify;
}

.pxjx-item-detail-title {
  margin-bottom: 10px;
  font-family: SourceHanSansCN-Normal;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0px;
  color: #ffffff;
}

.pxjx-item-detail-text {
  margin-bottom: 5px;
  font-family: SourceHanSansCN-Normal;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: 0px;
  color: #ffffff;
}

.icon-pxjx {
  display: block;
  margin: 0 auto 24px;
  width: 145px;
  height: 107px;
}

.pxjx-panel-title {
  margin-bottom: 10px;
  font-family: SourceHanSansCN-Regular;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
}

.pxjx-panel-btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 169px;
	height: 36px;
	background-image: linear-gradient(90deg, 
		#015eea 0%, 
		#00c0fa 100%);
	border-radius: 17.5px;
  text-align: center;
  font-family: SourceHanSansCN-Regular;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 4px;
  color: #ffffff;
  cursor: pointer;
  transform: translateX(-50%);
}

.pxjx-panel-btn:focus, .pxjx-panel-btn:hover, .pxjx-panel-btn:active{
  color: #ffffff;
}

/* 参会对象 */
.chdx {
  background: url('../img/bg-05.png') no-repeat center center / cover;
}

.chdx .g-title {
  margin-bottom: 100px;
}

.chdx-title{
  margin-bottom: 54px;
  font-family: SourceHanSansCN-Bold;
	font-size: 26px;
	font-weight: bold;
	font-stretch: normal;
  line-height: 1;
	letter-spacing: 1.3px;
	color: #ffffff;
}

.chdx-list{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.chdx-item{
  width: 360px;
	height: 470px;
  background: url('../img/chdx-item-bg.png') no-repeat center center / contain;
}

.chdx-item img{
  margin-top: 28px;
  margin-bottom: 33px;
}

.chdx-item-title{
  margin-bottom: 20px;
  font-family: SourceHanSansCN-Bold;
	font-size: 26px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: 1.3px;
  background: linear-gradient(to bottom, #015eea, #00c0fa 40%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.chdx-item-content{
  font-family: SourceHanSansCN-Light;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;
}

/* 往届回顾 */
.wjhg {
  background: url('../img/bg-06.png') no-repeat center center / cover;
}

.wjhg .g-title {
  margin-bottom: 81px;
}

.wjhg-title-tabs{
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.wjhg-title-tab{
  margin-bottom: 76px;
  position: relative;
  width: 260px;
	height: 50px;
	background-color: #00012e;
	border: solid 1px #0059fc;
  font-family: SourceHanSansCN-Bold;
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 50px;
	letter-spacing: 1.2px;
	color: #ffffff;
  cursor: pointer;
}

.wjhg-title-tab.active{
  color: #000000;
  background-image: linear-gradient(90deg, 
  #015eea 0%, 
  #00c0fa 100%);
}

.wjhg-title-tab.active:after{
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 32px;
  height: 22px;
  background: url('../img/icon-01.png') no-repeat center center / contain;
}

.wjhg-content-tabs{

}

.wjhg-content-tab{
  display: none;
}

.guest-list{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.guest-item{
  margin-right: 22px;
  margin-bottom: 35px;
  position: relative;
  width: 222px;
  height: 250px;
  background: url('../img/bg-guest.png') no-repeat;
  background-position: center bottom;
}

.guest-item:nth-child(5n){
  margin-right: 0;
}

.guest-item-name{
  writing-mode: tb-rl;
  width: 37px;
	height: 83px;
  position: absolute;
  top: 12px;
  left: 0;
  font-family: PingFang-SC-Bold;
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 37px;
	letter-spacing: 4px;
	color: #ffffff;
	background-image: linear-gradient(0deg, 
		#002dce 0%, 
		#ff0072 100%);
  text-align: center;
}

.guest-item img{
  margin: 0 auto 14px;
  width: 177px;
	height: 176px;
	border-radius: 0px 40px 0px 0px;
}

.guest-item-text{
  padding-left: 24px;
  padding-right: 24px;
  margin-bottom: 10px;
  font-family: PingFang-SC-Regular;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.4;
	letter-spacing: -1px;
	color: #ffffff;
  text-align: left;
}

.img-list{
  margin-bottom: 27px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.img-list img{
  margin-bottom: 10px;
  width: 393px;
	height: 262px;
}

/* 合作媒体 */
.hzmt {
  background: url('../img/bg-07.png') no-repeat center center / cover;
}

.hzmt .g-title {
  margin-bottom: 82px;
}

/* 联系我们 */
.lxwm {
  background: url('../img/bg-08.png') no-repeat center center / cover;
}

.lxwm-title{
  display: block;
  margin-top: 120px;
  margin-bottom: 50px;
}

.lxwm-box{
  display: flex;
  justify-content: space-between;
  width: 1200px;
	height: 449px;
  background: url('../img/lxwm-bg.png') no-repeat center center / contain;
}

.lxwm-text{
  margin: 60px 0 0 63px;
  font-family: SourceHanSansCN-Medium;
	font-size: 26px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0.5px;
	color: #ffffff;
  text-align: left;
}

.qrcode{
  margin: 116px 76px 0 0;
  width: 284px;
  height: 294px;
}

.swiper-container-vertical>.swiper-pagination-bullets{
  margin-right: 55px;
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{
  margin: 31px 0 !important; 
}

.swiper-pagination-bullet{
  position: relative !important;
  width: 6px !important;
	height: 6px !important;
  background-color: #a4a4a4 !important;
  opacity: 1 !important;;
}

.swiper-pagination-bullet-active{
  background-color: #ffffff !important;
}

.swiper-pagination-bullet-active:after{
  content: '';
  display: block;
  width: 29px;
	height: 33px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url('../img/icon-02.png') no-repeat center center / contain;
}