/**!
 * 创城专题详情页
 * date:2021-08-23
 * author: hhj;
 */
body { 
    background: url('/cczt/images/detail_bg.jpg') top center no-repeat;
    padding-bottom: 32px;
}

.main {
    background-color: #fff;
    border-radius: 18px;
    padding: 0 32px 59px;
}

.location {
    padding-left: 0;
}

.main-bd {
    padding: 31px 0 13px 0;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}

.detail-tt {
    line-height: 37px;
    font-size: 28px;
    color: #333;
    font-weight: 600;
    text-align: center;
}

.tip {
    padding: 0 30px;
    margin-top: 23px;
    min-height: 32px;
    background-color: #f5f5f5;
    border-radius: 3px;
    font-size: 16px;
    color: #999;
}

.tip-text {
    float: left;
    margin-right: 44px;
    height: 32px;
    line-height: 32px;
}

.text-size {
    float: right;
    height: 32px;
    line-height: 32px;
}

.size-name {
    margin-right: 6px;
    cursor: pointer;
}

.size-name:last-child {
    margin-right: 0;
}

.size-name.active {
    color: #e9811c;
}

.video-box {
    padding: 30px 0;
    width: 732px;
    margin: 0 auto;
    text-align: center;
}

.video-js {
    display: block;
    width: 100%;
    height: 469px;
}

.share {
    height: 27px;
    line-height: 27px;
}

.share-tt {
    padding-left: 25px;
    font-size: 16px;
    color: #0070d7;
    background: url("/cczt/images/share.png") left 2px center no-repeat;
}

.share-icon {
    margin-right: 10px;
    width: 27px;
    height: 27px;
    cursor: pointer;
    background-position: center center;
    background-repeat: no-repeat;
}

.share-icon:last-child {
    margin-right: 0;
}

.share-icon.icon1 {
    background-image: url("/cczt/images/share_icon1.png");
}

.share-icon.icon2 {
    background-image: url("/cczt/images/share_icon2.png");
}

.share-icon.icon3 {
    background-image: url("/cczt/images/share_icon3.png");
}

.collect {
    float: right;
    padding-left: 24px;
    height: 27px;
    line-height: 27px;
    font-size: 16px;
    color: #333;
    background: url("/cczt/images/collect_icon.png") left center no-repeat;
    cursor: pointer;
}

.collect.active {
    background-image: url("/cczt/images/collect_iconh.png");
}

.more-box {
    padding-top: 10px;
}

.more-bar {
    width: 50%;
}

.more-bar:last-child {
    text-align: right;
}

.see-more {
    display: inline-block;
    vertical-align: top;
    padding-left: 24px;
    max-width: 100%;
    height: 23px;
    line-height: 23px;
    font-size: 16px;
    color: #999;
    background: url("/cczt/images/more_icon.png") left center no-repeat;
}

.see-more > span {
    color: #0070d7;
}

/* 1000 */
@media (max-width: 1000px) {
    .video-box {
        width: 100%;
    }
    .tip {
        padding: 0 8px;
    }
    .tip-text,
    .text-size {
        float: none;
        display: inline-block;
        vertical-align: top;
        margin: 0 22px;
    }
}

/* 580 */
@media (max-width: 580px) {
    .main-bd {
        padding-top: 15px;
    }
    .detail-tt {
        font-size: 24px;
    }
    .more-bar {
        width: 100%;
    }
    .more-bar:last-child {
        text-align: left;
    }
}

/* 450 */
@media (max-width: 450px) {
    .video-js {
        height: 300px;
    }
}

/* 350 */
@media (max-width: 350px) {
    .share {
        width: 100%;
    }
    .collect {
        float: left;
        margin-top: 5px;
    }
    .tip-text, .text-size {
        margin: 0 10px;
    }
}

#bd-share {
	float: left;
}
