.ys1 {
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin-bottom: 4.375vw;
}

.ys_ma {
    padding: 6.25vw 0;
}

.ys1_1 {
    cursor: pointer;
}

.ys1_1 h1 {
    font-size: 3.75vw;
    line-height: 2.96875vw;
    letter-spacing: .20833vw;
    color: rgba(120, 63, 149, .2);
    font-weight: bold;
    margin-top: 1.04167vw;
}

.ys1_1 h2 {
    font-size: 1.04167vw;
    line-height: 1.04167vw;
    letter-spacing: .05208vw;
    margin-top: -1.92708vw;
    color: rgba(51, 51, 51, 1);
}

.ys1_1:hover h2 {
    color: #783f95;
}

.ys3 {
    width: 61.09375vw;
    margin: auto;
    font-family: MicrosoftYaHei;
    font-size: 1.14583vw;
    line-height: 2.1vw;
    letter-spacing: .07292vw;
    text-indent: 2em;
    color: #000000;
    text-align: center;
    margin-top: 3.125vw;
}

@media screen and (max-width:1200px) {
    .ys1_1 {
        padding: 0 2%;
        box-sizing: border-box;
        width: 33%;
        margin-bottom: 4%;
    }

    .ys1 {
        justify-content: center;
        flex-wrap: wrap;
    }

    .ys1_1 h1 {
        font-size: 20px;
        line-height: 20px;
        margin-top: 4%;
    }

    .ys1_1 h2 {
        font-size: 14px;
        line-height: normal;
        margin-top: 0;
    }

    .ys3 {
        width: 100%;
        padding: 0 4%;
        font-size: 14px;
        line-height: 28px;
        box-sizing: border-box;
    }
}