body{min-width: 1280px; background: #FFF;}
*{box-sizing: border-box;margin: 0;}
body .main {color: #1C1D1F;}
.content-wrap {
  width: 1280px;
  margin: 0 auto;
}
.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.inline-table{display:inline-table}.table-caption{display:table-caption}.table-cell{display:table-cell}.table-column{display:table-column}.table-column-group{display:table-column-group}.table-footer-group{display:table-footer-group}.table-header-group{display:table-header-group}.table-row-group{display:table-row-group}.table-row{display:table-row}.flow-root{display:flow-root}.grid{display:grid}.inline-grid{display:inline-grid}.contents{display:contents}.list-item{display:list-item}.hidden{display:none}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.flex-column{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.flex-wrap-reverse{flex-wrap:wrap-reverse}.flex-nowrap{flex-wrap:nowrap}.place-items-start{place-items:start}.place-items-end{place-items:end}.place-items-center{place-items:center}.place-items-stretch{place-items:stretch}.place-content-center{place-content:center}.place-content-start{place-content:start}.place-content-end{place-content:end}.place-content-between{place-content:space-between}.place-content-around{place-content:space-around}.place-content-evenly{place-content:space-evenly}.place-content-stretch{place-content:stretch}.place-self-auto{place-self:auto}.place-self-start{place-self:start}.place-self-end{place-self:end}.place-self-center{place-self:center}.place-self-stretch{place-self:stretch}
.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.content-center{align-content:center}.content-start{align-content:flex-start}.content-end{align-content:flex-end}.content-between{align-content:space-between}.content-around{align-content:space-around}.content-evenly{align-content:space-evenly}.self-auto{align-self:auto}.self-start{align-self:flex-start}.self-end{align-self:flex-end}.self-center{align-self:center}.self-stretch{align-self:stretch}
.justify-items-start{justify-items:start}.justify-items-end{justify-items:end}.justify-items-center{justify-items:center}.justify-items-stretch{justify-items:stretch}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-evenly{justify-content:space-evenly}.justify-self-auto{justify-self:auto}.justify-self-start{justify-self:start}.justify-self-end{justify-self:end}.justify-self-center{justify-self:center}.justify-self-stretch{justify-self:stretch}.flex-1{flex:1 1 0%}.flex-auto{flex:1 1 auto}.flex-initial{flex:0 1 auto}.flex-none{flex:none}.flex-grow-0{flex-grow:0}.flex-grow{flex-grow:1}.flex-shrink-0{flex-shrink:0}.flex-shrink{flex-shrink:1}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}.order-first{order:-9999}.order-last{order:9999}.order-none{order:0}.center{text-align: center;}
.bg-white{background-color: #FFF;}.bg-black{background-color: #2b2a2a;color: #FFF;}
.bold{font-weight: 600;}
h1 {
  font-size: 48px;
  font-weight: bold;
}
h2.sub-title {
  font-size: 48px;
  line-height: 64px;
  /* opacity: 0;
  padding-left: 50px; */
}
p.sub-info {
  line-height: 48px;
  margin-bottom: 60px;
  /* opacity: 0;
  padding-right: 50px; */
}
.sub-title.show-title {
  animation: rightIn .5s linear forwards;
}
.sub-info.show-title {
  animation: leftIn .5s linear forwards;
}
@keyframes rightIn {
  0% {
    padding-left: 50px;
    opacity: 0;
  }
  100% {
    padding-left: 0;
    opacity: 1;
  }
}
@keyframes leftIn {
  0% {
    padding-right: 50px;
    opacity: 0;
  }
  100% {
    padding-right: 0;
    opacity: 1;
  }
}
p {
  margin: 0;
}


/* 第一块 */
.top-bg {
  height: 807px;
  background-size: cover;
  background-position: center;
}
.top-bg .swiper-slide {
  padding-top: 193px;
  height: 807px;
  background-size: cover;
}

.bg-slide-cz {
  background: url(../images/cznew/top-bg-cz2.png) no-repeat;
}
.bg-slide-peng {
  background: url(../images/xman-peng/banner2.png) no-repeat;
  cursor: pointer;
}
.bg-slide-dp {
  background: url(../images/cznew/top-bg-dp.png) no-repeat;
}
.bg-slide-mj {
  background: url(../images/cznew/top-bg-dp.png) no-repeat;
}
.bg-slide-xmt {
  background: url(../images/cznew/top-bg-xmt.png) no-repeat;
}
.bg-slide-cd {
  background: url(../images/cznew/top-bg-cd.png) no-repeat;
}
.top-bg .top-logo {
  width: 116px;
  height: 35px;
  margin-bottom: 30px;
}
.top-bg .bg-slide-xmt .top-logo {
  width: 165px;
}
.top-bg .bg-slide-cd .top-logo {
  width: 81px;
}
.top-bg h1 {
  line-height: 64px;
  margin-top: 31px;
}
.top-bg .top-info {
  width: 520px;
  line-height: 26px;
  margin-top: 14px;
}
.go-more-btn {
  display: block;
  width: 178px;
  height: 50px;
  line-height: 50px;
  border-radius: 8px;
  margin-top: 65px;
  text-align: center;
  color: #fff;
  background: #E8404B;
  text-decoration: none;
}
.go-more-btn img {
  display: inline-block;
  margin-left: 5px;
}
.top-bg .swiper-pagination {
  width: 210px;
  position: absolute;
  left: 320px;
  bottom: 157px;
  text-align: left;
}
.top-bg .swiper-pagination span {
  width: 36px;
  height: 3px;
  border-radius: 0;
}
.top-bg .swiper-pagination span.swiper-pagination-bullet-active {
  background: #E8404B;
}



.top-bg-items {
  width: 100%;
  margin-top: -78px;
  padding: 10px 0 32px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.top-bg-item {
  width: 413px;
  height: 320px;
  padding: 20px 24px;
  border-radius: 16px;
  float: left;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 8px 32px 0px rgba(0,0,0,0.06);
}
.top-bg-item + .top-bg-item {
  margin-left: 20px;
}
.top-bg-item .top-first-item {
  display: block;
  height: 81px;
  padding: 12px 0 16px;
  margin-bottom: 13px;
  border-bottom: 1px solid #eee;
  box-sizing: content-box;
  text-decoration: none;
  cursor: pointer;
}
.other-item-row {
  cursor: pointer;
}
.other-item-row .other-item-title {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: .3s;
}
.other-item-row span:last-child {
  flex: 0 0 80px;
  text-align: right;
}
.top-first-item:hover .top-sub-title,
.other-item-row:hover .other-item-title {
  color: #E8404B;
}
.top-bg-item .top-first-item img {
  width: 130px;
  height: 81px;
  margin-right: 16px;
  float: left;
  border-radius: 8px;
}
.top-bg-item .top-sub-title {
  font-size: 14px;
  height: 40px;
  line-height: 20px;
  margin-bottom: 15px;
  color: #1C1D1F;
  transition: .3s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.top-time-row,
.other-item-row span {
  font-size: 12px;
  color: #666;
}
.other-item-row {
  line-height: 20px;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 8px;
  text-decoration: none !important;
  color: #1C1D1F;
  transition: .3s;
}
/* 第一块 end */

/* 第二块 */
.xmt-wrap {
  padding: 86px 0 136px;
}
.xmt-wrap .sub-info {
  font-size: 18px;
  line-height: 28px;
  margin-top: 11px;
  overflow: hidden;
  text-align: center;
}
.xmt-wrap .sub-info span+span {
  margin-left: 40px;
}
.xmt-wrap .sub-info i {
  font-style: normal;
  color: #E8404B;
}
.xmt-wrap-content {
  display: flex;
  margin-top: 80px;
}
.xmt-wrap-left {
  flex: 0 0 414px;
  margin-right: 112px;
}
.xmt-wrap-left h3 {
  font-size: 32px;
  line-height: 48px;
}
.xmt-info {
  font-size: 14px;
  line-height: 24px;
  margin-top: 15px;
}
.xmt-tab-all {
  height: 425px;
}
.xmt-tab-wrap {
  height: 60px;
  padding: 18px 28px;
  margin-top: 25px;
  border-radius: 16px;
  cursor: pointer;
  transition: .3s;
  border-color: #fff;
  box-shadow: 0px 8px 32px 0px #fff;
}
.xmt-tab-row {
  display: flex;
  align-items: center;
  height: 32px;
  line-height: 32px;
}
.xmt-tab-row img {
  float: left;
  margin-right: 10px;
}
.xmt-tab-info {
  font-size: 14px;
  line-height: 24px;
  margin-top: 6px;
  color: #666;
  opacity: 0;
  transition: .3s;
}
.xmt-tab-wrap.active {
  height: 116px;
  border: 1px solid #eee;
  border-radius: 16px;
  box-shadow: 0px 8px 32px 0px #f0f0f0;
}
.xmt-tab-wrap.active .xmt-tab-info {
  opacity: 1;
}
.xmt-wrap-right {
  flex: 1;
  position: relative;
}
.xmt-right-img {
  width: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
.xmt-right-1 {
  display: block;
}

/* 第二块 end */
/* 数字人开始 */
.shuziren-wrap {
  width: 100%;
  padding-top: 90px;
  background: linear-gradient( 180deg, #0B0C24 0%, #2C1461 100%);
}
.shuziren-wrap .sub-title {
  color: #fff;
}
.shuziren-wrap .sub-info {
  color: #CFCFD5;
}
.shuziren-wrap .cd-wrap-content {
  margin-top: 49px;
}
.shuziren-wrap .cd-wrap-left {
  width: 720px;
  height: 650px;
}
.cd-wrap-left img {
  width: 100%;
  height: 100%;
}
.shuziren-wrap .cd-wrap-right {
  flex: 0 0 452px;
}
.shuziren-wrap .cd-wrap-right h3 {
  color: #fff;
  font-size: 30px;
}
.shuziren-wrap .cd-info {
  margin-bottom: 44px;
  color: #fff;
}
.shuziren-wrap .cd-tab-all {
  margin-bottom: 40px;
  height: auto;
}
.shuziren-wrap .cd-tab-wrap {
  margin-top: 0;
  color: #fff;
  box-shadow: none;
}
.shuziren-wrap .cd-tab-info {
  color: #fff;
}
.shuziren-wrap .cd-tab-row {
  display: flex;
  align-items: center;
}
.shuziren-wrap .cd-tab-row .img-unactive {
  display: block;
}
.shuziren-wrap .cd-tab-row .img-active {
  display: none;
}
.shuziren-wrap .cd-tab-wrap.active .cd-tab-row .img-unactive {
  display: none;
}
.shuziren-wrap .cd-tab-wrap.active .cd-tab-row .img-active {
  display: block; 
}
.shuziren-wrap .cd-tab-wrap.active {
  height: 96px;
  border: 1px solid #3A3655;
  background: url(../images/cznew/shuziren-tab-bg.png) no-repeat;
  background-size: 100% 100%;
  box-shadow: none;
  border: none;
}
.shuziren-wrap .know-more-btn {
  float: right;
}
/* 第三块 start */
.doupeng-wrap {
  width: 100%;
  padding-top: 90px;
  background: linear-gradient( 180deg, #0B0C24 0%, #2C1461 100%);
}
.doupeng-wrap .sub-title,
.doupeng-wrap .sub-info {
  color: #fff;
}
.tabSwiper {
  width: 1280px;
}
.cz-tab-slide {
  width: 413px;
  padding: 25px 0;
  border-radius: 16px;
  color: rgba(255,255,255,0.56);
  border: 1px solid rgba(238,238,238,0.1);
  background: linear-gradient( 180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%);
  text-align: center;
  transition: .3s;
}
.cz-tab-slide.swiper-slide-active {
  background: linear-gradient( 180deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.04) 100%);
}
.tabSwiper p {
  font-size: 24px;
  line-height: 24px;
}
.tabSwiper p:last-child {
  font-size: 14px;
  margin-top: 6px;
}
.cz-center-tips {
  margin: 44px auto 6px;
  text-align: center;
  color: rgba(255,255,255,0.8);
}
.cz-center-tips span {
  padding: 0 50px;
  line-height: 22px;
  position: relative;
}
.cz-center-tips span+span::before {
  content: '|';
  position: absolute;
  left: 0;
  font-size: 12px;
}
.czImgSwiper {
  margin-top: 30px;
  height: 463px;
}
.czImgSwiper .swiper-slide {
  position: relative;
  width: 896px;
  height: 463px;
  transition: .2s;
}
.czImgSwiper .swiper-slide>img {
  object-fit: cover;
  position: absolute;
}
.czImgSwiper .dp-zb-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.czImgSwiper .dp-zb-img {
  width: 800px;
  height: 416px;
  left: 48px;
  bottom: 0;
}
.czImgSwiper .know-more-btn {
  position: absolute;
  left: calc(50% - 49px);
  bottom: 50px;
  border: none;
  box-shadow: 0 3px 10px 5px rgba(232, 64, 75, .3);
}
.czImgSwiper .swiper-slide-prev,
.czImgSwiper .swiper-slide-next,
.czImgSwiper .swiper-slide-duplicate-prev,
.czImgSwiper .swiper-slide-duplicate-next {
  transform: scale(0.8);
  margin-top: 50px;
  opacity: 0.1;
}
.czImgSwiper .swiper-slide-active,
.czImgSwiper .swiper-slide-duplicate-active {
  transform: scale(1);
  opacity: 1;
}
/* 第三块 end */

/* 第四块 start */
.cd-wrap {
  padding: 86px 0 136px;
  position: relative;
}
.cd-wrap-content {
  display: flex;
  margin-top: 80px;
}
.cd-wrap-left {
  flex: 1;
  position: relative;
}
.cd-left-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
.cd-left-1 {
  display: block;
}
.cd-wrap-right {
  flex: 0 0 414px;
  margin-left: 112px;
}
.cd-wrap-right h3 {
  font-size: 32px;
  line-height: 48px;
}
.cd-info {
  font-size: 14px;
  line-height: 24px;
  margin-top: 15px;
}
.cd-tab-all {
  height: 401px;
}
.cd-tab-wrap {
  height: 60px;
  padding: 18px 28px;
  margin-top: 25px;
  border-radius: 16px;
  cursor: pointer;
  transition: .3s;
  border-color: #fff;
  box-shadow: 0px 8px 32px 0px #fff;
}
.cd-tab-row {
  height: 32px;
  line-height: 32px;
}
.cd-tab-row img {
  float: left;
  margin-right: 10px;
}
.cd-tab-info {
  font-size: 14px;
  line-height: 24px;
  margin-top: 6px;
  color: #666;
  opacity: 0;
  transition: .3s;
}
.cd-tab-wrap.active {
  height: 116px;
  border: 1px solid #eee;
  border-radius: 16px;
  box-shadow: 0px 8px 32px 0px #f0f0f0;
}
.cd-tab-wrap.active .cd-tab-info {
  opacity: 1;
}
/* 第四块 end */

/* 第五块 */
.cz-wrap {
  padding-top: 60px;
  position: relative;
}
.cz-content {
  height: 635px;
}
.cz-switch {
  width: 445px;
  height: 56px;
  padding: 4px;
  border: 1px solid #eee;
  border-radius: 28px;
  margin: 0 auto 40px;
  display: flex;
  position: relative;
}
.cz-switch div {
  flex: 1;
  height: 48px;
  line-height: 48px;
  border-radius: 24px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  transition: .2s;
}
.cz-switch div.active {
  color: #fff;
  background: #E8404B;
}
.cz-swiper {
  position: absolute;
  width: 100%;
  left: 50%;
  translate: -50%
}
.cz-swiper-2 {
  display: none;
}
.cz-wrap .swiper-slide {
  height: 540px;
  display: flex;
  justify-content: space-between;
}
.cz-left {
  display: flex;
  justify-content: flex-end;
  flex: 0 0 50%;
  width: 50%;
  padding-top: 67px;
  background: url("../images/cznew/bg-2.png") no-repeat;
  background-size: 100% 100%;
}
.cz-account-header {
  width: 80px;
  height: 80px;
  flex: 0 0 80px;
  margin-right: 20px;
}
.cz-left-right {
  flex: 0 0 540px;
  color: #fff;
}
.cz-left-right h4 {
  font-size: 24px;
  margin-bottom: 4px;
}
.cz-left-right .cz-account-hangye {
  width: 81px;
  height: 28px;
  font-size: 14px;
  line-height: 28px;
  border-radius: 14px;
  text-align: center;
  color: #fff;
  background: rgba(255,255,255,0.2);
}
.cz-account-desc {
  color: #fff;
  line-height: 24px;
  margin: 35px 0 90px;
}
.cz-account-num-wrap {
  overflow: hidden;
}
.cz-account-num-item {
  float: left;
}
.cz-account-num-item + .cz-account-num-item {
  margin-left: 35px;
}
.cz-account-num-item p:last-child {
  font-size: 40px;
  font-weight: bold;
}
.cz-account-num-item p:last-child span {
  font-size: 24px;
  font-weight: normal;
}
.know-more-btn {
  display: block;
  width: 178px;
  height: 50px;
  line-height: 48px;
  margin-top: 45px;
  text-align: center;
  color: #fff;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.2);
  background: rgba(255,255,255,0.2);
  cursor: pointer;
  text-decoration: none;
}
.know-more-btn.red-more {
  background: #E8404B;
  margin: 0;
}
.know-more-btn img {
  width: 8px;
  height: 8px;
  margin-left: 5px;
}
.cz-right {
  flex: 0 0 50%;
  position: relative;
}
/* .cz-right-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
} */
.cz-right-img {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
}
.cz-wrap .swiper-control {
  position: absolute;
  bottom: 83px;
  left: 40%;
  display: flex;
  z-index: 1;
}
.cz-pagination-1,
.cz-pagination-2 {
  margin: 0 14px;
  font-size: 14px;
  line-height: 32px;
  font-weight: normal;
  color: #fff;
}
.cz-pagination-1 .swiper-pagination-current,
.cz-pagination-2 .swiper-pagination-current {
  font-size: 18px;
}
.cz-prev-btn-1,
.cz-prev-btn-2,
.cz-next-btn-1,
.cz-next-btn-2 {
  cursor: pointer;
}
/* 第五块 end */

/* 第六块 */
.qiye-wrap {
  padding: 90px 0;
  background: #F3F4FF;
}
.partners-wrap {
  width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.partner-img-box {
  flex: 0 0 165px;
  width: 165px;
  height: 80px;
  margin-top: 20px;
  position: relative;
}
.partner-img-box img {
  transition: .2s;
}
.partner-img-box:hover img {
  transform: scale(1.1);
}
/* 第六块 end */

/* 第七块 */
.youshi-wrap {
  padding: 88px 0 100px;
}
.youshi-items-wrap {
  width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.youshi-item {
  flex: 0 0 413px;
  height: 258px;
  border-radius: 16px;
  padding: 33px;
  border: 1px solid #eee;
  box-shadow: 0px 8px 32px 0px rgba(0,0,0,0.06);
}
.youshi-item-title {
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.youshi-item-title img {
  float: left;
  width: 72px;
  height: 72px;
  margin-right: 5px;
}
.youshi-item-title p {
  line-height: 72px;
  font-weight: bold;
}
.youshi-text {
  font-size: 14px;
  line-height: 26px;
  margin-top: 18px;
}
.youshi-wrap .know-more-btn {
  margin: 96px auto 0;
  background: #E8404B;
}
/* 第七块 end */

/* 第八块 */
.jiaoliu-wrap {
  height: 776px;
  padding-top: 60px;
  background: url(../images/cznew/jiaoliu-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.jiaoliu-wrap .sub-title,
.jiaoliu-wrap .sub-info {
  color: #fff;
}
.jiaoliu-content {
  width: 1280px;
  margin: 0 auto;
  height: 370px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.jl-left-swiper {
  flex: 0 0 300px;
  position: relative;
}
.jl-top-swiper {
  display: none;
}
.jl-left-swiper::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 257px;
  top: 12px;
  left: 6px;
  background: #7a7498;
  transition: .2s;
}
.jl-left-swiper .swiper-slide {
  padding-left: 30px;
  color: #7a7498;
  position: relative;
  transition: .2s;
}
.jl-left-swiper .swiper-slide-active.swiper-slide {
  color: #d6d3e1;
}
.jl-left-swiper .swiper-slide::after {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 14px;
  background: #7a7498;
}
.jl-left-swiper .swiper-slide-active.swiper-slide::after {
  background: #d6d3e1;
}

.jl-left-swiper .swiper-slide h4 {
  font-size: 24px;
  height: 34px;
  line-height: 34px;
  margin-bottom: 5px;
  font-weight: bold;
}
.jl-left-swiper .swiper-slide h4 span {
  font-size: 14px;
}
.jl-left-swiper .swiper-slide p {
  font-size: 14px;
  line-height: 22px;
}
.jl-right-swiper {
  flex: 1;
  padding-left: 45px;
  position: relative;
}
.jl-right-swiper img {
  width: 935px;
  height: 370px;
  border-radius: 16px;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.jiaoliu-btn {
  position: absolute;
  margin-top: -28px;
  top: 50%;
  width: 56px;
  height: 56px;
  cursor: pointer;
}
.jiaoliu-prev-btn {
  left: -90px;
}
.jiaoliu-next-btn {
  right: -90px;
}
/* 第八块 end */

/* 第九快 */
.pinpai-wrap {
  padding: 90px 0 113px;
}
.pinpai-content {
  width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.pinpai-item > div {
  height: auto;
  border-radius: 16px;
}
.pinpai-item img {
  width: 100%;
  border-radius: 16px;
}
.pinpai-item p {
  margin-top: -20px;
  margin-bottom: 20px;
  line-height: 26px;
  font-weight: bold;
  text-align: center;
}
/* 第九快 end */


/* 第十块 */
.bottom-bg {
  padding: 78px 0 65px;
  width: 100%;
  background: url(../images/cznew/bottom-bg.png) no-repeat;
  background-size: cover;
}
.bottom-bg .center {
  margin: 0 auto;
  max-width: 700px;
  color: #fff;
}
.bottom-bg .sub-info {
  line-height: 26px;
  margin: 24px auto 36px;
}
.bottom-reserv-btn {
  display: block;
  margin: 0 auto;
  cursor: pointer;
}
.bottom-bg .know-more-btn {
  margin: 0 auto;
  color: #E8404B;
  background: #fff;
}
/* 第十块 end */

.erwei-fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.7);
  height: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #FFF;
  z-index: 100;
}
.erwei-fixed img {
  margin-bottom: 10px;
  user-select: none;
}
.erwei-fixed.show {
  top: 0;
  height: 100%;
}


@media screen and (max-width:750px) {
  .main, body {
    width: 100vw !important;
  }
  body {
    min-width: 100vw;
  }
  .content-wrap {
    width: 100% !important;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
  }
  .cz-page h1 {
    font-size: 32px;
  }
  h2.sub-title {
    font-size: 32px;
    line-height: 48px;
    font-weight: bold;
  }
  .center.sub-info {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .top-bg {
    background-position: left;
  }
  .top-bg .swiper-slide {
    padding-top: 120px;
  }
  .top-bg h1 {
    font-size: 32px;
  }
  .top-bg .top-info {
    font-size: 16px;
    width: 90vw;
    margin-top: 20px;
  }
  .cz-top-btns {
    display: block;
  }
  .download-btn-box {
    display: none !important;
  }
  .app-download-btn {
    display: block;
    width: 178px;
    height: 50px;
    margin-bottom: 20px;
  }
  .top-bg .swiper-pagination {
    left: 50%;
    top: 600px;
    transform: translateX(-50%);
    text-align: center;
  }


  .top-bg-items {
    margin-top: -120px;
  }
  .top-bg-item + .top-bg-item {
    margin: 20px 0 0 0;
  }
  .top-bg-item {
    width: 100%;
  }
  .other-item-row span {
    flex: 0 0 70px;
  }

  .xmt-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .xmt-wrap .sub-title {
    font-size: 32px;
  }
  .title-sub-info {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .title-sub-info span {
    flex: 0 0 50%;
    margin: 0 !important;
  }
  .xmt-wrap-content {
    display: block;
    margin-top: 30px;
  }
  .xmt-wrap-left {
    width: 100%;
  }
  .xmt-wrap-left h3 {
    font-size: 18px;
    line-height: 30px;
  }
  .xmt-tab-all {
    margin-top: 20px;
    height: auto;
  }
  .xmt-wrap .know-more-btn {
    display: none;
  }
  .xmt-wrap-right {
    height: 293px;
    margin-top: 20px;
  }
  .xmt-right-img {
    width: 100%;
  }

  
  
  .doupeng-wrap {
    height: auto;
  }
  
  .doupeng-wrap .tabSwiper {
    width: 100%;
  }
  .cz-tab-slide {
    padding: 10px 0;
    font-size: 20px;
  }
  .tabSwiper p:last-child {
    display: none;
  }
  .tabSwiper p {
    font-size: 16px;
  }
  .cz-center-tips span {
    font-size: 12px;
    padding: 0 20px;
  }
  .czImgSwiper .swiper-slide {
    width: 100vw;
    height: 193px;
  }
  .czImgSwiper .dp-zb-img {
    width: 90vw;
    left: 5vw;
    height: auto;
  }



  .cd-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .cd-wrap .sub-title {
    font-size: 32px;
  }
  .cd-wrap .sub-info {
    font-size: 15px;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .title-sub-info {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .title-sub-info span {
    flex: 0 0 50%;
    margin: 0 !important;
  }
  .cd-wrap-content {
    display: flex;
    margin-top: 30px;
    flex-direction: column-reverse;
  }
  .cd-info {
    font-size: 13px;
  }
  .cd-wrap-right {
    width: 100%;
    margin: 0;
  }
  .cd-wrap-right h3 {
    font-size: 16px;
    line-height: 30px;
  }
  .cd-tab-all {
    margin-top: 20px;
    height: auto;
  }
  .cd-wrap .know-more-btn {
    display: none;
  }
  .cd-wrap-left {
    flex: 0 0 293px;
    height: 293px;
    margin-top: 20px;
  }
  .cd-left-img {
    width: 100%;
  }


  .cz-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .cz-wrap .sub-info {
    font-size: 15px;
    line-height: 24px;
    margin-top: 20px;
  }
  .cz-switch {
    width: 100%;
  }
  .cz-wrap .swiper-slide {
    display: block;
    height: auto;
  }
  .cz-left {
    width: 100%;
    height: 334px;
    padding: 30px 20px 20px;
    justify-content: flex-start;
  }
  .cz-account-header {
    flex: 0 0 50px;
    height: 50px;
  }
  .cz-left-right {
    flex: 1;
  }
  .cz-account-desc {
    margin: 20px 0;
    height: 48px;
  }
  .cz-right {
    height: 211px;
  }
  .cz-right-img {
    width: 100%;
  }
  .cz-account-num-item {
    width: 100%;
    display: flex;
    margin: 0 !important;
  }
  .cz-account-num-item p {
    height: 42px;
    line-height: 42px;
  }
  /* .cz-account-num-item p:first-child {
    width: 100px;
  } */
  .cz-account-num-item p:last-child {
    font-size: 18px;
    margin-left: 10px;
  }
  .cz-account-num-item p:last-child span {
    font-size: 12px;
  }
  .cz-wrap .know-more-btn {
    display: none;
  }
  .cz-swiper {
    padding-bottom: 50px;
  }
  .cz-wrap .swiper-control {
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }

  .partners-wrap {
    width: 100%;
    padding: 0 10px;
  }
  .partner-img-box {
    flex: 0 0 32%;
    width: 32%;
    height: auto;
    margin-top: 10px;
  }
  .partner-img-box img {
    width: 100%;
  }


  .youshi-wrap {
    padding-bottom: 50px;
  }
  .youshi-items-wrap {
    display: block;
    width: 100%;
    padding: 0 20px;
  }
  .youshi-item {
    margin-top: 20px;
    height: 220px;
    padding: 10px 20px 20px;
  }
  .youshi-item-title {
    padding-bottom: 10px;
  }
  .youshi-item-title img {
    width: 50px;
    height: 50px;
  }
  .youshi-item-title p {
    line-height: 50px;
  }
  .youshi-wrap .know-more-btn {
    margin-top: 30px;
  }



  .jiaoliu-wrap {
    height: auto;
    padding-bottom: 30px;
  }
  .jiaoliu-content {
    width: 100%;
    display: block;
  }
  .jl-left-swiper {
    display: none;
  }
  .jl-top-swiper {
    display: block;
    margin-bottom: 30px;
  }
  .jl-right-swiper {
    width: 95%;
    padding: 0;
    margin: 0 auto;
  }
  .jl-right-swiper .swiper-slide {
    border-radius: 16px;
    overflow: hidden;
  }
  .jl-right-swiper img {
    width: 100%;
    height: auto;
  }
  .jl-top-swiper::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    top: 7px;
    left: 0;
    background: #7a7498;
    transition: .2s;
  }
  .jl-top-swiper .swiper-slide {
    width: 100%;
    color: #7a7498;
    text-align: center;
    padding-top: 20px;
  }
  .jl-top-swiper .swiper-slide::before {
    content: '';
    position: absolute;
    top: -0;
    left: calc(50% - 7px);
    width: 14px;
    height: 14px;
    border-radius: 14px;
    background: #7a7498;
  }
  .jl-top-swiper .swiper-slide-active.swiper-slide {
    color: #d6d3e1;
  }
  .jl-top-swiper .swiper-slide h4 {
    font-size: 24px;
    height: 34px;
    line-height: 34px;
    margin-bottom: 5px;
    font-weight: bold;
  }
  .jl-top-swiper .swiper-slide h4 span {
    font-size: 14px;
  }
  .jl-top-swiper .swiper-slide p {
    font-size: 14px;
    line-height: 22px;
  }
  .jiaoliu-btn {
    width: 40px;
    height: 40px;
    left: 50%;
    margin: 0;
    top: auto;
    bottom: 20px;
    z-index: 1;
  }
  .jiaoliu-prev-btn {
    margin-left: -50px;
  }
  .jiaoliu-next-btn {
    margin-right: -50px;
  }




  .pinpai-wrap {
    padding: 50px 20px;
  }
  .pinpai-content {
    display: block;
    width: 100%;
  }
  .pinpai-wrap .sub-title {
    font-size: 28px;
  }
  .pinpai-content {
    display: flex;
    flex-wrap: wrap;
  }
  .pinpai-item {
    flex: 0 0 48%;
    width: 48%;
  }
  .pinpai-item>div,
  .pinpai-item img {
    width: 100%;
    height: auto;
  }
  .pinpai-item p {
    font-size: 14px;
    margin-top: 0;
  }


  .bottom-bg {
    padding: 78px 20px 65px;
    background-position: center;
  }
  
}