*{
	padding: 0;
	margin: 0;
	/*font-family: system-ui,-apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Arial,sans-serif;*/
	font-family: "Verdana", sans-serif;
	/*font-family: "Lucida Sans Unicode", sans-serif;*/
}
body{
	background: #f2f3f3;
}

/**
 * 全局样式
 */
input[type=file]::-webkit-file-upload-button{
    cursor: pointer;
}
#app option{
    padding: 20px 0;
    display: block;
}
#app textarea{
    font-size: 15px;
}

#app textarea::placeholder {
    color: #ccc;
    font-size: 15px;
}

#app input::placeholder {
    color: #ccc;
    font-size: 15px;
}

#right .mbx {
    color: #999;
}
#right .error_text {
    text-align: center;
    color: #f00;
    margin-bottom: 0;
    font-size: 14px;
}
.modal-body .error_text {
    text-align: center;
    color: #f00;
    margin-bottom: 0;
    font-size: 14px;
}
#right .cz-tags {
    white-space: nowrap;
    cursor: pointer;
}
.light-tag {
    padding: 5px 10px;
    font-size: 13px;
    background: #eee;
    color: #666;
    border-radius: 10px;
}
.light-tag:hover {
    background: #e4e4e4;
}
#right .dark-tag {
    padding: 5px 10px;
    font-size: 13px;
    color: rgb(59,94,225);
    background: rgba(59,94,225,0.1);
    border-radius: 10px;
}
.table .light-tag {
    padding: 5px 10px;
    font-size: 13px;
    background: #eee;
    color: #666;
    border-radius: 10px;
    cursor: pointer;
}
.table .light-tag:hover {
    background: #e4e4e4;
}

/*2025-07-16优化*/
.modal-content {
    border-radius: 10px;
}
.form-control {
    border-radius: 8px;
}
#DomainAuthModal .domain-auth-user,
#PluginAuthModal .domain-auth-user{
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    margin-bottom: 14px;
    background: #f5f7fb;
    border-radius: 10px;
}
#DomainAuthModal .domain-auth-avatar,
#PluginAuthModal .domain-auth-avatar{
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 50%;
    background: rgb(59,94,225);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    flex-shrink: 0;
}
#DomainAuthModal .domain-auth-user-info b,
#PluginAuthModal .domain-auth-user-info b{
    display: block;
    font-size: 14px;
    color: #333;
}
#DomainAuthModal .domain-auth-user-info small,
#PluginAuthModal .domain-auth-user-info small{
    color: #999;
    font-size: 12px;
}
#DomainAuthModal .domain-auth-section-title,
#PluginAuthModal .domain-auth-section-title{
    font-size: 13px;
    color: #666;
    font-weight: 600;
    margin: 14px 0 8px;
}
#DomainAuthModal .domain-auth-hint-tag,
#PluginAuthModal .domain-auth-hint-tag{
    font-weight: 400;
    font-size: 12px;
    color: #3B5EE1;
    background: rgba(59,94,225,0.1);
    border-radius: 6px;
    padding: 1px 6px;
    margin-left: 4px;
}
#PluginAuthModal .domain-auth-empty{
    color: #999;
    padding: 14px 0;
    text-align: center;
}
#PluginAuthModal .plugin-auth-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}
#PluginAuthModal .plugin-auth-card{
    border: 1px solid #ebedf0;
    border-radius: 10px;
    padding: 12px;
    cursor: pointer;
    transition: .15s;
    background: #fff;
}
#PluginAuthModal .plugin-auth-card:hover{
    border-color: rgba(59,94,225,0.4);
    background: #f7f9fd;
}
#PluginAuthModal .plugin-auth-card.is-checked{
    border-color: rgb(59,94,225);
    background: rgba(59,94,225,0.05);
}
#PluginAuthModal .plugin-auth-card-top{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
#PluginAuthModal .plugin-auth-avatar{
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 10px;
    background: rgba(59,94,225,0.12);
    color: rgb(59,94,225);
    font-size: 15px;
    font-weight: 600;
    flex-shrink: 0;
}
#PluginAuthModal .plugin-auth-card.is-checked .plugin-auth-avatar{
    background: rgb(59,94,225);
    color: #fff;
}
#PluginAuthModal .plugin-auth-card-info{
    flex: 1;
    min-width: 0;
}
#PluginAuthModal .plugin-auth-card-info b{
    display: block;
    font-size: 14px;
    color: #333;
}
#PluginAuthModal .plugin-auth-card-info small{
    color: #999;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
#PluginAuthModal .plugin-auth-card-state{
    flex-shrink: 0;
    font-size: 12px;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 20px;
    color: #8a8f98;
    background: #eef0f3;
}
#PluginAuthModal .plugin-auth-card.is-checked .plugin-auth-card-state{
    color: #1f8f61;
    background: #e5f7ee;
}
#PluginAuthModal .plugin-auth-card .plugin-auth-remark{
    height: 34px;
    font-size: 12px;
}
#DomainAuthModal .domain-auth-inline-result{
    display:none;
    margin-top:12px;
    padding:10px 14px;
    border-radius:8px;
    font-size:13px;
    line-height:1.45;
}
#DomainAuthModal .domain-auth-list{
    border: 1px solid #dfe5f0;
    border-radius: 10px;
    height: min(38vh, 360px);
    min-height: 190px;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 4px 10px;
    background: #fff;
}
#DomainAuthModal .domain-auth-toolbar{
    display:flex;
    align-items:center;
    gap:7px;
    flex-wrap:wrap;
    margin-bottom:8px;
}
#DomainAuthModal .domain-auth-search-wrap{
    display:flex;
    align-items:center;
    flex:1 1 260px;
    height:38px;
    padding:0 10px;
    border:1px solid #dfe5f0;
    border-radius:8px;
    background:#fff;
}
#DomainAuthModal .domain-auth-search-wrap span{color:#98a2b3;font-size:18px;margin-right:7px}
#DomainAuthModal .domain-auth-search-wrap input{width:100%;border:0;outline:0;font-size:13px;background:transparent}
#DomainAuthModal .domain-auth-toolbar>button{height:36px;padding:0 11px;border:1px solid #dfe5f0;border-radius:8px;color:#526078;background:#fff;font-size:12px;cursor:pointer}
#DomainAuthModal .domain-auth-toolbar>button:hover,#DomainAuthModal .domain-auth-toolbar>button.active{color:#3157d5;border-color:#8da3dd;background:#eef3ff}
#DomainAuthModal #domainAuthVisibleCount{color:#3157d5}
#DomainAuthModal .domain-auth-empty{
    color: #999;
    padding: 14px 0;
    text-align: center;
}
#DomainAuthModal .domain-auth-item{
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 11px 10px;
    margin: 6px 0;
    border: 1px solid transparent;
    border-radius: 9px;
    cursor: pointer;
    transition: .15s;
}
#DomainAuthModal .domain-auth-item:last-child{
    border-bottom: 0;
}
#DomainAuthModal .domain-auth-item:hover{
    background: #f7f9fd;
}
#DomainAuthModal .domain-auth-item.is-checked{
    border-color: #5c7cfa;
    background: #eef3ff;
    box-shadow: 0 0 0 2px rgba(59,94,225,.08);
}
#DomainAuthModal .domain-auth-item.is-checked:after{
    content: '已选择';
    margin-left: 2px;
    padding: 2px 7px;
    border-radius: 999px;
    color: #fff;
    background: rgb(59,94,225);
    font-size: 10px;
    font-weight: 700;
}
#DomainAuthModal .domain-auth-item.is-full{
    color: #b0b3b8;
    cursor: not-allowed;
}
#DomainAuthModal .domain-auth-item .domain-auth-domain{
    margin: 3px 0 0;
    flex-shrink: 0;
}
#DomainAuthModal .domain-auth-item-info,
#DomainAuthModal .domain-auth-item-name{
    flex: 1;
    min-width: 0;
    word-break: break-all;
    font-size: 13px;
    color: #333;
}
#DomainAuthModal .domain-auth-item-title{
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
    line-height: 1.35;
}
#DomainAuthModal .domain-auth-item-title b{
    color: #2f3440;
    font-weight: 600;
}
#DomainAuthModal .domain-auth-item-title em{
    display: inline-flex;
    padding: 1px 6px;
    border-radius: 999px;
    color: #5b6b8c;
    background: #eef2fb;
    font-size: 11px;
    font-style: normal;
    white-space: nowrap;
}
#DomainAuthModal .domain-auth-item-url{
    display: block;
    margin-top: 3px;
    color: #344054;
    line-height: 1.45;
    word-break: break-all;
}
#DomainAuthModal .domain-auth-item.is-full .domain-auth-item-name{
    color: #b0b3b8;
}
#DomainAuthModal .domain-auth-item-count{
    font-size: 12px;
    color: #999;
    flex-shrink: 0;
    margin-top: 3px;
    white-space: nowrap;
}
#DomainAuthModal .domain-auth-selection-bar{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 10px 0 8px;
    padding: 9px 11px;
    border-radius: 8px;
    color: #526078;
    background: #f5f7fb;
    font-size: 12px;
}
#DomainAuthModal .domain-auth-selection-bar strong{color:rgb(59,94,225);font-size:14px}
#DomainAuthModal .domain-auth-clear-btn{border:0;background:transparent;color:#d92d20;font-size:12px;cursor:pointer;outline:none}
#DomainAuthModal .domain-auth-save-rule{display:flex;align-items:center;height:38px;padding:0 12px;border:1px solid #dfe5f0;border-radius:7px;color:#475467;background:#f8fafc;font-size:12px}
#DomainAuthModal #domainAuthSaveBtn.danger-btn{border-color:#d92d20;background:#d92d20;color:#fff;box-shadow:0 5px 12px rgba(217,45,32,.18)}
#DomainAuthModal .domain-auth-tip{
    color: #999;
    font-size: 12px;
    margin-top: 8px;
    line-height: 1.6;
}
#DomainAuthModal .domain-auth-quick{
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
#DomainAuthModal .domain-auth-quick-btn{
    border: 1px solid #e5e7eb;
    color: rgb(102,102,102);
    background: #fff;
    padding: 5px 14px;
    outline: none;
    border-radius: 20px;
    font-size: 13px;
    cursor: pointer;
    transition: .15s;
}
#DomainAuthModal .domain-auth-quick-btn:hover{
    color: rgb(59,94,225);
    border-color: rgba(59,94,225,0.4);
    background: rgba(59,94,225,0.06);
}
#DomainAuthModal .domain-auth-quick-btn.active{
    color: #fff;
    background: rgb(59,94,225);
    border-color: rgb(59,94,225);
}
#DomainAuthModal .domain-auth-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 14px;
}
#DomainAuthModal .domain-auth-field{
    margin-top: 14px;
}
#DomainAuthModal .domain-auth-grid .domain-auth-field{
    margin-top: 0;
}
#DomainAuthModal .domain-auth-field-full{
    grid-column: 1 / -1;
}
#DomainAuthModal .domain-auth-field label{
    display: block;
    font-size: 12px;
    color: #999;
    margin-bottom: 6px;
}
#DomainAuthModal .domain-auth-field .form-control{
    height: 38px;
}


/*返回上一页*/
#app .back-lastpage {
    border-radius: 10px;
	/*color: rgb(59,94,225);*/
	width: 38px;
	height: 33px;
	float: left;
	border-radius: 10px;
	font-size: 15px;
	transition: 0.2s;
	margin-right: 8px;
	background-color: rgba(238, 238, 238,0.7);
	background-repeat: no-repeat;
	background-image: url('../img/back-lastpage.png');
	background-size: 55%;
	background-position: center;
}

#app .form-control-group{
    width: 100%;
    display: flex;
    padding-bottom: 20px;
    margin-top: -10px;
}
#app .form-control-group .form-group{
    flex: 1;
    height: 40px;
    float: left;
    margin-right: 15px;
}
#app .form-control-group .form-group-right{
    flex: 1;
    height: 40px;
    float: right;
}
#app .hz-close{
	color: #f5225d;
}
#app .keng{
    text-align: center;
    font-size: 30px;
}
#app .table .caozuo{
	font-size: 13px;
	padding: 3px 6px;
	font-weight: bold;
	float: right;
	color: #666;
	background: #eee;
	border-radius: 5px;
	cursor: pointer;
}
#app .index{
	text-decoration: none;
	color: #3b5ee1;
}
.dropdown-td{
	text-align: right;
}
#app .dropbtn{
    background-color: #eee;
    color: #333;
    line-height: 23px;
    padding: 0 6px;
    font-size: 13px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
}
#app button{
	outline: none;
}
#app input{
	-webkit-box-shadow: 0 0 0 1000px white inset;
	font-size: 15px;
	margin-bottom: 10px;
}
#app input[type=checkbox],
#app input[type=radio]{
	-webkit-box-shadow: none;
	width: auto;
	height: auto;
	margin-bottom: 0;
	flex-shrink: 0;
}
#app select{
	-webkit-box-shadow: 0 0 0 1000px white inset;
	font-size: 15px;
	margin-bottom: 10px;
}

/*旧样式，针对Modal底部按钮区域*/
#app .modal-footer .footer-btn{
	width: 100%;
	height: 40px;
}
#app .modal-footer .footer-btn .faqnav{
	width: 50px;
	height: 50px;
	float: left;
}
#app .modal-footer .footer-btn .btnnav{
	width: calc(100% - 50px);
	float: right;
}

/*新样式，针对Modal底部按钮区域*/
#app .modal-footer .footer-click {
    width: 100%;
    display: flex;
}
#app .modal-footer .footer-click .click-left {
    width: 100px;
}
#app .modal-footer .footer-click .click-right {
    flex: 1;
}
#app .modal-footer .footer-click .click-right button {
    float: right;
}

/* faq 帮助入口：增大点击区域并提高对比度，避免浅色背景下看不清。 */
#app .faq{
    display:flex;
    float:left;
    width:32px;
    height:32px;
    align-items:center;
    justify-content:center;
    margin-top:7px;
    border:2px solid #fff;
    border-radius:50%;
    color:#fff;
    background:#3157d5;
    box-shadow:0 4px 12px rgba(49,87,213,.32);
    font-size:17px;
    font-weight:800;
    line-height:1;
    text-align:center;
    transition:transform .16s ease,box-shadow .16s ease,background .16s ease;
}
#app .faq:hover{
    background:#2346bd;
    box-shadow:0 6px 16px rgba(49,87,213,.4);
    transform:translateY(-1px);
}
#app .faq a{
    display:flex;
    width:100%;
    height:100%;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    color:#fff;
    text-decoration:none;
}
#app .modal-body .text{
    font-size: 15px;
    color: #999;
    display: block;
    margin:15px auto 5px;
    width: 100%;
    height: 20px;
}
#app .modal-footer .footer-btn .default-btn{
	float: right;
}
#app .modal-footer .footer-btn .tint-btn{
	float: right;
}
#app .result{
	width: 94%;
	margin: 0 auto 15px;
}
#app .result .success{
	border-radius: 8px;
	padding: 10px 15px;
	background: rgba(0,11,172,0.1);
	color: rgb(0,11,172);
	display: none;
	font-size: 15px;
}
#app .result .error{
	border-radius: 8px;
	padding: 10px 15px;
	background: rgba(244,97,92,0.08);
	color: rgb(244,97,92);
	display: none;
	font-size: 15px;
}
#app .data-card .loading{
	text-align: center;
	margin-top: 50px;
	font-size: 16px;
	color: #999;
}
#app .data-card .loading img{
	width: 60px;
	height: 60px;
	margin-bottom: 15px;
}

#qunQrcodeListModal table{
	text-align: center;
	font-size: 14px;
	color: #999;
}
#qunQrcodeListModal table img{
	width: 60px;
	height: 60px;
	margin-bottom: 15px;
}
table th,tr,td {
    text-align: center;
    vertical-align: middle!important;
}
table tr:hover {
    background: #f8f8f8;
}

#app .data-card .loading .noData{
	width: 280px;
	height: 150px;
	display: block;
	margin: 15px auto 0;
}
#app .data-card .loading .noDataText{
	font-size: 15px;
	color: #999;
}
.no_limit {
    width: 100%;
    height: 700px;
    line-height: 700px;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    font-size: 20px;
}

/*并流管理的noData*/
#bingliuModal .bingliuList .noData{
	width: 280px;
	height: 150px;
	display: block;
	margin: 15px auto 0;
}
#bingliuModal .bingliuList .noDataText{
	font-size: 15px;
	color: #999;
	text-align: center;
	margin-bottom: 20px;
}

#taokouling{
    height: 50px;
    border:1px solid rgba(0,11,172);
}

#right .data-content .initialize_index{
	text-align: center;
	margin-top: 50px;
	font-size: 17px;
	color: #999;
}
#right .data-content .initialize_index img{
	width: 80px;
	height: 80px;
	margin-bottom: 20px;
}

#app .dropdown .dropdown-btn{
    border:none;
    outline: none;
    border-radius: 5px;
    font-size: 8px;
    background: #eee;
    color: #666;
    padding:2px 4px;
}
#app .dropdown .dropdown-menu{
    background: #fff;
    border: none;
    min-width:90px;
    box-shadow: 0 0 5px #ddd;
    text-align: center;
    font-size: 15px;
}
#app .dropdown .dropdown-menu .dropdown-item:hover{
    background: #f8f9fa;
    color: #666;
    cursor: pointer;
}
#app .dropdown .dropdown-menu .dropdown-item:active{
    background: #f8f9fa;
    color: #666;
}

#app{
	width: 100%;
	margin:0 auto;
}
#app .left{
	width: 230px;
	height: 100%;
	background: #fff;
	position: fixed;
	left: 0;
	bottom: 0;
	box-shadow: 0px 3px 8px #eee;
}
#app .left .dhview{
	width: 190px;
	margin: 30px auto;
}
#app .left .dhview .logo{
	width: 190px;
	height: 55px;
	margin-bottom: 30px;
	background-image: url('../img/index_logo.png?v=20260813-brand4');
	background-position: center;
	background-size: 90%;
	background-repeat: no-repeat;
}
#app .left .dhview ul li{
	width: 190px;
	height: 40px;
	line-height: 40px;
	list-style: none;
	text-indent: 8px;
	font-size: 16px;
	margin-bottom: 6px;
	transition: 0.3s;
}
#app .left .dhview ul li:hover{
	cursor: pointer;
	transition: 0.3s;
	background: #f6f6f6;
	border-radius: 8px;
}
#app .left .dhview a{
	display: block;
	text-decoration: none;
	color: #000;
}
.nav-li {
    display: flex;
}
.icon {
    width: 22px;
    height: 22px;
    display: inline-block;
    margin: 10px 0 0 15px;
}
.nav-text {
    flex: 1;
}
#app .left .dhview a:hover{
	color: rgb(59,94,225);
}
#app .left .dhview .member-nav-li .nav-text::after {
    content: 'VIP';
    display: inline-block;
    margin-left: 6px;
    padding: 1px 5px;
    border-radius: 999px;
    font-size: 10px;
    line-height: 14px;
    color: #7a4b00;
    background: linear-gradient(135deg,#fff8da,#ffd75e);
    vertical-align: 1px;
}
#app .left .dhview .selected .member-nav-li,
#app .left .dhview a:hover .member-nav-li {
    color: #7a4b00;
    background: linear-gradient(135deg, rgba(255,242,191,0.9), rgba(255,215,106,0.45));
    border-radius: 8px;
}
#app .upload_file{
    margin-top: 40px;
}

/*图标-亮色主题*/
.i-data {
    background: url('../img/icon/light-theme/data.png')no-repeat;
    background-size: 86%;
    background-position: center;
    opacity: 0.7;
}
.i-hm {
    background: url('../img/icon/light-theme/hm.png')no-repeat;
    background-size: 86%;
    background-position: center;
    opacity: 0.7;
}
.i-dwz {
    background: url('../img/icon/light-theme/dwz.png')no-repeat;
    background-size: 86%;
    background-position: center;
    opacity: 0.7;
}
.i-tbk {
    background: url('../img/icon/light-theme/tbk.png')no-repeat;
    background-size: 86%;
    background-position: center;
    opacity: 0.7;
}
.i-share {
    background: url('../img/icon/light-theme/share.png')no-repeat;
    background-size: 86%;
    background-position: center;
    opacity: 0.7;
}
.i-plugin {
    background: url('../img/icon/light-theme/plugin.png')no-repeat;
    background-size: 86%;
    background-position: center;
    opacity: 0.7;
}
.i-kami {
    background: url('../img/icon/light-theme/kami.png')no-repeat;
    background-size: 86%;
    background-position: center;
    opacity: 0.7;
}
.i-config {
    background: url('../img/icon/light-theme/config.png')no-repeat;
    background-size: 86%;
    background-position: center;
    opacity: 0.7;
}
.i-sucai {
    background: url('../img/icon/light-theme/sucai.png')no-repeat;
    background-size: 86%;
    background-position: center;
    opacity: 0.7;
}
.i-account {
    background: url('../img/icon/light-theme/account.png')no-repeat;
    background-size: 86%;
    background-position: center;
    opacity: 0.7;
}
.i-add {
    background: url('../img/icon/light-theme/add.png')no-repeat;
    background-size: 86%;
    background-position: center;
    opacity: 0.7;
}

/*图标-深色主题*/
.i-data-dark {
    background: url('../img/icon/dark-theme/data-dark-theme.png')no-repeat;
    background-size: 86%;
    background-position: center;
}
.i-hm-dark {
    background: url('../img/icon/dark-theme/hm-dark-theme.png')no-repeat;
    background-size: 86%;
    background-position: center;
}
.i-dwz-dark {
    background: url('../img/icon/dark-theme/dwz-dark-theme.png')no-repeat;
    background-size: 86%;
    background-position: center;
}
.i-tbk-dark {
    background: url('../img/icon/dark-theme/tbk-dark-theme.png')no-repeat;
    background-size: 86%;
    background-position: center;
}
.i-share-dark {
    background: url('../img/icon/dark-theme/share-dark-theme.png')no-repeat;
    background-size: 86%;
    background-position: center;
}
.i-plugin-dark {
    background: url('../img/icon/dark-theme/plugin-dark-theme.png')no-repeat;
    background-size: 86%;
    background-position: center;
}
.i-kami-dark {
    background: url('../img/icon/dark-theme/kami-dark-theme.png')no-repeat;
    background-size: 86%;
    background-position: center;
}
.i-config-dark {
    background: url('../img/icon/dark-theme/config-dark-theme.png')no-repeat;
    background-size: 86%;
    background-position: center;
}
.i-sucai-dark {
    background: url('../img/icon/dark-theme/sucai-dark-theme.png')no-repeat;
    background-size: 86%;
    background-position: center;
}
.i-account-dark {
    background: url('../img/icon/dark-theme/account-dark-theme.png')no-repeat;
    background-size: 86%;
    background-position: center;
}
.i-add-dark {
    background: url('../img/icon/dark-theme/add-dark-theme.png')no-repeat;
    background-size: 86%;
    background-position: center;
}

