html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    outline-style: none;
    /*FF*/
    list-style: none;
}

body,
html {
    line-height: 1;
    outline: none;
}

a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    outline: none;
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
    bblr: "expression(this.onFocus=this.blur())";
    /*IE*/
    outline-style: none;
    /*FF*/
}

a,
input,
select,
label,
span {
    text-decoration: none;
    color: inherit;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ol,
ul,
li {
    list-style-type: none;
}

input,
select {
    vertical-align: middle;
    outline: none;
    border: none;
}

input[type="button"] {
    cursor: pointer;
}

input::-ms-clear,
input::-ms-reveal {
    display: none;
}

img {
    vertical-align: middle;
    border: none;
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    outline: none;
    text-decoration: none;
}
/*清除浮动*/
.clearFix::before, .clearFix::after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}
/*浮动*/
.fl{
    float: left;
}
.fr{
    float: right;
}
/*中药专区*/

/*中药分类*/
.zy-title-content .title-img{
    width: 100%;
    height: 30px;
}
.zy-title-content .title-img img{
    width: 100%;
    height: 100%;
}
.zy-title-content .title-banner{
    /*margin: -5px auto 0 auto;*/
    /*width: 1200px;*/
    margin-top: -5px;
    position: relative;
}
.zy-title-content .banner-img{
    width: 100%;
    /*height: 100%;*/
    height: 440px;
    z-index: 2;
}
.zy-title-content .banner-img img{
    width: 100%;
    height: 100%;
}

.zy-title-content .zy-classify{
    position: absolute;
    top: 0;
    left: 360px;
    z-index: 60;
    /*width: 1200px;*/
    /*margin: 0 auto;*/
}
.zy-title-content .classify-bg{
    width: 190px;
    height: 100%;
    background: #FDE8C8;
    box-sizing: border-box;
    padding: 10px;
    margin: 0 auto;
}
.zy-title-content .classify-bg li{
    color: #3E3B3A;
    text-align: center;
    height: 33px;
    line-height: 33px;
    margin-bottom: 10px;
    background: #FCC29A;
}
.zy-title-content .classify-bg li:hover{
    color: #fff;
    background: #7D3A07;
}
.zy-title-content .classify-bg li:last-child{
    margin-bottom: 0;
}
/*中药分类*/

/*新品上架*/
.zy-container .mzjx-box{
    background: url("/images/zyzq1/zy_1.jpg") no-repeat center;
    height: 895px;
    overflow: hidden;
    position: relative;
    margin-bottom: -50px;
    }
.zy-container .mzjx-box .box-container {
    width: 1200px;
    margin: 0 auto;
    margin-top: 45px;
}
.zy-container .mzjx-box .box-container li {
    display: inline-block;
    float: left;
    padding: 10px;
    width: 215px;
    background-color: #F6EAD6;
    margin-right: 25px;
    margin-top: 25px;
}

.zy-container .mzjx-box .box-container li .magnify-box {
    /*width: 210px;*/
    height: 200px;
    overflow: hidden;
}

.zy-container .magnify-box img {
    width: 100%;
    height: 100%;
    transition: 0.2s all linear;
    -moz-transition: 0.2s all linear;
    -webkit-transition: 0.2s all linear;
    -o-transition: 0.2s all linear;
}
.zy-container .magnify-box:hover img {
    transform: scale(1.1);
}
.zy-container .mzjx-box .box-container li p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 10px;
}
.zy-container .mzjx-box .box-container li p.text-1{
    font-size: 20px;
    color: #333;
}
.zy-container .mzjx-box .box-container li p.text-2{
    font-size: 14px;
    color: #666;
    height: 22px;
}
.zy-container .mzjx-box .box-container li p.text-3{
    font-size: 14px;
    color: #666;
    margin-top: 0;
}
.zy-container .mzjx-box .box-container li .price-box {
    margin-top: 10px;
    height: 30px;
    line-height: 30px;
    color: #ff1919;
}
.zy-container .mzjx-box .box-container li .price-box .text-4{
    display: inline-block;
    font-size: 18px;
}

.zy-container .mzjx-box .box-container li .price-box .btn {
    display: inline-block;
    float: right;
    padding: 0 10px;
    color: #fff;
    height: 28px;
    line-height: 28px;
    background-color: #ff1919;
    border-radius: 5px;
    cursor: pointer;
    cursor: hand;
}

/*新品上架*/


/*优势品种*/
/*新品上架*/
/*.zy-container .yspz-box{*/
/*    background: url("/images/zyzq1/zy_1.jpg") no-repeat center;*/
/*    height: 895px;*/
/*    overflow: hidden;*/
/*    position: relative;*/
/*    margin-bottom: -50px;*/
/*}*/
/*.zy-container .yspz-box .box-container {*/
/*    width: 1200px;*/
/*    margin: 0 auto;*/
/*    margin-top: 45px;*/
/*}*/
/*.zy-container .yspz-box .box-container li {*/
/*    display: inline-block;*/
/*    float: left;*/
/*    padding: 10px;*/
/*    width: 215px;*/
/*    background-color: #F6EAD6;*/
/*    margin-right: 25px;*/
/*    margin-top: 25px;*/
/*}*/

