@charset "UTF-8";

html,
body {
	width: 100%;
	height: 100%;
}

body {
	background: #fff;
}

/**
 * font
 */
body,
button,
input,
select,
textarea {
	font-family: "PingHei", "PingFang SC", "Helvetica Neue", "Helvetica", "STHeitiSC-Light", "MicroSoft YaHei", "Arial", sans-serif;
}

ul,
li {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* link */
a {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color: #000;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0;
}

/* banner */
.swiper-container {
	width: 100%;
}

.swiper-slide {
	width: 100%;
}
/* 
.slide-banner{
	position: relative;
}
.slide-banner .href_btn a{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 1.5rem;
	text-align: center;
	line-height: 3.625rem;
	color: #FFF;
} */

.slide-banner .href_btn{
	width: 9.75rem;
	height: 3.625rem;
	background-color: transparent;
	border-radius: 1.8125rem;
	border: 0.125rem solid #FFF;
	position: absolute;
	bottom: 18.3%;
	left: 27.14%;
	box-sizing: border-box;
}


.swiper-container img {
	width: 100%;
}

.nav {
	width: 100%;
	padding: 1.5625rem 0;
	background-color: #FFF;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.nav img {
	width: 18rem;
}

.nav span{
	font-size: 0.875rem;
}

.banner-service {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 auto;
	box-sizing: border-box;
}


.banner-title {
	width: 100%;
	text-align: center;
	padding: 60px 0 40px 0;
	font-size: 1.625rem;
	color: #333;
	font-weight: bold;
}


.banner-service_details {
	width: 285px;
	height: 168px;
	border-radius: 8px;
	background-color: rgba(0, 0, 0, .2);
	margin: 10px 15px;
	overflow: hidden;
	cursor: pointer;
}

.banner-service_details .wrap {
	width: 100%;
	height: auto;
	-webkit-transform: translateY(0);
	-webkit-transition: all .3s;
}

.banner-service_details:hover .wrap {
	-webkit-transform: translateY(-168px);
}

.constructors {
	width: 100%;
	margin: 0 auto;
}

.constructors_title {
	width: 100%;
	text-align: center;
	padding: 60px 0;
	font-size: 1.625rem;
	font-weight: bold;
	color: #333;
}


.constructors-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.constructors_details {
	width: 285px;
	height: 320px;
	border-radius: 8px;
	margin: 15px 10px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	padding: 73px 0 59px 0;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	cursor: pointer;
	-webkit-transform: translateY(0);
	-webkit-transition: all .5s;
}

.constructors_details:hover {
	-webkit-transform: translateY(-10px);
}

.block_main {
	width: 46px;
	height: 45px;
}

.block_title {
	font-size: 1.125rem;
	color: #333;
	padding-top: 18px;
}

.contain {
	font-size: 0.875rem;
	color: #666;
}

.block_icons {
	padding: 35px 0 6px 0;
	display: flex;
	justify-content: space-between;
}

.block_icons.nums3 {
	width: 112px;
	padding-top: 56px;
}

.block_icons.nums2 {
	width: 68px;
}

.block_icons img {
	width: 24px;
	height: 24px;
}

.contain_explain {
	font-size: 0.875rem;
	color: #CCCCCC;
}

.prospect {
	width: 100%;
	height: 168px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: rgba(0, 0, 0, .2);
}

.back_1 {
	background: url(../images/service-bg-store.png) no-repeat;
	background-size: 100% 100%;
}

.back_2 {
	background: url(../images/service-bg-commodity.png) no-repeat;
	background-size: 100% 100%;
}

.back_3 {
	background: url(../images/service-bg-order.png) no-repeat;
	background-size: 100% 100%;
}

.back_4 {
	background: url(../images/service-bg-earnings.png) no-repeat;
	background-size: 100% 100%;
}

.back_5 {
	background: url(../images/service-bg-customer.png) no-repeat;
	background-size: 100% 100%;
}

.back_6 {
	background: url(../images/service-bg-orders.png) no-repeat;
	background-size: 100% 100%;
}

.back_7 {
	background: url(../images/service-bg-salls.png) no-repeat;
	background-size: 100% 100%;
}

.back_8 {
	background: url(../images/service-bg-statistics.png) no-repeat;
	background-size: 100% 100%;
}

.prospect .front_title {
	font-size: 1.3125rem;
	font-weight: 500;
	color: #FFF;
}

.prospect .line {
	width: 25px;
	height: 4px;
	margin-top: 9px;
	border-radius: 2px;
	background-color: #FFF;
}

.prospect img {
	display: block;
	width: 46px;
	height: 46px;
	margin: 28px auto 25px auto;
}

.backspect {
	width: 100%;
	height: 168px;
	background-color: rgba(64, 158, 255, 0.8);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #FFF;
	padding: 30px 46px;
	box-sizing: border-box;
}

.backspect>p {
	font-size: 1.3125rem;
	text-align: center;
}

.backspect .line {
	width: 25px;
	height: 4px;
	margin: 7px auto;
	border-radius: 2px;
	background-color: #FFF;
}

.store_contain {
	font-size: 1.125rem;
	color: #666;
	font-weight: normal;
	line-height: 30px;
}

.store_manage .wrap {
	width: 100%;
	display: flex;

	justify-content: center;
}

.store_manage .wrap img {
	width: auto;
	height: auto;
	max-width: 587px;
	max-height: 379px;
}

.unify_contain {
	max-width: 578px;
	text-align: center;
	color: #666666;
	font-size: 1.125rem;
	font-weight: normal;
	margin: 10px auto 0 auto;
}

.utify_contain {
	width: 100%;
	height: auto;
	max-width: 1263px;
	position: relative;
	margin: 0 auto;
}

.utify_center {
	width: 49%;
	display: block;
	margin: 0 auto;
}

.utify_left {
	width: 25%;
	position: absolute;
	top: 44px;
	left: 0;
}

.utify_right {
	width: 25%;
	position: absolute;
	top: 44px;
	right: 0;
}

.utify_center>img,
.utify_left>img,
.utify_right>img {
	width: 100%;
}

.store_unify {
	width: 100%;
}

.utify_texts {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: #FFF;
}

.utify_texts h5 {
	line-height: 20px;
}

.utify_texts h3 {
	line-height: 50px;
}

.utify_wx_store_text {
	width: 40%;
	display: inline-block;
	max-width: 622px;
}

.utify_wx_store_img {
	display: inline-block;
	width: 40%;
	max-width: 622px;
}

.utify_wx_store_img img {
	width: 100%;
}

.utify_wxstore {
	display: flex;
	justify-content: space-around;
	margin-top: 46px;
}

.utify_wx_store_text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.utify_wx_store_text p {
	display: block;
	width: 17.375rem;
}

.utify_wx_store_text p:nth-child(1) {
	font-size: 1.625rem;
	font-weight: bold;
	color: #333;
	padding: 24px 0;
	width: 100%;
}

.utify_wx_store_text p:nth-child(2) {
	font-size: 1.125rem;
	color: #666;
	width: 100%;
}

.profits .unify_contain {
	max-width: 35.9375rem;
}

.profits_contain {
	width: 1170px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.profits_contain .profits_center {
	width: 38.25rem;
	margin: 0 3.6875rem;
}

.profits_center img {
	width: 100%;
}

.profits_texts {
	width: 11.875rem;
}

.profits_texts p {
	font-size: 2rem;
	font-weight: bold;
	color: #333;
	text-align: center;
}

.customer_manage {
	padding-top: 5.125rem;
}

.customer_manage_contain {
	width: 1110px;
	margin: 0 auto;
}

.customer_manage_img {
	width: 1004px;
	margin: 0 auto;
}

.customer_manage_img img {
	width: 100%;
}

.customer_manage_texts {
	width: 100%;
	display: flex;
	margin-top: 18px;
}

.customer_manage_texts>div {
	width: 20%;
}

.customer_manage_texts>div p {
	text-align: center;
	font-size: 1rem;
	color: #999;
}

.order_contain {
	width: 1216px;
	display: flex;
	margin: 0 auto;
	margin-top: 68px;
}

.order_contain_left,
	{
	width: 692px;
}

.order_contain_right {
	width: 524px;
}

.order_contain_right {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.order_contain_left img {
	width: 692px;
}

.order_mode img {
	width: 524px;
}

.order_contain_right p {
	text-align: right;
}

.order_contain_right p:nth-child(1) {
	font-size: 1.625rem;
	color: #333333;
	font-weight: bold;
}

.order_contain_right p:nth-child(2) {
	font-size: 1.125rem;
	color: #666;
	padding: 1.25rem 0;
}

.data_driver_contain {
	width: 100%;
	background: url(../images/driver_bg.png) no-repeat;
	background-size: 100% 100%;
	background-position: center;
	margin-top: 6.25rem;
}

.data_driver_contain p:nth-child(1) {
	font-size: 1.75rem;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	padding: 2.625rem 0;
}

.data_driver_contain p:nth-child(2) {
	font-size: 1.125rem;
	color: #FFF;
	text-align: center;
}

.driver_wrap {
	width: 50rem;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	padding-top: 20px;
}

.driver_wrap>div {
	padding: 1rem 3rem;
	margin: 0 auto;
	cursor: pointer;
	-webkit-transform: translateY(0);
	-webkit-transition: all .5s;
}
.driver_wrap>div:hover {
	-webkit-transform: translateY(-0.625rem);
}

.driver_wrap>div>img {
	width: 5.375rem;
	height: 5.375rem;
}

.driver_wrap>div>p {
	font-size: 1.125rem;
	color: #FFF;
	text-align: center;
}

.multi_scenario {
	width: 100%;
}

.multi_scenario>p {
	font-size: 1.625rem;
	color: #333;
	font-weight: bold;
	text-align: center;
	padding: 43px 0 20px 0;
}

.multi_scenario .scenario_wrap {
	width: 100%;
	max-width: 75rem;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
}

.multi_scenario .scenario_wrap>div {
	width: 17.8125rem;
	margin: 0 auto;
	box-shadow: 0px 0px 0.625rem 0px rgba(0, 0, 0, 0.1);
	border-radius: 0.5rem;
	-webkit-transform: translateY(0);
	-webkit-transition: all .5s;
}

.multi_scenario .scenario_wrap>div:hover {
	-webkit-transform: translateY(-0.625rem);
}

.scenario_wrap>div>.scenario_banner {
	width: 100%;
	height: 10rem;
	overflow: hidden;
	border-radius: 0.5rem 0.5rem 0 0;
}

.scenario_wrap>div:hover {
	-webkit-transform: translateY(-0.625rem);
}

.scenario_wrap>div img{
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1);
	-webkit-transition: all .5s;
}

.scenario_wrap>div:hover img{
	-webkit-transform: scale(1.2);
}


.scenario_wrap>div>p{
	font-size: 1.125rem;
	color: #000;
	text-align: center;
	line-height: 3.75rem;
}

.scenario_explain{
	padding: 0 2.1875rem 1.25rem 2.1875rem;
	font-size: 0.875rem;
	color: #999;
}

.footer{
	width: 100%;
	background-color: #141622;
	padding: 2.875rem 0;
	margin-top: 2.6875rem;
}
.footer_content{
	text-align: center;
	font-size: 0.75rem;
	color: rgba(255,255,255,.4);
}

.footer_content p{
	line-height: 2.4375rem;
}

.code{
	width: 10rem;
	height: 10rem;
	display: block;
	margin: 2.6875rem auto 0 auto;
}

/**
 * 小于此分辨率
 */
@media screen and (max-width: 769px) {
	body {
		background-color: #FFF;
	}
	
	.swiper-banner .swiper-container img{
		width: 488px;
		height: 150px;
		display: inline;
		text-align: center;
	}
	
	.swiper-slide{
		display: flex;
		justify-content: center;
		overflow: hidden;
	}
	
	
/* 	.slide-banner .href_btn{
		width: 10%;
		height: 15%;
		font-size: 0.5rem !important;
		position: absolute;
		bottom: 18.3%;
		left: 27.14%;
	} */
	.banner-title{
		padding: 1.5625rem 0 1rem 0;
	}
	
	
	.banner-service,
	.constructors {
		justify-content: center;
	}

	.store_manage .wrap img {
		width: 160px;
		height: 103.3px;
		display: inline-block;
	}

	.utify_contain h3 {
		font-size: 1.6rem;
		line-height: 1.6rem;
	}

	.utify_contain h5 {
		font-size: 1rem;
		line-height: 1rem;
	}

	.profits {
		width: 100%;
	}

	.profits_contain {
		width: 100%;
	}

	.customer_manage_contain {
		width: 100%;
		margin: 0 auto;
	}

	.customer_manage_img {
		width: 80%;
		margin: 0 auto;
	}

	.order_contain {
		max-width: 100% !important;
		display: flex;
		flex-wrap: wrap;
		margin: 0 auto;
		margin-top: 48px;
	}

	.order_contain_left {
		width: 100%;
	}

	.order_contain_left img {
		width: 100% !important;
	}

	.order_contain_right {
		width: 100% !important;
	}

	.order_contain_right p {
		text-align: center;
	}

	.order_contain_right img {
		width: 100% !important;
	}

	.data_contain {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		margin: 0 auto;
		margin-top: 3.625rem;
	}

	.data_contain .data_contain_right {
		width: 100%;
	}

	.data_contain .data_contain_left {
		width: 100%;
	}

	.data_contain .data_contain_left p:nth-child(1) {
		font-size: 1.75rem;
		font-weight: bold;
		color: #333;
		text-align: center;
	}

	.data_contain .data_contain_left p:nth-child(2) {
		font-size: 1.125rem;
		color: #999;
		text-align: center;
	}

	.data_contain .data_contain_right img {
		width: 100%;
	}

	.data_driver_contain {
		width: 100%;
		background: url(../images/driver_bg.png) no-repeat;
		background-size: 100% 100%;
		background-position: center;
	}

	.driver_wrap {
		width: 100%;
	}
	.multi_scenario .scenario_wrap>div {
		
		margin: 1.25rem auto;
	}
	
	.footer_content p{
		display: flex;
		flex-direction: column;
	}

}

@media screen and (max-width: 1174px) {
	.store_manage .wrap {
		flex-wrap: wrap;
	}

	.profits_contain {
		max-width: 960px;
	}

}


@media screen and (min-width:769px) and (max-width:1050px) {

	.banner-service,
	.constructors {
		max-width: 800px;
		margin: 0 auto;
		justify-content: center;
	}

	.data_contain {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		margin: 0 auto;
	}

	.data_contain .data_contain_right {
		width: 566px;
	}

	.data_contain .data_contain_left {
		width: auto;
	}

	.data_contain .data_contain_left p:nth-child(1) {
		font-size: 1.75rem;
		font-weight: bold;
		color: #333;
		line-height: 3rem;
	}

	.data_contain .data_contain_left p:nth-child(2) {
		font-size: 1.125rem;
		color: #999;
	}

	.data_contain .data_contain_right img {
		width: 100%;
	}
}

/* utify_contain小于max-width时候 */
@media screen and (max-width: 1262px) {
	.utify_center {
		width: 49%;
		display: block;
		margin: 0 auto;
	}

	.utify_left {
		width: 25%;
		position: absolute;
		top: 20%;
		left: 0;
	}

	.utify_right {
		width: 25%;
		position: absolute;
		top: 20%;
		right: 0;
	}

	.order_contain {
		max-width: 800px;
		display: flex;
		margin: 0 auto;
		margin-top: 48px;
	}

	.order_contain_left,
		{
		width: 480px;
	}

	.order_contain_right {
		width: 320px;
	}

	.order_contain_left img {
		width: 480px;
	}

	.order_contain_right img {
		width: 320px;
	}
}

/* utify_contain小于max-width时候 */
@media screen and (min-width: 1263px) {
	.utify_center {
		width: 619px;
	}

	.utify_left {
		width: 372px;
	}

	.utify_right {
		width: 372px;
	}
}

@media screen and (min-width:1051px) and (max-width:1365px) {
	body {
		background: #FFF;
	}

	.swiper-container {
		min-width: 1000px;
	}

	.banner-service,
	.constructors {
		max-width: 800px;
		margin: 0 auto;
		justify-content: center;
	}

	.data_contain {
		width: 1051px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto;
	}

	.data_contain .data_contain_right {
		width: 566px;
	}

	.data_contain .data_contain_left {
		width: auto;
	}

	.data_contain .data_contain_left p:nth-child(1) {
		font-size: 1.75rem;
		font-weight: bold;
		color: #333;
		line-height: 3rem;
	}

	.data_contain .data_contain_left p:nth-child(2) {
		font-size: 1.125rem;
		color: #999;
	}

	.data_contain .data_contain_right img {
		width: 100%;
	}

}

/**
 *  大于此分辨率
 */
@media screen and (min-width:1366px) {
	body {
		background-color: #FFF;
	}

	.swiper-container {
		min-width: 1365px;
	}

	.banner-service {
		width: 1300px;
		justify-content: center;
	}

	.constructors {
		width: 1300px;
		margin: 0 auto;
	}

	.data_contain {
		width: 1051px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto;
	}

	.data_contain .data_contain_right {
		width: 566px;
	}

	.data_contain .data_contain_left {
		width: auto;
	}

	.data_contain .data_contain_left p:nth-child(1) {
		font-size: 1.75rem;
		font-weight: bold;
		color: #333;
		line-height: 3rem;
	}

	.data_contain .data_contain_left p:nth-child(2) {
		font-size: 1.125rem;
		color: #999;
	}

	.data_contain .data_contain_right img {
		width: 100%;
	}

}
