/** 公共部分样式 **/
#calendar{
    top: 73px;
}
#keyword_search, #region_search{
    top: 73px;
}
div.header, .dynamic-nav{
    width: 1100px;
}
    /** 评分圆环 **/
.circle{
    width:60px;
    display:inline-block;
    height:60px;
    /*margin:10px;*/
    position: relative;
    background: #FFE8CC;
    border-radius: 50%;
}
.pie_left, .pie_right{
    width:60px;
    height: 60px;
    position: absolute;
    top:0px;
    left:0px;
}
.circle .left, .circle .right{
    position: absolute;
    left:0px;
    top:0px;
    border-radius:50%;
    background: #FFA131;
    width:100%;
    height:100%;
    transform: rotate(-180deg);
}
.pie_left, .left{
    clip: rect(auto, 30px, auto, auto);
}
.pie_right, .right{
    clip:rect(0, auto, auto, 30px);
}
.mask{
    position: absolute;
    top:5px;
    left:5px;
    width:50px;
    height:50px;
    line-height: 50px;
    font-size:20px;
    font-weight: 600;
    border-radius: 50%;
    background: #fff;
    color: #FF8A00;
    text-align: center
}
    /** 评分圆环 end **/
.ellipse{
    margin-left: auto;
    margin-right: auto;
    width: 140px;
    /*padding: 0 10px;*/
    /*overflow: hidden;*/
    text-overflow: ellipsis;
    white-space: pre-wrap;
}
.showBox{
    position: relative;
    /*width: 140px;*/
    /*z-index: 99;*/
    cursor: pointer;
}
.showBox .expandBox{
    display: none;
    position: absolute;
    left: 82%;
    width: 260px;
    border: 1px solid #37AEFF;
    border-radius: 4px;
    background-color: #F5FBFF;
    top: -5px;
    text-align: left;
    padding: 10px;
    font-size: 14px;
    color: #323232;
    z-index: 5;
}
.showBox:hover .expandBox{
    display: block;
}
.showBox .number_coupon{
    font-weight: bold;
    margin: 4px 0;
}
.expandBox .scope_use{
    font-size: 10px;
    color: #666;
}
.showBox .expandBox:after, .showBox .expandBox:before{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px;
    position: absolute;
}
.showBox .expandBox:after{
    border-color: transparent #37AEFF transparent transparent;
    left: -14px;
    top: 9px;
    z-index: 9;
}
.showBox .expandBox:before{
    border-color: transparent #F5FBFF transparent transparent;
    left: -12px;
    top: 9px;
    z-index: 10;
}
.preferenfial_tag{
    background-image: url("../images/course/icon_preferential.png");
    background-repeat: no-repeat;
    background-color: #ED3148;
    height: 16px;
    line-height: 15px;
    display: inline-block;
    border-radius: 16px;
    padding: 0 10px 0 20px;
    font-size: 12px;
    color: #fff;
    background-position: 2px center;
}
.bcc_tag{
    background-image: url("../images/course/icon_bcc.png");
    background-repeat: no-repeat;
    background-color: #F5A623;
    height: 16px;
    line-height: 15px;
    display: inline-block;
    border-radius: 16px;
    padding: 0 5px 0 17px;
    font-size: 12px;
    color: #fff;
    background-position: 2px center;
}
.bcc_reduce_tag{
    background-image: url("../images/course/icon_reduce.png");
    background-repeat: no-repeat;
    height: 17px;
    line-height: 19px;
    display: inline-block;
    padding: 0 5px 0 17px;
    font-size: 12px;
    color: #AF6203;
    background-position: 2px center;
}
/** 公共部分 end **/

