/*20200608新增0*/


/*20201027新增开始 解决图片宽度不一致问题*/
.qk_list5 {position: relative; }
.qk_list5 img {position: absolute;  top:0; left:0;}
.qk_list5_r {margin-left: 290px;}

/*20210205春节广告*/
.chunjieggao{background-color:#ffffff; width:100%; margin:0 auto; overflow:hidden; height: auto;  background-image:url(bbbb.png); background-repeat:no-repeat; background-size:100% auto; padding-top:84px;}

@media screen and (max-width: 724px) {
	.chunjieggao{padding-top:1;}
	.qk_list5_r {margin-left: 170px;}
}
/*20201027新增结束*/


/*20201030新增开始 解决图片比例显示不协调*/
/*.img3 {
    height: 134px!important;
}
.img4 {
    height: 88px!important;
}*/

.qk_div1_t1 {height: 26px}
.img3 {
    height: 134px!important;
}
@media screen and (min-width: 724px){
	.img4 {
			height: 88px!important;
	}
}

/*20201030新增结束*/


.wrap{
	width: 100%;
	height: 100%;
	font-family: '微软雅黑';
	color: #6d6d6d;
  	overflow: auto;
}


.wrap .cMr{
	margin-right: 0;
}
.wrap .cMt{
	margin-top: 0;
}
.wrap .cMb{
	margin-bottom: 0;
}
.wrap .cBb{
	border-bottom: none;
}
.wrap .cMall{
	margin: 0;
}
.wrap .cPall{
	padding: 0;
}

.wrap .aMb30{
	margin-bottom: 30px;
}
.wrap .aMb20{
	margin-bottom: 20px;
}
.wrap .aMt30{
	margin-top: 30px;
}
.wrap .aMt10{
	margin-top: 10px;
}
.wrap .aMt20{
	margin-top: 20px;
}
.wrap .aMt33{
	margin-top: 33px
}
.wrap .aMt34{
	margin-top: 34px
}
.wrap .aMt40{
	margin-top: 40px
}
.wrap .aMl30{
	margin-left: 30px;
}
.wrap .uStyle1{
	height: 60px;
	margin-top: 10px;
}
.wrap .uStyle1 p{
	line-height: 60px;
}
.wrap .uStyle1 p.on{
	line-height: 60px;
	font-size: 20px;
	padding: 0 11px;
	font-weight: normal;
}

.arrow-down {
	border-left: 2px solid #333333;
	border-bottom: 2px solid #333333;
	height: 10px;
	width: 10px;
	transform: translate(10px, -7px) rotate(-45deg);
	-webkit-transform: translate(10px, -7px) rotate(-45deg);
	border-right: 2px solid transparent;
	border-top: 2px solid transparent;
	display: inline-block;
	-moz-transform: translate(10px, -7px) rotate(-45deg);
	-ms-transform: translate(10px, -7px) rotate(-45deg);
	-o-transform: translate(10px, -7px) rotate(-45deg);
}

/**/
/* -滚动区域样式- */
.slider{
	width:100%;
	
	margin: 0 auto;
	position:relative;
}
.swiper-container {
    width: 339px;
    height: 370px;
}  


/* -展示图片样式- */
.slider_list{
	width: 100%;
	overflow: hidden;
	font-size: 0;
	position: relative;

	-webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);

	-webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;

    transition-timing-function: linear;
	-moz-transition-timing-function: linear; 
	-webkit-transition-timing-function: linear;
	-o-transition-timing-function: linear;

	/*overflow-x: auto;*/
	/*overflow-y: hidden;*/
}
	.slider_list ul{
		font-size: 0;
		height: auto;
	}
		.slider_list a{
			width: 100%;
			font-size: 0;
			display: inline-block;
			/*cursor: pointer;*/
		}
		/*.slider_list li{
			cursor: -webkit-grab;   
		    cursor: -moz-grab;   
		    cursor: grab;  
		}
		.slider_list li:active{
			cursor: -webkit-grabbing;   
		    cursor: -moz-grabbing;   
		    cursor: grabbing; 
		}*/


/* -小按钮导航样式- */
.slider_nav{
	/*width: 50%;*/
	position:absolute;
	text-align: center;
	z-index:1;
	left:50%;
	bottom:20px;
	transform: translate(-50%,0);
	-webkit-transform:translate(-50%,0);
	font-size:0;
	padding:4px 8px;
	border-radius:12px;
	-webkit-border-radius:12px; 
	background-color:hsla(0,0%,100%,.3);
	display: none;
}
.slider_nav i{
	display:inline-block;
	width:12px; 
	height:12px; 
	border-radius:50%; 
	-webkit-border-radius:50%; 
	margin:0 5px;
	cursor: pointer;
}

