/*
 * @Descripttion: 
 * @version: 1.2
 * @Author: xj_space
 * @Date: 2020-05-22 20:05:26
 * @LastEditors: xj_space
 * @LastEditTime: 2020-05-25 19:36:37
 */

.layui-table-header {
    height: 35px;
    line-height: 35px;
}

.laytable-cell-1-0-0 {
    float: left;
    width: 240px;
    height: 120px;
}

.laytable-cell-1-0-1 ul li {
    height: 20px;
    line-height: 20px
}

.laytable-cell-2-0-0 {
    float: left;
    width: 240px;
    height: 120px;
}

.laytable-cell-2-0-1 ul li {
    height: 20px;
    line-height: 20px
}

.layui-table-cell {
    height: 120px;
    line-height: 28px;
    padding: 0 15px;
    position: relative;
    box-sizing: border-box;
}

.rank {
    width: 185px;
    display: table-cell;
}

.rtop {
    margin-top: 10px;
    border-right: 1px solid #e4e1e1;
}

.rbg {
    background-color: #d2d2d2;
}

.r7 {
    right: -7px;
}

.rbm {
    text-align: center;
    text-align: -webkit-center;
    margin: 10px 20px 30px 20px;
}

.rbm img {
    display: block;
    margin-bottom: 10px;
    background: url('/wp-content/themes/Impreza/thumbalbumbg2.png') center;
}

.rbm img:hover {
    opacity: 0.7
}

.rmore {
    margin: 0 12px 0 12px;
    background-color: #8ac5bc;
    height: 46px;
    line-height: 46px;
    text-align: center;
    cursor: pointer;
    color: #FFF;
}

.rmore:hover {
    margin: 0 12px 0 12px;
    background-color: #ed97b9;
    height: 46px;
    line-height: 46px;
    text-align: center;
    cursor: pointer;
    color: #FFF;
}

.li-title {
    position: relative;
    left: 0;
    height: 40px;
    white-space: nowrap;
    font-size: 0;
    transition: all .2s;
    -webkit-transition: all .2s;
    background-color: #eee;
}

.li-title li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    font-size: 14px;
    transition: all .2s;
    -webkit-transition: all .2s;
    position: relative;
    line-height: 40px;
    min-width: 65px;
    padding: 0 15px;
    text-align: center;
}
/*20200525*/
.rl12{margin-left: 8px;}