﻿.title {
    line-height: 2em;
    font-size: 1.6em;
    font-weight: bolder;
    text-align: center;
}

.appointment {
    line-height: 1.6em;
    font-size: 1.2em;
    font-weight: normal;
    text-align: center;
    padding: 0.2em;
}

.appointment-tip {
    line-height: 1.6em;
    font-size: 1.4em;
    font-weight: normal;
    text-align: left;
    padding: 1em 0.4em;
}

.index-tip {
    line-height: 1.6em;
    font-size: 1.4em;
    font-weight: normal;
    text-align: center;
}

.index-button {
    padding: 0.4em;
    margin: 4px;
    background-color: #0099CC;
    color: #FFFFFF;
    clear: both;
}

.index-menu {
    position: fixed;
    bottom: 16px;
    text-align: center;
    width: 100%;
}

.menu {
    text-align: center;
    margin: 8px;
}

.content {
    overflow: hidden;
    /*padding: 0.2em 4px;*/
}

.service ul {
    text-align: center;
}

    .service ul li {
        background: #0099CC;
        line-height: 3em;
        font-size: 2em;
        margin: 16px 8px;
        list-style: none;
    }

        .service ul li a {
            color: #FFFFFF;
            display: block;
        }

.queue ul {
    text-align: center;
}

    .queue ul li {
        background: #0099CC;
        margin: 16px 8px;
        list-style: none;
    }

        .queue ul li span {
            color: #FFFFFF;
            display: block;
        }

.serviceName {
    font-size: 2em;
}

.qrcode {
    text-align: center;
    cursor: pointer;
    border: 0px;
    border-radius: 3px;
    background: #0099CC;
    font-weight: bolder;
    color: #ffffff;
    font-size: 1.4em;
    display: block;
    width: 100%;
    line-height: 1.8em;
    /*height: 32px;*/
    clear: both;
    margin-top: 8px;
}

    .qrcode a {
        color: #FFFFFF;
    }

.qrcode-content {
    text-align: center;
    padding-top: 32px;
}

    .qrcode-content span {
        font-size: 1.8em;
    }

.appointment-name {
    text-align: center;
    margin: 0 1.2em;
    font-size: 1.2em;
}

    .appointment-name table tr {
        line-height: 0em;
    }

.validator {
    color: #EC6C00;
}

.date ul {
    text-align: center;
    padding: 4px;
}

    .date ul li {
        float: left;
        text-align: center;
        font-size: 1.2em;
        margin: 8px;
        margin-top: -8px;
    }

.dateButton {
    padding: 8px;
    font-size: 1.2em;
    margin: 4px;
    background: #04BE02;
    display: block;
    color: #FFFFFF;
    border: 0px;
    /*border: 1px #FF6666 solid;*/
}

.dateButtonSelected {
    border: 4px #FF6666 solid;
}

.dateButtonDisable {
    padding: 8px;
    font-size: 1.2em;
    margin: 4px;
    background: #CCCCCC;
    display: block;
    color: #FFFFFF;
    border: 0px;
}

.time {
}

    .time ul {
        padding: 8px;
    }

        .time ul li {
            float: left;
            text-align: center;
            margin: 4px;
            margin-top: -8px;
        }

.timeButton {
    padding: 8px;
    font-size: 1.2em;
    /*line-height: 2em;*/
    background: #0099CC;
    display: block;
    color: #FFFFFF;
    border: 0px;
    width: 150px;
    white-space: pre-line;
    text-wrap: normal;
}

.timeButtonDisable {
    padding: 8px;
    font-size: 1.2em;
    background: #CCCCCC;
    display: block;
    color: #FFFFFF;
    border: 0px;
    width: 150px;
    white-space: pre-line;
    text-wrap: normal;
}

.preview {
    margin-top: 32px;
    text-align: center;
    font-size: 1.2em;
    line-height: 1.4em;
}

.appointment-table {
    font-size: 1.2em;
    line-height: 1.4em;
    margin: 24px 12px 16px 12px;
    color: #666666;
}

.space {
    height: 1px;
    width: 100%;
    background: #CCCCCC;
    /*overflow: hidden;*/
    /*position: relative;*/
    top: 24px;
}

.header {
    width: 100%;
    text-align: center;
    font-size: 1.4em;
    /*background: #FF6666;*/
    background: #000000;
    line-height: 2em;
    /*padding: 8px;*/
}

    .header span {
        color: #FFFFFF;
    }

.error {
    width: 100%;
    text-align: center;
    font-size: 1.4em;
    line-height: 2em;
    padding: 8px;
}

.weui-grid-disabled {
    background-color: #ECECEC;
}
