/* 默认样式 */
body {
    background: #eff1f7;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.center-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.around-center {
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    align-items: center;
    -webkit-justify-content: space-around;
    -webkit-align-items: center;
}

.between-center {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
}

.between-bottom {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: flex-end;
    -webkit-justify-content: space-between;
    -webkit-align-items: flex-end;
}

.column-center-a {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    align-items: center;
    -webkit-align-items: center;
}

.column-center-b {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}

.column-between {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.column-around {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: space-around;
    -webkit-justify-content: space-around;
}

.between {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.wf100 {
    width: 100%;
    float: left;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.layui-btn {
    border-radius: 5px;
    min-width: 95px;
    height: 38px;
    line-height: 38px;
    font-size: 12px;
    padding: 0 12px !important;
}

.layui-btn .layui-icon {
    font-size: 17px;
    float: left;
}

.layui-btn-normal {
    background-color: #1e84ff;
}

.layui-btn-normal:hover {
    background-color: #1970d9 !important;
}

.layui-btn-primary {
    border-color: #a2a7b3 !important;
    background-color: #d2d4d9;
    color: #111;
}

.layui-btn-primary:hover {
    background-color: #babbbf !important;
}

.layui-btn-danger {
    background: #f20000;
}

.layui-btn-danger:hover {
    background-color: #cc0001 !important;
}

.layui-btn-warm {
    background: #ff900e;
}

.layui-btn-warm:hover {
    background-color: #d97b01 !important;
}

.layui-btn-lg {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
}

.layui-btn-xs {
    height: 25px;
    line-height: 25px;
    min-width: 56px;
    padding: 0 15px;
    border: 1px solid transparent;
}

.layui-input,
.layui-textarea,
.layui-select {
    border-radius: 5px;
    padding-left: 15px;
    padding-right: 15px;
}

.editor-text .layui-textarea {
    padding: 10px 15px;
    border: 1px solid #ccc;
    outline: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: none;
    min-height: 260px;
}

.layui-input-lg {
    height: 55px;
}

.layui-form-checked[lay-skin=primary] i {
    background-color: #1e84ff !important;
    border-color: #1e84ff !important;
}

.layui-form-checkbox[lay-skin=primary] {
    padding-left: 0;
}

.layui-form-checkbox[lay-skin=primary]+input+.layui-form-checkbox[lay-skin=primary] {
    margin-left: 15px;
}

.layui-form-checkbox[lay-skin=primary] span {
    padding: 0 0 0 24px;
}

.layui-form-checkbox[lay-skin=primary]:hover i {
    border-color: #1e84ff !important;
}

.layui-layer-min {
    display: none !important;
}

.layui-word-aux {
    font-size: 12px;
}

.layui-form-select dl dd.layui-this {
    background: #1e84ff;
}

.batch_box .layui-form-select dl {
    max-height: 120px;
}

.layui-form-radio>i:hover,
.layui-form-radioed>i {
    color: #1e84ff;
}

.layui-layer-title {
    background-color: #eff1f7 !important;
    height: 50px !important;
    line-height: 50px !important;
    font-size: 16px !important;
    color: #000 !important;
    font-weight: bold;
}

.layui-btn-title {
    background: none;
    color: #333;
    text-align: left;
    width: 100%;
    line-height: 1.4;
    height: auto;
    padding: 0 !important;
    white-space: normal;
}

.layui-btn-title:hover {
    color: #1e84ff;
}

.layui-form-item {
    margin-bottom: 10px;
}

/* 默认样式 */

/********登录页面**************/
.login_box {
    width: 100%;
    height: 100vh;
}

.login_box .between-center {
    width: 965px;
}

.login_box .between-center .fr {
    width: 420px;
    line-height: 1;
}

.login_box .between-center .fr .box1 {
    font-size: 30px;
    font-weight: bold;
}

.login_box .between-center .fr .box2 {
    font-size: 12px;
    color: #666;
    margin-top: 28px;
}

.login_box .between-center .fr .box3 {
    margin-top: 15px;
}

.login_box .between-center .fr .box4 {
    margin-top: 30px;
}

.login_box .between-center .fr .box5 {
    font-size: 12px;
    color: #666;
    margin-top: 18px;
}

/********登录页面**************/
.text-center {
    text-align: center;
}

.mt15 {
    margin-top: 15px;
}

.text-muted {
    color: #777777;
}

.text-primary {
    color: #337ab7;
}

.text-success {
    color: #3c763d;
}

.text-info {
    color: #5bc0de;
}

.text-warning {
    color: #f0ad4e;
}

.text-danger {
    color: #d9534f;
}

.text-green {
    color: #009688
}

.layui-form-item .edui-default .edui-editor {
    width: auto !important
}

table .edui-default .edui-editor,
table #edui1_iframeholder {
    width: 100% !important;
}

table .layui-textarea.edui-default {
    width: 100%;
    display: inline-block;
}

table .edui-default .edui-for-fullscreen {
    display: none !important
}

table #edui1_iframeholder {
    height: auto !important;
}

table .text-area {
    display: block;
    margin: 0 auto;
    overflow: hidden;
    width: 99%;
    font-size: 14px;
    height: 18px;
    line-height: 24px;
    padding: 6px 10px;
    border: 1px solid #e6e6e6;
    outline: none
}

table .upload_img {
    text-align: left
}

table .webuploader-pick {
    width: auto;
    height: auto;
    padding: 2px 5px;
    font-size: 12px;
    line-height: normal;
    vertical-align: -webkit-baseline-middle;
}

table.edui-default td {
    padding: 0px;
    border: none
}

table.edui-default .edui-editor-breadcrumb {
    text-align: left
}

.edui-default .edui-editor-iframeholder {
    width: auto !important
}

table .layui-textarea {
    min-height: auto;
}

.layui-table img {
    max-width: 100%;
}

.layui-table {
    border-radius: 5px;
    overflow: hidden;
}

.layui-table tr {
    transition: none;
    -webkit-transition: none;
}

.layui-table td {
    padding: 3px 5px;
    border-color: #dcdfe6;
    color: #333;
}

.layui-table td.layer-photos img {
    width: 40px;
    height: 40px;
    background: #eff1f7;
    border: 1px solid #dcdfe6;
    border-radius: 5px;
}

.layui-table thead td {
    white-space: nowrap;
    background: #eff1f7;
    padding: 3px 5px;
    border-top-width: 1px;
}

.layui-table tbody td {
    font-size: 12px;
}

table .img-item>img,
table .upload_img .img-more>img {
    width: auto;
    height: auto;
    max-height: 150px;
}

.layui-table-nobrder td {
    border-width: 0;
    border-bottom-width: 1px;
}

.layui-table-nobrder td:first-child {
    border-left-width: 1px;
}

.layui-table-nobrder td:last-child {
    border-right-width: 1px;
}

.layui-table-allnobrder td {
    border-width: 0;
}

.table-lv2,
.table-lv3 {
    border-top: 1px solid #DCDFE6;
}

tbody.table-lv2:nth-child(2) {
    border: none;
}

tr.table-lv2:nth-child(1) {
    border: none;
}

.table-lv2 .layui-btn-title {
    width: 50%;
}

.table-lv3 .layui-btn-title {
    width: 50%;
}

.layui-bg-black {
    background: #fff !important;
}

.layui-nav .layui-nav-item a {
    color: #000;
    padding-left: 15px;
}

.layui-nav .layui-nav-more {
    width: 40px;
    height: 40px;
    right: 0;
    margin-top: -20px;
    background: url(../image/ico_arrow1.png) no-repeat center;
    background-size: 8px;
    border: none;
    z-index: 2;
}

.layui-nav .layui-nav-mored,
.layui-nav-itemed>a .layui-nav-more {
    border: none;
    transform: rotate(90deg);
    margin-top: -20px;
}

.layui-nav-tree .layui-nav-item a:hover {
    background: none;
}

.layui-nav-tree .layui-nav-item a::before {
    content: '';
    width: 96%;
    height: 100%;
    background: #2887FC;
    position: absolute;
    right: 0;
    top: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    transition: all .6s;
    opacity: 0;
    z-index: 1;
}

.layui-nav-tree .layui-nav-item a:hover::before {
    opacity: 1;
    width: 99%;
}

.layui-nav-tree .layui-nav-item a cite {
    position: relative;
    z-index: 2;
}

.layui-nav-itemed>a {
    color: #000 !important;
}

.layui-lv3 a {
    color: #888 !important;
}


.layui-nav-tree .layui-this>a {
    color: #fff !important;
}

.layui-nav-tree .layui-nav-item.layui-this>a::before {
    opacity: 1;
}

.layui-nav .layui-this a.one.cur {
    color: #333 !important;
}

.layui-nav .layui-this a.one.cur:hover::before {
    opacity: 1;
    width: 99%;
}

.layui-nav-tree .layui-nav-item .layui-nav-child {
    padding-left: 10px;
}


.layui-card {
    border-radius: 10px;
    overflow: hidden;
}

.layui-card-body {
    padding: 30px 35px;
}

.layui-nav .layui-nav-item a:hover,
.layui-nav .layui-this a {
    color: #333;
    background: #fff;
}

.layui-nav .layui-nav-item a:hover {
    color: #fff !important;
}

.layui-nav-item>a:hover .layui-nav-more {
    background-image: url(../image/ico_arrow1_1.png) !important;
}

.layui-header {
    z-index: 1000;
}

.layui-layout-admin .layui-header {
    background-color: #eff1f7;
    width: 100%;
    height: 50px;
    position: fixed;
    left: 0;
    top: 0;
}

.layui-nav .layui-nav-item {
    line-height: 50px;
}

.layui-header .layui-layout-left {
    left: 180px;
    font-size: 14px;
    color: #333333;
    line-height: 55px;
    padding: 0 30px;
    transition: all .3s;
}

.layui-header .layui-nav .layui-nav-more {
    border-top-color: #666
}

.layui-header .layui-nav .layui-nav-mored {
    border-color: transparent transparent #666
}

.layui-layout-admin .layui-header a,
.layui-layout-admin .layui-header a cite {
    color: #000
}

.layui-header .layui-nav .layui-nav-item a:hover,
.layui-header .layui-nav .layui-this a {
    color: #000
}

.layui-header .layui-nav .layui-this:after {
    display: none
}

.layui-nav .layui-nav-item i {
    margin-right: 10px
}

.layui-header .layui-nav-child {
    top: 50px
}

.layui-side-scroll {
    width: 198px;
    padding-bottom: 65px;
}

.layui-layout-admin .layui-side {
    width: 180px;
    top: 0px;
    z-index: 1000;
}

.layui-layout-admin .layui-logo {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 180px;
    height: 70px;
    padding: 20px 15px 0;
    box-sizing: border-box;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff;
    background: #333333;
    line-height: 1;
}

.layui-layout-admin .layui-logo img {
    float: left;
    height: 30px;
}

.layui-layout-admin .layui-logo div {
    float: left;
    text-align: left;
    padding-left: 40px;
    position: absolute;
}

.layui-layout-admin .layui-logo div p {
    font-size: 14px;
    padding-bottom: 2px;
    white-space: nowrap;
}

.layui-layout-admin .layui-logo div a {
    font-size: 12px;
    color: #8b8b8b;
    white-space: nowrap;
}

.layui-layout-admin .layui-logo div a:hover {
    color: #fff;
}

.layui-nav-tree .layui-nav-child a {
    font-size: 12px;
    background: #fff !important;
    position: relative;
}

.layui-nav-tree .layui-nav-child a cite {
    font-size: 12px;
}

.layui-nav-tree .layui-this>a .layui-nav-more {
    background-image: url(../image/ico_arrow1_1.png) !important;
}

.layui-nav-bar {
    display: none;
}

.layui-side-menu .layui-nav {
    width: 180px;
    margin-top: 85px;
    background: 0 0;
}

.layui-layout-admin .layui-logo,
.layui-side-menu {
    width: 180px;
    transition: all .3s
}

.layui-body {
    left: 195px;
    transition: left .3s;
    z-index: auto;
}

.layui-nav-itemed>.layui-nav-child {
    background-color: initial !important;
}

.layui-nav-tree .layui-this {
    background-color: initial;
}

.layui-layout-body {
    overflow: visible;
}

.layui-layout-admin .layui-body {
    bottom: 0;
    top: 0;
    left: 0;
    padding: 50px 0 20px 195px;
    position: relative;
    transition: all .3s;
}

.layui-layout-admin .layui-body::-webkit-scrollbar {
    display: none;
}

/* .layui-fluid{padding: 15px;} */
.layui-form-label {
    width: 90px;
    padding: 9px 0;
    text-align: left;
}

.layui-form-label em {
    color: #f20000;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    margin-left: 2px;
    height: 16px;
    line-height: 16px;
    display: inline-block;
}

.layui-input-block {
    margin-left: 90px;
}

.search-form {
    display: inline-block
}

.search-form .layui-form-item {
    margin-bottom: 0
}

.search-form .layui-form-item .layui-inline {
    margin-bottom: 0px;
    margin-right: 0px
}

.search-form .layui-form-item .layui-input-inline {
    margin-right: 0px
}

.search-form .layui-input-block {
    margin-left: 30px;
}

.layui-form-item .layui-form-checkbox[lay-skin=primary] {
    margin-top: 0px;
}

#menu-fold {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
    left: 180px;
    line-height: 50px;
    width: 20px;
    height: 70px;
    transition: left .3s;
    cursor: pointer;
    background-color: #333;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-image: url(../image/ico_arrow4.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 9px;
}

