/*登录框CSS开始*/
.login-div {
    width: 600px;
    padding: 10px 10px 20px 10px;
    border: 1px solid silver;
    background-color: #ffffff;
    border-radius: 5px 5px 5px 5px;
    margin: 0 auto;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.log-div-head > div {
    float: right;
    margin-right: 20px;
    margin-top: -43px;
}

.tab-menu {
    padding: 5px;
}

.tab-bottom-line {
    border-bottom: 5px solid #39C2a6;
}

.tab {
    display: inline;
    font-size: 18px;
    padding: 10px;
    /* 	cursor:pointer; */
    _border: 1px solid silver;
}

.tab a {
    color: black;
    text-decoration: none;
}

.logo-center {
    text-align: center;
    margin-bottom: 10px;
}

.logo-head {
    width: 70px;
    height: 70px;
}

.close-login-div {
    text-align: right;
    width: 420px;
    height: 30px;

}

.close-login-logo {
    font-size: 24px;
    margin-right: 10px;
    color: silver;
}

.close-login-logo:hover {
    font-size: 24px;
    margin-right: 10px;
    color: #29bb9c;
}

.login-div-head-title {
    _text-align: center;
    font-size: 20px;
    margin: 10px 0px 10px 0px;
}

.login-status-div {
    height: 20px;
}

.login-form {
    position: relative;
    margin: auto;
    padding: 0px 10px 10px 10px;
    width: 330px;
}

.login-input-div {
    padding: 10px;
    margin-left: -30px;
}

#loginBt {
    _width: 152px;
    *width: 152px;
}

.login-input {
    background: white;
    padding: 7px;
    padding-left: 50px;
    border: 1px solid silver;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    width: 250px;
    height: 30px;
    /* *vertical-align:middle;
    _vertical-align:middle; */
    line-height: 30px;

    border: 1px solid #CCCCCC;
    border-radius: 1px 1px 1px 1px;
    font-family: "寰蒋闆呴粦";
    font-size: 12px;
}

.login-input:hover {
    border: 1px solid #29bb9c;
}

.login-input-label {
    font-size: 15px;
    padding: 0.5em 0.5em;
}

.rmb-pwd-div {
    width: 310px;
    margin-left: -20px;
}

.submit-div {
    margin: 10px 0 0px -60px;
    text-align: center;
}

.submit-btn-div {
    padding: 10px 0px 0px 0px;
    margin: 0 22px;
}

.green {
    color: #29bb9c;
    padding-left: 20px;
}

.password-pic, .password-pic:hover {
    background: url("../../image/home.png") no-repeat scroll -354px -264px;
    display: block;
    height: 19px;
    position: relative;
    width: 16px;
    margin: -42px 0 10px 15px;

}

.num-pic, .num-pic:hover {
    background: url("../../image/home.png") no-repeat scroll -387px -263px;
    display: block;
    height: 20px;
    position: relative;
    width: 28px;
    margin: -42px 0 10px 10px;
}

.rmb-pwd-div > input {
    margin-right: 5px;
    vertical-align: middle;
    margin-bottom: 2px;
    cursor: pointer;
}

/*.rmb-pwd-div > a{
	margin-left:10px;
}*/
.rmb-pwd-div .tel-login {
    margin-left: 25px;
    color: #015BAB;
}

.rmb-pwd-div .tel-login:hover {
    cursor: pointer;
    text-decoration: underline;
}

.register-right, .forget-password {
    vertical-align: bottom;
    color: #29bb9c;
    horizontal-align: right;
}

.register-right, .register-right:hover, .forget-password, .forget-password:hover {
    float: right;
}

.register-right:hover, .forget-password:hover {
    vertical-align: bottom;
    color: #29bb9c;
    text-decoration: underline;
}

#loginBt span {
    width: 307px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    letter-spacing: 10px;
    padding: 0;
}

.login-btn:hover {
    background-color: #24459A;
}

.alert-word {
    padding: 0.5em 0.5em;
    font-size: 12px;
    color: red;
}

