:root {
    --theme-color: #1677ff;
    --delete-color: #ff7875;
    --theme-rgba-color: rgba(22, 119, 255, .8);
    --old-theme-color: #246ca8;
    --focus-color: #cbe8f6;
    --hover-color: #e9f4ff;
    --hover-background-color: rgba(182, 229, 251, .4);
    --select-background-color: rgba(182, 229, 251, .8);
    --font-color-3: #333;
}
::selection {
    background: #0300ca;
    color: white;
}
::-webkit-selection {
    background: #0300ca;
    color: white;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    ::selection {
        background: #0300ca;
        color: white;
    }
}
/* CSS Document */
html, body, div, span, object, iframe,h1, h2, 
h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del, dfn, 
em, img, ins,kbd, q, samp,small, strong, sub, sup, var,b, i,dl, dt, dd, 
ol, ul, li,fieldset, form, label, legend,table, caption, tbody, 
tfoot,thead,tr, th, td,article, aside, canvas, details, figcaption, 
figure, footer, header, hgroup, menu, nav, section, summary,time, mark, 
audio, video, xmp {
    margin:0;
    padding:0;
    border:0;
    outline:0;
}
input::-ms-clear{display:none;}
/* input:-webkit-autofill { box-shadow: 0 0 0px 1000px #f5f7fb inset !important; background-color: #ffffff !important;} */
body {
    font-family: Arial,"microsoft yahei",Helvetica,Arial,sans-serif;
    font-size: 14px;
    color: #666;
}
xmp { font-family: Arial,"microsoft yahei",Helvetica,Arial,sans-serif;}
ul,ol,dl,li,dt,dd { list-style-type: none;}
a{
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
}
a:hover,a:focus{
    text-decoration:none;
    outline-style:none;/*FF*/ 
}
table {
    border-collapse:collapse;
    border-spacing:0;
}

input, select,button {
    vertical-align:middle;
    outline:none;
    border: 0;
}
em { font-style: normal;}
img { border: 0;}
.fl { float: left;}
.fr { float: right;}
/*cssä¸ºclearfixï¼Œæ¸…é™¤æµ®åŠ¨*/

.clearfix::after{
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}
.clearfix:after{clear:both;} 
.clearfix{ 
    *zoom:1;/*IE/7/6*/
}
textarea { font-size: 12px;}
button[class*=" delete-"],button[class*=" delete"] { background-color: var(--delete-color) !important; }
button[class*=" layui-btn-border delete"] { background-color: #fff !important; border-color: var(--delete-color) !important; color: var(--delete-color) !important;}
button[class*=" layui-btn-border delete"]:hover { background-color: var(--delete-color) !important; border-color: var(--delete-color) !important; color: #fff !important;}
button[class*=" delete-"].layui-btn-disabled:active,button[class*=" delete"].layui-btn-disabled:hover { background-color: var(--delete-color) !important; }
#slide_box {
    width: 100%;
    height: 42px;
    text-align: center;
    line-height: 42px;
    font-size: 14px;
    /* color: #717171; */
    /* background-color: #e8e8e8; */
    border: none;
}

#slide_xbox {
    width: 50px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    font-size: 16px;
    /* color: #fff; */
    position: absolute;
    /* background: #52C41A; */
}

#btn {
    cursor: pointer;
    width: 50px;
    height: 42px;
    /* background-color: #fff; */
    float: right;
    /* -webkit-box-shadow: 0px 0px 15px 0px #ddd;
    -moz-box-shadow: 0px 0px 15px 0px #ddd;
    box-shadow: 0px 0px 15px 0px #ddd;
    color: #8a8c97; */

}

