﻿* {
    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: relative;
    width: 100%;
    background: url(../images/bg.jpg) no-repeat;
    background-size:100%;
}

.login-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 10;
    padding-top: 60px;
}

.login-slogan {
    width: 46%;
    position: absolute;
    left: 10%;
    margin-top: 188px;
}

    .login-slogan img {
        width:100%;
    }

.logo-bottom {
    text-align: center;
    font-size: 16px;
    color: #333;
    font-weight:700;
}


.login-logo {
    width:160px;
    margin:14px auto;
}

    .login-logo img {
        width:100%;
    }

.login-box {
    display: flex;
    flex-direction: column;
    margin-top: 66px;
    position: absolute;
    right: 15%;
    padding: 30px;
    background-color: #fff;
    box-shadow: 0 2px 2px #f0f0f0;
    -moz-box-shadow: 0 2px 2px #f0f0f0;
}

.login-icon1 {
    background: url(../images/icon-user.png) no-repeat 9px 9px;
}

.login-icon2 {
    background: url(../images/icon-pwd.png) no-repeat 9px 9px;
}

.login-icon3 {
    background: url(../images/icon-validation.png) no-repeat 9px 9px;
}

.login-table-input {
    margin-top: 16px;
    padding: 0 10px 0 50px;
    width: 270px;
    height: 42px;
    border: 1px solid #ddd;
    background-color: #f8f8f8;
    outline: none;
    font-size: 14px;
    color: #666;
    line-height: 42px;
}

    .login-table-input:focus {
        border-color: #14aa42;
    }

    .login-table-input:-ms-input-placeholder {
        color: #b5b5b5;
    }

    .login-table-input::-webkit-input-placeholder {
        color: #b5b5b5;
    }

    .login-table-input:-moz-placeholder {
        color: #b5b5b5;
    }

.login-yzm {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
    width: 270px;
    height: 42px;
}

.login-yzm .yzm {
    width: 96px;
    height: 40px;
}

 .login-yzm .img {
    width: 34px;
    height: 36px;
    vertical-align: middle;
}

 .login-yzm-input {
    padding: 0 10px 0 50px;
    width: 188px;
    height: 42px;
    border: 1px solid #ddd;
    background-color: #f8f8f8;
    outline: none;
    font-size: 14px;
    color: #666;
    line-height: 42px;
}

 .login-yzm-input:focus {
        border-color: #14aa42;
    }

    .login-yzm-input:-ms-input-placeholder {
        color: #b5b5b5;
    }

    .login-yzm-input::-webkit-input-placeholder {
        color: #b5b5b5;
    }

    .login-yzm-input:-moz-placeholder {
        color: #b5b5b5;
    }

.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: #14aa42;
}

.login-btn {
    margin-top: 16px;
    width: 270px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background-color: #14aa42;
    cursor: pointer;
    border-radius: 50px;
}

.login-btn:hover {
    background-color:#0f722d;
}

.green-ul .login_tips {
    color:#E94347;
}

.login_tips i {
    position: relative;
    font-size: 14px;
    padding-right: 5px;
}

.green-ul .login_tips-succeed {
    color: #fff;
}

.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;
}

.fixed-bottom{position:fixed;bottom:16px;margin:0 auto;text-align:center;width:100%;}