.banner-com[data-v-2c93b097] {
  width: 100%;
}
.banner-img[data-v-2c93b097] {
  display: none;
}
.banner-content-wrapper[data-v-2c93b097] {
  display: flex;
  align-items: center;
  max-width: 1320px;
  height: 100%;
  margin: 0 auto;
}
.banner-tit[data-v-2c93b097] {
  font-size: 40px;
  font-weight: 600;
  color: #333;
  line-height: 56px;
  letter-spacing: 2px;
}
.banner-tit.white[data-v-2c93b097] {
  color: #fff;
}
.banner-desc[data-v-2c93b097] {
  max-width: 600px;
  padding: 20px 0;
  font-size: 20px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 28px;
  letter-spacing: 1px;
}
.banner-desc.white[data-v-2c93b097] {
  color: #fff;
}

.home-banner[data-v-548f8796] {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 520px;
}
.carousel[data-v-548f8796] {
  width: 100%;
  height: 100%;
  transition: all ease 1s;
  position: absolute;
  top: 0;
  background-color: #e7e7ef;
}
.carousel .img-banner[data-v-548f8796] {
  position: absolute;
  width: 100%;
  height: 100%;
}
.carousel .video-banner[data-v-548f8796] {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.carousel .banner-pc-content-wrapper[data-v-548f8796] {
  position: relative;
  width: 100%;
  height: calc(100% - 100px);
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.carousel .banner-pc-content-wrapper .banner-pc-content[data-v-548f8796] {
  width: 45%;
  min-width: 560px;
}
.carousel .banner-pc-content-wrapper .banner-pc-content .banner-pc-title[data-v-548f8796] {
  font-size: 36px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
  margin-bottom: 16px;
  position: relative;
  top: 0;
  transition: all ease 1s;
}
.carousel .banner-pc-content-wrapper .banner-pc-content .banner-pc-description[data-v-548f8796] {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  color: rgba(0, 0, 0, 0.65);
  margin-bottom: 36px;
  position: relative;
  top: 0;
  transition: all ease 1s;
}
.carousel .banner-pc-content-wrapper .banner-pc-content .free-btn[data-v-548f8796] {
  font-weight: 500;
  padding: 12px 20px;
  font-size: 14px;
  border-radius: 4px;
  color: #FFFFFF;
  background-color: #1063F1;
  border-color: #1063F1;
  display: inline;
  border: 1px solid;
}
.show[data-v-548f8796] {
  opacity: 1;
  z-index: 1;
}
.show .banner-pc-title[data-v-548f8796] {
  top: 0;
}
.show .banner-pc-description[data-v-548f8796] {
  top: 0;
}
.hide[data-v-548f8796] {
  opacity: 0;
}
.hide .banner-pc-title[data-v-548f8796] {
  top: 30px !important;
}
.hide .banner-pc-description[data-v-548f8796] {
  top: 30px !important;
}
.pagination[data-v-548f8796] {
  position: absolute;
  bottom: 200px;
  left: 50%;
  transform: translate(-50%);
  padding: 0 20px;
  width: 100%;
  max-width: 1320px;
  text-align: left;
  z-index: 2;
}
.pagination .pagination-item[data-v-548f8796] {
  padding: 10px 0;
  cursor: pointer;
  display: inline-block;
  margin-right: 4px;
  width: 33px;
}
.pagination .pagination-item .pagination-item-handle[data-v-548f8796] {
  width: 33px;
  height: 4px;
  background: #cecece;
  opacity: 0.4;
}
.pagination .pagination-item .pagination-item-handle[data-v-548f8796]:hover {
  background: #272727;
}
.pagination .pagination-active-item .pagination-item-handle[data-v-548f8796] {
  background: #272727;
  animation: handle-data-v-548f8796;
  animation-duration: 6s;
  animation-timing-function: linear;
}
@keyframes handle-data-v-548f8796 {
from {
    width: 0;
}
to {
    width: 33px;
}
}
@media only screen and (min-width: 1350px) and (max-width: 1550px) {
.home-banner[data-v-548f8796] {
    height: 520px;
}
.pagination[data-v-548f8796] {
    bottom: 160px;
}
}
@media only screen and (min-width: 1000px) and (max-width: 1350px) {
.home-banner[data-v-548f8796] {
    height: 520px;
}
.pagination[data-v-548f8796] {
    bottom: 140px;
}
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
.home-banner[data-v-548f8796] {
    height: 520px;
}
.pagination[data-v-548f8796] {
    bottom: 120px;
}
}

.h5-banner-com[data-v-251ca75b] {
  width: 100%;
}
.h5-banner-content-wrapper[data-v-251ca75b] {
  width: 100%;
  height: 180px;
  padding: 0 24px;
  display: flex;
  align-items: center;
}
.banner-img[data-v-251ca75b] {
  display: none;
}
.h5-banner-tit[data-v-251ca75b] {
  font-size: 18px;
  font-weight: 600;
  color: #333;
}
.h5-banner-desc[data-v-251ca75b] {
  width: 250px;
  padding: 4px 0;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  line-height: 20px;
}
.h5-banner-tit.white[data-v-251ca75b] {
  color: #fff;
}
.h5-banner-desc.white[data-v-251ca75b] {
  color: #fff;
}

.h5-home-banner[data-v-7a50960d] {
  width: 100%;
  height: 280px;
  text-align: left;
  padding: 40px 24px 0 24px;
}
.h5-home-banner .banner-pc-title[data-v-7a50960d] {
  font-size: 18px;
  font-weight: 600;
  line-height: 33px;
  color: #272727;
}
.h5-home-banner .banner-pc-description[data-v-7a50960d] {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #272727;
  margin-bottom: 16px;
}
.h5-home-banner .free-btn[data-v-7a50960d] {
  color: #FFFFFF;
  background-color: #1063F1;
  border-color: #1063F1;
  display: inline-block;
  border: 1px solid;
  padding: 9px 15px;
  font-size: 12px;
  border-radius: 3px;
  font-weight: 500;
}

.a-global-leader-h3[data-v-1d475506] {
  margin: 0 auto;
  max-width: 1240px;
  width: 100%;
  color: var(---color-text-tertiary, #666);
  text-align: left;
  font-family: 'PingFang HK';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.the-most-comprehensive-wrapper[data-v-1d475506] {
  margin: 0 auto;
  max-width: 1240px;
  width: 100%;
  color: var(---color-text-tertiary, #666);
  text-align: left;
  font-family: 'PingFang HK';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.pc-select-esign-global[data-v-1d475506] {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 188px;
}
.pc-select-esign-global .select-esign-global__container[data-v-1d475506] {
  text-align: center;
  width: 100%;
}
.pc-select-esign-global .select-esign-global__container section[data-v-1d475506] {
  padding-top: 100px;
  width: 65%;
  margin: 0 auto;
}
.pc-select-esign-global .select-esign-global__container section h2[data-v-1d475506] {
  font-size: 32px;
  margin-bottom: 40px;
  color: var(---color-text-primary, var(--color-text-color-text-primary, #333));
  text-align: center;
  font-family: 'PingFang HK';
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.pc-select-esign-global .select-esign-global__container section p[data-v-1d475506] {
  margin: 0 auto;
  max-width: 1240px;
  width: 100%;
  color: var(---color-text-tertiary, #666);
  text-align: center;
  font-family: 'PingFang HK';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.pc-select-esign-global .select-esign-global__container section img[data-v-1d475506] {
  margin-top: 40px;
  width: 100%;
  height: auto;
}
.pc-select-esign-global .select-esign-global__container section .service-container[data-v-1d475506] {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
}
.pc-select-esign-global .select-esign-global__container section .service-container .service-item[data-v-1d475506] {
  flex: 1;
  margin-right: 120px;
}
.pc-select-esign-global .select-esign-global__container section .service-container .service-item p[data-v-1d475506] {
  text-align: left;
}
.pc-select-esign-global .select-esign-global__container section .service-container .service-item[data-v-1d475506]:last-child {
  margin-right: 0;
}
.pc-select-esign-global .select-esign-global__container section .highlight[data-v-1d475506] {
  color: #1063f1 !important;
}
.pc-select-esign-global .select-esign-global__container section .font-600[data-v-1d475506] {
  font-weight: 600 !important;
}
.pc-select-esign-global .select-esign-global__container section .logo-swiper-container[data-v-1d475506] {
  margin-top: 40px;
}
.pc-select-esign-global .select-esign-global__container section .logo-container[data-v-1d475506] {
  margin-right: 24px;
}
.pc-select-esign-global .select-esign-global__container section .logo-container img[data-v-1d475506] {
  width: auto !important;
  height: auto;
  margin-top: 0px !important;
}
.pc-select-esign-global .select-esign-global__container .service[data-v-1d475506] {
  width: 100% !important;
}
.pc-select-esign-global .select-esign-global__container .service .service-content[data-v-1d475506] {
  width: 65%;
  margin: 0 auto;
}
.pc-select-esign-global .select-esign-global__container .company[data-v-1d475506] {
  display: flex;
  margin: 0 auto;
}
.pc-select-esign-global .select-esign-global__container .company .left[data-v-1d475506] {
  margin-right: 55px;
}
.pc-select-esign-global .select-esign-global__container .company .left p[data-v-1d475506] {
  text-align: left;
}
.pc-select-esign-global .select-esign-global__container .company .right img[data-v-1d475506] {
  margin-top: 0;
}
.pc-select-esign-global .select-esign-global__container .industry img[data-v-1d475506],
.pc-select-esign-global .select-esign-global__container .performance img[data-v-1d475506] {
  margin-top: 0 !important;
}
.pc-select-esign-global .select-esign-global__container .performance h2[data-v-1d475506] {
  margin-bottom: 0 !important;
}
.h5-select-esign-global[data-v-1d475506] {
  width: 100%;
}
.h5-select-esign-global .select-esign-global__container[data-v-1d475506] {
  text-align: center;
}
.h5-select-esign-global .select-esign-global__container section[data-v-1d475506] {
  padding: 24px 24px 0px 24px;
}
.h5-select-esign-global .select-esign-global__container section h2[data-v-1d475506] {
  line-height: 30px;
  color: #333;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 16px;
}
.h5-select-esign-global .select-esign-global__container section p[data-v-1d475506] {
  text-indent: 16px;
  text-align: left;
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.h5-select-esign-global .select-esign-global__container section img[data-v-1d475506] {
  margin-top: 16px;
  width: 100%;
  height: auto;
}
.h5-select-esign-global .select-esign-global__container section .service-container[data-v-1d475506] {
  text-align: left;
  position: relative;
  margin-top: -130px;
  padding: 0 24px;
}
.h5-select-esign-global .select-esign-global__container section .service-container p[data-v-1d475506] {
  margin-top: 16px;
  color: #666;
}
.h5-select-esign-global .select-esign-global__container section .highlight[data-v-1d475506] {
  color: #1063f1 !important;
  font-size: 18px !important;
}
.h5-select-esign-global .select-esign-global__container section .font-600[data-v-1d475506] {
  font-weight: 600 !important;
}
.h5-select-esign-global .select-esign-global__container section .logo-swiper-container[data-v-1d475506] {
  margin-top: 20px;
}
.h5-select-esign-global .select-esign-global__container section .logo-container[data-v-1d475506] {
  margin-right: 12px;
}
.h5-select-esign-global .select-esign-global__container section .logo-container img[data-v-1d475506] {
  width: auto !important;
  height: auto;
  margin-top: 0px !important;
}
.h5-select-esign-global .select-esign-global__container .service[data-v-1d475506] {
  width: 100% !important;
  padding: 24px 0 0 0 !important;
}
.h5-select-esign-global .select-esign-global__container .service .service-content[data-v-1d475506] {
  padding: 0 24px;
}
.h5-select-esign-global .select-esign-global__container .h5-company p[data-v-1d475506] {
  margin-top: 16px;
  text-align: left;
}
.pc-select-esign-global section .logo-swiper[data-v-1d475506],
.h5-select-esign-global section .logo-swiper[data-v-1d475506] {
  width: 100%;
  display: flex;
  padding: 7px 0px;
  justify-content: center;
  align-items: center;
}
.pc-select-esign-global section .logo-swiper[data-v-1d475506]  .swiper,
.h5-select-esign-global section .logo-swiper[data-v-1d475506]  .swiper {
  width: 100%;
}
.pc-select-esign-global section .logo-swiper[data-v-1d475506]  .swiper .swiper-slide,
.h5-select-esign-global section .logo-swiper[data-v-1d475506]  .swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

