@charset "utf-8";

.rank {
    display: flex;
    justify-content: space-between;
}

.rank-left {
    width: 262px;
}

.rank-right {
    width: 924px;
}

.rank section {
    background-color: #fff;
    border: 1px solid #ededed;
    margin-bottom: 18px;
    border-radius: 6px;
    overflow: hidden;
}

.rank_menu>div {
    position: relative;
    width: 260px;
    height: 59px;
}

.rank_menu>div i {
    display: block;
    width: 260px;
    height: 59px;
    background-position: 0 -153px;
    position: relative;
    top: 0;
}

.rank_menu>div p {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 135px;
    height: 58px;
    line-height: 58px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    font-style: oblique;
    text-align: center;
}

.rank_menu li {
    position: relative;
    height: 76px;
    border-bottom: 1px solid #eeeeee;
}

.rank_menu li:last-of-type {
    border: 0;
}

.rank_menu li a {
    display: block;
    padding: 10px 17px;
}

.rank_menu li a p {
    display: block;
    width: 220px;
    height: 32px;
    line-height: 32px;
    font-size: 18px;
    color: #000;
    overflow: hidden;
    white-space: nowrap;
}

.rank_menu li a span {
    display: block;
    width: 220px;
    height: 24px;
    line-height: 24px;
    font-style: oblique;
    font-size: 15px;
    color: #d7d7d7;
    overflow: hidden;
    white-space: nowrap;
}

.rank_menu li a i {
    display: block;
    position: absolute;
    bottom: 0;
}

.rank_menu li:nth-of-type(1) a i {
    width: 72px;
    height: 60px;
    background-position: -4px -313px;
    right: 12px;
}

.rank_menu li:nth-of-type(1):hover a i,
.rank_menu li:nth-of-type(1).layui-this a i {
    background-position: -4px -238px;
}

.rank_menu li:nth-of-type(2) a i {
    width: 78px;
    height: 63px;
    background-position: -102px -309px;
    right: 12px;
}

.rank_menu li:nth-of-type(2):hover a i,
.rank_menu li:nth-of-type(2).layui-this a i {
    background-position: -102px -235px;
}

.rank_menu li:nth-of-type(3) a i {
    width: 73px;
    height: 60px;
    background-position: -212px -313px;
    right: 19px;
}

.rank_menu li:nth-of-type(3):hover a i,
.rank_menu li:nth-of-type(3).layui-this a i {
    background-position: -212px -238px;
}

.rank_menu li:hover,
.rank_menu li.layui-this {
    background-color: #fff7f3;
}

.rank_menu li:hover p,
.rank_menu li.layui-this p {
    color: #ff7800;
}

.rank_menu li:hover span,
.rank_menu li.layui-this span {
    color: #ffdccb;
}

.rank_list {
    display: none;
}

.rank_list>div {
    width: 100%;
    height: 58px;
    background: url(../images/topRank.jpg) no-repeat;
    background-size: 100% 100%;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    line-height: 72px;
    text-align: center;
}

.rank_list li {
    position: relative;
    height: 190px;
    border-bottom: 1px solid #e6e6e6;
}

.rank_list li .imgBox {
    float: left;
    display: block;
    padding: 30px 36px 41px 98px;
}

.rank_list li .imgBox img {
    display: block;
    width: 119px;
    height: 119px;
    border-radius: 16px;
}

.rank_list li .imgBox img:hover {
    opacity: 0.9;
}

.rank_list li .info {
    float: left;
    width: 500px;
}

.rank_list li .info>a {
    display: block;
    font-size: 18px;
    color: #ff7800;
    line-height: 28px;
    font-weight: bold;
    padding-top: 24px;
    overflow: hidden;
    white-space: nowrap;
}

.rank_list li .info p {
    font-size: 14px;
    color: #999;
    line-height: 24px;
    margin-top: 6px;
}

.rank_list li .info p span {
    margin: 0 6px;
}

.rank_list li .info .txt {
    display: block;
    color: #666;
    height: 50px;
    overflow: hidden;
}

.rank_list li .info p:last-of-type {
    margin-top: 12px;
    height: 30px;
    overflow: hidden;
    zoom: 1;
}

.rank_list li .info p a {
    float: left;
    display: block;
    padding: 0 6px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #ffa280;
    border: 1px solid #ffd3be;
    margin-right: 8px;
    border-radius: 2px;
}

.rank_list li .info p a:hover {
    background-color: #ff7800;
    color: #fff;
    border-color: #ff7800;
}

.rank_list li:hover {
    background-color: #fff7f3;
}

.rank_list li .down {
    float: right;
    display: block;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    background-color: #ff7800;
    color: #fff;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    width: 108px;
    text-align: center;
    position: absolute;
    top: 72px;
    right: -5px;
}

.rank_list li .down i {
    display: inline-block;
    width: 16px;
    height: 15px;
    background-position: -704px -14px;
    position: relative;
    top: 2px;
    margin-right: 4px;
}

.rank_list li .down:hover {
    opacity: 0.9;
}

.rank_list li em {
    position: absolute;
    top: 62px;
    left: 28px;
}

.rank_list li:nth-of-type(1) em,
.rank_list li:nth-of-type(2) em,
.rank_list li:nth-of-type(3) em {
    position: absolute;
    top: -5px;
    left: 16px;
}

.rank_list li:nth-of-type(1) em i {
    display: block;
    width: 64px;
    height: 64px;
    background-position: -478px -43px;
}

.rank_list li:nth-of-type(2) em i {
    display: block;
    width: 64px;
    height: 64px;
    background-position: -537px -43px;
}

.rank_list li:nth-of-type(3) em i {
    display: block;
    width: 64px;
    height: 64px;
    background-position: -595px -43px;
}

.rank_list li:nth-of-type(n+4) em {
    display: block;
    width: 38px;
    line-height: 34px;
    font-size: 20px;
    color: #999;
    font-style: oblique;
    font-family: Times New Roman, "Georgia";
    ;
    background-color: #ededed;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
    text-align: center;
}

.rank_list li:nth-of-type(n+4):hover em {
    background-color: #ff7800;
    color: #fff;
}