/*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%;
    overflow: hidden;
}

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;
}

html, body {
    min-height: 100%;
    overflow-y: auto
}
/*登录css*/
.canvas-box {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.header-logo {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.02);
    display: flex;
    align-items: center
}

    .header-logo img {
        margin-left: 30px;
        max-height: 54px;
    }

.login-text b {
    font-size: 32px;
    font-weight: 500;
    color: #1e2226
}

.login-text span {
    font-size: 20px;
    color: #666;
    margin-left: 4px
}

.login-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 420px;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 8px;
    padding: 40px 30px;
    z-index: 99;
    box-shadow: 0 0px 6px rgba(0,0,0,0.02);
}

    .login-box .logo {
        text-align: center;
    }

        .login-box .logo img {
            width: 255px;
            height: 45px;
        }

.login-form .item {
    display: flex;
    align-items: center;
    margin-top: 25px;
    position: relative;
    font-size: 18px;
}

    .login-form .item label {
        position: absolute;
        left: 16px;
        line-height: 54px;
        color: #333;
    }

.login-form .yzcode label {
    letter-spacing: 8px;
}

.login-form .input-box {
    padding: 0 10px 0 110px;
    border: 1px solid #ddd;
    border-radius: 5px;
    height: 54px;
    width: 100%;
    box-sizing: border-box;
}

.login-form .highlight01 {
    border-color: #666;
}

.login-form .input-box input {
    font-size: 18px;
    height: 50px;
    width: 100%;
    margin-top: 1px;
    outline: none;
    background-color: transparent !important;
}

.yzcode .codeimg {
    position: absolute;
    right: 9px;
    top: 9px;
    width: 110px;
    height: 36px;
    background: #eee;
    cursor: pointer;
}

.messagecode {
    position: absolute;
    right: 10px;
    top: 0;
    line-height: 54px;
    color: #4ea5ff;
    cursor: pointer;
}

.form-btn {
    margin-top: 25px;
    width: 100%;
    height: 56px;
    color: #fff;
    letter-spacing: 5px;
    border-radius: 5px;
    font-size: 22px;
    background-color: #ff4f4f;
    cursor: pointer;
}

.form-link {
    margin-top: 16px;
    color: #999;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
}

    .form-link a {
        color: #333333;
    }

.logintip {
    position: fixed;
    top: -30px;
    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;
}

.login-copyright {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    text-align: center;
    color: #888;
    font-size: 12px;
    z-index: 98;
}