#menu-salce #menu-fold {
    background-image: url(../image/ico_arrow5.png);
}

#menu-salce .layui-side-menu {
    width: 0;
    transition: width .3s
}

#menu-salce .layui-side-menu cite {
    opacity: 0;
    transition: all .3s
}

#menu-salce .layui-logo span {
    opacity: 0;
}

#menu-salce .layui-logo {
    width: 0;
    padding: 20px 0;
}

#menu-salce .layui-body {
    padding-left: 15px;
}

#menu-salce .layui-header .layui-layout-left {
    left: 0;
}


.right-content {
    text-align: right
}

.layui-nav-item .layui-breadcrumb a {
    display: inline-block;
    padding: 0px
}

.layui-nav-item .layui-breadcrumb a:nth-child(1) {
    padding-left: 15px
}

.layui-textarea#ueditor,
.layui-textarea#ueditor_en {
    min-height: 260px;
}

.layui-form .layui-detail {
    line-height: 38px
}

.top-operate {
    margin-bottom: 10px;
}

/* 富文本编辑区与底层代码冲突 */
#edui_fixedlayer {
    position: relative !important;
    z-index: 99999999008 !important;
    top: -45px !important;
}

@media screen and (max-width: 1440px) {
    .layui-btn-lg {
        height: 50px;
        line-height: 50px;
    }
}

