*{margin:0;padding:0;}
body {background:#fff;color:#373737;font-size:14px;font-family:PingFangSC-Medium,PingFang SC;}
ol,ul {list-style: none;}
i{font-style: normal;}
a{text-decoration:none;}
.md1200{width:1090px;margin:0 auto;}
input{outline:none;border:none;}
input{
-webkit-appearance: none;
border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
}
select{
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
}
.header{
    background:#fff;
    position:fixed;
    left:0;
    top:0;
    width:100%;
    z-index:101;
}
.bsClose {
    right: 8px !important;
}
.bsFrameDiv > div {
    width:100px !important;
    height:100px !important;
}
    .bsFrameDiv > div > img {
        margin: 5px !important;
        width: 90px !important;
        height: 90px !important;
    }
.bsBox {
    height: 126px !important;
    width: 100px !important;
    left:auto !important;
    top:auto !important;
    right:20px !important;
    bottom:20px !important;
}
.bsTop span {
    margin-left:5px !important;
}
.bsBox .bsTop {
    width: 100% !important;
}
    .header .headtop {
        border-bottom: 1px solid #EAEEF6;
        height: 47px;
        line-height: 47px;
    }
.headtop .explain{float:right;}
.headtop .explain a{
    display: inline-block;
    font-weight:500;
    color:rgba(149,171,208,1);
    margin-left:10px;
}
.headtop .explain a:hover{
    text-decoration:underline;
}
.headtop .email{
    font-weight:400;
    color:rgba(149,171,208,1);
}
.headtop .email i{
    font-weight:500;
    color:rgba(43,87,162,1);
}
.headcon{
    height:103px;
    line-height:103px;
}
.headcon .logobox{
    float: left;
    font-size:24px;
    font-family:PingFangSC-Semibold,PingFang SC;
    font-weight:600;
    color:rgba(43,87,162,1);
}
.headcon .logobox img{
    width:50px;
    height:46px;
    vertical-align:middle;
    margin:-8px 12px 0 0;
}
.headcon .logobox span{
    color:#33A58E;
}
.hrefstyle{
	font-weight: bold;
	color: rgba(51,165,142,1);
}
.hrefstyle:hover{
	color: #227E6B;
}
.errorbox{
	display: flex;
	min-height: 500px;
	justify-content: center;
	flex-direction:column;
	align-items: center;
	padding-top: 100px;
}
.errorbox img{
	width: 300px;
	/* height: 160px; */
}
.errorbox p{
	text-align: center;
	color: #747474;
	font-size: 20px;
	padding: 25px 0 50px 0;
}
.errorbox a{
	width:169px;
	height:47px;
	background:rgba(51,165,142,1);
	border-radius:24px;
	font-size: 18px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.errorbox a:hover{
    opacity:0.8;
    filter:alpha(opacity=80);
}
.headcon .typebtn{
    text-align:center;
    width: 148px;
    height:46px;
    line-height:46px;
    background:rgba(43,87,162,1);
    border-radius:23px;
    color:#fff;
    font-size:16px;
    font-weight:600;
    display:block;
    float:left;
    margin: 30px 0 0 16px;
}
.headcon .typebtn:hover{
    opacity:0.8;
    filter:alpha(opacity=80);
}
.headcon .typebtn img{
    width:16px;
    height:13px;
    margin:-2px 19px 0 0;
    vertical-align: middle;
}
.headcon .seabox{
    float: left;
    width: 260px;
    overflow: hidden;
    height:41px;
    background:rgba(242,245,249,1);
    border-radius:21px;
    border:1px solid rgba(234,238,246,1);
    line-height:41px;
    margin: 32px 0 0 40px;
}
.headcon .seabox img{
    width:15px;
    height:16px;
    display:inline-block;
    vertical-align:middle;
    margin:-5px 13px 0 21px;
}
.headcon .seabox .seatxt{
    height:41px;
    line-height:41px;
    border:none;
    display:inline-block;
    width: 200px;
    vertical-align:middle;
    margin-top: -33px;
    padding-left: 20px;
    background:rgba(242,245,249,1);
    font-size:16px;
}
.headcon .seabox .searchbtn{
    display: inline-block;
    background: url(../images/icon_search.png) no-repeat 0 12px/15px 16px;
    height: 100%;
    width: 30px;
}
.headcon .seabox .seatxt::placeholder{
    font-weight:400;
    color:rgba(42,86,162,1);
}
.headcon .lginfo{
    float: left;
    font-weight:500;
    color:rgba(42,86,162,1);
    margin-left:22px;
}
.headcon .lginfo .logoutbtn{
    margin-left:8px;
    color: rgba(42,86,162,1);
}
.headcon .logoutbtn .word{
    padding-left:10px;
}
.headcon .logoutbtn .word:hover{
    text-decoration: underline;
}
.headcon .shopcarbox{
    float:right;
     position:relative;
     height:100px;
}
.headcon .shopcarbtn{
    width:115px;
    height:46px;
    line-height:46px;
    text-align:center;
    border-radius:23px;
    border:1px solid rgba(51,165,142,1);
    font-weight:500;
    color:rgba(51,165,142,1);
    display:block;
    margin-top:30px;
    cursor: pointer;
    box-sizing: border-box;
   
}
.headcon .shopcarbtn .num{
    width:18px;
    height:18px;
    background:rgba(255,67,56,1);
    color:#fff;
    border-radius:100%;
    position:absolute;
    right:-1px;
    top:30px;
    color:#fff;
    font-size:12px;
    font-family:PingFangSC-Medium,PingFang SC;
    font-weight:500;
    text-align:center;
    line-height:18px;
}
.headcon .shopcarbtn img{
    vertical-align:middle;
    margin: -5px 6px 0 0;
    width: 18px;
}
.headcon .lgbtn{
    height:20px;
    font-weight:500;
    color:rgba(42,86,162,1);
    line-height:20px;
    margin-left:80px;
}

.headcon .lgbtn a{
    color:rgba(42,86,162,1);
}
.headcon .shopcarbox:hover .carbox{
   display:block;
}
.headcon .goodtype{
    width:100%;
    background:#fff;
    position: fixed;
    left:0;
    top:151px;
    border:1px solid rgba(234,238,246,1);
    display:none;
}
.headcon .goodtype .md1200{
    padding:80px 0;
}
.headcon .goodtype dl{
    position: relative;
}
.headcon .goodtype dt{
   position: absolute;
   left:0;
   top:0;
   width:150px;
   line-height:normal;
   color:#33A58E;
}
.headcon .goodtype .next{
    margin-left:35px;
    display:inline-block;
    width:6px;
    height:10px;
    background:url(../images/icon_next.png) no-repeat 0 0/100% 100%;
}
.headcon .goodtype dl.active dt{
    color:rgba(43, 87, 162, 1);
}
.headcon .goodtype dl.active .next{
    background-image:url(../images/icon_next1.png);
}
.headcon .goodtype dd{
    padding-left:120px;
    line-height:normal;
    overflow: hidden;
    width:700px;
    
}
.headcon .goodtype dd a{
    color:#2B57A2;
    padding:0px 12px;
    margin-bottom: 12px;
    display:block;
    float: left;
    position: relative;
}
.headcon .goodtype dd a:after{
    content:'';
    display:block;
    height: 14px;
    width:1px;
    background-color:#2B57A2;
    position: absolute;
    right:0;
    top: 3px;
}
.headcon .goodtype dd a:last-child:after{
    display:none;
}
.carbox{
    width:329px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(234,238,246,1);
    position:absolute;
    top:101px;
    right:0;
    z-index:999;
    display:none;
}
.carbox ul{
    padding:0 15px;
    max-height: 300px;
    overflow-y:auto;
}
.carbox li{
    padding:20px 0;
    border-bottom:1px solid #EAEEF6;
    overflow:hidden;
}
.carbox li:last-child{
    border:none;
}
.carbox li .imgbox{
    width:50px;
    height:50px;
    display:block;
    float:left;
}
.carbox li .imgbox img{
    width:50px;
    height:50px;
    margin:0;
}
.carbox li .name{
    width:130px;
    /* height:51px; */
    font-size:12px;
    font-weight:400;
    color:rgba(55,55,55,1);
    line-height:17px;
    margin-left:18px;
    display:block;
    float:left;
    text-align:left;
    overflow:hidden;
    margin-right:15px;
}
.carbox li .operate{
    float:left;
}
.carbox li .operate .price{
    display:block;
    height:17px;
    font-size:12px;
    font-weight:500;
    color:rgba(255,67,56,1);
    line-height:17px;
}
.carbox li .operate .delbtn{
    width:24px;
    height:17px;
    font-size:12px;
    font-weight:400;
    color:rgba(116,116,116,1);
    line-height:17px;
    text-align:right;
    display:block;
    width:100%;
}
.carbox li .operate .delbtn:hover{
    text-decoration:underline;
}
.carbox .showbox{
    height:62px;
    line-height:62px;
    background:rgba(246,246,246,1);
    border:1px solid rgba(234,238,246,1);
    padding:0 18px 0 25px;
    text-align:left;
    overflow:hidden;
}
.carbox .showbox .word{
    color:#373737;
}
.carbox .showbox .word i{
    color:#33A58E;
}
.carbox .showbox .price{
    font-weight:500;
   color:rgba(255,67,56,1);
   margin-left:5px;
}
.carbox .showbox .gobtn{
    float:right;
    width:90px;
    height:30px;
    line-height:30px;
    text-align:center;
    background:rgba(51,165,142,1);
    border-radius:23px;
    font-size:12px;
    font-weight:400;
    color:rgba(255,255,255,1);
    display:block;
    margin-top:16px;
}
.carbox .showbox .gobtn:hover{
    opacity:0.8;
    filter:alpha(opacity=80);
}
.footer .foottop{
    color:#fff;
    height:145px;
    background:rgba(2,143,68,1);
    overflow: hidden;
}
.footer .foottop .word{
    float: left;
}
.footer .word .title{
    height:30px;
    font-size:22px;
    font-weight:500;
    color:rgba(255,255,255,1);
    line-height:30px;
    margin-top:34px;
}
.footer .word  p{
    width:666px;
    height:40px;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:20px;
    margin-top:3px;
}
.footer .foottop .icons{
    float: right;
    margin-top:49px;
    font-size:0;
}
.footer .icons img{
    margin-left:36px;
}
.footer .footcon{
    height:307px;
    background:rgba(74,74,74,1);
    overflow:hidden;
}
.footer .footcon .md1200{
    overflow: hidden;
    margin-top:38px;
}
.footer .footcon .ftbox{
    float:left;
}
.footer .ftbox .title{
    font-size:18px;
    font-weight:500;
    color:rgba(255,255,255,1);
    margin-bottom:24px;
}
.footer .ftbox p{
    font-weight:400;
    color:rgba(255,255,255,1);
    margin-bottom:15px;
}
.footer .ftbox p a{
    color:#fff;
}
.footer .ftbox p a:hover{
    text-decoration:underline;
}
.footer .lxwmbox{
    width:40%;
}
.footer .fkfsbox{
    width:25%;
}
.footer .wlpsbox{
    width:25%;
}
.footer .footcon .shfwbox{
    width:10%;
    float:right;
}
.footer .icons{
    overflow:hidden;
    margin-right:-36px;
}
.footer .icons .icon{
    float:left;
    margin-right:36px;
    display:block;
    width:48px;
    height:48px;
    background:url(../images/icon_cr1.png) no-repeat 0 0/100% 100%;
}
.footer .icons .icon.iconcr2{
    background-image:url(../images/icon_cr2.png); 
}
.footer .icons .icon.iconcr3{
    background-image:url(../images/icon_cr3.png); 
}
.footer .icons .icon.iconcr4{
    background-image:url(../images/icon_cr4.png); 
}
.footer .icons .icon.iconcr5{
    background-image:url(../images/icon_cr5.png); 
}
.footer .foottop .md1200{
    overflow:hidden;
}
.mbftbox{
  display:none;
}
/*ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¥Ãƒâ€¦Ã¢â‚¬â„¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â±ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¯Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã‚Â¨Ãƒâ€¹Ã¢â‚¬Â Ãƒâ€šÃ‚Âª*/
.breadnav{
    margin:29px 0 25px;
}
.breadnav a{
    color:#373737;
}
.breadnav span{
    color:#747474;
    font-size:18px;
    width:14px;
    padding:0 5px;
}
/*ÃƒÆ’Ã‚Â¥Ãƒâ€¹Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â¡Ãƒâ€šÃ‚Âµ*/

.pagebox{
    text-align:right;
    color:#747474;
    padding:20px 0;
}
.pagebox .total .num{
    color:#373737;
    border:none !important;
}
.pagebox a{
    color:#373737;
    background:#fff;
    width:48px;
    height:22px;
    font-size:14px;
    font-weight:400;
    line-height:22px;
    display:inline-block;
    text-align:center;
    margin-left:9px;
}
.pagebox a.num{
    width:30px;
}
.item .imgbox{
    width:100%;
    height:220px;
    font-size:0;
    border:1px solid rgba(234,238,246,1);
    box-sizing:border-box;
    display:block;
    position: relative;
}
.item .imgbox img{
    width:100%;
    height:100%;
}
.item .imgbox .discount{
    font-size:12px;
    font-weight:500;
    color:rgba(255,255,255,1);
    line-height:17px;
    width:67px;
    height:26px;
    line-height:26px;
    background:rgba(255,67,56,1);
    border-radius:13px;
    text-align:center;
    position: absolute;
    right:21px;
    top:21px;
}
.item .infobox{
    padding: 13px 12px 15px;
    border:1px solid rgba(234,238,246,1);
    position: relative;
    background:#fff;
    height: 128px;
}
.item .infobox .name,.item .infobox .instro{
    font-weight:400;
    color:rgba(55,55,55,1);
    line-height:20px;
    width:100%;
}
.item .infobox .instro{
    height:40px;
    overflow: hidden;
    display:none;
}
.item .infobox .instro:hover{
    text-decoration:underline;
}
.item .infobox .name{
    min-height:20px;
}
.item .infobox .addshopcar{
    display:block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    position: absolute;
    right: 12px;
    bottom: 22px;
    background: rgba(51,165,142,1);
    border-radius:100%;
    text-align:center;
}
.item .infobox .addshopcar:hover{
    opacity:0.8;
    filter:alpha(opacity=80);
} 
.item .infobox .addshopcar img{
    width: 18px;
    margin-top: 11px;
}
.item .infobox .price{
    margin-top:25px;
}
.item .infobox .sm{
    color:#999;
    font-size:12px;
}
.item .infobox .preprice {
    text-decoration: line-through;
    font-weight: 500;
    color: rgba(166,166,166,1);
    position: relative;
    top: -3px;
    width: 55px;
    font-size: 12px;
    display: inline-block;
}
.item .infobox .nowprice {
    font-size: 18px;
    font-weight: 500;
    color: rgba(255,67,56,1);
    line-height: 30px;
}
.NoGoods{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
}
.NoGoods img{
	margin-bottom: 10px;
	margin-top: 20px;
	width: 120px;
}
.NoGoods p{
	font-size: 14px;
	color: #000;
	letter-spacing: 1px;
}
.mblgoutbtn{
    display:none;
}
.time{
	height: 30px;
	width: 100%;
	background: #FA9C46;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	line-height: 30px;
	color: #fff;
	font-size: 12px;
     text-align: center;
}
.moblieclose{
	display: none;
}
.pcshow{
	display: inline-block;
}
.moblieshow{
	display: none;
}
.paywaycon .wechatpay.active .word.pcshow{
	display: block;
}
.paywaycon .wechatpay.active .word.moblieshow{
	display: none;
}
.publicbanner{
	width: 100%;
	height: 350px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFFFFF;
	font-size: 36px;
}
.publictop{
	padding-top: 150px;
}
.contentpadding{
	padding: 70px 0 150px 0;
}
.contentpadding h2{
	font-size: 16px;
	color: #373737;
	padding-bottom: 20px;
    font-weight: 600;
}
.contentpadding .txt{
	padding-bottom: 20px;
}
.contentpadding .txt p{
	font-size: 14px;
	color: #373737;
}
.textindent{
	text-indent: 2em;
	margin-bottom: 25px;
}
.abouticonbox{
	display: flex;
	padding: 40px 0;
}
.sellBox {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #fff;
    z-index: 90;
    justify-content: center;
}
.abouticonbox .abouticon {
    flex: 1;
    display: flex;
    align-items: center;
    flex-flow: column;
}
.abouticonbox .abouticon img{
	width: 48px;
	height: 48px;
}
.abouticonbox .abouticon p{
	line-height: 2;
	color: #33A58E;
	font-size: 14px;
}
.footcenter{
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
    font-size: 14px;
    padding: 10px 0;
}
.footcenter a{
	color: #fff;
	font-size: 14px;
	padding: 5px 0;
	line-height: 1;
	padding: 0 10px;
	border-right: 1px #fff solid;
}
.footcenter a:last-child{
	border-right: 0;
}
.footcenter a:hover{
	color: #fff;
}
.footcon.footheight{
	height: auto;
	padding-bottom: 20px;
}
.skulist{
	color: #747474;font-size: 12px; height: 15px; line-height: 15px;
}
@media screen and (max-width:1200px) {
     .md1200{
        width:100%;
      }
       .headcon .shopcarbtn{
         width: 100px;
         height: 35px;
         line-height: 35px;
         margin-top:35px;
       }
      .header .md1200{
          padding:0 30px;
          box-sizing:border-box;
      }
      .headcon .seabox{
          width: 20%;
          margin-left:12px;
      }
      .headcon .seabox .seatxt{
          width: 70%;
          
      }
      .headcon .lgbtn{
          margin-left:3%;
      }
      .headcon .logobox img{
          margin-right:5px;
      }
      .headcon .typebtn{
          margin-left:10px;
          width:120px;
      }
      .headcon .typebtn img{
          margin-right:5px;
      }
      .footer .md1200{
        padding:0 30px;
        box-sizing:border-box;
    }
      .footer .foottop .word{
        width:50%;
      }
      .footer .word p{
        width:100%;
      }
      .footer .foottop .icons{
        width:290px;
        margin-right:-10px;
        text-align:right;
      }
      .footer .icons .icon{
        margin-right:10px;
      }
      .footer .footcon .ftbox{
        width:50%;
        height:180px;
      }
      .footer .footcon{
        height:auto;
        padding-bottom:30px;
      }
}
@media screen and (max-width:1000px) {
    .headcon .seabox{
        width:22%;
        margin-left:2%;
    }
    .headcon .logobox{
        font-size:20px;
    }
    .headcon .typebtn{
        font-size:14px;
        width:100px;
    }
    .headcon .logobox img{
        width:40px;
        height:auto;
    }
    .headcon .shopcarbtn{
        width:100px;
    }
    .item .infobox{
		padding: 13px 8px 20px;
	}
	.item .infobox .price{
		margin-top:18px;
	}
	.item .infobox .addshopcar{
		width:36px;
		height:36px;
		right:11px;
	}
	
	.item .infobox .nowprice{
		font-size:18px;
	}
	.item .infobox .preprice{
		top:-2px;
		width:50px;
	}
}
.listImgHread {
    display:inline-block;
}
.FotterTabBox {
    display:none;
}
@media screen and (max-width: 768px) {
    .FotterTabBox {
        border-top: 1px #EAEEF6 solid;
        display: flex;
        position: fixed;
        z-index: 99;
        left: 0;
        right: 0;
        bottom: 0;
        height: 70px;
        background: #fff;
    }
    .FotterTabBox a {
        flex:1;
        display:flex;
        align-items:center;
        justify-content:center;
        flex-flow:column;
    }
        .FotterTabBox a.active span {
            color: #33A58E;
        }
        .FotterTabBox a i {
            display: inline-block;
            width: 30px;
            height: 30px;
        }
        .FotterTabBox a span {
            color: #747474;
            font-size:14px;
            margin-top:2px;
        }
        .F_TabIndex {
            background: url(../images/tab/index.png) no-repeat;
            background-size: 27px;
        }
    .FotterTabBox a.active .F_TabIndex {
        background: url(../images/tab/index_active.png) no-repeat;
        background-size: 27px;
    }
    .F_TabClass {
        background: url(../images/tab/class.png) no-repeat;
        background-size: 27px;
    }

    .FotterTabBox a.active .F_TabClass {
        background: url(../images/tab/class_active.png) no-repeat;
        background-size: 27px;
    }
    .F_TabCart {
        background: url(../images/tab/cart.png) no-repeat;
        background-size: 27px;
    }

    .FotterTabBox a.active .F_TabCart {
        background: url(../images/tab/cart_active.png) no-repeat;
        background-size: 27px;
    }
    .F_TabMy {
        background: url(../images/tab/my.png) no-repeat;
        background-size: 27px;
    }

    .FotterTabBox a.active .F_TabMy {
        background: url(../images/tab/my_active.png) no-repeat;
        background-size: 27px;
    }
    .listImgHread {
        border: 1px #34A58E solid;
        border-radius: 50%;
    }
    .typebox a .listImgHread img {
        display: block;
        margin-right: 0;
        width: 24px;
    }
    .typebox .new_listType a.videoOne {
        display:none;
    }
    .typebox .new_listType a {
        height: auto;
        width: 20%;
        background:#fff;
        margin-bottom:20px;
        display: flex;
        flex-flow: column;
        align-items: center;
        justify-content: center;
    }
    .typebox .list.new_listType {
        padding-top:20px;
    }
    .content.newcontentBg {
        background: #EFF1F2;
    }
    .listImgHread {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 38px;
        height: 38px;
    }
    .footcenter {
        flex-flow: wrap;
    }
	.footcenter a{
		margin-bottom: 5px;
	}
	.footer .footcon.footheight{
		padding-bottom: 80px;
	}
	.footcenter{
		padding-bottom: 0;
		font-size: 12px;
	}
	.abouticonbox{
		flex-wrap: wrap;
	}
	.abouticonbox .abouticon{
		width: 33.333%;
		flex: auto;
		margin-bottom: 20px;
	}
	.publictop{
		padding-top: 88px;
	}
	.publicbanner{
		height: 150px;
		font-size: 22px;
	}
	.contentpadding{
		padding: 30px 10px 50px 10px;
	}
	.header .headtop{
		display: none;
	}
	.item .infobox .preprice{
		top: 30px;
		position: absolute;
	}
	.item .infobox .nowprice{
		padding-bottom: 24px;
	}
	.pcshow{
		display: none;
	}
	.moblieshow{
		display: block;
	}
    .copyright{
        text-align: center;
        font-size:13px;
        color:#fff;
        margin:13px auto 22px;
    }
    .mbftbox{
       display:block;
    }
    .mbftbox .mbftlist{
       overflow:hidden;
       display:flex;
       display:-webkit-flex;
    }
    .mbftbox .mbftlist li{
        width:20%;
        justify-content:space-between;
    }
    .mbftbox .mbftlist li:last-child{
        text-align: right;
        width:25%;
    }
    .mbftbox .mbftlist a{
        color:#fff;
        font-size: 12px;
        font-family:PingFangSC-Regular,PingFang SC;
        font-weight:400;
    }
    body{
     overflow-x:hidden;
    }
    .md1200{
     width:100%;
   }
   .pagebox{
       display:none;
   }
   .headcon .goodtype{
     display:none;
   }
   .header .md1200{
     padding:0 11px;
     box-sizing:border-box;
     overflow:hidden;
     width:100%;
   }
   .headcon{
      height:44px;
      line-height:44px;
      position:relative;
   }
   .headcon .logobox{
      font-size: 14px;
      /*padding-left: 30px;*/
   }
   .headcon .logobox img{
     width:27px;
     height:auto;
     margin-right: 5px;
   }
   .header .explain{
     display:none;
   }
   .headcon .lgbtn{
      font-size:0;
      /*background:url(../images/icon_person.png) no-repeat 0 12px/20px 20px;*/
      float: left;
      width: 38px;
      height:100%;
      display:block;
      height:46px;
      position:absolute;
      right:13%;
      top:0;
   }
    .headcon .lgbtn.newlgbtn {
        background: none;
        font-size: 12px;
        line-height: 44px;
        margin-right: 13%;
    }
    .headcon .lgbtn.newrgbtn {
        background: none;
        font-size: 12px;
        line-height: 44px;
        margin-right: 3%;
    }
    .headcon .lgbtn.newpsbtn {
        background: none;
        font-size: 12px;
        line-height: 44px;
        margin-right: 3%;
        width: 50px;
        color: #33A58E;
    }
    .headcon .lgbtn.newoutbtn{
        background: none;
        font-size: 12px;
        line-height: 44px;
        margin-right: 15%;
        width: 50px;
        color: #33A58E;
    }
    .NewBanner.banner .title {
        margin-top:60px;
    }
    .NewBanner.banner {
        height: 415px;
        background: url(../images/iponebg.jpg) no-repeat center;
        background-size: cover;
    }
        .NewBanner.banner img {
            display:none;
        }
        .headcon .lgbtn.newlgbtn:after {
            background: none;
        }
    .headcon .lgbtn:after {
        content: " ";
        display: block;
        width: 10px;
        height: 7px;
        position: absolute;
        /*background: url(../images/upicon.png) no-repeat;*/
        background-size: 10px 7px;
        right: 3px;
        top: 50%;
        margin-top: -4px;
    }
    .headcon .lgbtn.pcshow {
        display:none;
    }
    .headcon .shopcarbtn {
        font-size: 0;
        border: none;
        margin-top: 0;
        width: 40px;
        height: 46px;
        line-height: 46px;
    }
   .headcon .shopcarbox{
     height:46px;
     line-height:46px;
   }
   .headcon .shopcarbtn .num{
     width: 12px;
     height: 12px;
     top: 8px;
     line-height: 12px;
     right: 8px;
   }
   .headcon .typebtn{
     font-size:0;
     position:absolute;
     left:11px;
     top:0;
     margin:0;
     width:35px;
     border-radius:0;
     background:url(../images/icon_mtype.png) no-repeat 0 15px/20px 14px;
   }
    .headcon .typebtn img{
        display:none;
    }
    .headcon .lginfo .logoutbtn{
        display:none;
    }
    .headcon .lginfo{
        font-size:12px;
        margin-left: 8px;
    }
    .headcon .seabox .searchbtn{
        background-position:0 14px;
    }
   .footer .foottop{
     height:auto;
   }
   .footer .footcon .md1200{
     margin-top:20px;
     padding:0 11px;
     overflow: hidden;
     box-sizing: border-box;
     width: 100%;
   }
   .footer .footcon .ftbox{
     width:100%;
     margin-bottom:15px;
   }
   .footer .ftbox .title{
     font-size:18px;
     margin-bottom:8px;
   }
   .footer .ftbox p{
     margin-bottom:5px;
   }
   .footer .foottop .md1200{
     padding:0 10px;
     overflow:hidden;
     box-sizing:border-box;
     width:100%;
   }
   .footer .foottop .word{
     display:none;
   }
   .footer .foottop .icons{
     display:block;
     width:100%;
   }
   .footer .word .title{
     margin-top:16px;
     font-size:18px;
   }
   .footer .word p{
     width:100%;
     height:auto;
   }
   .footer .foottop .icons{
     margin: 30px 0;
   }
   .footer .icons .icon{
     width:20%;
     margin-right:0;
     background-size:38px 38px;
     background-position:center; 
   }
   .footer .footcon .ftbox{
       display:none;
   }
   .footer .footcon{
       padding-bottom:0;
   }
   /* ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒâ€šÃ‚Â */
   .item .imgbox{
       height:183px;
   }
   .item .imgbox .discount{
       top:12px;
       right:17px;
       font-size:10px;
       height:21px;
       line-height:21px;
       width:54px;
   }
   .item .infobox .name{
       display:block;
       font-size:12px;
        /*overflow: hidden;
	    text-overflow: ellipsis;*/
	    display: -webkit-box;
	    /*-webkit-line-clamp: 1;
	    -webkit-box-orient: vertical;*/
   } 
   .item .infobox .instro{
   	display:none;
       font-size:12px;
        overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 1;
	    -webkit-box-orient: vertical;
   }
   .item .infobox .addshopcar {
        width: 34px;
        height: 34px;
        right: 11px;
        bottom:10px;
    }
    .item .infobox .price{
        margin-top:8px;
        margin-bottom: 20px;
        position: relative;
    }
    .item .infobox {
        padding: 10px 8px 12px;
        height: 108px;
    }  
	.errorbox{
		min-height: 300px;
	}
	.errorbox img{
		width: 180px;
		height: auto;
	}
	.errorbox p{
		font-size: 16px;
		padding: 15px 0 30px 0;
	}
	.errorbox a{
		width:129px;
		height:35px;
		background:rgba(51,165,142,1);
		border-radius:24px;
		font-size: 14px;
		color: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
    }
    .headcon .goodtype{
        background-color:#F0F2F3;
        position: fixed;
        left:0;
        top:86px;
        bottom:0;
        width:100%;
        z-index:101;
    }
    .headcon .goodtype .closebtn{
        width: 28px;
        height: 28px;
        background: url(../images/banner1.png) no-repeat 0 0/100% 100%;
        position: fixed;
        right: 15px;
        top: 150px;
        z-index: 101;
    }
    .headcon .goodtype .md1200{
        padding:0;
        width:70%;
        margin:0;
        background-color: #fff;
        height: calc(100% - 62px);
        overflow-y:auto;
    }
    .headcon .goodtype .md1200.loginNot{
    	height: 100%;
    }
    .headcon .goodtype dl{
        /*height: 60px;
        line-height: 60px;
        border-bottom:1px solid #EAEEF6;*/
    }
    .headcon .goodtype dl:last-child{
        border-bottom: none;
    }
    .headcon .goodtype dt{
        height: 60px;
        line-height: 60px;
        padding-left:30px;
        color:#2B57A2;
        width:100%;
        position: relative;
        border-bottom:1px solid #EAEEF6;
        box-sizing: border-box;
    }
    .headcon .goodtype .next{
        background-image: url(../images/icon_next1.png);
        margin-left:65%;
    }
    /*.headcon .goodtype dd{
        display:none;
    }*/
   .headcon .goodtype dd{
	   	width: 100%;
	   	padding-left: 0;
	   	display: none;
   	}
   	.headcon .goodtype .active dd{
   		display: block;
   	}
   	.headcon .goodtype .active .next{
   		transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
   	}
   	.headcon .goodtype dd a{
   		height: 60px;
        line-height: 60px;
        padding-left:40px;
        color:#2B57A2;
        width:100%;
        font-size: 13px;
        position: relative;
        border-bottom:1px solid #EAEEF6;
        box-sizing: border-box;
   	}
   	.moblieclose{
   		position: absolute;
	    top: 5px;
    	right: 20px;
    	display: block;
   	}
   	.moblieclose img{
   		width: 15px;
   		height: 15px;
   	}
   	.headcon .goodtype dd a:after{
   		display: inline-block;
	    width: 6px;
	    height: 10px;
	    top: 50%;
	    margin-top: -5px;
	    right: 20px;
        background: url(../images/icon_next1.png)  no-repeat 0 0/100% 100%;
   	}
   	.headcon .goodtype dd a:last-child:after{
	    display:block;
	}
    .mblgoutbtn{
        display:block;
        width:70%;
        line-height: 62px;
        height:62px;
        background:rgba(43,87,162,1);
        color: #fff;
        position: fixed;
        left:0;
        bottom:0;
        padding-left:30px;
        box-sizing: border-box;
        border:1px solid rgba(43,87,162,1);
    }
    .header .seabox{
        position: fixed;
        left:0;
        top:44px;
        height: 44px;
        line-height: 44px;
        background-color: #33A58E;
        display:flex;
        align-items: center;
        padding: 0 20px;
        width: 100%;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        margin:0 ;
        border-radius:0;
        float: none;
        border:none;
    }
    .headcon .seabox .searchbtn{
    	background: url(../images/writeseach.png) center no-repeat;
    	background-size:25px 25px;
    }
    .headcon .seabox .seatxt::-webkit-input-placeholder{
    	color: #B1B1B1 !important;
    }   
	.headcon .seabox .seatxt:-moz-placeholder{
		color: #B1B1B1 !important;
	}                 
	.headcon .seabox .seatxt::-moz-placeholder{
		color: #B1B1B1 !important;
	}                
	.headcon .seabox .seatxt:-ms-input-placeholder{
		color: #B1B1B1 !important;
	}     
    .headcon .seabox .seatxt{
        height: 28px;
        line-height: 28px;
        border-radius: 30px;
        background: #fff;
        color:#fff;
        color: #B1B1B1;
        padding-left:10px;
        width: 87%;
        font-size: 14px;
        margin-left: 0px;
        margin-right: 10px;
        margin-top: 0;
        /* margin-top: -36px; */
    }
    .headcon .seabox .seatxt::placeholder{
        color:#fff;
    }
	.tablebox .ptablist .ptabli.username:before{
		content: "用户: ";
		display: inline-block; 	
		margin-right: 5px;
	}
	.tablebox .ptablist .ptabli.phone:before{
		content: "客户联系电话: ";
		display: inline-block; 	
		margin-right: 5px;
	}
    .tablebox .ptablist .ptabli.nkname:before {
        content: "真实姓名: ";
        display: inline-block;
        margin-right: 5px;
    }
	.tablebox .ptablist .ptabli.regtime:before{
		content: "会员类型: ";
		display: inline-block; 	
		margin-right: 5px;
	}
	.tablebox .ptablist .ptabli.userjl:before{
		content: "消费总金额: ";
		display: inline-block; 	
		margin-right: 5px;
	}
	.tablebox .ptablist .ptabli.yjl:before{
		content: "订单总数: ";
		display: inline-block; 
		margin-right: 5px;	
	}
	.tablebox .ptablist .ptabli.jf:before{
		content: "积分: ";
		display: inline-block; 	
		margin-right: 5px;
	}
	.tablebox .ptablist .ptabli.zk:before{
		content: "被邀请者奖励: ";
		display: inline-block; 	
		margin-right: 5px;
	}
	.paywaycon .wechatpay.active .word.pcshow{
		display: none;
	}
	.paywaycon .wechatpay.active .word.moblieshow{
		display: block;
	}
    .newcontentBg .conbox .list .item {
        width:33.333%;
    }
    .newcontentBg .item .imgbox {
        height:130px;
    }
    .newcontentBg .item .infobox {
        padding: 4px 8px 9px;
    }
        .newcontentBg .item .infobox .name {
            font-size:8px;
        }
        .newcontentBg .item .infobox .nowprice {
            font-size: 10px;
        }
        .newcontentBg .item .infobox .addshopcar {
            width: 26px;
            line-height: 26px;
            height: 26px;
            bottom: 8px;
            right:8px;
        }
        .newcontentBg .item .infobox .price {
            margin-top:0;
        }
        .newcontentBg .item .infobox .addshopcar img {
            width: 12px;
            margin-top: 7px;
        }
            .newcontentBg .item .infobox .preprice {
                font-size: 8px;
            }
    .newcontentBg .item .imgbox .discount {
        top: 6px;
        right: 7px;
    }
    .time {
        font-size:8px;
    }
    .newListStyle .conbox .list {
        display:flex;
        flex-wrap:wrap;
    }
    .newListStyle .item {
        display:flex;
        flex-flow:column;
    }
    .newListStyle .item .infobox {
        height: auto;
        flex: 1;
    }
    .newListStyle.newcontentBg .item .infobox .preprice {
        position:relative;
        top:initial;
        height:20px;
        line-height:1.2;
        width:auto;
    }
    .newListStyle.newcontentBg .item .infobox .price {
        display: flex;
        margin-bottom: 0;
        margin-top: 10px;
        flex-flow: column;
        justify-content: center;
        height:25px;
    }
    .newListStyle.newcontentBg .item .infobox .nowprice {
        padding-bottom: 0;
        line-height: 1.2;
    }
    .newListStyle.listbox .item .infobox .name {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        line-height:1.2
    }
    .newListStyle.newcontentBg .item .infobox .name {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        height:30px;
        line-height: 1.2
    }
    .typebox .list:after {
        content:" ";
        display:block;
        clear:both;
    }
}
@media screen and (max-width:320px) {
    .mbftbox .mbftlist li{
        margin-right:2%;
    }
}