/* -左右按钮- */
.slider_arrow{
	display:none;
	width:30px;
	height:60px;
	background-color: rgba(0,0,0,.2);
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
}
.slider_prve{left:2%;}
.slider_next{right:2%;}
.slider_arrow span{display:block; width:10px; height:10px; border-bottom:2px solid #fff; border-left:2px solid #fff; cursor: pointer;}
.slider_prve span{margin:25px 0 0 10px;transform:rotate(45deg);}
.slider_next span{margin:25px 0 0 10px;transform:rotate(-135deg);}


/* -默认下按钮颜色- */
.btn{
	background:#fff;
}
/* -选中下按钮颜色- */
.btn_act{
	background:#db192a;
}

.slider_arrow:hover{background:#444;}
.slider:hover .slider_arrow{display:block;}


/*  头部  */
.qk_header{
	width: 1200px;
	height: 110px;
	margin: 0 auto;
	display: block;	

	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
	.log{
		width: auto;
		height: 110px;
	}

	.qk_header_right{
		flex: 1;
		display: flex;
		display: -webkit-flex;
		flex-direction: row;
		justify-content: flex-end;
		align-items: center;

		color: #333333;
	}
		.qk_header_p1{
			font-size: 12px;
			border: 1px solid #e1e1e1;
			padding: 6px 17px;
			border-radius: 18px;
			margin-right: 10px;
			cursor: pointer;
		}
		.qk_header_p1:hover{
			border: 1px solid #f0003d;
			color: #f0003d;
		}
		.qk_header_p1.on{
			border: 1px solid #f0003d;
			color: #f0003d;
		}
		.qk_header_div1{
			font-size: 12px;
			margin-left: 18px;
			display: flex;
			display: -webkit-flex;
			flex-direction: row;
			justify-content: center;
			align-items: center;
			position: relative;
			cursor: pointer;
		}
    	.qk_header_div1_complaint{
    		border: 1px solid #f0003d;
    		color: #f0003d;
    		padding: 2px;
    		border-radius: 4px;
    	}
		.qk_header_div1 > img{
			width: 10px;
			height: auto;
			margin-left: 8px;
		}
		.qk_header_div1:hover .qk_header_absolute{
			display: block;
		}
		.qk_header_div1 > .qk_header_absolute{
            position: absolute;
            left: 38%;
            top: 200%;
            transform: translate(-50%,0);
            -webkit-transform:translate(-50%,0);
			display: none;
            
            padding: 10px;
            border-radius: 4px;
            background: #fff;
            font-size: 0;
			z-index: 10;
            -moz-box-shadow:0 0 10px rgba(0,0,0,0.3); 
            -webkit-box-shadow:0 0 10px rgba(0,0,0,0.3); 
            box-shadow:0 0 10px rgba(0,0,0,0.3);
        }
        .qk_header_div2{display: none;}
        .qk_header_absolute > img{
        	width: 100px;
        	height: auto;
        }
        .qk_header_absolute p{
        	font-size: 12px;
        	text-align: center;
        }
        .qk_header_absolute:after{
        	content: '';
        	width: 0;
		    height: 0;
		    border-bottom: 10px solid #fff;
		    border-right: 10px solid transparent;
		    border-left: 10px solid transparent;
		    position: absolute;
		    left: 50%;
            top: -10px;
            transform: translate(-50%,0);
            -webkit-transform:translate(-50%,0);

        }

	.qk_header_search{
		margin-left: 38px;
		overflow: hidden;
		font-size: 0;
		border-radius: 6px;
	}
		.qk_header_search input{
			width: 206px;
			height: 32px;
			display: inline-block;
			vertical-align: top;
			text-indent: 10px;
			font-size: 12px;
			color: #333;
			border: 1px solid #d9d9d9;
			border-right: none;
			border-top-left-radius: 6px;
			border-bottom-left-radius: 6px;
		}
		.qk_header_search p{
			width: 64px;
			height: 34px;
			line-height: 34px;
			display: inline-block;
			vertical-align: top;
			font-size: 15px;
			color: #333;
			text-align: center;
			background: #8b888f;
			color: #fff;
			cursor: pointer;
		}

/* 导航栏 */
.qk_navigation{
	width: 100%;
	height: 50px;
	background: #f2003d;
	font-size: 0;
	margin: 0 auto;
}
	.qk_navigation ul{
		width: 1250px;
		margin: 0 auto;

		display: flex;
		display: -webkit-flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
	}
		.qk_navigation ul li, .qk_navigation ul a{
			width: auto;
			display: inline-block;
			line-height: 50px;
			padding: 0 24px;
			color: #fff;
			font-size: 16px;
			cursor: pointer;
		}
		.qk_navigation ul li.on, .qk_navigation ul a.on{
			background: #d20041;
		}
		.qk_navigation ul li:hover, .qk_navigation ul a:hover{
			background: #d20041;
		}

/* 导航栏2 */
.qk_navigation_list{
	width: 100%;
	height: 50px;
	background: #eeeeee;
	font-size: 0;
	    position: relative;
	overflow: hidden;
}
	.qk_navigation_list ul{
		width: 1200px;
		margin: 0 auto;

	}
		.qk_navigation_list ul li, .qk_navigation_list ul a{
			width: auto;
			display: inline-block;
			line-height: 50px;
			color: #333333;
			font-size: 16px;
			cursor: pointer;
			margin-right: 20px;
		}
		.qk_navigation_list ul li.on, .qk_navigation_list ul a.on{
			/*background: #d20041;*/
		}
		.qk_navigation_list ul li:hover, .qk_navigation_list ul a:hover{
			/*background: #d20041;*/
			text-decoration: underline;
		}
		
		.qk_navigation_list .icon2{
	width: 24px;
	height: 16px;
	cursor: pointer;
	position: absolute;
	top: 17px;
	right: calc( (100% - 1200px) / 2 );
	transform:rotate(180deg);
	-ms-transform:rotate(180deg); 	/* IE 9 */
	-moz-transform:rotate(180deg); 	/* Firefox */
	-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
	-o-transform:rotate(180deg); 	/* Opera */
}
.qk_navigation_list .icon2.active{
	transform:rotate(0deg);
	-ms-transform:rotate(0deg); 	/* IE 9 */
	-moz-transform:rotate(0deg); 	/* Firefox */
	-webkit-transform:rotate(0deg); /* Safari 和 Chrome */
	-o-transform:rotate(0deg);	/* Opera */
}


/* 右侧推荐栏 */
.qk_recommend_title{
	width: 100%;
	padding-bottom: 10px;
	border-bottom: 1px solid #e1e1e1;

	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
	.qk_recommend_title span{
		font-size: 20px;
		font-weight: bold;
		color: #f3003d;
	}
	.qk_recommend_title p{
		width: 80px;
		height: 30px;
		line-height: 30px;
		border: 0px solid #c9c9cb;
		color: #333;
		background: #fff;
		text-align: center;
		font-size: 16px;
		border-radius: 4px;
		/* cursor: pointer; */
		box-sizing: border-box;
	}
	.qk_recommend_title a{
		width: 80px;
		height: 30px;
		line-height: 30px;
		font-size: 16px;
		color:#2B65EC;
	}

.qk_recommend_img{
	width: 100%;
	height: auto;
}

.qk_recommend_div1{
	width: 100%;
	padding-top: 20px;
}
	.qk_recommend_div1 a{
		width: calc((100% - 60px) / 3);
		margin-right: 30px;
		margin-bottom: 40px;
	}
	.qk_recommend_div1 a:nth-child(3n){
		margin-right: 0;
	}
	.qk_recommend_div1 a img{
		width: 100%;
		height: auto;
	}
	.qk_recommend_div1 a p{
		font-size: 14px;
		color: #333;
		text-align: center;
		margin-top: 12px;
	}

.qk_recommend_div2{
	width: 100%;
	padding-top: 20px;
}
	.qk_recommend_div2 a{
		width: 100%;
		height: 22px;
		line-height: 22px;
		font-size: 16px;
		color: #333;
		margin-bottom: 30px;
		cursor: pointer;

		display: flex;
		display: -webkit-flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
	}
	.qk_recommend_div2 p{
		width: 22px;
		height: 22px;
		text-align: center;
		color: #f3003d;
		margin-right: 10px;
	}
	.qk_recommend_div2 p.b{
		border: 1px solid #ececec;
		box-sizing: border-box;
		border-radius: 4px;
	}
	.qk_recommend_div2 font{
		flex: 1;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.qk_recommend_div2 span{
		border: 1px solid #f3003d;
		font-size: 14px;
		color: #f3003d;
		padding: 2px 3px;
		border-radius: 4px;
	}
	.qk_recommend_div2 a:hover font{
		color: #f3003d;
	}

.qk_recommend_div3{
	width: 100%;
	padding-top: 20px;
	    overflow: hidden;
}
	.qk_recommend_div3 a{
		margin-bottom: 20px;
	}
	.qk_recommend_div3 img{
		width: 154px;
		height: 90px;
		display: inline-block;
		margin-right: 20px;
	}
	.qk_recommend_div3 .qk_recommend_div3_r{
		width: calc(100% - 174px);
		height: 90px;
		display: inline-block;
		vertical-align: top;
	}
		.qk_recommend_div3 .qk_recommend_div3_r span{
			font-size: 16px;
			color: #333;
			font-weight: bold;
			margin-top: 3px;
			display: block;

			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis;
		}
		.qk_recommend_div3 .qk_recommend_div3_r p{
			font-size: 14px;
			color: #333;
			line-height: 1.5;

			display: -webkit-box; 
			-webkit-line-clamp: 3; 
			-webkit-box-orient: vertical; 
			overflow: hidden;
			height: 68px;
display:block;
		}

.qk_recommend_div4{
	width: 100%;
	padding-top: 20px;
}
	.qk_recommend_div4 li{
		width: 100%;
		margin-bottom: 20px;
	}
	/*.qk_recommend_div4 li > *{
		width: calc((100% - 26px) / 3);
	}*/
		.qk_recommend_div4 select{
			width: calc((100% - 26px) / 3);
			height: 30px;
			border: 1px solid #e1e1e1;
			margin-right: 13px;
			border-radius: 4px;
		}
		.qk_recommend_div4 select.s1{
			width: calc(((100% - 26px) / 3 * 2) + 13px);

		}
		.qk_recommend_div4 select.s3{
			width: calc((100% - 26px) / 3 * 2 / 3);
			margin-right: calc(13px *2  / 3);
		}
		.qk_recommend_div4 select.s4{
			width: calc(((100% - 26px) / 3) - 29px);
			margin-right: 13px;
		}
		.qk_recommend_div4 input{
			width: calc((100% - 26px) / 3);
			height: 30px;
			border: 1px solid #e1e1e1;
			box-sizing: border-box;
			margin-right: 13px;
			text-indent: 10px;
			border-radius: 4px;
		}
		.qk_recommend_div4 input.i1{
			width: calc(((100% - 26px) / 3 * 2) + 13px);
		}
		.qk_recommend_div4 p{
			width: calc((100% - 26px) / 3);
			display: inline-block;
			height: 30px;
			vertical-align: top;
		    line-height: 30px;
		    border: 1px solid #c9c9cb;
		    color: #333;
		    background: #e1e1e1;
		    text-align: center;
		    font-size: 16px;
		    border-radius: 4px;
		    cursor: pointer;
		    box-sizing: border-box;
		}

		.qk_recommend_div4 span{
			font-size: 16px;
			margin-right: 13px;
		}

.qk_recommend_div5{
	width: 100%;
	border-left: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
	box-sizing: border-box;
	margin-bottom: 20px;
}
	.qk_recommend_div5 a{
		width: 50%;
		line-height: 50px;
		border-right: 1px solid #e1e1e1;
		border-bottom: 1px solid #e1e1e1;
		display: inline-block;
		box-sizing: border-box;
		font-size: 16px;
		text-align: center;
	}
	.qk_recommend_div5 a.on{
		color: #f3003d;
	}

.qk_recommend_div6{
	width: 100%;
	padding-top: 20px;
	margin-bottom: 36px;
}
	.qk_recommend_div6 img{
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}
	.qk_recommend_div6 .btn1{
		width: 144px;
		height: 40px;
		line-height: 38px;
		font-size: 17px;
		color: #f3003d;
		margin-right: calc(100% - 288px);
		border: 1px solid #e1e1e1;
		text-align: center;
		box-sizing: border-box;
		border-radius: 40px;
		cursor: pointer;
	}
	.qk_recommend_div6 .btn2{
		width: 144px;
		height: 40px;
		line-height: 38px;
		font-size: 17px;
		color: #f3003d;
		text-align: center;
		box-sizing: border-box;
		border: 1px solid #e1e1e1;
		box-sizing: border-box;
		border-radius: 40px;
		cursor: pointer;
	}

.qk_recommend_div7{
	width: 100%;
	padding-top: 20px;
	margin-bottom: 15px;
}
	.qk_recommend_div7 img{
		width: 100%;
		height: auto;
		margin-bottom: 5px;
	}

.qk_recommend_div8{
	width: 100%;
	/*padding-top: 20px;*/
	margin-bottom: 20px;
}
	.qk_recommend_div8_ul1{
		width: 100%;
	}
		.qk_recommend_div8_ul1 a{
			width: calc(100% / 5);
			text-align: center;
			height: 54px;
			font-size: 15px;
			color: #333;
			border-bottom: 1px solid #edebec;
			cursor: pointer;

			display: inline-flex;
			display: -webkit-inline-flex;
			flex-direction: row;
			justify-content: center;
			align-items: center;
		}
		.qk_recommend_div8_ul1 a.on{
			color: #f3003d;
			border-bottom: 1px solid #f3003d;
		}
	.qk_recommend_div8_ul2{
		width: 100%;
	}
		.qk_recommend_div8_ul2 a{
			width: 70px;
			height: 70px;
			margin-right: calc((100% - 280px) / 3 - 1px);
			margin-top: 20px;
			cursor: pointer;
			position: relative;
		}
		.qk_recommend_div8_ul2 a:nth-child(4n){
			margin-right: 0;
		}
		.qk_recommend_div8_ul2 p{
			width: 70px;
			height: 70px;
			font-size: 18px;
			color: #f3003d;
			border: 2px solid #f3003d;
			border-radius: 50%;
			text-align: center;
			line-height: 66px;
			box-sizing: border-box;
			display: none;
			vertical-align: top;
			background: #fff;
			position: absolute;
			top: 0;
			left: 0;
			z-index: 3;
		}
		.qk_recommend_div8_ul2 a:hover p{
			display: block;
		}
.qk_recommend_div9{
	width: 100%;
	padding: 16px;
	box-sizing: border-box;
	background: #ffe7ed;
}
	.qk_recommend_div9_li{
		background: #fff;
		padding: 0 10px 15px;
		border-radius: 10px;
	}
	.qk_recommend_div9_li p{
		width: 100%;
		font-size: 16px;
		color: #f3003d;
		font-weight: bold;
		padding-top: 26px;
		margin-bottom: 20px;
	}
	.qk_recommend_div9_li span{
		width: auto;
		font-size: 16px;
		color: #333;
		display: inline-block;
	}
	.qk_recommend_div9_li .inp1{
		width: 75px;
		margin-right: 16px;
		margin-left: 5px;
	}
	.qk_recommend_div9_li .inp2{
		width: 113px;
		margin-right: 0;
		margin-left: 5px;
	}
	.qk_recommend_div9_li .inp3{
		width: 246px;
		margin-left: 5px;
		margin-right: 0;
	}
	.qk_recommend_div9_li .mt1{
		margin-top: 20px;
	}
	.qk_recommend_div9_li .btn{
		width: 100%;
		line-height: 44px;
		background: #f3003d;
		text-align: center;
		font-size: 16px;
		color: #fff;
		border-radius: 4px;
		margin-top: 20px;
	}


.qk_recommend_div10{
	width: 100%;
	border: 1px solid #e1e1e1;
	box-sizing: border-box;
	position: relative;
}
	.qk_recommend_div10_d1{
		line-height: 48px;
		font-size: 20px;
		font-weight: bold;
		color: #f2003f;
		padding: 0 10px;
		border-bottom: 1px solid #e1e1e1;
	}
	.qk_recommend_div10_d2{
		/*width: 100%;*/
		padding: 25px 10px;

		display: flex;
		display: -webkit-flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
		.qk_recommend_div10_d2 p{
			width: auto;
			height: 26px;
			line-height: 26px;
			text-align: center;
			color: #323232;
			border: 1px solid transparent;
			/*box-sizing: border-box;*/
			font-size: 15px;
			padding: 0 12px;
			display: inline-block;
			cursor: pointer;
			border-radius: 4px;
		}
		.qk_recommend_div10_d2 p.on{
			border: 1px solid #f3003d;
			color: #f3003d;
		}
	.qk_recommend_div10_d3{
		width: 100%;
	}
		.qk_recommend_div10_d3 > img{
			width: 144px;
			height: 144px;
			display: block;
			margin: 20px auto 0;
		}
		.qk_recommend_div10_d3 > p{
			font-size: 20px;
			color: #c500db;
			padding-top: 15px;
			cursor: pointer;

			display: flex;
			display: -webkit-flex;
			flex-direction: row;
			justify-content: center;
			align-items: center;
		}
		.qk_recommend_div10_d3 > p img{
			width: 32px;
			height: auto;
			display: inline-block;
			margin-left: 20px;
		}
	.qk_recommend_div10_d4{
		width: 100%;
		padding-top: 40px;
		padding-bottom: 15px;
		color: #333;
	}
		.qk_recommend_div10_d4 p{
			width: 100%;
			padding: 0 10px;
			box-sizing: border-box;
			font-size: 15px;
			line-height: 2.4;
		}
		.qk_recommend_div10_d4 span{
			width: 100%;
			padding: 0 10px;
			display: inline-block;
			box-sizing: border-box;
			font-size: 15px;
			line-height: 2.4;
		}
		.qk_recommend_div10_d4 a{
			width: auto;
			cursor: pointer;
			color: #f2003f;
		}

	.qk_recommend_div10_d5{
		width: 100%;
		margin-top: 20px;
		padding: 0 10px;
		box-sizing: border-box;
	}
		.qk_recommend_div10_d5 p{
			width: 64px;
			font-size: 16px;
			height: 30px;
			line-height: 30px;
			color: #333;
			display: inline-block;
			vertical-align: top;
		}
		.qk_recommend_div10_d5 > div{
			width: calc(100% - 64px);
			display: inline-block;
		}
		.qk_recommend_div10_d5 select{
			width: 84px;
			height: 30px;
			border: 1px solid #e1e1e1;
			font-size: 15px;
			border-radius: 4px;
			margin: 0 10px;
			text-indent: 4px;
		}
		.qk_recommend_div10_d5 span{
			font-size: 15px;
			color: #333;
			display: inline-block;
		}
		.qk_recommend_div10_d5 input {
		    width: 218px;
		    height: 30px;
		    display: inline-block;
		    box-sizing: border-box;
		    position: relative;
		    border: 1px solid #e1e1e1;
		    border-radius: 4px;
		    margin-left: 10px;
		    text-indent: 10px;
		}
	.qk_recommend_div10_d6{
		padding:0 10px;
		font-size: 16px;
		line-height: 2.2;
		color: #333;
		padding-top: 10px;
		text-indent:2em;
	}

	.qk_recommend_div10_absolute{
		width: 300px;
		position: absolute;
		z-index: 9;
		position: absolute;
		left: 50%;
		top: 65%;
		transform: translate(-50%,0);
		-webkit-transform:translate(-50%,0);
		display: none;

		/*padding: 10px;*/
		padding-top: 14px;
        border-radius: 4px;
        background: #fff;
        font-size: 0;
        -moz-box-shadow:0 0 10px rgba(0,0,0,0.3); 
        -webkit-box-shadow:0 0 10px rgba(0,0,0,0.3); 
        box-shadow:0 0 10px rgba(0,0,0,0.3);
	}
	.qk_recommend_div10_absolute:after{
		content: '';
    	width: 0;
	    height: 0;
	    border-bottom: 10px solid #fff;
	    border-right: 10px solid transparent;
	    border-left: 10px solid transparent;
	    position: absolute;
	    left: 50%;
        top: -10px;
        transform: translate(-50%,0);
        -webkit-transform:translate(-50%,0);
	}
	.qk_recommend_div10_absolute span{
		display: block;
		width: 100%;
		font-size: 18px;
		text-align: center;
		margin-bottom: 14px;
	}
	.qk_recommend_div10_absolute li.al1 > img{
		width: 46px;
		height: 46px;
		border: 2px solid transparent;
		border-radius: 50%;
	}
	.qk_recommend_div10_absolute li.al1 p{
		font-size: 14px;
		text-align: center;
		margin-top: 0;
		color: #999;
	}
	.qk_recommend_div10_absolute li.al1{
		display: inline-block;
		margin-left: 20px;
			margin-bottom: 24px;
			cursor: pointer;
	}
	.qk_recommend_div10_absolute li.al1:hover img{
		border: 2px solid #f2003f;
	}
	.qk_recommend_div10_absolute li.al1:hover p{
		color: #000;
	}

.qk_recommend_div11{
	width: 100%;
	border: 1px solid #e1e1e1;
	box-sizing: border-box;
}
	.qk_recommend_div11_d1{
		width: 100%;
		text-align: center;
		padding: 12px 0 32px;
	}
	.qk_recommend_div11_d1 a{
		width: 92px;
		font-size: 0;
		margin: 0 25px;
	}
		.qk_recommend_div11_d1 p{
			font-size: 16px;
			color: #333;
			text-align: center;
		}
	.qk_recommend_div11_d2{
		width: 100%;
		text-align: center;
		padding: 10px 0;
		border-top: 1px solid #e1e1e1;
		border-bottom: 1px solid #e1e1e1;
	}
		.qk_recommend_div11_d2 a{
			width: auto;
			font-size: 16px;
			color: #333;
			padding: 0 20px;
			line-height: 1;
			border-right: 1px solid #e1e1e1;
			cursor: pointer;
		}
		.qk_recommend_div11_d2 a:last-child{
			border-right: none;
		}
		.qk_recommend_div11_d2 a.on{
			color: #f3003d;
		}
	.qk_recommend_div11_d3{
		padding: 0 10px 10px;
	}
		.qk_recommend_div11_d3_l1{
			width: 100%;
			margin-top: 30px;
		}
			.qk_recommend_div11_d3_l1 span{
				font-size: 16px;
				margin-right: 8px;
				color: #333;
			}
			.qk_recommend_div11_d3_l1 input{
			    height: 30px;
				display: inline-block;
			    box-sizing: border-box;
			    position: relative;
			    border: 1px solid #e1e1e1;
			    border-radius: 4px;
			    margin-right: 10px;
			    text-indent: 10px;
			}
			.qk_recommend_div11_d3_l1 input.inp1{
				width: 80px;
			}
			.qk_recommend_div11_d3_l1 input.inp2{
				width: 120px;
			}

	.qk_recommend_div11_d3_l2{
		width: 100%;
		margin-top: 22px;
	}
		.qk_recommend_div11_d3_l2 label{
			font-size: 16px;
			color: #333;
			display: inline-block;
			margin-right: 42px;
		}
		.qk_recommend_div11_d3_l2 label input{
			width: 16px;
			height: 16px;
			-webkit-appearance: radio;
			display: inline-block;
			vertical-align: top;
			margin-top: 4px;
			margin-right: 4px;
		}

	.qk_recommend_div11_d3_l3{
		width: 100%;
		margin-top: 20px;
	}
		.qk_recommend_div11_d3_l3 p{
			width: 32px;
			font-size: 16px;
			height: 30px;
			line-height: 30px;
			color: #333;
			display: inline-block;
			vertical-align: top;
		}
		.qk_recommend_div11_d3_l3 > div{
			width: calc(100% - 32px);
			display: inline-block;
		}
		.qk_recommend_div11_d3_l3 select{
			width: 84px;
			height: 30px;
			border: 1px solid #e1e1e1;
			font-size: 15px;
			border-radius: 4px;
			margin: 0 10px 10px;
			text-indent: 4px;
		}
		.qk_recommend_div11_d3_l3 span{
			font-size: 15px;
			color: #333;
			display: inline-block;
		}

	.qk_recommend_div11_d5{
		padding: 0 10px 10px;
	}
		.qk_recommend_div11_d5_l1{
			width: 100%;
			margin-top: 50px;
		}
			.qk_recommend_div11_d5_l1 span{
				width: 64px;
				display: inline-block;
				font-size: 16px;
				margin-right: 8px;
				color: #333;
			}
			.qk_recommend_div11_d5_l1 input{
				width: 244px;
			    height: 30px;
				display: inline-block;
			    box-sizing: border-box;
			    position: relative;
			    border: 1px solid #e1e1e1;
			    border-radius: 4px;
			    text-indent: 10px;
			}
		.qk_recommend_div11_d5_l2{
			width: 100%;
			margin-top: 50px;
		}
			.qk_recommend_div11_d5_l2 p{
				width: 64px;
				display: inline-block;
				font-size: 16px;
				margin-right: 8px;
				color: #333;
			}
			.qk_recommend_div11_d5_l2 label{
				width: 55px;
				font-size: 16px;
				color: #333;
				display: inline-block;
				margin-right: 25px;
			}
			.qk_recommend_div11_d5_l2 label input{
				width: 16px;
				height: 16px;
				-webkit-appearance: radio;
				display: inline-block;
				vertical-align: top;
				margin-top: 4px;
				margin-right: 4px;
			}
		
	.qk_recommend_div12{
		width: 100%;
		font-size: 0;
		margin-top: 20px;
	}
		.qk_recommend_div12 a{
			width: 105px;
			height: 38px;
			line-height: 38px;
			border: 1px solid #e0e0e0;
			text-align: center;
			font-size: 16px;
			color: #333;
			border-radius: 4px;
			margin-bottom: 40px;
			cursor: pointer;
			margin-right: calc((100% - 321px) / 2);
		}
		.qk_recommend_div12 a:nth-child(3n){
			margin-right: 0
		}

	.qk_recommend_div13{
		width: 100%;
		padding-top: 10px;
	}
		.qk_recommend_div13 a{
			width: 50%;
			font-size: 16px;
			color: #333;
			line-height: 1.5;
			margin-bottom: 20px;
			cursor: pointer;

			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis;
		}
		.qk_recommend_div13 a:hover{
			color: #f3003d;
			text-decoration: underline;
		}

	.qk_recommend_div11_btn{
		width: 100%;
		line-height: 42px;
		text-align: center;
		color: #fff;
		background: #f3003d;
		font-size: 17px;
		border-radius: 4px;
		margin-top: 36px;
		cursor: pointer;
	}

	.qk_recommend_div11_btn2{
		width: 100%;
		line-height: 42px;
		text-align: center;
		color: #fff;
		background: #f3003d;
		font-size: 17px;
		border-radius: 4px;
		margin-top: 55px;
		cursor: pointer;
	}

	.qk_recommend_div11_btn3{
		width: calc(100% - 20px);
		line-height: 42px;
		text-align: center;
		color: #fff;
		background: #f3003d;
		font-size: 17px;
		border-radius: 4px;
		margin: 55px 10px 10px;
		cursor: pointer;
	}
	.qk_recommend_div11_btn4{
		width: calc(100% - 20px);
		line-height: 42px;
		text-align: center;
		color: #fff;
		background: #f3003d;
		font-size: 17px;
		border-radius: 4px;
		margin: 25px 10px 10px;
		cursor: pointer;
	}

/*  */
.qk_conditionDiv{
	width: calc(100% - 288px);
	display: inline-block;
}
.qk_conditionDiv_close{
	width: 25px;
	height: 25px;
	position: absolute;
	top: 3px;
	right: 3px;
	z-index: 9;
	cursor: pointer;
}
.qk_condition1{
	width: 591px;
	height: 248px;
	border: 1px solid #e1e1e1;
	padding: 15px 20px;
	margin-bottom: 16px;
	margin-right: 16px;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}
.qk_condition2{
	width: 288px;
	height: 248px;
	overflow: hidden;
	border: 1px solid #e1e1e1;
	box-sizing: border-box;
	margin-right: 16px;
	display: inline-block;
	vertical-align: top;
	position: relative;

	padding-top: 30px;
}
.qk_condition2:nth-child(2){
	margin-bottom: 16px;
}
	.qk_condition2.c1{
		background: #c0a367;
		border: none;
	}
	.qk_condition2.c2{
		background: #0081dc;
		border: none;
	}
	.qk_condition2.c3{
		background: #f2003d;
		border: none;
	}
	.qk_condition2.c4{
		background: #ffa823;
		border: none;
	}
	.qk_condition2.c1 > p, .qk_condition2.c2 > p, .qk_condition2.c3 > p, .qk_condition2.c4 > p{
		font-weight: bold;
		font-size: 28px;
		color: #fff;
		padding: 0 20px 0;
	}
	.qk_condition2.c1 > span, .qk_condition2.c2 > span, .qk_condition2.c3 > span, .qk_condition2.c4 > span{
		font-size: 18px;
		color: #fff;
		line-height: 1.5;
		padding: 30px 20px 0;
		display: inline-block;
		text-indent: 36px;
	}
	.qk_condition2_position{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 3;
		background: #fff;
	    padding-top: 30px;
	    border: 1px solid #e1e1e1;
	    box-sizing: border-box;
		/*transition: all 0.4s;*/
	}
	/*.qk_condition2:hover .qk_condition2_position{
		top: 0;
	}*/

	.qk_condition2_position2{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 3;
		background: #fff;
	    border: 1px solid #e1e1e1;
	    box-sizing: border-box;
		/*transition: all 0.4s;*/
	}
	/*.qk_condition3:hover .qk_condition2_position2{
		top: 0;
	}*/

.qk_condition3{
	width: 288px;
	height: 512px;
	border: 1px solid #e1e1e1;
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
	position: relative;
	overflow: hidden;
}
	.qk_condition3.c5{
		background: #00d084;
		border: none;
	}
	.qk_condition3.c6{
		background: #98bb45;
		border: none;
	}
	.qk_condition3.c7{
		background: #00d084;
		border: none;
	}

	.qk_condition3.c5 > p,.qk_condition3.c6 > p, .qk_condition3.c7 > p{
		font-weight: bold;
		font-size: 28px;
		color: #fff;
		padding: 0 20px 0;
	}
	.qk_condition3.c5 > span,.qk_condition3.c6 > span, .qk_condition3.c7 > span{
		font-size: 18px;
		color: #fff;
		line-height: 1.5;
		padding: 30px 20px 0;
		display: inline-block;
		text-indent: 36px;
	}
	.qk_condition3.c5 > img{
		width: 210px;
		height: auto;
		display: block;
		margin: 18px auto;
	}
	.qk_condition3.c6 > img{
		width: 170px;
		height: auto;
		display: block;
		margin: 35px auto 26px;
	}
	.qk_condition3.c7 > img{
		width: 202px;
		height: auto;
		display: block;
		margin: 17px auto 22px;
	}

.qk_condition_title1{
	width: 100%;
	margin-bottom: 28px;

	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
	.qk_condition_title1 p{
		font-size: 18px;
		font-weight: bold;
		color: #333;
		margin-right: 18px;
	}
	.qk_condition_title1 font{
		font-size: 16px;
		color: #333;
	}
	.qk_condition_title1 a{
		width: auto;
		font-size: 16px;
		color: #f3003d;
		cursor: pointer;
	}

.qk_condition_title2{
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	margin-top: 70px;
	margin-bottom: 50px;
	padding-left: 20px;
	box-sizing: border-box;
}
.qk_condition_title3{
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	margin-bottom: 25px;
	box-sizing: border-box;
}
.qk_condition_title4{
	width: 100%;
	font-size: 16px;
	color: #f3003d;
	margin-top: 30px;
	padding: 0 20px;
	box-sizing: border-box;

	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
	.qk_condition_title4 a{
		cursor: pointer;
		width: auto;
		height: auto;
		color: #777777;
		font-size: 16px;
	}

.qk_condition_title5{
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	margin-top: 70px;
	margin-bottom: 11px;
	padding-left: 20px;
	box-sizing: border-box;
}
.qk_condition_title6{
	width: 100%;
	font-size: 16px;
	padding: 0 20px;
	line-height: 2;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.qk_condition_title7{
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 20px;
	box-sizing: border-box;
}

.qk_condition_div1{
	width: 100%;
	margin-bottom: 28px;
}
	.qk_condition_div1 select{
		width: 72px;
		height: 30px;
		border: 1px solid #e1e1e1;
		font-size: 15px;
		border-radius: 4px;
	}
	.qk_condition_div1 p{
		font-size: 15px;
		color: #333;
		display: inline-block;
		margin-left: 7px;
		margin-right: 15px;
	}
.qk_condition_div2{
	width: 100%;
	margin-bottom: 28px;
}
	.qk_condition_div2 div{
		font-size: 16px;
		color: #333;
		display: inline-block;
	}
	.qk_condition_div2 .input1{
		width: 73px;
		height: 30px;
		display: inline-block;
		border: 1px solid #e1e1e1;
		text-indent: 10px; 
		margin-right: 28px;
		border-radius: 4px;
	}
	.qk_condition_div2 .input2{
		width: 114px;
		height: 30px;
		display: inline-block;
		border: 1px solid #e1e1e1;
		text-indent: 10px; 
		border-radius: 4px;
		margin-right: 35px;
	}
	.qk_condition_div2 label{
		font-size: 16px;
		color: #333;
		display: inline-block;
		margin-right: 30px;
	}
	.qk_condition_div2 label input{
		width: 16px;
		height: 16px;
		-webkit-appearance: radio;
		display: inline-block;
		vertical-align: top;
		margin-top: 4px;
		margin-right: 4px;
	}
.qk_condition_div3{
	width: 100%;
	margin-bottom: 48px;
}
	.qk_condition_div3 p{
		font-size: 16px;
		color: #333;
	    display: inline-block;
	}

	.qk_condition_div3 input{
		height: 30px;
	    display: inline-block;
	    box-sizing: border-box;
	    position: relative;
	    border: 1px solid #e1e1e1;
	    border-radius: 4px;
	    text-indent: 10px;
	}
	.qk_condition_div3 input.inp1{
		width: 330px;
		margin-right: 30px;
	}
	.qk_condition_div3 input.inp2{
		width: 85px;
		margin-right: 55px;
	}
	.qk_condition_div3 input.inp3{
		width: 206px;
		margin-right: 30px;

	}

	.qk_condition_div3 a{
		width: 100px;
	    line-height: 30px;
	    background: #f2003d;
	    color: #fff;
	    font-size: 16px;
	    text-align: center;
	    border-radius: 4px;
	    display: inline-block;
	    cursor: pointer;
	}

.qk_condition_div4{
	width: 100%;
	margin-top: 26px;
	padding: 0 20px;
	box-sizing: border-box;
}
	.qk_condition_div4 p{
		width: 35px;
		text-align: center;
		font-size: 16px;
		line-height: 1;
		color: #333;
	    display: inline-block;
	    margin-right: calc((100% - 140px) / 3);
	    margin-bottom: 16px;
	}
	.qk_condition_div4 p:nth-child(4n){
		margin-right: 0;
	}

.qk_condition_div5{
	width: 100%;
	margin-bottom: 29px;
}
	.qk_condition_div5 p {
	    font-size: 18px;
	    font-weight: bold;
	    color: #333;
	    margin-right: 25px;
	    display: inline-block;
	}
	.qk_condition_div5 span{
		font-size: 16px;
		color: #333;
		display: inline-block;
	}
	.qk_condition_div5 > input{
		width: 130px;
	    height: 30px;
	    display: inline-block;
	    border: 1px solid #e1e1e1;
	    text-indent: 10px;
	    border-radius: 4px;
	    margin-right: 35px;
	    margin-left: 12px;
	}
	.qk_condition_div5 label{
		font-size: 16px;
		color: #333;
		display: inline-block;
		margin-right: 17px;
		margin-left: 12px;
	}
	.qk_condition_div5 label input{
		width: 16px;
		height: 16px;
		-webkit-appearance: radio;
		display: inline-block;
		vertical-align: top;
		margin-top: 4px;
		margin-right: 4px;
	}

.qk_condition_div6{
	width: 100%;
	margin-bottom: 29px;
}
	.qk_condition_div6 select{
		width: 60px;
		height: 30px;
		border: 1px solid #e1e1e1;
		font-size: 15px;
		border-radius: 4px;
	}
	.qk_condition_div6 p{
		font-size: 15px;
		color: #333;
		display: inline-block;
		margin-left: 7px;
		margin-right: 15px;
	}
	.qk_condition_div6 p:last-child{
		margin-right: 0;
	}
	.qk_condition_div6 span{
		font-size: 16px;
		color: #333;
		margin-right: 5px;
	}

.qk_condition_div7{
	width: 100%;
	margin-bottom: 29px;
}	
	.qk_condition_div7 span {
	    font-size: 16px;
	    color: #333;
	    margin-right: 5px;
	}
	.qk_condition_div7 select{
		width: 114px;
		height: 30px;
		border: 1px solid #e1e1e1;
		font-size: 15px;
		border-radius: 4px;
		margin-right: 18px;
	}
	.qk_condition_div7 label{
		font-size: 16px;
		color: #333;
		display: inline-block;
		margin-right: 17px;
		margin-left: 12px;
	}
	.qk_condition_div7 label input{
		width: 16px;
		height: 16px;
		-webkit-appearance: checkbox;
		display: inline-block;
		vertical-align: top;
		margin-top: 4px;
		margin-right: 4px;
	}
	.qk_condition_div7_btn1{
		width: 140px;
		line-height: 30px;
	    background: #f2003d;
	    color: #fff;
	    font-size: 16px;
	    text-align: center;
	    border-radius: 4px;
	    display: inline-block;
	}
	.qk_condition_div7_btn2{
		font-size: 16px;
		color: #333;
	    display: inline-block;
	    margin-left: 20px;
	}

.qk_condition_btnD1{
	width: 100%;
}
	.qk_condition_btnD1 .btn1{
		width: 300px;
		text-align: center;
		line-height: 42px;
		font-size: 16px;
		display: inline-block;
		background: #f2003d;
		color: #fff;
		margin-right: 20px;
		border-radius: 4px;
		cursor: pointer;
	}
	.qk_condition_btnD1 .btn2{
		width: 214px;
		text-align: center;
		line-height: 42px;
		font-size: 16px;
		display: inline-block;
		background: #f2f2f2;
		color: #333;
		border-radius: 4px;
		cursor: pointer;
	}



.qk_condition_li{
	width: 100%;
	margin-bottom: 20px;
}
	.qk_condition_li > p{
		width: 54px;
		font-size: 16px;
		color: #000;
		display: inline-block;
		text-align: right;
		margin-right: 6px;
	}
	.qk_condition_li_input{
		width: calc(100% - 80px);
		height: 30px;
		margin-right: 20px;
		display: inline-block;
		box-sizing: border-box;
		position: relative;
		border: 1px solid #e1e1e1;
		border-radius: 4px;
	}
	.qk_condition_li_input input{
		width: 100%;
		height: 100%;
		text-indent: 10px; 
	}
	.qk_condition_li_input img{
		position: absolute;
		width: 18px;
		height: auto;
		top: 5px;
		right: 5px;
	}

.qk_condition_li2{
	width: 100%;
	margin-bottom: 20px;
}
	.qk_condition_li2 p{
		width: 54px;
		font-size: 16px;
		color: #000;
		display: inline-block;
		text-align: right;
		margin-right: 6px;
	}

	.qk_condition_li2 select{
		width: 84px;
		height: 30px;
		border: 1px solid #e1e1e1;
		border-radius: 4px;
		font-size: 16px;
		text-indent: 4px;
		margin-right: 15px;
	}
	.qk_condition_li2 .qk_condition_li2_btn{
		width: 100px;
		line-height: 30px;
		display: inline-block;
		font-size: 15px;
		background: #f2003d;
		color: #fff;
		text-align: center;
		border-radius: 4px;
		cursor: pointer;
	}

.qk_condition_li3{
	width: 100%;
	margin-bottom: 20px;
}	
	.qk_condition_li3 p{
		width: 54px;
		font-size: 16px;
		color: #000;
		display: inline-block;
		text-align: right;
		margin-right: 6px;
	}
	.qk_condition_li3 label{
		font-size: 16px;
		color: #333;
		display: inline-block;
		margin-right: 30px;
	}
	.qk_condition_li3 label input{
		width: 16px;
		height: 16px;
		-webkit-appearance: radio;
		display: inline-block;
		vertical-align: top;
		margin-top: 4px;
		margin-right: 4px;
	}

.qk_condition_li4{
	width: 100%;
	margin-bottom: 20px;
}
	.qk_condition_li4 p{
		width: 54px;
		font-size: 16px;
		color: #000;
		display: inline-block;
		text-align: right;
		margin-right: 6px;
		margin-left: 16px;
	}
	.qk_condition_li4_input{
		width: calc(100% - 96px);
		height: 30px;
		margin-right: 20px;
		display: inline-block;
		box-sizing: border-box;
		position: relative;
		border: 1px solid #e1e1e1;
		border-radius: 4px;
	}
	.qk_condition_li4_input input{
		width: 100%;
		height: 100%;
		text-indent: 10px; 
	}

.qk_condition_li5{
	width: 100%;
	margin-bottom: 20px;
	padding: 0 20px;
	box-sizing: border-box;
}
	.qk_condition_li5 select{
		width: 100px;
		height: 30px;
		border: 1px solid #e1e1e1;
		border-radius: 4px;
		font-size: 16px;
		text-indent: 4px;
		margin-right: 18px;
	}
	.qk_condition_li5 input{
		width: 128px;
		height: 30px;
		display: inline-block;
		box-sizing: border-box;
		position: relative;
		border: 1px solid #e1e1e1;
		border-radius: 4px;
		text-indent: 10px;
	}

.qk_condition_btn{
	width: 100px;
	line-height: 30px;
	background: #f2003d;
	color: #fff;
	font-size: 16px;
	text-align: center;
	border-radius: 4px;
	margin: 30px auto 0;
}
.qk_condition_btn2{
	width: 240px;
	line-height: 42px;
	background: #f2003d;
	color: #fff;
	font-size: 16px;
	text-align: center;
	border-radius: 4px;
	margin: 30px auto 0;
}

.qk_condition_list1{
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
	margin-top: 18px;
}
	.qk_condition_list1 a{
		width: 50%;
		text-align: left;
		font-size: 15px;
		color: #333;
		display: inline-block;
		padding-top: 22px;
		cursor: pointer;
	}
	.qk_condition_list1 a:nth-child(2n){
		text-align: right;
	}

.qk_condition_list2{
	width: 100%;
	height: 100%;
	padding: 0 20px 30px;
	box-sizing: border-box;

	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;

	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}
	.qk_condition_list2 p{
		width: 100%;
		font-size: 16px;
		color: #333;
	}
	.qk_condition_list2 font{
		color: #787878;
	}
	.qk_condition_list2 a{
		width: auto;
		height: auto;
		cursor: pointer;
	}

.qk_condition_input{
	width: calc(100% - 40px);
	height: 30px;
	margin: 0 20px 20px;
	display: inline-block;
	box-sizing: border-box;
	position: relative;
	border: 1px solid #e1e1e1;
	border-radius: 4px;
	text-indent: 10px;
}

.qk_condition_list3{
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
}
	.qk_condition_list3 a{
		width: 100%;
		font-size: 16px;
		line-height: 1;
		color: #333;
		margin-bottom: 25px;
		cursor: pointer;

		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.qk_condition_list3 a:last-child{
		margin-bottom: 0;
	}
.qk_condition_list4{
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
}
	.qk_condition_list4 a{
		width: 50%;
		font-size: 16px;
		line-height: 1;
		color: #333;
		margin-bottom: 25px;
		display: inline-block;
		text-align: left;
		vertical-align: top;
		cursor: pointer;

		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.qk_condition_list4 a:last-child{
		margin-bottom: 0;
	}
	.qk_condition_list4 a:nth-last-child(2){
		margin-bottom: 0;
	}
	.qk_condition_list4 a:nth-child(2n){
		text-align: right;
	}


/* 详情 */
.qk_details{
	width: 100%;
	border: 1px solid #e1e1e1;
	padding: 20px;
	box-sizing: border-box;
}
	.qk_details_t{
		width: 100%;
		font-size: 0;
	}
		.qk_details_t p{
			font-weight: bold;
			font-size: 28px;
			color: #333;
			text-align: center;
		}
		.qk_details_t span{
			display: block;
			text-align: center;
			font-size: 14px;
			color: #333;
			padding-top: 24px;
			padding-bottom: 20px;
			border-bottom: 1px dashed #e1e1e1;
		}
		.qk_details_t span font{
			padding: 0 4px;
		}
	.qk_details_c{
		width: 100%;
		/* font-size: 0; */
		font-size:14px;
		/* padding: 34px 0; */
		padding:0;
	}
	
	.qk_details_c section section{
		
		border:none !important;
		padding:0 !important;
	}
	.qk_details_c section{
		border-color:#fff !important;
	}
		.qk_details_c img{
			width: 80%;
			height: auto;
			display: block;
			margin: 0 auto;
		}
		.qk_details_c p{
			width: 100%;
			font-size: 14px;
			color: #333;
			line-height: 2;
			text-indent: 28px;
		}
	.qk_details_b{
		width: 100%;
		font-size: 0;
		padding: 10px 0;
		border-top: 1px dashed #e1e1e1;
	}
		.qk_details_b a{
			width: auto;
			max-width: calc(100% - 28px);
			/*display: block;*/
			margin-left: 28px;
			font-weight: bold;
			font-size: 14px;
			margin-top: 20px;
			color: #333;
			cursor: pointer;
		}

	.qk_details_list1{
		width: 100%;
		font-size: 0;
		margin-top: 40px;
	}
		.qk_details_list1 p{
			width: 100%;
			font-size: 14px;
			color: #333;
			font-weight: bold;
		}
		.qk_details_list1 a{
			width: calc((100% - 20px) / 2);
			font-size: 14px;
			line-height: 1;
			color: #333;
			padding: 10px 0;
			margin-top: 10px;
			border-bottom: 1px solid #e1e1e1;
			margin-right: 20px;
			cursor: pointer;
		}
		.qk_details_list1 a:nth-child(2n-1){
			margin-right: 0;
		}

	.qk_details_title1{
		background: #f6f6f6;
		margin-top: 43px;
		position: relative;
	}
		.qk_details_title1 span{
			background: #f2003d;
			color: #fff;
			font-size: 16px;
			padding: 9px 8px;
			display: inline-block;
		}
		.qk_details_title1:after{
			content: "";
			width: 100%;
			position: absolute;
			top: -5px;
			left: 0;
			border-bottom: 2px solid #f2003d;
		}

	.qk_details_title2{
		font-size: 14px;
		font-weight: bold;
		color: #333;
		margin-top: 20px;
	}
	.qk_details_list2 {
		width: 100%;
		font-size: 0;
	}
		.qk_details_list2 a{
			width: calc((100% - 100px) / 6);
			line-height: 40px;
			border: 1px solid #e1e1e1;
			font-size: 14px;
			text-align: center;
			margin-right: 20px;
			margin-top: 20px;
			color: #333;
			box-sizing: border-box;
			cursor: pointer;
		}
		.qk_details_list2 a:hover{
			border: 1px solid #f2003d;
			color: #f2003d;
		}
		.qk_details_list2 a:nth-child(6n){
			margin-right: 0;
		}

/* 标题 */
.qk_title{
	max-width: 1200px;
	height: auto;
	margin: 30px auto 0;

	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
	.qk_title img{
		width: 134px;
		height: auto;
		margin-right: 16px;
	}
	.qk_title a{
		width: auto;
		font-size: 16px;
		color: #333333;
		margin-bottom: 6px;
		cursor: pointer;
	}
	.qk_title p{
		font-size: 16px;
		padding: 0 15px;
		color: #333333;
		margin-bottom: 6px;
	}
	.qk_title p:last-child{
		display: none;
	}

/* 底部 */
.qk_footer{
	width: 100%;
	margin-top: 40px;
	font-size: 0;
}

@media screen and (max-width: 724px) {
.qk_footer{
	width: 100%;
	margin-top: 0px;
	font-size: 0;
}
}

	.qk_footer_img{
		width: 1200px;
		height: auto;
		display: block;
		margin: 0 auto 40px;
		cursor: pointer;
		font-size: 0;
	}
	.qk_footer_div1{
		width: 1200px;
		height: auto;
		display: block;
		margin: 20px auto 20px;
	}
	
	/* 20220523底部工具推荐增 str */
	.qk_footer_div1 li span:first-child{
		border-right:  solid #999999 1px;
		margin-right: 0;
		padding-right: 10px;
		display: inline-block;
		width: auto;
	}
	.qk_footer_div1 li span{
		margin-right: 20px;
		margin-bottom: 15px;
	}
	.qk_footer_div1 li span a{
		margin: 0;
	}
	.qk_footer_div1 li span:nth-child(2){
		margin-left: 10px;
	}
	/* 20220523底部工具推荐增 end */
	
		.qk_footer_div1 p{
			width: 100%;
			font-size: 16px;
			line-height: 1;
			padding-bottom: 20px;
			margin-bottom: 20px;
			border-bottom: 1px solid #e1e1e1;
		}
		.qk_footer_div1 a{
			width: auto;
			display: inline-block;
			font-size: 14px;
			margin-right: 20px;
			margin-bottom: 15px;
			cursor: pointer;
		}

	.qk_footer_div2{
		width: 1200px;
		height: 112px;
		padding: 20px calc((100% - 1200px) / 2);
		background: #ececec;
		display: block;
	}
		.qk_footer_d2_d1{
			width: 300px;
			display: inline-block;
			vertical-align: top;
			margin-right: 80px;
		}
			.qk_footer_d2_d1 p{
				width: 100%;
				font-size: 17px;
			}
			.qk_footer_d2_d1 a{
				width: auto;
				font-size: 15px;
				margin-right: 35px;
				cursor: pointer;
				margin-top: 10px;
			}
			.qk_footer_d2_d1 a:nth-child(4n+1){
				margin-right: 0;
			}
		.qk_footer_d2_d2{
			width: 240px;
			display: inline-block;
			vertical-align: top;
			margin-right: 80px;
		}
			.qk_footer_d2_d2 p{
				width: 100%;
				font-size: 17px;
			}
			.qk_footer_d2_d2 a{
				width: auto;
				font-size: 15px;
				margin-right: 35px;
				cursor: pointer;
				margin-top: 10px;
			}
			.qk_footer_d2_d2 a:nth-child(4n+1){
				margin-right: 0;
			}
		.qk_footer_d2_d3{
			width: 160px;
			display: inline-block;
			vertical-align: top;
			margin-right: 100px;
		}
			.qk_footer_d2_d3 p{
				width: 100%;
				font-size: 17px;
			}
			.qk_footer_d2_d3 a{
				width: auto;
				font-size: 15px;
				margin-right: 35px;
				cursor: pointer;
				margin-top: 10px;
			}
			.qk_footer_d2_d3 a:nth-child(2n+1){
				margin-right: 0;
			}
		.qk_footer_d2_d4{
			width: auto;
			display: inline-block;
			vertical-align: top;
			font-size: 0;
		}
			.qk_footer_d2_d4_li{
				width: auto;
				display: inline-block;
				margin-right: 50px;
				padding-top: 4px;
			}	
			.qk_footer_d2_d4_li:last-child{
				margin-right: 0;
			}
				.qk_footer_d2_d4_li .qk_footer_d2_d4_li_img{
					width: 60px;
					padding: 5px;
					border-radius: 4px;
					background: #fff;
				}
				.qk_footer_d2_d4_li p{
					font-size: 16px;
					text-align: center;
					margin-top: 12px;
				}
	.qk_footer_div3{
		width: 100%;
		text-align: center;
		padding: 40px 0 30px;
	}
		.qk_footer_div3 p{
			text-align: center;
			font-size: 14px;
			line-height: 1;
			margin-bottom: 14px;
		}
		.qk_footer_div3 p:last-child{
			margin-bottom: 0;
		}
		.qk_footer_div3 a{
			width: auto;
			height: auto;
			display: inline-block;
			cursor: pointer;
		}

/**/
.qk_introduce{
	width: 100%;
}

/**/
.qk_introduce1{
	width: 100%;
	border: 1px solid #e0e0e0;
	box-sizing: border-box;
	padding: 20px 10px;
}
	.qk_introduce1_d1{
		width: 100%;
		padding-bottom: 20px;
		border-bottom: 1px dashed #e0e0e0;

		display: flex;
		display: -webkit-flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
	}
		.qk_introduce1_d1 img{
			width: 120px;
			height: 120px;
			margin-left: 10px;
		}
		.qk_introduce1_d1 .qk_introduce1_d1_r{
			flex: 1;
			margin-left: 20px;
		}
			.qk_introduce1_d1 .qk_introduce1_d1_r p{
				font-size: 16px;
				color: #ee003c;
				font-weight: bold;
			}
			.qk_introduce1_d1 .qk_introduce1_d1_r p font{
				font-size: 12px;
				color: #6d6d6d;
				font-weight: normal;
			}
			.qk_introduce1_d1 .qk_introduce1_d1_r span{
				font-size: 15px;
				color: #333;
				line-height: 1.7;
				margin-top: 14px;
				display: block;

				display: -webkit-box; 
				-webkit-line-clamp: 2; 
				-webkit-box-orient: vertical; 
				overflow: hidden;
			}
	.qk_introduce1_d2{
		width: 100%;
		font-size: 0;
	}
		.qk_introduce1_d2 p{
			width: 25%;
			font-size: 14px;
			color: #333;
			line-height: 1;
			display: inline-block;
			margin-top: 20px;
		}
		.qk_introduce1_d2 font{
			font-weight: bold;
		}

/**/
.qk_introduce2{
	width: 100%;
	border: 1px solid #e0e0e0;
	box-sizing: border-box;
	padding: 20px 10px;
}
	.qk_introduce2_d1{
		padding-bottom: 17px;
		border-bottom: 1px dashed #e0e0e0;
	}
	.qk_introduce2_d2{
		padding-top: 17px;
	}
	.qk_introduce2_img{
		width: 100%;
		font-size: 16px;

		display: flex;
		display: -webkit-flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
	}
	.qk_introduce2_img.c1{
		color: #f1023b;
		font-weight: bold;
	}
	.qk_introduce2_img.c2{
		color: #4886ff;
		font-weight: bold;
	}
		.qk_introduce2_img img{
			width: 28px;
			height: 28px;
			margin-right: 3px;
		}
	.qk_introduce2_text{
		width: 100%;
		font-size: 14px;
		color: #333;
		margin-top: 10px;
		line-height: 1.5;
		padding-left: 30px;
		box-sizing: border-box;

		display: flex;
		display: -webkit-flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.qk_introduce2_text font{
		font-weight: bold;
	}
	.qk_introduce2_text span{
		flex: 1;
	}

.qk_introduce3{
	width: 100%;
	height: 351px;
	border: 1px solid #e0e0e0;
	box-sizing: border-box;
	padding: 20px 10px;
}
	.qk_introduce3_d1{
		width: 100%;
		padding-bottom: 20px;
		border-bottom: 1px dashed #e0e0e0;

		display: flex;
		display: -webkit-flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
	}
		.qk_introduce3_d1 img{
			width: 120px;
			height: 120px;
			margin-left: 10px;
		}
		.qk_introduce3_d1 .qk_introduce3_d1_r{
			flex: 1;
			margin-left: 20px;
		}
			.qk_introduce3_d1 .qk_introduce3_d1_r p{
				font-size: 16px;
				color: #ee003c;
				font-weight: bold;
			}
			.qk_introduce3_d1 .qk_introduce3_d1_r p font{
				font-size: 14px;
				color: #ee003c;
				font-weight: normal;
				margin-left: 20px;
			}
			.qk_introduce3_d1_r span{
				width: 50%;
				display: inline-block;
				font-size: 12px;
				color: #333;
				line-height: 1;
				padding-top: 14px;
			}
	.qk_introduce3_d2{
		font-size: 15px;
		color: #333;
		text-align: justify;
		text-indent: 24px;
		line-height: 1.7;
		padding: 20px 0;
		border-bottom: 1px dashed #e0e0e0;
	}
	.qk_introduce3_d3{
		font-size: 14px;
		padding-top: 20px;

		display: flex;
		display: -webkit-flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
		flex-wrap: wrap;
	}
		.qk_introduce3_d3 img{
			width: 16px;
			margin-right: 15px;
			color: #333;
		}
		.qk_introduce3_d3 a{
			width: auto;
			height: auto;
			cursor: pointer;
			color: #f3003d;
		}


.qk_introduce4{
	width: 100%;
	height: 351px;
	border: 1px solid #e0e0e0;
	box-sizing: border-box;
	padding: 15px 10px;
}
	.qk_introduce4_text{
		width: 100%;
		font-size: 14px;
		color: #333;
		margin-top: 5px;
		line-height: 1.5;

		display: flex;
		display: -webkit-flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.qk_introduce4_text font{
		font-weight: bold;
	}
	.qk_introduce4_text span{
		flex: 1;
	}
	.qk_introduce4_text:first-child{
		margin: 0;
	}
	.qk_introduce4 > a{
		font-size: 14px;
		line-height: 1.5;
		color: #f3003d;
		margin-top: 10px;
		cursor: pointer;
	}


/* 布局  */
.qk_all{
	width: 1200px;
	display: block;
	margin: 30px auto 0;
	font-size: 0;
}
	.qk_div1{
		width: 339px;
		display: inline-block;
		vertical-align: top;
	}
	.qk_div2{
		width: 460px;
		display: inline-block;
		vertical-align: top;
		margin: 0 31px;
	}
	.qk_div3{
		width: 830px;
		display: inline-block;
		vertical-align: top;
		margin-right: 31px;
		/*margin-top: 30px;*/
	}

	.qk_div4{
		width: 790px;
		display: inline-block;
		margin-right: 30px;
		vertical-align: top;
	}
	.qk_div5{
		width: 380px;
		height: 310px;
		display: inline-block;
		vertical-align: top;
		background: #eeeeee;
		padding: 30px 45px;
		box-sizing: border-box;
	}
		.qk_div5 p{
			width: 118px;
			height: 34px;
			line-height: 34px;
			text-align: center;
			font-size: 15px;
			background: #f3003d;
			color: #fff;
			position: relative;
		}
		.qk_div5 p:after{
			content: '';
			border-top: 9px transparent dashed;
			border-left: 9px transparent dashed;
			border-bottom: 9px transparent dashed;
			border-right: 9px #f3003d solid;
			transform: rotate(45deg); /*顺时针旋转90°*/
			position: absolute;
			bottom: -9px;
			left: -9px;
		}
		.qk_div5 span{
			font-size: 30px;
			font-weight: bold;
			color: #333;
			text-align: justify;
			line-height: 1.8;
			margin-top: 30px;
			display: inline-block;
		}

	.qk_div1_t1{
		width: 100%;
		font-size: 16px;
		color: #333333;
		margin-top: 23px;
		cursor: pointer;
	}
		.qk_div1_t1:hover{
			color: #f3003d;
			text-decoration: underline;
		}

	.qk_div1_d1{
		width: 100%;
		/*height: 90px;*/
		display: flex;
		display: -webkit-flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
		overflow: hidden;
		cursor: pointer;
		margin-top: 20px;
	}
		.qk_div1_d1 a{
			width: auto;
			font-size: 16px;
			color: #333333;
		}
		.qk_div1_d1 a.on{
			color: #f3003d;
		}
		.qk_div1_d1 span{
			font-size: 16px;
			color: #e1e1e1;
			padding: 0 15px;
			line-height: 1;
			margin-bottom: 2px;
		}
		.qk_div1_d1 span:last-child{
			display: none;
		}

	.qk_div2_d1{
		width: 100%;
		height: 90px;
		display: flex;
		display: -webkit-flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		overflow: hidden;
		margin-bottom: 20px;
		cursor: pointer;
	}
	.qk_div2_d1:last-child{
		margin-bottom: 0;
	}
		.qk_div2_d1 img{
			width: 154px;
			height: 90px;
			margin-right: 20px;
		}
		.qk_div2_d1 > div{
			width: calc(100% - 174px);
			height: 100%;
			display: flex;
			display: -webkit-flex;
			flex-direction: column;
			justify-content: space-between;
			align-items: flex-start;
		}
		
			.qk_div2_d1 > div p{
				width: 100%;
				font-size: 17px;
				font-weight: bold;
				color: #343434;
				overflow: hidden;
				white-space: nowrap;
				text-overflow: ellipsis;
			}
			.qk_div2_d1 > div span{
				width: 100%;
				font-size: 14px;
				color: #6d6d6d;
				line-height: 30px;
				height: 60px;
				margin-bottom: -7px;
				display: -webkit-box; 
				-webkit-line-clamp: 2; 
				-webkit-box-orient: vertical; 
				overflow: hidden;
			}

	.img1{
		width: 100%;
		cursor: pointer;
		font-size: 0;
		/*margin-bottom: 30px;*/
		position: relative;
	}
		.img1 p{
			width: 100%;
			font-size: 16px;
			line-height: 1.8;
			position: absolute;
			bottom: 0;
			left: 0;
			background: rgba(0,0,0,0.4);
			color: #fff;
			padding: 4px 6px;
			box-sizing: border-box;
		}
	/*.img2{
		width: 100%;
		cursor: pointer;
	}*/

	.img3{
		width: 100%;
		height: 200px;
		overflow: hidden;
		position: relative;
		cursor: pointer;
	}
		.img3 p{
			width: 100%;
			font-size: 16px;
			line-height: 1.2;
			position: absolute;
			bottom: 0;
			left: 0;
			background: rgba(0,0,0,0.4);
			color: #fff;
			padding: 4px;
			box-sizing: border-box;
			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis;
		}
		.img3:hover p{
			overflow: visible;
			white-space: normal;
		}
		.img3 img{
			 transition:all 0.5s;
		}
		.img3:hover img{
			 transform: scale(1.1); 
		}

	.img4{
		width: 154px;
		height: 90px;
		overflow: hidden;
		position: relative;
		margin-top: 20px;
		margin-right: 31px;
		cursor: pointer;
	}
	.img4:nth-child(2n+1){
		margin-right: 0;
	}
		.img4 p{
			width: 100%;
			font-size: 16px;
			line-height: 1.2;
			position: absolute;
			bottom: 0;
			left: 0;
			background: rgba(0,0,0,0.4);
			color: #fff;
			padding: 4px;
			box-sizing: border-box;
			/*display: none;*/

			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis;
		}
		.img4:hover p{
			overflow: visible;
			white-space: normal;
		}
		.img4 img{
			 transition:all 0.5s;
		}
		.img4:hover img{
			 transform: scale(1.1); 
		}

	.qk_list1{
		width: 100%;
		padding: 6px 0 20px;
		margin-bottom: 16px;
		border-bottom: 1px solid #eee;
	}
		.qk_list1 .p{
			width: 100%;
			line-height: 1;
			font-size: 22px;
			color: #ef003e;
			font-weight: bold;
			padding-bottom: 3px;
			cursor: pointer;
		}
		.qk_list1 .p:hover{
			text-decoration: underline;
		}
		.qk_list1 .span{
			width: 50%;
			font-size: 15px;
			line-height: 1;
			display: inline-block;
			color: #343434;
			margin-top: 15px;
			cursor: pointer;

			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis;
		}
		.qk_list1 .span:hover{
			color: #f3003d;
			text-decoration: underline;
		}

	.qk_list2{
		width: 100%;
		margin-top: 30px;
	}
		.qk_list2 li{
			width: 100%;
			line-height: 1.2;
			font-size: 15px;
			padding-bottom: 21px;
		}
		.qk_list2 li:last-child{
			padding-bottom: 0;
		}
		.qk_list2 li > *{
			display: inline-block;
			line-height: 17px;
			vertical-align: top;
		}
		.qk_list2 li .p{
			width: 40px;
			border-right: 2px solid #5d5d5d;
			box-sizing: border-box;
			margin-right: 8px;
			color: #ef003e;
			cursor: pointer;
		}
		.qk_list2 li .span{
			width: calc((100% - 48px) / 2);
			cursor: pointer;

			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis;
		}
		.qk_list2 li .span:hover{
			text-decoration: underline;
			color: #ef003e;
		}


	.qk_list3{
		width: 100%;
		vertical-align: top;
		/*display: flex;
		display: -webkit-flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;*/
	}
		.qk_list3_img{
			width: 144px;
			cursor: pointer;
			margin-right: 32px;
		}
		.qk_list3_img:last-child{
			margin-right: 0;
		}

		.qk_list3_img2{
			width: 79px;
			cursor: pointer;
			padding: 15px 0 5px;
			margin-right: 22.9px;
		}
		.qk_list3_img2:last-child{
			margin-right: 0;
		}
			.qk_list3_img2 p{
				text-align: center;
				line-height: 1;
				padding-top: 10px;
				font-size: 12px;
				color: #333;
			}
			.qk_list3_img2:hover p{
				color: #f3003c;
			}

		.qk_list3_img3{
			width: 79px;
			cursor: pointer;
			padding: 12px 0;
			margin-right: 22.9px;
		}
		.qk_list3_img3:nth-child(12n){
			margin-right: 0;
		}
			.qk_list3_img3 p{
				text-align: center;
				line-height: 1;
				padding-top: 10px;
				font-size: 16px;
				color: #333;
			}
			.qk_list3_img3:hover p{
				color: #ef003e;
			}

	.qk_list4{
		width: 100%;
		height: 66px;
		vertical-align: top;
		display: flex;
		display: -webkit-flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		margin-top: 55px;
		border-bottom: 1px solid #dfdfdf;
	}
		.qk_list4_l{
			font-size: 0;
		}
			.qk_list4_l p, .qk_list4_l a{
				display: inline-block;
				width: auto;
				/* padding: 0 16px; */
				padding:0 6px;
				/* line-height: 66px; */
				line-height: 55px;
				vertical-align: top;
				text-align: center;
				/* font-size: 18px; */
				font-size:14px;
				color: #333;
				cursor: pointer;
			}
			.qk_list4_l p.on, .qk_list4_l a.on{
				font-size: 20px;
				font-weight: bold;
				color: #ef003e;
				position: relative;
			}
			.qk_list4_l p.on:after, .qk_list4_l a.on:after{
				content: '';
				width: 100%;
				height: 3px;
				background: #ef003e;
				position: absolute;
				bottom: -3px;
				left: 0;
			}
		.qk_list4_r{
			
		}
			.qk_list4_r p{
				font-size: 14px;
				color: #343434;
				cursor: pointer;
				display: inline-block;
			}
			.qk_list4_r p.on{
				font-size: 14px;
				color: #f3003c;
			}
			.qk_list4_r a{
				font-size: 14px;
				color: #343434;
				cursor: pointer;
				display: inline-block;
			}
			.qk_list4_r a.on{
				font-size: 14px;
				color: #f3003c;
			}
			.qk_list4_r span{
				font-size: 14px;
				color: #343434;
				cursor: pointer;
				padding: 0 16px;
			}
			.qk_list4_r span:last-child{
				display: none;
			}


		.qk_list5{
			width: 100%;
			height: 153px;
			vertical-align: top;
			display: flex;
			display: -webkit-flex;
			flex-direction: row;
			justify-content: space-between;
			align-items: center;
			margin-top: 20px;
			font-size: 0;
		}
			.qk_list5 img{
				width: 260px;
				height: 153px;
				display: inline-block;
				margin-right: 30px;
			}
			.qk_list5_r{
				width: calc(100% - 260px);	
				height: 100%;			
			}
				.qk_list5_r > p{
					font-size: 16px;
					color: #333333;
					font-weight: bold;
					margin-bottom: 7px;
				}
				.qk_list5_r > span{
					font-size: 14px;
					line-height: 2;
					height: 56px;
					
					text-align: justify;

					display: -webkit-box; 
					-webkit-line-clamp: 2; 
					-webkit-box-orient: vertical; 
					overflow: hidden;
					display:block;
				}
				.qk_list5_r_b{
					width: 100%;
					margin-top: 35px;

					display: flex;
					display: -webkit-flex;
					flex-direction: row;
					justify-content: space-between;
					align-items: center;
				}
					.qk_list5_r_b p{
						font-size: 14px;
						color: #ef013d;
						padding: 6px 25px;
						border: 1px solid #e1e1e1;
						border-radius: 4px;
						/* width: 67px; */
						/*width:75px;*/
						width:80px;
                        text-align: center;
					}
					.qk_list5_r_b font{
						width: auto;
						font-size: 14px;
					}


	.qk_list6{
		width: 100%;
		vertical-align: top;
		border-bottom: 1px solid #eeeeee;
	}
		.qk_list6 p{
			font-size: 22px;
			color: #f3003d;
			font-weight: bold;
			overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
			
		}
		.qk_list6 span{
			font-size: 16px;
			color: #333333;
			line-height: 1.8;
			margin-top: 6px;
			display: block;
			margin-bottom: 18px;
		}

	.qk_list7{
		width: width: 100%;
		vertical-align: top;
		font-size: 0;
	}
		.qk_list7 a{
			width: 48.5%;
			height: auto;
			margin-right: 3%;
			margin-top: 3%;
			font-size: 16px;
			color: #333333;
			display: inline-block;
			cursor: pointer;

			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis;
		}
		.qk_list7 a:nth-child(2n){
			margin-right: 0;
		}

	.qk_list8{
		width: 100%;
		font-size: 0;

	}
		.qk_list8 a{
			width: 31.6%;
			margin-right: 2.6%;
			height: auto;
			margin-top: 2%;
			font-size: 16px;
			color: #333333;
			display: inline-block;
			cursor: pointer;
			padding-bottom: 10px;
			border-bottom: 1px solid #ececec;

			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis;
		}
		.qk_list8 a:nth-child(3n){
			margin-right: 0;
		}

	.qk_list9{
		width: 100%;
		font-size: 0;
	}
		.qk_list9 > *{
			width: calc((100% - 60px) / 3);
			margin-right: 30px;
			height: auto;
			margin-top: 30px;
			display: inline-block;
			cursor: pointer;
			border: 1px solid #ececec;
			padding: 20px 10px;
			box-sizing: border-box;
		}
		.qk_list9 > *:nth-child(3n){
			margin-right: 0;
		}
		.qk_list9 > * > div{
			width: 100%;

			display: flex;
			display: -webkit-flex;
			flex-direction: row;
			justify-content: flex-start;
			align-items: center;
		}
			.qk_list9 > * > div img{
				width: 110px;
			}
			.qk_list9 > * > div p{
				font-size: 20px;
				color: #333;
				margin-left: 20px;
			}
			.qk_list9 > * > div font{
				font-size: 14px;
				color: #6d6d6d;
			}
		.qk_list9 > * > span{
			width: 100%;
			line-height: 2;
			font-size: 12px;
			text-align: justify;
			text-indent: 24px;
			margin-top: 12px;

			display: -webkit-box; 
			-webkit-line-clamp: 3; 
			-webkit-box-orient: vertical; 
			overflow: hidden;
		}
		.qk_list9 > * > p{
			width: 100%;
			font-size: 15px;
			color: #333333;
			margin-top: 26px;
		}
		
		.user-article-title:hover{
			
			color:#f2003d;
			
		}


	.qk_list10{
		width: 100%;
		font-size: 0;
	}
		.qk_list10 ul{
			width: calc((100% - 60px) / 3 - 1px);
	margin-right: 30px;
	height: auto;
	/*margin-bottom: 30px;*/
	display: inline-block;
	/*cursor: pointer;*/
	/*border: 1px solid #ececec;*/
	padding: 20px 10px;
	box-sizing: border-box;
	vertical-align: top;
		}
		.qk_list10 ul:nth-child(3n){
			margin-right: 0;
		}
			.qk_list10_t{
				width: 100%;
				border-bottom: 1px solid #ececec;
				padding-bottom: 15px;
				margin-bottom: 12px;

				display: flex;
				display: -webkit-flex;
				flex-direction: row;
				justify-content: space-between;
				align-items: center;
			}
				.qk_list10_t p{
					font-size: 20px;
					color: #f2003f;
				}
				.qk_list10_t span, .qk_list10_t a{
					font-size: 15px;
					color: #323232;
					cursor: pointer;
				}
			.qk_list10_d{
				width: 100%;
				margin-bottom: 12px;
				cursor: pointer;

				display: flex;
				display: -webkit-flex;
				flex-direction: row;
				justify-content: space-between;
				align-items: center;
			}
				.qk_list10_d p{
					width: 70%;
					font-size: 15px;
					color: #323232;
				}
				.qk_list10_d p.on{
					color: #f2003f;
				}
				.qk_list10_d span{
					font-size: 15px;
					color: #f2003f;
					line-height: 1;
					padding: 4px 4px;
					border: 1px solid #f2003f;
					border-radius: 4px;
				}

	.qk_list11{
		width: 100%;
		font-size: 0;
	}
		.qk_list11_div_absolute{
			width: 300px;
			position: absolute;
			top: 95%;
			z-index: 9;

			/*padding: 10px;*/
			padding-top: 14px;
            border-radius: 4px;
            background: #fff;
            font-size: 0;
            -moz-box-shadow:0 0 10px rgba(0,0,0,0.3); 
            -webkit-box-shadow:0 0 10px rgba(0,0,0,0.3); 
            box-shadow:0 0 10px rgba(0,0,0,0.3);
		}
		.qk_list11_div_absolute:after{
			content: '';
        	width: 0;
		    height: 0;
		    border-bottom: 10px solid #fff;
		    border-right: 10px solid transparent;
		    border-left: 10px solid transparent;
		    position: absolute;
		    left: 50%;
            top: -10px;
            transform: translate(-50%,0);
            -webkit-transform:translate(-50%,0);
		}
		.qk_list11_div_absolute.a1{
			left: 150px;
			display: none;
		}
		.qk_list11_div_absolute.a2{
			right: 150px;
			display: none;
		}
		.qk_list11_div_absolute span{
			display: block;
			width: 100%;
			font-size: 18px;
			text-align: center;
			margin-bottom: 14px;
		}
		.qk_list11_div_absolute li.al1 > img{
			width: 46px;
			height: 46px;
			border: 2px solid transparent;
			border-radius: 50%;
		}
		.qk_list11_div_absolute li.al1 p{
			font-size: 14px;
			text-align: center;
			margin-top: 0;
			color: #999;
		}
		.qk_list11_div_absolute li.al1{
			display: inline-block;
			margin-left: 20px;
   			margin-bottom: 24px;
   			cursor: pointer;
		}
		.qk_list11_div_absolute li.al1:hover img{
			border: 2px solid #666;
		}
		.qk_list11_div_absolute li.al1:hover p{
			color: #000;
		}

		.qk_list11_div{
			width: 100%;
			border: 1px solid #e1e1e1;
			box-sizing: border-box;
			padding-top: 20px;
			padding-bottom: 40px;
			position: relative;

			display: flex;
			display: -webkit-flex;
			flex-direction: row;
			justify-content: center;
			align-items: center;
		}
			.qk_list11_div li{
				width: auto;
			}
				.qk_list11_div > img{
					width: 208px;
					padding: 0 94px;
				}
				.qk_list11_div li > img{
					width: 166px;
					margin: 0 auto;
					display: block;
				}
				.qk_list11_div li > p{
					font-size: 28px;
					color: #333;
					text-align: center;
					margin-top: 14px;
					cursor: pointer;
				}

				.qk_list11_btn{
					width: 172px;
					height: 48px;
					line-height: 48px;
					font-size: 28px;
					text-align: center;
					color: #fff;
					background: #fd4d3e;
					border-radius: 30px;
					cursor: pointer;

					position: absolute;
					bottom: -24px;
					left: 50%;
					margin-left: -86px;
				}

	.qk_list12{
		width: 100%;
		font-size: 0;
		padding-top: 20px;
	}
		.qk_list12 a{
			width: 33.33%;
			margin-top: 20px;
			/* font-size: 14px; */
			font-size:16px;
			color: #333;
			position: relative;
			cursor: pointer;
			text-indent: 11px;
		}
		.qk_list12 a:after{
			content: '';
			border: 2px solid #000;
			border-radius: 50%;
			position: absolute;
			left: 0;
			top: 50%;
			transform: translate(0,-50%);
			-webkit-transform:translate(0,-50%);
		}
		.qk_list12 a:nth-child(1){
			margin-top: 0;
		}
		.qk_list12 a:nth-child(2){
			margin-top: 0;
		}
		.qk_list12 a:nth-child(3){
			margin-top: 0;
		}
		.qk_list12 a:hover{
			color: #f3003d;
		}

	.qk_list13{
		width: 100%;
		font-size: 0;
		/*padding-top: 20px;*/
	}
		.qk_list13_li{
			width: calc((100% - 30px) / 2);
			height: 129px;
			margin-right: 30px;
			margin-top: 30px;

			display: inline-flex;
			display: -webkit-inline-flex;
			flex-direction: row;
			justify-content: flex-start;
			align-items: flex-start;
		}
		.qk_list13_li:nth-child(2n){
			margin-right: 0;
		}
			.qk_list13_li_l{
				width: auto;
				height: 100%;
				position: relative;
			}
				.qk_list13_li_l img{
				/* 	width: auto;
					height: 100%; */
					width: 154px;
    height: 129px;
				}
				.qk_list13_li_l p{
					width: 100%;
				    font-size: 16px;
				    line-height: 1.2;
				    position: absolute;
				    bottom: 0;
				    left: 0;
				    background: rgba(0,0,0,0.4);
				    color: #fff;
				    padding: 4px;
				    box-sizing: border-box;
				    

				    overflow: hidden;
					white-space: nowrap;
					text-overflow: ellipsis;
				}
				.qk_list13_li_l:hover p{
					overflow: visible;
					white-space: normal;
				}
			.qk_list13_li_r{
				flex: 1;
				height: 100%;
				margin-left: 20px;

				display: inline-flex;
				display: -webkit-inline-flex;
				flex-direction: column;
				justify-content: space-between;
				align-items: center;

				overflow: hidden;
				white-space: nowrap;
				text-overflow: ellipsis;
			}
				.qk_list13_li_r a{
					width: 100%;
					height: auto;
					font-size: 15px;
					line-height: 1;
				}

	.qk_list14{
		width: 100%;
		font-size: 0;
	}
		.qk_list14 a{
			width: calc((100% - 30px) / 2);
			margin-right: 30px;
			margin-top: 40px;

			display: inline-flex;
			display: -webkit-inline-flex;
			flex-direction: row;
			justify-content: flex-start;
			align-items: center;
		}
		.qk_list14 a:nth-child(1){
			margin-top: 20px;
		}
		.qk_list14 a:nth-child(2){
			margin-top: 20px;
		}
		.qk_list14 a:nth-child(2n){
			margin-right: 0;
		}
			.qk_list14 a img{
				width: 58px;
				height: auto;
				margin-right: 10px;
			}
			.qk_list14 .qk_list14_r{
				flex: 1;
                width: 80%;
				display: inline-flex;
				display: -webkit-inline-flex;
				flex-direction: column;
				justify-content: center;
				align-items: flex-start;
			}
			.qk_list14 .qk_list14_rw{
                
			}
				.qk_list14 .qk_list14_r p{
					font-size: 20px;
					font-weight: bold;
					color: #333;
                    width: 100%;
					overflow: hidden;
					white-space: nowrap;
					text-overflow: ellipsis;
				}
				.qk_list14 .qk_list14_r span{
					font-size: 15px;
					color: #333;
					margin-top: 6px;
                    width: 100%;
					overflow: hidden;
					white-space: nowrap;
					text-overflow: ellipsis;
				}

	.qk_list15{
		width: 100%;
		font-size: 0;
		overflow: hidden;
	}
		.qk_list15 a{
			width: calc((100% - 60px) / 3);
			margin-right: 30px;
			margin-top: 30px;
			display: inline-block;
			position: relative;
			cursor: pointer;
			overflow: hidden;
		}
		.qk_list15 a img{
			transition: all 0.5s;
		}
		.qk_list15 a:hover img{
			transform: scale(1.05);
		}
		.qk_list15 a:nth-child(3n){
			margin-right: 0;
		}
		.qk_list15 a p{
			display: none;
		}
		.qk_list15 .qk_list15_d{
			width: 100%;
			background: rgba(0,0,0,0.5);
			color: #fff;
			padding: 10px;
			box-sizing: border-box;

			position: absolute;
			bottom: 0;
			left: 0;
		}
			.qk_list15_d > p{
				width: 100%;
				text-align: center;
				font-weight: bold;
				font-size: 16px;
				margin-bottom: 12px;
				margin-top: 4px;
			}
			.qk_list15_d > span{
				font-size: 14px;
				display: flex;
				display: -webkit-flex;
				flex-direction: row;
				justify-content: space-between;
				align-items: center;
			}

	.qk_list16{
		width: 100%;
		font-size: 0;
	}
		.qk_list16 a{
			width: calc((100% - 50px) / 6);
			font-size: 15px;
			line-height: 36px;
			text-align: center;
			border: 1px solid #e1e1e1;
			box-sizing: border-box;
			margin-right: 10px;
			margin-bottom: 10px;
			display: inline-block;
			position: relative;
			cursor: pointer;
			
			/* 2020.11.26修改解梦标签掉行 */
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap;
			padding-left:7px;
			padding-right:7px;
		}
		.qk_list16 a:nth-child(6n){
			margin-right: 0;
		}
		.qk_list16 a:hover{
			background: #f3003d;
			color: #fff;
			border: 1px solid #f3003d;
		}

	.qk_list17{
		width: 750px;
		display: block;
		margin: 0 auto;
		font-size: 0;
	}
		.qk_list17 img{
			width: auto;
			height: 45px;
			margin: 0 auto;
			display: block;
		}
		.qk_list17 .qk_list17_div1{
			width: 100%;
			border: 1px solid #f3003d;
			box-sizing: border-box;
			font-size: 20px;
			margin-top: 30px;
			margin-bottom: 20px;

			display: flex;
			display: -webkit-flex;
			flex-direction: row;
			justify-content: center;
			align-items: center;
		}
			.qk_list17 .qk_list17_div1 span{
				color: #f3003d;
				width: 80px;
				line-height: 58px;
				text-align: center;
				border-right: 1px solid #f3003d;
			}
			.qk_list17 .qk_list17_div1 input{
				width: calc(100% - 210px);
				line-height: 58px;
				height: 58px;
				color: #f3003d;
				text-indent: 18px;
				font-size: 20px;
			}
			.qk_list17 .qk_list17_div1 p{
				width: 130px;
				color: #fff;
				background: #f3003d;
				text-align: center;
				line-height: 58px;

			}


		.qk_list17 .qk_list17_div2{
			width: 100%;
			font-size: 16px;
			text-align: center;

			/*display: flex;
			display: -webkit-flex;
			flex-direction: row;
			justify-content: center;
			align-items: center;*/
		}
		.qk_list17_div2 > *{
			width: auto;
			height: auto;
			line-height: 1;
			display: inline-block;
		}
		.qk_list17_div2 p{
			color: #f3003d;
		}
		.qk_list17_div2 a{
			margin-right: 20px;
			cursor: pointer;
		}
		.qk_list17_div2 a:hover{
			color: #f3003d;
		}

.qk_list18{
	width: 100%;
	font-size: 0;
}
	.qk_list18 li{
		width: 100%;
	}

	.qk_list18 li > a{
		width: calc( (100% / 7 ) - 32px);
		font-size: 16px;
		height: 48px;
		line-height: 48px;
		color: #333;
		margin-left: 32px;
		cursor: pointer;

		display: inline-flex;
		display: -webkit-inline-flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
	}
	.qk_list18 li > a.f_hh{
		margin-left: calc( (100% / 7 ) + 32px);
	}

	.qk_list18 li a:hover{
		color: #ef003e;
	}

	.qk_list18 li a.f_wB{
		font-weight: bold;
	}
	.qk_list18 li a.t_cRed{
		color: #f3003d;
	}
	.qk_list18 li a.t_cRed > p{
		color: #f3003d;
		border-radius: 50%;
		line-height: 1;
		display: inline-block;
		padding: 3px;
		font-size: 12px;
		border: 1px solid #f3003d;
		margin-bottom: 16px;
		margin-left: 3px;
	}

	.qk_introduce_table{
		width: 100%;
		box-sizing: border-box;
		border: 1px solid #e1e1e1;
		border-bottom: none;
		border-top: none;
	}
		.qk_introduce_table > *, .qk_introduce_table_title{
			width: 100%;
			height: 78px;
			font-size: 20px;
			font-weight: bold;
			text-align: center;
			color: #333;
			border-bottom: 1px solid #e1e1e1;
			cursor: pointer;

			display: flex;
			display: -webkit-flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
		}
		.qk_introduce_table > *.on{
			color: #f2003d;
		}
		.qk_introduce_table_title{
			background: #f2003d;
			color: #fff;
			border: none;
		}

	.qk_introduce_text{
		width: 100%;
		padding: 25px;
		border: 1px solid #e1e1e1;
		box-sizing: border-box;
	}
		.qk_introduce_text p{
			font-size: 30px;
			font-weight: bold;
			color: #333;
			text-align: center;
			margin-bottom: 6px;
		}
		.qk_introduce_text span{
			display: block;
			font-size: 16px;
			color: #333;
			text-indent: 32px;
			line-height: 2.2;
		}
	.slider img{
        width: 790px;
        vertical-align: top;
        margin-right: 30px;
    }
	.swiper-container2 {
    width: 1200px;
    height: 310px;
}  
	
.slider img{
    transition:all 0.5s ease-out;
}
.slider img:hover{
    transform:scale(1.1);
}
.slider .img1{
    width: 790px;
    display: inline-block;
    vertical-align: top;
    /* margin-right: 30px; */
    overflow: hidden;
}

.qk_div5 span:hover{
    color: #f3003d;
}
.swiper-container2 .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	right: 420px;
}

@media screen and (min-width:100px) and (max-width:750px){
	.swiper-container2 .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	right: 10px;
}
    .slider .img1 {
    width: 100%;
    vertical-align: top;
    margin-right: 0;
    }
	.slider img{
        width: 100%;
        vertical-align: top;
        margin-right: 0;
    }

  	.wrap{
  		width: 100%;
 	}
	/* 头部 */
	.qk_header{
		width: 100%;
		height: 1.333333rem;
		margin: 0 auto;
		display: block;	

		display: flex;
		display: -webkit-flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}

	.wrap .aMb30{
		margin-bottom: 15px;
	}

	.wrap .aMt30{
		margin-top: 15px;
	}

	.wrap .aP10{
		padding: 10px;
		box-sizing: border-box;
	}
	.wrap .aPb20{
		padding-bottom: 20px;
	}
	.wrap .aMt20{
		margin-top: 20px;
	}

	.wrap .aMl30{
		margin-left: 0;
	}

	.wrap .aMt33{
		margin-top: 0;
	}
	.wrap .aMt34{
		margin-top: 0;
	}
	.wrap .aMt40{
		margin-top: 0;
	}

	.wrap .uStyle1{
		height: 44px;
		margin-top: 10px;
	}
	.wrap .uStyle1 p{
		line-height: 44px;
	}
	.wrap .uStyle1 p.on{
		line-height: 44px;
		font-size: 20px;
		padding: 0 11px;
		font-weight: normal;
	}

	.log{
		width: auto;
		height: 100%;
		margin-left: 10px;
	}

	.qk_header_right{
		flex: 1;
		display: flex;
		display: -webkit-flex;
		flex-direction: row;
		justify-content: flex-end;
		align-items: center;

		color: #333333;
	}
	.qk_header_p1{
		font-size: 12px;
		border: 1px solid #e1e1e1;
		padding: 6px 17px;
		/*padding: 6px 7px;*/
		border-radius: 18px;
		margin-right: 10px;
	}
	.qk_header_div1{
		/*display: none;*/
		margin-right: 10px;
		margin-left: 0;
	}
	.qk_header_div1_complaint{
		border: 1px solid #f0003d;
		color: #f0003d;
		padding: 2px;
		border-radius: 4px;
	}
	.qk_header_search{
		display: none;
	}

	.qk_introduce1_d2{
		width: 100%;
		font-size: 0;
	}
		.qk_introduce1_d2 p{
			width: 50%;
			font-size: 14px;
			color: #333;
			line-height: 1;
			display: inline-block;
			margin-top: 20px;
		}
		.qk_introduce1_d2 font{
			font-weight: bold;
		}


	/* 导航栏 */
	.qk_navigation{
		width: 100%;
		height: auto;
		margin: 0 auto;
		/*max-height: 100px;*/
		background: #f2003d;
		font-size: 0;
	}
		.qk_navigation ul{
			width: 100%;
			margin: 0 auto;
			position: relative;

			height: 100px;
			overflow: hidden;

			display: flex;
			display: -webkit-flex;
			flex-direction: row;
			justify-content: flex-start;
			align-items: center;
			flex-wrap: wrap;
		}
			.qk_navigation ul li, .qk_navigation ul a{
				min-width: 16.66%;
				text-align: center;
				display: inline-block;
				line-height: 50px;
				height: 50px;
				padding: 0;
				color: #fff;
				font-size: 16px;
			}
			.qk_navigation ul li.on, .qk_navigation ul a.on{
				background: #d20041;
			}
	.qk_navigation ul li.icon1{
		display: inline-flex;
		display: -webkit-inline-flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;

		transform:rotate(180deg);
        -webkit-transform:rotate(180deg); 
        -moz-transform:rotate(180deg);

		position: absolute;
		bottom: 0;
		right: 0;
	}
	.qk_navigation ul li.icon1.on{
		transform:rotate(0deg);
        -webkit-transform:rotate(0deg); 
        -moz-transform:rotate(0deg);
	}
	.qk_navigation ul li.icon1 img{
		width: 26px;
		height: auto;
	}


	/* 导航栏2 */
	.qk_navigation_list{
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
		height: 50px;
		background: #eeeeee;
		font-size: 0;
	}
		.qk_navigation_list ul{
			width: 100%;
			margin: 0 auto;
		    overflow: scroll;
		    white-space: nowrap;
		}
			.qk_navigation_list ul li, .qk_navigation_list ul a{
				width: auto;
				display: inline-block;
				line-height: 50px;
				color: #333333;
				font-size: 16px;
				cursor: pointer;
				margin-right: 20px;
			}
			.qk_navigation_list ul li.on, .qk_navigation_list ul a.on{
				/*background: #d20041;*/
			}
			.qk_navigation_list ul li:hover, .qk_navigation_list ul a:hover{
				/*background: #d20041;*/
				text-decoration: underline;
			}

	/* 标题 */
	.qk_title{
		width: 100%;
		height: auto;
		margin: 15px auto 0;

		display: flex;
		display: -webkit-flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
	}
	.qk_title > *{
  display: none;
}
.qk_title > *:nth-child(1){
  display: block
}
.qk_title > *:nth-child(2){
  display: block
}
.qk_title > *:nth-child(3){
  display: block
}
.qk_title > *:nth-child(4){
  display: block
}
.qk_title > *:nth-child(5){
  display: block
}
.qk_title > *:nth-child(6){
  display: block
}
.qk_title > *:nth-child(7){
  display: block
}

	
		.qk_title img{
			width: 116px;
			height: auto;
			margin-right: 16px;
		}
		.qk_title a{
			width: auto;
			font-size: 14px;
			color: #333333;
			margin-bottom: 6px;
			cursor: pointer;
		}
		.qk_title p{
			font-size: 14px;
			padding: 0 10px;
			color: #333333;
			margin-bottom: 6px;
		}
		.qk_title p:last-child{
			display: none;
		}

	/* */
	.qk_footer_div1 {
	    width: 100%;
	    height: auto;
	    display: block;
	    margin: 20px auto 20px;
	    padding: 0 10px;
    	box-sizing: border-box;
	}
	
	/* 20220523底部工具推荐增 str */
	.qk_footer_div1 li span:first-child{
		border-right: none;
		display: block;
		color: #333;
		font-weight: bold;
	}
	.qk_footer_div1 li span:nth-child(2){
		margin-left: 0;
	}
	.qk_footer_div1 li span:nth-child(n+2){
		display: inline-block;
		width: 84px;
		margin-right: 10px;
	}
	.qk_footer_div1 li span:nth-child(5){
		margin-right: 0;
	}
	.qk_footer_div1 li span:nth-child(9){
		margin-right: 0;
	}
	/* 20220523底部工具推荐增 end */
	
	.qk_footer_div2 {
	    width: 100%;
	    height: auto;
	    padding: 20px 10px;
	    background: #ececec;
    	box-sizing: border-box;
	    display: block;
	}
		.qk_footer_d2_d1{
			width: 100%;
		    display: inline-block;
		    vertical-align: top;
		    margin-right: 0;
		    margin-bottom: 20px;
		}
			.qk_footer_d2_d1 p{
				width: 100%;
				font-size: 17px;
			}
			.qk_footer_d2_d1 a{
				width: calc(100% / 6);
				font-size: 15px;
				margin-right: 0;
				cursor: pointer;
				margin-top: 10px;
			}
			.qk_footer_d2_d1 a:nth-child(4n+1){
				margin-right: 0;
			}
		.qk_footer_d2_d2{
			width: 100%;
			display: inline-block;
			vertical-align: top;
			margin-right: 0;
		    margin-bottom: 20px;
		}
			.qk_footer_d2_d2 p{
				width: 100%;
				font-size: 17px;
			}
			.qk_footer_d2_d2 a{
				width: calc(100% / 6);
				font-size: 15px;
				margin-right: 0;
				cursor: pointer;
				margin-top: 10px;
			}
			.qk_footer_d2_d2 a:nth-child(4n+1){
				margin-right: 0;
			}
		.qk_footer_d2_d3{
			width: 100%;
			display: inline-block;
			vertical-align: top;
			margin-right: 0;
		    margin-bottom: 20px;
		}
			.qk_footer_d2_d3 p{
				width: 100%;
				font-size: 17px;
			}
			.qk_footer_d2_d3 a{
				width: auto;
				font-size: 15px;
				margin-right: 35px;
				cursor: pointer;
				margin-top: 10px;
				margin-right: 15px;
			}
			.qk_footer_d2_d3 a:nth-child(2n+1){
				margin-right: 15px;
			}
		.qk_footer_d2_d4{
			width: 100%;
			text-align: center;
			display: inline-block;
			vertical-align: top;
			font-size: 0;
		}
			.qk_footer_d2_d4_li{
				width: auto;
				display: inline-block;
				margin-right: 50px;
				padding-top: 4px;
			}	
			.qk_footer_d2_d4_li:last-child{
				margin-right: 0;
			}
				.qk_footer_d2_d4_li .qk_footer_d2_d4_li_img{
					width: 60px;
					padding: 5px;
					border-radius: 4px;
					background: #fff;
				}
				.qk_footer_d2_d4_li p{
					font-size: 16px;
					text-align: center;
					margin-top: 12px;
				}
	.qk_footer_div3{
		width: 100%;
		text-align: center;
		padding: 10px;
		box-sizing: border-box;
	}
		.qk_footer_div3 p{
			text-align: center;
			font-size: 14px;
			line-height: 1;
			margin-bottom: 14px;
		}
		.qk_footer_div3 p:last-child{
			margin-bottom: 0;
		}
		.qk_footer_div3 a{
			width: auto;
			height: auto;
			display: inline-block;
			cursor: pointer;
		}

	/**/
	.qk_details_list1{
		width: 100%;
		font-size: 0;
		margin-top: 20px;
	}
		.qk_details_list1 p{
			width: 100%;
			font-size: 14px;
			color: #333;
			font-weight: bold;
		}
		.qk_details_list1 a{
			width: 100%;
			font-size: 14px;
			line-height: 1;
			color: #333;
			padding: 10px 0;
			margin-top: 10px;
			border-bottom: 1px solid #e1e1e1;
			margin-right: 0;
			cursor: pointer;

			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis;
		}
		.qk_details_list1 a:nth-child(2n-1){
			margin-right: 0;
		}

	.qk_details_title1{
		margin-top: 23px;
	}

	.qk_details_list2 {
		width: 100%;
		font-size: 0;
	}
		.qk_details_list2 a{
			width: calc((100% - 40px) / 3);
			line-height: 40px;
			border: 1px solid #e1e1e1;
			font-size: 14px;
			text-align: center;
			margin-right: 20px;
			margin-top: 20px;
			color: #333;
			box-sizing: border-box;
		}
		.qk_details_list2 a:nth-child(3n){
			margin-right: 0;
		}
		.qk_details_list2 a:nth-child(6n){
			margin-right: 0;
		}


	/* 布局 */
	.qk_all{
		width: 100%;
		display: block;
		margin: 0 auto 0;
		font-size: 0;
	}
		.qk_div1{
			width: 100%;
			padding: 10px;
			box-sizing: border-box;
			display: inline-block;
			vertical-align: top;
		}
		.qk_div2{
			width: 100%;
			display: inline-block;
			vertical-align: top;
			margin: 0;
			padding: 10px;
			box-sizing: border-box;
		}
		.qk_div3{
			width: 100%;
			display: inline-block;
			vertical-align: top;
			margin-right: 0;
			padding: 10px;
			box-sizing: border-box;
		}
		
		.img1{
			width: 100%;
			cursor: pointer;
			/*margin-bottom: 10px;*/
		}
		.img1 p{
			width: 100%;
			font-size: 16px;
			line-height: 1.8;
			position: absolute;
			bottom: 0;
			left: 0;
			background: rgba(0,0,0,0.4);
			color: #fff;
			padding: 4px 6px;
			box-sizing: border-box;
			display: block;
		}
		.img1:hover p{
			display: block;
		}

		.img3{
			height: auto;
			margin-bottom: 10px;
		}
		.img3 p{
			/*overflow: visible;
			white-space: normal;*/
		}

		.img4{
			width: 47%;
			height: auto;
			overflow: hidden;
			position: relative;
			margin-top: 20px;
			margin-right: 6%;
			cursor: pointer;
		}
		.img4:nth-child(2n+1){
			margin-right: 0;
		}
			.img4 p{
				width: 100%;
				font-size: 16px;
				line-height: 1.2;
				position: absolute;
				bottom: 0;
				left: 0;
				background: rgba(0,0,0,0.4);
				color: #fff;
				padding: 4px;
				box-sizing: border-box;
				/*overflow: visible;
				white-space: normal;*/
			}
			.img4:hover p{
				display: block;

			}

		.qk_div2_d1 > div span{
			margin-bottom: 0;
		}

		.qk_list1{
			width: 100%;
			padding: 6px 0 20px;
			margin-bottom: 16px;
			border-bottom: 1px solid #eee;
		}
			.qk_list1 .p{
				width: 100%;
				line-height: 1;
				font-size: 20px;
				text-align: center;
				color: #ef003e;
				font-weight: normal;
				padding-bottom: 3px;
				cursor: pointer;
			}
			.qk_list1 .span{
				width: 49%;
				font-size: 15px;
				line-height: 1;
				display: inline-block;
				color: #343434;
				margin-top: 15px;
				cursor: pointer;
				margin-right: 2%;
				overflow: hidden;
				white-space: nowrap;
				text-overflow: ellipsis;
			}
			.qk_list1 .span:nth-child(2n-1){
				margin-right: 0;
			}
			

		.qk_list2{
			width: 100%;
			margin-top: 30px;
		}
			.qk_list2 li{
				width: 100%;
				line-height: 1.2;
				font-size: 15px;
				padding-bottom: 21px;
			}
			.qk_list2 li:last-child{
				padding-bottom: 0;
			}
			.qk_list2 li > *{
				display: inline-block;
				line-height: 17px;
			}
			.qk_list2 li .p{
				width: 40px;
				border-right: 2px solid #5d5d5d;
				box-sizing: border-box;
				margin-right: 8px;
				color: #ef003e;
				cursor: pointer;
			}
			.qk_list2 li .span{
				width: calc((100% - 48px) / 2);
				cursor: pointer;

				overflow: hidden;
				white-space: nowrap;
				text-overflow: ellipsis;
			}


		.qk_list3{
			width: calc(100% - 20px);
			margin: 0 10px;
			vertical-align: top;
			overflow: scroll;
   			 white-space: nowrap;
			/*display: flex;
			display: -webkit-flex;
			flex-direction: row;
			justify-content: space-between;
			align-items: center;*/
		}
			.qk_list3_img{
				width: 144px;
				cursor: pointer;
				margin-right: 32px;
			}
			.qk_list3_img:last-child{
				margin-right: 0;
			}

			.qk_list3_img2{
				width: 79px;
				cursor: pointer;
				padding: 15px 0 5px;
				margin-right: 22.9px;
			}
			.qk_list3_img2:last-child{
				margin-right: 0;
			}
				.qk_list3_img2 p{
					text-align: center;
					line-height: 1;
					padding-top: 10px;
					font-size: 12px;
					color: #333;
				}

			.qk_list3_img3{
				width: 79px;
				cursor: pointer;
				padding: 15px 0 5px;
				margin-right: 22.9px;
			}
			.qk_list3_img3:nth-child(12n){
				margin-right: 0;
			}
				.qk_list3_img2 p{
					text-align: center;
					line-height: 1;
					padding-top: 10px;
					font-size: 12px;
					color: #333;
				}

		.qk_list4{
			width: 100%;
			height: 44px;
			vertical-align: top;
			display: flex;
			display: -webkit-flex;
			flex-direction: row;
			justify-content: space-between;
			align-items: center;
			margin-top: 20px;
			border-bottom: 1px solid #dfdfdf;
		}
			.qk_list4_l{
				font-size: 0;
				height: 44px;
				overflow: scroll;
		    	white-space: nowrap;
		    	padding-bottom: 3px;
			}
				.qk_list4_l p{
					display: inline-block;
					width: auto;
					line-height: 44px;
					vertical-align: top;
					text-align: center;
					font-size: 18px;
					color: #333;
					cursor: pointer;
				}
				.qk_list4_l p.on{
					font-size: 24px;
					font-weight: bold;
					color: #ef003e;
					position: relative;
				}
				.qk_list4_l p.on:after{
					content: '';
					width: 100%;
					height: 3px;
					background: #ef003e;
					position: absolute;
					bottom: -3px;
					left: 0;
				}
			.qk_list4_r{
				
			}
				.qk_list4_r p{
					font-size: 14px;
					color: #343434;
					cursor: pointer;
					display: inline-block;
				}
				.qk_list4_r p.on{
					font-size: 14px;
					color: #f3003c;
				}
				.qk_list4_r span{
					font-size: 14px;
					color: #343434;
					cursor: pointer;
					padding: 0 16px;
				}
				.qk_list4_r span:last-child{
					display: none;
				}


		.qk_list5{
			width: 100%;
			height: auto;
			vertical-align: top;
			display: flex;
			display: -webkit-flex;
			flex-direction: row;
			justify-content: space-between;
			align-items: center;
			margin-bottom: 20px;
			font-size: 0;
		}
			.qk_list5 img{
				/* width: auto; */
				width:160px;
				height: 100px;
				display: inline-block;
				margin-right: 10px;
			}
			.qk_list5_r{
				flex: 1;
				width: auto;	
				height: 100%;			
			}
				.qk_list5_r > p{
					font-size: 16px;
					color: #333333;
					font-weight: bold;
					margin-bottom: 7px;

					display: -webkit-box; 
					-webkit-line-clamp: 1; 
					-webkit-box-orient: vertical; 
					overflow: hidden;
				}
				.qk_list5_r > span{
					font-size: 14px;
					line-height: 2;
					height:28px;
					
					text-align: justify;

					display: -webkit-box; 
					-webkit-line-clamp: 1; 
					-webkit-box-orient: vertical; 
					overflow: hidden;
				}
				.qk_list5_r_b{
					width: 100%;
					margin-top: 12px;

					display: flex;
					display: -webkit-flex;
					flex-direction: row;
					justify-content: space-between;
					align-items: center;
				}
					.qk_list5_r_b p{
						font-size: 14px;
						color: #ef013d;
						/* padding: 6px 25px; */
						padding:6px 0px;
						border: 1px solid #e1e1e1;
						border-radius: 4px;
						/* width:67px; */
						/*width:75px;*/
						width:80px;
						text-align:center;
					}
					.qk_list5_r_b font{
						width: auto;
						font-size: 14px;
					}
	

	  .qk_list9{
			width: 100%;
			font-size: 0;
		}
			.qk_list9 > *{
				width: 100%;
				margin-right: 0;
				height: auto;
				margin-top: 15px;
				display: inline-block;
				cursor: pointer;
				border: 1px solid transparent;
				padding: 0;
				box-sizing: border-box;
		}
		.qk_list9 > *:nth-child(3n){
			margin-right: 0;
		}
		.qk_list9 > * > div{
			width: 100%;

			display: flex;
			display: -webkit-flex;
			flex-direction: row;
			justify-content: flex-start;
			align-items: center;
		}
			.qk_list9 > * > div img{
				width: 110px;
			}
			.qk_list9 > * > div p{
				font-size: 20px;
				color: #333;
				margin-left: 20px;
			}
			.qk_list9 > * > div font{
				font-size: 14px;
				color: #6d6d6d;
			}
		.qk_list9 > * > span{
			width: 100%;
			line-height: 2;
			font-size: 12px;
			text-align: justify;
			text-indent: 24px;
			margin-top: 12px;

			display: -webkit-box; 
			-webkit-line-clamp: 3; 
			-webkit-box-orient: vertical; 
			overflow: hidden;
		}
		.qk_list9 > * > p{
			width: 100%;
			font-size: 15px;
			color: #333333;
			margin-top: 26px;
		}



		.qk_list10{
			width: 100%;
			font-size: 0;
		}
			.qk_list10 ul{
				width: 100%;
				margin-right: 0;
				height: auto;
				/*margin-bottom: 30px;*/
				display: inline-block;
				cursor: pointer;
				/*border: 1px solid #ececec;*/
				padding: 0 10px;
				box-sizing: border-box;
			}
			.qk_list10 ul:nth-child(3n){
				margin-right: 0;
			}

	
        .qk_list12{
	width: 100%;
	font-size: 0;
	padding-top: 20px;
}
	.qk_list12 a{
		width: 32%;
		margin-top: 20px;
		font-size: 14px;
		color: #333;
		position: relative;
		cursor: pointer;
		text-indent: 11px;
		margin-right: 2%;

		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.qk_list12 a:after{
		content: '';
		border: 2px solid #000;
		border-radius: 50%;
		position: absolute;
		left: 0;
		top: 50%;
		transform: translate(0,-50%);
		-webkit-transform:translate(0,-50%);
	}
	.qk_list12 a:nth-child(1){
		margin-top: 0;
	}
	.qk_list12 a:nth-child(2){
		margin-top: 0;
	}
	.qk_list12 a:nth-child(3){
		margin-top: 0;
	}
	.qk_list12 a:nth-child(3n){
		margin-right: 0;
	}
	.qk_list12 a:hover{
		color: #f3003d;
	}
	
	
		.qk_list13{
			width: 100%;
			font-size: 0;
			/*padding-top: 20px;*/
		}
			.qk_list13_li{
				width: 100%;
				height: 129px;
				margin-right: 0;
				margin-top: 20px;

				display: inline-flex;
				display: -webkit-inline-flex;
				flex-direction: row;
				justify-content: flex-start;
				align-items: flex-start;
			}

			.qk_list13_li_l p {
			    display: block;
			}


		.qk_list14{
			width: 100%;
			font-size: 0;
			/*padding-top: 20px;*/
		}
			.qk_list14 a{
				width: 100%;
				margin-right: 0;
				/* margin-top: 40px; */
                margin-top:20px;
				display: inline-flex;
				display: -webkit-inline-flex;
				flex-direction: row;
				justify-content: flex-start;
				align-items: center;
			}
	
		.qk_list16{
			width: 100%;
			font-size: 0;
		}
			.qk_list16 a{
				width: calc((100% - 20px) / 3);
				font-size: 15px;
				line-height: 36px;
				text-align: center;
				border: 1px solid #e1e1e1;
				box-sizing: border-box;
				margin-right: 10px;
				margin-bottom: 10px;
				display: inline-block;
				position: relative;
				cursor: pointer;

				/* 2020.11.26修改解梦标签掉行 */
				overflow: hidden;
				text-overflow: ellipsis;
				white-space: nowrap;
				padding-left:7px;
				padding-right:7px;
			}
			.qk_list16 a:nth-child(3n){
				margin-right: 0;
			}
			.qk_list16 a:nth-child(6n){
				margin-right: 0;
			}

		.qk_list17{
			width: 100%;
			display: block;
			margin: 0 auto;
			font-size: 0;
		}
			.qk_list17 img{
				width: auto;
				height: 45px;
				margin: 0 auto;
				display: block;
			}
			.qk_list17 .qk_list17_div1{
				width: 100%;
				border: 1px solid #f3003d;
				box-sizing: border-box;
				font-size: 16px;
				margin-top: 15px;
				margin-bottom: 10px;

				display: flex;
				display: -webkit-flex;
				flex-direction: row;
				justify-content: center;
				align-items: center;
			}
				.qk_list17 .qk_list17_div1 span{
					color: #f3003d;
					width: 70px;
					line-height: 40px;
					text-align: center;
					border-right: 1px solid #f3003d;
				}
				.qk_list17 .qk_list17_div1 input{
					width: calc(100% - 170px);
					line-height: 40px;
					color: #f3003d;
					text-indent: 18px;
					font-size: 16px;
				}
				.qk_list17 .qk_list17_div1 p{
					width: 100px;
					color: #fff;
					background: #f3003d;
					text-align: center;
					line-height: 40px;

				}


			.qk_list17 .qk_list17_div2{
				width: 100%;
				font-size: 16px;
				text-align: left;

				/*display: flex;
				display: -webkit-flex;
				flex-direction: row;
				justify-content: center;
				align-items: center;*/

				overflow: hidden;
				white-space: nowrap;
				text-overflow: ellipsis;
			}
			.qk_list17_div2 > *{
				width: auto;
				height: auto;
				line-height: 1;
			}
			.qk_list17_div2 p{
				color: #f3003d;
			}
			.qk_list17_div2 a{
				margin-right: 20px;
				cursor: pointer;
			}

	.qk_list18{
	width: 100%;
	font-size: 0;
}
	.qk_list18 li{
		width: 100%;

	}

	.qk_list18 li > a{
		width: 33%;
		font-size: 16px;
		height: 48px;
		line-height: 48px;
		color: #333;
		cursor: pointer;
		margin: 0;
		justify-content: center;
	}
	.qk_list18 li a.f_hh{
		margin-left: 0;
	}

	.qk_list18 li a.f_wB{
		font-weight: bold;
	}
	.qk_list18 li a.t_cRed{
		color: #f3003d;
	}
	.qk_list18 li a.t_cRed > p{
		color: #f3003d;
		border-radius: 50%;
		line-height: 1;
		display: inline-block;
		padding: 3px;
		font-size: 12px;
		border: 1px solid #f3003d;
		margin-bottom: 16px;
		margin-left: 3px;
	}

	.qk_list11{
		width: 100%;
		font-size: 0;
	}
		.qk_list11_div{
			width: 100%;
			border: 1px solid #e1e1e1;
			box-sizing: border-box;
			padding-top: 40px;
			padding-bottom: 60px;
			position: relative;

			display: flex;
			display: -webkit-flex;
			flex-direction: row;
			justify-content: center;
			align-items: center;
		}
			.qk_list11_div li{
				width: auto;
			}
				.qk_list11_div > img{
					width: 100px;
					padding: 0 30px;
				}
				.qk_list11_div li > img{
					width: 90px;
					margin: 0 auto;
					display: block;
				}
				.qk_list11_div li > p{
					font-size: 16px;
					color: #333;
					text-align: center;
					margin-top: 10px;
					cursor: pointer;
				}

				.qk_list11_btn{
					width: 110px;
					height: 30px;
					line-height: 30px;
					font-size: 16px;
					text-align: center;
					color: #fff;
					background: #fd4d3e;
					border-radius: 30px;
					cursor: pointer;

					position: absolute;
					bottom: 10px;
					left: 50%;
					margin-left: -55px;
				}

		.arrow-down {
		    border-left: 2px solid #333333;
		    border-bottom: 2px solid #333333;
		    height: 5px;
		    width: 5px;
		    transform: translate(5px, -4px) rotate(-45deg);
		    -webkit-transform: translate(5px, -4px) rotate(-45deg);
		    border-right: 2px solid transparent;
		    border-top: 2px solid transparent;
		    display: inline-block;
		    -moz-transform: translate(5px, -4px) rotate(-45deg);
		    -ms-transform: translate(5px, -4px) rotate(-45deg);
		    -o-transform: translate(5px, -4px) rotate(-45deg);
		}

	.qk_div4{
		width: 100%;
	}

	.qk_footer_img{
		width: 100%;
		height: auto;
		display: block;
		margin: 0 auto 15px;
		cursor: pointer;
		font-size: 0;
	}

	.qk_list15 a{
		width: calc((100% - 40px) / 3);
		margin: 0 10px;
		box-sizing: border-box;
		margin-right: 0;
		margin-top: 10px;
		display: inline-block;
		position: relative;
		cursor: pointer;
	}
	.qk_list15_d{
		display: none;
	}

	.qk_list15 a p{
		display: block;
		font-size: 13px;
		color: #333;
		margin-top: 5px;
		font-weight: bold;
		text-align: center;
	}

	.qk_introduce_table{
		width: 100%;
		box-sizing: border-box;
		border: 1px solid transparent;
		border-bottom: none;
		border-top: none;
	}
		.qk_introduce_table > *, .qk_introduce_table_title{
			width: 20%;
			height: 34px;
			font-size: 15px;
			font-weight: bold;
			text-align: center;
			color: #333;
			border-bottom: 1px solid #e1e1e1;
			cursor: pointer;

			display: inline-flex;
			display: -webkit-inline-flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
		}
		.qk_introduce_table > *.on{
			color: #f2003d;
			border-bottom: 1px solid #f2003d;
		}
		.qk_introduce_table_title{
			background: #f2003d;
			color: #fff;
			border: none;
		}
	.qk_introduce_text{
		width: 100%;
		padding: 0px;
		border: 1px solid transparent;
		box-sizing: border-box;
	}
		.qk_introduce_text p{
			font-size: 30px;
			font-weight: bold;
			color: #333;
			text-align: center;
			margin-bottom: 6px;
		}
		.qk_introduce_text span{
			display: block;
			font-size: 16px;
			color: #333;
			text-indent: 32px;
			line-height: 2.2;
		}

	.qk_details {
	    width: 100%;
	    border: 1px solid transparent;
	    padding: 0;
	    box-sizing: border-box;
	}

	.qk_recommend_div7{
		width: 100%;
		padding-top: 20px;
		margin-bottom: 15px;
	}
		.qk_recommend_div7 a{
			width: 49%;
			height: auto;
			margin-bottom: 5px;
			margin-right: 2%;
			display: inline-block;
		}
		.qk_recommend_div7 a:nth-child(2n){
			margin-right: 0;
		}

	.qk_introduce3, .qk_introduce4{
		height: auto;
	}

	.qk_list11_div_absolute{
		width: 300px;
		position: fixed;
		top: 50%;
		z-index: 9;

		/*padding: 10px;*/
		padding-top: 14px;
        border-radius: 4px;
        background: #fff;
        font-size: 0;
        -moz-box-shadow:0 0 10px rgba(0,0,0,0.3); 
        -webkit-box-shadow:0 0 10px rgba(0,0,0,0.3); 
        box-shadow:0 0 10px rgba(0,0,0,0.3);
	}
	.qk_list11_div_absolute:after{
		content: '';
    	width: 0;
	    height: 0;
	    border-bottom: 0 solid #fff;
	    border-right: 0 solid transparent;
	    border-left: 0 solid transparent;
	    position: absolute;
	    left: 50%;
        top: -10px;
        transform: translate(-50%,0);
        -webkit-transform:translate(-50%,0);
	}
	.qk_list11_div_absolute.a1{
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		-webkit-transform:translate(-50%,-50%);

		display: none;
	}
	.qk_list11_div_absolute.a2{
		right: unset;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		-webkit-transform:translate(-50%,-50%);

		display: none;
	}
	.qk_list11_div_absolute span{
		display: block;
		width: 100%;
		font-size: 18px;
		text-align: center;
		margin-bottom: 14px;
	}
	.qk_list11_div_absolute li.al1 > img{
		width: 46px;
		height: 46px;
		border: 2px solid transparent;
		border-radius: 50%;
	}
	.qk_list11_div_absolute li.al1 p{
		font-size: 14px;
		text-align: center;
		margin-top: 0;
		color: #999;
	}
	.qk_list11_div_absolute li.al1{
		display: inline-block;
		margin-left: 20px;
			margin-bottom: 24px;
			cursor: pointer;
	}
	.qk_list11_div_absolute li.al1:hover img{
		border: 2px solid #666;
	}
	.qk_list11_div_absolute li.al1:hover p{
		color: #000;
	}


	.qk_recommend_div10_absolute{
		width: 300px;
		position: absolute;
		z-index: 9;
		position: fixed;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		-webkit-transform:translate(-50%,-50%);
		display: none;

		/*padding: 10px;*/
		padding-top: 14px;
        border-radius: 4px;
        background: #fff;
        font-size: 0;
        -moz-box-shadow:0 0 10px rgba(0,0,0,0.3); 
        -webkit-box-shadow:0 0 10px rgba(0,0,0,0.3); 
        box-shadow:0 0 10px rgba(0,0,0,0.3);
	}
	.qk_recommend_div10_absolute:after{
		content: '';
    	width: 0;
	    height: 0;
	    border-bottom: 0 solid #fff;
	    border-right: 0 solid transparent;
	    border-left: 0 solid transparent;
	    position: absolute;
	    left: 50%;
        top: -10px;
        transform: translate(-50%,0);
        -webkit-transform:translate(-50%,0);
	}
	.qk_recommend_div10_absolute span{
		display: block;
		width: 100%;
		font-size: 18px;
		text-align: center;
		margin-bottom: 14px;
	}
	.qk_recommend_div10_absolute li.al1 > img{
		width: 46px;
		height: 46px;
		border: 2px solid transparent;
		border-radius: 50%;
	}
	.qk_recommend_div10_absolute li.al1 p{
		font-size: 14px;
		text-align: center;
		margin-top: 0;
		color: #999;
	}
	.qk_recommend_div10_absolute li.al1{
		display: inline-block;
		margin-left: 20px;
			margin-bottom: 24px;
			cursor: pointer;
	}
	.qk_recommend_div10_absolute li.al1:hover img{
		border: 2px solid #f2003f;
	}
	.qk_recommend_div10_absolute li.al1:hover p{
		color: #000;
	}

	.swiper-container{
		width: 100%;
		height: 10.34rem;
	}
    
	   .swiper-container2{
    width: 100%;
    height: auto;
	/* height: 6rem; */
}

	.hide{
		display: none;
	}
}


.qk_div1 > ul{
	display: none;
}
.qk_div1 > ul:first-child{
	display: block;
}

.qk_div1 > ul ul li{
	display: none;
}
.qk_div1 > ul ul li:first-child{
	display: block;
}

.qk_div2 > ul{
	display: none;
}
.qk_div2 > ul:first-child{
	display: block;
}

.qk_div3 > ul{
	display: none;
}
.qk_div3 > ul:first-child{
	display: block;
}

/* 2020.11.27周易大师栏目样式调整 */
.qk_list99 > * > span{
	width: 100%;
	line-height: 2;
	font-size: 12px;
	text-align: justify;
	text-indent: 24px;
	margin-top: 12px;
	display: block;
	-webkit-line-clamp:inherit; 
	-webkit-box-orient:inherit; 
	overflow:inherit;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;	
	height:72px;
}

.user-article-title1{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}


/**pc订单**/
.record_Top{width:339px; height:36px; background-color:#f3003d; text-align:center; line-height:36px; margin:0 auto; color:#ffffff; letter-spacing: 2px; font-size:16px;}
.topRec_List dl,.maquee{ width:339px; overflow:hidden; margin:0 auto; color:#7C7C7C}
.topRec_List dd{ float:left; text-align:center; border-bottom:1px solid #1B96EE; color:#1B96EE;}
.topRec_List dl dd:nth-child(1n){ width:16%; height:32px; line-height:32px; }
.topRec_List dl dd:nth-child(2n){ width:12%; height:32px; line-height:32px; }
.topRec_List dl dd:nth-child(3n){ width:72%; height:32px; line-height:32px; }
.maquee{ height:96px; background-color:#f7f7f7;}
.topRec_List ul{ width:100%; height:195px;}
.topRec_List ul a{display:block; width:100%;}
.topRec_List li{ width:100%; height:30px; line-height:30px; text-align:center; font-size:14px;}
/*.topRec_List li:nth-child(2n){ background:#077cd0}*/
.topRec_List li div{ float:left; text-align:center; letter-spacing: 2px;}
.topRec_List li div.one{ width:16%; color:#666666;}
.topRec_List li div.tuo{ width:12%; color:#666666;}
.topRec_List li div.sri{ width:72%; text-align:left; color:#666666;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; height:32px; line-height:32px;}
.topRec_List li div.sri font{ color:#ff225a;}

/**移动端订单**/
.sweiper-bg{ display:none;}
.topRec_List_y{ display: none;}
.topRec_List_y dl,.maqueey{ width:65%; overflow:hidden; margin:0 auto; color:#7C7C7C; position:absolute; margin-left:5%;}
.topRec_List_y dd{ float:left; text-align:center; border-bottom:1px solid #1B96EE; color:#1B96EE;}
.topRec_List_y dl dd:nth-child(1n){ width:5%; height:22px; line-height:32px; }
.topRec_List_y dl dd:nth-child(2n){ width:18%; height:22px; line-height:32px; }
.topRec_List_y dl dd:nth-child(3n){ width:77%; height:22px; line-height:32px; }
.maqueey{ height:44px;}
.maqueey{ background-color:inherit;}
.topRec_List_y ul{ width:100%; height:195px;}
.topRec_List_y ul a{display:block; width:100%;}
.topRec_List_y li{ width:100%; height:20px; line-height:20px; text-align:center; font-size:0.3rem;}
/*.topRec_List_y li:nth-child(2n){ background:#077cd0}*/
.topRec_List_y li div{ float:left; text-align:center;}
.topRec_List_y li div.one{ width:5%; color:#ffffff;}
.topRec_List_y li div.tuo{ width:18%; color:#ffffff;}
.topRec_List_y li div.sri{ width:77%; text-align:left; color:#ffffff;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; height:20px; line-height:20px;
}
.free-inquiry{width:2rem; height:0.6rem; opacity:0; background-color:red; display:block; position:absolute; right:0; margin-right:0.5rem; margin-top:-0.95rem; display:none;}

/**移动端订单 底部悬浮 20210812**/
.topRec_List_y_bottom{ display: none; position: fixed; bottom: 15px; left: 5px; width: calc(100%); z-index: 998;}
.topRec_List_y_bottom dl,.maqueey{ width:65%; overflow:hidden; margin:0 auto; color:#7C7C7C; position:absolute; margin-left:5%;}
.topRec_List_y_bottom dd{ float:left; text-align:center; border-bottom:1px solid #1B96EE; color:#1B96EE;}
.topRec_List_y_bottom dl dd:nth-child(1n){ width:5%; height:22px; line-height:32px; }
.topRec_List_y_bottom dl dd:nth-child(2n){ width:18%; height:22px; line-height:32px; }
.topRec_List_y_bottom dl dd:nth-child(3n){ width:77%; height:22px; line-height:32px; }
.topRec_List_y_bottom ul{ width:100%; height:195px;}
.topRec_List_y_bottom ul a{display:block; width:100%;}
.topRec_List_y_bottom li{ width:100%; height:20px; line-height:20px; text-align:center; font-size:0.3rem;}
/*.topRec_List_y li:nth-child(2n){ background:#077cd0}*/
.topRec_List_y_bottom li div{ float:left; text-align:center;}
.topRec_List_y_bottom li div.one{ width:5%; color:#ffffff;}
.topRec_List_y_bottom li div.tuo{ width:18%; color:#ffffff;}
.topRec_List_y_bottom li div.sri{ width:77%; text-align:left; color:#ffffff;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; height:20px; line-height:20px;
}

@media screen and (max-device-width:750px){
	.sweiper-bg{ display:block;}
    .topRec_List_y{ display: block;}
	.topRec_List{ display: none;}
	.free-inquiry{ display: block;}
}
@media screen and (max-device-width:450px){
	.topRec_List_y dl,.maquee{ margin-top:-1.16rem;}
	.topRec_List_y li{ font-size:0.3rem;}
	.topRec_List_y_bottom dl,.maquee{ margin-top:-1.16rem;}
	.topRec_List_y_bottom li{ font-size:0.3rem;}
}
@media screen and (max-device-width:400px){
	.topRec_List_y dl,.maquee{ margin-top:-1.25rem;}
	.topRec_List_y li{ font-size:0.3rem;}
	.topRec_List_y_bottom dl,.maquee{ margin-top:-1.25rem;}
	.topRec_List_y_bottom li{ font-size:0.3rem;}
}
@media screen and (max-device-width:320px){
	.topRec_List_y dl,.maquee{ margin-top:-1.25rem;}
	.topRec_List_y li{ font-size:0.26rem;}
	.topRec_List_y_bottom dl,.maquee{ margin-top:-1.25rem;}
	.topRec_List_y_bottom li{ font-size:0.26rem;}
}


/**文章标签**/
.biaoqian{
    padding-top: 12px;
    padding-bottom: 10px;
    color: #444;
    font-size: 14px;
}
.biaoqian a{    
    display: inline-block;
	line-height: 18px;
    font-weight: 300;
    padding: 0 14px;
    margin-right: 7px;
    border: 1px solid #eee;
    background: #efefef;
    border-radius: 7px;
    color: #444;
    font-size: 14px;
	margin-bottom: 10px;
}
.biaoqian a:hover{
    color: #FF6E2D;
}
@media (max-width: 768px){.qk_header_div2{display: block !important;margin-right:5px}}


/**20210721增**/
.qk_details_c p.qk_details_c_ad {width: 100%; text-align: center; text-indent: 0; padding: 16px 0;}
.qk_details_c p.qk_details_c_ad a{font-size: 12px; color: #8080ff;}
/*大师文章*/
.qk_recommend_gif{margin-top:20px;margin-bottom:10px;}
.qk_recommend_gif2{display: none;}
.bottom-ads{display: none;}
.bottom-ads-vi{display: none;}
/*底部固定悬浮广告20210804*/
.main-bottom-ads{display: none;}
.main-bottom-ads-vi{display: none;}
.lanmu-bottom-ads{display: none;}
.lanmu-bottom-ads-vi{display: none;}
.lanmu-bottom-ads-close{display: none;}

/*底部留白*/
.white_space{height:58px;}
@media screen and (max-width: 724px) {
    /*导航栏*/
    .qk_navigation ul a:nth-child(n+10){display: none;}
    .qk_navigation ul a:nth-child(16){color: #ECFF70;}
    /*大师文章*/
    .qk_recommend_gif2{display: none; position: fixed; bottom: -20px; left: 0; width: calc(100%); z-index: 100;}
	.qk_details center a{display: none;}
	.bottom-ads{position: fixed; bottom:-6px; display: block;}
	.bottom-ads-vi{visibility: hidden;}
	/*底部固定悬浮广告20210804*/
    .main-bottom-ads{display: none; position: fixed; bottom: -6px; left: 0; width: calc(100%); z-index: 998;}
    .main-bottom-ads-vi{visibility: hidden;}
    .lanmu-bottom-ads{position: fixed; bottom:-6px; display: block; z-index: 998;}
    .lanmu-bottom-ads-vi{visibility: hidden;}
    .lanmu-bottom-ads-close{
        display: block;
        width: 40px;
        height: 40px;
        position: fixed;
        right: 5px;
        bottom: 90px;
        z-index: 998;
    }
    /*底部留白*/
    .white_space{height:90px;}
}
    


/**优惠券广告入口**/
.ui-mask {
	background-color: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
	width: 100%;
	height: 100%;
	position: fixed;
	_position: absolute;
	left: 0;
	top: 0;
	z-index: 998;
	display: none;
}
.redenvelope{
    position: fixed;
	_position: absolute;
	left: calc(50vw - 250px);
	top: calc(50vh - 250px);
	z-index: 1000;
	display: none;
}
.redenvelope div{
    position: relative;
}
.redenvelope .redenvelopegif{
    width: 500px;
}
.redenvelope .clock{
    width: 40px;
    height: 40px;
    position: absolute;
    right: -14px;
    top: 60px;
}
.envelope-entrance{
    position: fixed;
	_position: absolute;
	right: 150px;
	bottom: 50px;
	z-index: 997;
    width: 180px;
    cursor:pointer;
}
@media screen and (max-width: 724px) {
	.redenvelope .redenvelopegif{
        width: 80%;
    }
    .redenvelope{
        position: fixed;
	    _position: absolute;
	    left: 15vw;
	    top: calc(50vh - 40vw);
	    z-index: 1000;
	    display: none;
    }
    .redenvelope .clock{
        width: 40px;
        height: 40px;
        position: absolute;
        right: 40px;
        top: 0px;
    }
    .envelope-entrance{
        position: fixed;
	    _position: absolute;
	    right: 10px;
	    bottom: 30px;
	    z-index: 997;
        width: 90px;
        cursor:pointer;
    }
}


/* 导航详情20210805 */
.avigation-details{
	font-size: 0;
	border: dashed #d7d7d7 1px;
	padding: 0;
	margin: 10px 0;
	display: flex;
}
.avigation-details img{
	height: 150px;
	width: auto;
	margin: 14px;
}
.avigation-details table{
	border-left: dashed #d7d7d7 1px;
	margin: 14px;
	margin-left: 0;
	flex: auto;
	height: 150px;
	font-size: 14px;
	padding-left: 14px;
}
.avigation-details table tr td{
	border-bottom: dashed #d7d7d7 1px;
	color: #5c5c5c;
}
.avigation-details table tr td:nth-child(1){
	width: 5em;
	text-align: right;
	color: #8080ff;
}
@media screen and (max-width: 724px) {
    .avigation-details{
		flex-wrap: wrap;
	}
	.avigation-details img{
		width: calc(100% - 28px);
		margin-bottom: 0;
		height: auto;}
    .avigation-details table{
		width: 100%;
		border-left:none;
	}
}

/*侧边悬浮客服20210824*/
.total-center{position: fixed; top: 0; right: 92px; z-index: 101; height: 100%; display: flex; align-items: center;}
.total-center ul{list-style: none; position: relative;}
.total-center ul #close{position: absolute; width: 27px; height: 28px; left: calc(50% - 14px); top: -40px;}
.total-center ul #topt{ width: 20px; height: 11px;}
.total-center ul li{position: absolute; /*top: 0;*/ top: 10px; left: -12px;}
.total-center ul li a{ position: relative; width: 108px; height: 28px; line-height: 18px; background: #FFFFFF; border: 2px solid #C73B3B; border-radius: 14px; margin-top: 22px; font-size: 14px; color: #EE4D4D; font-weight: 400; display: flex; align-items: center; justify-content: center;}
.total-center ul li a img{ margin-top: -15px; position: absolute; left: 0; width: 33px; height: 43px; border-radius: 50%; display: none;}
/*.total-center ul li a span{ position: absolute;}*/
.total-center ul li a span{ position: absolute; left: 0; top: 0px; width: 100%; height: 28px; text-align: center; line-height: 28px;}
.total-center ul li a.current{background: #E9473E; border-color: #E9473E; box-shadow: 0px 10px 10px 0px rgba(142, 16, 1, 0.31); margin-top: 72px; position: relative;}
.total-center ul li a.current img{ width: 80px; height: 85px; left: 13px; border-radius: 50%; display: block; margin-top: 0; position: absolute; top: -70px;}
.total-center ul li a:nth-child(1) img{ border-radius: 0; top: -80px;}
.total-center ul li a.current span{ left: initial; color: #ffffff; width: 100%; height: 100%; z-index: 100; background: #E9473E; display: flex; align-items: center; justify-content: center; border-radius: 14px; border: solid 2px #E9473E;}
@media screen and (max-width: 724px) {.total-center{display: none;}}



/*底部悬浮广告20220119*/
/*.total-suspended{position: fixed; bottom: calc(-19.8vw + 58px); left: 0; width: 99.2%; z-index: 100; font-size: 0;}*/
.total-suspended{position: fixed; bottom: -322px; left: 0; width: 99.2%; z-index: 100; font-size: 0;}
.total-suspended-bg{ height: 380px;}
.total-suspended ul{position: relative; text-align: center;}
.total-su-div{position: absolute; top: 0; width: 100%; height: 100%;}
.total-suspended-view{width: 100%; max-width: 1200px; margin: 0 auto; height: 100%;}
.total-suspended-view .head-li{height: 58px; position: relative; display: flex; align-items: center;}
.total-suspended-view .head-li .icon-png{width: 10.5833%; height: auto; position: absolute; bottom: 0; left: 3.5%;}
.total-suspended-view .head-li .total-name{font-size: 30px; color: #F42C2C; margin-left: 17.333%; font-size: 24px;}
.total-suspended-view .head-li .s-can{color: #AB7B45; font-size: 20px; margin-left: 7.5%; margin-right: 5%;}
.total-suspended-view .head-li .s-can font{color: #F3003D;}
.total-suspended-view .head-li #updown{width: 3.16667%; height: 43px; position: absolute; right: 25%;}
.rotate{
	-ms-transform:rotate(18deg);
	-moz-transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	-o-transform:rotate(180deg);
}
.total-suspended-view .head-li a{ display: block; width: 7%; min-width: 100px; height: 36px; line-height: 36px; border-radius: 6px; letter-spacing: 2px; font-size: 14px; background-color: #f0003f; position: absolute; right: 3.5%; top: 11px; color: #FFFFFF;}

.total-suspended-view .centent-div{width: 100%; height: calc(100% - 58px); display: flex;}
.total-suspended-view .centent-div .form-li{background-color: #ffffff; width: 33.3%;}
.total-suspended-view .centent-div .form-li .head-c{ display: flex; align-items: center; margin-top: 32px;}
.total-suspended-view .centent-div .form-li .head-c span{ font-size: 20px; color: #333333; font-weight: 500; margin-left: 10.5%;}
.total-suspended-view .centent-div .form-li .head-c font{ font-size: 14px; color: #FC4D3E; margin-left: 5%;}
.total-suspended-view .centent-div .form-li .inpu-c{ margin-top: 26px; margin-left: 15%; width: 100%; display: flex;}
.total-suspended-view .centent-div .form-li .inpu-c span:nth-child(1){ width: 6em; text-align: right; font-size: 14px; display: inline-block;}
.total-suspended-view .centent-div .form-li .inpu-c span:nth-child(1) font{ color: #F42C2C;}
.total-suspended-view .centent-div .form-li .inpu-c span:nth-child(2){border: 1px solid #EBEBEB; margin-left: 20px; margin-right: 50px; display: inline-flex; align-items: center; width: 50%;}

.total-suspended-view .centent-div .form-li .inpu-c:nth-child(2) span:nth-child(2){border: none; font-size: 14px;}
.total-suspended-view .centent-div .form-li .inpu-c:nth-child(2) span:nth-child(2) input{-webkit-appearance: checkbox; appearance: none; -webkit-appearance: none; outline: none; display: none;}
.total-suspended-view .centent-div .form-li .inpu-c:nth-child(2) span:nth-child(2) input:checked+span {width: 8px; height: 8px; background-color: red; display: inline-block; background: url(/img/inputc.png) no-repeat; background-size: 100% 100%; position: relative;}
.total-suspended-view .centent-div .form-li .inpu-c:nth-child(2) span:nth-child(2) input+span {width: 8px; height: 8px; background-color: red; display: inline-block; background: url(/img/inputn.png) no-repeat; background-size: 100% 100%; position: relative; margin-right: 10px;}

.total-suspended-view .centent-div .form-li .inpu-c:nth-child(n+3) span:nth-child(2) input{ width: 100%; height: 27px; text-indent: 4px; font-size: 14px;}
.total-suspended-view .centent-div .form-li .inpu-c:last-child span:nth-child(1) font{ visibility: hidden;}
.total-suspended-view .centent-div .btn-li{ display: inline-flex; align-items: center; justify-content: center; background-color: #ffffff; position: relative; width: 12.5%;}
.total-suspended-view .centent-div .btn-li span:nth-child(1){position: absolute; border-right: dashed #F5F5F5 1px; top: 0; left: 0; width: 60%; height: 100%; display: flex; align-items: center; justify-content: right; }
.total-suspended-view .centent-div .btn-li span:nth-child(2){background-color: #ffffff; border: 1px solid #F5F5F5; border-radius: 100px; padding: 10px; position: relative; margin-left: 20%;}
.total-suspended-view .centent-div .btn-li span:nth-child(2) #turnbta{ display: none;}
.total-suspended-view .centent-div .form-li .inpu-c span.prompt{text-indent: 109px; display: block; position: absolute; padding: 4px 0; color: #F42C2C; display: none;}

.total-suspended-view .centent-div .consult-li{ background-color: #ffffff; width: 33.3%; display: inline-flex; align-items: center; justify-content: center;}
.total-suspended-view .centent-div .consult-li .turn{ width: 211px; height: 212px; margin-top: 27px; background: url('/img/turn.png') center; background-size: 100% 100%; position: absolute;}
.total-suspended-view .centent-div .consult-li .turn a{ width: 58px; height: 58px;}
.total-suspended-view .centent-div .consult-li .turn a:nth-child(1){ position: absolute; top: 36px; left: -10px;}
.total-suspended-view .centent-div .consult-li .turn a:nth-child(2){ position: absolute; top: -18px; left: calc(50% - 29px);}
.total-suspended-view .centent-div .consult-li .turn a:nth-child(3){ position: absolute; top: 36px; right: -10px;}
.total-suspended-view .centent-div .consult-li .turn a:nth-child(4){ position: absolute; bottom: 4px; right: 18px;}
.total-suspended-view .centent-div .consult-li .turn a:nth-child(5){ position: absolute; bottom: 4px; left: 18px;}
.total-suspended-view .centent-div .consult-li .turn a img{ width: 58px; height: 58px; border-radius: 50px; display: block;}
.turngo{animation:turn 1s linear infinite;}
.turngo img{animation:img 1s linear infinite;}
@keyframes turn{
    0%{-webkit-transform:rotate(0deg);}
    25%{-webkit-transform:rotate(90deg);}
    50%{-webkit-transform:rotate(180deg);}
    75%{-webkit-transform:rotate(270deg);}
    100%{-webkit-transform:rotate(360deg);}
}
@keyframes img{
    0%{-webkit-transform:rotate(-0deg);}
    25%{-webkit-transform:rotate(-90deg);}
    50%{-webkit-transform:rotate(-180deg);}
    75%{-webkit-transform:rotate(-270deg);}
    100%{-webkit-transform:rotate(-360deg);}
}
.total-suspended-view .centent-div .master-list{ display: none;}
.total-suspended-view .centent-div .master-list span:nth-child(1){ font-size: 16px; color: #333333; margin-top: -50px; display: block; text-indent: 24px;}
.total-suspended-view .centent-div .master-list ul{ width: 90%; height: 152px; margin-left: 24px; border: 1px dashed #E6E6E6; margin-top: 18px; text-align: center;}
.total-suspended-view .centent-div .master-list ul div{ overflow-y: scroll; height: 132px; margin-top: 20px;}
.total-suspended-view .centent-div .master-list ul li{ width: 200px; margin: 0 auto; height: 22px; display: flex; align-items: center; font-size: 12px; font-weight: 400; color: #666666; text-align: left;}
.total-suspended-view .centent-div .master-list ul li a{ font-size: 12px; font-weight: 400; color: #666666; max-width: 258px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.total-suspended-view .centent-div .master-list ul .go-portrait{ display: block; margin: 0 auto; width: 180px; height: 40px; background: #F3003D; border-radius: 5px; line-height: 40px; margin-top: 25px; font-size: 16px; color: #ffffff;}

.total-suspended-view .centent-div .qr-code{background-color: #ffffff; width: 20.5%; margin-left: 2%; height: 100%; text-align: center;}
.total-suspended-view .centent-div .qr-code span{ display: block;}
.total-suspended-view .centent-div .qr-code span:nth-child(1){ font-size: 18px; color: #333333; margin-top: 30px;}
.total-suspended-view .centent-div .qr-code span:nth-child(2){ font-size: 14px; color: #333333; margin-top: 10px;}
.total-suspended-view .centent-div .qr-code span:nth-child(3){ font-size: 14px; color: #333333; margin-top: 14px;}
.total-suspended-view .centent-div .qr-code img{ width: 53%; height: auto; margin-top: 14px;}
.total-suspended-view .centent-div .qr-code span:nth-child(5){ font-size: 14px; color: #333333; margin-top: 6px;}
.total-suspended-div{ height: 58px;}
/*底部悬浮广告20220119*/

/*老师推荐*/
.nsion-recom{position: fixed; left: 0; bottom: 0; width: 99.2%; font-size: 0;}
.nsion-recom ul{position: relative;}
.nsion-recom ul .closet{width: 34px; height: 34px; position: absolute; z-index: 100; top: 8px; right: calc(50% - 650px);}
.nsion-recom ul .master-column-bg{width: 100%; height: auto;}
.nsion-recom .master-column-div{position: absolute; left: 0; top: 0; width: 1244px; height: 100%; margin-left: calc(50% - 622px); display: flex; justify-content: left;}
.nsion-recom .master-column-div li{width: 124px; height: 100%; text-align: center; color: #fff;}
.nsion-recom .master-column-div li a{font-size: 16px; margin-top: 30px; color: #333333;}
.nsion-recom .master-column-div li a img{width: 80px; height: 80px; margin-bottom: 8px;}
.nsion-recom-lb{height: 169px;}

@media screen and (max-width: 724px) {
	.total-suspended{ display: none;}
	.total-suspended-div{ display: none;}
	.total-center{ display: none;}
	.nsion-recom{ display: none;}
}

/*20211110 工具内链*/
.qk_tool_url{text-indent: 0; color:#8080ff; text-decoration: none;}
.qk_tool_url:link{text-decoration:none;}/*点击前*/
.qk_tool_url:visited{text-decoration:underline;}/*点击后*/
.qk_tool_url:active{text-decoration:underline;}/*点击中*/
.qk_tool_url:hover{text-decoration:underline;}/*鼠标悬浮*/


.qk_recommend_div11_d3 ul:nth-child(n+2){display: none;}
.qk_recommend_div11_tab ul:nth-child(n+2){display: none;}
.qk_recommend_div11_d5_l3{margin-bottom: -28px;}
.qk_recommend_div11_d5_l3 a{font-size: 16px;display: inline-block;margin-right: 30px;margin-top: 13px;color: blue;}
.qk_recommend_div11_d5_l3 a:nth-child(5n+1){margin-left: 15px;}
.qk_recommend_div11_d5_l3 a:nth-child(5n){margin-right: 0;}
.qk_recommend_div11_d5_l1 p{font-size: 16px;color: #333;margin-bottom: 15px;}
.qk_recommend_div11_d5_l1 li{font-size: 16px;color: #666;}
.qk_recommend_div11_d5_l1 li span{display: block;width: auto;color: #333;margin-top: 22px;}

/* 20220523底部工具推荐增 str 适配375屏幕宽度 */
@media screen and (max-width: 375px) {
.qk_footer_div1 li span:nth-child(n+2){
	display: inline-block;
	width: 72px;
	margin-right: 14px;
}
.qk_footer_div1 li span a{
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.qk_footer_div1 li span:nth-child(5){
	margin-right: 0;
}
.qk_footer_div1 li span:nth-child(9){
	margin-right: 0;
}
}
/* 20220523底部工具推荐增 end */


/* 首页 */
.qk_recommend_div10_d3 img{
		border: 2px solid #ffffff;
		border-radius:100px;
	}
	.qk_recommend_div10_d3:hover img{
		border: 2px solid #f2003f;
		border-radius:100px;
	}
	.qk_recommend_div10_d3 p img{
		border: inherit;
		border-radius: inherit;
	}
	.qk_recommend_div10_d3:hover p img{
		border: inherit;
		border-radius:inherit;
	}
	.img-content{
		background-image: url(https://pic.d02.cn/images/jieri/qkw20251002-2.png);
		display: inline-block; 				
		background-repeat: no-repeat; /*背景图像不平铺*/
		background-position:center;/*图片居中显示*/
		background-size: cover; /*隐藏不需要显示的图片*/
		height: auto;
		width: 100%;
		background-position:top;
		width:100%; 
		max-width:1920px; 
		margin:0 auto; 
		height: auto; 
		margin-left:0px; 
		margin-top:0px;
	}
	.qku-index-div{
		width:1240px; 
		margin:0 auto; 
		background-color:#ffffff; 
		margin-top:62px;
	}
	@media screen and (max-width: 724px) {
		.qku-index-div{
		 width:100%;  
		 margin-top:0;
	    }
    }

/* 20220627 移动端友情链接模块进行隐藏 */
.qk_footer_lian{display: block;}
@media screen and (max-width: 724px) {
.qk_footer_lian{display: none;}
}

/* 20230104增 str */
.qk_recommend_div10.fengshuifortune span{
	white-space: nowrap;
}
.qk_recommend_div10.fengshuifortune select{
	width: 140px;
}
.qk_recommend_div10.fengshuifortune .qk_recommend_div10_d5{
	display: flex;
	align-items: center;
}
.qk_recommend_div10.fengshuifortune .qk_recommend_div10_d5 select:nth-child(2){
	width: 218px;
}
.qk_recommend_div10.fengshuifortune .qk_recommend_div10_d5 p{
	margin-left: 10px;
}
