body {
    /* height: 20000px; */
    background-color: #f3f3f3;
    /* background-color: #333; */
}

@font-face {
    font-family: 'cuyouyuan';
    src: url('../fonts/JiZiJingDianCuYuanJianFan-Shan\(GEETYPE-CuYuanGBT-Flash\)-2.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'comforta';
    src: url('../fonts/Comfortaa-Bold-2.ttf'), url('../fonts/Comfortaa-Light-3.ttf'), url('../fonts/Comfortaa-Regular-1.ttf');
}

.container {
    width: 100%;
}

@media (max-width:768px) {
    .col-xs-12 {
        padding: 0;
    }
}


/* 轮播图 */

.banner {
    /* background-color: lightblue; */
    margin: 0 auto;
    font-family: 'comforta'!important;
}

.banner img {
    width: 100vw;
}


/* 内容区 */

.container {
    margin: 0 auto;
    font-size: .3rem;
}


/* 最热模块 */

.rank-header h2,
.ranking-header h2,
.ranking-body-ol span {
    cursor: default;
}

.hot-ranking {
    overflow: hidden;
}

.rank-header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding: .2rem .2rem 0;
    /* background-color: cornsilk; */
}

.rank-header h2 {
    display: inline-block;
    font-size: .55rem;
    font-weight: 300;
    font-family: 'cuyouyuan';
    background-image: linear-gradient(to right, #e65c00, #f9d423);
    background-image: -webkit-linear-gradient(to right, #e65c00, #f9d423);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.rank-header h3 {
    position: absolute;
    bottom: 0;
    right: .2rem;
    font-size: .35rem;
    font-weight: 500;
    font-family: 'comforta';
    background-image: linear-gradient(to right, #b8cbb8 0%, #b8cbb8 0%, #b465da 0%, #cf6cc9 33%, #ee609c 66%, #ee609c 100%);
    background-image: -webkit-linear-gradient(to right, #b8cbb8 0%, #b8cbb8 0%, #b465da 0%, #cf6cc9 33%, #ee609c 66%, #ee609c 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}


/* hot-pic-body */

.rank-body {
    width: 100%;
}

.rank-body-ul {
    width: 100%;
}

.rank-body-ul li {
    float: left;
    width: 50%;
    padding: .1rem .2rem .2rem;
}

.rank-body-ul li img {
    overflow: hidden;
    width: 100%;
    border-radius: .2rem;
    margin-bottom: .1333rem;
    object-fit: cover;
}

.rank-body-ul li h3 {
    overflow: hidden;
    width: 100%;
    height: 0.52rem;
    line-height: 0.52rem;
    font-size: .42rem;
    font-weight: 400;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: 'cuyouyuan';
}

.rank-body-ul li p {
    width: 100%;
    height: 0.4rem;
    line-height: 0.4rem;
    overflow: hidden;
    font-size: .3rem;
    font-weight: 500;
    font-family: 'comforta';
    /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; */
    color: #000;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.rank-body-ul li p:hover {
    color: darkblue;
}


/* hot-排行榜-header */

.ranking-header {
    width: 100%;
    padding: .2rem .2rem 0;
    /* background-color: cornsilk; */
}

.ranking-header h2 {
    font-size: .53rem;
    font-weight: 300;
    font-family: 'cuyouyuan';
    background-image: linear-gradient(to right, #e65c00, #f9d423);
    background-image: -webkit-linear-gradient(to right, #e65c00, #f9d423);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}


/* 最热模块-排行榜-body */

.ranking-body {
    width: 100%;
}

.ranking-body-ol {
    display: flex;
    overflow: hidden;
    width: 100%;
    background-color: #e6e6e6;
    border-radius: 20px;
    flex-direction: column;
    flex-wrap: nowrap;
}

.ranking-body-ol li:nth-child(odd) {
    overflow: hidden;
    width: 100%;
    height: 1.6rem;
}

.ranking-body-ol li:nth-child(even) {
    height: 1px;
    width: 90%;
    margin: 0 auto;
    background-color: #d1d1d1;
}

@media (max-width:767px) {
    .ranking-body-ol {
        height: 6.5rem;
        flex-wrap: wrap;
    }
    .ranking-body-ol li:nth-child(odd) {
        width: 50%;
    }
    .ranking-body-ol li:nth-child(even) {
        width: 40%;
    }
    .ranking-body-ol li:nth-child(8) {
        display: none;
    }
}

.ranking-body-ol li span {
    float: left;
    width: 25%;
    height: 1.6rem;
    line-height: 1.6rem;
    font-size: .7rem;
    font-family: 'comforta';
    text-align: center;
}

.ranking-body ol li h2 {
    overflow: hidden;
    display: block;
    width: 70%;
    font-size: .42rem;
    margin-top: .3rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: 'cuyouyuan';
    font-weight: 200;
}

.ranking-body ol li p {
    overflow: hidden;
    display: block;
    width: 70%;
    font-size: .3rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: 'comforta';
}

.ranking-body ol li:nth-child(1) span {
    background-image: -webkit-linear-gradient( top right, #ff0800, #ffef00);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.ranking-body ol li:nth-child(3) span {
    background-image: -webkit-linear-gradient( top right, #ff0800, #ffef00);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.ranking-body ol li:nth-child(5) span {
    background-image: -webkit-linear-gradient( top right, #ff0800, #ffef00);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}


/* 最新模块字体 */

.new-ranking .ranking-header h2,
.new-ranking .rank-header h2 {
    background-image: linear-gradient(to right, #acb6e5, #86fde8);
    /* background-image: linear-gradient(to right, #6a11cb 0%, #2575fc 100%); */
}


/* no.3 图片分界线 */

.no3 {
    height: 16vw;
    width: 96vw;
    margin: .7rem auto;
    border-radius: 10px;
    background: url('../upload/no3.jpg') no-repeat;
    background-size: contain;
}

.func {
    overflow: hidden;
    width: 100%;
    border-radius: 20px;
    text-align: center;
    border-radius: 15px;
    background: url('../img/colorfulbackground1.jpg') no-repeat;
    background-size: 100%;
}

.func li {
    position: relative;
    top: 0;
    left: 0;
    float: left;
    width: 25%;
    height: 2rem;
    line-height: 2rem;
    font-size: .5rem;
    font-family: 'cuyouyuan';
}

.func li a {
    color: #252525;
}

.func li a:hover {
    color: #eee;
}

.func li:nth-child(1) .r,
.func li:nth-child(2) .r,
.func li:nth-child(3) .r {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 1.25rem;
    border-radius: 10px;
    background-color: #eee;
}

.func li:nth-child(1) .b,
.func li:nth-child(2) .b {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 75%;
    height: 4px;
    border-radius: 10px;
    background-color: #eee;
}

@media (max-width:768px) {
    .func li {
        width: 50%;
    }
    .func li:nth-child(1) .b,
    .func li:nth-child(2) .b {
        display: block;
    }
    .func li:nth-child(2) .r {
        display: none;
    }
}


/* no.1 图片分界线 */

.no1 {
    height: 16vw;
    width: 96vw;
    margin: .7rem auto;
    border-radius: 10px;
    background: url('../upload/no1.webp') no-repeat;
    background-size: contain;
}


/* 轮播图模块 标题 */

.rotate {
    width: 100%;
    margin: 0 auto;
}

.rotate h2 {
    /* display: inline-block; */
    width: 3rem;
    display: block;
    margin-bottom: .2rem;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-size: 0.67rem;
    font-family: 'comforta';
}

.rotate-h2-1 {
    background-color: #ff8e3f;
    background-image: linear-gradient(315deg, #ff8e3f 0%, #fff43e 100%);
    background-image: -webkit-linear-gradient(315deg, #ff8e3f 0%, #fff43e 100%);
}

.rotate-h2-2 {
    background-color: #8BC6EC;
    background-image: linear-gradient(135deg, #8BC6EC 0%, #9599E2 100%);
    background-image: -webkit-linear-gradient(135deg, #8BC6EC 0%, #9599E2 100%);
}


/* 轮播图微调 */

.swiper-contione,
.swiper2-contione {
    float: left;
    border-radius: 10px;
}


/* 轮播图模块 四图区域 */

.rotate .pictures {
    float: left;
}

.rotate .pictures ul {
    width: 100%;
    /* padding-right: 0.1rem; */
}

.rotate .pictures ul li {
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    float: left;
    width: 50%;
    border-radius: 10px;
    padding-left: .2rem;
    /* margin-left: 0.2rem; */
}

.rotate .pictures ul li:nth-child(3),
.rotate .pictures ul li:nth-child(4) {
    padding-top: .2rem;
    /* margin-top: 0.2rem; */
}

.rotate .pictures ul li img {
    width: 100%;
    /* height: 156px; */
    border-radius: 10px;
    object-fit: cover;
}

.rotate .pictures ul li .txt {
    overflow: hidden;
    height: 1rem;
    width: 100%;
    position: absolute;
    bottom: -0.45rem;
    left: 0;
    background-color: rgba(255, 255, 255, 0.5);
}

.rotate .pictures ul li h3 {
    font-size: .33rem;
    font-weight: 300;
    line-height: .6rem;
    margin-left: .5rem;
    color: #222;
}

.rotate .pictures ul li p {
    font-size: .16rem;
    font-weight: 400;
    margin-left: .5rem;
    line-height: 0.4rem;
    color: #555;
}


/* no.2 图片分界线 */

.no2 {
    height: 16vw;
    width: 96vw;
    margin: .7rem auto;
    border-radius: 10px;
    background: url('../upload/no2.jpg') no-repeat;
    background-size: contain;
}


/* 编辑推荐模块 */

.recommend>h1 {
    text-align: center;
    font-size: .7rem;
    margin-top: .2667rem;
    font-family: 'cuyouyuan';
    font-weight: 400;
    background-image: linear-gradient(to right, #e65c00, #f9d423);
    background-image: -webkit-linear-gradient(to right, #e65c00, #f9d423);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.style-five {
    margin-top: -0.5rem;
    border: 0;
    height: 0;
    box-shadow: 0 0 .1333rem .0133rem black;
}

.recommend-item>li {
    width: 100%;
    margin: .5333rem auto;
    padding: .4rem;
    border-radius: .5333rem;
    background-color: #e9e9e9;
    box-shadow: 6px 4px 8px 1px #d0d0d0;
}

.recommend h2 {
    overflow: hidden;
    font-size: .5rem;
    font-weight: 400;
    padding: 0 0.2rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: 'comforta';
}

.recommend .content ul {
    width: 100%;
    margin: 0.1rem auto;
}

.recommend .content ul li {
    float: left;
    padding: 0 .1rem;
}

.recommend .content ul li img {
    width: 100%;
    border-radius: .2rem;
    border: 1px solid #ccc;
    object-fit: cover;
    vertical-align: middle;
}

.recommend .content p {
    overflow: hidden;
    display: -webkit-box;
    width: 100%;
    height: 1rem;
    padding: 0 0.2rem;
    white-space: ellipsis;
    text-overflow: ellipsis;
    line-height: .55rem;
    font-size: .34rem;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-family: 'comforta';
}