/* 初始化样式 */

html {
    font-family: "microsoft yahei", Helvetica, Arial, Times, serif, sans-serif;
    -webkit-text-size-adjust: none;
    word-break: break-word;
    font-size: 14px;
}

html {
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

body {
    color: #333;
    background: #f2f6f7;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}


/* 
img{vertical-align: middle;text-align:center;-ms-interpolation-mode: bicubic;width:100%;} */

img {
    border: 0 none;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

address,
caption,
cite,
code,
dfn,
em,
i,
strong,
th,
var,
b {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

ol,
ul li {
    list-style: none;
}

caption,
th {
    text-align: left;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
}

a {
    text-decoration: none;
    color: #333;
    cursor: pointer;
    transition: all 0.2s linear 0s;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    outline: none;
}

a:active {
    text-decoration: none;
    outline: none;
}

a:focus {
    outline: none;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    vertical-align: baseline;
    *vertical-align: middle;
    /*border:none;*/
}

button,
input[type=button],
input[type=submit],
input[type="reset"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible;
}

input {
    border: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}


/* 公共样式 */

.clearfix:after {
    content: '\0020';
    display: block;
    height: 0;
    clear: both;
    font-size: 0;
    visibility: hidden
}

.clearfix {
    *zoom: 1
}


/*.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    zoom: 1;
}*/

.tel {
    text-align: left;
}

.tec {
    text-align: center;
}

.ter {
    text-align: right;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.center {
    margin: 0 auto;
}

.clear {
    clear: both;
}

.cl {
    clear: left;
}

.cr {
    clear: right;
}

.vm {
    vertical-align: middle;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.zoom {
    zoom: 1
}

.disib {
    display: inline-block;
}

.disb {
    display: block
}

.none {
    display: none;
}

.pad_box {
    padding: 0 10px;
    box-sizing: border-box;
    width: 100%;
}

.pbtop {
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
}

.pbcenter {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    position: absolute;
}

.pbbottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.fwb {
    font-weight: bold;
}

.fwn {
    font-weight: normal;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt12 {
    margin-top: 12px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mr25 {
    margin-right: 25px;
}

.pb5 {
    padding-bottom: 5px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb40 {
    padding-bottom: 40px;
}

.p10 {
    padding: 10px;
}

.pt10 {
    padding: 10px;
}

.pt15 {
    padding: 15px;
}

.pl50 {
    padding: 50px;
}

.wryh {
    font-family: "microsoft yahei";
}