/** list_c 样式 **/
.bcc-bar {
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    color: #AF6203;
    background: linear-gradient(45deg, rgba(245, 235, 213, 1) 0%, rgba(232, 207, 145, 1) 100%);
    margin: 14px 0 24px 0;
    border-radius: 4px;
}
.bcc-discount{
    background-image: url("{$tpl_path}images/bcc/icon_bcc_price.png");
    background-repeat: no-repeat;
    background-position: 1px center;
    height: 17px;
    line-height: 17px;
    color: #AF6203;
    font-size: 12px;
    display: inline-block;
    padding-left: 18px;
    margin-top: 4px;
}
.bcc-bar img{
    margin: 9px 14px;
    vertical-align: top;
}
.percent{
    color: #ED3148;
}
/*.fz_18{*/
    /*line-height: 42px;*/
    /*margin-bottom: 0;*/
/*}*/

.search_box .search_box_in{
}
.search_box .area_search{
    background: url("../images/new_homepage/icon_index_location.png") no-repeat 12px center;
    background-color: #fff;
    height: 70px;
    width: 655px;
    box-sizing: border-box;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    padding-left: 48px;
    font-size: 20px;
    border: none;
    color: #323232;
}
.search_box .datetimepickerx{
    height: 70px;
    width: 224px;
    box-sizing: border-box;
    background-image: url("../images/new_homepage/icon_index_date.png") !important;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 16px center!important;
    padding-left: 56px;
    border: none;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    margin-left: 1px;
    float: left;
}
.datetimepickerx input{
    font-size: 20px;
    color: #323232;
    margin-top: 12px;
    width: 130px;
    line-height: 28px;
    border: none;
}
.datetimepickerx .weekName{
    color: #666;
    font-size: 16px;
}
.search_box .search_btn{
    height: 70px;
    font-weight: normal;
    font-size: 20px;
    background-color: #3A9FE4;
    width: 200px;
    float: right;
}
.container .container{
    width: 1100px;
}
.consult_a_map{
    width: 270px;
    height: 140px;
    background: url("../images/course/map.png") no-repeat;
    position: relative;
    cursor: pointer;
}
.consult_a_map p{
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 18px;
    color: #4D4D4D;
    background:rgba(239,239,244,0.6);
}
.l_filter_x{
    background-color: #FBFBFC;
    padding: 30px 14px 30px 14px;
    margin-top: 20px;
    height: 100%;
}
.l_filter_x .title{
    font-size: 18px;
    color: #323232;
    margin-bottom: 20px;
    font-weight: bold;
}
.filter_price .title{
    /*margin-bottom: 0;*/
}
.filter_price .range_price{
    padding: 20px 0 30px 0;
    border-bottom: 1px solid #E0E0E0;
}
.l_filter_x .pay_method{
    padding: 30px 0;
    border-bottom: 1px solid #E0E0E0;
}
.l_filter_x .sel_box li{
    margin-bottom: 20px;
    margin-top: 0;
}
.l_filter_x .sel_box li:last-child{
    margin-bottom: 0;
}
.number_of_holes{
    padding: 30px 0;
    border-bottom: 1px solid #E0E0E0;
}

