.shutdown-system {
    max-width: var(--container-max-width);
    padding: 0 var(--container-padding);
    margin: 0 auto;
}

.shutdown-system button {
    display: block;
    color: #fff;
    margin: 70px auto;
    width: 140px;
    height: 40px;
    background: linear-gradient(-79deg, #FF2774, #FF891A);
    border-radius: 4px;
    border: none;
}
.shutdown-system button a{
    color: #fff;
}
.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-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: 10px;
    justify-content: center;
    margin-top: 61px;
    margin-bottom: 50px;
}

.shutdown-system-fun-item {
    width: 266px;
    height: 239px;
    background: #EFF9FE;
    border-radius: 20px;
    background: #fff;
    flex: 25%;
}
.shutdown-system-fun-item >img{
    margin: 0 auto;
}
.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;
    margin: 0 auto;
}

.shutdown-system-fun-item-icon>img {
    max-width: 25px;
    max-height: 25px;
    object-fit: contain;

}

.shutdown-system-fun-item>p {
    text-align: center;
    margin-top: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    font-size: 22px;
    line-height: 1;
    color: #333333;
}

.shutdown-system-fun-item>div {
    margin-top: 40px;
}

.shutdown-system-fun-item>div>p {
    text-align: center;
    margin-top: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
}

.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:nth-child(1) {
    background: #F2F4F5;
    border-radius: 10px;
}

.shutdown-system-content-l-item:nth-child(1)>h5 {
    border-bottom: 2px solid #006EFF;
}

.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;
}
@media screen and (max-width: 768px) {
    .shutdown-system-fun{
        display: block;
    }
    .shutdown-system-fun-item{
        width: 100%;
        height: auto;
    }
}