/*公共变量*/
/*公共样式*/
.text-hd {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*页面css*/
.detailsbar {
    border-bottom: 5px solid #e2e2e2;
    padding-bottom: 15px;
    position: relative;
}

.detailsbar .tagz {
    background: #e60012;
    width: 80%;
    display: block;
    height: 22px;
    line-height: 22px;
    text-align: center;
    color: #ffffff;
    position: relative;
    font-size: 12px;
    border-radius: 3px;
}

.detailsbar .title {
    font-size: 14px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 23px;
    height: 46px;
}

.detailsbar .tagbar {
    margin-top: 3px;
}

.detailsbar .tag {
    color: #ff5722;
    border: 1px solid;
    border-top: 2px solid;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
}

.detailsbar .preimg {
    max-height: 70px;
    max-width: 100%;
    border: 1px solid #eee;
}

.detailsbar .zpgg {
    height: 65px;
    line-height: 65px;
    text-align: center;
    color: grey;
}

.pdt {
    padding-top: 15px;
}

.detailsbar .tag-hot {
    color: #e60012;
    border: 1px solid;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
}

.zb-details {
    font-size: 12px;
    overflow: hidden;
    line-height: 23px;
}

.detailsbar .titlew {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.iwillbtn {
    width: 130px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: #e60012;
    color: #ffffff;
    display: block;
    margin: 20px auto;
}

.notlogin {
    text-align: center;
    color: grey;
    font-size: 12px;
}

.vip-bar {
    position: absolute;
    text-align: center;
    bottom: 0;
    width: 100%;
    height: 43px;
    line-height: 43px;
    background: rgba(255, 255, 255, 0.8);
    color: #e60012;
    font-size: 15px;
}

.txcent {
    text-align: center;
}

.zb-details img {
    max-width: 100%;
    height: auto !important;
}
.zb-details a{
    color: blue;
}
