@charset "utf-8";

/* ================================ */
/* 格式化样式标签、基础类型样式		*/
/* by 运维舫 www.shopnc.club 运营版
/* ================================ */


/*多分辨率设定rem设定*/
html { font-size : 20px; }

/*Note3*/
@media only screen and (min-width: 360px) {
html { font-size: 22px !important; }
}

/*iPhone6*/
@media only screen and (min-width: 376px) {
html { font-size: 23px !important; }
}

/*iPhone6 plus*/
@media only screen and (min-width: 414px) {
html { font-size: 25px !important; }
}

/*big Resolution*/
@media only screen and (min-width: 641px) {
html { font-size: 25px !important; }
}


html { -ms-touch-action: none;}
body { font-family: Heiti, Heiti SC, DroidSans, DroidSansFallback, Arial, "Microsoft YaHei"; background-color: #f5f5f5; }
input { font-family: Arial, "Microsoft YaHei", sans-serif; }
a { text-decoration: none;  -webkit-touch-callout: none; color:#000}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, span, a { margin: 0; padding: 0 }
table { border-collapse: collapse; border-spacing: 0 }
fieldset, img, iframe { border: 0 }
:focus { outline: 0 }
i, address, caption, cite, code, dfn, em, strong, th, var { font-style: normal }
ol, ul { list-style: none }
li { list-style: none }
caption, th { text-align: left }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal }
blockquote:before, blockquote:after, q:before, q:after { content: '' }
abbr, acronym { border: 0; font-variant: normal }
img { vertical-align:middle; border: none; }
input, textarea { -webkit-user-select: text; -ms-user-select: text; user-select: text; -webkit-appearance: none; }
input:focus, select:focus, textarea:focus, button:focus { outline: none; }
input[type="text"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], input[type="email"], input[type="url"], textarea { -webkit-appearance: none; border: 1px solid; border-radius: 0; }
input[type="number"]::-webkit-inner-spin-button {
-webkit-appearance:none;
}
em, i { font-style: normal; }
li { list-style: none; }
input[type="checkbox"] { position: relative; width: 0.75rem; height: 0.75rem; background-color: #F5F5F5; border: 0.05rem solid #CCC; -webkit-border-radius: 50%; border-radius: 50%; vertical-align: middle; }
input[type="checkbox"]:checked { border-color: #ED5564; background-color: #ED5564; }
input[type="checkbox"]:checked:after { content: ''; position: absolute; left: 0.1rem; top: 0.14rem; width: 0.4rem; height: 0.2rem; border-left: 0.065rem solid #fff; border-bottom: 0.065rem solid #fff; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }

sup { vertical-align: text-top }
sub { vertical-align: text-bottom }
.hide { display: none !important;}
.show { display: block !important;}
/*clear float*/
.clearfix { zoom: 1 }
.clearfix:after { display: block; clear: both; content: '\20' }
:not(input) { -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-touch-callout: none; -webkit-text-size-adjust: none; }
.posr { position: relative !important; }
.posa { position: absolute; z-index: auto; }
.posf { position: fixed;}
.w20h li { width: 20%;}
.w33h li { width: 33.33%;}
.w50h li { width: 50%;}
.mt5 { margin-top: 0.5rem !important;}
.mt10 { margin-top: 1rem !important;}
.mt20 { margin-top: 2rem !important;}
.mt40 { margin-top: 4rem !important;}
.mr2 { margin-right: 0.2rem;}
.mb5 { margin-bottom: 0.5rem !important;}
.mb20 { margin-bottom: 2rem !important;}
.mb-20 { margin-bottom: -2rem !important;}
.mb25 { margin-bottom: 2.5rem !important;}
.left10{padding-left:0.4rem}
.pl5 { padding-left: 0.5rem;}
.pb5 { padding-bottom: 0.5rem;}
.bgc-t { background-color: transparent !important;}
img{width: 100%;}
.opera-tips { color: #D9434E; font-size: 14px; }
.error-tips { display: none; background-color: rgba(255,255,255,0.95); border: solid 0.05rem #CCC; padding: 0.8rem 0.6rem; text-align: center; border-radius: 0.2rem; position: fixed; z-index: 9999; top: 40%; left: 25%; right: 25%; color: #333; font-size: 0.7rem; line-height: 1rem; box-shadow: 0 0 1rem rgba(0,0,0,0.15);}
.error-tips p { font-size: 0.7rem; line-height: 1rem; color: #333; }

#scroller { position: absolute; z-index: 1; -webkit-tap-highlight-color: rgba(0,0,0,0); width: 100%; -webkit-transform: translateZ(0); -moz-transform: translateZ(0); -ms-transform: translateZ(0); -o-transform: translateZ(0); transform: translateZ(0); -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-text-size-adjust: none; -moz-text-size-adjust: none; -ms-text-size-adjust: none; -o-text-size-adjust: none; text-size-adjust: none; }
#scroller ul { list-style: none; padding: 0; margin: 0; width: 100%; text-align: left; }
#scroller li { padding: 0 10px; height: 40px; line-height: 40px; border-bottom: 1px solid #ccc; border-top: 1px solid #fff; background-color: #fafafa; font-size: 14px; }
.fl{float: left;}
.fr{float: right;}
body{font-size: 0.6rem; background-color: #fff;}

/*网站头部*/
.wapper{width: 100%; }
.header{height:2.8rem; width: 100%; background-color: #fff;}
.logo{ margin: 0.5rem 0.5rem 0 0.5rem;}
.logo img{max-width: 189px;}
.menu{
    width: 11%; float: left; background: #fff;
    height:100%;
    transition: all .3s;
   /* padding-bottom: 0.65rem;*/
}
.nav-mini.menu{width: 4%;}
.nav-mini.menu .nav-left li span{display: none;}
.nav-left{ background: #fff; /*min-height: 560px;*/}
.child-nav-left{background: #fff;}

.nav-left li, .child-nav-left li{ /*position: relative;background: url(../images/nav.jpg) repeat-x bottom;*/ height: 2.0rem; line-height: 2.0rem; text-align: center; padding: 0.2rem;/* border-bottom:1px solid #1f1f1f*/}
.nav-mini.menu .nav-left li{padding-left: 0;}
.nav-left li:last-child{/*border-bottom:1px solid #474747*/}
.nav-left li a{color: #000; font-size: 14px; letter-spacing: 5px;transition: all .3s; text-align: center;}
.nav-mini.menu .nav-left li a{display: block; overflow: hidden;}
.menu .nav-left li .nav-icon{/*position:absolute; top:0rem;right: 11%; width: 23px; */ vertical-align:middle;display: none;}
.child-nav-left li .nav-icon{position:absolute; top:0rem; left: 50%; width: 23px; margin: 0 auto;margin-left: -14px;}
.nav-left li .nav-icon img, .child-nav-left li .nav-icon img{width: 100%; }
.nav-mini .nav-left li .nav-icon{/*position:absolute; top:0rem; left: 50%;width: 23px; margin: 0 auto; margin-left: -14px;*/
 display: block;
 width: 1.0rem;
 line-height: 1.5rem;
 margin: 0 auto;

 }
.nav-mini.menu .codebox,.nav-mini.menu .codebox2{display: none;}
.nav-mini .nav-left li:last-child{border-bottom:none}
.no_border_menu .nav-left li:last-child{border-bottom:none}
/*
.nav-mini.menu .nav-left{padding-bottom: 40px;}
*/
.arrow{
    width: 1.5%; 
    position: absolute; 
    height: 3rem; 
    top:50%; 
    background: rgba(0,0,0,0.5);
    left:4%; 
    cursor: pointer;
    text-align: center;
    z-index:1000;
    
    }
.arrow:hover{background: rgba(0,0,0,0.8);}
.arrow a{
 background: url(../images/arrow_right.png) no-repeat;
 width: 11px;
 height: 18px;
 display: block;
 text-align: center;
 margin-top: 1rem;
 margin-left: 0.1rem;
}
.arrow_open a{
 background: url(../images/arrow_left.png) no-repeat;
 width: 11px;
 height: 18px;
 display: block;
 text-align: center;
 margin-top: 1rem;
 margin-left: 0.1rem;
}
.arrow_open{width: 1.5%; position: absolute; height: 3rem; top:50%; background: rgba(0,0,0,0.5);left:11%;cursor: pointer;}
.arrow_open:hover{background: rgba(0,0,0,0.8);}
.mainbox{width: 86%; float: right;transition: all .3s; padding-right: 1.5%; background-color: #fff;}
.main-content-do{width: 93%; float: right;transition: all .3s;padding-right: 1.5%; background-color: #fff;}
.footer{height: 2.8rem;}
.bottom-img{padding: 0.6rem 1%; width: 40%;}
.bottom-img img{width:100% ;max-width: 552px; }
.bottom-link{ width: 55%; padding: 0.6rem 1%; line-height:40px}
.bottom-link ul li{ float: right; line-height: 2.5rem;}
.bottom-link ul li a{padding: 0.4rem; color: #000;}
.bottom-link ul li span{font-size: 0.5rem; color: #838486;}
.food-right3{background-color:#fff; margin-right:5%}
.codebox{width: 74px; margin: 0.65rem auto 0.65rem auto;   height: 100px;}
.codebox2{width: 74px; margin: 0 auto 0.65rem auto; height: 100px;}
.codebox img,.codebox2 img{width: 100%;}
/*搜索*/
.search{width: 18%; font-size:0.6rem; margin: 1.2rem 2.5rem 0.3rem 0 ; line-height: 1rem;}
.search-c{border:1px solid #e3e3e3;width: 49%;}
.search-s {letter-spacing: 5px;  width: 49%; text-align: right;}
.search-btn{background: url(../images/search-btn.png) no-repeat; width: 100%; border:none; background-size: contain; cursor: pointer;}
.search-txt-box{line-height: 1rem; width:72%;}
.search-btn-box{background-color: #000;width: 15%; height: 1rem; padding-left: 4%; }
.search input[type="text"]{line-height: 1rem; width:98%; height: 1rem; border:none; padding-left: 2%; }
/*幻灯片*/
.carousel {
    position: relative;

}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%
}

.carousel-inner>.item {
    display: none;
    position: relative;
  
}

.carousel-inner>.item>img{
    display: block;
    height: auto;
    line-height: 1;
    width: 100%;
    position: relative;
}
.carousel-inner .item-image img{width: 100%;}


.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    padding-top: 190px;
    width: 15%;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: .5;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6)
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.0001) 0%, rgba(0,0,0,0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0,0,0,0.0001) 0%, rgba(0,0,0,0.5) 100%);
    background-image: linear-gradient(to right, rgba(0,0,0,0.0001) 0%,rgba(0,0,0,0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}

.carousel-control:hover,.carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    opacity: .9
}

.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block
}

.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px
}

.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-prev,.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 20px;
    left: 0;
    z-index: 15;
    width:100%;
    height: 15px;
    text-align: center;
}

.carousel-indicators li {
    display: inline-block;
    border-radius: 50%;
    cursor: pointer;
    width: 14px;
    height: 14px;
    background: #fff;
    margin: 0 3px;
}
.carousel-indicators li.active{background: #51b0dc;}
.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6)
}

.carousel-caption .btn {
    text-shadow: none
}
.index-middle{width: 100%; padding: 0.8rem 0; overflow: hidden; clear: both;}
.index-middle ul li{width: 32%; float: left; position: relative;}
.index-middle ul li:hover{cursor: pointer;}
.index-middle ul li img{width: 100%;}
.index-middle ul li.second-li{ margin: 0 2%;}
.silder-bg{
    position: absolute; top: 0px; left:0px;
    /*
    width: 0;
    height: 0;
    border-top: 9.6rem solid rgba(0,0,0,0.3);
    border-right: 15rem solid transparent;
    */
    z-index:1;
}
.silder-bg:hover{
    /*
    border-top: 9.6rem solid rgba(0,0,0,0.5);
    border-right: 15rem solid transparent;
    */
}
.index-middle ul li a{color: #fff;font-size:1rem}
.index-middle ul li .slider-name{
    position: absolute; top: 10px; left:10px;
    z-index:22
    
    }
.index-middle ul li .slider-name a{color: #fff; font-size:1rem}
.right-content{width: 95%; float: right;transition: all .3s;}
/*美食推荐*/
.foodpage{background: url(../images/food_bg.jpg) no-repeat; width: 100%; height: 100%; background-size: cover;}
.right-content{padding: 20px 0;}
.right-box{width: 95%; margin-left: 5%;}
.food-left{width: 11%; float: left; background: #fff; text-align: center; padding: 0 1%;}
.left-menu{ padding: 1rem 0;}
.food-left li{line-height: 1rem; padding: 0.36rem 0;}
.food-left li ul li.children-item{padding: 0.2rem 0; font-size:0.5rem}
.food-left li ul li:last-child{padding-bottom: 0;}
.child-i{padding-right: 0.2rem; }
.food-left li a{color: #000; display: block;}
.food-left li a:hover, .food-left li.active a,.food-left li a.cat_active{color:#7596b9}
.food-left li ul li.children-item a:hover, .food-left li ul li.children-item.active a{color:#ee7e0b}
.food-left h3{color: #000; border-bottom:1px solid #000; padding-bottom: 0.6rem;}
.food-right{width: 82%; float: right;margin-right:3%; background:#fff}
.food-tab{ width: 60%;}
.food-tab .food-title{float: left; width: 46%; background: rgba(247,189,1,0.8); padding: 1% 2%; border:1px solid #e7d11c; height: 1rem; line-height: 1rem; font-size: 0.7rem;}
.search-food{width: 45%; float: left; background: rgba(0,0,0,0.45); padding: 1% 2%;height: 1rem; border:1px solid #e7d11c;}
.search-food input[type="text"]{line-height: 1rem; color:#fff; width:98%; height: 1rem; border:none; padding-left: 2%;background: none; color: #fff; }
.food-list{background: #fff; width: 90%; padding:0 2%;}
.food-content{
   
	position: relative;
	padding: 0 1rem;
    
	margin: 10px;
	width: 100%;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
}
.food-content2{
   
	position: relative;
	padding: 1rem;
    
	margin: 10px;
	width: 100%;
 
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
}
.about-div{
    
	position: relative;

	width: 100%;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
}
.store_item_content{
   
	position: relative;

	width: 100%;
    height: 8.5rem;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
}
.food_item_content{
   
	position: relative;

	width: 100%;
    height: 8.5rem;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
}
.show-store-content{
 
	position: relative;
	padding: 0 1rem;
    
	margin: 10px;
	width: 100%;

    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
}
.show-food-content{
  
	position: relative;
	padding: 0 0.5rem;
    
	margin: 10px;
	width: 100%;
    height: 8rem;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
}
.list-store-scroll{
  
	position: relative;
	/*padding: 0 0.5rem;*/
    
	margin: 10px;
	width: 96%;
    
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
}
.right-search-box{

	position: relative;
	padding: 0 1rem;
    
	margin: 10px;
	width: 100%;
    
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
}

.about-desc .mCSB_container{padding: 0.4rem 0;}
.activity_div{
    
}
.food-item{width: 30%; margin: 1rem 1.5%; float: left; position: relative;}
.food-item img{width: 100%;}
.food_img{}
.search-food-btn-box{width: 10%; margin-left: 0.5rem; line-height: 1rem;}
.food-search-btn{background: url(../images/food-search-icon.png) no-repeat; border:none; width: 16px; height: 16px; background-size: cover;}
.food_info_bg {
   display:block;
    width:0;
    height:0;
    border-width:0px 270px 100px 0px;
    border-style:solid;
    border-color:transparent transparent transparent #fc0;/*透明 透明 透明 黄*/
    position:absolute;
    top:0px;
    left:0px;
}
.search-food-keyword{width: 70%; margin-left: 0.5rem;}
.food_info{
    position: absolute; 
    z-index:10; bottom:0; right:10px; line-height: 0.8rem;
    text-align: right;
    
}

.food-info-bg{
     position: absolute;
     bottom:0;
     right:0;
    width: 0;
    height: 0;
    border-bottom: 4rem solid rgba(242,168,0,0.8);
    border-left: 9.5rem solid transparent;
    z-index:1;
}
.food_info p{font-size: 0.4rem;}

/*楼层导览*/
.floor_left{width: 16%; float: left; background: #e3e3e3; text-align: center; }
.floor_right{width: 84%; float: left;background-color: #fff; position: relative;}
.floor_right img{width: 90%;}
.floor_left h3{padding: 0.5rem 0; font-size:0.8rem;}
.floor_left li{line-height: 1rem; padding: 0.32rem 0; position: relative;}
.floor_img{width: 63%; float: left; padding: 20px 0 10px 0;}
.floor_left_l{width: 10%; float: left; background: #e3e3e3; text-align: center; }
.floor_left_l h3{padding: 0.5rem 0; font-size:0.8rem;}
.floor_left_l li{line-height: 1rem; padding: 0.32rem 0; position: relative;}
.floor_right_l{width: 90%; float: left;background-color: #fff; position: relative;}
.floor_right_l img{width: 100%;}
.floor_arrow{
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-right: 20px solid white;
    border-bottom: 20px solid transparent;
    position: absolute;
    right:0px;
    top:0;
}
.floor_intro{width: 35%; float: right;}
.first-store,.store_order{width: 90%; }
.store_order{padding: 0.5rem 0;}
.order_title{margin-right: 0.5rem; font-size:12px; line-height: 23px; padding-top: 2px;}
.first_title{font-size:0.8rem}
.first-name{color:#6a6969}
.first-img,.first-div{margin: 0.5rem 0;}
.first-img{/*height: 6.5rem;*/}
.first-img img{width: 100%;}
.store_box{width: 90%; color: #6a6969; font-size:0.48rem}
.store_box h3{font-size:0.65rem; color: #000;}
.list-store_desc{line-height: 0.8rem;}
.food-left h3{border-bottom:1px solid #000;  padding: 0.5rem 0;}
.store_item_list{margin-bottom: 10px;}
.store_item_list li{padding: 2px 0;height: 35px; line-height: 35px;font-size:0.5rem; cursor: pointer; position: relative; /*overflow: hidden; */clear: both;}
.store_item_list li .store_logo img{width:40px; height: 40px;}
.store_logo{width: 12%; float: left; }
.store_logo img{border:1px solid #8f0080}
.store_name{width: 52%; float: left; /*margin-left: 3%;*/}
.store_desc{position: absolute;  width: 5rem; left:5%; background: rgb(0,0,0,0.5); padding: 0.5rem;z-index:1000; border-radius: 5px;
color:#fff}
.store_position{width: 45%; float: right;}
.store_select{position: relative;}
.tag_select{background: url(../images/select.png) no-repeat; background-size: contain; width: 109px; line-height:23px; height: 23px; font-size:12px; padding: 2px 0 0 10px;}
.tag_select_open{background: url(../images/select-up.png) no-repeat; background-size: contain; width: 109px; line-height:23px; height: 23px; font-size:12px; padding: 2px 0 0 10px;}
.select-type{background: url(../images/select_bg.png) no-repeat;position: absolute;z-index:999;width: 109px; height:44px;font-size:0.5rem; padding: 10px 0 0 10px; top:22px}
.select-type li{padding-bottom: 0.1rem;}
.store_item_content .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{}

.store_item_content .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(143,0,128,0.85);
		filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; 
	}

.store_item_content	.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(143,0,128,0.85);
		filter: "alpha(opacity=85)"; -ms-filter: "alpha(opacity=85)"; 
	}
.store_item_content	.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.store_item_content	.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(143,0,128,0.85);
		filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)"; 
	}
.one-store-info{
    position: absolute; 
    width: 5rem; 
    height: 7rem; 
    padding: 0.5rem;
    font-size:0.48rem;
    background: rgba(0,0,0,0.5); 
    border-radius: 8px; 
    right: 37%;
    color: #fff;
    line-height: 0.8rem;
    bottom:0;
    }
.store_info_bb{
	position: relative;
	width: 100%;
    height: 6rem;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
}
.store_info_bb .mCSB_inside > .mCSB_container{margin-right: 20px;}
.store_info_title{padding-bottom: 0.5rem;}
.store_info_arrow{
position: absolute;
width: 0;
height: 0;
right: -0.46rem;
border-top: 0.5rem solid transparent;
border-left: 0.5rem solid rgba(0,0,0,0.5); 
border-bottom: 0.5rem solid transparent;

    }
h3.floor_text_center{
    text-align: left;
    padding-left: 0.5rem;
}
 a.floor_text_center{
    text-align: left;
    padding-left: 0.5rem;
    display: block;
}
/*列表显示*/
.floor_item i{width: 20%;}
.cat-item{width: 90%; margin: 0 auto; display:inline-block;height: 30px; line-height: 30px; text-align: left;}
.fl-icon{display: inline-block; width: 30px; height: 30px;}
.cat_name{display: inline-block;line-height: 30px;height: 30px;}
.cat_name{margin-left: 0.25rem; margin-top: 0.1rem;}
.All{font-size:0.8rem; font-weight: normal;}
#store-list-c{clear: both; overflow: hidden;}
.list-store-box{width: 64%; float: left;}

.list-store-box ul{width: 100%; margin: 0 auto; background: url(../images/line.jpg) repeat-y 0.86rem 0;}
.list-floor_intro{width: 35%; float: left;}
.store_icon {width: 40%;float: left;display: inline-block;}
.list-store_position{width: 35%;float: left; display: inline-block;*display:inline;*zoom:1;}
.cat-icon,.position-icon,.store_floor-icon{display: inline-block; padding-right: 5px;*display:inline;*zoom:1;}
.cat-icon{width: 22px; height: 22px; line-height: 22px;}
.position-icon,.store_floor-icon{width: 16px; height: 16px;}
.list-store-floor{width: 25%; float: left;display: inline-block;*display:inline;*zoom:1;}
.list-store-floor{}
.list-store-title{border-bottom: 1px solid #000; padding-bottom: 0.6rem; width: 94%; margin: 0 auto;}
.list-store-title ul{width: 60%;}
.list-store-title li{ float: left;}
.list-store-title li.name_li{width: 40%;}
.list-store-title li.address_li{width: 35%;}
.list-store-title li.floor_li{width: 25%;}
/*
.address_li span{padding-left: 30px;}
.floor_li span{padding-left: 30px;}
*/
.list-store-name{ display: inline-block;*display:inline;*zoom:1;vertical-align: middle;height: 22px; line-height: 22px;}
.list-store-box li.store_item{padding:0.2rem 0.5rem; color: #6a6969; font-size:0.48rem; margin: 8px 0;}
.list-store-box li:hover{/*border-bottom: 1px solid #67605d;*/ cursor: pointer;}
.store-text{
display: inline-block;
*display:inline;*zoom:1;
vertical-align: middle;
}
.store-position-text{

 display:inline-block;
 *display:inline;*zoom:1;
 vertical-align: middle;

}
.list-store-box .mCSB_inside > .mCSB_container{margin-right: 20px;}
/*购物尊享*/
.storepage{background: url(../images/store_bg.jpg) no-repeat; width: 100%; height: 100%; background-size: cover;}

/*活动推广*/
.normal-right{width: 78%; float: right; padding: 20px 2%; background-color: #fff;  margin-right: 3%;}
.whitebg{width: 82%;float: right; padding: 20px 2%; background-color: #fff;  margin-right: 5%;}
.activity_page{background: url(../images/bg1.jpg) no-repeat; width: 100%; height: 100%; background-size: cover;}
.web-left{width: 36%; float: left; margin-left: 25px; padding: 25px 0;}
.web-left img{width: 100%;}
.web-right{width: 52%;float: right; padding: 25px 4%; font-size:0.5rem; line-height: 0.8rem;}
.web-right h3{font-size:0.8rem; padding-bottom: 0.5rem;}
.web-content{
    margin-top: 2rem; 
    line-height:1rem;
    
	position: relative;
	padding: 0 1rem;

	width: 100%;
   
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
    }
 .parking-content{
    margin-top: 0.25rem; 
    line-height:1rem;
 }
 .parking-content a{padding: 0.2rem; color: #56ade8;}
.activity-banner{overflow: hidden;}
.activity-list{padding: 25px;}
.activity-list li.activity-item{width: 50%; float: left; margin: 0.5rem 0; height: 8rem;}
.activity_img{width: 30%;}
.activity_desc{width: 65%; margin-left: 5%; line-height: 1rem; font-size:0.48rem}
.activity_desc h3{font-size:0.6rem}
/*
.article-thumb{width: 40%; float: left;}
.article_desc{width: 55%; float: right;}
*/

.has_border_bottom{border-bottom:1px solid #000}
.article_desc{ line-height: 1rem; margin-top: 0.6rem;}
.article_desc h3{font-size:0.8rem; padding:0 0 0.5rem 0}
.article_thumb_left{width: 40%; float: left;}
.article_desc_left{width: 55%; float: right;  margin-top: 0;}
.about_page{background: url(../images/bg4.jpg) no-repeat; width: 100%; height: 100%; background-size: cover;}

.company_page{background: url(../images/bg3.jpg) no-repeat; width: 100%; height: 100%; background-size: cover;}
.comapny-right{width: 32%; float: right;background-color: rgba(255,255,255,0.8);  padding: 1% 2% ; margin-right: 5%;}

.building_page{background: url(../images/bg2.jpg) no-repeat; width: 100%; height: 100%; background-size: cover;}
.contact_page{background: url(../images/bg5.jpg) no-repeat; width: 100%; height: 100%; background-size: cover;}
.video_page{background: url(../images/bg6.jpg) no-repeat; width: 100%; height: 100%; background-size: cover;}
.contact-left{width: 55%; float: left; margin-left: 2%;}
.message_box2{width: 60%; margin: 0 auto; clear: both; overflow: hidden;}
.contact-right{width: 40%; float: right; margin-left: 2%;}
.contact-left h3,.contact-right h3{padding: 0.4rem 0; font-size: 0.7rem;}
.contact-left .map_tab ul{width: 70%;}
.contact-left .map_tab li{width: 25%; float: left;}
.contact-left .map_tab li a:hover{color: #609cb8;}
.map_tab li a.active{color: #609cb8;}
.map_img{padding-top: 0.8rem;}
.map_img img{ height: 100%;}
.contact-detail li{width:50%; float: left; line-height: 1rem; font-size:0.6rem;}
.contact-detail li.li-20{width: 20%;}
.contact-detail li.li-30{width: 30%;}
.contact-detail li.li-50{width: 50%;}
.contact-detail li.li-50 ul li{width: 33.33%; float: left;}
.contact-detail li p{padding: 0.25rem 0;}
.contact-detail li h3{padding: 0.2rem 0; font-size:0.6rem; font-weight: 600;}
.label_text{padding-top: 0.8rem; width: 20%; float: left;}
.lable_input{width: 80%; padding: 0.5rem 0.5rem 0 0.5rem; border-bottom:1px solid #000;width: 70%; float: left;}
.cl{clear: both; overflow: hidden; padding: 0.6rem 0;}
.message_btn_box{width: 80%;}
.lable_input input[type="text"], .lable_input textarea{border:none; width: 100%; height: 1rem;}
.send_btn{width: 2.5rem; line-height: 0.6rem; padding: 0.4rem 1rem; margin: 1rem auto; font-size:0.65rem; display: block; background-color: #55bb3c; text-align: center; color: #fff; border-radius: 5px;}
.message_btn_box a:hover{background-color: #7bf55d;}
.message_code{width: 95%; }
.message_code img{ width: 100%; max-width: 80px; margin-left: 10px;}
.video-content{width: 94.5%; float: right; padding:20px 0; /*position: relative;transition: all .3s;*/}
.video_send{width: 100%;transition: all .3s;}
.video_send{/*position: absolute; top: 40px; bottom:40px*/}

.about-box h3{font-size:0.8rem; font-weight:500;padding: 0.5rem 0;}
.about-top .newtitle{width: 15%; }
.about-logo{width: 40%; margin-left: 0.5rem; margin-top:0.2rem}
.about-logo img{max-width: 189px;}
.about-desc{font-size:0.6rem; line-height: 1rem; height: 11rem; text-indent: 0.8rem;}
.about-desc2{font-size:0.6rem; line-height: 1rem; padding:0.2rem 0}
.more-about li{width: 45%; padding: 0 2%; float: left;}
.about-service{width: 80%; margin: 0 auto;}
.about-service1{width: 90%; margin: 0 auto;}
.about-service li{width: 45%; padding: 0 2%; float: left; line-height: 1rem;list-style: inside}
.about-service1 li{line-height: 1rem;list-style: inside;padding:0.2rem 0}
.b-top-title h3{background:url(../images/b_icon.png) no-repeat; background-size:contain; padding-left: 2.5rem; height: 1.5rem; line-height: 1.5rem;font-size:0.65rem; font-weight:500; margin-bottom: 0.25rem;}
.b-top-title2 h3{background:url(../images/b_tel_icon.png) no-repeat; background-size:contain; padding-left: 2.5rem; height: 1.5rem; line-height: 1.5rem;font-size:0.65rem; font-weight:500; margin: 0.25rem 0;}
.b-top-title3 h3{background:url(../images/b_i_icon.png) no-repeat; background-size:contain; padding-left: 2.5rem; height: 1.5rem; line-height: 1.5rem;font-size:0.65rem; font-weight:500; margin: 0.25rem 0;}
.b-top-title4 h3{background:url(../images/b_address.png) no-repeat; background-size:contain; padding-left: 2.5rem; height: 1.5rem; line-height: 1.5rem;font-size:0.65rem; font-weight:500; margin: 0.25rem 0;}

.service_down_c{padding-left: 2.5rem; width:1.8rem ; height: 1.8rem;}
.b-top-title3 h3{display: inline-block;}
.down-icon{display: inline-block; width: 30px; height: 30px; padding-left: 20px;}
.service_phone{margin-top: 0.5rem;}
.service_phone_c{padding-left: 2.5rem; height: 1.0rem; line-height: 1.0rem;font-size:0.65rem; }
.service_address{margin: 0.6rem 0;font-size:1rem; }
.service_address_c{padding-left: 2.5rem;font-size:0.65rem;}
.store-r-list{ width: 90%;  margin: 0 auto;}
.store-recommond{}
.store-recommond-left{width: 55%; float: left;}
.store-recommond-right{width: 40%; float: right;}
.right-item{padding: 0.6rem;}
.store-recommond-right li{position: relative;}
.store-recommond-right .tab_icon{position: absolute; top:0; right:0; width: 25%;}
#storeCarousel{height: 11rem; position: relative; margin-top: 1rem;}
#storeCarousel .carousel-inner{height: 11rem;}
#storeCarousel img{/*height:10rem;*/}
.show_store{margin-top:0.8rem;}
.show_store_desc{margin-top: 0.6rem; line-height: 1rem;}
.show_store_name{font-size:0.8rem}
.show_store_postion{font-size:0.48rem}
#storeCarousel .carousel-indicators li.active{background: #fff;}
.right-search-box li{line-height:1.5rem ; padding: 0.5rem 0; border-bottom: 1px dashed #c9caca; color: #918f8a; font-size:0.5rem}
.right-search-box li h3 span{
    -moz-border-radius: 1rem;
    -webkit-border-radius: 1rem;
    border-radius: 1rem; background-color: #f2ba00; padding: 0.3rem 0.5rem; margin-right: 0.5rem; color: #000;}
.right-search-box li h3 a:hover{color:#f2ba00}
.right-content-do{width: 85%;transition: all .3s;}
.floor-guide{margin-top: 2rem;}

.list-store-box ul.nobgbox{background: none;}
#jiathis_webchat img{max-width: 220px;}
.about-service{margin-top: 0.5rem;}
.about-service li{padding: 0.2rem 0;}
.gotop{width: 56px; height: 50px; margin: 0 auto; display: block; position: fixed; bottom:80px; left: 50%;}
.clear,.clearfix{clear: both; }
.code_box{overflow: hidden;}
.cum_text{width: 60%;float: left;}
.check_cum_img{width: 40%; float: left;}
.p_de_img{width: 4rem; padding: 0.6rem 0;}
.bx-wrapper .bx-controls-direction a{
    width: 20px;
	height: 20px;
}
.bx-wrapper .bx-prev,.bx-wrapper .bx-next{
    background: 0 0;
	width: 20px;
	height: 20px;
	border-color: #eaeaea;
	border-color: rgba(255,255,255,.7);
	border-style: solid;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	/*! transform: rotate(45deg); */
	cursor: pointer;
    
}
.bx-wrapper .bx-prev{border-width: 0 0 3px 3px;}
.bx-wrapper .bx-next{border-width:3px 3px 0 0}
.bx-wrapper .bx-prev:hover, .bx-wrapper .bx-next:hover{
    border-color: #fff
}
/*弹出窗口*/
.m-layermsk{
    background: rgba(0,0,0,0.5);
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 10000;
    top: 0;
    bottom: 0;
   
    width: 100%;
    height: 100%;
}
.m-newpopmsk-show{display: block;}
.m-newpopmsk-hide{display: none;}
.m-newpopup{
-webkit-transform: translateY(0) translateZ(0);
transform: translateY(0) translateZ(0);
overflow: hidden;
text-align: left;
}
.m-window {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-size: 14px;
}
.m-newpopup .winbody {

    padding: 12px 0;
    transform: translate(-50%,-60%);
    -ms-transform: translate(-50%,-60%);
    -moz-transform: translate(-50%,-60%);
    -webkit-transform: translate(-50%,-60%);
    -o-transform: translate(-50%,-60%);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70%;
    background: #fff;

}

.scroller h3{padding: 0.8rem;}
.p_dd{text-align: left; padding: 0.8rem; line-height: 1rem;}
.close{position: absolute; width: 0.8rem; height:0.8rem; border-radius: 0.8rem; border: 1px solid #ccc; text-align: center; line-height: 0.8rem; top:0.6rem; right:0.6rem; cursor: pointer;}
/*
@media screen and (max-width: 1920px) {}
@media screen and (max-width: 1440px) {}
@media screen and (min-width: 769px) {}
@media screen and (max-width: 768px) {
   .search{display:none}
    .contact-left{width: 100%; margin-left: 0;}
    .contact-right{width: 100%;}
 
    .index-middle ul li {width: 100%; margin-bottom: 1rem;}
    .menu .nav-left li span{display: none;}
    
    .nav-left li .nav-icon{display: block; width: 23px; height: 23px; margin: 0 auto; position: inherit;}
    .nav-left li .fr{float: none;}
    .arrow{display: none;}
    .index-middle ul li.second-li{margin: 0 0 1rem 0;}
}

@media screen and (min-width:420px) and (max-width:768px) {
     .contact-left{width: 100%; margin-left: 0;}
    .contact-right{width: 100%;}
}

@media screen and (min-width:768px) and (max-width:960px) {
    .search{width:40%}
    .right-box{
        width: 90%;
        float: right;
        padding: 20px 1%;
        margin-left: 1%;
    }
    .footer .fl{width: 100%;}
    .footer .fr{width: 100%;}
    .bottom-link{padding: 0;}
    .contact-left{width: 50%;}
    .contact-right{width: 45%;}
}
@media (min-width: 992px){}
*/
@media only screen and (min-width: 1601px) and (max-width:1920px){

 .index-menu{height:940px}
}
@media only screen and (min-width: 1441px) and (max-width:1600px){

 .index-menu{height:750px}
 .nav-left li, .child-nav-left li{height:1.8rem;line-height:1.8rem}
 .company_page{background: url(../images/bg3_1600.jpg) no-repeat;background-size:cover;}
.index-menu.nav-mini .nav-left li, .child-nav-left li{height:3.6rem;line-height:3.6rem}
 
}
@media only screen and (min-width: 1367px) and (max-width:1440px){
 .index-menu{height:700px}
 .nav-left li, .child-nav-left li{height:1.6rem;line-height:1.6rem}
 .company_page{background: url(../images/bg3_1440.jpg) no-repeat;background-size:cover;}
 .index-menu.nav-mini .nav-left li, .child-nav-left li{height:3.0rem;line-height:3.0rem}
}
@media only screen and (min-width: 1025px) and (max-width:1366px){

 .index-menu{height:640px}
 .nav-left li, .child-nav-left li{height:1.6rem;line-height:1.6rem}
 .company_page{background: url(../images/bg3_1366.jpg) no-repeat;background-size:cover;}
 .index-menu.nav-mini .nav-left li, .child-nav-left li{height:3.0rem;line-height:3.0rem}
}
@media only screen and (max-width: 768px) {
    .mainbox{width:100%;margin:0;padding:0}
    .logo_mobile img{width: 80%;}
    .right-content{width:100%;float: none;margin: 0 auto;}
    .right-box{width:100%; margin-left: 0; clear: both; overflow: hidden;}
    .comapny-right{width:80%;float: none; margin: 0 auto;}
    .food-left{width: 100%; float: none;}
    .food-right{width: 100%; float: none;}
    .web-left{width: 90%;float: none;margin: 0 auto;}
    .web-right{width: 90%;float: none;margin: 0 auto;}
    .activity_img{width: 90%;float: none;margin: 0 auto;}
    .activity_desc{width: 90%;float: none;margin: 0.4rem auto;}
    .store-recommond-left{width: 100%;float: none;margin: 0 auto;}
    .store-recommond-right{width: 100%;float: none;margin: 0 auto;}
    .store-recommond-right li{width: 45%; float: left;}
    .floor_left_l{width: 100%;float: none;margin: 0 auto;}
    .floor_right_l{width: 100%;float: none;margin: 0.4rem auto;clear: both; overflow: hidden;}
    .floor_item_list{clear: both; overflow: hidden;}
    .floor_left_l li{width: 10%; float: left;}
    .floor_arrow{display: none;}
    .floor_img{width: 100%;float: none;}
    .floor_intro{width: 100%;float: none;}
    .first-store, .store_order{width: 100%;}
    .floor_left{width: 100%;float: none;margin: 0 auto;}
    .floor_right{width: 100%;float: none;margin: 0.4rem auto;clear: both; overflow: hidden;}
    .floor_left li{width: 20%; float:left}
    .floor_left li .fl-icon{display: none;}
    .list-store-box{width: 100%;float: none;margin: 0 auto;}
    .list-floor_intro{width: 100%;float: none;margin: 0 auto;}
    .list-store-title ul{width: 100%;}
    .first-img img{width: 100%; height: auto;}
    .first-img{min-height: 200px;}
    .whitebg{padding: 20px 1%; margin-right: 0; width: 98%;}
    .contact-left,.contact-right{width: 100%;float: none;margin: 0 auto;}
    .contact-detail li{width: 100%;float: none;margin: 0 auto;}
    .contact-detail {clear: both; overflow: hidden;}
    .contact-detail li.li-20,.contact-detail li.li-30{width: 100%;}
    .bottom-img{width: 98%;float: none;margin: 0 auto;}
    .bottom-link{width: 98%;float: none;margin: 0 auto; float: left;}
    .article_thumb_left,.article_desc_left{width: 100%;float: none;margin: 0 auto;}
    .food-content2,.food-content,.show-store-content{margin: 10px 0;}
    .activity-list{padding: 0;}
    .right-item{padding: 0.6rem 0;}
    .store_box{width: 96%; padding: 0 2%;}
	.activity-list li.activity-item{width:100%; float:none; height:auto; border-bottom:1px dashed #ccc}
    
}
@media screen and (max-width: 420px) {
	.index-middle ul li{width: 100%;float: none;margin: 0 auto 0.6rem auto;}
	.index-middle ul li.second-li{width: 100%;float: none;margin: 0 auto 0.6rem auto;}
}
.d-lg-none {
    display: none !important;
}
.d-block {
    display: block !important;
}
.invisible {
    visibility: hidden !important;
}

#mobile-top-bar {
    /*position: fixed;
    left: 0px;
    top: 0px;
    */
    width: 100%;
    height: 80px;
    background: #152149;
    background-image: none;
    z-index: 20;
}
#mobile-top-bar .logo_mobile {
    position: absolute;
    left: 28px;
    top: 15px;
    color: #FFFFFF;
    width: 50%;
}
#mobile-top-bar > #btn-mobile-expand {
    position: absolute;
    right: 26px;
    top: 35px;
    width: 58px;
    height: 33px;
    cursor: pointer;
}

#mobile-top-bar > #btn-mobile-expand{
    -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
            transform: scale(0.6);
    top: 24px;
    right: 16px;
} 
#mobile-menu {
    position: fixed;
    height: 100%;
    background-color: #152149;
    z-index: 2000;
    left: 0px;
top: 0px;
width: 100%;
}
.btn_close img{width: auto;}

#mobile-menu .mobile-menu-content {
    position: relative;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}
#mobile-menu .mobile-menu-content ul {
    position: relative;
    left: -5px;
    list-style-type: none;
    -webkit-padding-start: 0px;
}
#mobile-menu .mobile-menu-content ul li {
    padding-bottom: 0;
    margin-bottom: 30px;
    text-align: center;
}
#mobile-menu .mobile-menu-content {
    margin-top: 40px;
}
#mobile-menu .mobile-menu-content a {
    font-size: 1.1em;
    color: #FFFFFF;
    white-space: nowrap;
    text-decoration: none;
    padding-top: 10px;
}
#mobile-menu .mobile-menu-content a.current_page {
    border-top: 2px solid #9c8164;
    color: #9c8164;
}

#mobile-menu .btn_close {
    max-width: 45px;
    max-height: 130px;
    padding-top: 18px;
    padding-bottom: 20px;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    position: absolute;
    right: 16px;
    padding-left: 0;
}
.close_button {
    max-height: 45px;
}