.partner .header {
  /* height: 650px; */
  /* padding-top: 650px; */
  text-align: center;
  color: #ffffff;
}
.partner .header img {
  width: 100%;
}
.partner .header .title1 {
  letter-spacing: 12px;
  font-size: 30px;
  line-height: 42px;
}

.partner .header .title2 {
  margin-top: 12px;
  font-weight: 800;
  font-size: 78px;
  line-height: 110px;
}

.partner .header .title3 {
  margin-top: 12px;
  letter-spacing: 12px;
  font-size: 22px;
  line-height: 30px;
}

.partner .header .button-container {
  margin-top: 36px;
  font-size: 0;
}

.partner .header .button-container a {
  display: inline-block;
  width: 152px;
  height: 44px;
  border: 1px solid #ffffff;
  border-radius: 3px;
  margin-left: 20px;
  text-decoration: none;
  font-size: 16px;
  line-height: 42px;
  color: #ffffff;
}

.partner .header .button-container a:first-child {
  border-color: #2a7efb;
  background-color: #2a7efb;
  color: #ffffff;
}

.partner .section4 {
  background-color: #f5f9ff;
}

.partner .section-main {
  width: 1200px;
  padding: 80px 0;
  margin: 0 auto;
}

.partner .search-wrapper {
  padding: 60px 0;
  border-bottom: 1px solid #d5e6ff;
}

.partner .search-inner {
  display: flex;
  width: 700px;
  border-radius: 4px;
  margin: 0 auto;
  box-shadow: 0 5px 12px 1px rgba(121, 148, 193, 0.2);
}

.partner .search-inner input {
  flex: 1;
  padding-left: 20px;
  border-radius: 4px 0 0 4px;
  font-size: 16px;
}

.partner .search-inner button {
  width: 120px;
  height: 56px;
  border-radius: 0 4px 4px 0;
  background-color: #2a7efb;
  font-size: 16px;
  color: #ffffff;
}

.partner .section-head .title {
  text-align: center;
  font-weight: 800;
  font-size: 40px;
  line-height: 56px;
  color: #333333;
}

.partner .section-head .subtitle {
  margin-top: 15px;
  text-align: center;
  font-size: 18px;
  line-height: 25px;
  color: #666666;
}