/*左侧导航已选样式-旧*/
#app .left .dhview .selected{
    /*font-weight: bold;*/
    border-radius: 8px;
    color: rgb(59,94,225);
    background: rgba(59,94,225,0.08);
    display: block;
    text-decoration: none;
}

#app .left .account{
	width: 196px;
	margin: 0 auto;
	background: transparent;
	border-radius: 0;
	text-align: center;
	font-size: 15px;
	position: absolute;
	bottom: 34px;
	padding: 0;
}
#app .left .account .account-card{
    --account-accent: var(--ylb-brand,#3157d5);
    --account-accent-soft: var(--ylb-brand-soft,#edf2ff);
    --account-accent-rgb: 49,87,213;
    width: 184px;
    margin: 0 auto 8px;
    position: relative;
    border: 1px solid rgba(49,87,213,.14);
    border-radius: 16px;
    padding: 12px;
    text-align: left;
    box-sizing: border-box;
    background: linear-gradient(180deg,#fff 0%,#fbfdff 100%);
    color: var(--ylb-text,#475467);
    box-shadow: 0 12px 28px rgba(29,45,82,.10);
    overflow: hidden;
}
#app .left .account .account-card:after{
    content: '';
    position: absolute;
    right: -30px;
    top: -30px;
    width: 78px;
    height: 78px;
    border-radius: 50%;
    background: radial-gradient(circle,rgba(var(--account-accent-rgb),.14),rgba(var(--account-accent-rgb),0) 68%);
    pointer-events: none;
}
#app .left .account .account-card:before{
    content: '';
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 8px;
    height: 4px;
    border-radius: 999px;
    background: rgba(49,87,213,.10);
}
#app .left .account .account-card.vip{
    --account-accent: #f59e0b;
    --account-accent-soft: #fff7e8;
    --account-accent-rgb: 245,158,11;
    border-color: rgba(245,158,11,.22);
}
#app .left .account .account-card.admin{
    --account-accent: var(--ylb-brand,#3157d5);
    --account-accent-soft: var(--ylb-brand-soft,#edf2ff);
    --account-accent-rgb: 49,87,213;
}
#app .left .account .account-card-head{
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 36px minmax(0,1fr);
    gap: 9px;
    min-width: 0;
    padding-right: 0;
}
#app .left .account .account-vip-icon{
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 14px;
    color: #fff;
    background: linear-gradient(135deg,var(--account-accent),#5b74f5);
    font-size: 12px;
    font-weight: 900;
    flex-shrink: 0;
    letter-spacing: -.2px;
    box-shadow: 0 9px 18px rgba(var(--account-accent-rgb),.28);
}
#app .left .account .account-card.admin .account-vip-icon{
    font-size: 16px;
}
#app .left .account .account-card.vip .account-vip-icon{
    background: linear-gradient(135deg,#f59e0b,#ffbf4d);
    box-shadow: 0 9px 18px rgba(245,158,11,.28);
}
#app .left .account .account-level{
    min-width: 0;
    padding-top: 1px;
}
#app .left .account .account-level b,
#app .left .account .account-level span{
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#app .left .account .account-level b{
    color: var(--ylb-ink,#172033);
    font-size: 15px;
    line-height: 19px;
    font-weight: 850;
}
#app .left .account .account-level span{
    margin-top: 2px;
    color: var(--ylb-muted,#7c879b);
    font-size: 12px;
}
#app .left .account .account-state-pill{
    grid-column: 1 / -1;
    justify-self: start;
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    height: 22px;
    margin-top: 7px;
    padding: 0 8px;
    border-radius: 999px;
    color: var(--account-accent);
    background: var(--account-accent-soft);
    font-size: 11px;
    font-weight: 800;
    white-space: nowrap;
}
#app .left .account .account-state-pill:before{
    content: '';
    width: 6px;
    height: 6px;
    margin-right: 5px;
    border-radius: 50%;
    background: var(--account-accent);
}
#app .left .account .account-user-row{
    position: relative;
    z-index: 1;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    padding: 8px 0 0;
    border-top: 1px dashed #e8edf5;
    font-size: 13px;
}
#app .left .account .account-user-row span{
    flex: 1;
    min-width: 0;
    color: #526075;
    font-weight: 650;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#app .left .account .account-user-row em{
    flex: 0 0 auto;
    padding: 4px 8px;
    border-radius: 999px;
    color: #64748b;
    background: #f5f7fb;
    font-size: 12px;
    font-style: normal;
    cursor: pointer;
    transition: .16s;
}
#app .left .account .account-user-row em:hover{
    color: #fff;
    background: var(--account-accent);
}
#app .left .account .account-status{
    position: relative;
    z-index: 1;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 8px 10px;
    border: 1px solid rgba(var(--account-accent-rgb),.16);
    border-radius: 10px;
    background: var(--account-accent-soft);
    font-size: 11px;
    line-height: 15px;
}
#app .left .account .account-card.admin .account-status,
#app .left .account .account-card.vip .account-status{
    border-color: rgba(var(--account-accent-rgb),.18);
    background: var(--account-accent-soft);
}
#app .left .account .account-card.normal .account-status{
    border-color: rgba(49,87,213,.10);
    background: #f5f7fb;
}
#app .left .account .account-status span{
    display: block;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#app .left .account .account-status-left{
    color: var(--account-accent);
    font-weight: 850;
}
#app .left .account .account-status-right{
    color: var(--ylb-muted,#7c879b);
}
#app .left .account .account-status.single{
    justify-content: center;
    color: var(--account-accent);
    background: var(--account-accent-soft);
}
#app .left .account .account-progress-meta{
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    color: #98a2b3;
    font-size: 10px;
}
#app .left .account .account-progress-meta b{
    color: var(--account-accent);
    font-size: 10px;
}
#app .left .account .account-progress{
    position: relative;
    z-index: 1;
    height: 5px;
    margin-top: 5px;
    border-radius: 999px;
    background: #edf1f7;
    overflow: hidden;
}
#app .left .account .account-progress i{
    display: block;
    height: 100%;
    width: var(--progress, 30%);
    border-radius: 999px;
    background: linear-gradient(90deg,var(--account-accent),#6f8cff);
}
#app .left .account .account-card.vip .account-progress i{
    background: linear-gradient(90deg,#f59e0b,#f97316);
}
#app .left .account .version{
    color: #98a2b3;
    margin-top: 7px;
    font-size: 12px;
    line-height: 1.4;
}
#app .left .account .user_name{
	text-decoration: none;
	color: #666;
	padding-bottom: 2px;
}
#app .left .account .user_name .exitLogin {
    cursor: pointer;
    font-size: 14px;
}
#topAlert{
    position:fixed;
    top:0;left:0;right:0;
    width:300px;height:40px;
    background:#ccc;
    margin:0 auto;
    color: rgb(59,94,225); 
    background: rgba(59,94,225,0.1);
    display:none;
    text-align: center;
    line-height: 40px;
}

/*右侧布局*/
#right{
    height: 100%;
    margin-left: 280px;
    margin-bottom: 100px;
}
#right h4{
	color: #333;
	margin-top: 40px;
}
#right h3{
	color: #333;
	font-size: 23px;
	margin-top: 40px;
}
#right .data-card{
	width: calc(100% - 60px);
	background: #fff;
	border-radius: 12px;
	padding: 20px 0;
	margin: 15px 0 0 0;
	box-shadow: 0px 3px 8px #eee;
}

#right .data-card .data-chart .warnPage{
    width: calc(100% - 60px);
    height: 320px;
	background: #fff;
	border-radius: 15px;
	padding: 20px 0;
	margin: 0 0;
	box-shadow: 0px 3px 8px #eee;
}

#right .data-card .data-chart .warnPage img{
    width: 280px;
    height: 150px;
    display: block;
    margin: 30px auto 10px;
}

#right .data-card .data-chart .warnText{
    text-align: center;
    font-size: 15px;
    color: #999;
}

#right .data-card .data-chart .errorPage{
    width: calc(100% - 60px);
    height: 230px;
	background: #fff;
	border-radius: 15px;
	padding: 20px 0;
	margin: 0 0;
	box-shadow: 0px 3px 8px #eee;
}

#right .data-card .data-chart .errorPage img{
    width: 60px;
    height: 60px;
    display: block;
    margin: 30px auto 0;
}

#right .data-card .data-chart .errorText{
    text-align: center;
    font-size: 15px;
    color: #FA5151;
}

#right .data-card .button-view{
	width: 96%;
	margin: 0 auto;
}
#right .mianbaoxie_a{
    text-decoration: none;
    color: #333;
}

#right .data-card .button-view .flex-button-view {
    width: 100%;
    display: flex;
}
#right .data-card .button-view .button-daohang{
	flex: 1;
}
#right .data-card .button-view .button-gongneng{
	flex: 1;
}
#right .data-card .button-view .button-gongneng .tint-btn{
	float: right;
	margin-left: 10px;
}

/*默认按钮样式*/
#app .default-btn{
	border: none;
    color: #fff;
    background: rgb(59,94,225);
	padding: 6px 15px;
	outline: none;
	border-radius: 8px;
	font-size: 14px;
}
/*鼠标移动到默认按钮样式*/
#app .default-btn:hover{
	background: #1f48de;
}
/*浅色按钮样式*/
#app .tint-btn{
	border: none;
	color: rgb(102,102,102);
    background: rgba(238, 238, 238,0.7);
	padding: 6px 15px;
	outline: none;
	border-radius: 10px;
	font-size: 14px;
	transition: 0.1s;
}
/*鼠标移动到浅色按钮样式*/
#app .tint-btn:hover{
	color: #fff;
    background: rgb(59,94,225);
    transition: 0.1s;
}
/*红色按钮样式*/
#app .red-btn{
	border: none;
    color: #fff;
    background: #FA5151;
	padding: 8px 11px;
	outline: none;
	border-radius: 8px;
	font-size: 15px;
}

#right .data-card .data-list{
	width: 96%;
	margin:18px auto 0;
	font-size: 15px;
	overflow: auto; /*2025新增优化*/
}
#right .data-card .data-list thead{
	white-space: nowrap; /*2025新增优化，确保所有的th文字保持不换行*/
}
#right .data-list tbody{
    color: #555;
    font-size: 15px;
}
#right .data-list tbody .qc_Color{
    color: #3B5EE1;
}
#right .data-card .data-list .switch-on{
    width: 35px;
    height: 20px;
    background: rgb(59,94,225);
    display: block;
    border-radius: 100px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    margin: 0 auto;
}
#right .data-card .data-list .switch-on .press{
    width: 16px;
    height: 16px;
    margin:2px 0 0 2px;
    background: #fff;
    display: block;
    border-radius: 100px;
    position: absolute;
    right: 2px;
}
#right .data-card .data-list .switch-off{
    width: 35px;
    height: 20px;
    background: #ddd;
    display: block;
    border-radius: 100px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    margin: 0 auto;
}
#right .data-card .data-list .switch-off .press{
    width: 16px;
    height: 16px;
    margin:2px 0 0 2px;
    background: #fff;
    display: block;
    border-radius: 100px;
    position: absolute;
    left: 1px;
}
#right .data-card .data-list .status_close{
    color: rgb(244,97,92);
}

/*并流管理状态开关*/
#bingliuModal .bingliuList .switch-on{
    width: 35px;
    height: 20px;
    background: rgb(59,94,225);
    display: block;
    border-radius: 100px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}
#bingliuModal .bingliuList .switch-on .press{
    width: 16px;
    height: 16px;
    margin:2px 0 0 2px;
    background: #fff;
    display: block;
    border-radius: 100px;
    position: absolute;
    right: 2px;
}
#bingliuModal .bingliuList .switch-off{
    width: 35px;
    height: 20px;
    background: #ddd;
    display: block;
    border-radius: 100px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}
#bingliuModal .bingliuList .switch-off .press{
    width: 16px;
    height: 16px;
    margin:2px 0 0 2px;
    background: #fff;
    display: block;
    border-radius: 100px;
    position: absolute;
    left: 1px;
}
#bingliuModal .bingliuList .status_close{
    color: rgb(244,97,92);
}
#bingliuModal .bingliuList .delBingliu{
    color: #666;
    text-align: right;
    cursor: pointer;
}

/*并流列表错误处理*/
#bingliuModal .bingliuList .errorIMG {
    width: 85px;
    height: 85px;
    display: block;
    margin: 30px auto 0;
}
#bingliuModal .bingliuList .errorTEXT {
    text-align: center;
    font-size: 15px;
    width: 450px;
    margin: 0 auto;
    color: #FA5151;
}
#bingliuModal .bingliuList .errorA {
    text-align: center;
    font-size: 15px;
    display: block;
    margin-bottom: 25px;
}

#right .fenye{
	width: 96%;
	height: 30px;
	display: none;
	margin:10px auto 0;
}
#right .fenye ul li{
	float: left;
	margin-right: 8px;
	font-size: 14px;
	list-style: none;
	border-radius: 5px;
	cursor: pointer;
	display: block;
}
#right .fenye ul li button{
	width: 28px;
	height: 28px;
	display: block;
	border:none;
	outline: none;
	background: rgba(120,148,225,0.1);
	color: #3b5ee1;
	border-radius: 5px;
}
#right .fenye ul li button img{
    width: 18px;
    height: 18px;
    margin:5px 5px;
    opacity: 0.7;
}

/*上传控件*/
#app .modal-body .upload_qrcode{
    width: 90px;
    height: 90px;
    border-radius: 10px;
    margin:20px auto 10px;
    border:1.5px dashed #999;
    box-sizing: box-sizing;
    background: #fbfafa;
    position: relative;
}
#app .modal-body .upload_qrcode:hover{
    cursor: pointer;
}
#app .modal-body .upload_qrcode .upload_icon{
    width: 30px;
    height: 30px;
    margin:30px 30px;
}
#app .modal-body .upload_text{
    text-align: center;
    font-size: 15px;
    color: #999;
}
#app .modal-body .file_input{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

/*上传后的二维码图片预览*/
#app .modal-body .qrcode_preview{
    width: 180px;
    margin: 30px auto;
    display: none;
    text-align: center;
}
#app .modal-body .qrcode_preview .uploadSuccess{
    font-size: 15px;
    color: #999;
    height: 35px;
    line-height: 35px;
}
#app .modal-body .qrcode_preview .newUpload{
    font-size: 15px;
    color: #999;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
}
#app .modal-body .qrcode_preview .qrcode{
    width: 120px;
    border: 1px dashed #ddd;
    box-sizing: border-box;
    padding: 10px 10px;
}
#app .modal-body .qrcode_preview .uploadSuccess_Reupload{
    width: 100px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #333;
    background: #eee;
    cursor: pointer;
    font-size: 14px;
    border-radius: 8px;
    margin:10px auto 0;
}

/*删除按钮居中*/
#delQunModal .modal-footer button{
    display: block;
    margin:0 auto;
}
#delQunQrcodeModal .modal-footer button{
    display: block;
    margin:0 auto;
}
#delKfModal .modal-footer button{
    display: block;
    margin:0 auto;
}
#DelKfQrcode .modal-footer button{
    display: block;
    margin:0 auto;
}
#DelChannelHm .modal-footer button{
    display: block;
    margin:0 auto;
}
#DelUserModal .modal-footer button{
    display: block;
    margin:0 auto;
}
#CleanAllChannelData .modal-footer button{
    display: block;
    margin:0 auto;
}
#DelDwzModal .modal-footer button{
    display: block;
    margin:0 auto;
}
#DelApiKeyModal .modal-footer button{
    display: block;
    margin:0 auto;
}
#DelZjyModal .modal-footer button{
    display: block;
    margin:0 auto;
}
#DelshareCardModal .modal-footer button{
    display: block;
    margin:0 auto;
}
#delMultiSPAModal .modal-footer button{
    display: block;
    margin:0 auto;
}
#delKamiProjectModal .modal-footer button{
    display: block;
    margin:0 auto;
}
#delKmModal .modal-footer button{
    display: block;
    margin:0 auto;
}
#cleanKmModal .modal-footer button{
    display: block;
    margin:0 auto;
}

/*针对删除询问Modal的删除按钮居中问题，这里写了一个全局CSS，以后加一个center-btn类就可以居中了*/
#app .center-btn{
    display: block;
    margin: 0 auto;
}

#scanTips {
    text-align: center;
    font-size: 15px;
    color: #666;
    margin-top: 20px;
}

.yiwen {
    cursor:pointer;
    padding:0 5px;
    background:#eee;
    color:#999;
    font-size:12px;
    border-radius:100px;
    margin-left: 5px;
}

/*群活码、群二维码*/
#qunQrcodeListModal .modal-body .btn-view{
    width: 100%;
    margin:0 auto;
}
#qunQrcodeListModal .modal-body .btn-view .upload-Btn-Group{
    width: 285px;
    height: 40px;
    display: block;
    margin: 10px auto 20px;
}
#qunQrcodeListModal .modal-body .btn-view .upload-Btn-Group .local{
    width: 120px;
    float: left;
}
#qunQrcodeListModal .modal-body .btn-view .upload-Btn-Group .sucaiku{
    width: 150px;
    float: right;
}
#qunQrcodeListModal .modal-body .sucaiku{
    display: block;
    position: relative;
}
#bingliuModal .bingliuList .table {
    font-size: 15px;
}
#bingliuModal .bingliuList .table th{
    color: #999;
}

/*从素材库选择素材-素材列表样式*/
#suCaiKu .modal-body {
	padding: 20px 40px;
}
#suCaiKu .sucai-view {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-top: 30px;
	border-top: 1px solid #eee;
	padding-top: 20px;
}
#suCaiKu .sucai_msg {
	width: calc(16.666% - 10px);
	margin: 5px;
	background-color: #f2f2f2;
	border-radius: 8px;
	border: 1px solid #eee;
	box-sizing: border-box;
	transition: 0.2s;
}
#suCaiKu .sucai_msg:hover {
	border: 1px solid #3B5EE1;
	box-sizing: border-box;
	transition: 0.2s;
	cursor: pointer;
}
#suCaiKu .sucai_cover {
	position: relative;
	padding-top: 100%;
}
#suCaiKu .sucai_cover img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px 8px 0 0;
}
#suCaiKu .sucai_name {
    padding: 5px 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
	text-align: center;
	font-size: 14px;
	color: #333;
}

/*从素材库选择素材加载错误的提示*/
#suCaiKu .modal-body .sucai-view .loading{
	text-align: center;
	margin: 0 auto;
	font-size: 17px;
	color: #999;
}
#suCaiKu .modal-body .sucai-view .loading img{
	width: 180px;
	height: 100px;
	margin-bottom: 20px;
	margin:20px auto;
}
#suCaiKu .modal-body .sucai-view .loading p{
    font-size: 15px;
}

#suCaiKu .modal-body .upload_sucai_button{
    display: block;
    position: relative;
    margin:20px auto;
}
#suCaiKu .modal-body .upload_sucai_button .upload_sucai{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
#suCaiKu .modal-body .fenye{
    width: 150px;
    height: 40px;
    margin: 10px auto;
}
#suCaiKu .fenye{
	width: 96%;
	height: 30px;
	display: none;
	margin:10px auto 0;
}
#suCaiKu .fenye ul li{
	float: left;
	margin-right: 8px;
	font-size: 14px;
	list-style: none;
	border-radius: 5px;
	cursor: pointer;
	display: block;
}
#suCaiKu .fenye ul li button{
	width: 28px;
	height: 28px;
	display: block;
	border:none;
	outline: none;
	background: rgba(120,148,225,0.1);
	color: #3b5ee1;
	border-radius: 5px;
}
#suCaiKu .fenye ul li button img{
    width: 18px;
    height: 18px;
    margin:5px 5px;
    opacity: 0.7;
}

/*添加并流表单*/
#bingliuModal .addBingliuForm {
    display: flex;
    width: 80%;
    height: 40px;
    margin: 20px auto 25px;
}
#bingliuModal .addBingliuForm input {
    flex: 1;
    margin-right: 10px;
}
#bingliuModal .addBingliuForm button {
    width: 100px;
    height: 37px;
}
#bingliuModal .bingliuList .noData-view {
    width: 100%;
    margin: 20px auto 0;
    display: none;
}

/*并流分页组件*/
#bingliuModal .bingliuList .fenye{
	width: 100%;
	height: 30px;
	margin: 10px auto 20px;
}
#bingliuModal .bingliuList .fenye ul li{
	float: left;
	margin-right: 8px;
	font-size: 14px;
	list-style: none;
	border-radius: 5px;
	cursor: pointer;
	display: block;
}
#bingliuModal .bingliuList .fenye ul li button{
	width: 28px;
	height: 28px;
	display: block;
	border:none;
	outline: none;
	background: rgba(120,148,225,0.1);
	color: #3b5ee1;
	border-radius: 5px;
}
#bingliuModal .bingliuList .fenye ul li button img{
    width: 18px;
    height: 18px;
    margin:5px 5px;
    opacity: 0.7;
}

/*本地上传群二维码*/
#qunQrcodeListModal .modal-body .local{
    position: relative;
}

#qunQrcodeListModal .modal-body .local .fileSelectBtn{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

/*从素材库选择群二维码*/
#qunQrcodeListModal .modal-body .sucaiku .fileSelectBtn{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#qunQrcodeListModal .modal-body .qunQrcodeList thead{
    font-size: 15px;
}

#qunQrcodeListModal .modal-body .qunQrcodeList tbody{
    color:#555;
}

#qunQrcodeListModal .result{
	width: 96%;
	margin:0 auto 15px;
}

/*微信群二维码列表loading*/
#qunQrcodeListModal .loading{
	text-align: center;
	margin-top: 40px;
	font-size: 17px;
	color: #999;
}

#qunQrcodeListModal .loading img{
	width: 180px;
	height: 100px;
	margin-bottom: 20px;
	margin:20px auto;
}

#qunQrcodeListModal .loading p{
    font-size: 15px;
}

/*微信二维码列表loading*/
#kfQrcodeListModal .loading{
	text-align: center;
	margin-top: 40px;
	font-size: 17px;
	color: #999;
}

#kfQrcodeListModal .loading img{
	width: 180px;
	height: 100px;
	margin-bottom: 20px;
	margin:20px auto;
}

#kfQrcodeListModal .loading p{
    font-size: 15px;
}

/*从素材库选择loading*/
#suCaiKu .loading{
	text-align: center;
	margin-top: 40px;
	font-size: 17px;
	color: #999;
}

