@charset "utf-8";
body {
	font-family: "微软雅黑";
	min-width: 1200px;
	overflow: auto
}

@font-face {
	font-family: 'HelveticaNeueLTPro';
	src: url('HelveticaNeueLTPro-ThEx.otf?v=201710130000'), url('HelveticaNeueLTPro-ThEx.otf?v=201710130000') format('embedded-opentype')
}

*,
:after,
:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.row {
	margin: 0;
	padding-bottom: 80px;
}

h2 {
	text-align: center
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	border-radius: 10px;
	background: #efefef;
	transition: width .3s;
	opacity: .5
}

.swiper-pagination-bullet-active {
	width: 20px;
	opacity: 1
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
	bottom: .117rem
}

.fa-banner .img-responsive {
	width: 100%
}

.fk-numberBar {
	color: #333;
	position: relative
}

.fk-numberBar .f-trustChoiceNum {
	display: inline-block
}

.fk-numberBar .f-numberWrap {
	padding: .195rem 0;
	top: -0.117rem;
	left: 1.062rem;
	right: 1.062rem;
	width: 5.371rem;
	border-radius: 5px;
	z-index: 2;
	background-color: #fff;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
	width: 100%;
	text-align: center
}

.fk-numberBar .f-numberList {
	font-size: 0;
	display: inline-block
}

.fk-numberBar .f-numberItem {
	border-left: solid #ebebeb 1px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	float: none;
	font-family: HelveticaNeueLTPro, 微软雅黑;
	text-align: center;
	width: 1.074rem
}

.fk-numberBar .f-itemWrap {
	display: inline-block
}

.fk-numberBar .f-numberItem:first-child {
	border-left: none
}

.fk-numberBar .f-numberDesc {
	padding-top: .129rem;
	font-size: .063rem;
	color: #707070
}

.fk-numberBar .f-num {
	font-size: .158rem;
	line-height: 1
}

.fk-numberBar .f-num,
.fk-numberBar .f-numberDesc {
	vertical-align: top
}

.fk-numberBar .f-char {
	font-size: .059rem;
	margin-left: .039rem;
	line-height: 1
}

.fk-numberBar .f-char,
.fk-numberBar .f-numberDesc {
	color: #666
}

.fa-mobi {
	display: none
}

.fa-pc {
	display: block
}

.f-btn>a {
	display: inline-block;
	width: .684rem;
	height: .195rem;
	line-height: .195rem;
	font-size: .07rem;
	border: 1px solid #fff;
	border-radius: .21rem;
	text-decoration: none;
	text-align: center;
	color: #fff;
	font-family: "微软雅黑"
}

.text-title {
	font-size: .117rem;
	font-family: "微软雅黑"
}

.text-summary {
	font-size: .059rem;
	font-family: "微软雅黑"
}

.text-h2 {
	color: #fff
}

.fa-select {
	display: inline-block;
	background-color: #fff;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
	border-radius: 3px
}

.fa-select .select-item {
	width: .55rem;
	height: .137rem;
	line-height: .137rem;
	font-size: .059rem;
	color: #333;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	position: relative;
	font-family: "微软雅黑";
	min-width: 75px
}

.fa-select .select-item:hover {
	color: #fe782f
}

.fa-select .select-item:after {
	content: '';
	width: 1px;
	height: 50%;
	border-left: 1px solid #eee;
	position: absolute;
	right: 0;
	top: 25%
}

.fa-select .select-item.selectAct:after {
	border-left: 0
}

.fa-select .selectAct {
	color: #fff;
	background-color: #fe782f
}

.fa-select .selectAct:hover {
	color: #fff
}

.fa-select .fa-select-first {
	border-radius: 3px 0 0 3px
}

.fa-select .fa-select-last {
	border-radius: 0 3px 3px 0
}

.fa-select .fa-select-last:after {
	border-left: 0
}

.f-section {
	position: absolute;
	top: 1.174rem;
	left: 1.387rem
}

.f-section .banner-text {
	font-size: .095rem;
	color: #fff;
	font-family: "微软雅黑";
	font-weight: 100
}

.f-section .banner-text .left {
	margin-right: .1rem
}

.f-section .register {
	position: relative;
	overflow: hidden;
	margin-top: .296rem;
	font-family: "微软雅黑"
}

.f-section .register_new {
	position: relative;
	overflow: hidden;
	margin-top: .325rem;
	font-family: "微软雅黑";
	color: rgba(196, 51, 0, 1);
	border: 0;
	border-radius: 0;
	width: .871rem;
	height: .367rem;
	font-size: .1rem;
	line-height: .33rem;
	margin-left: .04rem
}

.f-section .register_new span {
	position: absolute;
	margin-top: -0.37rem;
	width: .871rem;
	height: .367rem;
	font-size: .1rem;
	margin-left: -0.43rem
}

.f-section .register_new:hover {
	-webkit-animation-name: hvr-wobble-vertical;
	animation-name: hvr-wobble-vertical;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1
}

.hvr-wobble-vertical {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

@-webkit-keyframes hvr-wobble-vertical {
	16.65% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px)
	}
	33.3% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px)
	}
	49.95% {
		-webkit-transform: translateY(4px);
		transform: translateY(4px)
	}
	66.6% {
		-webkit-transform: translateY(-2px);
		transform: translateY(-2px)
	}
	83.25% {
		-webkit-transform: translateY(1px);
		transform: translateY(1px)
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes hvr-wobble-vertical {
	16.65% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px)
	}
	33.3% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px)
	}
	49.95% {
		-webkit-transform: translateY(4px);
		transform: translateY(4px)
	}
	66.6% {
		-webkit-transform: translateY(-2px);
		transform: translateY(-2px)
	}
	83.25% {
		-webkit-transform: translateY(1px);
		transform: translateY(1px)
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

.f-section .zhongqiuBtn {
	width: .9rem;
	height: .28rem;
	border: 0;
	overflow: hidden
}

.f-section .zhongqiuImg {
	width: 100%;
	height: auto
}

.f-section1 {
	top: 0rem;
	left: 0rem;
	margin-top: 1.7rem;
	margin-left: 2.1rem
}

.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
	}
}

.fa-strongTool {
	padding-top: 101px
}

.fa-strongTool .text-summary {
	color: #777;
	margin-top: .078rem;
	margin-bottom: .078rem
}

.fa-strongTool .row .text-title {
	color: #333;
	font-size: .117rem;
	padding-bottom: .312rem;
	font-family: "微软雅黑"
}

.fa-strongTool .f-content {
	padding: 0 1.235rem
}

.fa-strongTool .strongTool-item {
	position: relative;
	display: inline-block
}

.fa-strongTool .bg-img {
	margin: 0 auto;
	box-shadow: 0 0 25px 4px rgba(217, 223, 231, 0.4);
	transition: box-shadow .3s ease;
	width: .985rem
}

.fa-strongTool .bg-img:hover {
	box-shadow: 0 0 15px 2px rgba(217, 223, 231, 0.8)
}

.fa-strongTool .strongTool-content {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 11.09%;
	left: 0;
	display: inline-block
}

.fa-strongTool .strongTool-content .strongTool-img {
	margin: 0 18.5%;
	width: 63%
}

