﻿.wrap {
	font-family: PingFangSC-Regular, PingFang SC;
	margin-top: 0.56rem;
}
h2,
p {
	margin: 0;
	padding: 0;
}
.wrap dl {
	margin-bottom: 0;
}
.banner {
	height: 2.5rem;
	padding-top: 0.7rem;
	text-align: center;
}
.sales-banner {
	background: url(../images/sales-banner.png);
	background-size: 100%;
}
.sfa-banner {
	background: url(../images/sfa-banner.png);
	background-size: 100%;
}
.banner .banner_title {
	font-size: 0.2rem;
	font-weight: 400;
	color: #ffffff;
}
.banner .banner_subtitle {
	font-size: 0.12rem;
	font-weight: 400;
	color: #ffffff;
	margin-top: 0.1rem;
	margin-bottom: 0.18rem;
}
.banner_button a {
	width: 0.76rem;
	height: 0.26rem;
	display: inline-block;
	line-height: 0.26rem;
	background: linear-gradient(90deg, #0068dd 0%, #00aeee 100%);
	border-radius: 0.02rem;
	font-size: 0.12rem;
	font-weight: 400;
	color: #ffffff;
}
.banner_button a:last-child {
	width: 0.74rem;
	height: 0.25rem;
	line-height: 0.22rem;
	margin-left: 0.18rem;
	background: none;
	border: 0.01rem solid #ffffff;
}
.statistics {
	display: flex;
    justify-content: space-between;
	padding: .32rem;
    background: #fff;
}
.statistics-item {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.statistics-item p {
    font-size: .24rem;
    font-family: MicrosoftYaHeiUISemibold;
    color: #2386EE;
    line-height: .32rem;
}
.statistics-item span {
    font-size: .12rem;
    font-family: MicrosoftYaHeiUI;
    color: #212121;
    line-height: .16rem;
}
.process {
	background: #F4F8FB;
	padding: 0.4rem;
	text-align: center;
	position: relative;
}
.process_icon {
	display: flex;
	justify-content: space-between;
	padding-bottom: .44rem;
}
.process_icon2 {
	display: flex;
	justify-content: space-between;
}
.process_icon_item {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.process_right_flag {
	color: #D2D7DF;
    font-size: 0.24rem;
    margin-top: 0.06rem;
	margin-left: .1rem;
}
.process_left_flag {
	color: #D2D7DF;
    font-size: 0.24rem;
    margin-top: 0.06rem;
	margin-right: .1rem;
}
.process_bottom_flag {
	position: absolute;
    right: .51rem;
    top: 1.23rem;
	color: #D2D7DF;
    font-size: 0.24rem;
    transform: rotate(90deg);
}
.process_icon_item img {
	width: 0.48rem;
	height: 0.48rem;
	margin-bottom: 0.08rem;
}
.process_icon_item span {
	font-size: 0.12rem;
	font-family: MicrosoftYaHeiUI;
	font-weight: 400;
	color: #212121;
	line-height: 0.16rem;
}

.feature {
	background: #f4f8fb;
	padding: 0 0.16rem 0.32rem;
	text-align: center;
}

.feature_detail_card {
	width: 3.43rem;
	background: #ffffff;
	box-shadow: 0rem 0.08rem 0.19rem 0rem rgba(203, 207, 215, 0.5);
	border-radius: 0.02rem;
	text-align: left;
	padding: 0.24rem 0.16rem 0.24rem 0.16rem;
	margin-bottom: 0.16rem;
}
.feature_detail_card dl dt {
	font-size: 0.16rem;
	font-family: PingFangSC-Bold, PingFang SC;
	font-weight: bold;
	color: #212121;
	margin-bottom: 0.08rem;
}
.feature_detail_card dl dd {
	font-size: 0.11rem;
	font-weight: 400;
	color: #666666;
	line-height: 0.18rem;
}

.solution {
	background: #ffffff;
	padding: 0.32rem 0 0.16rem;
	text-align: center;
}
.solution_title {
	font-size: 0.2rem;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: bold;
	color: #212121;
	margin-bottom: 0.08rem;
}
.solution_tab {
	border-bottom: 0.01rem solid #e6e6e6;
}
.small_tab,
.micro_tab {
	display: inline-block;
	font-size: 0.14rem;
	font-weight: 400;
	color: #212121;
	padding: 0.12rem 0;
}
.micro_tab {
	margin-left: 0.44rem;
}
.activeTab {
	border-bottom: .02rem solid #2386ee;
	color: #2386ee;
}

.micro_content, .small_content {
	transition: 1s all;
}

.micro_content>p, .small_content>p {
	font-size: 0.11rem;
	font-weight: 400;
	color: #666666;
	margin: 0.09rem 0.24rem 0;
}
.micro_content_box {
	border-top: .02rem solid #29cdfe;
	margin: 0.24rem auto;
	width: 3.43rem;
	height: 2.27rem;
	background: #ffffff;
	box-shadow: 0 .08rem .19rem 0 rgba(203, 207, 215, 0.5);
}
.micro_content_box .box_header {
	display: flex;
	justify-content: center;
	padding-top: .39rem;
}
.box_header img {
	width: 0.6rem;
	height: 0.6rem;
	margin-right: .14rem;
}
.box_header > div {
	text-align: left;
}
.box_header h2 {
	font-size: 0.2rem;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: bold;
	color: #212121;
	line-height: .28rem
}
.box_header p, .box_header > div > div {
	font-size: 0.14rem;
	font-family: MicrosoftYaHeiUI;
	color: #666666;
	line-height: .2rem;
}
.box_header div span {
    font-size: .32rem;
    font-family: PingFangSC-Heavy, PingFang SC;
    font-weight: 800;
    color: #2386EE;
    line-height: .7rem;
}
.box_button {
	display: flex;
    justify-content: center;
    align-items: center;
}
.box_button a {
	display: inline-block;
	width: 1.48rem;
    height: .4rem;
	font-size: .14rem;
    background: #2386EE;
    border-radius: .02rem;
	color: #fff;
	line-height: .4rem;
}
.box_button a:last-child {
	border: .01rem solid #CCCCCC;
	color: #212121;
	background: none;
	margin-left: .16rem;
}

.small_content_box {
	border-top: .02rem solid #29cdfe;
	margin: 0.24rem auto;
	width: 3.43rem;
	height: 2.50rem;
	background: #ffffff;
	box-shadow: 0 .08rem .19rem 0 rgba(203, 207, 215, 0.5);
}
.small_content .box_header p {
	margin-top: 0.24rem;
}
.small_content_box .box_header {
	display: flex;
	justify-content: center;
	padding-top: .24rem;
}
.small_content_box .box_header {
	display: block;
}
.small_content_box .box_header img {
	width: 1.8rem;
	height: .42rem;
}
.small_content_box .box_header div {
	text-align: center;
}

