body{
    margin: 0;
    padding: 0;
    background-color: #e8e8e8;
}
.content{
    width:100%;
}
.page{
    position: relative;
    width:94%;
    left:3%;
    margin-bottom:10rem;
}
.page_title{
    width:100%;
    height: 1rem;
    text-align: center;
    margin: 2rem auto;
    font-size: 1.2rem;
}
.page_list{
    width:100%;
}
.company_list{
    position: relative;
    width:100%;
    height: 3rem;
    background-color: #ffffff;
    font-size: 1.5rem;
    margin-top:1rem;
    border-radius: 1rem;
    line-height: 3rem;
    cursor:pointer;
}
.company_name{
    text-align: center;
}
.new_company{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height:  4rem;
    text-align: center;
    background: #fff;
    box-shadow: rgba(153, 153, 153, 0.35) 0px -5px 8px;
}
.new_company a{
    /*display: block;*/
    /*width: 50%;*/
    /*height: 3rem;*/
    /*margin: 1.5rem auto 0;*/
    /*line-height: 3rem;*/
    /*border-radius: 1rem;*/
    /*background: #008dff;*/
    color: #fff;
    font-size: 1.2rem;
}
.to_newcompany{
    position: absolute;
    top:0.5rem;
    left:25%;
    width: 50%;
    height: 3rem;
    line-height: 3rem;
    border-radius: 1rem;
    background: #008dff;
}
.newcompany{
    width: 50%;
    height: 3rem;
    margin: 1.5rem auto 0;
    line-height: 3rem;
    border-radius: 1rem;
    background: #008dff;
}
.company_list{
    position: relative;
    width:90%;
    height: 3rem;
    background-color: #ffffff;
    font-size: 1.1rem;
    margin-top:1rem;
    line-height: 3rem;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor:pointer;
}
ul{
    margin-bottom:1rem;
}
ul li{
    position: absolute;
    padding-right: 10px;
    padding-left: 10px;
    width:90%;
    left:2%;
    font-size: 1.1rem;
    cursor:pointer;
}
/*loading*/
.loading{
    position: fixed;
    top:15rem;
    left:35%;
    height: auto;
    z-index: 300;
    padding: 1.5rem;
    background-color: #aba6a6;
    opacity: 0.6;
    border-radius: 1rem;
}
body .layui-m-layer .layui-m-layer-msg{
    bottom:0 !important;
}