.fa-strongTool .strongTool-content .strongTool-img .f-img {
	width: .792rem
}

.fa-strongTool .strongTool-content .content-title {
	font-family: "微软雅黑";
	font-size: .063rem;
	color: #333;
	font-weight: bold;
	margin-top: 14.42%;
	text-align: center
}

.fa-strongTool .strongTool-content .content-description {
	font-family: "微软雅黑";
	font-size: .055rem;
	color: #666;
	margin-top: 3.76%;
	text-align: center
}

.strongTool-content:hover+.bg-img {
	box-shadow: 0 0 15px 2px rgba(217, 223, 231, 0.8)
}

.fa-template {
	padding-top: .273rem;
	padding-bottom: .305rem;
	background-size: 100% 100%;
	text-align: center;
	padding-top: 119px
}

.fa-template .text-title {
	color: #333
}

.fa-template .text-summary {
	color: #777;
	margin-top: .078rem
}

.fa-template .fa-template-select {
	margin-top: .156rem
}

.fa-template .fa-template-btn {
	text-align: center
}

.fa-template .fa-template-btn .f-more {
	color: #f73;
	border-color: #f73;
	transition: background-color .3s, color .3s
}

.fa-template .fa-template-btn .f-more:hover {
	background-color: #f73;
	color: #fff
}

.fa-template .f-template {
	display: none
}

.fa-template #f-appletsTemplate {
	display: block
}

.fa-template .f-template-applets {
	margin: 0 1.399rem;
	margin-top: .391rem;
	margin-bottom: .434rem
}

.fa-template .f-template-applets .col-2 {
	width: 20%;
	float: left
}

.fa-template .f-template-applets .f-wrapper {
	margin: 0 auto;
	width: .789rem;
	position: relative
}

.fa-template .f-template-mall {
	margin: 0 1.2rem;
	margin-top: .236rem;
	margin-bottom: .236rem
}

.fa-template .f-template-mall .col-2 {
	width: 20%;
	float: left
}

.fa-template .f-template-mall .f-wrapper {
	margin: 0 auto;
	width: .86rem;
	position: relative
}

.fa-template .f-template-mall .content-wrapper {
	margin: 0 auto;
	width: .789rem;
	position: absolute;
	top: .173rem;
	left: .035rem
}

.fa-template .f-template-pcMall {
	margin-left: 1.399rem;
	margin-bottom: .217rem
}

.fa-template .f-template-pcMall .row {
	margin-top: .158rem
}

.fa-template .f-template-pcMall .f-wrapper {
	margin-right: .374rem;
	width: 1.34rem;
	position: relative;
	overflow: hidden;
	float: left
}

.fa-template .f-template-pcMall .content-wrapper {
	margin: 0 auto;
	width: 100%;
	position: absolute;
	top: .05rem;
	left: 0
}

.fa-template .f-img {
	box-shadow: 0 0 25px 4px rgba(217, 223, 231, 0.4)
}

.fa-template .f-mask {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: opacity .3s
}

.fa-template .f-fill {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	display: inline-block;
	width: 100%;
	padding-top: .293rem;
	text-align: center
}

.fa-template .qrWrap {
	width: .575rem;
	height: .575rem;
	border-radius: 3px;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: opacity .3s;
	padding: .032rem;
	margin: 0 auto;
	background-color: #fff
}

.fa-template .f-qr {
	display: inline-block;
	width: 100%;
	height: 100%
}

.fa-template .f-action {
	display: inline-block;
	width: .566rem;
	margin-top: .078rem;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: pointer;
	transition: opacity .3s
}

.fa-template .f-wrapper {
	transition: transform .3s ease, box-shadow .3s ease
}

.fa-template .f-wrapper:hover {
	transform: translate3d(0, -10px, 0)
}

.fa-template .f-wrapper:hover .f-mask {
	opacity: .5;
	filter: alpha(opacity=50)
}

.fa-template .f-wrapper:hover .f-action {
	opacity: 1;
	filter: alpha(opacity=100)
}

.fa-template .f-wrapper:hover .qrWrap {
	opacity: 1;
	filter: alpha(opacity=100)
}

.fa-marketing {
	padding-top: .312rem;
	padding-bottom: .43rem;
	text-align: center
}

.fa-marketing .text-summary {
	color: #777;
	margin-top: .078rem
}

.fa-marketing .fa-marketing-select {
	margin-top: .176rem
}

.fa-marketing .select-item {
	width: .469rem
}

.fa-marketing .f-marketingWrap-pc {
	padding-top: .195rem
}

.fa-marketing .f-marketing {
	display: none
}

.fa-marketing .f-marketing#fission {
	display: block
}

.fa-marketing .marketing-item {
	width: 1.065rem;
	padding-bottom: .217rem;
	display: inline-block;
	box-shadow: 0 0 25px 4px rgba(217, 223, 231, 0.4);
	margin: 0 .086rem;
	vertical-align: middle;
	transition: box-shadow .3s ease
}

.fa-marketing .marketing-item:hover {
	box-shadow: 0 0 15px 2px rgba(217, 223, 231, 0.8)
}

.fa-marketing .market-title {
	font-size: .078rem;
	font-family: "微软雅黑";
	font-weight: bold;
	color: #333;
	margin-top: .195rem
}

.fa-marketing .market-img {
	margin: 0 auto;
	margin-top: .207rem;
	width: .532rem
}

.fa-marketing .market-content {
	margin: 0 auto;
	margin-top: .217rem;
	line-height: .114rem;
	font-size: .059rem;
	font-family: "微软雅黑";
	color: #333;
	text-align: center;
	width: .66rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}

@media(max-width:1200px) {
	.fa-strongTool .f-content {
		padding: 0 .1rem
	}
	.strongTool-item {
		min-width: 187px
	}
	.fa-strongTool .strongTool-content .content-description {
		font-size: .03rem
	}
	.fa-strongTool .bg-img {
		width: auto
	}
	.fa-strongTool .strongTool-content .strongTool-img .f-img {
		width: auto
	}
}

@media(max-width:1024px) {
	.fa-template .f-template-applets {
		margin-left: .65rem;
		margin-right: .65rem
	}
	.fa-template .f-template-applets .f-wrapper {
		width: 80%
	}
	.fa-template .f-template-pcMall {
		margin-left: .65rem;
		margin-right: .65rem
	}
	.fa-template .f-template-pcMall .f-wrapper {
		width: 1.685rem
	}
}

@media(max-width:960px) {
	.fa-select .select-item {
		width: .635rem;
		height: .156rem;
		line-height: .156rem
	}
	.fa-marketing .market-content {
		line-height: normal
	}
}

