﻿.contain-bg {
	/* background: linear-gradient(180deg, rgba(62, 201, 135, 0.79) 0%, rgba(62, 201, 135, 0.11) 0%, rgb(0,0,250,0.00) 100%); */
	/* width: 100%; */
	/* margin-top: 146px; */
	/* background-color: #f7f8fa; */
}

.container {
	/* width: 1200px; */
}
.down-btn{
/* 	width: 140px;
	height: 48px;
	background-color: #3EC987;
	color: white;
	font-size: 20px;
	text-align: center;
	line-height: 48px;
	border-radius: 8px;	 */
}
.left{
	/* width: 393px;border-right: 1px solid #eee; */
}


.left-item{
	/* background-color: #fff; */
	padding: 20px 30px;
	/* cursor: pointer; */
}
.left-item.ac,.left-item:hover{
	background: linear-gradient(90deg, rgba(237, 251, 244, 1.0) 0%, rgba(248, 254, 251, 1.0) 80%,rgba(254, 255, 254, 1.0) 99%);
}
.left-item:hover{
	/* background: linear-gradient(90deg, rgba(62,201,135,0.20) 0%, rgba(255,255,255,0.10) 99%); */
}




.sort{
	position: absolute;
	padding: 10px 0px;
	background-color: #ffffff;
	display: none;
	box-shadow: 0px 6px 20px 0px rgba(122, 122, 122, 0.2);
	z-index: 99;
}

.sort{
	/*height: 250px;*/
	overflow-y: scroll;
}

.sort-item {
	padding: 10px 20px;
}

.sort-item:hover {
	background: rgba(209, 38, 4, 0.04);
}


.alert-bg,.layui-layer-title{
	background: #3EC987 !important;
}

body{
	font-family: '微软雅黑';
}