/*======现货入驻页面======*/
.spotIn-content{
    padding: 20px 0 30px;
}
/*入驻流程*/
.spotIn-flow{
    width: 100%;
    height: 342px;
    background-color: #fff;
    overflow: hidden;
}
.spotIn-flow h2{
    width: 245px;
    height: 50px;
    margin: 28px auto 0;
    border: 1px solid #e8e8e8;
    text-align: center;
    line-height: 48px;
    color: #666;
    font-size: 30px;
    font-weight: 100;
}
.spotIn-flow .items{
    margin-top: 35px;
}
.spotIn-flow .items .item{
    float: left;
    width: 130px;
    margin-left: 25px;
    text-align: center;
}
.spotIn-flow .items .items-icon,.spotIn-flow .items .item .icon{
    display: inline-block;
    background: url(../images/spotIn-flow_icons.png) no-repeat;
}
.spotIn-flow .items .items-icon{
    float: left;
    width: 75px;
    height: 53px;
    margin: 17px 10px 0;
    background-position: -426px -18px;
}
.spotIn-flow .items .item .icon_1{
    width: 76px;
    height: 88px;
    background-position: 0 0;
}
.spotIn-flow .items .item .icon_2{
    width: 90px;
    height: 90px;
    background-position: -79px -1px;
}
.spotIn-flow .items .item .icon_3{
    width: 79px;
    height: 92px;
    background-position: -173px 0;
}
.spotIn-flow .items .item .icon_4{
    width: 74px;
    height: 89px;
    background-position: -256px 0;
}
.spotIn-flow .items .item .icon_5{
    width: 81px;
    height: 81px;
    background-position: -336px -2px;
}
.spotIn-flow .items .item p{
    margin-top: 40px;
    font-size: 16px;
}

/*入驻说明*/
.spotIn-explain{
    width: 100%;
    margin-top: 20px;
    padding-bottom: 38px;
    background-color: #fff;
}
.spotIn-explain .text{
    margin: 30px 0 0 20px;
    font-size: 14px;
    line-height: 22px;
}
.spotIn-explain .title{
    margin: 30px 0 0 20px;
    font-size: 16px;
}
.spotIn-form{
    margin: 46px 0 0 20px;
}
.spotIn-form ul li{
    margin-bottom: 25px;
}
.spotIn-form .form-label{
    float: left;
    display: inline-block;
    width: 150px;
    height: 30px;
    margin-right: 10px;
    line-height: 30px;
    text-align: right;
    font-size: 16px;
}
.spotIn-form .form-right{
    position: relative;
    float: left;
}
.spotIn-form .form-checkboxs{
    height: 30px;
    line-height: 30px;
}
.spotIn-form .form-checkboxs label{
    margin-right: 8px;
    margin-left: 3px;

}
.spotIn-form .form-checkboxs input{
    vertical-align: middle;
}
.spotIn-form .form-right label.error{
    position: absolute;
    left: 0;
    bottom: -20px;
}
.spotIn-form .star{
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}
.spotIn-form .input-text{
    width: 360px;
}
.spotIn-form .input-select{
    color: #666;
}
.spotIn-form .btn-submit{
    width: 140px;
    height: 40px;
    margin-left: 160px;
    background-color: #ffb320;
    border: none;
    border-radius: 20px;
    color: #fff;
    font-size: 16px;
}
.spotIn-form .btn-submit:hover{
    background-color: #f1a005;
}
.spotIn-form .ul-text .logined-msg{
    margin-left: 160px;
    font-size: 14px;
}