@media(max-width:768px) {
	.fa-mobi {
		display: block
	}
	.f-btn>a {
		width: .999rem;
		height: .3rem;
		line-height: .3rem;
		font-size: .15rem
	}
	.text-title {
		font-size: .35rem
	}
	.text-summary {
		font-size: .2rem
	}
	.f-section .banner-text {
		font-size: .117rem
	}
	.fa-select {
		height: .45rem
	}
	.fa-select .select-item {
		font-size: .2rem;
		height: .45rem;
		width: 1.7rem;
		line-height: .45rem
	}
	.fk-numberBar .f-numberList {
		width: 100%
	}
	.fk-numberBar .f-numberItem {
		width: 20%
	}
	.fk-numberBar .f-num {
		font-size: .293rem
	}
	.fk-numberBar .f-char {
		font-size: .146rem
	}
	.fk-numberBar .f-numberDesc {
		font-size: .146rem
	}
	.fa-strongTool {
		overflow: hidden
	}
	.fa-strongTool .row .text-title {
		font-size: .35rem;
		padding-bottom: .5rem
	}
	.fa-strongTool .f-content {
		margin: 0;
		padding: 0
	}
	.fa-strongTool .strongTool-content .content-title {
		font-size: .156rem
	}
	.fa-strongTool .strongTool-content .content-description {
		font-size: .137rem
	}
	.fa-template {
		overflow: hidden;
		padding-top: .491rem
	}
	.fa-template .text-summary {
		margin-top: .2rem
	}
	.fa-template .fa-template-select {
		margin-top: .399rem
	}
	.fa-template .f-more {
		font-size: .2rem;
		margin-top: 1.109rem
	}
	.fa-template .fa-template-wrap {
		margin-top: .5rem
	}
	.fa-template #f-appletsTemplate {
		position: relative
	}
	.fa-template #f-mallTemplate .content-wrapper {
		height: 4.395rem;
		position: absolute;
		top: .43rem;
		left: .088rem
	}
	.fa-template #f-pcMallTemplate .content-wrapper {
		height: 1.908rem;
		width: 3.32rem;
		position: absolute;
		top: .127rem;
		left: 0;
		overflow: hidden
	}
	.fa-dataManage {
		padding-top: .491rem
	}
	.fa-dataManage .text-summary {
		margin-top: .2rem
	}
	.fa-strongTool .text-summary {
		color: #777;
		margin-top: .078rem;
		margin-bottom: .078rem
	}
	.fa-distributionMode {
		padding-top: .491rem;
		padding-bottom: .4rem
	}
	.fa-distributionMode .text-summary {
		margin-top: .2rem
	}
	.fa-distributionMode .fa-distributionMode-btn {
		margin-top: .4rem
	}
	.fa-distributionMode .fa-distributionMode-btn>a {
		width: 2.05rem;
		height: .6rem;
		line-height: .6rem;
		font-size: .3rem;
		border-radius: 1.21rem
	}
	.fa-marketing {
		overflow: hidden;
		padding: .491rem .22rem
	}
	.fa-marketing .fa-marketing-select {
		margin-top: .399rem
	}
	.fa-marketing .select-item {
		width: 1.7rem
	}
	.fa-marketing .f-marketingWrap-mobi {
		margin-top: .5rem
	}
	.fa-marketing .marketing-item {
		height: auto;
		margin: 0
	}
	.fa-marketing .market-title {
		font-size: .4rem;
		margin-top: .5rem
	}
	.fa-marketing .market-img {
		margin-top: .53rem;
		width: 1.35rem
	}
	.fa-marketing .market-content {
		font-size: .23rem;
		width: 2.65rem;
		margin: .55rem auto;
		line-height: 150%
	}
}

.swiper-wrapper {
	height: min-content
}

.fa-blogList {
	padding-top: .295rem;
	padding-bottom: .1rem
}

.fa-blogList .blogList-wrap {
	display: block;
	text-align: center
}

.fa-blogList .blogList-left,
.fa-blogList .blogList-right {
	width: 2.286rem;
	padding-bottom: .217rem;
	padding-top: .1rem;
	display: inline-block;
	margin: 0 .086rem;
	vertical-align: middle
}

.fa-blogList .blogList-item {
	background: rgba(255, 255, 255, 1);
	border-radius: 4px;
	text-align: left;
	margin-top: .15rem;
	box-shadow: 0 0 25px 4px rgba(217, 223, 231, 0.4)
}

.fa-blogList .blogList-item:hover {
	box-shadow: 0 0 15px 2px rgba(217, 223, 231, 0.8)
}

.fa-blogList .blogList-img {
	display: inline-block;
	height: .2rem;
	width: .2rem;
	margin: .137rem .128rem
}

.fa-blogList .blogList-img0,
.fa-blogList .blogList-img4 {
	background: url(../img/shangcheng/blogImg2.png) no-repeat
}

.fa-blogList .blogList-img2,
.fa-blogList .blogList-img3 {
	background: url(../img/shangcheng/blogImg1.png) no-repeat
}

.fa-blogList .blogList-img1,
.fa-blogList .blogList-img5 {
	background: url(../img/shangcheng/blogImg3.png) no-repeat
}

.fa-blogList .blogList-content {
	display: inline-block;
	width: 1.7rem;
	vertical-align: top
}

