/*重写顶部导航条*/
.Help-top{
	background: rgba(0,0,0,.05);
}
.Help-top-left a:nth-child(1)::before{
	background: url(http://img.fqapps.com/6a4bec384842a374c3850f5e7e037dac) no-repeat;
	background-size: 16px 15px;
}
/* .Help-top-left a:nth-child(1){
	color: #ffffff;
}
.Help-top-left a:nth-child(2){
	color: #ffffff;
} */

.Help-top-right a,.Help-top-left span,.Help-top-left a,.Help-top-left i{
	color: #ffffff;
}
/* .Help-top-left .head-loginpopup a{
	color: #999;
} */
.Help-top-left .head-loginpopup{
	background: rgba(0,0,0,.05);
}
.Help-top-left a:nth-child(2)::before, .Help-top-right a::before{
	background: rgba(255, 255, 255, 0.1);
}
/* vue防闪烁 */
[v-cloak] {
  display: none;
}
/*公共 上传完删除*/
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a {
    text-decoration: none;
    color: #5c5c5c;
}
i{
	font-style:normal;
}
body a:hover {
    color: #5490FF;
}
ol,ul {
    list-style: none;
}
li {
    list-style-type: none;
}
input,select,textarea {
    -webkit-appearance: none;
    outline: none;
    border: none;
    resize: none;
    color: #666666;
}
img {
    display: block;
    /*width: 100%;*/
}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
}
html{
	background: #f7f7f7;
}
.link{
	width: 100%;
	height: 1px;
	background: #F2F2F2;
}
/*header*/
.headerbg_top{
	position: relative;
	width: 100%;
	min-width: 1300px;
	height: 362px;
	background: url(http://img.fqapps.com/29a40c53a9bb3ab3f12fa331c4acf4fc) no-repeat;
	background-size: 100% 100%;
}
.header_bigbox{
	position: absolute;
	bottom: 59px;
	left: 50%;
	width: 750px;
	height: 200px;
	margin-left: -375px;
	padding: 0 25px;
}
.header_bigbox h1{
	color: #fff;
	font-size: 42px;
	font-weight: 800;
	text-align: center;
	letter-spacing: 5px;
	margin-bottom: 20px;
}
.header_bigbox p{
	margin-bottom: 35px;
	letter-spacing:2px;
	color: #fff;
	font-size: 14px;
	font-weight: 200;
	text-align: center;
}
.header_bigbox div{
	position: relative;
	margin-bottom: 15px;
	text-align: center;
}
.header_bigbox div span{
	cursor: pointer;
	width: 40px;
	height: 40px;
	position: absolute;
    top: 4px;
    right: 38px;
	background: url(http://img.fqapps.com/2ecd437d416d042f1a32eab02bd14e1e) no-repeat;
	background-size: 24px 24px;
	background-position: 8px 8px;
}
.header_bigbox div input{
	/* cursor: pointer; */
	width: 650px;
	padding: 16px 85px 16px 25px;
	height: 48px;
	border:1px solid rgba(255,255,255,1);
	background-color: rgba(255,255,255,0.1);
	border-radius: 24px;
	color: #fff;
}
.header_bigbox div input::-webkit-input-placeholder {
	color: #fff;
} 
.header_bigbox ul{
	width: 100%;
	padding-left: 20px;
	overflow: hidden;
	padding-left: 27px;
}
.header_bigbox ul li{
	float: left;
	margin-left:25px;
}
.header_bigbox ul li a{
	font-size: 12px;
	color: rgba(255,255,255,0.5);
}
.header_bigbox ul li:hover a{
	color: #fff;
}
/*section*/
section{
	margin: 0 auto;
	/*max-width: 1300px;*/
	/*min-width: 1200px;*/
	width: 1300px;
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}
.main_left{
	width: 76%;
}
/*精选热门问题*/
.questionbox_top,.productbox_top,.APIbox_top,.servicebox_top{
	overflow: hidden;
}
.questionbox_top h1,.productbox_top h1,.APIbox_top h1,.servicebox_top h1{
	position: relative;
	font-size: 22px;
	font-weight: 400;
	color: #333;
	display: inline-block;
	margin-bottom: 29px;
}
.questionbox_top h1:before,.productbox_top h1:before,.APIbox_top h1:before,.servicebox_top h1:before{
	position: absolute;
	top: 1px;
	right: -15px;
	content: '';
	width: 1px;
	height: 21px;
	background: #E6E6E6;
}
.questionbox_top i,.productbox_top i,.APIbox_top i,.servicebox_top i{
	position: relative;
	top: 0px;
	right: -20px;
	color: #CCCCCC;
	font-size: 12px;
	font-weight: 400;
}
.question_cent{
	display: flex;
	justify-content: space-between;
	margin-bottom: 46px;
}
.question_cent > li{
	position: relative;
	width: 315px;
	height: 300px;
	background: #fff;
	border-radius: 10px;
	transition: all .2s ease-in-out;
}
.question_cent > li:hover{
	box-shadow: 0px 10px 12px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 10px 12px 2px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
  z-index: 10;
}
.top_title{
	overflow: hidden;
	margin: 27px 20px 25px;
}
.top_title span:nth-of-type(1){
	font-size: 16px;
	font-weight: 400;
	color: #333;
}
.top_title span:nth-of-type(2){
	font-size: 14px;
	font-weight: 400;
	color: #999999;
	float: right;
}
.cont_list{
	margin: 20px;
}
.cont_list li{
	width: 100%;
	color: #666666;
	font-size: 14px;
	margin-top: 28px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.cont_list li:hover{
	color: #5490FF;
}
.jump_btn{
	position: absolute;
	bottom: 13px;
	display: inline-block;
	color: #5490FF;
	font-size: 14px;
	font-weight: 400;
	margin: 20px;
}
.jump_btn:after{
	content: '';
	position: absolute;
	top: 2px;
    right: -16px;
	width: 16px;
	height: 16px;
	background: url(http://img.fqapps.com/fcc48a70f880eb667968d39b4c236afb) no-repeat 100% 100%;
}
/*产品解答*/
.prouct_ul{
	margin-bottom: 45px;
	display: flex;
	justify-content: space-between;
}
.prouct_ul > li{
	width: 483px;
	height: 300px;
	background: #fff;
	border-radius: 10px;
	position: relative;
	transition: all .2s ease-in-out;
}
.prouct_ul > li:hover{
	box-shadow: 0px 10px 12px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 10px 12px 2px rgba(0, 0, 0, 0.1);
	transform: translateY(-4px);
  z-index: 10;
}
.prouct_li_tit{
	line-height: 22px;
	padding: 25px 20px;
	font-size: 16px;
	font-weight: 400;
}
.prouct_li_tit a{
	position: relative;
	padding-right: 15px;
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: #5490FF;
	float: right;
}
.prouct_li_tit a:after{
	content: '';
	position: absolute;
	top: 3px;
	right: 1px;
	width: 16px;
	height: 16px;
	background: url(http://img.fqapps.com/fcc48a70f880eb667968d39b4c236afb) no-repeat 100% 100%;
}
.prouct_li_cent{
	overflow: hidden;
}
.prouct_li_cent li{
	float: left;
	color: #666666;
	font-size: 14px;
	width: 161px;
	height: 120px;
	border-top: 1px solid #F7F7F7;
	border-right: 1px solid #F7F7F7;
	text-align: center;
	box-sizing: border-box;
}
.prouct_li_cent li a{
	display:block;
}
.prouct_li_cent li a img{
	margin: 15px auto;
	width: 60px;
	height: 60px;
}
.prouct_li_cent li:nth-of-type(1){
	border-left: 1px solid #fff;
}
.prouct_li_cent li:nth-of-type(4),.prouct_li_cent li:nth-of-type(5){
	width: 50%;
	height: 109px;
	position: relative;
	border-top: 1px solid #F7F7F7;
	border-right: 1px solid #F7F7F7;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
}
.prouct_li_cent li:nth-of-type(4) a,.prouct_li_cent li:nth-of-type(5) a{
	padding-bottom: 15px;
}
.prouct_li_cent li:nth-of-type(4) img,.prouct_li_cent li:nth-of-type(5) img{
	position: absolute;
    top: 8px;
    left: 51px;
}
.prouct_li_cent li:nth-of-type(4) a span,.prouct_li_cent li:nth-of-type(5) a span{
	position: absolute;
    top: 45px;
    left: 129px;
}
.prouct_li_cent li:nth-of-type(4){
	border-bottom-left-radius:10px;
}
.prouct_li_cent li:nth-of-type(5){
	border-bottom-right-radius:10px;
}
.prouct_li_cent li:nth-of-type(3),.prouct_li_cent li:nth-of-type(5){
	border-right: none;
}
.prouct_li_cent li:hover{
	border: 1px solid #E6EFFF;
	background:rgba(247,247,247,1);
	color: #5490FF;
}
/*数据接口API*/
.API_ul{
	margin-bottom: 45px;
	display: flex;
	justify-content: space-between;
}
.API_ul > li{
	width: 483px;
	height: 300px;
	background: #fff;
	border-radius: 10px;
	position: relative;
	transition: all .2s ease-in-out;
}
.API_ul > li:hover{
	box-shadow: 0px 10px 12px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 10px 12px 2px rgba(0, 0, 0, 0.1);
	transform: translateY(-4px);
  z-index: 10;
}
.API_li_tit{
	line-height: 22px;
	padding: 25px 20px;
	font-size: 16px;
	font-weight: 400;
}
.API_li_tit a{
	position: relative;
	padding-right: 15px;
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: #5490FF;
	float: right;
}
.API_li_tit a:after{
	content: '';
	position: absolute;
	top: 3px;
	right: 1px;
	width: 16px;
	height: 16px;
	background: url(http://img.fqapps.com/fcc48a70f880eb667968d39b4c236afb) no-repeat 100% 100%;
}
.API_li_cent{
	overflow: hidden;
}
.API_li_cent li{
	float: left;
	color: #666666;
	width: 161px;
	height: 114px;
	border-top: 1px solid #F7F7F7;
	border-right: 1px solid #F7F7F7;
	text-align: center;
	box-sizing: border-box;
}
.API_li_cent li a{
	display: block;
}
.API_li_cent li:nth-of-type(1){
	border-left: 1px solid #fff;
}
.API_li_cent li:nth-of-type(2){
	border-left: 1px solid #fff;
}
.API_li_cent li:nth-of-type(3){
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
.API_li_cent li:nth-of-type(4){
	border-left: 1px solid #fff;
	border-bottom-left-radius:10px;
}
.API_li_cent li:nth-of-type(5){
	border-left: 1px solid #fff;
}
.API_li_cent li:nth-of-type(6){
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom-right-radius:10px;
}
.API_li_cent li:hover{
	border: 1px solid #E6EFFF;
	background:rgba(247,247,247,1);
	color: #5490FF;
}
.API_li_cent li a img{
	display: inline-block;
	margin: 15px auto 5px;
	width: 50px;
	height: 50px;
}
.API_li_cent li a span{
	display: block;
	font-size: 14px;
}
.API_r_box{
	overflow: hidden;
}
.API_r_box li{
	float: left;
	color: #666666;
	width: 50%;
	height: 114px;
	border-top: 1px solid #F7F7F7;
	border-right: 1px solid #F7F7F7;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.API_r_box li:after{
	position: absolute;
	top: 11px;
	left: 60px;
	content: '';
	width: 1px;
	height: 95px;
	background: #F7F7F7;
}
.API_r_box li:nth-of-type(1){
	border-left: 1px solid #fff;
}
.API_r_box li:nth-of-type(2){
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
.API_r_box li:nth-of-type(3){
	border-left: 1px solid #fff;
	border-bottom-left-radius:10px;
}
.API_r_box li:nth-of-type(4){
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom-right-radius:10px;
}
.API_r_box li:hover{
	border: 1px solid #E6EFFF;
	background:rgba(247,247,247,1);
	color: #5490FF;
}
.API_rl_title{
	/*width: 81px;*/
	padding: 25px 20px 0px 20px;
	display: inline-block;
	writing-mode:vertical-rl;
	color: #666666;
	cursor: default;
}
.API_rr_cent{
	width: 165px;
	margin-top: 20px;
	display: block;
	float: left;
	font-size: 14px;
}
.API_rr_cent  a{
	margin-right: 9px;
	margin-bottom: 9px;
	display: inline-block;
	font-size: 12px;
}
.API_r_box .API_rr_rz{
	display: block;
}
/*专业服务*/
.service_ul{
	width: 100%;
	border-radius: 10px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 70px;
}
.service_ul li{
	position: relative;
	width:233px;
	height: 250px;
	background: #fff;
	/* padding: 40px 18px; */
	border-radius: 10px;
	transition: all .2s ease-in-out;
}
.service_ul li a{
	display: block;
	padding: 40px 18px;
	border-radius: 10px;
}
.service_ul li a:hover{
	background: url(http://img.fqapps.com/0487ca59e4eb1b71650aac2902c277c7);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	box-shadow: 0px 10px 12px 2px rgba(0, 0, 0, 0.1);
  	-webkit-box-shadow: 0px 10px 12px 2px rgba(0, 0, 0, 0.1);
	transform: translateY(-4px);
  	z-index: 10;
}
.service_ul li a .hover_f,.service_ul li a .hover_t{
	width: 197px;
	height: 168px;
}
.service_ul li a .hover_f{
	display: none;
	text-align: center;
	width: 197px;
	height: 168px;
}
.service_ul li a .hover_bottom{
	position: absolute;
	bottom: 91px;
	left: 0;
	right: 0;
}
.service_ul li a .hover_bottom p{
	position: absolute;
	bottom: -84px;
	left: 0;
	right: 0;
}
.service_ul li a .servive_yuan{
	margin: 0 auto;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background: linear-gradient(0deg,rgba(89,158,253,1),rgba(77,116,255,1));
	text-align: center;
	position: relative;
}
.service_ul li a .servive_yuan img{
	display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
	width: 60px;
	height: 60px;
}
.service_ul li a .servive_title{
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	margin-top: 20px;
}
.service_ul li a .servive_mintitle{
	width: 138px;
	margin: 18px auto 0;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	color: #999;
}
.service_ul li a .hover_f p:nth-of-type(1){
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 19px;
}
.service_ul li a .hover_f p:nth-of-type(2){
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
}
.service_ul li a .hover_f p:nth-of-type(3){
	position: absolute;
	bottom: 41px;
	left:50%;
	width: 100px;
	margin-left: -50px;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
}
.service_ul li a .hover_f span{
	position: relative;
	bottom: -30px;
	color: #4D74FF;
	display: inline-block;
	padding:0px 15px 0px 38px;
	line-height: 40px;
	background: #fff;
	border-radius: 20px;
	text-align: center;
	margin: 0 auto;
}
.service_ul li a .hover_f span:after{
	content: '';
	width: 16px;
	height: 17px;
	position: absolute;
	top: 11px;
	left: 16px;
	background: url(http://img.fqapps.com/095804d659e318d0f0019cedcb90eb8f) no-repeat;
	background-size: 100% 100%;
}
/*右模块*/
.mian_right{
	width: 21%;
}
.r_top{
	margin-bottom: 49px;
}
.r_top_title{
	font-size: 22px;
	font-weight: 400;
	color: #333;
	margin-bottom: 35px;
}
.r_top_list li{
	margin-bottom: 25px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	position: relative;
}
.r_top_list li a{
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	position: relative;
}
.r_top_list li img{
	width: 32px;
	height: 17px;
	position: absolute;
	top: 0;
	right: -36px;
}
.r_top_list li a:hover{
	color: #5490FF;
}
.r_top_list_new{
	width: 32px;
	height: 17px;
	display: inline-block;
	margin-left: 10px;
}
.r_bottom li{
	margin-bottom: 35px;
}
.r_bottom li div{
	font-size: 16px;
	margin-bottom: 14px;
	color: #666666;
}
.r_bottom li div i{
	margin-left: 7px;
	font-size: 14px;
	color: #999999;
}
.r_bottom li a{
	position: relative;
	display: inline-block;
	border-radius: 50px;
	border:1px solid rgba(84,144,255,.4);
	padding: 4px 14px 5px 40px;
	color: #5490ff;
	background-color: rgba(255, 255, 255, .4);
	font-size: 14px;
}
.r_bottom li a:hover{
	color: #ffffff;
	background:linear-gradient(180deg,rgba(89,158,253,1),rgba(77,116,255,1));
}
.r_bottom li a img{
	position: absolute;
    top: 5px;
    left: 15px;
	width: 16px;
	height: 17px;
}
