/* 侧导航 */
.side-nav-popup{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	right: -100%;
	z-index: 20;
}
.popup-bj-color{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.8);
	z-index: 1;
	opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
}
.side-nav-popup, .popup-bj-color,.side-view{
	transition: 0.3s ease all;
	-o-transition:0.3s ease all;
	-moz-transition: 0.3s ease all;
	-webkit-transition: 0.3s ease all;
}
.popup-bj-color-show{
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
}
.side-view{
	width: 4.37rem;
	height: 100%;
	background-color: #fff;
	position: absolute;
	right: -4.47rem;
	top: 0;
	z-index: 2;
}
.side-view-show{
	right:0;
}
.side-nav-list{
	margin-top: 0rem;
}
.side-nav-list a{
	display: block;
	font-size: 0;
	margin-bottom: 0.15rem;
}
.side-nav-list a > img{
	margin-left: 0.4rem;
}
.side-nav-list a > div{
	width: 2.4rem;
	display: inline-block;
	vertical-align: top;
	font-size: 0.27rem;
	color: #707070;
	padding-bottom: 0.04rem;
	padding-left: 0.1rem;
	margin-left: 0.2rem;
}
.side-nav-list a.avtive > div{
	color: #F94479;
	border-bottom: 0.02rem solid #F94479;
}
.popup-ewm{
	width: 1.86rem;
	height: 1.86rem;
	padding: 0.2rem;
	margin: 0 auto;
	box-shadow: 0 0 0.1rem -0.02rem #000;
	border-radius: 0.15rem;
	margin-top: 0.15rem;
	margin-bottom: 0.3rem;
}
.popup-bottom > p{
	font-size: 0.25rem;
	color: #707070;
	text-align: center;
	margin-bottom: 0.15rem;
}
.popup-bottom > div > p{
	font-size: 0.2rem;
	color: #707070;
	text-align: center;
	margin-bottom: 0.1rem;
}
.popup-bottom > div > h4{
	font-size: 0.36rem;
	color: #F94479;
	font-weight: normal;
	text-align: center;
}
/* 顶部导航栏 */
.header{
	width: 100%;
	height: 1rem;
	position: fixed;
	left: 0;
	top: 0;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	z-index: 10;
}
.header > div,.header > div:nth-child(1) a{
	height: 100%;
	display: flex;
	align-items: center;
}
.header > div:nth-child(1) img{
	width: 0.48rem;
	height: 0.48rem;
	margin-left: 0.3rem;
}
.header > div:nth-child(2){
	font-size: 0.4rem;
	color: #707070;
	text-align: center;
	justify-content: center;
}
.header > div:nth-child(3) img{
	width: 0.4rem;
	height: 0.375rem;
	margin-right: 0.3rem;
}

/* 内容区域 */
.content{
	padding-top: 1rem;
}
.swiper-banner .swiper-wrapper .swiper-slide img{
	width: 100%;
	height: 4.1rem;
}

.moudel{
	padding: 0 0.78rem;
}
.module-title{
	font-size: 0.3rem;
	position: relative;
	padding-left: 0.1rem;
	margin-bottom: 0.4rem;
}

.module-title::before,
.module-desc-bj_text_1::before {
	content: '';
	width: 0.05rem;
	height: 0.28rem;
	background-color: #F94479;
	position: absolute;
	left: 0;
	top: 0.07rem;
}
/* 客户案例 */
.module-title > div{
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	align-items: center;
}
.module-title > div > a{
	font-size: 0.2rem;
	color: #707070;
}
.module-case{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.module-case-item{
	width: 2.81rem;
	border-radius: 0.1rem;
	box-shadow: 0 0.03rem 0.08rem -0.06rem #000;
	font-size: 0;
	margin-bottom: 0.4rem;
}
.module-case-item  img{
	width: 2.81rem;
	height: 2.5rem;
	border-radius: 0.1rem;
}
.module-3-text{
	padding: 0.3rem 0.2rem 0;
	height: 2rem;
}
.module-3-text h4 {
	font-size: 0.24rem;
	color: #141414;
	margin-bottom: 0.1rem;
	font-weight: normal;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 2;
	display:-webkit-box;
	-webkit-box-orient:vertical;
}

.module-3-text p {
	font-size: 0.24rem;
	color: #707070;
	line-height: 0.3rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
/* tabbar */
.tabbar{
	position: fixed;
	width: 100%;
	height: 1.61rem;
	bottom: 0;
	left: 0;
	z-index: 10;
}
.tabbar-bar{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1rem;
	background-color: #fff;
	box-shadow: 0px 3px 12px -6px #000;
}
.tabbar-bar{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.tabbar-bar_item{
	text-align: center;
	flex: 1;
}
.tabbar-bar_item a {
	display: block;
}
.tab-icon{
	font-size: 0;
	margin-bottom: 0.05rem;
}
.tab-class{
	font-size: 0.2rem;
	color: #707070;
}
.tab_icon_3 img{
	margin-top: -0.99rem;
}
.tabbar_active .tab-class{
	color: #F94479;
}
/* 常见问题 */
.problem-list {
	margin-left:1.2rem;
	vertical-align:top;
	display:inline-block;
}

.problem-list-item {
	display: flex;
	align-items: center;
	margin-bottom: 0.15rem;
}

.problem-list-item:last-child {
	margin-bottom: 0;
}

.problem-list-item div {
	width: 0.25rem;
	height: 0.25rem;
	color: #fff;
	text-align: center;
	line-height: 0.25rem;
	font-size: 0.14rem;
	background-color: #C8C8C8;
	border-radius: 0.04rem;
}

.problem-list-item div.color_1 {
	background-color: #16A799;
}

.problem-list-item div.color_2 {
	background-color: #93D146;
}

.problem-list-item div.color_3 {
	background-color: #FFCC01;
}

.problem-list-item a {
	font-size: 0.2rem;
	margin-left: 0.15rem;
}