.fa-blogList .blogList-title,
.fa-blogList .blogList-summary {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.fa-blogList .blogList-summary {
	font-size: .05rem;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: rgba(102, 102, 102, 1);
	padding-top: .03rem;
	cursor: default
}

.fa-blogList .blogList-title {
	padding-top: .122rem
}

.fa-blogList .blogList-title-a {
	font-size: .075rem;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: rgba(51, 51, 51, 1)
}

.fa-blogList .blogList-title-a:link {
	text-decoration: none
}

.fa-blogList .blogList-title-a:active {
	text-decoration: blink
}

.fa-blogList .blogList-title-a:hover {
	text-decoration: underline
}

.fa-blogList .blogList-title-a:visited {
	text-decoration: none
}

.fa-blogList-a {
	color: #333;
	text-decoration: none
}

.fa-blogList-a:hover {
	color: #333;
	text-decoration: none
}

.fa-blogList-a:visited {
	color: #333;
	text-decoration: none
}

.fa-blogList-a:link {
	color: #333;
	text-decoration: none
}

.fa-caseList {
	padding-top: .25rem;
	padding-bottom: .1rem;
	background: rgba(248, 248, 248, 1);
	height: 3.75rem
}

.fa-caseList .case-wrap {
	width: 5rem;
	margin: 0 auto 10px;
	display: block;
	text-align: center
}

.fa-caseList .case-container {
	zoom: 1;
	margin-left: -10px;
	margin-right: 10px;
	margin-top: .285rem
}

.fa-caseList .img-container {
	width: 1.34rem;
	height: 1.182rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0 0 .25rem .25rem
}

.fa-caseList .bg-img {
	width: 100%;
	height: .631rem;
	background-size: cover;
	background-position: 50%
}

.fa-caseList .card {
	position: absolute;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	top: .631rem;
	background-color: #fff;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	transition: all .2s linear
}

.fa-caseList .card-wrap {
	position: relative;
	width: 100%;
	height: 100%
}

.fa-caseList .bg-logo {
	width: .473rem;
	height: .213rem;
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	right: 0;
	top: .16rem
}

.fa-caseList .logoPic {
	width: 100%
}

.fa-caseList .desc {
	position: absolute;
	font-size: .07rem;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: rgba(65, 65, 65, 1);
	left: .1rem;
	top: .16rem
}

.fa-caseList .detail {
	position: absolute;
	font-size: .055rem;
	color: #666;
	text-align: justify;
	left: .1rem;
	top: .31rem
}

.fa-caseList .introduction {
	position: absolute;
	font-size: .055rem;
	color: #666;
	text-align: justify;
	margin-left: .11rem;
	margin-right: .11rem;
	top: .6rem
}

.fa-caseList .titlePic {
	width: 100%;
	height: .631rem
}

.fk_func_list {
	max-width: 1140px;
	margin: 0 auto;
	height: 718px;
	position: relative;
	top: -50px;
	height: auto
}

.fk_func_item_wrap:nth-child(4n+1) {
	margin-left: 0
}

.fk_func_item_wrap {
	width: 0;
	height: 0;
	margin: 135px 146px;
	display: inline-block;
	position: relative
}

.fk_func_item_icon {
	width: 150px;
	height: 150px;
	background: rgba(247, 249, 251, 1);
	border-radius: 75px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -75px;
	margin-top: -75px;
	font-size: 0
}

.fk_func_item_name {
	padding-top: 21px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(101, 101, 101, 1);
	line-height: 1
}

.fk_func_item {
	text-align: center;
	line-height: 1;
	width: 240px;
	height: 305px;
	overflow: hidden;
	position: absolute;
	cursor: pointer;
	display: block
}

.fk_func_item:hover,
.fk_func_item:active,
.fk_func_item:focus,
.fk_func_item:visited {
	text-decoration: none;
	color: inherit
}

.fk_func_item,
.fk_func_item * {
	transition: all .3s
}

.fk_func_item_top {
	width: 240px;
	height: 143px;
	position: relative;
	margin-top: 7px
}

.fk_func_item_bottom {
	height: 162px
}

.fk_func_item_bottom_desc {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(153, 153, 153, 1);
	padding-top: 13px;
	opacity: 0
}

.fk_func_item_bottom_button {
	width: 64px;
	height: 15px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(253, 113, 75, 1);
	width: 120px;
	height: 40px;
	border: 1px solid rgba(253, 113, 75, 1);
	border-radius: 20px;
	margin: 0 auto;
	margin-top: 25px;
	background-color: #fff;
	line-height: 40px;
	box-sizing: border-box;
	opacity: 0;
	display: block;
	text-decoration: none
}

.fk_footer_banner_button,
.fk_footer_banner_button:active,
.fk_footer_banner_button:focus,
.fk_footer_banner_button:hover {
	text-decoration: none;
	color: #fff
}

.fk_func_item_bottom_button,
.fk_func_item_bottom_button:active,
.fk_func_item_bottom_button:focus,
.fk_func_item_bottom_button:hover {
	text-decoration: none;
	color: rgba(253, 113, 75, 1);
	background: #fff
}

.fk_func_item:hover .fk_func_item_icon {
	width: 100%;
	height: 100%;
	line-height: 143px;
	left: 0;
	top: 0;
	margin: 0;
	border-radius: 0
}

.fk_func_item:hover .fk_func_item_bottom_desc {
	opacity: 1
}

.fk_func_item:hover .fk_func_item_bottom_button {
	opacity: 1
}

.fk_func_item:hover .fk_func_item_name {
	padding-top: 25px
}

.fk_func_item:hover {
	background: rgba(255, 255, 255, 1);
	box-shadow: 0 2px 28px 1px rgba(218, 218, 218, 0.63);
	border-radius: 30px;
	transform: translateY(-60px)
}

.fk_func_item:hover .fk_func_item_top {
	margin-top: 0
}

.fk_one2Three_content {
	width: 1200px;
	margin: 0 auto;
	height: 515px;
	position: relative;
	line-height: 1； margin-top:103px
}

.fk_one2Three_content_side {
	position: absolute;
	left: 0;
	top: 0;
	width: 420px;
	height: 100%;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0 4px 24px 0 rgba(33, 32, 30, 0.1);
	border-radius: 10px;
	z-index: 3
}

.fk_one2Three_content_side_top {
	width: 172px;
	height: 57px;
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	line-height: 32px;
	width: 420px;
	height: 119px;
	background: linear-gradient(90deg, rgba(254, 113, 75, 1) 0, rgba(254, 142, 75, 1) 100%);
	border-radius: 10px 10px 0 0;
	box-sizing: border-box;
	padding-left: 34px;
	padding-top: 31px;
	color: #fff;
	background: url(../img/shangcheng/material.png) no-repeat 0 -350px
}

.fk_one2Three_content_side_bottom {
	width: 420px;
	height: 396px;
	background: rgba(255, 255, 255, 1);
	border-radius: 10px;
	padding: 16px 0;
	padding-top: 10px;
	padding-bottom: 13px
}

.fk_one2Three_content_side_bottom_item {
	display: block;
	width: 420px;
	height: 121px;
	padding-left: 77px;
	padding-right: 36px;
	overflow: hidden;
	margin-top: 5px
}

.fk_one2Three_content_side_bottom_item:first-child {
	margin-top: 0
}

.fk_one2Three_content_side_bottom_item:hover,
.fk_one2Three_content_side_bottom_item:active,
.fk_one2Three_content_side_bottom_item:visited,
.fk_one2Three_content_side_bottom_item:focus {
	text-decoration: none;
	color: inherit
}

.fk_one2Three_content_side_bottom_item_top {
	margin-top: 16px;
	vertical-align: middle;
	line-height: 34px;
	position: relative
}

.fk_one2Three_content_side_bottom_item_top_icon {
	width: 22px;
	height: 22px;
	background: rgba(252, 111, 80, 1);
	position: absolute;
	left: -44px;
	top: 8px;
	background: url(../img/shangcheng/material.png) no-repeat -461px -355px
}

.fk_one2Three_content_side_bottom_item_top_icon[data-icon="mobi"] {
	background-position: -463px -400px
}

.fk_one2Three_content_side_bottom_item_top_icon[data-icon="pc"] {
	background-position: -460px -446px
}

.fk_one2Three_content_side_bottom_item[data-active="true"] .fk_one2Three_content_side_bottom_item_top_icon {
	background-position: -511px -355px
}

.fk_one2Three_content_side_bottom_item[data-active="true"] .fk_one2Three_content_side_bottom_item_top_icon[data-icon="mobi"] {
	background-position: -513px -400px
}

.fk_one2Three_content_side_bottom_item[data-active="true"] .fk_one2Three_content_side_bottom_item_top_icon[data-icon="pc"] {
	background-position: -510px -446px
}

.fk_one2Three_content_side_bottom_item_top_button:active,
.fk_one2Three_content_side_bottom_item_top_button,
.fk_one2Three_content_side_bottom_item_top_button:focus,
.fk_one2Three_content_side_bottom_item_top_button:visited {
	width: 55px;
	height: 12px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	width: 90px;
	height: 34px;
	color: rgba(252, 111, 80, 1);
	border-radius: 16px;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	opacity: 0;
	cursor: pointer;
	text-decoration: none;
	box-sizing: border-box;
	border: solid 1px rgba(252, 111, 80, 1);
	border-radius: 17px
}

.fk_one2Three_content_side_bottom_item_top_button:hover {
	text-decoration: none
}

.fk_one2Three_content_side_bottom_item_bottom {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(153, 153, 153, 1);
	line-height: normal
}

.fk_one2Three_content_side_bottom_item_top_name {
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	padding-bottom: 10px
}

.fk_one2Three_content_side_bottom_item,
.fk_one2Three_content_side_bottom_item * {
	transition: opacity .3s .15s
}

.fk_one2Three_content_side_bottom_item[data-active="true"] {
	background: linear-gradient(90deg, rgba(255, 241, 237, 1) 0, rgba(255, 243, 240, 1) 100%)
}

.fk_one2Three_content_side_bottom_item[data-active="true"] .fk_one2Three_content_side_bottom_item_top_button {
	opacity: 1
}

.fk_one2Three_content_side_bottom_item[data-active="true"] .fk_one2Three_content_side_bottom_item_top_name {
	color: #fe714b
}

.fk_footer_banner {
	height: 150px;
	line-height: 1;
	text-align: center;
	position: relative;
	overflow: hidden
}

.fk_footer_banner_img {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -75px;
	margin-left: -960px;
	background: url(../img/shangcheng/material.png) no-repeat 0 -1104px;
	width: 1920px;
	height: 150px
}

.fk_footer_banner_text {
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	padding-top: 33px;
	padding-bottom: 16px
}

.fk_footer_banner_button {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	width: 140px;
	height: 44px;
	box-sizing: border-box;
	line-height: 44px;
	border: 1px solid rgba(238, 238, 238, 1);
	border-radius: 22px;
	margin: 0 auto;
	display: block
}

.fk_blog_wrap {
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 71px
}

.fk_blog_list {
	width: 1600px;
	text-align: center;
	margin-left: -200px
}

.fk_blog_item {
	display: inline-block;
	margin: 0 62px;
	text-align: left;
	padding-bottom: 58px;
	vertical-align: top
}

.fk_blog_item_left {
	text-align: right;
	display: inline-block;
	vertical-align: top;
	padding-right: 26px
}

.fk_blog_item_right {
	display: inline-block;
	width: 448px;
	vertical-align: top
}

.fk_blog_item_left_top {
	display: inline-block
}

.fk_blog_item_left_bottom {
	display: inline-block
}

.fk_blog_item_left_top,
.fk_blog_item_right_top {
	font-size: 18px;
	font-family: Arial;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	display: inline-block;
	max-width: 448px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.fk_blog_item_right_top:hover {
	color: #fe724c
}

.fk_blog_item_left_bottom,
.fk_blog_item_right_bottom {
	padding-top: 21px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(153, 153, 153, 1);
	display: inline-block;
	line-height: 20px
}

.fk_blog_item_right_bottom {
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	max-height: 60px;
	width: 448px
}

.fk_blog_module {
	width: 1200px;
	margin: 0 auto
}

.fk_blog_module_wrap {
	width: 1300px;
	margin-left: -50px
}

.fk_blog_module_tab {
	overflow: hidden;
	width: 260px;
	border-bottom: solid #eceeef 1px;
	margin: 0 auto
}

.fk_blog_module_tab_item {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999;
	float: left;
	width: 50%;
	font-family: Microsoft YaHei;
	font-weight: 400;
	padding-bottom: 18px;
	position: relative;
	text-align: center;
	cursor: pointer
}

.fk_blog_module_tab_item::after {
	content: "";
	display: none;
	width: 30px;
	height: 3px;
	background: rgba(254, 113, 75, 1);
	border-radius: 2px;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -15px
}

.fk_blog_module_section {
	overflow: hidden
}

.fk_blog_module_section_list {
	width: 200%
}

.fk_blog_module_section_item {
	float: left;
	width: 1300px
}

.fk_blog_module_section .fk_blog_module_section_list {
	transition: all .3s
}

.fk_blog_module_section[data-tab="1"] .fk_blog_module_section_list {
	margin-left: -100%
}

.fk_blog_wrap {
	margin: 0 auto
}

.fk_blog_module_tab_item_active {
	color: rgba(254, 113, 75, 1)
}

.fk_blog_module_tab_item_active::after {
	display: block
}

.fk_func_item_icon {
	line-height: 150px;
	text-align: center
}

.fk_func_item_icon_img {
	background: url(../img/shangcheng/material.png) no-repeat -51px -51px;
	width: 60px;
	height: 48px;
	display: inline-block;
	vertical-align: middle
}

.fk_func_item_icon_img[data-icon="videoShop"] {
	background-position: -199px -51px;
	width: 63px;
	height: 55px
}

.fk_func_item_icon_img[data-icon="groupBuy"] {
	background-position: -349px -49px;
	width: 55px;
	height: 53px
}

.fk_func_item_icon_img[data-icon="member"] {
	background-position: -495px -51px;
	width: 60px;
	height: 52px
}

.fk_func_item_icon_img[data-icon="mulMct"] {
	background-position: -44px -195px;
	width: 61px;
	height: 55px
}

.fk_func_item_icon_img[data-icon="dist"] {
	background-position: -198px -198px;
	width: 54px;
	height: 54px
}

.fk_func_item_icon_img[data-icon="zeroShop"] {
	background-position: -345px -199px;
	width: 60px;
	height: 52px
}

.fk_func_item_icon_img[data-icon="more"] {
	background-position: -495px -195px;
	width: 60px;
	height: 60px
}

.fk_carousel {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	position: relative
}

.fk_carousel,
.fk_carousel * {
	transition: all .3s
}

.fk_carousel_content {
	width: 100%;
	height: inherit;
	overflow: hidden
}

.fk_carousel_list {
	width: 420%;
	height: inherit;
	overflow: hidden;
	position: relative;
	left: 0
}

.fk_carousel_item {
	float: left;
	width: 200px;
	height: 382px;
	margin-right: 50px;
	top: 0;
	position: relative
}

.fk_carousel_item_name {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	padding-top: 20px;
	font-size: 14px;
	line-height: 1;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(153, 153, 153, 1);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.fk_carousel_item_name a {
	text-decoration: none;
	color: inherit
}

.fk_carousel_arrow {
	width: 48px;
	height: 48px;
	background: rgba(248, 249, 251, 1);
	border-radius: 50%;
	position: absolute;
	left: -108px;
	top: 50%;
	margin-top: -12px;
	cursor: pointer;
	background: url(../img/shangcheng/material.png) no-repeat -570px -355px;
	transition: none
}

.fk_carousel_arrow_right {
	left: auto;
	right: -108px;
	background-position: -638px -355px
}

.fk_carousel_arrow:hover {
	background-position: -570px -423px
}

.fk_carousel_arrow_right:hover {
	background-position: -638px -423px
}

.fk_carousel[data-tab="1"] .fk_carousel_list {
	left: -1250px
}

.fk_carousel[data-tab="2"] .fk_carousel_list {
	left: -2500px
}

.fk_carousel[data-tab="3"] .fk_carousel_list {
	left: -3750px
}

.fk_carousel_item_mallApp {
	width: inherit;
	height: inherit;
	position: relative;
	border-radius: 16px;
	overflow: hidden
}

.fk_carousel_item_mallApp_v1 {
	border: solid #e3e3e3 1px
}

.fk_carousel_item_mallApp_mask {
	width: inherit;
	height: inherit;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0;
	top: 0;
	display: none
}

.fk_carousel_item_mallApp_img {
	width: inherit;
	height: inherit
}

.fk_carousel_item_mallApp_qrCode {
	margin: 0 auto;
	margin-top: 54px;
	width: 146px;
	height: 146px;
	box-sizing: border-box;
	border-radius: 3px;
	background: url(../img/shangcheng/loading_2b.gif) #fff no-repeat center center;
	overflow: hidden;
	margin-bottom: 25px
}

.fk_carousel_item_mallApp_btn {
	margin: 0 auto;
	margin-bottom: 10px;
	width: 146px;
	height: 34px;
	background: #f73;
	border-radius: 17px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	display: block;
	line-height: 34px
}

.fk_carousel_item_mallApp_btn:visited,
.fk_carousel_item_mallApp_btn:hover,
.fk_carousel_item_mallApp_btn:active,
.fk_carousel_item_mallApp_btn:focus {
	text-decoration: none;
	color: #fff
}

.fk_carousel_item_mallApp_btn_preview {
	margin: 0 auto;
	width: 146px;
	height: 34px;
	background: #fff;
	border-radius: 17px;
	font-size: 14px;
	color: #f73;
	text-decoration: none
}

.fk_carousel_item_mallApp_btn_preview:visited,
.fk_carousel_item_mallApp_btn_preview:hover,
.fk_carousel_item_mallApp_btn_preview:active,
.fk_carousel_item_mallApp_btn_preview:focus {
	text-decoration: none;
	color: #f73
}

.fk_carousel_item_mallApp_qrCode_img {
	width: 100%;
	height: 100%;
	background-size: 100% 100%
}

.fk_carousel_item_mallApp:hover .fk_carousel_item_mallApp_mask {
	display: block
}

.fk_carousel_item {
	transition: all .3s
}

.fk_carousel_item:hover {
	top: -10px
}

.fk_carousel_item:hover .fk_carousel_item_name {
	color: #333
}

.fk_carousel_item_mobi:hover .fk_carousel_item_mallApp_mask {
	border-radius: 0 0 16px 16px
}

.fk_carousel_item_mobi .fk_carousel_item_mallApp_img {
	border-radius: 0 0 16px 16px
}


.fa-select .select-item {
	width: 130px;
	color: #999
}

.fa-select {
	background: transparent;
	border-bottom: solid #eceeef 1px;
	box-shadow: none;
	position: relative
}

.fa-select .selectAct,
.fa-select .select-item:hover {
	background: transparent;
	color: #fe714b
}

.fa-select .selectAct:after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 100%;
	width: 30px;
	height: 3px;
	background: rgba(254, 113, 75, 1);
	border-radius: 2px;
	margin-left: -15px;
	margin-bottom: 3px;
	transform: translateY(-3px)
}

.fk_platform_carousel {
	margin: 0 auto;
	width: 1260px
}

.fk_platform_carousel_item {
	width: 1260px;
	display: none
}

.fk_platform_carousel_list {
	width: 100%
}

.fk_platform_carousel[data-tab="0"] .fk_platform_carousel_item[data-index="0"] {
	display: block
}

.fk_platform_carousel[data-tab="1"] .fk_platform_carousel_item[data-index="1"] {
	display: block
}

.fk_platform_carousel[data-tab="2"] .fk_platform_carousel_item[data-index="2"] {
	display: block
}

.fk_carousel_pc {
	width: 1260px
}

.fk_carousel_pc .fk_carousel_block {
	width: 1260px;
	float: left
}

.fk_carousel_pc .fk_carousel_list {
	width: 5056px;
	overflow: hidden;
	margin-top: -20px
}

.fk_carousel_pc .fk_carousel_item {
	width: 356px;
	height: auto;
	border-radius: 15px
}

.fk_carousel_pc .fk_carousel_item_top {
	width: 356px;
	height: 229px;
	box-sizing: border-box;
	padding-top: 15px;
	border-radius: 0;
	background: #fff url(../img/shangcheng/site.svg) no-repeat;
	overflow: hidden;
	border-radius: 15px
}

.fk_one2Three_content {
	margin-top: 103px
}

.fk_one2Three_content_main {
	box-sizing: border-box
}

.fk_one2Three_content_main_list {
	position: absolute;
	width: 1060px;
	height: 515px;
	opacity: .8;
	left: 0;
	top: 0;
	left: 261px;
	padding-left: 160px;
	box-sizing: border-box;
	background: url(../img/shangcheng/material.png) no-repeat 0 -529px
}

.fk_one2Three_content_main_item {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	opacity: 0;
	transition: opacity .3s
}

.fk_one2Three[data-tab="0"] .fk_one2Three_content_main_item[data-index="0"] {
	opacity: 1
}

.fk_one2Three[data-tab="1"] .fk_one2Three_content_main_item[data-index="1"] {
	opacity: 1
}

.fk_one2Three[data-tab="2"] .fk_one2Three_content_main_item[data-index="2"] {
	opacity: 1
}

.fk_one2Three_content_main_item_animBox {
	width: 1000px;
	height: 700px;
	margin-top: -95px;
	display: block
}

.fk_carousel_pc .fk_carousel_item {
	line-height: 1;
	width: 356px;
	border-radius: 0;
	margin-bottom: 38px;
	height: 290px;
	overflow: hidden;
	margin: 19px 32px;
	cursor: pointer
}

.fk_carousel_pc .fk_carousel_item_bottom {
	padding-top: 20px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(153, 153, 153, 1);
	position: relative
}

.fk_carousel_item_bottom_name a {
	text-decoration: none;
	color: inherit;
	font-size: 14px
}

.fk_carousel_item_top_imgWrap {
	width: 100%;
	height: 100%;
	box-sizing: border-box
}

.fk_carousel_item_bottom_optArea {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 60px;
	background: rgba(255, 255, 255, 1);
	text-align: center;
	box-sizing: border-box;
	padding-top: 12px;
	font-size: 0;
	display: none
}

.fk_carousel_item_bottom_optArea_button:first-child {
	margin-left: 0
}

.fk_carousel_item_bottom_optArea_button {
	display: inline-block;
	height: 34px;
	text-align: center;
	line-height: 34px;
	background: #fd6040;
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	border-radius: 17px;
	width: 116px;
	margin-left: 24px;
	font-size: 14px
}

.fk_carousel_item_bottom_optArea_button:hover,
.fk_carousel_item_bottom_optArea_button:active,
.fk_carousel_item_bottom_optArea_button:visited,
.fk_carousel_item_bottom_optArea_button:focus,
.fk_carousel_item_bottom_optArea_button {
	text-decoration: none;
	color: #fff
}

.fk_carousel_item_bottom_optArea_preview:hover,
.fk_carousel_item_bottom_optArea_preview:active,
.fk_carousel_item_bottom_optArea_preview:visited,
.fk_carousel_item_bottom_optArea_preview:focus,
.fk_carousel_item_bottom_optArea_preview {
	background: #2f82ff
}

.fk_carousel_pc .fk_carousel_item:hover {
	transform: translateY(-10px);
	box-shadow: 0 2px 16px 0 rgba(91, 91, 91, 0.15);
	border-radius: 0 0 15px 15px;
	border-radius: 15px 15px 0 0
}

.fk_carousel_pc .fk_carousel_item:hover .fk_carousel_item_bottom_optArea {
	display: block
}

.fk_carousel_pc .fk_carousel_item:hover .fk_carousel_item_top {
	border-radius: 15px 15px 0 0
}

.fk_index_title {
	text-align: center;
	font-size: 28px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	line-height: 42px
}

.fa_case {
	padding-top: -61px
}

.fa_case_carousel {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	height: 464px
}

.fa_case_carousel,
.fa_case_carousel * {
	transition: margin .3s
}

.fa_case_carousel_wrap {
	width: 1252px;
	margin-left: -26px;
	overflow: hidden;
	padding-top: 50px
}

.fa_case_carousel_item {
	width: 261px;
	height: 340px;
	margin-right: 52px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0 10px 27px 3px rgba(175, 175, 175, 0.2);
	border-radius: 20px;
	float: left;
	margin: 0 26px
}

.fa_case_carousel_list {
	width: 200%;
	overflow: hidden;
	padding: 20px 0;
	padding-bottom: 40px
}

.fa_case_carousel[data-tab="0"] .fa_case_carousel_list {
	margin-left: 0
}

.fa_case_carousel[data-tab="1"] .fa_case_carousel_list {
	margin-left: -100%
}

.fa_case_carousel[data-tab="2"] .fa_case_carousel_list {
	margin-left: -200%
}

.fk_case_section_item {
	display: none
}

.fk_case_section[data-tab="0"] .fk_case_section_item[data-index="0"] {
	display: block
}

.fk_case_section[data-tab="1"] .fk_case_section_item[data-index="1"] {
	display: block
}

.fk_case_section[data-tab="2"] .fk_case_section_item[data-index="2"] {
	display: block
}

.fa_case_tab_wrap {
	text-align: center;
	padding-top: 30px
}

.fk_tab {
	display: inline-block;
	border-bottom: solid #eceeef 1px;
	font-size: 0
}

.fk_tab_item {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	width: 130px;
	padding: 18px 0;
	line-height: 1;
	color: #9a9a9a;
	text-align: center;
	display: inline-block;
	position: relative;
	cursor: pointer
}

.fk_tab_item:active,
.fk_tab_item:visited,
.fk_tab_item:focus,
.fk_tab_item:hover,
.fk_tab_item {
	text-decoration: none;
	color: inherit
}

.fk_tab_item[data-active="true"] {
	color: rgba(254, 114, 76, 1)
}

.fk_tab_item[data-active="true"]::after {
	width: 30px;
	height: 3px;
	background: rgba(254, 114, 76, 1);
	border-radius: 2px;
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -15px;
	display: none
}

.fa_case_carousel_item,
.fa_case_carousel_item * {
	transition: all .3s
}

.fa_case_carousel_item:hover {
	top: -10px
}

.fa_case_carousel_item:hover .fa_case_carousel_item_info_img {
	opacity: 0
}

.fa_case_carousel_item:hover .fa_case_carousel_item_bg {
	display: block
}

.fa_case_carousel_item {
	position: relative;
	overflow: hidden;
	top: 0
}

.fa_case_carousel_item_bg {
	position: absolute;
	left: 0;
	top: 0;
	height: 95%;
	width: 100%;
	display: none;
	overflow: hidden
}

.fa_case_carousel_item_bg_mask {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1.92) 54%);
	z-index: 99
}

