.bandimg{
    width: 95px;
    height: auto;
    display: block;
    margin: 35px auto;
}
.lable{
    font-size: 16px;
    font-family: 'fontm';
}
.inputbox{
    width: 100%;
    height: 56px;
    border-radius: 40px;
    border: 1px solid rgba(12, 18, 33, 0.10);
    box-sizing: border-box;
    padding: 0;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 15px;
    margin: 12px 0;
}
.inputbox input{
    border: none;
    width: 100%;
    height: 100%;
    outline: none;
    box-sizing: border-box; 
}
.inputbox input::placeholder{
    font-family: 'fontl';
}
.selectimg{
    width: 16px;
    height: 16px;
}
.inputbox select{
    width: 100%;
    height: 100%;
    border: none;
    appearance: none;
    outline: none;
    color: #000; 
}
.continue{
    width: 100%;
    height: 60px;
    border-radius: 16px;
    text-align: center;
    line-height: 60px; 
    background: #0000ff;
    color: #FFFFFF;
    margin-top: 30px;
}
.huisecolor{
    color: #8a8d94  !important;
}
option{
    color: #1B0330;
    box-sizing: border-box;
    padding: 0 5px;
    display: block;
 }