@media screen and (max-width: 992px) {

    .layui-header .layui-layout-left,
    .layui-layout-admin .layui-body {
        left: 0px
    }

    .layui-layout-admin .layui-side {
        transform: translate3d(-220px, 0, 0);
        -webkit-transform: translate3d(-220px, 0, 0);
    }

    #menu-fold {
        display: none
    }
}

@media screen and (max-width: 768px) {
    .search-form .layui-form-item {
        float: left
    }

    .search-form {
        margin-top: 10px;
    }

    .search-form .layui-input-block {
        margin-left: 0px;
    }
}

#think_page_trace_open {
    z-index: 99999;
}

/********分页 pagination ******/
.page {
    text-align: center;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    margin: 10px 0;
}

.pagination {
    display: inline-block;
}

.pagination li {
    float: left;
    padding: 2px 0;
    margin: 7px;
    border: 1px solid #dcdfe6;
    border-radius: 5px;
}

.pagination li a,
.pagination li span {
    float: left;
    padding: 0 10px;
}

.pagination li a:hover {
    color: #2887fc;
}

.pagination .disabled {
    background-color: #eee;
    border: 1px solid #dcdfe6;
    color: #666;
    opacity: 1;
    -webkit-text-fill-color: #666;
    -webkit-webkit: opacity 1;
    -moz-webkit: opacity 1;
    -ms-webkit: opacity 1;
    -o-webkit: opacity 1;
}

