body{
	font-family: Arial,"微軟正黑體";
	width: 100%;
	min-width: 1200px;
	background:url(../images/skechers_index_bg.jpg) no-repeat top;
	background-color: #fff;
}
a{
	text-decoration: none;
	font-weight: normal;
}
/*ul,li{
	list-style: none;
	margin: 0;
	padding: 0;
}*/

/****header start****/
/*//隱藏手機版header//*/
.m_logo,.header{
	display: none;
}
/*///白底menu(scrollVar<160) 
	當scrollTop小於等於界線值時,#resident的class=resident///*/
.resident{
	width: 1200px;
	height: 100px;
	background: #fff;
	margin: 30px auto 0 auto;
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.2);
}
.resident .logo{
	width: 270px;
	height: 23px;
	padding: 38px 0 0 35px;
	float:left;
}
.resident .sub_menu_block{
	height: 80px;
	padding: 0 20px 0 0;
	float:right;
}

.resident ul,
.resident li{
	list-style: none;
	margin: 0;
	padding: 0;
}
.resident .sub_menu li{
	width: 100px;
	text-align: right; 
	float: left;
}
.resident .sub_menu li::after{
	content: '';
	background-image: url(../images/header/skechers_header_img.png); 
	background-position: -437px 0;
	background-repeat: no-repeat;
	width: 23px;
	height: 45px;
	margin: 0 0 0 5px;
	display: inline-block;
}
.resident .sub_menu a{
	color: #000;
	font-weight: normal;
	font-size: 15px;
}
.resident .sub_menu a:hover{
	color:#1A72CC;
	text-decoration:underline ;
}
/*///白底menu(scrollVar>=界線值)
	當scrollTop大於等於界線值時,#resident的class=resident_scroll_over///*/
