.module .hd {
    position: relative;
    padding: 10px 0;
    height: 20px;
    line-height: 20px
}

.module .hd:before {
    display: inline-block;
    content: '';
    width: 4px;
    height: 16px;
    vertical-align: middle;
    background: #0EA9B1;
    border-radius: 2px
}

.module .hd .title {
    padding-left: 10px;
    vertical-align: middle;
    font-size: 16px;
    font-weight: bold
}

.mod-panel {
    margin-bottom: 20px
}

.mod-panel .hd {
    padding-top: 25px;
    margin-bottom: 10px;
    line-height: 36px;
    text-align: center;
    font-size: 24px
}

.mod-panel .bd p {
    margin-bottom: 10px;
    line-height: 30px;
    text-align: center
}

.mod-panel .bd select {
    min-width: 48px;
    height: 30px;
    border: 1px solid #dbdbdb
}

.mod-panel .bd button {
    width: 120px;
    height: 36px;
    background: #0EA9B1;
    border: medium none;
    border-radius: 4px;
    font-size: 16px;
    color: #fff;
    cursor: pointer
}

.mod-panel .bd button:hover {
    background: #0c8b91
}

.mod-panel .bd .result {
    height: 80px
}

.mod-panel .bd .countdown {
    padding-top: 20px;
    line-height: 24px;
    text-align: center
}

.mod-panel .bd .countdown span {
    display: inline-block;
    margin: 0 1px;
    vertical-align: middle;
    font-size: 15px
}

.mod-panel .bd .countdown span.time {
    display: inline-block;
    min-width: 28px;
    padding: 0 10px;
    background: #333;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    border-radius: 3px
}

.mod-intro .bd {
    padding: 10px 0
}

.mod-intro .bd p {
    margin-bottom: 12px;
    line-height: 24px;
    text-indent: 2em
}

@media screen and (max-width: 799px) {
    .mod-panel .bd label {
        display:inline-block;
        margin-bottom: 5px;
        white-space: nowrap
    }

    .mod-panel .bd .countdown {
        height: 24px
    }

    .mod-panel .bd .countdown span {
        margin: 0 -1px
    }

    .mod-panel .bd .countdown span.time {
        min-width: 12px;
        padding: 0 4px;
        margin: 0 2px;
        height: 24px;
        line-height: 24px;
        font-size: 14px
    }

    .mod-intro .bd {
        margin: 0 10px
    }

    .mod-intro .bd p {
        line-height: 20px
    }
}
