/*公共样式--开始*/
html, body, div, ul, li, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, form, input, textarea, th, td, select {
    margin: 0;
    padding: 0;
}
html {
    -webkit-text-size-adjust:none; 
}
html, body {
    font-family:Microsoft YaHei;
    font-weight: 400;
    color: #000;
}

body {
    font-size: .16rem;
}

h1, h2, h3, h4, h5, h6 {
   font-weight: normal;
}
ul,ol {
    list-style: none;
}

img {
    border: none;
}

a {
    text-decoration: none;
    color: #2A303B;
    cursor: pointer;
}

table {
    border-collapse: collapse;
    table-layout: fixed;
}

input, textarea {
    outline: none;
    border: none;
    background: none;
}

input:focus { 
    outline: none;
    background: none;
 } 

textarea {
    resize: none;
    overflow: auto;
}

strong, b {
    font-weight: normal;
}

em, i {
    font-style: normal;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: ".";
    width: 0;
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
    overflow:hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}
.ellipse {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.w_100{
    width: 100%;
}
.w_200{
    width: 200px!important;
}
.w_400{
    width: 400px!important;
}
.mt-0{
    margin-top: 0!important;
}
.border-top-0 {
    border-top: 0!important;
}
.ml-auto{
    margin-left: auto;
}