@charset"utf-8";

 body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, fieldset, legend, button, input, textarea, th, td, img {
    margin: 0;
    padding: 0;
}
ul, ol {
    list-style: none;
}
i, b {
    font-style: normal;
}
li {
    list-style: none;
}
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
body, button, textarea, input, table{
    font-family:"Microsoft yahei", "PingFangSC-Regular", "Noto Sans", "sans-serif", "Helvetica", "Heiti SC";
    font-size: 0.18rem;
    word-wrap: break-word;
    word-break: break-word;
    font-weight: bold;
}
button {
    border: none;
}
textarea, input {
    background: #fff;
}
img {
    border: none;
}
a:link {
    text-decoration: none;
    outline: none;
}
a:hover {
    text-decoration: none;
    outline: none;
}
a:visited {
    text-decoration: none;
    outline: none;
}
a:active {
    star:expression(this.onFocus=this.blur());
    text-decoration: none;
    outline: none;
}
.clear:after, .clear:before {
    visibility: hidden;
    display: block;
    font-size: 0;
    content:" ";
    clear: both;
    height: 0;
}
.clear {
    zoom: 1;
}
.ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.ellipsis_b {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: pre-wrap;
}
table {
    width: 100%;
    border: 0 none;
    border-collapse: collapse;
    table-layout: auto;
    font-weight: normal;
}
:focus {
    outline: 0;
}
input {
    width: auto;
    height: 0.14rem;
    *width: 1;
    padding: 0.07rem 0.1rem;
    background: none;
    overflow: visible;
    font-size: 0.16rem;
    border: 0.01rem solid #999999;
    color: #999999;
}
input, textarea {
    outline: none;
    box-sizing:content-box;
}
textarea {
    resize: none;
    overflow: auto;
}
html body input:focus {
    border-color: rgb(180, 180, 180);
    border: 0.01rem solid #666666;
    color: #666666;
}
input.readonly {
    color: #DEDEDE;
}
input.readonly:hover {
    cursor: not-allowed;
}
input.readonly:focus {
    border: 0.01rem solid #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #DEDEDE;
}
.rounded {
    -moz-border-radius: 0.04rem;
    -webkit-border-radius: 0.04rem;
    -o-border-radius: 0.04rem;
    -ms-border-radius: 0.04rem;
    border-radius: 0.04rem;
}
input::-webkit-input-placeholder {
    color: #999999;
}
/* WebKit browsers */
 input::-moz-placeholder {
    color: #999999;
}
/* Mozilla Firefox 19+ */
 input:-moz-placeholder {
    color: #999999;
}
/* Mozilla Firefox 4 to 18 */
 input:-ms-input-placeholder {
    color: #999999;
}
 .vertialign_mid {
    vertical-align: middle;
}
input::-ms-clear, input::-ms-reveal {
    display:none;
}
input:-webkit-autofill {
    -webkit-box-shadow:0 0 0 10rem #f8f8f8 inset;
}
.double_click {
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
}