
/*左边文字介绍*/
.con_left{
    width: 65%;
    height: 100%;
    line-height: 30px;
    /*border: 1px solid red;*/
    margin-right: 3%;
}

.con_left h4{
    font-size: 26px;
    margin: 10px 0px;
}

.con_left p{
    font-size: 16px;
    color: #999999;
}
.con_left span,.con_left p:last-child{
    color: #333;
}


/*标题  团购*/
.con_title {
    display: table;
    width: 100%;
    /* margin-bottom: 8px; */
    /*padding: 0px 0px 4px 0;*/
    border-bottom: 1px solid #108EE9;
}
.con_title h6 {
    display: table-cell;
    line-height: 30px;
}
.con_title h6 span {
    width: 100px;
    text-align: center;
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    background-color: #108EE9;
}

.con_title h6 span:after {
    display: inline-block;
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -4px;
    /*border-bottom: 3px solid #000;*/
}


/*右边地图*/
.con_right{
    width: 32%;
    height: 280px;
    /*border: 1px solid green;*/
}


/**/
.venue_week{
    width: 100%;
    height: auto;
    /*border: 1px solid #dddbdb;*/
    margin-top: 10px;
    /*padding: 10px;*/
}

.reserve_type{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 10px 0 10px 0;
    /*padding: 10px 0 15px 0;*/
    border-bottom: 1px solid #dddbdb;
}
.reserve_type ul li{
    float: left;
    font-size:16px;
    width: 90px;
    text-align: center;
    /*border: 1px solid red;*/
    /*padding-bottom: 10px;*/
    padding: 3px 0 5px 0;
    list-style: none;
}
.reserve_type ul li:hover{
    cursor: pointer;
}
.reserve_type .type_active{
    color: #007bff;
    border-bottom: 1px solid #007bff;
}

/*日期*/
.reserve_date{
    width: 100%;
    height: auto;
    margin-top: 20px;
    overflow: hidden;
}

.reserve_date ul{
    float: left;
}

.reserve_date .ding_button{
    color: #fff;
    height: 84px;
    width: 90px;
    line-height: 84px;
    text-align: center;

    background-color: #108EE9;
}
.reserve_date .ding_button li{
    list-style: none;
}

.reserve_date .date_rs li {
    float: left;
    list-style: none;
    margin-right: 15px;
    border: 1px solid #108EE9;;
    width: 140px;
    padding:5px 10px;
    height: auto;
}
.reserve_date .date_rs li h2,h3{
    font-size: 14px;
    color: #108EE9;
    font-weight: normal;


}
.reserve_date .date_rs li h2>span{
    float: right;
}

.reserve_date .date_rs li h4{
    font-size: 12px;
    color: #108EE9;
}

a{
    color: #fff;
    text-decoration: none;
}
a:hover{
    color: #ffffff;
    text-decoration: none;
}

/*团购*/
.group_module {
    width: 100%;
    height: auto;
}
.module_tuangou {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 20px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #dddbdb;
}

.module_tuangou .group_img {
    width: 12%;
    height: auto;
    margin-right: 10px;
}
.module_tuangou div {
    float: left;
}

.module_tuangou .group_img img {
    width: 140px;
    height: 100px;
}
.module_tuangou .group_text {
    width: 85%;
    height: auto;
    position: relative;
}
.module_tuangou .group_text h2 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
}

.module_tuangou .group_text h3 {
    font-size: 12px;
    font-weight: 400;
    color: #108EE9;
    margin-top: 30px;
}

.module_tuangou .group_text span {
    position: absolute;
    top: 30px;
    right: 0;
    color: #ffffff;
    font-size: 14px;
    width: 50px;
    text-align: center;
    padding: 10px 0;
    border-radius: 5px;
    background-color: #108EE9;
}
.module_tuangou:last-child {
     border: 0;
 }