#suCaiKu .loading img{
	width: 180px;
	height: 100px;
	margin-bottom: 20px;
	margin:20px auto;
}

#suCaiKu .loading p{
    font-size: 15px;
}

#qunQrcodeListModal .modal-body .qunQrcodeList .switch-on{
    width: 35px;
    height: 20px;
    background: rgb(59,94,225);
    display: block;
    border-radius: 100px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    margin: auto;
}

#qunQrcodeListModal .modal-body .qunQrcodeList .switch-on .press{
    width: 16px;
    height: 16px;
    margin: 2px 0 0 2px;
    background: #fff;
    display: block;
    border-radius: 100px;
    position: absolute;
    right: 2px;
}

#qunQrcodeListModal .modal-body .qunQrcodeList .switch-off{
    width: 35px;
    height: 20px;
    background: #ddd;
    display: block;
    border-radius: 100px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    margin: auto;
}

#qunQrcodeListModal .modal-body .qunQrcodeList .switch-off .press{
    width: 16px;
    height: 16px;
    margin: 2px 0 0 2px;
    background: #fff;
    display: block;
    border-radius: 100px;
    position: absolute;
    left: 1px;
}

#qunQrcodeListModal .status_close{
    color: rgb(244,97,92);
}

#editQunModal .reUpload{
    width: 120px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #333;
    background: #eee;
    cursor: pointer;
    font-size: 14px;
    border-radius: 8px;
    margin:15px auto 0;
}

#editQunModal .selectFromSCK{
    width: 100px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #333;
    background: #eee;
    cursor: pointer;
    font-size: 14px;
    border-radius: 8px;
    margin:10px auto 0;
}

#editQunQrcodeModal .reUpload{
    width: 80px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #333;
    background: #eee;
    cursor: pointer;
    font-size: 14px;
    border-radius: 8px;
    margin:15px auto 0;
}

#editQunQrcodeModal .selectFromSCK{
    width: 100px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #333;
    background: #eee;
    cursor: pointer;
    font-size: 14px;
    border-radius: 8px;
    margin:10px auto 0;
}

#EditKfQrcodeModal .reUpload{
    width: 100px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    color: #666;
    background: #eee;
    cursor: pointer;
    font-size: 14px;
    border-radius: 9px;
    margin: 15px auto 0;
}

#EditKfQrcodeModal .selectFromSCK{
    width: 120px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    color: #666;
    background: #eee;
    cursor: pointer;
    font-size: 14px;
    border-radius: 9px;
    margin: 10px auto 0;
}

/*shareQunModal*/
#shareQunModal .modal-body .box{
    width: 95%;
    margin:0 auto;
}
#shareQunModal .modal-body .box .longUrl{
    width: 100%;
    margin:0 auto;
    padding:15px 15px;
    font-size: 15px;
    color: #333;
    overflow: hidden;
    word-wrap: break-word;
    background: #f6f6f6;
    border-radius: 10px;
}
#shareQunModal .modal-body .box .longUrl .text{
    display: block;
    height:20px;
    margin:0 0 0 0;
}
#shareQunModal .modal-body .box .shortUrl{
    width: 100%;
    margin:0 auto;
    padding:15px 15px;
    font-size: 15px;
    color: #333;
    overflow: hidden;
    word-wrap: break-word;
    background: #f6f6f6;
    border-radius: 10px;
    margin-top: 10px;
}
#shareQunModal .modal-body .box .shortUrl .text{
    display: block;
    height:20px;
    margin:0 0 0 0;
}
#shareQunModal .modal-body .box .Qrcode{
    width: 200px;
    height: 200px;
    margin:20px auto 10px;
}
#shareQunModal .modal-body .box .Qrcode img{
    width: 200px;
    height: 200px;
}
#shareQunModal .modal-footer button{
    display: block;
    margin: 10px auto 0;
}

/*shareChannelHm*/
#shareChannelHm .modal-body .box{
    width: 95%;
    margin:0 auto;
}
#shareChannelHm .modal-body .box .longUrl{
    width: 100%;
    margin:0 auto;
    padding:15px 15px;
    font-size: 15px;
    color: #333;
    overflow: hidden;
    word-wrap: break-word;
    background: #f6f6f6;
    border-radius: 10px;
}
#shareChannelHm .modal-body .box .longUrl .text{
    display: block;
    height:20px;
    margin:0 0 0 0;
}
#shareChannelHm .modal-body .box .shortUrl{
    width: 100%;
    margin:0 auto;
    padding:15px 15px;
    font-size: 15px;
    color: #333;
    overflow: hidden;
    word-wrap: break-word;
    background: #f6f6f6;
    border-radius: 10px;
    margin-top: 10px;
}
#shareChannelHm .modal-body .box .shortUrl .text{
    display: block;
    height:20px;
    margin:0 0 0 0;
}
#shareChannelHm .modal-body .box .Qrcode{
    width: 200px;
    height: 200px;
    margin:20px auto 10px;
}
#shareChannelHm .modal-body .box .Qrcode img{
    width: 200px;
    height: 200px;
}
#shareChannelHm .modal-footer button{
    display: block;
    margin: 10px auto 0;
}
.device_pv {
    font-size: 14px;
    color: #666;
    line-height: 10px;
}

/*客服码、客服二维码*/
#kfQrcodeListModal .modal-body .btn-view{
    width: 100%;
    margin: 0 auto;
}

#kfQrcodeListModal .modal-body .btn-view .upload-Btn-Group{
    width: 270px;
    height: 34px;
    display: block;
    margin: 20px auto 25px;
}
#kfQrcodeListModal .modal-body .btn-view .upload-Btn-Group .local{
    /*width: 120px;*/
    float: left;
}
#kfQrcodeListModal .modal-body .btn-view .upload-Btn-Group .sucaiku{
    /*width: 120px;*/
    float: right;
}
#kfQrcodeListModal .modal-body .local{
    display: block;
    position: relative;
}
#kfQrcodeListModal .modal-body .sucaiku{
    display: block;
    position: relative;
}

#kfQrcodeListModal .modal-body .btn-view .upload-Btn-Group .fileSelectBtn{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
#kfQrcodeListModal .modal-body .kfQrcodeList thead{
    font-size: 15px;
}
#kfQrcodeListModal .modal-body .kfQrcodeList tbody{
    color:#555;
}
#kfQrcodeListModal .result{
	width: 96%;
	margin:0 auto 15px;
}
#kfQrcodeListModal .loading{
	text-align: center;
	margin-top: 40px;
	font-size: 17px;
	color: #999;
}
#kfQrcodeListModal .loading img{
	width: 180px;
	height: 100px;
	margin-bottom: 20px;
	margin:20px auto;
}
#kfQrcodeListModal .loading p{
    font-size: 15px;
}
#kfQrcodeListModal .modal-body .kfQrcodeList .switch-on{
    width: 35px;
    height: 20px;
    background: rgb(59,94,225);
    display: block;
    border-radius: 100px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    margin: auto;
}
#kfQrcodeListModal .modal-body .kfQrcodeList .switch-on .press{
    width: 16px;
    height: 16px;
    margin:2px 0 0 2px;
    background: #fff;
    display: block;
    border-radius: 100px;
    position: absolute;
    right: 2px;
}
#kfQrcodeListModal .modal-body .kfQrcodeList .switch-off{
    width: 35px;
    height: 20px;
    background: #ddd;
    display: block;
    border-radius: 100px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    margin: auto;
}
#kfQrcodeListModal .modal-body .kfQrcodeList .switch-off .press{
    width: 16px;
    height: 16px;
    margin:2px 0 0 2px;
    background: #fff;
    display: block;
    border-radius: 100px;
    position: absolute;
    left: 1px;
}
#kfQrcodeListModal .status_close{
    color: rgb(244,97,92);
}
#kfQrcodeListModal table{
	text-align: center;
	font-size: 14px;
	color: #999;
	margin-bottom: 0;
}
#kfQrcodeListModal table img{
	width: 60px;
	height: 60px;
	margin-bottom: 15px;
}
#onlineTimesJsonString{
    display: none;
}

/*shareKf*/
#shareKf .modal-body .box{
    width: 95%;
    margin:0 auto;
}
#shareKf .modal-body .box .longUrl{
    width: 100%;
    margin:0 auto;
    padding:15px 15px;
    font-size: 15px;
    color: #333;
    overflow: hidden;
    word-wrap: break-word;
    background: #f6f6f6;
    border-radius: 10px;
}
#shareKf .modal-body .box .longUrl .text{
    display: block;
    height:20px;
    margin:0 0 0 0;
}
#shareKf .modal-body .box .shortUrl{
    width: 100%;
    margin:0 auto;
    padding:15px 15px;
    font-size: 15px;
    color: #333;
    overflow: hidden;
    word-wrap: break-word;
    background: #f6f6f6;
    border-radius: 10px;
    margin-top: 10px;
}
#shareKf .modal-body .box .shortUrl .text{
    display: block;
    height:20px;
    margin:0 0 0 0;
}
#shareKf .modal-body .box .Qrcode{
    width: 200px;
    height: 200px;
    margin:20px auto 10px;
}
#shareKf .modal-body .box .Qrcode img{
    width: 200px;
    height: 200px;
}
#shareKf .modal-footer button{
    display: block;
    margin: 10px auto 0;
}

/*ShareZjyModal*/
#ShareZjyModal .modal-body .box{
    width: 95%;
    margin:0 auto;
}
#ShareZjyModal .modal-body .box .longUrl{
    width: 100%;
    margin:0 auto;
    padding:15px 15px;
    font-size: 15px;
    color: #333;
    overflow: hidden;
    word-wrap: break-word;
    background: #f6f6f6;
    border-radius: 10px;
}
#ShareZjyModal .modal-body .box .longUrl .text{
    display: block;
    height:20px;
    margin:0 0 0 0;
}
#ShareZjyModal .modal-body .box .shortUrl{
    width: 100%;
    margin:0 auto;
    padding:15px 15px;
    font-size: 15px;
    color: #333;
    overflow: hidden;
    word-wrap: break-word;
    background: #f6f6f6;
    border-radius: 10px;
    margin-top: 10px;
}
#ShareZjyModal .modal-body .box .shortUrl .text{
    display: block;
    height:20px;
    margin:0 0 0 0;
}
#ShareZjyModal .modal-body .box .Qrcode{
    width: 200px;
    height: 200px;
    margin:20px auto 10px;
}
#ShareZjyModal .modal-body .box .Qrcode img{
    width: 200px;
    height: 200px;
}
#ShareZjyModal .modal-footer button{
    display: block;
    margin: 10px auto 0;
}

/*shareMultiSPAModal*/
#shareMultiSPAModal .modal-body .box{
    width: 95%;
    margin:0 auto;
}
#shareMultiSPAModal .modal-body .box .longUrl{
    width: 100%;
    margin:0 auto;
    padding:15px 15px;
    font-size: 15px;
    color: #333;
    overflow: hidden;
    word-wrap: break-word;
    background: #f6f6f6;
    border-radius: 10px;
}
#shareMultiSPAModal .modal-body .box .longUrl .text{
    display: block;
    height:20px;
    margin:0 0 0 0;
}
#shareMultiSPAModal .modal-body .box .shortUrl{
    width: 100%;
    margin:0 auto;
    padding:15px 15px;
    font-size: 15px;
    color: #333;
    overflow: hidden;
    word-wrap: break-word;
    background: #f6f6f6;
    border-radius: 10px;
    margin-top: 10px;
}
#shareMultiSPAModal .modal-body .box .shortUrl .text{
    display: block;
    height:20px;
    margin:0 0 0 0;
}
#shareMultiSPAModal .modal-body .box .Qrcode{
    width: 200px;
    height: 200px;
    margin:20px auto 10px;
}
#shareMultiSPAModal .modal-body .box .Qrcode img{
    width: 200px;
    height: 200px;
}
#shareMultiSPAModal .modal-footer button{
    display: block;
    margin: 10px auto 0;
}
.selectMultiSPA {
    width: 17px;
    height: 17px;
    background: #eee;
    display: block;
    margin:0 auto;
    font-size: 12px;
    color: #eee;
    cursor: pointer;
    border-radius: 3px;
}
.selectedMultiSPA {
    background: #eee;
    color: #333;
    font-weight: bold;
}

/*ShareCardModal*/
#ShareCardModal .modal-body .box{
    width: 95%;
    margin:0 auto;
}
#ShareCardModal .modal-body .box .longUrl{
    width: 100%;
    margin:0 auto;
    padding:15px 15px;
    font-size: 15px;
    color: #333;
    overflow: hidden;
    word-wrap: break-word;
    background: #f6f6f6;
    border-radius: 10px;
}
#ShareCardModal .modal-body .box .longUrl .text{
    display: block;
    height:20px;
    margin:0 0 0 0;
}
#ShareCardModal .modal-body .box .Qrcode{
    width: 200px;
    height: 200px;
    margin:20px auto 10px;
}
#ShareCardModal .modal-body .box .Qrcode img{
    width: 200px;
    height: 200px;
}
#ShareCardModal .modal-footer button{
    display: block;
    margin: 10px auto 0;
}

/*ShareJwModal*/
#ShareJwModal .modal-body .box{
    width: 95%;
    margin:0 auto;
}
#ShareJwModal .modal-body .box .longUrl{
    width: 100%;
    margin:0 auto;
    padding:15px 15px;
    font-size: 15px;
    color: #333;
    overflow: hidden;
    word-wrap: break-word;
    background: #f6f6f6;
    border-radius: 10px;
}
#ShareJwModal .modal-body .box .longUrl .text{
    display: block;
    height:20px;
    margin:0 0 0 0;
}
#ShareJwModal .modal-body .box .shortUrl .text{
    display: block;
    height:20px;
    margin:0 0 0 0;
}
#ShareJwModal .modal-body .box .Qrcode{
    width: 200px;
    height: 200px;
    margin:20px auto 10px;
}
#ShareJwModal .modal-body .box .Qrcode img{
    width: 200px;
    height: 200px;
}
#ShareJwModal .modal-footer button{
    display: block;
    margin: 10px auto 0;
}

/*登录（console/login）*/

/*PC样式*/
@media screen and (min-width: 1000px) {
    #app .formBox{
        width: 460px;
        background: #fff;
        margin:150px auto 0;
        overflow: hidden;
        padding: 0 0 30px 0;
        border-radius: 10px;
    }
    #app .formBoxReg{
        margin:50px auto 0;
    }
    #app .formBox .header-box{
        width: 88%;
        height: 80px;
        margin:30px auto 0;
        overflow: hidden;
    }
    #app .formBox .header-box img{
        width: 180px;
        height: 50px;
        margin: 15px auto;
        display: block;
    }
    #app .formBox .line{
        width: 100%;
        height: 5px;
        border-bottom: 1px solid #eee;
    }
    #app .formBox .form-box{
        width: 80%;
        margin: 30px auto 0;
    }
    #app .formBox .form-box .form-control{
        height: 40px;
        font-size: 15px;
        color: #666;
        border-radius: 8px;
    }
    #app .formBox .form-box label{
        color: #666;
        font-size: 15px;
        margin-top: 15px;
        font-weight: bold;
    }
    #app .formBox .form-box .form-control-login{
        width: 120px;
        height: 42px;
        border:none;
        outline: none;
        border-radius: 8px;
        color: #fff;
        background: #3b5ee1;
        margin:35px auto 0;
        display: block;
    }
    #app .loginresult{
        text-align: center;
        margin-top: 20px;
        font-size: 15px;
    }
    #app .formBox .form-box .links {
        width: 100%;
        margin: 20px auto 0;
        display: flex;
        justify-content: center;
    }
    #app .formBox .form-box .links .link {
        margin: 0 10px;
        font-size: 15px;
        color: #999;
        text-decoration: none;
    }
    #app .loginresult .success{
        color: rgb(0,11,172);
    }
    #app .loginresult .error{
        color: rgb(244,97,92);
    }
}

/*PAD样式*/
@media screen and (min-width: 640px) and (max-width: 1000px) {
    #app .formBox{
        width: 400px;
        background: #fff;
        margin:80px auto 0;
        overflow: hidden;
        padding: 0 0 30px 0;
        border-radius: 10px;
    }
    #app .formBox .header-box{
        width: 88%;
        height: 80px;
        margin:30px auto 0;
        overflow: hidden;
    }
    #app .formBox .header-box img{
        width: 180px;
        height: 50px;
        margin: 15px auto;
        display: block;
    }
    #app .formBox .line{
        width: 100%;
        height: 5px;
        border-bottom: 1px solid #eee;
    }
    #app .formBox .form-box{
        width: 80%;
        margin: 30px auto 0;
    }
    #app .formBox .form-box .form-control{
        height: 40px;
        font-size: 15px;
        color: #666;
        border-radius: 8px;
    }
    #app .formBox .form-box label{
        color: #666;
        font-size: 15px;
        margin-top: 15px;
        font-weight: bold;
    }
    #app .formBox .form-box .form-control-login{
        width: 120px;
        height: 42px;
        border:none;
        outline: none;
        border-radius: 8px;
        color: #fff;
        background: #3b5ee1;
        margin:35px auto 0;
        display: block;
    }
    #app .loginresult{
        text-align: center;
        margin-top: 20px;
        font-size: 15px;
    }
    #app .formBox .form-box .links {
        width: 100%;
        margin: 20px auto 0;
        display: flex;
        justify-content: center;
    }
    #app .formBox .form-box .links .link {
        margin: 0 10px;
        font-size: 15px;
        color: #999;
        text-decoration: none;
    }
    #app .loginresult .success{
        color: rgb(0,11,172);
    }
    #app .loginresult .error{
        color: rgb(244,97,92);
    }
}

/*PHONE样式*/
@media screen and (max-width: 639px){
    #app .formBox{
        width: 90%;
        background: #fff;
        margin: 30px auto 0;
        overflow: hidden;
        padding: 0 0 30px 0;
        border-radius: 10px;
    }
    #app .formBox .header-box{
        width: 88%;
        height: 80px;
        margin:30px auto 0;
        overflow: hidden;
    }
    #app .formBox .header-box img{
        width: 180px;
        height: 50px;
        margin: 15px auto;
        display: block;
    }
    #app .formBox .line{
        width: 100%;
        height: 5px;
        border-bottom: 1px solid #eee;
    }
    #app .formBox .form-box{
        width: 80%;
        margin: 30px auto 0;
    }
    #app .formBox .form-box .form-control{
        height: 40px;
        font-size: 15px;
        color: #666;
        border-radius: 8px;
    }
    #app .formBox .form-box label{
        color: #666;
        font-size: 15px;
        margin-top: 15px;
        font-weight: bold;
    }
    #app .formBox .form-box .form-control-login{
        width: 120px;
        height: 42px;
        border:none;
        outline: none;
        border-radius: 8px;
        color: #fff;
        background: #3b5ee1;
        margin:35px auto 0;
        display: block;
    }
    #app .loginresult{
        text-align: center;
        margin-top: 20px;
        font-size: 15px;
    }
    #app .formBox .form-box .links {
        width: 100%;
        margin: 20px auto 0;
        display: flex;
        justify-content: center;
    }
    #app .formBox .form-box .links .link {
        margin: 0 10px;
        font-size: 15px;
        color: #999;
        text-decoration: none;
    }
    #app .loginresult .success{
        color: rgb(0,11,172);
    }
    #app .loginresult .error{
        color: rgb(244,97,92);
    }
}

/* 登录、注册、找回密码：放大带透明留白的横版品牌图 */
#app .formBox .header-box{
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    height:102px;
    margin:0 auto;
    overflow:hidden;
}
#app .formBox .header-box img{
    display:block;
    width:300px;
    height:75px;
    max-width:none;
    margin:0;
    transform:translateX(19%);
}
@media screen and (max-width:639px){
    #app .formBox .header-box{height:90px;}
    #app .formBox .header-box img{width:264px;height:66px;}
}

/*配置中心*/
#DelDomainModal .modal-footer button{
    margin:0 auto;
}
.add_usergroup {
    color: #3B5EE1;
    cursor: pointer;
}

/*域名检测结果*/
.domain_ok {
    padding: 4px 8px;
    font-size: 10px;
    border-radius: 10px;
    color: rgb(43, 162, 69);
    background: rgba(43, 162, 69, 0.2);
}
.domain_ban {
    padding: 4px 8px;
    font-size: 10px;
    border-radius: 10px;
    color: rgb(250, 81, 81);
    background: rgba(250, 81, 81, 0.2);
}
.domain_nocheck {
    padding: 4px 8px;
    font-size: 10px;
    border-radius: 10px;
    color: #666;
    background: #eee;
}
.tasksTips {
    font-size: 13px;
    color: #666;
    padding: 10px 0 0;
    text-align: center;
}
.tasks-list {
    font-size: 15px;
    margin-top: 20px;
}
#domainCheckTasksModal .tasks-list .switch-on{
    width: 35px;
    height: 20px;
    background: rgb(59,94,225);
    display: block;
    border-radius: 100px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    margin: 0 auto;
}
#domainCheckTasksModal .tasks-list .switch-on .press{
    width: 16px;
    height: 16px;
    margin:2px 0 0 2px;
    background: #fff;
    display: block;
    border-radius: 100px;
    position: absolute;
    right: 2px;
}
#domainCheckTasksModal .tasks-list .switch-off{
    width: 35px;
    height: 20px;
    background: #ddd;
    display: block;
    border-radius: 100px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    margin: 0 auto;
}
#domainCheckTasksModal .tasks-list .switch-off .press{
    width: 16px;
    height: 16px;
    margin:2px 0 0 2px;
    background: #fff;
    display: block;
    border-radius: 100px;
    position: absolute;
    left: 1px;
}
#domainCheckTasksModal .tasks-list .copyURL {
    font-size: 12px;
    padding: 3px 8px;
    background: #eee;
    color: #666;
    border-radius: 10px;
    cursor: pointer;
}
#domainCheckTasksModal .noData .noDataIMG {
    display: block;
    margin: 30px auto 0;
    width: 230px;
}
#domainCheckTasksModal .noData .noDataText {
    text-align: center;
    font-size: 15px;
    color: #999;
}

/*页面权限*/
/*2.4.6新增*/
.usergroup-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 15px;
    background: #f9f9f9;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 20px;
}

.usergroup-table thead {
    background-color: #f7f9fb;
}

.usergroup-table th {
    padding: 15px 12px;
    text-align: center;
    font-weight: 600;
    color: #333;
    border-bottom: 1px solid #eaeaea;
}

.usergroup-table td {
    padding: 14px 12px;
    color: #555;
    border-bottom: 1px solid #f0f0f0;
    vertical-align: top;
}

