/*头部CSS开始*/
.header .green{
    background: #0f8549;
    height:80px;
    font-size: 14px;
}
.header .green ul li a{
    color:#fff;
}
.header .green ul li a.hover,
.header .green ul li a:hover {
    color:#deff00;
}
.header-nav{
    margin-right: 20px;
    line-height: 80px;

}
.header-nav li{
    float:left;
    color:#fff;
}
.header-nav li a{
    padding:5px 18px;
}
.header .green  .list>li{
    line-height: 80px;
    height:100%;
    margin-left:20px;
}
/*logo*/
.login-logo-div{
    display: inline-block;
    width:150px;
    height:80px;
    background: #eee;
    text-align: center;
}
.login-logo-div img{
    display: inline-block;
    margin-top: 18px;
}
/*登录注册*/
#login{
    padding:5px 18px;
}
#login+i{
    color:#fff;
}
/*购物车*/
.s-car{
    position:relative;
    padding:0 20px;
}
.s-car>a:hover{
    color:#fff !important;
}
.s-car .car-img{
    display: inline-block;
    background: url("../img/car-img.png") center center no-repeat;
    width: 20px;
    height:18px;
}
.drop-down{
    display: none;
}
.drop-down-con{
    position:absolute;
    right: -1px;
    top:82px;
    width: 320px;
    box-sizing: border-box;
    border: 1px solid #9fa0a0;
    box-shadow: 0 0 5px #9fa0a0;
    background: #fff;
    z-index: 50;
    border-top: 0;
    padding:0 30px;
    border-radius: 4px;
}
.drop-down .sj{
    border: 17px solid transparent;
    border-bottom-color:#fff;
    position:absolute;
    top:48px;
    z-index: 100;
}
.drop-down .s-img img{
    width:68px;
    height:68px;
}
.drop-down .cart-item{
    box-sizing: border-box;
    padding:10px 0;
    /*height: 116px;*/
    overflow: hidden;
    border-bottom: 1px solid #9fa0a0;
}
.drop-down .cart-item:hover{
    background: #eee;
}
.cart-item .s-img{
    border:1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    margin-right: 10px;
}
.drop-down .cart-item .cart-name{
    color:#000;
}
.drop-down .cart-item .cart-name:hover{
    color:#0f8549;
}
.cart-center{
    line-height: 16px;
    height:100%;
    width:130px;
}
.cart-center .cart-info{
    margin-top: 10px;
}
.cart-del{
    color:#000 !important;
    margin-left:5px;
    line-height: 68px;
}
.cart-del:hover{
    color:#ff7d7d !important;
}
.cart-ft{
    padding:8px;
    height:46px;
    line-height: 30px;
    font-size: 14px;
    box-sizing: border-box;
}
.cart-ft .cart-ft-lk{
    display: inline-block;
    width: 90px;
    height:30px;
    box-sizing: border-box;
    padding:0 10px;
    background: #0f8549;
    color:#fff;
    border-radius: 4px;
}
.cart-ft .cart-ft-lk:hover{
    background: #108f4e;
    color:#eee !important;
}
.s-car:hover .drop-down{
    display: block;
}

/*头部CSS结束*************************************/
.login-con-k{
    position:relative;
    padding-top: 90px;
}
.welcome-txt{
    font-size: 16px;
    color:#0f8549;
    line-height: 36px;
}
.login-con-down{
    height:210px;
    background: #eee;
    border-radius: 4px;
    border: 1px solid #bbb;
}
.login-con-down img{
    margin: 38px 0 0 150px;
}
.login-info{
    width:446px;
    border-radius: 4px;
    background: #fff;
    border:1px solid #0f8549;
    position:absolute;
    top: 86px;
    right: 106px;
    padding:0 22px 46px;
    box-sizing: border-box;
}
.login-info .login-info-list{
    width:280px;
    margin:0 auto;
    line-height: 32px;
}
.login-info-title{
    padding-top: 5px;
    font-weight: bold;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #000;
    box-sizing: border-box;
}
.error-info{
    height: 40px;
    line-height: 40px;
    color:#ff7d7d;
    text-align: center;
}
    /*错误信息默认隐藏*/
.error-info .none{
    display: none;
}
.account{
    margin-bottom: 20px;
}
.login-info-list input{
    width:230px;
    height:32px;
    line-height: 30px;
    border:1px solid #0f8549;
    border-radius: 4px;
    background: #fff;
    padding:2px 4px;
    box-sizing: border-box;
    margin-left: 16px;
}
.login-info-list .txt{
    float:left;
    text-align: right;
}
.register-txt{
    text-align: right;
}
.register-txt i{
    margin:0 10px;
}
.register-btn{
    color:#0f8549;
}
.login-btn{
    margin-top: 30px;
}
.login-btn a{
    display: inline-block;
    width:400px;
    height:36px;
    line-height: 36px;
    text-align: center;
    background: #0f8549;
    font-weight: bold;
    border-radius: 4px;
    color:#fff;
}
.login-btn a:hover{
    background:#369565;
}
/*页尾*&*****************/
.login-ft{
    border-top:1px solid #a0a0a0;
    margin-top: 128px;
    text-align: center;
    color:#0f8549;
}
.login-ft-list{
    line-height: 44px;
}
.login-ft-list a{
    color:#0f8549;
}
.login-ft-list i{
    margin:0 12px;
}
