/*reset*/

body,
html,
div,
p,
table,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  padding: 0px;
}

ul,
ol,
li,
dl,
dt,
dd {
  list-style: none;
}

img,
a {
  border: none;
}

em {
  font-style: normal;
}

a {
  outline: none;
  text-decoration: none;
}

/*base*/

body {
  font-family: "寰蒋闆呴粦", "瀹嬩綋", Verdana, sans-serif;
  color: #444444;
  font-size: 14px;
}

.clearfix:after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: left;
  margin: 6px 0 0 15px;
}

.calendar-wraper2 {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 600px;
  height: 500px;
  margin: -250px 0 0 -300px;
  overflow: auto;
  z-index: 300155555666333;
  background: #fff;
  display: none;
}

.calendar-wraper2.active {
  display: block;
}

.shadow2 {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 300555569;
  background: rgba(0, 0, 0, 0.5);
}

.section_wrapper {
  overflow-x: auto;
  margin: 10px;
  background: #fff;
}

.section_scroll {
  min-width: 900px;
  padding: 15px;
}

.section_wrapper .section_controler {
  margin-bottom: 10px;
  position: relative;
}

.section_wrapper .section_controler span {
  color: green;
  line-height: 46px;
  margin-left: 10px;
}

.section_wrapper .section_controler .select_date {
  font-size: 0;
}

.section_wrapper .section_controler .select_date .prev,
.section_wrapper .section_controler .select_date .next {
  display: inline-block;
  width: 70px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  cursor: pointer;
  color: #288fe7;
  font-size: 14px;
}

.section_wrapper .section_controler .select_date .prev.disabled,
.section_wrapper .section_controler .select_date .next.disabled {
  vertical-align: top;
  color: #808080;
  cursor: default;
}

.section_wrapper .section_controler .select_date .more_date {
  vertical-align: top;
  display: inline-block;
  width: 138px;
  height: 46px;
  text-align: center;
  background: #ff932a;
  line-height: 23px;
  font-size: 14px;
  cursor: pointer;
}

.section_wrapper .section_controler .select_date .more_date p:nth-child(1) {
  color: #ffffff;
}

.section_wrapper .section_controler .select_date .more_date p:nth-child(2) {
  color: #ffdebf;
}

.section_wrapper .section_controler .select_hotel {
  width: 140px;
  position: absolute;
  right: 15px;
  top: 10px;
  border: 1px solid #9a9a9a;
  color: #9a9a9a;
  border-radius: 2px;
  overflow: hidden;
  cursor: pointer;
  z-index: 2;
  background: #fff;
}

.section_wrapper .section_controler .select_hotel .name {
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-indent: 10px;
}

.section_wrapper .section_controler .select_hotel .drop {
  display: none;
}

.section_wrapper .section_controler .select_hotel:hover .drop {
  display: block;
}

.section_wrapper .section_controler .select_hotel .drop li {
  width: 100%;
  height: 30px;
  text-indent: 10px;
  line-height: 30px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
}

.section_wrapper .section_controler .select_hotel .drop li:hover {
  background: #18bc9c;
  color: #fff;
}

.section_wrapper .section_controler .select_hotel .arrow {
  width: 0;
  height: 0;
  border: 6px solid;
  border-color: #333333 transparent transparent;
  position: absolute;
  right: 10px;
  top: 12px;
}

.section_wrapper .section_content table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.section_wrapper .section_content .outer_table .week_bar {
  color: #2c3e50;
}

.section_wrapper .section_content .outer_table .week_bar th {
  font-weight: normal;
  padding: 10px 20px;
  border: 1px solid #dae5ee;
  width: 11%;
}

.section_wrapper .section_content .outer_table .week_bar th:first-child {
  text-align: left;
  width: 23%;
}

.section_wrapper .section_content .outer_table .week_bar .dateNow {
  color: #fe8917;
}

.section_wrapper .section_content .outer_table .hotel_header {
  background: #edf2f5;
}

.section_wrapper .section_content .outer_table .hotel_header>td {
  border: 1px solid #dae5ee;
  padding: 10px 20px;
  text-align: center;
  width: 11%;
}

.section_wrapper .section_content .outer_table .hotel_header td:first-child {
  color: #2c3e50;
  cursor: pointer;
  text-align: left;
  width: 23%;
}

.section_wrapper .section_content .outer_table .hotel_header td:first-child i {
  display: inline-block;
  vertical-align: top;
  width: 12px;
  height: 6px;
  margin-right: 6px;
  background: url(../images/arrow.png) center no-repeat;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  transform-origin: center center;
  -webkit-transform-origin: center center;
  transform: rotateZ(0);
  -webkit-transform: rotateZ(0);
  position: relative;
  top: 7px;
}

.section_wrapper .section_content .outer_table .hotel_header.active td:first-child i {
  transform: rotateZ(180deg);
  -webkit-transform: rotateZ(180deg);
}

