*{
   margin: 0;
   padding: 0;
   list-style: none;
   text-decoration: none;
   font-family: "微软雅黑";
}
img {
    width: 100%;
}
body {
    font-size: 62.5%;
}
.container {
    width: 100%;
    overflow: hidden;
    margin-bottom: 55px;
}
.header {
    width: 100%;
    overflow: hidden;
    border: 1px solid blue;
}
.top-bg {
    width: 100%;
    overflow: hidden;
}
.top-bg img {
    width: 100%;
}

.adname{
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.addesc{
  width: 100%;
  padding-left: 10px;
  padding-right:10px;
  font-size: 14px;
}
.shop_nav {
    position: relative;
    height: 40px;
}
.shop-navlist {
    position: relative;
    width: 100%;
    top: 0;
    display: flex;
    height: 40px;
    list-style: none;
    background: #b6c546;
}
.shop-navlist li {
    position: relative;
    flex: 1;
    width: 33.3333%;
    float: left;
    font-size: 14px;
    line-height: 39px;
    text-align: center;
}
.shop-navlist li a {
    display: block;
    color: #fff;
    font-family: "微软雅黑", "Microsoft YaHei", serif;
    font-weight: bold;
    font-size: 13px;
}
.small-icon {
    width: 12px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    height: 11px;
}
.small-icon1 {
    width: 14px;
    height: 12px;
}
.shop_nav .plus::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    height: 15px;
    width: 2px;
    background: #fff;
    margin-top: -7px;
}
/*分类导航*/
.menu div {
    width: 100%;
    float: left;
}
.menu div a {
    text-decoration: none;
    margin: 0 auto;
    width: 20%;
    display: block;
    float: left;
    background: #fff;
}
.menu div a img {
    width: 60%;
    margin: 10px 20% 0;
}
.menu div a span {
    display: block;
    width: 100%;
    text-align: center;
    font-family: "微软雅黑", "Microsoft YaHei", serif;
    font-size: 12px;
    font-weight: bold;
    color: #756F7B;
    margin-top: 5px;
}
.nav{
	overflow-x: auto;
	white-space: nowrap;
	margin: auto;
	top: 0;
	width: 100%;
	z-index: 999;
	background-color: #fff;
}
.nav li{
	position: relative;
	box-sizing: border-box;
	list-style: none;
	display: inline-block;
	text-align: center;
	width: 20%;
	margin-left: -2%;
	background: #fff;
	height: 42px;
	color: #111111;
	line-height: 40px;
	font-weight: bold;
	font-size: 16px;
	border-bottom: 1px solid #f5f5f5;
	margin-top: 4px;
}
.nav li img{
	width: 100%;
	vertical-align: middle;
}
.nav li p{
	width: auto;
	display: inline-block;
}
.nowli{
	color: #EE9C1F !important;
}
.nowli p{
	border-bottom: 2px solid #f86109;
}
.zone {
    width: 100%;
    overflow: hidden;
}
.zone-top {
    width: 100%;
    height: 32px;
    overflow: hidden;
    position: relative;
    line-height: 32px;
    -webkit-border-image: url(../img/border_bottom.jpg) 1 1 stretch;
    border-bottom-width: 1px;
    border-top-width: 0;
}
.zone-top a {
    font-size: 16px;
    color: #EE9C1F;
    margin-left: 4%;
    float: left;
    font-weight: bold;
    vertical-align: middle;
}
.zone-top > a::after {
    content: '';
    position: absolute;
    height: 18px;
    width: 1px;
    background: #bab7be;
    top: 50%;
    margin-left: 5px;
    margin-top: -9px;
}
.zone-top span {
    text-transform: uppercase;
    font-size: 12px;
    margin-left: 10px;
    color: #b5b2b9;
    vertical-align: middle;
}
.zone-content {
    width: 100%;
}
.zone-good-list {
    overflow: hidden;
    position: relative;
    left: 0;
    /*display: block !important;*/
}
.zone-good-list li {
    width: 50%;
    margin-top: 0.2%;
    margin-bottom: 0.2%;
    float: left;
}
.good-list-wrap {
    border: 1px solid #dddddd;
    width: 95%;
    margin: 5px auto;
}

.good-list-wrap > a {
    position: relative;
    display: block;
    overflow: hidden;
}
.good-title {
    width: 100%;
    background: #fff;
    padding: 3px auto;
    height: 40px;
    margin-bottom: 0px;
    overflow: hidden;
}
@media screen and (min-width: 320px) {
    .good-title p {
        width: 90%;
        font-family: "微软雅黑", "Microsoft YaHei", serif;
        font-weight: bolder;
        overflow: hidden;
       /* text-indent: 5px;*/
        white-space: normal;
        text-overflow: ellipsis;
        margin:auto;
    }
}
@media screen and (min-width: 375px) {
    .good-title p {
        width: 92%;
        font-family: "微软雅黑", "Microsoft YaHei", serif;
        font-weight: bolder;
        overflow: hidden;
       /* text-indent: 5px;*/
        white-space: normal;
        text-overflow: ellipsis;
        margin:auto;
    }
}
@media screen and (min-width: 414px) {
    .good-title p {
        width: 95%;
        font-family: "微软雅黑", "Microsoft YaHei", serif;
        font-weight: bolder;
        overflow: hidden;
      /*  text-indent: 5px;*/
        white-space: normal;
        text-overflow: ellipsis;
        margin:auto;
    }
}
.good-name {
    color: #434343;
    font-size: 12px;
}
.good-desc {
    color: #EE9C1F;
    font-size: 10px;
}
.zone-good-price {
    width: 100%;
    height: 30px;
    border-top: 0px solid #dddddd;
    margin-top: 0px;
    line-height: 30px;
}
.zone-good-price a {
    position: relative;
    width: 40px;
    height: 30px;
    display: block;
    float: right;
}
.zone-good-price a img {
    position: absolute;
    width: 50%;
    top: 50%;
    left: 50%;
    margin: -25% 0 0 -25%;
}
.zone-good-price .sale_price {
    color: #f7630e;
    font-size: 16px;
    font-weight: bold;
}
.zone-good-price .retail_price {
    color: #888;
    font-size: 14px;
    text-decoration: line-through;
}
.zone-good-price .promotion {
    color: #f7630e;
    font-size: 14px;
    font-weight: bold;
}
@media screen and (min-width: 375px) {
    .pro-top {
        bottom: 83%;
    }

    .pro-bottom {
        height: 18%;
    }
}

