@import "../../assets/stylus/colorConfig"
.m-body{
  height 100%
  background #f8f8f8
  .m-head{
    height 50px
    line-height 50px
    padding 0 20px
    font-size 16px
    color mainTitleColor
    i{
      position absolute
      left 20px
      font-size 18px
      cursor pointer
    }
    span{
      position absolute
      right 20px
      color subColor
    }
  }
}
.tab-space{
  width 100%
  height 50px
  display none
}
.hotel-navbar{
  justify-content: space-between
  padding 15px 20px 0
  width 100%
  box-sizing border-box
  background #fff
  &.hotel-navbar-fixedTop{
    position fixed
  }
  .tab-item{
    position relative
    padding-bottom 11px
    font-size 15px
    font-weight bold
  }
}
.hotel-navbar-wrap{
  .tab-container{
    padding 0px 20px
    hr{
      display block
      width 100%
      height 10px
      margin 0px
      background #f2f6fc
      border none
    }
    .tab-container-item{
      padding 10px 0px 0
      label{
        display block
        margin 10px 0 15px
        font-weight bold
        font-size 15px
        &.l2{
          margin-bottom 5px
          font-size 14px
        }
      }
      .hotel-p{
        margin-bottom 20px
      }
      p{
        line-height 21px
        font-size 14px
        &.gray{
          color subheadColor
        }
      }
      .item-cell{
        margin-bottom 24px
      }
      .h-setting{
        span{
          display inline-block
          min-width 50%
          line-height 28px
          font-size 14px
          color mainTitleColor
          i{
            margin-right 5px
            color mainColor
          }
        }
      }
    }
  }
}
