body {
	padding:0px;
	background-color:#f0f0f0;
	font-size:18px;
	overflow-y: scroll;
}

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: 46px;
	background-color: #393D49;
	width:100%;
	box-shadow: 0px 0px 4px #8a8a8a;
}

.layui-main {
    #max-width:1600px;
    min-width: 600px;
    width:100%;
}

.content-body{
	max-width:1800px;
	min-width: 600px;
	margin:0 auto;
	font-size: 15px;
	color: #363636;
	line-height: 25px;
	padding-top: 52px;
	padding-left: 25px;
	padding-right: 25px;
}

.header .layui-nav {
    top: 0;
    padding: 0;
    background: none;
    /* width: 100%; */
}

.header .layui-nav-right{
	position: absolute;
    right: 9px;
    top: 0;
}

.layui-nav-right .layui-nav-item a{
	padding: 0px 15px;
}

.logo {
    /* position: absolute; */
    left: 0;
    height: 46px;
    background-color: #259e31;
    width: 190px;
    float: left;
    margin-right: 20px;
}

.logo img{
	padding-top: 7px;
	padding-left: 20px;
	padding-right: 20px;
	width: 130px;
}

.layui-nav .layui-nav-item {
	font-size: 14px;
    line-height: 46px;
}

.header .layui-nav .layui-this:after, .layui-nav-bar {
	content: '';
    top: auto;
    left: 10%;
    width: 80%;
    height: 3px;
    background-color: #08bc54;
}


.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:25px;
	line-height:25px;
}

.page-bottom{
	text-align: center;
	margin-top: 10px;
	padding-top:10px;
	font-size:13px;
	padding-bottom: 10px;
	#background-color: #393D49;
}

.page-bottom .b1{
	color:#999;
}

.page-bottom .b2{
	color:#999;
	font-size:13px;
}

.page-bottom .b3 a{
	color:#999;
}

.page-bottom .b3 img{
	padding-bottom:3px;
	padding-right:3px;
}


.content-body.notitlebar{
	padding-top:5px;
}

.content-box{
    background-color: #fff;
    padding: 10px;
    #border: solid 1px #e2e2e2;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.content-box-center{
	text-align: center;
	display: flex;
    align-items: center;
    justify-content: center;
}

.big-pad{
	 padding: 20px;
}

.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;
}

.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;
}

.import-box{
}

.import-box .context-plant{
	margin-right:150px;
	min-height: 300px;
}

.import-box .plant-empty{
	background-color: #fafafa;
	border: solid 0px #efefef;
}

.import-box .right-plant{
	float:right;
	width:140px;	
	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;
}

.import-box .layui-btn-xs {
    height: 22px;
    line-height: 18px;
    padding: 0 5px;
    font-size: 12px;
}

.import-but {
	position: absolute;
	width:140px;
	height:130px;
	background-color: #f0f0f2;
	text-align: center;
	vertical-align: middle;
	border: solid 0px #e2e2e2;
    border-radius: 3px;
    color:#888;
    #font-weight: bold;    
    font-size:14px;
}

.import-but img{
	padding-bottom: 5px;
	width:60px;
	height:60px;
}

.import-but:hover {
	background-color: #e2e2e2;
	
}

.import-but:active {
	background-color: #cfcfcf;
	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:180px;
	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{
	
}

.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:20px;
	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:14px;
	color:#999;
	font-weight: normal;
}

.big-text{
	font-size:20px;
}

.docbatch-help-box .layui-btn{
	line-height: 26px;
	width:120px;
	font-size:14px;
}

.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:15px;
	padding-left:35px;
	line-height: 35px;
	color:#555;
}

.content-help img{
	max-width:70%;
	padding:10px;
	border-radius: 15px;
    border: solid 1px #eee;
}

.content-help p b{
	color: #0a0;
}

.content-help p i{
	color: #988;
}

.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: 10px;
	padding-bottom: 10px;
}

.score-goods-box{
	height: 180px;
    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;
}

.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: 120px;
	height: 130px;
	margin: 5px;
	background-color: #ffffff;
	#border-radius: 5px;
	border: solid 1px #ddd;
	font-size: 16px;
	color:#464543;
	line-height:34px;
	padding:28px 0px 0px 0px;
}

.score-goods-item:hover {
	border: solid 1px #ff9800;
}

.score-goods-item.active{
	border: solid 1px #ff9800;
	background-color: #fdfaf3;
}

.score-goods-item .r{
	color:#61606;
	font-size: 22px;
}

.score-goods-item .m{
	color:#ea0000;
	font-size: 18px;
}

.score-goods-item .v{
	color: #f7f7f7;
    font-size: 16px;
    margin-top:5px;
    line-height:28px;
    background-color: #eee;
    color: #777;
}

.score-goods-item.active .v{
	color: #f7f7f7;
	background-color: #ee7600;
}

.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 #ee7600;
    border-right-color: transparent;
    content: "热销";
    box-shadow: 0px 0.3125rem 0.3125rem -0.3125rem #000;
    font-size: 14px;
  }

.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: 160px;
	background-color: #fff;
	#border-radius: 5px;
	padding:5px;
	margin-left: 10px;
	margin-right: 10px;
	border: solid 1px #ddd;
}

.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:160px;
	position: fixed;
	background-color: transparent;
	padding: 0px;
	margin-top: 5px;
}

.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: #05982e;
}

.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: #F6F6F6!important;
    color: #5FB878;
    border-radius: 5px;
}

.layui-menu-body-title{
	text-align: center;
	font-size: 15px;
}	        

.content-box-right{
	margin-left:180px;
}

.content-box-right .child-title{
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}

.content-trait-box{	
	background-color: #fff;
	border-radius: 5px;
	padding: 5px;
	min-height: 60px;
}

.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;
}

.mobile-hint-box{
	background-color: #5780fb;
	color:#fff;
	font-size:14px;
	font-weight: bold;
}

@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: 55px;
	    padding-left: 10px; 
	    padding-right: 10px;
	}
	
	.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;
	}
	
}
