﻿@charset "utf-8";
/* CSS Document */
@import "../font/iconfont.css";

.iconfont {
    font-family: "iconfont";
}

html {
    width: 100%;
    height: 100%;
    background-image: url(d);
    background-attachment: fixed;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, h7, pre, form, fieldset, p, blockquote, th, td, span, em, p, a, input, img, input, button {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
}

ol, ul, li, dl, dd, dt, .from {
    display: block;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

body {
    font-family: "Microsoft YaHei",Arial;
    font-size: 1em;
    line-height: 1.5;
    font-size: 12px;
    color: #333;
    background: #e2e9ef;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
    height: 0;
}

a {
    text-decoration: none;
    list-style: none;
    cursor: pointer;
    color: #333;
}

    a:hover {
        text-decoration: none;
        color: #333;
    }

.ml1 {
    margin-left: 1em;
}

.mr1 {
    margin-right: 1em;
}

.mr2 {
    margin-right: 2em;
}

.layui-card-body .iframeNav {
    border: 1px solid #ccc;
    border-radius: 4px;
    display: block;
}

    .layui-card-body .iframeNav a {
        display: block;
        float: left;
        padding: 0 0.5em;
        border-right: 1px solid #ccc;
        transition: all .3s;
        font-size: 0.75em;
    }

        .layui-card-body .iframeNav a:last-child {
            border: none;
        }

        .layui-card-body .iframeNav a.on {
            background: #fe7b29;
            color: #fff;
        }

.main, .main1 {
    padding: 0 1em 2.5em;
    overflow: hidden;
    min-height: 100vh
}

{
    padding: 0 1em;
    overflow: hidden;
    min-height: 100vh
}

.shouye {
    background: #fff;
}

.main .dangan div {
    padding: 1.4em 2% 0 0;
    overflow: hidden;
}

.main .dangan a {
    display: block;
    width: 90%;
    border: 1px solid #d7d7d7;
    border-radius: 4px;
    padding: 0.75em 5%;
    overflow: hidden;
    transition: all .3s;
    font: 1.33em/1.7em "";
}

    .main .dangan a:hover {
        border: 1px solid #4f90d4;
    }

    .main .dangan a i {
        display: inline-block;
        width: 1.8em;
        height: 1.8em;
        color: #fff;
        text-align: center;
        font: 1.88em/1.8em "";
        background: #34ccfe;
        border-radius: 4px;
        vertical-align: middle;
        margin-right: 0.6em;
    }

.main .dangan:nth-child(2) a i {
    background: #ffa636;
}

.layui-form-select dl dd.layui-this {
    background: #7aa8e1
}
/*  设置-职员  */

.layui-table td, .layui-table th {
    font-size: 12px;
}

.set_tit .layui-tab-title li {
    color: #fff;
    margin-top: 0.8em;
    border: none;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}

.set_tit .layui-tab-title {
    text-align: center;
    background: #7aa8e1;
    height: 48px;
    border-radius: 6px;
}

    .set_tit .layui-tab-title .layui-this {
        color: #6699ff;
    }

.layui-tab-content {
    background: #fff;
}

.set_tit .layui-card-header {
    position: relative;
    padding: 8px 15px 0;
    margin-bottom: 0.5em;
}

    .set_tit .layui-card-header button {
        color: #fff;
        float: right;
        border: 2px solid #7aa8e1;
        padding: 1px;
        background: #7aa8e1;
        background-clip: content-box;
        line-height: 24px;
        width: 5em;
        margin-left: 1em;
    }

        .set_tit .layui-card-header button.add_btn {
            float: left;
            border: none;
            margin: 0;
            line-height: 30px;
            padding: 0 1em;
            background: #fe7b29;
            color: #fff;
            border-radius: 4px;
            width: auto
        }

            .set_tit .layui-card-header button.add_btn i {
                margin-right: 0.6em;
            }

    .set_tit .layui-card-header p {
        text-align: center;
        display: block;
        width: 50%;
        font-size: 1.5em;
        position: absolute;
        left: 25%;
        top: 0;
        line-height: 42px;
        padding-top: 0.3em;
    }

.set_tit .layui-tab-content {
    padding: 10px 0 0;
}

.set_tit .layui-form-label {
    padding: 9px 0;
    width: auto
}

.set_tit .layui-select-title {
    overflow: hidden;
}

.set_tit .layui-input-block {
    margin-left: 0
}

.set_tit .layui-form-select dl {
    padding: 0;
}

.table, .table th {
    text-align: center;
    color: #333;
}

    .table th.layui-btn {
        background: none;
        border: none;
        height: 100%;
        display: inline-block;
        vertical-align: middle
    }

    .table i {
        color: #0086df;
        font-size: 1.4em;
    }

    .table tbody tr td button, .table tbody tr td .layui-btn {
        display: inline;
        font: 12px/1.5 "";
        height: auto;
        background: none;
        margin: 0 5px;
        cursor: pointer;
        color: #333;
    }

    .table th b {
        color: #F00;
        font-weight: normal;
    }

.table1 tr td:nth-child(10) button {
    color: #ff3333
}

.table1 tr td:nth-child(11) button {
    color: #346ac9
}

.add {
    display: block;
    width: 100%;
    padding: 0 0 1em;
    overflow: hidden;
}

    .add li {
        display: block;
        float: left;
        width: 50%;
        margin-top: 1.4em;
        font-size: 0.9em;
        height: 1.8em;
        line-height: 1.8em;
    }

        .add li.name1, .add li.bz1 {
            width: 100%
        }

        .add li.bz1 {
            height: 3em;
        }

        .add li label {
            display: block;
            float: left;
            width: 72px;
            text-align: justify;
            text-align-last: justify
        }

        .add li input, .add li select, .add li textarea {
            width: 150px;
            border: 1px solid #ccc;
            height: 1.8em;
            line-height: 1.7em;
            padding: 0 5px;
        }

        .add li textarea {
            height: 3em;
            font-size: 0.8em;
        }

        .add li select {
            width: 162px;
        }

        .add li.name1 input, .add li.bz1 textarea {
            width: 404px;
        }

        .add li.scpic {
            width: 100%;
            height: 60px;
        }

            .add li.scpic img {
                display: block;
                width: 60px;
                height: 60px;
                background: url('../images/picup.png') no-repeat center;
                float: left;
                background-size: 100%
            }

        .add li input:focus, .add li input:hover, .add li.bz1 textarea:focus, .add li.bz1 textarea:hover, .add li select:focus, .add li select:hover {
            border-color: #5198e3;
            -webkit-transition-duration: 0.1s;
            -moz-transition-duration: 0.1s;
            -o-transition-duration: 0.1s;
            -ms-transition-duration: 0.1s;
            transition-duration: 0.1s;
        }

.jz .add li {
    width: 100%;
}

    .jz .add li textarea {
        width: 350px;
    }

.kszh {
    line-height: 3.4em;
}

#sort, #sort2, #sort3 {
    text-align: center;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background: #4f90d4
}
/*------------ 设置 ----------- */

.add2 li {
    width: 100%;
    min-height: 1.8em
}

    .add2 li:nth-child(3), .add2 li:nth-child(3) textarea {
        height: 80px;
        float: left;
    }

    .add2 li textarea {
        width: 350px;
        border: 1px solid #ccc;
        padding: 5px;
    }

.box_tab {
    padding: 0 0 10px;
    overflow: hidden
}

    .box_tab .layui-tab-title {
        width: 20%;
        overflow: hidden;
        height: auto;
        float: left;
        background: #fff;
        box-shadow: 0 0 5px #999;
    }

        .box_tab .layui-tab-title li {
            display: block;
            border-bottom: 1px solid #ccc;
        }

            .box_tab .layui-tab-title li:last-child {
                border-bottom: none;
            }

        .box_tab .layui-tab-title .layui-this {
            background: #7aa8e1;
            color: #fff;
        }

    .box_tab .layui-tab-content {
        padding: 0.5em 1em;
        overflow: hidden;
        margin-top: 0;
    }

    .box_tab .layui-input-block {
        margin: 0
    }

    .box_tab form p {
        font-size: 14px;
        line-height: 3em;
    }

        .box_tab form p label {
            width: 33.33%;
            display: block;
            float: left
        }

        .box_tab form p input {
            width: 1.1em;
            height: 1.1em;
            vertical-align: middle;
            margin-right: 5px;
        }
/*------------ 权限设置 ----------- */

.bottom {
    background: rgba(0,0,0,0.2);
    padding: 0.5em 1em;
    overflow: hidden;
}

    .bottom button.layui-btn {
        background: #7aa8e1;
        line-height: 2em;
        height: 2em;
        padding: 0 1em;
    }

.site1 {
    width: 94%;
    padding: 0 3%;
    font-size: 0.8em;
}

    .site1 table {
        display: block;
        max-height: 420px;
        overflow: auto;
    }

    .site1 td input {
        width: 85px;
        border: 1px solid #dbdbdb;
        background: #fff;
    }

    .site1 td label input {
        width: 1.1em;
        height: 1.1em;
        display: inline-block;
        vertical-align: middle;
    }

    .site1 .layui-table td, .site1 .layui-table th {
        padding: 2px 5px;
    }

.bg {
    background: #f5f5f5
}

.btn-class {
    font-size: 0.8em;
    background: #fff;
}


@keyframes facebook-pulse {
    10% {
        margin-top: 5px;
        height: 22px;
        border-color: #d1d8e6;
        background-color: #bac5db;
    }

    20% {
        margin-top: 0px;
        height: 32px;
        border-color: #d1d7e2;
        background-color: #bac5db;
    }

    30% {
        margin-top: 1px;
        height: 30px;
        border-color: #d1d8e6;
        background-color: #bac5db;
    }

    40% {
        margin-top: 3px;
        height: 26px;
    }

    50% {
        margin-top: 5px;
        height: 22px;
    }

    60% {
        margin-top: 6px;
        height: 18px;
    }
}

@-moz-keyframes facebook-pulse {
    10% {
        margin-top: 5px;
        height: 22px;
        border-color: #d1d8e6;
        background-color: #bac5db;
    }

    20% {
        margin-top: 0px;
        height: 32px;
        border-color: #d1d7e2;
        background-color: #bac5db;
    }

    30% {
        margin-top: 1px;
        height: 30px;
        border-color: #d1d8e6;
        background-color: #bac5db;
    }

    40% {
        margin-top: 3px;
        height: 26px;
    }

    50% {
        margin-top: 5px;
        height: 22px;
    }

    60% {
        margin-top: 6px;
        height: 18px;
    }
}

@-webkit-keyframes facebook-pulse {
    10% {
        margin-top: 5px;
        height: 22px;
        border-color: #d1d8e6;
        background-color: #bac5db;
    }

    20% {
        margin-top: 0px;
        height: 32px;
        border-color: #d1d7e2;
        background-color: #bac5db;
    }

    30% {
        margin-top: 1px;
        height: 30px;
        border-color: #d1d8e6;
        background-color: #bac5db;
    }

    40% {
        margin-top: 3px;
        height: 26px;
    }

    50% {
        margin-top: 5px;
        height: 22px;
    }

    60% {
        margin-top: 6px;
        height: 18px;
    }
}

@keyframes loadpulse-ball {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}
/*加载动画end*/

.moreBtn, .moreBtn:hover {
    background: #f5f5f5;
    color: #333;
    height: 26px;
    line-height: 26px;
}

    .moreBtn i {
        font-size: 0.6em !important;
        font-family: "iconfont";
    }

.search {
    margin-top: 5px;
}

    .search .layui-form-item {
        float: left;
        clear: none;
        height: 1.8em;
        line-height: 1.8em;
        margin-bottom: 5px;
    }

    .search .layui-form-pane .layui-form-label {
        width: 100px;
        padding: 0;
        height: 1.8em;
        line-height: 1.8em;
    }

    .search .layui-form-pane .layui-input {
        height: 1.8em;
        line-height: 1.8em;
        width: auto;
        max-width: 150px;
    }

    .search .layui-form-item .layui-input-inline {
        width: auto;
        margin: 0
    }

    .search .layui-form-select .layui-input {
        padding-right: 0
    }

    .search .layui-form-select dl {
        top: 1.8em;
    }

.table2 tr td input {
    width: 1.1em;
    height: 1.1em;
    display: inline-block;
    vertical-align: middle;
}

.photo div {
    width: 4em;
    height: 4em;
    border-radius: 1em;
    background: #e1e9f2 url(../images/photo.png) no-repeat center;
    background-size: 3em;
    margin: 0.8em auto;
}

.userInfo {
    border: 1px solid #e7eaef;
}

    .userInfo .userInfo2 {
        border-left: 1px dashed #e7eaef;
        padding: 0.8em 0;
        overflow: hidden;
    }

    .userInfo ul {
        display: block;
        float: left;
        width: 30%;
        padding-left: 3%;
        font-size: 0.8em;
        border-right: 1px solid #d4d8e1;
    }

        .userInfo ul:last-child {
            border-right: none;
        }

        .userInfo ul li {
            display: block;
            overflow: hidden;
        }

            .userInfo ul li span {
                width: 33%;
                float: left;
            }

                .userInfo ul li span font, .userInfo ul:nth-child(3) p {
                    color: #F03
                }

            .userInfo ul li p {
                width: 67%;
                float: left;
                color: #778baa
            }

.set_tit .layui-card-body {
    overflow: hidden;
}

.kehu {
    overflow: hidden;
    padding: 0.5em 15px 0;
}

.set_tit .kehu .layui-tab-title {
    background: none;
    height: auto;
    width: 17%;
    float: left;
    border-radius: 0;
    display: block;
    overflow: hidden;
    border: 1px solid #e7eaef;
    box-shadow: 0 0 6px #eee
}

    .set_tit .kehu .layui-tab-title li {
        display: block;
        overflow: hidden;
        color: #333;
        margin: 0;
        border-bottom: 1px solid #eee;
    }

        .set_tit .kehu .layui-tab-title li:last-child {
            border-bottom: none;
        }

    .set_tit .kehu .layui-tab-title .layui-this {
        border: none;
        color: #fff;
        background: #7aa8e1;
        border-radius: 0;
    }

.set_tit .kehu_r {
    width: 78%;
    padding: 0 2% 1em;
    float: right;
    font-size: 0.9em;
    border: 1px solid #edeff2;
    box-shadow: 0 0 6px #eee;
    min-height: 13em;
}

.kehu_r .title {
    border-bottom: 1px solid #d4d8e1;
}

    .kehu_r .title span {
        font-weight: bold;
        line-height: 2.4em;
    }

.kehu_r ul {
    display: block;
    overflow: hidden;
}

    .kehu_r ul li {
        display: block;
        width: 33.33%;
        float: left;
        margin-top: 2em;
    }

        .kehu_r ul li label {
            display: inline-block;
            width: 6em;
        }

            .kehu_r ul li label font {
                color: #F03
            }

        .kehu_r ul li input, .kehu_r ul li P {
            display: inline-block;
            width: 170px;
            border: 1px solid #ccc;
            padding: 0 5px;
            line-height: 1.5em;
            background: none
        }

        .kehu_r ul li select {
            display: inline-block;
            width: 180px;
            border: 1px solid #ccc;
            padding: 0 5px;
            line-height: 1.5em;
        }

        .kehu_r ul li input:nth-child(3), .kehu_r ul li input:nth-child(4) {
            margin-top: 10px;
            margin-left: 6em;
        }

#goods .box_tit {
    display: inline-block;
    padding: 0 1em;
    background: #7aa8e1;
    color: #fff;
    line-height: 1.8em;
    border-radius: 6px;
    margin-top: 1em;
}

