*{
	margin: 0;padding: 0;
}
[v-cloak] {
	display: none;
}
.container{
	width: 100%;
	max-width: 1200px;
	margin: auto;
	box-sizing: border-box;
}
.container *{
	box-sizing: border-box;
}
.container .title{
	font-size: 24px;
	color: #333;
	margin: 20px auto;
	text-align: center;
}
.container .ul{
	overflow: hidden;
	margin-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.container .ul a{
	box-sizing: border-box;
	width: 24%;
	margin: 0.5%;
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 8px;
	text-decoration: none;
}
.container .ul h3{
	text-align: center;
	font-size: 20px;
	color: #4f4f4f;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 10px;
}
.container .ul p{
	color: #7f7f7f;
	font-size: 15px;
	width: 100%;
	margin: auto;
	height: 60px;
	line-height: 20px;
	margin-bottom: 10px;
	overflow: hidden;
}
.container .ul .ctype{
	height: 30px;
	line-height: 30px;
	color: #666;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}
.container .ul .ctype span{
	display: inline-block;
	font-weight: bold;
	padding: 0 12px;
	height: 22px;
	line-height: 22px;
	color: #fff;
	background: #F0C78A;
	border-radius: 10px;
	font-size: 12px;
	margin-left: 10px;
}
.container .ul .ctype .cl{
	background: #83d1e9;
}
.container .ul .btn{
	width: 50%;
	margin: auto;
	border: 1px solid #5e8ae9;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	text-align: center;
	border-radius: 18px;
	margin-top: 5px;
	color: #5e8ae9;
}
.container .ul .btn:hover{
	color: #fff;
	background: #5e8ae9;
}
.examp{
	margin: 10px 0;
	margin-bottom: 20px;
}
.examp h3{
	color: #333;
	margin-bottom: 5px;
}
.examp p{
	border-radius: 5px;-webkit-border-radius: 5px;
	background: #f1f2f3;padding: 15px;font-size: 13px;color: #666;color: #555;line-height: 24px;
}
.container .box{
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 20px;
}
.box .des{
	overflow: hidden;
	margin-bottom: 15px;
	color: #666;
}
.box .time{
	margin-bottom: 15px;
	color: #333;
}
.box .time span{
	color: #F06431;
}
.box .el-form{
	margin-top: 35px;
	margin-bottom: 10px;
	overflow: hidden;
}
.box .el-form .tit{
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
.box .el-form  .timg{
	display: block;
	margin: 5px 0;
	max-width: 100%;
}
.box .el-form .el-radio{
	display: block;
	margin: 25px 0;
}
.box .el-form .el-radio__label{
	font-size: 16px;
}
.container .result{
	overflow: hidden;
}
.result h3{
	color:#4775d8;
	margin-bottom: 20px;
}
.result .rtit,.result .dtit{
	font-size: 20px;
	color: #333;
	font-weight: bold;
	margin-bottom: 10px;
}
.result .dtit{
	font-size: 18px;
	margin-top: 10px;
}
.result .rcont{
	overflow: hidden;
	margin-bottom: 20px;
}
.result p{
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 5px;
	color: #666;
}
.result .nodata{
	color: #999;
}

/* 移动端响应式样式 */
@media screen and (max-width: 768px) {
	*{
		max-width: 100%;
	}
	.container{
		max-width: 100%;
		padding: 0 8px;
	}
	
	.container .title{
		font-size: 20px;
		margin: 15px auto;
	}
	
	.container .ul a{
		width: 48%;
		margin: 1%;
		padding: 8px;
	}
	
	.container .ul h3{
		font-size: 18px;
		padding-top: 3px;
		padding-bottom: 8px;
	}
	
	.container .ul p{
		font-size: 14px;
		height: 54px;
		line-height: 18px;
		margin-bottom: 8px;
	}
	
	.container .ul .ctype{
		height: 26px;
		line-height: 26px;
		margin-bottom: 8px;
	}
	
	.container .ul .ctype span{
		padding: 0 10px;
		height: 20px;
		line-height: 20px;
		font-size: 11px;
		margin-left: 8px;
	}
	
	.container .ul .btn{
		height: 32px ;
		line-height: 32px;
		font-size: 14px;
		border-radius: 16px;
	}
	
	.box .el-form{
		margin-top: 25px;
	}
	
	.box .el-form .tit{
		font-size: 15px;
	}
	
	.box .el-form .el-radio{
		margin: 20px 0;
	}
	
	.box .el-form .el-radio__label{
		font-size: 15px;
	}
	
	.result .rtit, .result .dtit{
		font-size: 18px;
	}
	
	.result .dtit{
		font-size: 16px;
	}
	
	.result p{
		font-size: 15px;
	}
}

@media screen and (max-width: 480px) {
	.container .ul a{
		width: 100%;
		margin: 1% 0;
		padding: 10px;
	}
	
	.container .title{
		font-size: 18px;
		margin: 10px auto;
	}
	
	.container .ul h3{
		font-size: 16px;
	}
	
	.container .ul p{
		height: auto;
		font-size: 13px;
		line-height: 16px;
	}
	
	.container .ul .btn{
		font-size: 16px;
		width: 80%;
	}
	
	.box .el-form .tit{
		font-size: 14px;
	}
	
	.box .el-form .el-radio__label{
		font-size: 14px;
	}
	
	.result .rtit, .result .dtit{
		font-size: 16px;
	}
	
	.result .dtit{
		font-size: 15px;
	}
	
	.result p{
		font-size: 14px;
	}
}

/* 触摸友好样式 */
.container .ul .btn {
	transition: all 0.3s ease;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}

.container .ul .btn:active {
	transform: scale(0.98);
}

.container .ul a {
	transition: all 0.3s ease;
}

.container .ul a:active {
	transform: scale(0.98);
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/* 防止移动端缩放问题 */
* {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
