#page {
    padding-top: 1.14rem;
}


/* #header {
    top: 0;
    left: 0;
} */

.page {
    margin-bottom: 6px;
    border-radius: 0.6rem;
    overflow: hidden;
    padding: 0.47rem;
    background: #FFFFFF;
}

.page1 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-top: 0.27rem;
}

.page-title {
    margin-bottom: 0.3rem;
    align-items: center;
}

.page-title h3 {
    font-size: 0.46rem;
    font-weight: bold;
    line-height: 0.46rem;
    color: #3D3D3D;
    flex: 1;
}

.page-title .group-btn {}

.page-title .group-btn a {
    display: inline-block;
    color: #FFFFFF;
    padding: 0.12rem 0.3rem;
    border-radius: 0.4rem;
    background: #003366;
    position: static;
    transform: none;
    margin-top: 0;
    margin-left: 0.1rem;
    width: auto;
    height: auto;
}

.page-title .group-btn a::after {
    display: none;
}

.page-title .group-btn a i {
    padding-right: 0rem;
    font-size: 0.2rem;
    font-size: Max(0.2rem, 16px);
    font-weight: 500;
    line-height: 20px;
}

.page-title .group-btn a.rotate {
    transform: scaleX(-1);
}

.list .item {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 0.2rem;
    padding: 0.18rem;
    border-radius: 0.2rem;
    overflow: hidden;
    background: #F7E0D3;
}

.list .item:nth-of-type(2n) {
    margin-right: 0;
}

.list .item:nth-of-type(2n) {
    background: #E2DEED;
}

.list .item:nth-of-type(3n) {
    background: #E2DEED;
}

.list .item:nth-of-type(4n) {
    background: #EAF5FF;
}

.list .item:nth-of-type(5n) {
    background: #EAF5FF;
}

.list .item:nth-of-type(6n) {
    background: #F7E0D3;
}

.list .item .img-box {
    max-width: 264px;
    width: 40%;
}

.list .item .img-box img {
    width: 100%;
}

.list .item .mes-box {
    flex: 1;
    padding-left: 0.26rem;
    width: 60%;
}

.list .item .mes-box h2 {
    font-size: 0.22rem;
    font-weight: bold;
    line-height: 0.3rem;
    color: rgba(61, 61, 61, 0.85);
    height: 1.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.list .item .mes-box b {
    display: block;
    font-size: 0.16rem;
    font-size: Max(0.16rem, 12px);
    font-weight: 600;
    line-height: 20px;
    color: rgba(61, 61, 61, 0.85);
}

.list .item .img-box img {}

.page2 .page-content {
    padding-top: 0.24rem;
}

#rili {
    width: 50%;
    max-width: 664px;
    background: #EAF5FF;
    border-radius: 0.24rem;
    overflow: hidden;
}

.swiper-2 {
    flex: 1;
    margin-left: 0.2rem;
}

.swiper-2 .list .item {
    background: #E2DEED!important;
    margin-right: 0;
    width: 100%;
}

.swiper-2 .list .item:nth-of-type(3n) {
    margin-bottom: 0;
}

.page3 {}

.page3 .swiper-3 {
    /*overflow: visible;*/
}

.page3 .swiper-slide {
    width: 25%;
}

.page3 .swiper-slide .img-box {
    width: 100%;
}

.page3 .swiper-slide .img-box img {
    width: 100%;
}

.page3 .swiper-slide .mes-box {
    padding-top: 0.2rem;
    padding-bottom: 0.3rem;
}

.page3 .swiper-slide .mes-box h2 {
    font-size: 0.24rem;
    font-size: max(0.24rem, 16px);
    font-weight: bold;
    line-height: 0.32rem;
    line-height: max(0.32rem, 24px);
    color: #3D3D3D;
    text-align: center;
    margin-bottom: 0.1rem;
}

.page3 .swiper-slide .mes-box p {
    font-size: 0.16rem;
    font-size: Max(0.16rem, 12px);
    font-weight: 600;
    line-height: 20px;
    color: rgba(61, 61, 61, 0.8);
    text-align: center;
}

.page4 .swiper-slide .mes-box h2 {
    font-size: 0.24rem;
    font-size: max(0.24rem, 16px);
    font-weight: bold;
    line-height: 0.32rem;
    line-height: max(0.32rem, 24px);
    color: #3D3D3D;
    margin-bottom: 0.1rem;
}

.page4 .swiper-slide .mes-box b {
    display: block;
    font-size: 0.16rem;
    font-size: Max(0.16rem, 12px);
    font-weight: 600;
    line-height: 20px;
    color: rgba(61, 61, 61, 0.85);
}

.page4 .swiper-slide img {
    width: 100%;
}

.page4 .swiper-slide .img-box {
    position: relative;
}

.page4 .swiper-slide .mes-box {
    padding-top: 0.2rem;
}

.page4 .swiper-slide .playVideo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.page4 .swiper-slide .playVideo i {
    font-size: 1.5rem;
    line-height: 1.5rem;
    color: #fff;
    opacity: 0.8;
}

.page3 .swiper-wrapper,
.page4 .swiper-wrapper {
    -webkit-transition-timing-function: linear; /*之前是ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}

.pc-none {
    display: none;
}

.icon-rili {
    color: #333;
    font-size: 0.6rem;
    width: 100%;
    text-align: right;
    margin-bottom: 0.3rem;
    cursor: pointer;
}

#rili .icon-guanbi {
    position: absolute;
    top: 0.4rem;
    left: 0.4rem;
    font-size: 0.4rem;
    color: #333;
    cursor: pointer;
}

@media screen and (max-width:1000px) {
    #rili {
        position: fixed;
        right: 0;
        top: 0;
        background: rgba(255, 255, 255, 0.8);
        backdrop-filter: blur(0.4rem);
        z-index: 100;
        display: flex;
        align-items: center;
        width: 90%;
        height: 100%;
        justify-content: center;
        transform: translateX(100%);
        transition: transform 0.35s ease-in-out;
    }
    .list .item .mes-box h2 {
        font-size: 16px;
        font-weight: bold;
        line-height: 20px;
        color: rgba(61, 61, 61, 0.85);
        height: 40px;
        overflow: hidden;
        text-overflow: ellipsis;
        text-overflow: -o-ellipsis-lastline;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-bottom: 0.1rem;
    }
    .page3 .swiper-slide {
        width: 33.33%;
    }
    #rili.open {
        transform: translateX(0%);
    }
    .page2 .list .item {
        display: flex;
        align-items: center;
    }
    .page-content>.pc-none {
        display: flex;
        justify-content: flex-end;
        width: 100%;
    }
    .pc-none {
        display: block;
    }
    .calendar {
        max-width: 576px;
        width: 90%;
    }
    .c-day,
    .c-day-previous-month {
        height: 0.8rem;
        line-height: 0.8rem;
    }
    .c-day i,
    .c-day-previous-month i,
    .c-day-next-month i {
        width: 0.8rem;
        height: 0.8rem;
        line-height: 0.8rem;
    }
    .list .item {
        width: 100%;
        margin-right: 0;
        display: flex;
        align-items: center;
    }
    .list .item:nth-of-type(2n) {
        margin-right: 0;
    }
}

@media screen and (max-width:750px) {
    .page3 .swiper-slide {
        width: 50%;
    }
}

@media screen and (max-width:480px) {
    .page3 .swiper-slide {
        width: 100%;
    }
}