@charset "UTF-8";
.all {
  background: -webkit-gradient(linear, left top, left bottom, from(#edf3fb), to(rgba(239, 243, 249, 0))), #FFFFFF;
  background: linear-gradient(#edf3fb 0%, rgba(239, 243, 249, 0) 100%), #FFFFFF;
}
.all .list{
    position: relative;
    z-index: 2;
}
.all .title {
  text-align: center;
}

.all .sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: center;
  position: relative;
  z-index: 3;
}
.all .sort > div {
  width: calc((100% - 242px) / 4);
  height: 50px;
  border-radius: 0px 30px 0px 30px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 12.5px;
  position: relative;
}
.all .sort .input_close{
    display: none;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}
.all .sort > div div {
  width: 100%;
  height: 100%;
}
.all .sort > div:last-child {
  background: none;
  width: auto;
  margin-right: 0;
}
.all .layui-input {
  height: 100%;
  border-radius: 0px 20px 0px 20px;
  padding: 0 30px;
}
.all .layui-form-select .layui-edge {
  right: 30px;
}
.all .layui-form-select dl {
  top: 50px;
  height: 300px;
}
.all .name {
  padding: 0 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 78px;
  color: #fff;
  background: linear-gradient(170deg, #36BFFB 0%, #176CF4 100%);
}
.all .w1 {
  width: 17%;
}
.all .w2 {
  width: 100px;
}
.all .w3 {
  width: 12%;
}
.all .w4 {
  width: 90px;
}
.all .w5 {
  width: 100px;
}
.all .w6 {
  width: 60px;
}
.all .w7 {
  width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.all .w7_code_tips{
    text-align: center;
}
.all .w7_code {
  padding: 10px;
  background: #fff;
  border-radius: 0px 15px 0px 15px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: calc(100% + 20px);
  display: none;
}
.all .w7_code img {
  width: 100px;
}
.all .w7_code::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff; /* 继承文字颜色 */
  vertical-align: middle;
  top: 100%;
}
.all .button_clk {
  width: 100%;
  position: relative;
}
.all .reservation {
  width: 100%;
  height: 36px;
  background: #E95428;
  border-radius: 0px 15px 0px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}
.all .reservation.standby {
  background: #C9C9C9;
}
.all .repeat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 36px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.all .repeat > div {
  padding: 26px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.all .repeat:nth-child(odd) {
  background: #EFF3F9;
}
.all .repeat:nth-child(even) {
  background: rgba(239, 243, 249, 0.5);
}
.common_btn svg{
    margin-left: 12px;
    position: relative;
    z-index: 2;
}
@media screen and (max-width: 1700px) {
  .all .sort > div {
    width: calc((100% - 192px) / 4);
  }
  .all .layui-input {
    border-radius: 0px 20px 0px 20px;
    padding: 0 20px;
  }
  .all .name {
    height: 70px;
  }
  .all .w7 {
    width: 100px;
  }
  .all .layui-form-select dl {
    top: 60px;
  }
}
@media screen and (max-width: 1200px) {
    
    .all .name {
    height: 60px;
  }
  .all .sort {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
  }
  .all .sort > div {
    margin-right: 0;
  }
  .all .sort > div:nth-child(1), .all .sort > div:nth-child(2) {
    width: calc((100% - 15px) / 2);
  }
  .all .sort > div:nth-child(n+3) {
    margin-top: 15px;
  }
  .all .sort > div:nth-child(3), .all .sort > div:nth-child(4) {
    width: calc((100% - 170px) / 2);
  }
}
@media screen and (max-width: 1000px) {
  .scroll {
    overflow-x: auto;
  }
  .all .name {
    width: 1100px;
  }
  .all .list {
    width: 1100px;
  }
}
@media screen and (max-width: 768px) {
  .all .sort > div:nth-child(1), .all .sort > div:nth-child(2) {
    width: calc((100% - 10px) / 2);
  }
  .all .sort > div:nth-child(3), .all .sort > div:nth-child(4) {
    width: calc((100% - 160px) / 2);
  }
  .all .sort > div:nth-child(n+3) {
    margin-top: 10px;
  }
  .all .layui-input {
    border-radius: 0px 10px 0px 10px;
    padding: 0 15px;
  }
  .all .layui-form-select .layui-edge {
    right: 15px;
  }
}
