﻿*{margin:0;text-decoration: none;}
html,body{font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    width: 100%;
    color: #333;
    margin: 0;
	top:0 !important;
    /*overflow-x: hidden;
	overflow-y:scroll;*/
	margin:0px;}
img{border:0}
ul,li{list-style:none;padding: 0px;margin: 0px;}
#home #mnav li#m1 a,#about #mnav li#m2 a,#product #mnav li#m3 a,#size #mnav li#m4 a,#oem #mnav li#m5 a,#faq #mnav li#m6 a,#download #mnav li#m7 a,#member #mnav li#m8 a,#contact #mnav li#m9 a{background: url(../images/menu_hover.jpg) repeat-x;margin:0;padding: 0px;color:#ffff00}
.header{
    border-bottom: 1px solid #cecece;
    height: 45px;
    background: #eee;
    padding: 0 100px;
    box-sizing: border-box;
	position: fixed;
    left: 0;
    top: 0;
    width: 100%;   
    z-index: 99999;
}
.header .menu-list{
	position:fixed;
	top:45px;
	left:-100%;
	width:80%;
	overflow-y: auto;
	background:#fff;
	height:calc(100% - 45px);
	padding:0 10px;
}
.header .menu-list li,.help_box .cate_list li{
	border-bottom:1px solid #eaeaea;
}
	
.header .menu-list li a,.help_box .cate_list li a{ 
	display:block;
	height:40px;
	line-height:40px;
	padding-left:23px;
	position:relative;
	font-weight: bold;
    font-size: 12px;
    color: #515151;
	text-decoration: none;
	width: 100%;
    text-align: left;
}
.header .member-box,.header .menulistleft,.header .search-link,.header .my-cart{
	height:45px;
	width:50px;
	position:absolute;
	top:0;
	}
.header .member-box{
	left:50px;
}
.header .member-box a{
	display:block;
	width:50px;
	height:44px;
	background: url(../mimages/m-menu.png) no-repeat scroll -75px 2px;
	background-size: 250px 250px;
}
.header .menulistleft
{
overflow-y: auto;
left:0px;
}
.header .menulistleft .menu-icon{
	width:50px;
	height:44px;
	background: url(../mimages/m-menu.png) no-repeat scroll 0px 2px;
	background-size: 250px 250px;
}
.header .logo{
	text-align:center;
	height:45px;
}
.header .logo a{
	display:block;
	height:44px;
}
.header .logo img{
	max-height:40px;
}
.header .search-link{
	right:50px;
}

.header .search-link a{
	display: block;
    width: 50px;
    height: 44px;
    background: url(images/svg/settings.svg) no-repeat 10px;
    background-size: 27px;
}
.header .my-cart{
	right:0;
}
.header .my-cart a{
	display:block;
	width:50px;
	height:44px;
	background: url(../mimages/m-menu.png) no-repeat scroll -114px -77px;
	position:relative;
	background-size: 250px 250px;
}
.header .my-cart a span{
	width: 18px;
    height: 18px;
    position: absolute;
    right: 5px;
    top: 8px;
    background: #ed3444;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    font-style: normal;
    font-size: 12px;
    font-weight: bold;
    font-family: "Century Gothic";
    letter-spacing: -1px;
}
.header .menulistleft .menu-bg,.help_box .cate_bg,.menulistright .menu-bg,.zaixiansk .cate_bg,.zaixianws .cate_bg,.zxmassage .cate_bg{
	content:'';
	position:fixed;
	left:0;
	top:45px;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.3);
	opacity:0;
	visibility:hidden;
	transition:all 0.3s;
}
.help_box.menu-on,.zaixiansk.menu-on,.zaixianws.menu-on{position: fixed;}

.header .menu-on .menu-bg,.help_box.menu-on .cate_bg,.zaixiansk.menu-on .cate_bg,.zaixianws.menu-on .cate_bg,.zxmassage.menu-on .cate_bg{
	opacity:1;
	visibility:visible;
}
.header .head-return,.header .menulistright{
	height:45px;
	width:50px;
	position:absolute;
	top:0;
	}
.head-return {
	overflow-y: auto;
    left: 0px;
	}