.usergroup-table td:nth-child(2) {
    width: 450px;
    word-break: break-word;
    line-height: 1.6;
}

.click-tag {
    color: rgb(59,94,225);
    padding: 4px 12px;
    font-size: 15px;
    cursor: pointer;
}
.click-tag:hover {
    color: rgb(18,62,224);
    padding: 4px 12px;
    font-size: 15px;
    cursor: pointer;
    text-decoration: underline;
}

/*修改页面权限*/
.currentUser_usergroup_view {
    text-align: center;
    border-bottom: 1px solid #eee;
    padding:10px 0;
    margin-bottom: 22px;
}

.navList {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.nav-tag {
    padding: 6px 12px;
    border: 1px solid rgba(238, 238, 238,0.7);
    color: rgb(102,102,102);
    background: rgba(238, 238, 238,0.7);
    padding: 6px 15px;
    outline: none;
    border-radius: 8px;
    font-size: 14px;
    cursor: pointer;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    transition: 0.2s;
}

.nav-tag.selected {
    background-color: rgba(59,94,225,0.1);
    color: rgb(59,94,225);
    border: 1px solid rgb(59,94,225);
}

.nav-tag i {
    margin-right: 6px;
}


.init-text {
    font-size: 18px;
    text-align: center;
}
/*自定义modal宽度*/
.modal-1000 {
    max-width: 1000px;
}

/*首页*/
#right .data-card .data-content{
    width: 97%;
    margin:0 auto;
    overflow: hidden;
    display: none;
}

/*数据、图表容器*/
#right .data-card .data-chart{
    width: 82%;
    float: left;
    display: block;
}

/*数据面板*/
#right .data-card .data-chart .data-pannel{
    width: calc(100% - 40px);
    height: 120px;
    margin-bottom: 20px;
    border-radius: 10px;
    display: flex;
    position: relative;
}

#right .data-card .data-chart .data-pannel .pre-swiper{
    width: 35px;
    height: 35px;
    background-color: #fff;
    box-shadow: 0 0 5px #ccc;
    position: absolute;
    top: 42.5px;
    left: -17.5px;
    z-index: 1;
    border-radius: 100px;
    line-height: 35px;
    text-align: center;
    background-image: url('../img/preClickButton.png');
    background-repeat: no-repeat;
    background-size: 70% 70%;
    background-position: 5px 5px;
    opacity: 0.7;
    cursor: pointer;
}

#right .data-card .data-chart .data-pannel .next-swiper{
    width: 35px;
    height: 35px;
    background-color: #fff;
    box-shadow: 0 0 5px #ccc;
    position: absolute;
    top: 42.5px;
    right: -17.5px;
    z-index: 1;
    border-radius: 100px;
    line-height: 35px;
    text-align: center;
    background-image: url('../img/preClickButton.png');
    background-repeat: no-repeat;
    background-size: 70% 70%;
    transform: rotate(180deg);
    background-position: 5px 5px;
    opacity: 0.7;
    cursor: pointer;
}

.swiper {
    position: relative;
    width: 100%;
    height: 120px;
    border-radius: 15px;
    overflow: hidden;
}

.swiper-wrapper {
    display: flex;
    height: 120px;
    border-radius: 15px;
    transition: transform 0.3s ease-in-out;
}

.swiper-slide {
    flex: 0 0 calc(98% / 4.3);
    height: 120px;
    background: #ccc;
    margin-right: 10px;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0px 3px 8px #eee;
    overflow: hidden;
    color: #000;
    cursor: pointer;
}

/*2.3.0版本之前的样式*/
/*.swiper-slide .card-title {*/
/*    width: 80%;*/
/*    font-size: 16px;*/
/*    margin: 15px auto 0;*/
/*    font-family: "Lucida Sans Unicode", sans-serif;*/
/*}*/

/*.swiper-slide .card-num {*/
/*    width: 80%;*/
/*    margin: 0 auto;*/
/*    font-size: 34px;*/
/*}*/

/*.swiper-slide .ip-num {*/
/*    width: 80%;*/
/*    margin: 0 auto;*/
/*    font-size: 13px;*/
/*}*/

/*2.4.0版本样式*/
.swiper-slide .card-title {
    width: 80%;
    height: 55px;
    margin: 15px auto 0;
    font-family: "Lucida Sans Unicode", sans-serif;
    display: flex;
}
.swiper-slide .card-title .num-title {
    flex: 1;
    font-size: 17px;
    line-height: 55px;
}
.swiper-slide .card-title .card-num {
    flex: 1.5;
    font-size: 33px;
}

.swiper-slide .ip-num {
    width: 80%;
    margin: 0 auto;
    font-size: 14px;
    display: flex;
}
.swiper-slide .ip-num .ip-today {
    flex: 1;
}
.swiper-slide .ip-num .ip-yesterday {
    flex: 1;
}

.swiper-slide-selected {
    background: rgb(56,94,226);
    color: #fff;
}

.swiper-slide-selected .ip-num{
    color: #dee5ff;
}

.swiper-slide .ip-num .ipNum{
    margin-right: 15px;
}

.swiper-pagination {
    background: rgba(59,94,225,0.1);
    padding:2px 6px;
    border-radius: 100px;
    text-align: center;
    width: 60px;
    margin: 20px auto;
}

.swiper-pagination span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(59,94,225,0.2);
    margin: 0 5px;
    cursor: pointer;
}

.swiper-pagination span.active {
    background: rgba(59,94,225);
}

/*图表面板*/
#right .data-card .data-chart .chart-pannel{
    width: calc(100% - 40px);
    background: #fff;
    border-radius: 10px;
    padding: 20px 20px;
}
#right .data-card .ipDataList {
    width: calc(100% - 40px);
    background: #fff;
    border-radius: 10px;
    padding: 20px 20px;
    margin-top: 25px;
    margin-bottom: 100px;
}

#right .data-card .data-chart .chart-pannel .chart-pannel-title{
    font-size: 20px;
}

/*切换图表的按钮组*/
#right .data-card .data-chart .chart-pannel .chart-button{
    width: 100%;
    margin: 0 auto 30px;
}

#right .data-card .project-info{
    width: 18%;
    display: block;
    background: #fff;
    float: right;
    padding: 20px 20px;
    border-radius: 10px;
}

#right .data-card .project-info .link-card{
    width: 100%;
    height: 80px;
    float: right;
    border-bottom: 1px solid #eee;
    margin-bottom: 6px;
}

#right .data-card .project-info .link-card:hover{
    background: #eee;
    border-radius: 20px;
}

#right .data-card .project-info .link-card .link-title{
    width: 100%;
    height: 40px;
    line-height: 50px;
    font-size: 16px;
    text-indent: 15px;
    color: #666;
    font-weight: bold;
}

#right .data-card .project-info .link-card .link-desc{
    width: 100%;
    height: 40px;
    line-height: 30px;
    font-size: 15px;
    text-indent: 15px;
    color: #999;
    white-space: nowrap; text-overflow: ellipsis; overflow: hidden; word-break: break-all;
}

#right .data-card .button-group{
    width: 100%;
    height: 40px;
    margin: 20px auto 10px;
}
#right .data-card .tint-btn{
    border: none;
	color: rgb(102,102,102);
    background: rgba(238, 238, 238,0.7);
	padding: 6px 15px;
	outline: none;
	border-radius: 8px;
	font-size: 14px;
	transition: 0.1s;
}
#right .data-card .default-btn{
    border: none;
	color: #fff;
    background: rgba(59,94,225);
	padding: 6px 15px;
	outline: none;
	border-radius: 8px;
	font-size: 14px;
	transition: 0.1s;
}

#right .data-card .chart-pannel .autofreshen{
    float: right;
}

#right .data-card .chart-pannel .autofreshen a{
    text-decoration: none;
    color: #999;
    font-size: 14px;
}

/*渠道码*/
#channel_title_h5{
    width: 100%;
    height: 40px;
    margin-bottom:0;
}
#channel_title_h5 .backChannelList{
    float: left;
    width: 100px;
    height: 40px;
    margin-left: 0;
}
#channel_title_h5 .title{
    float: left;
    width: 70%;
    height: 40px;
    line-height: 40px;
}
#channel_title_h5 .CleanAllChannelDataBtn{
    width: 15px;
    height: 40px;
}
#channel_title_h5 .CleanAllChannelDataBtn button{
    float: right;
    display: none; /*默认隐藏，加载到数据才会被动态修改为block*/
}


/*安装*/
#check_Install .table{
    width: 95%;
    margin:10px auto;
    font-size: 15px;
}
#check_Install .table tbody{
    color: #666;
}
#check_Install .form-control-login{
    padding: 10px 10px;
    height: 42px;
    border:none;
    outline: none;
    border-radius: 8px;
    color: #fff;
    background: #3b5ee1;
    margin:35px auto 0;
    display: block;
}
#installBtn{
    display: none;
}
#start_Install{
    display: none;
}
#installResult{
    text-align: center;
    font-size: 15px;
    margin-top: 20px;
}
#installResult .success{
    color: rgb(0,11,172);
}
#installResult .error{
    color: rgb(244,97,92);
}
#success_Install{
    display: none;
}
#success_Install .successIcon{
    width: 120px;
    height: 120px;
    margin:50px auto 0;
}
#success_Install .successIcon img{
    width: 120px;
    height: 120px;
}
#success_Install h3{
    text-align: center;
    color: #333;
    margin: 20px 0 20px 0;
}
#success_Install .link-card{
    width: 90%;
    height: 70px;
    border-radius: 10px;
    margin:0 auto;
    background: #f8f6f6;
    margin-bottom: 15px;
    position: relative;
}
#success_Install .link-card .go{
    position: absolute;
    width: 25px;
    height: 25px;
    /*background: #ccc;*/
    top: 22.5px;
    right: 0;
    bottom: 0;
}
#success_Install .link-card a{
    text-decoration: none;
}
#success_Install .link-card .go img{
    width: 20px;
    height: 20px;
    margin:2.5px 0 0 0;
    opacity: 0.6;
}
#success_Install .link-card .title{
    width: 100%;
    height: 35px;
    text-indent: 15px;
    font-size: 16px;
    color: #333;
    line-height: 45px;
    font-weight: bold;
}
#success_Install .link-card .desc{
    width: 100%;
    height: 35px;
    text-indent: 15px;
    font-size: 15px;
    color: #999;
    line-height: 25px;
}
#app .formBox_install{
    width: 660px;
    background: #fff;
    margin:50px auto 0;
    overflow: hidden;
    padding: 0 0 30px 0;
    border-radius: 10px;
}
#app .formBox_install .header-box{
    width: 88%;
    height: 80px;
    margin:30px auto 0;
    /*background: #ccc;*/
    overflow: hidden;
}
#app .formBox_install .header-box img{
    width: 180px;
    height: 50px;
    margin: 15px auto;
    display: block;
}
#app .formBox_install .line{
    width: 100%;
    height: 5px;
    border-bottom: 1px solid #eee;
}
#app .formBox_install .form-box{
    width: 80%;
    margin: 30px auto 0;
    /*background: #ccc;*/
}
#app .formBox_install .form-box .form-control{
    height: 40px;
    font-size: 15px;
    color: #666;
    border-radius: 8px;
}
#app .formBox_install .form-box label{
    color: #666;
    font-size: 15px;
    margin-top: 15px;
    font-weight: bold;
}
#app .formBox_install .form-box .form-control-login{
    width: 120px;
    height: 42px;
    border:none;
    outline: none;
    border-radius: 8px;
    color: #fff;
    background: #3b5ee1;
    margin:35px auto 0;
    display: block;
}
#app .loginresult{
    text-align: center;
    margin-top: 20px;
    font-size: 15px;
}
#app .formBox_install .form-box .findPass{
    text-decoration: none;
    color: #999;
    margin-top:15px;
    text-align: center;
    display: block;
    font-size: 14px;
}
#app .loginresult .success{
    color: rgb(0,11,172);
}
#app .loginresult .error{
    color: rgb(244,97,92);
}
#app .formBox_install .form-box .doubleView{
    width: 100%;
    background: #ccc;
}
#app .formBox_install .form-box .doubleView .left_input{
    width: 49%;
    float: left;
}
#app .formBox_install .form-box .doubleView .right_input{
    width: 49%;
    float: right;
}

/*短网址dwz*/
#right .data-list .text{
    width: 100%;
    height: 25px;
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-top: 30px;
}
#right .data-list .reqUrl{
    padding:10px 15px;
    display: inline-block;
    background: #f3f3f3;
    margin-top: 6px;
    color: #BC275B;
    border-radius: 5px;
}
#right .data-list .reqParams{
    width: 60%;
    margin-top: 6px;
}
#right .data-list .content{
    width: 60%;
    padding:10px 10px;
    background: #f3f3f3;
    margin-top: 6px;
    color: #BC275B;
    border-radius: 5px;
}
#right .data-list .sign_exampleCode{
    margin-top: 10px;
    max-width: 600px;
}
#right .data-list .copyLink{
    width: 20px;
    height: 20px;
    margin-left: 5px;
}

#right .data-list .copyLink img{
    width: 20px;
    height: 20px;
    opacity: 0.5;
    cursor: pointer;
}
#right .data-list .noSearchResult{
    text-align: center;
    margin: 30px 0;
    font-size: 15px;
    color: #999;
}
#createBatchDwzModal textarea{
    font-size: 15px;
}
#createBatchDwzModal .dwzCreateResult{
    width: 100%;
    height: auto;
    font-size: 15px;
}

/*淘宝客*/
#createZjyModal .goodIMG_url {
    border-radius: 5px;
    flex: 1;
}
#createZjyModal .upload_goodIMG_btn {
    background: #eee;
    color: #666;
    height: 36.5px;
    margin-left: 8px;
    padding: 0 10px;
    line-height: 36.5px;
    text-align: center;
    border-radius: 8px;
    font-size: 15px;
    cursor: pointer;
    position: relative;
}
#createZjyModal .upload_goodIMG_btn input[name='file'] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
#EditZjyModal .goodIMG_url {
    border-radius: 5px;
    flex: 1;
}
#EditZjyModal .upload_goodIMG_btn {
    background: #eee;
    color: #666;
    height: 36.5px;
    margin-left: 8px;
    padding: 0 10px;
    line-height: 36.5px;
    text-align: center;
    border-radius: 8px;
    font-size: 15px;
    cursor: pointer;
    position: relative;
}
#EditZjyModal .upload_goodIMG_btn input[name='file'] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

/*多项单页*/
#createSpaModal .input-group-append{
    height: 36.5px;
    position: relative;
}
#createSpaModal .input-group-append .input-group-text-fileselect{
    height: 36.5px;
    position: relative;
}

#createSpaModal .multi_project{
    font-size: 15px;
}

#createSpaModal .goodsPic_upload_preview .goodsPic_preview{
    width: 120px;
    margin: 20px auto;
}

#createSpaModal .goodsPic_upload_preview .goodsPic_preview img{
    width: 120px;
    cursor: pointer;
}

#createSpaModal .goodsPic_upload_preview .goodsPic_preview .upload_tips{
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    font-size: 15px;
    color: #999;
    border: 2px dashed #ccc;
    border-radius: 15px;
}

#createSpaModal .goodsPic_upload .reUpload{
    width: 80px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #eee;
    cursor: pointer;
    font-size: 14px;
    border-radius: 8px;
    margin:15px auto 0;
    position: relative;
}

#createSpaModal .goodsPic_upload .reUpload input[name="file"]{
    width: 80px;
    height: 32px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

#createSpaModal .goodsPic_upload .reUpload .text{
    color: #666;
    font-size: 14px;
}

#createSpaModal .goodsPic_upload .selectFromSCK{
    width: 100px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #eee;
    color: #666;
    cursor: pointer;
    font-size: 14px;
    border-radius: 8px;
    margin:10px auto 0;
}

#createSpaModal .paiban{
    color: rgb(59,94,225);
    float: right;
    margin-left: 10px;
    cursor: pointer;
}

#editSpaModal .multi_project{
    height: 80px;
    font-size: 15px;
}

#editSpaModal .goodsPic_upload_preview .goodsPic_preview{
    width: 120px;
    margin: 20px auto;
}

#editSpaModal .goodsPic_upload_preview .goodsPic_preview img{
    width: 120px;
    cursor: pointer;
}

#editSpaModal .goodsPic_upload_preview .goodsPic_preview .upload_tips{
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    font-size: 15px;
    color: #999;
    border: 2px dashed #ccc;
    border-radius: 15px;
}

#editSpaModal .goodsPic_upload .reUpload{
    width: 80px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #eee;
    cursor: pointer;
    font-size: 14px;
    border-radius: 8px;
    margin:15px auto 0;
    position: relative;
}

#editSpaModal .goodsPic_upload .reUpload input[name="file"]{
    width: 80px;
    height: 32px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

#editSpaModal .goodsPic_upload .reUpload .text{
    color: #666;
    font-size: 14px;
}

#editSpaModal .goodsPic_upload .selectFromSCK{
    width: 100px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #eee;
    color: #666;
    cursor: pointer;
    font-size: 14px;
    border-radius: 8px;
    margin:10px auto 0;
}

#editSpaModal .paiban{
    color: rgb(59,94,225);
    float: right;
    margin-left: 10px;
    cursor: pointer;
}

/*抖音跳微信*/
#createJwModal .input-group-append{
    height: 36.5px;
    position: relative;
}
#createJwModal .input-group-append .input-group-text-fileselect{
    cursor: pointer;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
#createJwModal .input-group-append{
    height: 36.5px;
    position: relative;
}
#createJwModal .input-group-append .input-group-text-fileselect{
    cursor: pointer;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

#editJwModal .input-group-append{
    height: 36.5px;
    position: relative;
}
#editJwModal .input-group-append .input-group-text-fileselect{
    cursor: pointer;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
#editJwModal .input-group-append{
    height: 36.5px;
    position: relative;
}
#editJwModal .input-group-append .input-group-text-fileselect{
    cursor: pointer;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

/*分享卡片*/
#createShareCardModal .select_file{
    position: relative;
}

#createShareCardModal input[name="file"]{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    opacity: 0;
}

#createShareCardModal .upload-shareCard-img{
    width: 100%;
    height: 40px;
    margin: 0 auto;
}

#createShareCardModal .upload-shareCard-img .input-view{
    width: 60%;
    height: 40px;
    float: left;
}

#createShareCardModal .upload-shareCard-img .button-view{
    width: 39%;
    height: 40px;
    float: right;
    display: flex;
}

#createShareCardModal .upload-shareCard-img .button-view .select_file{
    flex: 1;
    height: 38px;
    display: block;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    box-sizing: border-box;
    color: #333;
    background: #eee;
    cursor: pointer;
    border-radius: 8px;
}

#createShareCardModal .upload-shareCard-img .button-view .button_local{
    flex: 1.5;
    display: block;
    margin-right:6px;
}

#createShareCardModal .upload-shareCard-img .button-view .button_sucaiku{
    flex: 2;
}

#editShareCardModal .select_file{
    position: relative;
}

#editShareCardModal input[name="file"]{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    opacity: 0;
}

#editShareCardModal .upload-shareCard-img{
    width: 100%;
    height: 40px;
    margin: 0 auto;
}

#editShareCardModal .upload-shareCard-img .input-view{
    width: 60%;
    height: 40px;
    float: left;
}

#editShareCardModal .upload-shareCard-img .button-view{
    width: 39%;
    height: 40px;
    float: right;
    display: flex;
}

#editShareCardModal .upload-shareCard-img .button-view .select_file{
    flex: 1;
    height: 38px;
    display: block;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    box-sizing: border-box;
    color: #333;
    background: #eee;
    cursor: pointer;
    border-radius: 8px;
}

#editShareCardModal .upload-shareCard-img .button-view .button_local{
    flex: 1.5;
    display: block;
    margin-right:6px;
}

#editShareCardModal .upload-shareCard-img .button-view .button_sucaiku{
    flex: 2;
}

/*分享卡片样式CSS*/
/*2024-07-27新增*/
.shareCard_preview {
    width: 230px;
    background: #f7f7f7;
    margin: 0 auto;
    padding: 10px 15px;
    border-radius: 5px;
    transition: 0.2s;
}
.shareCard_preview a {
    text-decoration: none;
}
.shareCard_preview:hover {
    box-shadow: 0 0 5px #ddd;
    transition: 0.2s;
}
.shareCard_preview .shareCard_title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    color: #333;
    line-height: 18px;
    margin-bottom: 5px;
}
.shareCard_preview .shareCard_desc_img {
    display: flex;
}
.shareCard_preview .shareCard_desc_img .shareCard_desc {
    flex: 1;
    color: #999;
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 16px;
}
.shareCard_preview .shareCard_desc_img .shareCard_img {
    width: 43px;
    margin-left: 10px;
}
.shareCard_preview .shareCard_desc_img .shareCard_img img {
    width: 43px;
}
.test-model {
    background: rgba(68, 181, 73, 0.1);
    font-size: 13px;
    padding: 5px 10px;
    color: rgb(68, 181, 73);
    border-radius: 100px;
}
.renzheng-model {
    background: rgba(253, 119, 65, 0.1);
    font-size: 13px;
    padding: 5px 10px;
    color: rgb(253, 119, 65);
    border-radius: 100px;
}
.safari-model {
    background: rgba(1, 97, 220, 0.1);
    font-size: 13px;
    padding: 5px 10px;
    color: rgb(1, 97, 220);
    border-radius: 100px;
}
.chakanShareCardQrcode {
    cursor: pointer;
}
.chakanShareCardQrcode:hover {
    cursor: pointer;
    color: rgb(59,94,225);;
}
.editShareCardSPAN {
    cursor: pointer;
    font-size: 14px;
    color: #666;
    display: block;
    padding: 3px 0;
    border-radius: 10px;
    background: #eee;
    text-align: center;
    margin-bottom: 10px;
    transition: 0.2s;
}
.delShareCardSPAN {
    cursor: pointer;
    font-size: 14px;
    color: #666;
    display: block;
    padding: 3px 0;
    border-radius: 10px;
    background: #eee;
    text-align: center;
    transition: 0.2s;
}
.editShareCardSPAN:hover,
.delShareCardSPAN:hover {
    background: #ddd;
    transition: 0.2s;
}


/*素材管理*/
.data-list {
  width: 100%;
}