.fa_case_carousel_item_info {
	padding: 0 20px;
	padding-top: 56px;
	position: relative;
	z-index: 10;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	cursor: pointer
}

.fa_case_carousel_item_info_img {
	width: 119px;
	height: 119px;
	border-radius: 50%;
	border: 1px solid #eee;
	margin: 0 auto;
	overflow: hidden
}

.fa_case_carousel_item_info_line {
	width: 24px;
	height: 3px;
	background: rgba(253, 106, 38, 1);
	border-radius: 2px;
	margin: 0 auto;
	margin-top: 36px
}

.fa_case_carousel_item_info_name {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(62, 62, 62, 1);
	padding-top: 43px;
	text-align: center
}

.fk_index_main {
	background: url(../img/shangcheng/index_bg.svg) no-repeat;
	background-position: center top;
	background-size: 1920px 4800px;
	max-width: 100%;
	overflow: hidden
}

.fa_case_button:hover,
.fa_case_button:active,
.fa_case_button:visited,
.fa_case_button:focus,
.fa_case_button {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(254, 113, 75, 1);
	width: 160px;
	height: 50px;
	border: 1px solid rgba(254, 113, 75, 1);
	border-radius: 25px;
	text-align: center;
	line-height: 50px;
	display: block;
	margin: 0 auto;
	text-decoration: none
}

