.template-banner-title{
	background: url('/skin/images/hymb/template-banner.jpg') center center;
	min-width: 1200px;
	height: 162px;
	margin:0 auto;
	background-repeat: no-repeat;
}
.content-main{
	width: 1200px;
	margin: 20px auto;
	text-align: left;
}
.content-select{
	margin: 30px 0;
}
.content-select .select-item{
	width: 60px;
	margin: 15px 6px;
	padding: 2px 5px;
	font-family: "Microsoft Yahei", Georgia, Serif;
	font-size:16px;
	color: #4d4d4d;
	cursor: pointer;
}
.content-select .select-item.active{
	color: #fff;
	background-color: #f87531;
	border-radius: 10px;
}
#template .content-box{
	float: left;
	margin: 15px;
	position: relative;
}
#template .content-box .content-img{
	top:62px;left:15px;
	position: absolute;
}
#template .content-box .btn-area{
	top:62px;left:15px;
	position: absolute;
	display: none;
	width:232px;
	height:410px;
	text-align: center;
	background-color: rgba(0,0,0,0.3);
	z-index:1;
}
#template .content-box:hover .btn-area{
	display: block;
}
.btn-area .code-img{
	margin: 80px auto;
	width:130px;
	height:130px;
	padding: 10px;
	background-color: #fff;
}
.btn-area .btn{
	background-color: #f87531;
	padding: 5px 30px;
	color:#fff;
	border-radius: 3px;
	cursor: pointer;
}
.loading {
	width: 100px;
	height:100px;
	margin: 0 auto;
	opacity: 0;
	background: url('../images/loading.gif') no-repeat center center;
}
/* 清除浮动 */
.clearfix::before,
.clearfix::after {
	display: table;
	content: " ";
}
.clearfix::after {
	clear: both;
}