/*#header fix於上方*/
.fixed{
	position: fixed;
	z-index: 1000;
	width: 100%;
}
.resident_scroll_over{
	max-width: 1200px;
	width: 100%;
	height: 28px;
	background: #fff;
	margin: 0px auto 0 auto;
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.2);
}
.resident_scroll_over .logo{
	width: 160px;
	padding: 8px 0 0 32px;
	float:left;
}
.resident_scroll_over .logo img{
	width: 100%;
	overflow: hidden;
	max-width: 100%
}
.resident_scroll_over .sub_menu_block{
	height: 28px;
	padding: 0 35px 0 0;
	float:right;
}
.resident_scroll_over ul,
.resident_scroll_over li{
	list-style: none;
	margin: 0;
	padding: 0;
}
.resident_scroll_over .sub_menu li{
	margin:0 28px 0 0 ;
	line-height: 2em;
	float: left;
}
.resident_scroll_over .sub_menu li:last-child{
	margin:0;
}
.resident_scroll_over .sub_menu a{
	color: #000;
	font-size: 15px;
	font-weight: normal;
}
.resident_scroll_over .sub_menu a:hover{
	color:#1A72CC;
	text-decoration:underline ;
}
/*///黑底menu背景///*/
/*最外層黑底 寬100%*/
.menu_block{
	background: #000;
	box-shadow: 0px 5px 10px 1px rgba(0,0,0,0.5);
	width: 100%;
	height: 40px;
	position: relative;
	z-index: 900;
}
/*///黑底menu中間選單區///*/
.menu{
	width: 1200px;
	padding-bottom: 10px;
	margin: 0 auto 0 auto;
}
/*中間內容(header fix時) 如寬小於1200px則100%顯示*/
.fixed .menu{
	max-width: 1200px;
	width: 100%;
}
/*///黑底menu左側選單第1層///*/
.menu ul,
.menu li{
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu>li{
	position: relative;
	float: left;
}
.menu>li>.lv1{
	width: 120px;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-weight: bold;
}
.lv1{
	cursor: pointer;
}
.menu ul,.menu li{
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu li>div.lv1:hover,
.act{
	background: #313131;
}
/*///黑底menu左側選單第2層///*/
.menu>li>.lv2_block{
	position: absolute;
	top:40px;
	width: 350px;
	background: rgba(0,0,0,0.7);
	display: none;
	z-index: 890;
}
.lv1_block:after{
	content: '';
	display: block;
	clear: both;
}
.actlv2{
	display: block;
}
.lv2{	
	float: left;	
}
.lv2 li{
	text-align: left;
	padding: 8px 0 0 0;
}
.lv2 li a{
	display: block;
	color: #fff;
	padding-left:20px;
	width: 150px;
	min-height: 28px;
	line-height: 1.5em;
}
.lv2 li:first-child a{
	padding-top: 11px;
}
/*li hover-藍燈效果*/
.lv2 li:hover{
	background: url(../images/header/skechers_header_lv2_head.jpg) repeat-y left top; 
}
.lv2 li a:hover{
	color: #24FFEE;	
}
.lv2 li::after{
	content: '';
	background-image: url(../images/header/skechers_header_img.png); 
	background-position: -75px -17px;
	background-repeat: no-repeat; 
	width: 150px;
	height: 2px;
	display: block;
}
.lv2 li:last-child::after{
	display: none;
}
/*lv2選單右邊商品圖*/
.lv2_img{
	padding: 15px 15px 0 0;
	float: right;
	width: 160px;
	overflow: hidden;
}
.lv2_img img{
	max-width:100% ;
	overflow: hidden;
}
/*///右側項目///*/
.search,.online_shop{
	float: right;
}
/*///search///*/
.search{
	position: relative;
	z-index: 880;
}
/*search的mouse事件感應區*/
.search_btn{
	width: 70px;
	height: 30px;
	margin: 10px 45px 0 0;
}
.search_btn_img{
	background-image: url(../images/header/skechers_header_img.png); 
	background-position: -281px 0;
	background-repeat: no-repeat;
	width: 70px;
	height: 19px;
	margin:0px 35px 0 0;
	cursor: pointer;
}
.search_btn_img:hover,.search_act{
	background-image: url(../images/header/skechers_header_img.png); 
	background-position: -367px 0; 
	background-repeat: no-repeat;
}
.search_btn_img { 
	background-image: url("../images/header/skechers_header_img_change.png");
	background-position: -70px -17px;
	width: 70px;
	height: 19px;
	background-repeat: no-repeat;
}
.search_btn_img:hover {
	background-image: url("../images/header/skechers_header_img_change.png");
	background-position: 0 0;
	width: 70px;
	height: 19px;
	background-repeat: no-repeat;
}

.search_bar{
	position: absolute;
	width: 500px;
	height: 60px;
	background: rgba(210,210,210,0.9);
	top: 40px;
	right: -138px;
	display: none;
}
.search_bar input{
	width: 440px;
	height: 23px;
	margin: 20px 0 0 15px;
	border: 0px;
}
.search_exit{
	width: 16px;
	height: 17px;
	background-image: url(../images/header/skechers_header_img.png); 
	background-position: -351px 0;
	background-repeat: no-repeat;
	cursor: pointer;
	position: absolute;
	top: 23px;
	right: 18px;
}
/*///online shop///*/
.online_shop{
	position: relative;
	z-index: 870;
}
.online_shop ul,
.online_shop li{
	list-style: none;
	margin: 0;
	padding: 0;
}
/*online shop的mouse事件感應區*/
.online_shop_btn{
	width: 103px;
	height: 30px;
	margin:10px 35px 0 0;
	cursor: pointer;
}
/*online shop icon*/
.online_shop_btn_img{
	background: url(../images/header/skechers_header_img.png) no-repeat; 
	background-position: -75px 0;
	width: 103px; height: 17px; 
}
/*online shop icon-hover*/
.online_shop_btn_img:hover,.shop_btn_act{
	background-image: url(../images/header/skechers_header_img.png); 
	background-position: -178px 0;
	background-repeat: no-repeat;
}

.online_shop_btn_img {
	background-image: url("../images/header/skechers_header_img_change.png");
	background-position: -173px 0;
	width: 103px;
	height: 17px;
	background-repeat: no-repeat;
}
.online_shop_btn_img:hover {
	background-image: url("../images/header/skechers_header_img_change.png");
	background-position: -70px 0;
	width: 103px;
	height: 17px;
	background-repeat: no-repeat;
}

/*online shop 下拉內容*/
.shop_list{
	position: absolute;
	top: 40px;
	right: 0px;
	display: none;
}
ul.shop_list,
.shop_list ul,
.shop_list li{
	list-style: none;
	margin: 0;
	padding: 0;
}
.shop_list>li {
	background: rgba(210,210,210,0.8);
	line-height: 1.5em;
	width: 200px;
	min-height: 50px;
}
.shop_list>li a{
	color: #000;
	display: table-cell;
}
/*hover時online shop加底色&文字變白色*/
.shop_list>li:hover{
	background: rgba(149,149,149,1);
}
.shop_list>li:hover .shop_text{
	color: #fff;
}
/*online shop 下方框線*/
.shop_list>li::after{
	content: '';
	border-bottom: 1px solid rgba(149,149,149,0.7);
	display: block;
	margin: 0;
	clear: both;
}
.shop_list>li:last-child::after{
	clear: both;
	border-bottom:0px;
}
/*online shop 下拉內容-左li圖+右li文字*/
.shop_list_lv2{
	float: left;
}
.image_block{
	width:80px; 
	height: 50px;
	display: table-cell;
	vertical-align:middle;
	text-align: right;
}
.image_block img{
	max-width: 100px;
	max-height: 50px;
	vertical-align:middle;
}
.shop_text{
	width: 110px;
	margin:15px 0 0 7px;
	overflow: hidden;
}

/*hover圖(img)先隱藏*/
.image_block img{
	display: none;
	float: right;
}

/*hover時圖片顯示*/
.shop_list>li:hover .image_block img{
	display: inline;

}
.shop_act{
	display: block;
}
/****header end****/

/****footer start****/
#footer{
	width: 100%;
	height: 300px;
	background: #E6E6E6;
}
.footer_t ul,
.footer_t li{
	list-style: none;
	margin: 0;
	padding: 0;
}
/*footer上方區塊*/
.footer_t{
	width: 100%;
}
.footer_t_con{
	width: 1200px;
	height: 230px;
	margin: 0 auto 0 auto;
}
.footer_lv1>li{
	float: left;
	margin: 20px 30px 0 15px;
	width: 105px;
}

.footer_lv1>li span{
	font-size: 16px;
	height: 2.5em;
	line-height:2.6em;
	overflow: hidden;
	display: block;
}
.footer_lv2 li{
	line-height: 28px;
	height: 28px;
	overflow: hidden;
}
.footer_lv1>li.inline{
	width: 190px;
}
.footer_lv1>li:last-child{
	width: 160px;
}
.footer_lv1>li:last-child{
	margin-right:0px;
	padding: 0 0 0 30px; 
	position: relative;
}
/*垂直分隔線*/
.footer_lv1>li:last-child::before{
	content: '';
	background: url(../images/footer/skechers_footer_v.jpg) repeat-y;
	width: 2px;
	height: 185px;
	display: inline-block;
	position: absolute;
	top: -20px;
	left: 0px;
}
.footer_lv2 li a{
	color: #636363;
}
.footer_lv2 li a:hover{
	color: #0062B7;
	text-decoration:underline; 
}
/*門市input長度*/
.store{
	display: block;
	width: 100%;
}
/*footer 右方3三連結*/
.inline_link li a{
	color: #000;
	line-height: 40px;
}
/*footer上下水平分隔線*/
.footer_t::after{
	content: '';
	display: block;
	border-bottom:1px solid #C3C3C3;
	clear: both;
}
/*footer下方區塊*/
.footer_b{
	width: 100%;
	height: 70px;
	background: #E6E6E6;
}
.footer_b>div{
	width: 1200px;
	height: 70px;
	margin: 0 auto 0 auto;
}
.footer_b_con{
	width: 1200px;
	height: 70px;
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	font-size: 13px;
	color: #ABABAB;
	line-height: 22px;
}
.footer_logo{
	background: url(../images/footer/skechers_footer_img.png) no-repeat;
	background-position: 0 0;
	width: 233px;
	height: 22px;
	display: inline-block;
	float: right;
	margin-left: 10px;
}
.footer_b::before{
	content: '';
	display: block;
	border-top:1px solid #fff;
}
/*mmemu左側選單 桌機時隱藏*/
nav{
	display: none;
}

/****footer end****/

/****桌機版-875px start****/
/*避免search跟shop因為寬度不夠而破版*/
@media screen and (max-width: 875px){
.search_btn_img{
	width: 24px;
	height: 19px;
	margin:10px 35px 0 0;
	overflow: hidden;
	cursor: pointer;	
}
.online_shop_btn{
	width: 24px;
	height: 30px;
	margin:10px 35px 0 0;
	overflow: hidden;
	cursor: pointer;
}
.search_btn{
	margin: 0;
}
.search_bar{
	right: -60px;
}

}
/****桌機版-875px end****/

/****手機版 start****/
@media screen and (max-width: 768px){
	.html_edit table{
		width: 100% !important;
	}
	.html_edit img{
		max-width: 100% !important; 
		height: auto !important; 
	}
	/*隱藏桌機header*/
	#resident,#menu_block{
		display: none;
	}

	/*footer寬100%*/
	.footer_t_con,.footer_b>div,.footer_b_con{
		width: 100%;
	}
	/**mmenu header start**/
	body{
		width: 100%;
		min-width: 100%;
		background: #fff;
		position: relative;
		-webkit-text-size-adjust: none;
	}
	nav{
		display: block;
	}
	nav:not(.mm-menu){
	  display: none;
	}
	.m_logo,.header{
		display: block;
	}
	/*手機logo區塊 start*/
	.m_logo{
	  width: 100%;
	  height: 35px;
	  background: #fff;
	  text-align: center;
	  padding-top: 15px;
	}
	.m_logo img{
	  width: 230px;
	}
	/*手機logo區塊 end*/
	/*手機menu區塊 start*/
	.header
	{
	  background: #000;
	  box-shadow: 0px 5px 10px 1px rgba(0,0,0,0.5);
	  width: 100%;
	  height: 40px;
	  z-index: 850;
	  position: relative;
	}
	/*mmenu選單圖示*/
	.mmenu_link{
	  display: inline-block;
	  background: url(../images/header/skechers_header_img.png) no-repeat right bottom; 
	  background-position: -225px -17px;
	  width: 23px;
	  height: 20px;
	  margin:10px 0 0 40px;
	}
	/**手機online_shop start**/
	.m_online_shop{
		position: relative;
		z-index: 880;
	}
	.m_online_shop_btn{
		width: 27px;
		height: 23px;
		background-image: url(../images/header/skechers_header_img.png); 
		/*background-position: -21px 0;*/
		background-position: -48px 0;
		background-repeat: no-repeat;
		float:right;
		margin:-22px 40px 0 0;
	}
	.m_shop_list{
		position: absolute;
		width: 100%;
		top:7px;
		display: none;
	}
	.m_shop_list a{
		display: block;
		width: 100%;
		color: #000;
		padding: 10px 0 10px 0;
	}
	.m_shop_list a:active{
		color: #fff;
		background: #959595;
	}
	.m_shop_list li{
		text-align: center;
		display: block;
		background: #E6E6E6;
		width: 100%;
		min-height: 30px;
		border-bottom: 1px solid #BEBEBE;
		border-top: 1px solid #fff;
	}
	.m_shop_list li:first-child{
		border-top:0px;
	}
	.m_shop_list li:last-child{
		border-bottom:0px;
		box-shadow: 0px 10px 10px 1px rgba(0,0,0,0.2);
	}
	.m_shop_list li>a>div{
		width: 100%;
	}
	.m_shop_img{
		max-height: 50px;
		display: inline-block;
		margin: 0 15px 0 0;
	}
	.m_shop_img img{
		max-width: 100px;
		max-height: 50px;
		vertical-align:middle;
	}
	.m_shop_btn_act{
		background-image: url(../images/header/skechers_header_img.png); 
		background-position: -48px 0;
		background-repeat: no-repeat;
	}
	/**手機online_shop end**/

	/**手機search start**/
	.m_search{
		position: relative;
		z-index: 870;
	}
	.m_search_btn{
		width: 21px;
		height: 24px;
		background-image: url(../images/header/skechers_header_img.png); 
		/*background-position: -248px -17px; */
		background-position: 0 0; 
		background-repeat: no-repeat;
		float:right;
		margin:-22px 35px 0 0;
	}
	.m_search_act{
		background: url(../images/header/skechers_header_img.png);
		background-position: 0 0;
		background-repeat: no-repeat;
	}
	.m_search_bar{
		display: none;
		position: absolute;
		top:7px;
		background: rgba(210,210,210,0.9);
		width: 100%;
		height: 3em;
		text-align: center;
		box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.2);
	}
	.m_search_bar>input{
		width: 90%;
		height: 1.5em;
		margin: 1em 0 0 0;
		border: 0;
		line-height: 1.5em;
	}
	.m_search_exit{
		display: none;
	}
	/**手機search end**/
	/*手機menu區塊 end*/

	/*mmenu左側選單區塊 start*/
	.m_lv1 > li > a:active{
		color:#24FFEE;
		background: url(../images/header/skechers_header_lv2_head.jpg) repeat-y left;
	}
	.m_lv1 li{
		background: #313131;
	}
	.m_mmenu>li{
		border-top: 1px solid #323232;
		border-bottom:1px solid #000;
	}
	.m_lv1>li{
		border-top: 1px solid #434343;
		border-bottom:1px solid #1A1A1A;
	}
	.m_mmenu>li:last-child,
	.m_lv1>li:last-child{
		border-bottom:0px;
	}
	.m_mmenu>li:first-child{
		border-top:0px;
	}
	.m_mmenu .m_lv1 li>a{
		padding-left: 2.5em;
	}
	/*mmenu左側選單區塊 end*/
	/**手機mmenu header end**/

	/**手機 footer start**/
	.footer_t,.footer_b,.footer_b_con,.footer_lv1>li{
		background: #E6E6E6;
	}
	#footer li{
		display: block;
		width: 100%;
		margin:0;
		-webkit-box-sizing: border-box;
     	-moz-box-sizing: border-box;
		box-sizing:border-box;
	}
	.footer_lv1>li{
		border-bottom:1px solid #C0C0C0; 
		border-top:1px solid #fff;
	}
	.footer_lv1>li:first-child{
		border-top:0px;
	}
	.footer_lv1>li:last-child{
		border-bottom:0px;
	}
	.footer_title{
		padding:0 0 0 2em;
		width: 100%;
		position: relative;
		-webkit-box-sizing: border-box;
     	-moz-box-sizing: border-box;
		box-sizing:border-box;
		/*20150917*/
		cursor: pointer;
	}
	/*避免三角型被字蓋住*/
	.footer_lv1>li span{
		padding-right: 40px;
	}
	.footer_lv1>li.inline span{
		overflow: visible;
		padding-right: 0;
	}
	.inline>div{
		display: inline-block;
		padding:0 0 0 2em;
	}
	/*li三角圖示*/
	.footer_title::after{
		content: '';
		position: absolute;
		right: 2em;
		top: 1em;
		display: block;
		width: 7px;
		height: 11px;
		background: url(../images/footer/skechers_footer_img.png) no-repeat;
		background-position: -233px 0;
	}
	/*轉90度*/
	.deg90>.footer_title::after{
		-webkit-transform:rotate(90deg);
	 	-moz-transform:rotate(90deg);
	  	-o-transform:rotate(90deg);
	  	transform:rotate(90deg);
	}
	.footer_lv2>li{
		height: 2.8em;
		border-bottom:1px solid #424242; 
		border-top:1px solid #7F7F7F;
	}
	.footer_lv2>li:first-child{
		border-top:0px;
	}
	.footer_lv2>li:last-child{
		border-bottom:0px;
	}

	#footer .inline span{
		display: inline-block;
		width: auto;
	}
	.footer_lv2{
		background: #626262;
		display: none;
	}
	.footer_lv2 li{
		margin: 5px 0 5px 0;		
	}
	.footer_lv2 li a{
		color: #fff;
		display: block;
		width: 100%;
		-webkit-box-sizing: border-box;
     	-moz-box-sizing: border-box;
		box-sizing:border-box;
		padding:0.5em 0 0.5em 3.5em;
	}
	.footer_lv2 li a:hover{
		color: #fff;
		text-decoration: none;
	}
	.footer_lv2 li a:active{
		color: #fff;
		background: #1B1B1B;
		text-decoration: none;
	}
	.store{
		display: inline-block;
		width: 60%;
		margin:0 10px 0 10px;
	}
	.footer_lv1>li:last-child::before{
		top:0px;
	}
	.footer_lv1>li:last-child::after{
		display: none;
	}
	#footer .inline_link li{
		display: inline-block;
		width: auto;
		padding-right: 30px;
	}
	#footer .inline_link li:last-child{
		min-width: 100%;
	}
	.footer_b>div{
		height: auto;
	}
	.footer_b_con{
		display: block;
		width: 100%;
		text-align: center;
	}
	.footer_logo{
		display: block;
		text-align: center;
		width: 233px;
		height: 22px;
		margin: 20px auto 5px auto;
		float: none;
	}
	#footer .footer_b_con span{
		display: block;
		width: 100%;
		margin: 0;
		padding: 0;
		text-align: center;
	}
	/**手機 footer end**/
}
/****手機版 end****/