.shutdown-system {
    max-width: var(--container-max-width);
    padding: 0 var(--container-padding);
    margin: 0 auto;
    padding-top: 62px;
    margin-top: -62px;
}

.shutdown-system>h2 {
    margin-top: 123px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    font-size: 48px;
    line-height: 1;
    color: #000000;
    text-align: center;
}

.shutdown-systems {
    max-width: 80%;
    padding: 0 var(--container-padding);
    margin: 0 auto;
     padding-top: 62px;
    margin-top: -62px;
}

.shutdown-systems>h2 {
    margin-top: 123px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    font-size: 48px;
    line-height: 1;
    color: #000000;
    text-align: center;
}

.shutdown-systems>p {
    margin-top: 27px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: #787A80;
    text-align: center;
}

.shutdown-system-fun-items {
    background-color: #F5F9FF;
}

.shutdown-system-fun-items>div {
    padding: 20px;
}

.shutdown-system-fun-items>div>p {
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    line-height: 31px;
}

.shutdown-system-fun-items>div>span {
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 31px;
}

.shutdown-system>p {
    margin-top: 27px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: #787A80;
    text-align: center;
}

.shutdown-system-fun {
    display: flex;
    gap: 80px;
    justify-content: center;
    margin-top: 61px;
    margin-bottom: 50px;
}
.shutdown-system-funs {
    display: flex;
    gap: 80px;
    justify-content: center;
    margin-top: 61px;
    margin-bottom: 50px;
}
.shutdown-system-fun-item {
    display: flex;
    align-items: center;
}

.shutdown-system-fun-item-icon {
    width: 54px;
    height: 54px;
    background: #1C74E4;
    box-shadow: 0px 0px 16px 0px rgba(48, 114, 246, 0.6);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.shutdown-system-fun-item-icon>img {
    max-width: 25px;
    max-height: 25px;
    object-fit: contain;
}

.shutdown-system-fun-item>p {
    font-family: Source Han Sans CN;
    font-weight: 500;
    font-size: 16px;
    color: #030000;
    line-height: 1;
    margin-left: 15px;
}

.shutdown-system-content {
    display: flex;
    width: 100%;
    min-height: 684px;
    background: #F3F7FF;
    border-radius: 35px;
    margin-bottom: 120px;
    padding-top: 54px;
    padding-left: 98px;
}

.shutdown-system-content-l {
    display: flex;
    flex-direction: column;
    margin-right: 50px;
}

.shutdown-system-content-l-item {
    width: 390px;
    padding: 20px 18px;
    
}
.shutdown-system-content-l-item:hover {
    background: #F2F4F5;
    border-radius: 10px;
    transition: background 0.5s ease;
}
.shutdown-system-content-l-item:hover h5{
    border-bottom: 2px solid #006EFF;
    transition: border-color 0.9s ease;
}
/* .shutdown-system-content-l-item:nth-child(1) {
    background: #F2F4F5;
    border-radius: 10px;
} */

.shutdown-system-content-l-item>h5 {
    border-bottom: 2px solid #F3F7FF;
}

.shutdown-system-content-l-item>h5 {
    font-family: Source Han Sans CN;
    font-weight: bold;
    font-size: 22px;
    color: #1A1A1A;
    display: flex;
    align-items: center;
}

.shutdown-system-content-l-item>h5>img {
    width: 21px;
    height: 21px;
    margin-right: 11px;
}

.shutdown-system-content-l-item>p {
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 14px;
    color: #4D4D4D;
    margin-top: 13px;
}

.shutdown-system-content-r {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.shutdown-system-content-r>img {
    max-width: 774px;
    max-height: 394px;
    object-fit: contain;
}
.try-button{
    display: block;
    color: #fff;
    margin: 70px auto;
    width: 140px;
    height: 40px;
    background: linear-gradient(-79deg, #FF2774, #FF891A);
    border-radius: 4px;
    border: none;
}
.try-button a{
    color: #fff;
}
@media screen and (max-width: 768px) {
    .shutdown-system-fun {
        /* display: block; */
        gap: 5px;
        flex: 2;
        margin-top: 61px;
        margin-bottom: 50px;
    }

    .shutdown-system-fun-item {
        width: calc((100% - 8px) / 2);
        /* flex: 50%; */
        display: block;
    }

    .shutdown-system-fun-item-icon {
        margin: 0 auto;
    }

    .shutdown-system-content {
        padding-left: 0;
        display: block;
    }

    .shutdown-system-content-l {
        margin-right: 0;
    }

    .shutdown-system-content-l-item {
        width: 100%;
    }

    .shutdown-system-content-r {
        margin-top: 10px;
    }

    .shutdown-system-content-r>img {
        padding: 10px;
        width: 100%;
        padding-bottom: 30px;
    }
    .shutdown-system-funs{
        flex-direction: column;
    }
}