body {
	background-color: #F8F8F8;
}
a, button {
    cursor: pointer;
}
.layui-main{
	width: 1200px;
	margin: 0 auto;
}

.layui-bg-white {
	background-color: #FFFFFF !important;
	color: #1E9FFF !important;
}

.layui-nav .layui-nav-item{
	line-height: 80px;
}

.layui-nav .layui-nav-item a {
	color: #000;
	font-size: 18px;
}

.layui-nav .layui-this a,
.layui-nav .layui-nav-item a:hover {
	color: #1E9FFF;
}

.layui-nav-bar,
.layui-nav .layui-this:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 5px;
	background-color: #1E9FFF;
	transition: all .2s;
	-webkit-transition: all .2s;
	pointer-events: none;
}

 .layui-breadcrumb a:hover {
	color: #1E9FFF !important;
}

.textline {
	line-height: 20px;
}


.oneLine {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: inline-block;
}

.twoLine {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.iconright {
	width: 70px;
	height: 70px;
	position: absolute;
	right: 0;
}

/*头部*/
.header {
	background-color: #FFFFFF;
	width: 100%;
	height: 80px;
}

/*导航栏*/
.header .logo {
	width: 130px;
	height: 80px;
	line-height: 80px;
	float: left;
	text-align: center;
}

.header .logo img {
	/* height: 60px; */
	/* height:40px; */
	width: 160px;
}

.header .nav {
	/*float: left;*/
	position: absolute;
	left: 180px;
}



/*顶部搜索*/
.header .corner {
	position: absolute;
	top: 26px;
	right: 0px;
	/* float: right;
	margin-top: 16px; */
}

.header .corner .search,
.header .corner .accountBtn {
	display: inline-block;
	position: relative;
}

.header .corner .search i {
	position: absolute;
	top: 6px;
	right: 16px;
	cursor: pointer;
}

.header .corner .search input {
	padding: 5px 10px;
	width: 200px;
	border-radius: 18px;
	border: 0;
	outline-style: none;
	border: 1px solid #C9C9C9;
	margin-right: 8px;
}


/* 底部 */
.footer {
	/* margin-top: 20px; */
	padding: 20px 10px;
	line-height: 28px;
	text-align: center;
	/* color: #666; */
	/* font-weight: 300; */
	background: #000000;
}



.mobile-icon {
	display: none;
	color: #CCCCCC;
	font-size: 30px;
	margin-top: 15px;
	position: absolute;
	right: 6px;
}
