﻿.wrap {
	font-family: PingFangSC-Regular, PingFang SC;
	margin-top: 0.56rem;
}
h2,
p {
	margin: 0;
	padding: 0;
}
.wrap dl {
	margin-bottom: 0px;
}
.banner {
	height: 2.5rem;
	padding-top: 0.7rem;
	text-align: center;
	background: url(../images/tax-banner.png);
	background-size: 100%;
}
.credentials-banner {
	background: url(../images/credentials-banner.png);
	background-size: 100%;
}
.statement-banner {
	background: url(../images/statement-banner.png);
	background-size: 100%;
}
.fund-banner {
	background: url(../images/fund-banner.png);
	background-size: 100%;
}
.cashier-banner {
	background: url(../images/cashier-banner.png);
	background-size: 100%;
}
.costing-banner {
	background: url(../images/costing-banner.png);
	background-size: 100%;
}
.multianalysis-banner {
	background: url(../images/multianalysis-banner.png);
	background-size: 100%;
}
.wholesale-banner {
	background: url(../images/wholesale-banner.png);
	background-size: 100%;
}
.cashiering-banner {
	background: url(../images/cashiering-banner.png);
	background-size: 100%;
}
.member-banner {
	background: url(../images/member-banner.png);
	background-size: 100%;
}
.stock-banner {
	background: url(../images/stock-banner.png);
	background-size: 100%;
}
.analysis-banner {
	background: url(../images/analysis-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;
}

.feature {
	background: #f4f8fb;
	padding: 0.32rem 0.16rem;
	text-align: center;
}
.feature_title {
	font-size: 0.2rem;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: bold;
	color: #212121;
	margin-bottom: 0.24rem;
}
.feature_icon {
	display: flex;
	justify-content: space-between;
}
.feature_icon2 {
	display: flex;
	justify-content: space-around;
	margin-top: 0.24rem;
}
.feature_icon_item {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.feature_icon_item img {
	width: 0.32rem;
	height: 0.32rem;
	margin-bottom: 0.04rem;
}
.feature_icon_item span {
	font-size: 0.12rem;
	font-weight: 400;
	color: #212121;
	line-height: 0.17rem;
}

.feature_detail {
	margin-top: 0.49rem;
}
.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;
}
.menu-item {
	display: inline-block;
	margin-top: 8px;
	margin-right: .16rem;
}
.menu-item::before {
    content: '';
    display: inline-block;
    background: url(../images/check.png);
    width: .16rem;
    height: .16rem;
    margin-right: .06rem;
    vertical-align: text-top;
    background-size: cover;
}

.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: .01rem 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.56rem;
    height: 0.56rem;
	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;
}