#goods .add3 li {
    width: 50%
}

    #goods .add3 li input {
        width: 240px;
    }

    #goods .add3 li select {
        width: 252px;
    }

#goods textarea {
    display: block;
    width: 100%;
    margin-top: 1.4em;
    padding: 5px
}

#goods ul:last-child li input {
    width: 1em;
    height: 1em;
}

#goods .add li label {
    width: 80px;
    display: inline-block;
    text-align: justify;
    text-align-last: justify
}

#goods .table2 button {
    width: 1em;
    height: 1em;
    color: #fff;
    background: #999;
    border-radius: 50%;
    line-height: 1em;
}

#goods .table2 i {
    font-size: 2em;
}

#goods .table2 .layui-upload-drag {
    padding: 0.5em;
}

#goods table tbody tr td {
    padding: 5px;
    position: relative;
}

    #goods table tbody tr td:nth-child(1), #goods table tbody tr td:nth-child(2) {
        min-width: 100px;
        height: 50px;
    }

#goods .table2 input {
    width: 100%;
    line-height: 100%;
    height: 2em;
    text-align: center;
}

.shezhi li div a i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    width: 0.8em;
    height: 0.8em;
    border: 1px solid #999
}

    .shezhi li div a i.on {
        background: url(../images/on.png) no-repeat center;
        background-size: 100%;
    }