.page-loader,.window-loader {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 999999999;
    background-color: rgba(0,0,0,.4);
    box-sizing: border-box;
    display: flex;
    flex: auto;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    transition: all .2s;
}
@-webkit-keyframes line-scale {
    0% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }
    50% {
        -webkit-transform: scaley(0.4);
        transform: scaley(0.4);
    }
    100% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }
}
@keyframes line-scale {
    0% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }
    50% {
        -webkit-transform: scaley(0.4);
        transform: scaley(0.4);
    }
    100% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }
}
.line-scale > div:nth-child(1) {
    -webkit-animation: line-scale 1s 0.1s infinite cubic-bezier(.2, .68, .18, 1.08);
    animation: line-scale 1s 0.1s infinite cubic-bezier(.2, .68, .18, 1.08);
}
.line-scale > div:nth-child(2) {
    -webkit-animation: line-scale 1s 0.2s infinite cubic-bezier(.2, .68, .18, 1.08);
    animation: line-scale 1s 0.2s infinite cubic-bezier(.2, .68, .18, 1.08);
}
.line-scale > div:nth-child(3) {
    -webkit-animation: line-scale 1s 0.3s infinite cubic-bezier(.2, .68, .18, 1.08);
    animation: line-scale 1s 0.3s infinite cubic-bezier(.2, .68, .18, 1.08);
}
.line-scale > div:nth-child(4) {
    -webkit-animation: line-scale 1s 0.4s infinite cubic-bezier(.2, .68, .18, 1.08);
    animation: line-scale 1s 0.4s infinite cubic-bezier(.2, .68, .18, 1.08);
}
.line-scale > div:nth-child(5) {
    -webkit-animation: line-scale 1s 0.5s infinite cubic-bezier(.2, .68, .18, 1.08);
    animation: line-scale 1s 0.5s infinite cubic-bezier(.2, .68, .18, 1.08);
}
.line-scale > div {
    background-color: #fff;
    width: 4px;
    height: 35px;
    border-radius: 2px;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
}
.load-text {
    font-size: 16px;
    /* color: #fff; */
}

.demo1 {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #fff;
    float: left;
    margin: 0 2px;
    opacity: 0;
    animation: demo1 2s infinite;
    -webkit-animation: demo1 2s infinite;
}
.demo1:nth-child(1){
    animation-delay:0s;
}
.demo1:nth-child(2){
    animation-delay: 0.3s;
}
.demo1:nth-child(3){
    animation-delay:0.6s;
}
.demo1:nth-child(4){
    animation-delay:0.9s;
}
.demo1:nth-child(5){
    animation-delay: 1.2s;
}
.demo1:nth-child(6){
    animation-delay: 1.5s;
}
@keyframes demo1{
    0% {opacity: 0;}
    100% {opacity: 1;}
}
@-webkit-keyframes demo1{
    0% {opacity: 0;}
    100% {opacity: 1;}
}

.load-content-text p {
    display: inline-block;
    color: #fff;
}
.load-content-text p.change-organization { margin-left: 45px;}
.load-content-text div#loading1 { display: inline-block;}

/************错误提示框***********/
/* .msg {
    min-width: 238px !important;
    border: 0 !important;
    background-color: #FFFFFF !important;
    box-shadow: 0 0 20px 0 rgba(156, 116, 116, 0.55) !important;
    border-radius: 4px !important;
}
.msg .layui-layer-padding {
    line-height: 20px !important;
    padding: 10px 20px 10px 34px !important;
    font-size: 14px !important;
    color: rgba(0,0,0,0.65) !important;
}
.msg .layui-layer-padding i {
    width: 14px !important;
    height: 14px !important;
    top: 13px !important;
    background-position: center !important;
    background-size: contain;
}
.succ .layui-layer-padding i { background-image: url(../images/succ.svg);}
.fail .layui-layer-padding i { background-image: url(../images/fail.svg);}
.question .layui-layer-padding i { background-image: url(../images/question.svg);}
.shape .layui-layer-padding i { background-image: url(../images/shape.svg);} */

