@charset "UTF-8";
@font-face {
    font-family: 'pf';
    src: url('fonts/PingFang_SC_Medium_0.ttf');
    font-style: normal;
}

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

html,
body {
    color: #333;
    font-family: "微软雅黑";
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
    overflow-x: hidden;
    font-size: .16rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
i,
em {
    font-style: normal;
    font-weight: normal;
}

li {
    list-style: none;
}

a {
    text-decoration: none !important;
}

img,
input {
    border: 0;
    outline: none;
}

button {
    outline: none;
    border: none;
}

.m-index {
    display: none;
}


.top>img.wap {
    display: none;
}

body .clear {
    float: none !important;
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}


.w16 {
    max-width: 16rem;
    margin: 0 auto;
    width: 100%;
}

.w14 {
    max-width: 14rem;
    margin: 0 auto;
    width: 100%;
}

.w15 {
    max-width: 15rem;
    margin: 0 auto;
    width: 100%;
}

