.section{
    width: 100%;
    background: #F8F8F8;
    overflow: hidden;
}
.section .warp{
    margin: 179px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section .warp .text{
    margin: 0 134px 0 0;
}
.section .warp .text span{
    font-size: 42px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #202020;
    margin: 0 0 88px 0;
    display: block;
}
.section .warp .text p{
    width: 499px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #202020;
    line-height: 35px;
}
.section .warp .images{
    width: 563px;
    height: 563px;
    border-radius: 50%;
    overflow: hidden;
}
.section .warp .images img{
    width: 100%;
    height: 100%;
}
.section2 {
    width: 100%;
    overflow: hidden;
    background: #fff;
}
.section2 .warp{
    margin: 134px auto 12px;
}
.section2 .warp .title{
    font-size: 42px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #202020;
    text-align: center;
}
.section2 .warp .content{
    display: flex;
    justify-content: flex-end;
    margin: 96px 0 0 0;
    height: 532px;
}
.section2 .warp .content .button_click{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 57px 0 0;
}
.section2 .warp .content .button_click .button{
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 21px 0;
    cursor: pointer;
}
.section2 .warp .content .button_click .button:last-child{
    margin: 0;
}

.section2 .warp .content .button_click .button .iconfont{
    transform: rotate(-90deg);
    font-size: 12px;
    color: #7c797c;
    transition: 0.6s;
}
.section2 .warp .content .button_click .button:last-child .iconfont{
    transform: rotate(90deg);
}
.section2 .warp .content .button_click .button .joke{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 49px;
    height: 49px;
    border: 1px solid #E0E0E0;
    transition: 0.6s;
    overflow: hidden;
    border-radius: 50%;
}
.section2 .warp .content .button_click .button .joke:hover{
    background: #CD0811;
    transform: scale(1.1);
    border: 1px solid transparent;
}
.section2 .warp .content .button_click .button .joke:hover .iconfont{
    color: #fff;
}
.section2 .warp .content .welfare{
    width: 840px;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
}
.section2 .warp .content .welfare .swiper-pagination{
    position: absolute;
    display: flex;
    align-items: center;
    width: fit-content;
    left: 72px;
    bottom: 48px;
    font-size: 24px;
    font-family: Lato;
    color: #FFFFFF;
}
.section2 .warp .content .welfare .swiper-pagination span{
    font-size: 24px;
    font-family: Lato;
    color: #FFFFFF;
}
.section2 .warp .content .welfare .swiper-pagination .line{
    margin: 0 3px;
    position: relative;
    top: -1px;
    left: -1px;
}

.section2 .warp .content .welfare_color{
    width: 816px;
    height: 100%;
    background: #CD0811;
    margin-left: 0;
    margin-right: 0;
}
.section2 .warp .content .welfare_color .text{
    margin: 172px 50px 50px 129px;
    transform: translateX(50px);
    opacity: 0;
    transition: 1s;
}
.section2 .warp .content .welfare_color .swiper-slide-active .text{
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.5s;
}
.section2 .warp .content .welfare_color .text span{
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    margin: 0 0 55px 0;
    display: block;
}
.section2 .warp .content .welfare_color .text p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 35px;
}

.section2 .warp .content .welfare_color .background{
    position: absolute;
    right: -120px;
    bottom: -200px;
    width: 600px;
}