.layui-layer-msg {
    min-width: 238px !important;
    border: 0 !important;
    /* background-color: #FFFFFF !important;
    box-shadow: 0 0 20px 0 rgba(156, 116, 116, 0.55) !important; */
    border-radius: 4px !important;
}
.layui-layer-padding {
    line-height: 20px !important;
    padding: 10px 5px 10px 28px !important;
    font-size: 14px !important;
    /* color: rgba(0,0,0,0.65) !important; */
}
.layui-layer-dialog .layui-layer-content .layui-layer-ico { left: 8px !important;}
.layui-layer-padding i {
    width: 14px !important;
    height: 14px !important;
    top: 13px !important;
    background-position: center !important;
    background-size: contain;
    color: var(--theme-color);
}
.layui-layer-padding i.layui-layer-ico2 { background-image: url(../images/fail.svg);}
.layui-layer-padding i.layui-layer-ico5 { background-image: url(../images/fail.svg);}
.layui-layer-padding i.layui-layer-ico1 { background-image: url(../images/succ.svg);}
.layui-layer-padding i.layui-layer-ico3 { background-image: url(../images/fill.svg);}
.layui-layer-padding i.layui-layer-ico4 { background-image: url(../images/tip.svg);}

.delete-window {
    box-shadow: 0 4px 12px 0 rgba(0,0,0,0.20) !important;
    border-radius: 3px !important;
}
.delete-window .layui-layer-btn .layui-layer-btn0 { background-color: #fff !important; border-color: #dedede !important; color: #333 !important; }
.delete-window .layui-layer-btn .layui-layer-btn0:hover { border-color: var(--theme-color) !important; color: var(--theme-color) !important;}
.delete-window .layui-layer-btn .layui-layer-btn1 {
    border-color: var(--theme-color) !important;
    background-color: var(--theme-color) !important;
    color: #fff !important;
}
.delete-question {
    margin: 12px;
    padding-left: 30px;
    background-image: url(../images/fail.svg);
    background-position: left 3px;
    background-repeat: no-repeat;
    background-size: 18px;
    font-size: 14px;
    /* color: #000; */
}
.layui-table-cell { padding: 0 5px; height: 20px; line-height: 20px;}
.layui-table td, .layui-table th { font-size: 12px;}
/* .layui-table thead tr, .layui-table[lay-even] tr:nth-child(2n) { background-color: rgba(36,108,168,.1);}
.layui-table tbody tr:hover, .layui-table-click { background-color: rgba(36,108,168,.2) !important;} */

.fail-box { height: 100%;}
.fail-window .fail-box { height: calc(100% - 20px); margin: 20px 20px 0;}
.object-change-delete .fail-box { height: calc(100% - 20px); margin: 20px 20px 0;}
.fail-window .layui-layer-min { display: none !important;}
.fail-window .fail-content { width: calc(100% - 30px) !important;}
.fail-icon {
    width: 30px;
    background-image: url(../images/fail.svg);
    background-position: left 3px;
    background-repeat: no-repeat;
    background-size: 18px;
    min-height: 30px;
}
.tip-icon {
    width: 30px;
    background-image: url(../images/tips.svg);
    background-position: left 3px;
    background-repeat: no-repeat;
    background-size: 18px;
    min-height: 30px;
}
.succ-icon {
    width: 30px;
    background-image: url(../images/succ.svg);
    background-position: left 3px;
    background-repeat: no-repeat;
    background-size: 18px;
    min-height: 30px;
}
.fail-content {
    width: 405px;
    height: 100%;
    overflow-y: auto;
    word-break: break-word;
    font-size: 14px;
    user-select: text;
}
.fail-content form .layui-form-checkbox span { font-size: 14px;}
.object-change-delete .fail-content { width: calc(100% - 30px); color: #333;}
.object-change-delete .fail-content p { padding-left: 24px; line-height: 26px; margin-bottom: 5px;}
.enquire-icon { background-image: none;}
/* .bda-tips { color: #fbb42d;} */
.module-yun-tip {
    display: none;
    position: fixed;
    padding: 0 15px;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    border-radius: 4px;
    /* color: #fff; */
    height: 40px;
    font-family: "Microsoft YaHei";
    /* -webkit-box-shadow: 0 0 4px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 4px rgba(0,0,0,.2);
    box-shadow: 0 0 4px rgba(0,0,0,.2); */
    z-index: 95;
}
.module-yun-tip .tip-icon {
    display: inline-block;
    width: 22px;
    height: 35px;
    margin: 0 1px 0 0;
    padding-left: 1px;
    background: url(../images/loading.gif) left 10px no-repeat;
}
.module-yun-tip .tip-msg {
    display: inline-block;
    margin: 0 3px;
    font-size: 13px;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    max-width: 500px;
    min-width: 1px;
    /* color: #fff; */
    vertical-align: top;
}

.down-load-content {
    /* background: #fff; */
    line-height: 24px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    text-align: center;
}
.file-name {
    word-break: break-all;
    padding: 25px 10px 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.file-name span {
    display: inline-block;
    padding-left: 32px;
    height: 24px;
    background: url(../images/zip.png) left center no-repeat;
}
.down-load-button {
    margin: 25px 10px 15px;
}
.down-load-button a {
    display: inline-block;
    margin: 10px 0;
    border-radius: 4px;
    padding: 0 10px;
    line-height: 32px;
    border-width: 1px;
    border-style: solid;
}
.down-load-button a:hover { opacity: .8;}

.left-menu-cnt::-webkit-scrollbar {/*滚动条整体样式*/
    width: 6px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 6px;
}
.left-menu-cnt::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 6px;
}
.left-menu-cnt::-webkit-scrollbar-track {/*滚动条里面轨道*/
    border-radius: 6px;
}
.ifind-report-menu-list::-webkit-scrollbar {/*滚动条整体样式*/
    width: 10px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 10px;
}
.ifind-report-menu-list::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 10px;
}
.ifind-report-menu-list::-webkit-scrollbar-track {/*滚动条里面轨道*/
    border-radius: 10px;
}
.object-reports-left::-webkit-scrollbar {/*滚动条整体样式*/
    width: 10px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 10px;
}
.object-reports-left::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 10px;
}
.object-reports-left::-webkit-scrollbar-track {/*滚动条里面轨道*/
    border-radius: 10px;
}