.pagination .active {
    background-color: #2887fc;
    border: 1px solid #2887fc;
    color: #fff;
    opacity: 1;
    -webkit-text-fill-color: #fff;
    -webkit-webkit: opacity 1;
    -moz-webkit: opacity 1;
    -ms-webkit: opacity 1;
    -o-webkit: opacity 1;
}

/********后台首页**************/
.carousel-box {
    height: 185px !important;
    background-color: #fff;
}

.manager-carousel .layui-carousel,
.manager-carousel>[carousel-item]>* {
    background-color: #fff;
}

.manager-shortcut li {
    text-align: center;
}

.manager-shortcut li .layui-icon {
    display: inline-block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 2px;
    font-size: 30px;
    background-color: #F8F8F8;
    color: #333;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.manager-backlog .manager-backlog-body {
    display: block;
    padding: 10px 15px;
    background-color: #f8f8f8;
    color: #999;
    border-radius: 2px;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.manager-backlog-body h3 {
    padding-bottom: 10px;
    font-size: 12px;
}

.manager-backlog-body p cite {
    font-style: normal;
    font-size: 30px;
    font-weight: 300;
    color: #009688;
}

.manager-carousel .layui-carousel-ind {
    position: absolute;
    top: -41px;
    text-align: right;
}

.manager-takerates .layui-progress {
    margin: 50px 0 60px;
}

.manager-takerates .layui-progress h3 {
    position: absolute;
    right: 0;
    top: -35px;
    color: #999;
    font-size: 14px;
}

#LAY-index-dataview {
    width: 100%;
    height: 245px;
}

