@charset "utf-8";

* {
  margin: 0;
  padding: 0;
}
html,
body {
  background: #000;
  font-family: Helvetica Neue, PingFang SC, Microsoft YaHei, Helvetica, Arial,
    sans-serif;
  color: #fff;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:any-link {
  color: unset;
}
ul,
li {
  list-style: none;
}
img{
  width: 100%;
}

.main{
  max-width: 14.4rem;
  margin: 0 auto;
}

nav{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.3rem;
}

.logo{
  width: 3.8rem;
  line-height: 0;
}

.link{
  display: flex;
  justify-content: space-between;
}

.link a{
  display: block;
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #19EB56;
}

.link a:last-child{
  margin-left: 0.3rem;
}

h1{
  width: 4.74rem;
  line-height: 0;
}

.content ul li{
  background: url(./images/gou.webp) no-repeat left center;
  background-size: 0.16rem 0.18rem;
  font-size: 0.18rem;
  line-height: 0.28rem;
  padding-left: 0.33rem;
  margin-bottom: 0.16rem;
}

.content{
  display: flex;
  align-items: center;
}

.content .pro-icon{
  width: 0.91rem;
  line-height: 0;
  margin-bottom: 0.3rem;
}

.content .pro-title, .content .pro-title img{
  width: auto !important;
  height: 0.4rem;
  line-height: 0;
}

.content p{
  width: 5.92rem;
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #B9BEBA;
  margin: 0.32rem 0 0.58rem;
}

.content .tip{
  font-size: 0.12rem;
  color:#FF5182;
  margin-top: 0.24rem;
  line-height: 0.3rem;
}

.banner{
  width: 9.61rem;
  line-height: 0;
}

footer{
  position: fixed;
  bottom: 0;
  background: rgba(27,27,27,0.95);
  left: 0;
  right: 0;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #7E827F;
  padding: 0.24rem 0;
  z-index: 10;
}

.footer-bar{
  display: flex;
  justify-content: space-between;
}

.footer-bar .email{
  color: #00FF00;
  margin-right: 0.24rem;
}

.footer-bar .lang{
  color: #7E827F;
}

.footer-bar .lang a{
  color: #fff;
}

.slider{
  position: relative;
}

.slick-dots {
  bottom: 0.4rem !important;
  /* background-color: #fc0; */
}

.slick-dots li button:before{
  color: #fefefe !important;
}

.slick-dots li.slick-active button:before{
  color: #fff !important;
  opacity: 1;
}

@media screen and (max-width: 640px) {
  nav{
    padding: 20px 0;
  }

  .logo{
    width: 50%;
  }

  .link{
    margin-left: 20px;
  }

  .link a{
    font-size: 10px;
    line-height: 150%;
  }

  .main{
    max-width: 94%;
  }

  .content{
    display: block;
    margin-top: 30px;
  }

  h1{
    width: 100%;
  }

  .content p{
    width: 100%;
    font-size: 14px;
    line-height: 130%;
    margin: 30px 0;
  }

  .content ul li{
    background-size: 16px 18px;
    padding-left: 30px;
    font-size: 14px;
    line-height: 130%;
  }

  .banner{
    width: 100%;
    margin-top: 20px;
  }

  .content .pro-icon{
    width: 91px;
    margin-bottom: 30px;
  }

  .content .pro-title, .content .pro-title img{
    height: 30px;
  }

  .content .tip{
    font-size: 12px;
    line-height: 140%;
    margin-top: 24px;
  }

  footer{
    font-size: 12px;
    line-height: 120%;
    padding: 14px 0;
  }

  .footer-bar{
    display: block;
  }

  .footer-bar >div:last-child{
    margin-top: 10px;
  }

  .owl-controls{
    display: none !important;
  }
}