body{ font-family: "microsoft yahei", Arial; color:#444; background: #f0f0f0;margin:0;}
.hot_color{ color:#e92c24;}
.blue_color{color:#2577e3;}
.gray_color{ color:#666;}
.ml10{ margin-left: 10px;}
.ml20{ margin-left: 20px;}
.mr10{ margin-right: 10px;}
i{ font-style: normal;}
.align_center{ text-align: center;}
a.weui-media-box {
    color: #444;
}
.weui-panel:after, .weui-panel__hd:after {
     border-bottom:none;
    bottom: 0;
}
.weui-tabbar__item.weui-bar__item_on .weui-tabbar__label {color: #fd4715;  }
.weui-cells {  margin-top: 10px;  background-color: #fff;  line-height: 1.41176471;  font-size: 17px;  overflow: hidden;  position: relative;  }
.weui-cells table{ margin: 0 auto; width: 95% !important; }
/*.weui-cells{ font-size: 14px;}*/
.weui-cells{ font-size: 0.37rem;}
.weui-cell_access .weui-cell__ft:after {
    content: " ";
    display: inline-block;
    height: 8px;
    width: 8px;
    border-width: 1px 1px 0 0;
    border-color: #adadad;
    border-style: solid;
    -webkit-transform: matrix(.71,.71,-.71,.71,0,0);
    transform: matrix(.71,.71,-.71,.71,0,0);
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 2px;
}
.weui-cell {
    padding: 8px 10px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
/*edit*/
.weui-cell {padding: 0.21rem 0.27rem;}
.edit-label{width: 2.8rem;}
.edit-ensure,.pwd-ensure{padding: 0 0.37rem;font-size: 0.43rem;border-radius: 0.13rem;}

.weui-cell::before {  content: " ";  position: absolute;  left: 0;  top: 0;  right: 0;  height: 1px;  border-top: 1px solid #d9d9d9;  color: #d9d9d9;  -webkit-transform-origin: 0 0;  transform-origin: 0 0;  -webkit-transform: scaleY(.5);  transform: scaleY(.5);  margin: 0 10px;  }
.passage_info .weui-cell::before {content: " ";position: absolute; left: 0;  top: 0;  right: 0;  height: 1px;  border-top: 1px solid #d9d9d9;  color: #d9d9d9;  -webkit-transform-origin: 0 0;  transform-origin: 0 0;  -webkit-transform: scaleY(.5);  transform: scaleY(.5);  left:0; margin: 0;  }
.weui-tabbar__icon {
    display: inline-block;
    width: 20px;
    height: 20px;
}
.bottom .weui-tabbar__icon {
    display: inline-block;
    width: 27px;
    height: 27px;
}
.weui-tabbar__label {
    text-align: center;
    color: #666;
    font-size: 12px;
    line-height: 15px;
}
.weui-input {
    width: 100%;
    border: 0;
    outline: 0;
    -webkit-appearance: none;
    background-color: transparent;
    font-size: inherit;
    color: inherit;
    height: 1.41176471em;
    line-height:1.41176471em;
}
.weui-select {
    -webkit-appearance: none;
    border: 0;
    outline: 0;
    background-color: transparent;
    width: 100%;
    font-size: inherit;
    height: 1.41176471em;
    line-height:1.41176471em;
    position: relative;
    z-index: 1;
    padding-left: 15px;
}
.weui-select::after {
    content: " ";
    display: inline-block;
    height: 6px;
    width: 6px;
    border-width: 2px 2px 0 0;
    border-color: #C8C8CD;
    border-style: solid;
    -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    position: relative;
    top: -2px;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
}
.weui-flex__item .placeholder {
    background-color: #ebebeb;
    height: 2.3em;
    line-height: 2.3em;
    text-align: center;
    margin: 5px 5px 0 5px;
    color: #333;border-radius:5px;white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;}
/*向上向下三角形*/
.up_arrow .weui-cell__ft::after {
    content: " ";
    display: inline-block;
    height: 6px;
    width: 6px;
    border-width: 2px 2px 0 0;
    border-color: #c8c8cd;
    border-style: solid;
    -webkit-transform: matrix(.71,-.71,.71,.71,0,0);
    transform: matrix(.71,-.71,.71,.71,0,0);
    position: relative;
    top: -2px;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 2px;
}
.down_arrow .weui-cell__ft::after {
    content: " ";
    display: inline-block;
    height: 6px;
    width: 6px;
    border-width: 2px 2px 0 0;
    border-color: #c8c8cd;
    border-style: solid;
    -webkit-transform: matrix(.71,.71,.71,-.71,0,0);
    transform: matrix(.71,.71,.71,-.71,0,0);
    position: relative;
    top: -2px;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 2px;
}
.weui-agree {
    display: block;
    padding: .5em 15px;
    font-size: 15px;
}
.weui-agree__checkbox {
     -webkit-appearance: none;
     appearance: none;
     outline: 0;
     font-size: 0;
     border: 1px solid #d1d1d1;
     background-color: #fff;
     border-radius: 3px;
     width: 25px;
     height: 25px;
     position: relative;
     vertical-align: 0;
     top: 2px;
 }
.special_note_cont img{width: 100%;}
.none_border_top:before{border-top:none;}
.none_border_right:before{border-right:none;}
.none_border_bottom:after{border-bottom:none;}
.weui-flex__item .his_search{ color:#e92c24; background: #fff2f1;}
/*.page_bd{ padding-bottom:53px; background: #f0f0f0;}*/
.page_bd{ background: #f0f0f0;}
.header{ overflow: hidden; position: relative;}
.header .left, .header .right, .header .center{ display: block; float:left; background: #fff; color:#000; font-size: 18px; text-align: center; line-height: 48px; height: 48px;}
.header .left img, .header .right img{ margin-top: 14px;}
.header .center{ padding: 0 48px; width: 100%;  box-sizing: border-box;}
.header .center span{ display: inline-block; width: 180px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap;}
/*.header .left{ width: 48px; position: absolute; left:0;}*/
.header .right{ width: 48px; position: absolute; right:0;}
.header .right .weui-tabbar__icon{ width: 20px; height: 20px;}
.header .left{ width: 0.53rem!important; height: 0.53rem!important;background: url(/Public/theme/default/app/images/scan/icon-back_b.png) no-repeat;
background-size: 100% 100%;position: absolute;top: 0.29rem;left: .27rem;display: block;}
.header .left img{display: none;}

.info-head .left, .info-head .right, .info-head .center{height: 1.17rem;font-size: 0.48rem;line-height: 1.17rem;}
.info-head .left img, .info-head .right img{ margin-top: 0.37rem;}
.info-head .center{ padding: 0 1.33rem; width: 100%;  box-sizing: border-box;}
.info-head .center span{ display: inline-block; width: 4.8rem; overflow:hidden; text-overflow: ellipsis; white-space: nowrap;}
.info-head .left{ width: 1.33rem; position: absolute;/* left:0;*/}
.info-head .right{ width: 1.33rem; position: absolute; right:0;}
.info-head .right .weui-tabbar__icon{ width: 0.53rem; height: 0.53rem;}
.info-head .weui-tabbar__icon{width: 0.53rem;height: .53rem;}

.sale_label span{ display: block; float: left; line-height: 20px; border:solid 1px #fc5f00;border-radius:5px; color:#fc5f00; text-align: center; line-height: 20px; margin-right: 5px; padding: 0 3px;}
/*产品图*/
.slide_wrap{ position: relative;}
.slide_wrap img{ display: block;}
.slide_wrap .proimg_box{ height: 200px; }
.slide_wrap .proimg_box img{ width: 100%; height: 100%;}
.item, .swiper {
    height: auto;
    overflow: hidden;
}
.slide_wrap .slide_dots{ z-index: 900; position: absolute; bottom:10px; left: 50%; margin-left: -30px; padding:0 10px;width:60px;height:18px;background:rgba(0, 0, 0, 0);  border-radius: 10px;}
.slide_wrap .slide_dots .dots{ display: inline-block; width: 8px; height: 8px;border-radius:50%; margin:1px; background: #fff;}
.slide_wrap .slide_dots .cur{ background: #ff5e02;}
.slide_wrap .proimg_button{ z-index: 800;position: absolute; top:0;width: 100%; height:40px;}
.slide_wrap .proimg_button a{ display: block; width: 48px; height: 48px; }
.slide_wrap .proimg_button a img{ margin: 10px; width: 28px; height: 28px;}
.slide_wrap .proimg_info{ z-index: 800;position: absolute;width: 100%; color: #fff;  font-size:14px;line-height:40px; bottom: 0;  height:40px;
    background: #fff;
    background: -webkit-linear-gradient(top, rgba(51, 51, 51, 0), rgba(0, 0, 0, 0.7));
    background: linear-gradient(top, rgba(51, 51, 51, 0), rgba(0, 0, 0, 0.7));  }
/*组合产品样式*/
.com_pro_title{ background: #fff; overflow: hidden;}
.com_pro_title h2{ font-size:16px; line-height: 22px; color:#ff5e02; padding: 8px 10px;}
.com_pro_title h3{font-size:13px; line-height: 20px; padding: 2px 10px 10px 10px; color:#666;}
.com_pro_info{ overflow: hidden; background: #f0f0f0; padding:8px 10px 0 10px; font-size: 14px;}
.com_pro_info .price{ color:#ff1200; font-size: 14px;line-height:80px;}
.com_pro_info .price strong{ font-size:26px; }
.com_pro_list{}
.com_pro_list .com_pro_img{ width: 120px; height: 100px;}
.com_pro_list .com_pro_title{ font-size: 14px; line-height: 22px; height: 44px; margin-bottom: 10px; overflow: hidden; white-space: normal;}
.com_pro_list .com_pro_saleprice{}
.com_pro_list .com_pro_saleprice .sale{ width: 80px;}
.com_pro_list .com_pro_saleprice .sale span{ display: inline-block; border-radius:5px; line-height: 16px; border: solid 1px #ff5e02; color:#ff5e02; padding: 2px 5px;}
.com_pro_list .com_pro_saleprice .price{ width: 120px;}
.com_pro_list{}
.com_pro_list{ background: #fff;padding: 5px 0 10px 0;}
.com_pro_box{ display: block; overflow: hidden; padding:6px 0px; margin: 0 10px; color:#444; border-bottom:solid 1px #ddd; }
.com_pro_box .pro_box_img{ width: 100px; height:74px; float:left; margin-right: 8px; border-radius: 5px; overflow: hidden;}
.com_pro_box .pro_box_img img{ width: 100%; height: 100%;}
.com_pro_box .pro_box_info{ }
.com_pro_box .pro_box_info .pro_title{font-size: 14px; line-height: 20px; height: 40px; overflow: hidden; margin-bottom: 10px;}
.com_pro_box .pro_box_info .pro_sale .sale{ display: inline-block; height:18px; line-height: 18px;border:solid 1px #ff5e02; color:#ff5e02; border-radius:3px; padding: 0 3px; margin-right:5px;}
.com_pro_box .pro_box_info .pro_sale .button{ display: none; width:50px;height:26px;line-height:26px; border-radius:5px; background: #ff5e02; color:#fff; font-size: 14px; text-align: center; }
.com_pro_box .pro_box_info .pro_sale .price{color: #ff1200;font-size: 14px;line-height:24px;}
.com_pro_box .pro_box_info .pro_sale .price strong{font-size:18px;}
/*具体产品样式*/
.sin_pro_title h2{ font-size:16px; line-height: 22px;padding: 8px 10px;}
.sin_pro_title h3{ font-size: 14px; line-height: 18px;padding: 8px 10px;}
.sin_pro_price{ margin:10px; overflow: hidden;}
.sin_pro_price .price{ float:right;}
.sin_pro_price .price .prime_price{ display: block; color:#888; text-decoration: line-through; text-align: right;}
.sin_pro_price .price .jm_price{  display: block;color:#ff1200;font-size: 14px;}
.sin_pro_price .price .jm_price strong{ font-size: 18px;}
.sin_pro_price .button{ display: block; float: right;width:100px; height: 40px; line-height: 40px; border-radius:5px; background: #fe7973; color:#fff; font-size: 16px; text-align: center;}
.sin_pro_sale{ position: relative; overflow: hidden; border-top:solid 1px #fe7973; border-bottom:solid 1px #fe7973; background: #ffefee; padding: 10px; min-height: 35px;}
.sin_pro_sale .sale_icon{ width:26px; height:28px; position: absolute; top:10px; left: 10px; margin-right: 10px; float: left; line-height: 14px; padding: 2px 3px; border-radius:5px; font-size: 12px; color:#ff1200; border:solid 1px #ff1200;}
.sin_pro_sale .sale_list{ float: left; margin-left: 44px;}
.sin_pro_sale .sale_list p{ line-height: 14px; margin-bottom:5px; color:#666;}
.sin_pro_sale .sale_list p .list_icon{ display: inline-block; width: 6px; height: 6px; border-radius: 50%; background:#fe7973; margin-right: 3px; }
.sin_text_box{}
.sin_text_box .weui-cell__ft{color:#555;}
/*.sin_text_box .weui-cells{ margin-top: 10px;}*/
.sin_text_box .weui-cells{ margin-top: 0.27rem;}
.sin_text_hd{ border-bottom:solid 1px #d9d9d9;}
.sin_text_hd p{color:#222; font-size: 16px;}
.sin_text_hd .sin_inputbox{ border:solid 1px #bbb; padding: 0 5px;color:#333;}
.sin_text_cont{ margin: 8px 10px; color:#555; font-size: 13px; line-height: 22px; max-height: 200px; overflow: hidden;text-align: justify;}
.sin_text_cont_full{ margin: 8px 10px; color:#555; font-size: 13px; line-height: 22px;text-align: justify;}
.sin_text_cont_full .weui-media-box__desc { display:block; text-align: justify; line-height: 1.2; color: #999; font-size: 13px; overflow: hidden; }
.sin_text_btn{ color:#4ba6f7; display:block; margin:0 auto 10px; width: 100px; text-align: center; border:solid 1px #4ba6f7; border-radius:5px; padding:5px 0;}
.sin_text_btn .arrow_down{ display:inline-block;width: 0;  height: 0;  border-left:8px solid transparent;  border-right:8px solid transparent;  border-top:8px solid #4ba6f7;margin-left: 5px;}
.sin_text_btn .arrow_up{ display:inline-block;width: 0;  height: 0;  border-left:8px solid transparent;  border-right:8px solid transparent;  border-bottom:8px solid #4ba6f7;margin-left: 5px;}
.sin_text_cont .weui-media-box{ padding: 0; margin-bottom:20px;}
.sin_text_cont .weui-media-box__title{ color:#fff; background: #4ba6f7; padding: 5px; font-size: 13px;}
.sin_text_cont .weui-media-box__desc{ color:#555; line-height: 22px; overflow: hidden;  display:block;text-align: justify;}
.sin_text_cont_full .weui-media-box{ padding: 0; margin-bottom:20px;}
.sin_text_cont_full .weui-media-box__title{ color:#fff; background: #4ba6f7; padding: 5px; font-size: 13px;}
.sin_text_cont_full .weui-media-box__desc{ color:#555; line-height: 22px; text-align: justify;}

.width-10-persent{ width: 10%; }
.width-15-persent{ width: 15%; }
.width-20-persent{ width: 20%; }
.width-25-persent{ width: 25%; }
.width-30-persent{ width: 30%; }
.width-35-persent{ width: 35%; }
.width-40-persent{ width: 40%; }
.width-45-persent{ width: 45%; }
.width-50-persent{ width: 50%; }
.width-55-persent{ width: 55%; }
.width-60-persent{ width: 60%; }
.width-65-persent{ width: 65%; }
.width-70-persent{ width: 70%; }
.width-75-persent{ width: 75%; }
.width-80-persent{ width: 80%; }
.width-85-persent{ width: 85%; }
.width-90-persent{ width: 90%; }
.width-95-persent{ width: 95%; }
.width-100-persent{ width: 100%; }

/* .width-10-persent *,
.width-15-persent *,
.width-20-persent *,
.width-25-persent *,
.width-30-persent *,
.width-35-persent *,
.width-40-persent *,
.width-45-persent *,
.width-50-persent *,
.width-55-persent *,
.width-60-persent *,
.width-65-persent *,
.width-70-persent *,
.width-75-persent *,
.width-80-persent *,
.width-85-persent *,
.width-90-persent *,
.width-95-persent *,
.width-100-persent *{ display: block; } */

/*日历*/
.calendar_box{ background: #fff;}
.calendar_month{ position: relative; height: 48px; overflow: hidden; padding-left: 10px; background: #f5f5f5; border-bottom: solid 1px #ddd;}
.calendar_month:after {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    content: '';
    background-image: -webkit-linear-gradient(180deg,#f5f5f5 50%,rgba(255,255,255,0.00) 100%);
    width: 13%;
    height: 42px;}
.calendar_month .month_tab{width: 1000px; overflow: hidden;}
.calendar_month .month_tab li{float: left;  width: 100px;  height: 38px;  padding: 5px 0;  text-align: center;}
.calendar_month .month_tab li .year{ display: block; color:#666; font-size: 12px;}
.calendar_month .month_tab li .month{ display: block; color:#333; font-size: 14px;}
.calendar_month .month_tab .cur .year, .calendar_month .month_tab .cur .month{ color:#e92c24;}
.calendar_month .slide_tips {
    position: absolute;
    width: 100px;
    height: 3px;
    bottom: -1px;
    left: 0;
    z-index: 5;
    background-color: #e92c24;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out;
    -ms-transition: -ms-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;}
.calendar_week{ height: 30px;}
.calendar_week span{ display:block; float: left; width: 14%; text-align: center; color:#666; line-height: 30px;}
.calendar_date .date_year{ text-align: center; margin-top: 10px; font-size: 18px;}
.calendar_date .calendar{ width: 100%;border-collapse: separate;}
.calendar_date .calendar td{ width: 14%; height: 44px;border-top:solid 1px #ddd;border-right:solid 1px #ddd;color:#ccc;font-size: 14px; vertical-align: top;}
.calendar_date .calendar td span{ display: block; line-height: 20px; height: 22px; padding: 0 3px; text-align: right;}
.calendar_date .calendar td .day{ display: block; text-align:left; font-size: 12px; }
.calendar_date .calendar td .day .sale{ font-style: normal;float:right;}
.calendar_date .calendar td .date_price{ color:#e92c24; font-size: 13px;}
.calendar_date .calendar td.on{color:#666;}
.calendar_date .calendar td.selected{ background: #fd4715; color:#fff;}
.calendar_date .calendar td.selected .date_price{color:#fff;}
.calendar_date .calendar td .check{}
.hotel_calendar_week{background: #f1f1f1;}

.num_btns .weui-btn{ padding: 0;}
.num_btns .num_down{ display: block; width: .96rem; height: .96rem; line-height: .96rem; float: left;border-color:#666; color:#666;}
.num_btns .num_center{ display:block; float: left; width:.96rem; height:.96rem; line-height:.96rem; color:#222; text-align:center;border:solid 1px #666;border-radius:5px; margin:0 5px;}
.num_btns .num_up{ display: block; width: .96rem; height: .96rem; line-height: .96rem; float: left;border-color:#666; color:#666;}
/*信息填写*/
.fill_info .name{  font-size: 0.37rem; color:#222;}
.fill_info .left_title{  font-size: 0.37rem; position: absolute; left: 0.27rem; top:0.27rem;}
.fill_info .right_cont{ margin-left: 2.67rem; color:#666;width: 100%; line-height: 0.53rem;}
.fill_info .right_cont .right_arrow{display: inline-block;height: 8px;width: 8px;  border-width: 1px 1px 0 0;  border-color: #adadad;  border-style: solid;  -webkit-transform: matrix(.71,.71,-.71,.71,0,0);  transform: matrix(.71,.71,-.71,.71,0,0); margin-top: 5px;}
.fill_info .order_num li{ width: 50%;float: left; color:#666; line-height:30px;}
.bill_details .left_title{ /*width: 100px;*/font-size: 14px;}
.bill_details .right_cont{ float: right; width: 100%; text-align: right;}
.bill_details .secure_info::before{
    border-top: none;
}

.pass_confirm .name{color:#666;}
.passage_info{/*border-top:1px solid #d9d9d9;*/ margin:0 15px;}
.passage_info .copy_pass{width:20px;margin-right:5px;display:block; float:left; }
.bill_details .right_cont{color:#e92c24;}
/*确认订单*/
.kind_tips{ margin: 0 15px; color:#666; padding-bottom: 10px;}
.kind_tips p{ text-indent:30px;}
/*酒店频道页*/
.select_hotel_place .weui-cell__hd{width:60px;}
.select_hotel_place .my_location{position: absolute; right: 0; top:0; width: 80px; text-align: center; font-size: 12px; color:#e64340;}
.select_hotel_place .my_location img{display: block; width: 20px; height: 20px; margin-left:30px; margin-top: 2px;}
.select_hotel_date .weui-cell__hd{ position:absolute; top: 4px; width:30px; font-size: 12px; line-height:14px;}
.select_hotel_date .weui-cell__bd{}
.hotel-date { font-size: 18px; line-height: 22px; }
.select_hotel_date .weui-cell__ft{ position: absolute; right: 10px; top:50%;}
.select_hotel_date a{ padding: 20px 10px 10px 10px;}
.hotel_search_button{ width: 80%; margin-top: 20px;}
.hotel_list_search{margin: 5px 10px; background: #f1f1f1; border-radius:5px;}
.hotel_list_search::before {  content: " ";position: absolute;left: 0;right: 0;height: 1px;color: #fff;border-top: 1px solid #fff;}
.hotel_list_search:after {bottom: 0;  border-bottom: 0px solid #d9d9d9;  -webkit-transform-origin: 0 100%;  transform-origin: 0 100%;  -webkit-transform: scaleY(.5);  transform: scaleY(.5);  }
.search_result{ position:absolute; top: 100px; background: #fff; width: 100%;z-index: 9;}
.search_result .result_num{display:block;line-height:38px; padding:0 10px;border-bottom: solid 1px #ddd;color:#444; font-size: 14px;}
.search_icon img{width:16px;margin-right:5px;display:block;}
.searchbox_height{ padding: 8px 10px;}
/*酒店组合产品样式*/
.hotel_pro_cont{ margin-top: 10px;}
.pro_cont_h3{font-size: 16px;  padding-top: 15px;  line-height: 16px;  padding-left: 10px; padding-right: 10px; padding-bottom: 2px; overflow: hidden;}
.pro_cont_h3 .weui-tabbar__icon{ float:left; margin-right: 5px; width: 16px; height: 16px;}
.hotel_pro_cont .weui-panel__bd{ padding: 10px 0;}
.hotel_pro_cont::before { content: " ";position: absolute;left: 0;right: 0;height: 1px;color: #fff;border-top:#fff;  }
.hotel_pro_title h2{ font-size:16px; line-height: 24px; color:#ff5e02; padding: 10px 10px; background: #fff;}
.hotel_pro_info{ overflow: hidden; background: #f0f0f0; padding:6px 10px; font-size: 14px;}
.hotel_pro_info .price{ color:#ff1200; font-size: 14px;line-height:116px;}
.hotel_pro_info .price strong{ font-size:18px; }
.hotel_pro_list .com_pro_img{ width: 120px; height: 100px;}
.hotel_pro_list .com_pro_title{ font-size: 14px; line-height: 22px; height: 44px; margin-bottom: 10px; overflow: hidden; white-space: normal;}
.hotel_pro_list .com_pro_saleprice .sale{ width: 80px;}
.hotel_pro_list .com_pro_saleprice .sale span{ display: inline-block; border-radius:5px; line-height: 16px; border: solid 1px #ff5e02; color:#ff5e02; padding: 2px 5px;}
.hotel_pro_list .com_pro_saleprice .price{ width: 120px;}
.hotel_pro_list{ border-top:solid 1px #ddd; background: #fff; border-bottom:solid 1px #ccc; padding: 20px 0 0 0;}
.hotel_pro_box{ display: block; overflow: hidden; padding:5px 10px;}
.hotel_pro_box:before{    border-top: 1px solid #bbb;height: 1px;  color: #e5e5e5;  -webkit-transform: scaleY(.5);  left: 10px;  content: " ";  right: 10px;  }
.hotel_pro_box .pro_box_img{ width: 100px; height:74px; float:left; margin-right:8px;border-radius: 5px; overflow: hidden; position: relative;margin-top: 5px;}
.hotel_pro_box .pro_box_img .pro_label{position: absolute; top:0; left:0; display: inline-block; width:40px; height: 40px;}
.hotel_pro_box .pro_box_img img{ width: 100%; height: 100%; display: block;}
.hotel_pro_box .pro_box_info .pro_first_title{font-size: 14px; margin-bottom:10px; line-height: 18px; height: 54px; white-space: normal;}
.hotel_pro_box .pro_box_info .pro_second_title{display: none; font-size: 12px; line-height: 16px;height:16px; overflow: hidden; text-overflow: ellipsis;word-wrap: break-word;word-break: break-all; white-space: nowrap; margin-bottom: 5px; }
.hotel_pro_box .pro_box_info .pro_sale .sale{ display: inline-block; float:left;  margin-right:5px;height:18px; line-height: 18px; margin-top:4px; background-color: #ff1200;  color: #fff; border-radius:3px; padding: 0 3px;}
.hotel_pro_box .pro_box_info .pro_sale .button{ display: none; width:44px;height:22px;line-height:22px; border-radius:5px; background: #ff5e02; color:#fff; font-size: 13px; text-align: center; }
.hotel_pro_box .pro_box_info .pro_sale .price{color: #ff1200;font-size: 14px;line-height:20px; margin-top: 0;}
.hotel_pro_box .pro_box_info .pro_sale .price strong{font-size:18px;}
.more_box{ display: block; position: relative; width: 80px; text-align: center; padding:5px 10px 5px 0px;border:solid 1px #2577e3; color:#2577e3; border-radius:5px; margin: 0 auto;}
.more_box .arrow-down{border-top: 5px solid #2577e3; position: absolute; top:14px; margin-left: 5px; display: inline-block;}
/*酒店套餐*/
.hotel_view_set .pro_title{ white-space: normal; font-size: 12px; line-height: 18px; max-height: 36px;}
.hotel_view_set .button_price{}
.hotel_view_set .button_price .price{ color:#ff1200;margin:0 5px; }
.hotel_view_set .button_price .price strong{font-size: 16px;}
.hotel_view_set .button_price .button{display: inline-block; width:46px;height: 24px; line-height: 24px;border-radius: 5px; background: #ff5e02;color: #fff;font-size: 12px;text-align: center;}
.hotel_facility, .hotel_policy{ padding: 8px 10px; border-top:solid 1px #ececec;}
.hotel_policy img{ width: 100%; height: auto;}
.hotel_policy_full{ padding: 10px 15px; border-top:solid 1px #ececec;}
.hotel_facility h4{ font-size: 14px;}
.hotel_facility .facility_box{ overflow: hidden; margin-bottom: 10px;  }
.hotel_facility img{ width: 100%;}
.hotel_facility .facility_box li{ float:left; color:#666; width: 33.33%; margin-top:5px;}
.hotel_policy .policy_box li{margin-bottom:5px; color:#666;}
.hotel_policy .policy_box li span{ display: inline-block; width: 80px;}
.hotel_order_info_bg{ background:#fc7f6b; padding: 15px 0; }
.hotel_order_info_bg .to_pay_button{ display: block; text-align: center;border-radius:5px; background: #ffe111; width: 60px; line-height: 26px; color:#e32b29;}
.hotel_order_info{ margin: 0px 15px; border-radius:10px; background: #fff;}
.hotel_order_info .weui-cell::before{border-top:none;}
.hotel_free_cancel{ background: #fff; overflow: hidden; padding:10px 15px; color:#666; line-height: 20px;}
.hotel_free_cancel .free_cancel{ color:#09BB07; margin-right:10px; font-size: 14px;}
.hotel_free_cancel .icon_right{width: 20px;margin-right: 5px;display: block;float: left;}
/*门票样式*/
.ticket_hot_search{ margin:5px 5px;}
.ticket_hot_search .placeholder{ display: block;}
.ticket_home_list{ padding:8px 10px;}
.ticket_home_list h3{ font-size: 16px; line-height: 16px; padding-top: 5px;}
.ticket_home_list .home_list_box{ overflow: hidden; margin-top: 10px; padding-bottom: 10px;}
.ticket_home_list .home_list_box li{ float:left; width: 50%;}
.ticket_home_list .home_list_box .home_list{ display: block; margin-left:5px; color:#333;overflow: hidden;  background-color: #f6f6f6;}
.ticket_home_list .home_list_box li:first-child .home_list{margin-right:5px; margin-left: 0;}
.ticket_home_list .home_list_box .home_list img{width: 100%; display: block; }
.ticket_home_list .home_list_box .home_list h2{ height: 32px;line-height: 18px; margin:5px 8px 5px 8px;overflow: hidden;}
.ticket_home_list .home_list_box .home_list .price_sale .price{ color:#ff1200; float:right; margin-right: 8px; line-height: 22px;}
.ticket_home_list .home_list_box .home_list .price_sale .price strong{font-size: 16px;}
.ticket_home_list .home_list_box .home_list .price_sale .sale{ float:left;}
.ticket_home_list .home_list_box .home_list .price_sale .sale span{ display: block; float:left; border-radius:3px; border:solid 1px #ff5e02; color:#ff5e02; font-size: 12px; line-height: 18px; padding: 0 3px; margin-left: 5px; }
.ticket_title_explain{ font-size: 12px; padding: 5px 15px; line-height: 14px;}
.ticket_title_explain .need_to_know{  color:#00a2f7;  margin-left: 20px;}
.ticket_num_box label{float:left;}
.ticket_num_box .num_box{height: 28px;line-height:28px;text-align: center;border:solid 1px #000;border-radius:5px; color:#444; }
.ticket_num_box .num_num{width: 36px; margin: 0 5px; font-size: 14px;}
.ticket_num_box .num_down, .ticket_num_box .num_up{ display: block; float:left; width: 30px;  font-size: 20px;}
/*签证保险首页*/
.visa_insure_col .weui-flex__item .placeholder{background-color: #fff;margin:0;border-right: solid 1px #e4e4e4;border-top: solid 1px #e4e4e4;border-bottom: solid 1px #e4e4e4;border-radius:0; height: 34px; line-height: 34px;}
.visa_insure_col .weui-flex__item .placeholder span{display: inline-block; width: 62px;  text-align: left;  overflow: hidden;  white-space: nowrap;  text-overflow: ellipsis;}
.visa_insure_col .weui-flex__item .placeholder span:before {  content: '';  width: 5px;  height: 5px;  background: #c582fe;  display: inline-block;  vertical-align: 2px;  margin-right: 5px;  }
.visa_insure_orange .weui-flex__item .placeholder span:before { background: #ff7132;  }
/*保险页面*/
.insurance_page_grids{background: #fff; padding: 5px 0;}
.insurance_page_grids .weui-grid{ width: 50%; padding:8px 10px;}
.insurance_page_grids .weui-grid .weui-grid__icon{ width: 46px; height: 46px;}
.insurance_page_grids .weui-grid .weui-grid__label{ font-size: 14px; color:#444; margin-top: 3px;}
.insurance_pro_cont{ padding-bottom: 5px;}
.insurance_pro_cont::before { content: " ";position: absolute;left: 0;right: 0;height: 1px;color: #fff;border-top:#fff;  }
.insurance_pro_box{ display: block; overflow: hidden; padding:8px 10px;}
.insurance_pro_box .pro_box_img{ width:100px; height:74px; border-radius: 5px; float:left; margin-right: 8px; overflow: hidden;}
.insurance_pro_box .pro_box_img img{ width: 100%; height: 100%; }
.insurance_pro_box .pro_box_info .pro_first_title{ color:#222;font-size: 14px; margin-bottom:5px; white-space: inherit; line-height: 20px; height: 40px;}
.insurance_pro_box .pro_box_info .pro_sale .price{float:right; color: #ff1200;font-size: 14px;line-height: 30px;}
.insurance_pro_box .pro_box_info .pro_sale .price strong{font-size:18px;}
.facility_box li b{ display: block; float: left; width: 14px; height: 14px; margin-right: 5px; margin-top: 2px;}
.facility_box li b img{ width: 100%; height: 100%;}
.delete_insure{width: 18px; height: 18px; display: inline-block; float: left; margin-right: 5px; margin-top: 1px;}
.delete_insure img{ width: 100%; height: 100px;}

/*签证页面*/
.visa_hotdest{ background: #fff;}
.visa_hotdest_item{ display: block; margin: 0 5px 10px 5px;}
.visa_hotdest_item .placeholder {  height:auto; margin: 0; position: relative; overflow: hidden; }
.visa_hotdest_item .visa_item_img{ width: 100%;display: block;}
.visa_hotdest_item .visa_item_text{ position: absolute;bottom:0px; text-align:center;width: 100%; color:#fff; line-height: 22px; background: url("../images/visa_hotdes_bg.png") repeat;border-radius: 0 0 5px 5px;}
.visa_hotdest_item .visa_item_text .visa_item__title{ margin: 0 5px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.visa_process_box .process_item {
    margin-bottom: 10px;
    overflow: hidden;
    border-bottom: dashed 1px #ccc;
    padding-bottom: 10px;
}
.process_item .numerical {
    display: inline-block;
    float: left;
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    margin-left: 20px;
    color: #fff;
    border-radius: 50%;
    background: #41a5fa;
    text-align: center;
}
.process_item .numerical_title {
    float: left;
    font-size: 14px;
    color: #444;
    margin-left: 20px;
    width: 140px;
}
.process_item .numerical_title span{ color:#999; font-size: 12px;}
/*签证材料*/
.visa_material_tabbox{overflow: hidden;overflow-x: scroll; height: 95px;}
.visa_material_tabbox .material_tab{width:14.2rem; height:73px; overflow: hidden; border-bottom:solid 1px #d9d9d9;}
.visa_material_tabbox .material_tab li{ width:2.36rem;float: left;height:66px;  padding:5px 0 0px 0; line-height: 20px;  text-align: center; border-bottom:solid 2px #fff;}
.visa_material_tabbox .material_tab li .year{ display: block; color:#666; font-size: 12px;}
.visa_material_tabbox .material_tab li .month{ display: block; color:#333; font-size: 14px;}
.material_tab li .top_ico {  position: relative;  height: 42px;  }
.material_tab li .top_ico i {  width: 38px;  height: 38px;  }
.material_tab li .top_ico i {  background: url(../images/material_icon.png);  background-size: 85px auto;  display: inline-block;  vertical-align: middle;  }
.material_tab li .top_ico .m_ico1{background-position:3px -126px;}
.material_tab li .top_ico .m_ico2{background-position:3px -170px;}
.material_tab li .top_ico .m_ico3{background-position:3px -82px;}
.material_tab li .top_ico .m_ico4{background-position:3px -209px;}
.material_tab li .top_ico .m_ico5{background-position:3px -42px;}
.material_tab li .top_ico .m_ico6{background-position:3px -260px;}
.material_tab li.cur .top_ico .m_ico1 {background-position: -39px -126px;}
.material_tab li.cur .top_ico .m_ico2 {background-position: -39px -170px;}
.material_tab li.cur .top_ico .m_ico3{background-position:-39px -82px;}
.material_tab li.cur .top_ico .m_ico4{background-position:-39px -209px;}
.material_tab li.cur .top_ico .m_ico5{background-position:-39px -42px;}
.material_tab li.cur .top_ico .m_ico6{background-position:-39px -260px;}
.material_tab li.cur{border-bottom:solid 2px #41a5fa; color:#41a5fa;}
.material_cont{padding: 0px 0px 10px 0px}
.material_cont .new_visa_mustdetail h2 {  position: relative;  margin-top: 15px;  font-size: 14px;  font-weight: 700;  }
.new_visa_mustdetail li {  padding: 10px 90px 10px 0;  position: relative;  }
/*.new_visa_mustdetail li:after {  content: "";  position: absolute;  width: 10px;  height: 10px;  vertical-align: middle;  border-left: 2px solid #cbcbcb;  border-bottom: 2px solid #cbcbcb;  -webkit-transform: rotate(-45deg);  -ms-transform: rotate(-45deg);  transform: rotate(-45deg);  -webkit-box-sizing: border-box;  -moz-box-sizing: border-box;  box-sizing: border-box;  right: 15px;  top: 12px;  }*/
.material_cont .top_tit { position: relative; }
.material_cont .top_tit:before {  content: "";  position: absolute;  width: 100%;  display: block;  border-top: solid 1px #e1e1e1;  top: 10px;  left: 0;  }
.material_cont .top_tit em {  display: inline-block;    font-style: normal;  padding-right: 10px;  background: #fff;  position: relative;  }
.material_cont .original_visa {  position: static;  display: inline-block;  margin-left: 5px;  }
.original_visa { color: #fff;  background-color: #ff9812;  font-size: 10px;  height: 15px;  line-height: 15px;  width: 34px;  text-align: center;  position: absolute;  right: 50px;  top: 10px;  border-radius: 3px;  }
.visa_material_inf {  padding: 10px;  background: #f2f2f2;  margin-top: 10px;  margin-right: -75px;  }
.material_cont .visa_material_inf {margin-right:0px;  }
.material_arr_t .visa_material_inf {  display: block;  }
.visa_material_inf .img_material {  overflow: hidden;  }
.new_visa_mustdetail li:last-child {  border-bottom: 0;  }
.visa_material_inf .img_material li {  overflow: hidden;  }
.visa_material_inf:before {  display: inline-block;  width: 0;  height: 0;  overflow: hidden;  line-height: 0;  font-size: 0;  vertical-align: middle;  border-bottom: 5px solid #f2f2f2;  border-top: 0 none;  border-left: 5px dashed transparent;  border-right: 5px dashed transparent;  content: "";  position: absolute;  margin: -15px 0 0 15px;  }
.visa_material_inf .img_material li {  box-sizing: border-box;  float: left;  margin-bottom: 10px;  position: relative;  padding: 0 5px;  }
.visa_material_inf .img_material li .img_inf {  display: block;  position: relative;  }
.visa_material_inf .img_material li img {  width: 100%;  vertical-align: top;  }
.visa_material_inf .img_material li .img_inf img {  width: 125px;  height: 82px;  }
.visa_material_inf .img_material li p {  position: absolute;  bottom: 0;  left: 0;  width: 100%;  height: 24px;  line-height: 24px;  box-sizing: border-box;  padding: 0 10px;  color: #fff;  display: block;  white-space: nowrap;  overflow: hidden;  text-overflow: ellipsis;  background-color: rgba(0, 0, 0, 0.6);  font-size: 12px;  }
.visa_material h4 {  font-size: 14px;  color: #333;  padding-bottom: 5px;  border-bottom: 1px solid #e2e2e2;  margin-bottom: 8px;  }
.material_cont .detail_ma_inf {  padding-right: 0px;  }
.sign_instructions_two {  position: relative;  counter-reset: temaNum 0;  padding-right: 15px;  }
.sign_instructions_two li {  padding: 0px 0 0 20px;  border-left: 1px solid #b7e3f7;  counter-increment: temaNum 1;  position: relative;  margin-left: 10px;  }
.sign_instructions_two li.li_last {  border-left: 1px solid #fff;  }
.sign_instructions_two li:before {  width: 20px;  height: 20px; line-height: 20px;  float: left;  content: counter(temaNum);  margin-left: -31px;  vertical-align: top;  border: 1px solid #b7e3f7;  border-radius: 100%;  background: #00adf6;  text-align: center;  color: #fff;  font-weight: 700;  position: relative;  z-index: 9;  }
.sign_instructions_two .sign_content_two {  padding-bottom: 10px;  color: #666;  font-size: 12px;  }
.sign_instructions_two li.li_first:after {  content: "";  position: absolute;  left: -1px;  top: 0;  width: 1px;  height: 13px;  background-color: #fff;  }
.sign_content_two h4 {  font-size: 14px;  color: #333;  margin-bottom: 5px;  height: 20px;  position: relative;  }

.visa_schedule{  position: relative;  counter-reset: temaNum 0;  padding-right: 15px; padding-top: 10px; overflow: hidden; }
.visa_schedule li {padding: 0px 0 10px 21px;  counter-increment: temaNum 1;  position: relative;  border-left: solid 1px #bbb;  margin-left: 14px; }
.visa_schedule li.li_last {  border-left: 1px solid #fff;  }
.visa_schedule li:before { width: 24px;  height: 24px; line-height: 24px;   float: left;  content: counter(temaNum);  margin-left: -35px;  vertical-align: top;border: 2px solid #ccc;  border-radius: 100%;  background: #fff;  text-align: center; color:#888; font-weight: 700;  position: relative;  z-index: 9;  }
.visa_schedule li.finish{    border-left: solid 1px #00adf6;}
.visa_schedule li.finish:before { border: 2px solid #b7e3f7;background:#00adf6; color:#fff; }
.visa_schedule .sign_content_two {  padding-bottom: 10px;  color: #666;  font-size: 12px;  }
.visa_schedule li.li_first:after {  content: "";  position: absolute;  left: -1px;  top: 0;  width: 1px;  height: 13px;  background-color: #fff;  }
.visa_schedule h4 {  font-size: 14px;  color: #333;  margin-bottom: 5px;  height: 20px;  position: relative;  }
.visa_member{ overflow: hidden; margin-top: 10px;}
.visa_member li{ width: 33.3%; float:left;}
.visa_member li .member{display: block; position: relative; margin:0 5px 10px 5px;border: solid 1px #ccc; color:#333;height:26px; line-height: 26px;
    text-align: center;}
.visa_member li .member i{position: absolute; bottom:5px; right:0; width: 14px; height: 14px; display: none;}
.visa_member li .member i img{ width: 100%; height: 100%;}
.visa_member li .cur{border-color:#00adf6;}
.visa_member li .cur i{ display: block;}
.visa_pass {  display: inline-block;  margin-left: 15px;  width: 54px;  height: 20px;  line-height: 20px;  font-size: 12px;  color: #fff;  border-radius: 5px;  background: #8fc31f;  text-align: center;  position: relative;  }
.visa_pass .arrow-left {  width: 0;  height: 0;  border-top: 6px solid transparent;  border-bottom: 6px solid transparent;  border-right: 6px solid #8fc31f;  position: absolute;  left: -6px;  top: 4px;  }
.visa_notpass {  display: inline-block;  margin-left: 15px;  width: 54px;  height: 20px;  line-height: 20px;  font-size: 12px;  color: #fff;  border-radius: 5px;  background: #aaa;  text-align: center;  position: relative;  }
.visa_notpass .arrow-left {  width: 0;  height: 0;  border-top: 6px solid transparent;  border-bottom: 6px solid transparent;  border-right: 6px solid #aaa;  position: absolute;  left: -6px;  top: 4px;  }

/*会员中心*/
.user_header{background: url(../images/head_img.jpg) no-repeat center; background-size: 100% 100%; height: 5.07rem; }
.member_head .mem_head_img{ display: block; width:2.13rem; height:2.13rem; border-radius:50%; overflow: hidden; margin:0.4rem auto 0;}
.member_head .mem_head_name{ text-align: center; color:#fff; font-size: 0.37rem; line-height: 0.48rem; padding:0.27rem 0px 0.4rem 0;}
.order_details{ font-size: 0.32rem;}
.order_details .left_title{width: 2.13rem;position: absolute; left: 0.4rem;top: 0.16rem;}
.order_details .name{ font-size: 0.32rem; color:#666;}
.order_details .right_cont{ color:#222; margin-left:2.13rem; font-size: 0.32rem;}
.order_details .padding_5px{ padding: 0.16rem 0.4rem;}
.userorder_center .weui-cell_access .weui-cell__ft:after{right:0.27rem;}
#userLoginButton,#register{padding: 0 0.37rem;font-size: 0.48rem;}

/*导航选中颜色*/
.weui-navbar__item.weui-bar__item_on {
     background-color: #f5f5f5;color:#e92c24;
 }
.mem_navbar_border{width: 100%; height: 2px;  position:absolute; bottom:0;}
.weui-bar__item_on .mem_navbar_border{background:#e92c24;}
.use_text_prompt{text-align: center; font-size: 15px; color: #666;padding: 50px 0;}
/*首页*/
.home_page_grids{background: #fff; padding: 5px 0;}
.home_page_grids .weui-grid{ width: 25%; padding:8px 10px;}
.home_page_grids .weui-grid .weui-grid__icon{ width: 46px; height: 46px;}
.home_page_grids .weui-grid .weui-grid__label{ font-size: 14px; color:#444; margin-top: 3px;}
.home_page_list{ padding: .48rem .267rem .267rem; }
.page_h{padding:0px 10px 10px 10px;}
.home_page_list h3{ font-size: 16px; line-height: 16px;}
.home_page_list .home_list_box{ display: flex; justify-content: space-between; align-items: center; margin-top: .267rem; overflow: hidden; }
.home_page_list .home_list_box li{ display: block; width: 4.6rem; }
.home_page_list .home_list_box .home_list{ display: block; margin: 0 auto; padding-bottom: 5px; width: 100%; color:#444; background: #f6f6f6; }
.home_page_list .home_list_box .home_list .img_box{ position: relative; width: 4.6rem; height: 2.711rem; }
.home_page_list .home_list_box .home_list img{ display: block; width: 100%; height: 100%; }
.home_page_list .home_list_box .home_list .price_sale{ position:absolute; bottom:0px; width: 100%; height:26px; line-height:26px;background: rgba(0,0,0,0.6);}
.home_page_list .home_list_box .home_list .price_sale .price{ color:#fd4715; float:right; margin-right: 8px;}
.home_page_list .home_list_box .home_list .price_sale .price strong{font-size: 16px;}
.home_page_list .home_list_box .home_list .price_sale .sale{ float:left; margin-left: 8px;}
.home_page_list .home_list_box .home_list .price_sale .sale span{ display: block; float:left; border-radius:2px; margin-top: 4px; border:solid 1px #ff5e02; background: #fd4715; color:#fff; font-size: 12px; line-height: 16px; padding: 0 3px; margin-right: 5px; }
.home_page_list .home_list_box .home_list h2{ font-size: 13px;height:32px;line-height:16px; margin:5px 5px 0 5px;overflow: hidden; }
.home_page_list2{ padding:18px 10px 10px 10px;}
.home_page_list2 h3{ font-size: 16px;line-height: 16px;}
.home_page_list2 .home_list_box{ overflow: hidden; margin-top: 10px; padding-bottom: 6px;}
.home_page_list2 .home_list_box li{ float:left; width: 50%;}
.home_page_list2 .home_list_box .home_list{ display: block; margin-left:8px; color:#333; position: relative;}
.home_page_list2 .home_list_box li:first-child .home_list{margin-right:8px; margin-left: 0;}
.home_page_list2 .home_list_box .home_list img{ height:100%;width: 100%; }
.home_page_list2 .home_list_box .home_list .pro_text{ position: absolute; top: 20px; left: 20px; width: 80%;}
.home_page_list2 .home_list_box .home_list h2, .home_page_list2 .home_list_box .home_list h3{height: 20px;color:#fff;line-height: 20px; margin-bottom: 5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.home_page_list2 .home_list_box .home_list h2{ font-size:18px;}
.home_page_list2 .home_list_box .home_list h3{ font-size:12px;}
/*天天特卖*/
.sale_product{padding: 0px 8px 20px 8px;margin: 0 auto;}
.product_box {display: block;margin: 0 auto;  margin-top: 10px; margin-bottom: 10px;  overflow: hidden;  background: #fff;  padding-bottom: 10px;  }
.product_box .time {  height: 34px;  line-height: 34px;  background: #fed701;  }
.product_box .time .weui-grid__icon{ float:left; margin-left: 10px; margin-top: 3px;}
.product_box .pro_cont {  padding: 5px;  }
.product_box .pro_img {  position: relative;  display: block; }
.product_box .pro_img img {  width: 100%;  height: 100%;  position: relative;  }
.product_box .pro_text {  width: 100%;  height: 32px;  line-height: 32px;  text-indent: 5px;  background: rgba(0,0,0,0.7);  position: absolute;  bottom: 0px;  color: #fff;  font-size: 13px;  font-family: '微软雅黑';  }
.product_box .pro_title {  height: 36px;  line-height: 18px;  overflow: hidden;  font-size: 15px;  font-weight: bold;  color: #333;  margin: 5px 0 5px 0;  }
.product_box .pro_price {  display: block;  float: left;  font-size: 18px;  color: #888;  }
.product_box .pro_button { display: block;  float: right;  width: 100px;  height: 32px;  background: #ff5a00;  line-height: 32px;  font-size: 16px;  text-align: center;  color: #fff;  margin-top: 12px;  }
.product_box .pro_price .pre_cost {  text-decoration: line-through;  font-size: 14px;  line-height: 16px;  }
.product_box .pro_price .price {  color: #ff5a00;  font-size: 14px; line-height: 24px;  }
.product_box .pro_price .price i {  font-size: 12px;  }
.product_box .pro_price strong {  font-size: 22px;  }
/*我的*/
.my_page_grids{background: #fff;border-bottom:solid 1px #d9d9d9;}
.my_page_grids .weui-grid{ width: 25%; padding:15px 0px;}
.my_page_grids .weui-grid .weui-grid__icon{ width: 26px; height: 26px;}
.my_page_grids .weui-grid .weui-grid__label{ font-size: 13px; color:#444; margin-top: 8px; line-height: 14px;}
/*底部*/
.bottom{position: fixed; bottom:0; width: 100%; z-index: 100;}
.bottom_height{ padding-bottom: 53px;}
.bottom .order_button{ display:block;width: 50%; float:left; background: #e92c24; color:#fff; height: 53px;line-height: 53px; text-align: center;  font-size: 18px;}
.bottom .all_price{ background:#fff;height: 53px; text-align: center; font-size: 14px; line-height: 20px; }
.bottom .all_price p{margin-top: 10px;}
.bottom .all_price span{ font-size: 16px;}
/*底部搜索条件筛选*/
.bottom_search{ background: rgba(0,10,20,0.8);}
.bottom_search .weui-tabbar__label{ color:#fff;}

/*遮罩层内容*/
.mask_layer{z-index:1501; background: rgba(0,0,0,0.6); width: 100%; height: 1920px; position: fixed; top: 0;}
.select_price_star{ width: 100%; background: #f1f1f1; position:fixed; bottom:0; padding: 10px 0;}
.select_price_star h2.title{ font-size: 14px; color:#666; margin-bottom:5px; padding: 0 10px;}
.select_price_star .select_price, .select_price_star .select_star{ overflow: hidden; margin: 10px;}
.select_price_star .select_price li{ float:left; width: 25%; margin-bottom: 5px; background: #fff; height: 28px; line-height:28px; text-align: center; border-left:solid 1px #f1f1f1; margin-left: -1px;}
.select_price_star .select_price li.cur{ background: #fe8784; color:#fff;}
.select_price_star .select_star li{ float:left; width: 33.33%; margin-bottom: 5px; background: #fff; height:28px; line-height:28px; text-align: center; border-left:solid 1px #f1f1f1; margin-left: -1px;}
.select_price_star .select_star li.cur{ background: #fe8784; color:#fff; position: relative;}
.select_price_star .select_star li.cur .weui-icon-success{position: absolute; top:2px;left: 2px; color:#fff; font-size: 14px;}
.bomb_cont{position:absolute; top:5%; width: 100%; overflow: hidden;}
.bomb_box{ margin: 15px; border-radius:5px; overflow: hidden; background: #fff;  height: 320px; }
.bomb_box .bomb_box_head{ background:#f0f0f0; padding:5px 5px 5px 15px; overflow: hidden;}
.bomb_box .bomb_box_head h2{ float:left; font-size: 16px; line-height: 34px;}
.bomb_box .bomb_box_close{ float:right; display: block; height: 24px; width: 24px; padding: 5px;}
.bomb_box .bomb_box_cont{ padding: 10px 15px; height: 300px; overflow-y: scroll;}
.bomb_box .bomb_box_cont h3{ font-weight: bold;}
.bomb_box .bomb_box_cont p{ color:#666; margin-bottom: 10px;}
.bomb_box_cont h4{ font-weight: bold;}
.bomb_box_cont .room_size{ padding: 10px; overflow: hidden;}
.bomb_box_cont .room_size li{ margin-bottom: 5px; float:left;width: 25%;}
.bomb_box_cont .room_size span{ display: inline-block; width: 44px; color:#666;}
.fill_pedestrian_info{}
.fill_pedestrian_info li{margin-bottom:10px;overflow: hidden;}
.fill_pedestrian_info li .title{ width: 54px;background-color: #00a2f7;  color: #fff;  border-radius: 3px;  padding:2px;  text-align: center;}
.fill_pedestrian_info li .fill_box{ width:230px; float:left;}
/*.fill_pedestrian_info li .fill_box .weui-cell{ padding: 0 10px;}*/
.fill_pedestrian_info li .fill_box input{ margin-bottom: 5px; height: 26px; padding: 0 2px; }
.fill_pedestrian_info li .fill_box select{ margin-bottom: 5px; height: 26px;padding: 0 2px;}
/*倒三角形*/
.arrow-down {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
}

.weui-tabbar__item {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    height: 48px;
    padding: 5px 0 0 0;
    line-height: 1;
    font-size: 14px;
    color: #999;
    text-align: center

}


.service_box:before {
    position: absolute;
    top: 0;
    border-top: 1px solid #2882df;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    transform: scaleY(.5);
}
/*.fill_info .weui-cell{ padding: 10px; min-height: 20px;}*/
.fill_info .weui-cell{ padding: 0.27rem; min-height: 0.53rem;}

/*********会员中心 add 2017.2.25**********/
.weui-navbar{position: inherit;}
.weui-navbar__item{height: 60px; padding: 0; line-height: 85px; font-size: 12px; background: #fff;}
.weui-navbar__item img{left: 39%; max-height: 20px; position: absolute; top: 20%;}
.weui-navbar a{color: #444; flex: 1 1 0;}

/*关于金马*/
.about_jm {padding: 10px; background: #fff;}
.about_jm img{width: 100%; display: block;}
.about_jm p{ font-size: 14px;}
.about_jm .winner h1 {font-size: 25px; font-weight: 900; color: #EC3C00; width:100%; background: #fff;}
.about_jm .market h1 {font-size: 25px; font-weight: 900; color: #EC3C00; width:100%; background: #fff;}
.about_jm .market strong {font-size: 20px !important;}
/*********会员中心**********/
.page .page-block li{background: #f0f0f0; height: 36px; border-top:solid 1px #ddd;padding: 4px 10px;}
.page .page-block li select{ width: 100%; height: 36px; border:solid 1px #bbb; border-radius:5px;}
.page .page-block li a {width:100%;color: #555;  display: block;  font-size: 13px;  height: 36px;  line-height: 36px;  text-align: center;  text-decoration: none;  }


/*旅游资讯*/
.page_bd{}
.page_bd .title_warp{  padding: 8px 0 10px 0;}
.page_bd .title_warp{  padding: 8px 0 10px 0;}
.page_bd .title_warp .title_name{ text-align: center; font-size: 16px;}
.page_bd .title_warp .title_box { color: #aaa;  font-size: 14px;  margin: 2px 0 ;  text-align: center;}
.page_bd .title_warp .title_box span{  margin:0 5px;}

.page_bd .pro_title_name{line-height:34px;height:34px;text-align: center;  border-bottom: 1px solid #d9d9d9;color: #222;  font-weight: bold;font-size: 16px;}

.page_bd .com_pro_list{border-bottom: 12px solid #f0f0f0;  border-top: 12px solid #f0f0f0;}
.page_bd .content_box{margin:25px 10px;}
.page_bd .content_box p{ color: #555; font-size: 13px;  line-height: 22px; overflow: hidden;  text-align: justify;display: block;  -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;text-indent: 24px; }
.content_box img{ width:100%;}

.page_bd .more_rec{ margin-top:4em;border-bottom: 12px solid #f0f0f0;  border-top: 12px solid #f0f0f0;}
.more_rec .weui-cell__bd{overflow: hidden; white-space: normal;height:32px;line-height: 32px;}


#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #fff;
}

#loader-wrapper figure {
    position: absolute;
    margin: auto;
    top: 0; bottom: 0; left: 0; right: 0;
    width: 6.250em; height: 6.250em;
    animation: rotate 2.4s linear infinite;
}
#loader-wrapper .white {
    top: 0; bottom: 0; left: 0; right: 0;
    background: white;
    animation: flash 2.4s linear infinite;
    opacity: 0;
}
#loader-wrapper .dot {
    position: absolute;
    margin: auto;
    width: 2.4em; height: 2.4em;
    border-radius: 100%;
    transition: all 1s ease;
}
#loader-wrapper .dot:nth-child(2) { top: 0; bottom: 0; left: 0; background: #FF4444; animation: dotsY 2.4s linear infinite; }
#loader-wrapper .dot:nth-child(3) { left: 0; right: 0; top: 0; background: #FFBB33; animation: dotsX 2.4s linear infinite; }
#loader-wrapper .dot:nth-child(4) { top: 0; bottom: 0; right: 0; background: #99CC00; animation: dotsY 2.4s linear infinite; }
#loader-wrapper .dot:nth-child(5) { left: 0; right: 0; bottom: 0; background: #33B5E5; animation: dotsX 2.4s linear infinite; }

@keyframes rotate {
    0% { transform: rotate( 0 ); }
    10% { width: 6.250em; height: 6.250em; }
    66% { width: 2.4em; height: 2.4em; }
    100%{ transform: rotate(360deg); width: 6.250em; height: 6.250em; }
}

@keyframes dotsY {
    66% { opacity: .1; width: 2.4em; }
    77%{ opacity: 1; width: 0; }
}
@keyframes dotsX {
    66% { opacity: .1; height: 2.4em;}
    77%{ opacity: 1; height: 0; }
}

@keyframes flash {
    33% { opacity: 0; border-radius: 0%; }
    55%{ opacity: .6; border-radius: 100%; }
    66%{ opacity: 0; }
}



.weui-navbar__item1 img{
    position: static;
}

.weui-navbar__item.weui-bar__item_on_h {
    background-color: #8B97A0 ;color:#fff;
}

/*新增介绍推荐导航*/
.navigation_h{ width:100%; height: 40px;line-height: 40px; border-bottom: #bcbcbc 1px solid; background-color: #fff; }
.navigation_h .nav_h_wrap{ width:33%; color:#222; font-size: 16px;text-align: center;line-height: 38px; float: left;}
.navigation_h .action_h{ color: #00a1fe; border-bottom: 2px solid #00a1fe;}


.table-container {
    width: 100%;
    overflow-y: auto;
    _overflow: auto;
    margin: 0 0 1em;
}

/**门票优惠券**/
.coupons_list{overflow: hidden;}
.coupons_list li{width: 115px; height: 70px;background: #5da8ef;color: #ffffff;float: left; margin: 5px 5px 0 0 ;padding: 15px 0 0 20px; cursor: pointer;border-radius: 5px;}
.coupons_list .yiq_cur{border: #f00000 2px solid;}
.coupons_list .yiq_cur{width: 111px; height: 66px;}
.coupons_list li span{display: block;}
.coupons_list li .m_sn{font-size: 20px;font-weight: bold;}
.coupons_list li .w_sn{font-size: 12px;}
.coupons_list li .date_line{font-size: 12px;}
.coupons_list li .use{text-align: center;}
.travel_coupons_block{border-top: #d9d9d9 1px solid; padding: 5px 0 5px 10px;}


/**前端领券样式**/
.coupons_lingqu_block{background: #ffffff;margin: 5px 0 5px 0;border-top: 1px solid #e3e5e9; border-bottom: 1px solid #e3e5e9; padding: 5px; overflow: hidden;}
.coupons_lingqu_block .sale_icon{color:#81838e;}
.coupons_lingqu_block li{width: 100px; height: 75px; border: #60bbf5 1px solid; color: #60bbf5; cursor: pointer;float: left; }
.coupons_lingqu_block li span{display: block;margin-left: 20px;}
.coupons_lingqu_block .amount{font-size: 24px;}


/**展开收起效果**/
.moreFilter {position: relative;margin-bottom: 10px;border-top: 1px #ececec solid;height: 27px;text-align: center;}
.moreFilter>a{position:relative;margin:0 auto;padding:0 15px;line-height:27px;color:#415F8C;border:1px solid #E0E0E0;border-top-color:#e0e0e0;border-top-style:solid;border-top-width:1px;border-radius:0 0 8px 8px;border-top:none;background-color:#F6F9FE;display:inline-block}
.moreFilter .dian{display:inline-block;width:2px;height:2px;background-color:#2477E3;margin:0 5px 5px}
.moreFilter .number{color:#2477E3;font-size:14px;font-weight:700}
.icon-double-arrow{font-size:12px;margin-left:8px;margin-top:-3px;transform:scale(.8)}
.icon-rotateX-180 {transform: rotateX(180deg) scale(.8);}
.moreFilter_block .hide{display:none;}
.hide_safe{display: none;}
.show_safe{display: flex;}

/** 积分 add 2018.12.14 **/
.point-title-zw {position: relative;}
.point-select {text-align: left;}
.question-zw {display: inline-block; vertical-align: top; margin-right: -.05rem; color: #666;font-size: 14px;}
.question-zw span {color: #000; font-weight: bold;}
.right-switch {position: absolute; right: 1rem;}
.question-icon { }
.question-icon img {width: 24px; height: 24px;}
.switch-point {width: 45px;height: 25px;}
.switch-point:before {width: 0px;}
.switch-point:after {width: 23px; height: 23px;}
.point-line {display: flex; justify-content: space-between; color: #666;}
.point-input input {width: 30px;}
.point-input .desc {}
.point-input .desc span {color: #333;}
.point-price {font-weight: bold; color: #EF4624;}
.weui-cell-zw {display: flex; justify-content: space-between; padding: 10px 10px 5px;}
.weui-cell-zw p {font-size: 14px;}

/** 订单详情支付明细 add 2018.12.19 **/
.pay-line-zw {display: flex; width: 100%;}
.pay-line-zw .ratio {width: 5%; border-left: 2px solid #E92C24;}
.pay-line-zw .content {width: 80%; font-size: 12px; color: #666666;}
.pay-line-zw .price {width: 15%; text-align: right;}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button { -webkit-appearance: none; }

input[type="number"] { -moz-appearance: textfield; }

.wx-head-hzw {background: #F0F0F0; border: none !important; padding: 10px 8px 0px; font-size: 14px;}

/* 产品对比 */
.page{ display: block; width: 100%; height: 100%; }
.page .header{ width: 100%; height: 44px; text-align: center; line-height: 44px;} /*user-oder and order-pay use*/
.page .info-head{ width: 100%; height: 1.17rem; text-align: center; line-height: 1.17rem; }
.left-arrow{ display: block; position: absolute; top: 0; left: 0; padding: .385rem; width: .24rem; height: .4rem; }
.left-arrow img{ display: block; width: 100%; height: auto; }
.page .title{ font-size: .48rem; color: #333; }
.right-redirect-operation{ display: block; position: absolute; right: 0; top: 0; padding: 0 .385rem; line-height: 44px; font-size: .48rem; color: #333; }
.white-background{ background: #fff; }
.section{ display: block; padding-bottom: 1.33rem; width: 100%; height: calc(100% - 44px); }
.contrast-operation{ display: block; position: fixed; bottom: 2.67rem; right: .27rem; z-index: 9999; /* padding: .32rem .33rem; */ width: 1.28rem; height: 1.28rem; text-align: center; line-height: 1; background: rgba(0, 0, 0, .65); border-radius: 10rem; font-size: .32rem; color: #fff; overflow: hidden; }
.contrast-operation div{ width: 100%; }
.contrast-operation div:first-child{ padding-top: .307rem; }
.contrast-operation div:last-child{ padding-bottom: .307rem; line-height: 1.2; }
.product-checkbox{ display: block; position: absolute; left: .29rem; top: 1.39rem; z-index: 99; width: .64rem; height: .64rem; border: .015rem solid #ccc; border-radius: .08rem; background: #fff; }
.product-checkbox-active{ background: #fd9d15; }
.product-checkbox-active::before{ display: block; content: ''; position: absolute; top: calc(50% - .14rem); left: calc(50% - .2rem); width: .4rem; height: .28rem; border-radius: 1rem; background: url(/Public/theme/default/app/images/contrast/tick.png) center top no-repeat; background-size: 100% auto; }
/* .product-checkbox-active:before{ display: block; position: absolute; top: calc(50% + .025rem); left: calc(50% - .25rem); content: ''; transform: rotate(45deg); width: .24rem; height: .05rem; background: #fff; border-radius: 1rem; }
.product-checkbox-active:after{ display: block; position: absolute; top: calc(50% - .025rem); right: calc(50% - .28rem); content: ''; width: .4rem; height: .05rem; background: #fff; border-radius: 1rem; transform: rotate(135deg); } */

.contrast-goods-list{ display: block; margin-top: .27rem; padding: 0 .27rem; background: #fff; }
.contrast-goods-item{ display: flex; justify-content: space-between; align-items: flex-start; position: relative; padding: .27rem 0; border-bottom: .013rem solid #bbbbbb; }
.contrast-goods-item:last-child{ border-bottom: 0; }
.contrast-goods-cover{ display: block; width: 28.2%; border-radius: .07rem; overflow: hidden; }
.contrast-goods-cover img{ display: block; width: 100%; height: 2.08rem; }
.contrast-goods-info{ display: block; width: 67.8%; }
.goods-info-name{ display: block; margin: 0 auto .25rem; width: 100%; height: 1.25rem; text-align: left; line-height: 1.2; font-size: .35rem; color: #333; overflow: hidden; }
.goods-info-price{ display: flex; justify-content: flex-end; align-items: baseline; text-align: right; line-height: 1; color: #ff1200; font-size: .35rem; }
.goods-info-price span{ display: inline-block; line-height: 1; font-size: .45rem; font-weight: bold; }

.contrast-bottom-tool{ display: flex; justify-content: space-between; align-items: center; position: fixed; left: 0; bottom: 0; z-index: 999; width: 100%; background: #fff; box-shadow: 0 0.05rem 0.3rem rgba(128, 128, 128, .98); font-size: .37rem; }
.tool-checked-all-operation, .tool-delete-operation, .tool-contrast-operation{ display: block; line-height: 1.31rem; text-align: center; }
.tool-checked-all-operation, .tool-delete-operation{ width: 28.65%;background: #fff; color: #333333; font-size: .37rem; }
.tool-checkbox{ display: block; margin-right: .35rem; width: .64rem; height: .64rem; border: .015rem solid #cccccc; border-radius: .08rem; background: #fff; }
.tool-checkbox-active{ position: relative; background: #fd9d15; }
.tool-checkbox-active::before{ display: block; content: ''; position: absolute; top: calc(50% - .14rem); left: calc(50% - .2rem); width: .4rem; height: .28rem; border-radius: 1rem; background: url(/Public/theme/default/app/images/contrast/tick.png) center top no-repeat; background-size: 100% auto; }
/* .tool-checkbox-active:before{ display: block; position: absolute; top: calc(50% + .025rem); left: calc(50% - .25rem); content: ''; transform: rotate(45deg); width: .24rem; height: .05rem; background: #fff; border-radius: 1rem; }
.tool-checkbox-active:after{ display: block; position: absolute; top: calc(50% - .025rem); right: calc(50% - .28rem); content: ''; width: .4rem; height: .05rem; background: #fff; border-radius: 1rem; transform: rotate(135deg); } */
.tool-contrast-operation{ width: 42.7%; background: #fd4239; color: #fff; font-size: .48rem; }
.delete-icon{ display: inline-block; margin-right: .267rem; width: .56rem; }
.delete-icon img{ display: block; width: 100%; }

.flex-center-center{ display: flex; justify-content: center; align-items: center; }
.flex-start-center{ display: flex; justify-content: flex-start; align-items: center; }
.tool-checkbox-selected{ position: relative; }
.tool-checkbox-selected::after{ content: ''; position: absolute; top: 10%; left: 10%; z-index: 999; width: 80%; height: 80%; background: #fd9d15; border-radius: .04rem; }

.contrast-content{ display: flex; justify-content: space-between; align-items: center; position: relative; margin-top: .05rem; padding: .27rem .19rem 0; background: #fff; border-bottom: .013rem solid #e5e5e5; }
.contrast-item{ display: block; position: relative; padding-bottom: .4rem; width: 50%; }
.contrast-item:first-child::before{ position: absolute; content: ''; right: 0; top: 0; width: .013rem; height: 100%; background: #e5e5e5; }
.contrast-item-title{ display: block; padding: 0 .16rem; height: 1.28rem; text-align: left; line-height: 1.3; font-size: .348rem; color: #333333; }
.contrast-item-price{ display: flex; justify-content: flex-start; align-items: baseline; margin-top: .2rem; padding: 0 .16rem; text-align: left; line-height: 1; font-size: .32rem; color: #999999; }
.price-label{ color: #fd4239; }
.price-content{ font-size: .43rem; color: #fd4239; }
.contrast-tab-bar{ display: flex; justify-content: space-between; align-items: center; padding: .27rem .51rem; background: #fff; box-shadow: 0rem -0.1rem 0.4rem rgba(0, 0, 0, .4); }
.contrast-tab-item{ display: block; width: 2.2rem; height: .85rem; text-align: center; line-height: .85rem; font-size: .37rem; color: #333333; }
.contrast-tab-item-active{ background: #fd4239; color: #fff; border-radius: .11rem; }
.contrast-tips{ display: block; margin: 0 auto; width: 100%; text-align: center; line-height: .81rem; color: #999999; font-size: .32rem; }
.contrast-info-section{ display: block; position: relative; width: 100%; height: calc(100% - 4.72rem); overflow: hidden; }
.contrast-info-wrap{ display: flex; justify-content: space-between; align-items: flex-start; position: relative; width: 300%; transition: transform ease .33s; height: 100%; overflow: auto; }
.contrast-info-item{ display: block; padding-bottom: .253rem; width: calc(100% / 3); background: #fff; }
.contrast-info-item:nth-child(2){ background: #fff; }
.contrast-info-tab{ display: block; }
.contrast-info-title{ display: block; position: relative; padding: .4rem .35rem .4rem .58rem; color: #5c5c5c; font-size: .35rem; }
.contrast-info-title:before{ display: block; position: absolute; top: calc(50% - .185rem); left: .23rem; content: ''; width: .11rem; height: .37rem; background: #ff5e56; border-radius: .05rem; }
.contrast-info-content{ display: block; padding: 0 .33rem 0 .55rem; }
.travel-contrast-content{ display: block; text-align: center; }
.travel-day-label{ display: inline-flex; justify-content: space-between; align-items: baseline; margin: 0 auto; padding: 0 .25rem; width: 1.23rem; height: .53rem; background: #4a92ff; border-radius: 10rem; color: #fff; font-size: .35rem; }
.travel-information-content{ display: block; margin-top: .47rem; }
.travel-destination{ display: flex; justify-content: space-between; align-items: flex-start; font-size: .3467rem; color: #4c4c4c; }
.contrast-info-item:first-child .travel-destination:first-child{ font-size: .373rem; color: #333333; }
.destination-item{ display: block; position: relative; padding-bottom: .547rem; width: 50%; text-align: left; }
/* .travel-contrast-content:last-child .travel-destination:last-child .destination-item:last-child::before,
.travel-contrast-content:last-child .travel-destination:last-child .destination-item:first-child::before{ height: 0; } */
/* .destination-item:first-child::before{ display: block; content: ''; position: absolute; right: -.05rem; top: 0; z-index: 10; height: 100%; border-right: .05rem dotted #dbdbdb; }
.destination-item:last-child::before{ display: block; content: ''; position: absolute; left: -.01rem; top: 0; z-index: 10; height: 100%; border-right: .05rem dotted #dbdbdb; } */
.destination-item-line-left, .destination-item-line-right{ position: relative; }
.destination-item-line-left::before,
.destination-item-line-right::before{ display: block; content: ''; position: absolute; left: -.01rem; top: 0; z-index: 10; height: 100%; border-right: .05rem dashed #dbdbdb; }
.destination-item-line-left::before{ right: -.05rem; }
.destination-item-line-right::before{ left: -.01rem; }
.destination-item:first-child{ padding-right: .33rem; }
.destination-item:last-child{ padding-left: .55rem; }
.travel-contrast-content:last-child .travel-destination:last-child .destination-item{ margin-bottom: .547rem; padding-bottom: 0; }
.locale::after{ display: block; content: ''; position: absolute; left: calc(100% - .115rem); top: -.2rem; z-index: 11; width: .16rem; height: .16rem; background: #eeeeee; border: .055rem solid #dbdbdb; border-radius: 100rem; }
.catered::after{ display: block; content: ''; position: absolute; left: calc(100% - .3335rem); top: -.133rem; z-index: 11; width: .667rem; height: .667rem; background: url(/Public/theme/default/app/images/contrast/catered.jpg) center top no-repeat; background-size: 100% auto; border-radius: 10rem; }
.hotel::after{ display: block; content: ''; position: absolute; left: calc(100% - .3335rem); top: -.133rem; z-index: 11; width: .667rem; height: .667rem; background: url(/Public/theme/default/app/images/contrast/hotel.jpg) center top no-repeat; background-size: 100% auto; border-radius: 10rem; }

.travel-standard{ display: block; position: relative; border-bottom: 1px solid #e5e5e5; }
.travel-standard::after{ display: block; content: ''; position: absolute; top: 0; left: calc(50% - 1px); width: 1px; height: 100%; background: #e5e5e5; }
.travel-standard .travel-information-content{ margin-top: 0; }
.travel-standard .destination-item{ padding-bottom: .13rem; }

.show-all-date{ display: inline-flex; justify-content: space-between; align-items: center; margin-left: .1rem; font-size: .347rem; color: #4a92ff; }
.show-all-date img{ display: inline-block; margin-left: .07rem; width: .267rem; height: .16rem; }

.all-date-panel{ display: none; position: fixed; top: 0; left: 0; z-index: 999; width: 100%; height: 100%; }
.shadow{ display: block; position: relative; top: 0; left: 0; z-index: 1; width: 100%; height: 100%; background: rgba(0, 0, 0, .6); }
.all-date-content{ display: block; position: absolute; top: calc(50% - 5.3335rem); left: 15%; z-index: 2; width: 70%; background: #fff; border-radius: .212rem; }
.all-date-header{ display: block; position: relative; }
.date-content-title{ display: block; text-align: center; line-height: 1.07rem; font-size: .48rem; font-weight: bold; color: #333; }
.show-date-section{ display: block; padding: 0 .4rem; line-height: 1.12rem; font-size: .373rem; font-weight: normal; color: #333; }
.close-operation{ position: absolute; top: calc(50% - .355rem); right: .266rem; width: .75rem; height: .75rem; }
.close-operation img{ display: block; width: 100%; height: auto; }
.all-date-section{ display: block; margin: 0 auto; width: 88%; font-size: .3467rem; color: #4c4c4c; overflow: auto; }

.text-left{ text-align: left; }
.text-center{ text-align: center; }
.text-justify{ text-align: justify; }
.text-right{ text-align: right; }
.text-over-1{ display: block; text-overflow:ellipsis; white-space: nowrap; overflow: hidden; }
.text-over-2{ display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
.text-over-3{ display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }

.e5-bg{ background: #e5e5e5; }

/* 客服中心 */
.page-background{ display: block; width: 100%; height: 100%; background: #409af7; }
.page-background-image{ display: block; width: 100%; }
/* 优惠券 add hzw 2019.05.28 */
.left-hzw {width: 80%;}
.left-hzw .use-coupons-hzw {margin-top: .27rem;}
.right-hzw {width: 20%; justify-content: flex-end;}
.right-hzw .coupons-price-hzw {color: #EF4624; margin-right: 2vh;}

#select-coupons {width: 100%; height: 100% !important; position: absolute; top: 0; z-index: 99999999;}

/**推荐码**/
.recommend_code_head{border-bottom: none}
.recommend_code_head .name{font-weight: bold;}
.recommend_block::before{border-top: none;}
.recommend_block .right_cont{overflow: hidden;}
.recommend_block .recommend_input{float: left;width: 40%;border-bottom: #ECECEC 1px solid;}
.recommend_block .recommend_code_tis{float: right}

/*首页头部*/
.page_hd{background: #fff;}
.page_ft,.page_ft .bottom{max-width: 10rem;margin: 0 auto;}

/* 遮罩 */
.shadow-box {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 120;
    /* -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease; */
}
.shadow-box img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100px;
    height: 100px;
}
.shadow-box-zw {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .4);
    z-index: 999;
}
.display-none{
    display: none!important;
}
.screen-action {
    -webkit-transform: translate3d(0, 0, 0)!important;
    -moz-transform: translate3d(0, 0, 0)!important;
    -ms-transform: translate3d(0, 0, 0, 0)!important;
    -o-transform: translate3d(0, 0, 0)!important;
    transform: translate3d(0, 0, 0)!important;
}
.ggimg{
    position: fixed;
    width: 7.73rem;
    height: 10.13rem;
    /* background-color: #fff; */
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 100000;
}
.ggimg-imgbox{
    width: 7.73rem;
    height: 9.33rem;
    display: inline-block;
}
.ggimg .btn{
    /* border-radius: 50%;
    border: 1px solid #fff;
    color: #fff;
    font-size: .3467rem; */
    width: 0.8rem;
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: 0;
    cursor: pointer;
    transform: translate(-50%,0);
}   
.ggimg-img{
    width: 100%;
}

/* 2021-08-27新增 */
.code-box {
    padding: .373333rem .32rem 0 .32rem;
}
.code-title{
    font-size: .48rem;
    font-weight: bold;
}
.code-tip{
    color: #e92c24;
    position: absolute;
    right: .853333rem;
    top: 0;
    display: inline-block;
    background: #fff;
}

.code-tip {
    color: #e92c24;
    position: absolute;
    right: .853333rem;
    top: 0;
}

.code-box .right_cont svg{
    width: .52rem;
    height: .52rem;
    position: absolute;
    right: .08rem;
    top: 0;
}
.code-box .right_cont{
    position: relative;
}
/* 底层按钮 */
.bottom_new{
    background-color: #f7f7fa;
    padding: .16rem 0;
}
.bottom_new .bottom-left{
    width: 58%;
    /* display: inline-block; */
    float: left;
    height: 1.12rem;
    line-height: 1.12rem;
    text-align: center;
}
.bottom_new .order_button{
    border-radius: .8rem;
    background: linear-gradient(to right, #ff5c72, #f33f39);
    height: 1.12rem;
    line-height: 1.12rem;
    margin-right: 2%;
}
.bottom_new .bottom-left-title{
    font-size: .373333rem;
}
.bottom_new .bottom-left-con{
    font-size: .426667rem;
    color: #f33f39;
    font-weight: bold;
}

.bottom_new .order_button{
    width: 40%;
}