html{
	font-size:62.5%; /* 10÷16=62.5% */
}

*{
	padding:0;
	margin: 0;
	list-style: none;
}

body{
	min-height: 0;
}



/************    顶部广告位图片尺寸调整    ******************/
#demo01 img{
	width:100%;
}


/************     附近(商家列表)    ******************/

.shop{color:#333;text-decoration:none;}
.shop:hover{color:#0099ff;}

.nb_head{
	width: 100%;
	float: left;
	background: #393a3e;
	text-align: center;
	color: #fff;
	font-size: 24px;
	padding: 2% 0;
}

.nb_pagination{
	width: 100%;
	float: left;
}

#nav{
	width: 100%;
	float: left;
	background: #fff;
}


#nav li{
	width: 50%;
	float: left;
	padding:2% 0;
	text-align: center;
	color: #999;
	border-bottom: 1px solid #ccc;
}

#nav .selected{
	color: #000;
	background: #eeeeef;
	border-bottom: 1px solid #eeeeef;
}

.nb_shop{
	width: 100%;
	float: left;
	background: #fff;
	margin-top: 18px;
	z-index: 1;
}

.nb_shop_intro{
	width: 100%;
	float: left;
	padding-bottom: 2%;
}

.nb_shop_avatar{
	width: 16%;
	float: left;
	padding:2% 1% 2% 2%;
}

.nb_shop_avatar img{
	width: 100%;
	float: left;
	max-width: 108px;
}

.nb_shop_name{
	width: 47%;
	float: left;
	padding:3% 1% 2% 2%;
}

.nb_shop_name h4{
	width: 100%;
	float: left;
	margin-bottom: 8px;
	color:#333;
	font-weight: normal;
}

.nb_shop_name p{
	color: #929292;
}

.nb_shop_distances{
	width: 30%;
	float: left;
	padding:3% 0 2% 0;
}

.nb_shop_distances p{
	color: #bbb7b7;
	margin-bottom: 8px;
	font-weight: 300;
	width: 100%;
	float: left;
}


.focus_no{
	width: 50%;
	text-align: center;
	text-decoration: none;
	border:1px solid #ff9600;
	border-radius: 3px;
	background:#fff; 
	color: #ff9600;
	cursor:pointer;
	-webkit-appearance: none;
}

.focus_yes{
	width: 50%;
	text-align: center;
	text-decoration: none;
	border:1px solid #ff9600;
	border-radius: 3px;
	background:#ff9600; 
	color: #fff;
	cursor:pointer;
	-webkit-appearance: none;
}





.nb_shop_pic{
	width: 100%;
	float: left;
}

.nb_shop_pic ul li{
	width: 31%;
	margin: 1% 0 1% 1.5% ;
	float: left;
}

.nb_shop_pic img {
	width: 100%;
}


.bdmap{
	position: absolute;
	width: 100%; 
	top:0;
	bottom: 0;
	border: #ccc solid 1px; 
	font-size: 12px; 
	float: left;
	z-index: -1;
}


/************     本地制造   ******************/


.selected{
	border-bottom: 1px solid #000;
}


/****导航样式******/

/*   .fenlei-show a, .quyu-show a{
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: returnToNormal;
        animation-name: returnToNormal;
    }

            
    @-webkit-keyframes returnToNormal {
      0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
                transform: translate3d(0, -100%, 0);
      }

      100% {
        opacity: 1;
        -webkit-transform: none;
                transform: none;
      }
    }

    @keyframes returnToNormal {
      0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
                transform: translate3d(0, -100%, 0);
      }

      100% {
        opacity: 1;
        -webkit-transform: none;
                transform: none;
      }
    }*/


/****导航样式结束******/

.lb_pagination{
	width: 100%;
	float: left;
	text-align: center;
	color: #333;
}

.lb_pagination ul{
	list-style: none;
	width: 100%;
	float: left;
}

.lb_pagination li{
    list-style: none;
    width: 33%;
    padding: 10px 0;
    float: left;
    background: #fff;
    font-family: "Microsoft YaHei" ! important;
    border-right: 1px solid #d7d5d5;
}

.lb_pagination li:nth-child(3){
    border-right: none;
}

.lb_pagination li a{
	width: 100%;
    float: left;
    color: #333;
    text-decoration: none;
}

.lb_pagination li:hover{
	border-bottom: 2px solid #ff9600;
	/*border-bottom:1px solid #fff;*/
}


.show{
	width: 100%;
	float: left;
}

.fenlei-show{
    float: left;
    background: #fff;
    position: absolute;
    z-index: 2;
    border-bottom: 1px solid #ccc;
    padding: 1.3rem;
}

.fenlei-show a{
    float: left;
    color: #363636;
    text-decoration: none;
    text-align: left;
    font-family: "Microsoft YaHei" ! important;
    border: 1px solid #eeeef2;
    margin: 0 .65rem 1.3rem .65rem;
    padding: .5rem 1rem;
    border-radius: 4px;
    font-size: 1.4rem;
}

.fenlei-show a:hover{
	color: #ff9600;
}


.quyu-show{
	width: 100%;
	float: left;
	background: #fff;
	position: absolute;
	z-index: 2;
	border-bottom: 1px solid #ccc;
}

.quyu-show p{
	text-indent: 5%;
	padding: 10px 0;
	font-size: 18px;
	border-bottom:1px solid #ccc;
	font-family: "Microsoft YaHei" ! important;
}
.quyu-show ul{
	height: 200px;
	overflow: scroll;
}

.quyu-show ul li{
	width: 100%;
	float: left;
	padding: 5px 0;
	background: #f2f2f2;
	color: #000;
	text-align: center;
}
.quyu-show li:hover{
	background: #fff;
	border: 0;
}

