@charset "utf-8";
*,html,body,div,a,p,span,img,h1,h2,h3,h4,h5,h6,input,button,form,select,textarea,label,i,b,strong,ul,ol,li,dl,dt,dd {
    padding: 0;
    margin: 0;
    font-family: "Microsoft YaHei";
    color: #333;
    font-size: 14px;
    word-break: break-all
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: inherit;
    font: 100%
}

span,a,i,strong,b {
    color: inherit;
    font-size: inherit;
    font-style: normal;
    font-weight: normal;
    list-style: none
}

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

ul,li {
    list-style: none
}

textarea {
    resize: none;
    box-sizing: border-box
}

a {
    text-decoration: none;
    font-size: inherit;
    color: inherit
}
a:hover {
    text-decoration: none;
}

address,caption,cite,code,dfn,em,strong,th,var,b {
    font-style: normal;
    font-weight: normal
}

input,select,button,a,textarea,input:focus,select:focus,button:focus,a:focus,textarea:focus {
    outline: 0
}

.l-inline {
    display: inline-block
}

.l-show {
    display: block
}

.l-hide {
    display: none
}

.l-disabled {
    background: #ccc!important;
    color: #666!important;
    border: 1px solid #aaa!important
}

.clearfix:before,.clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix {
    *zoom:1}

.xxjr-fl {
    float: left
}

.xxjr-fr {
    float: right
}
