/*css reset*/
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
    height: 100%;
    min-height: 100%;
    -ms-overflow-x: hidden
}

    html *, html *:before, html *:after {
        box-sizing: inherit
    }

body {
    font-family: "microsoft yahei", "Helvetica Neue", "Hiragino Sans GB", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    font-weight: 400;
    background: white;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    height: 100%;
    min-height: 100%
}

div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, swiper, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

a {
    color: inherit;
    text-decoration: none;
}

input, button, textarea {
    outline: none;
    font-family: microsoft yahei;
}

    input[type='text'], input[type='number'], input[type='password'], input[type='reset'], input[type='submit'], input[type='button'], input[type='tel'], button, textarea {
        -webkit-appearance: none;
        border: none;
    }

li {
    display: list-item;
    list-style: none;
    text-align: -webkit-match-parent;
}

ol, ul {
    list-style: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}

*html .clearfix {
    height: 1%;
}

html[xmlns] .clearfix {
    display: block;
}

/*登录css*/
.canvas-box {
    position: fixed;
    top: 0 ;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.login-box {
    position: absolute;
    top: 25%;
    left: 50%;
    left: 50%;
    width: 380px;
    margin-left: -190px;
    background: #fff;
    border-radius: 8px;
    padding: 40px;
}

    .login-box .logo {
        text-align: center;
    }
.logo-text{ font-size:30px; color:#118bd8; text-align:center; font-weight:bold; font-family:'Microsoft YaHei' }

.login-form .item {
    display: flex;
    align-items: center;
    margin-top: 20px;
    position: relative;
}

    .login-form .item label {
        position: absolute;
        left: 10px;
        line-height:44px;
    }

.login-form .input-box {
    padding: 0 10px 0 90px;
    border: 1px solid #ddd;
    border-radius: 5px;
    height: 44px;
    width: 100%;
    box-sizing: border-box;
}

.login-form .input-box input {
    font-size: 14px;
    height: 41px;
}

.yzcode .codeimg {
    position: absolute;
    right: 4px;
    top:4px;
    width: 110px;
    height: 36px;
    background: #eee;
    cursor: pointer;
}

.messagecode {
    position: absolute;
    right: 10px;
    top:0;
    line-height:44px;
    color: #118bd8;
    cursor: pointer;
}

.form-btn {
    width: 100%;
    height: 46px;
    color: #fff;
    letter-spacing: 5px;
    border-radius: 5px;
    font-size: 16px;
}

.form-link {
    margin-top: 10px;
}
    .form-link a:first-child{ float:left;}
    .form-link a:last-child {
        float: right;
    }
    .form-link a {
        color: #118bd8;
    }

.logintip {
    position: fixed;
    top: 5%;
    left: 50%;
    height: 52px;
    width: 380px;
    margin-left: -190px;
    background: #fff;
    border-radius: 8px;
    background-color: #ffebe4; padding:15px; transition:all .3s;
}
    .logintip .tips {
        width: 22px;
        height: 22px;
        background-image: url(../images/login-icon.png);
        background-position: 0 0;
        display: inline-block;
        margin-right: 10px;
        float:left;
    }
    .logintip > div {
        height: 22px;
        overflow: hidden;
        line-height: 22px;
        color: #ff7444;
    }
    .loginInput {
        -webkit-box-shadow: 0 0 0px 1000px white inset;
    }