/*登录 begin*/
.form-box
{    
    width: 950px;
    margin: 0 auto;
    padding-top: 5%;
}
.left-img
{
    width: 580px; 
    margin-right: 20px;
    margin-top: -3px;
}
.form-box .input-list
{
    overflow: hidden;
    width: calc(100% - 20px);
    padding-left: 20px;
    border-bottom: 1px solid #eeeeee;
}
.form-box .input
{
    float: left;
    width: 70%;
    height: 52px;
    line-height: 52px;
    border: none;
    background: none;
    outline: none;
    box-sizing: border-box;
}
.form-box .btn-box
{
    width: 100%;
    margin-top: 45px;
    border-radius: 4px;
    overflow: hidden;
}
.form-box .btn
{
    width: 100%;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
    display: block;
}
.form-box .phone-input
{
    width: 70%;
}
.form-box .code-input
{
    width: 35%;
}
.form-box .code-btn
{
    width: 35%;
    height: 30px;
    line-height: 30px;
    line-height: 28px\0;
    border-radius: 4px;
    border: none;
    color: #FFFFFF;
    margin-top: 10px;
    outline: none;
}
.form-box .tab-box
{
    height: 30px;
    line-height: 30px;
    font-size: 12px;
}
.form-box .color-red
{
    cursor: pointer;
}
.form-box .color-gray
{
    color: #666666;
}
.form-box .logo
{
    width: 40%;
}
.form-box .main-name
{
    width: 75%;
    margin: -10px auto auto 60px;
}
.form-box .logo img,.form-box .main-name img
{
    width: 100%;
}
.form-box .checkbox
{
    vertical-align: middle;
    margin-right: 4px;
}
.form-box .tab-name
{
    width: 48%;
    height: 44px;
    line-height: 44px;
    float: left;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.form-box .type-tab
{
    text-align: center;
    margin: 0 auto;
    position: relative;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 5px;
}
.form-box .id-card-list
{
    background: none;
}
.form-box .id-card
{    
    width: 34%;
    margin-right: 4%;
    margin-left: -4px;
    font-size: 16px;
}
.form-box .id-code-input
{
    width: 62%;
    text-transform: uppercase;
}
.form-box .input-box
{
    padding: 15px 30px 30px 30px;
    background: #FFFFFF;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 0 15px #EEEEEE;
}
.form-box .problems
{
    text-decoration: underline;
    background: url(/images/tools/pc/login/loginPhone/icon1.png) no-repeat right center;
    background-size: 14px auto;
    padding-right: 17px;
}
.form-box .password-list
{
    position: relative;
}
.form-box .password-decrypt
{
    width: 24px;
    height: 100%;
    position: absolute;
    right: 0;
    cursor: pointer;
    background: #ffffff url(/images/tools/mobile/login/loginPassword/password_decrypt.png) no-repeat right center;
    background-size: 16px auto;
    -webkit-background-size: 16px auto;
    cursor: pointer;
}
.form-box .password-encryption
{
    width: 24px;
    height: 100%;
    position: absolute;
    right: 0;
    background: #ffffff url(/images/tools/mobile/login/loginPassword/password_encryption.png) no-repeat right center;
    background-size: 16px auto;
    -webkit-background-size: 16px auto;
    cursor: pointer;
}
.form-box .agreement
{
    width: 72%;
    position: relative;
    float: left;
    line-height: 30px;
    font-size: 12px;
    text-align: left;
    cursor: pointer;
}
.form-box .checkbox-box
{
    width: 12px;
    height: 30px;
    display: inline-block;
    position: relative;
}
.form-box .checkbox
{
    vertical-align: middle;
    width: 100%;
    position: relative;
    z-index: 10;
    opacity: 0;
    margin: 0;
}
.form-box .check-icon
{
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(/images/tools/pc/login/loginPhone/check_icon.png) no-repeat right center;
    background-size: 10px 10px;
    -webkit-background-size: 10px 10px;
    -ms-background-size: 10px 10px;
    -moz-background-size: 10px 10px;
}
.form-box .checked-icon
{
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(/images/tools/pc/login/base/checked_icon.png) no-repeat right center;
    background-size: 10px 10px;
    -webkit-background-size: 10px 10px;
    -ms-background-size: 10px 10px;
    -moz-background-size: 10px 10px;
}
.form-box .check-box
{
    display: inline-block;
}
.login-way-box 
{
    text-align: center;
    margin-top: 5px;
    padding: 5px 0;
}
.login-way
{
    font-size: 12px;
    text-decoration: underline;
    position: relative;
}
.login-way i
{
    font-style: normal;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 10px;
    position: absolute;
    top: 1px;
    margin-left: 3px;
}
.login-way b
{
    font-style: normal;
    position: absolute;
    top: -2px;
    left: 3px;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
}
.code-info
{
    font-size: 12px;
    color: #999999;
    margin-top: 5px;
}
/*登录 end*/
input[type=number] {  
    -moz-appearance:textfield;  
}  
input[type=number]::-webkit-inner-spin-button,  
input[type=number]::-webkit-outer-spin-button {  
    -webkit-appearance: none;  
}
.bottom-cont
{
    font-size: 12px;
    text-align: center;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    color: #999999;
    display: none;
}