﻿@charset "utf-8";

body {
	font-family: "微软雅黑";
	background: #f8f8f8
}

a {
	text-decoration: none
}
.next {
	width: 20%;
	margin: 0 auto;
	background-color: #ffa42f;
	font-size: 20px;
	line-height: 50px;
	color: #ffffff;
	border-radius: 30px;
	cursor:pointer;
	letter-spacing:5px;
}
	.next:hover {
		background-color: #f73;
	}

*,
:after,
:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.fk_banner {
	min-width: 1200px;
	position: relative;
	height: 340px
}

.fk_banner_case {
	background: url(../img/banner.png) center center no-repeat
}

.fk_banner .content {
	position: absolute;
	left: 16.04%;
	top: 92px
}

.fk_banner .title {
	width: 520px;
	height: 42px;
	background: url(../img/title.png) no-repeat
}

.fk_banner .describe {
	font-size: 25px;
	color: #fff;
	line-height: 25px;
	margin-top: 15px;
	font-weight: 400;
	margin-left: 4px
}

.fk_panel {
	width: 100%;
	height: 100%;
	min-width: 1200px;
	position: relative
}

.fk_content {
	width: 74.01%;
	left: 0;
	right: 0;
	position: relative;
	margin: -75px auto 0;
	min-height: 800px;
	overflow: hidden;
	border-radius: 0 8px 8px 8px
}

.fk_content .fk_btn_list {
	position: absolute;
	width: 64px;
	overflow: hidden
}

.fk_content .fk_btn_list .fk_btn {
	height: 155px;
	text-align: center;
	width: 48px;
	cursor: pointer;
	background-color: #fff;
	font-size: 15px;
	color: #666;
	box-shadow: 0 5px 10px 0 rgba(57, 57, 57, 0.1);
	border-radius: 8px 0 0 8px;
	float: right;
	transition: all .2s ease;
	margin-bottom: 1px;
	position: relative
}

.fk_content .fk_btn_list .fk_btn:hover {
	width: 56px
}

.fk_content .fk_btn_list .fk_btn.active {
	width: 64px;
	background-color: #ffa42f;
	color: #fff;
	box-shadow: 0 8px 7px 1px rgba(219, 83, 1, 0.2)
}

.fk_content .fk_btn .tab_info {
	width: 24px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	position: absolute
}

.fk_content .icon_app {
	width: 23px;
	height: 23px;
	display: inline-block;
	background: url(../img/icon_app.png) no-repeat
}

.fk_content .icon_mobi {
	width: 23px;
	height: 23px;
	display: inline-block;
	background: url(../img/icon_mobi.png) no-repeat
}

.fk_content .icon_site {
	width: 23px;
	height: 23px;
	display: inline-block;
	background: url(../img/icon_pc.png) no-repeat
}

.fk_content .fk_btn.active .icon_app {
	background: url(../img/icon_app2.png) no-repeat
}

.fk_content .fk_btn.active .icon_mobi {
	background: url(../img/icon_mobi2.png) no-repeat
}

.fk_content .fk_btn.active .icon_site {
	background: url(../img/icon_pc2.png) no-repeat
}

.fk_item_list {
	left: 64px;
	min-height: 800px;
	position: relative;
	background-color: #fff;
	box-shadow: 1px 5px 10px 0 rgba(57, 57, 57, 0.15);
	padding: 79px 70px 26px 70px;
	overflow: hidden
}

.fk_item {
	overflow: hidden
}

.fk_item_list .fk_item:nth-child(2n) {
	display: none
}

.fk_item_list .fk_item:nth-child(3n) {
	display: none
}

.fk_item_list .fk_item_info {
	width: 21.77%;
	height: 360px;
	background: #fff;
	border: 1px solid rgba(229, 228, 228, 1);
	border-radius: 4px;
	display: inline-block;
	float: left;
	text-align: center;
	margin-right: 2.358%;
	margin-bottom: 26px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	min-width: 240px
}

.fk_item_list .fk_item_info:nth-child(4n) {
	margin-right: 0
}

.fk_item_list .fk_item_info .logo {
	width: 180px;
	height: 180px;
	border-radius: 10px;
	margin-top: 40px;
	border: 1px solid #eee;
	overflow: hidden
}

