* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0;
}

dl, ol, ul {
    margin-bottom: 0;
}

input, select {
    outline: none;
}

p {
    margin-bottom: 0;
}

ul {
    padding: 0;
}

li {
    list-style: none;
}

.btn-red {
    background: #e54d42;
}

.btn-orange {
    background: #f37b1d;
}

.btn-yellow {
    background: #fbbd08;
}

.btn-olive {
    background: #8dc63f;
}

.btn-green {
    background: #39b54a;
}

.btn-cyan {
    background: #1cbbb4;
}

.btn-blue {
    background: #0081ff;
}

.btn-purple {
    background: #6739b6;
}

input.error {
    border: 1px solid red;
}

body {
    background: #f3f3f4;
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #676a6c;
    overflow-x: hidden;
}

span.error {
    display: block;
    margin-top: 10px;
    color: red;
    font-size: 12px;
}

.ibox-content {
    background: #fff;
    border-top: 1px solid #ccc;
}

.sk-spinner-double-bounce.sk-spinner {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 0 auto
}

.sk-spinner-double-bounce .sk-double-bounce1, .sk-spinner-double-bounce .sk-double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #1ab394;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
    animation: sk-doubleBounce 2s infinite ease-in-out
}

.sk-spinner-double-bounce .sk-double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes sk-doubleBounce {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.w-150 {
    width: 150px !important;
}

.wrapper-content {
    border: 1px solid #ccc;
}

.mail-box-header {
    background-color: #fff;
    border-bottom: 0;
    padding: 30px 20px 20px;
    color: #676a6c;
}

.mail-box-header h2 {
    font-size: 24px;
    color: #676a6c;
    font-weight: 100;
}

.layui-form-checkbox {
    height: 28px;
    line-height: 28px;
}

.layui-form-label {
    width: 100px;
}

.pic-box {
    display: flex;
    flex-wrap: wrap;
}

.pic-box .box {
    width: 60px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.pic-box .box img {
    display: block;
    width: 100%;
    border-radius: 6px;
    border: 2px solid #ccc;
    cursor: pointer;
}

.pic-box .on img {
    border: 2px solid #e54d42;
}

.add-pic {
    width: 60px;
    height: 60px;
    border: 2px solid #ccc;
    border-radius: 6px;
    cursor: pointer;
}

.add-pic img {
    display: block;
    width: 100%;
    height: 100%;
}

#auto-top {
    position: fixed;
    right: 10px;
    bottom: 20px;
    display: none;
}

#auto-top img {
    width: 80px;
    display: block;
    cursor: pointer;
    background: #fff;
    border-radius: 50%;
}

.layui-form-item .layui-form-checkbox[lay-skin="primary"] {
    margin-top: 10px !important;
    margin-bottom: 10px;
}

.multi dl dd.layui-this {
    background-color: #fff;
}

.pic-list .col-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    flex-direction: column;

}

.pic-list .col-2 .box {
    position: relative;
    width: 100%;
}

.pic-list .col-2 .box:hover a {
    display: flex;
}

.pic-list .col-2 .box a {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #fff;
}

.pic-list .col-2 img {
    display: block;
    width: 100%;
}

.layui-tree-icon {
    height: 16px;
    line-height: 16px;
    width: 16px;
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.pace-inactive {
    display: none
}

.pace .pace-progress {
    background: #0a58ca;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px
}

#pic-box {
    position: relative;
    width: 160px;
    margin-bottom: 10px;
}

#pic-box .pic {
    max-width: 160px;
}

#pic-box #del {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 30px;
    cursor: pointer;
    color: #009688;
}

#img-box {
    position: relative;
    width: 160px;
    margin-bottom: 10px;
}

#img-box .img {
    max-width: 160px;
}

.file-caption-name {
    font-size: 14px;
}

.layui-table-tips-c::before {
    top: -3px;
    left: 0;
}

.zoom_img_box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.zoom_img_box .zoom_img_con {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zoom_img_box img {
    display: block;
    max-width: 100%;
}

.zoom_img_box .close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    width: 30px;
    z-index: 9999;
}

.td-goods {
    display: flex;
    width: 100%;
    height: 100%;
}

.td-goods .img {
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.td-goods .img img {
    display: block;
    width: 100%;
    border: 1px solid #ccc;
}

.td-goods .info {
    flex: 1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    white-space: pre-wrap;
    margin-left: 10px;
}

.td-goods .info p {
    width: 100%;
    word-break: break-all;
    line-height: 21px;
    font-size: 13px;
}

.td-con {
    overflow: hidden;
    text-overflow: ellipsis;
}

#memberChart {
    width: 100%;
    height: 450px;
}

#mapChart {
    width: 100%;
    height: 450px;
}

#orderChart {
    width: 100%;
    height: 450px;
}