.login .login_header{
    width:1000px;
    margin: 0 auto;
    height: 85px;
    position: relative;
}

.login .login_header a {
    width: 400px;
    height: 85px;
    display: inline-block;
    vertical-align: middle;
}

.login .login_header img{
    position: absolute;
    top: 16px;
}

.login .login_header .site_info {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    color: #888;
    line-height: 23px;
    cursor: pointer;
}

.login .login_header .site_info i {
    display: inline-block;
    width: 19px;
    height: 22px;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin: 0 10px 0 3px;
}

.login .login_content{
    width: 100%;
    height: 500px;
    /* background-size: 100% 100%; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 80%;
}

.login .login_content .login_content_inner{
	margin: 0 auto;
    padding: 80px 0px;
    height: 340px;
}
.login .login_content .login_box{
    width: 360px;
    float: right;
    box-shadow: -1px 4px 27px #d2cdb4;
    -webkit-box-shadow: -1px 4px 27px #d2cdb4;
    -moz-box-shadow: -1px 4px 27px #d2cdb4;
    background-color: white;
    padding: 0 30px 27px 30px;
    position: relative;
    margin-right: 226px;
}
.login .login_content  .login_box .login_box_header{
    margin: 0 -30px 30px -30px;
}


.login .login_box_header ul {
    height: 49px;
    border-bottom: 1px solid #d5d5d5;
}

.login .login_box_header li {
    float: left;
    /* width: 33.33%; */
    width: 50%;
    height: 49px;
    line-height: 49px;
    font-size: 15px;
    color: #888;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.login .login_box_header li.active {
    font-size: 16px;
    color: #a69a6b;
}

.login .login_box_header li.active:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #a69a6b;
}

.login .login_content .login_box .msg_error{
   	height: 20px;
    font-size: 14px;
    color: #c83c14;
    line-height: 16px;
    display: none; 
    position: absolute;
    right: 31px;
    top: 58px;
}
.login .login_content .login_box .msg_error .msg_error_txt{padding-left:20px;}
.login .login_content .login_box .msg_error .icon_error{
    width: 16px;
    height: 16px;
    float: left;
    background-position:-421px -117px;
}
.login .login_content  .login_handle .unit{
    width: 360px;
    height: 45px;
    border: 1px solid #D5D5D5;
    margin-bottom: 12px;
    position: relative;
    background-color: #fcfcfc;
}
.login .login_content  .login_handle .unit.user .close{
    position: absolute;
    cursor: pointer;
    right: 10px;
    top: 11px;
    color: #D5D5D5;
    display: none;
}
.login .login_content  .login_handle .unit.user{
    width: 328px;
    height: 23px;
    padding: 10px 0px 10px 30px;
}
.login .login_content  .login_handle .icon{
    width: 11px;
    height: 19px;
    display: block;
    position: absolute;
    top: 13px;
    left: 10px;
}
.login .login_content  .login_handle .icon.username{
	background-position:-73px -178px;
}
.login .login_content  .login_handle .icon.password{
	background-position:-105px -178px;
}
.login .login_content  .login_handle .icon.code{
	background-position: -138px -178px;
}
.login .login_content  .login_handle .unit input{
    width: 80%;
    border: none;
    line-height: 23px;
    font-size: 15px;
    font-weight:bold;
    color: #666;
    background-color: #fcfcfc;
    /*解决chrome默认的背景色*/
    -webkit-box-shadow: 0 0 0px 1000px #fcfcfc inset !important;
}
/*验证码*/
.login .login_content  .login_handle .unit.code{
    border: none;
    background-color: white;
}
.login .login_content  .login_handle .unit.code .code_input{
    border: 1px solid #D5D5D5;
    width: 168px;
    padding: 10px 0px 10px 30px;
    height: 23px;
    float: left;
    background-color: #fcfcfc;
}
.login .login_content  .login_handle .unit.code .login_code{
    float: right;
    width: 135px;
    height: 43px;
    border: 1px solid #D5D5D5;
    cursor:pointer;
}
.login .login_content  .login_handle .unit.code .icon.code{  width: 15px;  }
.login .login_content  .login_handle  .btn{
    width: 100%;
    height: 45px;
    border: none;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #fff;
}
.login .login_box .login_forget{
    float: right;
    font-size: 12px;
    line-height: 16px;
    color: #666;
}
.login .login_box .login_seller{
    float: left;
    font-size: 12px;
    line-height: 16px;
    color: #666;
}
.login .login_box .login_forget:hover{
    text-decoration: underline;
}
.login .login_box .login_seller:hover{
    text-decoration: underline;
}

/*login尾部*/
.login .login_footer{
    width: 1000px;
    height: 77px;
    margin: 0 auto;
    text-align: center;
    line-height: 77px;
    font-size: 12px;
    color: #999999;
    position: relative;
}
.login .login_footer .login_footer_icon{
    width: 29px;
    height: 35px;
    position: absolute;
    top: 13px;
    right: 165px;
    background-position: -20px -170px;
}


.login .login_box .eyes_open,
.login .login_box .eyes_close {
	position: absolute;
    width: 20px;
    height: 20px;
    right: 28px;
    cursor: pointer;
	top: 12px;
	display: none;
	background-size: 100%;
}
