﻿@charset "utf-8"; 
/**场馆预订场次的样式 页面：/phone/book_detail.aspx */
body, div, ul, li, a, p, h4, input, span, table, thead, tbody, tr, th, td {
    margin: 0;
    padding: 0;
    outline: none;
    list-style: none;
    text-decoration: none;
    border: none;
}

body {
    font-size: 14px;
    background: #eee;
    min-width: 320px;
    overflow-x: hidden;
}

    
/* the stylesheet of book-box 提交预订 */
.book-box {
    background: #fff;
    height: 60px;
    width: 100%;
    line-height: 20px;
    font-size: 12px;
    border-top: solid 1px #aaa;
    position: relative;
    bottom: 0;
}
.footer {
    display:none;
}

/*自适应屏幕宽度小于等于1000px的样式*/
@media screen and (max-width: 1000px) {

    .header,.nav{
        display:none;
    }

    .content{
        background-color: #fff;
    }

    .book-box {
        position: fixed;        
    }

    .nav-fix{
        position: fixed;
        top:0;
    }

    .sports,.date{
        position: fixed;
    }

    .sports {
        top:0px;
    }

    .date{
        top:0px;
    }

}

    .nav-fix {
        width: 100%;
        height: 40px;
        background-color: #82C9FC;
        text-align: left;
        z-index:1000;
    }
    
/* the stylesheet of book-box 提交预订 */
.book-box {
    background: #fff;
    height: 60px;
    width: 100%;
    font-size: 12px;
    border-top: solid 1px #ddd;
    bottom: 0;
    text-align: left;
    padding-bottom:20px;
}

#diverror {
    background-color: #fff;
}

    #diverror * {
        margin: 0px;
        padding: 15px 0px;
    }

/* the stylesheet of book.html */
.book-page {
    overflow:hidden;
}

.back {
    height: 45px;
    width: 45px;
    background: no-repeat 50% 50%;
    text-indent: -99999px;
}

.back {
    float: left;
    background: url(/image/picture/back.jpg) no-repeat 50% 50%;
}

.menu-icon {
    float: right;
    height: 40px;
    width: 65px;
    line-height:40px;
    cursor: pointer;  
    text-align:center;
    color:#fff;
}

.hall-return {    
    float: left;
    height: 40px;
    width: 30px;
    background: none;
    font-size: 26px;
    color: #FFFFFF;
    border:0px;
}

.hall-name {
    line-height: 40px;
    display: inline-block;
    color:#fff;
}

.container {
    position: relative;
    top:45px;
}
/**运动项目样式*/
.sports, .date {
    width: 100%;
    text-align: center;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
}

.sports-item, .date-item {
    cursor: pointer;
    display: inline-table;
}
.sports-item{
    padding:2px 10px;
    font-size: 12px;
    border-radius: 11px;
    font-size:18px;
    height:30px;
}

.sports .selected {
    color:#fff;
    background-color:#0091FF;
    font-weight: bold;
}

/**日期样式*/
.date {
    position: relative;
    background-color: #efefef;
    margin-top: 5px;
    border-top: 1px solid #eee;
}

.date-item {
    padding-top: 5px;
    height: 54px;
    width: 60px;
    background: #f6f6f6;
    font-size: 12px;
    border-bottom: 2px solid #efefef;
    border-left: 1px solid #efefef;
}
    .date-item a {
        position:relative;
        top:18px;
    }
.date .selected {
    /*background-color: #fff;
    border-bottom-color:#0091FF; 
    color:#0091FF;*/
    background-color: #0091FF;
    border-bottom-color: #fff;
    color: #fff;
}

/*.date .selected .date-time{color: #0091FF;}*/
    .date .selected .date-time {
        color: #fff;
    }

/* the stylesheet of book-detail-box */
.book-detail-box {
    position: relative;
    padding-bottom: 100px;
    padding-left:5px;
    width: auto;
    background-color: #fff;
    font-size: 11px;
    top: 0px;
    left: 0px;
}

    .book-detail-box .spin {
        position: fixed;
        top: 50%;
        left: 46%;
        display: none;
    }

