.mobile-body-main-box,
footer-mobile-title-box {
  display: none;
}
.headerbox-padding-top {
  background: #fff;
  height: 0px;
}
.swiper-wrapper,
.swiper-slide {
  height: unset;
}
.section-btn {
  width: 148px;
  line-height: 40px;
  border-radius: 20px;
  border: 1px solid #3272F2;
  color: #3272F2;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  margin-top: 22px;
  position: relative;
  transition: all 0.4s;
  z-index: 1;
  overflow: hidden;
}
.section-btn svg {
  width: 16px;
  height: 16px;
  margin-left: 16px;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  fill: #2268f0;
}
.section-btn:before {
  width: 0%;
  height: 100%;
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  background: #2268f0;
  z-index: -1;
  content: '';
  transition: all 0.4s;
  transform: rotate(180deg);
}
.section-btn:hover {
  color: #fff;
}
.section-btn:hover:before {
  width: 100%;
  right: 0px;
}
.section-btn:hover svg {
  fill: #fff;
}
.section-title {
  font-weight: 500;
  font-size: 42px;
  color: #191C27;
  text-align: center;
  line-height: 58px;
}
.section-vc-title {
  margin-top: 18px;
  font-weight: 400;
  font-size: 20px;
  color: #505668;
  text-align: center;
  line-height: 28px;
}
/***********************************/
.section-banner-box {
  height: 860px;
}
.section-banner-box .swiper-pagination {
  bottom: 80px;
}
.section-banner-box .swiper-content-box .layout-center {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 860px;
}
.section-banner-box .swiper-wrapper {
  height: 100%;
}
.section-banner-box .swiper-content-box .layout-center .left-box {
  width: 100%;
}
.section-banner-box .swiper-content-box .index-banner-btn {
  margin-top: 100px;
  display: flex;
}
.section-banner-box .swiper-content-box .index-banner-btn .left-banner-btn-box {
  width: 140px;
  height: 48px;
  line-height: 48px;
  background: #2468F2;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  display: inline-block;
  text-align: center;
  margin-right: 20px;
}
.section-banner-box .swiper-content-box .index-banner-btn .left-banner-btn-box:hover {
  background-color: #2670e8;
  transition: all 0.3s ease-in-out;
}
.section-banner-box .swiper-content-box .index-banner-btn .right-banner-btn-box {
  width: 140px;
  height: 48px;
  line-height: 48px;
  background: #2468F2;
  border-radius: 4px;
  display: inline-block;
  color: #223266;
}
.section-banner-box .swiper-content-box .right-box {
  width: 20%;
  position: relative;
  height: inherit;
}
.section-banner-box .swiper-content-box .right-box .img-box {
  position: absolute;
}
.section-banner-box .swiper-content-box .banner-pic-box {
  height: 860px;
  width: 100%;
}
.section-banner-box .swiper-pagination-bullet.swiper-pagination-bullet-active {
  position: relative;
  overflow: hidden;
  background: unset;
  background: rgba(0, 0, 0, 0.2);
}
.section-banner-box .swiper-pagination-bullet.swiper-pagination-bullet-active .span-bullet-active {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 8px;
  animation: swiperPaginationBullet 10s linear forwards;
}
@keyframes swiperPaginationBullet {
  0% {
    width: 0%;
  }
  50% {
    width: 50%;
  }
  100% {
    width: 100%;
  }
}
/*******************描点******************/
.section-banner-box .banner-tracing-box {
  width: 18px;
  height: 18px;
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.section-banner-box .tracing01-box {
  top: -150px;
  left: 224px;
}
.section-banner-box .tracing02-box {
  top: -42px;
  right: 554px;
}
.section-banner-box .tracing03-box {
  top: 218px;
}
.section-banner-box .tracing04-box {
  right: 184px;
  bottom: 374px;
}
.section-banner-box .mc_a1t_dian {
  display: block;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 7px solid #223266;
  border-radius: 50%;
}
.banner-tracing-box .mc_a1t_a {
  display: block;
  position: relative;
}
.banner-tracing-box .mc_a1t_xl {
  position: absolute;
  left: 32px;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  white-space: nowrap;
  font-size: 16px;
  padding: 0 23px;
  line-height: 40px;
  pointer-events: none;
}
.banner-tracing-box .mc_a1t_xl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background: rgba(34, 50, 102, 0.77);
  border-radius: 30px;
}
.banner-tracing-box .mc_a1t_title {
  color: #fff;
  font-size: 16px;
  vertical-align: middle;
}
.banner-tracing-box .mc_a1t_dian {
  position: relative;
  animation: bordershow 3s infinite;
}
.banner-tracing-box .mc_a1t_xl span {
  opacity: 0;
}
.banner-tracing-box .mc_a1t_dian {
  display: block;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 7px solid #223266;
  border-radius: 50%;
}
.banner-tracing-box .mc_a1t_dian::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: rgba(0, 30, 180, 0.2);
}
.banner-tracing-box .mc_a1t_dian::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: rgba(34, 50, 102, 0.2);
}
.banner-tracing-box .mc_a1t_dian::before {
  animation: boderM 3s 0.75s infinite;
}
.banner-tracing-box .mc_a1t_dian::after {
  animation: boderM 3s infinite;
}
.banner-tracing-box:hover {
  z-index: 20;
}
.banner-tracing-box:hover .mc_a1t_xl {
  pointer-events: all;
}
.banner-tracing-box:hover .mc_a1t_xl::before {
  width: 100%;
  transition: all 0.4s cubic-bezier(0.34, 0.44, 0.41, 1.12);
}
.banner-tracing-box:hover .mc_a1t_xl span {
  opacity: 1;
  transition: all 0.36s 0.4s;
}
@keyframes boderM {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  75% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes bordershow {
  50% {
    box-shadow: 0px 0px 10px 0 #001eb4;
  }
}
/*******************描点******************/
.section-banner-box .bannerPic {
  height: 100%;
  width: 100%;
  background-size: cover !important;
}
.section-banner-box .bannerPic01 {
  background: #F0F5FF;
  color: #223266;
}
.section-banner-box .bannerPic01 .banner-title {
  font-size: 42px;
  font-weight: 600;
  line-height: 60px;
  height: 120px;
}
.section-banner-box .bannerPic01 .banner-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: 1px;
}
.section-banner-box .bannerPic01 .img-box {
  top: -30px;
  right: -350px;
}
.section-banner-box .bannerPic01 .img-box img.banner_img01 {
  width: 1200px;
  opacity: 0.8;
}
.section-banner-box .bannerPic01 .banner_logo01 {
  position: absolute;
  left: -122px;
  top: -126px;
  right: 0;
  width: 100px;
  bottom: 0;
  margin: auto;
  animation: bannerLogo01 1.3s ease-in-out 0.5s infinite alternate;
}
@keyframes bannerLogo01 {
  from {
    transform: translate(0, 0px);
  }
  to {
    transform: translate(0, 20px);
  }
}
.section-banner-box .bannerPic01 .index-banner-btn .right-banner-btn-box {
  display: flex;
  align-items: center;
  background: unset;
}
.section-banner-box .bannerPic01 .index-banner-btn .right-banner-btn-box img {
  margin-right: 10px;
  width: 24px;
  height: 24px;
}
.section-banner-box .bannerPic02 {
  background: url("../images/banner.jpg") no-repeat center;
  background-size: cover;
  line-height: 60px;
  color: #223266;
  position: relative;
}
.section-banner-box .bannerPic02 .banner-title {
  font-size: 39px;
  font-weight: 600;
  color: #333;
  letter-spacing: 2px;
  padding-bottom: 11px;
}
.section-banner-box .bannerPic02 .banner-title2 {
  font-size: 24px;
  padding-bottom: 11px;
}
.section-banner-box .bannerPic02 .banner-title2 > span {
  color: #2468f2;
  font-size: 36px;
}
.section-banner-box .bannerPic02 .banner-desc .desc01 {
  font-size: 16px;
  color: #223266;
  white-space: nowrap;
}
.section-banner-box .bannerPic02 .index-banner-btn a {
  width: 160px;
  line-height: 44px;
  background: #3073FF;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  margin-left: 10px;
}
.section-banner-box .bannerPic02 .index-banner-btn a svg {
  margin-left: 10px;
  width: 20px;
  height: 20px;
}
.section-banner-box .bannerPic02 .img-box {
  top: 84px;
  right: 0px;
}
.section-banner-box .bannerPic02 .img-box img {
  width: 672px;
}
.section-banner-box .bannerPic03 {
  color: #FFFFFF;
  background: url("http://eccang-img.oss-cn-shenzhen.aliyuncs.com/www/eccang/img/2022/01/20/ec_1642664569.jpeg") no-repeat center;
  background-size: cover;
  line-height: 60px;
}
.section-banner-box .bannerPic03 .layout-center {
  position: relative;
}
.section-banner-box .bannerPic03 .index-banner-btn {
  position: absolute;
  left: 0px;
  bottom: 110px;
}
.section-banner-box .bannerPic03 .index-banner-btn .right-banner-btn-box {
  background: #fff;
  text-align: center;
}
.section-banner-box .bannerPic04 {
  background: url("https://ec-img.eccang.com/www/eccang/img/2022/08/30/eccang_1661840653.png") no-repeat center;
  background-size: cover;
  color: #202777;
}
.section-banner-box .bannerPic04 .title_1 {
  font-size: 56px;
  font-weight: 500;
}
.section-banner-box .bannerPic04 .title_2 {
  margin-top: 20px;
  line-height: 45px;
  font-size: 24px;
}
.section-banner-box .bannerPic04 .left-box {
  margin-right: auto;
  width: 60% !important;
}
.section-banner-box .bannerPic04 .index-banner-btn {
  margin-top: 80px;
}
.section-banner-box .bannerPic04 .index-banner-btn a {
  line-height: 40px;
  text-align: center;
  width: 160px;
  font-size: 20px;
  background: #fff;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  color: #202777;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-banner-box .bannerPic04 .index-banner-btn a svg {
  width: 20px;
  height: 20px;
  margin-left: 16px;
}
.section-banner-box .bannerPic05 {
  background: url("https://ec-img.eccang.com/www/eccang/img/2022/10/04/eccang_1664896959.png") no-repeat center;
  background-size: cover;
}
.section-banner-box .bannerPic05 .left-box {
  margin-right: auto;
}
.section-banner-box .bannerPic05 .title_1 {
  font-weight: 600;
  font-size: 48px;
  color: #000000;
  line-height: 60px;
}
.section-banner-box .bannerPic05 .title_2 {
  margin-top: 16px;
  font-weight: 500;
  font-size: 56px;
  color: #3D3D3D;
  white-space: nowrap;
}
.section-banner-box .bannerPic05 .title_2 span {
  color: #3073ff;
}
.section-banner-box .bannerPic05 .title_3 {
  margin-top: 10px;
  font-weight: 400;
  font-size: 24px;
  color: #505668;
  line-height: 42px;
}
.section-banner-box .bannerPic05 .index-banner-btn {
  margin-top: 65px;
}
.section-banner-box .bannerPic05 .index-banner-btn a {
  width: 160px;
  line-height: 44px;
  background: #3073FF;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
}
.section-banner-box .bannerPic05 .index-banner-btn a svg {
  margin-left: 10px;
  width: 20px;
  height: 20px;
}
.section-banner-box .bannerPic06 {
  background: url("https://ec-img.eccang.com/www/eccang/img/2022/09/22/eccang_1663830189.png") no-repeat center;
  background-size: cover;
}
.section-banner-box .bannerPic06 .index-banner-btn a {
  margin-left: 0px;
  line-height: 40px;
  text-align: center;
  width: 160px;
  font-size: 20px;
  background: #fff;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  color: #1C59C6;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-banner-box .bannerPic06 .index-banner-btn a svg {
  width: 20px;
  height: 20px;
  margin-left: 16px;
}
.section-banner-box .bannerPic07 {
  background: url("https://ec-img.eccang.com/www/eccang/img/2022/11/30/eccang_1669779712.jpg") no-repeat center;
  background-size: cover;
}
.section-banner-box .bannerPic07 .index-banner-btn a {
  margin-left: 0px;
  margin-top: 160px;
  line-height: 40px;
  text-align: center;
  width: 160px;
  font-size: 20px;
  background: #fff;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  color: #1C59C6;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-banner-box .bannerPic07 .index-banner-btn a svg {
  width: 20px;
  height: 20px;
  margin-left: 16px;
}
/******************************/
.section-cross-border-business {
  background: #F9FBFF;
  padding-bottom: 84px;
}
.section-cross-border-business .main-box {
  overflow: hidden;
}
.section-cross-border-business .description-box ul {
  display: flex;
  justify-content: space-between;
  position: relative;
  top: -64px;
  z-index: 1;
  box-sizing: border-box;
}
.section-cross-border-business .main-swiper {
  margin-top: 24px;
}
.section-cross-border-business .description-box ul li {
  width: 23.5%;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 6px 12px 0 rgba(91, 174, 255, 0.11), 0 20px 30px 0 rgba(55, 97, 191, 0.09);
  border-radius: 8px;
  backdrop-filter: blur(20px);
  padding: 15px;
  min-height: 115px;
}
.section-cross-border-business .description-box ul li a {
  display: flex;
  height: 100%;
}
.section-cross-border-business .description-box ul li:not(:nth-child(4n)) {
  margin-right: calc(4.1% / 3);
}
.section-cross-border-business .description-box ul li .img-box {
  width: 48px;
}
.section-cross-border-business .description-box ul li .img-box img {
  width: 100%;
}
.section-cross-border-business .description-box ul li .content-box {
  margin-left: 10px;
  flex: 1;
}
.section-cross-border-business .description-box ul li .content-box .title {
  line-height: 25px;
  font-weight: 500;
  font-size: 18px;
  color: #000000;
}
.section-cross-border-business .description-box ul li .content-box .desc {
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
  color: #505668;
  line-height: 20px;
  text-align: justify;
}
.section-cross-border-business .content-main-box {
  margin-top: 20px;
  text-align: center;
}
.section-cross-border-business .content-main-box .nav-box {
  display: flex;
  justify-content: center;
  line-height: 38px;
  border-bottom: 1px solid #D8D8D8;
  width: 226px;
  margin: auto;
}
.section-cross-border-business .content-main-box .nav-box li {
  position: relative;
  width: 50%;
  text-align: center;
  cursor: pointer;
  font-size: 20px;
  padding-bottom: 10px;
}
.section-cross-border-business .content-main-box .nav-box li.active:before {
  content: '';
  height: 1px;
  background: #3073FF;
  position: absolute;
  left: 0;
  bottom: -1px;
  right: 0;
}
.section-cross-border-business .main-swiper .swiper-container {
  overflow: unset;
}
.section-cross-border-business .main-swiper .content-box {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
  opacity: 0;
}
.section-cross-border-business .main-swiper .swiper-slide-active .content-box {
  opacity: 1;
}
.section-cross-border-business .main-swiper .content-box .list-box {
  min-height: 200px;
  background: #FFFFFF;
  box-shadow: 0 8px 16px 0 rgba(18, 57, 144, 0.08);
  border-radius: 8px;
  width: 100%;
  padding: 12px 20px 32px 32px;
  margin-bottom: 24px;
}
.section-cross-border-business .main-swiper .content-box .list-box .title-box {
  font-weight: 500;
  font-size: 20px;
  color: #191C27;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.section-cross-border-business .main-swiper .content-box .list-box .title-box img {
  width: 72px;
  height: 72px;
  margin-bottom: 16px;
}
.section-cross-border-business .main-swiper .content-box .list-box .desc-box {
  position: relative;
  font-weight: 400;
  font-size: 14px;
  color: #505668;
  text-align: justify;
  line-height: 26px;
  margin-top: 20px;
  height: 75px;
  overflow: hidden;
  word-break: break-all;
}
.section-cross-border-business .main-swiper .content-box .list-box .desc-box .desc1 {
  height: 75px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.section-cross-border-business .main-swiper .content-box .list-box .desc-box .desc2 {
  height: 75px;
}
.section-cross-border-business .main-swiper .content-box .list-box:hover .desc-box .desc1 {
  margin-top: -75px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.section-cross-border-business .section-btn {
  margin: 12px auto 0;
}
/******************************/
.section-full-link {
  background: #FFFFFF;
  padding-top: 84px;
  position: relative;
}
.section-full-link .main-box {
  margin-top: 40px;
}
.section-full-link .main-box .list-box {
  display: flex;
  align-items: center;
  padding: 88px 0;
}
.section-full-link .main-box .list-box:nth-child(1) {
  padding-top: 0px;
}
.section-full-link .main-box .list-box .left-box {
  width: 50%;
  z-index: 2;
}
.section-full-link .main-box .list-box .left-box:nth-child(odd) {
  padding-right: 60px;
}
.section-full-link .main-box .list-box .left-box:nth-child(2n) {
  padding-left: 60px;
}
.section-full-link .main-box .list-box .left-box .max-title {
  font-weight: 500;
  font-size: 32px;
  color: #191C27;
  line-height: 45px;
  margin-bottom: 30px;
}
.section-full-link .main-box .list-box .left-box .title-list {
  line-height: 22px;
  margin-bottom: 20px;
}
.section-full-link .main-box .list-box .left-box .title {
  font-weight: 500;
  font-size: 16px;
  color: #505668;
  line-height: 22px;
  position: relative;
  padding-left: 30px;
}
.section-full-link .main-box .list-box .left-box .title:before {
  content: '';
  background: url(~/assets/image/icon/圆形未选中.png) no-repeat center;
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 0;
  width: 16px;
  height: 16px;
}
.section-full-link .main-box .list-box .left-box .desc-box {
  padding-left: 30px;
  font-weight: 400;
  font-size: 16px;
  color: #505668;
  line-height: 22px;
}
.section-full-link .main-box .list-box .section-btn {
  width: 180px;
  line-height: 42px;
}
.section-full-link .main-box .list-box .right-box {
  position: relative;
  z-index: 2;
}
.section-full-link .main-box .list-box .right-box img {
  width: 680px;
}
.section-full-link .bg-img-box1 {
  position: absolute;
  right: 0px;
  top: 76px;
}
.section-full-link .bg-img-box2 {
  position: absolute;
  left: 0px;
  top: 13%;
}
.section-full-link .bg-img-box3 {
  position: absolute;
  right: 0px;
  top: 37%;
  z-index: 1;
}
.section-full-link .bg-img-box4 {
  position: absolute;
  left: 0px;
  top: 54.5%;
}
.section-full-link .bg-img-box5 {
  position: absolute;
  right: 0px;
  top: 70%;
}
/******************************/
.section-buy-like {
  color: #fff;
  height: 770px;
  display: flex;
  align-items: center;
  position: relative;
}
.section-buy-like .bgBox {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
.section-buy-like .bgBox img {
  width: 100%;
  height: 100%;
  display: none;
}
.section-buy-like .bgBox img.active {
  display: block;
}
.section-buy-like .section-title {
  color: #fff;
}
.section-buy-like .section-vc-title {
  color: #fff;
}
.section-buy-like .main-box {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.section-buy-like .main-box .nav-box {
  width: 20%;
}
.section-buy-like .main-box .nav-box ul {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.07);
  border-radius: 12px 0 0 12px;
  backdrop-filter: blur(10px);
  line-height: 48px;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
}
.section-buy-like .main-box .nav-box ul li {
  cursor: pointer;
  position: relative;
}
.section-buy-like .main-box .nav-box ul li.active {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.29) 100%);
  /*opacity: 0.5;*/
}
.section-buy-like .main-box .nav-box ul li.active:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 3px;
  height: 100%;
  background: #FFFFFF;
}
.section-buy-like .main-box .content-box {
  width: 80%;
  background: rgba(255, 255, 255, 0.21);
  border-radius: 0 12px 12px 0;
  backdrop-filter: blur(16px);
}
.section-buy-like .swiper-wrapper {
  height: 100%;
}
.section-buy-like .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 45px 35px 20px 45px;
}
.section-buy-like .swiper-slide .logo-img {
  width: 140px;
  height: 40px;
  background: #fff;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-buy-like .swiper-slide .logo-img img {
  height: 40px;
}
.section-buy-like .swiper-slide .desc-box {
  margin-top: 28px;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.5px;
}
.section-buy-like .swiper-slide .desc-box span {
  position: relative;
  margin-left: 30px;
}
.section-buy-like .swiper-slide .desc-box img {
  position: absolute;
  left: 0px;
  top: 20px;
}
.section-buy-like .swiper-slide .product-box {
  margin-top: 30px;
  font-weight: 400;
  font-size: 14px;
  position: relative;
  padding-left: 20px;
}
.section-buy-like .swiper-slide .product-box:before {
  content: '';
  width: 2px;
  height: 16px;
  background: #FFFFFF;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.section-buy-like .swiper-slide .btn-box {
  margin-top: 16px;
  width: 116px;
  line-height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 4px;
  text-align: center;
}
.section-buy-like .swiper-button-prev {
  background: unset;
  top: unset;
  bottom: 25px;
  left: unset;
  right: 70px;
}
.section-buy-like .swiper-button-next {
  background: unset;
  top: unset;
  bottom: 25px;
  right: 35px;
}
.section-buy-like .section-btn {
  width: 212px;
  line-height: 42px;
  background: #FFFFFF;
  border-radius: 22px;
  font-weight: 400;
  font-size: 16px;
  color: #3073FF;
  border: 0;
  margin: 30px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-buy-like .section-btn:hover {
  color: #fff;
}
.section-buy-like .content-hidden-box {
  display: none;
}
/******************************************/
.section-product-matrix {
  padding-top: 70px;
}
.section-product-matrix .nav-box ul {
  display: flex;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  margin-top: 30px;
}
.section-product-matrix .nav-box ul li {
  padding: 0 60px;
  line-height: 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
}
.section-product-matrix .nav-box ul li.active {
  color: #3272F2;
  font-weight: 700;
  position: relative;
  text-align: center;
}
.section-product-matrix .nav-box ul li.active:before {
  content: '';
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  position: absolute;
  height: 3px;
  background: #3272F2;
  margin: auto;
}
.section-product-matrix .nav-box ul li .img-box {
  display: flex;
  justify-content: center;
  height: 60px;
}
.section-product-matrix .main-box {
  background: #f8fafb;
  padding: 50px 0 40px 0 ;
}
.section-product-matrix .main-box ul {
  display: flex;
}
.section-product-matrix .main-box ul li {
  padding: 15px 0px 15px 20px;
  width: 24%;
  margin-bottom: 20px;
  margin-right: calc(4% / 3);
  position: relative;
  overflow: hidden;
}
.section-product-matrix .main-box ul li .recommend-sign-box {
  position: absolute;
  right: -23px;
  top: 9px;
  width: 83px;
  height: 20px;
  background: #f64041;
  text-align: center;
  color: #fff;
  transform: rotate(45deg);
}
.section-product-matrix .main-box ul li .title {
  font-size: 16px;
  font-weight: 500;
  color: #223266;
  line-height: 22px;
  font-weight: 700;
  white-space: nowrap;
}
.new_green {
  background: #00bd9e;
}
.hot_brown {
  background: #FF8951;
}
.section-product-matrix .main-box ul li .title span {
  width: 38px;
  height: 16px;
  font-size: 12px;
  font-weight: normal;
  margin-left: 10px;
  color: #fff;
  display: inline-block;
  line-height: 16px;
  text-align: center;
  border-radius: 4px;
  position: relative;
  border: #FF8951;
}
.section-product-matrix .main-box ul li .title span.hot_brown:before {
  content: '';
  position: absolute ;
  bottom: 0;
  left: -6px;
  width: 0px;
  height: 0px;
  border-color: transparent #FF8951;
  border-width: 5px 10px 0px 0px;
  border-style: solid;
}
.section-product-matrix .main-box ul li .title span.new_green:before {
  content: '';
  position: absolute ;
  bottom: 0;
  left: -6px;
  width: 0px;
  height: 0px;
  border-color: transparent #00bd9e;
  border-width: 5px 10px 0px 0px;
  border-style: solid;
}
.section-product-matrix .main-box ul li .desc {
  margin-top: 10px;
  font-size: 14px;
  color: rgba(34, 50, 102, 0.74);
  line-height: 22px;
}
.section-product-matrix .main-box ul li:first-child {
  background: linear-gradient(180deg, #F8FAFB 0%, #FFFFFF 100%);
  background-image: url("http://eccang-img.oss-cn-shenzhen.aliyuncs.com/www/eccang/img/2021/12/24/ec_1640323205.png");
  background-size: 100%;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  border: 3px solid #FFFFFF;
}
.section-product-matrix .main-box ul li:first-child .title {
  font-size: 18px;
}
.section-product-matrix .main-box ul li .btn-box {
  margin-top: 15px;
}
.section-product-matrix .main-box ul li .btn-box .left-btn {
  width: 120px;
  height: 36px;
  background: #2468F2;
  border-radius: 18px;
  color: #FFFFFF;
  line-height: 36px;
  display: inline-block;
  text-align: center;
  margin-right: 8px;
}
.section-product-matrix .main-box ul li .btn-box .left-btn:hover {
  background: #528cfd;
}
.section-product-matrix .main-box ul li .btn-box .right-btn {
  width: 120px;
  height: 34px;
  line-height: 36px;
  background: #FFFFFF;
  border-radius: 18px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(34, 50, 102, 0.74);
  display: inline-block;
  text-align: center;
  border: 1px solid #fff;
}
.section-product-matrix .main-box ul li .btn-box .right-btn:hover {
  border: 1px solid #2468F2;
  color: #2468F2;
}
/******************************************/
.section-enterprise {
  padding-top: 84px;
  padding-bottom: 50px;
  background-size: 100% 627px;
  height: 627px;
}
.section-enterprise .nav-box ul {
  display: flex;
  justify-content: center;
  font-weight: 400;
  font-size: 16px;
  color: #505668;
  text-align: center;
  line-height: 60px;
  width: 480px;
  border-bottom: #ccd3db 1px solid;
  margin: auto;
}
.section-enterprise .nav-box ul li {
  width: 50%;
  text-align: center;
  cursor: pointer;
  font-size: 20px;
  font-weight: 400;
}
.section-enterprise .nav-box > ul > li.active {
  color: #3073FF;
  position: relative;
}
.section-enterprise .nav-box > ul > li.active:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: #3272F2;
  margin: auto;
}
.section-enterprise .main-box {
  margin-top: 40px;
}
.section-enterprise .main-box .content-list-box:nth-child(2) {
  display: none;
}
.section-enterprise .main-box .logo-content-list {
  width: 100%;
  display: flex;
  overflow: hidden;
}
.section-enterprise .main-box .logo-list {
  display: flex;
}
.section-enterprise .main-box .logo-content-list:nth-child(1) .logo-list {
  animation: paomadeng 24s linear infinite;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}
.section-enterprise .main-box .logo-content-list:nth-child(2) .logo-list {
  animation: paomadengTwo 24s linear infinite;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}
.section-enterprise .main-box .logo-content-list:nth-child(3) .logo-list {
  animation: paomadeng 24s linear infinite;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}
.section-enterprise .main-box .logo-list span {
  width: 180px;
  height: 64px;
  background: #FFFFFF;
  box-shadow: 0 8px 15px 0 rgba(55, 85, 152, 0.07);
  border-radius: 12px;
  display: inline-block;
  justify-content: center;
  margin: 0 20px 20px 0;
  text-align: center;
}
.section-enterprise .main-box .logo-list span img {
  height: 100%;
}
@keyframes paomadeng {
  from {
    transform: translateX(0%);
    -ms-transform: translateX(0%);
    /* IE 9 */
    -moz-transform: translateX(0%);
    /* Firefox */
    -webkit-transform: translateX(0%);
    /* Safari å’Œ Chrome */
    -o-transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    /* IE 9 */
    -moz-transform: translateX(-100%);
    /* Firefox */
    -webkit-transform: translateX(-100%);
    /* Safari å’Œ Chrome */
    -o-transform: translateX(-100%);
  }
}
@keyframes paomadengTwo {
  from {
    transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    /* IE 9 */
    -moz-transform: translateX(-100%);
    /* Firefox */
    -webkit-transform: translateX(-100%);
    /* Safari å’Œ Chrome */
    -o-transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
    -ms-transform: translateX(0%);
    /* IE 9 */
    -moz-transform: translateX(0%);
    /* Firefox */
    -webkit-transform: translateX(0%);
    /* Safari å’Œ Chrome */
    -o-transform: translateX(0%);
  }
}
.section-enterprise .main-box li:nth-child(2) {
  margin-left: -104px;
}
/******************************************/
.section-headlines {
  padding-top: 84px;
  padding-bottom: 85px;
  background: url("https://ec-img.eccang.com/www/eccang/img/2022/08/28/eccang_1661672162.png") no-repeat center;
  background-size: 100% 100%;
}
.section-headlines .main-box {
  margin-top: 35px;
  display: flex;
  flex-flow: column;
  padding: 20px 0;
}
.section-headlines .main-box .left-box {
  width: 100%;
}
.section-headlines .main-box .left-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section-headlines .main-box .left-box ul li {
  width: 48.5%;
  background: #FFFFFF;
  box-shadow: 0 8px 15px 0 rgba(55, 85, 152, 0.07);
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 16px 30px 12px 16px;
  min-height: 210px;
}
.section-headlines .main-box .left-box ul li:nth-child(3) {
  margin-bottom: 0;
}
.section-headlines .main-box .left-box ul li:nth-child(4) {
  margin-bottom: 0;
}
.section-headlines .main-box .left-box ul li .img-box {
  font-weight: 500;
  font-size: 16px;
  color: #3073FF;
  line-height: 22px;
}
.section-headlines .main-box .left-box ul li .img-box img {
  width: 32px;
  margin-right: 10px;
}
.section-headlines .main-box .left-box ul li .content-box {
  font-weight: 400;
  font-size: 14px;
  color: #191C27;
  line-height: 44px;
}
.section-headlines .main-box .left-box ul li .content-box p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: rgba(204, 211, 219, 0.4) solid 1px;
}
.section-headlines .main-box .left-box ul li .content-box p a {
  font-weight: 400;
  font-size: 14px;
  color: #191C27;
}
.section-headlines .main-box .right-box {
  width: 28%;
  background: #FFFFFF;
  box-shadow: 0 8px 15px 0 rgba(55, 85, 152, 0.07);
  border-radius: 8px;
  padding: 16px;
}
.section-headlines .right-box h1 {
  line-height: 22px;
  display: flex;
  font-weight: 500;
  font-size: 16px;
  color: #3073FF;
  line-height: 32px;
}
.section-headlines .right-box h1 img {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
.section-headlines .right-box ul {
  margin-top: 15px;
}
.section-headlines .right-box ul li {
  min-height: 128px;
  margin-bottom: 12px;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  overflow: hidden;
}
.section-headlines .right-box ul li:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.section-headlines .right-box ul li img {
  width: 100%;
  min-height: 184px;
  border-radius: 8px;
}
.section-headlines .right-box ul li:last-child {
  margin-bottom: 0;
}
.section-headlines .right-box .more-btn-box {
  margin-top: 16px;
  display: flex;
  align-items: center;
}
.section-headlines .right-box .more-btn-box a {
  margin-left: auto;
  font-weight: 400;
  font-size: 14px;
  color: #505668;
}
.section-headlines .right-box .more-btn-box img {
  width: 16px;
  height: 16px;
  margin-left: 8px;
}
.section-headlines .news-btn-box {
  text-align: center;
  margin-top: 22px;
  float: right;
}
.section-headlines .news-btn-box a {
  margin: auto;
}
/****************************************************/
.section-increase {
  height: 425px;
  background: url("https://ec-img.eccang.com/www/eccang/img/2022/08/28/eccang_1661670395.jpg") no-repeat center;
  background-size: 100% 100%;
}
.section-increase .main-box {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  height: 100%;
  justify-content: center;
}
.section-increase .main-box h1 {
  font-weight: 500;
  font-size: 42px;
  color: #000000;
  text-align: center;
  line-height: 56px;
}
.section-increase .main-box .vc-title {
  margin-top: 10px;
  font-weight: 400;
  font-size: 20px;
  color: #646464;
  text-align: center;
  line-height: 27px;
}
.section-increase .main-box a {
  margin-top: 50px;
  min-width: 200px;
  line-height: 56px;
  background: #3073FF;
  border-radius: 28px;
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
}
.section-increase .main-box a img {
  margin-left: 10px;
  width: 24px;
  height: 24px;
}
