@CHARSET "UTF-8";
.data_box {
    /*width: 90%;*/
    /*margin: 2rem auto 1rem auto;*/
    /*border-radius: 4px;*/
    /*border: 1px solid #dfdfdf;*/
    /*padding: 2rem 3rem;*/
    padding: 20px;
    margin-top: 26px;
    background: #F7F8FC;
}

.user_img, .user_info {
    min-height: 150px;
    position: relative;
    display: inline-block;
    margin-bottom: 2rem;
}

.user_info {
    width: 500px;
    margin-left: 60px
}

.user_img {
    width: 100px;
    vertical-align: top;
    /*text-align: center;*/
    /*padding-top: 19px*/
}

.user_info > p {
    font-size: 16px;
    display: block;
    /*padding: 6px 12px;*/
}

.user_info > p:first-child {
    border-bottom: 1px solid #DFDFDF;
    /*margin-top: 8px;*/
    margin-bottom: 8px;
    padding-bottom: 12px;
}

.user_info a{
    color: var(--gb-color);
    font-size: 16px;
}

.user_img > img {
    height: 130px;
    width: 100px;
    border: 1px solid #DFDFDF;
    padding: 1px;
    border-radius: 3px;
}

.bar {
    background: var(--gb-background2);
    color: var(--gb-text-color);
    font-size: 16px;
    padding: 10px;
    text-align: center;
    font-weight: 600;
}

#table {
    margin: 1rem auto;
}

.layui-table td, .layui-table th {
    padding: 8px 10px !important;
}

/*空提示*/
.lists_empty {
    text-align: center;
    padding: 1rem
}

.lists_empty > img {
    margin: 40px auto;
    width: 100px;
    display: block;
}

.lists_empty > p {
    font-size: 18px;
    line-height: 44px;
    font-weight: 600;
    display: block;
}

.btns {
    text-align: right;
    width: 700px;
    height: 100px;
    margin-top: 2rem;
}

.btns > a {
    border: 1px solid #016DD9;
    background-color: #016DD9;
    color: #FFFFFF;
    margin-left: 25px;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
}

.btns > a:first-child {
    background-color: #FFFFFF;
    color: #016DD9;
    font-weight: 600;
}

.btns > a > img {
    width: 28px;
    height: 28px;
    vertical-align: middle;
    margin-right: 4px;
    margin-top: -4px;
}
