iframe{width:100%;max-width:100%;max-height: 100%;}
*,body,header,footer,div,input,img,p,b,h1,h2,h3,ol,li,ul,dt,dd,dl,span,a,
article,nav,aside,details{
	margin:0;
	padding:0;
	border:none;
	list-style:none;
	text-decoration:none;
	outline:none;
	font-size: 13px;
	color: #000;
	font-family: 'PT Sans Caption',arial;
}
article,aside,details,footer,header,main,nav {
	display: block;}
html {
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;}
audio,canvas,progress,video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
audio:not([controls]) { 
	display: none; 
	height: 0; }
img{
	border:0 none;
}
table{
	border:0;
	margin:0;
	border-collapse:collapse;
	border-spacing:0;
  	border-collapse:collapse;
  	width: 100%;
}
table td {
    padding:0;
}
/**Public**/
body{
	background-color: #FED149;
}
#back-drop {
    width: 100%;
    height: 100%;
    background: rgb(0 0 0/80%);
    position: fixed;
    top: 0;
    z-index: 99999;
    display: none;
}
#back-drop img {
    width: 80px;
    position: absolute;
    top: -90px;
    transform: scaleX(-1) rotate(24deg);
}
#back-drop .inner {
    font-size: 30px;
    line-height: 36px;
    color: #fff;
    width: 500px;
    position: absolute;
    top: 240px;
    left: 24%;
}
#back-drop .inner-text div{
    color: #fff;
    font-size: 30px;
    line-height: 36px;
}
#back-drop .inner-text strong {
	font-weight: 700;
    color: #fff;
    font-size: 30px;
    line-height: 36px;
}
#loginButton {
    display:none;
    position:fixed;
    z-index:9999;
    left:50%;
    transform: translateX(-50%);
}
#header,#main,#footer{
	margin: 0 auto;
	width: 980px;
	overflow: hidden;
}
.clear{
	clear: both;
}
.blank{
	height: 10px;
}
/****header-str****/
header{
	padding: 20px 0;
	overflow: hidden;
}
.header_logo img{
	width: 168px; height: 27px;
}
.header_logo,.header_nav{
	float: left;
}
.header_mobile,.header_mobile_icon,
.header_mobile_lg,.home,.header_logo_media{
	display: none;
}
.body_btn{
	position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    z-index: 966;
    visibility: hidden;
    pointer-events: none;
    display: block;
}
.header_nav{margin-left: 10px;}
.header_nav li{
	float: left;
}
.header_nav li.li_uk{
	margin: 0 10px;
}
.header_nav li a{
	text-transform:uppercase;
	color:#000;
	float:left;
	padding:4px 10px 3px 10px;
	text-align:center;
	font-size:14px;
	font-weight: bold;
	border:1px solid #FED149;
	border-radius: 30px;
}
.header_nav li a:hover,.header_nav .down{
	color:#F47153;
	border:1px solid #F47153;
}
.header_search{
	float:right;
	margin-top:4px;
	margin-left:10px;
	position: relative;
}
.header_search input{
	border:none;
	height:20px;
	line-height:20px;
	float:left;
	background:#fff;
	border-radius: 0;
}
.header_search input.box{
	font-size:1em;
	width:200px;
	color:#000;
	padding-left:5px;
}
.header_search input.box::-webkit-input-placeholder {
	color: #d6d6d6;
}

.header_search input.box::-moz-placeholder {
	color: #d6d6d6;
}

.header_search input.box:-moz-placeholder {
	color: #d6d6d6;
}

.header_search input.box:-ms-input-placeholder {
	color: #d6d6d6;
}
.header_search input.box:focus::-webkit-input-placeholder {
	color:transparent;
}
.header_search input.box:focus:-moz-placeholder{
	color:transparent;
}
.header_search input.box:focus::-moz-placeholder {
	color:transparent;
}
.header_search input.box:focus:-ms-input-placeholder {
	color:transparent;
}