/* input:focus::-webkit-input-placeholder {
    color: transparent;
}
input:focus:-moz-placeholder {
    color: transparent;
}
input:focus::-moz-placeholder {
    color: transparent;
}
input:focus:-ms-input-placeholder {
    color: transparent;
}
textarea:focus::-webkit-input-placeholder {
    color: transparent;
}
textarea:focus:-moz-placeholder {
    color: transparent;
}
textarea:focus::-moz-placeholder {
    color: transparent;
}
textarea:focus:-ms-input-placeholder {
    color: transparent;
} */

.layui-form-radio { margin: 1px 10px 1px 0;}

/* 中国移动主体样式 */
.setting .layui-nav .layui-nav-child {
    top: 55px;
    right: 0;
    left: auto;
}

.layui-layer-msg { z-index: 9999999999999999999999 !important;}
.layui-btn-default {
    border: 1px #e6e6e6 solid;
    background-color: transparent !important;
    color: #333;
}
.layui-btn-default:hover {
    background-color: var(--theme-color) !important;
    border-color: var(--theme-color);
    color: #fff;
}
.layui-form .layui-form-select dl { top: 32px; max-height: 200px;}
.layui-form td .layui-form-select dl,td .layui-form-select dl { top: 46px; max-height: 255px;}
.layui-form td .layui-form-selectup dl,td .layui-form-selectup dl { top: auto; bottom: 46px; }
.layui-layer-min { display: none !important;}

.layui-form-checkbox span { font-size: 12px;}