.partner .section-body ul {
  list-style: none;
}
.partner .section1 {
  background-image: url("/static/images/region_bg_1.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.partner .section1 .section-main {
  padding-top: 0;
}

.partner .section1 .section-head {
  padding-top: 60px;
}

.partner .section1 .section-body {
  margin-top: 73px;
}

.partner .section1 .section-body ul {
  justify-content: space-between;
}

.partner .section1 .section-body li {
  position: relative;
  flex: none;
  width: 300px;
  height: 400px;
  padding-top: 40px;
  transition: all 0.2s ease;
  cursor: pointer;
}

.partner .section1 .section-body li::before {
  background: linear-gradient(
    90deg,
    hsla(0, 0%, 100%, 0),
    hsla(0, 0%, 50.2%, 0.27)
  );
  left: -27px;
  content: "";
  display: block;
  width: 27px;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 0;
  transition: all 0.2s ease;
}

.partner .section1 .section-body li::after {
  background: linear-gradient(
    270deg,
    hsla(0, 0%, 100%, 0),
    hsla(0, 0%, 50.2%, 0.27)
  );
  right: -27px;
  content: "";
  display: block;
  width: 27px;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 0;
  transition: all 0.2s ease;
}

.partner .section1 .section-body li:hover::before,
.partner .section1 .section-body li:hover::after {
  opacity: 0.15;
}

.partner .section1 .section-body img {
  margin: 0 auto;
  width: 120px;
  /* height: 110px; */
}

.partner .section1 .section-body .title {
  margin-top: 15px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  color: #555;
}

.partner .section1 .section-body .message {
  padding: 0 45px;
  margin-top: 8px;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  color: #959595;
}

.partner .section1 .section-body .message::after {
  content: "";
  display: block;
  width: 25px;
  height: 4px;
  margin: 10px auto;
  background: linear-gradient(90deg, #2a7efc, #b7d0ff);
}

.partner .section1 .section-body .message2 {
  padding: 0 45px;
  text-align: center;
  font-size: 13px;
  line-height: 20px;
  color: #b2b2b2;
}

.partner .section2 .section-main {
  width: 1200px;
  padding-bottom: 80px;
}
.partner .section3 .section-main {
  height: 700px;
}
.partner .section2 .section-body {
  margin-top: 47px;
}

.partner .section2 .section-body ul {
  display: flex;
  justify-content: space-between;
}

.partner .section2 .section-body li {
  flex: none;
  width: 240px;
  height: 400px;
  padding: 90px 30px 0;
  background: center/100% no-repeat;
  transition: 1.5s;
}

.partner .section2 .section-body li:nth-child(1) {
  background-image: url("/static/images/region_section2_1.png");
}

.partner .section2 .section-body li:nth-child(2) {
  background-image: url("/static/images/region_section2_2.png");
}

.partner .section2 .section-body li:nth-child(3) {
  background-image: url("/static/images/region_section2_3.png");
}

.partner .section2 .section-body li:nth-child(4) {
  background-image: url("/static/images/region_section2_4.png");
}

.partner .section2 .section-body li:nth-child(5) {
  background-image: url("/static/images/region_section2_5.png");
}

.partner .section2 .section-body li:hover {
  background-size: 120%;
}

.partner .section2 .section-body .title {
  padding-top: 58px;
  background: left top/46px 46px no-repeat;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
}

.partner .section2 .section-body li:nth-child(1) .title {
  background-image: url("/static/images/region_section2_1-2.png");
}

.partner .section2 .section-body li:nth-child(2) .title {
  background-image: url("/static/images/region_section2_2-2.png");
}

.partner .section2 .section-body li:nth-child(3) .title {
  background-image: url("/static/images/region_section2_3-2.png");
}

.partner .section2 .section-body li:nth-child(4) .title {
  background-image: url("/static/images/region_section2_4-2.png");
}

.partner .section2 .section-body li:nth-child(5) .title {
  background-image: url("/static/images/region_section2_5-2.png");
}

.partner .section2 .section-body .message {
  font-size: 12px;
  color: #ebebeb;
  margin-top: 34px;
  text-align: left;
  line-height: 20px;
}

.partner .section3 {
  background: url("/static/images/region_section3_bg.png") left top/100% 100%
    no-repeat;
}

.partner .section3 .section-head .title {
  color: #333;
}
.partner .section3 .section-head .subtitle {
  color: #666;
}

.partner .section3 .section-body,
.partner .section4 .section-body,
.partner .section5 .section-body {
  margin-top: 75px;
}

.partner .section1 .section-body ul,
.partner .section5 .section-body ul {
  display: flex;
}

.partner .section3 .section-main,
.partner .section4 .section-main {
  position: relative;
  padding-bottom: 80px;
}
.partner .section3 .swiper {
  width: 1200px;
}
.partner .section3 .swiper-wrapper {
  display: flex;
  align-items: center;
}
.section3 .section-body {
  border-radius: 10px;
}
.partner .section3 .swiper-slide {
  display: flex;
  flex-direction: column;
  /* width: 280px !important; */
  width: 640px !important;
  height: 360px;
  padding: 44px 50px;
  border-radius: 8px;
  background-color: #fff;
  color: #333;
  transition: all 0.3s;
  -webkit-transform: scaleY(0.85);
  transform: scaleY(0.85);
}
.partner .section3 .swiper-slide.swiper-slide-prev.active {
  padding-left: 400px;
}
.partner .section3 .swiper-slide.swiper-slide-prev img,
.partner .section3 .swiper-slide.swiper-slide-next img {
    transform: scaleY(1.176);
}
.partner .section3 .swiper-slide.swiper-slide-prev .active-box {
  float: right;
  width: 200px;
  transform: scaleY(1.16);
}
.partner .section3 .swiper-slide.swiper-slide-next .active-box {
  width: 200px;
  transform: scaleY(1.16);
}
.partner .section3 .swiper-slide.swiper-slide-active .active-box {
  display: flex;
  flex-direction: column;
}
.partner .section3 .swiper-slide.swiper-slide-active {
  /* width: 640px !important; */
  height: 360px;
  background-color: #2a7efb;
  color: #fff !important;
  display: flex;
  flex-direction: row;
  transition: 10ms;
}
.partner .section3 .swiper-slide.swiper-slide-active img {
  margin-right: 35px;
}
.partner .section3 .swiper-slide.swiper-slide-active .title,
.partner .section3 .swiper-slide.swiper-slide-active .message {
  color: #fff;
}
.partner .section3 .swiper-slide.swiper-slide-active .title {
  margin-top: 0;
}

.partner .section3 .swiper-container {
  width: 100%;
  height: 100%;
}
.partner .section3 .swiper-slide-active,
.partner .section3 .swiper-slide-duplicate-active {
  transform: scale(1);
}

.partner .section3 .swiper-pagination {
  bottom: 20px;
  font-size: 20px;
}
.partner .section4 .swiper-pagination {
  bottom: 55px;
  font-size: 20px;
}

.partner .section3 .swiper-pagination-bullet {
  width: 30px;
  height: 6px;
  border-radius: 3px;
  margin: 0 5px;
  background-color: rgba(255, 255, 255, 0.5);
}
.partner .section4 .swiper-pagination-bullet {
  width: 30px;
  height: 6px;
  border-radius: 3px;
  margin: 0 5px;
  background-color: #ffffff;
  opacity: 1;
}

.partner .section3 .swiper-pagination-bullet-active {
  background-color: #fff;
}
.partner .section4 .swiper-pagination-bullet-active {
  background-color: #2a7efb;
}

.partner .section3 .section-body img {
  width: 60px;
  height: 60px;
}
.line4 {
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.partner .section3 .section-body .title {
  margin-top: 26px;
  font-size: 22px;
  color: #333;
  font-weight: 500;
  line-height: 25px;
}

.partner .section3 .section-body .message {
  margin-top: 26px;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
}

.partner .section3 .section-body .tel {
  font-size: 14px;
  line-height: 20px;
}
.partner .section3 .swiper-button-prev,
.partner .section3 .swiper-button-next {
  width: 40px;
  height: 40px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background-color: #2a7efb;
  top: 175px;
}

.partner .section3 .swiper-button-prev::after,
.partner .section3 .swiper-button-next::after {
  font-size: 20px;
  color: #ffffff;
}

.partner .section3 .swiper-button-prev {
  left: 300px;
  transform: translateX(-100%);
}

.partner .section3 .swiper-button-next {
  right: 300px;
  transform: translateX(100%);
}

/* section4 */
.partner .section4 {
  background: url("/static/images/region_section4_bg.png") left top/100% 100%
    no-repeat;
}

.partner .section4 .swiper-slide {
  width: 1200px;
  height: 346px;
  padding: 60px 44px 0 104px;
  border-radius: 8px;
  margin-top: 40px;
  background-color: #ffffff;
  color: #333333;
  background: url("/static/images/region_section4-Pel_bg.png") left top/100%
    100% no-repeat;
  background-color: #fff;
  position: relative;
}
.partner .section4 .pel {
  width: 336px;
  height: 386px;
  position: absolute;
  right: 44px;
  top: -40px;
}
.partner .section4 .swiper-button-prev,
.partner .section4 .swiper-button-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #c2cfe4;
}

.partner .section4 .swiper-button-prev::after,
.partner .section4 .swiper-button-next::after {
  font-size: 20px;
  color: #ffffff;
}

.partner .section4 .swiper-button-prev {
  left: -20px;
  transform: translateX(-100%);
}

.partner .section4 .swiper-button-next {
  right: -20px;
  transform: translateX(100%);
}

.partner .section4 .section-body .name {
  font-weight: 800;
  font-size: 18px;
  line-height: 28px;
  margin-right: 15px;
  color: #333;
}

.partner .section4 .section-body .company {
  font-size: 14px;
  line-height: 22px;
  color: #999;
}

.partner .section4 .content {
  width: 564px;
}
.partner .section4 .name-box {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.partner .section4 .section-body .message {
  margin-top: 20px;
  font-size: 16px;
  line-height: 24px;
  color: #777777;
}

.partner .section5 .section-main {
  padding-bottom: 70px;
}

.partner .section5 .section-body ul {
  border-radius: 8px;
  box-shadow: 0 4px 20px 1px rgba(121, 148, 193, 0.15);
}

.partner .section5 .section-body li {
  position: relative;
  width: 240px;
  height: 300px;
  padding: 49px 36px 0;
  text-align: center;
}

.partner .section5 .section-body li::before {
  content: "";
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 0;
  z-index: 1;
  width: 1px;
  background-color: #eeeeee;
}

.partner .section5 .section-body li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 33px;
  height: 33px;
  border: 1px solid #cbe0ff;
  border-radius: 50%;
  background-color: #ffffff;
  transform: translate(-50%, -50%);
}

.partner .section5 .section-body li:first-child:before,
.partner .section5 .section-body li:first-child::after {
  display: none;
}

.partner .section5 .section-body li > img:first-child {
  width: 90px;
  height: 90px;
  margin: 0 auto;
}

.partner .section5 .section-body li > img:last-child {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 2;
  transform: translate(50%, -50%);
}

.partner .section5 .section-body .title {
  margin-top: 27px;
  font-weight: 800;
  font-size: 20px;
  line-height: 28px;
  color: #333333;
}

.partner .section5 .section-body .message {
  margin-top: 14px;
  font-size: 14px;
  line-height: 22px;
  color: #666666;
}

.partner .section5 .section-body a {
  display: block;
  width: 152px;
  height: 44px;
  border-radius: 3px;
  margin: 40px auto 0;
  background-color: #2a7efb;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  line-height: 44px;
  color: #ffffff;
}

.service-layer.layui-layer {
  border-radius: 10px;
  background: #ffffff url("/static/images/service_layer_bg.png") left top/100%
    74px no-repeat;
  text-align: center;
}

.service-layer button {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 18px;
  height: 18px;
  background: none;
  cursor: pointer;
}

.service-layer .iconfont {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.6);
}

.service-layer .title {
  height: 74px;
  font-weight: 600;
  font-size: 20px;
  line-height: 74px;
  color: #ffffff;
}

.service-layer img {
  width: 210px;
  height: 210px;
  margin: 30px auto 0;
}

.service-layer .message {
  display: inline-block;
  height: 30px;
  padding: 0 16px;
  border-radius: 15px;
  margin-top: 16px;
  background-color: #f5f5f5;
  font-size: 14px;
  line-height: 30px;
  color: #777777;
}

.service-layer .message span {
  color: #2a7efb;
}

.partner .section6 {
  background: url("/static/images/region_section6_bg.png") left top/100% 100%
    no-repeat;
}
.partner .section6 .title {
  color: #fff;
}
.partner .section6 ul {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
  flex-wrap: wrap;
}

.partner .section6 li {
  display: flex;
  align-items: center;
  width: 590px;
  height: 180px;
  padding: 55px 60px;
  border-radius: 6px;
  margin-bottom: 20px;
  background: rgba(255, 255, 255, 0.036);
}

.partner .section6 li:hover {
  box-shadow: 0 3px 20px rgb(42 126 252 / 6%);
}

.partner .section6 img {
  width: 70px;
  height: 70px;
  border-radius: 6px 6px 0 0;
  margin-right: 36px;
}

.partner .section6 li > div {
  color: #fff;
  font-size: 16px;
}

.partner .section6 li div div:first-child {
  margin-bottom: 12px;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}

.grid_box_5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: auto;
  width: 100%;
  grid-gap: 10px;
}
.section2 .service {
  width: 165px;
  height: 350px;
  border: 1px solid #ffffff;
  box-shadow: 0px 3px 20px rgba(5, 36, 82, 0.07);
  border-radius: 2px;
  cursor: pointer;
  transition: all 1s;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}
