* {
  margin : 0;
  padding: 0;
}

:root {
  --animate-duration: 1s;
  --animate-delay   : 1s;
  --animate-repeat  : 1
}

a {
  text-decoration: none;
  color          : #fff;
}

.Tempalte-images-value img {
  width : 100%;
  height: 100%;
}

.head-tabs .head-tabs-text {
  margin-top: .12rem;
}

.home .Right-margin {
  margin-left: 0px;
}

.home .descriptio1 {
  line-height: 1;
  font-weight: bold;
}

.lin-he1 {
  line-height: 1;
}

.dropdown {
  position: relative;
  display : inline-block;
}

.dropdown-btn {
  border : none;
  color  : #fff;
  padding: .1rem;
  cursor : pointer;
}

.dropdown-content {
  display      : none;
  border-radius: 4px;
  top          : 0.56rem;
  position     : absolute;
  padding      : 0.08rem 0.25rem;
  left         : -7px;
  opacity      : 1;
  background   : #fff;

  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .15);
}

.dropdown-content li a {
  text-decoration: none;
  text-align     : center;
  font-size      : .16rem;
  color          : #000;
}

.dropdown-content li {
  padding: 0.06rem 0px;
}

.dropdown-content li:hover a {
  color: #FF9900;
}

.dropdown:hover .dropdown-content {
  display  : block;
  opacity  : 1;
  transform: translateY(0);
}

/* 动画 */
.animate__animated {
  -webkit-animation-duration : 1s;
  animation-duration         : 1s;
  -webkit-animation-duration : var(--animate-duration);
  animation-duration         : var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode        : both
}

.swiper-button-next1 img {
  width : 100%;
  height: 100%;
}

.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count        : infinite
}

.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count        : 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count        : var(--animate-repeat)
}

.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: 2;
  animation-iteration-count        : 2;
  -webkit-animation-iteration-count: calc(var(--animate-repeat)*2);
  animation-iteration-count        : calc(var(--animate-repeat)*2)
}

.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: 3;
  animation-iteration-count        : 3;
  -webkit-animation-iteration-count: calc(var(--animate-repeat)*3);
  animation-iteration-count        : calc(var(--animate-repeat)*3)
}

.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay        : 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay        : var(--animate-delay)
}

.animate__animated.animate__delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay        : 2s;
  -webkit-animation-delay: calc(var(--animate-delay)*2);
  animation-delay        : calc(var(--animate-delay)*2)
}

.animate__animated.animate__delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay        : 3s;
  -webkit-animation-delay: calc(var(--animate-delay)*3);
  animation-delay        : calc(var(--animate-delay)*3)
}

.animate__animated.animate__delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay        : 4s;
  -webkit-animation-delay: calc(var(--animate-delay)*4);
  animation-delay        : calc(var(--animate-delay)*4)
}

.animate__animated.animate__delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay        : 5s;
  -webkit-animation-delay: calc(var(--animate-delay)*5);
  animation-delay        : calc(var(--animate-delay)*5)
}

.animate__animated.animate__faster {
  -webkit-animation-duration: .5s;
  animation-duration        : .5s;
  -webkit-animation-duration: calc(var(--animate-duration)/2);
  animation-duration        : calc(var(--animate-duration)/2)
}

.animate__animated.animate__flip {
  -webkit-backface-visibility: visible;
  backface-visibility        : visible;
  -webkit-animation-name     : flip;
  animation-name             : flip
}

.animate__animated.animate__fast {
  -webkit-animation-duration: .8s;
  animation-duration        : .8s;
  -webkit-animation-duration: calc(var(--animate-duration)*0.8);
  animation-duration        : calc(var(--animate-duration)*0.8)
}

@keyframes fadeInDown {
  0% {
    opacity          : 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform        : translate3d(0, -100%, 0)
  }

  to {
    opacity          : 1;
    -webkit-transform: translateZ(0);
    transform        : translateZ(0)
  }
}

.price-header-title {
  font-size  : .46rem;
  font-weight: bold;
  color      : rgba(0, 20, 45, 1);
  margin-top : 1.12rem;
}

.price-header-title2 {
  font-size : .18rem;
  color     : rgba(102, 114, 129, 1);
  margin-top: 10px;
}

.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name        : fadeInDown
}

.animate__animated.animate__slow {
  -webkit-animation-duration: 2s;
  animation-duration        : 2s;
  -webkit-animation-duration: calc(var(--animate-duration)*2);
  animation-duration        : calc(var(--animate-duration)*2)
}

.animate__animated.animate__slower {
  -webkit-animation-duration: 3s;
  animation-duration        : 3s;
  -webkit-animation-duration: calc(var(--animate-duration)*3);
  animation-duration        : calc(var(--animate-duration)*3)
}

@media (prefers-reduced-motion:reduce),
print {
  .animate__animated {
    -webkit-animation-duration       : 1ms !important;
    animation-duration               : 1ms !important;
    -webkit-transition-duration      : 1ms !important;
    transition-duration              : 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count        : 1 !important
  }

  .animate__animated[class*=Out] {
    opacity: 0
  }
}

/*
/* end 
@font-face {
font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  src        : url("../font/SourceHanSansCN-Regular.otf");
}

@font-face {
font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  src        : url("../font/SourceHanSansCN-Bold.otf");
}

@font-face {
font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  src        : url("../font/SourceHanSansCN-Medium.otf");
}
*/
.uppercase{
  text-transform: uppercase;
}
.footer-text {
  font-size  : .26rem;
  font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-weight: 500;
  color      : #00142D;
  margin-top : .16rem;
  cursor     : pointer;
  line-height: 1;

}

.head-tabs-text a {
  color          : #00142D;
  text-decoration: none;
}

.Contact-us-found .found-text {
  text-align: left;
}

.click-css {
  cursor: pointer;
}

.navbar {
  padding-top: .22rem;
  display    : flex;
  box-sizing : border-box;
  align-items: center;
}

html div {
  font-size: 16px;
}

.w {
  width : 12rem;
  margin: 0 auto;
}

.pcheader{
  width: 13.4rem;
}

li {
  list-style: none;
}

.flex_root {
  text-align     : right;
  display        : flex;
  align-items    : center;
  flex           : 1;
  justify-content: end;
}

.flex-a {
  display    : flex;
  align-items: center;
}

.flex-box {
  display        : flex;
  justify-content: center;
  align-items    : center;
}

.log-image {
  margin-right: 1.1rem;

}

.log-image img {
  height: .42rem;
}

.head-background {
  height         : 7.7rem;
  width          : 100%;
  background     : #DCEDFF;
  background     : url('../image/banner_bg.png') no-repeat;
  background-size: cover;

}

.head-login {
  width        : 1.08rem;
  height       : .44rem;
  border       : 1px solid #cd0000;
  border-radius: .22rem;
  text-align   : center;
  line-height  : .44rem;
  font-size    : .18rem;
  font-family  : "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-weight  : 400;
  color        : #cd0000;
  margin-right : .16rem;
}

.head-login a {
  color: #cd0000;
}

.head-enroll {
  width        : 1.28rem;
  height       : .44rem;
  text-align   : center;
  line-height  : .44rem;
  background   : #cd0000;
  border-radius: .21rem;
  font-size    : .18rem;
  font-family  : "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-weight  : 400;
  color        : #FFFFFF;
}

.head-tabs .head-tabs-text {
  font-size   : .20rem;
  font-family : "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  color       : #00142D;
  margin-right: .40rem;

}

.Right-margin {
  margin-left: .5rem;
}

.Right-margin img {
  width : 7.6rem;
  height: 4.9rem;
}

.head-tabs .head-tabs-hr {
  height       : .04rem;
  margin-top   : .04rem;
  border-radius: .02rem;
  background   : #FF9900;
  border       : none;
  opacity      : 0;
}

.large-image {
  margin-top: 1.1rem;
  display   : flex;
}

.Site-description {
  padding-top : 1.15rem;
  margin-right: .92rem;
}

.descriptio1 {
  font-size  : .44rem;
  font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  color      : #cd0000;
}

.descriptio2 {
  margin-top   : .2rem;
  font-size    : .2rem;
  font-family  : "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-weight  : 400;
  color        : #cd0000;
  margin-bottom: .73rem;
}

.descriptio_btn1 {
  width                    : 2.33rem;
  height                   : .68rem;
  background               : #cd0000;
  border-top-left-radius   : .34rem;
  border-bottom-left-radius: .34rem;
  font-size                : .28rem;
  font-family              : "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-weight              : 500;
  color                    : #FFFFFF;

  padding-left: .18rem;
  box-sizing  : border-box;
}

