footer {
    background: #FAFAFA;
}
footer .wrap .right .text .email input {
    background: #FAFAFA;
}
.banner {
    padding-top: 90px;
    width: 100%;
    position: relative;
}
.banner img {
    display: block;
    width: 100%;
}
.banner .text {
    position: absolute;
    top: 321px;
    left: 50%;
    transform: translateX(-50%);
}
.banner .text h1 {
    font-size: 36px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 43px;
}
.banner .text .search input {
    width: 582px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 4px;
    border: none;
    display: block;
    padding: 0 40px 0 40px;
}
.banner .text .search {
    position: relative;
}
.banner .text .search .iconfont {
    color: #6b6b6b;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}
.sec {
    padding-top: 97px;
}
.sec h1 {
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #000000;
    text-align: center;
    margin-bottom: 63px;
}
.sec .joke {
    width: 1200px;
    margin: auto;
    padding-bottom: 101px;
}
.sec .joke .box {
    display: flex;
}
.sec .joke .box>div {
    width: 50%;
    height: 400px;
}
.sec .joke .box .left {
    background: rgba(237, 237, 237, 0.29);
    padding: 127px 0 103px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.sec .joke .box .left h1 {
    font-size: 32px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #1A1B1F;
    margin-bottom: 17px;
}
.sec .joke .box .left p {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    color: rgba(1, 1, 1, 0.5);
    text-align: center;
}
.sec .joke .box .left a {
    display: flex;
    align-items: center;
    padding: 0 22px;
    height: 38px;
    background: #C89B5D;
    border-radius: 19px;
}
.sec .joke .box .left a p{
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    text-align: left;
}
.sec .joke .box .left a .iconfont {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    margin-right: 9px;
}
.sec .joke .box .right {
    background: #EDEDED;
    position: relative;
    overflow: hidden;
}
.sec .joke .box .right img {
    position: absolute;
}
.sec .joke .box .right img:nth-child(1) {
    top: 49px;
    left: 22px;
}
.sec .joke .box .right img:nth-child(2) {
    top: 72px;
    left: 247px;
}
.sec .joke .box2 {
    display: flex;
    margin-top: 16px;
    justify-content: space-between;
}
.sec .joke .box2 .item {
    width: 389px;
    height: 380px;
    background: rgba(237, 237, 237, 0.29);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 52px 0 0;
}
.sec .joke .box2 .item .img {
    height: 128px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 43px;
}
.sec .joke .box2 .item h5 {
    font-size: 26px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #1A1B1F;
    margin-bottom: 15px;
    transition: 0.6s;
}
.sec .joke .box2 .item p {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    color: rgba(1, 1, 1, 0.5);
    line-height: 24px;
    text-align: center;
}
.sec .joke .box2 .item p span {
    color: rgba(246, 171, 0, 1);
}
.sec .joke .box2 .item:hover h5 {
    color: rgba(246, 171, 0, 1);
}
@media screen and (max-width: 1365px) {
    .sec .joke .box2 .item h5 {
        font-size: 24px;
    }
    .sec .joke {
        width: 90%;
    }
    .sec .joke .box2 .item {
        width: 32%;
    }
    .banner .text {
        top: unset;
        bottom: 40px;
    }
    .sec .joke .box2 .item p {
        width: 90%;
        margin: 0 auto;
    }
    .sec .joke .box .right img:nth-child(1) {
        width: 90%;
    }
    .sec .joke .box .right img:nth-child(2) {
        display: block;
        top: unset;
        bottom: 0;
        right: 20px;
        left: unset;
        height: 80%;
    }
    .sec .joke .box2 .item p br {
        display: none;
    }
    .sec .joke .box2 .item {
        padding: 30px 0 0;
    }
}
@media screen and (max-width: 1023px) {
    .banner .text h1 {
        font-size: 24px;
    }
    .sec .joke .box .left h1 {
        font-size: 28px;
    }
    .banner {
        padding-top: 80px;
    }
}
@media screen and (max-width: 800px) {
    .sec .joke .box2 .item {
        width: 100%;
        margin-bottom: 20px;
    }
    .banner {
        height: 40vh;
    }
    .banner img {
        height: 100%;
    }
    .banner .text{
        width: 90%;
        bottom: 25%;
    }
    .banner .text h1 {
        margin-bottom: 25px;
    }
    .sec {
        padding-top: 40px;
    }
    .sec h1 {
        width: 90%;
        margin: auto;
    }
    .banner .text .search,.banner .text .search input {
        width: 100%;
    }
    .banner .text .search input{
        height: 50px;
    }
    .sec .joke .box2 {
        flex-direction: column;
    }
}
@media screen and (max-width: 768px) {
    .sec>h1 {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .sec .joke .box2 .item{
        height: 300px;
    }
    .sec .joke .box2 .item .img {
        margin-bottom: 20px;
    }
    .sec .joke .box .left h1,.sec .joke .box2 .item h5 {
        font-size: 22px;
    }
    .sec .joke .box {
        flex-direction: column;
    }
    .sec .joke .box>div {
        width: 100%;
        height: 300px;
    }
    .sec .joke .box .left {
        padding: 60px 0;
    }
    .sec .joke .box .left h1 {
        white-space: nowrap;
    }
}
