/*错误提示*/
.glob-error-box {
    padding: 5px 0;
    animation-name: error-box;
    animation-duration: 1s;
}

.glob-error-box .glob-error-content {
    background: #FEF0F0;
    color: #F23939;
    padding: 10px;
    border-left: 2px solid #F56C6C;
    font-size: 12px;
}

.glob-price-box {
    color: red;
    text-align: right;
}


.glob-notice .layui-badge {
    position: relative;
    border-radius:12px
}

.glob-red-weigth-font{
    color: red;
    font-size: 16px;
    font-weight: bold;
}

@keyframes error-box {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/*返回按钮*/
.glob-nav-back-btn {
    display: flex;
    align-items: center;
    border: 0;
    font-size: 14px;
    background: #FFFFFF;
    padding: 5px 0;
    cursor: pointer;
}

.glob-nav-back-btn:hover {
    color: #1E9FFF;
}

.glob-nav-back .layui-icon-left {
    font-size: 16px;
}

.glob-button-danger:hover {
    background: red;
    border: 1px solid red;
    color: #FFFFFF;
}

.glob-hide {
    display: none;
}

.glob-margin-bottom15 {
    margin-bottom: 15px;
}

/*文本对其*/
.glob-text-right {
    text-align: right;
}

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

.glob-text-left {
    text-align: left;
}

/*底部按钮*/
.glob-page-bottom-button-box {
    padding: 50px 30px
}

.glob-page-bottom-button-box.glob-page-bottom-button-center {
    text-align: center;
}

/*表单按钮*/
.glob-input-more-cols .glob-input-more-col-item {
    margin-left: 10px;
}

/*表单按钮*/
.glob-input-more-cols .glob-input-more-col-right {
    margin-right: 10px;
}


/*表格*/
.glob-table-box-group .glob-table-list-box {
    margin-bottom: 15px;
}

.glob-table-box-group .glob-table-list-box:last-child {
    margin-bottom: 0;
}

.glob-table-page-box {
    padding: 0 10px 0;
    display: flex;
    justify-content: flex-end;
}

.glob-table-page-box .layui-laypage {
    margin: 15px 0 10px;
}

.glob-table-list-box {
    background: #ffffff;
}

.glob-table-list-box .layui-table-tool {
    border-top: 0;
    background: #FFFFFF;
}

.glob-table-list-box .layui-table-view {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    margin: 0;
}

.glob-table-list-box .glob-table-td-click:hover {
    color: #1E9FFF;
    cursor: pointer;
    text-decoration: underline;
}

.glob-custom-table-box {
    overflow-x: auto;
}

.glob-table-form .glob-table-form-label-td {
    vertical-align: top;
}

.glob-table-form .glob-table-form-label-td,
.glob-table-form .glob-table-form-input {
    padding: 8px;
    box-sizing: border-box;
}

.glob-table-form .glob-table-form-label-td .glob-label-box {
    text-align: right;
    padding-top: 7px;
}

.glob-label-required {
    position: relative;
    top: 3px;
    display: inline-block;
    margin-right: 3px;
    color: red;
    font-size: 16px;
    font-style: normal;
}

.glob-table-form .glob-table-form-input .Jy-show-info {
    padding-top: 7px;
}


.glob-td-option {
    color: #999999;
}

.glob-td-option a {
    color: #1E9FFF;
    display: inline-block;
    margin: 0 5px;
}

.glob-event-option .layui-btn {
    padding: 0 2px;
}

.glob-event-option .layui-icon {
    font-size: 16px !important;
}

.glob-input-save {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.glob-input-save .glob-input-item {
    flex-grow: 1;
}

.glob-input-save .layui-btn {
    margin-left: 10px;
}

.glob-input-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.glob-input-group .glob-input-item {
    margin-right: 10px;
}

.glob-input-group .glob-input-item.glob-input-tem-grow {
    flex-grow: 1;
}

.glob-input-group .glob-input-item:last-child {
    margin-right: 0;
}

.glob-table-content-box {
    overflow-x: auto;
    position: relative;
}

.glob-table-content-list {
    width: 100%;
}

.glob-table-content-list {
    border-collapse: collapse;
    border-spacing: 0;
}

.glob-table-content-list thead tr {
    background: #fafafa;
}

.glob-table-content-list thead tr th,
.glob-table-content-list tbody tr td {
    position: relative;
    padding: 6px 10px;
    min-height: 20px;
    line-height: 20px;
    text-align: left;
}

.glob-table-content-list thead tr th,
.glob-table-content-list tbody tr td {
    font: 14px Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
}

.glob-table-content-list thead tr th,
.glob-table-content-list tbody tr td {
    border-right: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}

.glob-table-content-list tbody tr:first-child td {
    border-top: 1px solid #EEEEEE;
}

.glob-table-content-list thead tr th:last-child,
.glob-table-content-list tbody tr td:last-child {
    border-right: 0;
}

.glob-table-content-list tbody tr:last-child .glob-td-no-bottom-bd,
.glob-table-content-list tbody tr:last-child td {
    border-bottom: 0;
}

.glob-table-content-list tbody .glob-table-content-rowspan td:last-child {
    border-right: 1px solid #EEEEEE !important;
}

.glob-table-content-list tbody .glob-table-content-no-data {
    padding: 50px 15px;
    text-align: center;
}

/*表格--最大700px且自适应*/
.glob-table-max700 {
    width: 100%;
}

.glob-table-max700 .glob-table-form-label-td {
    width: 70px;
}

@media screen and  (max-width: 700px) {
    .glob-table-max700 tr {
        display: flex;
        flex-wrap: wrap;
    }

    .glob-table-max700 .glob-table-form-label-td .glob-label-box {
        padding-top: 5px;
        text-align: left;
    }

    .glob-table-max700 .glob-table-form-input,
    .glob-table-max700 .glob-table-form-label-td {
        width: 100%;
        padding: 2px 0 5px;
    }
}

/*表格--最大500px且自适应*/
.glob-table-max500 {
    width: 100%;
}

.glob-table-max500 .glob-table-form-label-td {
    width: 100px;
}

@media screen and  (max-width: 500px) {
    .glob-table-max500 tr {
        display: flex;
        flex-wrap: wrap;
    }

    .glob-table-max500 .glob-table-form-label-td .glob-label-box {
        padding-top: 5px;
        text-align: left;
    }

    .glob-table-max500 .glob-table-form-input,
    .glob-table-max500 .glob-table-form-label-td {
        width: 100%;
        padding: 2px 0 5px;
    }
}

/*线条*/
.glob-line {
    height: 1px;
    background: #f2f2f2;
    margin: 15px 0;
}

/*两行编辑弹框*/
.glob-two-edit-box {
    width: 200px;
    padding: 10px;
}

.glob-two-edit-box .glob-two-edit-item {
    padding-bottom: 10px;
}

/*列表搜索*/
.glob-list-search-box {
    display: flex;
    align-items: flex-start;
    padding-bottom: 0;
    flex-wrap: wrap;
}

/*搜索--1行2列*/
.glob-list-search-box.glob-list-search-col-2 .layui-form-item {
    width: 50%;
}

/*搜索--1行3列*/
.glob-list-search-box.glob-list-search-col-3 .layui-form-item {
    width: 33.33%;
}

/*标题*/
.glob-title-h6 {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    padding: 15px 0;
}

@media screen and  (max-width: 800px) {
    .glob-list-search-box.glob-list-search-col-3 .layui-form-item {
        width: 50%;
    }
}

/*搜索--1行4列*/
.glob-list-search-box.glob-list-search-col-4 .layui-form-item {
    width: 25%;
}

@media screen and  (max-width: 1000px) {
    .glob-list-search-box.glob-list-search-col-4 .layui-form-item {
        width: 33.33%;
    }
}

@media screen and  (max-width: 800px) {
    .glob-list-search-box.glob-list-search-col-4 .layui-form-item {
        width: 50%;
    }
}

/*搜索--1行5列*/
.glob-list-search-box.glob-list-search-col-5 .layui-form-item {
    width: 20%;
}

@media screen and  (max-width: 1200px) {
    .glob-list-search-box.glob-list-search-col-5 .layui-form-item {
        width: 25%;
    }
}

@media screen and  (max-width: 1000px) {
    .glob-list-search-box.glob-list-search-col-5 .layui-form-item {
        width: 33.33%;
    }
}

@media screen and  (max-width: 600px) {
    .glob-list-search-box.glob-list-search-col-5 .layui-form-item {
        width: 50%;
    }
}

/*搜索--1行6列*/
.glob-list-search-box.glob-list-search-col-6 .layui-form-item {
    width: 16.66%;
}

@media screen and  (max-width: 1400px) {
    .glob-list-search-box.glob-list-search-col-6 .layui-form-item {
        width: 25%;
    }
}

@media screen and  (max-width: 1000px) {
    .glob-list-search-box.glob-list-search-col-6 .layui-form-item {
        width: 33.33%;
    }
}

@media screen and  (max-width: 800px) {
    .glob-list-search-box.glob-list-search-col-6 .layui-form-item {
        width: 50%;
    }
}

@media screen and  (max-width: 400px) {
    .glob-list-search-box.glob-list-search-col-2 .layui-form-item,
    .glob-list-search-box.glob-list-search-col-3 .layui-form-item,
    .glob-list-search-box.glob-list-search-col-4 .layui-form-item,
    .glob-list-search-box.glob-list-search-col-5 .layui-form-item,
    .glob-list-search-box.glob-list-search-col-6 .layui-form-item {
        width: 100%;
    }
}