body{
    margin:0;
    padding: 0;
    background-color: #e8e8e8;
}
.content{
    width:100%;
}
.page{
    position: relative;
    width:90%;
    left:5%;
    margin-top: 2rem;
}
.select_input{
    width:100%;
    height: 3rem;
    background-color: #ffffff;
    border-radius: 1rem;
    line-height: 3rem;
}
.select_input input{
    position: relative;
    width:84%;
    left:8%;
    border:none;
    text-align: center;
    font-size: 1rem;
}
.select_list{
    position: relative;
    margin-top: 2rem;
    text-align: center;
}
.list_result{
    position: relative;
    width:100%;
    left:0;
    height: 3rem;
    line-height: 3rem;
    margin-top:1rem;
}
.select_list_title{
    font-size: 1.2rem;
}
input[type="radio"]{
    position: absolute;
    top:1.2rem;
    left:18rem;
}
.company_list{
    position: relative;
    width:100%;
    height: 3rem;
    background-color: #ffffff;
    font-size: 1.1rem;
    margin-top:1rem;
    line-height: 3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor:pointer;
}
/*label{*/
    /*position: absolute;*/
    /*display: inline-block;*/
    /*font-size:1rem;*/
    /*width:90%;*/
    /*padding-left:10px;*/
    /*padding-right:10px;*/
    /*left:10px;*/
/*}*/
.company_list ul li{
    position: absolute;
    padding-right: 10px;
    padding-left: 10px;
    width:90%;
    left:2%;
    font-size: 1.1rem;
    cursor:pointer;
}
 #layui-layer3,#layui-layer4{
    margin:12px !important;
     left:auto !important;
}
.layui-layer-btn{
    text-align: center !important;
}
body .layui-m-layer .layui-m-layer-msg{
    bottom:0 !important;
}
.submit_mfb{
    width: 100%;
    margin-top:20px;
    height: 50px;
    background:#008dff; 
    text-align: center;
    line-height: 50px;
    border-radius: 20px;
}
.submit_mfb a{
    font-size: 16px;
    color: #fff;
}