.layui-elem-field legend { font-weight: normal;}
.questes-icon .iconfont { color: var(--theme-color);}
.succes-icon .iconfont { color: #52C41A;}
.fails-icon .iconfont { color: #f5222d;}
.warning-icon .iconfont { color: #ffb800; }

.password-list { padding: 20px;}
.password-list .layui-form-label { padding-left: 0; padding-right: 0;}
.password-list .layui-input-block { min-height: 30px;}
.deleted-window i { font-size: 20px;}
/* .layui-form-selectup dl { top: auto !important;} */
.layui-table tbody tr:hover { background-color: rgba(182, 229, 251, .4);}
.layui-table-click { background-color: transparent !important;}
.layui-table-checked { background-color: rgba(182, 229, 251, .8) !important;}
.layui-form-select dl dd { font-size: 12px;}
.layui-form-radio:hover>*, .layui-form-radioed, .layui-form-radioed>i { color: var(--theme-color); }
.layui-input:focus,.layui-textarea:focus{border-color:rgb(36, 108, 168)!important;box-shadow:0 0 0 3px rgba(36, 108, 168,.08)}
.layui-form-select dl dd.layui-this { color: #fff; font-weight: normal; }
.layui-layer-dialog .layui-layer-content .layui-icon { left: 8px !important;}
.layui-layer-dialog .layui-layer-content .layui-layer-face::before { content: "";}
.layui-layer-dialog .layui-layer-content .layui-icon-error { background-image: url(../images/fail.svg);}
.layui-layer-dialog .layui-layer-content .layui-icon-success { background-image: url(../images/succ.svg);}
.layui-layer-dialog .layui-layer-content .layui-icon-question { background-image: url(../images/fill.svg);}
.layui-layer-dialog .layui-layer-content .layui-icon-tips { background-image: url(../images/tip.svg);}
.layui-layer-padding i.layui-layer-ico5 { background-image: url(../images/fail.svg);}
.layui-form-checkbox[lay-skin=primary]>.layui-icon-indeterminate { border-color: var(--theme-color);}
.layui-form-checkbox[lay-skin=primary]>.layui-icon-indeterminate:before { background-color: var(--theme-color);}
.layui-table thead tr { background-color: #fafafa;}
.layui-table-view .layui-table td[data-edit]:hover:after { border-color: var(--theme-color); }
.layui-tab-content { padding: 10px;}
.layui-table-cell-c:hover { border-color: var(--theme-color);}
.layui-laypage select:focus { border-color: var(--theme-color) !important;}
.layui-layer-resize { z-index: 99999;}
.layui-tab-title .layui-tab-bar { display: none !important; opacity: 0;}
.layui-laydate-footer span[lay-type=date] { color: var(--theme-color);}
.layui-laydate-footer span:hover { color: var(--old-theme-color);}
.layui-input-affix { line-height: 30px; }

.layui-btn-disabled,.layui-btn-disabled:active,.layui-btn-disabled:hover {
	background-color: var(--theme-color) !important;
    color: #fff !important;
}
.layui-form-label { min-width: 50px; width: auto;}
.layui-form-checkbox>div { font-size: 12px;}
.layui-table-view .layui-table td,.layui-table-view .layui-table th { padding: 5px 0;}
.layui-layer-title {
    padding: 0 80px 0 20px;
	height: 42px;
	line-height: 42px;
}
.layui-table-body .layui-none { padding: 15px; }

.guided-style { height: 100%; position: relative;}
.guided-style .item {
    display: block;
    position: absolute;
    z-index: 0;
    opacity: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: 0;
}
.guided-style .item.show-guided-item { opacity: 1; z-index: 1; }
.guided-style .item .item-top {
    height: 55px;
    overflow: hidden;
    padding: 10px 20px;
    border-bottom: 1px #ddd solid;
}
.guided-style .item .item-top .item-top-text-content { width: 82%;}
.guided-style .item .item-top .item-top-text-content h2 {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
}
.guided-style .item .item-top .item-top-text-content p {
    line-height: 15px;
    font-size: 12px;
    color: #333;
    text-indent: 24px;
}
.guided-style .item .item-bottom {
    padding: 10px 20px 10px;
    width: calc(100% - 40px);
    border-top: 1px #ddd solid;
    overflow: hidden;
    text-align: right;
}
.guided-style .item .item-bottom button { font-size: 14px; }
.guided-style .item .item-bottom .cancel:hover {
    background-color: #fff !important;
    color: var(--theme-color) !important;
}
.guided-style .item .item-bottom button[disabled=disabled] {
    background-color: #fff !important;
    border-color: #ccc !important;
    color: #888 !important;
    cursor: no-drop !important;
}
.guided-style .item .item-middle {
    height: calc(100% - 147px);
    padding: 10px 20px;
}
.guided-style .item .item-middle .middle-middle-box { height: calc(100% - 70px); margin-top: 10px;}
.layui-layer * {
    -moz-user-select: text;
    -webkit-user-select: text;
    -ms-user-select: text;
    -khtml-user-select: text;
    user-select: text;
}
.linkReport-iframe .layui-layer-setwin { top: 10px;}

.ace_editor {
    font-family: "Courier New", Menlo, "Ubuntu Mono", Consolas, source-code-pro, monospace;
}

.fcolorpicker .color-palette { padding: 0; }
.fcolorpicker .gradient-bar-container { line-height: 1; }
.fcolorpicker { z-index: 9999999999 !important; }
.fcolorpicker-curbox { width: 48px !important; height: 26px !important;}

.mobile-popup {
    border-radius: 13px;
    background-color: rgba(255,255,255,.95);
    color: #000;
    top: 50% !important;
    left: 50% !important;
    will-change: transform;
    transform: translate(-50%, -50%) !important;
    backface-visibility: hidden;
}
.mobile-popup .layui-layer-content {
    position: relative;
    padding: 15px;
    overflow: inherit;
    overflow-x: inherit;
    overflow-y: inherit;
}
.mobile-popup .layui-layer-content::after {
    position: absolute;
    z-index: 15;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    content: '';
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    background-color: rgba(0, 0, 0, .2);
}
.mobile-popup .layui-layer-content .mui-popup-title {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}
.mobile-popup .layui-layer-content .mui-popup-text {
    font-family: inherit;
    font-size: 14px;
    margin: 5px 0 0;
    text-align: center;
}
.mobile-popup .layui-layer-content .mui-popup-content {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    margin: 5px 0 0;
}
.mobile-popup .layui-layer-content .mui-popup-content .input-box {
    line-height: 26px;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: overlay;
    position: relative;
    resize: none;
}
.mobile-popup .layui-layer-content .mui-popup-content .input-box::after {
    color: #9195a3;
    content: attr(placeholder);
}
.mobile-popup .layui-layer-setwin { display: none; }
.mobile-popup .layui-layer-btn {
    padding: 0;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    height: 44px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.mobile-popup .layui-layer-btn a {
    border: 0;
    margin: 0;
    font-size: 17px;
    line-height: 44px;
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 44px;
    padding: 0 5px;
    cursor: pointer;
    text-align: center;
    color: #007aff;
    background-color: transparent !important;
    -webkit-box-flex: 1;
}
.mobile-popup .layui-layer-btn > :only-child { font-weight: 600 !important; }
.mobile-popup .layui-layer-btn > :first-child:nth-last-child(2):after {
    position: absolute;
    z-index: 15;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    display: block;
    width: 1px;
    height: 100%;
    content: '';
    -webkit-transform: scaleX(.5);
    transform: scaleX(.5);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    background-color: rgba(0, 0, 0, .2);
}
.mobile-popup .layui-layer-btn > :first-child:nth-last-child(2) + * { font-weight: 600; }

.contents { display: contents; }