.fk_item_list .fk_item_info .name {
	font-size: 18px;
	color: #666;
	max-width: 80%;
	margin: 0 auto;
	margin-top: 22px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.fk_item_list .fk_item_info .trade {
	font-size: 14px;
	color: #666;
	background-color: #f0f0f1;
	padding: 7px 17px 9px 17px;
	display: inline-block;
	margin-top: 16px
}

.fk_item_list .fk_item_info .mask {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: opacity .3s
}

.fk_item_list .item_index_0 .code {
	width: 150px;
	height: 150px;
	margin: 0 auto;
	padding: 3px;
	opacity: 0;
	top: 50%;
	left: 50%;
	margin-top: -75px;
	margin-left: -75px;
	position: absolute;
	transition: opacity .3s;
	border-radius: 4px;
	background: url(../img/loading_2b.gif?v=201911060952) no-repeat center center;
	background-color: #fff
}

.fk_item_list .item_index_0 .image {
	width: 144px;
	height: 144px
}

.fk_item_list .item_index_1 .code {
	width: 150px;
	height: 150px;
	margin: 0 auto;
	padding: 3px;
	opacity: 0;
	left: 50%;
	bottom: 119px;
	margin-left: -75px;
	position: absolute;
	transition: opacity .3s;
	border-radius: 4px;
	background: url(../img/loading_2b.gif) no-repeat center center;
	background-color: #fff
}

.fk_item_list .item_index_1 .image {
	width: 136px;
	height: 136px;
	border-radius: 4px;
	padding: 10px;
	margin: 4px auto 0
}

.fk_item_list .item_index_1 .fk_pre {
	color: #fff;
	width: 149px;
	height: 36px;
	border-radius: 18px;
	text-align: center;
	line-height: 36px;
	font-size: 16px;
	background-color: #f73;
	position: absolute;
	left: 50%;
	margin-left: -72px;
	bottom: 59px;
	opacity: 0
}

.fk_item_list .item_index_2 .fk_pre {
	width: 149px;
	height: 36px;
	color: #fff;
	border-radius: 18px;
	text-align: center;
	line-height: 36px;
	font-size: 16px;
	background-color: #f73;
	position: absolute;
	opacity: 0;
	top: 50%;
	left: 50%;
	margin-top: -18px;
	margin-left: -75px
}

.fk_item_list .fk_item_info:hover .mask {
	opacity: .5
}

.fk_item_list .fk_item_info:hover .code {
	opacity: 1
}

.fk_item_list .fk_item_info:hover .fk_pre {
	opacity: 1
}

.fk_bottom {
	height: 152px;
	min-width: 1200px;
	position: relative
}

.fk_bottom_case {
	background: url(../img/banner2.png) center center no-repeat
}

.fk_bottom .content {
	position: absolute;
	left: 16.04%;
	top: 34px
}

.fk_bottom .describe {
	font-size: 30px;
	color: #fff;
	line-height: 35px;
	font-weight: 400
}

.fk_bottom .btn {
	width: 149px;
	height: 36px;
	border: 1px solid rgba(255, 255, 255, 1);
	border-radius: 18px;
	text-align: center;
	line-height: 36px;
	display: inline-block;
	margin-top: 14px;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	position: relative;
	overflow: hidden
}

.anim {
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%)
}

.anim:before {
	position: relative;
	content: '';
	display: block;
	margin-top: 100%
}

.anim:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 50%
}

.anim {
	-moz-animation: anim-out .75s;
	-webkit-animation: anim-out .75s;
	animation: anim-out .75s
}

.anim:after {
	-moz-animation: anim-out-pseudo .75s;
	-webkit-animation: anim-out-pseudo .75s;
	animation: anim-out-pseudo .75s
}

.anim,
.anim:after {
	animation-iteration-count: infinite;
	animation-duration: 1.3s
}

@-webkit-keyframes anim-in {
	0% {
		width: 0
	}

	100% {
		width: 100%
	}
}

@-moz-keyframes anim-in {
	0% {
		width: 0
	}

	100% {
		width: 100%
	}
}

@-ms-keyframes anim-in {
	0% {
		width: 0
	}

	100% {
		width: 100%
	}
}

@keyframes anim-in {
	0% {
		width: 0
	}

	100% {
		width: 100%
	}
}

@-webkit-keyframes anim-in-pseudo {
	0% {
		background: rgba(0, 0, 0, 0.25)
	}

	100% {
		background: transparent
	}
}

@-moz-keyframes anim-in-pseudo {
	0% {
		background: rgba(0, 0, 0, 0.25)
	}

	100% {
		background: transparent
	}
}

@-ms-keyframes anim-in-pseudo {
	0% {
		background: rgba(0, 0, 0, 0.25)
	}

	100% {
		background: transparent
	}
}

@keyframes anim-in-pseudo {
	0% {
		background: rgba(0, 0, 0, 0.25)
	}

	100% {
		background: transparent
	}
}

@-webkit-keyframes anim-out {
	0% {
		width: 0
	}

	100% {
		width: 100%
	}
}

