@charset "utf-8";
/* 配色方案 */

/* 背景色 */

/* 深灰 */

.bg-grey-dark, .bg-grey-dark-hover:hover, .animate-grey-dark {
    background: #474747 !important;
    color: #ffffff !important;
}

/* 浅灰 */

.bg-grey-tint, .bg-grey-tint-hover:hover, .animate-grey-tint {
    background: #9A9A9A !important;
    color: #ffffff !important;
}

.bg-grey-thin, .bg-grey-thin-hover:hover, .animate-grey-thin {
    background: #e0e0e0 !important;
    color: #616161 !important;
}

/* 边框色 */

/* 深灰色 */

.border-grey-dark, .border-grey-dark-hover:hover {
    border-color: #474747 !important;
}

/* 浅灰 */

.border-grey-tint, .border-grey-tint-hover:hover {
    border-color: #9A9A9A !important;
}

/* 红色 */

.border-red-tint, .border-red-tint-hover:hover .border-red-tint-focus:focus {
    border-color: #ff5d6e;
}

/* 字体色 */

/* 浅灰色 */

.font-grey-tint, .font-grey-tint-hover:hover {
    color: #9A9A9A !important;
}

/* 深灰 */

.font-grey-dark, .font-grey-dark-hover:hover {
    color: #474747 !important;
}

/* 红色 */

.font-red-tint, .font-red-tint-hover:hover {
    color: #FF5D6E !important;
}

.error-hint {
    display: none;
}

.error-box {
    position: relative;
}

.error-box input {
    border-color: #ff5d6e !important;
}

.error-box .error-hint {
    font-size: 14px;
    color: #ff5d6e;
    position: absolute;
    top: 100%;
    display: block;
}

.error-box .error-hint * {
    margin-right: 6px;
}

/* 绿色 */

.font-green-tint, .font-green-tint-hover:hover {
    color: #4BC600 !important;
}

/* .layui-form-radio>i {
    color: #E0E0E0;
} */

/* tabs 切换 */

.layui-tab {
    margin: 0;
}

.layui-tab-title li {
    font-size: 16px;
    color: #9A9A9A;
    min-width: auto !important;
}

.layui-tab-brief .layui-tab-title li {
    margin: 0 21px 0 8px;
    padding: 0 8px;
}

.layui-tab-brief .layui-tab-title li.has-num {
    padding: 0;
}

.layui-tab-brief .layui-tab-title li.has-num.layui-this::after {
    content: '';
    display: none;
}

.layui-tab-brief .layui-tab-title li.has-num>a {
    position: relative;
    padding: 0 8px;
    display: inline-block;
    vertical-align: top;
    margin: 0;
}

.layui-tab-brief .layui-tab-title li.has-num.layui-this>a::after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 41px;
    border-width: 1px;
    border-style: solid;
    border-bottom-color: #fff;
    border-radius: 2px 2px 0 0;
    box-sizing: border-box;
    pointer-events: none;
}

.layui-tab-brief>.layui-tab-more li.has-num.layui-this>a:after, .layui-tab-brief>.layui-tab-title li.has-num.layui-this>a::after {
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #5FB878;
}

.layui-tab-title li .right-num {
    font-weight: 400;
    display: inline-block;
    vertical-align: top;
    margin-left: -8px;
    height: 17px;
    padding: 0 5px;
    color: #ffffff;
    border-radius: 17px;
    line-height: 17px;
    font-size: 14px;
}

.layui-tab-title .layui-this {
    color: #616161;
}

/* 弹窗按钮 */

/* .layui-layer-btn a:hover {
    color: #ffffff !important;
} */

/* flex布局样式 */

.flex {
    display: flex;
    display: -webkit-flex;
}

.inline-flex {
    display: inline-flex;
    display: -webkit-inline-flex;
}

.justify-center {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
}

.justify-between {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
}

.justify-around {
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
}

.align-center {
    -webkit-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    align-items: center;
}

.align-start {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
}

.flex-column {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}

.flex-row {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
}

.flex-wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-nowrap {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.bold {
    font-weight: bold;
}

.search-box {
    position: relative;
}

.search-box .search-close-icon {
    font-size: 16px;
    color: #cccccc;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
    display: none;
    cursor: pointer;
}

.search-box .search-close-icon:hover {
    display: block;
}

.search-box input[type="search"]:focus+.search-close-icon, .search-box input[type="search"]:hover+.search-close-icon {
    display: block;
}

.loading2 {
    color: #9f9f9f;
}

.layui-input:focus, .layui-textarea:focus {
    border-color: #1890ff !important;
}

.upload_i img {
    height: 60px;
    width: 60px;
}

.tipinfo {
    color: #888;
}

.layui-form-radioed>i {
    color: #1890ff;
}

.layui-form-radioed {
    color: #1890ff;
}

.layui-form-onswitch {
    border-color: #1890ff;
    background-color: #1890ff;
}

.layui-form-select dl dd.layui-this {
    background-color: #1890ff;
}

.layui-form-radio:hover * {
    color: #1890ff;
}

.layui-form-checked[lay-skin="primary"] i {
    border-color: #1890ff !important;
    background-color: #1890ff;
}

.layui-form-checkbox[lay-skin="primary"]:hover i {
    border-color: #1890ff;
}

.upload-form .upload_img {
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}
.upload-form .upload_img .upload_img_box {
    position: relative;
    width: 150px;
    height: 150px;
}
.upload-form .upload_img img {
    border: 1px #DCDFE6 dotted;
    width: 150px;
    height: 150px;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
}
.upload-form .upload_img .hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    text-align: center;
    display: none;
    z-index: 2;
    border-radius: 4px;
    cursor: auto;
}

.upload-form .upload_img:hover .hover {
    display: flex;
    align-items: center;
    justify-content: center;
}

.upload-form .upload_img .hover i {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin: 0 6px;
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.upload-form .upload_img .hover i.edit {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    text-decoration: underline;
}

.merchant_container .layui-form-item .layui-input-inline {
    line-height: 36px;
}
