.content {
  padding: 0px;
}



.fa-side {
  color: gray;
  font-size: 20px;
}

.wechat_div {
  position: fixed;
  bottom: 80px;
  right: 150px;
}


.white_span {
  color: white;
}

.yellow_span {
  color: #ea5014;
}


.learn_more {
  border-bottom: 2px solid #ea5014;
  font-size: 12px;
  padding-bottom: 4px;
  font-weight: 300;
}

.h3_product_name {
  font-size: 14px;
  margin: 0;
}

.swiper-button-warp {
  overflow: hidden;
  height: 100% !important;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 32px !important;
  left: 0;
  width: 100%;
}



/* base */
.round {
  border-radius: 50%;
}

.ml10 {
  margin-left: 10px;
}

.a-style {
  text-decoration: none;
  outline: none;
}

ul {
  padding: 0px;
  margin: 0px;
}

li {
  list-style-type: none;
}

a:link,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
}

/* deteil */
.a_product {
  color: #ea5014;
}

/* 轮播图 */

.sider {
  height: 100%;
  width: 100%;
  position: relative;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.sider4 {
  background-size: auto 100% !important;
}

.common-big-btn {
  display: inline-block;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  min-width: 160px;
  margin-top: 30px;
}

.sider .shop-link {
  color: #fff;
  position: absolute;
  width: 100%;
}

.shop-link1 {
  margin-left: 26%;
  top: 50%;
  transform: translateY(-50%);
}



.shop-link4 {
  left: 54%;
  transform: translateY(50%);
  bottom: 50%;
  opacity: .1;
}

.shop-link4 .fs20 {
  margin-bottom: 50px;
}

.shop-link5 {
  left: 56%;
  bottom: 50%;
  transform: translateY(50%);
}

.shop-link-touch {
  margin-top: 20%;
  margin-left: 46%;
}

.shop-link6 {
  top: 45%;
  color: #333 !important;
}

.shop-link3 a:first-child,
.shop-link6 .learn_more {
  color: #333;
}

.sider .shop-link {
  margin-left: 10px;
}

.detail {
  width: 820px;
  font-family: PingFangSC;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1px;
  text-align: justify;
  color: #fff;
  margin-bottom: 23px;
}

.title {
  font-size: 33px;
  font-family: monospace;
  margin-bottom: 20px;
  height: 36px;
}

.now-bye {
  display: block;
  width: 146px;
  height: 40px;

  border-radius: 2px;
  border: solid 1px #666;
  background-color: #000;
  font-family: PingFangSC;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 40px;
  letter-spacing: normal;
  color: #fff !important;
  text-align: center;
}

.sider .shop-link .common-btn .fa-angle-right {
  font-size: 120%;
  margin-left: 4px;
}

/* 底部 */
footer {
    /*position: static;*/
    width: 100%;
    /*position: absolute;
    bottom: 0px;*/
    margin-top: 120px;
    height: 64px;
    background-color: #000;
}

.legal-wrap {
  background-color: #fff !important;

}

/* 隐藏菜单 */
.hide-menu {
  position: relative;
  text-align: right;
}

.hide-menu .btn-list {
  font-size: 12px;
  position: absolute;
  right: 0px;
  bottom: 120px;
  z-index: 1000;
}

.hide-menu .btn-list li {
  display: none;
  padding: 10px 15px;
}

.hide-menu #show-btn {
  position: absolute;
  right: 0px;
  bottom: 60px;
  color: #333;
  margin: 10px 15px;
  cursor: pointer;
  border-radius: 50%;
  text-align: center;
  z-index: 500;
  width: 30px;
  height: 30px;
}

#show-btn img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  padding: 8px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.swiper-button-prev,
.swiper-button-next {
  width: 54px;
  height: 72px;
  right: 30px;
  padding: 21px 18px;
  border-radius: 8px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(160, 160, 160, 0.35);
  background-size: 18px 30px;
}

.swiper{
  --swiper-navigation-color: #666;/* 单独设置按钮颜色 */
  --swiper-navigation-size: 30px;/* 设置按钮大小 */
}
.swiper-button-prev {
  left: 30px;
}


.swiper-pagination-bullet-active {
  background: #00adef !important;
}