.head-return a {
	width: 50px;
    height: 44px;
    background: url(../mimages/m-menu.png) no-repeat scroll -193px -37px;
    background-size: 250px 250px;
	display: block;
	}
.menulistright
{
	overflow-y: auto;
    right: 0px;
}
.menulistright .menu-icon{

	width: 50px;
    height: 44px;
    background: url(../mimages/m-menu.png) no-repeat scroll 3px 2px;
    background-size: 250px 250px;
	display: block;
	
}
.header .menulistright .menu-list{
position: fixed;
    top: 45px;
    right: -100%;
	left: auto;
    width: 80%;
    overflow-y: auto;
    background: #fff;
    height: calc(100% - 45px);
    padding: 0 10px;

}

.zaixianws li{
	background:url("/images/svg/whatsapp.svg") no-repeat;
	text-align:left;
	padding:5px;
	padding-left:43px;
	background-size:41px;
	line-height:23px;
	border-bottom:solid 1px #e6e6e6;
	float:left;
	min-width:35%;
	background-position-y:center;
}

.zaixiansk li{
	background:url("/images/svg/skype.svg") no-repeat;
	text-align:left;
	padding:5px;
	padding-left:43px;
	background-size:41px;
	line-height:44px;
	border-bottom:solid 1px #e6e6e6;
	float:left;
	min-width:34%;
	max-width:45%;
	background-position-y:center;
}
.zaixianws a{ line-height:20px;}
.content {
    
    /*overflow-x: hidden;
	overflow-y:scroll;*/
    width: 100%;	
    margin: 45px auto 0px auto;
	background-color:#f7f6f6
    
}
.mcontent {
    
    /*overflow-x: hidden;
	overflow-y:scroll;*/
    width: 100%;	
    margin: 45px auto 0px auto;
	background-color:white;
    
}
#foot {
    
    overflow-x: hidden;
	overflow-y:scroll;
    width: 100%;
    margin: 0 auto;
	}
	

.menu-list li span,.help_box .cate_list li span{display: block;font-weight:bold;}
.menu-list li{line-height: 40px;display: block;}
.help_box .cate_list li{line-height: 40px;display: block;height:40px;}
.menu-list li  p,.help_box .cate_list li  p{
                    display: inline-block;
                    width: 0px;
                    height: 0px;
                    border-left: 7px solid transparent;
                    border-right: 7px solid transparent;
                    border-top: 7px solid#2f2f2f;
					
                      }
