@font-face {
    font-family: 'comforta';
    src: url('../fonts/Comfortaa-Bold-2.ttf'), url('../fonts/Comfortaa-Light-3.ttf'), url('../fonts/Comfortaa-Regular-1.ttf');
}

a:hover {
    text-decoration: none;
}


/* 带排行榜的模块 */

.ranking {
    width: 1000px;
    height: 878px;
    /* background-color: pink; */
    margin: 0 auto 20px;
}


/* 排行榜模块 图片区域 */

.ranking-pic {
    width: 600px;
    height: 878px;
    /* padding-left: 20px; */
    float: left;
}

.ranking-pic h2 a {
    float: left;
    color: #333;
    margin: 10px;
}

.ranking-pic h2 a:hover {
    color: #000;
}

.ranking-pic .more {
    float: right;
    margin: 30px 30px 0 0;
    font-size: 14px;
    color: #888;
}

.ranking-pic .more:hover {
    color: #666;
}

.ranking-pic ul li {
    height: 247px;
    width: 270px;
    float: left;
    margin: 10px;
}

.ranking-pic ul li img {
    width: 270px;
    height: 180px;
    border-radius: 15px;
    margin-bottom: 10px;
}

.ranking-pic ul li h3 {
    font-size: 19px;
    font-weight: 500;
    white-space: ellipsis;
}

.ranking-pic ul li p {
    font-size: 12px;
    color: #888;
    white-space: ellipsis;
}

.ranking-pic ul li p:hover {
    color: #666;
}


/* 排行榜模块 排行榜区域 */

.ranking .rank {
    width: 400px;
    height: 878px;
    float: left;
    padding: 0 20px 20px 20px;
}

.ranking .rank h2 {
    font-size: 2rem;
    margin: 10px;
    white-space: ellipsis;
}

.rank ol {
    width: 100%;
    height: 760px;
    margin-top: 20px;
    border-radius: 20px;
    background-color: #f8f8f8;
}

.rank ol li:nth-child(odd) {
    height: 94px;
    width: 360px;
    padding: 27px 30px;
}

.rank ol li:nth-child(odd) span {
    display: block;
    float: left;
    width: 40px;
    height: 38px;
    font-size: 40px;
    text-align: center;
    line-height: 38px;
    font-family: 'comforta';
}

.rank ol li:nth-child(1) span {
    background-image: -webkit-linear-gradient( top right, #ff0800, #ffef00);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.rank ol li:nth-child(3) span {
    background-image: -webkit-linear-gradient( top right, #ff0800, #ffef00);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.rank ol li:nth-child(5) span {
    background-image: -webkit-linear-gradient( top right, #ff0800, #ffef00);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.rank ol li:nth-child(odd) h2 {
    display: block;
    float: left;
    font-size: 20px;
    font-weight: 800;
    margin: 0px 0 0 30px;
}

.rank ol li:nth-child(odd) p {
    display: block;
    height: 20px;
    width: 160px;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
    font-size: 12px;
    color: #999;
    margin: 5px 0 0 30px;
}

.rank ol li:nth-child(odd) p:hover {
    color: #666;
}

.rank ol li:nth-child(even) {
    height: 1px;
    width: 300px;
    margin: 0 auto;
    background-color: #eee;
}


/* no.1 图片分界线 */

.no1 {
    height: 200px;
    width: 1200px;
    margin: 10px auto;
    border-radius: 10px;
    background: url('../upload/no1.webp') no-repeat;
    background-size: contain;
}


/* 轮播图模块 */

.rotate {
    height: 398px;
    width: 1000px;
    margin: 70px auto;
    padding: 10px;
}

.rotate h2 {
    margin-bottom: 20px;
}


/* 轮播图微调 */

.swiper-contione,
.swiper2-contione {
    float: left;
    width: 480px;
    height: 320px;
    margin-right: 20px;
    border-radius: 10px;
}


/* 轮播图模块 四图区域 */

.rotate .pictures {
    float: left;
    width: 480px;
    height: 320px;
}

.rotate .pictures ul {
    width: 600px;
}

.rotate .pictures ul li {
    overflow: hidden;
    float: left;
    position: relative;
    top: 0;
    left: 0;
    margin: 0 10px 8px 0;
}

.rotate .pictures ul li img {
    width: 235px;
    height: 156px;
    border-radius: 10px;
}

.rotate .pictures ul li .txt {
    overflow: hidden;
    height: 50px;
    width: 100%;
    position: absolute;
    bottom: -15px;
    left: 0;
    background-color: rgba(255, 255, 255, 0.5);
}

.rotate .pictures ul li h3 {
    font-size: 18px;
    font-weight: 200;
    line-height: 35px;
    margin-left: 10px;
    color: #222;
}

.rotate .pictures ul li p {
    font-size: 12px;
    font-weight: 400;
    margin-left: 10px;
    color: #555;
}


/* no.2 图片分界线 */

.no2 {
    height: 200px;
    width: 1200px;
    margin: 50px auto 70px;
    border-radius: 10px;
    background: url('../upload/no2.jpg') no-repeat;
    background-size: contain;
}


/* 编辑推荐模块 */

.picsssss {
    width: 1000px;
    margin: 0 auto;
}

.picsssss>h1 {
    text-align: center;
    font-size: 40px;
    margin-top: 20px;
}

.style-five {
    border: 0;
    height: 0;
    box-shadow: 0 0 10px 1px black;
}

.picsssss .content {
    width: 1000px;
    margin: 40px auto;
    padding: 30px;
    border-radius: 40px;
    background-color: #f5f5f5;
    box-shadow: 5px 3px 6px 1px #e4e4e4;
}

.picsssss h2 {
    font-size: 20px;
    font-weight: 400;
}

.picsssss .content ul {
    width: 1050px;
    height: 127px;
    margin: 20px 0;
}

.picsssss .content ul li {
    float: left;
    width: 182px;
    height: 127px;
    margin-right: 10px;
}

.picsssss .content ul li img {
    height: 127px;
    width: 182px;
    border-radius: 15px;
}

.picsssss .content p {
    width: 900px;
    height: 24px;
    white-space: ellipsis;
    font-size: 16px;
}