body {
    background: url("../image/bg.png")
}
.header {
    height: 88px;
    background-color: #009E94;
}
.header_wrap {
    width: 70%;
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_wrap_logo {
    font-size: 28px;
    
}
.header_wrap_logo a {
    color: #ffffff;
}
.header_wrap_login button {
    width: 80px;
}

.login_user {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    color: #fff;
    /* font-weight: 700; */
    font-size: 14px;
    max-width: 200px;
    overflow: hidden;
}
.login_user img{
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-right: 10px;
}

.content {
    width: 70%;
    margin: auto;
}
.search {
    width: 60%;
    margin: 60px auto;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}
.search input {
    width: 84%;
    border-radius: 18px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 0 18px;
}
.search button {
    width: 16%;
    border-radius: 18px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.loginbox {
    padding: 20px 15px;
    padding-bottom: 0;
}
.loginbox input {
   margin-bottom: 20px;
}
.loginbox input:last-child {
    margin-bottom: 0;
}
.layui-layer-btn-c .layui-layer-btn0 {
    width: 100%;
    padding:0;
    /* margin: 0; */
    margin-left: 0;
    margin-right: 0;
    height: 34px;
    line-height: 34px;
}
.result {
    margin-bottom: 140px;
}
.footer {
    position: fixed;
    bottom: 0;    
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 1px 4px 2px #e9e9e9;

}
.footer_wrap {
    width: 70%;
    margin: auto;
    text-align: center;
    height: 60px;
    line-height: 60px;
    color: #888;
}

.layui-table-cell {
    height: auto;
    text-overflow: inherit;
    overflow: visible;
    white-space: normal;
    word-wrap: break-word;
}
td[data-field="id"] .layui-table-cell{
    width: 60px;
    text-align: center;
}