/** 评分圆环样式 */
.circle{
    width:60px;
    display:inline-block;
    height:60px;
    position: relative;
    background: #FFE8CC;
    border-radius: 50%;
}
.pie_left, .pie_right{
    width:60px;
    height: 60px;
    position: absolute;
    top:0;
    left:0;
}
.circle .left, .circle .right{
    position: absolute;
    left:0;
    top:0;
    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
}
.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);
}
/** 评分圆环样式-END */

/** 日历样式 **/
.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/date_left.png");
}
.datepicker-list .right_btn{
    background-image: url("../images/date_right.png");
}
.datepicker-list .right_btn:hover{
    background-image: url("../images/date_right_hover.png");
}
.datepicker-list .left_btn:hover{
    background-image: url("../images/date_left_hover.png");
}
.datepicker-list > div{
    display: inline-block;
    vertical-align: top;
}
.datepicker-list .date-item{
    width: 100px;
    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;*/
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
}
.date_item_wrap{
    position: absolute;
    width: 1414px;
    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: 10px 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 **/

/** 套餐列表样式-START */
/*.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;
}*/
/** 套餐列表样式-END */

/** 旅游样式 */
.limit-height-52{height: 52px; overflow: hidden;}
.icon_club {background: url(../images/course_circle.png) no-repeat left top;}
.more_info{margin-top: -5px; text-align: right; display: none;}
.more_link {color: #088DE8;}
.icon_hotel {background: url(../images/hotel_circle.png) no-repeat left top;}
.flow-height-100 {height: 100px;}
.limit-height-82 {
    height: 72px;
    overflow: hidden;
}
.icon-step {
    background: url(../images/icon_route.png) no-repeat left top;
}
.icon_bg {
    padding-left: 64px;
    overflow: hidden;
}
.daily_guide{
    margin-bottom: 17px;
}
.daily_guide span{
    width: 100px;
    heigth: 30px;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    position: relative;
    background: #09BB07;
    display: inline-block;
}
.daily_guide span .date_dev{
    width: 2px;
    height: 17px;
    background: #09BB07;
    position: absolute;
    top: 30px;
    left: 49px;
}
.daily_content{
    padding: 20px;
    background: #F5F5F5;
    box-sizing: border-box;
}
.daily_content_title{
    height: 40px;
    line-height: 40px;
    padding-left: 52px;
    background: url("../images/location_circle_o.png") left center no-repeat;
}
.daily_content_title h2{
    color: #09BB07;
    font-size: 18px;
}
.daily_content_art{
    margin-left: 52px;
}
.blue_btn {
    display: inline-block;
    padding: 0 15px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #fff!important;
    background-color: #088de8;
    border: none;
    cursor: pointer;
    font-size: 20px;
    border-radius: 4px;
}
.flow-brief{
    height: auto;
    padding: 15px 0;
    position: absolute;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
    z-index: 10000;
}
.flow-brief .icon_bg{
    height: auto;
    padding-bottom: 15px;
    /*padding: 15px 0;*/
}



/** 雪场详情相关样式 */
.open-status{
    color: #008D0B;
    text-align: center;
    margin: 8px 0 20px 0;
}
.ski-road{
    display: flex;
    flex-wrap: wrap;
}
.ski-road-itm{
    display: flex;
    width: 230px;
    padding: 2px;
    margin-top: 10px;
    margin-right: 8px;
    align-items: center;
    color: #338C8D;
    background: #F3F8F8;
}
.ski-road-itm:nth-of-type(2n){
    margin-right: 0;
}
.ski-road-itm > div:first-child{
    flex: 1;
    text-align: center;
}
.ski-road-itm > div:last-child{
    width: 80px;
    height: 24px;
    text-align: center;
    background: #fff;
}
.ski-road-wrp{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.ski-road-wrp .ski-road-itm{
    width: 98%;
    margin-top: 14px;
    margin-right: 0 !important;
}
.ski-road-intro{
    display: flex;
    flex-wrap: wrap;
}
.main-img{
    width: 452px;
    height: 338px;
    overflow: hidden;
}
.main-img img{
    width: 100%;
    min-height: 338px;
}
.other-intro{
    flex: 1;
    margin-top: 15px;
    padding-left: 14px;
}
.chunk-row{
    width: 100%;
    margin-bottom: 20px;
}
.block-bar-flx,
.txt-bar-flx{
    display: flex;
    width: 100%;
    text-align: center;
}
.block-bar-flx > div{
    height: 16px;
}
.block-bar-flx .primary{
    background: #85BBF0;
    border-right: 1px solid #fff;
}
.block-bar-flx .primary-x{
    background: #A6DAF1;
    border-right: 1px solid #fff;
}
.block-bar-flx .middle{
    background: #628AD3;
    border-right: 1px solid #fff;
}
.block-bar-flx .middle-x{
    background: #7FC4E2;
    border-right: 1px solid #fff;
}
.block-bar-flx .higher{
    background: #A65BA3;
}
.block-bar-flx .higher-x{
    background: #4EA4C9;
}
.txt-bar-flx{
    margin-top: 4px;
}
.txt-bar-flx .primary-txt{
    color: #85BBF0;
}
.txt-bar-flx .primary-txt-x{
    color: #A6DAF1;
}
.txt-bar-flx .middle-txt{
    color: #628AD3;
}
.txt-bar-flx .middle-txt-x{
    color: #7FC4E2;
}
.txt-bar-flx .higher-txt{
    color: #A65BA3;
}
.txt-bar-flx .higher-txt-x{
    color: #4EA4C9;
}
.txt-bar-flx > div{
    min-width: 15%;
}
.large-row{
    /*margin-top: 20px;*/
}
.large-row .ski-road-itm{
    width: 300px;
    margin-right: 14px;
    margin-top: 10px;
}
.large-row .ski-road-itm:nth-of-type(2n){
    margin-right: 0;
}
.flx-txt-row{
    display: flex;
    margin-bottom: 14px;
}
.flx-label{
    flex: 2;
    font-weight: bold;
}
.flx-body{
    flex: 8;
    line-height: 24px;
}
.payment-itm{
    display: inline-block;
    max-width: 70px;
    height: auto;
    margin: 0 64px 15px 0;
    text-align: center;
}
.payment-itm p{
    margin-top: 10px;
}
.payment-itm img{
    max-width: 100%;
    vertical-align: top;
}
.tb-tt-row{
    display: flex;
    flex-wrap: wrap;
}
.tb-tt-row .tt-itm{
    /*flex: 1;*/
    width: 300px;
}
.tb-tt-row .tt-itm span{
    margin-left: 60px;
}
.ski-road-tb{
    width: 100%;
    margin-top: 15px;
    border-collapse: collapse;
}
.ski-road-tb th{
    height: 40px;
    background: #F7F7F7;
}
.ski-road-tb th,
.ski-road-tb td{
    text-align: center;
    border: 1px solid #E0E0E0;
}
.ski-road-tb td{
    height: 40px;
}
.cable-car-img{
    width: 36px;
    height: 36px;
}


/** footer样式 **/
.footer_x{
    background-color: #42464E;
    padding-top: 30px;
}
.footer_x .footer_content{
    /*width: 1180px;*/
    /*width: 100%;*/
    margin: 0 auto;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1515);
}
.footer_content .footer_section{
    display: inline-block;
    padding-left: 15px;
    vertical-align: top;
}
.footer_content .footer_section:nth-child(1){
    width: 160px;
}
.footer_content .footer_section:nth-child(2){
    width: 200px;
}
/*.footer_content .footer_section:nth-child(3){*/
    /*width: 310px;*/
/*}*/
.footer_content .footer_section p{
    padding-bottom: 20px;
}
.footer_content .footer_section p a{
    font-size: 16px;
    color: #A7A7A7;
    line-height: 21px;
}
.footer_content .footer_section p a:hover{
    color: #fff;
}
.footer_content .footer_section .section_title{
    font-size: 18px;
    color: #fff;
    line-height: 24px;
}
.phone_section .icon_phone{
    width: 40px;
    height: 40px;
    margin-top: 11px;
    vertical-align: top;
}
.phone_section .concat_phone{
    display: inline-block;
    color: #fff;
    padding-left: 11px;
}
.footer_section.qr_code_f{
    /*padding-left: 30px;*/
}
.qr_code_f > div{
    width: 140px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}
.qr_code_f p{
    color: #A7A7A7;
    font-size: 16px;
    line-height: 21px;
}
.qr_code_f .qr_name_1{
    padding: 16px 0 0 0!important;
}
.qr_code_f .qr_name_2{
   padding: 6px 0 0 0!important;
}
.keep_on_record{
    padding: 15px 0;
}
.keep_on_record,.keep_on_record a{
    text-align: center;
    color: #A7A7A7;
    line-height: 26px;
}
.footer_x .icon_weibo{
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url("../images/weibo.png");
}
.footer_x .icon_weibo:hover{
    background: url("../images/weibo_hover.png");
}
