/*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;
}

.login-box {
    position: absolute;
    top: 25%;
    left: 50%;
    width: 380px;
    margin-left: -190px;
    background: #fff;
    border-radius: 8px;
    padding: 40px;
    z-index:99;
}

    .login-box .logo {
        text-align: center;
    }
    .login-box .logo img{
        width: 255px;
        height: 45px;
    }

.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;
	width:100%;
}

.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;
    background-color: rgb(17, 139, 216);
}

.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%;
    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:#fff; font-size:12px; z-index:98;}
.shequn {
    background: url(../images/login-bg-shequn.png) no-repeat top center;
}
.shequn-box .form-btn {
    background: #f45853
}
.shequn-box .form-link a {
    color: #f45853;
}
.shejiao {
    background: url(../images/login-bg-shejiao.png) no-repeat top center;
}

.jumpbtn {
    width: 50%;text-align:center;
    height: 36px;
    color: #f60;
    cursor: pointer;
    background:#fff; border:1px solid #f60!important; border-radius:20px; margin-top:10px;
}

.login-error {
    background: #fff;
    height:auto;
}
.error-icon{ position:absolute; left:16px; top:20px; width:30px; height:30px; border-radius:50%; background:#f60;}
    .error-icon::after {
        content: '';
        position: absolute;
        left: 14px;
        top: 9px;
        width: 2px;
        height: 12px;
        background: #fff;
        transform: rotate(45deg);
    }
    .error-icon::before {
        content: '';
        position: absolute;
        left: 14px;
        top: 9px;
        width: 2px;
        height: 12px;
        background: #fff;
        transform: rotate(-45deg);
    }
    .login-error .layui-inline {
        padding-left: 40px;
        overflow: auto;
        color: #333;
        height:auto;
    }
.login-error .layui-btn{ height:auto; text-align:center;}
