*{
    margin:0;
    padding: 0;
    box-sizing: border-box;
}
.tf-container{
    width: 100%;
    margin: 0 auto;
    border:.125rem solid rgba(254,147,37,1);
    border-radius:.3125rem;
    padding: 1.6875rem .2rem;
    position: relative;
}
.tf-container .tf-title{
    width: 100%;
    text-align: center;
    margin-top: 1rem;
}
.tf-container .tf-button{
    width: 100%;
    text-align: center;
    margin-top: .5rem;
}
.tf-container .tf-title img{
    width: 50%;
}
.tf-container .tf-item{
    width: 86%;
    margin: 0 auto;
    margin-top: .7rem;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    /* padding: 0 1.25rem; */
}
.tf-container .tf-item label{
    display: inline-block;
    width: 6.25rem;
    font-size:1rem;
    font-family:SourceHanSansCN;
    font-weight:bold;
}
.tf-container .tf-item input,.tf-container .tf-item select{
    border: .0625rem solid #BFBFBF;
    border-radius: .3125rem;
    padding: .625rem;
    font-size:.8125rem;
}
.tf-container .tf-submit{
    background:linear-gradient(-80deg,rgba(236,123,61,0.53),rgba(255,188,109,0.53)) #FB6B1D;
    box-shadow:0rem 0rem .125rem 0rem rgba(152,152,152,0.68);
    border-radius:.5rem;
    border: none;
    outline: none;
    padding: .625rem 1.875rem;
    margin: .5rem 0;
    color: #fff;
    font-size:1.1875rem;
    font-family:SourceHanSansCN;
    font-weight:500;
    letter-spacing: .125rem;
}
.tf-container .tf-item .tf-gender span{
    display: inline-block;
    padding: .5rem 2.75rem;
    border:.0625rem solid rgba(191,191,191,1);
    border-radius:.3125rem;
    color: #B7B6B6;
    font-size: .9375rem;
    font-family:SourceHanSansCN;
    font-weight:400;
    /* margin-right: 1.25rem; */
}
.tf-container .tf-item .tf-insur span{
    display: inline-block;
    padding: .5rem 1.05rem;
    border:.0625rem solid rgba(191,191,191,1);
    border-radius:.3125rem;
    color: #B7B6B6;
    font-size: .9375rem;
    font-family:SourceHanSansCN;
    font-weight:400;
    /* margin-right: 1.25rem; */
}
.tf-container .tf-item .tf-yixiang span{
    display: inline-block;
    padding: .5rem .5rem;
    border:.0625rem solid rgba(191,191,191,1);
    border-radius:.3125rem;
    color: #B7B6B6;
    font-size: .9375rem;
    font-family:SourceHanSansCN;
    font-weight:400;
    /* margin-right: 1.25rem; */
}
.w2{
    display: inline-block;
    padding: .5rem 2.5rem;
    border:.0625rem solid rgba(191,191,191,1);
    border-radius:.3125rem;
    color: #B7B6B6;
    font-size: .9375rem;
    font-family:SourceHanSansCN;
    font-weight:400;
}
.tf-container .tf-item .tf-gender span.active{
     background: #F3732E;
     color: #fff;
 }
.tf-container .tf-item .tf-insur span.active{
    background: #F3732E;
    color: #fff;
}
.tf-container .tf-item .tf-yixiang span.active{
    background: #F3732E;
    color: #fff;
}
.tf-container .tf-tip p{
    width: 80%;
    margin: 0 auto;
    font-size:.5625rem;
    font-family:SourceHanSansCN;
    font-weight:400;
    color:rgba(139,139,139,1);
    text-align: center;
}
.none{
    display: none;
}
.tf-mask, .tf-success{
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    border-radius:.3125rem;
}
.tf-success .tf-gou{
    width: 2.3125rem;
    margin: 1.875rem 0 1.25rem;
}
.tf-success .tf-detail{
    width: 19.5625rem;
}
.tf-success div:first-of-type{
    font-size:1.1875rem;
    font-family:SourceHanSansCN;
    font-weight:bold;
    color:rgba(243,115,46,1);
    margin-bottom: 1rem;
}

.tf-success div:last-of-type{
    font-size:.75rem;
    font-family:SourceHanSansCN;
    font-weight:400;
    color:rgba(35,34,34,1);
    width: 20.75rem;
    margin: 0 auto;
    margin-bottom: 2.9375rem;
}

.tf-mask .loading{
    width: 70%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 7.5rem;
}


.tf-gender{
    width:14rem;
}
.tf-insur{
    width:14rem;
}
.tf-yixiang{
    width:14rem;
}
.mt-10{
    margin-top: 1rem;
}
.tf-item input{
    width:14rem;
}
.btn-a{
    background: linear-gradient(-80deg,rgba(236,123,61,0.53),rgba(255,188,109,0.53)) #FB6B1D;
    box-shadow: 0rem 0rem 0.125rem 0rem rgba(152,152,152,0.68);
    border-radius: .5rem;
    border: none;
    outline: none;
    padding: .625rem 1.875rem;
    margin: .5rem 0;
    color: #fff;
    font-size: 1.1875rem;
    font-family: SourceHanSansCN;
    font-weight: 500;
    letter-spacing: .125rem;
    display: block;
    width: 60%;
    margin-left: 20%;
}
