﻿
/*主页底部菜单*/
.index_bNav{position:fixed; width:100%; height:3em; left:0px; bottom:0px; background-color:#333333; color:#FFFFFF; z-index:999;text-align:center;}
.index_bNav img{height:2em; display:block; margin:0.5em auto 0 auto;}
.index_bNav .indexbNav{display:block; float:left; width:25%; font-size:0.75em;text-align:center;}
.index_bNav .btn_cart{position:relative;}
.index_bNav .btn_cart .prodNum{position:absolute; left:50%; top:0.25em; background-color:#72C6C8; color:#FFF; font-size:0.75em; border-radius:0.6em; padding:0.1em; min-width:1.2em; line-height:1.2em;display:block;text-align:center;}

/* Slider */
.scrollimg {position: relative;overflow: hidden;margin: 0px auto;  }/* 设置焦点图最大宽度 */
.scrollimg .hd {position: absolute;bottom: 0px;text-align: center;width: 100%; }
.scrollimg .hd li {display: inline-block;width: .4em;height: .4em;margin: 0 .4em;-webkit-border-radius: .8em;-moz-border-radius: .8em;-ms-border-radius: .8em;-o-border-radius: .8em;border-radius: .8em;background: #FFF;filter: alpha(Opacity=60);opacity: .6;box-shadow: 0 0 1px #ccc;text-indent: -100px;overflow: hidden;}
.scrollimg .hd li.on {filter: alpha(Opacity=90);opacity: .9;background: #f8f8f8; box-shadow: 0 0 2px #ccc; }
.scrollimg .bd {position: relative;z-index: 0; }
.scrollimg .bd li {position: relative;text-align: center;}
.scrollimg .bd li img {background: url(themesmobile/68ecshopcom_mobile/images/loading.gif) center center no-repeat;vertical-align: top;width: 100%; /* 图片宽度100%，达到自适应效果 */ }
.scrollimg .bd li a {-webkit-tap-highlight-color: rgba(0,0,0,0); }
/* 去掉链接触摸高亮 */
.scrollimg .bd li .tit {display: block;width: 100%;position: absolute;bottom: 0;text-indent: 10px;height: 28px;line-height: 28px;background: url(themesmobile/68ecshopcom_mobile/images/focusBg.png) repeat-x;color: #fff;text-align: left;}

.prodlist {}
.prodlist > div:nth-child(2n) {margin-left: 2%;}
.prodlist .prod-container {width: 49%;float: left;margin-bottom: 0.25em; }
.prodlist .prod-container .prodimg {position: relative;min-height:6em;}
.prodlist .prod-container .prodimg img {width: 100%;display: block;}
.prodlist .prod-container .prodname-container {background-color: #FCFCFC;}
.prodlist .prod-container .prodname-container .prodname {padding: 0.5em;font-size: 0.8em;line-height: 1.5em;height: 3em; }
.prodlist .prod-container .prodprice-container {background-color: #FCFCFC;font-size: 0.75em;padding: 0.5em;}
.prodlist .prod-container .prodprice-container .prodprice {float: left;color: #666;}

.line-list{margin:2px 0 70px;display:none;}
.line-list li{margin-bottom:20px;}
.line-list .pic{float:left;width:20%;}
.line-list .pic img{width:100%;height:5.5em;vertical-align:bottom;}
.line-list .pic .item-price{position: absolute;right:0;padding:0 10px;font-size:12px; height: 28px;line-height:28px; background-color: rgba(0, 0, 0, 0.5);color: #fff;bottom: 10px; border-radius:28px 0 0 28px;display:none;}
.line-list .pic .item-price .orange {color: #FF9A14;}

.line-list .text{float:left;padding:0 0.5% 10px 1%;font-size:12px;width:75%;}
.line-list .text .title{font-size:16px;line-height:30px;}
.line-list .wjx{height:22px;margin-top:-3px;}
.line-list .wjx em{position:relative; width:84px;height:20px; float:left; background:url(../images/wjx2.png) no-repeat 0 center;background-size: auto 13px}
.line-list .wjx em i{position:absolute;left:0px;height:20px;background:url(../images/wjx.png) no-repeat 0 center;background-size: auto 13px}
.line-list .wjx span{color:#666;line-height:22px;display:inline-block;margin-left:5px;}
.line-list .text .address{color:#666;position:relative;}
.line-list .text .address img{width:1.8em;position:absolute;}
.line-list .text .address span{line-height:1.8em;color:#09f;position:absolute;font-size:1em;left:2em;}


/*首页八个小图标*/
.entry-list { width:100%; overflow:hidden; padding-top:10px; background:#FFF; padding-bottom:10px;}
.entry-list ul{ width:100%; overflow:hidden; margin:auto}
.entry-list a{ display:block; width: 25%; overflow: hidden; float:left;text-align: center; margin-top:5px;}
.entry-list a span { height:30px; line-height:30px; color: #616161; font-family: "微软雅黑"; font-size: 14px; }
.entry-list a img { display:block; width:65%; margin:auto; }
/*首页搜索*/
.index_search{ position: relative; width:100%; background: #fff; overflow:hidden; margin-top:0.4em;border-top:1px solid #ddd;border-bottom:1px solid #ddd;}
.index_search_mid{ width:80%; margin:auto; height:40px; position:relative;}
.index_search_mid input { display:block;width:99%;height:35px; line-height: normal; border: none;  -webkit-appearance: none; -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; -webkit-rtl-ordering: logical; -webkit-user-select: text; cursor: auto; font-size:14px; color:#999; text-indent:10px; border-radius:5px; margin:auto; border:1px solid #CCC; background:none; margin-top:6px; }
.index_search_mid span { display:block; border-left:1px solid #ccc; position:absolute;width:40px; height:36px; right:5px;}
.index_search_mid span img{ display:block; width:30px; height:30px; margin:auto; margin-top:4px;}
