body{
    background-color: #F2F5F7;
}
.unslider{
    width: 100%;
}

/* 值得买首页顶部广告条 */
#zhi-header-ad {
    border-radius: 0;
    margin-bottom: 16px;
}

#zhi-header-ad .container {
    padding: 0;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, .125);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .125);
    height: 160px;
}

#zhi-header-ad .container img {
    width: 1200px;
}



#zhi-header-ad-close {
    float: right;
    position: absolute;
    top: 10px;
    right:10px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    background-position:left center;
    background-repeat:no-repeat;
}

.zhi-header-ad {
    position: relative;
}

.zhi-header-ad .s-ui-close {
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    background: #B1B1B1;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
}

.zhi-header-ad .s-ui-close span {
    line-height: 25px;
}

/* ========值得买首页========= */
/* ----- */
.zhi .left-part .left-part-sub .zhi-detail-logo {
    width: 248px;
    height: 248px;
    border: 1px solid #e7e7e7;
    margin: 30px;
}

/* ----- */
.zhi .left-part .left-part-sub .zhi-detail-info {
    width: 560px;
    height: 248px;
    margin: 20px 0 20px 0;
    border: none;
}

.zhi .left-part .left-part-sub .zhi-detail-info .zhi-detail-title {
    color: #333;
    line-height: 30px;
    font-size: 20px;
    margin-top: 15px;
    min-height: 50px;
}

.zhi .left-part .left-part-sub .zhi-detail-info .zhi-detail-price {
    color: #e0373a;
}

.zhi .left-part .left-part-sub .zhi-detail-info .zhi-detail-attrs {
    border-top: 1px dashed #ddd;
    border-bottom: 1px dashed #ddd;
    font-size: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top:10px;
}

.zhi .left-part .left-part-sub .zhi-detail-info .zhi-detail-attrs .zhi-detail-attr {
    width: 180px;
    float: left;
    line-height: 25px;
    color: #999999;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.zhi .left-part .left-part-sub .zhi-detail-info .zhi-detail-attrs .zhi-detail-attr a {
    /*display: inline-block;
    width:156px;
   */
    color: #df2727;
}

.zhi .left-part .left-part-sub .zhi-detail-info .zhi-detail-attrs .zhi-detail-attr .glyphicon {
    color: #d4d4d4;
}

.zhi .left-part .left-part-sub .zhi-detail-info .zhi-detail-opts {
    padding-top: 23px;
}

.zhi .left-part .left-part-sub .zhi-detail-info .zhi-detail-opts > .button-large {
    /*font-size: 18px;
    height: 46px;
    line-height: 46px;
    padding: 0 30px;*/
}

.zhi .left-part .left-part-sub .zhi-detail-info .zhi-detail-opts > .s-ui-btn-fore {
    width: 143px;
    line-height: 44px;
    text-align: center;
    background: #f74645;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    float: left;
    margin-top: 20px;
}
.zhi .left-part .left-part-sub .zhi-detail-info .zhi-detail-opts>.coupon{
    box-sizing: border-box;
    line-height: 42px;
    color: #f74645;
    display: inline-block;
    font-size: 16px;
    border:1px dashed #f74645;
    margin-right:20px;
    float: left;
    margin-top: 20px;
}

.app-down{
    width: 145px;
    height: 44px;
    display: inline-block;
    background-color:#F3F3F3;
    position: relative;
    margin-left: 20px;
    margin-top: 20px;
    float: left;
    cursor: pointer;
}
.app-down .code{
    position: absolute;
    left: 175px;
    bottom:15px;
    display: none;
    z-index: 200;
}
.app-down .code_bg{
    position: absolute;
    left: 150px;
    bottom:0px;
    display: none;
    z-index: 100;
}
.app-down img.pic1{
    position: absolute;
    left: 0px;
    bottom:0px;
}
.app-down img.pic2{
    display: none;
    position: absolute;
    left: 0px;
    bottom:0px;
}
.app-down:hover{
    background-color:#f74645;
}
.app-down:hover .code{
    display: block;
}
.app-down:hover .code_bg{
    display: block;
}
.app-down:hover img.pic1{
    display: none;
}
.app-down:hover img.pic2{
    display: block;
}

.zhi .left-part .left-part-sub .zhi-detail-info .zhi-detail-opts .active{
    border:1px dashed #ccc;
    color:#ccc;
}
.zhi .left-part .left-part-sub .zhi-detail-info .zhi-detail-opts .active span{
    border-right-color:#ccc;
}
.zhi-detail-info .zhi-detail-opts>.coupon span{
    display: inline-block;
    text-align: center;
    line-height: 40px;
    border-right:1px dashed #f74645;
    width:43px
}
.zhi-detail-info .zhi-detail-opts>.coupon em{
    display: inline-block;
    text-align: center;
    line-height: 42px;
    padding:0 10px;
    font-style:normal;
}
.zhi .left-part .left-part-sub .zhi-detail-info .zhi-detail-opts > .s-ui-btn-fore:hover {
    background-color: #c40000;
}

/* ----- */
.zhi .left-part .left-part-sub .zhi-detail-desc-tab {
    margin: 0 0 0 20px;
    border-bottom: 1px solid #ededed;

}

.zhi .left-part .left-part-sub .zhi-detail-desc-tab-text {
    border-bottom: 1px solid #df2727;
    width: 120px;
    color: #5d5d5d;
    font-size: 20px;
    line-height: 20px;
    padding: 0 0 10px 0;
}

