﻿.section {
    width: 100%;
    background: #F5F5F5;
    overflow: hidden;
}

.section .wrap {
    width: 1676px;
    margin: 73px auto 171px;
}

.section .wrap .title {
    display: flex;
    justify-content: center;
}

.section .wrap .title a {
    width: 163px;
    height: 156px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 1s;
}

.section .wrap .title a div {
    text-align: center;
}

.section .wrap .title a div img {
    margin: 0 auto 20px;
    filter: brightness(0.1);
}

.section .wrap .title a .iconfont {
    color: #231815;
    font-size: 34px;
    transition: 1s;
    text-align: center;
}

.section .wrap .title a p {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #231815;
    transition: 1s;
}

.section .wrap .title a:not(:last-child) {
    margin: 0 20px 0 0;
}

.section .wrap .title a.active {
    background: #FFFFFF;
}

.section .wrap .title a.active div img {
    filter: unset;
}

.section .wrap .title a.active .iconfont {
    color: #F08300;
}

.section .wrap .title a.active p {
    color: #F08300;
}

.section .wrap .content {
    margin: 78px 0 0 0;
}

.section .wrap .content .item {
    margin: 0 0 60px 0;
}

.section .wrap .content .item .headline {
    width: 100%;
    height: 74px;
    background: #F1F1F1;
    border: 1px solid #F6F6F6;
    padding: 0 28px 0 40px;
    margin: 0 0 40px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.section .wrap .content .item .headline .name {
    font-size: 22px;
    font-family: Roboto;
    font-weight: 400;
    color: #1F1F1F;
}

.section .wrap .content .item .headline .message {
    display: flex;
    align-items: center;
}

.section .wrap .content .item .headline .message .number {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-family: Roboto;
    font-weight: 400;
    color: #5A5A5A;
    margin: 0 56px 0 0;
    opacity: 1;
    transition: 1s;
}

.section .wrap .content .item .headline .message .number p {
    font-size: 22px;
    font-family: Roboto;
    font-weight: 500;
    color: #F08300;
    margin: 0 0 0 8px;
}

.section .wrap .content .item .headline .message .add {
    width: 38px;
    height: 38px;
    background: #CDCDCD;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 1s;
}

.section .wrap .content .item .headline .message .add .iconfont {
    color: #FFFFFF;
    font-size: 25px;
}

.section .wrap .content .item.active .headline .message .add {
    background: #F08300;
}

.section .wrap .content .item.active .headline .message .number {
    opacity: 0;
}

.section .wrap .content .item .appear {
    display: flex;
    flex-wrap: wrap;
}

.section .wrap .content .item .hide {
    display: none;
}

.section .wrap .content .item:first-child .hide {
    display: block;
}

.section .wrap .content .item .list {
    width: 400px;
    height: 416px;
    background: #F9F9F9;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 25px 35px 0;
    transition: 1s;
    position: relative;
    overflow: hidden;
}

.section .wrap .content .item .list:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #F08300;
    transform: translateX(-100%);
    transition: 1s;
    z-index: 999;
}

.section .wrap .content .item .list:nth-child(4n) {
    margin: 0 0 35px 0;
}

.section .wrap .content .item .list .joke {
    margin: 60px 0 0 0;
}

.section .wrap .content .item .list .picture {
    min-width: 332px;
    min-height: 138px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section .wrap .content .item .list .picture img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.section .wrap .content .item .list .text {
    text-align: center;
    margin: 80px 0 0 0;
}

.section .wrap .content .item .list .text p {
    font-size: 16px;
    font-family: Roboto;
    font-weight: 400;
    color: #191919;
}

.section .wrap .content .item .list:hover {
    transform: translateY(-12px);
    box-shadow: 13px 6px 40px 0px rgba(60, 60, 60, 0.08);
    background: #fff;
}

.section .wrap .content .item .list:hover:after {
    transform: translateX(0);
}

.section .wrap .content .item .close {
    width: 150px;
    height: 43px;
    margin: 60px auto 0;
    border: 1px solid #DEDEDE;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.6s;
}

.section .wrap .content .item .close p {
    font-size: 14px;
    font-family: Roboto;
    font-weight: 400;
    color: #1F1F1F;
    margin: 0 12px 0 0;
    transition: 0.6s;
}

.section .wrap .content .item .close .iconfont {
    font-size: 12px;
    color: #1F1F1F;
    transition: 0.6s;
}

.section .wrap .content .item .close:hover {
    background: #F08300;
}

.section .wrap .content .item .close:hover p,
.section .wrap .content .item .close:hover .iconfont {
    color: #fff;
}


@media screen and (max-width: 1856px) {
    .section .wrap .content .item .list .picture img {
        width: 100%;
    }
}

@media screen and (max-width: 1792px) {
    .section .wrap {
        width: 90%;
    }

    .section .wrap .content .item .list {
        width: 23.8%;
    }
}

@media screen and (max-width: 1737px) {
    .section .wrap .content .item .list {
        width: 23.7%;
    }
}

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

@media screen and (max-width: 1605px) {
    .section .wrap .content .item .list {
        width: 23.6%;
        height: 365px;
    }
}

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

@media screen and (max-width: 1490px) {
    .section .wrap .content .item .list {
        width: 23.5%;
    }
}

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

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

@media screen and (max-width: 1390px) {
    .section .wrap .content .item .list {
        width: 23.4%;
    }
}

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

@media screen and (max-width: 1365px) {
    .section .wrap .title a:not(:last-child) {
        margin: 0;
    }

    .section .wrap .title a {
        width: fit-content;
        padding: 0 5%;
        height: 120px;
    }

    .section .wrap {
        width: 90%;
        margin: 22px auto 50px;
    }

    .section .wrap .title a div img {
        margin: 0 auto 10px;
    }

    .section .wrap .title a p {
        font-size: 12px;
    }

    .section .wrap .content {
        margin: 33px 0 0 0;
    }

    .section .wrap .content .item .headline {
        padding: 0 5%;
        margin: 0 0 13px 0;
    }

    .section .wrap .content .item .headline .name {
        font-size: 14px;
    }

    .section .wrap .content .item .headline .message .number {
        margin: 0 20px 0 0;
    }

    .section .wrap .content .item .headline .message .number p {
        font-size: 18px;
    }

    .section .wrap .content .item .appear {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .section .wrap .content .item .list {
        width: 48%;
        height: auto;
        margin: 0 0 4% 0 !important;
        padding: 0 0 15px 0;
    }

    .section .wrap .content .item .close {
        margin: 31px auto 0;
    }

    .section .wrap .content .item .list .joke {
        margin: 23px 0 0 0;
    }

    .section .wrap .content .item .list .text {
        text-align: center;
        margin: 0;
    }

    .section .wrap .content .item .list .picture {
        min-width: fit-content;
        min-height: fit-content;
    }

    .section .wrap .content .item .list .picture img {
        position: static;
        transform: none;
    }

    .section .wrap .content .item .list .text p {
        font-size: 14px;
    }
}