.mb50 {
  margin-bottom: 50px;
}

.fs20 {
  font-size: 20px;
}

.fs40 {
  font-size: 40px;
}

#show-btn {
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-name: breathe;
  -webkit-animation-duration: 1200ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
}

@-webkit-keyframes breathe {
  0% {
    box-shadow: 0 1px 4px rgba(204, 204, 204, 0.4), 0 1px 2px rgba(204, 204, 204, 0.3) inset;
    background-color: #fff;
  }

  100% {
    border: 1px solid rgba(221, 221, 221, 0.7);
    box-shadow: 0 1px 30px #cccccc, 0 1px 15px rgb(204, 204, 204) inset;
    background-color: #cccccc;
  }
}

.shop-link2 {
  right: 55%;
  top: 45%;
}

.shop-link2 img {
  width: 260px;
}


.sider0 .img-wrap {
  position: relative;
  height: 56%;
  top: 50%;
  left: 50%;
  transform: translate(-20%, -50%);
}

.sider0 img {
  position: absolute;
  height: 100%;
}


.pngcover-slider1 {
  -webkit-animation: spin 60s linear infinite;
  -moz-animation: spin 60s linear infinite;
  animation: spin 60s linear infinite;
  transform-origin: 43% 49%;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}



.img-close {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -moz-transform: rotate(45deg);
  /* Firefox */
  -webkit-transform: rotate(45deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(45deg);
  /* Opera */
}

.sider .image-text {
  font-weight: 100;
}

.mt30 {
  margin-top: 30px;
}

.sider2 img {
  position: absolute;
  height: 100%;
  width: auto;
  min-width: 100%;
}

.sider4-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(.9);
  opacity: .6;
  height: 65%;
}

.swiper-slide-active .sider4-img {
  transform: translate(-51%, -51%) scale(1);
  opacity: 1;
  transition: transform 3s, opacity 3s;
}
.now-bye.learn-more{
  background: #000!important;
  border-color: #000!important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.credit-box{
  display: flex;
}
.test-credit-limit{
  display: none;
}
@media screen and (min-width:1500px) {
  .sider4-img {
    height: 50%;
  }
  .sider1 .detail {
    color: #000;
  }
  .sider1 .detail.detail2 {
    color: #fff;
  }
}

.projective {
  opacity: 0;
}

.swiper-slide-active .shop-link4,
.swiper-slide-active .projective {
  opacity: 1;
  transition: opacity 4s;
}

@media (max-width:1200px) {

  /*手机 ipad设备*/

  .swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 15px !important;
  z-index: 1000;
     }

  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
  .swiper-slide{
    overflow: hidden;
  }
  .swiper-container .swiper-wrapper {
    width: 100vw !important
  }
  .title {
    color: #fff !important;
  }
  .detail {
    width: 100%;
    /*color: #fff !important;*/
  }
  img.sliderimg{
    width: 100%;
    height: 240px;
    object-fit: cover;
  }


  .content,
  .swiper-container {
    /*height: calc(100vh - 158px);*/
    position: relative;
    background-color: black;
  }

  .content {
    padding-top: 64px;
  }

  .sider .shop-link {
    margin: 0;
    /*padding: 0 10px;*/

  }
  .navbar-collapse{
    width: 100vw;
    margin-left: -21px;
  }
  .my-nav li a{
    all:initial;
    font-size: 14px;
  }
  .navbar-nav{
    margin: 0;
  }
  .navbar-collapse{
    background-color: #000;
  }
  .li-menu{
    height: 64px;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    padding: 0 10px;
  }
  li:last-child .li-menu{
    border-bottom: none;
  }

  .sider {
    /*background-color: black;*/
    height: 322px !important;
  }
  .detail{
    width: 85%;
    margin: 16px 24px;
    font-family: PingFangSC;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1px;
    text-align: justify;
    color: #fff;
  }
  .title{
    font-size: 22px;
    width: 90%;
    margin: 24px 74.5px 16px 24px;
  }
  .now-bye  {
    margin: 24px 150px 44px 24px;
    width: 146px;
    height: 40px;
    /* padding: 8px 39px 10px; */
    padding: 5px 10px 5px;
    font-family: PingFangSC;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    border: solid 1px #666;
  }
  img.titleimg {
    width: auto !important;
    height: 24px;
    min-width: auto;
  }
  footer {
    /*position: static;*/
    width: 100%;
    /*position: absolute;
    bottom: 0px;*/
    margin-top: 65px;
    height: 64px;
    background-color: #000;
  }

}

