.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;
}

.pc-contnet[data-v-0fa484eb] {
  padding-bottom: 188px;
}
.pc-contnet .section[data-v-0fa484eb] {
  width: 65%;
  margin: 0 auto;
  padding-top: 100px;
  text-align: center;
}
.pc-contnet .section h2[data-v-0fa484eb] {
  color: #333;
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 40px;
}
.pc-contnet .section img[data-v-0fa484eb] {
  width: 100%;
  height: auto;
}
.pc-contnet .compare[data-v-0fa484eb] {
  width: 100% !important;
  padding-top: 160px !important;
}
.pc-contnet .compare .compare-container[data-v-0fa484eb] {
  width: 100%;
  background: linear-gradient(212deg, #1063f1 28.43%, #4e90ff 93.08%);
  display: flex;
  justify-content: center;
  padding: 80px 0;
}
.pc-contnet .compare .compare-container .compare-content[data-v-0fa484eb] {
  width: 65%;
  display: flex;
}
.pc-contnet .compare .compare-container .compare-content .compare-item[data-v-0fa484eb] {
  flex: 1;
  text-align: left;
  width: calc(86.4% / 3);
  margin-right: 6.8%;
}
.pc-contnet .compare .compare-container .compare-content .compare-item .title[data-v-0fa484eb] {
  color: var(--withe, #fff);
  font-size: 28px;
  font-weight: 600;
}
.pc-contnet .compare .compare-container .compare-content .compare-item .sub-title[data-v-0fa484eb] {
  margin: 22px 0 52px 0;
  color: var(--withe, #fff);
  font-size: 16px;
  font-weight: 400;
}
.pc-contnet .compare .compare-container .compare-content .compare-item .desc[data-v-0fa484eb] {
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 24px;
}
.pc-contnet .compare .compare-container .compare-content .compare-item[data-v-0fa484eb]:last-child {
  margin-right: 0;
}
.pc-contnet .worth[data-v-0fa484eb] {
  width: 65%;
  margin: 0 auto;
  padding-top: 160px !important;
}
.pc-contnet .worth .worth-content[data-v-0fa484eb] {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 80px;
  overflow: hidden;
}
.pc-contnet .worth .worth-content .worth-item[data-v-0fa484eb] {
  width: calc(86.4% / 3);
  flex: 1;
  text-align: left;
  margin-right: 6.8%;
}
.pc-contnet .worth .worth-content .worth-item .title[data-v-0fa484eb] {
  color: #333;
  font-family: 'PingFang HK';
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  word-wrap: break-word;
}
.pc-contnet .worth .worth-content .worth-item .worth-item-child[data-v-0fa484eb] {
  margin-top: 36px;
}
.pc-contnet .worth .worth-content .worth-item .worth-item-child .sub-title[data-v-0fa484eb] {
  color: #1063f1;
  font-size: 16px;
  font-weight: 600;
  margin: 36px 0 8px 0;
}
.pc-contnet .worth .worth-content .worth-item[data-v-0fa484eb]:last-child {
  margin-right: 0;
}
.pc-contnet .worth .desc[data-v-0fa484eb] {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.h5-content .section[data-v-0fa484eb] {
  text-align: center;
  width: calc(100% - 48px);
  margin: 24px 24px;
}
.h5-content .section h2[data-v-0fa484eb] {
  color: #333;
  font-family: 'PingFang HK';
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 24px;
}
.h5-content .section img[data-v-0fa484eb] {
  width: 100%;
  height: auto;
}
.h5-content .compare[data-v-0fa484eb] {
  width: 100%;
  margin: 0;
  background: linear-gradient(212deg, #1063f1 28.43%, #4e90ff 93.08%);
  color: #fff;
  text-align: left;
  padding: 32px 0 24px 0;
}
.h5-content .compare h2[data-v-0fa484eb] {
  text-align: center;
  color: #fff;
  margin: 0 55px 0px 55px;
  line-height: 30px;
}
.h5-content .compare .compare-container[data-v-0fa484eb] {
  padding: 0 25px 0 23px;
}
.h5-content .compare .compare-container .compare-item[data-v-0fa484eb] {
  margin-top: 24px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.6);
}
.h5-content .compare .compare-container .compare-item .title[data-v-0fa484eb] {
  font-size: 14px;
  font-weight: 600;
}
.h5-content .compare .compare-container .compare-item .sub-title[data-v-0fa484eb] {
  margin: 16px 0 6px 0;
  font-size: 12px;
  font-weight: 400;
}
.h5-content .compare .compare-container .compare-item .desc[data-v-0fa484eb] {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 24px;
  line-height: 20px;
}
.h5-content .worth h2[data-v-0fa484eb] {
  line-height: 30px;
}
.h5-content .worth .desc[data-v-0fa484eb] {
  text-align: left;
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.h5-content .worth .worth-content .worth-item[data-v-0fa484eb] {
  text-align: left;
  border-bottom: 1px solid #DFDFDF;
  padding: 16px 0;
}
.h5-content .worth .worth-content .worth-item .title[data-v-0fa484eb] {
  color: #333;
  font-family: 'PingFang HK';
  font-size: 18px;
  font-weight: 600;
  word-wrap: break-word;
}
.h5-content .worth .worth-content .worth-item .worth-item-child[data-v-0fa484eb] {
  margin-top: 16px;
}
.h5-content .worth .worth-content .worth-item .worth-item-child .sub-title[data-v-0fa484eb] {
  color: #1063f1;
  font-size: 12px;
  font-weight: 600;
  margin: 16px 0 8px 0;
}
.h5-content .worth .worth-content .worth-item[data-v-0fa484eb]:last-child {
  border-bottom: none;
}

