.application-big-box {
    width: 100%;
    height: auto;
    background: linear-gradient(98deg, #32D6BD 0%, #1FC5CD 100%);
    padding-bottom: .68rem;
}

.application-big-box-img {
    width: 100%;
    height: 10.16rem;
    background: url(../imgs/baoming/application-01.png) no-repeat;
    background-size: 100% 100%;
}

.content-state {
    width: 94%;
    height: .94rem;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 0px .1rem 0px rgba(0, 106, 93, 0.2);
    border-radius: .2rem;
    backdrop-filter: blur(.6rem);
    margin: 0 auto;
}

.content-state-padding {
    padding-top: 5.72rem;
}

.content-state .toExamine {
    font-size: .32rem;
    height: .94rem;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #222222;
}

.content-state .toExamine img {
    width: .32rem;
    height: .38rem;
    margin-right: .14rem;
}

.content-state .Registered {
    font-size: .32rem;
    height: .94rem;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #222222;
    padding-left: .32rem;
}

.content-state .Registered img {
    width: .46rem;
    height: .36rem;
    margin-right: .3rem;
}

.application-big-box-content {
    width: 94%;
    background-color: #FFFFFF;
    box-shadow: 0px 0px .1rem 0px rgba(0, 106, 93, 0.2);
    border-radius: .24rem;
    margin: 0 auto;
    margin-top: -3.34rem;
    border-top: 0.01rem solid transparent;
    padding-bottom: .5rem;
}

.content-header {
    width: 2.5rem;
    height: .34rem;
    background: url(../imgs/baoming/application-04.png) no-repeat;
    background-size: 100% 100%;
    margin: 0.5rem auto 0.16rem;
}

.content-form ul {
    width: 94%;
    margin: 0 auto;
}

.content-form ul li {
    height: 1.15rem;
    border-bottom: 0.01rem solid #EEEEEE;
}

.content-form ul li .from-left {
    font-size: .32rem;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #222222;
}

.content-form ul li .from-left span {
    color: #FF0000;
}

.content-form ul li .from-right .inputBox {
    font-size: .32rem;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;

    text-align: right;
}

/* .content-form ul li input{
    border: none;
    background: none;
    margin: 0;
    padding:0;
} */
.content-form ul li .from-right img {
    width: .12rem;
    height: .12rem;
    margin-left: .18rem;
}
.content-form ul li .from-right label{
    width: 1.12rem;
    height: .64rem;
    border-radius:.16rem;
    display: block;
    border: 1px solid #EBF0EE;
    box-sizing: border-box;
    text-align: center;
    line-height: .64rem;
    font-size: .32rem;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #666666;
    margin-left: .16rem;

}
.content-form ul li .from-right input:checked+label{      
    width: 1.12rem;
    height: .64rem;
    background: linear-gradient(270deg, #1FCDB6 0%, #33D7C3 100%);
    border-radius:.16rem;
    font-size: .32rem;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #FFFFFF;
}
/* .content-form ul li .from-right input[type="radio"]{     
    display: none;
} */
.content-form-clutter {
    width: 94%;
    margin: 0 auto;
}
.content-form-clutter .from-textarea-header{
    height: 1.15rem;
    line-height: 1.15rem;
    font-size: .32rem;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #222222;
}
.content-form-clutter .from-textarea-content{
    width: 100%;
    height: 2.14rem;
    background: #FAFAFA;
    border-radius: .24rem;
    margin: 0 auto;
    position: relative;
}
.content-form-clutter .from-textarea-content textarea{
    width: 92%;
    height: 1.8rem;
    background: #FAFAFA;
    position: absolute;
    margin:auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: .32rem;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #222222;
    border: none;
    outline: none;
    resize: none;
    appearance: none;
}

.application-agreement{
    width: 94%;
    font-size: .26rem;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #999999;
    margin: 0.4rem auto 0;
}
.application-agreement img{
    width: .3rem;
    height: .3rem;
    margin-right: .14rem;
    position: relative;
    top: -0.03rem;
}
.application-agreement span{
    color: #1FCDB6;
}
.application-agreement span a{
    color: #1FCDB6;
}
.application-uploader{
    width: 94%;
    margin: .4rem auto 0;
}
.application-submit{
    width: 94%;
    height:1.04rem;
    line-height: 1.04rem;
    text-align: center;
    background: linear-gradient(270deg, #1FCDB6 0%, #33D7C3 100%);
    border-radius: .24rem;  
    font-size: .36rem;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #FFFFFF;
    margin: .5rem auto 0;
}


.xieyi-box{
    width: 94%;
    margin: 0 auto;
}
.xieyi-box p{
    font-size: .3rem;
    line-height: .6rem;
    color: #222222;
}
.xieyi-box .staticState{
    font-size: .34rem;
    font-weight: 600;
    padding: .3rem 0 .1rem 0;;
}