.fz_18{
    font-size: 22px;
    color: #323232;
    margin-bottom: 14px;
}
.blue_text, .blue_link a{
    color: #0070B8;
}
.filter_x{
    margin-bottom: 12px;
    font-size: 0;
}
.filter_x a{
    background: #F7F7F7;
    color: #666666;
    width: 256px;
    display: inline-block;
    text-align: center;
    margin-left: 21px;
}
.filter_x a:first-child{
    margin-left: 0;
}
.filter_x a span{
    height: 32px;
    line-height: 32px;
    display: inline-block;
    padding-right: 22px;
    background-repeat: no-repeat;
    background-position: 98% center;
    font-size: 16px;
}
.filter_x .light {
    color: #0070B8;
    background: #F2F9FE;
}
.filter_x .recommend{
    background-image: url("../images/course/recommend.png");
}
.filter_x .sort{
    background-image: url("../images/course/sort.png");
}
.filter_x .light.asc .sort{
    background-image: url("../images/course/sort_asc.png");
}
.filter_x .light.desc .sort{
    background-image: url("../images/course/sort_desc.png");
}
.filter_x .light .recommend {
    background-image: url("../images/course/recommend_active.png");
}
.course_list_x{
    border-radius:4px;
    border:1px solid rgba(224,224,224,1);
    margin-bottom: 20px;
}
.course_list_x .course_info{
    padding: 14px;
    height: 200px;
    box-sizing: border-box;
    position: relative;
}
.course_info .img_wrap{
    display: inline-block;
    width: 270px;
    margin-right: 20px;
    vertical-align: top;
}
.course_info .img_wrap img{
    width: 270px;
    height: 170px;
    border-radius: 4px;
}
.course_info .specific_information{
    width: 320px;
    display: inline-block;
}
.specific_information .course_title{
    font-size: 18px;
    font-weight: bold;
    color: #323232;
    margin-bottom: 6px;
    margin-top: 4px;
}
.specific_information > a:hover p{
    color: #088DE8;
    text-decoration: underline;
}
.course_title_en{
    font-size: 14px;
    color: #323232;
}
.course_info .course_location{
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 18px;
    background: url("../images/course/icon_positon.png") no-repeat 0 center;
    color: #0070B8;
    margin-top: 12px;
    cursor: pointer;
}
.course_info .course_location:hover{
    text-decoration: underline;
}
.course_info .nearby_house{
    background: url("../images/course/icon_hotel.png") no-repeat 0 center;
    color: #338C8D;
    font-size: 14px;
    padding-left: 20px;
    line-height: 20px;
    margin-top: 12px;
}
.specific_information .course_introduce{
    margin-top: 10px;
    width: 320px;
    max-height: 66px;
    overflow: hidden;
    /*text-overflow: ellipsis;*/
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 2;*/
    /*line-clamp: 2;*/
    /*-webkit-box-orient: vertical;*/
    /*text-overflow: -o-ellipsis-lastline;*/
    color: #666;
}
.course_info .course_price{
    position: absolute;
    right: 14px;
    bottom: 14px;
}
.course_price span{
    font-size: 16px;
    color: #666;
}
.course_price .currency_code{
    color: #ED3148;
    font-size: 16px;
}
.course_price .price{
    font-size: 30px;
    color: #ED3148;
    font-weight: bold;
}
.course_info .score_box{
    position: absolute;
    top: 20px;
    right: 14px;
}
.table_project{
    width: 100%;
    text-align: center;
}
.table_project tr th{
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #323232;
    font-weight: normal;
    background-color: #F7F7F7;
    border-right: 1px #fff solid;
}
.table_project tr th:last-child{
    border-right: none;
}
.table_project .no_data_tip{
    height: 68px;
    font-size: 14px;
    line-height: 68px;
    text-align: center;
    position: relative;
}
.days_of_book{
    background-image: url("../images/course/finger.png");
    background-position: 14px center;
    background-repeat: no-repeat;
    height: 30px;
    line-height: 30px;
    color: #F96A0E;
    border-radius: 15px;
    background-color: #FFF6F1;
    padding-left: 36px;
    padding-right: 14px;
    display: inline-block;
    position: absolute;
    right: 14px;
    top: 19px;
    cursor: pointer;
}
.days_of_book:hover{
    background-color: #F96A0E;
    background-image: url("../images/course/finger_hover.png");
    color: #fff;
}
.table_project .block-row{
    margin-top: 6px;
}
.table_project .time{
    font-size: 16px;
    font-weight: bold;
    color: #323232;
    /*line-height: 90px;*/
}
.table_project tbody tr{
    height: 90px;
}
.table_project .division-line{
    height: 1px;
}
.table_project .division-line td{
    padding: 0 14px;
}
.table_project .division-line td div{
    height: 1px;
    background-color: #E0E0E0;
}
.table_project .clauseBox{
    padding: 10px 0 10px 0;
}
.table_project .clauseBox > p{
    /*width: 140px;*/
    text-align: center;
    font-size: 14px;
    color: #323232;
}
.table_project .clauseBox .free_cancellation{
    color: #338C8D;
    text-decoration: underline;
    cursor: pointer;
}
.table_project .clauseBox .non_cancelling{
    color: #F34051  ;
}
.table_project .clauseBox .coupon{
    text-decoration: underline;
    color: #FF8A00;
    cursor: pointer;
    text-align: center;
}
.book_a{
    width: 88px;
}
.table_project .price_box .old_price{
    font-size: 14px;
    color: #808080;
    text-decoration: line-through;
}
.table_project .price_box .price{
    color: #ED3148;
}
.table_project .price_box .bcc_price{
    color: #F5A623;
}
.price_box .price .code{
    font-size: 12px;
}
.price_box .price .price_num{
    font-size: 20px;
    font-weight: bold;
}
/** 住宿套餐 **/
.stay_list{
    padding: 24px;
    border-top: 1px solid #E0E0E0;
}
.stay_list .stay_tip{
    color: #323232;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}
.stay_list .stay_content{
    font-size: 0;
}
.stay_list .stay_item{
    display: inline-block;
    width: 240px;
    margin-right: 20px;
    margin-top: 14px;
}
.stay_list .stay_item:nth-child(-n+3) {
    margin-top: 0;
}
.stay_list .stay_item:nth-child(3n){
    margin-right: 0;
}
.stay_item .img_wrap img{
    width: 240px;
    height: 151px;
    object-fit: cover;
    border-radius: 4px;
}
.stay_item .article_title{
    font-size: 16px;
    color: #323232;
    padding-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 22px;
}
.stay_item .vice_title{
    font-size: 12px;
    color: #323232;
    padding-top: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.stay_item .stay_price{
    text-align: right;
    font-size: 12px;
    padding-top: 4px;
    color: #666;
}
.stay_item  .stay_price .price_unit{
    color: #ED3148;
}
.stay_item  .stay_price .price_val{
    font-weight: bold;
    font-size: 20px;
    color: #ED3148;
}
.sel_box input[type="radio"]:checked + label, .sel_box input[type="checkbox"]:checked + label{
    color: #088DE8;
}
/** list_c end **/

/** course **/
/** 日历列表 **/
.datepicker-list{
    height: 90px;
    font-size: 0;
    border-bottom: 1px solid #088DE8;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 10px;
}
.datepicker-list .btn{
    width: 30px;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    background-color: #F7F7F7;
}
.datepicker-list .left_btn{
    background-image: url("../images/bcc/date_left.png");
}
.datepicker-list .right_btn{
    background-image: url("../images/bcc/date_right.png");
}
.datepicker-list .right_btn:hover{
    background-image: url("../images/bcc/date_right_hover.png");
}
.datepicker-list .left_btn:hover{
    background-image: url("../images/bcc/date_left_hover.png");
}
.datepicker-list > div{
    display: inline-block;
    vertical-align: top;
}
.datepicker-list .date-item{
    width: 130px;
    font-size: 14px;
    color: #323232;
    height: 90px;
    text-align: center;
    background-color: #F7F7F7;
    margin-right: 1px;
    box-sizing: border-box;
    border-bottom: 1px solid #088DE8;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}
.datepicker-list  .date_list{
    display: inline-block;
    vertical-align: top;
    height: 90px;
    width: 917px;
    overflow: hidden;
    position: relative;
}
.date_item_wrap{
    position: absolute;
    width: 2751px;
    height: 90px;
    top: 0;
    left: 0;
}
.datepicker-list .date-item.active{
    background-color: #fff;
    border-color: #088DE8 #088DE8 #fff #088DE8;
    border-width: 4px 1px 1px 1px;
    border-style: solid;
}
.datepicker-list .date-item.active p:first-child, .datepicker-list .date-item:hover p:first-child{
    color: #088DE8;
}
.datepicker-list .date-item.active p:last-child, .datepicker-list .date-item:hover p:last-child{
    color: #ED3148;
}
.datepicker-list .left_btn {
    margin-right: 1px;
}
.datepicker-list .date-item p:first-child{
    margin: 20px 0 10px 0;
}
.date-item .price{
    font-weight: bold;
    font-size: 22px;
}
.datepicker-list .price_calendar{
    width: 119px;
    height: 100%;
    text-align: center;
    font-size: 14px;
    background-color: #F7F7F7;
    margin-left: 1px;
    padding-top: 19px;
    box-sizing: border-box;
    cursor: pointer;
}
.datepicker-list .price_calendar p{
    margin-top: 10px;
}
/** 日历列表 end **/
.blue_box  .choose_tit{
    height: 69px;
    line-height: 69px;
    padding-left: 20px;
    font-size: 22px;
    color: #323232;
}
.course_top .title{
    font-size: 24px;
    color: #333333;
}
.course_top .title .course_name_en{
    font-size: 18px;
    color: #333;
}
.course_top{
    position: relative;
    height: 80px;
    box-sizing: border-box;
    padding-top: 5px;
    margin-bottom: 20px;
}
.course_top .location{
    background: url("../images/course/icon_position_2.png") no-repeat;
    padding-left: 21px;
    font-size: 14px;
    color: #323232;
    margin-top: 20px;
}
.course_top  .consult_l_map{
    color: #47A4E4;
    margin-left: 14px;
    cursor: pointer;
}
.score_box.course_detail{
    position: absolute;
    right: 0;
    top: 0;
}
.course_detail .pie_left, .course_detail .pie_right{
    width: 80px;
    height: 80px;
}
.course_detail .circle{
    width: 80px;
    height: 80px;
}
.course_detail .mask{
    width: 70px;
    height: 70px;
    line-height: 70px;
    /*top: 8px;*/
    /*left: 8px;*/
    font-size: 28px;
}
.course_detail .pie_left,.course_detail .left{
    clip: rect(auto, 40px, auto, auto);
}
.course_detail .pie_right,.course_detail .right{
    clip: rect(0, auto, auto, 40px);
}
.days_of_book_bottom{
    background-image: url("../images/course/finger_down.png");
    background-position: right 14px top 7px;
    background-repeat: no-repeat;
    height: 30px;
    line-height: 30px;
    color: #F96A0E;
    border-radius: 15px;
    background-color: #FFF6F1;
    padding-left: 14px;
    padding-right: 32px;
    display: inline-block;
    position: absolute;
    right: 14px;
    bottom: 5px;
    cursor: pointer;
}
.days_of_book_bottom:before{
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border-style: solid;
    border-width: 8px;
    border-color: #FFF6F1 transparent transparent transparent;
    top: 28px;
    right: 20px
}
.days_of_book_bottom:hover{
    background-color: #F96A0E;
    color: #fff;
    background-image: url("../images/course/finger_down_hover.png");
}
.days_of_book_bottom:hover:before{
    border-color: #F96A0E transparent transparent transparent;
}
.course_stay_list .stay_item{
    width: 330px;
    margin-top: 20px;
}
.course_stay_list .stay_item:nth-child(-n+3) {
    margin-top: 0;
}
.course_stay_list .stay_item .img_wrap img {
    width: 330px;
    height: 210px;
    object-fit: cover;
}
/** course end **/
.lower-wrp{
    padding: 0 15px;
    margin-bottom: 10px;
}
.low-price-out{
    padding: 7.5px 10px 7.5px 35px;
    background: rgba(252, 155, 16, 0.07) url("../images/icon-lower-price@2x.png") no-repeat 10px center;
    background-size: 20px 20px;
    border-radius: 2px;
    cursor: pointer;
}
.low-price-out a{
    display: block;
}
.low-price-inner{
    display: block;
    width: 100%;
    color: #E37904;
    font-size: 15px;
    background: url("../images/icon-next-orange@2x.png") no-repeat right center;
    background-size: 8px 12px;
}