/* 默认布局设计 */
@media screen and (min-width: 1200px){

	/* ----------------------订单填写页样式-------------------- */
  /* 右栏容器 */
  div.right_col_con{
    float: right;
  }
}


@media screen and (min-width: 992px) and (max-width: 1199px) {

  /* ----------------------预订首页样式-------------------- */
  /* 日期选择 */
  div.date_select{ width: 892px; }
  div.date_select_con{ height: 180px; }
  div.type1{ margin-top: 60px; }
  /* 房型 */
  div.house_type_con, div.hide_con{
    width: 992px;
  }
  /* 左侧容器 */
  div.image{
    width: 451px;
  }
  /* 右侧容器 */
  div.descri_con{
    width: 451px;
  }
  /* 右侧垂直距离 */
  p.type_des{
    margin-top: 10px;
  }
  ul.info_item{
    margin-top: 15px;
  }
  div.price{
    margin-top: 15px;
  }
  ul.score{
    margin-top: 5px;
  }
  /* 隐藏容器 */
  div.hide_con{
    border-top: none;
    height: auto;
  }
  li.col1{
    width: 451px;
  }
  li.col2{
    margin-left: 28px;
  }
  li.row_li{
    margin-top: 20px;
    margin-bottom: 16px;
    padding-bottom: 10px;
  }

  /* 房型详细信息 */
  .reveal-modal2{
    left: 20%;
    width: 60%;
    top: 13%;
    height: 74%;
  }

  /* ----------------------订单填写页样式-------------------- */
  div.rect{
    width: 263px;
  }
  /* 流程进度 */
  div.thr_step{
    width: 992px
  }
  /* 两列布局 */
  div.two_col_con{
    width: 992px;
  }
  /* 左栏容器 */
  div.left_col_con{
    margin-left: 4%;
  }
  /* 右栏容器 */
  div.right_col_con{
    margin-right: 4%;
    float: right;
  }
}




@media screen and (min-width: 768px) and (max-width: 991px) {

  /* ----------------------预订首页样式-------------------- */
  /* 页眉 */
  div.pub_header_con{ min-width: 768px;}
  /* 日期选择 */
  div.date_select{  width: 768px;}
  div.date_select_con{ height: 180px; }
  div.type1{ margin-top: 50px; }
  /* 房型 */
  div.house_type_con, div.hide_con{
    width: 768px;
  }
  /* 左侧容器 */
  div.image{
    width: 708px;
    clear: both;
  }
  /* 右侧容器 */
  div.descri_con{
    width: 708px;
    clear: both;
    margin-right: -2px;
  }
  /* 隐藏容器 */
  li.col1{
    width: 270px;
  }

  /* 房型详细信息 */
  .reveal-modal2{
    left: 15%;
    width: 70%;
  }

  /* ----------------------订单填写页样式-------------------- */
    /* 页眉 */
    div.pub_header_con{ min-width: 768px;}
    div.rect{
      width: 188px;
    }
    /* 流程进度 */
    div.thr_step{
      width: 768px
    }
    /* 两列布局 */
    div.two_col_con{
      width: 768px;
    }
    /* 左栏容器 */
    div.left_col_con{
      width: 48%;
      margin-left: 1%;
      padding: 0;
    }
    /* 右栏容器 */
    div.right_col_con{
      width: 48%;
      margin-right: 1%;
      float: right;
    }
    fieldset, div.hotel_address, div.book_info, div.book_rule, img.hotel_pho{
      width: 315px;
      margin: 0 auto;
    }
}





