@charset "utf-8";
/* CSS Document */
/*格式化样式*/
/* flexslider 1000PIC 全屏*/
.flexslider{position:relative;height:346px;overflow:hidden;background:url(/Static/img/index/loading.gif) 50% no-repeat;}
.slides{position:relative;z-index:1;}
.slides li{height:346px; width: 100%;  position: relative; opacity: 0; display: block; }
.slides li span{display:block; width:1000px; margin:0 auto;}
.flex-control-nav{position:absolute;bottom:30px;z-index:2;width:100%;text-align:center;}
.flex-control-nav li{display:inline-block;width:14px;height:14px;margin:0 5px;*display:inline;zoom:1;}
.flex-control-nav a{display:inline-block;width:14px;height:14px;line-height:40px;overflow:hidden;background:url(/Static/img/index/focus_dot.png) right 0 no-repeat;cursor:pointer;}
.flex-control-nav .flex-active{background-position:0px 0;}
/*.flex-control-nav a{border:1px solid transparent;cursor:pointer;display:inline-block;line-height:30px;margin:auto 4px;padding:15px 0;width:20px; text-indent: -9999px;}
.flex-control-nav a:after{background-color:rgba(255,255,255,0.15);content:"";cursor:pointer;display:block;height:5px;position:absolute;transition:all .3s ease-out 0s;width:20px}
.flex-control-nav .flex-active:after{background-color: #fff;}*/

.flex-direction-nav{position:absolute;z-index:300;width:100%;top:133px;}
.flex-direction-nav li a{display:block;width:40px;height:80px;overflow:hidden;cursor:pointer;position:absolute;}
.flex-direction-nav li a.flex-prev{left:80px;background:url(/Static/img/public/index_z.png) 0 0 no-repeat; display: none;}
.flex-direction-nav li a.flex-prev:hover{background-position: -100px 0;}
.flex-direction-nav li a.flex-next{right:80px;background:url(/Static/img/public/index_z.png) -150px 0 no-repeat; display: none;}
.flex-direction-nav li a.flex-next:hover{background-position: -50px 0;}
/* flexslider end*/
.wide .gtopbg{
    width: 100%;
    line-height: 40px;
    position: relative;
}
.wide .gtopbg>span.title{
    font-size: 20px;
    float: left;
    color: #000;
    position: relative;
    padding-left: 14px;
}
.wide .gtopbg>span.title::before{
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    width: 5px;
    height: 18px;
    background: #ca151d;
}
.wide .gtopbg>span.title small{
    margin-left: 10px;
    color: #888;
    font-size: 13px;
}
.wide .gtopbg>span.morelistbtn{
    float: right;
    color: #777;
    cursor: pointer;
}
.wide .gtopbg>span.morelistbtn img{
    display: inline-block;
    vertical-align: top;
    width: 14px;
    margin-top: 13px;
    margin-left: 4px;
}

.home_recommend li {
    width: 230px;
    margin: 0 12px 15px 0;
    float: left;
    position: relative;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

.home_recommend li:nth-child(5n) {
    margin-right: 0;
}

.home_recommend li:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translate3d(0, -2px, 0);
    -webkit-transform: translate3d(0, -2px, 0);
}
.picList_item {
    width: 230px;
    background: #fff;
    margin-top: 5px;
    padding-bottom: 20px;
}
.goods_pic {
    width: 230px;
    height: 230px;
    overflow: hidden;
}

.goods_pic img {
    width: 210px;
    height: 210px;
    margin: 10px;
    margin-bottom: 0;
}

.goods_msg {
    width: 190px;
    padding: 0 15px;
}

.goods_name {
    width: 190px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 10px 0 5px 0;
}

.goods_name a {
    color: #666;
    font-size: 14px;
}
.goods_name a img{
    margin-right: 5px;
}

.goods_price {
    color: #ca151d;
    line-height: 20px;
    float: left;
    font-size: 14px;
}

.goods_person {
    color: #999;
    font-size: 12px;
    line-height: 20px;
    float: right;
}

.goods_num {
    color: #999;
    font-size: 12px;
    
}

.goods_bar {
    visibility: hidden;
    margin-bottom: 2px;
    width: 80px;
    height: 8px;
    background: #e6e6e6;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.goods_bar_inner {
    width: 60%;
    height: 8px;
    max-width: 80px;border-radius: 4px;
    FILTER: progid: DXImageTransform.Microsoft.Gradient(gradientType=1, startColorStr=#fd77a5, endColorStr=#b088fb);
    background: -ms-linear-gradient(left, #0ccf29, #0cc928);
    background: -moz-linear-gradient(left, #0ccf29, #0cc928);
    background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#0ccf29), to(#0cc928));
    background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#0ccf29), to(#0cc928));
    background: -webkit-linear-gradient(left, #0ccf29, #0cc928);
    background: -o-linear-gradient(left, #0ccf29, #0cc928);
    border-top-left-radius: 8px;
    -moz-border-top-left-radius: 8px;
    -o-border-top-left-radius: 8px;
    -webkit-border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    -moz-border-bottom-left-radius: 8px;
    -o-border-bottom-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
}

.home_freeGet_btn {
    display: inline-block;
    width: 40px;
    height: 26px;
    background: #ca151d;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-border-radius: 2px;
    color: #fff;
    text-align: center;
    line-height: 26px;
    /*position: absolute;*/
    /*right: 20px;*/
    bottom: 20px;
    margin: 0 1px;
}
.home_freeGet_btn:hover{background-color: #d5444b; color: #fff;}
.home_freeGet_btn_blank {
    display: block;
    width: 80px;
    height: 26px;
    background: #848484;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #fff;
    text-align: center;
    line-height: 26px;
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.home_freeGet_mask {
    width: 100%;
    height: 305px;
    position: absolute;
    top: 5px;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    display: none;
}

.home_freeGet_mask p {
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 25px;
    margin-top: 100px;
}

.home_freeGet_mask h1 {
    color: #ffe036;
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
}

.home_shareMakeMoney_btn {
    width: 80px;
    height: 26px;
    background: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #ff366f;
    text-align: center;
    line-height: 26px;
    position: absolute;
    left: 20px;
    bottom: 20px;
    display: none;
}

.home_shareMakeMoney_btn:hover {
    background: #efefef;
}

/* .home_freeGet_newComer {
    width: 55px;
    height: 52px;
    background: url(https://www.zhuashi.com/img/home/home_icon_newcomer.png);
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 2;
}

.home_more_btn {
    display: block;
    width: 60px;
    height: 24px;
    background: url(https://www.zhuashi.com/img/home/home_arrow_right_2.png) no-repeat;
    background-position: 100% 2px;
    background-size: 20px 20px;
    color: #333;
    font-size: 16px;
    line-height: 24px;
    float: right;
}



.home_recommend_highQuality {
    width: 55px;
    height: 52px;
    background: url(https://www.zhuashi.com/img/home/home_icon_highvalue.png);
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 2;
} */