/**场地预订时间列表样式*/
.book-detail-time {
    position: relative;
    top: 9px;
    width: 32px;
    background-color: #fff;
    overflow:hidden;
}

    .book-detail-time ul {
        position: relative;
        top: 0px;
    }

    .book-detail-time li {
        /*height: 25px;
        line-height: 25px;*/
        height: 35px;
        line-height: 35px;
        font-weight:500;
        font-size:12px;
    }

.book-detail {
    position: absolute;
    padding-bottom: 10px;
    padding-left: 5px;
    width: 750px;
    height: 584px;
    background-color: #fff;
    font-size: 11px;
    top: 0px;
    left: 40px;
}
/**场地预订信息列表样式*/
.book-detail-site {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 30px;
    background-color: #fff;
}

    .book-detail-site .book-site {
        position: relative;
    }

        .book-detail-site .book-site li {
            height: 30px;
            line-height: 30px;
            width: 80px;
            text-align: center;
            float: left;
            margin-right: 1px;
            font-size:14px;
            font-weight:500;
        }

/**场次选项样式*/
.book-detail-table {
    position: absolute;
    top: 30px;
    left: 0px;
    background-color: #fff;
    overflow:hidden;
}

.book-talbe {
    position: relative;
    left: 0px;
    top: 0px;
}

/**li1已预订，li2已过期，li3禁用预订，
   li6已使用,li7申请退款,li8不同意退款
*/
.book-detail-table .book-talbe .li1, 
.book-detail-table .book-talbe .li2, 
.book-detail-table .book-talbe .li3, 
.book-detail-table .book-talbe .li6, 
.book-detail-table .book-talbe .li7, 
.book-detail-table .book-talbe .li8 {
    background-color: #ccc;
}
.book-detail-table .book-talbe .li99 {
    background-color: white;
}
/**选定的场次*/
.book-detail-table .book-talbe .selected {
    background-color: #31bbff;
}


.book-detail-table .book-talbe .item {
    float: left;
    margin-right: 1px;
}

.book-detail-table .book-talbe ul {
    border-bottom: solid 1px #fff;
}

    .book-detail-table .book-talbe ul li {
        background: #7fd53e;
        /*height: 24px;
        line-height: 24px;*/
        height: 34px;
        line-height: 34px;
        width: 80px;
        border-top: solid 1px #fff;
        cursor: pointer;
        text-align: center;
        color: #fff;
        font-weight: bold;
    }



.book-tips ul li {
    display: inline;
    margin-right: 2px;
}

.tips-color {
    display: inline-block;
    height: 12px;
    width: 24px;
    margin-right: 3px;
}

.book-info {
    float: left;
    margin-left: 5px;
}

    /**li0可预订*/
    .book-info .li0 {
        background-color: #7fd53e;
    }
    /**li1已预订*/
    .book-info .li1 {
        background-color: #ccc;
    }
    /**selected我的预订*/
    .book-info .selected {
        background-color: #31bbff;
    }

.book-info-time {
    color: #0091FF;
    font-size:16px;
    font-weight:500;
}

.book-btn {
    position:absolute;
    top:5px;
    right:10px;
    height: 30px;
    width: 80px;
    font-size: 14px;
    background-color: #0091FF;
    color: #fff;
    border-radius: 5px;
    border-bottom: solid 2px #015CA1;
}


/*自适应屏幕宽度大于等于1001px的样式*/
@media screen and (min-width: 1001px) {
    .container {
        top:0px;
    }
    .sports {
        margin-top: 5px;
    }
    .book-detail-box {
        padding-bottom:20px;
    }

    .book-detail {
        position: absolute;
        padding-bottom: 10px;
        padding-left: 5px;
        width: 750px;
        height: 384px;
        background-color: #fff;
        font-size: 11px;
        top: 0px;
        left: 40px;
    }
}