.header_search button.sub{
	cursor: pointer;
	border: none;
	background: none;
	background:url("../Images/search.png") no-repeat;
	width: 20px;height: 20px;
	text-indent:1000px;
}
/****header-end****/
/**main**/
/*banner*/
.banner{
	background-color: #fff;
	display: inline-flex;
	width: 100%;
}
.banner a{
	margin:0 auto;
	display: inherit;
}
.banner img{
	width: 100%;
	height: 100%;
}
/*main*/
#main{
	padding-top: 8px;
	min-height: 900px;
}
h3{
	padding: 10px 0;
	font: bold 24px/32px 'PT Sans Caption';
}
/*main_stores*/
.main_stores{
	padding-top: 10px;
}
.stores_logo{
	overflow:hidden;
	margin-left: -1%;
	margin-right: -1%;
}
.stores_logo li{
	background: #fff;
	float: left;
	text-align: center;
	width: 18%;
	margin-right: 1%;
	margin-left: 1%;
	margin-bottom: 2%;
}
.stores_logo li a{
	display: table-cell;
    height: 161px;
    overflow: hidden;
    vertical-align: middle;
    width: 180px;
    box-sizing: border-box;
}
.stores_logo img{
	max-width: 100px;
	height: auto;
	vertical-align: middle;
	min-height: auto;
}
/*stores_rec*/
.stores_rec{
	margin-bottom: 2.2%; 
	overflow: hidden;
	margin-left: -1%;
	margin-right: -1%;
}
.stores_rec li{
	float: left;
	width: 18%;
	margin-bottom: 8px;
	margin-right: 1%;
	margin-left: 1%;
}
.stores_rec li a{
	font-size: 16px;
	color: #000;
}
.stores_rec li a:hover{
	color:#F47153;
	text-decoration: underline;
}
/**********brand_list**********/
main{
	background-color: #fff;
}
/*****main_art*****/
.main_art{
	width: 728px;
	float: left;
}
h1,h1 span{
	font:700 22px/32px 'PT Sans Caption';
	margin: 8px 0;
}
/*Breadcrumbs*/
.Breadcrumbs{
	margin-bottom: 10px;
}
.Breadcrumbs,.Breadcrumbs a:hover{
	color: #F47153;
}
.Breadcrumbs a{
	color: #999999;
}
.Breadcrumbs a:hover{
	text-decoration: underline;
}
.Breadcrumbs span:before{
	content: "> ";
	color: #999999;
}
.Breadcrumbs span:nth-child(1):before{
	content: "";
}
.Breadcrumbs span:nth-last-child(1) a{
	color: #F47153;
}
/*ads*/
.ads{
	margin-top: 10px;
	margin-bottom: 10px
}
/*sequence*/
.sequence{
	padding: 0 10px 0px;
}
.sequence a{
	color: #000;
	display: inline-block;
    height: 25px;
    line-height: 25px;
	text-align: center;
	width: 25px;
	border-radius: 50%;
	background:#efefef;
	margin-bottom:10px;
	margin-right:5px;
}
.sequence a:hover,.sequence .pop{
	background:#F47153;
	color:#fff;
}
.sequence .popular a,.sequence .popular a.pop{
	background:#F47153;
	width:auto;
	border-radius: 30px;
	padding:0 10px;
	color:#fff;
}
.sequence .popular a{
	background:#efefef;
	color:#000;
}
/*列表*/
.brand_list{
	border-top: 1px solid #ededed;
	overflow:hidden;
}
.brand_list li{
	width: 49%;
	float: left;
	border-bottom: 1px solid #ededed;
	overflow:hidden;
}
.brand_list li:nth-child(2n){
	float:right;
}
.brand_list li:hover,
.main_aside li:hover,
.info_ul li:hover,
.mall_list li:hover,
.state_list li:hover{
	/*brand_list/main_aside/info_ul/mall_list/state_list*/
	background: #f9fafd;
}
.brand_list li a{
	padding-left: 10px;
	display: inherit;
}
.brand_list li:hover .tit,
.main_aside li:hover a,
.mall_list li:hover a,
.store_list li:hover a .sp_tit,
.state_list li:hover span,
.brand_malls li:hover a,
.store_list li:hover .sp_tt{
	/*brand_list/main_aside/mall_list/store_list/state_list/brand_malls*/
	color: #F47153;
	text-decoration:underline;
}
.brand_list li span{
	display: inline-block;
	float: left;
	line-height: 34px;
}
.brand_list li .arrow,.state_list .arrow{/*brand_list/state_list*/
	float: right;
	height: 28px;
	width: 4px;
	margin-top: 3px;
}
.brand_list li .tit,.state_list span{/*brand_list/state_list*/
	width: 63%;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.brand_list li .product{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 30%;
    font-size: 11px;
    color: #9d9d9d;
}
.brand_malls li{/*brand_malls*/
	line-height: 34px
}
.brand_malls li .product{
	width: auto;
	float: right;
	font-size: 11px;
	color: #9d9d9d;
}
.brand_stores .product{
	float: right;
	text-align: right;
}
/*****mall******/
.state_list{
	overflow: hidden;
	margin-right: -1%;
	margin-left: -1%;
}
.state_list li{
	cursor: pointer;
	text-indent: 10px;
	line-height: 30px;
	border-bottom: 1px solid #ededed;
	width: 23%;
	float: left;
	margin-right: 1%;
	margin-left: 1%;
}
.state_list span{
	width: 89%;
	float: left;
}
/*pagination*/
.pagination{
	margin-top:10px;
	text-align: center;
}
.pagination li{
	border: 1px solid #f6be9e;
	color: #F47153;
	display: inline-block;
	margin: 3px;
}
.pagination li a,.pagination li span{
	color: #F47153;
	display: inline-block;
	line-height: 20px;
	padding: 0 6px;
}
.pagination li.active span,.pagination li a:hover{
	background-color: #F47153;
	color: #fff;
}
/*info*/
.info{
	overflow: hidden;
	
	border-bottom: 1px solid #ededed;
	border-top: 1px solid #ededed;
	
	margin-bottom: 10px;
}
.info_con{
	display: table;
	width: 100%;
}
.info_logo{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 20%;
}
.info_logo a{
	text-align: center;
	/*height: 140px;*/
}
.info_logo img{
	max-width: 100px;
}
.num{
	margin-top: 5px;
}
.view_map a{
	padding-left: 20px;
	color: #F47153;
	background: url(../Images/mall-map.png) no-repeat left top;
}
/**星星评分**/
.star_div{
	height:auto;
	overflow:hidden;
	position: relative; 
	margin-top: 5px;
}
.star_div b{
	font-weight: normal;
}
.rating{
	display:block;
	width:100px;
	height:18.4px;
	position:absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}
.star{
	display:inline-block;
	width:20px;
	height:18.4px;
	padding-left:0;
	cursor:pointer;
	position:absolute;
	z-index:3;
	background-size: auto 100%;
}
.star1{left:0;}
.star2{left:20px;}
.star3{left:40px;}
.star4{left:60px;}
.star5{left:80px;}
.score{position:absolute;clip:rect(0,0,0,0);}
/*鼠标滑动*/
.score_star,
.rating:hover{
	background:url(../Images/star.svg) repeat-x;
    background-size: 20px 18.4px; 
}
.rating .star:hover{
	background:url(../Images/star_hover.svg) repeat-x 0 0;
	left:0; 
	top:0;
	z-index:4;
	background-size: 20px 18.4px;
}
.star1:hover{width:20px;}
.star2:hover{width:40px;}
.star3:hover{width:60px;}
.star4:hover{width:80px;}
.star5:hover{width:100px;}
/*显示评分*/
.score_span{
	display:inline-block;
	line-height:22px;
	float:left;
	padding-left:6px;
}
.score_star{
	width:100px;
	display:inline-block;
	height:18.4px;
  	background:url(../Images/star.svg) repeat-x;
  	background-size: 20px 18.4px;
  	float: left;
}
.score_star:hover{z-index: 3;}
.score_star b{
	height:18.4px;
    display:inline-block;
    overflow:hidden;
    background-position: inherit;
    background:url(../Images/star_hover.svg) repeat-x;
    background-size: 20px 18.4px;
}
/*info*/
.info_ul li{
	overflow: hidden;
	padding-top: 3px;
	padding-bottom: 3px;
	line-height: 21px;
	border-bottom: 1px solid #ededed;
}
.info_ul li span{
	float: left;
	font-weight: 700;
	margin: 0 10px;
	width: 25%;
	font-size: 14px;
}
.info_ul li .info_dz{
	float: left;
	width: 70%;
	word-break: break-all;
}
.info_ul .info_pro a{
	border: 1px solid #cccccc;
	border-radius: 3px;
	color: #9d9d9d;
	display: inline-block;
	line-height: 20px;
	margin: 3px 5px 3px 0;
	overflow-wrap: break-word;
	padding: 1px 5px;
}
.info_ul .info_pro a:hover{
	border:1px solid #F47153;
	background: #F47153;
	color: #fff;
}
.info_ul .info_lipro{
	padding-top: 3px;
	border-bottom: none;
}
.info_ul .info_mall a{
	color: #F47153;
}
.info_ul .info_mall a:hover{
	text-decoration: underline;
}
.info_ul .info_lh{
	line-height: 21px;
	float: left;
}
.info_ul .info_hours ul{
	width: 70%;
	float: left;
	padding: 4px 0;
}
.info_ul .info_bt{
	border-bottom: none;
}
.info_ul .info_hours li{
	width: 50%;
	float: left;
	border-bottom: none;
	color: #9d9d9d;
	padding: 0;
}
.info_ul .info_hours li b{
	display: inline-block;
	width: 40px;
}
.info_ul .info_hours p{
	padding: 0 10px;
}
.info_ul .info_mobile,.info_ul_mobile{
	display: none;
}
.info_ul .info_hours .long_regular_hours{
	width: 100%;
}
.info_ul .info_hours .long_regular_hours b{
	width: 105px;
}
/*mall_list*/
.tit_h3{
	text-indent: 10px;
	padding-top: 8px;
	padding-bottom: 6px;
	border-bottom: 3px solid #F47153;
	font: 700 15px/20px 'PT Sans Caption';
}
.mall_list ul{/*mall_list*/
	overflow: hidden;
	margin-bottom: 10px;
	margin-left: -1%;
	margin-right: -1%;
}
.mall_list li{
	cursor: pointer;
	text-indent: 10px;
	line-height: 30px;
	border-bottom: 1px solid #ededed;
	width: 23%;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-right: 1%;
	margin-left: 1%;
}
.nearby_list li,.hours_sp p{/*nearby_list/hours_list*/
	line-height: 30px;
	border-bottom: 1px solid #ededed;
	width: 49%;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-right: 0;
}
.nearby_list li:nth-child(2n),.hours_sp p:nth-child(2n){
	float: right;
}
.hours_sp{/*hours_sp*/
	overflow: hidden;
	margin-bottom: 10px;
}
.hours_sp p{
	text-indent: 10px;
}
/*store_list*/
.store_list ul{
	margin: 0;
}
.store_list li{
	width: 100%;
	text-indent: 0px;
	margin: 0;
	border-bottom:none;
}
.store_list li a{
	display: inline-flex;
    text-indent: 10px;
    width: 100%;
}
.store_list li span{
	display: inline-block;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid #ededed;
}
.store_list li sub{
	border-bottom: 2px solid #9d9d9d;
    margin: 0 10px;
    width: 2px;
}
.store_list li .sp_tit{
	width: 45%;
	font-size: 14px;
}
.store_list li .sp_shop{
	width: 37%;
}
.store_list li .sp_add{
	width: 18%;
}
.sp_tt{
	width: 39%;
}
.sp_phone{
	width: 21%;
}
.sp_city{
	width: 17%;
}
.sp_area{
	width: 16%;
}
.store_list li .sp_shop,
.store_list li .sp_add,
.store_list li .sp_phone,
.store_list li .sp_city,
.store_list li .sp_area,
.store_list i{
	color: #9d9d9d;
	font-size:12px;
	line-height: 32px;
	text-decoration: none;
}
.store_list li:hover a{
	text-decoration: none;
}
.store_list .store_tit{/*state.html***store_tit*/
	display: flex;
}
.store_list .store_tit span{
	text-indent: 10px;
	font-size: 14px;
}
.store_list .store_tit,.store_list .store_tit_iphone{
	border-bottom: 3px solid #F47153;
}
.store_list .store_tit:hover,.store_list .store_tit_iphone:hover{
	background:#fff;
}
.store_list .store_tit:hover .sp_tt{
	text-decoration: none;
	color: #000;
}
.store_list .store_tit span{
	font-weight: 700;
	color: #000;
}
.store_list .store_tit sub{
	border-bottom: 2px solid #fff;
}
.store_list .store_tit_iphone{
	display: none;
}
.store_list i{
	font-style: normal;
	display: none;
}
.hours_list li{
	border-bottom: none;
}
.hours_list li:hover{
	background: none;
}
/*people*/
.people ul{
	margin-top: 2.15%;
	overflow:hidden;
	margin-right: -1.1%;
    margin-left: -1.1%;
}
.people li{
	border: 1px solid #ededed;
    float: left;
    margin-bottom:2.2%;
    margin-right: 1.1%;
    margin-left: 1.1%;
    text-align: center;
    width: 17.5%;
    height: 120px;
}
.people li:hover{
	border-bottom: 1px solid #F47153;
}
.people li a:before{
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.people li img{
	max-width: 100px;
	max-height: 100px;
	vertical-align: middle;
}
.people li span{
	display: table-caption;
}
/*map*/
.map img{
	width: 100%;
	margin-bottom: 5px;
}
/***about***/
.about{
	text-align: justify;
	margin: 10px 0;
	padding-right: 10px;
	line-height: 22px;
}
.about p{
	line-height: 24px;
	margin-bottom: 15px;
}
.about b a{
	font-size: 15px;
	border-bottom: 1px solid #F47153;
}
.form .p{
	width: 48%;
	float: left;
}
.form .p:nth-child(2){
	float: right;
}
.form label{
	display: block;
}
.form sup{
	color: red;
	font-size: 14px;
    font-weight: 700;
}
.form input,textarea{
	border-radius: 4px;
	font-size: 14px;
	line-height: 1.5;
	box-sizing: border-box;
	border: 1px solid #ededed;
	padding: 5px;
	width: 100%;
}
textarea{
	resize: none;
	height: 100px;
}
.form .message{
	margin-bottom: 0;
}
.submit{
	width: 82px !important;
	cursor: pointer;
	background: #F47153;
	color: #fff;
	border: none;
	border-radius: 4px;
	float: right;
	height: 28px;
	padding: 3px 18px !important;
	text-shadow: 1px 1px 0 #F47153;
	font-size: 14px;
}
/**404**/
.main_404 {
	padding-top: 15px;
}
.main_404 p,.main_404 p a{
	line-height: 24px;
    font-size: 16px;
    margin-bottom: 10px;
}
.main_404 p a{
	color: #F47153;
}
.main_404 p a:hover{
	text-decoration: underline;
}
/*****main_aside*****/
.main_aside{
	width: 230px;
	float: right;
}
.main_aside h3{
	font:700 15px/20px 'PT Sans Caption';
	border-bottom: 3px solid #F47153;
	padding: 5px 0 6px;
}
.main_aside ul{
	overflow: hidden;
}
.main_aside li{
	border-bottom: 1px solid #ededed;
	line-height: 30px;
	overflow: hidden;
	width: 100%;
}
.main_aside li a{
	display: inherit;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 60%;
	color: #000;
}
.main_aside li span{
	float: right;
	color: #9d9d9d;
	font-size: 11px;
}
.popular_ul li a{/*popular_ul*/
	width: 100%;
}
.popular_ul img{
	float: right;
}
.nearby_ul li{/*nearby_ul*/
	overflow: hidden;
	margin-bottom: 6px;
	padding-bottom: 6px;
	border-bottom: none;
	background: #f9fafd;
}
.nearby_logo,.nearby_ul dl{
	float: left;
}
.nearby_logo{
	background: #fff;
	width: 60px;
	border: 1px solid #f9fafd;
	padding: 2px;
	height: 60px;
	line-height: 60px;
}
.main_aside .nearby_logo a{
	text-align: center;
	width: 100%;
}
.main_aside li:hover .nearby_logo a{
	text-decoration: none;
}
.nearby_logo a:before{
	display: inline-block;
	content: "";
}
.nearby_logo img{
	max-height: 85%;
    max-width: 85%;
    vertical-align: middle;
    height: auto;
    min-height: auto;
}
.main_aside .nearby_ul dl{
	line-height: 20px;
	margin-left: 10px;
	width: 57%;
}
.nearby_ul dl dt{
	margin-top: 5px;
}
.nearby_ul dl dt a{
	width: 100%;
}
.nearby_ul dl dd{
	color: #9d9d9d;
}
/**footer**/
footer{
	border-top: 3px solid #000;
}
#footer{
	margin-top: 20px;
}
#footer a:hover{
	color: #F47153;
	text-decoration: underline;
}
.ft_lk{
	float: left;
	line-height: 20px;
	overflow: hidden;
	width: 150px;
}
.ft_tt{
	padding: 3px 0;
	margin-bottom: 6px;
}
.ft_tt a{
	line-height: 20px;
	font-size: 15px;
	font-weight: 700;
}
.ft_tt a:hover{
	color: #000;
	text-decoration: none;
}
.ft_link a{
	display: inline-block;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	margin-bottom: 3px;
	margin-right: 0.62%;
	width: 16px;
}
.ft_brands{
	float: right;
	width: 79.5%;
}
.ft_brands ul{
	margin-right: -1%;
	margin-left: -1%;
}
.ft_brands li{
	width: 23%;
	float: left;
	height: 20px;
	line-height: 20px;
	margin-bottom: 3px;
	margin-right: 1%;
	margin-left: 1%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ft_brands li a{
	font-size: 12px;
}
.ft_copy{
	position: relative;
	text-align: center;
	padding: 55px 0 5px 0;
	overflow: hidden;
}
.ukus{
	position: absolute;
	left: 0;
}
.ukus img{
	border:1px solid #000;
}
.ukus .uk{
	margin-left: 20px;
}
.copy_nav a{
	margin-left: 15px;
}
.copy_nav span{
	display: inline-block;
	width: 100%;
	height: 0px;
	clear: both;
}

/***980px***/
@media screen and (max-width:980px) {
	/**Public**/
	#header, #main, #footer{
		width: 97%;
	}
	/**header**/
	.header_nav li a,
	.header_nav li a:hover,
	.header_nav li .down{
		border:none;
	}
	.header_nav li a:hover,
	.header_nav li .down{
		text-decoration: underline;
	}
	.header_nav li a{
		padding: 4px 6px 3px 6px;
	}
	/**list**/
	.main_art,.main_aside{
		width: 100%;
	}
	/*main_aside*/
	.main_aside h3 {
	    text-indent: 10px;
	}
	.main_aside li{
		width: 49%;
	    float: left;
	    text-indent: 10px;
	}
	.main_aside li:nth-child(2n){
		float: right;
	}
	.nearby_ul li{
		text-indent: 0;
	}
}
/***940px***/
@media screen and (max-width:940px) {
	/**header**/
	.header_search input.box{
		width: 150px;
	}
}
/***890px***/
@media screen and (max-width:890px) {
	/**header**/
	.header_search input.box{
		width: 120px;
	}
	/*main_stores*/
	.stores_logo li a{
		height: 140px;
	}
}
/***860px***/
@media screen and (max-width:860px) {
	/**header**/
	header{
		padding: 5px 0;
	}
	.header_logo{
		margin-top: 15px;
	}
	.header_search input.box{
		width: 300px;
	}
	.header_nav{
		margin-top: 5px;
	    float: right;
	    line-height: 19px;
	}
	.header_nav li a{
		padding: 4px 0px 3px 8px;
	}
	/*main_stores*/
	.stores_logo li a{
		height: 120px;
	}
	.stores_logo img{
		max-width: 80px;
	}
	.stores_rec li{
		width: 23%;
	}
	.info_logo img{
		max-width: 80px;
	}
	/*面包屑*/
	.Breadcrumbs{
		display: none;
	}
	/**footer**/
	.ft_lk,.ft_brands{
		width: 100%;
	}
	.ft_brands{
		padding-top: 10px;
	}
	.ft_copy{
		padding-top: 25px;
	}
}

