@import url("../../common/css/common.css");

body {
	width: 100%;
	font-family: "\5FAE\8F6F\96C5\9ED1";
	color: #000000;
	background: #FFFFFF;
	font-size: 14px;

}

.pass-main-body {
	background-size: cover;
}

.login-container H2 {
	font-size: 18px;
	color: #333;
	text-align: center;
	line-height: 2.5;
	padding-bottom: 20px;
}

.reture_list {clear:both;position: fixed;left:1rem;top: 1.6rem;}
a.reture_li {position:relative;width: 35px; height:35px;background: #eee; border-radius:50%;display: block;color: #333;}
a.reture_li:before{position:absolute;content: "<"; display: block; text-align: center;font-family: "宋体";font-size: 20px;width: 100%;line-height:35px;}
a:hover.reture_li{background: #F08E4D;color: #fff;}




.layui-form {}

.login-container {
	width: 320px;
	background: #FFFFFF;
	padding: 20px;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -160px;
	margin-top: -189px;
	box-shadow: 0px 0px 2px #ccc;
	border-radius: 8px;
	box-sizing: border-box;
}

.login-other .layui-icon {
	position: relative;
	display: inline-block;
	margin: 0 2px;
	top: 2px;
	font-size: 26px;
}

.login-container .captcha {
	height: 38px;
	border: 1px solid #EEEEEE;
	box-sizing: border-box;
}

::-webkit-scrollbar {
	width: 6px;
	background-color: #999999;
	border-radius: 3px;
	display: none;
}

::-webkit-scrollbar-thumb {
	background-color: #DDD;
	border-radius: 3px;
	display: none;
}

.layui-table-main::-webkit-scrollbar {
	width: 6px;
	background-color: #999999;
	border-radius: 3px;
	display: block;
}

.layui-table-main::-webkit-scrollbar-thumb {
	background-color: #DDD;
	border-radius: 3px;
	display: block;
}

.backmain {
	height: 100%;
}

.tpl-header {
	height: 60px;
	background: #FFF;
	box-shadow: 0 0 8px #DDD;
	overflow: hidden;
	padding-left: 220px;
	transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.tpl-header.active {
	padding-left: 0;
}

.tpl-header .tpl-header-right {
	float: right;
	font-size: 14px;
	line-height: 60px;
}

.tpl-header .tpl-header-left {
	float: left;
	font-size: 14px;
	line-height: 60px;
}

.tpl-header .tpl-header-left a {
	display: inline-block;
	width: 60px;
	text-align: center;
	border-right: 1px solid #EEEEEE;
}

.tpl-header .tpl-header-right a {
	display: inline-block;
	float: left;
	width: 60px;
	text-align: center;
	border-left: 1px solid #EEEEEE;
	position: relative;
}

.tpl-header .tpl-header-right a .span-num {
	position: absolute;
	width: 20px;
	height: 20px;
	background: #FF0000;
	color: #FFFFFF;
	border-radius: 100%;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	top: 5px;
	right: 5px;
	display: none;
}

/**左边**/
.left-container {
	width: 220px;
	position: fixed;
	left: 0px;
	top: 0px;
	height: 100%;
	background: #09192A;
	transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.left-container-swiper {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.left-container .swiper-slide {
	height: 100%;
	overflow: hidden;
}

.leftframe-logo {
	text-align: center;
	background: #cb0018;
	border-bottom: 1px solid #09192A;
	height: 59px;
	line-height: 59px;
	color: #FFFFFF;
}

.leftframe-logo a {
	display: block;
	margin: 0 auto;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
}



@media screen and (max-width:800px) {
	
	.leftframe-logo a {
		display: block;
		margin: 0 auto;
		color: #FFFFFF;
		font-size: 16px;
		font-weight: bold;
	}
	
	
	}

.left-container .swiper-slide .swiper-slide-nav {
	height: calc(100% - 60px);
	overflow-y: auto;
}

.left-container .layui-nav {
	width: 220px;
	background: #09192A;
}

.left-container .swiper-slide li {
	line-height: 54px;
}

.left-container .swiper-slide li a {
	color: #FFFFFF;
	font-size: 14px;
	padding: 0px 15px;
	display: block;
	line-height: 54px;
	height: 54px;
	border-bottom: 1px solid #09192A;
}

.left-container .layui-nav-tree .layui-this a {
	background: #cb0018;
	border-bottom: 1px solid #cb0018;
}

.layui-nav-tree .layui-nav-bar {
	background: #cb0018;
}

.layui-nav-tree .layui-nav-item a:hover {
	background: #cb0018;
	border-bottom: 1px solid #cb0018;
}

.layui-nav-tree .layui-nav-child dd.layui-this a{
	background: #cb0018;
	border-bottom: 1px solid #cb0018;
}

.left-container .swiper-slide li a i {
	float: left;
	margin-right: 10px;
	font-size: 16px;
}

.left-container .swiper-slide li a span.layui-icon {
	float: right;
	margin-right: 0px;
}

.left-container .swiper-slide li a:hover {
	color: #FFF;
}

.left-container .layui-nav-tree .layui-nav-child a {
	font-size: 14px;
	color: #999;
}

.left-container .layui-nav-tree .layui-nav-child a.layui-nav-three {
	color: #FFFFFF;
	font-size: 12px;
	background: 0;
	border: 0;
}

/**右边**/

.right-container {
	height: calc(100% - 60px);
	margin-left: 220px;
	overflow: hidden;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.right-container.active {
	margin-left: 0;
}

.right-container-swiper {
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding: 15px;
	box-sizing: border-box;
}

.right-container .right-container-swiper .swiper-slide {
	height: 100%;
	background: #FFFFFF;
	border-radius: 8px;
	overflow-y: auto;
}

/****/
.right-container .tab-page {
	padding: 0px 15px;
	padding-bottom: 15px;
	background: #fff;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.tab-page-title {
	font-size: 16px;
	line-height: 38px;
	border-bottom: 1px solid #EEEEEE;
	position: relative;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #000000;
}

.tab-page-title .before {
	width: 4px;
	height: 14px;
	background: ##cb0018;
	display: block;
	float: left;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -6px;
}

.layui-nav-tree .layui-nav-bar {
	background: #cb0018;
}

.goods_name {
    color: #117700;
    font-size: 12px;
}