<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.base_form{
    background: none!important;
    padding-bottom: .3rem;
}
.base_form&gt;p{
    text-align: center;
    height: .56rem;
    line-height: .56rem;
    color: #fff;
    font-size: .24rem;
    background: url(../image/form_safe_tips.png) center no-repeat;
    background-size: 4.44rem 100%;
}
.base_form &gt; p &gt; img{
    margin-right: .1rem;
    height: .24rem;
}
.base_form &gt; .form_padding{
    padding: 0 .24rem;
}
.base_form form{
    background: #fff;
    padding: .4rem .3rem .5rem .3rem;
}
.base_form form .chose_item,
.base_form .form_padding&gt;.chose_item{
    position: relative;
    width: 100%;
    height: .88rem;
    margin-bottom: .2rem;
    padding: 0 0 0 1.6rem;
    background: #fff;
}
.base_form .form_padding&gt;.chose_item{
    padding-left: 1.9rem;
    padding-right: .3rem;
    padding-top: .4rem;
    height: 1.28rem;
    margin: 0 0 -.2rem;
}

.base_form .form_padding&gt;.chose_item&gt;span:nth-child(1),
.base_form form .chose_item&gt;span:nth-child(1) {
    position: absolute;
    left: 0;
    top: 0;
    font-size: .26rem;
    text-align: left;
    height: .88rem;
    line-height: .88rem;
    color: #666666;
    width: 1.6rem;;
    display: flex;
    align-items: center;
}
.base_form .form_padding&gt;.chose_item&gt;span:nth-child(1){
    padding-left: .3rem;
    top: .4rem;
}
.base_form .form_padding .chose_item&gt;span:nth-child(1)&gt;i{
    font-style: normal;
    line-height: .3rem;
    width: 1rem;
    display: block;
    vertical-align: middle;
}
.base_form .chose_item&gt;span:nth-child(2) {
    position: relative;
    display: flex;
    justify-content: space-between;
    height: 100%;
}

.base_form .chose_item&gt;span:nth-child(2)&gt;label {
    float: left;
    width: 48%;
    height: .88rem;
    border: 1px solid #cccccc;
    border-radius: 2px;
    font-size: .26rem;
    color: #666;
    cursor: pointer;
    text-align: center;
    line-height: .88rem;
}
input[type='radio'] {
    display: none;
}

.base_form .chose_item&gt;span:nth-child(2)&gt;input,
.base_form .chose_item&gt;span:nth-child(2)&gt;select {
    width: 100%;
    height: 100%;
    border: none;
    background-color: rgb(245, 248, 255);
    outline: none;
    font-size: .26rem;
    padding-left: .2rem;
    border: 1px solid rgb(245, 248, 255);
}
.base_form .chose_item&gt;span:nth-child(2)&gt;select{
    background: rgb(245, 248, 255) url(../image/form_select_icon.png) no-repeat right 0.24rem center;
    background-size: 0.2rem auto;
}
.base_form .chose_item&gt;span:nth-child(2)&gt;select:focus,
.base_form .chose_item&gt;span:nth-child(2)&gt;input:focus {
    border: 1px solid rgb(253, 100, 35);
}
.city_input{
    display: flex;
    position: relative;
}
.city_input&gt;input{
    position: absolute;
    left: 0;
    top:0;
    width: 0!important;
    height: 0!important;
    background-color: #fff!important;
}
.city_input&gt;span {
    position: relative;
    float: left;
    width: 48%;
    height: .88rem;
}



.city_input&gt;span&gt;select,
.city_input&gt;span&gt;input {
    width: 100%;
    height: 100%;
    padding: 0 0 0 .24rem;
    font-size: .26rem;
    background-color: rgb(245, 248, 255);
    outline: none;
    border: 1px solid rgb(245, 248, 255);
    appearance:none;
    -webkit-appearance: listbox;
    -moz-appearance:none; 
}

.city_input&gt;span&gt;input:focus {
    border: 1px solid rgb(253, 100, 35);
}

.city_input&gt;span&gt;span {
    position: absolute;
    right: .24rem;
    top: 50%;
    height: 100%;
    line-height: .88rem;
    font-size: .26rem;
    color: rgb(51, 51, 51);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.base_form .chose_item&gt;span:nth-child(2)&gt;button {
    position: absolute;
    right: 0;
    top: 50%;
    padding: 0 .24rem;
    height: 100%;
    line-height: .88rem;
    background: none;
    border: none;
    outline: none;
    font-size: .26rem;
    color: rgb(252, 118, 87);
    cursor: pointer;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.base_form form&gt;button {
    display: block;
    width: 100%;
    height: .88rem;
    border-radius: .44rem;
    background-image: -moz-linear-gradient(0deg, rgb(252, 136, 42) 0%, rgb(249, 97, 35) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(252, 136, 42) 0%, rgb(249, 97, 35) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(252, 136, 42) 0%, rgb(249, 97, 35) 100%);
    background-image: linear-gradient(0deg, rgb(252, 136, 42) 0%, rgb(249, 97, 35) 100%);
    text-align: center;
    margin: .4rem auto 0;
    font-size: .34rem;
    color: rgb(255, 255, 255);
    border: none;
    outline: none;
    cursor: pointer;
}

.labelActive {
    background-color: rgb(252, 118, 87);
    border-color: rgb(252, 118, 87)!important;
    color: #fff !important;
}


.label_box .hideInput{
    position: absolute;
    left: 0;
    top: 0;
    width: 0!important;
    height: 0!important;
    padding: 0!important;
    border: none!important;
    background: none!important;
}




.difult_label&gt;span{
    float: left!important;
    width: auto!important;
}
.difult_label&gt;.label_box{
    float: right!important;
    width: 3rem!important;
}
.difult_label&gt;span&gt;label{
    font-size: 0;
    width: auto!important;
    border: none!important;
    color: #2c3e50!important;
}
.iconfont{
    color: #d7d0d0;
    margin-right: .06rem;
    vertical-align: middle;
}
.difultActive&gt;.iconfont{
    color: #fd6423;
}
.difult_label label{
    background: none!important;
}</pre></body></html>