.title {
    font-size: 4.5rem;
    color: #C52A1A;
    font-weight: 600;
}

.sub-title {
    font-size: 3.5rem;
    color: #2D2D2D;
    font-weight: 500;
}

.description {
    font-size: 2.8rem;
    color: black;
    line-height: 4.6rem;
    font-weight: 400;
}

.appointment-tip-box {
    box-sizing: border-box;
    padding: 1.5rem;
    border-radius: 0.8rem;
    border: 1px solid black;
    width: 100%;
    min-height: 250px;
}

.book-appointment {
    opacity: 0.8;
    background: #FFF9F8;
    border: 1px solid rgba(197,42,26,1);
}

.enquire-or-cancel-appointment {
    background: #F2F2F2;
    border: 1px solid rgba(189,189,189,1);
}

.appointment-tips {
    display: flex;
    justify-content:space-between;
}

.tip-title {
    font-size: 1.6rem;
    color: black;
    font-weight: 400;
}

.browser-title {
    font-size: 2rem;
    color: #000000;
    font-weight: 400;
}

.browser-title-fw {
    font-size: 3rem;
    font-weight: 700;
    padding:14px 0;
    color: #C52A1A;
}

.browser-tip-title {
    font-size: 2.5rem;
    color: #000000;
    font-weight: 600;
}

.maintain-title {
    font-size: 1.5rem;
    color: #000000;
    font-weight: 600;
}

.browser-sub-tip-title {
    font-size: 1.6rem;
    color: #000000;
    font-weight: 400;
}

.browser-table {
    border-collapse: separate;
    border-spacing: 3px 3px;
    text-align:left;
    font-size: 2rem;
    font-weight: normal;

}

.th-first {
    width: 100rem;
}

.th-second {
    width: 50rem;
}

.tr-title {
    background: #888888;
    color: #ffffff;
    font-weight: normal;
    height: 4.5rem;
}

.tr-body {
    background: #cacaca;
    color: #000000;
    font-weight: normal;
    height: 4.5rem;
}

.step-list-item {
    margin-top: 15px;
    font-size: 1.6rem;
    color: #2D2D2D;
    font-weight: 400;
}

.announcement-line {
    word-break: break-word;
    font-size: 15px;
}

.home-style-1 {
    font-weight: bold;
}
.home-style-2 {
    height: calc(100% - 80px);
}
.error-style-1 {
    height: calc(100% - 80px);
}
.maint-style-1 {
    height: calc(100% - 80px);
}
.maint-style-2 {
    text-align: right;
}
.el-button,.el-button.is-round {
    padding: 12px 20px !important;
}
/* .el-button-height-auto {
    height: auto !important;
} */
.el-button {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    height: auto !important;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    -webkit-transition: .1s;
    transition: .1s;
    font-weight: 500;
    padding: 12px 20px;
    border-radius: 4px
}





@media (max-width: 576px) {

    .title {
        font-size: 3.5rem;
        color: #c52a1a;
        font-weight: 600;
    }

    .sub-title {
        font-size: 2.5rem;
        color: #2D2D2D;
        font-weight: 500;
    }

    .description {
        font-size:1.4rem;
        line-height: 2.3rem;
    }
}