#tip-menu {
    position: absolute;
    z-index: 999999;
    left: 70px;
}

#tip-menu .layui-nav {
    background-color: rgba(0, 0, 0, .8) !important;
}

.img-more {
    position: relative;
}

.progress {
    display: none
}

.progress p {
    background: #999;
    height: 5px;
    border-radius: 2px;
    width: 10%;
    display: inline-block
}

.progress span {
    background-color: #F4D03F;
    background-image: linear-gradient(132deg, #F4D03F 0%, #16A085 100%);
    background-image: -webkit-linear-gradient(132deg, #F4D03F 0%, #16A085 100%);
    background-image: -moz-linear-gradient(132deg, #F4D03F 0%, #16A085 100%);
    background-image: -o-linear-gradient(132deg, #F4D03F 0%, #16A085 100%);
    display: block;
    height: 5px;
    border-radius: 2px;
    width: 0%
}

.more .progress p {
    width: 100%;
    display: block
}

.upload_img {
    float: left;
}

.upload_img .img-item {
    float: left;
    margin: 0 15px 15px 0;
    position: relative;
    text-align: center;
    display: inline-block;
}

.upload_img .img-item i {
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: url(../image/ico_close4.png) no-repeat center;
    background-size: 100%;
    padding: 2px;
    line-height: 15px;
    text-align: center;
    color: #fff;
    margin-left: 1px;
    float: left;
    position: absolute;
    right: -8px;
    top: -8px;
}

.upload_img .img-item img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 5px;
    float: left;
}

.upload_img .item-src {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.upload_img .img-item:hover .operate {
    display: block
}

.upload_img .operate {
    position: absolute;
    background: #0707079c;
    color: #fff;
    width: 100%;
    bottom: 0px;
    display: none
}

.upload_img .operate a {
    float: left;
    width: 33.3%;
    text-align: center;
    padding: 5px 0px;
}

.iframe .layui-body {
    position: static
}

.iframe.layui-layout-body {
    overflow: auto;
}

tr:hover .img-item .layui-input {
    background: #f2f2f2
}

tr .img-item .layui-input {
    height: 20px;
    color: #666
}

/* 域名绑定 */
/* .domain-item{margin-bottom: 10px;} */

.upload-file {
    position: relative;
    overflow: hidden;
}

.upload-file input {
    position: absolute;
    left: 0px;
    opacity: 0;
    z-index: 22;
    height: 100%;
}

/* .three-list{overflow-y: scroll}
.three-list li{padding: 0 15px;}
.three-list a{color: #333;position: relative;} */
/* .three-list li ul{display: none}
.three-list li.active ul{display: block} */
/* .three-list a.has-c::before{ content: '';position: absolute;left: -10px;top: 15%;width: 0;height: 0;border-top: 7px solid transparent;border-bottom: 7px solid transparent;border-left: 7px solid #3aa3a8;z-index: 33;}
.three-list li.active a.has-c::before{ content: '';position: absolute;left: -15px;top: 40%;width: 0;height: 0;border-left: 7px solid transparent;border-right: 7px solid transparent;border-top: 7px solid #3aa3a8;z-index: 33;} */
/* .layui-cur{background: rgba(0,150,136,.2)} */

.layer-photos img,
.layer-video video {
    cursor: zoom-in;
}

.upload-image-box,
.upload-video-box {
    text-align: left;
}

input::-webkit-input-placeholder {
    color: #999;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999;
}

.layui-layer-page {
    max-height: 90vh;
    overflow: hidden;
    border-radius: 10px !important;
}

.layui-layer-content {
    max-height: 87vh;
}

.layui-layer-setwin {
    top: 17px !important;
}

.layui-layer-setwin a {
    margin-left: 16px !important;
}

.layui-layer-dialog {
    border-radius: 10px !important;
    overflow: hidden !important;
}

.upload_img_list {
    position: relative;
    width: 100%;
    float: left;
}

.upload_img_list dd {
    position: relative;
    margin: 0 15px 15px 0;
    padding-bottom: 15px;
    float: left;
    cursor: move;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    display: flex;
}

.upload_img_list .operate {
    position: absolute;
    top: -8px;
    right: -8px;
    z-index: 1;
}

.upload_img_list .operate i {
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: url(../image/ico_close4.png) no-repeat center;
    background-size: 100%;
    padding: 2px;
    line-height: 15px;
    text-align: center;
    color: #fff;
    margin-left: 1px;
    float: left;
}

.upload_img_list dd .imgs {
    width: 60px;
    height: 60px;
    float: left;
    position: relative;
}

.upload_img_list dd .imgs img {
    width: 100%;
    height: 100%;
    float: left;
    object-fit: cover;
    border-radius: 5px;
}

.upload_img_list dd .info {
    width: 100%;
    padding-left: 15px;
    position: relative;
}

.upload_img_list dd input {
    width: 100%;
    float: left;
    height: 35px;
    font-size: 12px;
    margin-top: 8px;
    padding: 0 12px;
}

.upload_img_list dd input:first-child {
    margin-top: 0;
}

.upload_img_list dd input:nth-child(3) {
    width: 49%;
}

.upload_img_list dd input:nth-child(4) {
    width: 49%;
    float: right;
}

.contact_box {
    width: 100%;
    float: left;
    background: #fff;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    z-index: 9;
    padding: 12px 0;
}

.contact_box .between-center {
    width: 145px;
    margin: auto;
    border-top: 1px solid #ECEEF4;
    padding-top: 12px;
}

.contact_box .fl {
    width: 28px;
    height: 28px;
    background: url(../image/ico_csd2.png) no-repeat center #333;
    background-size: auto 22px;
    border-radius: 5px;
}

.contact_box .fr {
    font-size: 12px;
    color: #333;
    line-height: 1.2;
    text-align: left;
}

.layui-tab.newStyle {
    margin: 10px 0 0;
}

.layui-tab.newStyle .layui-tab-title {
    background: #fff;
    border-radius: 5px;
    border-bottom: 2px solid #2887fc;
    height: auto;
    overflow: hidden;
}

.layui-tab.newStyle .layui-tab-title li {
    height: 48px;
    line-height: 50px;
    padding: 0 28px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.layui-tab.newStyle .layui-tab-title li.layui-this {
    background: #2887fc;
    color: #fff;
}

.layui-tab-title .layui-this:after {
    display: none;
}

.layui-tab.newStyle .layui-tab-content {
    background: #fff;
    border-radius: 10px;
    margin-top: 12px;
    padding: 10px 35px 20px;
}

.system_title {
    line-height: 1;
    padding: 20px 0 10px;
    border-bottom: 1px solid #e6e6e6;
    font-size: 16px;
    color: #333;
    margin-bottom: 15px;
}

.layui-form-itemBox1 .layui-form-item {
    width: 100%;
    margin-left: 3.5%;
}

.layui-form-itemBox1 .layui-form-item:first-child {
    margin-left: 0;
}

.layui-form-itemBox2 .layui-form-item {
    width: 100%;
    margin-left: 20px;
}

.layui-form-itemBox2 .layui-form-item:first-child {
    margin-left: 0;
}

.layui-form-itemBox3 .layui-form-item {
    width: 35%;
    margin-left: 20px;
}

.layui-form-itemBox3 .layui-form-item:first-child {
    width: 100%;
    margin-left: 0;
}

.editor {
    position: relative;
    z-index: 1;
}

.editor.active .w-e-text-container {
    display: none;
}

.layui-select.newStyle {
    min-width: 288px;
    position: relative;
    z-index: 99;
    cursor: pointer;
    padding: 0 35px 0 0;
}

.layui-select.newStyle em {
    position: absolute;
    left: 15px;
    top: 0;
    line-height: 38px;
    font-style: normal;
}

.layui-select.newStyle:after {
    content: '';
    width: 9px;
    height: 100%;
    background: url(../image/ico_arrow6.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    right: 15px;
    top: 0;
}

.layui-select.newStyle .top_box span {
    min-width: 78px;
    float: left;
    line-height: 26px;
    background: #f4f4f5;
    border: 1px solid #D2D2D2;
    border-radius: 5px;
    margin: 4px 0 0 5px;
    padding: 0 32px 0 10px;
    position: relative;
    transition: all .6s;
    text-transform: uppercase;
}

.layui-select.newStyle .top_box span i {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -8px;
    background: url(../image/ico_close3.png) no-repeat center;
    background-size: 100%;
}

.layui-select.newStyle .top_box span:hover {
    background: #e1e1e1;
}

.layui-select.newStyle .lower_box {
    width: 101%;
    position: absolute;
    left: -0.5%;
    top: 102%;
    z-index: 2;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
    overflow: hidden;
    display: none;
}

.layui-select.newStyle .lower_box ul li {
    display: block;
    line-height: 35px;
    padding: 0 15px;
    text-transform: uppercase;
}

.layui-select.newStyle .lower_box ul li:hover {
    background: #f1f1f1;
}

.layui-select.newStyle .lower_box ul li.active {
    background: #e1e1e1;
}

.layui-select.newStyle:hover {
    border-color: #1e84ff;
}

.layui-select.newStyle:hover .lower_box {
    display: block;
}

.upload_img_btn {
    min-width: 60px;
    height: 60px;
    background: #2887fc;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    float: left;
    font-size: 12px;
    cursor: pointer;
    margin-bottom: 15px;
    transition: all .6s;
}

.upload_img_btn i {
    display: block;
    height: 15px;
    background: url(../image/ico_upload.png) no-repeat center;
    background-size: auto 100%;
    margin: 13px 0 2px;
}

.upload_img_btn p {
    padding: 0 6px;
}

.upload_img_btn:hover {
    background-color: #1970D9;
}

.upload-image-points .layui-form-mid {
    padding-top: 0 !important;
}

.layui-edit-btn {
    width: 100%;
    height: 76px;
    position: fixed;
    left: 0;
    top: 50%;
    margin-top: -38px;
}

.layui-edit-btn .between-center>div {
    min-width: initial;
    width: 76px;
    height: 76px;
    display: inline-block;
    background: url(../image/ico_arrow8.png) no-repeat;
    background-size: auto 100%;
    cursor: pointer;
}

.layui-edit-btn .between-center .prev {
    background-position: left;
}

.layui-edit-btn .between-center .next {
    background-position: right;
}

.layui-icon-batch {
    width: 17px;
    height: 100%;
    display: inline-block;
    background: url(../image/ico_all.png) no-repeat center;
    background-size: 80%;
}


.w-e-toolbar {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.w-e-toolbar .w-e-menu {
    padding: 6px 8px 5px !important;
    font-size: 14px !important;
}

.w-e-text-container {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #fff;
    overflow: hidden;
    height: 260px !important;
}

table .fullscreen-editor {
    padding: 60px 0 0 210px;
    background: #EFF1F7;
}

#menu-salce table .fullscreen-editor {
    padding-left: 30px;
    transition: all .3s;
}

.layui-layer-imgsee {
    display: none;
}

.CodeMirror {
    border: 1px solid #e6e6e6;
    border-radius: 5px;
}

.serverImgsList ul {
    margin: 0 -5px;
}

.serverImgsList ul li {
    width: 16.666%;
    height: 85px;
    float: left;
    padding: 0 5px;
    margin-bottom: 10px;
}

.serverImgsList ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}

.serverMore {
    width: 100%;
    float: left;
    text-align: center;
    padding: 10px 0 20px;
}

.serverMore a {
    cursor: pointer;
}

.serverVideoList ul {
    margin: 0 -5px;
}

.serverVideoList ul li {
    width: 33.33%;
    height: 133px;
    float: left;
    padding: 0 5px;
    margin-bottom: 10px;
    position: relative;
}

.serverVideoList ul li i {
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    cursor: pointer;
}

.serverVideoList ul li video {
    width: 100%;
    height: 100%;
}

.operate-result {
    color: #ad9361;
    margin-top: 10px;
}

.new-inline {
    min-width: 288px;
}

.hidden {
    display: none;
}

/* .editor-markdown .CodeMirror-wrap {min-width: 50% !important;}
.editor-markdown .editormd-preview {max-width: 50% !important;} */
.editor-markdown .editormd-preview .markdown-body {}

.mgt10 {
    margin-top: 10px;
}

.mgt15 {
    margin-top: 15px;
}

.mgt25 {
    margin-top: 25px;
}

.mgr10 {
    margin-right: 10px;
}

.mgr15 {
    margin-right: 15px;
}

.mgr25 {
    margin-right: 25px;
}

.mgb10 {
    margin-bottom: 10px;
}

.mgb15 {
    margin-bottom: 15px;
}

.mgb25 {
    margin-bottom: 25px;
}

.mgl10 {
    margin-left: 10px;
}

.mgl15 {
    margin-left: 15px;
}

.mgl25 {
    margin-left: 25px;
}

.eject-layuiBox {
    overflow: hidden;
}

.eject-layuiBox .eject-info {
    height: 100%;
    overflow: auto;
    padding-bottom: 100px;
    position: relative;
    z-index: 1;
}

.eject-layuiBox .eject-btn {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    background: #fff;
    text-align: center;
    padding: 20px 0 25px;
    border-top: 1px solid #dfdfdf;
}

.tisi {
    position: absolute;
    left: 45%;
    top: 50%;
    z-index: 50;
    font-size: 20px;
    opacity: 0;
    transition: all 1s;
}

.w-e-toolbar .w-e-droplist ul.w-e-list li.w-e-item {
    padding: 0px 0px;
}

.w-e-toolbar .w-e-droplist ul.w-e-list li.w-e-item p {
    padding: 5px 0px !important;
}

.w-e-toolbar .w-e-droplist ul.w-e-list li.w-e-item {
    padding: 0px 0px !important;
}

.upload_img_list {
    display: flex;
    width: auto;
}