.login-con-down img{
    margin: 38px 150px 0 0;
}
.login-info{
    left:106px;
    width: 530px;
    padding-top: 40px;
}
.login-con-k{
    padding-top: 0;
}
.welcome-txt{
    height:120px;
    line-height: 120px;
    padding:0 10px;
}
.welcome-txt div{
    color:#000;
}
.welcome-txt div a{
    color: #0f8549;
}
/*表单部分*/
.register-div{
    margin-top: 50px;
}
.res-btn{
    width:100%;
    margin-left:80px;
    background: #0f8549;
}
.layui-form-item{
    padding-left: 20px;
}
.layui-form-pane .layui-form-label{
    width:114px;
    background-color: #fff;
    border-color: #0f8549;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    text-align: right;
}
.layui-form-pane .layui-input {
    border-left: 0 !important;
    border-color: #0f8549;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.layui-form-mid{
    color:#ff7d7d !important;
}
.layui-input:focus,
.layui-input:hover{
    border-color: #0f8549 !important;
}
.code-input{
    padding-right: 95px;
}
.code-div{
    height:36px;
    width:90px;
    background: #eeeeee;
    margin: -37px 2px 0 0;
    overflow: hidden;
    text-align: center;
    line-height: 36px;
    cursor:pointer;
}
/*尾部*/
.login-info .login-info-list{
    width: 430px;
    margin:0 auto;
}
.login-info-list .list{
    border:1px solid #0f8549;
    background: #fff;
    border-radius: 4px;
    box-sizing: border-box;
    margin-bottom: 0;
    height: 40px;
    width: 400px;
}
.login-info-list .list span{
    width: 98px;
    height:38px;
    line-height: 38px;
}
.login-info-list .list span i{
    margin-left: 10px;
}
.login-info-list .list input{
    border:0;
    width: 280px;
    height:100%;
    line-height: 38px;
}
.login-ft{
    margin-top: 248px;
}