.zhi .left-part .left-part-sub .zhi-detail-desc-tab span {
    color: #df2727;
}

/* ----- */
.zhi .left-part .left-part-sub .zhi-detail-brand-info {
    display: none;
    margin: 0;
    padding: 0;
    /*font-size: 22px;*/
    /*line-height: 30px;*/
    color: #666666;
    border-top: 1px #EBEEEF solid;padding-top: 30px;
    overflow: auto;padding-bottom: 50px;
}

.zhi .left-part .left-part-sub .zhi-detail-brand-info .zhi-detail-brand-logo {
    float: left;
}
.zhi-detail-brand-logo img{
    max-width:150px;
}

.zhi .left-part .left-part-sub .zhi-detail-brand-info .zhi-detail-brand-attr {
    /*border: 1px solid #ddd;*/
    border-left: 1px dotted #ddd;
    height: 50px;
    margin: 10px 0 10px 0px;
    padding: 0px 10px 0px 20px;
    float: left;
    font-size: 13px;
    line-height: 25px;
    color: #666666;
    min-width: 220px;
    max-width: 230px;
}

.zhi .left-part .left-part-sub .zhi-detail-brand-info .zhi-detail-brand-attr span {
    color: #df2727;
    margin-left: 5px;
}

.zhi .left-part .left-part-sub .zhi-detail-brand-info .zhi-detail-brand-desc {
    border-radius: 5px;
    height: 142px;
    margin: 10px 0 10px 0;
    padding: 0;
    background: url(../images/zhi/zhi_content_brand_bg.gif);
    -moz-background-size: 41000% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-size: 13px;
    line-height: 25px;
}

.zhi .left-part .left-part-sub .zhi-detail-brand-info .zhi-detail-brand-desc img {
    float: left;
    margin: 15px 0 10px 20px;
}

.zhi .left-part .left-part-sub .zhi-detail-brand-info .zhi-detail-brand-desc .zhi-detail-brand-desc-text {
    width: 750px;
    float: left;
    margin: 13px 0 10px 20px;
    font-size: 12px;
    word-break: break-all;
}

.zhi .left-part .left-part-sub .zhi-detail-brand-info .zhi-detail-brand-desc .zhi-detail-brand-desc-text a {
    color: #df2727;
}

/*新的所属品牌*/
.zhi-detail-brand-info-new {
    width: 858px;
    padding: 32px 10px 58px;
    box-sizing: border-box;
    margin: 0 auto;
}
.zhi-detail-brand-info-new .top {
    position: relative;
    width: 839px;
    height: 130px;
    margin: 0 auto;
    background: url("../images/zhi/bg.png") no-repeat center;
    background-size: contain;
    padding: 30px 0 36px 253px;
    box-sizing: border-box;
}
.zhi-detail-brand-info-new .top ul {
    font-size: 16px;
    color: #CBAC86;
}
.zhi-detail-brand-info-new .top ul li {
    float: left;
    width: 162px;
    margin-bottom: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.zhi-detail-brand-info-new .top ul li.go {
    height: 50px;
    padding: 0 35px 0 15px;
    box-sizing: border-box;
    background: url(../images/zhi/icon.png) no-repeat center;
    background-size: 100% 100%;
    color: #fcfaf7;
    margin-top: -8px;
    margin-left: -15px;
    width: auto;
    line-height: 38px;
    font-weight: bold;
}
.zhi-detail-brand-info-new .top ul li.go:hover {
    opacity: .9;
}
.zhi-detail-brand-info-new .top .arrow{
    position: absolute;
    bottom: -12px;
    left: 61px;
    width: 23px;
    height: 12px;
    background: url(../images/zhi/arrow.png) no-repeat center;
    background-size: contain;
}
.zhi-detail-brand-info-new .bottom {
    width: 839px;
    margin-top: 8px;
}
.zhi-detail-brand-info-new .bottom .logo {
    position: relative;
    float: left;
    width: 207px;
    height: 90px;
    margin-right: 45px;
}
.zhi-detail-brand-info-new .bottom .logo img {
    position: absolute;
    top: 0;
    left: 0;
    right:  0;
    bottom: 0;
    margin: auto;
    max-width: 207px;
    max-height: 90px;
}
.zhi-detail-brand-info-new .bottom .desc {
    float: left;
    width: 545px;
    color: #999;
    font-size: 13px;
    line-height: 26px;
    margin-top: 5px;
}

/* ----- */
.zhi .left-part .left-part-sub .zhi-detail-desc {
    /*border: 1px solid #ddd;*/
    margin: 10px 30px 10px 30px;
    padding: 0 0 50px 0;
}

.zhi .left-part .left-part-sub .zhi-detail-desc .zhi-detail-desc-reason {
    margin: 0 0 20px 0;
    font-size: 15px;
    line-height: 25px;
}

.zhi .left-part .left-part-sub .zhi-detail-desc .zhi-detail-desc-content {
    margin: 0 0 20px 0;
    font-size: 15px;
    line-height: 25px;
}

.zhi .left-part .left-part-sub .zhi-detail-desc .zhi-detail-desc-content > p {
    padding: 3px 0;
    text-indent: 30px;
}

.zhi .left-part .left-part-sub .zhi-detail-desc .zhi-detail-desc-image {
    margin: 40px 0 50px 0;
    text-align: center;
}

.zhi .left-part .left-part-sub .zhi-detail-desc .zhi-detail-desc-opt {
    text-align: center;
}

.zhi .left-part .left-part-sub .zhi-detail-desc .zhi-detail-desc-opt .btn-group {

    -webkit-box-reflect: below 2px -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(250, 250, 250, 0.1)));
}

