
/*issue content*/
.page-nav-content{
	margin-top:40px;
}
.faq-bg{
	width: 100%;
	margin-top:10px;
	background: url("../images/hover-bg.jpg") right bottom no-repeat;
	cursor: pointer;
}
.faq{
	position: relative;
	padding-left: 20px;
}
.faq-title{
	color: #ffffff;
	height: 55px;
	line-height: 55px;
	-webkit-user-select: none;
	-moz-user-select: none;
}
.plus{
	position: absolute;
	right: 10px;
	top: 10px;
	color: #888888;
	font-size: 24px;
	display: block!important;
	-webkit-user-select: none;
	-moz-user-select: none;
}
.minus,
.faq-content{
	display: none!important;
}

/*active*/
.active1.big-scale1 .section-small-box{
	background-color: #2a2a2a;
	transform: scale(0.998,0.98);
	-webkit-transform: scale(0.998,0.98);
	-moz-transform: scale(0.998,0.98);
	-ms-transform: scale(0.998,0.98);
}
.active1 .faq{
	padding:0 68px 20px 20px;
}
.active1 .faq-title{
	color: #faaf40;
}
.active1 .minus{
	position: absolute;
	right: 10px;
	top: 10px;
	color: #faaf40;
	font-size: 24px;
	display: block!important;
}
.active1 .plus{
	display: none!important;
}
.active1 .faq-content{
	color: #bbbbbb;
	line-height: 24px;
	font-size:12px;
	display: block!important;
}

/*pad media*/
@media screen and (max-width:1032px){
	.mobile-body .active1.big-scale1 .section-small-box{
		transform: scale(0.996,0.98);
		-webkit-transform: scale(0.996,0.98);
		-moz-transform: scale(0.996,0.98);
		-ms-transform: scale(0.996,0.98);
	}
}

/*phone media*/
@media screen and (max-width:567px){
	.mobile-body .active1.big-scale1 .section-small-box{
		transform: scale(0.99,0.98);
		-webkit-transform: scale(0.99,0.98);
		-moz-transform: scale(0.99,0.98);
		-ms-transform: scale(0.99,0.98);
	}
	.mobile-body .active1 .faq{
		padding:0 20px 20px 20px;
	}
	.mobile-body .page-nav>li+li{
		margin-left:22px;
	}
}

/*phone media for iphone 6*/
@media screen and (max-width:413px){
	.mobile-body .page-nav>li{
		font-size:12px;
	}
}

/*phone media for iphone 5*/
@media screen and (max-width:374px){
	.mobile-body .page-nav>li+li{
		margin-left:12px;
	}
}