::selection {
    background-color: rgb(86, 104, 231);
	color:#fff;
}

body {
	padding:0px;
	background-color:#fefefe;
	font-size:14px;
	overflow-y: scroll;
	/* font-family: sans-serif; */
	font-family: Arial, sans-serif;
}

body::-webkit-scrollbar {
	/*滚动条整体样式*/
	width : 10px;  /*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}

body::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 10px;
	box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
	background   : #c0c0c0;
}
body::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	background   : #ededed;
}

.header {
	position: fixed;
	height: 75px;
	background-color: #ffffff;
	width:100%;
	box-shadow: 0px 0px 5px 0px #eaeaea; 
	/* border-bottom: 0.1px solid #ddd;*/
}

.content{
	padding-top:70px;
}

.layui-main {
	max-width:1600px;
    min-width: 600px;
    width:100%;
    height:100%;
}

.content-body{
	max-width:1600px;
	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;
}

.btn_take_score_style {
        background-color: #0ba802;
    border-radius: 10px 20px;
    color: #ffffff !important;
}

.btn_take_score_style:hover {
	background-color: #17c60d;
    color: #ffffff !important;
}

.header .layui-nav {
    top: 0;
    padding: 0;
    background: none; 
    height: 100%;
    position: static;
}

.header .layui-nav-right{
	position: absolute;
    right: 15px;
    top: 0;
}

.layui-nav-right .layui-nav-item a{
	padding: 0px 15px;
}

.header .layui-nav .layui-nav-item a {
    display: block;
    padding: 0 15px;
    font-size: 15px;
    font-stretch: condensed;
    font-weight: 500;
    font-family: PingFang SC;
}

.logo {
    /* position: absolute; */
    left: 0;
    height: 100%;
    /*background-color: #333;*/
    width: 190px;
    float: left;
    margin-right: 10px;
    z-index: 99999;
}


.logo img{
	margin-top: 12px;
	margin-left: 30px;
	margin-right: 20px; 
	width: 140px;
	pointer-events: auto;
}

.layui-nav .layui-nav-item {
	font-size: 14px;
	margin-top: 20px;
    line-height: 30px;    
}

.layui-nav .layui-nav-item a{
	color:#555;
	/* font-weight: 600; */
}

.layui-nav .layui-nav-item a:hover{
	color:#555;
}

.header .layui-nav .layui-this:after, .layui-nav-bar {
	content: '';
    top: auto;
    left: 10%;
    width: 80%;
    height: 2px;
    background-color: #666;
    border-radius: 5px;
}

.header .layui-nav .layui-nav-child {
    top: 50px;
    right: 2px;
    left: 0;
}


.header .layui-nav .layui-nav-menu-user {
	padding-left:10px;
}

.header .layui-nav .layui-nav-menu-user .btn_home_login{
	height: 35px;
    line-height: 32px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    border-radius: 10px;
    width: 110px;
}

.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;
}
	
.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;
    align-items: center;
    justify-content: center;
}

.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: bold;
	border-left-style: solid;
	border-left-width: 10;
	border-left-color: #363636;
	color: #363636;
	padding-left: 10px;
	margin-top: 15px;
	margin-bottom:10px;
	font-size: 18px;
}

.import-box{
}

.import-box .context-plant{
	margin-right:170px;
	min-height: 300px;
}

.import-box .plant-empty{
	background-color: #fafafa;
	border: solid 0px #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: #dedede;
}

.import-box .right-plant{
	float:right;
	width:160px;	
	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: 597px;
    border: SOLID 1px #efefef;
    background-color: #fafafa;
    margin-right:10px;
    overflow-x: auto;
    overflow-y: auto;
}

.folder-excel-box .import-box .context-plant{
	height: 600px;
}


.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: 450px;
}


.import-box .layui-btn-xs {
    height: 22px;
    line-height: 18px;
    padding: 0 5px;
    font-size: 12px;
}

.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: 300px;
	padding: 60px 30px 30px 30px;
}

.layui-progress {
    background-color: #dcdcdc;
}

.loading-text{
	color: #444;
	/* #font-weight: bold; */
	line-height: 50px;
	font-size: 17px;
}

.qrcode-box{
	text-align: center;
	padding-top:25px;	
}

.qrcode-box .money-title{
	/* padding-top: 5px; */
}

.qrcode-box .money-title span{
	color:#f00;
	font-size:20px;
}

.pay-box{
	display: flex;
    align-items: center;
    justify-content: center;
    padding-top:10px;
}

.pay-box .item{
	float:left;
	width: 220px;
	height: 248px;
	margin-left: 10px;
	margin-right: 10px;
	border-radius: 5px;
	/* #background-color: #fdffee; */
	padding: 5px;
	border: solid 1px #efefef;
}

.pay-box .title{
	padding-bottom:5px;
	font-size: 15px;
	color: #888;
	border-bottom: solid 1px #eee;
	margin-bottom: 5px;
	text-align: center;
}

.pay-money-box .mnbox{
	padding-top:10px;
}

.pay-money-box .qrcode-img{
	width:140px;
	height:140px;
	padding: 5px;
	background-color: #fff;
}

.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:#0a0;
	text-decoration: underline;
}

.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:16px;
}
.docbatch-help-box .layui-btn{
	line-height: 26px;
	min-width: 180px;
	font-size:16px;
}

.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;
    box-shadow: 0px 1px 12px 0px #938b8b;
    text-align: center;
}

.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;
}

.layui-layer-qwd .layui-layer-btn a {
    font-size:14px;
}

.pcTopLevelMenus{
  display: block;
}

.mobileTopLevelMenus{
  display: none;
}

.btn_pay_score{
	border-radius: 20px;
    background-color: #05af0b;
}

@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;
	 }
	
	.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);
}
