@font-face {
    font-family: 'PingFangSC-Regular';
    src: url('/template/default/css/../fonts/PINGFANG_SC_REGULAR.woff2');
}
@font-face {
    font-family: 'PINGFANG_BOLD';
    src: url('/template/default/css/../fonts/PINGFANG_BOLD.woff2');
}
body {
    line-height: 1.6;
    font-size: 16px;
    font-weight: 200;
    visibility: visible;
    font-family:'PingFangSC-Regular',sans-serif;
    color: #4d4d4d;
    overflow-x: hidden; /* Òþ²ØºáÏò¹ö¶¯Ìõ */
    background: #f7f6f4;
  }
  
p{
    margin-bottom: 10px;
}
ul,li{
    list-style: none;
}
ul{
    padding-left: 0px;
}
a{
    text-decoration: none !important;
}
a:hover{
    color: #ae382c;
}

.pc{
    display: block;
}@media(max-width:992px){
    .pc{
        display: none;
    }
}

@media (min-width:992px){
    .w-90{
        width: 86.8%;
        /*max-width: 1666px;*/
        margin: 0 auto;
    }
    .w-80{
        width: 80%;
        max-width: 1500px;
        margin: 0 auto;
    }
}


.btn:focus,
.btn:active,
.form-control:focus {
    outline: none;
    box-shadow: none;
    border: none;
}


.pic{
    overflow: hidden;
}
.pic img{
    transition: all .5s;
}
.pic:hover img{
    transform: scale(1.1);
}


@media(min-width:992px){
    .w-868{
        width: 86.8%;
        max-width: 1420px;
        margin: 0 auto;
    }
}
@media (min-width:992px){
    .w-872{
        width: 87.2%;
        margin: 0 auto;
    }
}