﻿.banner{
	padding-top: 217px;
	height: 334px;
	background: url(../images/question_banner.jpg) no-repeat center 0;
}
.banner .express{
	font-size: 60px;
	color: #ffffff;
}
.banner .express i{
	display: block;
	font-size: 28px;
	font-style: normal;
}
.banner .en{
	font-size: 18px;
	line-height: 24px;
	color: rgba(255,255,255,0.56);
	padding-top:24px;
}
.tab{
	height: 122px;
	line-height: 122px;
	background-color: #f7f7f7;
}
.tab .list{
	font-size: 0;
}
.tab .list li{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-width: 188px;
	height: 52px;
	font-size: 20px;
	margin-top: 35px;
	padding: 0 10px;
	color: #666666;
	background-image:url(../images/question_border.png); 
	background-size: 100% 100%;
	margin-right: 60px;
	border-radius: 50px;
	cursor: pointer;
	transition: all linear 0.2s;
	-webkit-transition: all linear 0.2s;
}
/* .tab .list li.wordsWrap {
	line-height: 26px;
} */
.tab .list li a{
	color: #666666;
}
.tab .list li.active {
	background: url(../images/question_active.png) no-repeat center 0 /100% 100%;
	color: #fff;
}
.tab .list li.active a{
	color: #fff;
}
.tab .list li:hover {
	background: url(../images/question_active.png) no-repeat center 0 /100% 100%;
	color: #fff;	
}
.tab .list li:hover a{
	color: #fff;	
}
.answer_list{
	font-size:0;
}
.answer_list li{
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #666666;
}
.answer_list li .top{
	font-size: 24px;
	line-height: 24px;
	color: #333333;
	padding-bottom: 34px;
	padding-top: 60px;
	font-weight: bold;
}
.answer_list li .bottom{
	padding-bottom: 54px;
	border-bottom: 1px dashed #e0e0e0;
}
.answer_list li .label_Q{
	width: 24px;
	height: 24px;
	display: inline-block;
	text-align: center;
	line-height: 24px;
	font-size: 17px;
	color: #fff;
	background-image: url(../images/question_q.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	border-radius: 2px;
	vertical-align: top;
	margin-right: 20px;
}
.answer_list li span{
	vertical-align: top;
}
.answer_list li .label_A{
	width: 24px;
	height: 24px;
	background-color: #c8c8c8;
	border-radius: 2px;
	color: #fff;
	font-size: 17px;
	display: inline-block;
	text-align: center;
	margin-right: 20px;
}
.answer_list li  .btn-rel{
	color: #0659b5;
	cursor: pointer;
	position: relative;
}
.answer_list li  .btn-rel:after{
	position: absolute;
	content: '→';
	color: #0659b5;
	margin-left: 8px;
}
.loading{
	background-image: url(../images/loading.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 80px;
	height:80px;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	animation:mymove 2s linear infinite;
	-webkit-animation:mymove 2s linear infinite; 
	display: none;
}
@keyframes mymove {
    0% {transform:rotate(0deg);}
    100%{transform:rotate(360deg);}
}
@-webkit-keyframes mymove {
    0% {transform:rotate(0deg);}
    100%{transform:rotate(360deg);}
}
.pagation{
	text-align: right;
	margin-top: 50px;
	margin-bottom: 118px;
}
.pagation a,.pagation span,.pagation input{
	text-align: center;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #f3f3f3;
	color: #666666;
	font-size: 16px;
	margin-left: 10px;
}
.pagation input{
	width: 60px;
	border: none;
}
.pagation .jump-btn,.pagation .active{
	background-image: linear-gradient(0deg, 
		#22d7bd 0%, 
		#11a5d2 53%, 
		#0072e7 100%), 
	linear-gradient(
		#0659b5, 
		#0659b5);
	background-blend-mode: normal, 
		normal;
		color: #fff;
}
