* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
}
body,div,p,blockquote,hr,ul,ol,li,h1,h2,h3,h4,h5,h6,menu,dd,dl,form,fieldset,input,textarea,caption,select,button,input,pre,hr,td,th,address,section,article,aside,header,footer,nav,dialog,figure,hgroup,label,span,strong,i,s {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
}
h1,h2,h3,h4,h5 {
    font-weight: normal;
}
em,i,strong {
    font-style: normal;
}
ul,ol,li {
    list-style: none;
}
img {
    border: none;
    vertical-align: middle;
}
input,select,textarea,button {
    border: none;
    font-size: 100%;
    outline: none;
    -webkit-appearance: none;
}
a {
    color: #333;
    text-decoration: none;
}
a:hover {
    color: #333;
    text-decoration: none;
}
body {
    margin: 0 auto;
    padding-bottom: 60px;
    font-size: 1.4rem;
    color: #333;
    background: #fff;
    font-family: Microsoft Yahei,Helvetica Neue,sans-serif;
    -webkit-text-size-adjust: none;
}
.clearfix {
    clear: both;
}
.clearfix:after {
    display: block;
    clear: both;
    height: 0;
    content: " ";
    visibility: hidden;
}
.hidden {
    display: none;
}
.img-thumb {
    position: relative;
}
.img-thumb:before {
    content: "";
    display: block;
    padding-top: 60%;
}
.img-thumb a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #ccc url(img/img-bg.png) center center no-repeat;
    background-size: 60px auto;
}
.img-thumb img {
    width: 100%;
    height: 100%;
}
header {
    line-height: 2;
    padding: 10px;
    border-bottom: 1px solid #e0e0e0;
    background-color: #fff;
    clear: both;
}
header:after {
    display: block;
    clear: both;
    height: 0;
    content: " ";
    visibility: hidden;
}
header h1 {
    float: left;
    width: 220px;
    height: 27px;
    background: url(img/logo.png) no-repeat;
    background-size: 100% 100%;
    text-indent: -9999px;
}
header h2 {
    float: left;
    font-size: 1.6rem;
}
header h1 a {
    display: block;
}
header .icon-menu {
    display: block;
    float: right;
    width: 26px;
    height: 21px;
    margin-top: 5px;
    background: url(img/icon-menu.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}
header .sider-menu {
    position: fixed;
    right: -75%;
    top: 47px;
    z-index: 100;
    width: 75%;
    height: 100%;
    border-top: 1px solid #ccc;
    font-size: 1.6rem;
    background-color: #ebebeb;
    -webkit-transition: right 0.5s;
    transition: right 0.5s;
}
header.hover .sider-menu {
    right: 0;
}
header .sider-menu li {
    float: left;
    width: 50%;
    line-height: 3;
    border-bottom: 1px solid #ccc;
}
.sider-menu li a {
    display: block;
    padding: 0 10px;
}
.sider-menu li a:hover, .sider-menu li a.current {
    color: #339933;
}
#slider, #pro-detail {
    position: relative;
    z-index: 1;
}
#slider .slider, #pro-detail .pro-detail {
    overflow: hidden;
    position: relative;
    z-index: 2;
    width: 100%;
    max-height: 125px;
}
@media screen and (min-width: 321px) and (max-width: 360px) {
    #slider .slider {
        max-height: 141px;
    }
}
@media screen and (min-width: 361px) and (max-width: 375px) {
    #slider .slider {
        max-height: 146px;
    }
}
@media screen and (min-width: 376px) and (max-width: 400px) {
    #slider .slider {
        max-height: 156px;
    }
}
@media screen and (min-width: 401px) and (max-width:414px) {
    #slider .slider {
        max-height: 162px;
    }
}
@media screen and (min-width: 415px) and (max-width:440px) {
    #slider .slider {
        max-height: 172px;
    }
}
@media screen and (min-width: 441px) and (max-width:480px) {
    #slider .slider {
        max-height: 188px;
    }
}
@media screen and (min-width: 481px) and (max-width:520px) {
    #slider .slider {
        max-height: 203px;
    }
}
@media screen and (min-width: 521px) and (max-width:560px) {
    #slider .slider {
        max-height: 219px;
    }
}
@media screen and (min-width: 561px) and (max-width:600px) {
    #slider .slider {
        max-height: 247px;
    }
}
@media screen and (min-width: 601px) and (max-width:740px) {
    #slider .slider {
        max-height: 234px;
    }
}
@media screen and (min-width: 741px) and (max-width: 768px){
    #slider .slider {
        max-height: 300px;
    }
}
@media screen and (min-width: 769px) {
    #slider .slider {
        max-height: 100%;
    }
}
#slider .slider li, #pro-detail .pro-detail li {
    position: relative;
    float: left;
    width: 100%;
}
#slider .slider .img-thumb:before, #pro-detail .pro-detail .img-thumb:before {
    padding-top: 39.0625%;
}
#slider .dot, #pro-detail .dot {
    position: absolute;
    bottom: 5px;
    left: 0;
    z-index: 9;
    width: 100%;
    font-size: 0;
    text-align: center;
}
#slider .dot span, #pro-detail .dot span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 3px;
    background: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
