body {
    margin: 15px 15px 15px 15px;
    background: #f2f2f2;
}

.layuimini-container {
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    background-color: #ffffff
}

.layuimini-main {
    margin: 10px 10px 10px 10px;
}


/*.layuimini-form > .layui-form-item > .layui-form-label {*/
/*    width: 120px !important;*/
/*}*/

/*.layuimini-form > .layui-form-item > .layui-input-block {*/
/*    margin-left: 150px !important;*/
/*}*/

/*.layuimini-form > .layui-form-item > .layui-input-block > tip {*/
/*    display: inline-block;*/
/*    margin-top: 10px;*/
/*    line-height: 10px;*/
/*    font-size: 10px;*/
/*    color: #a29c9c;*/
/*}*/
.searchBody {
    width: 98%;
    padding: 20px 1% 0 1%;
}

.searchBody .layui-form-item-left {
    float: left;
    display: table;
}

.searchBody .layui-form-item-right {
    float: right;
    display: table;
    clear: unset !important;
}

.layui-form-item-left {
    float: left;
}

.layui-form-item-left .layui-form-label {
    color: rgba(0, 0, 0, .85);
}


.send-sms {
    position: absolute;
    right: 1px;
    cursor: pointer;
    height: 36px;
    border: 1px solid #e6e6e6;
    width: 132px;
    line-height: 36px;
    text-align: center;
    background: #b6b6b6;
    color: #FFFFFF;
}

.send-sms-on {
    background: #2b96e7 !important;
}

.not-need-bind-box {
    display: none;
}

.not-need-bind-box .not-need-icon {
    width: 9rem;
    height: 9rem;
    font-size: 9rem;
    line-height: 9rem;
    text-align: center;
    color: #05b903;
    margin: 0 auto;
}

.not-need-bind-box p {
    text-align: center;
    font-size: 17px;
}

.need-bind-box {
    display: none;
}

/**搜索框*/
.layuimini-container .table-search-fieldset {
    margin: 0;
    border: 1px solid #e6e6e6;
    padding: 10px 20px 5px 20px;
    color: #6b6b6b;
}

/**自定义滚动条样式 */
::-webkit-scrollbar {
    width: 6px;
    height: 6px
}

