body {
    background-color: #44b9f6;
    color: white;
    font-family: "AlibabaPuHuiTi-Regular";
    font-weight: normal;
    transition: 1s ease;
}


.change-body-color {
    background-color: #000;
    transition: 1s ease;
}

.mask-text {
    width: 100%;
}

.mask-text p {
    font-size: 1.1vw;
    margin-top: 0;
}

.adress {
    opacity: .7;
}
.title-cn {
    font-size: 4.5vw;
}

.span1,
.span2 {
    background-color: transparent;
    color: white;
    font-size: 0.8vw;
    margin-right: 1vw;
    display: inline-block;
    border: 1px solid white;
    border-radius: 15px;
    opacity: 0.7;
    padding: 2px 1vw;
}

.span1 {
    border-radius: 0;
}

@media only screen and (max-width: 768px) {
    .station-word {
        width: 95% !important;
    }

    .station-word p {
        font-size: 13px;
    }

    .mask-text p {
        font-size: 9px !important;
        line-height: 13px;
    }

    .mask-text .span1,
    .mask-text .span2 {
        font-size: 7px !important;
        margin-bottom: 5px;
    }
}