blockquote, body, button, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, pre, table, td, textarea, th, ul {
    margin: 0;
    padding: 0;
    font-family: pingFangSC-Regular, "Microsoft YaHei";
    word-break: break-all
}

body, button, input, select, textarea {
    font: 12px/24px Arial, 'Microsoft Yahei', "宋体", sans-serif
}

address, cite, em, i {
    font-style: normal
}

small {
    font-size: 12px
}

li {
    list-style: none
}

a, a:hover {
    text-decoration: none
}

legend {
    color: #000
}

fieldset, img {
    border: 0
}

button, input, select, textarea {
    font-size: 100%;
    line-height: normal
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input[type=button], input[type=submit], input[type=reset] {
    cursor: pointer
}

iframe {
    display: block
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.clearfix {
    zoom: 1
}

body {
    opacity: 1;
}

label input {
    line-height: 1;
    font-size: .32rem;
    color: #000;
    border: none;
    outline: none;
    background: none;
}


input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-text-fill-color: #000 !important;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    background-color: transparent;
    background-image: none;
    transition: background-color 50000s ease-in-out 0s;
    /*背景色透明 生效时长 过渡效果 启用时延迟的时间*/
}

/* 点击高亮修复 */
div {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

::-webkit-scrollbar {
    display: none;
    /* background-color:transparent; */
}

iframe {
    display: none !important;
}