.regbg1img1{
    width: 100%;
}
.regbg1tit{
    margin-top: 1rem;
    margin-bottom: 2rem;
    padding: 0 25px;
}
.regbg1tit span{
 font-size: 1.1rem;
 line-height: 2rem;
 font-weight: bold;
 position: relative;
 color: #222222;
}
.regbg1tit span:after{
    content: "";
    width: 100%;
    height: 0.1rem;
    background: #F44336;
    position: absolute;
    left: 0;
    bottom: -0.3rem;
}
.reglb{
    width: 100%;
    padding: 0 10px;
}
.reglb1 input{
    width: 100%;
    border: none;
    font-size: 0.95rem;
    height: 2.5rem;
    padding: 0;
    border-bottom: 1px solid #dddddd;
}
.reglb1 div{
    position: relative;
}
.reglb1 button{
    position: absolute;
    right: 0;
    bottom: 0.3rem;
    height: 2rem;
    line-height: 2rem;
    padding: 0 0.8rem;
    font-size: 0.8rem;
    border-radius: 30px;
    border: none;
}
.reglb2 button{
    background-image: linear-gradient(45deg, #cb1d11, #ef5c51);
    font-size: 0.95rem;
    height: 2.5rem;
    border-radius: 40px;
}
.reglb3{

}
.reglb3 .text-right a{
    font-size: 0.9rem;
    color: #e64c41;
}
.regdbtext{
    font-size: 0.7rem;
    color: #666;
}
.regdbtext a{
    color: #666;
}
.regdbtext .text-center{
    margin-bottom: 0 !important;
}