.menu-list li ul,.help_box .cate_list li ul{max-height:0px;transition:all 0.5s;overflow:hidden}
.menu-list li ul li,.help_box .cate_list li ul li{border-bottom: 1px solid #DEDEDE;}
.menu-list .showlist,.help_box .cate_list .showlist{transition:all 0.5s;max-height:888px;}
.showlist img{position:fixed;margin-top:10px}
.menu-list .downimg,.help_box .cate_list .downimg{
                    display: inline-block;
                    width: 0px;
                    height: 0px;
                    border-left: 7px solid transparent;
                    border-right: 7px solid transparent;
                    border-bottom: 7px solid#2f2f2f;
					border-top: 0;
					
                    
					
					 }
		 
		 
		 /* H5轮播图设置*/
.aui-banner-content {
	overflow-x: hidden;
	width: 100%;
	position: relative;
}

.aui-banner-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
	position: relative;
	z-index: 1;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

.aui-banner-pagination {
	position: absolute;
	width: 100%;
	z-index: 2;
	left: 0;
	bottom: .5rem;
	pointer-events: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.aui-banner-wrapper-item {
	width: 100%;
	height: 100%;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.slider-pagination-item {
	margin: 0 .3rem;
	width: 14px;
	height: 3px;
	display: inline-block;
	background-color: #fff;
}

.slider-pagination-item.slider-pagination-item-active {
	background:#eb6106;
}

.aui-banner-wrapper-item img {
	width: 100%;
	background-size: cover;
}

.aui-header-center-clear {
	width: 100%;
	margin-left: 13%;
}


/*首页产品列表样式*/

.homepro{
margin-top: 20px;
}
    
.blockpro_title{
border-bottom: 1px solid #DEDEDE;
font-size: 20px;
}
.blockpro{
margin-top:10px;

}
.blockpro_title_more{
	display: block;
    width: 20px;
    background: url(../mimages/m-menu.png) no-repeat scroll -165px -138px;
    background-size: 200px 200px;
    height: 20px;
    float: right;
	}
.blockpro_list{
}
.pro-list{
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    height: auto;
}	
.pro-list .price{
	float: left;
    margin: 5px;
	width: 50%;
	font-size:calc(11px + (18 - 11) * ((100vw - 320px) / (1280 - 320)));
	}
.pro-list li{
	width: 40%;
    margin: 5px;
    position: relative;
    display: inline-block;
	}
.propic,.propic img{
    display: block;
    width: 100%;
	color:white;
}
.propic img{

}
.listboximg{
	position: absolute;
    top: 2px;
    width: 56px;
    left: 2px;
    height: auto;
   }
.listaddcart{    
	float: right;
    margin: 3px;
	}
.listboximg img{width:75%}
.listmutisize{
	background: url(/images/sizecolorbg.png) repeat;    
    height: 14px;
    position: absolute;
    right: 0px;
    bottom: 26px;
    text-align: center;
	font-size: 11px;
	}
.listsale{
	position: absolute;
    background: url(/images/salebg.png) no-repeat;
    width: 30px;
    height: 45px;
    right: 0px;
    text-align: center;
    background-size: 29px 44px;
    top: 0px;
	}

.listnewa{
position: absolute;
    background: url(/images/newtip.png) no-repeat;
    width: 40px;
    height: 50px;
    right: 0px;
    text-align: center;
    background-size: 40px 16px;
    top: 0px;
}
.listwater{
	background: url(/images/shuiying.png) no-repeat;
    position: absolute;
    height: 18px;
    width: 100px;
    bottom: 27px;
    left: 2px;
	}
	
	
/*footer*/
.footer{margin-top: 70px;}
.footer .footer_bar{
	border-top: 1px solid #BBBBBB;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 56px;
    background: #F5F5F7;
    z-index: 999;}
.footer .footer_bar	a{
	display: block;
    width: 20%;
    float: left;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: #303030;}
	
.footer .footer_bar a i{
	background: url(../mimages/m-menu.png) no-repeat;
	background-size: 250px 250px;
	width: 26px;
	height: 26px;
	position: relative;
	display:block;
	margin: 0 auto;
	text-decoration: none;
}
.footer .footer_bar a span {
    padding-top: 8px;
    display: block;
    position: relative;
    color: #5f5f5f;
}
.footer .footer_bar a.home i{
	background-position: -130px 0px;
}
.footer .footer_bar a.me i{
	background-position: -88px -126px;
}

.footer .footer_bar a.search i{
	background-position: -89px -203px;
}
.footer .footer_bar a.cart i{
	background-position: -127px -203px;
}
.footer .footer_bar a.cart i strong{
	width: 18px;
    height: 18px;
    position: absolute;
    right: -10px;
    top: 0;
    background: #ed3444;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    font-style: normal;
    font-size: 12px;
    font-weight: bold;
    font-family: "Century Gothic";
    letter-spacing: -1px;
}
.footer .footer_bar a.help i{
	background-position: -168px -203px;
}
.footer .footer_bar a.home span.cur i {
    background-position: -7px -204px;
}
.help_box,.zaixianws,.zaixiansk,.zxmassage{z-index:99;top:0;width:100%;height:100%;} 
.help_box .cate_list,.zaixianws .cate_list,.zaixiansk .cate_list,.zxmassage .cate_list{
	width:80%;
	background:#fff;
	position:fixed;
	top:0;
	z-index:9;
	height:100%;
	padding: 50px 10px 0 10px;
	right:-100%;
	overflow-y: auto;
	transition:all 0.5s
	}


.homecategory{
    margin-top: 20px;
}
.catitle{
    color: red;
    text-align: center;
    font-size: 18px;
	margin: 25px 0;
}
.catitle a{
    text-decoration: none;
    color: red;
}
	.homecategory .cacentent{}
	.homecategory .cacentent ul{
    width: 99%;
    margin: 0 auto;
    /* border-left: 1px solid #DEDEDE; */
    /* border-top: 1px solid #DEDEDE; */
    /* border-bottom: 1px solid #DEDEDE; */
    margin-top: 15px;
    /* white-space: nowrap; */
    position: relative;
}
	.homecategory .cacentent ul li{
    display: inline-block;
    height: 100px;
    border: 1px solid #e1dede;
    /* padding-top: 2px; */
     width: calc(25% - 5px);
	 } 
	.homecategory .cacentent ul li a img{
    width: 100%;
    	 } 
	 
	.proclass-list {
	
	}
	.proclass-list li{
	width: 47%;
    margin: 5px;
    position: relative;
    display: inline-block;
	}
	.proclass-list .price{
	    float: left;
    margin: 5px;
	}
	
	
	  .swiper-container {
	        width: 100%; 
	        
	        margin: 20px 0;
	    }
	    .swiper-slide {
	        text-align: center;
	        font-size: 18px;
	        background: #fff;

	        /* Center slide text vertically */
	        display: -webkit-box;
	        display: -ms-flexbox;
	        display: -webkit-flex;
	        display: flex;
	        -webkit-box-pack: center;
	        -ms-flex-pack: center;
	        -webkit-justify-content: center;
	        justify-content: center;
	        -webkit-box-align: center;
	        -ms-flex-align: center;
	        -webkit-align-items: center;
	        align-items: center;
	    }
		.swiper-slide img{
	       width:100%;
	    }
		
		/* propage */
			.proinfo,.probuy,.prodescription {
        margin: 15px 5px;
    padding: 3px;
    background-color: #fff;
	}
	.othersize {
    margin: 10px auto;
    text-align: center;
}
.proname {
    font-size: 16px;
    font-weight: bold;
}
.pronum,.proweight,.promaterial,.Including{
margin:10px 0;
}
.ColorPaperBox,.strColorPaperBox {
    margin: 10px;
	line-height:24px;
}
.ColorPaperBox a,.strColorPaperBox a{
display: block;
  
    margin: 0 0 0 126px;
	}
.ColorPaperBox a img,.strColorPaperBox a img{
width: 105px;
position:absolute;
right:5px;
margin-top:-93px;
	}
.ColorPaperBox lable{
margin: 17px 0px 0px 0px;position: absolute;
}
.PlasticBag {
    margin: 10px;
}
.tab-title {   
    float: left;
    padding: 3px 7px;  
    text-align: center;
}
.tab-title-active {
  
}
.tab-title input {
    position: relative;
    top: 1px;
}
.mainsize {
    display: none;
}
.addbut,.delbut {
  font-size: 30px;
    text-decoration: none;
    color: #a1a1a1;
    font-family: cursive;
}
.sizelist table{
background-color:#fff;
border-top: solid 1px #d9d9d9;
border-left: solid 1px #d9d9d9;
width:100%;
text-align: center; 
font-size:10px;
}
.sizelist table table,.sizelist table td table td{

border: none;


}
.sizelist table img {
    width: 18px;
}
.sizelist table td{
    border-right: solid 1px #d9d9d9;
	border-bottom: solid 1px #d9d9d9;

}
.othercolor {
    margin: 10px auto;
    text-align: center;
}
.addtocart {
    display: block;
    width: 100%;
    height: 22px;
    background-color: #d94d9c;
    margin: 10px auto;
    color: white;
    line-height: 24px;
    -webkit-appearance: none;
    font-size: 17px;
    border-radius: 0.2em;
    border: 0;
    text-align: center;
	float:right;
	}
.addtocart i{	/*
	background: url(/mimages/m-menu.png) no-repeat;
    background-size: 250px 250px;
    width: 26px;
    height: 26px;
    position: relative;
    display: inline-block;
    margin: 0 auto;
	background-position: -127px -203px;
	*/}
.addtocart span{
	
	position: relative;
	}
	.prodescription li {
    line-height: 40px;
    display: block;
	border-bottom: 1px solid #c1c1c1;
}
.prodescription i{
    width: 40px;
    height: 32px;
    background: url(/mimages/m-menu.png) no-repeat scroll -203px 2px;
    background-size: 250px 250px;
    display: inline-block;
    float: right;
}
.hinfo,.hsearch{
position: fixed;
    left: 0;
    bottom: -100%;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background: #fff;
    overflow: auto;
}
.review_top {
    height: 55px;
    position: relative;
    line-height: 55px;
    padding: 0 55px;
    text-align: center;
    font-size: 20px;
    border-bottom: 1px solid #eee;
}
.review_top i {
    display: block;
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    background: none;
    font-size: 20px;
    color: #333;
    position: absolute;
    left: 0;
    top: 0;
	font-size: 20px;
	font-style: inherit;
}
.icon-dacha:before {
    content: "X";
}
.clear_color {
    clear: both;
    width: 100%;
    font-size: 0;
    height: 15px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    line-height: 15px;
    background: #efeff4;
}
.description_con {
    padding: 10px;
    line-height: 20px;
}
#TmpDiv{
	position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    z-index: 999;
    top: 0px;
}
.TmpDivsun {
display: block;
    position: fixed;
    left: 0;
    top: 0;
    border: 1px solid rgb(204, 204, 204);
    background-color: rgb(255, 255, 255);
    width: 320px;
    padding: 17px;
    margin: auto;
    right: 0;
    bottom: 0;
    height: 90px;
    border-radius: 11px;
}
.shoplist li {
    padding: 15px 15px 15px 105px;
    border-bottom: 1px solid #ddd;
    position: relative;
    min-height: 80px;
}
.shoplist li .pic {
    position: absolute;
    left: 15px;
    top: 15px;
    width: 80px;
    height: 80px;
    text-align: center;
    border: 1px solid #efefef;
}
.shoplist li .pic img {
    max-height: 80px;
    max-width: 80px;
}
.shoplist .product_info {
    line-height: 20px;
	font-size: 11px;
}
 .shoplist .product_info .name {
    display: block;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    line-height: 14px;
    margin-bottom: 5px;
	text-decoration: none;
}
.shoplist .quantityform .delbut,.shoplist .quantityform .addbut{
    
    display: inline-block;
    margin: 1px;
    
    width: 20px;
    height: 20px;
    vertical-align: text-bottom;
    margin-bottom: -5px;
    padding: 1px;
    text-align: center;
    color: #ababab;
    font-family: serif;
    font-size: 23px;
   
}

.shoplist .product_info .delete_icon {
    position: absolute;
    right: 20px;
    bottom: 20px;
    height: 20px;
    line-height: 20px;
}
.shoplist .product_info .qty{
argin: 3px 0;
    border: 1px solid #a5a5a5;
    width: 113px;
    height: 26px;
}
.orderinfo{
text-align:center;
line-height: 30px;
}
.shoplist .product_info .Quantity{
	height: 20px;
    border: none;
    text-align: center;
    width: 40px;

}
.fenye{
text-align:center;
}
      .selected_remind_input input[type="checkbox"] {
            -webkit-appearance: none;
        }
.selected_remind_input {
        float: right;
    margin: 8px 10px 0 0;
}
        .selected_remind_input input[type="checkbox"]:checked+label,
        .selected_remind_input input[type="checkbox"]:not(:checked)+label {
            background-color: #e0e0e0;
            border-radius: 24px;
            cursor: pointer;
            display: inline-block;
            height: 20px;
            position: relative;
            text-indent: -9999px;
            width: 40px;
        }

        .selected_remind_input input[type="checkbox"]:checked+label:after,
        .selected_remind_input input[type="checkbox"]:not(:checked)+label:after {
            background-color: #fff;
            border-radius: 20px;
            content: " ";
            height: 15px;
            left: 2px;
            position: absolute;
            top: 2px;
            width: 15px;
        }

        .selected_remind_input input[type="checkbox"]:checked+label {
            background-color: #4d87ea;
        }

        .selected_remind_input input[type="checkbox"]:checked+label:after {
            left: 22px;
        }

        .selected_remind_input input[type="checkbox"]:checked+label,
        .selected_remind_input input[type="checkbox"]:not(:checked)+label {
            -webkit-transition: background-color 0.3s;
            transition: background-color 0.3s;
        }

        .selected_remind_input input[type="checkbox"]:checked+label:after,
        .selected_remind_input input[type="checkbox"]:not(:checked)+label:after {
            -webkit-transition: left 0.3s;
            transition: left 0.3s;
        }
		.description_con li{
		       width: 100%;
    border-bottom: 1px solid #ccc;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
	    overflow: hidden;
		text-align: center;
		}
		.description_con li label{float: left;
    margin-left: 20px;
		
		}
		
.red {
    color: red;
}
.cxprice {
    text-decoration: line-through;
}
#cnzz_stat_icon_1278065085 {
    display: none;
}
.time-item strong{background: #C71C60;color: #fff;line-height: 16px;font-size: 14px;font-family: Arial;padding: 0 5px;margin-right: 1px;border-radius: 5px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5);}
.classdaohang
{
	width:100%;
	height:25px;
	float:left;
	border-bottom:solid 1px #cecece;
	line-height:25px;
	background-color:#ededed;
	font-size:13px;
	position:fixed;
	z-index:9;
	white-space:nowrap;
	
}
.OtherClass{font-size:12px;

padding-top:31px;
}
.OtherClass a{color:#474747;}
.classpaixu{padding:7px;
overflow-x:auto;
overflow-y:hidden;
white-space:nowrap;
height:auto;
}
.classpaixu a{
	color:#474747;
	font-size:13px; 
	margin: 0 6px 0 3px;
	}
.OtherClass li {
	
	width:47%;
	margin:5px;
	position:relative;
	display:inline-block;
	overflow: hidden;
    white-space: nowrap;
}
.zaixianws .cate_list,.zaixiansk .cate_list,.zxmassage .cate_list{
	width:85%;
}
.zaixianws.menu-on .cate_list,.zaixiansk.menu-on .cate_list,.zxmassage.menu-on .cate_list{
	right:0px;
}
.menukf{
	width:50px;
	min-height:100px;
	position:fixed;
	right:6px;
	bottom:68px;
	transition:all 0.5s
}
.menucloseall,.menuskype,.menumassage,.menuwhatsapp,.menushuokf,.menuupup{
	width:50px;	
	height:50px;
	opacity:0.5;
	transition:all 0.5s;
}
.menucloseall{
	background:url(/images/svg/closex.svg) no-repeat;
	background-size:30px;
	background-position:center;
}
.menuwhatsapp{
	background:url(/images/svg/whatsapp.svg) no-repeat;
	height:0px;
}
.menuskype{
	background:url(/images/svg/skype.svg) no-repeat;
	height:0px;
}
.menumassage{
	background:url(/images/svg/liuyan.svg) no-repeat;
	height:0px;
}
.menuupup{
	background:url(/images/svg/upup.svg) no-repeat;
	height:0px;
}
.menuwhatsapp.opened,.menuskype.opened,.menuupup.opened,.menumassage.opened{
	height:50px;
}
.menushuokf{
	background:url(/images/svg/kf.svg) no-repeat;
}
.menushuokf.opened{
	background:url(/images/svg/close.svg) no-repeat;
}
.probuy{
	padding-bottom:80px;
}
@media (max-width:370px)
{
	body{zoom:0.99;}
}
@media (max-width:360px)
{
	body{zoom:0.96;}
}
@media (max-width:350px)
{
	body{zoom:0.93;}
}
@media (max-width:340px)
{
	body{zoom:0.90;}
}
@media (max-width:330px)
{
	body{zoom:0.87;}
}
@media (max-width:320px)
{
	body{zoom:0.84;}
}



.favoritesadd{
	background:url(/images/favoadd.png) no-repeat;
	background-size:34px 34px;
	position:absolute;
	width:35px;
	height:35px;
	margin:10px auto;
	float:left;
}
.favoritesdel{
	background:url(/images/favodel.png) no-repeat;
	background-size:34px 34px;
	position:absolute;
	width:35px;
	height:35px;
	margin:10px auto;
	float:left;
}