body{min-width: 1280px; background: #FFF !important;}
*{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;}
.main h1 {
  font-size: 48px;
  font-weight: bold;
}
h2.sub-title {
  font-size: 48px;
  line-height: 64px;
  opacity: 0;
  padding-left: 50px;
}
p.sub-info {
  opacity: 0;
  padding-right: 50px;
  line-height: 48px;
  margin-bottom: 60px;
}
.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;
}
.more-btn {
  width: 178px;
  height: 50px;
  line-height: 48px;
  border-radius: 8px;
  color: #2B2C37;
  border: 1px solid #d5d5d7;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.blinds-item .more-btn img {
  margin-left: 5px;
}
.zixun-btn {
  width: 178px;
  height: 50px;
  cursor: pointer;
  transition: .25s;
  background: url("https://qiniu.haomachina.cn/uploads/20250630/a31b7a27ccd4f7485ffa4da9c89e7d1d.png") no-repeat;
}


/* 第一块 */
.top-bg {
  margin: 0 auto;
  max-width: 1920px;
  height: 807px;
  padding-top: 227px;
  background: url("https://qiniu.haomachina.cn/uploads/20250630/6c4c949d6ba51d9d9e2068a97e29138a.png") no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.top-bg .cd-logo {
  width: 81px;
  height:81px;
  margin-bottom: 20px;
}
.top-bg h1 {
  line-height: 64px;
}
.top-bg .dp-info {
  display: none;
}
.cd-opeart-btns {
  height: 50px;
  margin: 60px 0 11px;
  display: flex;
}
.download-btn-box {
  width: 178px;
  height: 50px;
  margin-right: 20px;
  position: relative;
  cursor: pointer;
}
.download-btn-box .download-btn {
  position: relative;
  z-index: 1;
}
.download-btn-box .download-dialog {
  max-width: 332px;
  opacity: 0;
  position: absolute;
  top: 26px;
  left: -32px;
  margin: 0;
  transition: .3s;
  cursor: default;
}
.download-btn-box img:hover + .download-dialog {
  opacity: 1;
}
.cd-tips {
  font-size: 12px;
  line-height: 16px;
  color: #666;
}
.top-bg .cd-info {
  margin-top: 14px;
  width: 520px;
  line-height: 26px;
}
.cd-tips img {
  float: left;
  width: 14px;
  height: 14px;
  margin-right: 6px;
}
.top-bg-items {
  width: 100%;
  margin-top: 95px;
  padding-top: 10px;
}
.top-bg-item {
  padding: 10px;
  flex: 1;
  background: #fff;
}
.top-bg-item:first-child {
  border-radius: 16px 0 0 16px;
}
.top-bg-item:nth-child(3) {
  border-radius: 0 16px 16px 0;
}
.top-bg-item:last-child {
  flex: 0 0 356px;
  margin-left: 20px;
  border-radius: 16px;
  position: relative;
}
.top-bg-item img {
  width: 72px;
  height: 72px;
  float: left;
} 
.top-bg-item .top-sub-title {
  font-size: 18px;
  line-height: 25px;
  margin-top: 14px;
  font-weight: bold;
}
.top-bg-item .top-sub-info {
  font-size: 14px;
  line-height: 24px;
  color: #616368;
}
.top-bg-item .top-tips {
  position: absolute;
  width: 89px;
  height: 24px;
  right: 0;
  top: 0;
}
/* 第一块 end */

/* 第二块 */
.show-station {
  padding: 86px 0 0;
}
.show-station .sub-info {
  margin-bottom: 0;
}
.show-station-content {
  border-radius: 16px;
  /* border: 1px solid #E6E9ED; */
  position: relative;
}
.big-station-img {
  max-width: 100%;
  width: 100%;
}
.show-station-img {
  width: 675px;
  height: 608px;
  position: absolute;
  top: -62px;
  left: -66px;
  transition: .8s;
}
.show-station-content-right {
  height: 400px;
  padding: 59px 57px 0 640px;
}
.show-station-content-right h4 {
  font-size: 24px;
  line-height: 36px;
}
.show-station-content-right > p {
  font-size: 14px;
  line-height: 26px;
  margin-top: 25px;
  text-align: justify;
}
.show-station-nums {
  width: 580px;
  margin-top: 20px ;
}
.show-station-nums-item {
  flex: 0 0 180px;
  height: 116px;
  padding-top: 20px;
  border-radius: 16px 16px 16px 16px;
  background: #F6F7FF;
}
.show-station-num {
  font-size: 32px;
  line-height: 40px;
  color: #5B2DE1;
}
.show-station-num span {
  font-size: 24px;
}
.show-station-tag {
  line-height: 26px;
  margin-top: 5px;
}
/* 第二块 end */

/* 第三块 start */
.wanwu-wrap {
  padding-bottom: 133px;
}
.wanwu-wrap .content-wrap {
  overflow: hidden;
}
.blinds-item {
  width: 140px;
  height: 547px;
  border-radius: 16px;
  padding: 102px 67px 0 52px;
  float: left;
  cursor: pointer;
  transition: .3s;
  overflow: hidden;
  position: relative;
}
.blinds-item:first-child {
  background: url("https://www.canzan.com/v2/images/cdnew/wanwu-close-1.png") no-repeat;
}
.blinds-item:nth-child(2) {
  background: url("https://www.canzan.com/v2/images/cdnew/wanwu-close-2.png") no-repeat;
}
.blinds-item:nth-child(3) {
  background: url("https://www.canzan.com/v2/images/cdnew/wanwu-close-3.png") no-repeat;
}
.blinds-item:nth-child(4) {
  background: url("https://www.canzan.com/v2/images/cdnew/wanwu-close-4.png") no-repeat;
}
.blinds-item:last-child {
  background: url("https://www.canzan.com/v2/images/cdnew/wanwu-close-5.png") no-repeat;
}
.blinds-item.expanded:first-child {
  background: url("https://qiniu.haomachina.cn/uploads/20250630/7e83d3ab27033f7ce21453adcde60c37.png") no-repeat;
}
.blinds-item.expanded:nth-child(2) {
  background: url("https://qiniu.haomachina.cn/uploads/20250630/f31a38331a46341bb770e7e9a06a45a7.png") no-repeat;
}
.blinds-item.expanded:nth-child(3) {
  background: url("https://qiniu.haomachina.cn/uploads/20250630/ed67b59347cab3f897c7eff1136757d2.png") no-repeat;
}
.blinds-item.expanded:nth-child(4) {
  background: url("https://qiniu.haomachina.cn/uploads/20250630/81580cd89ce7cc8b21454316da1f4cbf.png") no-repeat;
}
.blinds-item.expanded:last-child {
  background: url("https://qiniu.haomachina.cn/uploads/20250630/f86b7da3fa31a3eb7c61b244b93488b4.png") no-repeat;
}
.blinds-item .toggle-wrap {
  width: 520px;
  transition: .2s;
  opacity: 0;
}
.blinds-item h3 {
  position: absolute;
  top: 57px;
  left: 22px;
  width: 96px;
  font-size: 22px;
  z-index: 1;
  letter-spacing: 2px;
  transition: .5s;
  font-weight: normal;
  text-align: center;
  color: #fff;
}
.blinds-item p {
  width: 520px;
  font-size: 14px;
  line-height: 20px;
  color: #646A73;
}
.blinds-item .tpye-list {
  width: 344px;
  margin: 56px 0 0 -10px;
  overflow: hidden;
}
.blinds-item .tpye-list img {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto 7px;
}
.blinds-item .tpye-list div {
  float: left;
  width: 70px;
  line-height: 20px;
  font-size: 14px;
  margin-bottom: 17px;
  color: #1C1D1F;
  text-align: center;
}
.blinds-item .tpye-list div:not(:nth-child(4n+1)) {
  margin-left: 12px;
}
.blinds-item .more-btn {
  position: absolute;
  left: 52px;
  bottom: 66px;
}

.blinds-item.expanded {
  width: 640px;
  background-position: -3px -4px !important;
}
.blinds-item.expanded .toggle-wrap {
  opacity: 1;
}
.blinds-item.expanded h3 {
  left: 52px;
  width: 100px;
  font-size: 24px;
  letter-spacing: 1px;
  color: #222;
}
/* 第三块 end */

/* 第四块 start */
.youshi-wrap {
  padding: 90px 50px 160px;
  background: url(https://www.canzan.com/v2/images/cdnew/youshi-bg.png) no-repeat;
  background-size: 100% 100%;
}
.youshi-wrap .content-wrap {
  width: 1280px;
  height: 540px;
  border-radius: 16px;
  background: #f8ecf1;
}
.youshi-left {
  overflow: hidden;
  border-radius: 16px 0 0 16px;
  position: relative;
}
.youshi-wrap .youshi-menu {
  flex: 0 0 232px;
  width: 232px;
  height: 90px;
  font-size: 20px;
  line-height: 90px;
  font-weight: bold;
  text-align: center;
  border-right: 1px solid #f2f2f3;
  box-sizing: border-box;
  cursor: pointer;
  background: rgba(0,0,0,0);
  transition: .3s;
  position: relative;
}
.youshi-menu.active {
  color: #fff;
}
.youshi-menu-active-bg {
  position: absolute;
  top: 0;
  width: 232px;
  height: 90px;
  background: url(https://qiniu.haomachina.cn/uploads/20250630/2c8f027a0da258ebcee188afad2d2167.png) no-repeat;
  transition: .3s;
}
.youshi-wrap .youshi-right-wrap {
  flex: 0 0 1048px;
  width: 1048px;
  position: relative;
}
.youshi-wrap .youshi-right {
  padding: 60px 510px 0 50px;
  display: none;
  position: absolute;
  width: 100%;
  height: 540px;
}
.youshi-wrap .youshi-right.youshi-right-1 {
  display: block;
}
.youshi-wrap .youshi-right h3 {
  font-size: 32px;
  line-height: 36px;
}
.youshi-wrap .youshi-right>p {
  font-size: 14px;
  line-height: 20px;
  margin-top: 30px;
  color: #646A73;
}
.youshi-content {
  margin-top: 30px;
  overflow: hidden;
}
.youshi-content img,
.youshi-content .youshi-tag {
  width: 103px;
  height: 50px;
  line-height: 50px;
  margin-bottom: 20px;
  float: left;
  font-size: 14px;
  text-align: center;
  color: #646A73;
  background-color: #fff;
  border-radius: 8px;
}
.youshi-content img:not(:nth-child(4n+1)),
.youshi-content .youshi-tag:not(:nth-child(3n+1)) {
  margin-left: 20px;
}
.youshi-content .youshi-info {
  width: 484px;
  padding: 16px 20px;
  font-size: 14px;
  line-height: 20px;
  border-radius: 8px;
  margin-bottom: 16px;
  color: #646A73;
  background-color: #fff;
}
.youshi-content .youshi-info span {
  color: #6277F4;
}
.youshi-wrap .more-btn {
  position: absolute;
  left: 52px;
  bottom: 55px;
}
.youshi-wrap .more-btn img {
  margin-left: 5px;
}
.youshi-img {
  position: absolute;
  top: -36px;
  right: 116px;
  width: 310px;
  height: 629px;
}
.youshi-right-6 .youshi-img {
  width: 469px;
  height: 363px;
  top: 131px;
  right: 26px;
}
/* 第四块 end */

/* 第五块 */
.datu-wrap {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.datu-wrap img {
  width: 100%;
  object-fit: cover;
}
/* 第五块 end */

/* 第六块 */
.tamen-wrap {
  padding: 90px 0;
}
.tamen-wrap .swiper-wrapper {
  padding-top: 20px !important;
}
.tamen-wrap .swiper-slide {
  flex: 0 0 400px;
  width: 400px;
  height: 593px;
  border-radius: 16px;
  border: 1px solid #E6E9ED;
  overflow: hidden;
  transition: .3s;
}
.tamen-wrap .swiper-slide > img {
  width: 100%;
  height: 300px;
  z-index: -1;
}
.tamen-wrap .swiper-slide .tamen-content {
  height: 353px;
  padding: 40px;
  border-radius: 16px;
  position: relative;
  top: -60px;
  background: #fff;
  box-shadow: 0 10px 10px 0 inset #eee;
  cursor: default;
  transition: .3s;
}
.tamen-wrap .swiper-slide:hover {
  box-shadow: 0 8px 10px 0 #eee;
  transform: translateY(-15px);
}
.tamen-wrap .swiper-slide:hover .tamen-content {
  top: -30px;
}
.tamen-user {
  display: flex;
  font-size: 24px;
  align-items: center;
}
.tamen-user img {
  width: 48px;
  height: 48px;
  margin-right: 10px;
}
.tamen-text {
  height: 110px;
  line-height: 26px;
  padding-bottom: 32px;
  margin: 24px 0 32px;
  border-bottom: 1px solid #E6E9ED;
}
.cd-text {
  line-height: 26px;
}

/* 第六块 end */

/* 第七块 */
.fuwu-wrap {
  padding: 88px 0 100px;
}
.fuwu-item {
  flex: 0 0 305px;
  width: 305px;
  height: 372px;
  padding: 20px 50px 0 43px;
  box-shadow: 0px 8px 32px 0px rgba(0,0,0,0.08);
  border-radius: 16px;
  border: 1px solid #eee;
  cursor: default;
}
.fuwu-item img {
  width: 210px;
  height: 210px;
  margin: 0 auto;
}
.fuwu-item h4 {
  font-size: 20px;
  margin-top: -15px;
}
.fuwu-item p {
  font-size: 14px;
  line-height: 24px;
  color: #646A73;
  margin-top: 16px;
}
.fuwu-wrap .zixun-btn {
  width: 178px;
  height: 50px;
  line-height: 50px;
  border-radius: 8px;
  margin: 89px auto 0;
  background-color: #2B2C37;
  color: #fff;
  cursor: pointer;
}
.fuwu-wrap .consult-btn img {
  margin-left: 6px;
}
/* 第七块 end */

/* 合作招募 */
.partner-wrap {
  max-width: 1920px;
  margin: 0 auto;
  padding: 65px 0;
  background: url("https://qiniu.haomachina.cn/uploads/20250630/99c219c4c3ec0d11b46ea5e0ea246df8.png") no-repeat center;
  background-size: cover;
}
.partner-wrap .sub-title,
.partner-wrap .sub-info {
  color: #fff;
}
.partner-wrap .zixun-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  color: #E8404B;
  background: #fff;
  border-radius: 8px;
}
.partner-wrap .zixun-btn img {
  width: 8px;
  height: 7px;
  margin-left: 5px;
}
/* 合作招募 end */

/* 第八块 */
.zhuanshu-wrap {
  padding: 94px 0 140px;
  background: #F3F4FF;
}
.zhuanshu-content + .zhuanshu-content {
  margin-top: 20px;
}
.zhuanshu-content {
  margin: 0 auto;
  width: 1280px;
  display: flex;
  justify-content: space-between;
}
.zhuanshu-wrap .zhuanshu-item {
  border: none;
  box-shadow: none;
  background: #fff;
}
.zhuanshu-item {
  flex: 0 0 413px;
  width: 413px;
  height: 290px;
  padding: 50px 50px 0 43px;
  box-shadow: 0px 8px 32px 0px rgba(0,0,0,0.08);
  border-radius: 16px;
  border: 1px solid #eee;
  cursor: default;
}
.zhuanshu-content:last-child .zhuanshu-item {
  padding-top: 40px;
}
.zhuanshu-item img {
  width: 88px;
  height: 88px;
  margin: 0 auto;
}
.zhuanshu-item h4 {
  font-size: 20px;
  line-height: 36px;
}
.zhuanshu-item p {
  width: 266px;
  font-size: 14px;
  line-height: 24px;
  color: #646A73;
  margin: 5px auto;
}
/* 第八块 end */


/* 申请条件 */
.apply-condition-wrap {
  padding-bottom: 128px;
  background: #F3F4FF;
}
.apply-condition-wrap .apply-content {
  display: flex;
  justify-content: space-between;
}
.apply-condition-wrap .apply-item:first-child {
  background: url("https://qiniu.haomachina.cn/uploads/20250630/a2bdcaf0060d4e5ab70f667717f1b127.png") no-repeat;
}
.apply-condition-wrap .apply-item:nth-child(2) {
  background: url("https://qiniu.haomachina.cn/uploads/20250630/5584ca4081318eb76076f4f28f3840df.png") no-repeat;
}
.apply-condition-wrap .apply-item:nth-child(3) {
  background: url("https://qiniu.haomachina.cn/uploads/20250630/e492e48dab0c0b3ff52e5cf95f847065.png") no-repeat;
}
.apply-condition-wrap .apply-item {
  width: 413px;
  height: 190px;
  padding: 16px 30px 0 118px;
  background-size: 100% 100% !important;
  color: #fff;
}
.apply-condition-wrap .apply-item h4 {
  font-size: 24px;
  line-height: 56px;
}
.apply-condition-wrap .apply-item p {
  font-size: 16px;
  line-height: 24px;
}
.apply-condition-wrap .zixun-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  color: #fff;
  background: #2B2C37;
  margin-top: 85px;
  border-radius: 8px;
}
.apply-condition-wrap .zixun-btn img {
  width: 8px;
  height: 7px;
  margin-left: 5px;
}
/* 申请条件 end */

/* 第九快 */
.pt-wrap {
  padding: 104px 0 156px;
}
.pt-wrap .pt-content {
  width: 1280px;
  margin: 0 auto;
  font-size: 0;
}
.pt-wrap .pt-content div {
  display: inline-block;
  width: 165px;
  height: 80px;
  margin-bottom: 20px;
  position: relative;
}
.pt-wrap .pt-content div:not(:nth-child(7n+1)) {
  margin-left: 20px;
}
.pt-wrap img {
  max-width: 245px;
  position: absolute;
  width: 245px;
  height: 160px;
  top: -32px;
  left: -40px;
  transition: .3s;
}
.pt-wrap img:hover {
  transform: scale(1.15);
}
/* 第九快 end */


/* 第十块 */
.welcome-wrap {
  margin: 0 auto;
  height: 577px;
  padding-top: 103px;
  background: url(https://qiniu.haomachina.cn/uploads/20250630/359561756b0c1772e4096a0caa1d77e0.png) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.welcome-wrap .cd-logo {
  width: 82px;
  height: 82px;
}
.welcome-wrap h2 {
  font-size: 48px;
  line-height: 48px;
  margin: 43px 0 24px;
}
.welcome-wrap p {
  width: 545px;
  color: #222;
  line-height: 26px;
}
.welcome-wrap .cd-opeart-btns {
  margin-top: 67px;
}
/* 第十块 end */


@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;
  }
  .cd-page h1 {
    font-size: 32px;
  }
  h2.sub-title {
    font-size: 32px;
    line-height: 48px;
    font-weight: bold;
  }
  .center.sub-info {
    font-size: 16px;
    line-height: 24px;
    margin-top: 12px;
    margin-bottom: 72px;
  }
  
  .top-bg {
    height: auto;
    padding-top: 100px;
    padding-bottom: 30px;
    background-image: url(https://qiniu.haomachina.cn/uploads/20250630/6c4c949d6ba51d9d9e2068a97e29138a.png);
    background-position: left;
  }
  .download-dialog {
    display: none;
  }
  .top-bg .cd-info {
    display: block;
    font-size: 16px;
    line-height: 26px;
    width: 90vw;
    margin-top: 20px;
  }
  .cd-opeart-btns {
    margin-top: 30px;
    height: auto;
    display: block;
  }
  .top-bg .zixun-btn {
    margin-top: 15px;
  }
  .top-bg-items {
    margin-top: 30px;
  }
  .top-bg-items .content-wrap {
    flex-wrap: wrap;
  }
  .top-bg-item {
    text-align: center;
  }
  .top-bg-item:not(:last-child) {
    padding: 6px;
  }
  .top-bg-item:not(:last-child) img {
    float: none;
  }
  .top-bg-item:last-child {
    flex: 1 0 100%;
    margin: 10px 0 0;
  }
  .top-bg-item .top-sub-info {
    font-size: 12px;
  }


  .show-station .sub-title {
    font-size: 28px;
  }
  .show-station .sub-info {
    font-size: 14px;
    line-height: 26px;
    margin: 10px 0;
  }
  .show-station-img {
    width: 100%;
    left: 0;
    top: -10px;
    margin-left: 66px;
    height: auto;
    transform: scale(1.1);
    transform-origin: top;
  }
  .show-station-content-right {
    padding: 260px 0 20px;
    height: auto;
  }
  .show-station-nums {
    width: 100%;
  }
  .show-station-nums-item {
    flex: 1;
    height: auto;
    padding: 10px 0;
  }
  .show-station-nums-item  + .show-station-nums-item  {
    margin-left: 10px;
  }
  .show-station-num {
    font-size: 24px;
  }
  .show-station-num span {
    font-size: 18px;
  }
  .show-station-tag {
    font-size: 12px;
    margin: 0;
  }

  .wanwu-wrap .scroll-box {
    width: 100%;
    height: 280px;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .wanwu-wrap .content-wrap {
    width: 1280px !important;
    transform: scale(0.5);
    transform-origin: left top;
  }
  .wanwu-wrap .width-640 {
    width: 640px;
  }


  .youshi-wrap {
    padding: 90px 0 50px;
  }
  .youshi-wrap .scroll-box {
    width: calc(100vw - 20px);
    height: 360px;
    margin: 0 auto;
    overflow: hidden;
  }
  .youshi-wrap .sub-title {
    padding: 0 80px;
  }
  .youshi-wrap .content-wrap {
    display: block;
    width: calc(200vw - 40px) !important;
    height: 460px;
    transform: scale(0.5);
    transform-origin: left top;
    padding: 0;
    background: none;
  }
  .youshi-wrap .youshi-left {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: 16px;
    background: #f8ecf1;
  }
  .youshi-menu {
    flex: 33%;
    transition: .3s;
  }
  .youshi-menu.active {
    background: url(https://www.canzan.com/v2/images/cdnew/liuda-menu.png) no-repeat;
  }
  .youshi-wrap .width-640 {
    width: 640px;
  }
  .youshi-wrap .sub-info {
    margin-bottom: 30px;
  }
  .youshi-wrap .youshi-right-wrap {
    width: auto;
    height: 540px;
  }
  .youshi-right h3 {
    margin-top: 30px;
  }
  .youshi-wrap .youshi-right {
    padding: 20px;
    height: 460px;
    margin-top: 20px;
    background: #f8ecf1;
    border-radius: 16px;
  }
  .youshi-wrap .youshi-menu {
    border: none
  }
  .youshi-menu-active-bg {
    display: none;
  }
  .youshi-img {
    display: none;
  }
  .youshi-wrap .more-btn {
    display: none;
  }
  .youshi-wrap .youshi-content img {
    margin-left: 0;
  }
  .youshi-wrap .youshi-content img:not(:nth-child(5n + 1)) {
    margin-left: 20px;
  }
  .youshi-wrap .youshi-content .youshi-tag:not(:nth-child(5n + 1)) {
    margin-left: 20px !important;
  }


  .tamen-wrap {
    padding: 0 0 30px 0;
  }
  .tamenSwiper {
    padding-left: 20px;
    padding-right: 20px;
    overflow:hidden;
  }
  .tamen-wrap .sub-info {
    margin-bottom: 30px;
  }
  .tamen-wrap .swiper-wrapper {
    box-sizing: border-box;
  }
  .tamen-wrap .swiper-slide {
    flex: 0 0 100%;
    width: 100%;
  }
  .tamen-wrap .swiper-slide .tamen-content {
    padding: 30px;
  }
  .tamen-wrap .swiper-slide-active {
    box-shadow: 0 8px 10px 0 #eee;
    transform: translateY(-15px);
  }
  .tamen-wrap .swiper-slide-active .tamen-content {
    top: -30px;
  }



  .fuwu-wrap .sub-info {
    margin-bottom: 30px;
  }
  .fuwu-wrap .content-wrap {
    flex-wrap: wrap;
  }
  .fuwu-item {
    flex: 0 0 100%;
    width: 100%;
    padding: 10px 30px 30px;
    height: auto;
    margin-bottom: 20px;
  }
  .fuwu-item img {
    width: 100px;
    height: 100px;
  }


  .zhuanshu-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .zhuanshu-content {
    padding: 0 20px;
    width: 100%;
    display: block;
  }
  .zhuanshu-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 120px;
    padding: 0 20px 0 90px !important;
    margin: 20px 0;
    overflow: hidden;
    position: relative;
  }
  .zhuanshu-item img {
    left: 20px;
    top: 30px;
    position: absolute;
    width: 60px;
    height: 60px;
  }
  .zhuanshu-item h4,
  .zhuanshu-item p {
    width: 100%;
    text-align: left;
    margin: 0;
  }
  .zhuanshu-item p {
    line-height: 20px;
  }

  .apply-condition-wrap .apply-content {
    flex-wrap: wrap;
  }
  .apply-condition-wrap .apply-item {
    flex: 100%;
    margin-bottom: 20px;
  }


  .pt-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pt-wrap .pt-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    overflow: hidden;
  }
  .pt-content>div {
    margin-left: 0 !important;
  }
  .pt-wrap img {
    transform: none !important;
  }


  .welcome-wrap {
    padding-top: 60px;
    background-position: left;
  }
  .welcome-wrap h2 {
    font-size: 32px;
    font-weight: bold;
  }
  .welcome-wrap p {
    width: 100%;
    text-align: justify;
  }
  .welcome-wrap .cd-opeart-btns {
    margin-top: 30px;
  }
  .welcome-wrap .zixun-btn {
    margin-top: 15px;
  }
}