* {
	padding: 0;
	margin: 0;
}

html,
body {
	font-size: 14px !important;
	width: 100% !important;
	height: 100% !important;
	background-color: #e6e6e624;
}

li {
	list-style: none;
}

a {
	text-decoration: none !important;
	color: white;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: none;
	color: white !important;
}

div {
	/* overflow: hidden; */
}

.home {
	width: 100%;

}

.img_width {
	width: 100%;
}

.header {
	width: 80%;
	height: 5rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding: .5rem 0;
	    box-sizing: content-box;
}

.header_f {
	width: 12rem;
	/* height: 3rem; */
}

.header div:nth-of-type(2) {
	width: 50%;
	height: 5rem;
	font-size: 2rem;
	line-height: 5rem;
	color: #84b12f;

}

.header div:nth-of-type(3) text {
	font-size: 1.8rem;
	line-height: 4.6rem;
	vertical-align: top;

}

.header_f img {
	width: 100%;
	/* height: 3rem; */
}

.header_phone {
	height: 3rem;
}

.header_phone img {
	height: 4rem;
	/* width: 100%; */
}


.header-nav {
	width: 100%;
	height: 2.5rem;
	background: #333333;
	color: white;
}

.header-nav-name {
	width: 80%;
	margin: 0 auto;
	height: 2rem;
	color: white;
	display: flex;
	justify-content: space-around;
	line-height: 2.5rem;
	font-size: 1rem;
	
}

.header-img {
	width: 100%;
	/* height: 51%; */
}

.header-imgP {
	position: fixed;
	top: 25%;
	right: 0;
	width: 5rem;
	height: 20rem;
	z-index: 20;
}

.header-imgP img {
	width: 5rem;
	height: 4rem;
	margin-bottom: 1rem;
}

.header-imgC {
	width: 1rem;
	height: 1rem;
	background: lightgray;
	color: gray;
	text-align: center;
	line-height: 1rem;
	float: right;

}

.header-img img {
	width: 100%;
}







.storeDisplay {
	padding: 2% 0;
	margin: 0 auto;
	width: 69%;
	overflow: hidden;

}

.txt {
	/* padding: 0 1rem; */
}




.new_list {
	margin-top: 3rem;
	width: 100%;

}



.contach_adds {
	display: flex;
	justify-content: space-between;
}

.contach_adds_info {
	width: 100%;
	padding: 1rem 1rem;
}

.map{
	margin: 0 0 5rem;
}
.my-map {
    width: 70%;
}


/* 底部 */
.bottom-nav{
	width: 100%;
	color: white;
	background: #242424;
	padding: 0 10%;
	box-sizing: border-box;
}
.bottom-navUL{
	box-sizing: border-box;
	width: 100%;
	display: flex;
	justify-content: space-between;
	
}
.bottom-navUL_li{
	font-size: 1.5rem;
	line-height: 1.5rem;
	width: 114%;
}
.bottom-navUL>li div{
	border-left: .1rem solid gray;
	margin-left: .5rem;
}
.bottom-navUL_li::before{
	/* content:url(../img/101.png); */
	/* border-left: .1rem solid gray; */
	/* content:"⭐"; */
	/* font-size:.1rem; */
}
.bottom-navUL_div{
	padding: 5rem 0;
}
.bottom-navUL_div_div{
	display: flex;
	justify-content: space-between;
}
.bottom-navUL_div_div1{
	display: flex;
	justify-content: space-between;
	padding: 0 10%;
}
.font-colorC{
	color: lightgrey;
	height: 5%;
	line-height: 4rem;
	background-color: #1b1b1b;
}
.bottom-navUL_div_div ul{
	width: 5rem;
}
.bottom-navUL_address{
	line-height: 2rem;
	/* padding: 1.5rem; */
}
.margin-topC{
	margin: 2rem;
}
.margin-liftC{
	margin-left: 1.5rem;
}
.li1{
	margin-top: 1rem;
}
.contach_adds_img{
	width: 1.5rem;
	height: 1.5rem;
}
.contach_adds_title{
	font-size: 1.5rem;
	line-height: 5rem;
	
}
.changeG{
	color: green;
}
@media (max-width: 1200px) {
	.bottom-navUL_div img {
		width: 80%;
	}
}
