@charset "utf-8";

.clearfix:after {
	content: "";
	display: table;
	clear: both
}
.clearfix {
	zoom: 1
}
.service-section-wrap {
    position: fixed;
    bottom: 180px;
    right: 12px;
    z-index: 201;
}
.service-section-wrap .btn-right-service {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
}
.service-section-wrap .btn-right-service img {
    width: 100%;
    height: 100%;
}
.service-mask {
	display: none;
	background: rgba(0, 0, 0, 0.6);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100000000;
}
.service-dialog {
	display: none;
	-webkit-transform: translate(-50%, -50%);
	background-color: #FAFAFC;
	border-radius: 3px;
	left: 50%;
	position: fixed;
	text-align: center;
	top: 45%;
	transform: translate(-50%, -50%);
	width: 85%;
	max-width: 640px;
	z-index: 100000001;
}


.listInformation {
	display: flex;
	justify-content: space-between;
	padding: 10px 15px
}
.listInformationImg {
	width: 50px;
	margin-right: 10px
}
.listInformationImg img {
	display: block;
	width: 100%;
	border-radius: 5px
}
.listInformationImg2 img {
	box-shadow: -5px 5px 10px #ddd
}
.listInformationWord {
	display: flex;
	flex: 1;
	flex-wrap: wrap
}
.listInformationWord p{
	width:100%;
	font-size: 16px;
	color: #353535;
}
.erweima {
	display: block;
	margin: 0 auto;
	width: 50%
}
.listInformationBtn {
	border-top: solid 1px #ddd;
	text-align: center;
	display: flex;
	font-size: 14px;
	color: #888;
}
.listInformationBtnChild {
	flex: 1;
	display: block;
	box-sizing: content-box;
	padding: 13px 0
}

.listInformationBtnChild:first-child {
	border-right: solid 1px #ddd
}
