/*@font-face {
  font-family: 'PingFang Subset';
  src: 

    local('PingFang SC'), 
    local('苹方-简'),
    

    url('../fonts/PINGFANG_SC_REGULAR.subset.woff2') format('woff2');
  
  font-weight: 400;       
  font-style: normal;     
  font-display: swap;     
  unicode-range: U+4E00-9FFF, U+FF00-FFEF; 
}*/

@font-face {
    font-family: 'Figtree-Regular';
    src: url('../fonts/Figtree-Regular.ttf');
}

body {
    line-height: 1.6;
    font-size: 16px;
    font-weight: 400;
    visibility: visible;
    font-family:'Figtree-Regular','Microsoft YaHei','PingFang SC',arial,sans-serif;
    color: #333333;
    overflow-x: hidden;
  }
  
p{
    margin-bottom: 10px;
}
ul,li{
    list-style: none;
}
ul{
    padding-left: 0px;
}
a{
    text-decoration: none !important;
}
a:hover{
    color: #000000;
}

.pc{
    display: block;
}@media(max-width:992px){
    .pc{
        display: none;
    }
}

.w-90{
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
}

.btn:focus,
.btn:active,
.form-control:focus {
    outline: none;
    box-shadow: none;
    border: none;
}