/*.zy-container .yspz-box .box-container li .magnify-box {*/
/*    !*width: 210px;*!*/
/*    height: 200px;*/
/*    overflow: hidden;*/
/*}*/

/*.zy-container .magnify-box img {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    transition: 0.2s all linear;*/
/*    -moz-transition: 0.2s all linear;*/
/*    -webkit-transition: 0.2s all linear;*/
/*    -o-transition: 0.2s all linear;*/
/*}*/
/*.zy-container .magnify-box:hover img {*/
/*    transform: scale(1.1);*/
/*}*/
/*.zy-container .yspz-box .box-container li p {*/
/*    overflow: hidden;*/
/*    text-overflow: ellipsis;*/
/*    white-space: nowrap;*/
/*    margin-top: 10px;*/
/*}*/
/*.zy-container .yspz-box .box-container li p.text-1{*/
/*    font-size: 20px;*/
/*    color: #333;*/
/*}*/
/*.zy-container .yspz-box .box-container li p.text-2{*/
/*    font-size: 14px;*/
/*    color: #666;*/
/*    height: 22px;*/
/*}*/
/*.zy-container .yspz-box .box-container li p.text-3{*/
/*    font-size: 14px;*/
/*    color: #666;*/
/*    margin-top: 0;*/
/*}*/
/*.zy-container .yspz-box .box-container li .price-box {*/
/*    margin-top: 10px;*/
/*    height: 30px;*/
/*    line-height: 30px;*/
/*    color: #ff1919;*/
/*}*/
/*.zy-container .yspz-box .box-container li .price-box .text-4{*/
/*    display: inline-block;*/
/*    font-size: 18px;*/
/*}*/

/*.zy-container .yspz-box .box-container li .price-box .btn {*/
/*    display: inline-block;*/
/*    float: right;*/
/*    padding: 0 10px;*/
/*    color: #fff;*/
/*    height: 28px;*/
/*    line-height: 28px;*/
/*    background-color: #ff1919;*/
/*    border-radius: 5px;*/
/*    cursor: pointer;*/
/*    cursor: hand;*/
/*}*/
 /*优势品种*/

/*--当季热卖--*/
.zy-container .rm-box {
    background: url("/images/zyzq1/zy_2.jpg") no-repeat center;
    height: 724px;
    overflow: hidden;
}

.zy-container .rm-box .box-container {
    width: 1200px;
    margin: 0 auto;
    margin-top: 72px;
    overflow: hidden;
    position: relative;
    color: #333;
    font-size: 14px;
    font-family: "Microsoft Yahei";
    font-weight: normal;
    text-align: left;

}

.zy-container .rm-box .box-container li.magnify-box {
    display: inline-block;
    float: left;
    margin-right: 12px;
    margin-bottom: 20px;
    width: 285px;
    height: 300px;
}
.zy-container .magnify-box {
    overflow: hidden;
}
.zy-container .magnify-box img {
    width: 100%;
    height: 100%;
    transition: 0.2s all linear;
    -moz-transition: 0.2s all linear;
    -webkit-transition: 0.2s all linear;
    -o-transition: 0.2s all linear;
}
.zy-container .magnify-box:hover img {
    transform: scale(1.1);
}
/*--当季热卖--*/

/*中药礼盒*/
.zy-container .zylh-box {
    background: url("/images/zyzq1/zy_3.jpg") no-repeat center;
    height: 724px;
    overflow: hidden;
}
.zy-container .zylh-box .box-container {
    width: 1200px;
    margin: 0 auto;
    margin-top: 77px;
    overflow: hidden;
    position: relative;
    color: #333;
    font-size: 14px;
    font-family: "Microsoft Yahei";
    font-weight: normal;
    text-align: left;

}
.zy-container .zylh-box .box-container li{
    display: inline-block;
    float: left;
    margin-right: 21px;
    margin-bottom: 21px;
    height: 285px;
    overflow: hidden;
}
.zylh-box li img {
    width: 100%;
    height: 100%;
    transition: 0.2s all linear;
    -moz-transition: 0.2s all linear;
    -webkit-transition: 0.2s all linear;
    -o-transition: 0.2s all linear;
}
.zylh-box li:hover img {
    transform: scale(1.1);
}
.zy-container .zylh-box .box-container li.big-lh-box{
    width: 588px;
}
.zy-container .zylh-box .box-container li.small-lh-box{
    width: 285px;
}
.zy-container .zylh-box .box-container li.mr-0{
    margin-right: 0;
}
/*中药礼盒*/

/*中药专区*/
