﻿@charset "utf-8";
@import url("fonts.css");
:root {--dh-color: #e8598d;}
.isBgColor {background-color: #e8598d;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tfoot, thead, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin:0; padding: 0px; border: 0; font-size: 100%; outline: none;}
html { font-size: 100%!important; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; overflow-x: hidden; width: 100%;}
/* always display scrollbars */
body{font: 14px/180% "Microsoft Yahei","微软雅黑",Arial,Helvetica,"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "sans-serif"; margin: 0 auto; color: #333; -webkit-tap-highlight-color:rgba(0,0,0,0);width: 100%;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }
h1, h2, h3, h4, h5, h6{font-weight:normal}
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
strong { font-weight: bold; }
img { border: 0; vertical-align: middle; }
input{ outline: none; transition: all .4s ease-in-out; vertical-align: middle; }
input[type="text"], input[type="button"], input[type="submit"], input[type="reset"] { -webkit-appearance: none; border-radius: 0; }
textarea {-webkit-appearance: none; border-radius: 0; outline: none;  font-family:"Microsoft Yahei"}
::-moz-selection { background: #338fff; color: #fff; text-shadow: none; }
::selection { background: #338fff; color: #fff; text-shadow: none; }
select{ outline: none;}
select::-ms-expand { display: none; }
a { text-decoration: none;cursor: pointer; transition:all 0.4s ease-in-out;	-webkit-transition:All 0.4s ease-in-out;	-moz-transition:All 0.4s ease-in-out;	-o-transition:All 0.4s ease-in-out;}
a:link, a:visited { text-decoration: none; color:#333;}
a:active, a:hover { text-decoration: none; outline:none; color:#ff1d00; }
a:focus{text-decoration:none;outline:0;}
.clearfix:before, .clearfix:after { display: table; content: ""; line-height: 0px;}
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }


/*PC站底部*/
#footerContent{
}
#footer{
	padding: 40px 0;
	box-sizing: border-box;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
#footer>p{
	width: 100%;
	text-align: center;
	color: #fff;
	margin-bottom: 12px;
}
#footer>p a{
	color: #fff;
	margin-right: 12px;
}
.middleLine{
	height: 120px;
	width: 1px;
	background-color: #ddd;
	margin-right: auto;
}
.leftFootItem{
	display: flex;
	align-items: center;
	margin: 0 60px;
}
.concatUS{
	font-size: 20px;
	color: #bbb;
	text-align: center;
}
.rightFootItem{
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex: 1;
}


/*综合首页*/
#movie{width: 100%; height: auto; text-align: center;}
.swiper-container {  width: 100%; height: auto; }
.swiper-container img{width: 100%; }
.swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
	
#home-main{width: 100%; height: auto;}
#home-bar1{width: 100%; height: auto; }




/* 关于我们页面 */
.introduceUS{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	min-height: 700px;
}
.introduceUS>section{
	margin: auto;
	width: 1200px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 100px 0;
	box-sizing: border-box;
}
.concatPhone{
	width: 100%;
	margin-bottom: 50px;
}
.concatPhone>h3{
	font-size: 14px;
	color: #000;
}
.concatPhone>p{
	font-size: 13px;
	color: #888;
}
.introduceDetails{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.detailLists{
	width: 220px;
	text-align: left;
	color: #000;
	font-weight: bold;
}
.detailLists ul li{
	margin-bottom: 12px;
	text-decoration: underline;
	cursor: pointer;
}
.detailLists ul li.active{
	color: #e8598d;
}
.jieshaodetails{
	width: 100%;
	flex: 1;
	background-color: #f5f5f5;
	padding: 40px;
	box-sizing: border-box;
}
.jieshaodetails>section{
	display: none;
}
.jieshaodetails>section.active{
	display: block;
}
.showdetails1>h3{
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 12px;
}
.showdetails1>section{
	font-size: 12px;
	color: #888;
}

.strongD>span{
	margin-right: 20px;
	font-weight: bold;
	font-size: 13px;
	display: inline-block;
	color: #333;
}
.marginchildren>p{
	margin-bottom: 12px;
}







/* 新代码 */
	/* 登录页代码 */
.loginContentItem{
	display: flex;justify-content: center;
	flex-wrap: wrap;
	padding-top: 50px;
}
.loginContentItem>h2{
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	color: #333;
	width: 250px;
	border-bottom: 4px solid #e8598d;
	display: block;
	margin-bottom: 40px;
}
.loginContentItem .loginItem{
	width: 100%;
	min-height: 400px;
	margin-bottom: 50px;
}
.loginContentItem .loginItem>section{
	width: 30%;
	height: 46px;
	margin: 0 auto;
	margin-bottom: 30px;
	border: 1px solid #a0a0a0;
	display: flex;
	justify-content: space-between;
}
.leftIconPos{
	width: 50px;
	border-right: 1px solid #ddd;
	display: flex;
	justify-content: center;
	align-items: center;
}
.loginItem section input{
	width: 96%;
	height: 43px;
	border: none;
	font-size: 14px;
}
.loginItem section>p:nth-child(2){
	width: 100%;
	text-align: right;
	flex: 1;
}
.loginBtn{
	border: none!important;
}
.loginBtn button{
	width: 100%;
	font-size: 18px;
	cursor: pointer;
	background-color: #e8598d;
	border: none;
	color: #fff;
	transition: all linear 0.2s; 
}
.loginBtn button:hover{
	background-color: #b2154e;
}










/* 移动端页面效果 */
@media only screen and (max-width:767px) {
	.concatPhone,.detailLists{
		padding-left: 30px;
		box-sizing: border-box;
	}
	.introduceDetails>section{
		width: 100%;
	}
	.introduceUS>section{
		width: 100%;
		padding: 30px 0;
	}
	.mapimg{
		width: 100%!important;
	}
	
	.loginContentItem .loginItem>section{
		width: 85%;
	}
	.shoe-shop .indexGoodLists{
		justify-content: center;
		
	}
	.shoe-shop .indexGoodLists img{
		width: 95%;
		margin-bottom: 20px;
	}
	.bar1-div{
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
	}
	.bar1-div>div.bar1-div-left{
		width: 60%;
	}
	.bar1-div>div.bar1-div-right{
		width: 40%;
	}
	#top-bar2{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	#top-bar2>div{
		width: 100%;
		text-align: center;
	}
	.search-content h2{
		width: 75%;
	}
	.search-content h3{
		width: 25%;
	}
	ul.navigation{
		width: 100%;
		display: flex;
		margin-bottom: 20px;
	}
	.shoe-shop{
		width: 100%;
	}
	#home-main{
		
	}
	.topBGShow{
		height: auto;
	}
	.topBGShowItem{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		padding-bottom: 15px;
	}
	.topBGShowItem>section{
		width: 100%;
		text-align: center!important;
	}
	.productShow{
		width: 100%;
	}
	.productShowMenus{
		flex-wrap: wrap;
		width: 100%;
		padding-left:10px ;
		box-sizing: border-box;
	}
	.productShowMenus>p{
		width: 90%;
		margin-top: 10px;
	}
	.productShowMenus>p>span:first-child{
		width: 70%;
	}
	.productShowMenus>p>span:first-child input{
		width: 100%;
	}
	.goodsShowLists .newsGoods ul li{
		width: 50%;
	}
	.good_category_img, .left_good_imgs{
		width: 100%;
	}
	.contentItem .leftContentItem , .contentItem .centerContentItem{
		display: none;
	}
	.contentItem{
		padding: 0;
		width: 100%;
	}
	.goodDetailIntroduce{
		width: 96%;
		margin-top: 20px;
	}
	.goodDetailsShow{
		justify-content: center;
	}
	.goodImgShows{
		padding: 0 10px;
		box-sizing: border-box;
	}
	.goodImgsShow{
		width: 96%;
	}
	.rightContentItem{
		padding: 0 10px;
		box-sizing: border-box;
	}
	.navigation li{
		flex: 1;
	}
	.navigation li a{
		padding: 0;
		
	}
}