.section_wrapper .section_content .outer_table .hotel_header td span {
  display: inline-block;
  width: 76px;
  height: 30px;
  line-height: 30px;
  border-radius: 2px;
  margin: 5px 0;
  color: #fff;
}

.section_wrapper .section_content .outer_table .hotel_header td span.active {
  background: #18bc9c;
}

.section_wrapper .section_content .outer_table .hotel_header td span.full {
  background: #e36558;
}

.section_wrapper .section_content .outer_table .hotel_types .slide_hook {
  /* display: none; */
}

.section_wrapper .section_content .outer_table .hotel_types .slide_hook.fold {
  display: none;
}

.section_wrapper .section_content .outer_table .hotel_types>td {
  padding: 0;
}

.section_wrapper .section_content .outer_table .hotel_types .inner_table tr td:first-child {
  text-align: left;
  color: #2c3e50;
  width: 23%;
}

.section_wrapper .section_content .outer_table .hotel_types .inner_table tr td {
  padding: 10px;
  border: 1px solid #dae5ee;
  width: 11%;
  text-align: center;
}

.section_wrapper .section_content .outer_table .hotel_types .inner_table tr td input {
  width: 100%;
  height: 28px;
  line-height: 28px;
  border: 1px solid #18bc9c;
  color: #18bc9c;
  border-radius: 2px;
  text-align: center;
  padding: 0;
  outline: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.section_wrapper .section_content .outer_table .hotel_types .inner_table tr:hover td:first-child {
  background: #288fe7;
  color: #fff;
}

.section_wrapper .section_content .outer_table .hotel_types .inner_table tr td>div {
  line-height: 28px;
  color: #797979;
}

.section_wrapper .section_content .outer_table .hotel_types .inner_table tr td>div a {
  display: none;
  vertical-align: top;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  background: url(../images/edit.png) center no-repeat;
  position: relative;
  top: 6px;
}

.section_wrapper .section_content .outer_table .hotel_types .inner_table tr td:hover>div a {
  display: inline-block;
}

.section_wrapper .section_content .outer_table .hotel_types .inner_table tr td>div .disabled {
  color: #e36558;
}

.section_wrapper .section_content .outer_table .hotel_types .inner_table tr td>div input.disabled {
  border-color: #e36558;
}

.section_wrapper .section_content .outer_table .hotel_types .inner_table tr td>div input {
  display: none;
  width: 100px;
  height: 28px;
  line-height: 28px;
  border: 1px solid #18bc9c;
  color: #18bc9c;
  border-radius: 2px;
  text-align: center;
  padding: 0;
  outline: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.section_wrapper .section_content .outer_table .hotel_types .inner_table tr td>div input::-webkit-input-placeholder {
  color: #a3a3a3;
}

.shadow {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: rgba(0, 0, 0, 0.5);
  /*firefox茫鈧乧hrome*/
  background: #000\9;
  /*IE*/
  filter: alpha(opacity=50);
  /*IE*/
}

.loading_wrap {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.3);
}

.loading_wrap .loading {
  display: inline-block;
  padding: 20px 40px;
  background: #fff;
  border-radius: 0.2rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #aaa;
  text-align: center;
}

.loading_wrap .loading img {
  display: block;
  margin: 0 auto;
}

.layui-table-col-special .layui-btn,
.ew-tree-table-cell-content .layui-btn {
  background: none !important;
  border: none !important;
  color: #0065d5 !important;
}

.layui-btn-normal,
.layui-form-onswitch,
.layui-btn.layui-btn-upload,
.layui-form-select dl dd.layui-this {
  border-color: #0065d5 !important;
  background-color: #0065d5 !important;
}

.layui-table-page>div {
  text-align: right !important;
}

.layui-laypage a {
  border: 1px solid #e2e2e2 !important;
  margin-left: 5px;
  margin-right: 5px;
}

.layui-laypage a:hover,
.layui-form-radio>i:hover,
.layui-form-radioed>i,
.layui-form-checked i,
.layui-form-checked:hover i {
  color: #0065d5 !important;
}

.layui-laypage-curr {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.layui-laypage-curr .layui-laypage-em {
  background-color: #0065d5 !important;
  border: 1px solid #0065d5 !important;
}

.layui-laypage input:focus,
.layui-laypage select:focus,
.layui-form-checked,
.layui-form-checked:hover {
  border-color: #0065d5 !important;
}

.layui-form-checked span,
.layui-form-checked:hover span,
#btn-search button {
  background-color: #0065d5 !important;
}

.layui-btn-danger {
  background-color: #fff !important;
  color: #505050;
  border: 1px solid #e9e9e9 !important;
}

.dropdown {
  position: relative;
}

.dropdown-menus {
  position: absolute;
  bottom: -10px;
  left: 0;
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
}

.layui-btn-danger:hover {
  color: #000;
  opacity: .7;
}