.zhi .left-part .left-part-sub .zhi-detail-desc .zhi-detail-desc-opt button {
    margin-left: 10px;
    padding: 0 20px;
    font-size: 18px;
}

.popover .zhi-detail-vote-select.list-group {
    margin-bottom: 0;
}

.popover .zhi-detail-vote-select.list-group .list-group-item {
    border-radius: 0;
    border: none;
    width: 130px;
    padding: 10px 5px;
}

/* ----- */
.zhi .left-part .left-part-sub .zhi-detail-tip {
    margin: 10px 30px 0px 20px;
    padding: 0;
}

.zhi .left-part .left-part-sub .zhi-detail-tip .zhi-detail-tip-center {
    background: url(../img/qiang.gif) no-repeat left center;
    margin: 30px 0 30px 20px;
    padding-left: 80px;
    font-size: 12px;
    line-height: 20px;
}

/* ----- */
.zhi .left-part .zhi-detail-hot {
    background: #FFFFFF;
    -webkit-box-shadow: 0 0px 1px rgba(0, 0, 0, .125);
    box-shadow: 0 0px 1px rgba(0, 0, 0, .125);
}

.zhi .left-part .zhi-detail-hot-head {
    height: 50px;
    margin: 0;
    padding: 10px 0 0 10px;
    line-height: 36px;
    font-size: 16px;
}

.zhi .left-part .zhi-detail-hot-head .zhi-detail-hot-head-shopname {
    color: #df2727;
}

.zhi .left-part .zhi-detail-hot .list-group-item {
    margin: 0;
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #eee;
    height: 70px;
    background: url(../images/you-jian-tou.png) no-repeat 97% center;
    padding-left: 30px;
}

.zhi .left-part .zhi-detail-hot .list-group-item:hover {
    background-color: #f5f5f5;
}

.zhi .left-part .zhi-detail-hot .list-group-item .zhi-detail-hot-logo {
    width: 50px;
    height: 50px;
    border-radius: 6px;
    border: 1px solid #efefef;
    overflow: hidden;
}

.zhi .left-part .zhi-detail-hot .list-group-item .zhi-detail-hot-text {

}

.zhi .left-part .zhi-detail-hot .list-group-item .zhi-detail-hot-text span {
    line-height: 50px;
    margin-left: 10px;
    color: #666666;
}

/* ---------- */
.zhi .left-part .zhi-detail-comment {
    background: #FFFFFF;
    -webkit-box-shadow: 0 0px 1px rgba(0, 0, 0, .125);
    box-shadow: 0 0px 1px rgba(0, 0, 0, .125);
    margin-bottom: 20px;
}

/* ----- 值得买首页 ----- */

/*分割线*/
.zhi .left-part .left-part-sub .left-part-sub-cut {
    display: block;
    border-bottom: 1px solid #EEE;
    /*margin: 0px 30px;*/
}
.nine-nav-right{
    line-height: 50px;margin-right:20px;
}
.nine-nav-right span{
    font-size: 14px;
    margin: 0 6px;
    color:#fff;
}
/*内容顶部导航标签*/

.zhi .zhi-tab {
    margin: 0px;
    color: #FFFFFF !important;
    background-color: #F74645 !important;
}

.zhi .zhi-tab a {
    color: #FFFFFF !important;
}
.zhi .zhi-tab .zhi-tab-tip a{
    /*font-size: 12px;*/
}
.zhi .zhi-tab .zhi-tab-left {
    margin: 0px;
}

.zhi .zhi-tab .zhi-tab-left .zhi-tab-list {
   /* display: inline-block;*/
    float:left;
    text-align: center;
}

.zhi .zhi-tab .zhi-tab-left .zhi-tab-list i {
    margin: 0px 5px 0px 0px;
    color: #FFFFFF;
    font-size: 16px;
}

.zhi .zhi-tab .zhi-tab-left .zhi-tab-list a {
    display: block;
    padding: 0px 18px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: normal;
}
.zhi .zhi-tab .zhi-tab-left .zhi-tab-list a:hover .dot-icon-hot{
    top:-10px;
}
.zhi .zhi-tab .zhi-tab-left .zhi-tab-list a:hover .iconfont,.zhi .zhi-tab .zhi-tab-left .zhi-tab-list a:hover .fa{
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}
.zhi .zhi-tab .zhi-tab-left .zhi-tab-list a:hover .fa{
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition:1s ;
    transition: 1s;
}
.zhi .zhi-tab .zhi-tab-left .zhi-tab-list a .iconfont{
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition:1s ;
    transition: 1s;
}
.zhi .zhi-tab .zhi-tab-left .zhi-tab-list:hover{
    background-color: #DA0100;
}
.search-hide{
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition:.3s ;
    transition: .3s;
}
.search-hide:hover{
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}
.zhi .zhi-tab .zhi-tab-left .zhi-tab-list .arrow-up {
    width: 0px;
    height: 0px;
    margin-top: -6px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #FFFFFF;
    /*以下属性可以是IE5兼容*/
    font-size: 0px;
    line-height: 0px;
}

.zhi .zhi-tab .zhi-tab-right {
    background-color: #F74645 !important;
}

.zhi .zhi-tab .zhi-tab-right .zhi-tab-tip {
    height: 50px;
    line-height: 50px;
    padding: 0 20px 0 5px;
    text-align: center;
    font-size: 14px;
}

