body {
    font-family: "PingFang SC", "monospace";
    -webkit-text-size-adjust: 100%;
}

input[type=text], button, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

::-webkit-scrollbar {
    display: none;
}

*:focus {
    outline: none;
}

.full-page {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/** base **/
.text-nowrap {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block
}

.text-center {
    text-align: center;
}

.margin-left-5 {
    margin-left: 5px;
}

.margin-right-5 {
    margin-right: 5px;
}

.margin-15 {
    margin: 15px;
}

.mt-mb-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.ml-mr-15 {
    margin-left: 15px;
    margin-right: 15px;
}

.padding-15 {
    padding: 15px;
}

.pt-pb-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.pl-pr-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.bg-f2f2f2 {
    background-color: #F2F2F2;
}

.bg-c2c2c2 {
    background-color: #C2C2C2;
}

.min-height-100 {
    min-height: 100px;
}

.fs-10 {
    font-size: 10px;
}

.fs-11 {
    font-size: 11px;
}

.fs-12 {
    font-size: 12px;
}

.fs-13 {
    font-size: 13px;
}

.fs-14 {
    font-size: 14px;
}

.layui-min-height-450 {
    min-height: 450px;
}

/** 覆盖 **/
.layui-card .layui-card-footer {
    height: 42px;
    line-height: 42px;
    padding: 0 15px;
    border-top: 1px solid #f6f6f6;
    color: #999;
    font-size: 12px;
}

/** flex **/
.flex-center-align {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.flex-center-align-ver {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.flex-two-side-center-align {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.flex-two-side-center-align-ver {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.flex-two-side-start-align {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.flex-two-side-start-align-ver {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.flex-two-side-end-align {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}

.flex-two-side-end-align-ver {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}

.flex-start-align {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.flex-start-align-ver {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.flex-start-center-align {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.flex-start-center-align-ver {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.flex-end-align {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
}

.flex-end-align-ver {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}

.flex-end-center-align {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.flex-end-center-align-ver {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

.flex-item {
    flex: 1;
    min-width: 0;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-stretch {
    align-items: stretch !important;
}

.overflow-hidden-x {
    overflow-x: hidden;
}

.overflow-hidden-y {
    overflow-y: hidden;
}

/* text */
.text-bold {
    font-weight: 500;
}

.text-disabled {
    color: #999999;
}

.tc-009688 {
    color: #009688 !important;
}

.tc-5fb878 {
    color: #5FB878 !important;
}

.tc-393d49 {
    color: #393D49 !important;
}

.tc-1e9fff {
    color: #1E9FFF !important;
}

.tc-ffb800 {
    color: #FFB800 !important;
}

.tc-ff5722 {
    color: #FF5722 !important;
}

.tc-01aaed {
    color: #01AAED !important;
}

.tc-2f4056 {
    color: #2F4056 !important;
}

/* 表格图片 */
.cell-image {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: inline-block;
}

.show-cell-image {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

/* 表格tag */
.cell-tag {
    padding: 2px 4px;
    border-radius: 2px;
}

.layui-table-hover {
    box-shadow: 0 0 5px 2px #99de99;
}

.layui-table-view .layui-form-radio > i {
    margin-top: -5px;
}

.layui-table-view .layui-form-checkbox {
    top: -3px !important;
}

.layui-table-view .layui-form-switch {
    top: -3px !important;
}

/** home layout **/
.layui-nav-tree .layui-nav-item .layui-nav-child dd a {
    padding: 0 40px;
}

.view-box input[readonly], .view-box textarea[readonly],
.edit-box input[readonly], .edit-box textarea[readonly] {
    background-color: #fafafa;
}

.my-notice {
    padding: 10px !important;
    line-height: 22px;
    background-color: #393D49;
    color: #fff;
    font-weight: 300;
}

/** image box */
.image-box-wrapper {
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.image-box-wrapper .image-box {
    width: 15%;
    height: 0;
    padding-bottom: 24.27%;
    margin-left: 0.833%;
    margin-right: 0.833%;
    margin-bottom: 2%;
    border-radius: 5px;
    break-inside: avoid;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.175);
}

.image-box-wrapper .image-box:hover {
    box-shadow: 0 3px 6px rgba(177, 5, 64, 0.17);
}

.image-box-wrapper .image-box img {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    transition: all .3s;
}

.image-box-wrapper .image-box:hover img {
    transform: scale3d(1.2, 1.2, 1);
}

.image-box-wrapper .image-box.loading {
    background: url("/static/images/loading.gif") center center no-repeat;
}

.image-box-wrapper .image-box.error {
    background-image: url("/static/images/image.png");
    background-repeat: no-repeat;
    background-size: 20% 20%;
    background-position: center center;
}

@media screen and (max-width: 992px) {
    .image-box-wrapper .image-box {
        width: 23%;
        margin-left: 1%;
        margin-right: 1%;
        padding-bottom: 37.214%;
    }
}

@media screen and (max-width: 768px) {
    .image-box-wrapper .image-box {
        width: 31.333%;
        margin-left: 1%;
        margin-right: 1%;
        padding-bottom: 50.697%;
    }
}

@media screen and (max-width: 450px) {
    .image-box-wrapper .image-box {
        width: 48%;
        margin-left: 1%;
        margin-right: 1%;
        padding-bottom: 77.664%;
    }
}
