@import url("https://at.alicdn.com/t/c/font_4317013_owkza85tht.css");
@font-face {
  font-family: "SourceHanSansCN";
  src: url("../fonts/SourceHanSansCN-Regular.ttf");
}
@font-face {
  font-family: "Bilthers";
  src: url("../fonts/Bilthers-2.ttf");
}
@font-face {
  font-family: "SourceHanSansCNLight";
  src: url("../fonts/Source Han Sans CN Light.otf");
}
* {
  padding: 0;
  margin: 0;
}
body {
  font-family: "SourceHanSansCN" !important;
}
ul,
li {
  list-style: none;
}
img {
  display: inline-block;
}
.hide {
  display: none;
}
a {
  text-decoration: none;
  color: #000000;
}
a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
}
@media screen and (min-width: 768px) {
  .content-box {
    width: 1200px;
    margin: 0 auto;
    position: relative;
  }
  .content-box1380 {
    max-width: 1380px;
    margin: 0 auto;
    position: relative;
  }
  .content-full-box {
    margin: 0 auto;
    position: relative;
  }
  .flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .flex {
    display: flex;
  }
  .title {
    text-align: center;
  }
  .title h3 {
    font-size: 32px;
    padding-top: 30px;
    height: 52px;
    z-index: 10;
    position: relative;
  }
  .title h3 i {
    width: 55px;
    height: 55px;
    background-color: #fdbb00;
    margin: -15px auto 0 -30px;
    border-radius: 50%;
    display: inline-block;
  }
  .title h3 .text {
    margin-left: -35px;
  }
  .title p {
    color: #cccccc;
    font-size: 16px;
    padding-bottom: 10px;
    text-transform: uppercase;
  }
  .title p::after {
    display: block;
    content: "";
    width: 60px;
    height: 2px;
    background-color: #fdbb00;
    margin: 5px auto;
  }
  .title-white {
    color: #ffffff;
  }
  .title-white h3 i {
    background-color: #ffd45a;
  }
  .title-white p {
    color: #ffffff;
  }
  .title-white p::after {
    background-color: #ffffff;
  }
  .more {
    padding: 20px 0;
    font-size: 18px;
  }
  .more a {
    color: #fdbb00;
    border: 2px solid #fdbb00;
    border-radius: 50px;
    width: 200px;
    height: 45px;
    margin: 0 auto;
  }
  .more a:hover {
    color: #ffffff;
    background-color: #fdbb00;
    transition: 0.5s;
  }
  .more-white a {
    color: #ffffff;
    border: 2px solid #ffffff;
  }
  .header {
    height: 120px;
    box-shadow: 0 10px 10px rgba(141, 141, 147, 0.1);
  }
  .header .content-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header .nav {
    font-size: 18px;
    font-family: "SourceHanSansCNLight" !important;
  }
  .header .nav ul {
    display: flex;
  }
  .header .nav ul li a {
    display: block;
    padding: 10px 15px;
  }
  .header .nav ul li a:hover {
    color: #fdbb00;
  }
  .header .nav ul li.active a {
    color: #fdbb00;
  }
  .footer {
    height: 310px;
    color: #ffffff;
    background-color: #fdbb00;
    font-family: "SourceHanSansCNLight" !important;
    margin-top: 50px;
  }
  .footer a {
    color: #ffffff;
  }
  .footer .top {
    height: 250px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .footer .top .info {
    margin-top: 40px;
  }
  .footer .top .info p {
    padding-top: 5px;
  }
  .footer .top .nav ul {
    display: flex;
  }
  .footer .top .qrcode {
    font-size: 14px;
  }
  .footer .top .qrcode ul {
    display: flex;
  }
  .footer .top .qrcode ul li {
    padding: 15px;
    text-align: center;
  }
  .footer .top .qrcode ul li img {
    width: 120px;
    padding-bottom: 5px;
  }
  .footer .nav ul li {
    padding: 10px 15px 10px 0;
  }
  .footer .copyright {
    border-top: 1px solid #ffd765;
    line-height: 59px;
    text-align: center;
  }
  .back {
    position: fixed;
    z-index: 9;
    bottom: 350px;
    right: 20px;
    cursor: pointer;
    font-size: 13px;
    color: #666666;
    text-align: center;
    display: none;
  }
  .h5-nav {
    display: none;
  }
  .h5-nav-box {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .title {
    text-align: center;
  }
  .title h3 {
    font-size: 0.42rem;
    padding-top: 0.3rem;
    height: 0.65rem;
    z-index: 10;
    position: relative;
  }
  .title h3 i {
    width: 0.7rem;
    height: 0.7rem;
    background-color: #fdbb00;
    margin: -0.15rem auto 0 -0.3rem;
    border-radius: 50%;
    display: inline-block;
  }
  .title h3 .text {
    margin-left: -35px;
  }
  .title p {
    color: #cccccc;
    font-size: 0.2rem;
    padding-bottom: 10px;
    text-transform: uppercase;
  }
  .title p::after {
    display: block;
    content: "";
    width: 0.6rem;
    height: 0.04rem;
    background-color: #fdbb00;
    margin: 0.05rem auto;
  }
  .title-white {
    color: #ffffff;
  }
  .title-white h3 i {
    background-color: #ffd45a;
  }
  .title-white p {
    color: #ffffff;
  }
  .title-white p::after {
    background-color: #ffffff;
  }
  .more {
    padding: 0.4rem 0;
  }
  .more a {
    color: #fdbb00;
    border: 1px solid #fdbb00;
    border-radius: 1rem;
    width: 2.5rem;
    height: 0.6rem;
    margin: 0 auto;
    font-size: 0.28rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .more-white a {
    color: #ffffff;
    border: 1px solid #ffffff;
  }
  .header {
    box-shadow: 0 10px 10px rgba(141, 141, 147, 0.1);
  }
  .header .content-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 1.1rem;
  }
  .header .logo {
    padding-left: 0.1rem;
  }
  .header .logo img {
    height: 0.9rem;
  }
  .header .h5-nav {
    padding-right: 0.2rem;
    cursor: pointer;
  }
  .header .h5-nav i {
    font-size: 0.48rem;
  }
  .header .nav {
    display: none;
  }
  .header .h5-nav-box {
    position: relative;
    z-index: 11;
  }
  .header .h5-nav-box .modal {
    background-color: #000000;
    opacity: 0.5;
    width: 100%;
    height: 100vh;
    z-index: 0;
    position: absolute;
  }
  .header .h5-nav-box ul {
    background-color: #ffffff;
    position: absolute;
    z-index: 99999999;
    width: 100%;
  }
  .header .h5-nav-box ul li {
    text-align: center;
    font-size: 0.28rem;
    border-bottom: 1px solid #f6f6f6;
  }
  .header .h5-nav-box ul li a {
    display: block;
    height: 0.8rem;
    line-height: 0.8rem;
  }
  .footer {
    color: #ffffff;
    background-color: #fdbb00;
    font-family: "SourceHanSansCNLight" !important;
    margin-top: 0rem;
    font-size: 0.24rem;
    padding: 0.1rem 0;
  }
  .footer a {
    color: #ffffff;
  }
  .footer .top .info {
    margin-top: 0.4rem;
    text-align: center;
  }
  .footer .top .info p {
    padding-top: 5px;
  }
  .footer .top .nav {
    display: none;
  }
  .footer .top .qrcode {
    padding: 0.2rem;
    font-size: 0.24rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer .top .qrcode ul {
    display: flex;
    margin: 0 auto;
  }
  .footer .top .qrcode ul li {
    text-align: center;
    padding: 0 0.1rem;
  }
  .footer .top .qrcode ul li img {
    width: 1.5rem;
    margin: 0 auto;
  }
  .footer .nav ul li {
    padding: 10px 15px 10px 0;
  }
  .footer .copyright {
    border-top: 1px solid #ffd765;
    line-height: 0.4rem;
    text-align: center;
    padding: 0.1rem 0.1rem 0 0.1rem;
  }
  .hide {
    display: none;
  }
  .show {
    display: block;
  }
  .h5-recommended {
    display: none;
  }
}