.zhi .zhi-tab .zhi-tab-right .zhi-tab-search {
    height: 36px;
    margin: 7px 20px;
    background-color: #FFF;
}

.zhi .zhi-tab .zhi-tab-right .zhi-tab-search .zhi-nine-search-input {
    height: 36px;
    width: 225px;
    /*line-height: 36px;*/
   /* padding: 0px 7px;*/
    color: #000;
    font-size: 14px;
    border: none;
    outline: 0px;
    padding:10px;
    vertical-align: middle;
}

.zhi .zhi-tab .zhi-tab-right .zhi-tab-search .zhi-nine-search-button {
    display: inline-block;
    height: 36px;
    width: 36px;
    background: url("../images/zhi-nine-search.png") no-repeat center;
    cursor: pointer;
}

/*内容分类标签*/
.zhi .zhi-good-selection {
    padding: 10px 0 10px 30px;
}

.zhi .zhi-good-secitem {
    margin: 7px 0;
}

.zhi .zhi-good-secitem .label {
    border-radius: 0;
    padding: 6px 6px;
}

.zhi .zhi-good-secitem .secitem-label-active {
    /*padding-top: 6px !important;
    padding-bottom: 6px !important;*/
    padding: 0 4px;
    /*width:36px;*/
    height: 24px;
    line-height: 24px;
    color: #FFFFFF !important;
    background-color: #f74645;
}

.zhi .zhi-good-secitem dt {
    width: 50px;
    padding-left: 0px;
    padding-right: 0px;
}

.zhi .zhi-good-secitem dt span {
    display: inline-block;
    color: #666;
    font-size: 15px !important;
    font-weight: normal !important;
    padding-top: 3px;
    padding-bottom: 6px;
}

.zhi .zhi-good-secitem dd {
    width: 94%;
    margin-left: -6px;
}

.zhi .zhi-good-secitem dd a {
    display: inline-block;
    color: #333;
    font-size: 14px !important;
    font-weight: normal !important;
    margin-bottom: 5px;
}

/*内容30分钟热门*/
.zhi .zhi-halfhour-hot {
    margin: 0px;
    padding: 25px 30px 25px 20px;
}

.zhi .zhi-halfhour-hot .zhi-halfhour-hot-tipimg {
    display: block;
    /*width: 175px;*/
    /*height: 150px;*/
    padding: 5px 10px;
    text-align: center;
    /*border: 1px solid #EEE;*/
}

.zhi .zhi-halfhour-hot .zhi-halfhour-hot-tipimg img {
    /*display: block;*/
    width: auto;
    height: 50px;
    margin-bottom: 8px;
}

.zhi .zhi-halfhour-hot .zhi-halfhour-hot-list {
    max-height: 112px;
    overflow: hidden;
    padding: 0px;
}

.zhi .zhi-halfhour-hot .zhi-halfhour-hot-list .row {
    margin: 0 0 0 18px;
    padding: 0px;
}

.zhi .zhi-halfhour-hot .zhi-halfhour-hot-list li {
    float: left;
    list-style: none;
    margin: 0 15px 17px 0;
}

.zhi .zhi-halfhour-hot .zhi-halfhour-hot-list li:hover {
    background-color: #F9F8F9;
}

.zhi .zhi-halfhour-hot .zhi-halfhour-hot-list li:hover a {
    color: #333;
}

.zhi .zhi-halfhour-hot .zhi-halfhour-hot-list-imgwrap {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    display: inline-block;
    border-radius: 2px;
    vertical-align: middle;
    overflow: hidden;
}

ul.s-ui-ul {
    margin: 0;
    padding: 0;
}

.zhi .zhi-halfhour-hot .zhi-halfhour-hot-list-imgwrap img {
    /*height: auto;*/
    width: 100%;
}

.zhi .zhi-halfhour-hot .zhi-halfhour-hot-list li div {
}

.zhi .zhi-halfhour-hot .zhi-halfhour-hot-list li a {
    width: 160px;
    height: 36px;
    /*line-height: 20px*/
    font-size: 12px;
    color: #777;
    display: inline-block;
    vertical-align: middle;
    /*white-space:nowrap;*/
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    color: #656565;
}

.zhi-halfhour-hot-list li a span {
    color: #333;
    font-weight: bold;
}

/*.zhi .zhi-halfhour-hot .zhi-halfhour-hot-list li a:hover{
    color: #555;
}*/

/*聚惠新内容提示*/
.zhi .left-part-list-new-tip {
    margin: 0px;
}

.zhi .left-part-list-new-tipt {
    margin: 20px 30px 33px 30px;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    text-align: center;
    background-color: #F8F8F8;
    border: 1px solid #EEE;
    cursor: pointer;
}

.zhi .left-part-list-new-tipt a {
    color: #656565;
    font-size: 13px;
}



/*9.9包邮页面  (9.9包邮页面内容顶部导航标签单独样式)*/
.zhi .zhi-nine-content {
    background-color: #FFF;
}

.zhi .zhi-nine-content .zhi-nine-selection {
    padding: 8px 0px 0px 22px;
    border-bottom: 1px solid #EEE;
}

.zhi .zhi-nine-content .zhi-nine-selection ul {
    margin: 0px;
    padding: 0px;
}

.zhi .zhi-nine-content .zhi-nine-selection ul li {
    list-style: none;
    display: inline-block;
    padding: 17px 12px;
    color: #666;
}

.zhi .zhi-nine-content .zhi-nine-selection ul li a {
    font-size: 14px;
    color: #666;
}
.zhi .zhi-nine-content .zhi-nine-selection ul li a.scope-a{
    color:#f74645;
}

