* {
    margin: 0;
    padding: 0;
    color: #333;
    font-family: Helvetica;
}

@media screen and (min-width: 750px) {
    html {
        font-size: 75px !important;
    }
}

html, body{
    max-width: 750px;
    margin: 0 auto;
}

a{
    text-decoration: none;
    color: #666;
    user-select: none;
    -webkit-tap-highlight-color: none;
}

img{
    display: block;
    max-width: 100%;
}

ul, li {
    list-style-type: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.p-1 {
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.p-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.p-3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.p-6 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}

.clear::after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    clear: both;
}

.wrapper{
    width: 89.33333333%;
    margin: 0 auto
}


/*页头*/
.page-top{
    padding: .24rem .4267rem;
    height: 1.44rem;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}

.page-top .back{
    display: block;
    width: .96rem;
    height: .96rem;
    background-image: url(../image/icon-back.png);
    background-size: 100% 100%;
}

.content{
    background: linear-gradient( 315deg, #E8FFEC 0%, #69CA64 100%);
    /* background-image: linear-gradient(to bottom, #DF2519 , #FE9A93); */
    padding-bottom: 1.3867rem;
    position: relative;
    box-sizing: border-box;
    position: relative;
    /* height: 100vh; */
}

.content::before{
    content: "";
    display: block;
    width: 100%;
    height: 8.2267rem;
    background-image: url(../image/banner.png);
    background-size: 100% auto;
    position: absolute;
    top: 0;
    left: 0;
}
.text{
    position: absolute;
    width: 4.2rem;
    font-size: 0.56rem;
    color: #FFFFFF;
    /* text-align: center; */
    top: 15%;
    left: 8%;
}
.texts{
    position: absolute;
    width: 4.2rem;
    font-size: 0.3rem;
    color: #FFFFFF;
    /* text-align: center; */
    top: 26%;
    left: 8%;
}
.banner{
    height: 8.2133rem;
}

.form{
    position: relative;
    margin-top: -1.6rem;
    background: rgba(255,255,255,0.4538);
    border-radius: .4267rem;
    backdrop-filter: blur(.1067rem); 
}

.form-title{
    height: 1.6533rem;
    line-height: 1.6533rem;
    padding: 0 .2667rem;
    display: flex;
    justify-content: space-between;    
}

.form-title p{
    color: #000000;
    font-family: Helvetica;
}

.form-title p.sm{
    font-size: .3733rem;
}

.form-title p.lg{
    font-size: .96rem;    
    font-weight: bold;
}

.form-main{
    background-color: #fff;
    border-radius: .4267rem;
    padding: .5333rem .4267rem .8rem
}

.form-input{
    position: relative;
}

.form-label{
    font-size: .3733rem;
    font-weight: 700;
    color: #666;
    position: absolute;
    left: .8rem;
    top: -0.24rem;
    background-color: #fff;
    line-height: .3733rem;
    padding: 0 .1333rem;
}

.form-input input[type=text] {
    width: 100%;
    height: 1.44rem;
    border: .0267rem solid #E5E5E5;
    border-radius: .2667rem;
    font-size: .3733rem;
    padding: 0 .32rem 0 1.55rem;
    box-sizing: border-box;
}

.form-input input[type=text]::placeholder{
    color: #B2B2B2;
    font-size: .3733rem;
}

.form-input input[type=text]:focus{
    border-color: #DF2519;
}

.form-submit{
    margin-top: .5333rem;
}

.form-submit-btn{
    background-color: #FFC446;
    color:#000;
    font-size: .5333rem;
    border: none;
    border-radius: .6667rem;
    width: 100%;
    height: 1.44rem;
}

.step{
    margin-top: .32rem;
    box-sizing: border-box;
    /* height: 100vh; */
}


.page-tips{
    margin-top: .3467rem;
    color: #000000;
    text-align: center;
    font-size: .3733rem;
}

.form-input-ex{
    color: #B2B2B2;
    font-size: .3733rem;
    position: absolute;
    left:.32rem; top: 0;
    line-height:  1.44rem;
}