body {
    line-height: 1.4rem;
}
.title {
    text-align: center;
    margin-top: 2vw;
}
.timuList {
    width: 96vw;
    margin: 2vw auto 0;
}
.timus {
    margin-top: 2vw;
}
.type {
    font-size: 0.6rem;
    color: white;
    border-radius: 15px;
    padding: 0px 5px;
    letter-spacing: 0.1rem;
    text-indent: 0.2rem;
    display: inline-block;
    margin-right: 6px;
    line-height: 20px;
}
.type-1 {
    background-color: #5ad0d8 !important;
}
.type-2 {
    background-color: #348499 !important;
}
.type-3 {
    background-color: #ff512f !important;
}
.main {
    opacity: 0.25;
}
.loading {
    width: 22px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #f10c49;
    animation: l10 1.5s infinite linear;
    transform: translate(-50%, -50%);
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 997;
}
@keyframes l10 {
    0% {
        box-shadow: 0 -30px #f4dd51, calc(30px * 0.707) calc(-30px * 0.707) #e3aad6, 30px 0 #f4dd51, 0 0 #e3aad6, 0 0 #f4dd51, 0 0 #e3aad6,
            0 0 #f4dd51, 0 0 #e3aad6;
    }
    12.5% {
        box-shadow: 0 0 #f4dd51, calc(30px * 0.707) calc(-30px * 0.707) #e3aad6, 30px 0 #f4dd51,
            calc(30px * 0.707) calc(30px * 0.707) #e3aad6, 0 0 #f4dd51, 0 0 #e3aad6, 0 0 #f4dd51, 0 0 #e3aad6;
    }
    25% {
        box-shadow: 0 0 #f4dd51, 0 0 #e3aad6, 30px 0 #f4dd51, calc(30px * 0.707) calc(30px * 0.707) #e3aad6, 0 30px #f4dd51, 0 0 #e3aad6,
            0 0 #f4dd51, 0 0 #e3aad6;
    }
    37.5% {
        box-shadow: 0 0 #f4dd51, 0 0 #e3aad6, 0 0 #f4dd51, calc(30px * 0.707) calc(30px * 0.707) #e3aad6, 0 30px #f4dd51,
            calc(-30px * 0.707) calc(30px * 0.707) #e3aad6, 0 0 #f4dd51, 0 0 #e3aad6;
    }
    50% {
        box-shadow: 0 0 #f4dd51, 0 0 #e3aad6, 0 0 #f4dd51, 0 0 #e3aad6, 0 30px #f4dd51, calc(-30px * 0.707) calc(30px * 0.707) #e3aad6,
            -30px 0 #f4dd51, 0 0 #e3aad6;
    }
    62.5% {
        box-shadow: 0 0 #f4dd51, 0 0 #e3aad6, 0 0 #f4dd51, 0 0 #e3aad6, 0 0 #f4dd51, calc(-30px * 0.707) calc(30px * 0.707) #e3aad6,
            -30px 0 #f4dd51, calc(-30px * 0.707) calc(-30px * 0.707) #e3aad6;
    }
    75% {
        box-shadow: 0 -30px #f4dd51, 0 0 #e3aad6, 0 0 #f4dd51, 0 0 #e3aad6, 0 0 #f4dd51, 0 0 #e3aad6, -30px 0 #f4dd51,
            calc(-30px * 0.707) calc(-30px * 0.707) #e3aad6;
    }
    87.5% {
        box-shadow: 0 -30px #f4dd51, calc(30px * 0.707) calc(-30px * 0.707) #e3aad6, 0 0 #f4dd51, 0 0 #e3aad6, 0 0 #f4dd51, 0 0 #e3aad6,
            0 0 #f4dd51, calc(-30px * 0.707) calc(-30px * 0.707) #e3aad6;
    }
    100% {
        box-shadow: 0 -30px #f4dd51, calc(30px * 0.707) calc(-30px * 0.707) #e3aad6, 30px 0 #f4dd51, 0 0 #e3aad6, 0 0 #f4dd51, 0 0 #e3aad6,
            0 0 #f4dd51, 0 0 #e3aad6;
    }
}
.center {
    margin-top: 20px;
    text-align: center;
}
.process {
    width: 93.6vw;
    display: flex;
    justify-content: space-between;
    margin: 2vw auto 1vw;
    font-size: 0.8rem;
    letter-spacing: 0.1rem;
}
.process .left {
    text-align: left;
    flex: 2;
}
.process .right {
    text-align: right;
    flex: 2;
}
.timu {
    width: 96vw;
    margin: 2vw auto;
}
.option {
    margin: 0 0 2vw;
    line-height: 3rem;
    letter-spacing: 0.1rem;
}
.option div {
    padding: 0 2vw;
    border-radius: 0.6vw;
}
.option .active {
    background-color: blanchedalmond;
}
.type {
    font-size: 0.6rem;
    color: white;
    border-radius: 15px;
    padding: 0px 5px;
    letter-spacing: 0.1rem;
    text-indent: 0.2rem;
    background-color: #1890ff;
    display: inline-block;
    margin-right: 6px;
    line-height: 20px;
}
.huida {
    width: 96vw;
    display: block;
    margin: 4vw auto;
}
.result {
    margin: 2vw 0 3vw;
    position: relative;
    padding: 8px 48px 8px 16px;
    border-radius: 4px;
    color: #515a6e;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 10px;
}
.result.success {
    border: 1px solid #8ce6b0;
    background-color: #edfff3;
}
.result.warning {
    border: 1px solid #ffd77a;
    background-color: #fff9e6;
}
.result.info {
    border: 1px solid #abdcff;
    background-color: #f0faff;
}
.answer {
    white-space: pre-line;
}
.analysis {
    margin-top: 1vw;
}
.pageControl {
    text-align: center;
    display: block;
    margin-top: 20px;
}
.ivu-card-head p {
    overflow: inherit;
    white-space: inherit;
    line-height: 24px;
}
.fast-mode .huida,
.fast-mode .pageControl {
    display: none;
}
.typeList {
    width: 95vw;
    margin: 2vw auto;
}

.roomInfo {
    text-align: center;
    margin-top: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.5);
}

.roomId {
    font-size: 1.5rem;
    color: #8bb9dc;
    font-weight: bold;
    background-color: #f0f0f0;
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-block;
}

.inputId {
    width: 80%;
    margin: 10px 0;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 1rem;
    transition: border-color 0.3s;
    text-align: center;
    transform: scale(1.2);
}


table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 1rem;
    text-align: left;
}
th, td {
    padding: 12px;
    border-bottom: 1px solid #ddd;
}
th {
    background-color: #f2f2f2;
}
tr:hover {
    background-color: #f5f5f5;
}
