/*登录 start*/

.loginTitle {
    background: url(../images/website/login2.jpg) center no-repeat;
    width: 100%;
    height: 205px;
    margin-top: 80px;
}

.loginIcon {
    margin: 48px 0 25px 0;
}

.registerHref {
    font-size: 16px;
    color: #ffffff;
    margin-left: 160px;
}

.registerHref a {
    color: #d60000;
}

.loginForm {
    width: 388px;
    margin: 80px auto;
}

.loginForm > div {
    margin-bottom: 20px;
}

.commonInputBg {
    background: url(../images/website/login3.png) left top no-repeat;
    height: 45px;
    line-height: 45px;
    /*   position: absolute;
       z-index: -1;*/
    width: 358px;
    padding-left: 30px;
    border: 0;
    outline: none;
    font-size: 16px;
    color: #666666;
}

.commonInputBg input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #666666;
}

.commonInputBg input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #666666;
}

.commonInputBg input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #666666;
}

.commonInputBg input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #666666;
}

.loginForm > div.passwordTool {
    font-size: 16px;
    color: #666666;
    margin-bottom: 50px;
    padding-top: 10px;
}

.rememberPassword {
    margin: 0 50px;
    display: inline-block;
}

.rememberPassword input[type=checkbox] {
    width: 21px;
    height: 21px;
    border: 1px solid #d4d4d4;
    margin-right: 14px;
    vertical-align: middle;
    background: #fff;
}

.forgetPassword {
    font-size: 16px;
    color: #666666;
    margin: 0 50px;
    display: inline-block;
}
.sureBtn{
    background: url(../images/website/login4.png) left top no-repeat;
    width:388px;
    height: 45px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border: 0;
    outline: none;
    line-height: 45px;
    margin-bottom: 30px;
    cursor: pointer;
}
.sureBtnRed {
    float: left;
    margin-right: 8px;
    background: url(../images/website/sureBtnRed.png) left top no-repeat;
    width: 190px;
    height: 45px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border: 0;
    outline: none;
    line-height: 45px;
    margin-bottom: 30px;

    cursor: pointer;
}

.sureBtnGrey {
    float: right;
    background: url(../images/website/sureBtnBlack.png) left top no-repeat;
    width: 190px;
    height: 45px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border: 0;
    outline: none;
    line-height: 45px;
    margin-bottom: 30px;

    cursor: pointer;
}

.elseLogin {
    font-size: 16px;
    color: #666666;
}

.elseLogin p {
    line-height: 32px;
    display: inline-block;
}

.elseLogin p a {
    display: inline-block;
    margin-left: 10px;
}

/*登录 end*/

/*注册  start*/
#register {
    background: url(../images/website/register2.jpg) center no-repeat;
}

.registerForm {
    width: 515px;
    margin: 80px auto;
    font-size: 16px;
    color: #333;
}

.registerContent {
    margin-bottom: 25px;
}

.registerContent span {
    width: 120px;
    display: inline-block;
    float: left;
    line-height: 45px;
    height: 45px;
    text-align: right;
}

.registerContent .commonInputBg {
    float: left;
}

.registerBtn, .registerForm .rememberPassword, .registerForm .elseLogin {
    margin-left: 120px;
}

.registerBtn .sureBtn {
    background: url(../images/website/register4.png) left top no-repeat;
    width: 350px;
    margin-bottom: 30px;
}

.registerForm .rememberPassword {
    padding: 10px 0 30px 0
}

/*注册 end*/

/*注册-完善信息 start*/
.loginForm {
    position: relative;
}

.loginForm h2 {
    font-size: 24px;
    color: #333333;
    text-align: center;
    margin-bottom: 60px;
}

.loginStyle {
    position: absolute;
    left: -95px;
    top: 105px;
    width: 80px;
    text-align: right;
}

.loginStyle > a {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
}

.loginStyle > a > img {
    width: 100%;
    height: 100%;
}

.loginStyle p {
    font-size: 24px;
    color: #333333;
}

.loginStyle p a {
    font-size: 15px;
    color: #333333;
}

/*注册-完善信息 end*/
/* 用户协议弹出框 start*/
.follow {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: url("../images/tm_01.png") left top repeat;
    /* filter:alpha(opacity=80);
     -moz-opacity:0.8;
     opacity:0.8;*/
    display: none;

}
.follow1 {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: url("../images/tm_01.png") left top repeat;
    /*  display: none;*/
    z-index:9999;
}
.un {
    width: 560px;
    height: 356px;
    margin: auto;
    border-radius: 8px;
    background: #fff;
    /*text-align: center;*/
    position: fixed;
    left: 50%;
    top: 40%;
    margin-left: -278px;
    margin-top: -120px;
    filter:alpha(opacity=100);
    -moz-opacity:1;
    opacity:1;
}
.un h3 {
    font-size: 18px;
    color: #333333;
    text-align: center;
    background: #eee;
    height: 42px;
    line-height: 42px;
}
.un_h{ position: relative;}
.un_h img{ position: absolute;right: 10px; top:10px;}
.un textarea{
    width: 510px;
    height:210px;
    border: 1px solid #ddd;
    margin: 23px 0;
    font-size: 14px;
    color:#bfbfbf;
    padding-left:5px;
}

.un .f_btn button {
    width: 83px;
    height: 30px;
    color: #fff;
    background: #eb6100;
    border: 0;
}

.un .f_btn button.sure {
    margin-right: 30px;
    background:#00736c;
}
/* 用户协议弹出框 end*/
