.sec1 {
    padding: 8.0729166667vw 0 9.6354166667vw;
}

.sec1 .joke {
    width: 72.9166666667vw;
    margin: auto;
}

.sec1 .joke h1 {
    font-weight: bold;
    font-size: 2.6041666667vw;
    color: #333333;
    margin-bottom: 2.34375vw;
}

.sec1 .joke .content > p {
    font-weight: 500;
    font-size: 1.3541666667vw;
    color: #333333;
    line-height: 1.6666666667vw;
}

.sec1 .joke .flex {
    margin: 5.7291666667vw 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F5F5F5;
}

.sec1 .joke .flex .item {
    width: 20%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.3958333333vw 0 2.2916666667vw;
}

.sec1 .joke .flex .item .box {
    width: 100%;
    position: relative;
    z-index: 10;
    text-align: center;
}

.sec1 .joke .flex .item .box .img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.375vw;
    height: 4.375vw;
    border-radius: 50%;
    border: 1px dashed #BCBCBC;
    margin: auto;
    transition: 0.4s;
}

.sec1 .joke .flex .item .box .img img {
    display: block;
    transition: 0.4s;
}

.sec1 .joke .flex .item .box h5 {
    font-weight: 500;
    font-size: 1.0416666667vw;
    color: #666666;
    margin: 1.875vw 0 0.9375vw;
    line-height: 1;
    transition: 0.4s;
}

.sec1 .joke .flex .item .box p {
    font-weight: 500;
    font-size: 1.0416666667vw;
    line-height: 1;
    color: #333333;
    transition: 0.4s;
}

.sec1 .joke .flex .item:after {
    content: "";
    width: 100%;
    height: 124%;
    background: #324299;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    opacity: 0;
    transition: 0.4s;
    z-index: 1;
}

.sec1 .joke .flex .item:hover:after {
    opacity: 1;
}

.sec1 .joke .flex .item:hover .box p, .sec1 .joke .flex .item:hover .box h5 {
    color: #FFFFFF;
}

.sec1 .joke .flex .item:hover .box .img img {
    filter: brightness(10);
}

.sec2 h1 {
    width: 72.9166666667vw;
    font-weight: bold;
    font-size: 2.6041666667vw;
    color: #333333;
    margin: 0 auto 4.6875vw;
}

.sec2 .box {
    position: relative;
}

.sec2 .box img {
    display: block;
    width: 100%;
    max-width: unset;
}

.sec2 .box .flex {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
}

.sec2 .box .flex .item {
    width: 20%;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.sec2 .box .flex .item .item_box {
    width: 100%;
}

.sec2 .box .flex .item h5 {
    font-weight: bold;
    font-size: 1.25vw;
    color: #FFFFFF;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.6s;
}

.sec2 .box .flex .item p {
    font-weight: 400;
    font-size: 0.9375vw;
    color: #FFFFFF;
    line-height: 1.25vw;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 20%);
    transition: 0.6s;
    opacity: 0;
    width: 90%;
    text-align: center;
}

.sec2 .box .flex .item:nth-last-child(1) {
    border-right: 1px solid rgba(255, 255, 255, 0);
}

.sec2 .box .flex .item:hover h5 {
    transform: translate(-50%, -140%);
}

.sec2 .box .flex .item:hover p {
    opacity: 1;
}

/*# sourceMappingURL=service.css.map */
@media screen and (max-width: 1024px) {
    .sec1 .joke,.sec2 h1 {
        width: 90%;
    }
    .sec1 .joke .content > p {
        font-size: 16px;
        line-height: 1.5;
    }
    .sec1 .joke .flex .item .box p {
        font-size: 14px;
    }
    .sec1 .joke .flex .item .box h5 {
        font-size: 18px;
        margin: 20px 0 15px;
    }
    .sec2 .box .flex .item h5 {
        font-size: 18px;
    }
    .sec2 .box .flex .item p {
        font-size: 14px;
        line-height: 1.5;
        width: 100%;
    }
    .sec1 .joke .flex .item .box .img img {
        max-width: 60%;
    }
}
@media screen and (max-width: 768px) {
    .sec1 .joke h1,.sec2 h1 {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .sec1 .joke .content > p {
        font-size: 12px;
    }
    .sec1 .joke .flex {
        flex-wrap: wrap;
        background: unset;
        justify-content: space-between;
    }
    .sec1 .joke .flex .item {
        width: 48%;
        margin-bottom: 15px;
        background: #F5F5F5;
        border-radius: 5px;
        padding: 30px 0;
    }
    .sec1 .joke .flex .item:after {
        display: none;
    }
    .sec1 .joke .flex .item .box h5 {
        font-size: 16px;
    }
    .sec2 .box .flex .item:nth-child(1),.sec2 .box .flex .item:nth-last-child(1) {
        display: none;
    }
    .sec2 .box .flex {
        flex-wrap: wrap;
    }
    .sec2 .box .flex .item {
        width: 50%;
        height: 200px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    .sec1 .joke .flex .item .box .img {
        width: 40px;
        height: 40px;
    }
    .sec2 .box .flex .item p {
        font-size: 12px;
    }
    .sec2 .box .flex .item p {
        opacity: 1;
    }
    .sec2 .box .flex .item h5 {
        transform: translate(-50%, -140%);
    }
    .sec2 .box .flex {
        position: relative;
    }
    .sec2 .box img {
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
    }
}
