
/* show */
.show-nav {
	height:70px;
	display:flex;
	align-items:center;
	color:#999;
	font-size:14px;
}
.show-nav a {
	line-height:16px;
	display:flex;
	align-items:center;
}
.show-nav a img {
	margin-right:2px;
}
.show-nav span {
	margin:0 8px;
}
.show-nav a:hover {
	color:#666;
}
.sh-left {
	width:540px;
}
.swiper-container {
	width:100%;
	height:300px;
	margin-left:auto;
	margin-right:auto;
}
.swiper-slide {
	background-size:cover;
	background-position:center;
}
.gallery-top {
	height:400px;
	width:100%;
}
.gallery-thumbs {
	height:20%;
	box-sizing:border-box;
	padding:10px 0;
	margin-top:15px;
}
.gallery-thumbs .swiper-slide {
	width:85px !important;
	height:60px;
	opacity:0.7;
}
.gallery-thumbs .swiper-slide-thumb-active {
	opacity:1;
}
.sl-action {
	display:flex;
	margin:15px 0;
}
.sl-action a {
	display:flex;
	align-items:center;
	color:#777;
	margin-right:30px;
	font-size:14px;
}
.sl-action a img {
	margin:0 5px;
	width:14px;
	height:14px;
}
.show-box {
	display:flex;
	justify-content:space-between;
}
.sh-right {
	width:625px;
}
.car-ti {
	font-weight:bold;
	font-size:22px;
}
.list-hit {
	margin-top:15px;
	font-size:14px;
}
.list-hit img {
	width:15px;
	vertical-align:middle;
	margin-right:5px;
	margin-top:-3px;
}
.time-left {
	margin-right:30px;
}
.car-massage {
	display:flex;
	margin:30px 0;
	background:#f8f9fd;
	border-right:5px;
	padding:10px 0;
}
.car-massage li {
	width:20%;
	padding-left:15px;
	border-right:1px solid #e7e7e7;
}
.car-massage li:last-child {
	border-right:none;
}
.car-massage p {
	color:#333;
	font-size:16px;
}
.car-massage span {
	display:inline-block;
	font-size:14px;
	color:#666;
	margin-bottom:6px;
}
.show-p {
	width:100%;
	height:70px;
}
.show-p p {
	line-height:35px;
	color:#f60;
	font-weight:bold;
	font-size:25px;
	display:inline-block;
	vertical-align:middle;
}
.show-p p span {
	font-weight:normal;
	font-size:20px;
}
.car-pp {
	border:1px solid #f60;
	border-radius:3px;
	color:#f60;
	padding:2px 5px;
	/* line-height:22px;
	*/
  display:inline-block;
	font-size:12px;
	vertical-align:middle;
	margin-left:10px;
}
.car-tel {
	}.car-tel-left {
	background:#f60;
	color:white;
	padding:2px 6px;
	font-size:14px;
	border-top-left-radius:8px;
	border-bottom-right-radius:8px;
	margin-right:15px;
}
.car-tel-right {
	font-size:20px;
	color:#f60;
	font-weight:bold;
}
.show-btn {
	display:flex;
	margin:15px 0;
	margin-top:13px;
	justify-content:space-between;
}
.btn-pre {
	width:190px;
	height:50px;
	color:#fff;
	font-weight:bold;
	background-color:#f60;
	border:2px solid #f60;
	border-radius:4px;
	outline:none;
	font-size:18px;
	cursor:pointer;
}
.btn-two {
	background:#0055ff;
	border:2px solid #0055ff;
}
.btn-tel {
	width:220px;
	height:50px;
	color:#999;
	background-color:#0055ff;
	border:2px solid #aaa;
	border-radius:4px;
	outline:none;
	font-size:18px;
	cursor:pointer;
}
.tui {
	margin-bottom:30px;
}
.tui-des {
	color:#333;
	text-indent:1em;
}
.tui-au {
	color:#333;
	margin-top:20px;
	text-align:right;
	padding-right:25px;
}
.re-cont {
	background:#f4f4f4;
}
.re-ul {
	display:flex;
	margin:0 60px;
	padding:20px 0;
	justify-content:space-between;
	line-height:30px;
	font-size:14px;
}
.re-line span {
	display:inline-block;
}
.li1 {
	width:70px;
	text-align-last:justify;
	text-align:justify;
	text-justify:distribute-all-lines;
	margin-right:15px;
	color:#999;
}
.li2 {
	color:#666;
}
.re-tips {
	font-size:14px;
	color:#666;
	padding:15px 0;
}
.re-tips img {
	width:14px;
	margin-right:5px;
	vertical-align:middle;
}
.img-box img {
	width:588px;
	height:438px;
	margin-bottom:30px;
	border-radius:5px;
}
.img-box {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.tui-ti {
	font-size:22px;
	color:#333;
	margin:32px 0 20px 0;
	font-weight:bold;
}
.re-cont {
	background:#f8f9fd;
	border:1px solid #eeeeee;
	border-radius:5px;
}
.re-ul {
	display:flex;
	margin:0 60px;
	padding:20px 0;
	justify-content:space-between;
	line-height:30px;
	font-size:14px;
}
.re-line span {
	display:inline-block;
}
.tui {
	margin-bottom:30px;
}
.img-box {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
/*弹出层样式*/
#login {
	cursor:pointer;
}
/* 遮罩样式 */
.layer-mask {
	z-index:99;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#000;
	opacity:0.5;
	display:none;
}
/* 弹出框样式 */
.layer-pop {
	z-index:1000;
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	margin:auto;
	width:400px;
	height:300px;
	background-color:#FFFFFF;
	display:none;
	border-radius:5px;
}
/* 关闭按钮 */
.layer-close {
	float:right;
	width:24px;
	height:24px;
	border:3px solid #fff;
	text-align:center;
	line-height:24px;
	border-radius:50%;
	background:#eee;
	color:red;
	margin-right:-7px;
	margin-top:-7px;
}
.layer-close:hover {
	cursor:pointer;
	background:#ccc;
	color:#fff;
}
/* 弹出框中的样式 */
.alert_content {
	text-align:center;
}
.alert_content h4 {
	font-size:20px;
	line-height:50px;
	margin-top:15px;
}
.alert_content label {
	margin-right:10px;
	color:#888;
	text-align-last:justify;
	text-align:justify;
	width:58px;
	display:inline-block;
}
.alert_content .input {
	border:1px solid #ccc;
	border-radius:3px;
	padding:10px 5px;
	width:240px;
}
.alert_content .item {
	margin:10px auto;
}
.alert_content .submit {
	width:240px;
	height:40px;
	color:#fff;
	background-color:#e40;
	border:1px solid #e40;
	border-radius:5px;
	margin-right:-45px;
}
.alert_content .error-msg {
	color:#e40;
}