/*上传图片*/
.imgFileUploade {
    width: 100%;
    overflow: hidden;
}

    .imgFileUploade .header {
        display: block;
        overflow: hidden;
        width: 100%;
        font-size: 0.8em;
    }

        .imgFileUploade .header span {
            display: block;
            float: left;
        }

            .imgFileUploade .header span.imgClick {
                cursor: pointer;
                color: #fff;
                background: #FF5722;
                display: inline-block;
                padding: 0 1em;
                line-height: 1.8em;
            }

            .imgFileUploade .header span.imgcontent {
                color: #999;
            }

    .imgFileUploade .imgAll {
        width: 100%;
        margin-top: 1em;
    }

        .imgFileUploade .imgAll ul:after {
            visibility: hidden;
            display: block;
            font-size: 0;
            content: ".";
            clear: both;
            height: 0
        }

#goods .imgFileUploade .imgAll ul li {
    width: 14%;
    margin-right: 1%;
    height: 7em;
    border: solid 1px #eee;
    padding: 0 4% 0 0;
    float: left;
    position: relative;
    box-shadow: 0 0 10px #eee;
}

    #goods .imgFileUploade .imgAll ul li:last-child {
        margin-right: 0;
    }

.imgFileUploade .imgAll li img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.delImg {
    position: absolute;
    top: -0.5em;
    right: 0;
    width: 1.2em;
    height: 1.2em;
    background: #999;
    border-radius: 50%;
    display: block;
    text-align: center;
    line-height: 1.2em;
    color: #fff;
    font-style: normal;
    cursor: pointer;
}