.grid-sucai {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.sucai-item {
  width: calc(10% - 10px);
  margin: 5px;
  padding: 10px;
  border: 1px solid #eee;
  box-sizing: border-box;
  border-radius: 10px;
  text-align: center;
}

.sucai-item:hover {
  cursor: pointer;
}

.sucai-thumb img {
  max-width: 100%;
  height: auto;
}

.sucai-filename {
  margin-top: 5px;
  color: #333;
  font-size: 15px;
}

.data-list .grid-sucai .sucai-item-selected{
    border: 1px solid #3B5EE1;
    box-sizing: border-box;
}

/*上传素材*/
#right .data-card .button-view .upimg{
    position: relative;
}
input[type=file],
input[type=file]::-webkit-file-upload-button {
    cursor: pointer; 
}
#right .data-card .button-view .file_input{
    width: 80px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    opacity: 0;
}

#right .data-card .button-view .pldel{
    float:right;
    display:none;
}

#right .data-list .grid-sucai .sucai-item .sucai-thumb{
    width: 100%;
    height: 150px;
}

#right .data-list .grid-sucai .sucai-item .sucai-filename{
    width: 100%;
    height: 30px;
    line-height: 25px;
    color: #333;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

#right .data-list .grid-sucai .sucai-item img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#delSuCaiModel .modal-footer button{
    margin: 10px auto;
}

/*素材管理-分页*/
#right .data-list .fy{
    width: 100%;
    height: 40px;
}
#right .data-list .fy ul li{
	float: left;
	margin-right: 8px;
	font-size: 14px;
	list-style: none;
	border-radius: 5px;
	cursor: pointer;
	display: block;
}
#right .data-list .fy ul li button{
	width: 28px;
	height: 28px;
	display: block;
	border:none;
	outline: none;
	background: rgba(120,148,225,0.1);
	color: #3b5ee1;
	border-radius: 5px;
}
#right .data-list .fy ul li button img{
    width: 18px;
    height: 18px;
    margin:5px 5px;
    opacity: 0.7;
}

/*通知渠道*/
#right .data-list .channel-title{
    font-size: 16px;
    margin-top: 20px;
    font-weight: bold;
    color: #3B5EE1;
}

#right .data-list .input-text{
    font-size: 15px;
    color: #999;
    margin-bottom: 5px;
    margin-top: 12px;
    display: block;
}

#right .data-list .channel-form{
    width: 500px;
}

#right .data-list .channel-hr{
    width: 500px;
    height: 1px;
    color: #eee;
    margin-top: 30px;
}

#right .data-list .channel-doc{
    text-decoration: underline;
    font-size: 13px;
    color: #999;
    display: block;
    margin-top: 15px;
}

#right .searchDwzForm{
    width: 300px;
    float: right;
}

#right .searchDwzForm input[name="dwz_keyword"]{
    width: 230px;
    float: left;
}
#right .searchDwzForm .checkDwz{
    width: 60px;
    float: right;
}

/*用户组*/
#usergroupModal .usergroup-title {
    font-size: 15px;
    color: #666;
    font-weight: bold;
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
}
.usergroup-container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}
.usergroup {
    background-color: #eee;
    color: #666;
    border-radius: 10px;
    padding: 5px 8px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}
.usergroup-name {
    font-size: 14px;
    margin: 0 5px;
}
.usergroup-delete {
    cursor: pointer;
    font-size: 8px;
    margin-right: 3px;
    color: #999;
}
.usergroup-result {
    text-align: center;
    font-size: 15px;
    color: #999;
    width: 100%;
    margin-top: 20px;
}

/*2.4.6新增，非管理员用户信息卡*/
.user-card {
    max-width: 100%;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    background-color: #ffffff;
    font-family: "Segoe UI", sans-serif;
    overflow: hidden;
    transition: all 0.3s ease;
}

.user-card:hover {
    box-shadow: 0 4px 14px rgba(0,0,0,0.1);
}

.user-card-header {
    background-color: rgba(59,94,225,1);
    color: white;
    font-size: 17px;
    font-weight: bold;
    padding: 16px;
}

.user-card-body {
    padding: 16px;
    color: #444;
}

.user-row {
    display: flex;
    align-items: center;
    font-size: 15px;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
}
.user-row:last-child {
    border-bottom: none;
}
.user-row span {
    width: 150px;
    font-weight: 500;
    color: #666;
}
.edit-userinfo {
    font-size: 15px;
    float: right;
    cursor: pointer;
}
.user-info-card {
    width: calc(100% - 60px);
	background: #fff;
	border-radius: 12px;
	margin: 15px 0 0 0;
	box-shadow: 0px 3px 8px #eee;
}

/*插件卡片旧样式*/
/*#right .data-list .plugin-card {*/
/*    display: grid;*/
/*    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));*/
/*    gap: 12px;*/
/*    margin-top: 20px;*/
/*    padding: 0 8px;*/
/*}*/
/*#right .data-list .plugin-card .plugin-logo {*/
/*    width: 80px;*/
/*    height: 80px;*/
/*}*/
/*#right .data-list .plugin-card .plugin-logo img {*/
/*    width: 45px;*/
/*    height: 45px;*/
/*    margin: 17.5px auto;*/
/*    border-radius: 100px;*/
/*    display: block;*/
/*}*/
/*#right .data-list .plugin-card .plugin-info {*/
/*    flex: 2;*/
/*}*/
/*#right .data-list .plugin-card .plugin-info .plugin-name {*/
/*   width: 100%;*/
/*   height: 45px;*/
/*   line-height: 55px;*/
/*   font-size: 18px;*/
/*   color: #333;*/
/*}*/
/*#right .data-list .plugin-card .plugin-info .plugin-desc {*/
/*   width: 100%;*/
/*   height: 35px;*/
/*   line-height: 20px;*/
/*   font-size: 15px;*/
/*   color: #999;*/
/*}*/
/*#right .data-list .plugin-card .plugin-btn {*/
/*    width: 230px;*/
/*}*/
/*#right .data-list .plugin-card .plugin-btn .btn-conf{*/
/*    width: 90px;*/
/*    height: 35px;*/
/*    border-radius: 10px;*/
/*    float: right;*/
/*    background: #3B5EE1;*/
/*    margin: 22.5px 15px 0 0;*/
/*    line-height: 35px;*/
/*    font-size: 14px;*/
/*    color: #fff;*/
/*    text-align: center;*/
/*    cursor: pointer;*/
/*}*/
/*#right .data-list .plugin-card .plugin-btn .install-uninstall {*/
/*    color: rgb(59,94,225);*/
/*    background: rgba(59,94,225,0.1);*/
/*}*/


/*插件卡片新样式*/
#right .data-list .plugin-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 12px;
    margin-top: 20px;
    padding: 0 8px 5px;
}

#right .data-list .plugin_card {
    width: 200px;
    height: 224px;
    border-radius: 15px;
    position: relative;
    background: #f6f6f6;
}

#right .data-list .plugin_card:hover {
    box-shadow: 0 0 0 1px #ddd;
    cursor: pointer;
}

#right .data-list .plugin_card .plugin_logo {
    width: 50px;
    height: 50px;
    margin: 30px auto 0;
}
#right .data-list .plugin_card .plugin_logo img {
    width: 50px;
    height: 50px;
    border-radius: 15px;
}

#right .data-list .plugin_card .plugin_name {
    width: 88%;
    display: block;
    text-align: center;
    margin: 10px auto 0;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

#right .data-list .plugin_card .plugin_desc {
    width: 90%;
    display: block;
    text-align: center;
    margin: 8px auto 0;
    font-size: 12.5px;
    line-height: 1.6;
    color: #888;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
}

#right .data-list .plugin_card .plugin_btn {
    display: flex;
    gap: 8px;
    width: 80%;
    margin: 12px auto;
}
#right .data-list .plugin_card .plugin_btn .action_btn {
    flex: 1;
    font-size: 14px;
    text-align: center;
    padding: 4px 0;
    border-radius: 8px;
    background: #3B5EE1;
    color: #fff;
    cursor: pointer;
}
#right .data-list .plugin_card .plugin_btn .action_uninstall {
    color: rgb(59,94,225);
    background: rgba(59,94,225,0.1);
}
#right .data-list .plugin_card .plugin-control-bar {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    z-index: 2;
    display: flex;
    gap: 6px;
    justify-content: center;
    align-items: center;
}
#right .data-list .plugin_card .plugin-control-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    flex: 1;
    border: 0;
    border-radius: 20px;
    padding: 5px 8px;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    white-space: nowrap;
    cursor: pointer;
    transition: .15s;
}
#right .data-list .plugin_card .plugin-control-btn .dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    display: inline-block;
    flex-shrink: 0;
}
#right .data-list .plugin_card .plugin-control-btn.is-on {
    color: #1f8f61;
    background: #e5f7ee;
}
#right .data-list .plugin_card .plugin-control-btn.is-on .dot {
    background: #1f8f61;
}
#right .data-list .plugin_card .plugin-control-btn.is-off {
    color: #8a8f98;
    background: #eef0f3;
}
#right .data-list .plugin_card .plugin-control-btn.is-off .dot {
    background: #b7bcc4;
}
#right .data-list .plugin_card .plugin-control-btn.is-disabled {
    color: #b7bcc4;
    background: #f4f5f7;
    cursor: not-allowed;
}
#right .data-list .plugin_card .plugin-control-btn.is-disabled .dot {
    background: #d7dae0;
}
#right .data-list .plugin_card.has-control-switch .plugin_logo {
    margin-top: 56px;
}
#right .data-list .plugin_card.has-default-switch .plugin_logo {
    margin-top: 56px;
}
#right .data-list .plugin_card .plugin-control-btn:hover:not(.is-disabled) {
    transform: translateY(-1px);
    filter: brightness(.97);
}
#button-view .right-btn,
#right .data-card .button-view .tint-btn{
    color: rgb(59,94,225);
    background: rgba(59,94,225,0.10);
}
#button-view .right-btn{
    float:right;
    margin-left:10px;
}
#button-view .right-btn:hover,
#right .data-card .button-view .tint-btn:hover{
    color: rgb(47,76,196);
    background: rgba(59,94,225,0.16);
}
#right .plugin-center-card {
    min-height: 260px;
    overflow: visible;
}
#right .plugin-center-card .data-list {
    max-height: none;
    height: auto;
    overflow: visible;
}
#right .plugin-center-card .plugin-list {
    grid-template-columns: repeat(auto-fill, 180px);
    justify-content: flex-start;
    align-items: start;
    overflow: visible;
}

/*卡密分发*/
#right .data-list .sj-span {
    color: rgb(59,94,225);
    font-size: 15px;
}
#right .data-list .xj-span {
    color: rgb(244,97,92);
}

#xcxConfigModal .kami_kfQrcodeUpload {
    width: 100%;
    height: 37px;
    color: rgb(59,94,225);
    background: rgba(59,94,225,0.1);
    display: block;
    position: relative;
    border-radius: 10px;
    text-align: center;
    line-height: 37px;
    font-size: 15px;
}
#xcxConfigModal .fileSelect {
    width: 100%;
    height: 37px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

#addKamiModal .kami_TXTUpload {
    width: 100%;
    height: 37px;
    color: rgb(59,94,225);
    background: rgba(59,94,225,0.1);
    display: block;
    position: relative;
    border-radius: 10px;
    text-align: center;
    line-height: 37px;
    font-size: 15px;
}
#addKamiModal .fileSelect {
    width: 100%;
    height: 37px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
#addKamiModal .addKnow {
    font-size: 14px;
    color: #999;
}
#addKamiModal .addKnow a {
    font-size: 14px;
    color: rgb(59,94,225);
    text-decoration: none;
}

/* 2026 企业级简约后台设计系统 */
:root {
    --ylb-primary: #3157d5;
    --ylb-primary-hover: #2849b8;
    --ylb-primary-soft: #eef2ff;
    --ylb-bg: #f5f7fa;
    --ylb-surface: #ffffff;
    --ylb-surface-soft: #f8fafc;
    --ylb-border: #e6eaf0;
    --ylb-text: #172033;
    --ylb-text-secondary: #667085;
    --ylb-text-muted: #98a2b3;
    --ylb-success: #168a5b;
    --ylb-warning: #b26a00;
    --ylb-danger: #d92d20;
    --ylb-radius: 12px;
    --ylb-shadow: 0 4px 16px rgba(16, 24, 40, .05);
}

html { background: var(--ylb-bg); }
body,
body *,
body button,
body input,
body select,
body textarea {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
}
body {
    background: var(--ylb-bg);
    color: var(--ylb-text);
    -webkit-font-smoothing: antialiased;
}

#app { min-height: 100vh; }
#right { padding: 28px 32px 48px; }
#right > h3 {
    margin: 0 0 20px;
    color: var(--ylb-text);
    font-size: 22px;
    line-height: 32px;
    font-weight: 650;
    letter-spacing: -.2px;
}
#right .mianbaoxie_a { color: var(--ylb-text-secondary); text-decoration: none; }
#right .mianbaoxie_a:hover { color: var(--ylb-primary); }
#right .mbx { color: var(--ylb-text); }

#app .left {
    background: var(--ylb-surface);
    border-right: 1px solid var(--ylb-border);
    box-shadow: none;
}
.left .account {
    border-top: 1px solid var(--ylb-border);
    background: var(--ylb-surface);
}
#navList li, #navList li a { border-radius: 9px; }
#navList li a { transition: color .16s ease, background .16s ease; }
#navList li a:hover { color: var(--ylb-primary); background: var(--ylb-primary-soft); }
#app .left .dhview .member-nav-li .nav-text::after { color: var(--ylb-primary); background: var(--ylb-primary-soft); }
#app .left .dhview .selected .member-nav-li,
#app .left .dhview a:hover .member-nav-li { color: var(--ylb-primary); background: var(--ylb-primary-soft); }
#app .left .account .account-card.vip,
#app .left .account .account-card.admin,
#app .left .account .account-card.normal { color: #344054; background: #f8fafc; border: 1px solid var(--ylb-border); box-shadow: none; }

#right .data-card,
.ylb-panel {
    background: var(--ylb-surface);
    border: 1px solid var(--ylb-border);
    border-radius: var(--ylb-radius);
    box-shadow: var(--ylb-shadow);
}
#right .data-card { padding: 20px; }

.default-btn, .tint-btn, .button-view button, .modal-footer button {
    min-height: 38px;
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    transition: background .16s ease, border-color .16s ease, color .16s ease, transform .16s ease, box-shadow .16s ease;
}
.default-btn {
    color: #fff;
    background: var(--ylb-primary);
    border: 1px solid var(--ylb-primary);
    box-shadow: 0 2px 5px rgba(49, 87, 213, .18);
}
.default-btn:hover, .default-btn:focus {
    color: #fff;
    background: var(--ylb-primary-hover);
    border-color: var(--ylb-primary-hover);
    box-shadow: 0 3px 8px rgba(49, 87, 213, .22);
}
.tint-btn {
    color: var(--ylb-primary);
    background: var(--ylb-primary-soft);
    border: 1px solid transparent;
}
.tint-btn:hover, .tint-btn:focus { color: var(--ylb-primary-hover); background: #e4eafe; }
.default-btn:disabled, .tint-btn:disabled { cursor: not-allowed; opacity: .58; box-shadow: none; }

.form-control {
    min-height: 40px;
    color: var(--ylb-text);
    border: 1px solid #d8dee8;
    border-radius: 8px;
    background: #fff;
    box-shadow: none;
    transition: border-color .16s ease, box-shadow .16s ease;
}
.form-control:hover { border-color: #b9c2d0; }
.form-control:focus {
    border-color: var(--ylb-primary);
    box-shadow: 0 0 0 3px rgba(49, 87, 213, .11);
}
#app input::placeholder, #app textarea::placeholder { color: #a8b0be; font-size: 14px; }
#app textarea { line-height: 1.65; }
#app .text { display: block; margin: 13px 0 7px; color: #475467; font-size: 13px; font-weight: 500; }

.table, .usergroup-table, .membership-table, .domain-table, .domain-sale-table {
    width: 100%;
    color: var(--ylb-text);
    background: #fff;
    border-collapse: separate;
    border-spacing: 0;
}
.table thead th, .usergroup-table th, .membership-table th, .domain-table th, .domain-sale-table th {
    padding: 12px 14px;
    color: #475467;
    font-size: 13px;
    font-weight: 600;
    background: var(--ylb-surface-soft);
    border-top: 1px solid var(--ylb-border);
    border-bottom: 1px solid var(--ylb-border);
    white-space: nowrap;
}
.table tbody td, .usergroup-table td, .membership-table td, .domain-table td, .domain-sale-table td {
    padding: 13px 14px;
    color: #344054;
    font-size: 14px;
    border-bottom: 1px solid #edf0f4;
    vertical-align: middle;
}
.table tbody tr:hover td, .usergroup-table tbody tr:hover td, .membership-table tbody tr:hover td { background: #fbfcfe; }
.data-list { overflow-x: auto; border-radius: 10px; }

.modal-content {
    border: 1px solid var(--ylb-border);
    border-radius: 14px;
    box-shadow: 0 20px 55px rgba(16, 24, 40, .16);
    overflow: hidden;
}
.modal-header { padding: 18px 20px; border-bottom: 1px solid var(--ylb-border); }
.modal-title { color: var(--ylb-text); font-size: 18px; font-weight: 650; }
.modal-body { padding: 20px; }
.modal-footer { padding: 14px 20px; background: #fbfcfe; border-top: 1px solid var(--ylb-border); }
.modal-header .close { color: #667085; opacity: 1; font-weight: 400; }
.modal-header .close:hover { color: var(--ylb-danger); }

.light-tag, #right .dark-tag, .status-tag, .domain-status {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 3px 9px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 500;
}
.loading, .empty, .domain-sale-empty { color: var(--ylb-text-muted); }
.fenye { display: flex; justify-content: center; align-items: center; gap: 6px; margin-top: 20px; }

.button-view, .flex-button-view, .membership-toolbar {
    gap: 12px;
    align-items: center;
    margin-bottom: 18px;
}
.flex-button-view { display: flex; justify-content: space-between; flex-wrap: wrap; }

.group-entry-grid { display: grid; grid-template-columns: minmax(0, 1fr) 190px; gap: 22px; }
.group-entry-upload { display: flex; align-items: center; gap: 8px; }
.group-entry-upload .form-control { flex: 1; min-width: 0; }
.group-entry-upload-btn { position: relative; margin: 0; white-space: nowrap; cursor: pointer; }
.group-entry-upload-btn input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.group-entry-help { margin-top: 8px; color: var(--ylb-text-muted); font-size: 12px; line-height: 1.7; }
.group-entry-preview { padding: 14px; border: 1px solid var(--ylb-border); border-radius: 10px; background: var(--ylb-surface-soft); }
.group-entry-preview-label { margin-bottom: 10px; color: #475467; font-size: 13px; font-weight: 600; text-align: center; }
.group-entry-preview-box { display: flex; align-items: center; justify-content: center; width: 160px; height: 160px; margin: auto; border: 1px dashed #cbd3df; border-radius: 9px; background: #fff; overflow: hidden; }
.group-entry-preview-box img { display: none; width: 100%; height: 100%; object-fit: contain; }
.group-entry-preview-box span { color: var(--ylb-text-muted); font-size: 13px; }
.group-entry-result { display: none; margin-top: 16px; padding: 10px 12px; border-radius: 8px; font-size: 13px; }

#app .formBox {
    border: 1px solid var(--ylb-border);
    border-radius: 14px;
    box-shadow: 0 18px 55px rgba(16,24,40,.10);
}
#app .formBox .header-box { height: 72px; }
#app .formBox .line { height: 1px; border-bottom-color: var(--ylb-border); }
#app .formBox .form-box label { color: #475467; font-size: 13px; font-weight: 600; }
#app .formBox .form-box .form-control-login {
    width: 100%;
    margin-top: 24px;
    color: #fff;
    background: var(--ylb-primary);
    border: 0;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}
#app .formBox .form-box .form-control-login:hover { background: var(--ylb-primary-hover); }
#app .formBox .form-box .links .link { color: var(--ylb-text-secondary); }
#app .formBox .form-box .links .link:hover { color: var(--ylb-primary); }

@media (max-width: 1080px) {
    #right { padding: 22px 20px 40px; }
    .modal-dialog { padding: 0 12px; }
}
@media (max-width: 760px) {
    #app .left { width: 72px; z-index: 900; }
    #app .left .dhview { width: 56px; margin: 18px auto; }
    #app .left .dhview .logo { width: 52px; height: 40px; margin-bottom: 20px; background-size: contain; }
    #app .left .dhview ul li { width: 48px; height: 42px; line-height: 42px; margin: 0 auto 7px; text-indent: 0; }
    #app .left .dhview ul a { width: 48px; }
    #app .left .dhview .nav-text { display: none; }
    #app .left .dhview .icon { margin-left: 13px; }
    #app .left .account { display: none; }
    #right { margin-left: 72px; padding: 18px 14px 32px; }
    #right > h3 { font-size: 19px; margin-bottom: 14px; }
    #right .data-card { padding: 14px; border-radius: 10px; }
    .flex-button-view, .membership-toolbar { align-items: stretch; flex-direction: column; }
    .button-daohang, .button-gongneng { display: flex; width: 100%; gap: 8px; flex-wrap: wrap; }
    .default-btn, .tint-btn { min-height: 40px; }
    .modal-body { padding: 16px; }
    .modal-footer { padding: 12px 16px; }
    .table thead th, .table tbody td { padding: 11px 12px; }
    .group-entry-grid { grid-template-columns: 1fr; }
    .group-entry-preview { display: none; }
    .group-entry-upload { align-items: stretch; flex-direction: column; }
}

/* 2026 后台整体 UI 深度统一层 */
html, body { min-height: 100%; }
body { margin: 0; background: #f4f6f9; }
#app { min-height: 100vh; }

#app .left {
    width: 232px;
    top: 0;
    bottom: 0;
    height: 100vh;
    border-right: 1px solid #e8ecf2;
    box-shadow: 2px 0 10px rgba(16,24,40,.025);
    z-index: 800;
}
#app .left .dhview {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 20px 16px;
    box-sizing: border-box;
}
#app .left .dhview .index { display: flex; align-items: center; height: 54px; margin-bottom: 16px; }
#app .left .dhview .logo {
    width: 184px;
    height: 44px;
    margin: 0 auto;
    background-size: contain;
}
#app .left .dhview ul {
    max-height: calc(100vh - 245px);
    margin: 0;
    padding: 4px 0 14px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #d7ddea transparent;
}
#app .left .dhview ul::-webkit-scrollbar { width: 4px; }
#app .left .dhview ul::-webkit-scrollbar-thumb { background: #d7ddea; border-radius: 4px; }
#app .left .dhview ul a { width: 100%; margin-bottom: 4px; color: #475467; border-radius: 9px; }
#app .left .dhview ul li {
    width: 100%;
    height: 42px;
    margin: 0;
    line-height: 42px;
    border-radius: 9px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 500;
    text-indent: 0;
}
#app .left .dhview ul li:hover { background: #f5f7fb; }
#app .left .dhview .icon { width: 18px; height: 18px; margin: 12px 12px 0 12px; opacity: .72; }
#app .left .dhview .selected {
    position: relative;
    color: #3157d5;
    background: #edf2ff;
    font-weight: 600;
}
#app .left .dhview .selected::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 3px;
    height: 24px;
    border-radius: 0 3px 3px 0;
    background: #3157d5;
}
#app .left .account {
    left: 16px;
    bottom: 16px;
    width: 200px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
}
#app .left .account .account-card {
    width: 100%;
    margin: 0 0 8px;
    padding: 12px;
    border: 1px solid #e4e9f1;
    border-radius: 10px;
    background: #f8fafc;
}
#app .left .account .account-vip-icon { background: #3157d5 !important; color: #fff !important; }
#app .left .account .account-level b { color: #172033; font-size: 14px; }
#app .left .account .account-level span,
#app .left .account .account-user-row,
#app .left .account .account-status { color: #667085; }
#app .left .account .account-status { background: #eef2f7 !important; }
#app .left .account .account-progress { background: #e5e9f0; }
#app .left .account .account-progress i { background: #3157d5 !important; }