.J_tab_component .fk_tab {
	position: relative
}

.J_tab_component .fk_tab::after {
	position: absolute;
	left: 0;
	content: '';
	display: block;
	width: 30px;
	height: 3px;
	background: rgba(254, 114, 76, 1);
	border-radius: 2px;
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 50px;
	transition: left .3s .1s
}

.J_tab_component[data-tab="1"] .fk_tab::after {
	left: 180px
}

.J_tab_component[data-tab="2"] .fk_tab::after {
	left: 310px
}

.fa_case_carousel_item_bg_mask_qrCode {
	width: 132px;
	height: 132px;
	margin: 0 auto;
	margin-top: 125px;
	background-size: 132px 132px
}

.fa_case_carousel_item_bg_mask_name {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(61, 61, 61, 1);
	padding-top: 30px;
	text-align: center;
	line-height: 1
}

.fa_case_carousel_item_bg_mask_button {
	width: 56px;
	height: 12px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	cursor: pointer;
	display: block;
	width: 100px;
	height: 34px;
	background: rgba(253, 113, 75, 1);
	box-shadow: 0 6px 5px 0 rgba(255, 87, 42, 0.2);
	border-radius: 17px;
	margin: 0 auto;
	text-align: center;
	line-height: 34px;
	color: #fff;
	position: absolute;
	bottom: 14px;
	left: 50%;
	margin-left: -50px
}