.picbox {
    border: solid 1px #eee;
}

#goods .table2 a {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    font: 0.6em/20px "";
    background: #bdc5cb;
    border-radius: 100%;
    color: #fff;
}

    #goods .table2 a:hover {
        background: #7aa8e1
    }

/*商品管理上传图片*/
.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
    background: url(../images/del.png) no-repeat center;
    background-size: 10px;
}

.item {
    float: left;
    position: relative;
    margin: 20px;
}

.addImg {
    width: 40px;
    height: 40px;
    background: url(../images/picup.png) no-repeat center;
}

#goods .table2 tr td input.upload_input {
    display: none;
}

.preview {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    top: 5px;
}

.click {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    top: 0;
    z-index: 1;
    cursor: pointer;
}

.delete1 {
    position: absolute;
    right: 10px;
    top: 20px;
    cursor: pointer;
    display: none;
}

.preview img {
    width: 100%;
    height: 100%;
}

#time {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    padding: 0px;
    position: fixed;
    display: none;
    z-index: 9999999999
}

.time {
    width: 100%;
    max-width: 400px;
    padding: 0 0 1em;
    background: #fff;
    box-shadow: 0 0 20px #999;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 8px;
}

    .time p {
        padding: 0 1em;
        font: 0.9em/2.6em ""
    }

    .time .jd {
        padding: 1em 1em 1.5em;
        background: url(../images/lc4.png) no-repeat center top 1em;
        font-size: 0.9em;
        border-top: 1px solid #eee;
    }

        .time .jd input {
            display: inline-block;
            padding: 5px;
            width: 190px;
            font: 1em/1em "";
            border: 1px solid #ccc
        }

    .time a {
        display: inline-block;
        text-align: center;
        padding: 0 1em;
        margin: 0 1em;
        background-color: #7aa8e1;
        line-height: 2em;
        color: #fff;
        border-radius: 4px;
        transition: all .3s;
    }

        .time a:hover {
            box-shadow: 0 0 8px #a5a5a5;
        }

.btn2 {
    text-align: center
}

select {
    z-index: 4;
    padding: 0 20px 0 5px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    background: url(../images/arrow.png) no-repeat right 0.5em center;
    background-size: 8px;
}

    select::-ms-expand {
        display: none;
    }

th {
    user-select: none;
}

    th.ck {
        background-color: antiquewhite;
    }

.jiantou {
    position: absolute;
    background-image: url(/images/icons.png);
    width: 44px;
    height: 41px;
    background-position: -44px -205px;
    display: none;
    z-index: 999;
}
/**/
.layui-table-tool {
    background: #fff;
}

.layui-card-body {
    padding: 0 15px;
}

.layui-table-view .layui-table th {
    font-weight: bold
}

.layui-table-view .layui-table td {
    padding: 0;
}

table tr td a.iconfont {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    margin-left:15px;
    font: 12px/20px "";
    background: #bdc5cb;
    border-radius: 100%;
    color: #fff;
    transform: scale(0.7,0.7);
    text-align: center;
}

    table tr td a.iconfont:hover {
        background: #7aa8e1
    }
