@charset "utf-8";

/*--------------- open modal -----------------*/
#lean_overlay {
    background: none repeat scroll 0 0 #000000;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

#loginmodal {
    display:none;
}

.login-modal {
    width: 360px;
    background: #FFF;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}

.login-modal * {
    box-sizing: border-box;
}

.login-modal .modal-content {
    overflow: hidden;
}

.login-modal .modal-header {
    min-height: 18px;
    font-size: 18px;
	text-align: center;
    padding: 12px;
    background-color: #f9f9f9;
    border-bottom: 1px solid #e5e5e5;
}

.login-modal .modal-header .login-title{
    color: #a80000;
    cursor: pointer;
}

.login-modal .modal-header .register-title{
    color: #eeb829;
    cursor: pointer;
}

.modal-header .modale-tools {
    float: right;
}
.login-modal .modale-tools a {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    width: 26px;
    text-align: center;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    box-shadow: 1px 2px 4px #333;
    -moz-box-shadow: 1px 2px 4px #333;
    -webkit-box-shadow: 1px 2px 4px #333;
    background-color: #FFF;
    cursor: pointer;
    font-weight: bold;
}

.login-modal .modal-body {
    padding: 24px 30px;
    position: relative;
    min-height: 360px;
}
.login-modal form {
    padding: 0 ;
}

.login-modal .poploginex,.login {
    padding: 10px 0;
}

.login-modal form .username {
    background: url("../images/bg_username.png") no-repeat scroll 0 0 #c4c4c4;
}
.login-modal form .password {
    background: url("../images/bg_password.png") no-repeat scroll 0 0 #c4c4c4;
}
.login-modal form .txtfield {
    border: 1px solid #cccccc;
    color: #c7c7c7;
    margin: 13px 0 0 0;
}

.login-modal form .oninput {
    background-color: #ffca3c;
    border: 1px solid #ffca3c;
}

.login-modal form .txtfield input {
    height: 36px;
    width: 258px;
    font-size: 14px;
    border: none;
    padding: 5px 0 5px 3px;
    margin-left: 39px;
    background-color: #FFF;
    color: #3c3c3c;
}

.login-modal form .forgetmsg {
    padding: 14px 0 0;
    line-height: 1.3;
}
.login-modal form .forgetmsg a {
    font-size: 12px;
    color: #8a5b22;
}
.login-modal form .inputSub {
    height: 38px;
    line-height: 38px;
    width: 100%;
    background-color: #c93b30;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0 -4px 0 #a91813 inset;
    -moz-box-shadow: 0 -4px 0 #a91813 inset;
    -webkit-box-shadow: 0 -4px 0 #a91813 inset;
    border: none;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    font-weight: bold;
    color: #FFF;
    cursor: pointer;
}

.pull-left {
    float: left!important;
}

.pull-right {
    float: right!important;
}

/*--reg-login--*/
.login-modal form .reg-button {
    height: 30px;
    line-height: 30px;
    width: 50%;
    background-color: #eeb829;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0 -3px 0 #e48d10 inset;
    -moz-box-shadow: 0 -3px 0 #e48d10 inset;
    -webkit-box-shadow: 0 -3px 0 #e48d10 inset;
    border: none;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    font-weight: bold;
    color: #FFF;
    margin: 15px 0;
    cursor: pointer;
}

.login-modal .reg-form {
    margin: 6px 0;
    display: inline-block;
}

.login-modal .reg-form input {
    height: 28px;
    width: 296px;
}

.login-modal .regkey-form {
    margin: 15px 0;
    display: inline-block;
}

.login-modal .regkey-form input {
    height: 24px;
    width: 60px;
}

/*--third-login--*/
.modal-body .third-login {
	position: absolute;
	bottom: 0;
}

.modal-body .third-login .title .text {
    margin-left: 8px;
    margin-right: 8px;
}

.modal-body .third-login .title .line {
    width: 88px;
    height: 10px;
    border-bottom: 1px solid #d8d8d8;
}

.modal-body .third-login .title li {
    float: left;
}

.modal-body .third-login .link {
    text-align: center;
}

.modal-body .third-login .link a{
    display: inline-block;
    margin: 20px 20px;
}

.modal-body .third-login .icon-third {
    display: inline-block;
    width: 32px;
    height: 32px;
    background-image:url(../images/icon_third.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.modal-body .third-login .link .qq i{
    background-position: 0px -2px;
}

.modal-body .third-login .link .weibo i{
    background-position: -50px -2px;
}

.modal-body .third-login .link .weixin i{
    background-position: -100px -2px;
}

@media (max-width: 768px) {
    body {
        min-width:0
    }

    .modal-header .modale-tools {
        display: none;
    }

}

.clearfix:after {clear: both;content: " ";display: block; font-size: 0; height: 0;visibility: hidden;}
.clearfix {display: block;}

/*--------------- oen modal -----------------*/