#right {
    min-height: 100vh;
    height: auto;
    margin: 0 0 0 232px;
    padding: 30px 32px 56px;
    box-sizing: border-box;
}
#right > h3 {
    display: flex;
    align-items: center;
    min-height: 38px;
    margin: 0 0 18px;
    color: #172033;
    font-size: 22px;
    font-weight: 650;
}
#right > h3::before {
    content: '';
    width: 4px;
    height: 22px;
    margin-right: 10px;
    border-radius: 4px;
    background: #3157d5;
}
#right .data-card {
    width: 100%;
    min-height: 140px;
    margin: 0;
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #e7ebf1;
    border-radius: 12px;
    box-shadow: 0 5px 18px rgba(16,24,40,.045);
}
#right .data-card .button-view {
    width: 100%;
    margin: 0 0 18px;
    padding: 0 0 16px;
    border-bottom: 1px solid #edf0f4;
}
#right .data-card .button-view .flex-button-view { align-items: center; gap: 12px; }
#right .data-card .button-view .button-daohang,
#right .data-card .button-view .button-gongneng { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
#right .data-card .button-view .button-gongneng { justify-content: flex-end; }
#right .data-card .button-view .button-gongneng .tint-btn { float: none; margin-left: 0 !important; }

#app .default-btn,
#right .data-card .default-btn,
.default-btn {
    min-height: 38px;
    padding: 8px 16px;
    color: #fff;
    background: #3157d5;
    border: 1px solid #3157d5;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(49,87,213,.16);
    font-size: 14px;
    font-weight: 550;
    line-height: 20px;
    cursor: pointer;
}
#app .default-btn:hover,
#right .data-card .default-btn:hover,
.default-btn:hover { color: #fff; background: #2849b8; border-color: #2849b8; }
#app .tint-btn,
#right .data-card .tint-btn,
.tint-btn {
    min-height: 38px;
    padding: 8px 15px;
    color: #344054;
    background: #fff;
    border: 1px solid #d9e0e9;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    cursor: pointer;
}
#app .tint-btn:hover,
#right .data-card .tint-btn:hover,
.tint-btn:hover { color: #3157d5; background: #f7f9ff; border-color: #aebde9; }
#app .red-btn, .red-btn { background: #fff; color: #d92d20; border: 1px solid #f0b8b3; border-radius: 8px; }
#app .red-btn:hover, .red-btn:hover { background: #fff3f2; color: #b42318; }

#right .data-card .data-list {
    width: 100%;
    margin: 0;
    border: 1px solid #e8ecf2;
    border-radius: 10px;
    background: #fff;
    overflow: auto;
}
#right .data-card .data-list .table { min-width: 760px; margin: 0; }
#right .data-card .data-list .table thead th {
    height: 44px;
    padding: 0 14px;
    color: #475467;
    background: #f8fafc;
    border: 0;
    border-bottom: 1px solid #e8ecf2;
    font-size: 13px;
    font-weight: 600;
    vertical-align: middle;
}
#right .data-card .data-list .table tbody td {
    padding: 13px 14px;
    color: #344054;
    border-top: 0;
    border-bottom: 1px solid #edf0f4;
    font-size: 14px;
    vertical-align: middle;
}
#right .data-card .data-list .table tbody tr:last-child td { border-bottom: 0; }
#right .data-card .data-list .table tbody tr:hover td { background: #fafbfe; }
#right .data-card .data-list .table a,
#right .data-card .data-list .cz-tags,
#right .data-card .data-list .click-tag { color: #3157d5; text-decoration: none; }
#right .data-card .data-list .xj-span,
#right .data-card .data-list .status_close { color: #d92d20; }

#right .data-card .data-list .switch-on,
#right .data-card .data-list .switch-off,
.switch-on, .switch-off { width: 38px; height: 22px; box-shadow: inset 0 0 0 1px rgba(0,0,0,.04); }
#right .data-card .data-list .switch-on { background: #3157d5; }
#right .data-card .data-list .switch-off { background: #cfd5df; }
#right .data-card .data-list .switch-on .press,
#right .data-card .data-list .switch-off .press { width: 18px; height: 18px; }

#right .fenye { width: 100%; height: auto; margin: 18px 0 0; justify-content: flex-end; }
#right .fenye ul { display: flex; gap: 6px; margin: 0; }
#right .fenye ul li { float: none; margin: 0; }
#right .fenye ul li button { width: 32px; height: 32px; color: #475467; background: #fff; border: 1px solid #dfe4ec; border-radius: 7px; }
#right .fenye ul li button:hover { color: #3157d5; background: #f5f7ff; border-color: #b8c4e8; }

.dropdown-menu {
    padding: 6px;
    border: 1px solid #e5e9f0 !important;
    border-radius: 9px !important;
    box-shadow: 0 12px 30px rgba(16,24,40,.12) !important;
}
.dropdown-item { padding: 8px 10px; border-radius: 6px; font-size: 13px; }

.modal-backdrop.show { opacity: .36; }
.modal-dialog { margin-top: 5vh; }
.modal-content { border-radius: 13px; }
.modal-body .form-control { margin-bottom: 4px; }
.modal-body form > .text,
.modal-body form > label { margin-top: 14px; }
.modal-body form > .form-control { margin-bottom: 10px; }
.modal-body hr { margin: 20px 0; border-color: #edf0f4; }
#notiConfigModal .modal-dialog { max-width: 920px !important; }
#notiConfigModal .modal-body form > div[style*="display:flex"] {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 14px;
    width: 100% !important;
    height: auto !important;
    margin: 0 0 20px !important;
}
#notiConfigModal .modal-body form > div[style*="display:flex"] > div { margin-right: 0 !important; }
#notiConfigModal .modal-body form > span.text { width: 100% !important; margin: 22px 0 12px !important; color: #172033 !important; font-size: 15px !important; font-weight: 650; }
#pagePermissionModal .usergroup-table { margin-top: 8px; border: 1px solid #e8ecf2; }
#ChangePagePermissionModal .navList { padding: 4px; gap: 8px; }
#ChangePagePermissionModal .nav-tag { border: 1px solid #dfe4ec; background: #fff; }
#ChangePagePermissionModal .nav-tag.selected { color: #3157d5; border-color: #aebce7; background: #eef2ff; }
.modal-footer .footer-btn { width: 100%; display: flex; justify-content: space-between; align-items: center; }
.modal-footer .faqnav { opacity: 1; }
.result .success, .result .error,
.loginresult .success, .loginresult .error {
    max-width: 560px;
    margin: 12px auto;
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 13px;
}
.result .success, .loginresult .success { color: #168a5b; background: #eaf8f2; }
.result .error, .loginresult .error { color: #d92d20; background: #fff1f0; }

#app .modal-body .upload_qrcode {
    width: 110px;
    height: 110px;
    border: 1px dashed #b7c0ce;
    border-radius: 10px;
    background: #f8fafc;
}
#app .modal-body .upload_qrcode:hover { border-color: #3157d5; background: #f3f6ff; }
#suCaiKu .sucai_msg { background: #fff; border-color: #e5e9f0; border-radius: 9px; }
#suCaiKu .sucai_msg:hover { border-color: #3157d5; box-shadow: 0 5px 15px rgba(16,24,40,.07); }

#right .data-list .plugin_card {
    border: 1px solid #e5e9f0;
    border-radius: 11px;
    box-shadow: 0 4px 14px rgba(16,24,40,.04);
    transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}
#right .data-list .plugin_card:hover { transform: translateY(-2px); border-color: #ccd6ed; box-shadow: 0 10px 24px rgba(16,24,40,.08); }

