*{
	margin: 0;padding: 0;
}
[v-cloak] {
	display: none;
}
body{
	background: #F1F2F3;
	width: 100%;
	min-height: 100%;
	min-width: 1330px;
}
.warp{
	width: 1300px;
	margin: auto;
}
.top{
	background: #fff;
	text-align: center;
	padding: 40px 0;
	padding-bottom: 20px;
} 
.top .title{
	font-size: 26px;
	color: #333;
	margin-bottom: 10px;
}
.top .des{
	color: #666;
}
.tag{
	overflow: hidden;
	margin-top: 30px;
}
.tag .item{
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	float: left;
	height: 32px;
	line-height: 32px;
	padding: 0 20px;
	border: 1px solid #ddd;
	margin-bottom: 10px;
	margin-right: 10px;
	min-width: 55px;
	border-radius: 6px;
	font-size: 12px;
	color: #666;
	cursor: pointer;
	transition: all 0.1s; 
}
.tag .item .line{
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin-left: 5px;
}
.tag .item:hover, .tag .sel{
	background: #F1F2F3;
	border-color: #999;
	color: #111;
}
.condition{
	width: 100%;
	background: #f6fdfd;
}
.condition .box{
	padding: 20px 0;
	overflow: hidden;
}
.box .filter{
	float: left;
	line-height: 32px;
	height: 30px;
	color: #333;
	font-size: 26px;
}
.box .filter span{
	color: #666;
	font-size: 18px;
	margin-left: 5px;
}
.box .lang{
	float: right;
	line-height: 32px;
	height: 32px;
	background: #18816a;
	color: #fff;
	font-size: 12px;
	padding: 0 10px;
	border-radius: 6px;
	cursor: pointer;
}
.box input{
	float: right;
	margin-right: 20px;
	background: #fff;
	border: 1px solid #ddd;
	padding: 0 10px;
	height: 32px;
	border-radius: 6px;
	outline: none;
	width: 300px;
}
.ul{
	overflow: hidden;
	margin: 10px auto;
	width: 1320px;
}
.ul .link{
	clear: both;
	margin: 20px auto;
	padding-top: 20px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #999;
}
.ul .li{
	position: relative;
	float: left;
	box-sizing: border-box;
	width: 23.5%;
	margin: 0.75%;
	background: #fff;
	height: 400px;
	border-radius: 10px;
}
.li .roll{
	box-sizing: border-box;
	height: 360px;
	overflow-x: auto;
	padding: 15px;
	padding-bottom: 0;
}
.li .roll .info{
	display: flex;
	align-items: center;
	justify-content: space-between;
	overflow: hidden;
	margin-bottom: 10px;
}
.li .info .tit{
	flex: 1;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	color: #18816a;
}
.li .tit .weight{
	font-size: 16px;
	color: #333;
}
.li .info .btn{
	display: inline-block;
	height: 20px;
	line-height: 20px;
	width: 50px;
	text-align: center;
	background: #f1f2f3;
	color: #333;
	font-size: 12px;
	border-radius: 4px;
	border: 1px solid #ddd;
	font-weight: bold;
	cursor: pointer;
}
.li .info .btn:hover{
	background: #18816a;
	color:#fff;
	border-color: #18816a;
}
.li .roll .remark{
	margin-bottom: 10px;
	color: #333;
	font-size: 12px;
	line-height: 1.5;
	background: #f6fdfd;
	padding: 5px;
	border-radius: 6px;
}
.li .roll .des{
	color: #111;
	font-size: 14px;
	line-height: 1.75;
	white-space: pre-wrap;
}
.li .roll .des .name{
	margin-right:10px;
	color:#666;
}
.li .roll .ts{
	color: #8f7d67;
}
.li .tg{
	height: 40px;
	padding: 0 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	overflow: hidden;
}
.li .tg .val{
	font-size: 14px;
	font-weight: bold;
	color: #666;
}
.li .tg .tl{
	display: inline-block;
	height: 20px;
	line-height: 20px;
	padding: 0 10px;
	border: 1px solid #ddd;
	margin-left: 5px;
	font-size: 12px;
	color: #666;
	border-radius: 4px;
}
.li .tg .tl .line{
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	margin-left: 2px;
}
.nodata{
	text-align: center;
	padding-top: 120px;
}
.nodata .ts{
	padding-top: 20px;
	font-size: 14px;
	color: #999;
}