body{
	background-color: #f8f8f8;
	min-height: 100%;
}
#main{
	min-height: 100%;
	padding-top: 80px;
}
#main .inner{
	padding: 3% 0 4.17%;
}
#main .tab-control{
	font-size: 0;
	margin-bottom:2.58%;
}
#main .tab-control a{
	display: inline-block;
	vertical-align: top;
	margin-right: 4%;
	font-size: 20px;
	color: #aaa;
	padding-bottom: 18px;
	border-bottom: 2px solid transparent;
}
#main .tab-control a:last-child{
	margin-right: 0;
}
#main .tab-control a.active{
	color: #1270ad;
	border-color: #1270ad;
}
#main .tab-content .content{
	display: none;
}
#main .tab-content .content.active{
	display: block;
}
#main .tab-content .content li{
	cursor: pointer;
	background-color: #fff;
	border-radius: 5px;
  	box-shadow: 1.259px 1.554px 20px 0px rgba(0, 0, 0, 0.08);
  	margin-bottom: 1.5%;
	padding: 2.7% 50px 2.7% 42px;
}
#main .tab-content .content li:last-child{
	margin-bottom: 0;
}
#main .tab-content .content li .title{
	position: relative;
	padding-left: 32px;
}
#main .tab-content .content li .title h5{
	font-size: 24px;
	color: #333;
	font-family: "myriadbold";
	font-weight: normal;
	line-height: 1.416;
}
#main .tab-content .content li.active .title h5{
	font-weight: bold;
	color: #397eb5;
}
#main .tab-content .content li .title .icon{
	position: absolute;
	left: 0;
	top: 7px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-image: url(../images/fqa_icon1.png);
	background-position: center top;
}
#main .tab-content .content li.active .title .icon{
	background-position: center bottom;
}
#main .tab-content .content li .title .tri{
	position: absolute;
	right: 0;
	top: 11px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-image: url(../images/fqa_tri1.png);
	background-position: center top;
}
#main .tab-content .content li.active .title .tri{
	background-position: center bottom;
}
#main .tab-content .content li .text{
	font-size: 18px;
	color: #666;
	line-height: 1.666;
	padding-top: 2.8%;
	padding-bottom: 1%;
	display: none;
}
#main .tab-content .content li .text *{
	font-size: inherit !important;
	color: inherit;
	line-height: inherit !important;
}
@media only screen and (max-width:768px){
	body{
		background-color: #fff;
	}
	#main{
		padding-top: 3.75rem;
	}
	#main .inner{
		padding: 1.375rem 0 2.5rem;
	}
	#main .tab-control{
		margin-bottom: 0.5625rem;
	}
	#main .tab-control a{
		text-align: center;
		margin-right: 1.52%;
		font-size: 0.6875rem;
		padding-bottom: 0.5rem;
		border-bottom: 1px solid #ececec;
		width: 32.32%;
	}
	#main .tab-content .content li{
		margin-bottom: 0.625rem;
  		box-shadow: 1px 1px 0.625rem 0px rgba(0, 0, 0, 0.08);
  		padding: 0.875rem 1.25rem 0.875rem 0.8125rem;
	}
	#main .tab-content .content li .title{
		padding-left: 0.9375rem;
	}
	#main .tab-content .content li .title h5{
		font-size: 0.8125rem;
		line-height: 1.385;
	}
	#main .tab-content .content li .title .icon{
		width: 0.625rem;
		top: 0.25rem;
	}
	#main .tab-content .content li .title .tri{
		top: 0.375rem;
		height: 0.375rem;
	}
	#main .tab-content .content li .text{
		font-size: 0.6875rem;
		padding-top: 1rem;
		padding-bottom: 0.125rem;
	}
}