::selection {
    background-color: rgb(86, 104, 231);
	color:#fff;
}

html{
	scrollbar-width: thin;
    scrollbar-color: rgba(200, 200, 200, 0.3) transparent;
}

body {
	padding:0px;
	background-color:#fefefe;
	font-size:14px;
	overflow-y: scroll;
	/* font-family: sans-serif; */
  	font-family: sans-serif,"Microsoft YaHei";
}

body::-webkit-scrollbar {
  width: 4px;
}

body::-webkit-scrollbar-thumb {
  background-color: rgba(255,255,255,0.4);
  border-radius: 4px;
}

body::-webkit-scrollbar-thumb:hover {
  background-color: rgba(255,255,255,0.6);
}

.content{
	padding-top:70px;
}

.layui-main {
	max-width:1400px;
    min-width: 600px;
    width:100%;
    height:100%;
}

.content-body{
	max-width:1400px;
	min-width: 600px;
	margin:0 auto;
	font-size: 15px;
	color: #363636;
	line-height: 25px;
	padding-top: 5px;
	padding-left: 25px;
	padding-right: 25px;
}

.information-box-text h1{
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(left, #1774ff, #9d21ff 25%, #1774ff 50%, #9d21ff 75%, #1774ff);
    -webkit-background-clip: text;
}

.header {
	position: fixed;
	height: 75px;
	background-color: #ffffff;
	width:100%;
	box-shadow: 0px 2px 6px 0px #0808082e;
	/* border-bottom: 0.1px solid #ddd;*/
}

.header.white-bg {
	background-color: white;
 	/* box-shadow: 0px 0px 5px 0px #eaeaea;  */
 	box-shadow: 0px 2px 6px 0px #0808082e;
}

.header .layui-nav {
    top: 0;
    padding: 0;
    background: none; 
    height: 100%;
    position: static;
}

.header .layui-nav-right{
	position: absolute;
    right: 15px;
    top: 0;
}

.header .layui-nav.layui-nav-right .layui-nav-item {
	margin-top: 15px;
    margin-right: 2px; 
    margin-left: 2px; 
}

.header .layui-nav .layui-nav-item {
	font-size: 14px;
	margin-top: 20px;
    line-height: 30px;   
    margin-right: 8px; 
    margin-left: 8px; 
}

.layui-nav-right .layui-nav-item a{
	padding: 0px 15px;
	font-size: 15px;
}

.header .layui-nav .layui-nav-item a {
    display: block;
    padding: 0 15px;
    font-size: 16px;
    font-stretch: condensed;
    font-weight: 500;
    font-family: PingFang SC;
    color: #333;
}

.header .layui-nav .layui-nav-item a:hover{
	color: #0d47a1;
}

.header .layui-nav .layui-nav-item .menu-promotion {
	color: #7442c1;
}

.header .layui-nav .layui-nav-item .menu-promotion:hover {
	color: #7317ff;
}

.header .layui-nav .layui-nav-child dd a {
   padding-left: 15px !important;
   font-weight: 300;
   font-size: 15px;
 }
  
.header .layui-nav .layui-nav-more {
    right: -2px; 
}

.header .layui-nav .layui-this:after, .layui-nav-bar {
/* 	content: '';
    top: auto;
    left: 10%;
    width: 80%;
    height: 2px;
    background-color: #666;
    border-radius: 5px; */
    display: none;
}


.header .layui-nav .layui-nav-menu-user {
	padding-left:10px;
}

.layui-nav .layui-nav-menu-user .layui-badge{
	border-radius: 5px;
	font-size: 12px;
}
.layui-nav-menu-user .layui-bg-blue{
    background-color: #4376ed !important;
}
.layui-nav-menu-user .layui-bg-green{
    background-color: #43b143 !important;
}

.layui-nav .layui-nav-menu-user .btn_home_login{
	height: 30px;
    line-height: 28px;
    font-size: 15px !important;
    font-family: PingFang SC;
    font-weight: 500;
    border-radius: 5px;
    width: 110px;
    margin-top: 5px;
}

.header .layui-nav .layui-nav-child{
	min-width:120px;
	right: auto; 
	left: 2px;
	background: #fff;
  	border-radius: 3px;
  	box-shadow: 0 4px 12px 2px rgb(0 0 0 / 5%);
  	top: 40px;
  	border:none;
}

.logo {
    /* position: absolute; */
    left: 0;
    height: 100%;
    /*background-color: #333;*/
    width: 190px;
    float: left;
    margin-right: 10px;
    z-index: 99999;
}

.header .layui-nav-img {
	width: 35px;
	height: 35px;
	margin-left: 3px;
    margin-right: 0px; 
}

/**登录用户显示名称**/
.header .login-user-show-name{
	font-size:12px;
	color:#999;
	display: inline-block; /* 确保 span 能限制宽度 */
    max-width: 160px; /* 设置最大宽度 */
    overflow: hidden; /* 超出部分隐藏 */
    white-space: nowrap; /* 不允许换行 */
    text-overflow: ellipsis; /* 超出部分显示省略号 */
}


.logo img{
	margin-top: 12px;
	margin-left: 30px;
	margin-right: 20px; 
	width: 140px;
	pointer-events: auto;
}

.no-after::after {
  display: none !important;
  content: none !important;
}

.page-bottom{
	text-align: center;
	margin-top: 10px;
	padding-top:10px;
	font-size:13px;
	padding-bottom: 10px;
	height: 100px;
	/* background-color: #393D49;  */
	background-color: #1E1F21;
	display: flex;
    align-items: center;
    justify-content: center;
}

.page-bottom a{
	color: #eee;
	font-size:13px;
}

.page-bottom a:hover{
	color: #88e;
}

.page-bottom div{
	padding:0px 20px;
}
.page-bottom .b1{
	color:#eee;
}

.page-bottom .b2{
	color:#eee;
	font-size:13px;
}

.page-bottom .b3 a{
	color:#eee;
}

.page-bottom .b3 img{
	padding-bottom:3px;
	padding-right:3px;
}


.content-body.notitlebar{
	padding-top:5px;
}

.content-box{
    padding: 10px;
    /* border: solid 1px #e2e2e2; */
    /* border-radius: 5px; */
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 14px;
}

.content-message-box{
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    min-height: 50vh;
}

.content-message-box .error-logo{
	filter: grayscale(80%);
	padding: 10px;
	width:  130px;
}

.content-message-box .error-message{
	font-size: 17px;
	    color: #5c5c5c;
 	padding-bottom: 15vh;
}
	
.information-box {
	/* background-color: #f3f3f3; */
	color: #050404;
	padding: 30px 50px;
	/* background: url(//images.ctfassets.net/rz1oowkt5gyp/7lTGeXbBRNRLaVk2MdBjtJ/99c266e…/white-wave-bg.svg) center bottom -0.5px / 100% 54% no-repeat scroll padding-box border-box, linear-gradient(60deg, rgb(212 212 212), rgb(246 246 246)) 0% 0% / auto repeat scroll padding-box border-box rgb(84 166 120); */
	__background: url(//images.ctfassets.net/rz1oowkt5gyp/7lTGeXbBRNRLaVk2MdBjtJ/99c266e…/white-wave-bg.svg) center bottom -0.5px / 100% 54% no-repeat scroll padding-box border-box, linear-gradient(60deg, rgb(82, 67, 170), rgb(237, 80, 180)) 0% 0% / auto repeat scroll padding-box border-box rgb(82, 67, 170);
	___background: url(//images.ctfassets.net/rz1oowkt5gyp/7lTGeXbBRNRLaVk2MdBjtJ/99c266e…/white-wave-bg.svg) center bottom -0.5px / 100% 54% no-repeat scroll padding-box border-box, linear-gradient(60deg, rgb(250,250,250),rgb(250,250,250)) 0% 0% / auto repeat scroll padding-box border-box rgb(84 166 120);
	background: url(//images.ctfassets.net/rz1oowkt5gyp/7lTGeXbBRNRLaVk2MdBjtJ/99c266e…/white-wave-bg.svg) center bottom -0.5px / 100% 54% no-repeat scroll padding-box border-box, linear-gradient(60deg, rgb(255 255 255), rgb(215 240 255)) 0% 0% / auto repeat scroll padding-box border-box rgb(84 166 120);
	_background-color:#fff;
	background-blend-mode: normal, normal;
	min-height: 100px;
	display: flex;
	align-items: center; /* 垂直居中 */
	justify-content: flex-start; /* 水平居中，可选 */
	/*clip-path: polygon(0 0, 100% 0, 100% 100%, 65% 95%, 0 100%);  添加曲线效果 */
	/* border-radius: 5px;
  	margin: 10px; */
}

.information-box img{ 
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by most browsers */
    width: 160px;
}

.information-box .info-max-width{
	/* margin: 0 auto; */
	width: 100%;
	color: rgb(118 118 118);
	font-size: 18px;
	line-height: 32px;
}

.info-content{
	display: flex;
	align-items: center; /* 垂直居中 */
	justify-content: flex-start; /* 水平居中，可选 */
}

.information-box-text{
	width:95%;
	word-wrap: break-word;
	line-height:30px;
}

.information-box h1{
	/* font-size:40px;
	font-weight: bold; */
	color: rgb(41 41 41);
	line-height: 35px; 
	padding-top: 10px;
	padding-bottom: 15px;
	font-stretch: condensed;
	text-align: center;
	letter-spacing: 3px;
	font-weight: 100;
    font-size: 30px;
}



.information-box-text p{
	font-size:16px;
	font-stretch: condensed;
	letter-spacing: 1px;
}

.information-box-text b{
	font-size: 18px;
	color: #466cb2;
}

.information-box-text ul{
	font-size:16px;
	color: #9d9d9d;
	text-align: left;
}

.task-result-info{
	font-size:18px;
    color: #575757;
}

.content-box-center{
	text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
    font-family: Arial, sans-serif;
}

.big-pad{
	 padding: 10px;
}

.small-pad{
	 padding: 5px;
}

.content-box .grey{
    background-color: #eee;
}

.content-box .layui-inline{
	margin: 0px;
}

.red{
	color:#ff0000;
}

.blue{
	color:#0000ff;
}

.green{
	color:#008800;
}

.read-bad-data{
	overflow: hidden;
	color: #ff0808;
	font-weight: bold;
	background-color: #ffef0d;
	border-radius: 3px;
	margin: 0px;
	padding: 0px 2px;
}

.hint-box{
	padding:10px;
	border-radius: 5px;
	background-color: #f9fbdf;
	font-size: 15px;
	color: #847f33;
}

.child-title{
	font-weight: 500;
    border-left-style: solid;
    border-left-width: 4px;
    border-left-color: #57778f;
    color: #2e4e67;
    padding-left: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 20px;
}

.import-box{
}

.import-box .context-plant{
	/* margin-right:170px; */
	min-height: 300px;
	width: calc(100% - 170px);
}

.import-box .plant-empty{
	background-color: #fafafa;
	border: solid 1px #efefef;
	display: flex;
    justify-content: center;
    align-items: center;
}

/* .import-box .plant-empty:after{
	content: "-无数据-";
    line-height: 130px;
    width: 50px;
    height: 50px;
    background-image: url(/assets/share/img/icon-empty.png);
    background-size: contain;
    transform: translate(80px, -40%);
    color: #bebebe;
} */

.import-box .right-plant{
	float:right;
	width:158px;	
	margin-left:10px;
}

.folder-tree-box{
	width: 25%;
	float: left;
}

.folder-excel-box{
	width:75%;
	float: right;
}

.folder-excel-box.empty{
	width:100%;
}

.folder-tree-box .import-box .context-plant{
	margin-right: 0px;
	height: 497px;
    border: SOLID 1px #efefef;
    background-color: #fafafa;
    margin-right:10px;
    overflow-x: auto;
    overflow-y: auto;
    width: calc(100% - 10px);
}

.folder-excel-box .import-box .context-plant{
	height: 500px;
}


.folder-excel-box .plant-folder-tree{
    font-size: 14px;
}

.docmerge-excel-box{
	width:100%;
}

.docmerge-excel-box.empty{
	width:100%;
}

.docmerge-excel-box .import-box .context-plant{
	height: 500px;
}

.pdfmerge-excel-box .import-box .context-plant{
	height: 500px;
}

.import-box .layui-btn-xs {
    height: 22px;
    line-height: 18px;
    padding: 0 5px;
    font-size: 12px;
    border-radius: 5px;
}

.import-box .layui-table-view .layui-table[lay-size=sm] .layui-table-cell{
	height: 22px;
    line-height: 20px;
}

.import-but {
	/*position: absolute;*/
	width:160px;
	height:110px;
	/* background-color: #f8f8f8; */
	text-align: center;
	vertical-align: middle;
	border: solid 0px #e2e2e2;
	border-radius: 3px;
	/* color:#888; */
	/* background-color: #13c684; */
	background-color: #2b62bb;
	color:#eee;
	/*font-weight: bold;*/
	font-size:16px;
	/* border-radius: 10px; */
	transition: background-color 0.3s ease;
	cursor: pointer;
	line-height:18px;
	padding: 5px;
}

.import-but img{
	padding-bottom: 5px;
	width:35px;
	height:35px;
}

.import-but:hover {
	_background-color: #0da26b;
	background-color: #4c88ea;
}

.import-but:active {
	_background-color: #028b59;
	background-color: #3173df;
	padding-top:3px;
}

.bottom_buttons{
	margin-top: 15px;
	/* border-top: solid 1px #eee; */
	padding-top: 20px;
	text-align: center;
	padding-bottom: 20px;
}

/* .layui-table-cell {
    height: 22px;
    line-height:22px;
    padding: 2px 5px;
} */

.noselect {
	-webkit-touch-callout: none; /* iOS Safari */	
	-webkit-user-select: none; /* Chrome/Safari/Opera */	
	-khtml-user-select: none; /* Konqueror */	
	-moz-user-select: none; /* Firefox */	
	-ms-user-select: none; /* Internet Explorer/Edge */	
	user-select: none; /* Non-prefixed version, currently not supported by any browser */
}

.loading-fly{
    width: 160px;
    padding: 10px 30px 30px 30px;
}

/* 进度条样式 */
.layui-progress {
    background-color: #f1f1f1;
    border-radius: 8px;
    overflow: hidden;
}


/* 进度条背景 */
.layui-progress-bar {
    background-color: #4f90e0;
    width: 0%;
    height: 100%;
    border-radius: 8px;
    transition: width 0.5s ease-in-out;
}

.loading-text{
	font-size: 16px;
    color: #555;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 100px;
}

/* .pay-finished {
	font-size:14px;
	color: #aaa;	
	line-height: 22px;
	padding-bottom: 10px;
} */

.login-title{
	text-align: center;
	font-size: 20px;	
	padding-top: 10px;
	padding-bottom: 20px;
}

.login-qrcode-box{
	text-align: center;
	padding-top:5px;
}

.login-qrcode-box .qrcode-img-box{
	display:flex; 
	justify-content:center; 
	align-items:center;
	height:180px;
}

.login-qrcode-box .qrcode-img-box img{
	position:absolute;
}

.login-qrcode-box .qrcode-img{
	width:180px;
	height:180px;
	border-radius: 5px;
	border: 1px solid #eee;
}

.login-qrcode-box .qrcode-img-wx{
	width:30px;
	height:30px;
	border-radius: 10px;
	border: 4px solid #fff;
}

.login-qrcode-box p{
	font-size:15px;
	padding-top:5px;
	color: #666;
}

.login-qrcode-box p span{
	color:#f00;
	font-size:20px;
}


.hint-txt{
	font-size:13px;
	color:#999;
	font-weight: normal;
}

.big-text{
	font-size:22px;
}

.docbatch-help-box{
	font-size:15px;
}
.docbatch-help-box .layui-btn{
    line-height: 22px;
    min-width: 100px;
    font-size: 14px;
    border-radius: 50px;
    height: 26px;
}

.content-help{
	padding-top:40px;
	padding-bottom:40px;
	padding-left: 80px;
	padding-right:80px;
	
}

.content-help h1{
	font-size:20px;
	text-align: center;
}

.content-help h2{
	font-size:16px;
	padding-top:20px;
	padding-bottom:5px;
	
}

.content-help h3{
	font-size:16px;
	padding-top:10px;
	padding-left:18px;
	color:#433;
}

.content-help p{
	font-size:16px;
	padding-left:35px;
	line-height: 38px;
	color:#666;
}

.content-help img{
	max-width:80%;
	padding:10px;
	border-radius: 15px;
    border: solid 1px #eee;
}

.content-help p b{
	color: #068ccf;;
}

.content-help p i{
	color: #988;
}

.content-help .video{
	padding:20px;
}

.content-about{
	/* padding-top:40px; */
	padding-bottom:40px;
	padding-left: 80px;
	padding-right:80px;
	
}

.content-about p{
	font-size: 15px;
	padding-left:35px;
	line-height: 35px;
	color:#555;
}

.content-about img{
	max-width:95%;
	padding:10px;
	border-radius: 10px;
    border: solid 1px #eee;
}


/*次卡商品列表*/
.score-goods-title{
	text-align: center;
	font-size: 20px;	
	padding-top: 0px;
	padding-bottom: 5px;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(left, #1774ff, #9d21ff 25%, #1774ff 50%, #9d21ff 75%, #1774ff);
    background-size: 200%, 100%;
    -webkit-background-clip: text;
    -webkit-animation: word 3s linear infinite;
    font-size: 26px;
}

.score-goods-box{
	text-align: center;
    /* display: -webkit-flex; */
    display: -ms-flexbox;
    display: flex;
    min-width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
    margin-top: 5px;
    margin-bottom: 5px;
    justify-content: center;
    flex-direction: row;
}

.score-goods-box::-webkit-scrollbar {
	/*滚动条整体样式*/
	width : 10px;  /*高宽分别对应横竖滚动条的尺寸*/
	height: 10px;
}
.score-goods-box::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 10px;
	box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
	background   : #c0c0c0;
}
.score-goods-box::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	background   : #fff;
}

.score-goods-item {
	/* min-width: 220px;*/
	width: 170px; 
	margin: 10px;
	background-color: #f8f8f8;
	border-radius: 2px;
	border: solid 1px #eee; 
	font-size: 16px;
	color: #464543;
	line-height:34px;
	padding:40px 0px 0px 0px;
	min-height:180px;
}

	
.score-goods-item:hover {
	/* #border: solid 1px #ff9800; */
}

.score-goods-item.active{
	border: solid 1px #ff9800;
	background-color: #fdd0a3;
}

.score-goods-item .r{
	color: #408f4c;
	font-size: 32px;
	font-weight: bold;
}

.score-goods-item .m{
	color:#ea0000;
	font-size: 18px;
}

.score-goods-item .v{
	color: #f7f7f7;
    font-size: 18px;
    margin-top:15px;
    line-height:30px;
    /* background-color: #eee; */
    color: #777;
}

.score-goods-item .info{
	white-space: normal;
	padding: 10px;
	text-align: left;
	display: -webkit-flex;
    display: -ms-flexbox;
	font-size: 14px;
	line-height: 18px;
}

.score-goods-item.active .r{
	color: #d52626;
}

.score-goods-item.active .v{
    color: #fff;
    background-color: #ee7600;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
}

.corner-hotsell {
     position: relative;
   }

.corner-hotsell::before {
	position: absolute;
    top: 0.3rem;
    left: -0.5rem;
    z-index: 1;
    padding-right: 0.625rem;
    line-height: 0px;
    color: #fff;
    height: 0px;
    border: 0.6375rem solid #ff1818;
    border-right-color: transparent;
    content: "热销";
    box-shadow: 0px 0.3125rem 0.3125rem -0.3125rem #000;
    font-size: 16px;
  }

.corner-hotsell::after {
    content: "";
    position: absolute;
    top: 1.3875rem;
    left: -0.5rem;
    border: 0.25rem solid #89540c;
    border-left-color: transparent;
    border-bottom-color: transparent;
  }
  
  
		.score-buy-box{
		    height: 170px;
		    background-color: #f8f8f8;
		    padding: 15px;
		    margin-left: 10px;
		    margin-right: 10px;
		    border: solid 1px #efefef;
		}
		
		.score-buy-qrcode{
			float:left;
			width:140px;
			height:140px;
			padding: 10px;
		}
		
		.score-buy-info {
			float:left;
			font-size: 16px;
			line-height: 30px;
			padding-left: 0px;
		}
		
		.score-buy-info .m{
			padding-top:10px;
			padding-bottom:5px;
			color:#f00;
			font-size: 14px;
		}
		
		.score-buy-info .m .b{
			font-size: 30px;
		}
		
		.score-buy-info .hint{
			font-size:14px;
			border-radius: 5px;
			background-color: #222;
			margin-bottom:5px;
			color: #fff;
			padding-left:5px;
			line-height:22px;
		}
		
		.score-buy-info .pt{
			padding-top:15px;
			color:#888;
			font-size: 14px;
		}
		
		.score-buy-finish{
			text-align: center;
			color:#383;
			font-size:16px;
			padding-top: 10px;
		}
		
		.score-buy-finish i{
			font-size: 60px;
			line-height: 80px;
		}

.content-box-left{
	float:left;
	width:230px;
	position: fixed;
	background-color: transparent;
	padding: 0px;
	margin-top: 5px;
}

.content-box-left .layui-menu-body-title{
	text-align: left;
}

.content-box-left .layui-menu {
	background-color: transparent;
}

.content-box-left .layui-menu li{
	line-height: 45px;
	background-color: transparent;
}

.content-box-left .layui-icon {
	padding-right: 8px;
}

.content-box-left .layui-menu .layui-menu-item-checked a, .layui-menu .layui-menu-item-checked2 a {
    color: #fff;
}

.content-box-left .layui-menu .layui-menu-item-checked:after {
	display: none;
}

.content-box-left .layui-menu .layui-menu-item-checked, .layui-menu .layui-menu-item-checked2 {
    background-color: #2b62bb!important;
    border-radius: 5px;
}

.layui-form-radio:hover>*, .layui-form-radioed, .layui-form-radioed>i {
    color: #2b62bb;
}
.layui-tab-brief>.layui-tab-title .layui-this {
    color: #2b62bb;
}
.layui-tab-brief>.layui-tab-more li.layui-this:after, .layui-tab-brief>.layui-tab-title .layui-this:after {
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #2b62bb;
}
.layui-tab .layui-tab-title {
    border-bottom-width: 0 px;
    border-bottom-style: solid; 
}
.layui-menu-body-title{
	text-align: center;
	font-size: 15px;
}	        

.content-box-right{
	margin-left:240px;
}

.content-box-right .child-title{
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}

.content-trait-box{
	background-color: #fff;
	border-radius: 5px;
	padding: 20px 0;
	min-height: 50px;
}

.content-trait-box .layui-col-sm3 div{
	text-align: left;
	font-size:18px;
	color: #b7b02d;
	border-radius: 4px;
	/* padding: 10px; */
	line-height: 19px;
}

.content-trait-box span{
	font-size:14px;
	color: #999;
	font-weight: normal;
}

.content-trait-box img{
	float:left;
	margin-left:5%;
	margin-right:10px;
	opacity: 0.6;
	width: 38px;
}

.information-box .content-trait-box{
	background-color: transparent;
	padding-top: 30px;
	padding-bottom: 0px;
}

.information-box .content-trait-box .layui-col-sm3 div{
	text-align: left;
	font-size:18px;
	/* color: #686868; */
	/* margin-top: 20px; */
}
.information-box .content-trait-box span{
	font-size:14px;
	color: #b9b8a2;
	font-weight: normal;
}
.information-box .content-trait-box img{
	opacity: 1;
}

.mobile-hint-box{
    background-color: #9c14ff;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 10px;
    text-align: center;
    padding: 5px !important;
}

.btn-down-file{
	margin-top: 5px;
	margin-bottom: 5px;
	height: 50px;
}

.btn-create{
	height: 50px;
	font-size:20px;
	min-width: 250px;
}

.layui-btn{
	border-radius: 3px;
}

.layui-layer-dialog, .layui-layer-iframe{
	border-radius: 2px;
}

.layui-layer-iframe .layui-layer-content{
	bottom:5px;
}

.layui-layer-btn .layui-layer-btn0,.layui-layer-btn .layui-layer-btn1,.layui-layer-btn .layui-layer-btn2{
	border-radius: 2px;
	line-height:28px;
}

.layui-layer-qwd .layui-layer-btn a {
    font-size:14px;
    line-height:28px;
}

.pcTopLevelMenus{
  display: block;
}

.mobileTopLevelMenus{
  display: none;
}

.btn_pay_score{
	border-radius: 20px;
    background-color: #027595;
}

@media screen and (max-width: 760px) {
	
	.phone-hide{
		display: none;
	}
	
	.layui-main {
		min-width: 300px;
	}

	.content-body{
		min-width: 300px;
	    margin: 0 auto;
	    font-size: 14px;
	    color: #363636;
	    line-height: 23px;
	    padding-top: 15px;
	    padding-left: 10px; 
	    padding-right: 10px;
	}
	
	.information-box {
       padding: 10px 10px;
	}
	
	.information-box-text{
	   width:100%;
	}
	
	.logo{
		/* #display:none; */
	}
		
	.layui-nav .menu-update {
		display:none;
	}
	
	.menu-login {
		display:none;
	}

	.import-box .right-plant{
		float: none;
		width: 100%;
		margin-left: 0px;
	}
	
	.import-but{
		position: static;
		width: 100%;
		height: 110px;
		margin-bottom:5px;		
	}
	
	.import-box .context-plant{
		float: none;
		margin-right:0px;
		min-height: 300px;
		width: 100%;
	 }
	
	.content-help {
	    padding-top: 20px;
	    padding-bottom: 20px;
	    padding-left: 10px;
	    padding-right: 10px;
	    word-wrap: break-word; 
		word-break: normal; 
	}
	
	.content-about {
	    padding-top: 10px;
	    padding-bottom: 20px;
	    padding-left: 10px;
	    padding-right: 10px;
	    word-wrap: break-word; 
		word-break: normal; 
	}
	
	.bottom_buttons button{
		margin-top: 10px;
	}
	
	.folder-tree-box{
		width:100%;
		float: none;
	}
	
	.folder-excel-box{
		width:100%;
		float: none;
	}
	
	.pcTopLevelMenus{
	  display: none;
	}
	
	.mobileTopLevelMenus{
	  display: block;
	}
	
	/* .header .layui-nav .layui-this:after, .layui-nav-bar {
		content: '';
	    top: auto;
	    left: 5%;
	    width: 90%;
	    height: 3px;
	} */
	
	.import-box .plant-empty:after{
	    transform: translate(0, 0);
	}
	
	.docbatch-help-box .layui-btn{
		line-height: 26px;
		min-width: 40%;
		font-size:16px;
		
	}
	
	.content-trait-box .layui-col-sm3{
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 1000px) {
	
	.pcTopLevelMenus .menu-update{
		display: none;
	}
	
	.pcTopLevelMenus .menu-about{
		display: none;
	}
	
}

@media screen and (max-width: 880px) {
	
	.pcTopLevelMenus{
	  display: none;
	}
	
	.mobileTopLevelMenus{
	  display: block;
	}
	
/* 	.header .layui-nav .layui-this:after, .layui-nav-bar {
		content: '';
	    top: auto;
	    left: 5%;
	    width: 90%;
	    height: 3px;
	} */
}

@media screen and (max-width: 1100px) {
    .layui-layer-iframe {
        overflow-y: visible!important;
        -webkit-overflow-scrolling: touch;
    }
}


.error-box{
	margin: 0 auto;
	text-align: center;
	font-size:18px;
}

.error-box div{
	padding-top: 10px;
}

.btnWebCheckout{
	width: 150px;
	height:auto;
	border-radius: 50px;
	/* height: 40px; */
	border: 2px solid;
}

.language-img{
	width:18px;
	height:18px;
	margin-right: 2px;
}

.layui-nav-more-hide .layui-nav-more{
	display: none;
}

.layui-table-view {
    clear: none;
}

h1, h2, h3, h4{
	font-weight: 500;
}

.layui-table th {
    font-weight: normal;
}

.layui-btn-normal {
    background-color: #2b62bb;
}

.layui-btn-dark2 {
    background-color:  #d95f41;
}

.layui-btn-dark {
    background-color: #4dac5e;
}

.layui-bg-red {
    background-color: #d7552b !important;
    color: #fff !important;
}

.layui-btn-primary:hover{
	border-color: #2b62bb;
}

.docbatch-publicize-bar-item{
	display: flex;
	flex-direction: row;
	align-content: flex-start;
	justify-content: flex-start;
	flex-wrap: nowrap;
	width: 100%;
	align-items: flex-start;
}

.sys-error-message{
	font-size:30px;
	line-height:35px;
	color: #666;
}

.sys-error-icon{
	padding-left:20px;
	padding-right:10px;
}

.sys-error-icon img{
	width:80px;
}

.sys-body {
    padding: 0px;
    background-color: #ececec;
    font-size: 14px;
    overflow-y: scroll;
}

.ztree * {
    padding: 0;
    margin: 0;
    font-size: 13px!important;
}

.zoom-hover {
  transition: transform 0.3s ease;
}

.zoom-hover:hover {
  transform: scale(1.05);
}


.pay-window{
	background-color: #fff;
    border-radius: 5px;
   	text-align: center;
   	border: 1px solid #d8e6f8;
}

/* 整体外框 */
.qrcode-box {
  background: #f9fbff;
  /* border: 1px solid #d8e6f8; */
  border-radius: 5px;
  padding: 15px 20px;
  margin: 15px 0;
  /* box-shadow: 0 4px 10px rgba(0, 80, 160, 0.08); */
  font-family: "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  text-align: center;
}

/* 
.qrcode-box .money-title{
	padding-top: 5px;
}

.qrcode-box .money-title span{
	color: #f00;
	font-size: 20px;
} */


.pay-window .pay-box .title{
	padding-bottom:5px;
	font-size: 15px;
	color: #888;
	border-bottom: solid 1px #eee;
	margin-bottom: 5px;
	text-align: center;
}

.pay-window .pay-box .pay-money-box .pay-money-box .mnbox{
	padding-top:10px;
}

.pay-window .pay-box .pay-money-box .pay-money-box .qrcode-img{
	width:140px;
	height:140px;
	padding: 5px;
	background-color: #fff;
}

.pay-window .pay-box .pay-money-box .pay-money-box p{
	font-size:15px;
	padding-top:5px;
	color: #666;
}

/* 
.pay-score-box{
	text-align: center;	
}

.pay-score-box .jfbox{
	#background-color: #f1f1f1;
	margin-bottom: 10px;
	vertical-align: center;
	padding-top:10px;
	##padding-bottom:30px;
	line-height: 30px;
}

.pay-score-box .jfbox .jf{
	font-size: 20px;
}

.pay-score-box .jfbox a{
	font-size: 14px;
	color:#53ff5d;
	text-decoration: underline;
}

 */
.pay-window .pay-box-title{
	font-size: 15px;
    color: #0b4c97;
    padding: 4px;
    text-align: center;
    background-color: #d8e6f8;
    border-radius: 5px 5px 0px 0px;
    font-weight: 500;
}


.pay-window .pay-box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    max-width: 100%;  /* 确保容器宽度不超过父容器 */
    overflow-x: auto;  /* 横向滚动条 */
    white-space: nowrap; /* 防止内容换行 */
    opacity: 0.1;
    visibility: visible;
    transition: opacity 2s ease, visibility 0s 2s; /* 控制opacity过渡，visibility延迟 */
}

.pay-window .pay-box.visible {
  opacity: 1;
  visibility: visible; /* 变为可见 */
}

.pay-window .pay-box > * {
    flex-shrink: 0;  /* 防止子元素被压缩 */
}

.pay-window .pay-box .item{
	float:left;
	width: 190px;
	height: 248px;
	margin-left: 10px;
	margin-right: 10px;
	border-radius: 2px;
	/* #background-color: #fdffee; */
	padding: 5px;
    border: 0px solid #595959;
    /* box-shadow: 0px 1px 4px 0px #00000055; */
}

.pay-window .pay-box .pay-package-box {
	/* ##padding-bottom:30px; */
	line-height: 30px;
}

.pay-window .pay-box .pay-package-box .jf{
	font-size: 20px;
}

.pay-window .pay-box .pay-money-box{
	background: #fff;
	border: 1px dashed #b0b9dc
}

.pay-window .pay-box .pay-money-box .title {
    padding-bottom: 5px;
    font-size: 15px;
    color: #333;
    /* border-bottom: solid 1px #eee; */
    margin-bottom: 5px;
    text-align: center;
    border: none !important;
}

.pay-window .pay-box .pay-money-box .icon-payment{
	width:60px;
}

.pay-window .pay-box .pay-package-box {
 /* background: linear-gradient(to bottom, #f5f7fa, #ebf0f5); */
 border: 1px dotted #8d96b7;
}

.pay-window .pay-box .pay-package-quota {
  background: linear-gradient(to bottom, #3cbeff, #28aafa);
  border: 1px solid #5297d7;
  color: #001e46;
}

.pay-window .pay-box .pay-package-quota .btn_take_package {
    color: #0562a7;
}

.pay-window .pay-box .pay-package-yellow {
  background: linear-gradient(to bottom, #ffc86e, #fabf64);
  border: 1px solid #f0b478;
  color: #32140a;
}

.pay-window .pay-box .pay-package-score .btn_take_package {
    color: #188306;
}

/* 绿色主题 */
.pay-window .pay-box .pay-package-score {
  background: linear-gradient(to bottom, #46e678, #3cdc6e);
  border: 1px solid #209d63;
  color: #003200;
  
}

/* 灰色主题（中性） */
.pay-window .pay-box .pay-package-gray {
  background: linear-gradient(to bottom, #f5f7fa, #ebf0f5);
  border: 1px solid #c8c8c8;
  color: #323232;
}

/* 青蓝主题（偏稳重） */
.pay-window .pay-box .pay-package-cyan {
  background: linear-gradient(to bottom, #82a0d2, #789bc8);
  border: 1px solid #96b4c8;
  color: #0a1432;
}

/* 紫红主题 */
.pay-window .pay-box .pay-package-pink {
  background: linear-gradient(to bottom, #fa5a78, #f0506e);
  border: 1px solid #c896c8;
  color: #321432;
}


/* 卡片的基本样式 */
.pay-window .pay-box .user-package-card {
    position: relative;
    color: #002046; /* 字体颜色 */
    font-family: 'Arial', sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0px 5px;
}

/* 顶部部分：图标 + 类型 */
.pay-window .pay-box .user-package-card .top-panel {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.pay-window .pay-box .user-package-card .top-panel .package-type {
    font-size: 15px;
    padding-left: 5px;
}

/* 套餐用量 */
.pay-window .pay-box .user-package-card .package-use {
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 5px;
}

/* 套餐按钮 */
.pay-window .pay-box .user-package-card .package-btn {
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 10px;
}

/* 余量 + 有效期信息 */
.pay-window .pay-box .user-package-card .package-info {
    font-size: 14px;
    color: #002046;
    line-height: 1.4;
}

.pay-window .pay-box .user-package-card .package-info .balance {
}

.pay-window .pay-box .user-package-card .package-info .expiry {
    margin-top: 2px;
}

/* 按钮部分 */
.pay-window .pay-box .user-package-card .package-take {
   margin-top: 10px;
}


.pay-window .pay-box .btn_pay_package{
	border-radius: 20px;
    background-color: #00000055;
    width: 50%;
}

.pay-window .pay-box .btn_take_package{
    font-size: 14px;
    color: #fbd902;
    text-decoration: underline;
}

.pay-window .pay-box .btn_home_login{
	background-color: #2e81e2;
	border-radius: 20px;
	margin-top: 10px;
	width: 50%;
}

.pay-window .pay-box .user-package-card.corner-badge-person::before {
      content: "";
	  position: absolute;
	  top: -5px;
	  right: -5px;
	  border-top: 55px solid #00000055;
	  border-left: 55px solid transparent;
}

.pay-window .pay-box .user-package-card.corner-badge-person::after {
      content: "个人";
	  position: absolute;
	  top: -2px;
	  right: -2px;
	  color: #fff;
	  font-size: 14px;
	  font-weight:bold;
	  transform: rotate(45deg); 
}

.pay-window .pay-box .user-package-card.corner-badge-enterprise::before {
      content: "";
	  position: absolute;
	  top: -5px;
	  right: -5px;
	  border-top: 55px solid #e32c2c;
	  border-left: 55px solid transparent;
}

.pay-window .pay-box .user-package-card.corner-badge-enterprise::after {
      content: "企业";
	  position: absolute;
	  top: -2px;
	  right: -2px;
	  color: #fff;
	  font-size: 14px;
	  font-weight:bold;
	  transform: rotate(45deg); 
}

.pay-window .pay-box .user-package-card.corner-badge-hot::before {
      content: "";
	  position: absolute;
	  top: -5px;
	  right: -5px;
	  border-top: 55px solid #e32c2c;
	  border-left: 55px solid transparent;
}

.pay-window .pay-box .user-package-card.corner-badge-hot::after {
      content: "火爆";
	  position: absolute;
	  top: -2px;
	  right: -2px;
	  color: #fff;
	  font-size: 14px;
	  font-weight:bold;
	  transform: rotate(45deg); 
}


    /* 整体外框 */
.pay-hint-box {
  margin: 15px 0;
}

/* 提示文字区域 */
.pay-hint-box .hint-txt {
  color: #2a3a4a;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 10px;
}

.pay-hint-box .hint-txt p {
  margin: 6px 0;
}

/* 计费方法 */
.pay-hint-box .hint-txt .method {
  color: #0056a6;
  font-weight: 600;
}

/* 小提示 */
.pay-hint-box .hint-txt .tip {
  color: #666;
  font-size: 13px;
}

.pay-hint-box .hint-txt .highlight {
  color: #e67e22;
  font-weight: 600;
}

/* 费用区域 */
.pay-hint-box .money-title {
  margin-top: 12px;
  font-size: 15px;
  color: #003366;
  font-weight: bold;
  border-top: 1px dashed #c5d9f0;
  padding-top: 10px;
  /* display: flex;
  align-items: center; */
  gap: 6px;
  text-align: center;
}

/* 图标 */
.pay-hint-box .money-title i {
  color: #3ca0ff;
  font-size: 18px;
  vertical-align: middle;
}

/* 金额样式 */
.pay-hint-box .money-title .price {
  color: #e63946;
  font-size: 25px;
  font-weight: bold;
  margin: 0 2px;
}
.pay-finished {
  padding: 20px 10px;
  text-align: center;
  color: #333;
  animation: popIn 0.4s ease;
}

.pay-finished .icon-box i {
  font-size: 32px;
  color: #00c853;
  margin-bottom: 10px;
  animation: pulse 1.2s infinite;
}

.pay-finished .text-box h3 {
  font-size: 18px;
  margin-bottom: 5px;
}

.pay-finished .text-box p {
  color: #777;
  font-size: 14px;
}

.btn_take_score_style {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px !important;
    font-size: 14px !important;
    font-weight: 500;
    color: #fff !important;
    background: linear-gradient(90deg, #4a6cf7, #6f52ed);
    border: none;
    border-radius: 16px;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(74, 108, 247, 0.3);
    transition: all 0.25s ease;
    text-decoration: none;
    line-height: 1.1;
    margin-left: 10px;
    margin-right: 10px;
}

.btn_take_score_style i {
    font-size: 16px;
}

.btn_take_score_style:hover {
    background: linear-gradient(90deg, #5b7dfb, #7a60f0);
    box-shadow: 0 4px 10px rgba(74, 108, 247, 0.45);
    transform: translateY(-1px);
}

.btn_take_score_style:active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(74, 108, 247, 0.2);
}




/**WebBox任务相关页面*/
.webbox-task-body {
    /* background: linear-gradient(135deg, #74b9ff, #b0d7ff); */
    background: linear-gradient(135deg, #76baf4, #bfe4ff);
    background-position: center;
    background-attachment: fixed; /* 固定背景 */
    background-size: 100% auto;
    font-family: 'Arial', sans-serif;
    color: #2d3436; /* 深灰色字体 */
}

/**登录用户显示名称**/
.webbox-task-body .header .login-user-show-name{
	font-size:12px;
	color: #333;
}


.webbox-task-body .header {
	background-color: transparent;
}

.webbox-task-body .layui-main {
	max-width: 1300px;
    min-width: 600px;
} 

.webbox-task-body .header {
	box-shadow: none;
	position: inherit;
}

.webbox-task-body .content {
    padding-top: 0px;
    
}

.webbox-task-body .content-body{
	max-width: 1200px;
    min-width: 600px;
    margin: 5px auto;
    font-size: 15px;
    color: #363636;
    line-height: 25px;
    padding-top: 5px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 10px;
    background: #fff;
    border-radius: 10px;
    min-height: 60vh;
    z-index:2000;
     box-shadow: 0 2px 4px rgba(74, 108, 247, 0.2);
}


.webbox-task-body .content-help-bar{
	border-top: 1px solid #d6d6d6;
	padding-top: 20px;
}

/**反馈按钮*/
.feedback-btn {
  position: fixed;
  right: 25px;
  bottom: 25px;
  background-color: #1E9FFF;
  color: white;
  font-size: 16px;
  font-weight: 500;
  border-radius: 30px;
  padding: 10px 18px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  cursor: pointer;
  z-index: 9999;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 6px;
}

.feedback-btn:hover {
  background-color: #0094ff;
  color:#fff;
  transform: translateY(-2px);
}

/**覆盖 Layui 的主题变量或引入自定义皮肤**/
/* 改变 select 选中项颜色 */
.layui-form-select dl dd.layui-this {
    background-color: #1E9FFF !important; /* 蓝色主题 */
    color: #fff !important;
}



/* 鼠标悬浮时蓝色高亮 */
.layui-form-select dl dd:hover {
    background-color: #66bfff !important;
    color: #fff !important;
}

/**客服支持*/
.btn_customer_support, .btn_qwd_link{
	color:#1fab10;
}

/**文件拖拽*/
.import-box .plant-file-drag{
	display: none;
}
.import-box .plant-empty .plant-file-drag{
	display: flex;
    justify-content: center;
    align-items: center;
	width:100%;
	height:100%;
	min-height: 300px;
	border: 1px solid #00000000;
	cursor: pointer;
}
.import-box .plant-empty .plant-file-drag:hover{
    border-color: #409eff;
    background-color: #f0f8ff;
    box-shadow: 0 0 12px rgba(64, 158, 255, 0.35);
}
.import-box .plant-empty .plant-file-drag:after{
	content: attr(data-tip-text); 
    line-height: 130px;
    /* width: 50px; */
    height: 50px;
    background-image: url(/assets/share/img/icon-empty.png);
	background-repeat: no-repeat;
	background-position: top center;   /* 上边居中 */
	background-size: contain;          /* 按比例缩放，完整显示图像 */
    transform: translate(10px, -40%);
    color: #afafaf;
}

.import-box .plant-empty .layui-table-view{
	display: none;
}

/* 拖拽经过时的高亮效果 */
.import-box .plant-empty .plant-file-drag.drag-over {
    border-color: #409eff;
    background-color: #f0f8ff;
    box-shadow: 0 0 12px rgba(64, 158, 255, 0.35);
}
