html,body{
    width: 100%;
    background-color: #ffffff;
    position: relative;
}

*{
    box-sizing: border-box;
}

/*html, body, div, span, h1, h2, h3, h4, h5, h6, p,*/
/*a, em, img, q, s, small, strong, b, u, i, dl, dt,*/
/*dd, ol, ul, li, form, label, table, caption, tbody,*/
/*tfoot, thead, tr, th, td, article, footer, header,*/
/*menu, nav, section, time, audio, video, button, textarea {*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    border: 0;*/
/*    font-size: 100%;*/
/*    font-family: "Microsoft YaHei","微软雅黑";*/
/*    vertical-align: baseline;*/
/*    text-decoration: none;*/
/*    line-height: 1.2;*/
/*}*/

a {
    /* display: inline-block; */
    text-decoration: none;
    color: inherit;
}

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;
}

.clear {
    clear: both;
}

.clearfloat{zoom:1;}
.clearfloat:after{
    display:block;
    clear:both;
    content:"";
    overflow:hidden;
    height:0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfloat {
    zoom: 1;
}

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

.spill {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.multiSpill {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /* -webkit-line-clamp:3;*/
    overflow: hidden;
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: "Microsoft YaHei";
    font-weight: normal;
    vertical-align: baseline;
    text-decoration: none;
}

textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input:focus {
    outline: none !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}

select:focus {
    outline: none !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}

textarea:focus {
    outline: none !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}

button:focus {
    outline: none !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}

.tl{
    text-align: left;
}

.tc {
    text-align: center;
}

.pt40 {
    padding-top: 40px;
}

.w1280 {
    width: 1280px;
    margin: auto;
    position: relative;
}

.w1188 {
    width: 1188px;
    margin: auto;
    position: relative;
}

.strong {
    font-weight: bold;
}