::-webkit-scrollbar-track {
    background-color: transparent;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

::-webkit-scrollbar-thumb {
    background-color: #9c9da0;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em
}

.layui-input-check {
    line-height: 38px;
    /* background: #f3efef; */
    color: #484848;
    min-width: 170px;
}

.auth-cert-info {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
}

.auth-cert-info .auth-cert-info-li {
    width: 250px;
    min-height: 130px;
    position: relative;
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 3px 3px;
    padding: 15px;
    margin: 20px;
    cursor: pointer;
}

.auth-cert-info .auth-cert-info-li .auth-cert-default {
    box-sizing: border-box;
}

.auth-cert-info .auth-cert-info-li .auth-cert-default .title {
    font-weight: 700;
}

.auth-cert-info .auth-cert-info-li .auth-cert-default .number {
    overflow-wrap: break-word;
    word-break: break-all;
}

.auth-cert-info .auth-cert-info-li .auth-cert-default .image {
    overflow-wrap: break-word;
    word-break: break-all;
}

.auth-cert-info .auth-cert-info-li .auth-cert-default .date {
    overflow-wrap: break-word;
    word-break: break-all;
}

.auth-cert-info .auth-cert-info-li .auth-cert-default .type {
    overflow-wrap: break-word;
    word-break: break-all;
}

.auth-cert-info .auth-cert-info-li .type_y {
    color: #008e00;
}

.auth-cert-info .auth-cert-info-li .type_n {
    color: #ff0000;
}

.auth-cert-hover {
    width: 282px;
    min-height: 130px;
    background: rgba(44, 44, 43, .5);
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    display: none;
}

.auth-cert-hover .auth-cert-body {
    overflow: hidden;
    display: table;
    margin: 60px auto 0;
}

.auth-cert-hover .auth-cert-hover-com {
    background: #069aff;
    border-radius: 5px;
    height: 32px;
    line-height: 32px;
    padding: 0 8px;
    text-align: center;
    color: #fff;
    width: 68px;
    float: left;
}

.auth-cert-hover .auth-cert-hover-com i {
    margin-right: 8px;
}

.auth-cert-hover .overlook {

}

.auth-cert-hover .modify {
    margin-left: 10px;
}

.auth-cert-hover .cert_add {
    margin-left: 10px;
}

.loading {
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    top: 50px;
}

.loading .layui-icon {
    font-size: 30px;
}

.certListEdit td {

}

.certTableEditTextBody {
    width: 100%;
    height: 100%;
}

.certTableEditTextBody .certTableEditText {
    width: 90%;
    height: 48px;
    margin: 16px 5%;
}

/*图片上传*/
/*图片上传*/
.uploaBox {
}

.uploaBox .uploaBtn {
    width: 120px;
    text-align: center;
}

.uploaBox .uploaImg {
    margin-top: 10px;
}

.uploaBox .uploaImg li {
    display: inline-block;
    position: relative;
    width: 104px;
    height: 104px;
    border: 1px dashed #d9d9d9;
    padding: 8px;
    box-sizing: border-box;
    zoom: 1;
    vertical-align: top;
    margin: 1px;
}

.uploaBox .uploaImg li .uploaImg-shade {
    display: none;
}

.uploaBox .uploaImg li .uploaImg-shade .uploaImg-shade-center {
    width: 50px;
    height: 20px;
    text-align: center;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.uploaBox .uploaImg li .uploaImg-shade .uploaImg-shade-center span {
    color: #FFFFFF;
    cursor: pointer;
    font-size: 17px;
    margin-left: 2px;
    margin-right: 2px;
}

.uploaBox .uploaImg .li_on {
    border-color: #409fff;
}

.uploaBox .uploaImg .li_on .uploaImg-shade {
    display: block !important;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    position: absolute;
    left: 0;
    top: 0;
}

.uploaImg-images {
    height: 100%;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.uploaImg-video {
    width: 100%;
    height: 100%;
}

.goods-img-box .uploadingClickStyle {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
}

.goods-img-box .uploadingImgStyle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.goods-img-box .certUpList li:nth-child(1) {
    background-color: red;
}

.goods-img-box .ope-center {
    width: 100%;
    height: 25px;
}

.goods-img-box .uploaImg-del {
    width: 16px;
    height: 16px;
    position: absolute;
    top: -10px;
    right: 0px;
    line-height: 18px;
    border-radius: 10px;
    font-size: 13px;
    text-align: center;
    background: red;
    color: #FFFFFF;
    cursor: pointer;
}

.layui-file {
    margin-top: 6px;
}

.xlsx-down {
    float: right;
    color: #81c0e6;
}

.red {
    color: red;
}

.normal {
    color: #0bab00;
}

.passed-tips {
    color: #1e9fff;
    cursor: pointer;
}

.ordinary-status {
    background: #0472c3;
    padding: 3px;
    color: #FFFFFF;
    border-radius: 4px;
    margin-right: 4px;
    white-space: nowrap;
}

.order-status {
    background: #1E9FFF;
    padding: 3px;
    color: #FFFFFF;
    border-radius: 4px;
    margin-right: 4px;
}

.shipping-status {
    background: #1E9FFF;
    padding: 3px;
    color: #FFFFFF;
    border-radius: 4px;
    margin-right: 4px;
}

.pay-status {
    background: #1E9FFF;
    padding: 3px;
    color: #FFFFFF;
    border-radius: 4px;
    margin-right: 4px;
}

.refund-status {
    background: #ef911d;
    padding: 3px;
    color: #FFFFFF;
    border-radius: 4px;
    margin-right: 4px;
}

.erp-type0 {
    color: red !important;
}

.erp-type1 {
    color: #0bab00 !important;
}

.store_search_show {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.store_search_show {
    border: 1px solid #eeeeee;
    height: 36px;
    line-height: 36px;
    text-align: center;
    padding: 0 10px;
    cursor: pointer;
}

.upload-template-box{
    margin-top: 12px;
    background: #f5f7fa;
    padding: 16px;
}
.goods-jd-set-main{
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-left: -8px;
    margin-right: -8px;
}
.goods-jd-set-main .goods-jd-set-box{
    width: 100%;
    margin-bottom: -12px;
    overflow: hidden;
}
.goods-jd-set-main .goods-jd-set-row{
    border: 1px solid #d9d9d9;
    /*padding: 2%;*/
    /*margin-bottom: 6px;*/
    /*border-radius: 4px;*/

    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 128px;
    padding: 24px;
    border-radius: 12px;
    opacity: 1;
    flex: 0 0 50%;
    margin-bottom: 12px;
}
