* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body #shutdown-container{
    width: 100vw;
    height: 100vh;
    box-sizing: border-box;
}
.shutdown-container-phone {
    background-image: url('./shutdown-phone.png');
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
}

.shutdown-container-phone .tips-img {
    width: 100%;
}

.shutdown-container-phone .title {
    font-size: 24px;
    font-weight: bold;
    margin-top: 30px;
}

.shutdown-container-phone .content {
    display: flex;
    flex-direction: column;
    color: #000;
}

.shutdown-container-phone .content .date {
    margin-left: auto;
}

.shutdown-container-phone .content .text {
    text-indent: 2em;
    line-height: 28px;
}

.shutdown-container-phone .content .header {
    margin: 20px 0;
}

.shutdown-container-phone .content .contact {
    margin: 20px 0;
}