/*
* å…¬å…±css
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0 none;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0 none;
    padding: 0; }

body{
    font-family: 'PingFangSC','helvetica neue','hiragino sans gb','arial','microsoft yahei ui','microsoft yahei','simsun','sans-serif'!important;
}

ul,ol,dl{
    list-style: none;
}

a{
    text-decoration: none;
    color: white;
}

input, textarea {
    display: inline-block;
    margin: 0;
    padding: 0;
    border-radius: 0;
    border: none;
    outline: 0;
    -webkit-appearance: none;
    resize: none;
}

label{
    cursor: pointer;
}

.btn:hover{
    color: #fff;
    background-color: #287dcd;
    border-color: #204d74;
}

.btn:active{
    color:#fff;
    background-color:#204d74;
    border-color:#204d74;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #d5d5d5; opacity:1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #d5d5d5;opacity:1;
}

input:-ms-input-placeholder{
    color: #d5d5d5;opacity:1;
}

input::-webkit-input-placeholder{
    color: #d5d5d5;opacity:1;
}