/* 通用 */
.banxin {
    width: 1200px;
    margin: 0 auto;
    line-height: 1;
}

.icon-cars {
    display: block;
}

.text-center {
    text-align: center;
}

a {
    color: #333333;
    text-decoration: none;
}

a:hover {
    color: #FF4D4F;
    text-decoration: none;
}

.mtop-16px {
    margin-top: 16px;
}

.fsize-16px {
    font-size: 16px;
}

.color-FF4D4F {
    color: #FF4D4F;
}

.clearfix:after,
.clearfix:before {
    content: '';
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both
}

.left {
    width: 860px;
}

.right {
    width: 300px;
}

.one-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.fullimg {
    width: 100%;
    height: 100%;
}

i {
    font-style: normal;
}

.swiper-container {
    width: 860px;
    height: 532px;
}

/* banner轮播 */
.v-video-banner {
    padding-top: 20px;
}

.evaluate-content {
    width: 100%;
    margin-bottom: 18px;
}
.v-video_right div+div {
    margin-bottom: 0;
}
.evaluate-content .img {
    display: inline-block;
    width: 100%;
    height: 186px;
    margin-bottom: 10px;
    position: relative;
    background-color: #aaaaaa;
}

.evaluate-content .msg>a {
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 9px;
}

.evaluate-content .msg p {
    color: #999;
    font-size: 13px;
}

.evaluate-content .msg p span+span {
    position: relative;
    padding-left: 18px;
}

.evaluate-content .msg p span+span svg {
    vertical-align: middle;
    position: absolute;
    left: 0;
}

.play-btn {
    position: absolute;
    bottom: 8px;
    left: 8px;
}

/* 视频列表 */
.v-content {
    margin-top: 40px;
}

.v-content .v-content-left .evaluate-content {
    width: 265px;
    margin: 0 32px 32px 0;
}

.v-content-right {
    width: 300px;
    padding-bottom: 56px;
}

.v-content-right-a {
    display: block;
    height: 102px;
    background-color: #999999;
}
.v-content .v-content-left .pagination {
    margin: 0 0 56px 0;
}

/* 热播排行榜 */
.v-content-title {
    width: 100%;
    height: 30px;
    border-bottom: 4px solid #e5e5e5;
}

.v-content-title span {
    position: relative;
    font-size: 20px;
}

.v-content-title span:after {
    content: '';
    width: 100%;
    border-bottom: 4px solid #FF4D4F;
    visibility: visible;
    position: absolute;
    bottom: -11px;
    left: 0;
}

.v-content-rank .all-msg-content .div .img {
    display: inline-block;
    width: 124px;
    height: 76px;
    overflow: hidden;
}

.v-content-rank .all-msg-content .div .msg {
    width: 140px;
    padding-right: 6px;
}

