body{
    margin: 0;
    padding: 0;
    background-color: #e8e8e8;
}
.content{
    width:100%;
}
.title{
    position: relative;
    margin-left:2rem;
    margin-top:2rem;
}
.input{
    position: relative;
    width:64%;
    left:3%;
    display: inline-block;
    background-color: #ffffff;
    border:none;
    font-size: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.username{
    position: relative;
    width:100%;
    background-color: #ffffff;
    margin-top:1rem;
    height: 3rem;
    line-height: 3rem;
    font-size: 1rem;
}
.username span{
    padding-left:1rem;
}
.submit_btn{
    position: relative;
    width:90%;
    left: 5%;
    height: 3rem;
    background-color: #00a0e9;
    margin-top:2rem;
    border-radius: 1rem;
    text-align: center;
    cursor:pointer;
}
.submit_btn a{
    color: #ffffff;
    line-height: 3rem;
    font-size: 1.2rem;
    cursor:pointer;
}
label{
    display: inline;
}
/*input{*/
    /*display: none;*/
/*}*/

/*弹窗样式*/
.select_list_title_show{
    font-size: 1.2rem;
}
.show_box{
    margin: 0;
    padding: 0;
    background-color: #e8e8e8;
    z-index: 200;

}
.content_show{
    width:100%;
}
.page_show{
    position: relative;
    width:90%;
    left:5%;
    margin-top: 2rem;
}
.select_input_show{
    width:100%;
    height: 3rem;
    background-color: #ffffff;
    border-radius: 1rem;
    line-height: 3rem;
}
.select_input_show input{
    position: relative;
    width:80%;
    left:10%;
    border:none;
    text-align: center;
    font-size: 1rem;
}
.select_list_show{
    position: relative;
    margin-top: 2rem;
    text-align: center;
}
.list_result_show{
    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_show{
    position: relative;
    width:94%;
    height: 3rem;
    background-color: #ffffff;
    font-size: 1rem;
    margin-top:1rem;
    line-height: 3rem;
    padding-left:10px;
    padding-right:10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor:pointer;
}
ul{
    margin-bottom: 2rem;
}
.company_list_show ul li{
    position: absolute;
    padding-right: 10px;
    padding-left: 10px;
    width:90%;
    left:2%;
    font-size: 1.1rem;
    cursor:pointer;
}
body .layui-m-layer .layui-m-layer-msg{
    bottom:0 !important;
}