.zhi .zhi-nine-content .zhi-nine-selection .zhi-nine-selection-active {
    border-bottom: 2px solid #f74645;
}

.zhi .zhi-nine-content .zhi-nine-selection-update-num {
    margin: 0px;
    padding: 0px;
    width: 18%;
    height: 39px;
    line-height: 35px;
    text-align: center;
    font-size: 12px;
    margin-top:6px;
}

.zhi .zhi-nine-content .zhi-nine-selection-update-num span {
    font-size: 20px;
    color: #f74645;
    margin: 0px 3px;
    font-weight: bolder;
    vertical-align: baseline;
}

.zhi .zhi-nine-content .zhi-nine-selection-order {
    margin: 0px;
    padding: 0px;
    width: 14%;
    height: 39px;
    line-height: 35px;
    text-align: center;
    font-size: 12px;
}

.zhi .zhi-nine-content .zhi-nine-selection-order a {
    padding: 2px 4px;
    margin: 0px 1px;
    color: #666;
}

.zhi .zhi-nine-content .zhi-nine-selection-order .zhi-nine-selection-order-active {
    background-color: #ddd;
    color: #f74645;
}

.zhi .zhi-nine-content .zhi-nine-list-flag-img {
    width: 0px;
    height: 0px;
    overflow: visible;
    position: relative;
    z-index: 90;
}

.zhi .zhi-nine-content .zhi-nine-list {
    margin: 0px;
    padding: 20px 10px 20px 20px;
}

.zhi .zhi-nine-content .zhi-nine-list dl {
    margin: 0px;
    padding: 0px;
}

.zhi .zhi-nine-content .zhi-nine-list dd {
    padding: 10px;
}

.zhi .zhi-nine-content .zhi-nine-list .zhi-nine-list-contentwrap {
    padding: 18px;
    border: 1px solid #ddd;
}

.zhi .zhi-nine-content .zhi-nine-list .zhi-nine-list-contentwrap:hover {
    /*    padding: 18px;
        border: 1px solid #f74645;*/
}

.zhi .zhi-nine-content .zhi-nine-list .zhi-nine-list-contentwrap:hover {
    padding: 17px;
    border: 2px solid #f74645;
    box-shadow: 1px 1px 1px #CCC;
    -moz-box-shadow: 1px 1px 1px #CCC;
    -webkit-box-shadow: 1px 1px 1px #CCC;
}

.zhi .zhi-nine-content .zhi-nine-list-imgwrap {
    width: 100%;
    max-height: 190px;
    overflow: hidden;
    margin: 0px auto;
}

.zhi .zhi-nine-content .zhi-nine-list-img img {
    width: 100%;
    height: auto;
    min-height: 235px;
}

.zhi .zhi-nine-content .zhi-nine-list-intro {
    height: 40px;
    line-height: 20px;
    margin: 6px 0px;
    font-size: 12px;
    overflow: hidden;
}

.zhi .zhi-nine-content .zhi-nine-list-intro a {
    color: #666;
}

.zhi .zhi-nine-content .zhi-nine-list-go {
}

.zhi .zhi-nine-content .zhi-nine-list-go .zhi-nine-list-price {
    height: 30px;
    font-size: 16px;
    color: #999 !important;
}

.zhi .zhi-nine-content .zhi-nine-list-go .zhi-nine-list-price .zhi-nine-list-price-num {
    margin-left: 5px;
    font-size: 23px !important;
    color: #f74645 !important;
    font-weight: bolder;
}

.zhi .zhi-nine-content .zhi-nine-list-go .zhi-nine-list-go-link {
    height: 30px;
    color: #f74645;
    font-size: 15px;
    padding-top: 9px;
}

.zhi .zhi-nine-content .zhi-nine-list-go .zhi-nine-list-go-link:hover {
    color: #f74645;
}

.rank-hour-pagination {
    padding: 0px 0px 30px 0px;
}

.rank-hour-pagination a {
    color: #999;
}

.rank-hour-pagination a:hover {
    color: #f74645;
}

.rank-hour-pagination .rank-hour-prev, .rank-hour-pagination .rank-hour-next {
    height: 45px;
    width: 49%;
}

.rank-hour-pagination .rank-hour-prev {
    display: inline-block;
    text-align: right;
    padding-right: 24px;
    cursor: pointer;
}

.rank-hour-pagination .rank-hour-next {
    display: inline-block;
    text-align: left;
    padding-left: 25px;
    cursor: pointer;
}

.rank-hour-pagination .rank-hour-pagination-cut {
    border-right: 1px solid #999;
}

.rank-hour-pagination .rank-hour-pagination-disabled:hover {
    color: #999 !important;
}

.rank-hour-pagination p {
    margin: 0px;
    font-size: 20px;
    font-weight: bolder;
}

.rank-hour-pagination span {
    font-size: 11px;
    display: block;
}

.zhi .zhi-search-top {
    height: 50px;
    line-height: 50px;
    border-bottom: 2px solid #f74645;
}

.zhi .zhi-search-top .zhi-search-row-num {
    margin-left: 20px;
    font-size: 16px;
}

.zhi .zhi-search-top .zhi-search-row-num span {
    margin: 0px 6px;
    font-size: 18px;
    color: #f74645;
    vertical-align: bottom;
}

.zhi .zhi-search-top .zhi-search-filter {
    margin-right: 20px;
    color: #f74645;
}
.zhi .zhi-search-top .zhi-search-filter .btn{
    color:#999;
}
.zhi .zhi-search-top .zhi-search-filter .btn:hover{
    color:#f74645;
}
.zhi .zhi-search-top .zhi-search-filter div:hover {
    color: #666;
}


