.wrap {
  width: 1200px;
  margin: 0 auto;
}

.bg-title {
  margin: 0 auto;
  width: 729px;
  height: 82px;
  background: url('../images/bg-title.png') no-repeat center center / contain;
}

.title-text{
  font-family: SourceHanSansCN-Bold;
	font-size: 44px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: 4.4px;
  background: -webkit-linear-gradient(0deg, #fff 0%, #fad996 100%);; /* Chrome, Safari */
  background: linear-gradient(0deg, #fff 0%, #fad996 100%);; /* 标准语法 */
  -webkit-background-clip: text; /* Chrome, Safari */
  background-clip: text;
  -webkit-text-fill-color: transparent; /* Chrome, Safari */
  color: transparent; /* 其他浏览器 */
  text-align: center;
}

.nav {
  position: absolute;
  top: 0px;
  left: 0;
  background-color: #111111;
  border-bottom: none;
  font-size: 0;
  line-height: 80px;
  width: 100%;
  z-index: 2;
}

.nav.fixed {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 11111;
}

.nav .logo {
  height: 40px;
  padding-top: 13px;
  margin-right: 70px;
}

.nav .nav-items {
  /* display: flex;
  justify-content: space-between; */
  color: rgb(255, 255, 255);
  font-size: 18px;
}

.nav .nav-items li{
  margin-right: 63px;
}

.nav .nav-items .top_text {
  display: inline-block;
  height: 80px;
  cursor: pointer;
  padding: 0 9px;
}

.nav .nav-items .top_text a {
  display: block;
  color: #fff;
}

.nav .nav-items .active {
  background-image: linear-gradient(0deg,
      #d4b26d 0%,
      #fad996 100%);
  color: #000;
}

.nav .nav-items .active a {
  color: #000;
}

.nav_button {
  box-sizing: border-box;
  width: 120px;
  display: inline-block;
  line-height: 30px;
  padding: 0 15px;
  border-radius: 10px;
  text-align: center;
}

.nav .nav-items .bm1 {
  background: none;
  background-size: 40px;
  width: auto;
}

.banner {
  box-sizing: border-box;
  position: relative;
  margin-top: 80px;
  width: 100%;
  height: 1330px;
  background: url('../images/bg-01.png') no-repeat center center / cover;
  /* background-size: auto; */
  font-family: SourceHanSansCN-Regular;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: 0px;
	color: #f7cd85;
}

.banner-img-01{
  margin: 144px 0 29px;
}

.banner-img-02{
  margin-bottom: 49px;
}

.banner-text{
  margin-bottom: 15px;
}

.banner-logo{
  margin-top: 41px;
  margin-bottom: 41px;
}

.tongqi-title{
  width: 144px;
	height: 36px;
	background-image: linear-gradient(90deg, 
		#decf7e 0%, 
		#e0ddd8 100%);
    text-align: center;
  font-family: SourceHanSansCN-Bold;
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 1.2px;
	color: #000000;
}

.tongqi {
  margin-bottom: 128px;
  display: flex;
  box-sizing: border-box;
  padding: 14px 0;
  background: url('../images/bg-cpyy-01.png') no-repeat center center / contain;
}

.tongqi .img-tongqi {
  margin-left: 34px;
  margin-right: 49px;
  width: 106px;
  height: 106px;
  border-radius: 10px;
}

.tongqi .tongqi-list {
  margin-right: 69px;
}

.tongqi .tongqi-list .tongqi-item {
  display: block;
  font-family: SourceHanSansCN-Light;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #ffffff;
	/* text-shadow: 0px 2px 0px #3f5efb; */
	opacity: 0.7;
}

.jieshao {
  margin-bottom: 31px;
}

.jieshao .jieshao-box {
  margin-top: -19px;
  box-sizing: border-box;
  padding: 60px 36px 0;
  height: 292px;
  background: url('../images/bg-jieshao.png') no-repeat center center / contain;
  text-align: justify;
}

.jieshao .jieshao-box p {
  text-indent: 36px;
  margin-bottom: 10px;
  font-family: SourceHanSansCN-Light;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0.4px;
	color: #f7cd85;
}

.canping{
  width: 100%;
  height: 721px;
  background: url('../images/bg-02.png') no-repeat center center / cover;
}

.canping-wrap{
  display: flex;
  justify-content: space-between;
  height: 100%;
  background: url('../images/bg-canping.png') no-repeat center center;
  background-size: 1200px 520px;
}

.canping-left{
  padding-top: 124px;
  width: 420px;
}

.canping-item{
  margin-bottom: 64px;
  display: flex;
}

.canping-item-img{
  flex: 0 0 auto;
  margin-right: 19px;
  width: 86px;
	height: 86px;
  border-radius: 50%;
}

.canping-left .canping-item:nth-child(1) .canping-item-img{
  background: url('../images/icon-canping-01.png') no-repeat center center;
  background-size: 49px 39px;
	background-color: #ecc88e;
}

.canping-left .canping-item:nth-child(2){
  margin-left: -41px;
  width: 400px;
}

.canping-left .canping-item:nth-child(2) .canping-item-img{
  background: url('../images/icon-canping-02.png') no-repeat center center;
  background-size: 47px 38px;
	background-color: #ecc88e;
}

.canping-left .canping-item:nth-child(3) .canping-item-img{
  background: url('../images/icon-canping-03.png') no-repeat center center;
  background-size: 41px 48px;
	background-color: #ecc88e;
}

.canping-item-title{
  margin-top: 16px;
  margin-bottom: 13px;
  font-family: SourceHanSansCN-Bold;
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
  line-height: 1;
	letter-spacing: 0px;
  background: -webkit-linear-gradient(0deg, #fff 0%, #fad996 100%);; /* Chrome, Safari */
  background: linear-gradient(0deg, #fff 0%, #fad996 100%);; /* 标准语法 */
  -webkit-background-clip: text; /* Chrome, Safari */
  background-clip: text;
  -webkit-text-fill-color: transparent; /* Chrome, Safari */
  color: transparent; /* 其他浏览器 */
}

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

.canping-center{
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: SourceHanSansCN-Bold;
	font-size: 48px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #000000;
}

.canping-right{
  padding-top: 124px;
  width: 420px;
  text-align: right;
}

.canping-right .canping-item:nth-child(1) .canping-item-img{
  margin-left: 17px;
  margin-right: 0;
  background: url('../images/icon-canping-04.png') no-repeat center center;
  background-size: 45px 45px;
	background-color: #ecc88e;
}

.canping-right .canping-item:nth-child(1){
  margin-left: 35px;
  margin-bottom: 16px;
  width: 400px;
}

.canping-right .canping-item:nth-child(2){
  margin-left: 60px;
  margin-bottom: 88px;
  width: 400px;
}

.canping-right .canping-item:nth-child(2) .canping-item-img{
  margin-left: 17px;
  margin-right: 0;
  background: url('../images/icon-canping-05.png') no-repeat center center;
  background-size: 47px 47px;
	background-color: #ecc88e;
}

.canping-right .canping-item:nth-child(3) .canping-item-img{
  margin-left: 17px;
  margin-right: 0;
  background: url('../images/icon-canping-06.png') no-repeat center center;
  background-size: 46px 45px;
	background-color: #ecc88e;
}

.jiangxiang {
  overflow: hidden;
  padding: 84px 0 0;
  background: url('../images/bg-03.png') no-repeat center top / cover;
}

.jiangxiang .jieshao-title {
  margin-top: 30px;
  margin-bottom: 48px;
  font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #f7cd85;
  text-align: center;
}

.jiangxiang .jiangxinag-title{
  width: fit-content;
  margin: 0 auto 29px;
  padding: 0 6px;
  position: relative;
  font-family: SourceHanSansCN-Bold;
	font-size: 25.99px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 2.6px;
	color: #ffffff;
}

.jiangxiang .jiangxinag-title::before{
  content: '';
  display: block;
  width: 69px;
	height: 15px;
  position: absolute;
  left: -69px;
  top: 50%;
  transform: translateY(-50%);
  background: url('../images/bg-title-left.png') no-repeat center center / contain;
}

.jiangxiang .jiangxinag-title:after{
  content: '';
  display: block;
  width: 69px;
	height: 15px;
  position: absolute;
  right: -69px;
  top: 50%;
  transform: translateY(-50%);
  background: url('../images/bg-title-right.png') no-repeat center center / contain;
}

.jiangxiang .jiangxiang-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.jiangxiang .jiangxiang-list .jiangxiang-item {
  position: relative;
  margin-right: 48px;
  margin-bottom: 48px;
  width: 363px;
	height: 270px;
  background: url('../images/bg-jiangxiang.png') no-repeat center center / contain;
}

.jiangxiang .jiangxiang-list .jiangxiang-item:nth-child(3n) {
  margin-right: 0;
}

.jiangxiang .jiangxiang-item-jieshao {
  position: absolute;
  top: 78px;
  left: 50%;
  transform: translateX(-50%);
  width: 210px;
	height: 160x;
}

.jiangxiang .jiangxiang-title1 {
  margin-bottom: 11px;
  font-family: SourceHanSansCN-Regular;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: 0px;
	color: #000000;
  text-align: center;
}

.jiangxiang .jiangxiang-title2 {
  font-family: SourceHanSansCN-Bold;
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 24.005px;
	letter-spacing: 0px;
	color: #000000;
  text-align: center;
}

.jiangxiang .jiangxiang-item-btn {
  position: absolute;
  left: 50%;
  bottom: 69px;
  transform: translateX(-50%);
  display: block;
	width: 110px;
	height: 26px;
	background-color: #c60000;
	border-radius: 13px;
  font-family: SourceHanSansCN-Medium;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #ffffff;
  text-align: center;
  cursor: pointer;
}

.jiangxiang .jiangxiang-item-btn:hover {
  background-color: #131011;
}

.jiangxiang .jiangxiang-item-detail {
  position: absolute;
  top: 56px;
  left: 50%;
  transform: translateX(-50%);
  width: 190px;
	height: 160x;
}

.jiangxiang .jiangxiang-item-detail .jiangxiang-detail-title {
  margin-bottom: 8px;
	font-family: SourceHanSansCN-Bold;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: 0px;
	color: #000000;
  text-align: center;
}

.jiangxiang .jiangxiang-item-detail .jiangxiang-detail-text {
  margin-bottom: 5px;
  font-family: SourceHanSansCN-Light;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 18.003px;
	letter-spacing: 0px;
	color: #000000;
  text-align: justify;
}

.jiangxinag-tip{
  margin-bottom: 70px;
  font-family: SourceHanSansCN-Light;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
  line-height: 1;
	letter-spacing: 0px;
	color: #ffffff;
	opacity: 0.5;
  text-align: center;
}

.pingxuanliucheng {
  padding-top: 91px;
  padding-bottom: 85px;
  background: url('../images/bg-04.png') no-repeat center top;
}

.pingxuanliucheng .bg-title {
  margin-bottom: 46px;
}

.pingxuanliucheng-list {
  margin-bottom: 86px;
  display: flex;
  justify-content: space-between;
}

.pingxuanliucheng-item {
  box-sizing: border-box;
  width: 280px;
	height: 540px;
	background-image: linear-gradient(#011238,#011238),linear-gradient(to bottom, #e0ddd7, #decf7e);
  font-weight: 300;
  padding: 2px;
  border-radius: 20px;
  background-clip: content-box,padding-box;
}

.pingxuanliucheng-item .icon-jd{
  display: block;
  margin: 31px auto 19px;
}

.pingxuanliucheng-item .icon-sj{
  display: block;
  margin: 0 auto 12px;
}

.pingxuanliucheng-item .line{
  margin: 0 auto 15px;
  width: 50px;
	height: 2px;
	background-color: #999999;
	opacity: 0.5;
}

.pingxuanliucheng-item-title1 {
  font-family: SourceHanSansCN-Bold;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #f7cd85;
  text-align: center;
}

.pingxuanliucheng-item-title2 {
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: SourceHanSansCN-Bold;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0px;
  color: #f7cd85;
  text-align: center;
}

.pingxuanliucheng-item-title3 {
  padding: 0 21px;
  font-family: SourceHanSansCN-Light;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 0px;
  color: #fee6a8;
  text-align: justify;
}

.toupiaoguize {
  position: relative;
  box-sizing: border-box;
  height: 140px;
	font-family: SourceHanSansCN-Light;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;
  background-image: linear-gradient(#011238,#011238),linear-gradient(to left, #e0ddd7, #decf7e);
  font-weight: 300;
  padding: 2px;
  border-radius: 20px;
  background-clip: content-box,padding-box;
}

.toupiaoguize:after{
  content: '网络投票规则';
  display: block;
  width: 263px;
	background-image: linear-gradient(90deg, 
		#decf7e 0%, 
		#e0ddd8 100%);
	border-radius: 26px;
  position: absolute;
  left: 50%;
  top: 0%;
  transform: translate(-50%, -50%);
  font-family: SourceHanSansCN-Bold;
	font-size: 30px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 52px;
	letter-spacing: 3px;
	color: #000000;
  text-align: center;
}

.baoming {
  box-sizing: border-box;
  padding-top: 90px;
  height: 601px;
  background-color: #011238;
}

.baoming .baoming-title-text {
  margin: 21px 0 26px;
  font-family: SourceHanSansCN-Regular;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 1;
  color: #fee6a8;
  text-align: center;
}

.baoming-list{
  display: flex;
  justify-content: space-between;
}

.baoming-item{
  box-sizing: border-box;
  padding: 75px 77px 0;
  width: 515px;
	height: 294px;
  background: url('../images/bg-baoming.png') no-repeat center center / contain;
}

.baoming-item-title{
  margin-bottom: 15px;
  padding-left: 16px;
  width: 207px;
	height: 40px;
  font-family: SourceHanSansCN-Bold;
	font-size: 22px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #000000;
	background-image: linear-gradient(90deg, 
		#f7cd85 0%, 
		rgba(0, 0, 0, 0) 100%);
}

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

.huaxu {
  padding: 54px 0 73px;
}

.huaxu .img-title {
  margin-bottom: 47px;
  background: url('../images/title-wjdlhx.png') no-repeat center center / contain;
}

.huaxu img {
  height: 250px;
}

.huaxu-img-grid {
  margin-bottom: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px;
}

.huaxu-img-grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}

.zuzhijigou {
  padding-top: 111px;
}

.zuzhijigou .img-title {
  margin-bottom: 51px;
  background: url('../images/title-zzjg.png') no-repeat center center / contain;
}

.zuzhijigou .img-zzjg {
  display: block;
  margin: 0 auto 132px;
  ;
}

.judges {
  position: relative;
  background: #111111;
  color: #fff;
  text-align: center;
  padding: 70px 0;
}

.judges_con {
  margin-top: 37px;
  margin-bottom: 37px;
}

.judges_con_sm {
  text-align: center;
  font-family: SourceHanSansCN-Light;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #f7cd85;
}

.juges_list {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin-top: 70px;
}

.juges_list_item {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.juges_list_item_name {
  color: #fbe8b0;
  width: 81px;
  font-size: 23px;
  margin: 10px auto 0 auto;
  padding-bottom: 10px;
  border-bottom: 5px solid #fbe8b0;
  letter-spacing: 0.1rem;
}

.juges_list_item_intro {
  color: #fbe8b0;
  font-size: 14px;
  margin: 10px auto 0 auto;
  padding-bottom: 10px;
}

.juges_list::after {
  content: "";
  width: 70px;
  height: 0;
  position: absolute;
  left: 430px;
  top: 365px;
  border: solid 5px #b56d35;
  border-radius: 10px;
}

.juges_list::before {
  content: "";
  width: 70px;
  height: 0;
  position: absolute;
  left: 530px;
  top: 365px;
  border: solid 5px #d19a5a;
  border-radius: 10px;
}

.judge_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.judge_list:after {
  content: "";
  flex: 40%;
  width: 40%;
}

.judge_list li {
  margin-bottom: 25px;
  flex: 20%;
  position: relative;
  float: left;
  width: 185px;
  /* height: 280px; */
  overflow: hidden;
  color: #fff;
  text-align: center;
}

.judge_list li .name {
  font-weight: 600;
}

.judge_list li .judge_img {
  position: relative;
  width: 125px;
	height: 144px;
  margin: 0 auto 15px;
  overflow: hidden;
  transition: all 0.2s;
  z-index: 1;
  /* background: url('../images/bg-jiabin.png') no-repeat center center / contain; */
}

.judge_list li .judge_img img {
  width: 125px;
	height: 144px;
  transition: all 0.3s;
  margin: 0 auto;
  object-fit: cover;
}

.judge_list li div {
  font-size: 18px;
}

.judge_list li p {
  line-height: 1.2;
  font-size: 14px;
  padding: 5px 10px 0;
}

.judge_list .my_li::before {
  background: none;
}

.judge_list .my_li::after {
  background: none;
}

.judge_list li.active::before {
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: 1.7s infinite linear, round 1.7s infinite linear;
  animation: 1.7s infinite linear, round 1.7s infinite linear;
}

.judge_list li.active::after {
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: 1.7s infinite linear, round 1.7s infinite linear;
  animation: 1.7s infinite linear, round 1.7s infinite linear;
}

.judge-tip{
  font-family: SourceHanSansCN-Light;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
  line-height: 1;
	letter-spacing: 0px;
	color: #9db1df;
  text-align: right;
}

@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.touxiangBox {
  width: 183px;
  height: 205px;
  box-sizing: border-box;
  position: relative;
}

.touxiangBox .quan {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.touxiangBox .touxiang {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.judges .swiper-slide .touxiangBox:hover .quan {
  -webkit-animation: round 2.7s infinite linear;
  animation: round 2.7s infinite linear;
}

@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#judges {
  box-sizing: border-box;
  padding-bottom: 84px;
  height: 1400px;
  background: url('../images/bg-05.png') no-repeat center center / cover;
}

#judges .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

#judges .swiper-slide .jiabinBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 50px;
  width: 195px;
  height: 420px;
}

#judges .swiper-slide .jiabinBox .name {
  font-size: 20px;
  color: #debb83;
  font-weight: 600;
  text-align: center;
  margin: 16px 0;
}

#judges .swiper-slide .jiabinBox .job {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

#judges .swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
}

.judges .img-title{
  background: url('../images/title-nypw.png') no-repeat center center / contain;
}

.judges .swiper-button-prev:after,
.judges .swiper-container-rtl .swiper-button-next:after {
  content: '';
}

.judges .swiper-button-next:after,
.judges .swiper-container-rtl .swiper-button-prev:after {
  content: '';
}

.judges .swiper-button-prev,
.judges .swiper-container-rtl .swiper-button-next {
  left: -45px;
  top: 40%;
}

.judges .swiper-button-next,
.judges .swiper-container-rtl .swiper-button-prev {
  right: -45px;
  top: 40%;
}

.judges .swiper-button-prev {
  width: 45px;
  height: 97px;
  background: url('../images/zuoyou.png') no-repeat center;
}

.judges .swiper-button-next {
  width: 45px;
  height: 97px;
  background: url('../images/zuoyou.png') no-repeat center;
  transform: rotateY(180deg);
}

.judges .swiper-pagination-bullet {
  background-color: #efd19f !important;
  width: 80px !important;
  border-radius: 4px !important;
  margin-right: 7px;
}

.bg4{
  background: url('../images/bg-04.jpg') no-repeat center top;
}

.footer {
  box-sizing: border-box;
  padding-top: 90px;
  width: 100%;
  height: 460px;
  background: #000000;
}

.footer .footer-title1 {
  margin-bottom: 14px;
  font-family: PingFang-SC-Heavy;
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 8px;
  color: #ffffff;
  text-align: center;
}

.footer .footer-title2 {
  margin-bottom: 42px;
  font-family: PingFang-SC-Heavy;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
}

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

.footer .footer-flex .footer-flex-text {
  margin-right: 0;
}

.footer .footer-flex p {
  text-wrap: nowrap;
  margin-bottom: 24px;
  font-family: SourceHanSansCN-Regular;
  font-size: 22px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 1.1px;
  color: #ffffff;
}

.footer .footer-flex p:first-child {}

.footer .footer-flex .qrcode {
  display: flex;
}

.footer .footer-flex .qrcode-item {
  margin-right: 7px;
}

.footer .footer-flex .qrcode img {

  margin: 0 auto 16px;
  display: block;
  width: 140px;
  height: 140px;
  object-fit: contain;
}

.footer .footer-flex .qrcode p {
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
}

.right-panel{
  padding-top: 30px;
  /* display: none; */
  padding-top: 15px;
  position: fixed;
  top: 20%;
  right: 27px;
  z-index: 2;
}

.right-panel ul{
}

.right-panel-item{
  box-sizing: content-box;
  position: relative;
  padding: 15px 0;
  width: 121px;
	height: 26px;
  font-family: SourceHanSansCN-Regular;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ecc88e;
  border-right: 1px solid #ecc88e;
}

.right-panel-item a{
  display: block;
  padding-left: 15px;
  /* text-shadow: 2px 2px 2px #000000; */
}

.right-panel-item.active a{
  background: url('../images/bg-title-active.png') no-repeat center center / contain;
  color: #000;
}

.right-panel-item:after{
  content: '';
  display: block;
  width: 10px;
	height: 10px;
  border-radius: 50%;
	background-image: linear-gradient(90deg, 
		#ecc88e 0%, 
		#e0dcd7 100%);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
}
.con{
  position: relative;
}

.huigu{
  padding-top: 91px;
  padding-bottom: 101px;
  background: url('../images/bg-06.png') no-repeat center center / cover;
}

.huigu .info {
  display: flex;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  padding: 42px 0 0;
  padding-bottom: 20px;
}
.huigu .info .swiperBox {
  width: 254px;
  height: 527px;
  padding: 30px 0;
  box-sizing: border-box;
  background-color: #f7cd85;
  position: relative;
}
.huigu .info .swiperBox .swiper-button-next {
  top: unset;
  top: 15px;
  left: 55%;
  right: unset;
  z-index: 9;
  transform: rotate(-90deg) translateY(-50%);
  color: #000;
  font-weight: bold;
}
.huigu .info .swiperBox .swiper-button-next::after {
  font-size: 30px;
}
.huigu .info .swiperBox .swiper-button-prev {
  top: unset;
  bottom: -10px;
  left: 55%;
  right: unset;
  z-index: 9;
  transform: rotate(-90deg) translateY(-50%);
  color: #000;
  font-weight: bold;
}
.huigu .info .swiperBox .swiper-button-prev::after {
  font-size: 30px;
}
.huigu .info .swiperBox .swiper {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
.huigu .info .swiperBox .swiper .swiper-slide {
  box-sizing: border-box;
  position: relative;
}
.huigu .info .swiperBox .swiper .swiper-slide::after {
  content: '';
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.3s;
}
.huigu .info .swiperBox .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.huigu .info .swiperBox .swiper .swiper-slide .userinfo {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  font-size: 12px;
  padding: 5px 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.huigu .info .swiperBox .swiper .swiper-slide-active::after {
  background-color: rgba(0, 0, 0, 0);
}
.huigu .info .swiperInfo {
  width: 936px;
	height: 527px;
  box-sizing: border-box;
  margin-right: 10px;
  position: relative;
  display: block;
}
.swiperInfo img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.huigu .info .swiperInfo .infoBox {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.7);
  padding: 10px 20px;
}
.huigu .info .swiperInfo .infoBox .name {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}
.huigu .info .swiperInfo .infoBox .job {
  font-size: 16px;
  color: #ff9d1e;
}