
html, body, div, p, ul, li, dl, dt, dd, em, i, em, span, a, img, input, h1, h2, h3, h4, h5, a, img, input, select, textarea {
    margin: 0;
    padding: 0;
    font-style: normal;
    list-style: none;
    border: none;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
    -webkit-appearance: none;
    -webkit-text-size-adjust: none;
}

img {
    display: block;
}

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

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
}

input[type="number"] {
    -moz-appearance: textfield;
}


.is_pc ::-webkit-scrollbar {
    width: .1rem;
}

.is_pc ::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 1);
}

.is_pc ::-webkit-scrollbar-thumb {
    border-radius: .2rem;
    background-color: #aaaaaa;
    width: .1rem;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.hide {
    font-size: 0;
    text-indent: -9999em;
    width: 0;
    height: 0;
    overflow: hidden;
}

.t {
    font-size: 0;
    text-indent: -9999em;
    display: block;
}

.bg {
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 0 0;
}

.t-c {
    text-align: center;
}

.t-l {
    text-align: left;
}

.t-r {
    text-align: right;
}

.flex {
    display: flex;
}

.flex-col {
    flex-direction: column;
}

.flex-c {
    justify-content: center;
}

.flex-m {
    align-items: center;
}

.flex-r {
    justify-content: flex-end;
}

.flex-w {
    flex-wrap: wrap;
}

.flex-0 {
    flex-shrink: 0;
}

.flex-1 {
    flex: 1;
}

.in {
    display: inline-block;
}

.t-b {
    font-weight: bold;
}

.t-white {
    color: #fff;
}

.t-yellow {
    color: #ffd870;
}

.t-red {
    color: #ff3400;
}


/*重置lay.js的toast弹窗样式*/
body .lay-msg {
    font-size: .24rem;
    padding: .10rem .22rem;
}

body .lay-load {
    font-size: .24rem;
}

body .lay-load .lay-load-icon {
    width: .60rem;
    height: .60rem;
    background-size: 100% auto;
    background-position: center center;
}