#slider .dot span.current, #pro-detail .dot span.current {
    background: #f9dc50;
}
.menu {
    overflow: hidden;
    height: 44px;
    line-height: 44px;
    margin: 10px 5px 0;
    border-bottom: 2px solid #80b448;
    background: #a0d468;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.menu h2 {
    float: left;
    margin-left: 10px;
    font-size: 1.6rem;
    color: #333;
}
.menu a {
    float: right;
    position: relative;
    display: block;
    width: 30px;
    height: 44px;
    background: url(img/icon-arrow.png) center center no-repeat;
    -webkit-background-size: 40% 40%;
    background-size: 40% 40%;
    text-indent: -9999px;
}
.items ul {
    overflow: hidden;
    padding: 5px;
    background: #f1f1f1;
}
.items li {
    float: left;
    width: 34%;
    padding: 5px;
}
.items li:nth-of-type(3n+1), .items li:nth-of-type(3n) {
    width: 33%;
}
.items li a {
    position: relative;
    display: block;
    height: 44px;
    line-height: 44px;
    font-size: 1.4rem;
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #6ec96e), color-stop(1, #339933));
    background: -ms-linear-gradient(to bottom , #6ec96e, #339933);
    background: linear-gradient(to bottom, #6ec96e, #339933);
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
}
.list {
    padding: 0 5px;
}
.list li {
    border-bottom: 1px dashed #ccc;
}
.list li a {
    position: relative;
    display: block;
    height: 42px;
    line-height: 42px;
    padding-left: 10px;
    padding-right: 80px;
    font-size: 1.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list li i {
    position: absolute;
    left: 2px;
    top: 50%;
    width: 4px;
    height: 4px;
    margin-top: -2px;
    background: #91bb4f;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}
.list li strong {
    position: absolute;
    right: 3px;
    width: 80px;
    color: #888;
    font-weight: normal;
    text-align: right;
}
.product ul {
    overflow: hidden;
    padding: 0 5px;
}
.product li {
    float: left;
    width: 50%;
    padding: 10px 10px 0;
    line-height: 1.5;
}
.product strong {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 1.2rem;
    background: #f1f1f1;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ad {
    margin: 10px 5px;
}
.ad img {
    display: block;
    width: 100%;
}
footer {
    padding: 10px 0;
    margin: 10px 5px 0;
    line-height: 2;
    font-size: 1.2rem;
    color: #e5e4e4;
    background: #392a27;
    text-align: center;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}
nav {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 99;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-top: 1px solid #7f7f7f;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #6ec96e), color-stop(1, #339933));
    background: -ms-linear-gradient(to bottom , #6ec96e, #339933);
    background: linear-gradient(to bottom, #6ec96e, #339933);
}
nav a {
    position: relative;
    display: block;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    border-right: 1px solid #7f7f7f;
    border-left: 1px solid #dfe4e7;
    border-top: 1px solid #dfe4e7;
    padding-left: 30px;
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
}
nav a:nth-of-type(1) {
    border-left: none;
}
nav a:last-of-type {
    border-right: none;
}
nav a:hover {
    color: #fff;
}
nav a:after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    width: 22px;
    height: 18px;
    margin: -9px 0 0 -40px;
    background: url(img/icon-nav.png) no-repeat;
    -webkit-background-size: 53px 18px;
    background-size: 53px 18px;
}
nav .icon-home:after {
    background-position: -33px 0;
}
.pager { margin:20px 0; text-align:center;}