/***670px***/
@media screen and (max-width:670px) {
	/**header**/
	header{
		border-bottom: 1px solid #fff;
		padding-bottom: 0;
	}
	.header_search{
		margin-top: 6px;
	}
	.header_logo img:nth-child(1){
		display: none;
	}
	.header_logo img{
		width: auto;
		height: auto;
	}
	.header_logo{
	    width: auto;
	    margin-left: 50px;
	    margin-top: 0;
	}
	.header_mobile, .header_mobile_icon, 
	.header_mobile_lg, .home, .header_logo_media{
		display: inline-block;
	}
	.header_mobile{
		opacity: 0;
	    top: 0px;
	    position: fixed;
	    left: 0px;
	    z-index: 99999;
	    width: 35px;
	    height: 35px;
	}
	.header_mobile_icon{
		opacity: 1;
	    top: 5px;
	    position: fixed;
	    left: 0px;
	    z-index: 99999;
	    width: 35px;
	    height: 35px;
	}
	.header_mobile_icon{
		line-height: 0;
	    position: absolute;
	    left: 10px;
	    top: 11px;
	    width: 22px;
	    height: 20px;
	    font-size: 0;
	    overflow: hidden;
	    transition: left .2s ease-in-out;
	    -webkit-transition: left .2s ease-in-out;
	    -o-transition: left .2s ease-in-out;
	    -moz-transition: left .2s ease-in-out;
	    cursor: pointer;
	    z-index: 99;
	}
	.header_mobile_icon span{
		display: inline-block;
	    margin: 0 0 4px 0;
	    width: 22px;
	    height: 4px;
	    background-color: #fff;
	    border-radius: 1px;
	    transition: transform 0.02s ease-in-out,width 0.1s ease-in-out;
	    -webkit-transition: transform 0.02s ease-in-out,width 0.1s ease-in-out;
	    -o-transition: transform 0.02s ease-in-out,width 0.1s ease-in-out;
	    -moz-transition: transform 0.02s ease-in-out,width 0.1s ease-in-out;
	}
	.header_nav{
		margin-left: 0;
		position: fixed;
	    left: -355px;
	    top: 0px;
	    width: 325px;
	    z-index: 999;
	    transition: left .2s ease-in-out;
	    -webkit-transition: left .2s ease-in-out;
	    -o-transition: left .2s ease-in-out;
	    -moz-transition: left .2s ease-in-out;
	    height: 100%;
	    background: #fff;
	    border-right: 1px solid #ededed;
	    margin-top: 0;
	}
	.header_nav .header_mobile_lg {
		padding:9px 0 4px 10px;
		display: block;
		background:#ffd143;}
	.header_nav .header_mobile_lg a{
		display: inline-block;
		background: url("../Images/logo2.png") no-repeat center;
	    width: 148px;
	    height: 23px;
	}
	.header_nav li,.header_nav li.li_uk{
		width: 100%;
		margin:0;
	}
	.header_nav li a{
		height: 37px;
		font-size: 14px;
	    line-height: 37px;
	    background: #fff;
	    width: 100%;
	    clear: both;
	    text-align: left;
	    color: #000;
	    border:none;
		border-radius: 0;
	    border-bottom: 1px solid #ededed;
	    padding: 0px;
	}
	.header_nav li a:hover,.header_nav li .down{
		border-radius: 0;
		border-bottom: 1px solid #ededed;
	}
	.header_nav li.home:hover{
		border-bottom: none;
	}
	.header_nav a span{
		display: inline-block;
	    float: right;
	    width: 3px;
	    background: #F47153;
	    height: 27px;
	    margin: 5px 10px 0 0;
	}
	.header_nav a i{
		display: inline-block;
	    width: 20px;
	    height: 20px;
	    margin: 8px 10px 0 10px;
	    float: left;
	}
	.header_nav .home i{
		background: url("../Images/ol_icon.png") no-repeat top center;
	}
	.header_nav .stores i{
		background: url("../Images/ol_icon.png") no-repeat center -20px;
	}
	.header_nav .malls i{
		background: url("../Images/ol_icon.png") no-repeat center -40px;
	}
	#header_mobile:checked~div.header_nav{
		left: 0;
	}
	#header_mobile:checked ~ .body_btn{
		visibility: visible;
    		pointer-events: auto;
	}
	#header_mobile:checked~div.header_mobile_icon, #header_mobile:checked{
		left: 290px;
	}
	#header_mobile:checked~.header_search input.box{
		width: 150px;
	}
	#header_mobile:checked~div.header_mobile_icon {
	    position: fixed;
	    z-index: 9999;
	}
	#header_mobile:checked~div>span:first-child{
		width: 25px;
		transform-origin: 0 3px;
		transform: rotate(45deg);
		-webkit-transform-origin: 0 3px;
		-webkit-transform: rotate(45deg);
		-o-transform-origin: 0 3px;
		-o-transform: rotate(45deg);
		-moz-transform-origin: 0 3px;
		-moz-transform: rotate(45deg);
	}
	#header_mobile:checked~div>span:first-child+span{
		background:#ffd143;
	}
	#header_mobile:checked~div>span:last-child{
		width: 25px;
	    transform-origin: 3px 2px;
	    transform: rotate(-45deg);
	    -webkit-transform-origin: 3px 2px;
	    -webkit-transform: rotate(-45deg);
	    -o-transform-origin: 3px 2px;
	    -o-transform: rotate(-45deg);
	    -moz-transform-origin: 3px 2px;
	    -moz-transform: rotate(-45deg);
	}
	.searchform input.btn{
		position: absolute;
		right: 0;
	}
	/*main_stores*/
	.stores_logo li a{
		height: 100px;
	}
	.stores_rec li{
		width: 31%;
	}
	/*info*/
	.info_ul .info_hours li{
		width: 100%;
	}
	/*People Also Viewed*/
	.people li{
		height: 100px;
		width: 17.4%;
	}
	.people li img{
		max-width: 80px;
		max-height: 80px;
	}
}
/***570px***/
@media screen and (max-width:570px) {
	.banner{
		display: none;
	}
	/*main_stores*/
	.main_stores{
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 0px; 
	}
	.stores_logo li{
		width: 31.33%;
	}
	.stores_logo li a{
		width: 190px;
    	height: 160px;
	}
	.stores_logo img{
		max-width: 110px;
	}
	#main{
		width: 100%;
	}
	/*h*/
	h1{
		padding:0 10px;
	}
	h1,h1 span{
		font-size: 18px;
		line-height: 25px;
	}
	/**brand_list**/
	.brand_list li:nth-child(2n) .arrow{
		margin-right: 10px;
	}
	/**mall_list**/
	.mall_list li,.state_list li{/*mall_list/state_list*/
		width: 48%;
	}
	.state_list li:nth-child(2n) .arrow{
		margin-right: 10px;
	}
	.store_list li{/*store_list*/
		width: 100%;
		border-bottom: 1px solid #ededed;
		padding: 3px 0;
	}
	.store_list li a{
		display: inline;
	}
	.store_list li span{
		display: block;
		border-bottom: none;
	}
	.store_list li .sp_tit,
	.store_list li .sp_shop,
	.store_list li .sp_add,
	.store_list li .sp_tt,
	.store_list li .sp_phone,
	.store_list li .sp_city,
	.store_list li .sp_area{
		width: 100%;
		line-height: 19px;
	}
	.store_list li sub,.store_list .store_tit{
		display: none;
	}
	.store_list .store_tit_iphone{
		display: block;
		padding-top: 0;
		padding-bottom: 0;
	}
	.store_list .store_tit_iphone span{
		font-weight: 700;
    	color: #000;
    	font-size: 14px;
    	padding-left: 10px;
	}
	.nearby_list li,.brand_malls li,.hours_sp p{/*brand_malls*/
		width: 100%;
	}
	.brand_malls li .product{
		margin-right: 10px;
	}

	/*People Also Viewed*/
	.people ul,.main_404{
		padding: 0 10px
	}
	.people ul li{
		height: 88px;
	}
	.people li img{
		max-width: 70px;
		max-height: 70px;
	}
	/**info**/
	.info_logo{
		width: 30%;
	}
	.info_logo img{
		vertical-align: middle;
	}
	.info_mobile_none{
		display: none;
	}
	.info_ul li span{
		margin:0;
		float: none;
		display: block;
		width: 100%;
	}
	.star_div,.info_ul li .info_dz{
		width: 100%;
		margin-top: 0;
	}
	.info_ul .info_phone{
		border-bottom: none;
	}
	.info_ul_mobile{
		display: block;
		width: 100%;
		border-top: 1px solid #ededed;
	}
	.info_ul .info_mobile{
		display: block;
	}
	.info_ul_mobile li{
		padding-left: 10px;
	}
	.info_ul_mobile .info_hours ul{
		width: 100%;
	}
	.info_ul_mobile .info_hours li{
		width: 50%;
		float: left;
	}
	.info_ul .info_hours p{
		padding: 0;
	}
	/*main_aside*/
	.main_aside li{
		width: 100%;
	}
	.main_aside li span{
		margin-right: 10px;
	}
	.about{
		padding-left: 10px;
	}
	/**footer**/
	#footer{
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
		box-sizing: border-box;
	}
	.ft_brands ul{
		overflow-x: hidden;
	    overflow-y: auto;
	    height: 50px;
	}
	.ft_brands li{
		width: 31%;
	}
	.ft_copy{
		text-align: left;
	}
	.copy_nav{
		margin-top: 30px;
    	display: inherit;
	}
	.copy_nav a:nth-child(1){
		margin-left: 0;
	}
}
/***540px***/
@media screen and (max-width:540px) {
	#header_mobile:checked~.header_search input.box{
		width: 130px;
	}
	/**list**/
	.brand_list li{
		width: 100%;
	}
	.brand_list li .arrow,.brand_stores li .product{
		margin-right: 10px;
	}
	/*People Also Viewed*/
	.people ul li{
		width: 22.3%;
	}
	.people_also li:nth-last-child(-n+2){
		display: none;
	}

	.stores_rec li a{
		font-size: 14px;
	}
}
/***480px***/
@media screen and (max-width:480px) {
	/**header**/
	#header_mobile:checked~div.header_mobile_icon, #header_mobile:checked{
		left: 225px;
	}
	.header_nav{
		width: 255px;
	}
	.header_search input.box{
		width: 250px;
	}
	/*main_stores*/
	.stores_logo li a{
		height: 135px;
	}
	.stores_logo li img{
		max-width: 90px;
	}
	.stores_rec li{
		width: 48%;
	}
}
/***420px***/
@media screen and (max-width:420px) {
	/**header**/
	.header_search input.box{
		width: 180px;
	}
	#header_mobile:checked~.header_search input.box{
		width: 50px;
	}
	/*main_stores*/
	.stores_logo li a {
    	height: 110px;
	}
	.stores_logo li img{
		max-width: 75px;
	}
	/*info*/
	.info_logo{
		width: 32%;
		padding: 5px;
	}
	.score_span{
		width: 100%;
		padding-left: 0;
	}
	.view_map{
		display: none;
	}
	/*People Also Viewed*/
	.people ul li{
    	height: 68px;
    	width: 22%;
	}
	.people li img{
		max-width: 50px;
		max-height: 50px;
	}
	/*main_aside*/
	.main_aside{
		display: none;
	}
	/*footer*/
	.ft_brands li{
		width: 48%;
	}
}
/***380px***/
@media screen and (max-width:380px) {
	/**info**/
	.info_ul_mobile .info_hours li{
		width: 100%;
	}
}
/***340px***/
@media screen and (max-width:340px) {
	#header_mobile:checked~.header_search input.box{
		width: 30px;
	}
	/*main_stores*/
	.stores_logo li a {
    	height: 90px;
	}
	.stores_logo li img{
		max-width: 65px;
	}
}  