@media screen and (max-width: 767px) {

  /* ----------------------预订首页样式-------------------- */
  /* 页眉 */
  div.pub_header_con{ min-width: 768px;}
  /* 日期选择 */
  div.date_select{  width: 768px;}
  div.date_select_con{ height: 180px; }
  div.type1{ margin-top: 50px; }
  /* 房型 */
  div.house_type_con, div.hide_con{
    width: 768px;
  }
  /* 左侧容器 */
  div.image{
    width: 708px;
    clear: both;

  }
  /* 右侧容器 */
  div.descri_con{
    width: 708px;
    clear: both;
    margin-right: -2px;
  }

  /* 隐藏容器 */
  li.col1{
    width: 270px;
  }
  /* 房型详细信息 */
  .reveal-modal2{
    left: 5%;
    width: 90%;
  }

  /* ----------------------订单填写页样式-------------------- */
  /* 页眉 */
  div.pub_header_con{ min-width: 767px;}
  div.rect{
    width: 186px;
  }
  /* 流程进度 */
  div.thr_step{
    width: 767px
  }
  /* 两列布局 */
  div.two_col_con{
    width: 767px;
  }
  /* 左栏容器 */
  div.left_col_con{
    width: 600px;
    margin-left: 84px;
    margin-right: 84px;
    padding: 0;
  }
  /* 右栏容器 */
  div.right_col_con{
    width: 600px;
    margin-left: 84px;
    margin-right: 84px;
  }
  fieldset, div.hotel_address, div.book_info, div.book_rule, img.hotel_pho{
    width: 600px;
    margin: 0 auto;
  }
}