.section3 {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.section3 .background{
    width: 100%;
    height: 1288px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.section3 .warp{
    width: 1370px;
    margin: 100px auto 128px;
    position: relative;
    z-index: 1;
}
.section3 .warp .title{
    font-size: 42px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #202020;
    text-align: center;
}
.section3 .warp .content{
    margin: 87px 0 0 0;
}
.section3 .warp .content .headline{
    width: 1371px;
    height: 82px;
    background: #F6F7F8;
    display: grid;
    align-items: center;
    grid-template-columns: repeat(5,1fr);
    padding: 0 80px 0 110px;
    margin: 0 0 34px 0;
}
.section3 .warp .content .headline p{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #404040;
    margin: 0 13% 0 0;
    min-width: 83px;
    text-align: center;
}
.section3 .warp .content .headline p:last-child{
    margin: 0;
}
.section3 .warp .content .subject .item{
    margin: 0 0 43px 0;
    width: 100%;
    border: 1px solid #E4E4E4;
    transition: 0.6s;
}


.section3 .warp .content .subject .item .appear{
    width: 100%;
    height: 82px;
    padding: 0 80px 0 110px;
    display: grid;
    align-items: center;
    grid-template-columns: repeat(5,1fr);
    cursor: pointer;
    transition: 0.6s;
}
.section3 .warp .content .subject .item .appear p{
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #8F8F8F;
    margin: 0 13% 0 0;
    min-width: 83px;
    text-align: center;
    transition: 0.6s;
}
.section3 .warp .content .subject .item .appear p:last-child{
    margin: 0;
}
.section3 .warp .content .subject .item .vanish{
    display: none;
    overflow: hidden;
}

.section3 .warp .content .subject .item .vanish .joke{
    margin: 79px 115px 74px 115px;
}

.section3 .warp .content .subject .item .vanish .text{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.section3 .warp .content .subject .item .vanish .text .list:last-child{
    margin: 0;
}
.section3 .warp .content .subject .item .vanish .text span{
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #202020;
}
.section3 .warp .content .subject .item .vanish .text .pick{
    margin: 26px 0 0 0;
}
.section3 .warp .content .subject .item .vanish .text .pick p{
    width: 520px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #626262;
    line-height: 35px;
}
.vanish .apply{
    width: 240px;
    height: 64px;
    border: 1px solid rgba(155, 155, 155, 0.48);
    border-radius: 32px;
    margin: 71px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.vanish .apply div{
    display: flex;
    align-items: center;
    justify-content: center;
}
.vanish .apply div p{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #202020;
    margin: 0 0 0 31px;
}

.section3 .warp .content .subject .active{
    box-shadow: 13px 6px 40px 0px rgba(60,60,60,0.0800);
    border: 1px solid transparent;
}

.section3 .warp .content .subject .active .appear{
    box-shadow: 13px 6px 40px 0px rgba(60,60,60,0.0800);
}
.section3 .warp .content .subject .active .appear p:first-child{
    color: rgba(53, 53, 53, 1);
}
@media screen and (max-width: 1856px) {
    .section2 .warp .content .welfare{
        width: 40%;
    }
    .section2 .warp .content .welfare_color{
        width: 46%;
    }
    .section3 .warp{
        width: 80%;
    }
    .section3 .warp .content .headline{
        width: 100%;
    }
}
@media screen and (max-width: 1792px) {

}
@media screen and (max-width: 1680px) {

}
@media screen and (max-width: 1600px) {

}
@media screen and (max-width: 1440px) {
    .section .warp .images{
        width: 463px;
        height: 463px;
    }
}
@media screen and (max-width: 1400px) {

}
@media screen and (max-width: 1366px) {

}
@media screen and (max-width: 1025px) {
    .section .warp{
        width: 90%;
        margin: 50px auto;
        flex-direction: column-reverse;
    }
    .section .warp .text{
        margin: 50px 0 0 0;
        width: 100%;
    }
    .section .warp .images{
        width: 80%;
    }
    .section .warp .text span{
        font-size: 22px;
        margin: 0 0 20px 0;
    }
    .section .warp .text p{
        width: 100%;
        font-size: 13px;
        line-height: 30px;
    }
    .section2 .warp {
        width: 90%;
        margin: 50px auto 12px;
    }
    .section2 .warp .title{
        font-size: 28px;
    }
    .section2 .warp .content{
        margin: 50px 0 0 0;
        height: auto;
        align-items: unset;
        justify-content: unset;
    }
    .section2 .warp .content{
        flex-direction: column-reverse;
    }
    .section2 .warp .content .welfare,.section2 .warp .content .welfare_color{
        width: 100%;
    }
    .section2 .warp .content .welfare_color .text{
        padding: 0;
        margin: 0;
    }
    .section2 .warp .content .welfare_color{
        padding: 10% 5%;
    }
    .section2 .warp .content .welfare_color .swiper-slide .text {
        opacity: 1;
        transform: translateX(0);
        transition-delay: 0.5s;
    }
    .section2 .warp .content .welfare_color .text span{
        margin: 0 0 25px 0;
    }
    .section2 .warp .content .welfare_color .text p{
        font-size: 13px;
        line-height: 30px;
    }
    .section2 .warp .content .welfare_color .text span{
        font-size: 26px;
    }
    .section2 .warp .content .welfare_color .background{
        display: none;
    }
    .section2 .warp .content .welfare .swiper-slide img{
        width: 100%;
    }
    .section2 .warp .content .welfare .swiper-pagination{
        bottom: 10%;
        left: 5%;
    }
    .section2 .warp .content .button_click{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: unset;
        margin: 40px 0 0 0;
    }
    .section2 .warp .content .button_click .button{
        margin: 0 20px 0 0;
    }
    .section2 .warp .content .button_click .button .iconfont {
        transform: rotate(-180deg);
    }
    .section2 .warp .content .button_click .button:last-child .iconfont {
        transform: rotate(0);
    }
    .section3 .warp{
        width: 98%;
        margin: 80px auto 8px;
    }
    .section3 .warp .title{
        font-size: 28px;
    }
    .section3 .warp .content {
        margin: 46px 0 0 0;
    }
    .section3 .warp .content .headline{
        padding: 0 3%;
        margin: 0 0 16px 0;
    }
    .section3 .warp .content .subject .item{
        margin: 0 0 16px 0;
    }
    .section3 .warp .content .headline p{
        margin: 0;
        font-size: 12px;
        min-width: fit-content;
    }
    .section3 .warp .content .subject .item .appear p{
        margin: 0;
        min-width: fit-content;
        font-size: 12px;
    }
    .section3 .warp .content .subject .item .appear{
        padding: 0 3%;
    }
    .section3 .warp .content .subject .item .vanish .joke{
        margin: 5%;
    }
    .section3 .warp .content .subject .item .vanish .text .pick p{
        width: 100%;
        font-size: 12px;
        line-height: 30px;
    }
    .vanish .apply{
        margin: 7px auto 0;
    }
    .vanish .apply {
        width: 204px;
        height: 57px;
    }
    .vanish .apply div p{
        font-size: 15px;
        margin: 0 0 0 16px;
    }
}

