* {
    margin: 0;
    padding: 0;
}

.title img {
    display: block;
    filter: blur(5px);
    width: 100%;
    height: 100%;
    object-fit: fill;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

a {
    color: white;
    text-decoration: none;
    transition: all 0.3s;
}

a:hover {
    color: rgb(0, 130, 255);
    text-shadow: 0 0 5px white;
}

.swiper-container {
    width: 100%;
    height: 500px;
    padding-top: 120px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: rgba(255, 255, 255, 0.8);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 20px;
}

/* 分页总体 */
.page {
    width: 100%;
    height: 800px;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

/* 分页1 - 骚话 */

.swiper-container-lovexhj1 {
    width: 550px;
}

.page1-lovexhj1 img {
    width: 100px;
    border-radius: 50%;
    margin-bottom: 20px;
}

.page1 .right {
    border-bottom: 1px solid black;
    line-height: 50px;
    font-size: 15px;
}

.page1 .cat {
    width: 150px;
}

.catText {
    font-size: 13px;
    color: gray;
}



/* 两只XHJ一样的猪 */
.xhjIsPig .pig1,
.pig2 {
    position: fixed;
    z-index: 99;
    width: 150px;
}

.xhjIsPig .pig1 {
    right: -10px;
    bottom: 0;
    transform: rotate(-25deg);
    animation: xhjPigRun1 2s infinite;
}

.xhjIsPig .pig2 {
    left: -30px;
    bottom: 0;
    transform: scaleX(-1) rotate(-90deg);
    animation: xhjPigRun2 5s infinite;
}

@keyframes xhjPigRun1 {
    0% {
        transform: scale(1) rotate(-25deg);
    }

    50% {
        transform: scale(1.2) rotate(-25deg);
    }

    100% {
        transform: scale(1) rotate(-25deg);
    }
}

@keyframes xhjPigRun2 {
    0% {
        bottom: 0;
    }

    50% {
        bottom: 20%;
    }

    100% {
        bottom: 0;
    }
}

/* 自适应 */
@media screen and (max-width: 1060px) {
    .page3 {
        padding-top: 80px;
    }

    #talkToXHJ {
        width: 500px;
        padding: 50px 50px;
    }

    .page4-box {
        width: 700px;
    }

    .page4-img {
        width: 240px;
    }

    .page4-text {
        width: 330px;
        margin: 270px 0 0 30px;
    }

    .page4-text h1 {
        margin-bottom: 20px;
        font-size: 25px;
    }
}

@media screen and (max-width: 730px) {
    .title p {
        font-size: 30px;
    }

    .swiper-container {
        padding-top: 150px;
    }

    .swiper-container-lovexhj1 {
        width: 400px;
        height: 500px;
    }

    .page2-box {
        width: 240px;
        padding-top: 80px;
    }

    .swiper-container-lovexhj2 {
        height: 450px;
    }

    .page2-box p {
        font-size: 16px;
    }

    .page3 {
        padding-top: 100px;
        height: 800px;
    }

    #talkToXHJ {
        width: 350px;
        padding: 30px 30px;
    }

    #talkToXHJ b {
        font-size: 23px;
    }
    
    #talkToXHJ p {
        font-size: 15px;
    }

    .page4 {
        height: 1100px;
    }

    .page4-box {
        width: 400px;
    }

    .page4-img {
        width: 100%;
    }

    .swiper-container-lovexhj3 
    .swiper-wrapper 
    .swiper-slide 
        img {
        height: 100%;
        border-radius: 20px;
    }

    .page4-text {
        width: 90%;
        margin: 0 auto;
        padding: 20px;
    }

    .page4-text h1 {
        margin-bottom: 20px;
        font-size: 25px;
    }

    .footer {
        height: 560px;
    }

    .xhjIsPig .pig1,
    .pig2 {
        width: 130px;
    }

    .xhjIsPig .pig2 {
        left: -25px;
    }
}

@media screen and (max-width: 426px) {
    .title p {
        font-size: 30px;
        margin-top: 260px;
    }

    .swiper-container {
        padding-top: 150px;
    }

    .swiper-container-lovexhj1 {
        width: 90%;
        height: 500px;
    }

    .page1-lovexhj1 {
        font-size: 15px;
    }

    .page1-lovexhj1 img {
        width: 70px;
    }

    .page1 .cat {
        width: 120px;
    }

    .page2-box {
        width: 240px;
        padding-top: 80px;
    }

    .swiper-container-lovexhj2 {
        width: 80%;
        height: 500px;
    }

    .page2-box p {
        font-size: 16px;
    }

    .page3 {
        padding-top: 100px;
        height: 900px;
    }

    #talkToXHJ {
        width: 80%;
        padding: 20px 10px;
    }

    #talkToXHJ b {
        font-size: 23px;
    }
    
    #talkToXHJ p {
        font-size: 15px;
    }

    .page4 {
        height: 1100px;
    }

    .page4-box {
        width: 90%;
    }

    .page4-img {
        width: 100%;
    }

    .swiper-container-lovexhj3 
    .swiper-wrapper 
    .swiper-slide 
        img {
        height: 100%;
        border-radius: 20px;
    }

    .page4-text {
        width: 85%;
        margin: 0 auto;
        padding: 20px;
    }

    .page4-text h1 {
        margin-bottom: 20px;
        font-size: 25px;
    }

    .footer {
        height: 560px;
    }

    .xhjIsPig .pig1,
    .pig2 {
        width: 80px;
    }

    .xhjIsPig .pig2 {
        left: -15px;
    }
}