﻿@charset "utf-8";

a,button,input {
    -webkit-tap-highlight-color: rgba(255,0,0,0);
}

/*多分辨率设定rem设定*/
html {
    height: 100%;
    font-size: 20px;
    -ms-touch-action: none;
}
/*Note3*/
@media only screen and (min-width: 320px) {
    html {
        font-size: 18px !important;
    }
    .search_input {
        width: 50% !important;
    }
}

@media only screen and (min-width: 360px) {
    html {
        font-size: 20px !important;
    }
     .search_input {
        width: 58% !important;
    }

}
.wp80{width: 80%;}.wp96{width: 96%;}.wp94{width: 94%;}
.m-center{margin: 0 auto;}
.mt8{margin-top: 8px;}.mt10{margin-top: 10px;}.mt12{margin-top:12px;}.mt16{margin-top:16px;}.mt18{margin-top:18px;}.mt20{margin-top:20px;}
.line-h1{line-height: 40px;}.line-h2{line-height: 30px;}
.b-color-white{background-color: #fff;}
.line-bottom{border-bottom:1px solid #ddd;}
/*iPhone6*/
@media only screen and (min-width: 376px) {
    html {
        font-size: 23px !important;
    }
}

/*iPhone6 plus*/
@media only screen and (min-width: 414px) {
    html {
        font-size: 25px !important;
    }
}

/*big Resolution*/
@media only screen and (min-width: 641px) {
    html {
        font-size: 25px !important;
    }
}

body *{
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}
body  a{
    color: #666666;
}
*::-webkit-scrollbar {display:none}
body {
    color: #666666;
    background-color: #f5f5f5;
    max-width: 640px;
    margin: 0 auto !important;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}
.mbottomh{height: 60px;line-height: 60px;}
input {

}

input[type="text"],textarea {
    font-size: 0.6rem;
}

a {
    text-decoration: none;
    -webkit-touch-callout: none;
}
.p-relative{position: relative;}
.p-absolute{position: absolute;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, span, a {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset, img, iframe {
    border: 0
}

:focus {
    outline: 0
}

i, address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal
}

ol, ul {
    list-style: none
}

li {
    list-style: none;
    -moz-box-sizing: border-box;
}

caption, th {
    text-align: left
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal
}

blockquote:before, blockquote:after, q:before, q:after {
    content: ''
}

abbr, acronym {
    border: 0;
    font-variant: normal
}

img {
    vertical-align: top;
    border: none;
    display: block;
    width: 100%;
}
.f5{font-size: 0.5rem;}.f6{font-size: 0.6rem;}.f7{font-size: 0.7rem;}.f8{font-size: 0.8rem;}.f10{font-size: 1rem;}
input:focus, select:focus, textarea:focus, button:focus {
    outline: none;
}

input[type="text"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], input[type="email"], input[type="url"], textarea {
    -webkit-appearance: none;
    border: 1px solid;
    border-radius: 0;
}

input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

em, i {
    font-style: normal;
}

li {
    list-style: none;
}

input[type="checkbox"] {
    position: relative;
    width: 0.85rem;
    height: 0.85rem;
    background-color: #F5F5F5;
    border: 0.05rem solid #CCC;
    vertical-align: middle;
}

input[type="checkbox"]:checked {
    border-color: #ED5564;
    background-color: #ED5564;
}

input[type="checkbox"]:checked:after {
    position: absolute;
    left: 0.1rem;
    top: 0.14rem;
    width: 0.85rem;
    height: 0.85rem;
    border-left: 0.065rem solid #fff;
    border-bottom: 0.065rem solid #fff;
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

.hide {
    display: none;
}

.show {
    display: block;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.clear {
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
}
.clear:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
}
.clearfix {
    display: block;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
/*正方形图片*/
.img_square{
    display: block;
    width: 100%;
    position: relative;
    padding-top: 100%;
    overflow: hidden;
}
.img_square img{
    width: 100%;
    position: absolute;
    top:0;
    left: 0;
}
/*图形列表2列*/
.clear2:after{
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.clear2 .son{
    float: left;
    width: 50%;
}
.clear2 .son .son_a{
    padding:1% 1% 1% 2%;
    width:97%;
}

/*底部导航*/

.bottom_nav{
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    height: 55px;
    border-top: 1px solid #ddd;
    background-color: #fff;
}
.bottom_nav:after{
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.bottom_nav .son{
    width: 20%;
    text-align: center;
    padding-top:0.05rem;
    height: 100%;
    float: left;
}
.bottom_nav .son .img{
    margin: 0 auto;
    background-repeat: no-repeat;
    background-image: url(../images/hxtoolbar.png);
    width: 28px;
    height: 30px;
    background-size: 68px;
}
.bottom_nav .son .img.s1{
    background-position: -3px -1px;
}
.bottom_nav .son .img.s2{
    background-position: -3px -34px;
}
.bottom_nav .son .img.s3{
    background-position: -2px -108px;
}
.bottom_nav .son .img.s4{
    background-position: -5px -71px;
}
.bottom_nav .son .img.mid {
    margin: 0 auto;
    height: 31px;
    background-size: 51px;
    width: 30px;
    background-position: 1px -113px;
}
.bottom_nav .son .tit{
    text-align: center;
    color: #ACACAC;
    font-size: 0.6rem;
}
.bottom_nav .son.curr .tit{
    text-align: center;
    color: #AC976B;
}
.bottom_nav .son.curr .img.s1{
    background-position: -38px -1px;
}
.bottom_nav .son.curr .img.s2{
    background-position: -36px -34px;
}
.bottom_nav .son.curr .img.s3{
    background-position: -13px -168px;
}
.bottom_nav .son.curr .img.s4{
    background-position: -39px -71px;
}
/*脚本*/
.f_nav{
    margin-top: 10px;
    background-color: #fff;
    margin-bottom: 55px;
}
.f_nav .f_bottom {
    padding-top: 1rem;
}
.f_nav .f_bottom .fl{
    width: 20%;
    text-align: center;
    background-color: #E9ECF1;
    margin-left: 4%;
    font-size: 0.6rem;
    padding: 0.3rem 0;
    color: #666666;
}
.f_nav .f_bottom2{
    text-align: center;
    width: 60%;
    padding-bottom:1rem ;
    margin: 1rem auto;

}
.f_nav .f_bottom2 .fl{
    width: 50%;
    text-align: center;
}
.f_nav .f_bottom2 .icon{
    margin: 0 auto;
    background-repeat: no-repeat;
    background-image: url(../images/icon5.png);
    width: 45px;
    height: 45px;
    background-size: 115px;
}
.f_nav .f_bottom2 .tel .icon{
    background-position: -2px -30px;
}

.f_nav .f_bottom2 .zxonline .icon{
    background-position: -48px -32px;
}
.f_nav .f_bottom2 .tit{
    margin-top: 0.5rem;
    font-size: 0.7rem;
    color: #666666;
}

/*头部*/
.header_nav{

    position: relative;
}
.header_nav .logo{
    height: 44px;
    padding-top: 5px;
    text-align: center;
}

.header_nav .logo img{
    height: 100%;
    width: auto;
    margin: 0 auto;
}
.header_nav .search_input {
    width: 65%;
    line-height: 35px;
    height: 35px;
    border-radius: 15px 15px;
    background-color: #f3f3f3;
    font-size: 0.6rem;
    margin-top: 10px;
}
.header_nav .search_input .icon {
    height: 35px;
    width: 35px;
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url(../images/icon5.png);
    background-position: 3px 2px;
    vertical-align: middle;
    margin-right: 12px;
    margin-left: 2px;
    background-size: 400%;
}



/*产品列表样式1*/
/*产品1*/
.goods-list a{
    position: relative;
    margin-left: 1%;
    width: 48.5%;
    padding-bottom: 0.4rem;
    background-color: #fff;
    margin-top: 10px;
    border-radius: 8px 8px;
}
.goods-list a .g-info{
    padding: 0px 4px;
}
.goods-list a .g-name{
    font-size: 0.8rem;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 0.2rem;
}
.goods-list a .g-price .s1{
    font-size: 0.9rem;
    color: #FF3303;
}
.goods-list a .g-price .s2{
    font-size: 0.6rem;
    color: #777;
    text-decoration: line-through;
}
.goods-list a .g-sales{
    font-size: 0.7rem;
    position: absolute;
    right: 10px;
    bottom: 0.4rem;
    color: #000;
}
img.imghotsb{width: 40px;right: 0px;left: unset;position: absolute;}
.goods-list a .mark {
    font-size: 0.6rem;
    position: absolute;
    bottom: 0.4rem;
    right: 0.2rem;
    border: 1px solid #AC976B;
    color: #AC976B;
    border-radius: 1rem;
    padding: 0.1rem 0.5rem;
}

/*产品样式2*/
.goods-list2 a{
    position: relative;
    margin-right: 1%;
    width: 49.5%;
    padding-bottom: 0.4rem;
    background-color: #fff;
    margin-bottom: 16px;
    border-radius: 8px 8px;
}
.goods-list2 a.rs{
    margin-right: 0;
}
.goods-list2 a .g-info{
    padding: 0px 4px;
}
.goods-list2 a .g-cailiao{
    font-size: 0.8rem;
    color: #6E6E6E;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}
.goods-list2 a .g-price .s1{
    font-size: 0.8rem;
    color: #FF3303;
    font-weight: bold;
}
.goods-list2 a .g-price .s2{
    font-size: 0.6rem;
    color: #6E6E6E;
    text-decoration: line-through;
}
.goods-list2 a .g-sales{
    font-size: 0.6rem;
    color: #6E6E6E;
    position: absolute;
    right: 10px;
    bottom: 0.5rem;
}

/*导航*/
.zhezhao {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
}
.zhezhao10{
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}
.nav_sons{
    width: 100px;
    background: #fff;
    position: fixed;
    z-index: 5;
    top:70px;
    right: 7px;
    border:1px solid #ddd;
}
.nav_sons .nav_son_tit {position: relative;}
.nav_sons .nav_son_tit  .icon-top{
    position: absolute;
    width: 26px;
    height: 22px;
    right: 9px;
    top: -14px;
    display: inline-block;
    background-position: 0px 1px;
    background-image: url(../images/search_top.png);
    background-repeat: no-repeat;
}
.nav_sons .nav_son_tit a{
    padding: 0 10px;
    display: block;
    line-height: 36px;
    border-bottom: 1px solid #ddd;
    font-size: 0.6rem;
}
.nav_sons .nav_son_tit a .icon{
    display: inline-block;
    width: 22px;
    height: 22px;
    background-image: url(../images/icon6.png);
    background-repeat: no-repeat;
    background-position: 0px 1px;
    background-size: 400%;
    vertical-align: middle;
    margin-right: 10px;
}
.nav_sons .nav_son_tit a.s1 .icon{
    background-position: -5px -46px;
}
.nav_sons .nav_son_tit a.s2 .icon{
    background-position: -26px -46px;
}
.nav_sons .nav_son_tit a.s3 .icon{
    background-position: -45px -46px
}
.nav_sons .nav_son_tit a.s4 .icon{
    background-position: -65px -46px
}
/*第二页*/
.more-page{
    width: 100%;height: 100%;position: fixed;top:0;left: 0;right: 0;bottom: 0;
    z-index: 200;background-color: #fff;
}
.more-page .page-tit{
    background-color: #fff;text-align:center;width: 100%;height: 46px;line-height:46px;border-bottom: 1px solid #ddd;position: fixed;top:0;left: 0;right: 0;bottom: 0;z-index: 205;font-size: 0.7rem;
}
.more-page .page-tit .icon-back{
    width: 36px;
    height: 36px;
    position: absolute;
    top: 0;
    left: 2px;
    background-repeat: no-repeat;
    background-image: url(../images/icon6.png);
    background-position: -78px 1px;
    margin-top: 9px;
    background-size: 320%;
}
.more-page .more-con{
    margin-top: 56px;
    background-color: #fff;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}
div{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

/*返回到顶部*/
#scrollbox {
    position: fixed;
    top: 70%;
    width: 40px;
    /* border: 1px solid red; */
    z-index: 2;
    right: 0%;
    height: 100px;
    margin-right: 2%;
}
#scrollbox span{
    display: block;
    height: 40px;
}
#scrollbox #backtopv {
    margin-top: 30px;
    background-repeat: no-repeat;
    background-image: url(../images/icon7.png);
    background-position: -133px -8px;
    background-size: 220px;
    background-color: #fff;
    border-radius: 20px 20px;
    display: none;
}

#scrollbox  .zxicon{
    background-repeat: no-repeat;
    background-image: url(../images/icon7.png);
    background-position: -5px -158px;
    background-size: 250px;
    background-color: #fff;
    border-radius: 20px 20px;
}
#scrollbox  .zxtel{
    background-repeat: no-repeat;
    background-image: url(../images/icon7.png);
    background-position: -92px -163px;
    background-size: 260px;
}
/*文章列表*/
.article_nav_show{height: auto;position: relative;z-index: 1;}
.article_show{padding:56px 2%;line-height: 30px;background-color: #fff; font-size:14px}
/*数据提示*/
.tip1_msg{display:none;width:100%;position: fixed;margin: 0 auto;top: 50%;text-align:center;color: #fff;z-index: 100000003;font-size: 0.7rem;}
.tip1_msg span{background-color: #808080;padding: 15px 32px;color: #fff;}

.tip2_zhezhao {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
}
.tip2_msg{
    width: 100%;
    position: fixed;
    top: 50%;
    left: 0;
    z-index: 100001;
    text-align: center;

}
.tip2_msg .son {
    display: inline-block;
    text-align: left;
    background-color: #fff;
    font-size: 0.7rem;
    border-radius: 5px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    pointer-events: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    margin-top: -25%;
    padding: 10px 0px 0px 0px;
}

.icon-success {
    margin-right: 5px;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    display: inline-block;
    background: url(../images/icon_succ.png) no-repeat;
    background-size: 30px;
}
/*标题3*/
.header3 {display:block;width: 100%;    background: #fff;position: fixed;top:0;left: 0;line-height: 45px;height: 45px;text-align: center;z-index: 10;border-bottom: 1px solid #ddd;font-size: 0.8rem;font-weight: 700;}
.header3 .icon_back{display: inline-block;width: 45px;height:45px;position: absolute;top:0px;left: 10px;
    background-repeat: no-repeat;
    background-image: url(../images/icon6.png);
    background-position: -66px 13px;
    background-size: 100px;
}
.header3 .icon_mark{
    position: absolute;top:-6px;right: 10px;
    background-repeat: no-repeat;
    background-image: url(../images/icon6.png);
    background-position: -25px 14px;
    width: 45px;
    background-size: 90px;
    height: 44px;}
.swiper-container{
    border-radius: 10px 10px;
}
.mr0{
    margin-right: 0 !important;
}
/*优惠*/
.youhui{
    padding: 10px 1%;
    margin: 0 auto;
    background-color: #DC3A43;
}
.youhui .youhuison{
    position: relative;
    width: 32%;
    margin-left: 1%;
    padding: 0 0%;
}
.youhui .youhuison .price{
    position: absolute;
    z-index: 2;
    font-size: 1.3rem;
    color: #610005;
    bottom: 0;
    line-height: 100%;
    vertical-align: middle;
    height: 100%;
    margin-top: -0.65rem;
    top: 50%;
    margin-left: -0.65rem;
    left: 25%;
}
.youhui .youhuison .desc-tit{
    color: #610005;
    font-size: 0.6rem;
    font-weight: 500;
}
.youhui .youhuison .desct{
    color: #610005;
}
.youhui .youhuison .desc{
    position: absolute;
    z-index: 2;
    color: #610005;
    font-size: 0.6rem;
    font-weight: 500;
    left: 48%;
    bottom: 0;
    top: 50%;
    margin-top: -0.8rem;
}

.youhuialert{
    width: 100%;
    position: fixed;
    top: 50%;
    margin-top: -210px;
    z-index: 100;
}
.youhuialert .con{
    width: 280px;
    margin: 0 auto;
    position: relative;
}
.youhuialert .close{
    position: absolute;
    right: 0;
    top: 44px;
    width: 40px;
    height: 35px;
}
.youhuialert .coni{
    position: absolute;
    top: 192px;
    font-size: 0.6rem;
    left: 41px;
    color: #FE4F4F;
}
.youhuialert .coni .price{
    color: #FE4F4F;
    font-size: 0.8rem;
}
.youhuialert .coni .price .price-v{
    font-size: 1.6rem;
    margin-left: 5px;
}
.youhuialert .coni .desc{
    font-size: 0.6rem;
    font-weight: 500;
}
.youhuialert .coni  .time{margin-top: 4px;}
.youhuialert .guang{width: 95px;position: absolute;bottom: 25px;height: 30px;left: 29px;}
.youhuialert .gocart{width: 93px;position: absolute;bottom: 25px;height: 30px;left: 144px;}
.youhui .youhuison.couponed .price{color: #ddd;}
.youhui .youhuison.couponed .desc-tit{color: #ddd;}
.youhui .youhuison.couponed .desct{color: #ddd;}

/*zhipayalert*/
.hnopy{background: #F7F9FA;border-bottom: 1px solid #d5d5d5;position: relative;padding: 0.2rem 0.2rem;}
.hnopy .close{width: 15%;line-height: 100%;height: 100%;display: block;text-align: center;}
.hnopy .close img{width: 30px;vertical-align: middle;margin: 0 auto;margin-top: 15px;}
.hnopy .info div{font-size: 0.6rem;}
.hnopy .info .red{color: red;}
.hnopy .pay{color: red;border: 1px solid red;font-size: 0.5rem;padding: 0.2rem 0.3rem;position: absolute;right: 1rem;top: 50%;margin-top: -0.57rem;border-radius: 0.3rem 0.3rem;}
.goods-list .g-info .cailiaov{font-size: 0.5rem;text-align: left;padding: 5px 0px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.goods-list .g-info .startv{width: 65px;display:inline-block;vertical-align:middle;}
.goods-list .evals{font-size: 0.7rem;border-top: solid 1px #EEE;padding: 5px 0px;}
.goods-list .evals .fl{width: 50%;}
.goods-list .evals .fl .salesv{color: #3388BB;font-size: 0.7rem;text-align: center;}
.goods-list .evals .fl .evalv{color: #B57C5B;font-size: 0.7rem;text-align: center;}
.goods-list .evals .fl .salesvt{color:#999;text-align: center;font-size: 0.6rem;}
.goods-list .evals .fl .evalvt{color:#999;text-align: center;font-size: 0.6rem;}