/*4cur*/
/*s*/
article.benefits_func .benefits_item {
    color:#000;
}
article.order_func .order_item {
    color:#000;
}
article.profile_func .profile_item{
    color:#000;
}
article.address_func .address_item {
    color:#000;
}
article.password_func .spsw_item {
    color:#000;
}
article.wishlist_func .wishlist_item {
    color:#000;
}
/*article.tempo {
	position: relative;
	top: 25px;
}*/
/*article >.hd.tempo {
	top: 75px;
}*/
/*e*/
.cl{
    width:100%;
    clear: both;
}
.fl{
    float: left;
    font-size: 14px;
    line-height: 50px;
}
.fr{
    float: right;
}
.mb20{
    margin-bottom: 20px;
}
.mb30{
    margin-bottom: 30px;
}
.ellipsis{
    display: inline-block;
    white-space: nowrap;
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.p_ellipsis{
    display: -webkit-box;
    max-width:100%;
    line-height: 20px;
    max-height: 80px;
    margin:0 auto;
    -webkit-line-clamp:4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
body,html{
    overflow-x: hidden;
}
article{
    min-height:500px;
}
.inner{
    width:78%;
    max-width: 1124px;
    margin:0 auto;
}
.backTop{
    position: fixed;
    right:30px;
    bottom:60px;
    z-index:999;
    width:20px;
    height:14px;
    background: url(../images/brownie-web-icon.svg) no-repeat -590px 0px;
    -webkit-background-size: 690px auto;
    background-size: 690px auto;
    cursor: pointer;
    display: none;
}
.cc ,.cc_down{
    width:100%;
    height:100%;
    background-color: #FFF;
    position:fixed;
    z-index: 9999;
}
.cc_down{
    z-index:99;
}
/*load more s*/
.cc .loading,.cc_down .loading{
    width:40px;
    height:40px;
    margin:0 auto;
    position: relative;
    top:50%;
    transform:translate(0,-50%);
    -webkit-transform:translate(0,-50%);
    -webkit-transition:all 0.3s ease 0s;
    transition:all 0.3s ease 0s;
}
.cc_down{
    display: none;
}
.go {
    position: absolute;
    top:50%;
    left:50%;
    width:10px;
    height:10px;
    border:2px solid rgba(255,51,51,1);
    border-radius: 10px;
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    -webkit-animation: button-bounce 1300ms forwards infinite ;
    animation: button-bounce 1300ms forwards infinite ;
}
.go::before{
    content: "";
    position: absolute;
    top:50%;
    left:50%;
    width:24px;
    height:24px;
    border:2px solid  rgba(255,51,51,.5);
    border-radius: 20px;
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    -webkit-animation: button-blip 1300ms forwards infinite ;
    animation: button-blip 1300ms forwards  infinite ;
}
.go::after {
    content: "";
    position: absolute;
    top:50%;
    left:50%;
    width:36px;
    height:36px;
    border:2px solid rgba(255,51,51,.15);
    border-radius: 20px;
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    -webkit-animation: button-blip2 1300ms forwards infinite ;
    animation: button-blip2 1300ms forwards infinite ;
}
.like { /*like btn, by lmf 1118*/
    width: 20px;
    height: 24px;
    background: url(../images/brownie-web-icon.svg) no-repeat 0px -237px;
}
.like a {/*like btn, by lmf 1118*/
    display:  inline-block;
    height: 100%;
    width: 100%;
}
@-webkit-keyframes button-bounce {
    0% {
        width:0px;height:0px;
        opacity: 0;
    }
    50%{
        width:10px;height:10px;
        opacity: 1;
    }
    100% {
        width:0px;height:0px;
        opacity: 0;
    }
}
@keyframes button-bounce {
    0% {
        width:1px;height:1px;
        opacity: 0;
    }
    50%{
        width:10px;height:10px;
        opacity: 1;
    }
    100% {
        width:1px;height:1px;
        opacity: 0;
    }
}
@-webkit-keyframes button-blip {
    0% {
        width:0px;height:0px;
        opacity: 0;
    }
    50%{
        width:24px;
        height:24px;
        opacity: 1;
    }
    100% {
        width:0;height:0;
        opacity: 0;
    }
}
@keyframes button-blip {
    0% {
        width:0px;height:0px;
        opacity: 0;
    }
    50%{
        width:24px;
        height:24px;
        opacity: 1;
    }
    100% {
        width:0;height:0;
        opacity: 0;
    }
}

@-webkit-keyframes button-blip2 {
    0% {
        width:0;height:0;
        opacity: 0;
    }
    50% {
        width:36px;
        height:36px;
        opacity: 1;
    }
    100% {
        width:0;height:0;
        opacity: 0;
    }
}
@keyframes button-blip2 {
    0% {
        width:0;height:0;
        opacity: 0;
    }
    50% {
        width:36px;
        height:36px;
        opacity: 1;
    }
    100% {
        width:0;height:0;
        opacity: 0;
    }
}
/*e*/
header{
    height:50px;
}
.th-nav{
    position: fixed;
    width:100%;
    background: #fff;
    z-index: 1100;
    height:22px;
    line-height: 22px;
    padding:14px 0px;
    box-shadow: rgba(204,204,204,.8) 0px 2px 5px;
}
.graylayer{
    position: fixed;
    left:0px;
    width:100%;
    height:100%;
    background: rgba(0,0,0,.5);
    z-index: 500;
    cursor: pointer;
    display:none;
}
.th-nav h1{
    text-align: center;
    width:150px;height:22px;
    margin:0px auto;
}
h1 a{
    display: block;
    height:22px;
    background: url(../images/brownie-web-icon.svg) no-repeat 0px 0px;
    text-decoration: none;
    text-indent: -9999px;
}
.purinfor{
    position: absolute;
    top:13px;right:0;
}
.purinfor>span{
    display: inline-block;
    height:24px;
    margin-right: 30px;
    vertical-align: bottom;
    cursor: pointer;
}
.user{
    position: relative;
}
.user a{
    text-decoration: none;
    font-size:18px;
    color:#000;
    line-height: 24px;
    vertical-align: bottom;
    display: none;
    white-space: nowrap;
    max-width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.user-icon{
    display: inline-block;
    text-indent: -9999px;
    width:18px;height:24px;
    background: url(../images/brownie-web-icon.svg) no-repeat -278px 3px;
}
.logout{
    position: absolute;
    left:50%;
    top:24px;
    width:105%;
    min-width:80px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: rgba(255,255,255,.8);
    text-align: center;
    cursor:default;
    display: none;
}
.logout span{
    display: block;
    height:45px;
    margin-top: 18px;
    box-shadow:rgba(204,204,204,.5) 0px 2px 5px;
}
.logout a{
    display: inline-block;
    line-height:1.2;
    margin-top: 10px;
}
.cart{
    text-indent: -9999px;
    width:23px;height:24px;
    background: url(../images/brownie-web-icon.svg) no-repeat -356px 0px;
    position: relative;
}
.cart a{
    position: absolute;
    top:7px;left:-5px;
    width:23px;
    height:24px;line-height:24px;
    text-indent: 30px;
    text-decoration: none;
    color:#000;
    font-size: 12px;
}

.navbtn{
    cursor:pointer;
    position: absolute;
    top:18px;
    left:30px;
    z-index: 500;
    width:20px;
    height:15px;
    border-radius: 50px;
    -webkit-transition:background 0.3s ease 0s;
    transition:background 0.3s ease 0s;
}
/*.tempo.navbtn {
	top: 43px;
}*/
.navbtn span{
    position: absolute;
    top:0px;
    left:50%;
    width:20px;
    height:1px;
    background-color: #000;
    margin-left: -10px;
    -webkit-transition:-webkit-transform 0.4s ease 0s;
    transition:transform 0.4s ease 0s;
}

.navbtn span:nth-child(2){
    top:7px;
}
.navbtn span:nth-child(3){
    top:14px;
}
.navbtn span:nth-child(1).showclose{
    top:7px;
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
}
.navbtn span:nth-child(2).showclose{
    opacity: 0;
}
.navbtn span:nth-child(3).showclose{
    top:7px;
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg);
}
nav{
    position: fixed;
    top:0;
    left:0;
    z-index:1100;
    padding-top: 135px;
    width:0px;
    background: rgba(255,255,255,.8);
    -webkit-transition:width 0.4s ease 0s;
    transition:width 0.4s ease 0s;
}
.sub_ul{
    padding:0;
    height:auto !important;
}
.sub_nav_title{
    margin-bottom:10px;
    padding:0;
    font-size:14px;
}
.sub_nav{
    margin-bottom:10px;
    padding:0;
    text-indent:1em;
}
nav.moveright{
    width:213px;
}
nav li{
    padding-left: 30px;
    width:190px;
    margin-bottom: 24px;
    display: none;
}
nav li a,.language a{
    font-size:14px;
    text-decoration: none;
    color:#808080;
    -webkit-transition:color 0.4s ease 0s;
    transition:color 0.4s ease 0s;
}
.language a{
    font-size:14px;
}

nav li.cur a,nav li a:hover,.language a:hover{
    color:#f33;
}
.language{
    position: absolute;
    left:50px;
    left:30px;
    bottom:5%;
    width:150px;
    display: none;
}
.language span.sublan a{
    color:#000;
}
.language span{
    margin-right: 12px;
}
.logininfor{
    position:fixed;
    width:100%;
    height:100%;
    z-index: 1000;
    display:none;
}
.bg{
    height:100%;
    background: rgba(0,0,0,0.5);
    cursor: pointer;
}
.whitebg{
    position: absolute;
    top:0;right:0;
    width:54.2%;
    height:100%;
    background: rgba(255,255,255,.95);
}
::-webkit-input-placeholder {
    color: #000;
}
:-moz-placeholde {
    color: #000 !important;
}
::-moz-placeholder {
    color: #000;
}
:-ms-input-placeholder {
    color: #000;
}
.whitebg input[type=text],.whitebg input[type=password]{
    width:100%;
    font-size:18px;
    line-height:24px;
    border:none;
    border-bottom:1px solid #000;
    outline: none;
    background: none;
    font-family: "Tw";
}
.username{
    margin-bottom: 30px;
}
.password{
    margin:30px 0px 15px;
}
.whitebg p{
    text-align: right;
}
.forgetpsw{
    float: right;
}
.forgetpsw a{
    text-decoration: none;
    color:#808080;
    font-size:14px;
    font-style: italic;
    letter-spacing: 2px;
    -webkit-transition:color 0.4s ease 0s;
    transition:color 0.4s ease 0s;
}
.forgetpsw a:hover{
    color:#000;
}
.submit{
    text-align: right;
    margin:30px 0px 30px;
}
.submit input{
    width:55%;
    max-width:300px;
    min-width:120px;
    height:50px;
    border:1px solid #000;
    background: #000;
    color:#fff;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    font-size:18px;
    letter-spacing: 2px;
    -webkit-transition:all 0.4s ease 0s;
    transition:all 0.4s ease 0s;
}
.submit input:hover{
    background: none;
    color:#000;
}
.wechat-login{
    color:#808080;
    letter-spacing: 1px;
    margin-bottom: 30px;
}
.wechat-login a{
    display: inline-block;
    text-decoration: none;
    /*color:#808080;*/
    color: black;/*highlight 1031*/
    font-size:14px;
}
.wechat-login span{
    display:inline-block;
    width:35px;
    height:35px;
    background:url(../images/brownie-web-icon.svg) no-repeat -615px -109px;
    background-size: 650px auto;
    vertical-align:middle;
}
.newcus{
    float: right;
    display: inline-block;
    font-size:18px;
    color:#808080;
    letter-spacing: 1.5px;
    cursor: pointer;
    -webkit-transition:color 0.5s ease 0s;
    transition:color 0.5s ease 0s;
}
.change-login{
    font-size:18px;
    color:#808080;
    letter-spacing: 1.5px;
    cursor: pointer;
    -webkit-transition:color 0.5s ease 0s;
    transition:color 0.5s ease 0s;
}
.newcus:hover,.change-login:hover{
    color:#000;
}
.newcus span{
    display: inline-block;
    width:8px;height:8px;
    border-radius: 8px;
    border:2px solid #f33;
    margin-left: 10px;
}
.login-part,.signup-part{
    display:none;
    position: absolute;
    top:53%;
    left:50%;
    width:45%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.close-login{
    position: absolute;
    top:110px;
    right:30px;
    width:19px;
    height:19px;
    background:url(../images/brownie-web-icon.svg) no-repeat -643px -158px;
    background-size:858px auto;
    cursor: pointer;
}
.login-part{
    display: block;
}
.policy{
    font-size:14px;
    color:#808080;
    letter-spacing: 1px;
}
.policy input{
    display:none;
}
.policy span,label[for=ajaxLoginBox] span{
    display: inline-block;
    width:6px;
    height:6px;
    border:2px solid #f33;
    border-radius: 10px;
    vertical-align: middle;
    margin-right: 8px;
    cursor: pointer;
    -webkit-transition:all 0.3s ease 0s;
    transition:all 0.3s ease 0s;
}

.policy span.select,label[for=ajaxLoginBox] span.select{
    background: #f33;
}
.policy label{
    cursor: pointer;
}
label[for=ajaxLoginBox]{
    color:#808080;
    letter-spacing:1px;
    font-size:14px;
}
label[for=ajaxLoginBox] input{
    display: none;
}
.fsearch ::-webkit-input-placeholder {
    color:    #808080;
}
.fsearch :-moz-placeholder {
    color:    #808080;
}
.fsearch ::-moz-placeholder {
    color:    #808080;
}
.fsearch :-ms-input-placeholder {
    color:    #808080;
}
.footer{
    width:100%;
    height:280px;
    position:relative;
    background-color: #141414;
    color:#808080;
}
.footer h3{
    font-size:16px;
    color:#FFF;
    line-height: 200%;
}
.footer p{
    font-size: 6px;
    line-height: 110%;
    word-break:break-all;
}
.footer_logo{
    width:50%;
    height:100%;
    float:left;
    position: relative;
}
.logo_inner{
    background:url(../images/browine-footer-01.svg) no-repeat ;
    width:227px;
    height:52px;
    position:absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
    margin:auto;
    background-size:227px 74px;
}
.logo_inner a{
    display:block;
    width:100%;
    height:100%;
}
.followcontact{
    width:35%;
}
.followcontact{
    width:35%;
}
.footer_nav, .followcontact{
    height:90%;
    float:left;
    position:relative;
}
.footer_nav{
    width:15%;
}
.follow{
    width:100%;
    height:20%;
    top:45%;
    position: relative;
}
.contact{
    width:100%;
    height:50%;
    float: left;
    position: relative;
}
.footer .contact  .inner{
    width: 100%;
    top: 40%;
}
.fsearch{
    width:80%;
    height: 30%;
    top:70%;
    position:absolute;
    float: left;
}
.fsearch input{
    border:none;
    width:100%;
    height:40px;
    background-color: #333333;
    color:#808080;
    text-indent: 20px;
    font-size:14px;
    -webkit-appearance:none;
    border-radius:0px;
}
.fsearch_c{
    width:15%;
    height:38px;
    margin-top: 1px;
    cursor:pointer;
    position: absolute;
    right:0;
    top:0;
    background-color: #333333;
}
.fsearch_icon{
    background: url(../images/brownie-web-icon.svg) no-repeat -518px 0 ;
    width:20px;
    height:20px;
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    margin:auto;
}
.footer .inner{
    width:90%;
    height:60%;
    position:absolute;
    top:0;
    bottom:0;
    margin-top: auto;
    margin-bottom: auto;
}
.fsearch .inner{
    width:100%;
    top:auto;
    bottom:0;
    max-width:300px;
    min-width: 260px;
}
.footer_nav ul{
    width:100%;
    height:100%;
}
.footer_nav ul li{
    display: block;
    width:100%;
    height:20%;
    position:relative;
}
.footer_nav ul li a{
    display: block;
    color:#808080;
    text-decoration: none;
    position: relative;
    font-size: 14px;
}
.footer_nav .cur a,.footer_nav a:hover,.footer_nav li:hover{
    color:#fff;
}
.follow ul{
    width:100%;
    height:100%;
    white-space: nowrap;
}
.follow ul li{
    display:inline-block;
    width:40px;
    height:40px;
    vertical-align: middle;
    position: relative;
    margin:auto 5px;
    border-radius: 40px;
    border: 1px solid #333;
}
.follow ul li:first-child{
    display: none;
}
.follow ul li a{
    display: block;
    color:#808080;
    font-size: 16px;
    text-decoration: none;
    position: relative;
}
.follow .f_title{
    color:#808080;
    font-size: 14px;
    display:inline-block;
    margin-right: 4%;
}
.wechat,.weibo,.facebook,.instagram,.twitter{
    display:inline-block;
    background:url(../images/brownie-web-icon.svg);
    background-repeat: no-repeat;
    vertical-align: text-bottom;
    vertical-align: middle;
    line-height: 100%;
}
.res_f{
    position: absolute;
    left:35px;
    top:2px;
    font-size:14px;
}
.qrcode{
    position:absolute;
    width:106px;
    height:106px;
    background:url(../images/two-dimension-code.jpg);
    background-size:cover;
    display:none;
    z-index:100;
    bottom:-62px;
    left:35px;
}
.wechat_new:hover .qrcode{
    display:block;
}
.wechat{
    background-position: 9px -117px;
    width:40px;
    height:40px;
}
.weibo{
    background-position:-64px -117px;
    width:40px;
    height:40px;
}
.facebook{
    background-position:-140px -117px;
    width:40px;
    height:40px;
}
.instagram{
    background-position:-214px -117px;
    width:40px;
    height:40px;
}
.contact ul{
    width:100%;
    height:80%;
    position: relative;
}
.contact ul li{
    display: block;
    width:100%;
    height:50%;
    position:relative;
}
.contact_t,.add{
    width:100%;
    height:100%;
    position: relative;
}
.contact_t span,.add span{
    display: block;
    width:auto;
    height:auto;
    color:#808080;
    font-size: 14px;
    position: absolute;
}
.contact_t p, .add p{
    position: absolute;
    left:20%;
    font-size: 14px;
}
.telephone{
    margin-top: 30px;
}
.alertwindow{
    position: fixed;
    top:0;
    left:0;
    z-index:1500;
    width:100%;
    height:100%;
    background: rgba(0,0,0,.5);
    display: none;
}
.alerttip{
    position: absolute;
    top:50%;
    left:50%;
    width:360px;
    box-sizing:border-box;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: #fff;
    border-radius:10px;
}
.tips{
    font-size:18px;
    padding:30px;
    text-align: center;
    letter-spacing:1px;
    border-bottom:1px solid #ccc;
}
.alertBtns{
    padding: 20px 0px;
    text-align: center;
}
.alertBtns span{
    display:inline-block;
    width:110px;
    height:40px;
    line-height:40px;
    border:1px solid #000;
    box-sizing:border-box;
    background: #000;
    color:#fff;
    font-size:14px;
    letter-spacing:1px;
    border-radius:5px;
    text-align: center;
    cursor: pointer;
    -webkit-transition:all 0.5s ease 0s;
    transition:all 0.5s ease 0s;
}
.alertBtns span:hover{
    color:#000;
    background: none;
}
.footer p{
    letter-spacing: normal;
}


/*.notice {
	height: auto;
	text-align: center;
	width: 100%;
	background: white;
	top: 0;
	position: fixed;
    	cursor: pointer;
    	height: 25px;
	white-space: nowrap;
	z-index: 1101;
	display: none;
}
.notice.show_notice {
	display: block;
}
.close_notice {
    	display: inline-block;
    	position: fixed;
    	right: 30px;
    	top: 3px;
    	background: url(../images/brownie-web-icon.svg) no-repeat -643px -158px;
    	background-position: -520px -128px;
              -webkit-background-size: 700px auto;
    	background-size: 700px auto;
    	height: 20px;
    	width: 25px;
	vertical-align: middle;
	z-index: 1;
}
.notice div.main {
	width: auto;
	white-space: nowrap;
	position: fixed;
	margin: auto;
	/*width: calc(96% - 130px);
	width: 90%;
	height: 25px;
	display: inline-block;
	vertical-align: middle;
	left: 5%;
	overflow: hidden;

}
.inner_main {
	line-height: 27px;
	width: auto;
	white-space: nowrap;
	position: absolute;
	display: inline-block;
	left: 0;
	font-size: 14px;
}
.inner_main p {
	font-size: 14px;
	line-height: 27px;
}
.inner_main span {
	font-size: 14px;
	line-height: 27px;
}
.th-nav.tempo {
	top: 25px;
}*/
/*res */
@media screen and (min-width:1920px){
    .footer p{
        word-break:break-all;
    }
    .fsearch{
        width:382px;
    }
    .res_f{
        font-size: 14px;
    }
}
@media screen and (max-width:1440px){
    .password{
        margin-top: 40px;
    }
    .user a{
        font-size:14px;
    }
    .footer_nav ul li a,.contact_t span, .add span,.follow .f_title{
        font-size:12px;
    }
    .res_f,.contact_t p, .add p,.fsearch input{
        font-size:12px;
    }
    .res_f{
        top:3px;
    }
    .logo_inner{
        width:151px;
        height:32px;
        -webkit-background-size: 151px auto;
        background-size: 151px 50px;
    }
    .footer{
        height:240px;
    }
    .follow ul li{
        width:30px;
        height:30px;
    }
    .wechat{
        background-position: 5px -121px;
        width:30px;
        height:30px;
    }
    .weibo{
        background-position:-69px -121px;
        width:30px;
        height:30px;
    }
    .facebook{
        background-position:-144px -121px;
        width:30px;
        height:30px;
    }
    .instagram{
        background-position:-218px -121px;
        width:30px;
        height:30px;
    }
    .backTop{
        width: 12px;
        height: 12px;
        bottom: 33px;
        background-position: -436px 0px;
        -webkit-background-size: 506px auto;
        background-size: 506px auto;
    }
    /* login */
    .whitebg input[type="text"], .whitebg input[type="password"]{
        font-size:14px;
        line-height:20px;
    }
    .username{
        margin-bottom: 20px;
    }
    .password{
        margin:20px 0px 12px;
    }
    label[for="ajaxLoginBox"],.forgetpsw a{
        font-size:12px;
    }
    .submit{
        margin:20px 0px;
    }
    .submit input{
        height:40px;
        line-height:40px;
        font-size:14px;
    }
    .wechat-login{
        margin-bottom: 20px;
    }
    .wechat-login a{
        font-size:12px;
    }
    .newcus{
        font-size:14px;
    }
    .wechat-login span{
        width:31px;
        height:31px;
        background-position:-520px -91px;
        -webkit-background-size: 550px auto;
        background-size: 550px auto;
    }
    .close-login{
        width:16px;height:16px;
        background-position:-524px -128px;
        -webkit-background-size: 700px auto;
        background-size: 700px auto;
    }
    .policy{
        font-size:12px;
    }
    .change-login{
        font-size:14px;
    }
}
.contact_t p,.add p{
    line-height:inherit;
}
/**/
@media screen and (max-width: 1366px){
    /*body{
        font-size: 18px;
    }*/
}
/*7.26 remove*/
@media screen and (max-width:1280px){
    .footer>.inner{
        width:72%;
    }
    .contact_t p,.add p{
        line-height: 110%
    }
}
@media screen and (max-width:1024px){
    .footer p{
        left:28%;
    }
    .res_f{
        font-size: 12px;
    }
    .footer_logo{
        width:40%;
    }
}
@media screen and (max-width:960px){
    .purinfor > span{
        margin-right: 20px;
    }
    .navbtn,.language{
        left:20px;
    }
    nav li{
        padding-left:20px;
    }
}
@media screen and (max-width: 850px){

    .footer_nav ul li a,.follow  .f_title,.contact_t span ,.add span{
        font-size: 12px;
    }
}

@media screen and (max-width:768px){
    /*.navbtn.tempo {
        top: auto;
    }*/
    /*.notice div.main {
        width: 85%;
        left: 3%;
    }*/
    /*.notice div.inner_main {
        line-height: 18px;
        font-size: 10px;
    }*/
    /*.close_notice {
            right: 2.5%;
    }*/
    .purinfor>span.like { /*like btn, by lmf 1118*/
        position: fixed;
        left:15%;
        margin-right: 0px;
    }
    .fsearch .inner{
        max-width: none;
    }
    .backTop{
        bottom:82px;
        height:14px;
    }
    .loading_logo img{
        width:80px;
        height:80px;
    }
    .loading_slogo img{
        width:150px;
        height:25px;
    }
    .purinfor{
        top:14px;
    }
    .cart{
        position: fixed;
        left:4%;
        margin-right: 0px;
    }
    .purinfor>.user{
        position: fixed;
        right:4%;
        margin-right: 0px;
    }
    .user .logout{
        opacity:0;
    }
    nav{
        height:100%;
        padding-bottom:20px;
        padding-top:0;
        top:50px;
        box-sizing:border-box;
        z-index:800;
        background-color: rgba(255,255,255,.95);
    }
    /*nav.tempo {
        top: 75px;
    }*/
    nav.moveright{
        width:100%;
    }/*
	nav ul{
		width:40%;
		height:75%;
		margin:50px auto 0px;
		text-align:center;
	}*/


    nav ul{ /* 0410 by lmf */
        width:40%;
        /*height:75%;*/
        position: absolute;
        top: 40%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        text-align:center;
    }
    nav li{
        width:100%;
        height:25px;
        margin-bottom: 36px;
        padding-left:0;
        position: relative;
    }
    nav li:last-child{
        margin-bottom: 0px;
    }
    nav li a{
        font-size:19px;
        color:#000;
        width:150px;
        position: absolute;
        left:50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    nav .close{
        background:  url(../images/brownie锛峸eb-icon.svg) no-repeat scroll -523px -128px;
        cursor: pointer;
        height: 16px;
        position: absolute;
        right: 10px;
        top: 25px;
        width: 20px;
    }
    .sub_ul{
        padding:0;
        height:auto !important;
        width:150px;
        margin:auto;
    }
    .sub_nav_title{
        padding:0;
        font-size:19px;
    }
    .sub_nav{
        padding:0;
        text-indent:1em;
        margin-top:0px!important;
    }
    .language{
        position:static;
        text-align:center;
        width:150px;
        margin:0 auto;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    .language a{
        font-size:16px;
        color:#777;
    }
    .language span:first-child {
        display:inline-block;
        width:25px;
        height:25px;
        margin-right: 67px;
        text-align: center;
    }
    .language span.sublan {
        display:inline-block;
    }
    .language span.sublan a{
        color:#000;
        line-height:25px;
    }
    .navbtn{
        position: fixed;
        left:0px;bottom:0px;top:auto;
        width:50%;height:45px;
        background: #ededed;
        border-radius:0px;
        display: none;
    }
    .newbtn{
        display: block;
    }
    .navbtn span{
        top:17px;
    }
    .navbtn span.middle{
        top:23px;
    }
    .navbtn span.bottom{
        top:29px;
    }
    .navbtn span.showclose:nth-child(1){
        top:25px;
    }
    .navbtn span.showclose:nth-child(3){
        top:25px;
    }
    .eshop{
        display: block;
        position:fixed;
        right:0px;bottom:0px;z-index:500;
        width:50%;height:45px;
        background: #ededed;
    }
    .eshop i{
        position: absolute;
        top:7.5px;left:0;
        height:30px;
        border-left:1px solid #fff;
    }
    .eshop b{
        position: absolute;
        top:50%;left:50%;
        width:45px;height:13px;
        margin-left: -22.5px;margin-top: -6.5px;
        background: url(../images/brownie锛峬obile-icon.svg) no-repeat;
        -webkit-background-size: 220px auto;
        background-size: 220px auto;
    }
    .eshop a{
        position: absolute;
        width:100%;
        height:50px;
        text-indent: -9999px;
    }
    .inner{
        width:92% !important;
        position: relative;
        max-width:none;
    }
    .whitebg{
        width:100%;
    }
    .login-part, .signup-part{
        width:92%;
        top:50%;
    }
    .whitebg input[type="text"], .whitebg input[type="password"]{
        width:100%;
        font-size:14px;
        line-height:26px;
        -webkit-appearance:none;
        border-radius:0px;
    }
    .password{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    label[for="ajaxLoginBox"],.forgetpsw a{
        font-size:14px;
    }
    .submit{
        margin:30px 0px;
    }
    .submit input{
        width:180px;
        height:40px;
        line-height:40px;
        font-size:14px;
        -webkit-appearance:none;
        border-radius:0px;
    }
    .wechat-login{
        display: none;
    }
    .newcus{
        font-size:14px;
    }
    .newcus span{
        width:8px;
        height:8px;
        border-width:2px;}
    .policy{
        font-size:12px;
    }
    .policy span, label[for="ajaxLoginBox"] span{
        width:6px;
        height:6px;
        border-width:1px;
    }
    .change-login{
        font-size:14px;
        color:#000;}
    .-login{
        top:75px;
        right:4%;
        width:16px;
        height:16px;
        background-position:-460px -112px;
        background-size:616px auto;
    }
    ./*logininfor{
		z-index:900;
	}*/
    .alerttip{
        width:300px;
    }
    .tips{
        font-size:14px;
        padding:20px 30px;
    }
    .alertBtns{
        padding:15px 0px;
    }
    .alertBtns span{
        font-size:12px;
        height:34px;
        line-height:34px;
    }
    .to_top{
        right:15px;
        bottom:17.5%;
    }
    /*椤佃剼*/
    .footer{
        width:100%;
        height:550px;
        margin-bottom: 50px;
        position: relative;
    }
    .footer .inner{
        width:100%;
        height:100%;
        top:0px;
    }
    .footer_logo{
        width:100%;
        height:20%;
        position: absolute;
        top:0;
    }
    .footer_nav{
        width:100%;
        height:25%;
        font-size: 18px;
        position:absolute;
        top:22%;
    }
    .footer_nav ul{
        font-size: 0px;
    }
    .footer_nav ul li{
        height:18px;
        margin-bottom:20px;
        display: inline-block;
        width:50%;
    }
    .footer_nav ul li:last-child{
        margin-bottom: 30px;
    }
    .footer_nav .inner ul li a{
        text-indent: 30px;
        margin-bottom: 40px;
        font-size:12px;
    }
    .logo_inner{
        margin:0;
        left:30px;
        top:60px;
    }
    .followcontact{
        width:100%;
        height:55%;
        top:45%;
    }
    .follow .f_title{
        display:block;
        font-size: 12px;
    }
    .wechat_new{
        margin-left:0px!important;
    }
    .contact{
        width:100%;
        height:40%;
    }
    .contact ul li{
        width:30%;
        height:100%;
    }
    .contact ul li:nth-child(1){
        float: left;
    }
    .contact ul li:nth-child(2){
        float: right;
        margin-right: 10%;
    }
    .contact_t span{
        width:100%;
        top:0;
        font-size: 12px;
        text-indent: 30px;
    }
    .contact_t p{
        text-align: left;
        left:30px;
        font-size: 12px;
        position: absolute;
        top:35px;
        word-break:break-all;
        white-space: nowrap;
    }
    .qrcode{
        left:87px;
        bottom:-60px;
    }
    .add span{
        width:100%;
        top:0;
        font-size: 14px;
    }
    .add p{
        font-size: 14px;
        left:0;
        text-align: left;
        position: absolute;
        top:35px;
    }
    .follow{
        width:100%;
        height:35%;
        position:absolute;
    }
    .wechat{
        background-position: 4px -121px;
        width:40px;
        height:40px;
    }
    .weibo{
        background-position:-69px -121px;
        width:40px;
        height:40px;
    }
    .facebook{
        background-position:-144px -121px;
        width:40px;
        height:40px;
    }
    .instagram{
        background-position:-219px -121px;
        width:40px;
        height:40px;
    }
    .follow ul{
        width:90%;
        position: absolute;
        left:30px;
    }
    .follow ul li{
        width:30px;
        height:30px;
        margin:2% 24px;
    }
    .follow ul li:nth-child(1){
        width:100%;
        height:40%;
        font-size: 18px;
        top:20%;
        display: block;
    }
    .follow ul li:nth-child(1) a{
        top:80%;
        font-size:14px;
    }
    .follow .res_f{
        display: none;
    }
    .fsearch{
        width:84%;
        height:20%;
        position:absolute;
        top:70%;
        left:30px;
    }
    .fsearch_c{
        margin-top: 1px;
    }

}
@media screen and (max-width:320px){
    nav li{
        margin-bottom: 22px;
    }
}
/*璋冧寒锛堥矞鑹筹級鍥剧墖 160923 lmf  */
img {
    filter: brightness(102%) saturate(135%);
    -webkit-filter: brightness(102%) saturate(135%);
    -moz-filter: brightness(102%) saturate(135%);
    -o-filter: brightness(102%) saturate(135%);
    -ms-filter: brightness(102%) saturate(135%);
}
.wxlogin {/*wechat login lmf 1109*/
    z-index:1500;
    position:  fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    display: none;

}
.wxlogin .login_wrapper {
    height: 480px;
    width: 350px;
    border: 1px solid white;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: white;
}
.wxlogin iframe {
    position: relative;
    top: 30px;
    height: 450px;
    width: 350px;
    overflow: hidden;
    border: none;

}
.wxlogin .login_close {
    height: 20px;
    width: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: url(../images/brownie-web-icon.svg) no-repeat -643px -158px;
    background-size: 858px auto;
    cursor: pointer;
}
/*椤甸潰鍙充笂瑙掔殑涓嫳鏂囧垏鎹㈡寜閽� by lmf 20160927*/
.language_left_top {
    width: 46.44px;
    height: 44px;
    background: rgba(200, 200, 200, 0.5);
    position: fixed;
    top: 50px;
    right: 0;
    z-index: 999;
    cursor: pointer;
}
/*.language_left_top.tempo {
	top: 75px;
}*/
.language_left_top p{
    font-size: 14px;
    height: 14px;
    width: 20px;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    line-height: 14px;
}
.dollar { /* lmf 1123 */
    display: none;
}
img {
    -webkit-touch-callout: none;
}