@media (min-width:1200px) {
 /*PC*/
  .content,
  .swiper-container {
    height: calc(100vh - 184px);
    position: relative;
  }
  .sider1 .detail {
    color: #000;
  }
  .sider1 .detail.detail2 {
    color: #fff
  }
  .sider1 .detail.detail2.detail-content {
    width: 500px;
  }

  .shop-link3 {
    bottom: 65%;
    left: 7%;
    transform: translateY(50%);
  }
  .content {
    padding-top: 120px;
  }
  .swiper-pagination-bullet {
    width: 60px;
    height: 2px;
    display: inline-block;
    border-radius: 0;
  }
  img.sliderimg {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    object-fit: cover;
  }
  img.titleimg {
    /*width: 332px !important;*/
    width: auto !important;
    height: 36px !important;
    min-width: auto;
  }
}

.swiper-wrapper {
  padding: 0;
}

@media screen and (min-width:769px) and (max-width:1200px) {
  /*pad pro*/
   .content,
   .swiper-container {
     /*height: calc(100vh - 684px);*/
     position: relative;
   }
   .swiper-slide {
      min-height: calc(100vh - 284px);
   }

   .detail {
     font-size: 18px;
   }

   .swiper-button-prev, .swiper-button-next {
     display: block;
   }
   .shop-link3 {
     bottom: 20%;
     left: 7%;
     transform: translateY(50%);
   }
   .content {
     padding-top: 0px;
   }
   .sider1 .detail {
      color: #000;
   }
   .sider1 .detail.detail2 {
    color: #fff;
   }
   .swiper-pagination-bullet {
     width: 60px;
     height: 2px;
     display: inline-block;
     border-radius: 0;
   }

   img.sliderimg {
     position: absolute;
     height: 100%;
     width: 100%;
     top: 0;
     object-fit: cover;
   }

   img.titleimg {
     width: auto !important;
     height: 36px !important;
     min-width: auto;
   }
 }

 @media (width:768px)  {
  /*pad*/
   .content,
   .swiper-container {
     /*height: calc(100vh - 484px);*/
     position: relative;
   }

   .swiper-slide {
      min-height: calc(100vh - 284px);
   }

   .detail {
    font-size: 18px;
   }

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


   .shop-link3 {
     bottom: 20%;
     left: 10%;
     transform: translateY(50%);
   }
   .sider1 .detail {
     width: 82%;
     color: #000;
   }
   .sider1 .detail.detail2 {
    color: #fff;
   }
   .content {
     padding-top: 0px;
   }
   .swiper-pagination-bullet {
     width: 60px;
     height: 2px;
     display: inline-block;
     border-radius: 0;
   }

   img.sliderimg {
     position: absolute;
     height: 100%;
     width: 100%;
     top: 0;
     object-fit: cover;
   }

   img.titleimg {
     width: auto !important;
     height: 36px !important;
     min-width: auto;
   }
 }
 @media (max-width:767px)  {
  .credit-box{
    display: flex;
    justify-content: space-between;
  }
  .now-bye.learn-more{
    border-color: #666!important;
    margin: 16px 24px;

  }
  .now-bye.test-credit-limit{
    display: block;
    padding: 0;
    line-height: 40px;
    text-align: center;
    margin: 16px 24px;
  }

  .titleimg.titlecompany {
    content: url(../img/home/invalid-name2@3x.png);
  }

  #slider-welcome-afc .sliderimg {
    content: url(../img/home/entity_mb.jpg);
    display: block;
  }
 }

@media (max-width:450px) {
  /*手机. pad*/
  .menu-fa{
    display: block;
  }
}

@media (width:320px) {
  /*iphone5s*/
  .container {
    padding-left: 0px;
    padding-right: 0px;
  }

  .line {
    margin: 0 3px;
  }
}
