*{
    line-height: normal;
    box-sizing: border-box;
}
.m-user-form{
    width: 7.50rem;
    height: 6.64rem;
    background-color: #fff;
}
.benefits-personal-info{
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 7.3rem;
    height: 6.33rem;
    margin-left: .2rem;
    display: flex;
    justify-content: center;
}
.m-user-form .phone{
    margin-top: 2.6rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.m-user-form .phone input{
    display: block;
    width: 6.4rem;
    height: 1.1rem;
    background-color: #fff;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
    padding-left: .3rem;
    line-height: 1.1rem;
    font-size: 0.25rem;
    color: #999999;
    letter-spacing: 0.05rem;
    font-size: 0.25rem;
}
input[type="text"],
input[type="password"],
input[type="email"]
/* 根据需要添加更多input类型 */
{
    border: none; /* 去掉边框 */
    background: none;
    padding: 0; /* 去掉内边距 */
    margin: 0; /* 去掉外边距 */
    box-shadow: none; /* 去掉盒子阴影 */
    /* 你可以根据需要添加更多样式覆盖 */
    font-family: inherit; /* 继承父元素的字体 */
    font-size: inherit; /* 继承父元素的字体大小 */
    /* 其他样式，如颜色、边框半径等 */
}
.m-user-form .free-get-but{
    display: inline-block;
    width: 5.24rem;
    height: 1.17rem;
    line-height: 1.17rem;
    background: linear-gradient(to right, #fb444b, #ff6c02);
    /*box-shadow: 0 0 0.06rem 0.15rem rgba(232, 92, 14, 0.44);
    */color: #fff;
    font-size: 0.42rem;
    /*letter-spacing: 0.19rem;
    */border: none;
    border-radius: 1rem;
    cursor: pointer;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
}