/* .submit-div .regist a{
	text-decoration:none;
	cursor:pointer;
	color:#006699;
	margin-left:30px;
}
.forget-password{
	text-decoration:none;
	cursor:pointer;
	color:#006699;
}
.forget{
	margin-left: 20px;
} */
#login_form .uid-label, #login_form .pwd-label {
    position: absolute;
    line-height: 34px;
    color: #999;
    cursor: text;
    _padding-top: 8px;
    *padding-top: 8px;
    padding-top: 1px;
}

#login_form .uid-label {
    top: 15px;
    left: 40px;
}

#login_form .pwd-label {
    top: 80px;
    left: 40px;
}

.word-right {
    vertical-align: top;
    margin-left: 0px;
}

.tel-label, .ver-label {
    position: absolute;
    left: 135px;
    line-height: 34px;
    color: #999;
    cursor: text;
    _padding-top: 8px;
    *padding-top: 8px;
}

/*绿色登陆按钮*/
.bigBlueBt {
    padding: 1px;
    background-color: #29bb9c;
    cursor: pointer;
    width: 307px;
}

.bigBlueBt:hover span {
    color: #fff;
    height: 50px;
    line-height: 50px;
    padding: 0 21px 0 9px;
    background-color: #29bb9c;
    position: relative;
}

.bigBlueBt:hover {
    background-position: 0 -216px;
    width: 307px;
}

.bigBlueBt span {
    color: #29bb9c;
    height: 50px;
    line-height: 50px;
    padding: 1px 1px 1px 1px;
    background-color: #fff;
    position: relative;
}

.gray-notice {
    color: rgb(218, 138, 57);
    margin-left: -10px;
}

.text-pic {
    position: relative;
    padding-top: 20px;
    width: 300px;
    left: 125px;
}

/*登录框CSS结束*/
/*手机登陆框开始*/
.tellogin-div {
    margin: 0 auto;
    width: 400px;
    padding: 10px;
    display: none;
    text-aligin: center;
}

.tellogin-input-div {
    padding: 10px;
}

.tellogin-input {
    background: white;
    padding: 7px;
    border: 1px solid silver;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    *vertical-align: middle;
    _vertical-align: middle;
}

.tellogin-input-label {
    font-size: 15px;
    padding: 0.5em 0.5em;
}

.verify-div {
    margin-left: 79px;
}

/*手机登录框结束*/

/*登陆页面相关css*/
.login-outer {
    height: 780px;
    display: inline-block;
    width: 100%;
}

.login-outer .login-div {
    margin-top: 120px;
    border: solid 2px rgb(255, 255, 255);
    border-radius: 5px;
    box-shadow: 0 0 3px 1px rgb(200, 200, 200);
}

.login-title {
    width: 100%;
    height: 30px;
    font-size: 20px;
    text-align: center;
}

::-ms-clear, ::-ms-reveal {
    display: none;
}

.restart-login-mask {
    display: none;
    position: fixed;
    background-color: #000;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
}
.restart-login-alert {
    display: none;
    position: absolute;
    background-color: #fff;
    z-index: 20;
    top: 200px;
    left: 50%;
    width: 400px;
    height: 180px;
    margin-left: -200px;
}

.restart-login-alert .text{
    height: 60px;
    color: #4c4c4c;
    text-align: center;
    font-size: 16px;
    color: #000;
    line-height: 30px;
    padding:40px 20px 20px 20px;
    border-bottom: 1px solid #d8d8d8;
}

.restart-login-alert .cancle-button {
    height: 60px;
    width: 199px;
    float: left;
    text-align: center;
    color: #000;
    font-size: 18px;
    line-height: 60px;
    border-right: 1px solid #d8d8d8;
    cursor: pointer;
}
.restart-login-alert .comfire-button {
    height: 60px;
    width: 200px;
    float: left;
    color: #000;
    text-align: center;
    font-size: 18px;
    line-height: 60px;
    cursor: pointer;
}

.restart-login-alert .cancle-button:hover {
    background: #006aee;
    color: #fff;
}

.restart-login-alert .comfire-button:hover {
    background: #006aee;
    color: #fff;
}


/*登陆页面相关css结束*/