.zhi .zhi-search-top .zhi-search-filter-active {
    color: #666;
}

/*聚惠分页样式*/
.zhi .page-load-tip {
    display: none;
    padding: 10px 0px 25px 0px;
    font-weight: normal;
    font-size: 15px;
    text-align: center;
    font-size: 12px;
    color: #ccc;
}

.zhi .zhi-page {
    display: none;
    text-align: left;
    padding: 22px 30px;
}

.zhi .zhi-page a {

    display: inline-block;
    padding: 6px 15px;
    text-align: center;
    color: #666666;
    border: 1px solid #CCCCCC;
}

.zhi .zhi-page a.num {
    margin: 0px 1px;
}

.zhi .zhi-page a.current {
    color: #FFF;
    background-color: #f74645;
    border: 1px solid #f74645;
}

.s-ui-no-description {
    display: inline-block;
    width: 100%;
    text-align: center;
    height: 100px;
    line-height: 100px;
    font-size: 14px;
}

.s-ui-no-description span {
    font-size: 22px;
    margin: 0px 10px 0;
    display: inline-block;
    line-height: inherit;
    margin-top:-2px;
}
.s-ui-no-description i{
    font-style:normal;
}
/*hot icon*/
@-webkit-keyframes dot-icon {
    0% {
        -webkit-transform: rotate(-4deg);
        -moz-transform: rotate(-4deg);
        -ms-transform: rotate(-4deg);
        transform: rotate(-4deg);
    }
    10% {
        -webkit-transform: rotate(8deg);
        -moz-transform: rotate(8deg);
        -ms-transform: rotate(8deg);
        transform: rotate(8deg);
    }
    20% {
        -webkit-transform: rotate(-8deg);
        -moz-transform: rotate(-8deg);
        -ms-transform: rotate(-8deg);
        transform: rotate(-8deg);
    }
    30% {
        -webkit-transform: rotate(8deg);
        -moz-transform: rotate(8deg);
        -ms-transform: rotate(8deg);
        transform: rotate(8deg);
    }
    40% {
        -webkit-transform: rotate(-8deg);
        -moz-transform: rotate(-8deg);
        -ms-transform: rotate(-8deg);
        transform: rotate(-8deg);
    }
    50% {
        -webkit-transform: rotate(8deg);
        -moz-transform: rotate(8deg);
        -ms-transform: rotate(8deg);
        transform: rotate(8deg);
    }
    60% {
        -webkit-transform: rotate(-8deg);
        -moz-transform: rotate(-8deg);
        -ms-transform: rotate(-8deg);
        transform: rotate(-8deg);
    }
    70% {
        -webkit-transform: rotate(8deg);
        -moz-transform: rotate(8deg);
        -ms-transform: rotate(8deg);
        transform: rotate(8deg);
    }
    80% {
        -webkit-transform: rotate(-8deg);
        -moz-transform: rotate(-8deg);
        -ms-transform: rotate(-8deg);
        transform: rotate(-8deg);
    }
    90% {
        -webkit-transform: rotate(8deg);
        -moz-transform: rotate(8deg);
        -ms-transform: rotate(8deg);
        transform: rotate(8deg);
    }
    100% {
        -webkit-transform: rotate(-8deg);
        -moz-transform: rotate(-8deg);
        -ms-transform: rotate(-8deg);
        transform: rotate(-8deg);
    }
}
@keyframes dot-icon {
    0% {
        -webkit-transform: rotate(-4deg);
        -moz-transform: rotate(-4deg);
        -ms-transform: rotate(-4deg);
        transform: rotate(-4deg);
    }
    10% {
        -webkit-transform: rotate(8deg);
        -moz-transform: rotate(8deg);
        -ms-transform: rotate(8deg);
        transform: rotate(8deg);
    }
    20% {
        -webkit-transform: rotate(-8deg);
        -moz-transform: rotate(-8deg);
        -ms-transform: rotate(-8deg);
        transform: rotate(-8deg);
    }
    30% {
        -webkit-transform: rotate(8deg);
        -moz-transform: rotate(8deg);
        -ms-transform: rotate(8deg);
        transform: rotate(8deg);
    }
    40% {
        -webkit-transform: rotate(-8deg);
        -moz-transform: rotate(-8deg);
        -ms-transform: rotate(-8deg);
        transform: rotate(-8deg);
    }
    50% {
        -webkit-transform: rotate(8deg);
        -moz-transform: rotate(8deg);
        -ms-transform: rotate(8deg);
        transform: rotate(8deg);
    }
    60% {
        -webkit-transform: rotate(-8deg);
        -moz-transform: rotate(-8deg);
        -ms-transform: rotate(-8deg);
        transform: rotate(-8deg);
    }
    70% {
        -webkit-transform: rotate(8deg);
        -moz-transform: rotate(8deg);
        -ms-transform: rotate(8deg);
        transform: rotate(8deg);
    }
    80% {
        -webkit-transform: rotate(-8deg);
        -moz-transform: rotate(-8deg);
        -ms-transform: rotate(-8deg);
        transform: rotate(-8deg);
    }
    90% {
        -webkit-transform: rotate(8deg);
        -moz-transform: rotate(8deg);
        -ms-transform: rotate(8deg);
        transform: rotate(8deg);
    }
    100% {
        -webkit-transform: rotate(-8deg);
        -moz-transform: rotate(-8deg);
        -ms-transform: rotate(-8deg);
        transform: rotate(-8deg);
    }
}
.dot-icon-hot{
    width:35px;
    height:16px;
    border-radius: 4px;
    text-align: center;
    line-height: 16px;
    position:absolute;
    right:-10px;
    top:0;
    background:yellow;
    font-size:12px;
    color:#f74645;
    -webkit-transition:.2s;
    -moz-transition:.2s;
    -ms-transition:.2s;
    transition:.2s;
    font-weight: bold;
    -webkit-animation: dot-icon  ease 1.6s;
    -moz-animation: dot-icon  ease 1.6s;
    -ms-animation: dot-icon  ease 1.6s;
    animation: dot-icon  ease 1.6s;
    -webkit-animation-iteration-count:infinite;
    -moz-animation-iteration-count:infinite;
    -ms-animation-iteration-count:infinite;
    animation-iteration-count:infinite;
    /*transform:rotate(10deg)*/
}

