.user-login{
    background: white;
}
.user-login .main-img{
    margin-top: 50px;
}

.user-login .login-form{
    border: 1px solid #cccccc;
    padding: 2em;
}
.user-login .right-box{
    height: auto;
    padding-top: 100px;
    width: 30%;
    float: left;
}
.user-login .right-box dd,
.user-login .right-box dt{
    float: left;
}
.user-login .right-box dd{
    width: 260px;
    height: 40px;
    border: 1px solid #ccc;
    border-left:none ;
}
.user-login .right-box dd input{
    text-indent: 10px;
    height: 38px;
    display: block;
    width: 100%;
    border: none;
}
.user-login .right-box dt{
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
}
.user-login .right-box dt img{
    padding: 10px;
}
.user-login .right-box li{
    height: auto;
    overflow: hidden;
    margin-top: 20px;
    clear: both;
}
.user-login .right-box h4{
    font-size: 16px;
}
.user-login .right-box button{
    height: 40px;
    width: 318px;
    color: white;
    background-color: #ff6900;
    border: 1px solid #ff6900;
    border-radius:5px ;
    text-align: center;
    font-size: 18px;
}
.user-login .right-box .distribution{
    text-align: center;
    width: 318px;
}
.user-login .right-box .distribution .odd{
    color: #ff6900;
}

.user-register{
background-color:#fff;
padding-bottom:0;
}
.user-register .ur-item {
    display: none;
}

.user-register .active{
    display: block;
}

.user-register  h4{
    font-size: 16px;
    color: #666666;
    background: #fbfbfb;
    padding: 2em;
    line-height: 1.5em;
    text-align: center;
}
.user-register .step01 h4{
    text-align: left;
}
.user-register .step01 .user-category-container{
    /*text-align: right;*//*text-align: center;*/
    margin-top: 95px;
    margin-bottom:150px;
    width: 480px;
    float: right;
    height: 520px;

}
.user-register .step01 a{
    display: inline-block;
    width: 320px;
    height: 188px;
    border: 1px solid #cccccc;
    /*text-align: left;*/
    cursor: pointer;
}


.user-register .step01 a:first-child{
    margin-right: 75px;
}
/*
.user-register .step01 .supplier:before{
    content: '';
    position:absolute;
    width: 100px;
    height: 80px;
    top:50%;
    margin-top:-40px;
    left:50px;
    background: url(../images/user_register.png) no-repeat no-repeat -86px -39px;
}
.user-register .step01 .reseller:before{
    content: '';
    position:absolute;
    width: 100px;
    height: 80px;
    top:50%;
    left:50px;
    margin-top:-40px;
    background: url(../images/user_register.png) no-repeat no-repeat 8px -39px;
}
*/

.user-register .step01 .supplier:before{
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50px;
    margin-top: -50px;
    background: url(../images/ggs.png) no-repeat no-repeat;
    background-size: 100px 100px;
}
.user-register .step01 .reseller:before{
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50px;
    margin-top: -50px;
    background: url(../images/fss.png) no-repeat no-repeat;
    background-size: 100px 100px;
}



.ec_button{
    height: 40px;
    width: 318px;
    color: white;
    background: linear-gradient(to right,#F98D0B,#FF6B00 );
    border-radius:2px ;
    text-align: center;
    font-size: 16px;
}

.user-register label{
    display: block;
    line-height: 50px;
    text-align: center;
}

/************
*追加样式
*************/
.user-login .right-box li:first-child{ margin-top: 0px; padding-bottom: 5px;}
.user-login .right-box li:first-child h4{ font-size: 18px; color: #454545; border-bottom: 2px solid #FF6900; padding-bottom: 20px; text-align: center;}
.user-login .right-box li span,.user-login .right-box li span a{ color: #757575; font-size: 13px;}
.user-login .right-box li span input{ vertical-align: middle;}