@media screen and (min-width: 414px) {
    .pro-top {
        bottom: 75%;
    }
}

.menu-list {
    margin-top: 10px;
    width: 100%;
    overflow: hidden;
}

.menu-list li {
    width: 60px;
    height: 60px;
    margin: 8px auto;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}

.menu-list li a {
    color: #989DBB;
}

.icon {
    display: block;
    margin: 0 auto;
    width: 25px;
    height: 25px;
}

.cancel {
    background: url('../img/cancel.png') no-repeat;
    background-size: 100%;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    opacity: 1;
    background: #F5F4F9;
    border: 1px solid #dddddd;
}

.footer li {
    width: 25%;
    float: left;
    font-size: 11px;
    text-align: center;
    color: #989dbb;
}

.footer li a {
    display: block;
    width: 100%;
    margin: 7% auto;
    height: 45px;
    color: #989dbb;
}
.top-bg {
    width: 100%;
    overflow: hidden;
}

.top-bg img {
    width: 100%;
}

.btn-focus {
    background-color: #ee9c24;
    color: #fff;
    width: 25%;
    height: 20px;
    border-radius: 3px;
    margin: 5px 10px;
    font-size: 13px;
    border: initial;
    line-height: 20px;
    float: right;
}

.index-headerbg {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 100%;
    color: #fff;''
    line-height: 30px;
    font-size: 1.2em;
    padding-left:5px;
    z-index: 99;
}

.nph-qrcodebg {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 10;
}

.nph-qrcodebg img:nth-child(1) {
    position: absolute;
    margin-top: 30%;
    left: 80%;
    width: 8%;
}

.nph-qrcodebg img:nth-child(2) {
    width: 50%;
    position: relative;
    margin-top: 40%;
    left: 25%;
    margin-bottom: 5%;
}
.nph-qrcodebg img:nth-child(3) {
    width: 76%;
    position: relative;
    left: 15%;
}

.top_tip{
    text-align:center;
    line-height:1.25rem;
    border-radius:.625rem 0 0 .625rem;
    text-overflow:ellipsis;
    white-space:nowrap;
    z-index:10;
    overflow:hidden;
    position:absolute;
    right:0;
    padding:0 .4375rem 0 .25rem;
    height:1.25rem;
    color:#fff;
    background:rgba(0,0,0,.4)
}

.top_tip .pmsAmount{
	padding-left:.0625rem;
    line-height:1.3125rem;
    font-size:.6875rem
}

.top_tip_1{
	top:0;
    max-width:90%;
}
.top_tip_2{
	top:1.35rem;
    max-width:90%;
}

#top-btn {
	position: fixed;
	display: none;
	width: 60px;
	height: 60px;
	bottom: 25%;
	right: 5px;
	background: url('../img/top-btn.png')  no-repeat;
	background-size: 100%;
	margin-bottom: -60px;
}

ul{ margin: 0; padding: 0; list-style: none; vertical-align: middle; font-weight:normal; }
.focus{ width:100%;  
	margin:-4px auto; 
	position:relative; 
	overflow:hidden;   
}
.focus .hd{ 
	width:100%; 
	height:8px;  
	position:absolute; 
	z-index:1; 
	bottom:15px; 
	text-align:center; 
}
.focus .hd ul{
	height:20px;
	line-height:20px;
	text-align: center;
}
.focus .hd ul li{ 
	 font-size: 0;
	 display: inline-block;
	 width: 7px;
	 height: 7px;
	 margin-left: 6px;
	 border-radius: 6px;
	 opacity: 1;
	 background: #eee;
	}
.focus .hd ul .on{ 
	background:#ee9c24;
}

.ad-prev{
	position: absolute;
	top:50%;
	left: 10px;
	margin-top: -15px;
	display: block;
	width: 17px;
	height: 30px;
	background: url('../img/ad_prev.png') no-repeat;
}
.ad-next{
	position: absolute;
	top:50%;
	right: 10px;
	margin-top: -15px;
	display: block;
	width: 17px;
	height: 30px;
	background: url('../img/ad_next.png') no-repeat;
}
.focus .bd{ 
	position:relative;
	z-index: 0;
}

.focus .bd li:first-child {
	width: 100%;
	display: block;
}

.focus .bd li {
	display: none;
}
.focus .bd li img{ 
	width:100%;
}
.focus .bd li a{ 
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
	color:#000;
}