/* 头部 */
.header{
	border-bottom: 1px solid #DFDFDF;
}

/* 头部-欢迎 */
.welcome{
	background: #AB794E;
	color: #FFFFFF;
	padding: 6px 0;
	font-size: 15px;
}
.greet-warp .head-gl{
	flex: 0 0 200px;
}
.greet-warp .head-gl span{
	display: inline-block;
	/* width: 300px; */
	font-size: 15px;
	margin-right: 50px;
	max-height: 1.5em;
	overflow-y: hidden;
}
.greet-warp .head-gr span{
	font-size: 20px;
}

/* 头部-导航 */
.header .nav-warp{
	width: 100%;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header .nav-warp .head-warp {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header .nav-warp .head-warp .head-logo{
	max-width: 275px;
	height: 45px;
}
.header .nav-warp .head-warp .head-logo a img{
	width: auto;
	max-width: 100%;
}
.header .nav-warp .navbar-collapse{
	height: 100%;
}
.header .nav-warp .navbar-nav {
    height: 100%;
    margin-left: auto;
}
.header .navbar-nav li{
	height: 100%;
	line-height: 80px;
	margin: 0 15px 0 15px;
}
.header .navbar-nav li a{
	display: inline-block;
	width: 100%;
	height: 100%;
}
.header .navbar-nav li.active{
	border-bottom: 2px solid #282828;
}
.header .navbar-nav li.active a{
	font-weight: 600;
}


/* 底部 */
.footer{
	padding: 25px 0;
	background: #474747;
}
.footer .wfy-fl .friend-warp{
	margin-bottom: 15px;
}
.footer .wfy-fl .friend-warp .title{
	color: #ccc;
	width: 62px;
}
.footer .wfy-fl .friend-link li{
	margin: 0 5px;
}
.footer .wfy-fl .friend-link li a{
	color: #888;
}
.footer .wfy-fl .friend-link li:hover a{
	text-decoration: underline;
}
.footer .wfy-fl .foot-nav{
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(205, 205, 205, 0.5);
}
.footer .wfy-fl .foot-nav li{
	margin-right: 30px;
}
.footer .wfy-fl .foot-nav li a{
	color: #FFFFFF;
}
.footer .wfy-fl .hotline{
	margin: 20px 0;
}
.footer .wfy-fl .hotline .phone{
	font-weight: 500;
	font-size: 17px;
	color: #FFFFFF;
	margin-right: 15px;
}
.footer .wfy-fl .hotline .phone span{
	color: #FED700;
	margin-left: 5px;
}
.footer .wfy-fl .hotline .contact a{
	font-weight: 500;
	font-size: 17px;
	color: #FFFFFF;
}
.footer .wfy-fl .webinfo{
	color: #FFFFFF;
}
.footer .wfy-fl .webinfo a{
	color: #FFFFFF;
	transition: all 0.2s ease-in-out;
}
.footer .wfy-fl .webinfo .number-ly{
	margin-right: 5px;
}
.footer .wfy-fl .webinfo .number-police{
	margin: 0 20px 0 20px;
}
.footer .wfy-fl .webinfo a:hover{
	color: #888;
}
.footer .wfy-fl .statement{
	color: #FFFFFF;
	margin-top: 10px;
}
.footer .wfy-fr .code-warp{
	width: 100px;
	height: 100px;
}
.footer .wfy-fr .desc{
	text-align: center;
	color: #FFFFFF;
	margin-top: 5px;
}
.footer .wfy-fr .desc span{
	display: inline-block;
}


/* 内容为空提示 */
.empty {
    margin: 20px auto;
    text-align: center;
    position: relative;
}
.empty img {
    width: 400px;
    height: 400px;
}
.empty .txt {
    text-align: center;
    font-size: 18px;
    color: #999;
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translateX(-50%);
}

/* bootstrap分页器 */
.pagination{
	justify-content: center;
	margin-bottom: 50px;
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.0799rem;
    border-bottom-left-radius: 0.0799rem;
}
.page-item:last-child .page-link {
    border-top-right-radius: 0.0799rem;
    border-bottom-right-radius: 0.0799rem;
}
.page-link {
    position: relative;
    display: block;
	font-size: 14px;
    padding: 0.26667rem 0.40rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #3C3C3C;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.page-item.active .page-link{
    z-index: 3;
    color: #fff;
    background-color: #7064FC;
    border-color: #7064FC;
}
.page-item:hover .page-link{
	color: #7064FC;
}
.page-item.active:hover .page-link{
	color: #fff;
}

/* 环境弹窗 */
/* 弹窗 */
.mask {
	display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    overflow: hidden;
    background: rgba(0, 0, 0, .8);
}
.mask.block{
	display: block;
}
.imgs-body{
    width: 900px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.imgs-body .head {
    position: absolute;
    right: -80px;
	top: -50px;
    cursor: pointer;
}
.imgs-body .head i {
    color: #FFFFFF;
    font-size: 38px;
}
.imgs-body .content .img-warp{
	aspect-ratio: 3 / 2;
}
.imgs-body .content .txt-warp{
	font-size: 22px;
	color: #FFFFFF;
	width: 100%;
	height: 80px;
	line-height: 80px;
	text-align: center;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
	position: absolute;
	z-index: 8;
	bottom: 0;
}
.imgs-body .swiper-button-prev, 
.imgs-body .swiper-container-rtl .swiper-button-next{
	left: -130px;
}
.imgs-body .swiper-button-next, 
.imgs-body .swiper-container-rtl .swiper-button-prev{
	right: -130px;
}
.imgs-body .swiper-button-next, 
.imgs-body .swiper-button-prev {
    color: #FFFFFF;
}


/* @media (max-width: 576px) */

@media (max-width: 992px){
	/* 头部 */
	.greet-warp .head-gl{
		flex: 0 0 200px;
	}
	.greet-warp .head-gl span{
		/* width: 280px; */
		font-size: 0.32rem;
		max-height: 1.5em;
		overflow-y: hidden;
	}
	.greet-warp .head-gr i{
		font-size: 24px;
		margin-right: 6px;
	}
	.greet-warp .head-gr span {
	    font-size: 0.48rem;
	}
	.navbar-collapse {
		width: 100%;
		height:100%;
		border-top: 1px solid #ECECEC;
		background: #fff;
		/* background: rgba(0, 0, 0, .5); */
	    position: fixed;
		z-index: 999;
	    left: 0%;
		top: 128px;
	    padding: 0 15px;
	}
	.header .nav-warp .navbar-nav{
		width: 100%;
		background: #fff;
		height: 100%;
		margin-left: 0;
	}
	.navbar-collapse.collapsing {
	    height: auto;
	    -webkit-transition: left 0.3s ease;
	    -o-transition: left 0.3s ease;
	    -moz-transition: left 0.3s ease;
	    transition: left 0.3s ease;
	    left: -100%;
	}
	.navbar-collapse.show {
	    left: 0;
	    -webkit-transition: left 0.3s ease-in;
	    -o-transition: left 0.3s ease-in;
	    -moz-transition: left 0.3s ease-in;
	    transition: left 0.3s ease-in;
	}
    .header .nav-warp{
        height: 1.3866rem;
        position: relative;
    }
	/* .header .navbar-collapse {
	    background: #fff;
	    position: absolute;
	    top: 100%;
	    left: 0;
	    right: 0;
	    z-index: 99;
	    margin-left: -15px;
	    margin-right: -15px;
	} */
    .header .nav-warp .head-warp {
        width: 100%;
    }
	.header .nav-warp .head-warp .head-logo{
		max-width: 5.2rem;
		height: 0.85334rem;
	}
	.header .navbar-toggler {
	    padding: 0;
	    font-size: 0.5334rem;
	    border: none;
	}
	.header .navbar-nav li{
		height: 1.334rem;
		line-height: 1.334rem;
		border-bottom: 1px solid #ECECEC;
	}
	.header .navbar-nav li a{
		font-size: 24px;
	}
	/* .header .navbar-nav li:last-child{
		font-size: 0.3734rem;
		border-bottom: none;
	} */
	
	
	/* 底部 */
	/* .footer {
	    padding: 0.4rem 0 1.72rem 0;
	} */
	.footer .wfy-fl{
		width: 75%;
	}
	.footer .wfy-fl .friend-warp{
		height: 0.8rem;
		line-height: 0.8rem;
		margin-bottom: 0.26667rem;
		overflow: hidden;
	}
    .footer .wfy-fl .friend-warp .title {
        width: 1.6534rem;
    }
    .footer .friend-link{
		height: 1.0134rem;
        overflow: scroll;
        flex-wrap: nowrap;
    }
    .footer .friend-link li {
        white-space: nowrap;
    }
	.footer .wfy-fl .foot-nav li {
	    margin-right: 0.4rem;
	}
	.footer .wfy-fl .foot-nav {
	    padding-bottom: 0.26667rem;
	}
	.footer .wfy-fl .hotline {
		justify-content: center;
	    margin: 0.26667rem 0;
	}
	.footer .wfy-fl .webinfo{
		flex-direction: column;
	}
	.footer .wfy-fl .webinfo .record{
		flex-direction: column;
	}
	.footer .wfy-fl .webinfo .number-icp{
		margin: 0.0799rem 0;
	}
	.footer .wfy-fl .statement {
		color: #999999;
	    font-size: 0.21334rem;
	}
	
	
	/* 内容为空提示 */
	.empty {
	    margin: 0.26667rem auto;
	}
	.empty img {
	    width: 6.4rem;
	    height: 6.4rem;
	}
	.empty .txt {
	    font-size: 0.42667rem;
	    top: 70%;
	}
	
	/* 环境弹窗 */
	.imgs-body {
	    width: 100%;
	}
	.imgs-body .head {
	    right: 10px;
	    top: -80px;
	}
	.imgs-body .head i {
	    font-size: 0.85334rem;
	}
	.imgs-body .content .txt-warp {
	    font-size: 0.42667rem;
	    height: 1.0667rem;
	    line-height: 1.0667rem;
	}
	
	
	/* 底部tabbar */
	.tabbar{
		width: 100%;
		height: 1.4667rem;
		background: #FFFFFF;
		box-shadow: 0px -5px 20px 0px rgba(0,0,0,0.14);
		position: fixed;
		z-index: 99;
		bottom: 0;
	}
	.tabbar .content{
		height: 100%;
		display: flex;
		align-items: center;
	}
	.tabbar .content .tab-service{
		flex-basis: 52%;
		padding-left: 20px;
	}
	.tabbar .tab-service .title{
		font-size: 0.3467rem;
		color: #352A14;
	}
	.tabbar .tab-service .desc{
		font-weight: 600;
		font-size: 0.48rem;
		color: #352A14;
	}
	.tabbar .content .tab-phone{
		flex-basis: 48%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		background: #BE0900;
		border-radius: 25px 0 0 0;
	}
	.tabbar .content .tab-phone a{
		color: #FFFFFF;
		font-size: 0.48rem;
		font-weight: 500;
	}
	.tabbar .content .tab-phone i{
		font-size: 0.5867rem;
		margin-right: 5px;
		animation: 1s cubic-bezier(0.25,0.25,0.75,0.75) 0s infinite alternate none running fadeIn;
	}
	
	@keyframes fadeIn {
	    0% {
	        opacity: 0
	    }
	
	    to {
	        opacity: 1
	    }
	}
	
	
	/* 侧边微信 */
	.main{
		position: relative;
	}
	.WeChat .weixin{
		margin: auto 8px 200px auto;
		position: fixed;
		background-color: #FFFFFF;
		border-radius: 10px;
		z-index: 98;
		right: -5px;
		bottom: 0;
		left: auto;
		top: auto;
	}
	.WeChat .weixin .icon{
		width: 60px;
		height: 60px;
		/* position: absolute; */
		/* right: 0; */
		/* top: 0; */
	}
	.WeChat .weixin .text{
		background-color: #FFFFFF;
		font-size: 0.32rem;
		text-align: center;
	}
	.WeChat .dialog-mask{
		display: none;
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 999;
		overflow: hidden;
		background: rgba(0, 0, 0, 0.5);
	}
	.WeChat .dialog-mask.block{
		display: block;
	}
	.WeChat .dialog-mask .wx-pop{
		width: 82%;
		margin: 30% auto;
		background: #FFFFFF;
		padding: 10px 15px 20px 15px;
		border-radius: 5px;
		text-align: center;
		position: relative;
	}
	.WeChat .dialog-mask .wx-pop .pop-close{
		text-align: right;
	}
	.WeChat .dialog-mask .wx-pop .pop-close i{
		font-size: 24px;
	}
	.WeChat .dialog-mask .wx-pop .content .title{
		font-size: 18px;
		font-weight: bold;
	}
	.WeChat .dialog-mask .wx-pop .content .img{
		margin: 10px auto;
		width: 120px;
		height: 120px;
	}
	.WeChat .dialog-mask .wx-pop .content .tips{
		font-size: 16px;
		font-weight: bold;
	}
	.WeChat .dialog-mask .wx-pop .content .code{
		width: 60%;
		height: 42px;
		text-align: center;
		line-height: 42px;
		background: #F3F3F3;
		font-weight: 500;
		font-size: 0.3734rem;
		color: #333333;
		margin: 17px auto;
	}
	.WeChat .dialog-mask .wx-pop .content .message{
		font-size: 0.3734rem;
	}
	
	/* 弹窗-预约表单 */
	.mask{
		/* background: #FFFFFF; */
	}
	.form-body{
		width: 100%;
		background: #FFFFFF;
		position: relative;
		z-index: 9999;
		top: 51%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.form-body .head {
	    position: absolute;
	    right: 5px;
	    top: -5px;
	    cursor: pointer;
	}
	.form-body .head i {
	    /* color: #FFFFFF; */
		color: #333333;
	    font-size: 0.80rem;
	}
	.form-body .content{
		background: #FFFFFF;
		padding: 25px 0;
	}
	.form-body .content .head-title{
		font-weight: 500;
		font-size: 20px;
	}
	.form-body .content .head-tips{
		color: #4B9AFC;
		margin: 10px 0 25px 0;
	}
	.form-body .content .head-tips i{
		font-size: 0.32rem;
		margin-right: 2px;
	}
	.form-body .content .nav-list{
		height: 100%;
		padding: 10px 0;
		border-bottom: 1px solid #CDCDCD;
	}
	.form-body .nav-list li{
		flex-basis: 50%;
		height: 100%;
		text-align: center;
		color: #666666;
		position: relative;
	}
	.form-body .nav-list li span{
		padding: 10px 0;
	}
	.form-body .nav-list li.active span{
		font-size: 16px;
		color: #333333;
		border-bottom: 3px solid #000000;
	}
	.form-body .form-block{
		margin-top: 30px;
		position: relative;
	}
	.el-form-item {
		width: 90%;
	    margin-bottom: 20px;
	}
	.el-picker-panel{
		left: 23px !important;
	}
	.el-form-item__label{
		text-align: left;
		line-height: 35px;
		font-weight: 400;
		color: #333333;
		margin-bottom: 0rem;
	}
	.el-date-editor.el-input, 
	.el-date-editor.el-input__inner{
		width: 100%;
	}
	.el-input__inner{
		height: 35px;
		line-height: 35px;
	}
	
	.form-body .form-block .submit{
		width: 130px;
		height: 34px;
		text-align: center;
		line-height: 34px;
		background: #4B9AFC;
		border-radius: 19px;
		color: #FFFFFF;
		margin: 0 auto;
	}
	.form-body .form-block .coupon{
		background-size: 100% 100%;
		background-repeat: no-repeat;
		padding: 14px 20px;
		margin: 20px 0 10px 0;
	}
	.form-body .form-block .coupon1{
		background-image: url('../img/form-coupon1.png');
	}
	.form-body .form-block .coupon1 .price-warp{
		font-size: 0.3734rem;
		color: #EA3947;
		margin-right: 17px;
	}
	.form-body .form-block .coupon1 .price-warp span{
		font-size: 0.90667rem;
	}
	.form-body .form-block .coupon1 .txt-warp .title{
		font-weight: 500;
		font-size: 16px;
		color: #FD6A62;
	}
	.form-body .form-block .coupon1 .txt-warp .desc{
		color: #FD6A62;
	}
	.form-body .form-block .tips{
		color: #EA3947;
		text-align: center;
	}
	
	.form-body .form-block .coupon2{
		background-image: url('../img/form-coupon2.png');
	}
	.form-body .form-block .coupon2 .price-warp{
		font-size: 0.3734rem;
		color: #FFF5BD;
		margin-right: 12px;
	}
	.form-body .form-block .coupon2 .price-warp span{
		font-size: 0.90667rem;
	}
	.form-body .form-block .coupon2 .txt-warp .title{
		font-weight: 500;
		font-size: 16px;
		color: #FFFFFF;
	}
	.form-body .form-block .coupon2 .txt-warp .desc{
		color: #FFFFFF;
	}
	
}


@media (max-width: 576px){
	/* 头部 */
	.greet-warp .head-gl{
		flex: 0 0 150px;
	}
	.greet-warp .head-gl span{
		/* width: 200px; */
		font-size: 0.32rem;
		max-height: 1.5em;
		overflow-y: hidden;
	}
    .navbar-collapse {
        width: 100%;
        height: 100%;
        border-top: 1px solid #ECECEC;
        background: #fff;
        position: fixed;
        z-index: 999;
        left: 0%;
        top: 92px;
        padding: 0 15px;
    }
	.header .navbar-nav li a{
		font-size: 0.42667rem;
	}
	
	/* 底部 */
	.footer {
	    padding: 0.4rem 0 1.72rem 0;
	}
	.footer .wfy-fl{
		width: 100%;
	}
	
	.imgs-body .head {
	    right: 10px;
	    top: -60px;
	}
}