html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
a,
p,
span,
strong,
b,
input,
textarea,
button,
table,
tr,
td,
th,
em,
i,
var,
div,
img {
    margin: 0;
    padding: 0;
}

html,
body {
    /*-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;*/
    /*-webkit-overflow-scrolling: touch;*/
    /*touch-action: auto;*/
    /* overflow-x: hidden; */
    -webkit-appearance: none;
/*    max-width: 750px; */
    /*margin:  0 auto;*/
    font-size: 0.24rem;
    font-family: "Microsoft YaHei", "微软雅黑", \5FAE\8F6F\96C5\9ED1, "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
    background-color: #FFF;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
}

li {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

textarea {
    resize: none;
}

em,
i {
    font-style: normal;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #c3ced3;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #c3ced3;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #c3ced3;
}

b,
strong {
    display: block;
}

a {
    display: block;
    color: inherit;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

input {
    outline: none;
}

button {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

* {
    box-sizing: border-box;
    line-height: 1.3;
}

p {
    text-align: justify;
    word-wrap: break-word;
    word-break: normal;
    font-size: 0.24rem;
    line-height: 1.6;
    color: #666666;
}

p img {
    display: inline-block;
}

img {
    display: block;
    max-width: 100%;
}

.clear-float:after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    clear: both;
}

.clearfix:after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    clear: both;
}

input[type='text'],
input[type='password'],
textarea,
button {
    background-color: transparent;
    border: none;
    /*-webkit-appearance: none;*/
    -webkit-appearance: none;
    appearance: none;
    /*-webkit-tap-highlight-color: rgba(255, 255, 255, 0);*/
}


/*弹窗*/
