html {
    font-family: sans-serif;
    line-height: 1.15;
    color: #576B95;
    /*background-color: #fbf9f0;*/
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
/* 
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
*/
}

html a {
    text-decoration:none;
}

.xjtlu-logo {
    background-image: url(../img/XJTLU-logo.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 64px;
}

.banner {
    background-image: url(../img/banner.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 180px;
    /*border-radius: 15px;*/
    height: 180px;
}

.banner .title {
    font-size: 52px;
    padding-top: 100px; //6rem;
    text-shadow: 3px 3px 20px #3D3B46;
}

.tc-banner {
    background-image: url(../img/tc.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 180px;
    /*border-radius: 15px;*/
    height: 180px;
}

.survey-banner {
    background-image: url(../img/banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 180px;
    /*border-radius: 15px;*/
    height: 180px;
}

.text-with-line {
    text-align: center;
    position: relative;
    z-index: 2;
}

.text-with-line:before {
    position: absolute;
    content: '';
    top: 22px;
    left: 0px;
    width: 100%;
    border-bottom: solid 1px #d4d4d4;
    z-index: -1;
}

.text-with-line span {
    display: inline-block;
    background-color: white;
    padding: 10px;
}

.qr-code {
    display: inline-grid;
    justify-content:center;
    align-items:center;
    background-color: white;
    color: #576B95;
}

.bus-ticket {
    color: whitesmoke;
    background-color: #3f729b;
    -webkit-mask: radial-gradient(circle at left, transparent 12px, whitesmoke 12px);
}

.bus-ticket-disabled {
    background-color: #4c5056;
}