.fa_case_carousel_item_bg_mask_button,
.fa_case_carousel_item_bg_mask_button:active,
.fa_case_carousel_item_bg_mask_button:visited,
.fa_case_carousel_item_bg_mask_button:hover,
.fa_case_carousel_item_bg_mask_button:focus {
	text-decoration: none;
	color: #fff
}

.fk_platform_carousel .fk_carousel_list {
	padding-bottom: 72px;
	padding-top: 72px
}

.fk_carousel_item_mobi_content {
	position: relative;
	width: 100%;
	height: 100%;
	border: solid #e3e3e3 1px;
	border-radius: 16px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-top: 0;
	overflow: hidden;
	height: 354px;
	box-sizing: border-box
}

@media(max-width:1560px) {
	.fa_case_carousel {
		width: 876px
	}
	.fa_case_carousel_wrap {
		width: 924px
	}
	.fa_case_carousel_list {
		width: 300%
	}
	.fa_case_carousel_item {
		width: 260px;
		margin: 0 24px
	}
	.fk_platform_carousel {
		width: 936px
	}
	.fk_platform_carousel .fk_carousel {
		width: 936px
	}
	.fk_platform_carousel .fk_carousel_list {
		width: 520%
	}
	.fk_carousel_item {
		margin: 0 16px
	}
	.fk_platform_carousel_item {
		width: 928px
	}
	.fk_carousel_pc .fk_carousel_content {
		width: 840px;
		margin: 0 auto
	}
	.fk_carousel[data-tab="1"] .fk_carousel_list {
		left: -928px
	}
	.fk_carousel[data-tab="2"] .fk_carousel_list {
		left: -1856px
	}
	.fk_carousel[data-tab="3"] .fk_carousel_list {
		left: -2784px
	}
	.fk_carousel[data-tab="4"] .fk_carousel_list {
		left: -3712px
	}
	.fk_carousel_pc[data-tab="1"] .fk_carousel_list {
		left: -840px
	}
	.fk_carousel_pc[data-tab="2"] .fk_carousel_list {
		left: -1680px
	}
	.fk_carousel_pc[data-tab="3"] .fk_carousel_list {
		left: -2520px
	}
	.fk_carousel_pc[data-tab="4"] .fk_carousel_list {
		left: -3360px
	}
}

