@charset "utf-8";
/* CSS Document */




/**center开始**/
.en{
	color: #ec2338;
	padding: 5% 10px;
	position: absolute;
	right: 15%;
	top: 0;
}
.center li ul {
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.center li ul::after{
	padding: 0 0 2% 2%;
	width: 64%;
	content: "";
}
/*李宁品牌*/
.center li ul.brand_n li{
	width: 48.5%;
}
.center li ul.brand_n li img{
	width: 100%;
}
.center li ul.brand_n li p{
	position: absolute;
	bottom: 0;
	width: 97%;
	font-size: 1em;
	padding: 0 0 5% 3%;
}
/**分类**/
.center li ul.channel_n li{
	width: 24%;
	padding: 0 4% 1% 4%;
}
.center li ul.channel_n li img{
	width: 100%;
}
/**更多品牌**/
.center li ul.more_n li{
	width: 32%;
}
.center li ul.more_n li img{
	width: 100%;
}

/**关注李宁**/
.center li ul.focus{
	padding-bottom: 0.5%;
}
.center li ul.focus li{
	background-color: #e7e7e7;
	padding: 0 2% 0;
	margin: 0 1% 1% 1%;
}
.center li ul.focus li .logo{
	width: 15%;
}
.center li ul.focus li .name{
	width: 30%;
	padding-left: 3%;
}
.center li ul.focus li .wbo{
	width: 20%;
	padding-right: 0.5%;
}
.center li ul.focus li .wxin{
	width: 20%;
}

/**门店查询**/
.center li p.nav_n .add{
	width: 3%;
	position: absolute;
	left: 35%;
	top: 28%;
}
.center li p.men{
	background: url("https://midaishi.com/mobile/img/index/query/add.jpg") 36% center no-repeat;
}


/****隐藏二维码******/
.box{
	top: 0;
	left: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999;
}
.box .bj{
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.9;
}
.box img{
	position: absolute;
	width: 50%;
	top: 33%;
	left: 25%;
}
