﻿* {
    box-sizing: border-box;
}

html, body {
    width: 100%;
    min-height: 100%;
    touch-action: manipulation; /* IE11+ 禁止双击缩放，关于移动端300ms延迟：https://github.com/ftlabs/fastclick */
    -ms-touch-action: manipulation /* IE10+ 禁止双击缩放 */
}

body {
    font-family: Microsoft YaHei,STHeiti,Helvetica,Arial,sans-serif;
    overflow-y: initial !important; /* music-ui的自带样式会导致body出现滚动条，然后导致scrollBehavior无法获取window的滚动位置 */
}

img {
    vertical-align: top;
    border: 0;
}

ul, li, ol {
    list-style-type: none;
}

a {
    -webkit-tap-highlight-color: transparent;
}

a, blockquote, body, button, code, dd, div, dl, dt, em, fieldset, form, h1, h2, h3, h4, h5, h6, html, iframe, img, input, label, li, object, ol, p, q, small, span, strong, table, tbody, td, th, tr, ul {
    margin: 0;
    padding: 0;
    border: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
}

button, input, select, textarea {
    font-size: 100%;
    line-height: normal;
}

button, input, select, label {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input[type="button"], input[type="submit"], input[type="reset"] {
    cursor: pointer;
}

a {
    color: #333;
    outline: none;
    text-decoration: none;
}

    a:focus {
        outline: none;
    }

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    zoom: 1;
}

.login-bg {
    position: initial;
    width: 100%;
    height: 420px;
    background: url(../images/login/background.jpg) no-repeat center top;
    background-color: #0094ff;
}

.login-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 10;
    padding-top: 60px;
}

.logo-bottom {
    margin-top: 40px;
    text-align: center;
    font-size: 12px;
    color: #999;
}

.login-logo {
    width: 250px;
    height: 74px;
}

.login-box {
    display: flex;
    flex-direction: column;
    margin-top: 16px;
    padding: 30px;
    background-color: #fff;
    box-shadow: 0 5px 8px #b5d2f7;
    -moz-box-shadow: 0 5px 8px #b5d2f7;
}

    .login-box h3 {
        font-size: 22px;
        color: #7ed455;
        font-weight: normal;
    }

        .login-box h3 span {
            padding-left: 10px;
            font-size: 16px;
            color: #666;
        }

.login-icon1 {
    background: url(../images/login/icon1.png) no-repeat 9px 9px;
}

.login-icon2 {
    background: url(../images/login/icon2.png) no-repeat 9px 9px;
}

.login-icon3 {
    background: url(../images/login/icon3.png) no-repeat 9px 9px;
}

.login-table-input {
    margin-top: 16px;
    padding: 0 10px 0 50px;
    width: 292px;
    height: 42px;
    border: 2px solid #d2d2d2;
    outline: none;
    font-size: 14px;
    color: #666;
    line-height: 42px;
}

    .login-table-input:focus {
        border-color: #2479e5;
    }

    .login-table-input:-ms-input-placeholder {
        color: #ccc;
    }

    .login-table-input::-webkit-input-placeholder {
        color: #ccc;
    }

    .login-table-input:-moz-placeholder {
        color: #ccc;
    }

.login-yzm {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
    width: 292px;
    height: 42px;
}

    .login-yzm .yzm {
        width: 96px;
        height: 40px;
    }

    .login-yzm .table {
        padding: 0 20px;
        width: 272px;
        height: 68px;
        border: 1px solid #d2d2d2;
        font-size: 26px;
        line-height: 68px;
        color: #ccc;
    }

    .login-yzm .img {
        width: 34px;
        height: 36px;
        vertical-align: middle;
    }

.login-yzm-input {
    padding: 0 10px 0 50px;
    width: 188px;
    height: 42px;
    border: 2px solid #d2d2d2;
    outline: none;
    font-size: 14px;
    color: #666;
    line-height: 42px;
}

    .login-yzm-input:focus {
        border-color: #2479e5;
    }

    .login-yzm-input:-ms-input-placeholder {
        color: #ccc;
    }

    .login-yzm-input::-webkit-input-placeholder {
        color: #ccc;
    }

    .login-yzm-input:-moz-placeholder {
        color: #ccc;
    }

.login-zddl {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #999;
}

    .login-zddl input {
        margin-right: 4px;
        width: 14px;
        height: 14px;
    }

.login-wjmm {
    font-size: 12px;
    color: #7ed455;
}

.login-btn {
    margin-top: 16px;
    width: 292px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background-color: #7ed455;
    cursor: pointer;
}

.login-lump {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 14px;
}
.green-ul .login_tips {
    /*position: absolute;
    text-indent: 3px;
    height: 30px;
    line-height: 33px;
    border: 1px solid #ebccd1;*/
    color: #a94442;
    /*background-color: #f2dede;
    border-radius: 5px;
    width: 306px;
    margin-top: -35px;*/
}

.login_tips i {
    position: relative;
    top: 1px;
    font-size: 14px;
    padding-right: 5px;
}

.green-ul .login_tips-succeed {
    /*position: absolute;
    text-indent: 3px;
    height: 30px;
    line-height: 33px;
    border: 1px solid #5e8800;*/
    color: #fff;
    /*background-color: #62b600;
    border-radius: 5px;
    width: 306px;
    margin-top: -35px;*/
}

.login_tips-succeed i {
    position: relative;
    top: 1px;
    font-size: 14px;
    padding-right: 5px;
}
.login-box .btn button.active {
    background-image: url(../images/loading1.gif);
    background-repeat: no-repeat;
    background-position: center 10px;
    z-index: 10;
}