@charset "utf-8";
/* CSS Document */

body,ul,li,p,ol,dl,dt,dd,form,input,h1,h2,h3,h4,h5,h6{ margin:0; padding:0;}
a,button,input{-webkit-tap-highlight-color:rgba(255,0,0,0);}
body{ line-height:1.3; font-family:"微软雅黑",sans-serif !important;color: #fff; background:#000;}
ul{ list-style:none}
a{ text-decoration:none;}
var,em {font-style:normal;}
img { display: block; border: none;}
a,input,button{-webkit-tap-highlight-color:rgba(255,0,0,0);}
@media (min-width: 200px){  body{ font-size: 12px; }  }
@media (min-width: 325px){ body{ font-size: 16px; }  }
@media (min-width: 600px){ body{font-size: 26px; }  }
.fl{ float:left;}
.fr{ float:right;}
.rel{ position:relative}
.abs{ position:absolute}
.clear{ clear:both; overflow:hidden; height:0}
.red{ color:#e60012;}
.none{ display: none}
.block{ display: block}

html,body{ width:100%; height:100%}
input{ border:none; background:none;}

#BigBox{ width:100%; height:100%;}






/**侧面导航***/
.c_nav{
	width: 87%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: #000;
	/*background:url("https://midaishi.com/mobile/img/common/bj.png") repeat 0 0;*/
	padding-left: 13%;
	opacity: 0.95;
}
.c_nav .title{
	width: 86%;
	padding: 5% 7%;
	border-bottom: 4px solid #fff;
}
.c_nav .title img{
	width: 6%;
	padding-right: 8%;
}
.c_nav ul{
	width: 84%;
}
.c_nav ul li{
	border-bottom: 1px solid #fff;
}
.c_nav ul li .weide{
	width: 8.5%;
	padding: 7% 0 0 5%;
}
.c_nav ul li a{
	display: block;
	font-size: 1em;
	line-height: 400%;
	color: #fff;
	height: 10%;
	width: 90%;
}

/**nav**/
nav{ width:100%;}
nav .logo{
	width:15%;
	padding:5% 5%;
}
nav .nav{
	width:6%;
	padding:5% 5%;
}
nav table{
	float: left;
	margin-top: 4%;
	width: 37%;
	margin-left: 7%;
}
nav .td1{
	width:75%;
	background-color:#fff;
	border-radius: 0.2em 0em 0em 0.2em;
}
nav .sou_k{
	width: 100%;
	line-height: 2em;
	border:none;
}
nav .td2{
	width: 25%;
	background-color: #ec2338;
	border-radius: 0em 0.2em 0.2em 0em;
}
nav .sou_b{
	width: 100%;
}

/**banner**/
.banner{
	width: 100%;
}
.banner .swiper-slide{
	width: 100%;
}
.banner .swiper-slide img.img_b{
	width: 100%;
	margin-bottom: 15%;
}
.banner .swiper-slide .btn{
	top: 82.5%;
	left:0;
	position: absolute;
	width: 98%;
	background-color: #fff;
	padding: 1%;
}
.banner .swiper-slide .btn a{
	text-align: center;
	width: 49.5%;
}
.banner .swiper-slide .btn .btn_w{
	text-align: center;
	width: 98%;
}
.banner .swiper-slide .btn .btn_l{
	text-align: center;
	width: 50%;
	float: left;
}
.banner .swiper-slide .btn a img{
	width: 100%;
}



/****轮播样式*****/
.device {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.device .arrow-left {
	background: url(https://midaishi.com/cdn/demo.lanrenzhijia.com/2014/swiper1020/images/arrows.png) no-repeat left top;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -15px;
	width: 17px;
	height: 30px;
}
.device .arrow-right {
	background: url(https://midaishi.com/cdn/demo.lanrenzhijia.com/2014/swiper1020/images/arrows.png) no-repeat left bottom;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -15px;
	width: 17px;
	height: 30px;
}
.swiper-container {
	height: 300px;
	width: 640px;
}
.content-slide {
	padding: 20px;
	color: #fff;
}
.title {
	font-size: 25px;
	margin-bottom: 10px;
}
.pagination {
	position: absolute;
	left: 0;
	text-align: center;
	bottom:-55px;
	width: 100%;
}
.swiper-pagination-switch {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #999;
	box-shadow: 0px 1px 2px #555 inset;
	margin: 0 3px;
	cursor: pointer;
}
.swiper-active-switch {
	background: #fff;
}
.swiper-container {
	margin:0 auto;
	position:relative;
	overflow:hidden;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	/* Fix of Webkit flickering */
	z-index:1;
}
.swiper-wrapper {
	position:relative;
	width:100%;
	-webkit-transition-property:-webkit-transform, left, top;
	-webkit-transition-duration:0s;
	-webkit-transform:translate3d(0px,0,0);
	-webkit-transition-timing-function:ease;

	-moz-transition-property:-moz-transform, left, top;
	-moz-transition-duration:0s;
	-moz-transform:translate3d(0px,0,0);
	-moz-transition-timing-function:ease;

	-o-transition-property:-o-transform, left, top;
	-o-transition-duration:0s;
	-o-transform:translate3d(0px,0,0);
	-o-transition-timing-function:ease;
	-o-transform:translate(0px,0px);

	-ms-transition-property:-ms-transform, left, top;
	-ms-transition-duration:0s;
	-ms-transform:translate3d(0px,0,0);
	-ms-transition-timing-function:ease;

	transition-property:transform, left, top;
	transition-duration:0s;
	transform:translate3d(0px,0,0);
	transition-timing-function:ease;

	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	float: left;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
}

/**center开始**/
.center li p.nav_n{
	width: 100%;
	font-size: 1.2em;
	line-height: 300%;
	text-align: center;
	border-bottom: 1px solid #fff;
	position: relative;
	color: #fff;
}
.center li p.nav_n img{
	width: 4%;
	position: absolute;
	right: 10%;
	top: 45%;
}
.center li ul{
	padding-top: 1%;
	background-color: #fff;
}
.center li ul li{
	padding: 0 0 1% 1%;
	position: relative;
}

/**门店查询**/
.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;
}
.center ul.query{
	background-color: #e7e7e7;
}
.center ul.query li{
	padding: 0;
	margin: 0;
	background-color: #e7e7e7;
	border-bottom: 1px solid #636363;
}
.center ul.query li p{
	font-size: 1em;
	line-height: 300%;
	color: #636363;
	width: 100%;
}
.center ul.query li a{
	font-size: 1em;
	line-height: 300%;
	color: #636363;
	margin: 0;
	padding: 0;
	width: 100%;
	display: block;
	text-align: center;
}
.center ul.query li p.huo{
	background-color: #fff;
	text-align: center;
}
.center ul.query li p.huo a{
	display: inline-block;
	width: 20%;
}
.center ul.query li a.a1{
	background:url("https://midaishi.com/mobile/img/index/query/logo_1.jpg") 26% center no-repeat ;
	background-size: 5%;
}
.center ul.query li .a1 .a_img{
	position: absolute;
	top: 18%;
	right: 5%;
	width: 4%;
}
.center ul.query li a.a2{
	background:url("https://midaishi.com/mobile/img/index/query/logo_2.jpg") 26% center no-repeat ;
	background-size: 5%;
}
.center ul.query li a.a3{
	background:url("https://midaishi.com/mobile/img/index/query/logo_3.jpg") 26% center no-repeat ;
	background-size: 5%;
}
.center ul.query li img{
	width: 5%;
	padding: 2% 5% 0 3%;
}
.center ul.query li p a{
	color: #636363;
}
.center ul.query li p a.zi_l{
	padding-right: 25%;
}


/**footer***/
footer{
	padding:3%;
	color: #fff;
}
footer ul.lian{
	text-align: center;
}
footer ul.lian li{
	font-size: 0.85em;
	display: inline-block;
	padding: 0 1%;
	line-height: 260%;
	font-weight: normal;
}
footer ul.lian li a{
	color: #fff;
}
footer p{
	padding: 5% 0 3% 1%;
	font-size:0.8em;
	line-height: 200%;
	color: #fff;
	text-align: center;
}
footer p span{
	color: #fff;
}
footer p img{
	display: inline-block;
	vertical-align: top;
}

/****篮球页隐藏*****/
.boxVideo{
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 290%;
	z-index: 9999;
}
.boxVideo .bj{
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.9;
}
#videoPlayer{
	width: 90%;
	position:  inherit;
	top: 45%;
	left: 5%;
	object-fit: contain;
}

/****运动生活隐藏1*****/
.boxVideo1{
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 280%;
	z-index: 9999;
}
.boxVideo1 .bj{
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.9;
}
#videoPlayer1{
	width: 90%;
	position: absolute;
	top: 55%;
	left: 5%;
	object-fit: contain;
}
/****运动生活隐藏2*****/
.boxVideo2{
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 280%;
	z-index: 9999;
}
.boxVideo2 .bj{
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.9;
}
#videoPlayer2{
	width: 90%;
	position: absolute;
	top: 65%;
	left: 5%;
	object-fit: contain;
}