@-moz-keyframes anim-out {
	0% {
		width: 0
	}

	100% {
		width: 100%
	}
}

@-ms-keyframes anim-out {
	0% {
		width: 0
	}

	100% {
		width: 100%
	}
}

@keyframes anim-out {
	0% {
		width: 0
	}

	100% {
		width: 100%
	}
}

@-webkit-keyframes anim-out-pseudo {
	0% {
		background: rgba(0, 0, 0, 0.25)
	}

	100% {
		background: transparent
	}
}

@-moz-keyframes anim-out-pseudo {
	0% {
		background: rgba(0, 0, 0, 0.25)
	}

	100% {
		background: transparent
	}
}

@-ms-keyframes anim-out-pseudo {
	0% {
		background: rgba(0, 0, 0, 0.25)
	}

	100% {
		background: transparent
	}
}

@keyframes anim-out-pseudo {
	0% {
		background: rgba(0, 0, 0, 0.25)
	}

	100% {
		background: transparent
	}
}

@media(max-width:1680px) {
	.fk_content {
		width: 80%
	}

	.fk_banner .content {
		left: 14%
	}

	.fk_item_list .fk_item_info {
		width: 29.5%
	}

	.fk_item_list .fk_item_info:nth-child(3n) {
		margin-right: 0
	}

	.fk_item_list .fk_item_info:nth-child(4n) {
		margin-right: 2.358%
	}
}

@media(max-width:1380px) {
	.fk_content {
		width: 90%
	}

	.fk_banner .content {
		left: 10%
	}

	.fk_item_list .fk_item_info {
		width: 29.5%
	}

	.fk_item_list .fk_item_info:nth-child(3n) {
		margin-right: 0
	}

	.fk_item_list .fk_item_info:nth-child(4n) {
		margin-right: 2.358%
	}
}

.fkmall-loading {
	color: #979ba0;
	font-size: 16px;
	overflow: hidden;
	width: 100%;
	display: block;
	position: relative;
	padding: 20px 0;
	display: none
}

.fkmall-loading .loadTxt {
	position: absolute;
	left: 55px;
	right: 0;
	margin: auto;
	bottom: 20px;
	text-align: center;
	line-height: 45px
}

.fkmall-loading .spinner {
	width: 45px;
	height: 45px;
	margin: auto;
	position: relative;
	padding-right: 150px
}

.fkmall-loading .container1>div,
.fkmall-loading .container2>div,
.fkmall-loading .container3>div {
	width: 8px;
	height: 8px;
	background-color: #169af7;
	border-radius: 100%;
	position: absolute;
	-webkit-animation: bouncedelay 1.2s infinite ease-in-out;
	animation: bouncedelay 1.2s infinite ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.fkmall-loading .spinner .spinner-container {
	position: absolute;
	width: 30px;
	height: 30px;
	left: 0;
	top: 50%;
	margin: -15px 0 0 6px
}

.fkmall-loading .container2 {
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg)
}

.fkmall-loading .container3 {
	-webkit-transform: rotateZ(90deg);
	transform: rotateZ(90deg)
}

.fkmall-loading .circle1 {
	top: 0;
	left: 0
}

.fkmall-loading .circle2 {
	top: 0;
	right: 0
}

.fkmall-loading .circle3 {
	right: 0;
	bottom: 0
}

.fkmall-loading .circle4 {
	left: 0;
	bottom: 0
}

.fkmall-loading .container2 .circle1 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s
}

.fkmall-loading .container3 .circle1 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s
}

.fkmall-loading .container1 .circle2 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s
}

.fkmall-loading .container2 .circle2 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s
}

.fkmall-loading .container3 .circle2 {
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s
}

.fkmall-loading .container1 .circle3 {
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s
}

.fkmall-loading .container2 .circle3 {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s
}

.fkmall-loading .container3 .circle3 {
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s
}

.fkmall-loading .container1 .circle4 {
	-webkit-animation-delay: -0.3s;
	animation-delay: -0.3s
}

.fkmall-loading .container2 .circle4 {
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s
}

.fkmall-loading .container3 .circle4 {
	-webkit-animation-delay: -0.1s;
	animation-delay: -0.1s
}

@-webkit-keyframes bouncedelay {

	0%,
	80%,
	100% {
		-webkit-transform: scale(0.1)
	}

	40% {
		-webkit-transform: scale(1.0)
	}
}

@keyframes bouncedelay {

	0%,
	80%,
	100% {
		transform: scale(0.1);
		-webkit-transform: scale(0.0)
	}

	40% {
		transform: scale(1.0);
		-webkit-transform: scale(1.0)
	}
}

.f-trustLink {
	vertical-align: bottom;
	display: inline-block;
	height: 31px
}
