@font-face {
    font-family: "mtrSung";
    src: url("../../MTRSung-V11.1.ttf");
}
@font-face {
    font-family: "ArialBlack";
    src: url("../../ArialGEOBold.ttf");
}
@font-face {
    font-family: "ArialNormal";
    src: url("../../ArialMT.ttf");
}

:root{
    --EAL: #5eb7e8;
    --TML: #9c2e00;
    --KTL: #00a040;
    --ISL: #0075c2;
    --SIL: #cbd300;
    --TCL: #f3982d;
    --AEL: #00888e;
    --TKL: #7e3c93;
    --TWL: #e60012;

    --red: #d5173a;
    --orange: #e4921e;

    --theme: var(--orange);
}

*{
    margin: 0;
    padding: 0;
}

html{
    background: #232323;
    color: var(--theme);
    overflow: hidden;
}
body{
    width: 100%;
    height: 100dvh;
}

.eng-num{
    font-family: "ArialBlack"!important;
}

.dummy{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.screen{
    font-family: "mtrSung";
    position: absolute;
    width: 1920px;
    height: 1080px;
    background-color: #000;
    transform: scale(.25);
    transform-origin: top left;
}
.screen .top{
    height: 13.7037037%;
    font-size: 100px;
    display: flex;
    align-items: center;
}
.screen .top .sta{
    user-select: none;
    cursor: pointer;
    position: absolute;
    left: 42px;
}
.screen .top .time{
    display: flex;
    position: absolute;
    right: 22px;
    margin-top: 5px;
    cursor: pointer;
    user-select: none;
    color: #000;
}
.screen .top .time .bg:before{
    content: '';
    position: absolute;
    width: 442px;
    height: 149px;
    background: #ee4;
    z-index: 1;
    top: -1px;
    right: -24px;
}
.screen .top .time span{
    font-family: "ArialNormal";
    z-index: 5;
    font-size: 130px;
}
.screen .item{
    height: 21.57407407%;

    display: flex;
    align-items: center;
}
.screen .item .no{
    display: flex;
    position: absolute;
    left: 7px;
    width: 2em;
    cursor: pointer;
    user-select: none;
    justify-content: center;
}
.screen .item .no{
    font-size: 115px;
    left: 17px;
    width: 7.175rem;
}
.screen .item .dest{
    font-size: 110px;
    display: flex;
    position: absolute;
    left: 145px;
}
.screen .item .line{
    display: flex;
    position: absolute;
    right: 715px;
    align-items: center;
    justify-content: center;
}
.screen .item .line:before{
    content: '';
    position: absolute;
    width: 145px;
    height: 145px;
    background: var(--EAL);
    border-radius: 50%;
}
.screen .item .line#line1:before{
    background: var(--line1);
}
.screen .item .line#line2:before{
    background: var(--line2);
}
.screen .item .line#line3:before{
    background: var(--line3);
}
.screen .item .line#line4:before{
    background: var(--line4);
}
.screen .item .plat{
    font-size: 80px;
    display: flex;
    position: absolute;
    right: 536px;
    margin-top: 4px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 51;
}
.screen .item :is(.arr-arr, .arr-dep){
    visibility: hidden;
    font-size: 110px;
    display: flex;
    position: absolute;
    right: 85px;
}
.screen .item .arr{
    font-size: 140px;
    display: flex;
    position: absolute;
    right: 85px;
    align-items: baseline;
}
.screen .item :is(.plat .plat-num, .arr .arr-num){
    margin: 0 15px;
}
.screen .item .unit{
    text-align: center;
    width: 150px;
    font-size: 75px;
}
.screen :is(.ad, .notice){
    visibility: hidden;
    position: absolute;
    width: 100%;
    height: 64.72222221%;
    z-index: 100;
}
.screen .notice{
    background: none;
    overflow: hidden;
}
.screen .ad{
    background-size: 100% 100%;
}

.screen .notice :is(.titleCh, .titleEn, .content){
    width: 100%;
    text-align: center;
}
.screen .notice .titleCh{
    display: flex;
    justify-content: center;
    position: absolute;
    top: 49px;
    font-size: 115px;
}
.screen .notice .titleEn{
    display: flex;
    justify-content: center;
    position: absolute;
    top: 177px;
    font-size: 90px;
}
.screen .notice :is(.contentCh, .contentEn){
    display: flex;
    justify-content: center;
    position: absolute;
    padding: 0 80px;
    align-items: center;
    flex-wrap: wrap;
    width: calc(100% - 160px);
}
.screen .notice .contentCh{
    height: 139px;
    font-size: 110px;
    top: 296px;
}
.screen .notice .contentEn{
    align-content: flex-start;
    height: 220px;
    font-size: 90px;
    top: 433px;
}
.screen .notice :is(.contentCh, .contentEn) span{
    height: 110px;
    margin: 0 20px;
    display: flex;
    align-items: center;
}

.screen .notice#endServices .titleCh{
    top: 240px;
}
.screen .notice#endServices .titleEn{
    top: 385px;
}

.EAL{
    color: #5eb7e8;
}
.TML{
    color: #9c2e00;
}
.KTL{
    color: #00a040;
}
.ISL{
    color: #0075c2;
}
.SIL{
    color: #cbd300;
}
.TCL{
    color: #f3982d;
}
.AEL{
    color: #00888e;
}
.TKL{
    color: #7e3c93;
}
.TWL{
    color: #e60012;
}