﻿/*:root{
    --mian-color:#007897

}*/
.loginmain {
    width: 100%;
    height: auto;
    background: #fff;
    font-size: 0.7rem;
    font-weight: bold
}
.bunbox {
/*    background: var(--mian-color);
    border: none;
    outline: none;
    width: 100%;
    height: 100%;
    font-size: 0.5rem;
    color: #fff;*/
}
.disabled {
    background: #dfdfdf;
    cursor: auto;
}
.loginheader {
    width: 100%;
    height: 2rem;
    line-height: 2rem;
    overflow: hidden;
    border-bottom: 1px solid #dfdfdf;
}

.loginheaderItem {
    width: 90%;
    float: left;
    /*color: #007897*/
}
.user_left, .psw_left, .yzm_left {
    width: 10%;
    height: 2rem;
    float: left;
    background-size: inherit;
    font-size: .8rem;
}
.yzm_left {
    background: url(/wsaler/img/yzm.png) no-repeat center;
}
.user_right, .psw_right {
    width: 90%;
    float: left;
    height: 100%;
}
.yzm_center {
    width: 60%;
    float: left;
    height: 100%;
}
.user_right input, .psw_right input, .yzm_center input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    font-size: 0.6rem;
    /*padding-left: 0.3rem;*/
    display: -webkit-box;
}
.yzm_right {
    width: 30%;
    float: left;
    height: 100%;
}
.yzm_right span{
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    color: #007897;
    display: inherit;
    font-size: 0.5rem;
    margin: 0.5rem auto;
    border-left: 1.5px solid;
}
.loginsub {
    width: 80%;
    height: 1.5rem;
    line-height: 1.5rem;
    margin: 0.5rem auto;
    text-align: center;
    color: #fff;
    font-size: 0.7rem;   
}
.forget_pws {
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    font-size: .5rem;
    margin: .3rem auto;
}
.forget_pwsItem {
    display: inline-block;
    float: left;
    margin-left: 10%;
}