.section2 .active {
  width: 500px;
}
.section2 .bg0 {
  background-image: url("/static/images/region-2-1-0.png");
}
.section2 .bg1 {
  background-image: url("/static/images/region-2-2-0.png");
}
.section2 .bg2 {
  background-image: url("/static/images/region-2-3-0.png");
}
.section2 .bg3 {
  background-image: url("/static/images/region-2-4-0.png");
}
.section2 .bg4 {
  background-image: url("/static/images/region-2-5-0.png");
}

.service_content img {
  width: 30px;
}

.service_content .service_title {
  font-size: 24px;
  font-family: PingFang SC;
  font-weight: 600;
  line-height: 18px;
  color: #ffffff;
  margin: 20px 0 24px;
}

.service_content .sm_line {
  width: 26px;
  height: 3px;
  background-color: #fff;
  opacity: 0.3;
}

.service_content .service_desc {
  width: 308px;
  height: 46px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 22px;
  color: #ffffff;
  margin-top: 20px;
}
.section7 {
  background: url("/static/images/region_section7_bag.png") left top/100% 100%
    no-repeat;
}
.section7 img {
  height: 63px;
}
.section7 .join {
  width: 160px;
  height: 50px;
  background: #2a7efb;
  color: #fff;
  line-height: 50px;
  border-radius: 25px 25px 25px 25px;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
}
.section8 {
  background: url("/static/images/region_section8_bg.png") left top/100% 100%
    no-repeat;
}
.section8 .section-main {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section8 .phone-input {
  width: 520px;
  position: relative;
}
.section8 .title {
  font-weight: 600;
  font-size: 28px;
  color: #ffffff;
  margin-right: 60px;
}
.section8 .phone-input-el,
.section8 .el-input__inner {
  height: 52px;
}
.section8 .btn {
  position: absolute;
  width: 130px;
  height: 46px;
  background: #2a7efb;
  border-radius: 3px 3px 3px 3px;
  top: 3px;
  right: 3px;
  line-height: 46px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
  cursor: pointer;
}
.el-dialog__wrapper .title {
  font-weight: 500;
  font-size: 24px;
  color: #333333;
  line-height: 24px;
  text-align: center;
  margin-bottom: 10px;
}
.dialog-body .message {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 14px;
  text-align: center;
  margin-bottom: 30px;
}
.dialog-body .message .add-wechat {
  color: #2a7efb;
}
.type-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
}
.type-box .item {
  width: 210px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #eeeeee;
  margin-bottom: 12px;
  cursor: pointer;
}
.type-box .item.active {
  background: #ebf3ff;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #2a7efb;
  position: relative;
}
/* 右下角三角对号 */
.type-box .item.active::after {
  content: "";
  position: absolute;
  color: #fff;
  bottom: 0px;
  right: 0px;
  width: 0;
  height: 0;
  border-width: 8px;
  border-style: solid;
  border-color: transparent #2a7efb #2a7efb transparent;
}
.type-box .item.active::before {
  content: "✓";
  position: absolute;
  font-size: 9px;
  color: #fff;
  bottom: -15px;
  right: 0px;
  z-index: 11;
}
.content-body {
  max-height: 500px;
  overflow-y: scroll;
}
.content-body::-webkit-scrollbar {
  width: 2px;
}
.el-dialog__wrapper .btn {
  width: 100%;
  height: 46px;
  text-align: center;
  line-height: 46px;
  background: #2a7efb;
  border-radius: 6px 6px 6px 6px;
  margin-top: 21px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.dialog-body .code-box {
  position: relative;
}
.dialog-body .code-btn {
  position: absolute;
  right: 20px;
  top: 0px;
  color: #2a7efb;
  cursor: pointer;
}
.el-dialog__body {
  padding: 15px;
}
.code-img {
  width: 127px;
  height: 127px;
}
