.xc-l {
    width: 800px;
    margin-right: 40px;
}

.m-r-130 {
    margin-right: 130px;
}

.xc-r {
    width: 360px;
}

/* 导航 */
.xc_nav {
    background-color: #DEDEDE;
    height: 48px;
    line-height: 48px;
}

.xc li {
    text-align: center;
    border-left: 1px solid white;
}

.xc li .nav_lis {
    width: 200px;
    display: block;
    color: #444;
}

.xc li:last-child {
    border-right: 1px solid white;
}

.xc_nav .act {
    background-color: #ABABAB;
    color: white;
}

.xc_nav .nav_lis:hover {
    background-color: #ABABAB;
    color: white;
}

/* 线 */
.line {
    border-bottom: 1px solid #e8e8e8;
}

.line_1_777 {
    border: 1px solid #777;
}

.line_3 {
    border-bottom: 3px solid #333;
}

.txh_nav a:hover {
    border-bottom: 3px solid #333;
    transition: all 0.3s;
}

.txh_nav .txhimg:hover {
    border-bottom: none;
}

/* 块 */
.kuai {
    display: block;
}

.img-100 {
    width: 100%;
    height: 100%;
}

.maximg-100 {
    max-width: 100%;
    height: 100%;
}

.auto {
    margin: 0 auto;
}

img {
    object-fit: cover;
}

/* 投影 */
.touying:hover {
    box-shadow: 0 0.3px 6px rgba(63, 63, 63, 0.15);
    transition: all 0.3s;
}

.touying_1 {
    box-shadow: 0 0.3px 6px rgba(63, 63, 63, 0.15);
    transition: all 0.3s;
}

.r_bianju {
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.box_sizing {
    box-sizing: border-box;
}

/* 星星评分 */
.xx_box {
    width: 70px;
    height: 14px;
    background: url(../../images/icon/xingxing1.png) no-repeat left/cover;
    position: relative;
    margin-left: 10px;
}

.xx_box i {
    width: 100%;
    height: 14px;
    background: url(../../images/icon/xingxing.png) no-repeat left/cover;
    position: absolute;
    top: 0px;
    left: 0px;
}

/* 发帖 */
.post {
    position: fixed;
    top: 360px;
    z-index: 2;
    width: 35px;
    right: 13%;
}

@media (min-width: 1440px) and (max-width: 1568px) {
    .post {
        right: 2%;
    }
}
@media (min-width: 2000px) and (max-width: 2560px) {
    .post {
        right: 25%;
    }
}
/* 话题下拉 */
.abso_box {
    top: 43px;
    left: 0;
    z-index: 4;
    display: none;
}

.topics_list {
    width: 1160px;
    background-color: white;
    border: 1px solid #ddd;
    padding: 30px;
    position: relative;
    top: 31px;
}

.topics_list .ranked_list {
    margin-right: 30px;
    margin-bottom: 15px;
}

.topics_list .ranked_list:nth-of-type(3n) {
    margin-right: 0;
}

.arrows {
    top: -28px;
    left: 20px;
}

.drop_down:hover .abso_box {
    display: flex;
}

.ju_color {
    color: #FF8424;
}

.txicon {
    position: absolute;
    bottom: 6px;
    right: 0px;
}

.disclaimer {
    color: #999;
    width: 1000px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    text-indent: 2em;
    margin-bottom: 50px;
    margin-top: 50px;
}