.carousel-box{
    height: auto;
}
.layui-form-pane .layui-form-label{
    height: 46px;
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 22px;
}
.layui-input-block{
    min-height: 44px;
    background: #fff;
}
.layui-input,.layui-textarea{
    height: 46px;
}
.signup-box{
    margin-top: -50px;
    padding-bottom: 40px;
    padding-top: 110px !important;
    overflow: hidden;
    position: relative;
}
.signup-box:before {
    content: '';
    background: url("https://static.xjwtqx.com/pc/baoming/signup-bg.jpg") center center / cover no-repeat fixed;
    filter: blur(12px);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.signup-box .signup-content{
		position: relative;
    padding: 30px 50px;
    background: rgba(255,255,255,.75);
		box-shadow: 3px 3px 6px 3px rgba(0, 0, 0, .3);
}
.signup-content .signup-title{
    font-size: 32px;
    font-weight: 500;
    color: #383838;
    line-height: 1.8;
    padding-bottom: 5px;
    margin-bottom: 25px;
    border-bottom: 1px solid #999;
}
.signup-process .process-content{
    display: block;
    width: 100%;
    height: 350px;
    background: url(https://static.xjwtqx.com/pc/baoming/computer-bg.png) no-repeat;
    background-size: 100%;
    padding:25px 68px 0;
    overflow: hidden;
}
.signup-process{
    padding-top: 70px;
}
.signup-process h3{
    font-size: 28px;
    text-align: center;
    color: #383838;
    line-height: 1.8;
    padding-bottom: 20px;
}


