.fk_blog_item>a {
	display: block
}

.fa_case_carousel[data-status="start"] .fk_carousel_arrow:first-child,
.fk_carousel[data-status="start"] .fk_carousel_arrow:first-child,
.fa_case_carousel[data-status="start"] .fk_carousel_arrow:first-child:hover,
.fk_carousel[data-status="start"] .fk_carousel_arrow:first-child:hover {
	opacity: .5;
	background-position: -570px -355px;
	cursor: default
}

.fa_case_carousel[data-status="end"] .fk_carousel_arrow_right,
.fk_carousel[data-status="end"] .fk_carousel_arrow_right,
.fa_case_carousel[data-status="end"] .fk_carousel_arrow_right:hover,
.fk_carousel[data-status="end"] .fk_carousel_arrow_right:hover {
	opacity: .5;
	background-position: -638px -355px;
	cursor: default
}

.set_4_button2 {
	position: relative;
	font-weight: 400;
	text-align: center;
	width: auto;
	line-height: 50px;
	height: 50px;
	font-size: 21px;
	overflow: hidden;
	position: relative;
	z-index: 0;
	cursor: pointer;
	color: #fff;
	border-radius: 35px;
	border: solid #fff 1px;
	width: 220px;
	text-align: center
}

.set_4_button2.raised {
	-moz-transition: all .1s;
	-o-transition: all .1s;
	-webkit-transition: all .1s;
	transition: all .1s;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d
}

.f-index-btn {
	font-size: inherit;
	line-height: inherit;
	width: inherit;
	height: inherit;
	border: 0
}

.f-safe-btn {
	background-color: rgba(255, 255, 255, 1);
	color: rgba(27, 91, 255, 255)
}

.f-build-btn {
	color: #8a67fc;
	background: #fff;
	border: 0
}

.f-bdyh-btn {
	color: #5022dd;
	background: #fff;
	width: 181px;
	height: 55px;
	line-height: 55px;
	left: 0;
	top: 0;
	border: 0
}

.fk-banner-index .f-button-safe {
	width: 1200px;
	color: #fbe0e0;
	margin: 0 auto;
	position: relative;
	padding-top: 480px;
	padding-right: 25px;
	display: block
}

.f-banner-bdyh {
	display: block;
	height: 100%
}

.fk-banner-index .f-button-bdyh {
	width: 181px;
	color: #fbe0e0;
	margin: 0 auto;
	position: absolute;
	top: 430px;
	left: 50%;
	margin-left: -600px;
	display: block
}

.fk-banner-index .f-button-0826 {
	margin-left: 542px;
	position: relative;
	padding-top: 468px;
	display: block
}

.anim {
	-moz-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1
}

.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%
}

.hoverable .anim {
	-moz-animation: anim-out .75s;
	-webkit-animation: anim-out .75s;
	animation: anim-out .75s
}

.hoverable .anim:after {
	-moz-animation: anim-out-pseudo .75s;
	-webkit-animation: anim-out-pseudo .75s;
	animation: anim-out-pseudo .75s
}

.hoverable .anim,
.hoverable .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
	}
}

.fa_case_button_wrap {
	padding-top: 64px;
	margin-top: -157px;
	padding-bottom: 100px;
	position: relative;
	z-index: 10
}

.fk_btn_hover:hover {
	background-color: rgba(254, 113, 75, 1);
	color: #fff
}

.fa_case_button_wrap_v2 {
	margin-top: 0
}

.fk_carousel_pc[data-tab="1"] .fk_carousel_list {
	left: -1260px
}

.fk_carousel_pc[data-tab="2"] .fk_carousel_list {
	left: -2520px
}

.fk_carousel_pc[data-tab="3"] .fk_carousel_list {
	left: -3780px
}

.fk_carousel_pc .fk_carousel_arrow:first-child {
	left: -78px
}

.fk_carousel_pc .fk_carousel_arrow_right {
	right: -78px
}

.fk_func_item_top_vNode {
	height: 100%;
	width: 0;
	vertical-align: middle;
	display: inline-block
}

.fa_case_button.fa_case_button:hover {
	color: #fff
}

.fa_case_button_wrap.fk_index_main_button_wrap {
	position: static;
	padding-top: 281px;
	margin-top: -157px;
	padding-bottom: 100px
}

.fk_carousel_pc .fk_carousel_item:hover .fk_carousel_item_top_child {
	border-radius: 0
}

.fk_carousel_item_top_child {
	width: 100%;
	height: 100%;
	overflow: hidden;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border: solid 1px #e3e3e3;
	box-sizing: border-box;
	border-radius: 0 0 15px 15px
}

.fk_main_banner_button {
	width: 69px;
	font-size: 18px;
	font-family: OPPOSans;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	line-height: 25px;
	width: 201px;
	height: 60px;
	line-height: 60px;
	border: 1px solid rgba(255, 255, 255, 1);
	border-radius: 30px;
	position: absolute;
	left: 28.80208333333333%;
	top: 62.95180722891566%;
	text-align: center
}

.fk_banner_circle {
	position: absolute;
	left: 48.69791666666667%;
	top: 54.47761194029851%;
	border-radius: 50%;
	width: 6.71875%;
	animation: jump infinite alternate 1.5s;
	animation-timing-function: linear;
	background-position: 0 0;
	background: url(../img/shangcheng/circle2.png) no-repeat;
	background-size: 100% 100%
}

.fk_banner_circle_two {
	left: 54.94791666666667%;
	top: 18.2089552238806%;
	width: 5.625%;
	background-image: url(../img/shangcheng/circle3.png);
	animation-name: jumpTwo
}

.fk_banner_circle_three {
	left: 72.96875%;
	top: 9.85074626865672%;
	width: 5.625%;
	background-image: url(../img/shangcheng/circle4.png)
}

.fk_banner_circle_four {
	left: 74.53125%;
	top: 47.61194029850746%;
	width: 6.66666666666667%;
	background-image: url(../img/shangcheng/circle5.png);
	animation-name: jumpTwo
}

.fk_banner_circle_child {
	padding-top: 100%
}

@keyframes jump {
	0% {
		transform: translateY(8%)
	}
	100% {
		transform: translateY(0)
	}
}

.fa-blogList {
	padding-top: 0
}

@keyframes jumpTwo {
	0% {
		transform: translateY(5%)
	}
	100% {
		transform: translateY(0)
	}
}

.fa-blogList {
	padding-top: 0
}