@charset "utf-8";
/* CSS Document */


.mask-time {
    background: rgba(0, 0, 0, .4);
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999
}

.time-area {
    position: fixed;
    width:100%;
    left: 0;
    bottom: 0;
    background: #F5F5F5;
    border-radius:.4rem .4rem 0 0;
    z-index: 99999;
}

.txt-small {
    width: 94.668%;
    margin-left: 2.666%;
    margin-top: 0
}

.time-choose-table {
    margin: .5rem 2%;
    clear: both;
    overflow: hidden;
    padding-left: 4px;
}

.time-choose-table .time-table {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #fff;
    border: 1px solid #ccc;
    margin-left: -1px;
    margin-top: -1px;
    text-align: center;
    width: 25%;
    float: left;
    height: 50px;
    line-height: 50px
}

.time-choose-table .time-table:nth-child(4n+1) {
    margin-left: 0;
    border-left: 1px solid #999;
}
.time-choose-table .time-table:nth-child(4n) {
    border-right: 1px solid #999;
}
.time-choose-table .time-table:nth-child(1), 
.time-choose-table .time-table:nth-child(2), 
.time-choose-table .time-table:nth-child(3), 
.time-choose-table .time-table:nth-child(4) {
    margin-top: 0;
    border-top:1px solid #999;
}
.time-choose-table .time-table:nth-child(13), 
.time-choose-table .time-table:nth-child(14), 
.time-choose-table .time-table:nth-child(15), 
.time-choose-table .time-table:nth-child(16) {
    border-bottom:1px solid #999;
}

.time-choose-table .time-table:nth-child(1){
    border-radius: .3rem 0 0 0;
}
.time-choose-table .time-table:nth-child(4){
    border-radius:0 .3rem 0 0;
}
/*.time-choose-table .time-table:nth-child(13){*/
/*    border-radius:0 0 0 .3rem;*/
/*}*/
/*.time-choose-table .time-table:nth-child(16){*/
/*    border-radius:0 0 .3rem 0;*/
/*}*/

.time-choose-table .time-table > div {
    display: inline-block;
    font-size: .65rem;
}

.time-choose-table .time-table > div span {
    display: block
}

small {
    width: 94.668%;
    margin-left: 2.666%;
}

.btn-choose-time-box{
    height: 3.0rem;
    background: #FFFFFF;
    padding:.4rem .8rem;
}
.btn-choose-time {
    display: block;
    width: 100%;
    border: none;
    height: 2.2rem;
    background: linear-gradient( 149deg, #7BA8F1 0%, #4671EE 100%);
    color: #fff;
    font-size: .85rem;
    letter-spacing: 2px;
    border-radius: .3rem;
    font-weight: bold;
}

.btn-choose-time-box .disabled{
    opacity: .5;
}
.time-choose-table .disabled {
    background: #fff;
    line-height: 1.3em;
    padding-top: 8px;
    box-sizing: border-box;
    color: #afb2b2
}
.time-choose-table .choosed{
    background: #F2F9FF;
    border: 1px solid #507EED;
    color: #4583FA;
    font-weight: bold;
}

.time-choose-table .choosed:nth-child(4n+1) {
    border-top: 1px solid #507EED;
    border-right: 2px solid #507EED;
    border-bottom: 2px solid #507EED;
    border-left: 1px solid #507EED;
}

.time-choose-table .choosed:nth-child(4n+2), 
.time-choose-table .choosed:nth-child(4n+3) {
    border-top: 1px solid #507EED;
    border-right: 2px solid #507EED;
    border-bottom: 2px solid #507EED;
    border-left: 1px solid #507EED;
}

.time-choose-table .choosed:nth-child(4n) {
    border-top: 1px solid #507EED;
    border-right: 1px solid #507EED;
    border-bottom: 2px solid #507EED;
    border-left: 1px solid #507EED;
}
.time-choose-table .choosed:nth-last-child(1), 
.time-choose-table .choosed:nth-last-child(2), 
.time-choose-table .choosed:nth-last-child(3), 
.time-choose-table .choosed:nth-last-child(4) {
    border-bottom: 1px solid #507EED;
}
.time-choose-table .choosed:nth-last-child(1) {
    border-right-width: 1px;
}
.time-choose-no{
    width:90%;
    margin:.8rem auto 0;
    background: #fff;
    border-radius: .1rem;
    padding:2.8rem 0;
    text-align: center;
    color: #737373;
    font-size: .8rem;
}
.promptumenu_nav {
    z-index: 5;
    position: absolute;
    bottom: 5px;
    left: 50%;
    margin-right: -50%;
}

.promptumenu_window {
    cursor: move;
    position: relative;

}

.promptumenu_nav a {
    cursor: pointer;
    width: 12px;
    height: 12px;
    text-indent: -9999px;
    outline: none;
    background: url(pagination1.png) 0 0 no-repeat;
    display: block;
    float: left;
    position: relative;
    left: -50%;
    margin: 0 2px;
}

.promptumenu_nav a.active {
    background: url(pagination2.png) 0 0 no-repeat;
}

.promptu-menu2 li {
    box-sizing: border-box;
    top: 0;
    height: 60px;
    text-align: center;
    padding-top: 12px;
    overflow: visible;
}

.box-date {
    height: 60px;
    background: #fff;
}

@media screen and (max-width: 321px) {
    .time-choose-table .time-table:nth-child(4n), .time-choose-table .time-table:nth-child(4n+1), .time-choose-table .time-table:nth-child(4n+2), .time-choose-table .time-table:nth-child(4n+3) {
        height: 47px;
        line-height: 47px
    }

    .time-choose-table .choosed {
        border: 2px solid #E4BE62;
        line-height: 40px
    }

    .time-choose-table .disabled:nth-child(4n), .time-choose-table .disabled:nth-child(4n+1), .time-choose-table .disabled:nth-child(4n+2), .time-choose-table .disabled:nth-child(4n+3) {
        line-height: 1.3em;
    }
}