html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html, body, .login-container {
    height: 100%;
    width: 100%;
    font-family: PingFang SC-Bold, PingFang SC;
}

.login-container {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

/*清除浮动*/
.clearfix:before, .clearfix:after{
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
}

/*修改滚动条样式*/
::-webkit-scrollbar-track {
    border-radius: .01rem;
}

::-webkit-scrollbar {
    width: .05rem !important;
    height: .05rem;
}

::-webkit-scrollbar-thumb {
    border-radius: .01rem;
    background-color: #C1C1C1;
}

html::-webkit-scrollbar {
    height: 0rem !important;
}

.layui-layer {
    top: 1.74rem!important;
    background: #FFE0DE!important;
    border-radius: .1rem!important;
    font-size: .14rem!important;
    font-weight: 400!important;
    color: rgba(255,49,49,0.98)!important;
}

.option-wrap div {
    height: .6rem;
    line-height: .6rem;
    padding: 0 .16rem;
    cursor: pointer;
}

.right-area .option-wrap div {
    height: .74rem;
    line-height: .74rem;
    font-size: .24rem;
}

.content-white-black {
    color: #333!important;
    background: #fff!important;
}

.content-white-black .layui-layer-btn a {
    font-size: 16px;
    height: 32px;
    line-height: 32px;
}