/* 原有代码的追加样式集中存放在此处 */
/* 首页增加日期选择控件 */
div.old_home div.date_select_con{
  position: absolute;
  z-index: 10;
  background: transparent;
  width:100%;
  margin-top:0px;
}
div.old_home div.date_select_con div.date_select{
  background-color: transparent;height:auto;
}
div.old_home
div.date_select_con 
div.date_select ul.date_select{
  margin-top: 78px;
  width: 1006px;
}
div.old_home
div.date_select_con 
div.date_select 
ul.date_select
input{
  background-color:rgba(255,255,255,0.85);
  margin-right:2px;
}
/* 登录链接 */
a.home_login{
  cursor:pointer;
}
a.home_login img.login_man{
  display:inline-block;
  padding-left:28px;
}
/* 首页登录框弹出层样式 */
/* 弹出层样式 */
/* 遮罩层 */
.reveal-modal-bg { /*插件动态生成*/
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,.5);
  /* filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000); */
  filter:alpha(opacity=50);
  z-index: 999998;
  display: none;
  top: 0;
  left: 0;
}
.reveal-modal_oldhome,
.reveal-modal_oldhome_denglu,
.reveal-modal_oldhome_query
 { /*弹出内容容器样式*/
  /*可以让页面在Native端滚动时模拟原生的弹性滚动效果*/
/*添加至需要滚动的元素上*/
  -webkit-overflow-scrolling : touch;  
  visibility: hidden;
  top: 15%;
  left: 32.5%;
  /* margin-left: -300px; */
  background: #fff no-repeat -200px -80px;
  position: fixed;
  z-index: 999999;
  padding: 30px;
  -moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
  box-shadow: 0 0 10px rgba(0,0,0,.4);

  width: 35%;
  margin-left: auto;
  margin-right: auto;
  min-width: 404px;
  /* height: 612px; */
  /* margin-bottom: 10px; */
  background-color: white;
}
.reveal-modal_oldhome .close-reveal-modal,
.reveal-modal_oldhome_denglu .close-reveal-modal,
.reveal-modal_oldhome_query .close-reveal-modal
 { /*关闭按钮*/
  font-size: 22px;
  line-height: .5;
  position: absolute;
  top: 16px;
  right: 16px;
  color: #aaa;
  text-shadow: 0 -1px 1px rgba(0,0,0,.6);
  font-weight: bold;
  cursor: pointer;
}
/* 登录框内部样式 */
div.three_tanchu h3{
  text-align: center;
  font-size: 22px;
  color: #6c6c6c;
  padding-bottom: 10px;
  margin-top: 5px;
}
/* div#loginModal form{
  overflow-y: scroll;
} */
div.three_tanchu form.login_form
{
  /* height: 100%; */
  width: 344px;
  margin-left:auto;
  margin-right: auto;
  padding-top: 20px;
}
/* 滚动设置 */
div.inside_scroll{
  overflow-y: scroll;
  height:90%;
}
div.three_tanchu input.account,
div.three_tanchu input.password
{
  padding: 15px;
  width: 100%;
  height: 100%;
  color: #9e9e9e;
  font-size: 14px;
  border: 1px solid #e0e0e0;
}
div.three_tanchu input.login_submit
{
  width: 100%;
  height: 48px;
  border: none;
  background-color: #c9ad7c;
  outline:none; 
  color: white;
  font-size: 16px;
}
div.three_tanchu div.account_con,
div.three_tanchu div.password_con
{
  position: relative;
  height: 48px;
  margin-bottom: 15px;
}
div.three_tanchu div.password_con
{
  margin-bottom: 25px;
}
div.three_tanchu input.login_submit{
  margin-bottom: 25px;
}
div.three_tanchu a.forget_password
{
  margin-bottom: 75px;
  text-align: center;
}
div.three_tanchu a.register{
  display: block;
  height: 48px;
  border: 1px solid #c9ad7c;
  text-align: center;
  line-height: 47px;
  margin-bottom: 38px;
  color: #c9ad7c;
  font-size: 16px;
  cursor: pointer;
}
div.three_tanchu span.center_text{
  color: #6c6c6c;
  font-size: 14px;
}
div.three_tanchu i.img_account{
  display: block;
  width: 20px;
  height: 20px;
  background-image: url('../images/account.png');
  background-repeat: no-repeat;
  position: absolute;
  right: 15px;
  top: 15px;
}
div.three_tanchu i.img_password{
  display: block;
  width: 20px;
  height: 20px;
  background-image: url('../images/password.png');
  background-repeat: no-repeat;
  position: absolute;
  right: 15px;
  top: 15px;
}
a.forget_password,
a.register
{
  display: block;
  text-align: center;
}
/* 其他方式 */
div.three_tanchu div.other_way{
  margin-bottom: 85px;
}
div.three_tanchu span.left_line,
div.three_tanchu span.right_line
{
  display: inline-block;
  height:1px;
  background-color: #d1d1d1;
  width: 111px;
  vertical-align: middle;
}
div.three_tanchu span.left_line{
  margin-right: 15px;
}
div.three_tanchu span.right_line{
  margin-left: 15px;
}
/* 两个图标 */
div.three_tanchu div.other_way i{
  display: block;
  width: 32px;
  height: 33px;
  background-repeat: no-repeat;
  position: absolute;
  margin-top: 14px;
}
div.three_tanchu div.other_way i.bg_weixin{
  right:24px;;
}
div.three_tanchu div.other_way i.bg_tengxun{
  left:24px;;
}
/* 查询预订弹窗 */
form.login_form a.member_tips{
  display: block;
  text-align: center;
  margin-top: 78px;
  margin-bottom: 22px;
}
/* 关联账号弹出层 */
form.login_form img.photo_account{
  display: block;
  width: 96px;
  height: 96px;
  border-radius: 48px;
  background-image: url('../images/account_photo.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: auto;
}
form.login_form div.circle_photo{
  width: 108px;
  height: 108px;
  border-radius: 54px;
  border: 1px solid ;
  padding: 5px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 65px; /*h3的30px被重叠了*/
}
form.login_form p.connect_name,
form.login_form p.connect_tips{
  text-align: center;
}
form.login_form p.connect_name{
  font-size: 14px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 5px;
}
form.login_form p.connect_tips{
  margin-bottom: 50px;
}
a.connect{
  margin-bottom: 77px !important;
}
/* div.connect_form{
  height: 592px;
  padding: 0;
  padding-top: 30px;
} */
/* 会员注册 */
div.regi_left_con{
  float: left;
  width: 56.9%;
}
div.regi_right_con{
  float: right;
  width: 33.2%;
}
div.register_member_form{
  padding-left: 0;
  padding-right: 0;
}
div.register_member_form form.register_member_form{
  width: 90.6% !important;
  margin-left: auto;
  margin-right: auto;
}
form.register_member_form input{
  height: 48px;
  padding: 15px;
}
form.register_member_form input.your_name,
form.register_member_form input.your_phone,
form.register_member_form input.regi_now,
form.register_member_form input.pic_safe_code
{
  width: 100%;
}
form.register_member_form input{
  border: 1px solid #e0e0e0;
  background-color:white;
  outline:none; 
  border-radius: 0;
}
form.register_member_form input.your_name{
  margin-bottom: 15px;
}
form.register_member_form div.your_sex_con{
  margin-bottom: 15px;
}
form.register_member_form div.your_phone_con{
  margin-bottom: 15px;
}
form.register_member_form div.your_safe_con{
  margin-bottom: 15px;
}
form.register_member_form div.your_safe_con2{
  margin-bottom: 25px;
}
form.register_member_form div.error_tips_con{
  margin-bottom: 15px;
}
/* 立即注册 */
form.register_member_form div.regi_rules_con{
  /* margin-bottom:  */
  margin-top: 20px;
  margin-bottom: 75px;
}
form.register_member_form div.regi_rules_con input,
form.register_member_form div.regi_rules_con span,
form.register_member_form div.regi_rules_con a
{
  vertical-align: middle;
  font-size: 14px;
}
form.register_member_form div.regi_rules_con input{
  margin-top: 0;
  height: auto;
}
form.register_member_form div.regi_rules_con a{
  font-weight: bold;
}
/* 短信验证 */
form.register_member_form input.message_safe_code{
  width: 64.7%;
}
form.register_member_form input.check_message_code{
  width: 35.3%;
  float: right;
  padding: 0;
  line-height: 47px;
  text-align: center;
}
/* 直接登录 */
form.register_member_form a.direct_login{
  width: 94.5%;
}
div.three_tanchu div.regi_right_con i.bg_weixin{
  left:0;
}
div.three_tanchu div.regi_right_con i.bg_tentxun{
  left:0;
}
div.three_tanchu div.regi_right_con div.left_pic,
div.three_tanchu div.regi_right_con div.center_pic
{
  clear: both;
  display: inline-block;
  height: 33px;
  width: 32px;
  float: none;
}
div.three_tanchu div.regi_right_con div.left_pic
{
  margin-right: 40px;
}
/* 性别图标切换 */
div.three_tanchu div.your_sex_con{
  position: relative;
}
div.three_tanchu div.left,
div.three_tanchu div.right
{
  border: 1px solid #e0e0e0;
  height: 48px;
  padding: 15px;
  text-align: center;
  width: 48.5%;
  margin: 0;
}
div.three_tanchu div.left span,
div.three_tanchu div.right span
{
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
}
div.three_tanchu div.left{
  float: left;
}
div.three_tanchu div.right{
  float: right;
}
div.three_tanchu div.left span.your_sex_man,
div.three_tanchu div.right span.your_sex_girl
{
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 16px;
  height: 20px;
}
div.three_tanchu div.left span.your_sex_man{
  background-image: url('../images/male.png');
  margin-right: 5px;
}
div.three_tanchu div.right span.your_sex_girl{
  background-image: url('../images/female.png');
  margin-right: 5px;
}
/* 切换特效 */
div.three_tanchu div.left:hover,
div.three_tanchu div.right:hover{
  color: #c9ad7c;
  border-color: #c9ad7c;
  cursor: pointer;
}
div.three_tanchu div.left:hover span.your_sex_man{
  background-image: url('../images/male_high.png');
  margin-right: 5px;
}
div.three_tanchu div.right:hover span.your_sex_girl{
  background-image: url('../images/female_high.png');
  margin-right: 5px;
}
/* 鼠标点击保留突出样式 */
div.three_tanchu div.left_click,
div.three_tanchu div.right_click
{
  color: #c9ad7c;
  cursor: pointer;
  border: 1px solid #c9ad7c;
  height: 48px;
  padding: 15px;
  text-align: center;
  width: 48.5%;
  margin: 0;
}
div.three_tanchu div.left_click span.your_sex_man{
  background-image: url('../images/male_high.png');
  margin-right: 5px;
}
div.three_tanchu div.right_click span.your_sex_girl{
  background-image: url('../images/female_high.png');
  margin-right: 5px;
}
div.three_tanchu div.left_click span,
div.three_tanchu div.right_click span
{
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
}
div.three_tanchu div.left_click{
  float: left;
}
div.three_tanchu div.right_click{
  float: right;
}
div.three_tanchu div.left_click span.your_sex_man,
div.three_tanchu div.right_click span.your_sex_girl
{
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 16px;
  height: 20px;
}
/* 姓名，手机，图形验证图标定位 */
div.three_tanchu div.regi_left_con div.your_name_con,
div.three_tanchu div.regi_left_con div.your_phone_con,
div.three_tanchu div.regi_left_con div.your_safe_con
{
  position: relative;
}
div.three_tanchu div.regi_left_con i.your_name,
div.three_tanchu div.regi_left_con i.your_phone,
div.three_tanchu div.regi_left_con div.your_safe_pic
{
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 16px;
  height: 20px;
  display: block;
  position: absolute;
  right: 15px;
  top: 15px;
}
div.three_tanchu div.regi_left_con i.your_name{
  background-image: url('../images/password.png');
}
div.three_tanchu div.regi_left_con i.your_phone{
  background-image: url('../images/phone.png');
}
div.three_tanchu div.regi_left_con div.your_safe_pic{
  width: 110px;
  height: 46px;
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  border-right: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  border-radius: 0;
}
/* 立即注册 */
div.three_tanchu div.regi_left_con input.regi_now{
  background-color: #c9ad7c;
  color: white;
}
div.three_tanchu div.regi_left_con div.regi_rules_con input{
  border-radius: 0x;
  margin-right: 5px;
  padding: 0;
}
/* 直接登录 */
div.three_tanchu div.regi_right_con a.direct_login{
  color: #c9ad7c;
  border-color: #c9ad7c;
  margin-top: 15px;
  margin-bottom: 45px;
  border: 1px solid;
  height: 44px;
  display: block;
  text-align: center;
  line-height: 43px;
  text-decoration: none;
}
div.three_tanchu div.regi_right_con p.other_way{
  margin-bottom: 0;
}
/* 三个方式图标 */
div.three_tanchu div.center_pic i.bg_weibo_grey{
  background-image: url('../images/weibo_grey.png');
}
div.three_tanchu div.regi_right_con div.left_pic,
div.three_tanchu div.regi_right_con div.right_pic
{
  display: inline-block;
  width: 30%;
}
div.three_tanchu div.regi_right_con div.left_pic{
  margin-right: 3px;
  width: 20%;
}
div.three_tanchu div.left_pic{
  width: 50%;
  float: left;
  position: relative;
}
div.three_tanchu div.right_pic{
  width: 50%;
  float: right;
  position: relative;
}
div.three_tanchu form.register_member_form div.right_pic{ /*注册页wx、qq位置*/
  width: 50%;
}
div.three_tanchu div.left_pic i.bg_weixin{
  background-image: url('../images/weixin.png');
}
div.three_tanchu div.right_pic i.bg_tengxun{
  background-image: url('../images/tengxun.png');
}
/* 手机号码格式错｝ */
div.three_tanchu div.regi_left_con span.error_warning{
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url('../images/error_warning.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
  margin-top: -5px;
}
div.three_tanchu div.regi_left_con p.your_error_tips{
  color: #c63434;
  display: inline-block;
}
/* 首页上不间距 */
body.old_home div.banner{
  margin-top: -9px;
}
/* 短信验证框右边框取消 */
input.message_safe_code{
  border-right: 0px solid !important;
}





/* -------------------原有首页内容增加以及样式调整--------------- */
div.pull_down ul li{
  color: #757575;
  height: 100%;
  line-height: 50px;
}
div.pull_down{
  background-color: #eee;
  height: 50px;
  margin-top: -4px;
  display: none;
}
div.pull_down ul{
  height: 100%;
}
div.pull_down ul li a:hover{
  color: #c9ad7c;
  border-bottom: 1px solid #c9ad7c;
}
/* 5D宴会（相对于body的定位） */
body.old_home{
  position: relative;
}
div.position_5d{
  display: none;
  width: 115px;
  height: 115px;
  position: absolute;
  top: 145px;
  right: 2.5%;
  z-index: 997;
  background-color: rgba(201, 173, 124, 0.8)
}
div.position_5d a.img_bg{
  display: block;
  width: 100%;
  height: 100%;
  background-image: url('../images/5D_meeting.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
div.enjoy_art{
  display: none;
  position: absolute;
  z-index: 997;
  top: 655px;
  left: 70px;
  color: white;
}
div.enjoy_art h3{
  font-size: 48px;
  font-weight: bold;
  font-family: 'San Fransico';
}
div.enjoy_art p{
  font-size: 16px;
}
/* 会员菜单 */
div.home_member_menu{
  /* border: 1px solid red; */
  position: absolute;
  width: 232px;
  background-color: white;
  right: 4%;
  top: 80px;
  box-shadow: 0 0 6px #333;
  z-index: 999;
  border-radius: 2px;
  padding-left: 25px;
  padding-right: 25px;
  display: none;
}
div.home_member_menu ul{
  margin: 0;
  padding: 0;
  width: 100%;
}
div.home_member_menu ul li{
  clear: both;
  height: 60px;
  border-bottom: 1px solid #d5d5d5;
  margin: 0;
  width: 100%;
  line-height: 59px;
  text-align: left;
  padding-left: 0;
  color: #545555;
}
div.home_member_menu ul li.last-child{
  border-bottom: none;
}
/* 三角形 */
div.home_member_menu div.san_jiao{
  width: 25px;
  height: 13px;
  position: absolute;
  top: -13px;
  right: 26%;
  z-index: 1000;
  background-image: url('../images/top_3jiao.jpg');
}
div.home_member_menu_show{
  display: block;
}
/* 首页登录框弹出层样式--------------------登录框------------- */
/* 弹出层样式 */
/* 遮罩层 */
/*.reveal-modal-bg { /*插件动态生成*/
  /* position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,.5); */
  /* filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000); */
  /* filter:alpha(opacity=50);
  z-index: 999998;
  display: none;
  top: 0;
  left: 0;
} */

/* 原有美蘭绽放页面样式补充修改 */
#item3 > div.service-item > ul > li > a{
  color: white;
 
}

/* 新增需求 */
div.who_login{
  display: none;
}
div.who_login2{
  display: none;
}
div.who_login .phone,
div.who_login .xieyi,
div.who_login2 .xieyi,
div.who_login .password,
div.who_login .denglu{
  width: 100%;
  height: 42px;
  background-color: white;
  padding-left: 10px;
  padding-right :10px;
  line-height: 41px;
  border: none;
  margin-bottom: 0;
}
div.who_login .phone,
div.who_login .xieyi,
div.who_login .password{
  border: 1px solid #d5d5d5;
}
div.who_login .denglu{
  background-color: #c9ad7c !important;
  color: white;
}
div.who_login .phone_con,
div.who_login .password_con,
div.who_login .denglu_con{
  margin-bottom: 10px !important;
}
div.who_login a.left{
  float: left;
}
div.who_login a.right{
  float: right;
}


/* 日历选中日期颜色 */
.layui-laydate .layui-this{
  background-color: #c9ad7c !important
}