@import '../font/iconfont.css';
/*解决在app内长按复制*/
*:not(input):not(textarea){
    -webkit-touch-callout:none; /*系统默认菜单被禁用*/
    -webkit-user-select:none; /*webkit浏览器*/
    -khtml-user-select:none; /*早期浏览器*/
    -moz-user-select:none;/*火狐*/
    -ms-user-select:none; /*IE10*/
    user-select:none;
}

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
    color: #333;
}

body, button, input, select, textarea {
    font-size: 2rem;
    line-height: 150%;
    font-family: PingFangSC-Medium, PingFang SC, Microsoft YaHei, tahoma, arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

address, cite, dfn, em, var {
    font-style: normal;
}

code, kbd, pre, samp {
    font-family: couriernew, courier, monospace, sans-serif;
}

small {
    font-size: 2rem;
}

ul, ol {
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: #a88c02;
    text-decoration: underline;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

fieldset, img {
    border: 0;
}

img {
    width: 100%;
    vertical-align: text-bottom;
    object-fit: cover;
}

table {
    width: 100%;
    text-align: center;
    border-spacing: 0;
    border-collapse: collapse;
    table-layout:fixed
}

td {
    color: inherit;
}

input {
    color: inherit;
    width:100%;
    height:30px;
    line-height: 30px;
    text-align: left;
    border:none;
    border-radius:3px;
    background:#eee;
}

textarea {
    border: none;
    resize: none;
    outline: none;
}

.an1_iconfont{
    font-size:inherit;
}

.mask {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}
