.title-text{
    font-size: 16px;
    line-height: 16px;
    display: inline-block;
    float: left;
    text-indent: 4px;
}
/*.title{
    width: 86%;
}*/
.blue-block{
    width: 3px;
    height: 16px;
    background-color: #00A8FF;
    float: left;
}

/*人员类别*/

.title{
    overflow: hidden;
    margin-top: 20px;
}
.person-type{
    height: 140px;
    width: 86%;
    overflow: hidden;
    margin: 0 auto;
}
/*    .address .address-item{
        margin: 0 auto;
        height: 120px;
    }*/
.person-type .address-item{
    float: left;
    width: 245px;
    height:140px;
    line-height: 140px;
    cursor: pointer;
    text-align: center;
}
.person-type .address-item .address-img{
    text-align: center;
    height: 100px;
    width: 245px;
    padding-left: 72px;
}
.person-type .address-item .address-img img{
    display: block;
}
.person-type .address-item .type-text{
    height: 20px;
    width: 245px;
    line-height: 20px;
    text-align: center;
    margin-top: 10px;

}
.line{
    margin: 0 0 15px 0;
    border:none;
    border-top:1px solid #cfcfcf;
}
/*三角形*/
.triangle{
    width: 0;
    height: 0;
    background-color: #cdcdcd;
    border-width: 0 10px 10px 10px;
    border-style: solid;
    display: none;
}
.current{
    display: block;
}

/*预约时间控件*/
.book-time{
    overflow: hidden;
    /*height: 400px;*/
    /*border: solid 1px #bcbcbc;*/
    margin: 0 79px;
}
.book-time .book-row{
    float: left;
}
.book-col .week{
    font-weight: 600;
    text-align: center;
}
.book-time .book-row .book-col{
    float: left;
    height: 50px;
    text-align: center;
    font-size: 10px;
}
.book-time .book-row .book-col-head{
    background-color: #ffffff;
    text-align: center;
    cursor: pointer;
}
.book-time .book-row .book-col-body{
    line-height: 18px;
    padding: 5px 0;
    border: solid 2px #ffffff;
}
/*可预约*/
.book-time .book-row .enable{
    color: #000000;
    background-color: #95EC96 ;
    cursor: pointer;
}
/*不可预约*/
.book-time .book-row .disable{
    background-color: #f0f0f0;
    color: #000000;
}
/*已选*/
.book-time .book-row .booked{
    background-color: #0b8fdf;
    color: #ffffff;
    border: solid 2px #ffffff;
    color: #ffffff;
}
.times-title{
    display: none;
}




.margin-bottom-30{
    margin-bottom: 30px;
}
.margin-top-10{
    margin-top: 10px;
}
.margin-bottom-10{
    margin-bottom: 10px;
}
.hall-grid{
    width: 86%;
    margin:0 auto;
    /*border:solid 1px #bcbcbc;*/
}
.hall-grid .hall-row{
    height: 40px;
    background-color: #ECF5FA;
    cursor: pointer;
}
.hall-grid .hall-item{
    height: 40px;
    background-color: #95EC96;
    float: left;
    border: solid 2px #ffffff;
    line-height: 40px;
}
.hall-grid .hall-item .hall-name{
    height: 40px;
    color: #000000;
    text-align: center;
    line-height: 40px;
}
.hall-grid .hall-item .hall-name{
    height: 40px;
    color: #000000;
    text-align: center;
    line-height: 40px;
}
.hall-grid .checked{
    background-color: #0b8fdf;
}
.hall-grid .checked div {
    color:#FFFFFF !important;
}
.halls-title{
    display: none;
}
.tip-text{
    display: none;
}

.invisible{
    display: none;
}
.confirm-btn{
    text-align: center;
    cursor: pointer;
    background-color: #FFA500!important;
}
.button-block{
    text-align: center;
    height: 100px;
}
.tip-text{
    text-align: center;
}
.text-left{
    text-align: left;
    margin-left: 85px;
}

.bg-blue29{
    background-color: #2996d0;
}
.bg-submit{
    background-color: #225fe9;
}

.bg-blue-b{
    color: #18b4ed;
    border: 1px solid #18b4ed;
}

/*BEGIN 微信*/

.bg-redf7{
    background-color:#f76260;
}
/*按钮*/
.weui_btn_primary{
    background-color: #2996d0 !important;
    height: 20px;
    width: 100px;
    font-size: 13px;

}
/*文本*/
.col-redf7{
    color:#f76260 !important;
}

.col-blue29{
    color: #2996d0 !important;
}

/*逻辑开关打开时样式*/
.weui_switch:checked{
    border-color:#2996d0 !important;
    background-color:#2996d0 !important;
}
.weui-load-position{
    width: 20%;
    height:30px;
}

/*成功图标的样式*/
.weui_icon_success:before{
    color:#2996d0 !important;
}


/*红星*/
.weui_fa{
    color: red;
}

.weui_from_title_right{
    /*text-align: right;*/
}
.padding_left_10{
    padding-left: 10px;
}
.text_center{
    text-align: center;
    font-size: 20px;
    font-weight: 400;
}
.invisible{
    display: none;
}
.impInvisible{
    display: none!important;
}
.weui_cells_checkbox .weui_check:checked+.weui_icon_checked:before {
    color:#2996d0 !important;
}


.weui_disabled{
    background-color: #cdcdcd;
}
/*END 微信*/