/* 后台列表与交互组件统一层 */
#right .data-card{overflow:visible;}
#right .data-card .data-list{box-shadow:0 1px 2px rgba(16,24,40,.02);}
#right .data-card .data-list .table{border-collapse:separate;border-spacing:0;}
#right .data-card .data-list .table thead th{
    height:48px;
    padding:0 16px;
    color:#475467;
    font-size:13px;
    letter-spacing:.01em;
    white-space:nowrap;
}
#right .data-card .data-list .table tbody td{
    height:58px;
    padding:10px 16px;
    color:#344054;
    line-height:1.45;
}
#right .data-card .data-list .table tbody tr{transition:background-color .14s ease;}
#right .data-card .data-list .table tbody tr:hover td{background:#f8faff;}
#right .data-card .data-list .table tbody tr:last-child td:first-child{border-bottom-left-radius:9px;}
#right .data-card .data-list .table tbody tr:last-child td:last-child{border-bottom-right-radius:9px;}
#right .data-card .data-list .table-secondary{color:#667085;font-size:12px;white-space:nowrap;}
.table-primary{display:flex;align-items:center;gap:10px;min-width:130px;}
.table-primary>div{display:flex;flex-direction:column;gap:2px;}
.table-primary strong{color:#172033;font-size:14px;font-weight:600;}
.table-primary small{color:#98a2b3;font-size:11px;}
.table-avatar{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;flex:0 0 32px;border-radius:8px;color:#3157d5;background:#eef2ff;font-size:13px;font-weight:700;}
.table-badge{display:inline-flex;align-items:center;justify-content:center;min-height:24px;padding:3px 8px;border-radius:999px;font-size:11px;font-weight:600;white-space:nowrap;}
.table-badge.badge-primary{color:#3157d5;background:#eef2ff;}
.table-badge.badge-neutral{color:#475467;background:#f2f4f7;}
.table-badge.badge-success{color:#168a5b;background:#eaf8f2;}
.table-badge.badge-warning{color:#b54708;background:#fff4e5;}
.table-badge.badge-danger{color:#d92d20;background:#fff1f0;}
#right .data-list .cz-tags{min-width:210px;}
.table-actions,#right .data-list .cz-tags{display:flex;align-items:center;gap:5px;flex-wrap:wrap;}
#right .data-list .light-tag,
#right .data-list .click-tag,
#right .data-list .edit-span,
#right .data-list .del-span{
    display:inline-flex;
    align-items:center;
    min-height:28px;
    margin:0;
    padding:4px 8px;
    border:1px solid #dfe5ef;
    border-radius:6px;
    color:#3157d5;
    background:#fff;
    font-size:12px;
    line-height:18px;
    cursor:pointer;
    white-space:nowrap;
}
#right .data-list .light-tag:hover,
#right .data-list .click-tag:hover{color:#2849b8;background:#f5f7ff;border-color:#aebce7;}
#right .data-list .light-tag.danger,
#right .data-list .del-span{color:#d92d20;border-color:#f1d1ce;}
#right .data-list .light-tag.danger:hover,
#right .data-list .del-span:hover{background:#fff3f2;}
#right .dropdown-td{width:72px;text-align:right;}
#right .dropdown-btn{display:inline-flex;align-items:center;justify-content:center;width:auto;min-width:54px;height:30px;padding:0 10px;border:1px solid #dfe5ef;border-radius:7px;color:#667085;background:#fff;font-size:0;cursor:pointer;}
#right .dropdown-btn:before{content:'更多';font-size:12px;line-height:18px;}
#right .dropdown-btn:after{content:'⌄';margin-left:5px;color:#98a2b3;font-size:11px;}
#right .dropdown-btn:hover{color:#3157d5;border-color:#aebce7;background:#f5f7ff;}
#right .data-list .compact-actions{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:6px;
    min-width:132px;
    white-space:nowrap;
    overflow:visible;
}
#right .data-list .compact-actions .action-primary{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:30px;
    padding:5px 11px;
    border:1px solid #3157d5;
    border-radius:7px;
    color:#fff;
    background:#3157d5;
    font-size:12px;
    line-height:18px;
    text-decoration:none;
    cursor:pointer;
    box-shadow:0 2px 5px rgba(49,87,213,.14);
}
#right .data-list .compact-actions .action-primary:hover{color:#fff;background:#2849b8;border-color:#2849b8;}
#right .data-list .compact-actions .action-more{position:relative;display:inline-block;}
#right .data-list .compact-actions .dropdown-btn{
    width:auto;
    min-width:54px;
    height:30px;
    padding:0 10px;
    color:#475467;
    font-size:0;
    font-weight:500;
}
#right .data-list .compact-actions .dropdown-btn:after{content:'⌄';margin-left:5px;color:#98a2b3;font-size:11px;}
#right .data-list .compact-actions .dropdown-menu{min-width:148px;padding:6px;}
#right .data-list .compact-actions .dropdown-item{display:block;width:100%;padding:8px 10px;color:#344054;font-size:12px;line-height:18px;cursor:pointer;}
#right .data-list .compact-actions .dropdown-item:hover{color:#3157d5;background:#f5f7ff;}
#right .data-list .compact-actions .dropdown-item-danger{margin-top:3px;color:#d92d20;border-top:1px solid #f0f2f5;border-radius:0 0 6px 6px;}
#right .data-list .compact-actions .dropdown-item-danger:hover{color:#b42318;background:#fff3f2;}
#right .data-card .data-list:has(.compact-actions){overflow:visible;}
#right .data-card .data-list .table{overflow:visible;}
@media(max-width:820px){#right .data-card .data-list:has(.compact-actions){overflow-x:auto;overflow-y:visible;}}
#right .data-card .loading{
    min-height:260px;
    padding:54px 20px;
    box-sizing:border-box;
    color:#98a2b3;
    text-align:center;
    background:#f8fafc;
    border:1px dashed #d8dee8;
    border-radius:10px;
}
#right .data-card .loading .noData{width:76px;max-height:76px;object-fit:contain;opacity:.72;}
#right .data-card .loading .noDataText{margin:12px 0 0;color:#667085;font-size:13px;}
#right .data-card .button-view input.form-control,
#right .data-card .button-view select.form-control,
#right .data-card .button-view input[type="text"]{height:38px;border-color:#dfe4ec;border-radius:8px;background:#fff;}
#right .data-card .button-view input:focus,
#right .data-card .button-view select:focus{border-color:#8ea3df;box-shadow:0 0 0 3px rgba(49,87,213,.08);}
#right .data-card .button-view .button-daohang .default-btn{box-shadow:none;}
#right .fenye ul li button.active,
#right .fenye ul li .active{color:#fff;background:#3157d5;border-color:#3157d5;}
.user-info-card{width:100%;margin:0;background:transparent;border-radius:0;box-shadow:none}
.user-info-card .user-card{width:100%;max-width:none;padding:0;box-sizing:border-box;border:1px solid #e3e8f0;border-radius:12px;background:#fff;box-shadow:0 4px 16px rgba(16,24,40,.04);overflow:hidden}
.user-info-card .user-card:hover{box-shadow:0 6px 20px rgba(16,24,40,.06)}
.user-info-card .user-card-header{display:flex;align-items:center;justify-content:space-between;min-height:72px;padding:14px 20px;box-sizing:border-box;color:#172033;background:#fff;border-bottom:1px solid #edf0f4;font-size:16px;font-weight:650}
.user-info-card .account-profile-identity{display:flex;align-items:center;gap:11px;min-width:0}
.user-info-card .account-profile-identity>div{display:flex;min-width:0;flex-direction:column;gap:3px}
.user-info-card .account-profile-identity strong{overflow:hidden;color:#172033;font-size:15px;text-overflow:ellipsis;white-space:nowrap}
.user-info-card .account-profile-identity small{color:#98a2b3;font-size:11px;font-weight:400}
.user-info-card .account-profile-identity .table-avatar{width:38px;height:38px;flex:0 0 38px;border-radius:10px}
.user-info-card .user-card-body{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;padding:0}
.user-info-card .user-row{display:flex;min-width:0;min-height:74px;padding:15px 20px;box-sizing:border-box;flex-direction:column;justify-content:center;gap:6px;color:#344054;background:#fff;border:0;border-right:1px solid #edf0f4;border-bottom:1px solid #edf0f4;border-radius:0;font-size:13px}
.user-info-card .user-row:nth-child(4n){border-right:0}
.user-info-card .user-row:nth-last-child(-n+4){border-bottom:0}
.user-info-card .user-row span{color:#98a2b3;font-size:11px}
.user-info-card .user-row strong{overflow:hidden;color:#172033;font-size:13px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}
.user-info-card .edit-userinfo{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:6px 12px;border:1px solid #d7e0f2;border-radius:7px;color:#3157d5;background:#fff;font-size:12px;font-weight:600;cursor:pointer}
.user-info-card .edit-userinfo:hover{border-color:#9fb0dc;background:#f5f7ff}

/* 个人中心：普通用户自助资料页 */
.user-info-card .profile-page{width:100%}
.user-info-card .profile-hero{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px;border:1px solid #e3e8f0;border-radius:12px;background:linear-gradient(135deg,#f8faff 0%,#fff 60%);box-shadow:0 4px 16px rgba(16,24,40,.04)}
.user-info-card .profile-hero-left{display:flex;align-items:center;gap:12px;min-width:0}
.user-info-card .profile-avatar{width:46px;height:46px;flex:0 0 46px;border-radius:12px;font-size:16px}
.user-info-card .profile-name{display:flex;align-items:center;gap:8px;color:#172033;font-size:16px;font-weight:700}
.user-info-card .profile-edit-icon{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;color:#3157d5;background:#eef2ff;font-size:11px;cursor:pointer}
.user-info-card .profile-edit-icon:hover{color:#fff;background:#3157d5}
.user-info-card .profile-hero-left small{display:block;margin-top:3px;color:#98a2b3;font-size:12px}
.user-info-card .profile-hero-right{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}
.user-info-card .profile-upgrade-btn{display:inline-flex;align-items:center;justify-content:center;height:34px;padding:0 14px;border:1px solid #3157d5;border-radius:8px;color:#fff;background:#3157d5;font-size:12px;font-weight:650;text-decoration:none;white-space:nowrap}
.user-info-card .profile-upgrade-btn:hover{color:#fff;background:#2849b8;border-color:#2849b8;text-decoration:none}
.user-info-card .profile-info-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:14px 0}
.user-info-card .profile-info-item{padding:13px 15px;border:1px solid #edf0f4;border-radius:10px;background:#fafbfc}
.user-info-card .profile-info-item span{display:block;color:#98a2b3;font-size:11px}
.user-info-card .profile-info-item strong{display:block;margin-top:5px;overflow:hidden;color:#172033;font-size:13px;font-weight:650;text-overflow:ellipsis;white-space:nowrap}
.user-info-card .profile-section-title{margin:22px 2px 10px;color:#475467;font-size:13px;font-weight:700}
.user-info-card .profile-row{display:flex;align-items:center;gap:14px;padding:14px 16px;margin-bottom:9px;border:1px solid #edf0f4;border-radius:10px;background:#fff;transition:border-color .15s,box-shadow .15s}
.user-info-card .profile-row:hover{border-color:#dbe2ed;box-shadow:0 3px 10px rgba(16,24,40,.04)}
.user-info-card .profile-row-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;flex:0 0 36px;border-radius:10px;color:#3157d5;background:#eef2ff;font-size:15px;font-weight:700}
.user-info-card .profile-row-main{flex:1;min-width:0}
.user-info-card .profile-row-main strong{display:block;color:#172033;font-size:14px;font-weight:650}
.user-info-card .profile-row-main small{display:block;margin-top:3px;overflow:hidden;color:#98a2b3;font-size:12px;text-overflow:ellipsis;white-space:nowrap}
.user-info-card .profile-row .tint-btn{flex:0 0 auto}
.user-info-card .profile-row-danger{border-color:#f7d9d6;background:#fffaf9}
.user-info-card .profile-row-danger .profile-row-icon{color:#d92d20;background:#fff1f0}
@media(max-width:820px){
    .user-info-card .profile-info-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:520px){
    .user-info-card .profile-hero{flex-direction:column;align-items:flex-start}
    .user-info-card .profile-hero-right{width:100%;justify-content:flex-start}
    .user-info-card .profile-info-grid{grid-template-columns:1fr}
    .user-info-card .profile-row{flex-wrap:wrap}
    .user-info-card .profile-row .tint-btn{width:100%}
}
.modal-body .table-responsive,.modal-body>div[class*="List"]{border-radius:9px;}
.modal-body .table{margin-bottom:0;color:#344054;font-size:13px;}
.modal-body .table thead th{padding:11px 12px;color:#475467;background:#f8fafc;border-top:0;border-bottom:1px solid #e8ecf2;font-weight:600;white-space:nowrap;}
.modal-body .table tbody td{padding:11px 12px;border-top:0;border-bottom:1px solid #edf0f4;vertical-align:middle;}
.modal-body .table tbody tr:last-child td{border-bottom:0;}
.modal-header{min-height:62px;padding:16px 20px;border-bottom:1px solid #edf0f4;}
.modal-header .modal-title,.modal-header h4,.modal-header h5{color:#172033;font-size:17px;font-weight:650;}
.modal-body{padding:20px;}
.modal-footer{padding:14px 20px;border-top:1px solid #edf0f4;background:#fafbfc;border-radius:0 0 13px 13px;}
.modal-body .text,.modal-body label:not(.switch):not([class*="item"]){display:block;margin-bottom:7px;color:#475467;font-size:13px;font-weight:600;}
.modal-body .form-control{min-height:40px;border:1px solid #dfe4ec;border-radius:8px;color:#344054;background:#fff;}
.modal-body textarea.form-control{min-height:96px;}
.modal-body .form-control:focus{border-color:#8ea3df;box-shadow:0 0 0 3px rgba(49,87,213,.08);}
.modal-body .nav-tabs{gap:6px;border-bottom:1px solid #e8ecf2;}
.modal-body .nav-tabs .nav-link{margin-bottom:-1px;padding:9px 13px;color:#667085;border:0;border-bottom:2px solid transparent;font-size:13px;}
.modal-body .nav-tabs .nav-link.active{color:#3157d5;background:transparent;border-bottom-color:#3157d5;font-weight:600;}

/* 工具中心：弹性工具卡片，避免固定宽高造成文字和按钮溢出 */
.tool-center-page .tool-page-heading{margin:0 0 18px}
.tool-center-page .tool-page-heading h3{display:flex;align-items:center;min-height:38px;margin:0;color:#172033;font-size:22px;font-weight:650}
.tool-center-page .tool-page-heading h3:before{content:'';width:4px;height:22px;margin-right:10px;border-radius:4px;background:#3157d5}
.tool-center-page .tool-page-heading p{margin:3px 0 0 14px;color:#667085;font-size:12px}
.tool-center-page .plugin-center-card{padding:0!important;overflow:hidden!important}
.tool-center-page .plugin-center-card .button-view{display:flex;align-items:center;justify-content:space-between;min-height:70px;margin:0;padding:15px 20px;border-bottom:1px solid #edf0f4;background:#fff}
.tool-center-page .plugin-center-card .button-view .right-btn{float:none;margin-left:auto}
.tool-center-page .plugin-center-card .data-list{margin:0;padding:20px;border:0;background:#fafbfc;box-shadow:none!important}
.tool-center-page #right .data-list .plugin-list{display:flex;flex-wrap:wrap;align-items:stretch;gap:16px;width:100%;max-width:none;margin:0;padding:0}
.tool-center-page #right .data-list .plugin_card{display:flex;flex:0 0 calc((100% - 96px) / 7);flex-direction:column;width:calc((100% - 96px) / 7);min-width:0;height:auto;min-height:250px;padding:20px;box-sizing:border-box;border:1px solid #e2e7f0;border-radius:12px;background:#fff;box-shadow:0 3px 12px rgba(16,24,40,.035);cursor:default;transition:transform .16s,border-color .16s,box-shadow .16s}
@media(max-width:1760px){.tool-center-page #right .data-list .plugin_card{flex-basis:calc((100% - 80px) / 6);width:calc((100% - 80px) / 6)}}
@media(max-width:1500px){.tool-center-page #right .data-list .plugin_card{flex-basis:calc((100% - 64px) / 5);width:calc((100% - 64px) / 5)}}
@media(max-width:1240px){.tool-center-page #right .data-list .plugin_card{flex-basis:calc((100% - 48px) / 4);width:calc((100% - 48px) / 4)}}
@media(max-width:980px){.tool-center-page #right .data-list .plugin_card{flex-basis:calc((100% - 16px) / 2);width:calc((100% - 16px) / 2)}}
.tool-center-page #right .data-list .plugin_card:hover{transform:translateY(-2px);border-color:#c9d4ec;box-shadow:0 10px 25px rgba(16,24,40,.075);cursor:default}
.tool-center-page #right .data-list .plugin_card.tool-available{border-top:3px solid #3157d5}
.tool-center-page #right .data-list .plugin_card.tool-locked{border-top:3px solid #e6a23c}
.tool-center-page #right .data-list .plugin_card.tool-uninstalled{border-top:3px solid #98a2b3}
.tool-center-page #right .data-list .plugin_card.tool-installed{border-top:3px solid #168a5b}
.tool-center-page #right .data-list .plugin_card .plugin_logo,
.tool-center-page #right .data-list .plugin_card.has-control-switch .plugin_logo,
.tool-center-page #right .data-list .plugin_card.has-default-switch .plugin_logo{display:flex;align-items:center;justify-content:center;width:54px;height:54px;margin:4px auto 0;padding:0;border-radius:14px;background:#f1f4ff}
.tool-center-page #right .data-list .plugin_card.tool-admin .plugin_logo{margin-top:17px}
.tool-center-page #right .data-list .plugin_card .plugin_logo img{display:block;width:54px;height:54px;border-radius:14px;object-fit:cover}
.tool-center-page #right .data-list .plugin_card .plugin_name{width:100%;margin:14px 0 0;color:#172033;font-size:17px;font-weight:650;line-height:24px;text-align:center;white-space:normal;overflow:visible;word-break:break-word}
.tool-center-page #right .data-list .plugin_card .plugin_desc{display:-webkit-box;width:100%;min-height:40px;margin:7px 0 0;color:#667085;font-size:12px;line-height:20px;text-align:center;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;word-break:break-word}
.tool-center-page #right .data-list .plugin_card .plugin-access-status{display:flex;align-items:center;justify-content:center;min-height:30px;margin:10px 0 0;padding:5px 9px;box-sizing:border-box;border-radius:7px;color:#3157d5;background:#eef2ff;font-size:11px;line-height:18px;-webkit-line-clamp:unset;line-clamp:unset}
.tool-center-page #right .data-list .plugin_card .plugin-access-status:before{content:'';width:6px;height:6px;margin-right:6px;border-radius:50%;background:currentColor;flex:0 0 6px}
.tool-center-page #right .data-list .plugin_card .plugin-access-status.is-member,
.tool-center-page #right .data-list .plugin_card .plugin-access-status.is-authorized,
.tool-center-page #right .data-list .plugin_card .plugin-access-status.is-open{color:#168a5b;background:#eaf8f2}
.tool-center-page #right .data-list .plugin_card .plugin-access-status.is-locked{color:#b54708;background:#fff4e5}
.tool-center-page #right .data-list .plugin_card .plugin-lock-reason{color:#667085}
.tool-center-page #right .data-list .plugin_card .plugin_btn{display:flex;gap:8px;width:100%;margin:auto 0 0;padding-top:16px}
.tool-center-page #right .data-list .plugin_card .plugin_btn .action_btn{display:flex;align-items:center;justify-content:center;min-height:38px;padding:7px 12px;box-sizing:border-box;border:1px solid #3157d5;border-radius:8px;color:#fff;background:#3157d5;font-size:13px;font-weight:600;line-height:20px;transition:.15s}
.tool-center-page #right .data-list .plugin_card .plugin_btn .action_btn:hover{background:#2849b8;border-color:#2849b8}
.tool-center-page #right .data-list .plugin_card .plugin_btn .action_uninstall{color:#475467;border-color:#dfe4ec;background:#fff}
.tool-center-page #right .data-list .plugin_card .plugin_btn .action_uninstall:hover{color:#d92d20;border-color:#f1c7c3;background:#fff3f2}
.tool-center-page #right .data-list .plugin_card .plugin-control-bar{position:static;display:flex;align-items:center;justify-content:center;gap:7px;width:100%;margin:0;z-index:auto}
.tool-center-page #right .data-list .plugin_card .plugin-control-btn{min-height:29px;padding:5px 9px;border:1px solid transparent;border-radius:7px;font-size:11px;line-height:17px}
.tool-center-page #right .data-list .plugin_card .plugin-control-btn.is-on{border-color:#ccebdd}
.tool-center-page #right .data-list .plugin_card .plugin-control-btn.is-member{color:#8a5b00;border-color:#f1d78c;background:#fff5d6}
.tool-center-page #right .data-list .plugin_card .plugin-control-btn.is-member .dot{background:#d99a00}
.tool-center-page #right .data-list .plugin_card .plugin-control-btn.is-off{border-color:#e1e5eb}
.tool-center-page #right .data-list .plugin_card .plugin-control-btn.is-disabled{border-color:#edf0f4}
@media(max-width:760px){
    .tool-center-page .plugin-center-card .button-view{align-items:stretch;flex-direction:column;gap:8px;padding:14px}
    .tool-center-page .plugin-center-card .button-view .right-btn{margin-left:0}
    .tool-center-page .plugin-center-card .data-list{padding:14px}
    .tool-center-page #right .data-list .plugin-list{display:flex;flex-direction:column;max-width:none}
    .tool-center-page #right .data-list .plugin_card{flex:1 1 auto;min-width:0;min-height:240px;padding:18px}
}

/* 账号管理页：减少表格列数并强化信息层级 */
.account-admin-page .account-page-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:0 0 18px}
.account-admin-page .account-page-heading h3{display:flex;align-items:center;min-height:38px;margin:0;color:#172033;font-size:22px;font-weight:650}
.account-admin-page .account-page-heading h3:before{content:'';width:4px;height:22px;margin-right:10px;border-radius:4px;background:#3157d5}
.account-admin-page .account-page-heading p{margin:3px 0 0 14px;color:#667085;font-size:12px}
.account-admin-page .account-total{display:flex;align-items:center;gap:9px;padding:9px 13px;border:1px solid #e2e7f0;border-radius:9px;background:#fff}
.account-admin-page .account-total strong{color:#3157d5;font-size:18px;line-height:1}
.account-admin-page .account-total span{color:#667085;font-size:12px}
.account-admin-page .account-list-card{padding:0!important;overflow:visible}
.account-admin-page .account-list-card .button-view{margin:0;padding:18px 20px;border-bottom:1px solid #edf0f4;background:#fff;border-radius:12px 12px 0 0}
.account-admin-page .account-list-card .flex-button-view{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:42px}
.account-admin-page .button-daohang,.account-admin-page .button-gongneng{display:flex;align-items:center;gap:8px}
.account-admin-page .account-tab-btn{margin:0!important;box-shadow:none!important}
.account-admin-page .account-create-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:40px;margin:0!important;padding:8px 15px!important;border-radius:8px!important;white-space:nowrap;box-shadow:0 4px 10px rgba(49,87,213,.16)!important}
.account-admin-page .account-create-icon{font-size:17px;font-weight:400;line-height:16px}
.account-admin-page .dhm-btn{display:inline-flex}
.account-admin-page .dhm-btn .tint-btn{margin:0}
.account-admin-page .account-search{display:flex;align-items:center;width:300px;height:40px;margin:0;border:1px solid #dbe2ed;border-radius:9px;background:#fff;overflow:hidden;transition:border-color .15s,box-shadow .15s}
.account-admin-page .account-search:focus-within{border-color:#91a6e2;box-shadow:0 0 0 3px rgba(49,87,213,.08)}
.account-admin-page .account-search form{flex:1;min-width:0;margin:0}
.account-admin-page .account-search .form-control{height:38px!important;padding:0 13px;border:0!important;border-radius:0!important;color:#344054;background:transparent!important;box-shadow:none!important;font-size:13px}
.account-admin-page .account-search .form-control::placeholder{color:#98a2b3}
.account-admin-page .account-search .checkDwz{display:inline-flex;align-items:center;justify-content:center;gap:4px;flex:0 0 auto;height:32px;min-height:32px;margin:0 4px 0 0;padding:0 12px;border:0;border-radius:7px;color:#3157d5;background:#eef2ff;font-size:12px;font-weight:600;white-space:nowrap}
.account-admin-page .account-search .checkDwz:hover{color:#fff;background:#3157d5}
.account-admin-page .account-search-icon{position:relative;width:12px;height:12px;border:1.5px solid currentColor;border-radius:50%;box-sizing:border-box}
.account-admin-page .account-search-icon:after{content:'';position:absolute;right:-4px;bottom:-2px;width:5px;height:1.5px;border-radius:2px;background:currentColor;transform:rotate(45deg)}
.account-admin-page .data-list{margin:0;border:0;border-radius:0 0 12px 12px;box-shadow:none!important}
.account-admin-page .data-list .table{min-width:1060px;margin:0}
.account-admin-page .data-list .table thead th{height:50px;background:#f8fafc}
.account-admin-page .data-list .table tbody td{height:68px;background:#fff}
.account-admin-page .data-list .table tbody tr:hover td{background:#f8faff}
.account-admin-page .data-list .table th:first-child,.account-admin-page .data-list .table td:first-child{min-width:220px}
.account-admin-page .data-list .table th:nth-child(2),.account-admin-page .data-list .table td:nth-child(2){min-width:180px}
.account-admin-page .data-list .table th:nth-child(5),.account-admin-page .data-list .table td:nth-child(5){min-width:150px}
.account-admin-page .data-list .table th:nth-child(6),.account-admin-page .data-list .table td:nth-child(6){min-width:150px}
.user-identity{display:flex;align-items:center;gap:11px;min-width:200px}
.user-identity>div,.user-membership-cell{display:flex;flex-direction:column;gap:3px;min-width:0}
.user-identity strong,.user-membership-cell strong{overflow:hidden;color:#172033;font-size:13px;font-weight:650;text-overflow:ellipsis;white-space:nowrap}
.user-identity small,.user-membership-cell small{color:#98a2b3;font-size:11px;white-space:nowrap}
.account-admin-page .table-avatar{width:36px;height:36px;flex-basis:36px;border-radius:10px;color:#3157d5;background:#eef2ff}
.user-email-cell{max-width:210px;overflow:hidden;color:#475467!important;text-overflow:ellipsis;white-space:nowrap}
.user-meta-cell{color:#667085!important;font-size:12px;white-space:nowrap}
.user-status-control{display:flex;align-items:center;gap:7px;white-space:nowrap}
.user-status-control small{color:#667085;font-size:11px}
.account-admin-page .compact-actions{min-width:128px!important}

/* 账号管理页：精致化二次打磨（统计徽章/头像质感/徽章圆点/行分隔/开关与按钮层次） */
.account-admin-page .account-list-card{box-shadow:0 10px 28px rgba(16,24,40,.055)}
.account-admin-page .account-total{gap:10px;padding:10px 16px 10px 14px;border-radius:10px;background:linear-gradient(135deg,#f6f8ff 0%,#fff 100%);box-shadow:0 2px 10px rgba(49,87,213,.06),inset 0 0 0 1px #e2e7f0;border-color:transparent}
.account-admin-page .account-total:before{content:'';width:7px;height:7px;flex:0 0 7px;border-radius:50%;background:#3157d5;box-shadow:0 0 0 4px rgba(49,87,213,.13)}
.account-admin-page .account-total strong{font-size:19px;font-weight:750}
.account-admin-page .table-avatar,
.account-admin-page .user-info-card .account-profile-identity .table-avatar{background:linear-gradient(135deg,#eef2ff 0%,#dde6ff 100%);box-shadow:inset 0 0 0 1px rgba(49,87,213,.1);font-weight:750}
.account-admin-page .table-badge{position:relative;padding-left:18px;font-weight:650;letter-spacing:.01em}
.account-admin-page .table-badge:before{content:'';position:absolute;left:8px;top:50%;width:5px;height:5px;margin-top:-2.5px;border-radius:50%;background:currentColor;opacity:.8}
.account-admin-page .data-list .table thead th{background:linear-gradient(180deg,#fafbfd 0%,#f5f7fb 100%);font-weight:650;border-bottom:1px solid #e8ecf2}
.account-admin-page .data-list .table tbody tr td{border-bottom:1px solid #f1f3f7!important}
.account-admin-page .data-list .table tbody tr:last-child td{border-bottom:0!important}
.account-admin-page .data-list .table tbody tr:hover td{background:#f7f9ff}
.account-admin-page .user-status-control .switch-on{background:linear-gradient(135deg,#3157d5,#4a6eea);box-shadow:inset 0 0 0 1px rgba(0,0,0,.04)}
.account-admin-page .user-status-control .switch-off{background:#e4e7ed;box-shadow:inset 0 0 0 1px rgba(0,0,0,.04)}
.account-admin-page .user-status-control small{font-weight:600}
.account-admin-page .data-list .compact-actions .action-primary{font-weight:650;box-shadow:0 3px 9px rgba(49,87,213,.2)}
.account-admin-page .data-list .compact-actions .dropdown-btn{font-weight:600}
.account-admin-page .data-list .compact-actions .dropdown-btn:hover{box-shadow:0 2px 6px rgba(49,87,213,.1)}
.account-admin-page .user-membership-cell small{padding:1px 6px;border-radius:5px;background:#f2f4f7;display:inline-block;margin-top:1px}

/* 左侧导航：统一图标、文字与选中层级 */
#app .left{border-right-color:#e5e9f0;box-shadow:3px 0 18px rgba(16,24,40,.035)}
#app .left .dhview{padding:16px 14px}
#app .left .dhview .index{display:flex;align-items:center;width:100%;height:64px;margin:0 0 12px}
#app .left .dhview .logo{width:100%;height:56px;margin:0;background-size:160% auto;background-position:left center}
#app .left .dhview ul{max-height:calc(100vh - 248px);padding:5px 2px 12px}
#app .left .dhview ul a{margin-bottom:3px;border:1px solid transparent;border-radius:9px;color:#475467;transition:background .15s,border-color .15s,color .15s}
#app .left .dhview ul li{height:43px;line-height:43px;border-radius:8px;font-size:14px;font-weight:500}
#app .left .dhview ul a:hover{color:#3157d5;border-color:#edf0f6;background:#f8faff}
#app .left .dhview ul li:hover{background:transparent}
#app .left .dhview .icon{width:18px;height:18px;margin:12px 12px 0 13px;flex:0 0 18px;opacity:.62}
#app .left .dhview .nav-text{overflow:hidden;color:inherit;text-overflow:ellipsis;white-space:nowrap}
#app .left .dhview .selected{color:#3157d5;border-color:#dfe7fb;background:#edf3ff;box-shadow:0 3px 9px rgba(49,87,213,.06)}
#app .left .dhview .selected .icon{opacity:1}
#app .left .dhview .selected::before{top:8px;height:27px}
#app .left .dhview .nav-li{position:relative}
#app .left .dhview .global-affiliate-pending{position:absolute;right:10px;top:50%;display:inline-flex;min-width:20px;height:20px;align-items:center;justify-content:center;padding:0 6px;border:2px solid #fff;border-radius:999px;color:#fff;background:#f04438;font-size:10px;font-weight:800;line-height:16px;transform:translateY(-50%);box-shadow:0 3px 9px rgba(240,68,56,.35);animation:globalAffiliatePendingPulse 1.5s ease-in-out infinite}
@keyframes globalAffiliatePendingPulse{0%,100%{box-shadow:0 0 0 0 rgba(240,68,56,.3)}50%{box-shadow:0 0 0 5px rgba(240,68,56,0)}}

/* 全局会员入口：顶部金色胶囊按钮 + 参考站风格购买弹窗 */
#right .global-member-trigger-row{display:flex;justify-content:flex-end;margin:0 0 14px;position:relative;z-index:6}
#right .global-member-trigger{position:relative;display:inline-flex;align-items:center;gap:7px;height:38px;padding:0 16px;border:1px solid #e5b96b;border-radius:999px;color:#7a4d00;background:linear-gradient(135deg,#ffe9b8,#ffd489);box-shadow:0 4px 12px rgba(174,117,0,.18);cursor:pointer;outline:none}
#right .global-member-trigger .gm-crown{font-size:14px;font-style:normal}
#right .global-member-trigger b{font-size:13px;font-weight:700}
#right .global-member-trigger:hover{transform:translateY(-1px);box-shadow:0 6px 16px rgba(174,117,0,.24)}
.gm-top-badge{position:absolute;top:-9px;right:-8px;padding:2px 7px;border-radius:999px;color:#fff;background:#f04b3e;font-size:10px;font-style:normal;transform:rotate(6deg);box-shadow:0 2px 6px rgba(214,48,32,.35)}
.global-member-modal-mask{position:fixed;z-index:99999;inset:0;display:none;align-items:center;justify-content:center;padding:20px;background:rgba(16,24,40,.62);backdrop-filter:blur(2px)}
.global-member-modal{position:relative;width:min(880px,96vw);max-height:92vh;overflow:auto;border-radius:14px;background:#f7f3ec;box-shadow:0 25px 70px rgba(16,24,40,.28)}
.global-member-modal-close{position:absolute;z-index:3;right:14px;top:12px;width:32px;height:32px;border:0;border-radius:50%;color:#8a6a2f;background:rgba(255,255,255,.55);font-size:24px;line-height:30px;cursor:pointer}
.global-member-modal-head{display:flex;align-items:center;gap:13px;padding:20px 56px 20px 24px;background:linear-gradient(110deg,#ffe9c0,#f8d9a0)}
.gm-head-user{display:flex;min-width:0;align-items:center;gap:12px}
.gm-head-user img{flex:0 0 46px;width:46px;height:46px;border-radius:50%;border:2px solid #fff;background:#dfe8ff}
.gm-head-line1{display:flex;align-items:center;gap:8px}
.gm-head-line1 b{color:#4b3410;font-size:16px}
.gm-level-badge{padding:2px 9px;border-radius:999px;background:#fff;color:#a06a12;font-size:11px;font-weight:700}
.gm-head-line2{margin-top:4px;color:#8d6c33;font-size:12px}
.gm-head-diamond{margin-left:auto;color:rgba(255,255,255,.8);font-size:46px;text-shadow:0 4px 10px rgba(146,96,0,.25)}
.global-member-modal-body{display:grid;grid-template-columns:minmax(240px,300px) minmax(0,1fr);gap:14px;padding:14px 16px 18px}
.gm-left-panel{display:flex;flex-direction:column;padding:16px;border-radius:10px;background:#fff}
.gm-left-panel h4{margin:0 0 14px;padding-left:10px;border-left:4px solid #e2b25c;color:#3d2b0d;font-size:15px}
.gm-left-panel h4 b{font-size:17px}
.gm-left-panel h4 small{display:block;margin-top:4px;color:#98a2b3;font-size:11px}
.gm-benefit-list{flex:1;min-height:0;max-height:380px;margin:0;padding:0 7px 0 0;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#c8d3e8 transparent;list-style:none}
.gm-benefit-list::-webkit-scrollbar{width:6px}
.gm-benefit-list::-webkit-scrollbar-track{background:transparent}
.gm-benefit-list::-webkit-scrollbar-thumb{border-radius:999px;background:#c8d3e8}
.gm-benefit-list::-webkit-scrollbar-thumb:hover{background:#9eadd0}
.gm-benefit-list li{position:relative;margin-bottom:9px;padding:11px 12px 11px 38px;border:1px solid #cfeade;border-radius:9px;color:#245f49;background:#f2fbf7;font-size:13px;font-weight:600;line-height:1.55}
.gm-benefit-list li::before{position:absolute;left:12px;top:50%;display:flex;width:18px;height:18px;align-items:center;justify-content:center;border-radius:50%;font-size:11px;font-weight:800;transform:translateY(-50%)}
.gm-benefit-list li.on::before{content:'✓';color:#fff;background:#20a36b}
.gm-benefit-list li.off{display:none}
.gm-view-all-btn{display:flex;width:100%;min-height:38px;align-items:center;justify-content:center;gap:7px;margin-top:5px;border:1px solid #b8c8f5;border-radius:8px;color:#3157d5;background:#f4f7ff;font-size:12px;font-weight:700;cursor:pointer}.gm-view-all-btn:hover{border-color:#3157d5;background:#edf2ff}.gm-view-all-btn span{font-size:14px}
.gm-left-tip{margin-top:12px;padding:11px 12px;border:1px solid #f0dfb7;border-radius:8px;color:#8a682c;background:#fffaf0;font-size:11px;line-height:1.6}
.gm-right-panel{min-width:0}
.gm-plan-tabs{display:flex;gap:8px;overflow-x:auto;padding-bottom:2px}
.gm-plan-tab{flex:1;min-width:96px;padding:10px 8px;border:1px solid #eadfc6;border-radius:9px;background:#fbf3e2;color:#6d4b08;cursor:pointer;outline:none}
.gm-plan-tab strong{display:block;font-size:13px}
.gm-plan-tab small{display:block;margin-top:3px;color:#a58a55;font-size:11px}
.gm-plan-tab.active{background:#fff;border-color:#e2b25c;box-shadow:0 6px 14px rgba(174,117,0,.12)}
.gm-price-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px;margin-top:12px}
.gm-price-card{position:relative;display:flex;flex-direction:column;align-items:center;gap:4px;padding:14px 10px;border:1px solid #eadfc6;border-radius:10px;background:#fff;cursor:pointer;outline:none}
.gm-price-card strong{color:#6d4b08;font-size:13px}
.gm-price-card em{color:#e53935;font-size:21px;font-style:normal;font-weight:800}
.gm-price-card s{color:#98a2b3;font-size:11px}
.gm-price-card i{margin-top:2px;padding:2px 10px;border-radius:999px;background:#fff3e0;color:#c77700;font-size:10px;font-style:normal}
.gm-price-card.active{border:2px solid #e2b25c;background:#fffaf0;box-shadow:0 6px 14px rgba(174,117,0,.14)}
.gm-pay-title{margin:14px 0 8px;color:#6d4b08;font-size:12px;font-weight:700}
.gm-pay-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
.gm-pay-tabs label{display:flex;align-items:center;justify-content:center;gap:6px;margin:0;padding:9px 6px;border:1px solid #eadfc6;border-radius:8px;background:#fff;color:#6d4b08;font-size:12px;cursor:pointer}
.gm-pay-tabs label.checked{border-color:#e2b25c;background:#fff7e8;box-shadow:inset 0 0 0 1px #e2b25c}
.gm-checkout{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:14px}
.gm-checkout-price strong{color:#e53935;font-size:26px;font-weight:800}
.gm-discount-info{display:flex;align-items:center;gap:8px;margin-top:4px}
.gm-discount-info s{color:#98a2b3;font-size:11px}
.gm-discount-info em{color:#c77700;font-size:11px;font-style:normal}
.global-member-buy-btn{flex:1;max-width:320px;height:44px;border:0;border-radius:9px;color:#fff;background:linear-gradient(90deg,#f0b64a,#d99114);font-size:14px;font-weight:700;cursor:pointer;box-shadow:0 6px 14px rgba(174,117,0,.22)}
.global-member-buy-btn:disabled{opacity:.5;cursor:not-allowed}
.global-member-result{display:none;width:100%;margin-top:10px;padding:8px 10px;border-radius:7px;font-size:12px}
.global-member-redeem{margin-top:14px;padding-top:12px;border-top:1px solid #eadfc6}
.global-member-redeem>span{color:#8d6c33;font-size:11px}
.global-member-redeem>div{display:flex;margin-top:7px}
.global-member-redeem input{min-width:0;flex:1;height:36px;padding:0 10px;border:1px solid #eadfc6;border-radius:7px 0 0 7px;outline:none;background:#fff}
.global-member-redeem button{border:0;border-radius:0 7px 7px 0;padding:0 12px;color:#fff;background:#3157d5;font-size:12px;cursor:pointer}
.global-member-loading{padding:20px;text-align:center;color:#98a2b3}
body.gm-compare-open{overflow:hidden}
.gm-compare-mask{position:fixed;z-index:100010;inset:0;display:none;overflow:auto;background:#f5f7fb}
.gm-compare-page{width:min(1160px,calc(100% - 32px));margin:0 auto;padding:28px 0 50px}
.gm-compare-top{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:22px;padding:24px 28px;border:1px solid #e3e9f5;border-radius:16px;background:linear-gradient(125deg,#fff,#eef4ff);box-shadow:0 12px 32px rgba(33,58,120,.08)}
.gm-compare-kicker{display:block;margin-bottom:7px;color:#3157d5;font-size:12px;font-weight:750}.gm-compare-top h2{margin:0;color:#172033;font-size:25px}.gm-compare-top p{margin:7px 0 0;color:#7b879c;font-size:13px}.gm-compare-top>button{flex:0 0 38px;width:38px;height:38px;border:0;border-radius:50%;color:#667085;background:#fff;font-size:27px;line-height:36px;cursor:pointer;box-shadow:0 4px 12px rgba(16,24,40,.1)}
.gm-compare-plan-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;margin-bottom:28px}
.gm-compare-plan-card{position:relative;display:flex;min-height:230px;flex-direction:column;align-items:center;padding:20px 14px;border:1px solid #dde4ef;border-radius:13px;background:#fff;box-shadow:0 7px 20px rgba(34,54,94,.05)}.gm-compare-plan-card.recommend{border:2px solid #e2a322;background:#fffaf0}.gm-compare-plan-card>i{position:absolute;right:10px;top:9px;padding:3px 9px;border-radius:999px;color:#fff;background:#e9a314;font-size:10px;font-style:normal}.gm-compare-plan-card h3{margin:5px 0 0;color:#25324a;font-size:17px}.gm-compare-plan-card p{margin:6px 0;color:#8a94a6;font-size:11px}.gm-compare-plan-card strong{margin-top:9px;color:#e53935;font-size:27px}.gm-compare-plan-card small{min-height:34px;margin-top:6px;color:#9a7b43;font-size:10px;text-align:center}.gm-compare-plan-card button{width:100%;height:38px;margin-top:auto;border:0;border-radius:8px;color:#fff;background:#3157d5;font-size:12px;font-weight:700;cursor:pointer}.gm-compare-plan-card.recommend button{background:linear-gradient(90deg,#efb23c,#db9207)}
.gm-compare-table-head{text-align:center;margin:4px 0 15px}.gm-compare-table-head h3{margin:0;color:#172033;font-size:22px}.gm-compare-table-head p{margin:5px 0 0;color:#98a2b3;font-size:12px}
.gm-compare-table-wrap{overflow:auto;border:1px solid #dfe5ef;border-radius:13px;background:#fff;box-shadow:0 8px 24px rgba(34,54,94,.05)}.gm-compare-table-wrap table{width:100%;min-width:720px;border-collapse:collapse}.gm-compare-table-wrap th,.gm-compare-table-wrap td{padding:13px 12px;border-bottom:1px solid #e7ebf2;text-align:center;color:#475467;font-size:12px}.gm-compare-table-wrap th{position:sticky;top:0;z-index:1;color:#172033;background:#fff;font-size:13px}.gm-compare-table-wrap th:first-child,.gm-compare-table-wrap td:first-child{width:230px;text-align:left;padding-left:22px}.gm-compare-table-wrap tbody tr:nth-child(odd):not(.gm-compare-group){background:#f8faff}.gm-compare-table-wrap td.yes{color:#168a5b;font-size:16px;font-weight:800}.gm-compare-table-wrap td.no{color:#c0c7d2}.gm-compare-group td{padding:10px 22px!important;color:#3157d5!important;background:#edf2ff!important;font-weight:750;text-align:left!important}
@media(max-width:760px){.global-member-modal-body{grid-template-columns:1fr}.gm-benefit-list{max-height:280px}.gm-pay-tabs{grid-template-columns:1fr}.gm-checkout{flex-direction:column;align-items:stretch}.global-member-buy-btn{max-width:none}.global-member-modal{max-height:96vh}.gm-head-diamond{display:none}.gm-compare-page{width:calc(100% - 20px);padding-top:10px}.gm-compare-top{padding:18px}.gm-compare-top h2{font-size:20px}.gm-compare-plan-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.gm-compare-plan-card{min-height:210px;padding:15px 10px}}

@media (max-width: 1180px) {
    #app .left { width: 210px; }
    #app .left .account { width: 178px; }
    #right { margin-left: 210px; padding: 24px 22px 44px; }
}
@media (max-width: 820px) {
    #app .left { width: 72px; }
    #app .left .dhview { width: 72px; padding: 16px 10px; }
    #app .left .dhview .index { width: 52px; height: 48px; margin: 0 auto 16px; }
    #app .left .dhview .logo { width: 48px; height: 44px; background-size: auto 44px; background-position: left center; }
    #app .left .dhview ul { max-height: calc(100vh - 85px); }
    #app .left .dhview ul a { width: 48px; margin: 0 auto 5px; }
    #app .left .dhview ul li { width: 48px; }
    #app .left .dhview .nav-text { display: none; }
    #app .left .dhview .icon { margin-left: 15px; }
    #app .left .account { display: none; }
    #right { margin-left: 72px; padding: 20px 14px 36px; }
        #right .global-member-trigger-row{margin-bottom:12px;}
    #right > h3 { font-size: 19px; }
    #right .data-card { padding: 14px; }
    #right .data-card .button-view .flex-button-view { align-items: stretch; flex-direction: column; }
    #right .data-card .button-view .button-gongneng { justify-content: flex-start; }
    #right .data-card .data-list .table tbody td{height:54px;}
    .account-admin-page .account-page-heading{align-items:flex-start}
    .account-admin-page .account-list-card .button-view .flex-button-view{align-items:stretch;flex-direction:column;gap:10px}
    .account-admin-page .button-gongneng{justify-content:space-between!important}
    .account-admin-page .account-search{width:100%;max-width:320px}
    .account-admin-page .data-list{overflow-x:auto!important;overflow-y:visible!important}
    .user-info-card .user-card-body{grid-template-columns:repeat(2,minmax(0,1fr));}
    .user-info-card .user-row:nth-child(4n){border-right:1px solid #edf0f4}
    .user-info-card .user-row:nth-child(2n){border-right:0}
    .user-info-card .user-row:nth-last-child(-n+4){border-bottom:1px solid #edf0f4}
    .user-info-card .user-row:nth-last-child(-n+2){border-bottom:0}
}
@media (max-width: 520px) {
    #right { padding: 16px 10px 28px; }
    #right .global-member-trigger{max-width:100%;}
    #right > h3 { font-size: 18px; }
    #right > h3::before { height: 19px; }
    #right .data-card { border-radius: 9px; }
    #app .default-btn, #app .tint-btn, .default-btn, .tint-btn { width: 100%; }
    .button-daohang, .button-gongneng { flex-direction: column; align-items: stretch !important; }
    .account-admin-page .account-page-heading{display:block}
    .account-admin-page .account-total{display:inline-flex;margin:10px 0 0 14px}
    .account-admin-page .button-daohang,.account-admin-page .button-gongneng{flex-direction:column;align-items:stretch!important}
    .account-admin-page .account-search{max-width:none}
    .account-admin-page .account-list-card .button-view{padding:13px}
    .account-admin-page .account-page-heading p{line-height:1.6}
    .user-info-card .user-card-header{padding:13px 14px}
    .user-info-card .user-card-body{grid-template-columns:1fr}
    .user-info-card .user-row{min-height:64px;padding:13px 14px;border-right:0!important;border-bottom:1px solid #edf0f4!important}
    .user-info-card .user-row:last-child{border-bottom:0!important}
    .modal-dialog { margin: 12px 4px; padding: 0; }
    #notiConfigModal .modal-body form > div[style*="display:flex"] { grid-template-columns: 1fr; }
}

/* 私域社群联盟 2026 全站视觉系统 */
:root{
    --ylb-brand:#3157d5;
    --ylb-brand-hover:#2849b8;
    --ylb-brand-soft:#edf2ff;
    --ylb-cyan:#0891b2;
    --ylb-cyan-soft:#e8f8fb;
    --ylb-success:#168a5b;
    --ylb-success-soft:#eaf8f2;
    --ylb-purple:#7554c9;
    --ylb-purple-soft:#f2edff;
    --ylb-warning:#d97706;
    --ylb-warning-soft:#fff5df;
    --ylb-danger:#d92d20;
    --ylb-danger-soft:#fff1f0;
    --ylb-ink:#172033;
    --ylb-text:#475467;
    --ylb-muted:#7c879b;
    --ylb-line:#e3e8f0;
    --ylb-bg:#f5f7fb;
    --ylb-surface:#fff;
    --ylb-radius:12px;
    --ylb-shadow:0 7px 24px rgba(29,45,82,.06);
}
html.ylb-console,html.ylb-console body{min-height:100%;color:var(--ylb-text);background:var(--ylb-bg);}
html.ylb-console body,html.ylb-console input,html.ylb-console select,html.ylb-console textarea,html.ylb-console button{font-family:"PingFang SC","Microsoft YaHei",Arial,sans-serif;}
#right{color:var(--ylb-text);}
#right>h3,#right .page-title,#right .title-view h3{height:auto!important;min-height:0;color:var(--ylb-ink);font-weight:750;line-height:1.45;white-space:normal;overflow:visible;text-overflow:clip;}
#right>h3:before{background:var(--ylb-brand);}
#right>p,#right .page-desc,#right .subtitle,#right .desc,#right .tips,#right .help-text{height:auto;max-height:none;line-height:1.7;white-space:normal;overflow:visible;text-overflow:clip;overflow-wrap:anywhere;}
#right .data-card,#right .domain-card,#right .config-card,#right .user-card,#right .membership-card,#right .tool-card,#right .plugin-card,#right .card{border-color:var(--ylb-line);border-radius:var(--ylb-radius);box-shadow:var(--ylb-shadow);}
#right .data-card{height:auto;min-height:0;overflow:visible;}
#right .data-card .button-view{height:auto;min-height:0;}
#right .data-card .button-view .flex-button-view{height:auto;min-height:0;gap:10px;flex-wrap:wrap;}
#right .button-daohang,#right .button-gongneng{height:auto;min-height:0;gap:8px;flex-wrap:wrap;}
#app .default-btn,#app .tint-btn,.modal .default-btn,.modal .tint-btn{display:inline-flex;width:auto;max-width:100%;min-height:38px;height:auto;padding:8px 15px;align-items:center;justify-content:center;border-radius:8px;font-weight:650;line-height:1.45;white-space:normal;text-align:center;overflow:visible;text-overflow:clip;overflow-wrap:anywhere;transition:.16s;}
#app .default-btn,.modal .default-btn{border:1px solid var(--ylb-brand);color:#fff;background:var(--ylb-brand);box-shadow:0 4px 10px rgba(49,87,213,.15);}
#app .default-btn:hover,.modal .default-btn:hover{border-color:var(--ylb-brand-hover);color:#fff;background:var(--ylb-brand-hover);transform:translateY(-1px);}
#app .tint-btn,.modal .tint-btn{border:1px solid #d7deea;color:var(--ylb-text);background:#fff;}
#app .tint-btn:hover,.modal .tint-btn:hover{border-color:#acbee9;color:var(--ylb-brand);background:#f7f9ff;}
#app button:disabled,.modal button:disabled{opacity:.62;cursor:not-allowed;transform:none!important;box-shadow:none!important;}
#right .form-control,.modal .form-control,#right input[type="text"],#right input[type="number"],#right input[type="password"],#right select,#right textarea{max-width:100%;height:auto;min-height:40px;border-color:#d7deea;border-radius:8px;color:var(--ylb-ink);background:#fff;box-shadow:none;line-height:1.5;}
#right textarea,.modal textarea.form-control{min-height:96px;white-space:pre-wrap;overflow-wrap:anywhere;}
#right .form-control:focus,.modal .form-control:focus,#right input:focus,#right select:focus,#right textarea:focus{border-color:#7892dc;box-shadow:0 0 0 3px rgba(49,87,213,.1);outline:0;}
#right .table-responsive,#right .data-list{max-width:100%;overflow-x:auto;overflow-y:visible;}
#right .table{width:100%;color:var(--ylb-text);background:#fff;}
#right .table th{height:auto;padding:11px 12px;color:#667085;background:#f8fafc;font-weight:650;line-height:1.45;white-space:normal;}
#right .table td{height:auto;min-height:48px;padding:11px 12px;line-height:1.55;vertical-align:middle;}
#right .table td a,#right .table td span,#right .table td div{max-width:100%;}
#right .domain-url,#right .domain-name,#right [class*="order-no"],#right [class*="domain-"]{overflow-wrap:anywhere;word-break:break-word;}
#right .status,#right [class*="-status"],#right [class*="-tag"],#right [class*="-badge"]{height:auto;max-width:100%;line-height:1.45;white-space:normal;overflow:visible;text-overflow:clip;}
.modal-content{overflow:hidden;border:1px solid var(--ylb-line);border-radius:14px;box-shadow:0 24px 70px rgba(15,23,42,.2);}
.modal-header{padding:17px 20px;border-bottom:1px solid #edf0f4;background:#fff;}
.modal-title{color:var(--ylb-ink);font-weight:750;line-height:1.45;white-space:normal;overflow-wrap:anywhere;}
.modal-body{color:var(--ylb-text);background:#fff;}
.modal-footer{border-top:1px solid #edf0f4;background:#fafbfc;}
#right .loading,#right .empty,#right [class*="-empty"],#right [class*="no-data"]{height:auto;min-height:120px;padding:28px;color:var(--ylb-muted);background:#fafbfc;line-height:1.7;white-space:normal;text-align:center;}
#right .success,#right [class*="is-success"]{color:var(--ylb-success);}
#right .warning,#right [class*="is-warning"]{color:var(--ylb-warning);}
#right .danger,#right [class*="is-danger"]{color:var(--ylb-danger);}
#right .global-member-trigger{white-space:nowrap;}
#app .left .account-card{height:auto;min-height:0;}
#app .left .account-level b,#app .left .account-level span,#app .left .account-user-row span,#app .left .account-status{height:auto;white-space:normal;overflow:visible;text-overflow:clip;overflow-wrap:anywhere;}
#right .plugin-list,#right .tool-list,#right .card-list,#right .data-card-list{align-items:stretch;}
#right .plugin-list>*,#right .tool-list>*,#right .card-list>*{height:auto;min-height:0;overflow:visible;}
#right .plugin-list .desc,#right .tool-list .desc,#right .plugin-card .desc,#right .tool-card .desc{display:block;height:auto;max-height:none;white-space:normal;overflow:visible;text-overflow:clip;overflow-wrap:anywhere;}
#right .nav-tabs,#right .domain-tabs{height:auto;min-height:0;overflow-x:auto;overflow-y:visible;}
#right .nav-tabs>li>a,#right .domain-tabs button{height:auto;min-height:40px;white-space:normal;line-height:1.4;}
#right .pagination{display:flex;max-width:100%;gap:5px;flex-wrap:wrap;}
#right .alert,#right .notice,#right [class*="-notice"],#right [class*="-result"],#right [class*="-feedback"]{height:auto;max-height:none;white-space:normal;overflow:visible;text-overflow:clip;overflow-wrap:anywhere;line-height:1.65;}
/* 账号管理：单用户资金管理弹窗 */
#UserFundsModal .fund-modal-subtitle{display:block;margin-top:3px;color:#8a94a6;font-size:12px}
#UserFundsModal .fund-user-summary{display:flex;align-items:center;gap:11px;margin-bottom:14px;padding:12px 14px;border:1px solid #e5e9f1;border-radius:10px;background:#f8fafc}
#UserFundsModal .fund-user-avatar{display:inline-flex;flex:0 0 38px;width:38px;height:38px;align-items:center;justify-content:center;border-radius:50%;color:#fff;background:#3157d5;font-weight:750}
#UserFundsModal .fund-user-summary b,#UserFundsModal .fund-user-summary small{display:block}#UserFundsModal .fund-user-summary small{margin-top:2px;color:#8a94a6;font-size:12px}
#UserFundsModal .fund-stat-grid,#UserFundsModal .fund-type-grid,#UserFundsModal .fund-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
#UserFundsModal .fund-stat-card{padding:14px;border:1px solid #dce4f7;border-radius:10px;background:#f7f9ff}#UserFundsModal .fund-stat-card.commission{border-color:#d9eee5;background:#f5fbf8}
#UserFundsModal .fund-stat-card span,#UserFundsModal .fund-stat-card strong,#UserFundsModal .fund-stat-card small{display:block}#UserFundsModal .fund-stat-card span{color:#667085;font-size:12px}#UserFundsModal .fund-stat-card strong{margin:5px 0;color:#3157d5;font-size:22px}#UserFundsModal .fund-stat-card.commission strong{color:#16855b}#UserFundsModal .fund-stat-card small{color:#8a94a6;font-size:11px;line-height:1.5}
#UserFundsModal .fund-section-label{margin:16px 0 8px;color:#344054;font-size:13px;font-weight:700}
#UserFundsModal .fund-type-card{display:flex;align-items:flex-start;gap:9px;margin:0;padding:12px;border:1px solid #dfe5ef;border-radius:10px;background:#fff;cursor:pointer;transition:.15s}#UserFundsModal .fund-type-card.is-selected{border-color:#5f7ee8;background:#f3f6ff;box-shadow:0 0 0 2px rgba(49,87,213,.08)}#UserFundsModal .fund-type-card input{margin-top:4px}#UserFundsModal .fund-type-card b,#UserFundsModal .fund-type-card small{display:block}#UserFundsModal .fund-type-card b{color:#344054;font-size:13px}#UserFundsModal .fund-type-card small{margin-top:3px;color:#8a94a6;font-size:11px;line-height:1.5}
#UserFundsModal .fund-form-grid{margin-top:14px}#UserFundsModal .fund-modal-result{display:none;margin-top:12px;padding:10px 12px;border-radius:8px;font-size:13px;line-height:1.6}#UserFundsModal .fund-modal-result.success{color:#087443;background:#eaf8f1}#UserFundsModal .fund-modal-result.error{color:#c4322b;background:#fff0ef}
@media(max-width:820px){
    #right .data-card,#right .domain-card,#right .config-card,#right .user-card,#right .membership-card{padding:14px;}
    #right .table{min-width:680px;}
    #right .global-member-trigger-row{justify-content:flex-end;}
}
@media(max-width:520px){
    #UserFundsModal .fund-stat-grid,#UserFundsModal .fund-type-grid,#UserFundsModal .fund-form-grid{grid-template-columns:1fr;}
    #app .default-btn,#app .tint-btn,.modal .default-btn,.modal .tint-btn{width:100%;}
    #right .global-member-trigger{max-width:100%;}
    .modal-dialog{width:auto;max-width:calc(100% - 16px);margin:8px auto;}
    .modal-header,.modal-body,.modal-footer{padding-left:14px;padding-right:14px;}
}