.layui-form-radio:hover *, .layui-form-radioed, .layui-form-radioed>i{color:#1890ff }
.layui-form-onswitch,.layui-laypage .layui-laypage-curr .layui-laypage-em{background-color:#1890ff ;}
.layui-elem-quote{border-left: 5px solid #1890ff }
.layui-bg-yellow{background-color:#E6A23C;}
.layui-bg-pink{background-color:#FF69B4;}
.layui-bg-purple{background-color:#A020F0;}
.layui-bg-brown{background-color:#A52A2A;}
.layui-bg-violet{background-color:#EE82EE;}
.layui-bg-plum{background-color:#DDA0DD;}
.layui-bg-green{background-color:#67c23a!important;}
.layui-bg-info{background-color:#909399!important;}
.layui-bg-1{ background-color: #fff !important;color:#333}
.layui-bg-2{color: #fff;background-color: #1e9fff;}
.layui-bg-3{color: #fff;background-color: #E6A23C;}
.layui-bg-4{color: #fff;background-color: #F56C6C;}
.layui-bg-5{color: #fff;background-color: #36b368;}
.layui-bg-6{color: #fff;background-color: #bc8fb8;}
.layui-bg-7{color: #fff;background-color: #909399;}
.layui-bg-8{color: #fff;background-color: #fa6141;}
.layui-bg-9{color: #fff;background-color: #2e2e2e;}
.layui-bg-10{color: #fff;background-color: #ec407a;}
.layui-bg-11{color: #fff;background-color: #4285f4;}
.layui-bg-12{color: #fff;background-color: #59698d;}
.layui-bg-13{color: #fff;background-color: #33b5e5;}
.layui-bg-14{color: #fff;background-color: #ff3547;}
.layui-bg-15{color: #fff;background-color: #fb3;}
.layui-bg-16{color: #fff;background-color: #00bcd4 ;}
.layui-bg-17{color: #fff;background-color: #23272b;}
.layui-bg-18{color: #fff;background-color: #07c160;}
.layui-bg-19{color: #fff;background-color: #1989fa;}
.layui-bg-20{color: #fff;background-color: #ee0a24;}
.layui-bg-21{color: #fff;background-color: #ff976a;}
.layui-font-blue{color:#1890ff !important;}
input[hidden] { height:0!important}

.layui-layer-btn .layui-layer-btn0{ border-color: #1890ff ;background-color: #1890ff }
.layui-laydate .layui-this, .layui-laydate .layui-this>div{background-color: #1890ff !important;}
.layui-input:focus, .layui-textarea:focus{ border-color: #1890ff !important;}


.fun-container .layui-table-view {border: none !important;}
.fun-container  .layui-table-tool {padding: 10px 0px;}

.layui-table tbody tr:hover, .layui-table thead tr, .layui-table-click, .layui-table-header, .layui-table-hover, .layui-table-mend, .layui-table-patch,.layui-table-total, .layui-table-total tr, .layui-table[lay-even] tr:nth-child(even) {
    background-color: #fafafa;
}

/**新增**/
.fun-container {
    padding: 15px 15px;
    background-color: #ffffff;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
}
.fun-container .layui-table-box {
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}
.layui-table td, .layui-table th {
    /*去掉单元格的左右线; */
    border-width: 0 0 1px;
}
.fun-container .layui-btn-danger {
    color: #fff;
    background-color: #f56c6c;
    border-color: #f56c6c;
}
.fun-container .layui-btn-success {
    color: #fff;
    background-color: #4bb368;
    border-color: #4bb368;
}
.fun-container .layuimini-btn-primary {
    color: #fff;
    background-color: #2c3e50;
}
.fun-container  .layui-search-fieldset {
    margin: 0;
    /* border: 1px solid #e6e6e6; */
    border: none;
    padding: 10px 20px 5px 20px;
    color: #6b6b6b;
}
.fun-container .layuimini-btn-primary {
    color: #fff;
    background-color: #2c3e50;
}
.layui-layer-dialog .layui-layer-title {
    background: #2c3e50 !important;
    color: #fff !important;
    border-bottom: none;
}
.layui-layer-dialog .layui-layer-setwin span {
    color: #fff;
}
.layui-layer-dialog .layui-layer-btn {
    text-align: center !important;
    padding: 10px !important;
    background: #ecf0f1;
    overflow: hidden;
}
.len-short {width: 124px !important;}
.long-short {width: 150px !important;}
.none-border{ border:none}
.word-aux,.layui-word-aux {
    clear:both;
    display: block!important;
    margin-left: 20px!important;
    display: block;
    margin-top: 5px;
    color: #B2B2B2;
    font-size: 12px;
    line-height: 1.6;
    margin-left: 150px;
}
.layui-form-label {
    width: 90px;
    font-weight: 700;
}
.len-long {
    width: 250px !important;
}


/**图片上传**/
.upload_img_square_item {
    display: inline-block;
    float: left;
    width: 80px;
    height: 80px;
    position: relative;
    border: 1px dashed #e5e5e5;
    text-align: center;
    transition: background-color 0.3s ease;
    margin-bottom: 10px;
    margin-right: 10px;
}
.upload_img_square {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 78px;
    font-size: 30px;
    color: #bbbbbb;
    cursor: pointer;
    border: 1px dashed #ccc;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 10px;
    margin-right: 10px;
}
.goods-image-wrap .item {
    overflow: hidden;
    margin-bottom: 10px;
    margin-right: 10px;
    display: inline-block;
}

.upload_img_square_item .img-wrap {
    width: 80px;
    font-size: 0;
    line-height: 79px;
    border-radius: 5px;
    overflow: hidden;
}
.upload_img_square_item .img-wrap img {
    width: calc(100% - 2px);
    height: calc(100% - 2px);
}
.upload_img_square_item .operation {
    position: absolute;
    top: 0;
    z-index: 10;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    cursor: pointer;
    text-align: center;
    display: none;
}
.upload_img_square_item:hover .operation {
    display: block;
}

.upload_img_square_item .operation i {
    font-size: 20px;
    margin-left: 10px;
}
.upload_img_square_item .operation i:first-child {
    margin-left: 0;
    font-size: 18px;
}
.upload_img_square_item .operation .replace_img,.upload_img_square_item .operation .replace_img2 {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 24px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    line-height: 24px;
}

/****单图上传***/


.upload-img-block.square {
    width: 100px;
    height: 100px;
}

.upload-img-block.square .operation i {
    line-height: 90px;
    font-size: 25px !important;
    margin-left: 0 !important;
    margin-right: 10px !important;
}

.upload-img-block.square .operation i:last-child {
    margin-right: 0px !important;
}


.upload-img-block {
    padding: 10px;
    width: 250px;
    height: 120px;
    border: 1px dashed #ddd;
    box-sizing: border-box;
    position: relative;
    /* 长图上传操作 */
}

.upload-img-block .replace {
    display: none;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    left: 0;
    color: #fff;
    position: absolute;
    text-align: center;
    line-height: 2;
    cursor: pointer;
}

.upload-img-block:hover .replace {
    display: block;
}

.upload-img-block .no-replace {
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
}

.upload-img-block .upload-img-box {
    text-align: center;
    cursor: pointer;
    height: 100%;
}
.upload-img-block.square .upload-default{width:56px;height:56px;}
.upload-img-block .upload-img-box .upload-default .preview_img {
    line-height: 80px;
}

.upload-img-block .upload-img-box .upload-default .preview_img, .upload-img-block .upload-img-box .upload-default .img_prev {
    max-width: 100%;
    max-height: 100%;
}

.upload-img-block .upload-img-box .upload-default .img_prev {
    position: absolute;
    top: 50%;
    /*偏移*/
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    max-width: 100%;
}

.upload-img-block .upload-img-box .upload-default .upload {
    position: absolute;
    top: 50%;
    /*偏移*/
    left: 50%;
    transform: translate(-50%, -50%);
}

.upload-img-block .upload-img-box .upload-default .iconfont {
    font-size: 30px;
    color: #6D7278;
}

.upload-img-block .upload-img-box .upload-default p {
    color: #5a5a5a;
    line-height: 20px;
    white-space: nowrap;
}

.upload-img-block .upload-img-box > img {
    position: absolute;
    top: 50%;
    /*偏移*/
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    max-width: 100%;
}

.upload-img-block .del {
    background: #999;
    color: #FFFFFF;
    position: absolute;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 12px;
    font-style: normal;
    line-height: 18px;
    text-align: center;
    right: -10px;
    top: -10px;
    cursor: pointer;
    z-index: 1;
    display: none;
}

.upload-img-block .del.show {
    display: block;
}

.upload-img-block .hover:hover .operation {
    display: block;
}

.upload-img-block .operation {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    width: calc(100% + 0px);
    height: calc(100% + 0px);
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.upload-img-block .operation i {
    font-size: 25px !important;
    margin-left: 30px;
    line-height: 120px;
}

.upload-img-block .operation i:first-child {
    margin-left: 0px;
    font-size: 20px!important;
}

.upload-img-block .operation .replace_img {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 24px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    line-height: 24px;
}

.upload-img-block .operation .upload-img-block {
    height: 120px;
}
.upload-img-block .upload i{
    font-size: 30px;
    color: #6D7278;
}


/**layui弹窗**/
.layui-layer-page .layui-layer-content {
    overflow: initial !important;
    padding: 20px;
}

.form-row {
    margin-top: 20px;
    margin-left: 150px;
}
.layui-layer-content .word-aux.mid {
    margin-left: 150px!important;
}

.flex{ display:flex}
.display-flex {
    display: flex;
    align-items: center;

}
/*无边透明按钮*/
.layui-order-btn-none{

    color: #2d8cf0!important;
    border: none;
    font-size: 13px!important;
    background: transparent;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    -webkit-transition: color .2s ease;
    transition: color .2s ease;

}
.layui-table-fixed {

    z-index: 50;

}
.text-color{
    color: #2d8cf0!important;
}
.border-color {
    border-color: #105CFB !important;
}

.layui-elem-quote {
    padding-left: 34px;
    color: #999;
}

/**********统计数据相关**************/
.layui-card-body {
    display: flex;
    padding-bottom: 0 !important;
    padding-right: 50px !important;
    padding-left: 50px !important;
    flex-wrap: wrap;
}
.layui-card-body .content {
    width: 33.3%;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    justify-content: center;
}
.layui-card-body .content .title {
    color: #909399;
    font-size: 14px;
}
.layui-card-body .money {
    color: #303133;
    font-size: 26px;
    margin-top: 10px;
    max-width: 250px;
}