.descriptio_btn1 span:nth-child(1) {
  margin-right: .15rem;
  line-height : normal;
  font-family : "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}

.descriptio_btn1 span:nth-child(2) {
  display: inline-block;
  height : .48rem;

}

.descriptio_btn2 {

  width        : 1.59rem;
  height       : .68rem;
  box-sizing   : border-box;
  background   : #FFFFFF;
  border       : 1px solid #cd0000;
  border-radius: 0px .34rem .34rem 0px;
  font-size    : .28rem;
  font-family  : "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-weight  : 500;
  color        : #cd0000;
  text-align   : center;
  line-height  : .68rem;
}

.Subject-content {
  margin-top: 1rem;
}

.shoppaas-title-tg {
  text-align    : center;
  font-size     : 0.42rem;
  font-family   : "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-weight   : bold;
  color         : #00142D;
  text-transform: uppercase;
  line-height   : 0.32rem;
}

.blue—s {
  color: #cd0000;
}
.Detailed-description {
  text-align : center;
  font-family: Microsoft YaHei;
  font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  margin-top : 0.3rem;
  line-height: 30px;
  color      : #667281;
}

.Large-picture-display {
  margin-top: 0.7rem;
  display   : flex;

}

.Large-picture-display div:nth-child(2) {
  flex    : 1;
  position: relative;
}

.Have-a-separate {
  font-size    : 0.34rem;
  font-family  : "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-weight  : bold;
  color        : #cd0000;
  margin-bottom: .45rem;
  margin-top   : 1rem;
}

.Have-a-separate-list {
  font-size    : 0.2rem;
  font-family  : "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-weight  : 400;
  color        : #354253;
  margin-bottom: 0.18rem;
  padding-left : 0.18rem;
  position     : relative;
}

.Have-a-separate-list::after {
  content      : '';
  position     : absolute;
  left         : 0px;
  width        : .08rem;
  height       : .08rem;
  border-radius: 50%;
  top          : .12rem;
  background   : #cd0000;
}

.btn-img {
  width : .22rem;
  height: .16rem;
}

.w13 {
  width : 13.4rem;
  margin: 0 auto;
}

.Learn-more {
  margin-top     : .47rem;
  width          : 1.89rem;
  height         : .52rem;
  background     : #cd0000;
  border-radius  : .26rem;
  font-size      : .24rem;
  font-family    : "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-weight    : 400;
  display        : flex;
  align-items    : center;
  justify-content: center;
  color          : #FFFFFF;
}

.Learn-more span {
  margin-right: .12rem;
}

.tu-image1,
.tu-image2,
.tu-image3,
.tu-image4,
.commodity-tu-image1 {
  opacity: 0;
}

.pc_img {
  width  : 5.66rem;
  opacity: 0;
  height : 3.71rem;
}

.image0 {
  position: absolute;
  right   : 0px;
  width   : 5.04rem;
  height  : 4.84rem;
}

.back-dr {
  width       : 6.2rem;
  position    : relative;
  height      : 4.94rem;
  margin-right: 2.13rem;
}

.image1 {
  position: absolute;
  right   : .2rem;
  top     : .2rem;
  z-index : 1;
}

.image2 {
  position: absolute;
  right   : .6rem;
  top     : .6rem;
  z-index : 2;
}

.image3 {
  position: absolute;
  right   : 1rem;
  top     : 1rem;
  z-index : 3;
}

.ios_img {
  width  : 2.27rem;
  height : 4.34rem;
  opacity: 0;
}

.image4 {
  position: absolute;
  right   : 4.7rem;
  top     : 1.5rem;
  z-index : 4;
}

.tu-image1 {
  position: absolute;
  bottom  : .37rem;
  left    : 0px;
  width   : 2.03rem;
  height  : 1.24rem;
}

.tu-image2 {
  position: absolute;
  top     : .53rem;
  right   : 1.13rem;
  width   : 1.31rem;
  height  : 1.31rem;
}

.tu-image3 {
  position: absolute;
  top     : 1.94rem;
  width   : 1.03rem;
  height  : 1.03rem;
  right   : 1.15rem;
}

.tu-image4 {
  width   : 1.03rem;
  height  : 1.03rem;
  top     : 3.04rem;
  right   : 1.15rem;
  position: absolute;
}

.Content-block {
  margin-top: 2.6rem;

}

.Content-block-3 {
  margin-top: 1.19rem;
}

.commodity-3 {
  position: relative;
  width   : 5.58rem;
  height  : 4.85rem;
}

.commodity-tu-image1 {
  position: absolute;
  top     : .78rem;
  right   : 1.38rem;
  width   : 1.73rem;
  height  : 1.78rem;
}

.Partners {
  margin-top: 1.17rem;
}

.hzhb-title {
  text-align : center;
  font-size  : .48rem;
  font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-weight: bold;
  color      : #cd0000;
}

.strong-assistant {
  font-size  : .2rem;
  font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-weight: 400;
  color      : #6B7586;
  text-align : center;
  margin-top : .3rem;
}





.Stories-box-title {
  font-size  : .48rem;
  font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-weight: bold;
  color      : #cd0000;
}

.Stories-box-ms {
  font-size  : .2rem;
  font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-weight: 400;
  color      : #848E9B;
  margin-top : .28rem;
}

.quotation-marks {
  position: absolute;
  width   : .49rem !important;
  height  : .42rem !important;
  top     : -0.2rem;
  left    : .26rem;
}

.avatar {
  margin-top: .27rem;
  width     : .7rem !important;
  height    : .7rem !important;
}

.Carousel-type {
  margin-top : .3rem;
  font-size  : .14rem;
  font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-weight: 400;
  color      : #8C929B;
}

.description {
  margin     : 0px .4rem;
  font-size  : .14rem;
  font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-weight: 400;
  color      : #354253;
  margin-top : .24rem;
  text-align : left;
}

.Customer-distribution {
  margin-top: 1.1rem;
}

.Customer-distribution .hzhb-title {
  font-size  : .42rem;
  font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-weight: bold;
  color      : #0061FF;
}

.Customer-distribution .strong-assistant {
  font-size  : .2rem;
  font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-weight: 400;
  color      : #6B7586;
  text-align : center;
}

.contentContainer a {
  color: #758296;
}

.contentContainer a:hover {
  color: #cd0000;
}

.Around {
  margin-top: 1.24rem;
  height    : 4.9rem;
}

.Around img {
  object-fit: contain;
  width     : 100%;
  height    : 100%;

}

.Bottom-content {
  height         : 3.67rem;
  margin-top     : 1.72rem;
  background     : url('../image/ppzl.png') no-repeat;
  background-size: cover;
}

.Bottom-content-title {
  font-size  : .36rem;
  font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-weight: bold;
  color      : #FFFFFF;
  text-align : center;
  padding-top: .83rem;
}

.Bottom-content-description {
  font-size  : .2rem;
  font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-weight: 400;
  color      : #FFFFFF;
  text-align : center;
  padding-top: .49rem;
}

.Bottom-content-btn {
  width        : 1.98rem;
  height       : .5rem;
  background   : #FF9900;
  border-radius: 25px;
  font-size    : .2rem;
  text-align   : center;
  line-height  : .5rem;
  font-family  : "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-weight  : 400;
  color        : #FFFFFF;
  margin       : 0 auto;
  margin-top   : .6rem;
}

.footer-box {
  padding-top    : .42rem;
  display        : flex;
  justify-content: space-between;
  margin-bottom  : .6rem;
}

.footer-img {
  width : 1.78rem;
  height: .42rem;
}

.found-title .footer-text {
  font-size  : .26rem;
  font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-weight: 500;
  color      : #00142D;
  margin-top : .17rem;
}

.footer-wx {
  width          : 2.86rem;
  height         : 1.18rem;
  background     : #FFFFFF;
  border-radius  : .08rem;
  padding        : .1rem;
  box-sizing     : border-box;
  display        : flex;
  margin-top     : .39rem;
  justify-content: center;
  align-items    : center;
}

.footer-wx-img {
  width : .92rem;
  height: .92rem;
}

.footer-wx-img img {
  width : 100%;
  height: 100%;
}

.footer-wx-Official {
  font-size   : .14rem;
  font-family : "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-weight : 400;
  color       : #667281;
  flex        : 1;
  line-height : .3rem;
  margin-right: .22rem;
  margin-left : .08rem;
}

.found-text {
  text-align : left;
  margin-top : .44rem;
  font-size  : .16rem;
  font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-weight: 400;
  color      : #727B87;
  cursor     : pointer;
}

.Official-website-information {
  font-size  : .14rem;
  font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-weight: 400;
  color      : #B8BABB;
  margin-top : .15rem;
}

.Lines {
  height    : 1px;
  background: #DFE2E3;
  opacity   : 0.4;
}

.Record {
  display    : none;
  margin     : 0 auto;
  padding    : .14rem 0px;
  font-size  : 14px;
  font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-weight: 400;
  text-align : center;
  color      : #B8BABB;
}

/* 模板样式 */
.template .template-images {
  height         : 7.68rem;
  background     : url('../image/banner_bg-tm.png') no-repeat;
  background-size: cover;
}

.template .flex-div {
  display: flex;
}

.template .head-background {
  height    : auto;
  background: #FCFCFC;
  box-shadow: 0px 6px 12px 0px rgba(22, 36, 53, 0.06);
}

.template .navbar {
  height     : .72rem;
  padding-top: 0px;
}

.template .Right-margin {
  width      : 6.32rem;
  height     : 4.19rem;
  margin-top : 1.64rem;
  margin-left: 0px;
}

.template .Right-margin img {
  width : 100%;
  height: 100%;
}

.template .Site-description {
  width      : 4.43rem;
  padding-top: 0px;
  margin-top : 1.64rem;
}

.template .descriptio1 {
  font-size  : .48rem;
  font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-weight: bold;
  color      : #114587;
}

.template-detail {
  font-size  : .18rem;
  font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-weight: 400;
  color      : #758296;
  margin-top : .24rem;
}

.template .Learn-more {
  margin-top: 1.16rem;
}

.Secondary .Learn-more {
  width        : 2.62rem;
  height       : .68rem;
  border-radius: 34px;
}

.Template-Center {
  background    : #F7F7F7;
  padding-bottom: 1.27rem;
}

.Template-title {
  font-size  : .44rem;
  font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-weight: bold;
  color      : #00142D;
  padding-top: .5rem;
  text-align : center;
}

.footer-box-image {
  width : 1.78rem;
  height: .42rem;
}

.Template-title-text {
  font-size  : .18rem;
  font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-weight: 400;
  color      : #354253;
  padding-top: .3rem;
  text-align : center;
}

.Tempalte-images {
  display   : flex;
  margin-top: .64rem;

}

.Tempalte-images-value {
  width          : 5.82rem;
  height         : 6.1rem;
  justify-content: center;
}

.Tempalte-images-value:nth-child(2n) {
  margin-left: .18rem;

}

.Tempalte-images-value:nth-child(2n-1) {
  margin-right: .18rem;
}

.Start-building-website {
  width        : 3rem;
  height       : .52rem;
  background   : #cd0000;
  border-radius: 26px;
  font-size    : .24rem;
  font-family  : "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-weight  : 400;
  color        : #FFFFFF;
  text-align   : center;
  line-height  : .52rem;
  margin       : 0 auto;
  margin-top   : .8rem;

}

.template .footer-text,
.template .found-title {
  color: #FFFFFF;
}

.found-title {
  text-align : left;
  font-size  : .2rem;
  font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-weight: 500;
  color      : #fff;
  cursor     : pointer;
}

.home .found-title {
  color: #485361;
}

.template .found-text {
  color: #8C99A6;
}

/* 模板样式end */
/* 资讯中心 */
.Information .descriptio1 {
  color: #00142D;
}

.Information .Site-description {
  margin-right: .52rem !important;
}

.Information .Right-margin {
  width     : 6.45rem;
  height    : 5rem;
  margin-top: .8rem;

}

.Information .Right-margin img {
  width : 100%;
  height: 100%;
}

.Information .Site-description {
  margin-top: 1.38rem;
  flex      : 1;
}

.News h1 {
  text-align   : center;
  margin-top   : 1.06rem;
  margin-bottom: .44rem;
  font-size    : .44rem;
  font-family  : "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-weight  : bold;
  color        : #00142D;
}

.News {
  margin-bottom: 1rem;
}

.News .parent {
  display              : grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows   : auto;
  grid-column-gap      : .4rem;
  grid-row-gap         : .34rem;
}

.News .parent-box img {
  width : 100%;
}

.parent-Shoppaas-text {
  font-size  : .12rem;
  font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-weight: 400;
  color      : #cd0000;
}

.parent-title {
  font-size    : .14rem;
  font-family  : "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-weight  : 400;
  color        : #00142D;
  margin-top   : .04rem;
  margin-bottom: .06rem;
}

.parent-Time {
  font-size  : 12px;
  font-family: Arial;
  font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  color      : #667281;
}

.parent-title:hover {
  text-decoration: underline;
  cursor         : pointer;
}

/* 资讯中心end */
/* 关于我们 */
.about_us .Right-margin {
  width     : 5.22rem;
  height    : 5.28rem;
  margin-top: .57rem;
}

.about_us .Site-description {
  flex      : 1;
  margin-top: 1.57rem;
}

.about_us .descriptio1,
.about_us .template-detail {
  color: #fff;
}

.about_us .Learn-more {
  background: #fff;
  color     : #0061FF;
}

.about_us .Learn-more a {
  color: #0061FF;
}

.about_us .flex-div {
  padding-bottom: .5rem;
}

.about_us .Content-area {
  margin-top: 1.12rem;
}

.about_us .Content-area-box {
  display: flex;
}

.about_us .Content-area-img {
  width      : 5.9rem;
  margin-left: .86rem;
  height     : 4.14rem;
}

.about_us .Content-area-img img {

  height: 100%;
}

.Content-area-text-title {
  padding-top  : .15rem;
  font-size    : .34rem;
  font-family  : "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-weight  : bold;
  margin-bottom: .3rem;
  color        : #00142D;
}

.Content-area-text-p {
  font-size  : .18rem;
  font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-weight: 400;
  color      : #354253;
}

.box-m-top {
  margin-top: .3rem;
}

.about_us .Picture-left {
  margin-left : 0px;
  margin-right: 1.76rem;
}

.Content-area-box {
  margin-top: 1.38rem;
}

.History-box {
  text-align: center;
  margin-top: 1.6rem;
}

.History-box h2 {
  font-size  : .42rem;
  font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-weight: bold;
  color      : #00142D;
}

.History-text-p {
  font-size    : .18rem;
  font-family  : "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-weight  : 400;
  color        : #758296;
  margin-top   : .38rem;
  margin-bottom: .5rem;
}

.History-image {
  position       : relative;
  height         : 4.92rem;
  background     : url('../image/history.png') no-repeat;
  background-size: contain;
  margin-bottom  : .94rem;
  text-align     : left;
  padding-top    : 1.38rem;
  width          : 10.78rem;
}

.Date-line {
  position       : relative;
  display        : flex;
  align-items    : center;
  justify-content: space-around;
}

.ding-font {
  font-size  : .18rem;
  font-family: DIN;
  font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  color      : #00142D;
}

.ding-font div {
  box-sizing: border-box;
  width     : 33.3%;
  text-align: center;
}

.line-image {
  margin-top: 87px;
}

.Process-exhibition {
  width : 1.39rem;
  height: 1.08rem;
}

.box-2015 {
  padding-right: 1rem;
}

.box-2018 {
  padding-right: .6rem;
}

.box-2019 {
  padding-right: .2rem;
}

.box-2020 {
  padding-left: .6rem;
}

.Process-exhibition-new {
  position: absolute;
  right   : -0.84rem;
  top     : 50%;
}

.History-description div {
  text-align: left;
}

.Contact-us-bottom {
  display        : flex;
  flex           : 1;
  justify-content: space-between;
  margin-left    : 1.42rem;
}

.History-description p {
  font-size   : .14rem;
  font-family : "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-weight : 400;
  color       : #7A808A;
  padding-left: .2rem;
  box-sizing  : border-box;
  position    : relative;
}

.History-description {
  margin-top : .6rem;
  align-items: center;

}

.History-description div:nth-child(1) {
  padding-left: .22rem;
}

.History-description div:nth-child(2) {
  padding-left: .22rem;
}

.History-description div:nth-child(3) {
  padding-left: .08rem;
}

.History-description div:nth-child(4) {
  margin-right: -1.2rem;
}

.History-description p::before {
  position  : absolute;
  content   : '';
  width     : 0.04rem;
  left      : .08rem;
  height    : 0.04rem;
  background: #4F4F4F;
  top       : .09rem;
}

/* end */
/* 帮助中心 */
.how-to-scan-images {
  height         : 5.02rem;
  width          : 100%;
  background     : url('../image/banner.png') no-repeat;
  background-size: cover;
}

.help-block {
  width: 12rem;
  margin: 0 auto;
  padding-top : 1.45rem;

}

.help-title {
  font-size  : .4rem;
  font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-weight: bold;
  color      : #FFFFFF;
}

.help-text {
  font-size  : .16rem;
  font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-weight: 400;
  color      : #FFFFFF;
  padding-top: .26rem;
}

.help-search {
  margin-top     : .45rem;
  width          : 4rem;
  height         : .5rem;
  background     : #FFFFFF;
  border-radius  : 30px;
  padding        : .05rem;
  display        : flex;
  align-items    : center;
  justify-content: space-between;
}

.search-btn {
  width        : 1rem;
  height       : .48rem;
  background   : #cd0000;
  border-radius: 24px;
  text-align   : center;
  line-height  : .48rem;
  font-size    : .18rem;
  font-family  : "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-weight  : 400;
  color        : #FEFEFE;
}

.search-input {
  border       : none;
  outline      : none;
  flex         : 1;
  padding-right: .4rem;
  margin-left  : .2rem;

}

.search-input:focus-visible {
  border: none;
}

.help-link .found-title {
  color: #fff;
}

.help-parent-col .help-parent-graphic span {
  font-size  : .2rem;
  font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-weight: 400;
  color      : #00142D;
}

.help-type-shop {
  font-size    : .34rem;
  font-family  : "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-weight  : bold;
  color        : #00142D;
  margin-top   : .62rem;
  text-align   : center;
  margin-bottom: .32rem;
}

.help-parent {
  display              : grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows   : auto;
  grid-column-gap      : 56px;
  grid-row-gap         : 28px;
}

.help-parent-col {
  background     : #FFFFFF;
  box-shadow     : 0px 6px 18px 0px rgba(12, 21, 32, 0.07);
  display        : flex;
  flex-direction : column;
  transition     : transform 0.3s ease-in-out;
  justify-content: space-between;
}

.help-parent-col:hover {
  box-shadow: 0px 12px 24px 0px rgba(12, 21, 32, 0.1);
}

.help-parent-col .contentContainer {
  padding: .38rem 0px .25rem .47rem;
}

.help-parent-col img {
  width       : .24rem;
  height      : .24rem;
  margin-right: .1rem;
}

.help-parent-col p {
  font-size    : .16rem;
  font-family  : "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-weight  : 400;
  color        : #7A808A;
  padding-left : 0.2rem;
  box-sizing   : border-box;
  position     : relative;
  margin-bottom: .16rem;
}

.help-parent-col p:hover {
  color          : #cd0000;
  text-decoration: underline;
  cursor         : pointer;
}

.help-parent-col p:hover a {
  color: #cd0000;
}

.found-text a {
  color: #727B87;
}

.help-parent-col p::before {
  position     : absolute;
  content      : '';
  width        : 0.04rem;
  left         : 0.08rem;
  height       : 0.04rem;
  background   : #758296;
  top          : 0.11rem;
  border-radius: 50%;

}

.help-parent-col .help-parent-graphic {
  display      : flex;
  margin-bottom: .2rem;
}

.subtitle {
  margin-top: .62rem;

}

.viewAll {
  padding    : .21rem 0px .21rem .46rem;
  border-top : 1px solid #F4F4F4;
  font-size  : .14rem;
  font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-weight: 400;
  color      : #0468FD;
  cursor     : pointer;
}

.viewAll a {
  color : #0468FD;
  cursor: pointer;
}

.help-link {
  margin-bottom: .98rem;
}

.help-link .found-title {
  color: #fff;
}

/* end */
/* 联系我们 */

.Contact_us .Right-margin {
  width : 5.08rem;
  height: 3.88rem;
}

.Contact_us .Site-description {
  flex        : 1;
  margin-right: 1.17rem;
}

.Contact_us .descriptio1 {
  font-size: .4rem;
  color    : #114587;
}

.Contact_us .template-images {
  height         : 6.54rem;
  background     : url(../image/banne2.png) no-repeat;
  background-size: cover;
}

.Contact_us .template-detail {
  font-size  : .16rem;
  font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-weight: 400;
  color      : #114587;
}

.Contact_us .Learn-more {
  margin-top: .5rem;
}

.leaveBlank {
  height: 1.42rem;
}

.contactCompany {
  background: #F7F7F7;
  position  : relative;
  height    : 4.66rem;
}

.contactCompany-box {
  position        : absolute;
  width           : 12rem;
  top             : -0.54rem;
  padding-left    : .4rem;
  display         : flex;
  background-color: #fff;
  justify-content : space-between;
}

.contactCompany-box-companyaddress {
  padding-top: .54rem;
}

.contactCompany-box-companyaddress div span {
  font-size    : .14rem;
  font-family  : "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  margin-bottom: .18rem;
  display      : inline-block;

}

.contactCompany-box-companyaddress div span:nth-child(1) {
  color: #758296;
}

.contactCompany-box-companyaddress div span:nth-child(2) {
  color: #00142D;
}

.contactCompany-box-companyaddress p:nth-child(1) {
  font-size  : .2rem;
  font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-weight: bold;
  color      : #cd0000;
}

.contactCompany-box-companyaddress p:nth-child(2) {
  font-size  : .14rem;
  font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-weight: 400;
  color      : #758296;
  margin-top : .12rem;
}

.contactCompany-box-companyaddress p:nth-child(3) {
  width     : 8px;
  height    : 2px;
  background: #C7CCD2;
  margin    : .3rem 0px;
}

.wx-row p:nth-child(1) {
  font-size  : .14rem;
  font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-weight: 400;
  color      : #00142D;
}

.wx-row {
  margin-top: .54rem;
}

.wx-row p:nth-child(2) {
  width     : 8px;
  height    : 2px;
  background: #C7CCD2;
  margin    : .3rem 0px;

}

.wx-row div {
  display    : flex;
  align-items: center;
}

.wx-row div img {
  width       : .96rem;
  height      : .96rem;
  margin-right: 8px;
}

.service-hotline {
  background: #cd0000;
  width     : 3.52rem;
}

.service-hotline {
  padding-top : .54rem;
  padding-left: .4rem;
}

.service-hotline p {
  font-size  : .14rem;
  font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-weight: 400;
  color      : #FFFFFF;
}

.service-hotline p:nth-child(1) {
  margin-bottom: .16rem;
}

.service-hotline p:nth-child(2) {
  margin-bottom: .9rem;
}

.service-hotline p:nth-child(3) {
  margin-bottom: .16rem;
}

.service-hotline p:nth-child(4) {
  margin-bottom: .56rem;
}

.onlineMessage {
  display        : flex;
  justify-content: space-between;
  margin-bottom  : 1.04rem;
}

.onlineMessage .leftContact {
  margin-top: 1.24rem;
}

.onlineMessage .leftContact p:nth-child(1) {
  font-size  : .2rem;
  font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-weight: 400;
  color      : #00142D;
}

.onlineMessage .leftContact p:nth-child(2) {
  font-size    : .14rem;
  font-family  : "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-weight  : 400;
  color        : #BEBDC7;
  margin-top   : .04rem;
  margin-bottom: .5rem;
}

.onlineMessage .leftContact p:nth-child(3) {
  font-size    : .14rem;
  font-family  : "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-weight  : 400;
  color        : #BEBDC7;
  margin-bottom: .34rem;
}

.onlineMessage .leftContact p:nth-child(4) {
  max-width : 5rem;
  height    : 1px;
  background: #F3F3F3;
}

.onlineMessage-leftContact-col {
  display: flex;
}

.onlineMessage .onlineMessage-leftContact-col div p:nth-child(1) {
  font-size  : .14rem;
  font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-weight: 400;
  color      : #BEBEC7;
  margin-top : .34rem;
}

.onlineMessage .onlineMessage-leftContact-col div p:nth-child(2) {
  font-size  : .18rem;
  font-family: DIN;
  font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  color      : #00142D;
  margin-top : 0px;
}

.onlineMessage .onlineMessage-leftContact-col div:nth-child(1) {
  margin-right: 1.04rem;
}

.form-box {
  margin-top : 1.56rem;
  margin-left: 1.17rem;
}

.form-box input {
  padding-left : .15rem;
  background   : #F4F6F8;
  border-radius: 2px;
  height       : .42rem;
  border       : none;
  outline      : none;
  width        : 2.86rem;
}

.form-name {
  margin-right : .1rem;
  margin-bottom: .1rem;
}

.privacy_policy-titl-time {
  font-size : .16rem;
  text-align: center;
  font-family: "lucida grande",
    "lucida sans unicode",
    lucida,
    helvetica,
    "Hiragino Sans GB",
    "Microsoft YaHei",
    "WenQuanYi Micro Hei",
    sans-serif;
  font-weight  : 400;
  color        : #87919F;
  margin-bottom: 1rem;
}

.privacy_policy-title {
  margin-top: .72rem;
  font-size : .52rem;
  font-family: "lucida grande",
    "lucida sans unicode",
    lucida,
    helvetica,
    "Hiragino Sans GB",
    "Microsoft YaHei",
    "WenQuanYi Micro Hei",
    sans-serif;
  font-weight  : bold;
  color        : #00142D;
  text-align   : center;
  margin-bottom: .2rem;
}

.form-label {
  color      : #00142d;
  font-size  : .18rem;
  margin-left: .06rem;
}

.form-select {
  box-shadow        : none;
  border            : 1px solid #efefef;
  height            : .42rem;
  min-height        : .42rem;
  box-sizing        : border-box;
  appearance        : none;
  -webkit-appearance: none;
  text-indent       : 0;
  transition        : none;
  width             : 1.26rem;
  padding-left      : .1rem;
  font-size         : .18rem;

}

.form-select:focus {
  outline     : 0;
  border-color: #66afe9;
}

.form-textarea {
  width        : 100%;
  border       : none;
  outline      : none;
  background   : #F4F6F8;
  border-radius: 2px;
  min-height   : 1.9rem;
  padding      : .10rem;
  box-sizing   : border-box;
}

.form-textarea-btn {
  width        : 1.26rem;
  height       : .42rem;
  background   : #cd0000;
  border-radius: 2px;
  text-align   : center;
  line-height  : .42rem;
  font-size    : .18rem;
  font-family  : "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-weight  : 400;
  margin-top   : .12rem;
  color        : #FFFFFF;
  border       : none;
}

/* end */
/* 定价 */
.price-header {
  height          : 5.8rem;
  background-color: rgba(165, 173, 182, 0.24);
  display         : flex;
  background      : url('../image/bannerdj.png') no-repeat;
  background-size : cover;
  flex-direction  : column;
  align-items     : center;

}

.free-button {
  width        : 2.62rem;
  height       : .68rem;
  background   : #cd0000;
  border-radius: .34rem;
  font-size    : .28rem;
  text-align   : center;
  color        : #fff;
  line-height  : .68rem;
  margin-top   : .47rem;
}

.table-wrap {
  border          : 1px solid #EEF1F7;
  margin-top      : -1.72rem;
  border-radius   : 2px;
  /* margin       : -1.4rem 20% 0 20%; */
}

.header-wrap {
  border-bottom   : 1px solid #EEF1F7;
  background-color: #fafafa;
  display         : flex;
  flex-direction  : row;
  align-items     : center;
  justify-content : center;
  height          : 1.22rem;
  height          : 1.22rem;
}

.header-item {
  flex           : 1;
  border-right   : 1px solid #EEF1F7;
  height         : 100%;
  display        : flex;
  flex-direction : column;
  justify-content: center;
  align-items    : center;
}

.header-wrap :nth-child(3) {
  border-right: none;

}

.header-title {
  font-size    : .24rem;
  font-weight  : bold;
  color        : #000;
  margin-bottom: .1rem;
  background   : #F7F9FC;
}

.header-desc {
  font-size: .14rem;
  color    : rgba(0, 0, 0, 0.65);
}

.content-wrap {
  flex: 1
}

.content-row {
  height          : .6rem;
  border-bottom   : 1px solid #EEF1F7;
  display         : flex;
  flex-direction  : row;
  align-items     : center;
  justify-content : center;
  background-color: #fff;
}

.row-item img {
  vertical-align: sub;
}

.content-row :nth-child(3n) {
  border-right: none;
}

.content-row:last-child {
  border-bottom: none;
}



.row-item {
  flex        : 1;
  border-right: 1px solid #EEF1F7;
  height      : 100%;
  display     : inline-block;
  text-align  : center;
  line-height : .6rem;
}

.contrast-wrap {
  display        : flex;
  flex-direction : row;
  align-items    : center;
  justify-content: center;
  padding        : 0 20%;
}

.shoppaas-wrap {
  width           : 70%;
  background-color: rgba(165, 173, 182, 0.24);
  background      : #F8FDFF;
  box-shadow      : 0px 12px 40px 0px rgba(165, 173, 182, 0.24);
  border-radius   : 0px 0px 20px 20px;
  display         : flex;
  flex-direction  : column;
  z-index         : 2;
}

.other-wrap {
  width        : 30%;
  height       : 80%;
  box-shadow   : 0px 12px 40px 0px rgba(153, 166, 181, 0.24);
  border-radius: 0px 0px 20px 0px;
  margin-left  : -1px;
  z-index      : 1;
}

.other-header {
  height         : 1.1rem;
  background     : #EBEFF0;
  border-radius  : 0px 20px 0px 0px;
  display        : flex;
  flex-direction : row;
  align-items    : center;
  padding        : 0 .3rem;
  font-size      : .3rem;
  font-weight    : bold;
  color          : rgba(46, 67, 105, 1);
  justify-content: center;
}

.shoppass-header {
  height        : 1.1rem;
  background    : linear-gradient(90deg, #0176FF, #4ACCFF);
  border-radius : 20px 20px 0px 0px;
  font-size     : .3rem;
  font-weight   : bold;
  color         : #FFFFFF;
  display       : flex;
  flex-direction: row;
  align-items   : center;
  padding       : 0 .3rem;
}


.other-content {
  background-color          : #F8F9FA;
  padding-top               : .3rem;
  border-bottom-right-radius: 20px;
}

.other-content :last-child {
  border-bottom: none;
}



.other-content :nth-child(10) {
  margin-top: .8rem;
  border-top: 1px solid #EEF1F7;
}

.other-content :nth-child(9) {
  border-bottom: 1px solid #EEF1F7;
}

.other-title {
  height        : .87rem;
  border-bottom : 1px solid rgba(238, 241, 247, 1);
  font-size     : .18rem;
  font-weight   : bold;
  color         : #2E4369;
  display       : flex;
  flex-direction: row;
  align-items   : center;
}

.other-row {
  padding       : .15rem 0;
  border-top    : 1px solid rgba(238, 241, 247, 1);
  display       : flex;
  flex-direction: row;
  align-items   : center;
  color         : rgba(46, 67, 105, 1);
  font-size     : .14rem;
  font-weight   : 400;
  padding-left  : 20%;
}

.shoppass-content {
  flex   : 1;
  padding: 0 .4rem;
}

.shoppass-content :last-child {
  border-bottom: none;
}

.shoppass-title {
  height        : .87rem;
  border-bottom : 1px solid rgba(238, 241, 247, 1);
  font-size     : .18rem;
  font-weight   : bold;
  color         : #2E4369;
  display       : flex;
  flex-direction: row;
  align-items   : center;
}

.shoppass-row {
  padding       : .15rem 0;
  border-bottom : 1px solid rgba(238, 241, 247, 1);
  display       : flex;
  flex-direction: row;
  align-items   : center;
}

.shoppass-row :nth-child(1) {
  font-size  : .14rem;
  font-weight: 400;
  color      : #7F8DA5;
  flex       : 2
}

.shoppass-row :nth-child(2) {
  font-size  : .14rem;
  font-weight: 400;
  color      : rgba(46, 67, 105, 1);
  flex       : 3
}

.reason {
  font-size  : .36rem;
  font-weight: bold;
  color      : #00142D;
  line-height: .32rem;
  margin     : .67rem 0 .35rem 0;
  text-align : center;
}

.faq-wrap {
  padding: 0 20%;
}

.faq-title {
  margin     : .8rem 0 .6rem 0;
  font-size  : .36rem;
  font-weight: bold;
  color      : #00142D;
  line-height: .32rem;
  text-align : center;
}

.faq-content {
  display        : flex;
  flex-direction : row;
  flex-wrap      : wrap;
  justify-content: center;
}



.faq-item {
  width        : 40%;
  margin-bottom: 1.07rem;
}

.faq-item-title {
  font-size    : .2rem;
  font-weight  : 500;
  color        : #00142D;
  line-height  : .32rem;
  margin-bottom: .2rem;
  font-weight  : bold;
}

.faq-item-desc {
  font-size  : .14rem;
  font-weight: 400;
  color      : #354253;
  line-height: .24rem;
}

/* end */
/* 移动端 */
@media screen and (max-width: 750px) {
  .pcheader {
    display: none;
  }

  .H5header {
    display: block;
  }

  .Stories-box-ms {
    margin : 0px;
    padding: 0px;
  }

  .Content-block {
    display       : flex !important;
    flex-direction: column-reverse;
  }

  .H5header .navbar {
    background     : #fff;
    width          : 100%;
    justify-content: space-between;
    padding        : 4px 15px;
  }

  .H5header .log-image img {
    height    : 22px;
    object-fit: contain;
    margin-top: 4px;
  }

  .H5header .log-image1 img {
    width     : 25px;
    height    : 22px;
    margin-top: 8px;
  }

  .tu-image1 {
    width : 92px;
    height: 56px;
  }

  .tu-image2 {
    top   : 24px;
    left  : 192px;
    width : 60px;
    height: 60px;
  }

  .swipers22 {
    width     : 100%;
    overflow-x: hidden;
    padding   : 0px 15px;
    box-sizing: border-box;
  }

  .Customer-distribution .hzhb-title {
    margin     : 0 auto;
    margin-top : 128px;
    font-size  : 20px;
    font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-weight: bold;
    color      : #0061FF;
    width      : 221px;
    text-align : center;
    line-height: 27px;

  }

  .Bottom-content {
    width : 100%;
    height: 174px;
  }

  .reason {
    line-height: normal;
  }

  .Bottom-content-title {
    margin     : 0 auto;
    padding-top: 24px;
    width      : 255px;
    font-size  : 20px;

    font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-weight: bold;
    color      : #FFFFFF;
    line-height: 29px;
  }

  .Bottom-content-description {
    font-size  : 10px;
    font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-weight: 400;
    color      : #FFFFFF;
    margin-top : 10px;
    padding-top: 0px;
  }

  .Bottom-content .Bottom-content-btn {
    width     : 210px;
    height    : 29px;
    background: #FF9900;

    font-size    : 14px;
    font-family  : "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-weight  : 400;
    color        : #FFFFFF;
    line-height  : 29px;
    border-radius: 15px;
    margin-top   : 24px;
  }

  .Around {
    height       : 136px;
    margin-bottom: 33px;
  }

  .Customer-distribution .strong-assistant {
    margin     : 0 auto;
    width      : 314px;
    margin-top : 12px;
    height     : 30px;
    font-size  : 12px;
    font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-weight: 400;
    color      : #6B7586;
    line-height: 18px;
  }

  .Carousel-map {
    margin-left: 0px;
  }

  .tu-image3 {
    top   : 88px;
    left  : 200px;
    width : 46px;
    height: 46px;
  }

  .tu-image4 {
    left  : 200px;
    top   : 138px;
    width : 46px;
    height: 46px;
  }


  .Customer-distribution {
    margin-top: 166px;
  }

  .Carousel-map .swiper-wrapper {
    margin-top    : 20px;
    padding-top   : 0px;
    padding-bottom: 10px;
  }

  .swipers22 .swiper-slide {
    width     : 300px;
    box-shadow: 0px 5px 10px 0px rgba(143, 151, 167, 0.14);
  }

  .Seller-Stories {
    margin-top: 30px;
  }

  .back-dr {
    margin-top  : 20px;
    width       : 100%;
    height      : 222px;
    margin-right: 0px;

  }

  .w {
    width: auto !important;
  }

  .cooperate-swiper {
    margin: 20px 40px 0px 40px;
  }

  .swiper-pagination {
    display: none;
  }

  .hzhb-title {
    font-size    : 20px;
    font-family  : "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-weight  : bold;
    margin-bottom: 8px;
    margin-top   : 32px;
    color        : #cd0000;
  }

  .strong-assistant {
    font-size  : 12px;
    font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-weight: 400;
    color      : #848E9B;
  }

  .cooperate-swiper .swiper-slide:hover {
    box-shadow: none;
  }

  .cooperate-swiper .swiper-slide img {
    width     : 72px;
    height    : 24px;
    object-fit: contain;
  }

  .cooperate-swiper .swiper {
    height: 24px;
  }

  .swiper-button-next img,
  .swiper-button-prev img {
    display: none;
  }

  .commodity-tu-image1 {
    left  : 140px;
    top   : 40px;
    width : 87px;
    height: 94px;
  }

  .Stories-handoff {
    display: none;
  }

  .Stories-box-title,
  .Stories-box-ms {
    text-align: center;

  }

  .Seller-Stories-left {
    padding-top: 0px;
  }

  .Stories-box-title {
    padding-top  : 20px;
    margin-bottom: 10px;
    line-height  : 1;
    font-size    : 20px;
    font-family  : "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-weight  : bold;
    color        : #cd0000;
  }

  .commodity-3 {
    width     : 100%;
    height    : 244px;
    margin    : 0 auto;
    margin-top: 24px;
  }

  .Stories-box {
    display: block;
  }

  .Seller-Stories {
    width : 100%;
    height: 200px;
  }

  .quotation-marks {
    width : 10px;
    height: 10px;
    left  : 45px;
  }

  .h5-Have-a-separate {
    padding-left: 10px;
  }

  .head-background {
    background: none;
    height    : auto;
  }

  .large-image {
    display: none;
  }

  .H5-large-image {
    display   : block;
    height    : 378px;
    background: url('../image/bannerbj.png');
    text-align: center;
  }

  .H5-large-image .descriptio1 {
    padding-top: 26px;
    font-size  : 22px;
    font-family: PingFang SC;
    font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    color      : #cd0000;
  }

  .H5-large-image .Site-description {
    padding: 0px;
    margin : 0px;
  }

  .H5-large-image .descriptio2 {
    font-size  : 10px;
    font-family: PingFang SC;
    font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    color      : #cd0000;
  }

  .H5-large-image .Right-margin img {
    width     : 310px;
    height    : 200px;
    margin-top: 20px;
  }

  .h5-btn {
    justify-content: center;
  }

  .descriptio_btn1 {
    margin-top               : 15px;
    width                    : 120px;
    height                   : 30px;
    line-height              : 30px;
    border-top-left-radius   : 17px;
    border-bottom-left-radius: 17px;
    align-items              : center;
    display                  : flex;
  }

  .descriptio_btn1 span:nth-child(2) {
    height: auto;
  }

  .descriptio_btn1 span:nth-child(1) {
    margin-right: 6px;
  }

  .btn-img {
    width : 10px;
    height: 8px;
  }

  .descriptio_btn2 {
    margin-top   : 15px;
    width        : 70px;
    height       : 30px;
    line-height  : 26px;
    border-radius: 0px 17px 17px 0px;
  }

  .Subject-content {
    display: none;
  }

  .h5-Subject-content {
    display: block;
    padding: 0px 20px;
  }

  .h5-Subject-content .shoppaas-title-tg {
    margin-top   : 26px;
    margin-bottom: 16px;
    font-size    : 20px;
    font-family  : PingFang SC;
    font-family  : "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    color        : #00142D;
    text-align   : left;
    line-height  : normal;
    white-space  : nowrap;
  }

  .h5-Subject-content .Detailed-description {
    font-size  : 12px;
    font-family: PingFang SC;
    font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    color      : #667281;
    line-height: normal;
    text-align : left;
  }

  .Large-picture-display {
    display: block;
    width  : auto;
    margin : 0px 45px;
  }

  .Learn-more {
    width        : 164px;
    height       : 29px;
    background   : #cd0000;
    border-radius: 15px;
    font-size    : 14px;
    font-family  : PingFang SC;
    font-family  : "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    color        : #FFFFFF;
  }

  .home .Learn-more {
    margin-top: 14px;

  }

  .Learn-more img {
    display: none;
  }

  .image-container {
    width     : 100%;
    height    : 236px;
    margin-top: 30px;
  }

  .image0 {
    width : 200px;
    height: 192px;
  }

  .image1 {
    width : 225px;
    height: 147px;
    top   : 8px;
    left  : 48px;
  }

  .image2 {
    width : 225px;
    height: 147px;
    top   : 20px;
    left  : 30px;
  }

  .image3 {
    width : 225px;
    height: 147px;
    top   : 32px;
    left  : 14px;
  }

  .image4 {
    width : 90px;
    height: 167px;
    top   : 44px;
    left  : 0px;
  }

  .Large-picture-display .Have-a-separate {
    font-size    : 16px;
    font-family  : "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-weight  : bold;
    color        : #cd0000;
    margin-top   : 24px;
    margin-bottom: 14px;
  }

  .Large-picture-display .Have-a-separate-list {
    font-size   : 12px;
    font-family : "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-weight : 400;
    color       : #354253;
    padding-left: 8px;
  }

  .Have-a-separate-list::after {
    width        : 3px;
    height       : 3px;
    background   : #cd0000;
    border-radius: 50%;
    top          : 8px;
  }



  .footer-box {
    display       : flex;
    flex-direction: column-reverse;
    padding       : 0px 20px;
    padding-top   : 30px;
  }

  .Contact-us-bottom {

    margin-left: 0px;
    flex-wrap  : wrap;
  }

  .Contact-us-bottom .found {
    width        : 100%;
    text-align   : left;
    margin-bottom: 24px;
  }

  .Contact-us-bottom .found-title {
    width     : 100%;
    text-align: left;
    font-size : 15px;
  }

  .template .navbar {
    height: auto;

  }

  .found-text br {
    display: none;
  }

  .Contact-us-bottom .found-text {
    text-align : left;
    display    : inline-block;
    width      : 49%;
    font-size  : 14px;
    font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-weight: 400;
    color      : #727B87;
  }

  .Contact-us-found .found-text {
    display: block;
    width  : 100%;
  }

  .footer-box-image {
    width        : 74px;
    height       : 18px;
    margin-bottom: 10px;
  }

  .footer-text {
    font-size    : 14px;
    font-family  : "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-weight  : 500;
    color        : #00142D;
    line-height  : 13px;
    margin-bottom: 10px;
  }

  .footer-wx {
    width        : 241px;
    height       : 59px;
    background   : #FFFFFF;
    border-radius: 4px;
    padding      : 6px;
  }

  .footer-wx-img img,
  .footer-wx-img {
    width : 50px;
    height: 50px;
  }

  .footer-wx-Official {
    font-size  : 12px;
    font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-weight: 400;
    color      : #667281;
    line-height: 19px;
    margin-left: 6px;
  }

  .Official-website-information {
    font-size  : 12px;
    font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-weight: 400;
    color      : #B8BABB;
  }

  .Record {
    font-size: 10px;
    margin   : 2px 0px;
  }

  /* 联系我们 */
  .Contact_us .template-images {
    height: 515px;
  }

  .leaveBlank {
    display: none;
  }

  .Contact_us .flex-div {
    display: block;
  }

  .Contact_us .contactCompany {
    height: auto;
  }

  .contactCompany-box-companyaddress p:nth-child(1) {
    font-size  : 17px;
    font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-weight: bold;
    color      : #cd0000;
    margin     : 0;
    padding    : 0;
    padding-top: 34px;

  }

  .contactCompany-box-companyaddress {
    padding: 0px 20px
  }

  .wx-row {
    padding      : 0;
    margin       : 0;
    padding      : 0px 20px;
    padding-top  : 26px;
    margin-bottom: 26px;
  }

  .wx-row p:nth-child(1) {
    font-size  : 14px;
    font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-weight: bold;
    color      : #00142D;
  }

  .contactCompany-box-companyaddress p:nth-child(3) {
    width : 4px;
    height: 1px;
    margin: 14px 0px;
  }

  .wx-row div {
    display     : inline-block;
    margin-right: 26px;
  }

  .wx-row div div {
    display    : block;
    font-size  : 10px;
    font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-weight: 400;
    color      : #00142D;
    text-align : center;
    padding    : 0;
    margin     : 0;
  }

  .wx-row div img {
    padding: 0;
    margin : 0;
  }

  .wx-row p:nth-child(2) {
    width        : 4px;
    height       : 1px;
    margin-top   : 12px;
    margin-bottom: 8px;
  }

  .wx-row div img {
    width : 66px;
    height: 66px;
  }

  .contactCompany-box-companyaddress p:nth-child(2) {
    margin     : 0;
    padding    : 0;
    font-size  : 9px;
    font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-weight: 400;
    color      : #758296;
  }

  .contactCompany-box-companyaddress div span {
    font-size: 12px;
  }

  .Contact_us .contactCompany-box {
    display     : block;
    position    : relative;
    top         : 0;
    width       : 100%;
    padding-left: 0px;
  }

  .Contact_us .service-hotline {
    padding     : 0;
    margin      : 0;
    padding-left: 20px;
    padding-top : 26px;
  }

  .service-hotline p {
    margin : 0;
    padding: 0;
  }

  .service-hotline p:nth-child(1) {
    font-size    : 12px;
    font-family  : "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-weight  : 400;
    color        : #FFFFFF;
    padding      : 0;
    margin       : 0;
    margin-bottom: 10px;
  }

  .service-hotline p:nth-child(2) {
    padding      : 0;
    margin       : 0;
    font-size    : 15px;
    font-family  : DIN;
    font-family  : "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    color        : #FFFFFF;
    margin-bottom: 32px;
  }

  .service-hotline p:nth-child(3) {
    font-size    : 12px;
    font-family  : "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-weight  : 400;
    color        : #FFFFFF;
    padding      : 0;
    margin       : 0;
    margin-bottom: 10px;
  }

  .service-hotline p:nth-child(4) {
    font-size    : 15px;
    font-family  : DIN;
    font-family  : "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    color        : #FFFFFF;
    margin-bottom: 18px;
  }

  .service-hotline p:nth-child(5) {
    font-size     : 10px;
    font-family   : "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-weight   : 400;
    color         : #FFFFFF;
    padding-bottom: 26px;
  }

  .Contact_us .onlineMessage {
    display: block;
  }

  .Contact_us .service-hotline {
    width: 100%;
  }

  .Contact_us .Site-description {
    margin : 0;
    padding: 0;
  }

  .Contact_us .descriptio1 {
    display: none;
  }

  .Contact_us .h5-descriptio1 {
    display: inline-block;
  }

  .Contact_us .descriptio1 {
    font-size  : 20px;
    font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-weight: bold;
    color      : #114587;
    padding-top: 34px;
    margin     : 0 auto;

  }

  .Contact_us .Site-description {
    width     : 100%;
    text-align: center;
  }

  .Contact_us .Learn-more {
    width        : 210px;
    height       : 30px;
    background   : #cd0000;
    border-radius: 15px;
    font-size    : 14px;
    font-family  : PingFang SC;
    font-family  : "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    color        : #FFFFFF;
    text-align   : center;
    line-height  : 30px;
    padding      : 0;
    margin       : 0 auto;
    margin-top   : 30px;
    margin-bottom: 44px;
  }

  .Contact_us .Right-margin {
    width        : 310px;
    height       : 236px;
    margin       : 0 auto;
    border-radius: 0px;
  }

  .Contact_us .template-detail {
    text-align : left !important;
    padding    : 0px 20px !important;
    height     : 30px;
    font-size  : 12px;
    font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-weight: 400;
    color      : #114587;
    line-height: 18px;
    margin     : 0 auto;
    margin-top : 16px;
  }

  .Contact_us .leftContact {
    padding   : 0px 20px;
    margin    : 0;
    margin-top: 38px;
  }

  .onlineMessage .leftContact p {
    padding: 0;
    margin : 0;
  }

  .onlineMessage .leftContact p:nth-child(1) {
    font-size  : 17px;
    font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-weight: 400;
    color      : #00142D;
    line-height: 12px;
  }

  .onlineMessage .leftContact p:nth-child(2) {
    font-size    : 9px;
    font-family  : "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-weight  : 400;
    color        : #BEBDC7;
    margin-top   : 8px !important;
    margin-bottom: 18px !important;
  }

  .onlineMessage .leftContact p:nth-child(4) {
    display: none;
  }

  .onlineMessage .onlineMessage-leftContact-col div p:nth-child(1) {
    font-size  : 12px;
    font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-weight: 400;
    color      : #BEBEC7;
  }

  .form-box {
    margin-top : 30px;
    padding    : 0px 20px;
    margin-left: 0px;
    font-size  : 0px;
  }

  .onlineMessage .onlineMessage-leftContact-col div p:nth-child(2) {
    font-size  : 14px;
    font-family: DIN;
    font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    color      : #00142D;
  }

  .form-box div:nth-child(1),
  .form-box div:nth-child(2) {
    display        : flex;
    justify-content: flex-end;
  }

  .form-textarea {
    height       : 95px;
    background   : #F4F6F8;
    border-radius: 1px;
    width        : 100%;
  }

  .form-textarea-btn {
    width        : 70px;
    height       : 30px;
    background   : #cd0000;
    border-radius: 1px;
    font-size    : 14px;
    font-family  : "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-weight  : 400;
    color        : #FFFFFF;
    text-align   : center;
    line-height  : 30px;
    display      : block !important;
    margin-top   : 10px;
  }

  .form-box input {
    width        : 50%;
    height       : 31px;
    background   : #F4F6F8;
    border-radius: 1px;
  }

  .form-name {
    margin-right : 10px;
    margin-bottom: 10px;
  }

  .onlineMessage .leftContact p:nth-child(3) {
    font-size    : 10px;
    font-family  : "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-weight  : 400;
    color        : #BEBDC7;
    margin-bottom: 30px !important;
  }

  /* 联系我们end */
  /* 帮助中心 */
  .help-link .how-to-scan-images {
    background     : url('../image/banner_bg_h5.png') no-repeat;
    background-size: cover;
    height         : 318px;
  }

  .help-block {
    padding: 0;
    margin : 0;
    width: 100%;
  }

  .help-title {
    font-size  : 20px;
    font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-weight: bold;
    color      : #FFFFFF;
    text-align : center;
    padding-top: 40px;
  }

  .help-text {
    font-size    : 12px;
    font-family  : "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-weight  : 400;
    color        : #FFFFFF;
    margin-top   : 12px;
    margin-bottom: 20px;
    text-align   : center;
  }

  .search-input {

    background   : #FFFFFF;
    border-radius: 15px;
    height       : 100%;
    padding-left : 10px;
  }

  .help-type-shop {
    margin-top   : 26px;
    margin-bottom: 36px;
    font-size    : 20px;
    font-family  : "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-weight  : bold;
    color        : #00142D;
  }

  .help-parent {
    display: block;
    padding: 0px 20px;
  }

  .help-parent-col img {
    width : 16px;
    height: 16px;
  }

  .help-parent-col p {
    padding-left: 10px;
    margin-top  : 15px;
  }

  .help-parent-col p::before {
    width : 4px;
    height: 4px;
    top   : 7px;
  }

  .viewAll {
    position: absolute;
    right   : 12px;
    top     : 16px;
    padding : 0;
    font-size: 12px;
    border  : none;
  }

  .help-parent-col .contentContainer {
    padding: 0;
  }

  .help-parent-col .help-parent-graphic {
    display      : flex;
    margin-bottom: 0;
    align-items  : center;
  }

  .help-parent-col .help-parent-graphic span {
    font-size  : 14px;
    font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-weight: 400;
    color      : #00142D;
    margin-left: 6px;
  }

  .help-parent-col {
    position     : relative;
    padding      : 15px 12px;
    height       : auto;
    background   : #FFFFFF;
    box-shadow   : 0px 3px 9px 0px rgba(12, 21, 32, 0.07);
    margin-bottom: 10px;
  }

  .help-search {
    margin: 0 auto;
    width : 240px;
    height: 30px;

  }

  .search-btn {
    width        : 50px;
    height       : 24px;
    background   : #cd0000;
    border-radius: 12px;
    font-size    : 9px;
    text-align   : center;
    line-height  : 24px;
    font-family  : "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-weight  : 400;
    color        : #FEFEFE;
    margin-right : 3px;
  }

  /* 帮助中心end */
  /* 模板中心 */
  .template .flex-div {
    display: block;
  }

  .template .template-images {
    height    : 355px;
    background: linear-gradient(0deg, #FFFFFF, #F1F6FC, #F0F5FC);
  }

  .template .Site-description {
    margin : 0;
    padding: 0;
    width  : 100%;
  }

  .template .descriptio1 {
    font-size    : 20px;
    font-family  : "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-weight  : bold;
    color        : #114587;
    text-align   : center;
    padding-top  : 38px;
    margin-bottom: 12px;
    line-height  : 13px;
  }

  .template .descriptio1 br {
    display: none;
  }

  .template .template-detail {
    font-size    : 12px;
    font-family  : "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-weight  : 400;
    color        : #114587;
    line-height  : 18px;
    padding      : 0;
    margin       : 0;
    text-align   : center;
    margin-bottom: 22px;
  }

  .template .Learn-more {
    text-align   : center;
    width        : 210px;
    height       : 30px;
    background   : #cd0000;
    border-radius: 15px;
    font-size    : 14px;
    font-family  : PingFang SC;
    font-family  : "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    color        : #FFFFFF;
    line-height  : 30px;
    margin       : 0 auto;
  }

  .template .Right-margin {
    width     : 310px;
    height    : 204px;
    text-align: center;
    margin    : 0 auto;
    margin-top: 20px;
  }

  .template .Template-title {
    font-size  : 18px;
    font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-weight: bold;
    color      : #00142D;
    margin     : 0;
    text-align : center;
    padding-top: 32px;
    white-space: nowrap;
  }

  .template .Template-title-text {
    margin-top : 10px;
    text-align : left;
    padding    : 0px 35px;
    font-size  : 12px;
    font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-weight: 400;
    color      : #354253;
  }

  .template .Template-title-text br {
    display: none;
  }

  .template .Tempalte-images {
    display: block;
    margin : 0;
    padding: 0;
    padding: 0px 35px;
  }

  .Tempalte-images-value {
    width : 100%;
    height: auto;
  }

  .Tempalte-images-value:nth-child(2n) {
    margin : 0;
    padding: 0;
  }

  .template .Tempalte-images-value:nth-child(1) {
    margin-top   : 20px;
    margin-bottom: 6px;
  }

  .Start-building-website {
    width        : 210px;
    height       : 30px;
    background   : #cd0000;
    border-radius: 13px;

    font-size  : 14px;
    font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-weight: 400;
    color      : #FFFFFF;
    line-height: 30px;
    margin-top : 16px;
  }

  .template .btn-img {
    width : 12px;
    height: 8px;
  }

  /* 模板中心end */
  /* 资讯中心 */
  .Information .descriptio1 {
    padding     : 0;
    margin      : 0;
    margin-top  : 40px;
    font-size   : 20px;
    font-family : "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-weight : bold;
    color       : #00142D;
    padding-left: 20px;
    text-align  : left;
  }

  .Information .template-detail {
    text-align : left;
    padding    : 0px 20px;
    margin-top : 16px;
    font-size  : 12px;
    font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-weight: 400;
    color      : #758296;
  }

  .Information .Right-margin {
    margin-top: 28px;
    height    : auto;
  }

  .News h1 {
    font-size    : 20px;
    font-family  : "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-weight  : bold;
    color        : #00142D;
    margin-top   : 34px;
    margin-bottom: 24px;
  }

  .template .swiper-button-next img,
  .template .swiper-button-prev img {
    display: block;
  }

  .Information .parent {
    padding      : 0 20px;
    display      : block;
    margin-bottom: 40px;
  }

  .Information .News .parent-box img {
    width        : 122px;
    height       : 76px;
    background   : #FFFFFF;
    box-shadow   : 0px 2px 4px 0px rgba(22, 36, 53, 0.06);
    border-radius: 5px;
  }

  .Information .parent-box {
    position     : relative;
    display      : flex;
    margin-bottom: 14px;
  }

  .Information .parent-title {
    position : absolute;
    width    : calc(100% - 132px);
    right    : 0px;
    top      : 24px;
    font-size: 12px;
  }

  .Information .parent-Shoppaas-text {
    margin-left: 10px;
    font-size  : 12px;
  }

  .Information .parent-Time {
    flex         : 1;
    position     : relative;
    text-align   : right;
    /* top       : 4px; */
  }

  /* 资讯中心end */
  /* 关于我们 */
  .about_us .flex-div {
    background: #1870FF;
  }

  .about_us .descriptio1 {
    padding    : 0;
    margin     : 0;
    font-size  : 20px;
    font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-weight: bold;
    color      : #FFFFFF;
    line-height: normal;
    padding    : 0px 20px;
    padding-top: 34px;
    text-align : left;
  }

  .about_us .template-detail {
    margin       : 0;
    padding      : 0px 20px;
    margin-top   : 20px;
    text-align   : left;
    color        : #fff;
    margin-bottom: 16px;
  }

  .about_us .template-detail br {
    display: none;
  }

  .about_us .Learn-more {
    background   : #FFFFFF;
    color        : #1870FF;
    margin-bottom: 34px;
  }

  .about_us .Right-margin {
    padding: 0px 20px;
    height : auto;
  }

  .about_us .Content-area-box {
    display: block;
    padding: 0px 26px;
  }

  .about_us .Content-area-text-title {
    font-size    : 20px;
    font-family  : "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-weight  : bold;
    color        : #00142D;
    margin-top   : 34px;
    margin-bottom: 20px;
    text-align   : center;
  }

  .about_us .Content-area-text-p {
    font-size  : 14px;
    font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-weight: 400;
    color      : #354253;
  }

  .box-m-top {
    margin-top: 20px;
  }

  .about_us .Content-area-img {
    margin: 0;
    height: auto;
    width : 100%;
  }

  .about_us .Content-area-img img {
    width: 100%;
  }

  .about_us .Content-area-row:nth-child(2) .Content-area-box {
    display       : flex;
    flex-direction: column-reverse;
  }

  .about_us .Content-area-box {
    margin-top: 0px;
  }

  .about_us .Content-area-img {
    margin-top: 15px;
  }

  .History-box {
    padding      : 0;
    margin       : 0;
    font-size    : 20px;
    font-family  : "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-weight  : bold;
    color        : #00142D;
    margin-top   : 55px;
    margin-bottom: 32px;
  }

  .History-text-p {
    padding      : 0;
    margin       : 0;
    font-size    : 12px;
    font-family  : "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-weight  : 400;
    color        : #758296;
    margin-top   : 10px;
    margin-bottom: 40px;
  }

  .about_us .History-box h2 {
    padding       : 0;
    margin        : 0;
    font-size     : 20px;
    font-family   : "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-weight   : bold;
    color         : #00142D;
    text-transform: uppercase;
  }



  .about_us .h5-History {
    display        : flex;
    justify-content: space-around;
  }

  .about_us .h5-History .Process-exhibition {
    width     : 70px;
    height    : 54px;
    margin-top: 20px;
  }

  .about_us .h5-jt {
    width     : 11px;
    height    : 11px;
    margin-top: 68px;
  }

  .about_us .h5-jt2 {
    margin-top: 145px;
    width     : 11px;
    height    : 11px;
  }

  .about_us .h5-History .h5-History-text {
    font-size   : 10px;
    font-family : "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-weight : 400;
    color       : #7A808A;
    position    : relative;
    padding-left: 8px;
    position    : absolute;
    margin-top  : 6px;
  }

  .Content-stretched {
    margin-top: 66px;
  }

  .Content-stretched-time {
    margin-bottom: 100px;
  }

  .about_us .h5-History .h5-History-text span {
    position  : relative;
    display   : inline-block;
    width     : 3px;
    height    : 3px;
    background: #4F4F4F;
    left      : -4px;
    top       : -2px;
  }

  .h5-History-text-position {
    width     : 126px;
    margin-top: 14px !important;
  }

  .h5-History-text-position1 {
    width: 180px;

    position  : absolute;
    margin-top: 14px !important;
  }

  .h5-History-text-position1 .h5-History-text {
    position  : relative !important;
    text-align: left !important;
  }

  /* .h5-History-text-position1 {
    width     : 126px;
    left      : -8px;
    margin-top: 14px !important;
  }
  .
  .h5-History-text-position2 {
   width: 164px;
left : -3px;
top  : 306px;
text-align: left;
  }

  .h5-History-text-position3 {
        width: 170px;
    left : -6px;
    top  : 344px;
  } */

  .h5-History-text-position4 {
    width     : 126px;
    left      : -30px;
    margin-top: 14px !important;
  }

  .h5-History-text-position5 {
    width: 135px;
    left : -4px;
    top  : 290px;
  }

  .h5-History-col {
    position: relative;
  }

  /* 关于我们end */
  /* 定价 */
  .price-header {
    height: 168px;
  }

  .table-wrap {
    margin-top: 0px;
    margin    : 0px 20px;
    margin-top: 38px;
  }

  .price-header-title {
    font-size  : 20px;
    font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-weight: bold;
    color      : #00142D;
    margin-top : 38px;
    padding    : 0px 20px;
  }

  .price-header-title2 {
    font-size  : 12px;
    font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-weight: 400;
    color      : #667281;
    margin-top : 10px;
    padding    : 0px 25px;
    text-align : center;
  }

  .free-button {
    width        : 210px;
    height       : 30px;
    line-height  : 30px;
    background   : #cd0000;
    border-radius: 15px;
    font-size    : 14px;
    font-family  : PingFang SC;
    font-family  : "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    color        : #FFFFFF;
    margin-top   : 20px;

  }

  .header-title {
    font-size  : 15px;
    font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-weight: bold;
    color      : #00142D;
  }

  .header-wrap {
    height: 90px;
  }

  .header-desc {
    font-size  : 10px;
    font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-weight: 400;
    color      : #8A929F;
    padding    : 0px 20px;
    text-align : center;
  }

  .content-row {
    height: 40px;

  }

  .row-item {
    line-height: 40px;
    font-size  : 13px;
    font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-weight: 400;
    color      : #00142D;
  }

  .row-item img {
    width : 10px;
    height: 10px;
  }

  .reason {
    font-size    : 20px;
    font-family  : "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-weight  : bold;
    color        : #00142D;
    margin-top   : 34px;
    margin-bottom: 20px;
  }

  .contrast-wrap {
    padding: 0px 20px;
  }

  .shoppass-header {
    height       : 55px;
    background   : linear-gradient(90deg, #0176FF, #4ACCFF);
    border-radius: 10px 10px 0px 0px;
    font-size    : 15px;
    font-family  : "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-weight  : bold;
    color        : #FFFFFF;
  }

  .other-header {
    height       : 47px;
    background   : #EBEFF0;
    border-radius: 0px 10px 0px 0px;
    font-size    : 15px;
    font-family  : "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-weight  : bold;
    color        : #2E4369;
  }

  .shoppass-title {
    font-size  : 14px;
    font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-weight: bold;
    color      : #2E4369;
    padding    : 14px 0px;
  }

  .shoppass-row :nth-child(1) {
    font-size   : 12px;
    font-family : "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-weight : 400;
    color       : #7F8DA5;
    padding-left: 6px;
    padding     : 6px 0px;
    padding-left: 4px;
  }

  .shoppass-row :nth-child(2) {
    font-size   : 12px;
    font-family : "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-weight : 400;
    color       : #2E4369;
    padding-left: 44px;
  }

  .other-row {
    padding    : 18px 20px;
    font-size  : 12px;
    font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-weight: 400;
    color      : #2E4369;
  }

  .other-content {
    padding-top: 20px;
  }

  .shoppass-content {
    padding-bottom: 10px;
  }

  .faq-wrap {
    padding: 0px 20px;
  }

  .faq-content {
    display: block;
  }

  .faq-item,
  .faq-item {
    padding: 0 !important;
    margin : 0 !important;
    width  : 100%;
  }

  .faq-content {
    padding-bottom: 20px;
  }

  .faq-title {
    margin-top   : 38px;
    font-size    : 20px;
    font-family  : "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-weight  : bold;
    color        : #00142D;
    margin-bottom: 30px;
  }

  .faq-item-title {
    font-size    : 16px;
    font-family  : "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-weight  : 500;
    color        : #00142D;
    line-height  : 24px;
    margin-bottom: 15px;
  }

  .faq-item-desc {
    font-size    : 14px;
    font-family  : "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-weight  : 400;
    color        : #354253;
    line-height  : 21px;
    margin-bottom: 25px;
  }

  .detail {
    padding: 0px 20px;
  }

  /* 定价end */
  .h5-nav {
    transition   : max-height 400ms ease 0s;
    position     : absolute;
    top          : 39px;
    left         : 0;
    width        : 100%;
    max-height   : 0px;
    overflow     : hidden;
    /* border-top: 1px solid rgba(225, 229, 233, .26); */
    background   : #fff;
    box-shadow   : 0px 6px 12px 0px rgba(22, 36, 53, 0.06);

  }

  #h5-nav {
    z-index: 999;


  }

  .h5-nav-list a {
    color: #000;
  }

  .h5-nav-list {
    padding      : 16px;
    color        : #000;
    padding-left : 15px;
    font-size    : 18px;
    display      : block;
    border-bottom: 1px solid rgba(225, 229, 233, .5);
    padding-right: 10px;
  }

  /* ui问题修复 */
  .home .avatar {
    width     : 62px !important;
    height    : 62px !important;
    margin-top: 15px;
  }

  .Carousel-type span {
    display: block;
  }

  .Carousel-type span:nth-child(1) {
    margin-right: 0px !important;
    font-size   : 14px;
    font-family : "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-weight : 400;
    color       : #8C929B;
    margin-top  : 8px;
  }

  .Carousel-type span:nth-child(2) {
    font-size    : 10px;
    font-family  : "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-weight  : 400;
    color        : #8C929B;
    margin-bottom: 12px;
  }

  .home .description {
    font-size  : 14px;
    font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-weight: 400;
    color      : #354253;

    margin: 12px 18px 20px 18px;
  }

  .form-box input {
    width     : 100%;
    box-sizing: border-box;
  }

  .h5-form-select {
    display      : flex !important;
    align-items  : center;
    margin-bottom: 10px;
  }

  .h5-form-select .form-select {
    flex        : 1;
    height      : 30px;
    font-size   : 14px;
    padding-left: 6px;
  }

  .form-label {
    font-size: 14px;
  }

  .template .Tempalte-images {
    height    : 300px;
    margin-top: 20px;
    overflow  : hidden;
  }

  .template .Tempalte-images .swiper {
    height: 100%;
  }

  .template .Tempalte-images .swiper img {
    width     : 100%;
    height    : 100%;
    object-fit: contain;
  }

  .head-login,
  .head-enroll {
    height       : 30px;
    width        : 80px;
    text-align   : center;
    line-height  : 30px;
    border-radius: 36px;
    font-size    : 12px;
  }

  .head-login {
    margin-right: 16px;
  }

  .flex_root {
    justify-content: left;
    padding-left   : 15px;
    padding-top    : 15px;
    padding-bottom : 15px;
    border-bottom  : 1px solid #dfdfdf;
  }

  .help-parent-col p {
    font-size  : 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color      : #758296;
  }

  .h5-row-item {
    display: block;
  }

  .pc-row-item {
    display: none;
  }
  .template .swiper-button-prev{
    left: 10% !important;
  }
  .template .swiper-button-next{
    right: 10%  !important;
  }
  .template .swiper-button-next,
 .template .swiper-button-prev{
  width: 20px !important;
  height: 20px !important;
 }

  /* ui问题修复end  */
}

#list-more {
  padding-top: 16px;
}

.list-more {
  display   : none;
  position  : relative;
  z-index   : 5;
  background: #fff;

}

@media screen and (min-width: 750px) {
  .pcheader {
    display: block;
  }

  .H5header {
    display: none;
  }

  .h5-row-item {
    display: none;
  }

  .pc-row-item {
    display: block;
  }

  .large-image {
    display: flex;
  }

  .H5-large-image {
    display: none;
  }

  .Subject-content {
    display: block;
  }

  .h5-Subject-content {
    display: none;
  }

  .h5-descriptio1 {
    display: none;
  }
}
