* {
	list-style: none;
	text-decoration: none;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

body {
	background-color: #fff;
	margin: 0;
}

.active {
	border-bottom-left-radius: 0.625rem;
	border-bottom-right-radius: 0.625rem;
	display: none;
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

.space-between {
	justify-content: space-between !important;
}

/* logo */
.index-top-box {
	width: 100%;
	/* background-color: #dac7b5; */
	background-color: #fff;
	padding: 1.25rem 0;

}

.index-top {
	width: 94%;
	margin: 0 auto;
}

/* .logo-box {
	width: 100%;
} */

.logo-img {
	width: 10rem;
}

.logo-img img {
	width: 100%;
}

.phone-right {
	display: none;
}

/* nav */
.nav-box {
	width: 100%;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.nav-ul {
	min-width: 50%;
	padding-left: 0;
}

.au {
	margin-left: 1.25rem;
}


.mask {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .5);
	display: none;
	z-index: 888;
}

.nav-ul li {
	height: 2.5rem;
	line-height: 2.5rem;
	width: 20%;
	text-align: center;
}

/* .select{
	background-color: #007AFF;
} */
.nav-ul li a {
	color: #333333;
}

.search-box {
	min-width: 25%;
	background-color: #f6f6f6;
	padding: 0.3125rem;
	border-radius: 0.3125rem;
	-moz-border-radius: 0.3125rem;
	-webkit-border-radius: 0.3125rem;
}

.black-search {
	width: 1.875rem;
	height: 1.875rem;
	line-height: 1.875rem;
}

.black-search>img {
	width: 100%;
}

.search-box input {
	border: none;
	outline: none;
	flex: 1;
	height: 1.875rem;
	background-color: #f6f6f6;
}

.phshow {
	width: 100%;
	margin: 0 auto;
	justify-content: space-between;
	/* border-bottom: 0.0625rem solid #F6F5F3; */
	padding-bottom: 0.9375rem;
}

.left_arrow {
	width: 1.25rem;
	height: 1.25rem;
}

.left_arrow>img {
	width: 100%;
	height: 100%;
}

.phshow>p {
	width: 60%;
}

/* footer */
.footer-box {
	width: 100%;
	/* background-color: #DAC7B5; */
	background-color: #fff;
}

.gray {
	background-color: #F6F5F3;
}

.footer {
	width: 98%;
	margin: 0 auto;
}

.footer-bottom {
	width: 100%;
	border-top: 0.0625rem solid #f6f6f6;
}

.footer-logo {
	width: 100%;
	padding: 0 0 1.25rem 0;
	/* margin-left: 6%; */
	justify-content: space-between;
	margin: 0 auto;
	/* border-bottom: 0.0625rem solid #f6f6f6; */
}

.link-img {
	width: 49%;
	padding-bottom: 0;
	margin: 0 auto;
}

.link-img a {
	display: block;
	width: 100%;
}

.link-img img {
	width: 100%;
}

.footer-img {
	width: 0.9375rem;
	height: 0.9375rem;
	vertical-align: middle;
}

.footer-bottom-ul {
	padding: 1.25rem 0;
}

.footer-bottom-ul li {
	height: 2.5rem;
	line-height: 2.5rem;
	text-align: center;
	margin-left: 0.9375rem;
}

.footer-bottom-ul li:first-of-type {
	margin-left: 6%;
}

.footer-bottom-ul li a {
	color: #333333;
	display: inline-block;
	height: 2.5rem;
	line-height: 2.5rem;
}
.fd-mb {
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
}


.zongs {
	display: none;
}

.bed-fanh {
	position: fixed;
	top: 0;
	left: 0;
	width: 5rem;
	height: 5rem;
	display: flex;
	justify-content: center;
	background: #fff;
	align-items: center;
	z-index: 1000;
}

.bed-fanh>img {
	width: 1rem !important;
	height: 1rem;
}

.dh_color {
	color: #AE191E !important;
}

.dh_fw6 {
	font-weight: 600;
	font-size: 1.125rem;
}

a {
	-webkit-tap-highlight-color: transparent;
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: block !important;
	justify-content: center;
	align-items: center;
	text-align: center
}