@keyframes nine{
    from{
        -webkit-transform: scale(1.8);
        -moz-transform: scale(1.8);
        -ms-transform: scale(1.8);
        -o-transform: scale(1.8);
        transform: scale(1.8);
    }
    to{
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}
.icon-9xx {
    display: inline-block;
    transition:1s;
    animation:nine ease 1.5s;
    animation-iteration-count:infinite;
}
.vote_hands{
    line-height: 20px;
    font-size: 18px;
    margin-right:4px;
    cursor: pointer;
    color: #999;
}
.s-ui-vote-num{
    font-size: 14px;
    margin-left:-1px;
}
.zhi-god-price{
    background-color: #fff;padding-bottom: 1px;
}
.zhi-god-price-head{
    width: 100%;height: 57px;padding-top: 15px;line-height: 40px;border-bottom: 1px #EEEEEE solid;
}
.zhi-god-price-head .s1{font-size:24px;color: #333;margin-left: 20px;float: left;}
.zhi-god-price-head .s2{font-size:20px;color: #FFD748;margin-left: 10px;float: left;margin-top: 12px;}
.zhi-god-price-head .s3{font-size:14px;color: #666;margin-left: 10px;float: left;}
.zhi-god-price-head .s4{font-size:16px;background-color: #FDAA01;color: #fff;border-radius: 5px;
width: 125px;height: 32px;line-height: 32px;text-align: center;display: inline-block;float: right;margin-right: 20px;}
.zhi-god-price-head2{
    width: 100%;height: 60px;padding-top: 20px;line-height: 40px;
}
.zhi-god-price-head2 .s1{font-size:18px;color: #333;margin-left: 20px;}
.zhi-god-price-head2 .s2 i{font-size:16px;color: #333;border: 1px #999 solid;padding: 0px 3px;margin: 2px;
font-style: normal;text-align: center;}
.zhi-god-price-head2 .zk{float: right;margin-top: 5px;}
.zhi-god-price-head2 .zk .s3{font-size:16px;color: #333;float: left;}
.zhi-god-price-head2 .zk ul{width: 460px;height: 45px;float: left;position: relative;margin-left: 15px;}
.zhi-god-price-head2 .zk ul .bg{border-bottom: 3px #f74645 solid;width: 410px;position: absolute;top:22px;left:2px;z-index: 1;}
.zhi-god-price-head2 .zk ul li {float: left;position: relative;width: 50px;margin-top: -15px;cursor: pointer;}
.zhi-god-price-head2 .zk ul li i{font-size: 16px;color: #f74645;position: absolute;top:30px;z-index: 10;background-color: #fff;border: 0px;}
.zhi-god-price-head2 .zk ul li span{font-size: 12px;color: #333;}
.zhi-god-price-body{width: 860px;border: 1px #F2F5F7 solid;margin: 20px;overflow: auto;}
.zhi-god-price-body ul{width: 100%;}
.zhi-god-price-body ul.ul1{height: 50px;line-height: 50px;text-align: center;background-color: #F2F5F7;color: #333333;}
.zhi-god-price-body ul.ul2{min-height: 88px;position: relative;border-bottom: 1px #EEEEEE solid;}
.zhi-god-price-body ul li{float: left;}
.zhi-god-price-body ul li.li1{width: 95px;}
.zhi-god-price-body ul li.li2{width: 500px;text-align: left;}
.zhi-god-price-body ul li.li3{width: 85px;}
.zhi-god-price-body ul li.li4{width: 85px;}
.zhi-god-price-body ul li.li5{width: 85px;}
.zhi-god-price-body ul.ul2 .li1 img{width: 70px;height: 70px;margin: 8px 8px 8px 15px;}
.zhi-god-price-body ul.ul2 .li2 .title{
    font-size: 14px;
    color: #666666;
    margin-top: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 500px;
}
.zhi-god-price-body ul.ul2 .li2 .time{font-size: 12px;color: #999999;margin-top: 10px;}
.zhi-god-price-body ul.ul2 .li2 .s1{}
.zhi-god-price-body ul.ul2 .li2 .s2{color: #f74645;}
.zhi-god-price-body ul.ul2 .li3{font-size: 14px;color: #666;font-weight: bold;text-align: center;padding-top: 20px;}
.zhi-god-price-body ul.ul2 .li4{font-size: 14px;color: #666;font-weight: bold;text-align: center;padding-top: 20px;}
.zhi-god-price-body ul.ul2 .li5{font-size: 14px;color: #f74645;font-weight: bold;text-align: center;padding-top: 20px;}
.zhi-god-price-body ul.ul2 .goTo{font-size: 14px;color: #f74645;border: 1px #f74645 solid;width: 80px;height: 24px;line-height: 20px;
text-align: center;position: absolute;bottom: 10px;right:40px;border-radius: 3px;display: none }
.zhi-god-price-body ul.ul2:hover .goTo{display: block;}
.zhi-god-price-body .more-msg{height: 40px;line-height: 40px;text-align: center;color: #999;display: none;}


/*折扣商品通用样式*/
.com-zhi-product{
    width: 895px;
}
.com-zhi-product li{
    width: 900px;
    height: 228px;
    border-bottom: 1px #F2F5F7 solid;
    padding: 30px 20px 30px 20px;
    position: relative;
}
.com-zhi-product li:hover{
    background-color: #F9F9F9;
}
.com-zhi-product li:hover .zhi-good-list-intro-detail span.wz {
    color: #f74645;
}
.com-zhi-product li .vote-icon-up{
    font-size: 16px;
    color: #BBBBBB;
}
.com-zhi-product .zhi-good-list-img {
    overflow: hidden;
    text-align: left;
    vertical-align: middle;
    width: 168px;
    height: 168px;
    padding: 0;margin: 0;
}

.com-zhi-product .zhi-good-list-imgwrap, .zhi-good-list-imgwarp {
    width: 168px;
    height: 168px;
    /*margin-left: auto;*/
    margin-right: auto;
    overflow: hidden;
}
.com-zhi-product .zhi-good-list-imgwrap .history{
    width: 65px;height: 28px;line-height: 28px;text-align: center;font-size: 14px;color: #fff;
    position: absolute;top:0;left: 0;z-index: 10;background-color: #f74645;
}

.com-zhi-product .zhi-good-list-img img {
    width: 100%;
}
.com-zhi-product .zhi-good-list-intro {
    width: 660px;
    height: 200px;
    padding: 0;
    float: right !important;
}

.com-zhi-product .zhi-good-list-intro-title {
    display: inline-block;
    overflow: hidden;
    max-height: 66px;
    line-height: 30px;
}

.com-zhi-product .zhi-good-list-intro-title span {
    font-size: 18px;
    font-weight: bolder;
    color: #333;
    word-break: break-all;
}

.com-zhi-product .zhi-good-list-intro-title span.zhi-good-list-intro-title-price {
    margin-left: 10px;
    color: #f74645 !important;
}
.com-zhi-product .zhi-good-list-intro-title .myquan{
    width: 76px;height: 26px;text-align: center;line-height: 26px;color: #fff;
    background: url(../images/coupon-bg.png) no-repeat;display: inline-block;font-size: 14px;font-weight: normal;
    background-size: 100%;margin-left: 10px;
}

.com-zhi-product .zhi-good-list-intro-detail {
    /*min-height: 70px;*/
    margin: 15px 0 9px 0;
    max-height: 48px;
    color: #656565;
    overflow: hidden;
}

.com-zhi-product .zhi-good-list-intro-detail a {
    color: #666;
    font-size: 14px;
}

.com-zhi-product .zhi-good-list-intro-detail a:hover {
}

.com-zhi-product .zhi-good-list-intro-detail span.zhi-good-list-intro-detail-synopsis {
    color: #666;
    margin-left: 0px;
    line-height: 24px;
    font-size: 16px;
}

.com-zhi-product .zhi-good-list-intro-detail span {
    color: #666;
    line-height: 24px;
    /*margin-left: 10px;*/
}

.com-zhi-product .searchProduct li.hover .zhi-good-list-intro-detail span.wz {
    color: #f74645;
    /*margin-left: 10px;*/
}

.com-zhi-product .zhi-good-list-intro-from {
    /*margin: 8px 0px 0px 0px;*/
    line-height: 40px;
    font-size: 14px;
    margin: 0;
    color: #bbb;
    position: absolute;
    bottom: 26px;
    width: 100%;
    height: 40px;
}

.com-zhi-product .zhi-good-list-intro-from a {
    color: #bbb;
}
.com-zhi-product .zhi-good-list-intro-from a:hover{
    text-decoration: underline;
}

.com-zhi-product .zhi-good-list-go {
    width: 250px;
    float: right;
    text-align: center;
}

.com-zhi-product .zhi-good-list-go a {
    font-size: 14px;  white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.com-zhi-product .zhi-good-list-go .zhi-good-list-go-button {
    width: 110px;
    height: 36px;
    background: url(../images/zhi/gotoBut.png) no-repeat;
    display: inline-block;
    font-size: 0;
    float: right;
    /*display: block;
    width: 130px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 18px;
    background: -webkit-linear-gradient(to right, #F74645, #F6854C); !* Safari 5.1 - 6.0 *!
    background: -o-linear-gradient(to right,#F74645, #F6854C); !* Opera 11.1 - 12.0 *!
    background: -moz-linear-gradient(to right,#F74645, #F6854C); !* Firefox 3.6 - 15 *!
    background: linear-gradient(to right,#F74645, #F6854C); !* 标准的语法 *!
    color: #FFF;
    float: right;
    line-height: 24px;*/
}
.com-zhi-product .zhi-good-list-go .zhi-good-list-go-button i{display: none;}
.com-zhi-product .zhi-good-list-go .center-block{
    float: right;margin-right: 150px;margin-top: -36px;line-height: 36px;
}

.com-zhi-product .zhi-good-list-go .zhi-good-list-go-button:hover {
    background-color: #c12222;
}

/*折扣商品通用样式*/










