﻿body, html {
    height: 100%;
    -webkit-user-select: none;
}

a {
    color: #4587f0;
    font-size: 14px;
    line-height: 21px;
}

    a:hover {
        text-decoration: none;
    }

.wrap {
    position: relative;
}

.head {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 60px;
}

@media only screen and (max-height:750px) {
    .head {
        padding-top: 100px;
        padding-bottom: 60px;
    }
}

@media only screen and (max-height:736px) {
    .head {
        padding-top: 97px;
        padding-bottom: 58px;
    }
}

@media only screen and (max-height:659px) {
    .head {
        padding-top: 81px;
        padding-bottom: 50px;
    }
}

@media only screen and (max-height:640px) {
    .head {
        padding-top: 77px;
        padding-bottom: 47px;
    }
}

@media only screen and (max-height:627px) {
    .head {
        padding-top: 75px;
        padding-bottom: 46px;
    }
}

@media only screen and (max-height:568px) {
    .head {
        padding-top: 62px;
        padding-bottom: 39px;
    }
}

@media only screen and (max-height:480px) {
    .head {
        padding-top: 45px;
        padding-bottom: 30px;
    }
}

.main {
    text-align: center;
}

.toUrl {
    font-size: 14px;
    line-height: 20px;
    margin-top: 21px;
    text-align: center;
    color: #999;
}

.logo {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 54px;
    height: 65px;
    overflow: hidden;
}

image, svg {
    display: block;
}

.title {
    display: block;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 4px;
    font-size: 16px;
    line-height: 1.5;
    color: #979797;
}

.subTitle {
    font-size: 16px;
    line-height: 24px;
    color: #666;
    text-align: left;
}

.form {
    display: block;
    text-align: left;
    width: 100%;
    position: relative;
}

input {
    border: 1px solid #CFCFCF;
    position: relative;
    background-color: transparent;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAMAAAAoyzS7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRF////AAAAVcLTfgAAAAF0Uk5TAEDm2GYAAAAMSURBVHjaYmAACDAAAAIAAU9tWeEAAAAASUVORK5CYII=);
    *background-image: url(//ac.wpscdn.cn/account/libs/img/blank.b79ffa5c.png);
}

.form_label {
    font-size: 16px;
    line-height: 24px;
    color: #9C9C9C;
}

.form_item {
    position: relative;
    margin-top: 20px;
    width: 100%;
}

.form_input {
    display: block;
    height: 24px;
    width: 288px;
    font-size: 16px;
    line-height: 24px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
}

.form_input_focus {
    border-color: rgba(82,168,236,.8);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6);
}

.form_item.error .form_input {
    border-color: #f86c59;
}

.placeholder {
    position: absolute;
    top: 7px;
    left: 11px;
    color: #aaa;
    cursor: text;
    display: none;
}

.form_errorMsg {
    display: inline-block;
    padding-top: 5px;
    font-size: 14px;
    line-height: 21px;
    color: #d0021b;
}

.defaultError {
    color: #aaa;
}

.form_button {
    display: inline-block;
    width: 298px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    background-color: #4587f0;
    color: #fff;
    text-align: center;
    border: 1px solid #2f67c1;
    border-radius: 3px;
    cursor: pointer;
    margin-top: 13px;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

    .form_button:hover {
        text-decoration: none;
        background-color: #2f67c1;
    }

.form_button_white {
    margin-top: 20px;
    background-color: #fff;
    border-color: #CCC;
    color: #666;
}

    .form_button_white:hover {
        text-decoration: none;
        background-color: #f0f0f0;
        border-color: #CCC;
    }

.form_disabled {
    opacity: .6;
    : !important;
    filter: alpha(opacity=60);
    : !important;
}

.captchaWrap {
    margin-top: 20px;
}

.captchaForm_item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
    width: 123px;
    margin-top: 0;
}

.captchaPlaceholder {
    line-height: 24px;
}

.captchaInput {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    height: 24px;
    font-size: 16px;
    line-height: 24px;
    padding-top: 6px;
    padding-bottom: 6px;
    border: 1px solid #cfcfcf;
    width: 107px;
    border-radius: 3px;
}

.captchaImg {
    width: 100px;
    height: 32px;
    vertical-align: top;
    display: inline-block;
    margin-left: 17px;
    margin-right: 12px;
}

.captchaRefresh {
    vertical-align: top;
    display: inline-block;
    font-size: 16px;
    color: #4896FF;
    height: 32px;
    line-height: 32px;
}

.client .head {
    padding-top: 30px;
    padding-bottom: 21px;
}