.v-content-rank .all-msg-content .div .msg a {
    word-break: break-all;
    /* 单词打断，可以让显示美观一些 */
    line-height: 22px;
    /* 单行文本高度 */
    position: relative;
    height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.v-content-rank .all-msg-content .div .msg p {
    font-size: 13px;
    color: #999;
    margin-top: 14px;
}

.v-content-rank .all-msg-content .div .msg p span+span {
    padding-left: 18px;
    position: relative;
}

.v-content-rank .all-msg-content .div .msg p span+span svg {
    vertical-align: middle;
    position: absolute;
    left: 0;
}

.v-content-rank .all-msg-content .div {
    position: relative;
}

.v-content-rank .all-msg-content .div i {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 98;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #999999;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: center;
    line-height: 20px;
    font-size: 13px;
    color: #fff;
}

.v-content-rank .all-msg-content .div .rank {
    background: url(../images/rank.png);
    height: 22px;
}

/* 视频详情页 */
.bc_breadcrumb {
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #e1e1e1;
}

.bc_breadcrumb span {
    color: #999999;
}

.bc_breadcrumb a {
    color: #333333;
    text-decoration: none;
    margin-left: 6px;
}

.bc_breadcrumb a:after {
    content: '>';
    color: #999999 !important;
    margin-left: 6px;
}

.bc_breadcrumb a:hover {
    color: #ff4d4f;
}

.bc_breadcrumb span:last-child {
    color: #333333;
    font-weight: bold;
    margin-left: 6px;
}

.v-detail-content>h2 {
    font-size: 26px;
    margin: 32px 0 12px;
}

.v-video-detail-right .v-content-title {
    margin-top: 76px;
}
.v-content-rank {
    height: 480px;
    overflow-y:scroll;
}
.v-content-rank::-webkit-scrollbar {
    width: 10px;
    height: 4px;
}

.v-content-rank::-webkit-scrollbar-thumb  {
    border-radius: 5px;
    background: rgb(193,193,193);

}

.v-content-rank::-webkit-scrollbar-track  {
    border-radius: 0;
    background: rgb(241,241,241);
}

.v-video-detail-right .all-msg-content .div {
    margin-bottom: 20px;
}

.v-video-detail-left .player {
    width: 860px;
    height: 484px;
}

.v-video-detail {
    margin-bottom: 70px;
}

.video-js .vjs-big-play-button {
    left: 383px;
    top: 220px;
}
.v-video .v-content .evaluate-content .msg {
    height: 64px;
}



/* 搜索页面 */
.topBar_left .bc_area-search {
    margin-left: 9px;
    font-size: 24px;
    width: 80px;
}

.bc_topBar_container .topBar_search-search {
    width: 638px;
}

.bc_topBar_container .topBar_search-search input {
    width: 512px;
    font-size: 14px;
}

.bc_topBar_container .topBar_search-search button {
    width: 122px;
}

.search-box .search-title {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 12px;
}

.search-box .search-title span {
    color: #ff4d4f;
    position: relative;
    display: inline-block;
    font-size: 18px;
}

.search-box .search-title span:after {
    content: '';
    width: 100%;
    height: 100%;
    border-right: 1px solid #cccccc;
    visibility: visible;
    position: absolute;
    right: -10px;
    top: 0;
}

.search-box .search-title a {
    display: inline-block;
    margin-left: 20px;
    font-size: 18px;
}

.search-box .search-detail {
    padding-bottom: 16px;
    border-bottom: 1px dashed #e4e4e4;
}

.search-box .search-detail>a {
    display: inline-block;
    width: 218px;
    height: 164px;
}

.search-box .search-detail .search-detail-content {
    margin: 16px 0 0 30px;
    width: 394px;
}

.search-box .search-detail .search-detail-content>p {
    font-size: 18px;
    margin-bottom: 19px;
}

.search-box .search-detail .search-detail-content>p span {
    font-size: 24px;
    color: #ff4d4f;
}

.search-box .search-detail .search-detail-content ul li {
    margin-bottom: 16px;
}

.search-box .search-detail .search-detail-content ul li i {
    color: #666;
}

.search-box .search-detail .search-detail-content button {
    margin-top: 8px;
    width: 106px;
    height: 40px;
    background-color: #ff4d4f;
    border-radius: 4px;
    font-size: 16px;
    color: #fff;
}

/* 搜索-文章 */
.search-article .search-article-title {
    font-size: 18px;
    margin: 40px 0 10px;
}

.search-article .search-article-title i {
    color: #ff4d4f;
}

.information-content {
    width: 100%;
}

.information-content:first-child {
    padding-top: 16px;
}

.information-content-img {
    display: inline-block;
    width: 192px;
    height: 118px;
    overflow: hidden;
}

.information-content-msg {
    width: 620px;
}

.information-content-msg h4 {
    font-size: 20px;
    font-weight: 400;
    margin: 6px 0 12px;
}

.information-content-msg h4 i {
    color: #ff4d4f;
}

.information-content-msg .title {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
    word-break: break-all;
    /* 单词打断，可以让显示美观一些 */
    line-height: 20px;
    /* 单行文本高度 */
    position: relative;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin: 12px 0 20px;
}

.information-content-msg p+p {
    font-size: 14px;
    color: #999999;
}

.information-content-msg p+p span:first-child {
    color: #009922;
    margin-right: 35px;
}

/* 搜索-视频 */
.good-video-content a {
    display: block;
    position: relative;
    width: 265px;
    height: 190px;
    margin: 0 32px 40px 0;
    float: left;
}

.good-video-content a div {
    width: 100%;
    height: 164px;
    overflow: hidden;
}

.good-video-content a p {
    margin: 10px 0 40px;
    font-size: 16px;
}

.good-video-content a span {
    position: absolute;
    top: 118px;
    left: 8px;
}

.search-box .c_news_page {
    text-align: left;
}

.search-hot-article .car-market-right-title {
    padding-top: 19px;
    border-bottom: 4px solid #E5E5E5;
    padding-bottom: 5px;
}

.search-hot-article .car-market-right-title span {
    position: relative;
    font-size: 20px;
}

.search-hot-article .car-market-right-title span:after {
    content: '';
    width: 100%;
    height: 1px;
    border-bottom: 4px solid #ff4d4f;
    visibility: visible;
    position: absolute;
    bottom: -6px;
    left: 0;
}
.car-market-right-content a {
    display: block;
    width: 300px;
    margin-bottom: 22px;
}
.car-market-right-content a:before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #d7d7d7;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 9px;
}
