body, th, td, button, input, select, textarea {
    font-size: 14px;
}
.login {
    background: url(../images/login-bg.jpg) no-repeat;
    background-position: top center;
}
.all-cont {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    height: 560px;
}
.title {
    display: inline-block;
    margin-bottom: 30px;
    padding-left: 80px;
    font-size: 36px;
    color: #fff;
    text-align: center;
    background: url(../images/main_logo.png) no-repeat;
}
.cont_contain {
    width: 1000px;
    display: inline-block;
    background: #fff url(../images/login-bg.png) no-repeat;
    background-size: contain;
    border-radius: 14px;
    height: 470px;
    box-shadow: 0px 6px 6px 1px rgba(0,0,0,0.2);
}
.login .cont {
    width: 450px;
    box-sizing: border-box;
    padding: 22px 30px;
    height: auto;
    overflow: hidden;
    background-color: #fff;
    border-radius: 0 10px 10px 0;
}
.login .table td {
    text-align: left;
}
.login .table th, .login .table td {
    padding: 8px;
    line-height: 16px;
}
.login .input-text {
    width: 270px;
    height: 37px;
    line-height: 37px;
    border: 1px solid #dfe5e7;
    padding: 0 10px;
    color: #777777;
    outline: none;
}
.login .form_ico1 {
    background: url(../images/login_icon.png) no-repeat;
    padding-left: 50px;
    padding-right: 10px;
    width: 310px;
    box-sizing: content-box;
}
.login .ico-email1 {
    background-position: 15px 10px;
}
.login .ico-password1 {
    background-position: 15px -30px;
}
.login .input-text {
    -webkit-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition: all .2s linear 0s;
}
.login .input-text:focus {
    border: solid 1px #0f9ae0;
    border-color: rgba(82,168,236,0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}
.right {float: right;}
.login .cbt {
    height: 22px;
    line-height: 22px;
    *height: auto;
    display: inline-block;
    *display: inline;
    zoom: 1;
    background-position: -7px -245px;
    cursor: pointer;
    padding-left: 22px;
    margin-right: 10px;
}
.login .cb {
    float: left;
    padding-left: 27px;
    margin-right: 30px;
    background: url(../images/icon_check.png) no-repeat;
    background-position: 6px 4px;
    cursor: pointer;
}
.login .cb_active {
    background-position: 6px -26px;
    height: 22px;
    line-height: 22px;
}
.login_sub {
    background: #5661da;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border: 0;
    height: 39px;
    line-height: 39px;
    width: 372px;
    border-radius: 4px;
    cursor: pointer;
    display: block;
}
.input-text.yzm {
    width: 250px;
    float: left;
}
.yzm_img {
    float: left;
    cursor: pointer;
    margin-left: 15px;
}
.percent-tip {
    color: #374670;
}
.percent {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 32px;
    line-height: 28px;
    background-color: #ededed;
    border: 2px solid #ededed;
    color: #374670;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    transition: all .2s linear 0s
}
.percent ~ .percent {
    margin-left: 20px;
}
.active {
    border: 2px solid #ec414d;
}
.active i {
    position: absolute;
    bottom: -2px;
    right: -2px;
    width: 13px;
    height: 15px;
    background-image: url(../images/select-icon.png);
    background-repeat: no-repeat;
}
.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 64px;
    line-height: 64px;
    text-align: center;
    background: rgba(71,162,246,0.14);
    color: #fff;
    border-top: 1px solid #5d47c1;
    box-sizing: border-box;
}
