body {
    color: #474948 !important;
    font-size: 13px !important;
}

.image-upload-show {
    display: inline-block;
    position: relative;
    margin-left: 10px;
}

.image-upload-show img {
    width: 80px;
    border-radius: 5px;
    box-shadow: 3px 3px 8px #c1c1c1;
}

.layui-layout-admin .layui-body {
    /*bottom: 10px;*/
}

.my-layui-header {
    height: 45px !important;
}

.my-left-navi {
    top: 45px !important;
}

.layui-layout-body {
    top: 45px !important;
}

.position-relative {
    position: relative;
}

.container {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
}

.container-row {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    position: relative;
}

.container-column {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
}

.clear {
    clear: both;
}

/* flex */
.flex-end {
    justify-content: flex-end !important;
}

.flex-center {
    justify-content: center !important;
}

/*字体颜色  */

.text-hui {
    color: #959595;
}

.color-red {
    color: #f00;
}

.color-gold {
    color: #E2BC67;
}

/*线  */

.border-bottom {
    border-bottom: 1px solid #f6f6f6;
}

.border-top {
    border-top: 1px solid #f6f6f6;
}

.border-right {
    border-right: 1px solid #f6f6f6;
}

.no-border {
    border: none !important;
}

/* margin-left */
.ml-10 {
    margin-left: 10px;
}

.ml-5 {
    margin-left: 5px;
}

/* margin-right */
.mr-5 {
    margin-right: 5px;
}


/* margin-top */
.mt-3 {
    margin-top: 3px;
}


.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

/* margin-bottom */
.mb-7 {
    margin-bottom: 7px;
}

/* 显示 */
.dis-none {
    display: none;
}

.dis-inline-block {
    display: inline-block;
}

.dis-block {
    display: block;
}

.color-text-black {
    color: #333;
}

.z-index1 {
    z-index: 1;
}

.z-index2 {
    z-index: 2;
}

.z-index3 {
    z-index: 3;
}

.z-index4 {
    z-index: 4;
}

.z-index5 {
    z-index: 5 !important;
}

.z-index1000 {
    z-index: 1000 !important;
}

.z-index1500 {
    z-index: 1500 !important;
}

.z-index2000 {
    z-index: 2000 !important;
}


/* 文字显示行数 */
.text-lines1 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.text-lines2 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.layui-form-label {
    min-width: 120px !important;
}

.layui-table-tool-temp {
    padding-right: 0px !important;
}

/*搜索头部开始*/

.container-header-items {
    flex-wrap: wrap;
}

.container-header-items .item {
    margin-right: 10px;
    margin-bottom: 3px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.container-header-items .item span {
    margin-right: 3px;
}

.container-header-items .item input {
    width: 212px;
}

.align-center {
    align-items: center;
}

/*搜索头部结束*/

.container-checkbox {
    width: 600px;
    flex-wrap: wrap;
}

.layui-form-item .layui-input-inline {
    width: 40% !important;
}

.listImgShow {
    width: 38px;
    height: 38px;
    min-width: 38px;
    min-height: 38px;
    border-radius: 4px;
    margin-left: 15px;
    box-shadow: 3px 3px 8px #c1c1c1;
}


.headImg {
    width: 38px;
    height: 38px;
    min-width: 38px;
    min-height: 38px;
    border-radius: 4px;
    margin-left: 15px;
    box-shadow: 3px 3px 8px #c1c1c1;
}


/*自定义*/

.inputNoneBorder {
    background: none !important;
    outline: none !important;
    border: 1px solid transparent !important;
    -webkit-text-fill-color: #474948 !important; /* 设置字体颜色 */
}

.inputNoneBorder-texthui {
    -webkit-text-fill-color: #959595 !important; /* 设置字体颜色 */
}

.inputNoneBorder:focus {
    border: 1px solid transparent !important;
}


/*滚动条统一样式*/
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
/*::-webkit-scrollbar {*/
/*    width: 10px;*/
/*    height: 10px;*/
/*    !*background-color: #F5F5F5;*!*/
/*}*/

/*!*定义滚动条轨道 内阴影+圆角*!*/
/*::-webkit-scrollbar-track {*/
/*    !*-webkit-box-shadow: inset 0 0 6px rgb(240, 226, 206);*!*/
/*    border-radius: 10px;*/
/*    !*background-color: #F5F5F5;*!*/
/*}*/

/*!*定义滑块 内阴影+圆角*!*/
/*::-webkit-scrollbar-thumb {*/
/*    border-radius: 10px;*/
/*    !*-webkit-box-shadow: inset 0 0 6px rgb(227, 219, 193);*!*/
/*    !*background-color: #94ea89;*!*/
/*}*/
.layui-table-card {
    margin: 15px 15px 0 15px;
    padding: 15px;
    background-color: #fff;
}

.layui-table, .layui-table-view {
    margin: 0;
}

.layui-card-header {
    color: #333;
    font-size: 14px;
    padding: 0;
}

.layui-card-header.layuiadmin-card-header-auto {
    padding-top: 0;
    height: auto;
    background-color: #fff;
    padding-bottom: 10px;
    line-height: 38px !important;
}

.layui-card-header .item {
    margin-right: 15px;
    display: inline-block;
    margin-bottom: 8px;
}

.layui-card-header .item .label {
    display: inline-block;
    width: 96px;
    margin-right: 10px;
    text-align: right;
}

.layui-table-page {
    background-color: #fff;
}

.wp-200 {
    width: 200px !important;
}