/*登录、注册、资料等公用表单s*/
#public-form{
    /*background:#fff;*/
    width:100%;
    height:100%;
    box-sizing:border-box;
}
#logo{
    text-align:center;
    height: 260px;
    background: url("../img/bg.jpg") center/100% 100% no-repeat;
}
#logo img{
    width: 35%;
    margin-top: 70px;
}
.form-item{
    width: 100%;
    margin: 10px auto;
}
.login-form{
    width: 100%;
}
.form-item .form-tab{
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 10px;
}
.form-item .form-tab h5{
    padding: 3px 8px;
    font-weight: 100;
    color: #999;
}
.form-item .form-tab .act{
    background: #fff;
    color: #F84443;
    box-sizing: border-box;
    border-bottom: 1px solid #F84443;
}
.form-item .form-row{
    overflow: hidden;
}
.form-item .form-input{
    width: 100%;
    height: 42px;
    line-height: 42px;
    padding: 0 5%;
    box-sizing:border-box;
    border-bottom: 1px solid #e6e6e6;
    color: #000;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    margin-bottom: 10px;
    position:relative;
    overflow:hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 5px 0;
    background: #FFF;
}
.login-form .form-input{
    width: 86%;
    margin: 0 auto 20px;
    border-bottom: 1px solid #e6e6e6;
    background: none;
}
.login-form .form-input:last-child{
    margin-bottom: 10px;
}
.form-item .public-notice p{
    /*line-height: 1.6;
    margin-top: 15px;
    padding: 0 0 30px 0;*/
}
.form-item p{
    color: #808080;
    line-height: 30px;
    font-size: 13px;
    padding: 20px 0 0 5%;
}
.form-item .form-input h4{
    display:inline-block;
    text-align:left;
    height:100%;
    color: #333;
    vertical-align:top;
    margin-right: 10px;
    font-size: 30px;
    font-weight: normal;
}
.form-item .form-input span{
    display:inline-block;
    text-align:left;
    height:100%;
    color: #fc6621;
    vertical-align:top;
    margin-right: 10px;
    width: 20%;
}
.form-item .form-input i{
    display:inline-block;
    text-align:center;
    height:100%;
    color: #fc6621;
    vertical-align:top;
}
.form-item .form-input input,.form-item .form-input select{
    background:none;
    display:inline-block;
    height:100%;
    flex: 1;
    padding-left:0;
    vertical-align:top;
    box-sizing:border-box;
    border:none;
}
.form-item .code input{
    width:60%;
}
.form-item .code .verify-code,.form-item .code .verify{
    width:30%;
    display:inline-block;
    height:100%;
    position:absolute;
    right:0;
    top:0;
}
.store .address,.store .cate {
    flex: 1;
    height: 100%;
    display: flex;
    align-items: center;
}
.store .cate select {
    height: 30px;
    width: 33.33%;
    border: 1px solid #e5e5e5!important;
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    text-align: center;
    text-align-last: center;
    border-radius: 3px;
    color: #666;
}
.store .address select {
    height: 30px;
    width: 33.33%;
    border: 1px solid #e5e5e5!important;
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    text-align: center;
    text-align-last: center;
    border-radius: 3px;
    color: #666;
    margin-left: 3px;
}
.store .img{
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(2,2,2,0.2);
    margin-left: 10px;
}
.store .img h4{
    height: 30px;
    line-height: 30px;
    color: #333;
    font-weight: normal;
}
.store .img .img-list{
    display: flex;
    align-items: center;
}
.store .img .img-list img{
    width: 140px;
    height: 96px;
}
.store .img .img-list img:first-child{
    margin-right: 15px;
}
.layui-upload-file {
    display: none!important;
    opacity: .01;
    filter: Alpha(opacity=1);
}
.verify-code{
    color:#fff;
    background:#fc6621;
    padding: 5px 8px;
    border-radius: 5px;
}
.btn-list button{
    display: block;
    width: 86%;
    border-radius: 4px;
    color: #fff;
    border: none;
    outline: none;
    height: 42px;
    font-size: 15px;
    cursor: pointer;
    margin: 0 auto;
}
.ladda-label{
    font-size: 14px;
}
.btn-list .btn-list-bottom{
    width: 86%;
    display: flex;
    justify-content: space-between;
    color: #b5b5b5;
    margin: 10px auto;
}
.btn-list .btn-list-bottom a{
    font-size: 13px;
}
.btn-list .flex-end{

}
.verify img{
    width:100%;
    height:100%;
}
.public-money {
    margin:10px auto;
    text-align:center;
}
.public-money p{
    color:#21A4FE;
    font-size:20px;
    margin-top:5px;
}
.public-notice{
    line-height: 2;
    margin-left: 2%;
    margin-top: 20px;
    background: #FFF;
    width: 88%;
    padding: 4%;
    border-radius: 10px;
}
.public-notice h5 span{
    border-left: 2px solid #F84443;
    margin-right: 5px;
}
.public-notice h5{
    color: #333;
    font-weight: normal;
}
.public-notice p{
    color:#999;
}
#public-form .info select{
    width:100%;
    height:35px;
    border-radius:3px;
}
div.error {
    display: block;
    -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-radius: 0 0 5px 5px;
    width: 100%;
    height: 25px;
    border: 1px solid rgba(255,255,255,.15);
    line-height: 25px;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.1) inset;
    text-shadow: 0 1px 2px rgba(0,0,0,.1);
    background: rgba(239,16,8,0.2);
    -moz-border-radius: 6px;
    margin: 0 auto;
    text-align:center;
    color:#dd524d;
}
/*登录、注册、资料等公用表单e*/