.banner {
  height: 520px;
  background-image: url(/site/assets/images/cooperation/banner.png);
  background-position: center center;
  background-repeat: no-repeat;
}

.banner, .banner .banner-image {
  width: 100%;
}

#part2, #part3, .banner {
  background-size: cover;
}

#part2 {
  padding-top: 150px;
  background-image: url(/site/assets/images/cooperation/city_bg.png);
}

#part3 {
  height: 891px;
  background-image: url(/site/assets/images/section/section_bg_orange.png);
}

#part3 .techcoo-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#part3 .techcoo-content .techcoo-content-image {
  width: 661px;
  height: 384px;
  border-radius: 6px 0 0 6px;
}

#part3 .techcoo-content .techcoo-content-image-link {
  width: 619px;
  height: 384px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff url(/site/assets/images/cooperation/techcoo-content-link-bg.png);
  background-size: cover;
}

#part3 .techcoo-content .techcoo-content-image-link .link-icon {
  margin-top: 60px;
}

#part3 .techcoo-content .techcoo-content-image-link .link-tip {
  margin-top: 34px;
  font-size: 18px;
  color: #353535;
}

#part3 .techcoo-content .techcoo-content-image-link .link-phone {
  font-size: 30px;
  color: #353535;
  margin-top: 15px;
}

#part3 .techcoo-content .techcoo-content-image-link .link-btn {
  width: 151px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background: #ff8115;
  border-radius: 6px;
  font-size: 18px;
  color: #fff;
  margin-top: 30px;
  cursor: pointer;
}

#part4 {
  background: #f5f7fa;
}

#part4 .coo-company {
  height: 1190px;
  width: 100%;
  vertical-align: top;
  margin-top: 20px;
}

#part4 .mobile-coo-company {
  display: none;
}

.common-section {
  padding: 80px 0 120px;
  background-size: cover;
  background-position: center;
}

.common-section .section-title {
  text-align: center;
  margin-bottom: 80px;
}

.common-section .section-title .cn-title {
  display: inline-block;
  color: #333;
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
  padding: 0 20px;
  margin-bottom: 20px;
  position: relative;
}

.common-section .section-title .cn-title::after, .common-section .section-title .cn-title::before {
  content: "";
  position: absolute;
  height: 32px;
  width: 86px;
  background-image: url(/site/assets/images/section/section_side_l.png);
  background-size: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.common-section .section-title .cn-title::before {
  right: 100%;
}

.common-section .section-title .cn-title::after {
  left: 100%;
  -webkit-transform: translateY(-50%) scaleX(-1);
  -ms-transform: translateY(-50%) scaleX(-1);
  transform: translateY(-50%) scaleX(-1);
}

.common-section .section-title .en-title {
  font-size: 24px;
  line-height: 24px;
  color: rgba(19, 20, 21, 0.65);
  text-transform: uppercase;
  font-weight: 400;
}

.common-section .section-tip {
  color: #666;
  font-size: 14px;
  text-align: center;
  margin-bottom: 40px;
}

.content-title {
  font-family: PingFang SC;
  font-weight: 700;
  font-size: 26px;
  color: #353535;
  text-align: center;
  margin: 0 auto 40px;
}

.agent-plan-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.agent-plan-list .agent-plan-item {
  width: 305px;
  height: 401px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 129, 31, 0.3);
  margin-bottom: 20px;
}

.agent-plan-list .agent-plan-item, .agent-plan-list .agent-plan-item .item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.agent-plan-list .agent-plan-item .item-title {
  font-size: 18px;
  color: #353535;
}

.agent-plan-list .agent-plan-item .item-icon {
  margin: 8px 0;
}

.agent-plan-list .agent-plan-item .item-content {
  color: #666;
  font-size: 14px;
  width: 270px;
}

.apply-content {
  background: url(/site/assets/images/cooperation/apply_bg.png);
  height: 857px;
}

.city-apply-step .city-step-btn, .download-warp, .download-warp .download-btn {
  width: 100%;
  height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.city-apply-step .city-step-btn, .download-warp .download-btn {
  width: 200px;
  height: 60px;
  background: #ff8115;
  cursor: pointer;
}

.download-warp, .download-warp .download-btn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.download-warp .download-btn {
  border-radius: 6px;
}

.download-warp .download-btn .download-label {
  color: #fff;
  font-size: 18px;
  margin-left: 10px;
}

.city-apply-step {
  width: 100%;
  height: 546px;
  background-image: url(/site/assets/images/cooperation/city-step-bg.png);
  background-size: cover;
  background-position: center center;
}

.city-apply-step .city-step-btn {
  position: relative;
  color: #fff;
  margin: 50px auto 0;
}

.city-apply-step .city-step-btn .city-step-btn-icon {
  margin-right: 10px;
}

.city-apply-step .city-step-btn, .city-apply-step .city-step-btn .link-content {
  border-radius: 6px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.city-apply-step .city-step-btn .link-content {
  display: none;
  width: 268px;
  height: 70px;
  background: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  left: 220px;
  top: -5px;
  padding: 0 17px;
}

.city-apply-step .city-step-btn .link-content .link-title {
  width: 100px;
}

.city-apply-step .city-step-btn .link-content .link-phone {
  font-size: 14px;
  color: #666;
  padding-left: 28px;
  margin-top: 4px;
}

.city-apply-step .city-step-btn:hover .link-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}