.shade{
	position:absolute;
	left:0;
	top:0;
	z-index:100;
	height:100%;
	width:100%;
	background:black;
	z-index:1;
}


.xlup{
	background: url(../img/sale_down.png) no-repeat 70% 50%;
	background-size:8%;
}

.xldown{
	background: url(../img/sale_up.png) no-repeat 70% 50%;
	background-size:8%;
	position: absolute;
	top: 10px;
    left: 0;
}








/************     附近商超  ******************/

.myplacesbg{
	width: 100%;
	float: left;
	padding: 10px 0;
	background:#fff;
}
.myplaces{
	width: 100%;
	color: #d54848;
	background:#fff url(../img/places.png) no-repeat 5% 0;
	background-size: contain;
    text-indent: 12%;
}

.nb_shop_pic li{
	position: relative;
}

.nb_shop_pic li .logo{
	width: 25%;
	top: 5px;
	left: 5px;
	position: absolute;
}

.logo img{
	float: left;
	width: 100%;
}




/************     十方自营  ******************/
.sfself_banner{
	width: 100%;
	float: left;
}

.sfself_banner img{
	width: 100%;
	float: left;
}

.sfself_title{
	width:100%;
	float: left;
	background: #fff;
	margin-top: 3%;
	border-top:1px solid #e0dede;
	border-bottom:1px solid #ccc;
}

.sfself_title p{
	margin: 5px 0;
	padding: 0 5%;
}

.sfself_title p span{
	color: #999;
	font-size: 80%;
	margin-left: 10px;
}

.sfself_title p a{
	color: #666;
	float: right;
}

.nature{
	width:100%;
	float: left;
	background: #fff;
	padding-bottom: 2%;
}

.nature li{
	width:47%;
	float: left;
	margin:2% 0 0 2%;
	line-height: 0;
	position: relative;
}

.nature li img{
	width:100%;
}

.shadow{
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000;
	color: #fff;
	opacity: 0.7;
}

.shadow span{
	width: 100%;
    margin-top: 35%;
    text-align: center;
    float: left;
    color: #999;
}

.sfself_supermarket{
	background: #fff;
	width: 100%;
	float: left;
}


.sfself_supermarket span{
	width:49.5%;
	float: left;
	border-right: 1px solid #e0dede;
}

.sfself_supermarket span img{
	width:100%;
	float: left;
}

.sfself_supermarket ul{
	width: 49.5%;
	float: right;
}

.sfself_supermarket li{
	width: 100%;
	float: left;
}

.sfself_supermarket li img{
	width: 100%;
	float: left;
}

.sfself_supermarket_pro{
	width: 100%;
	float: left;
}

.sfself_supermarket_pro ul{
	width:100%;
}

.sfself_supermarket_pro li{
	width: 33.3%;
	float: left;
	background: #fff;
}

.sfself_supermarket_pro li img{
	width: 100%;
	float: left;
}

.sfself_supermarket_pro .title{
	padding:0 10%;
	height: 40px;
	line-height: 20px;
	overflow: hidden;
	font-size: 80%;
}

.sfself_supermarket_pro .price{
	padding:0 10%;
	margin-bottom:3px;
}



.sfself_farm{
	background: #fff;
	float: left;
}


.sfself_farm span{
	width:40%;
	float: right;
	border-right: 1px solid #e0dede;
}

.sfself_farm span img{
	width:50%;
	float: left;
}

.sfself_farm ul{
	width: 59.5%;
	float: left;
}

.sfself_farm li{
	width: 100%;
	float: left;
}

.sfself_farm li .intro{
	width:49%;
	float: right;
	border-right: none;
}

.sfself_farm li p{
	width: 96%;
	float: left;
	padding: 2px 2%;
	font-size: 70%;
}

.sfself_farm li img{
	width: 41.5%;
	float: left;
}
.sfself_farm .title{
	font-size:90%;
	margin-top: 3%;
}

.sfself_farm .word{
	color: #666;
	height: 20px;
    line-height: 20px;
    overflow: hidden;
}

.sfself_farm .rec{

}

.sfself_farm .rec img{
	width: 100%;
}



.sfself_online{

}

.sfself_online img{
	width: 100%;
	float: left;
}

.sfself_online li{
	float: left;
}

.sfself_online li p{
	width: 100%;
	float: left;
}

.sfself_online span{
	float: left;
}







/************     韩国馆  ******************/
.sk_title{
	width:100%;
	float: left;
	padding:10px 0;
	background: #ffb54c;
	text-align: center;
	color: #fff;
}


.sk_pro{
	width:100%;
	float: left;
}

.sk_pro li{
	width:47%;
	float: left;
	margin: 2% 0 0 2%;
	background: #fff;
	position: relative;
}

.sk_pro li img{
	width:100%;
	float: left;
	margin-bottom: 10px;
}

.sk_pro li p{
	width: 100%;
	float:left;
	text-indent: 5%;
	margin-bottom: 5px;
}

.sk_pro li p del{
	font-size: 80%;
	color: #666;
}

.pic_angle{
	width: 40%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.pic_angle img{
	width: 100%;
	float: left;
}

.korea_picnone{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 0.7;
}

.korea_picnone img{
	width: 100%;
	float: left;
}



/************     十方全球购  ******************/
.gp_banner{
	width: 100%;
	float: left;
	margin-bottom: 15px;
}

.gp_banner img{
	width: 100%;
	float: left;
}

.gp_pic{
	width: 100%;
	float: left;
	margin-top:15px; 
}

.gp_pic li{
	width: 48.5%;
	float: left;
	margin-left: 1%;
}


.gp_pic li img{
	width: 100%;
	float: left;
}

.title_font{
	width: 100%;
	float: left;
	text-align: center;
	padding: 10px 0 0 0;
}