/* NotoSans-Regular */
/* NotoSans-Bold */
.newmian .header-backgournd{
  width: 100%; 
  height: 208px;
  /* position: relative;
  display: flex;
  flex-direction: column; */
  background-image: url(../img/home-beader-bg.png);
  background-position: center;
  background-size: cover;
  /* float: left; */
  margin-bottom: 16px;

  padding-top: 0;
  padding-bottom: 8px;
}

.newmian .header-content{
  margin-top: 40px;
  margin-left: 80px;
  margin-right: 80px;
  border-radius: 0px;
  padding-top: 40px;
}

.banner-box .title{
  padding: 0;
  margin: 0;
  width: 100%;
  line-height: 40px;
  color: #101125;
  font-size: 32px;
  font-family: NotoSans-Bold;
  font-style: normal;
  font-weight: 700;
  
}

.banner-box .search-box{
  height: auto;
  max-height: 104px;
  min-height: 64px;
  width: 100%;

}

.blank-white{
  height: 64px; 
  width: 30%;
  background-color: #fff;
  display: block;
  border-top-left-radius: 32px;
}

.result-box{
  overflow: auto; 
  max-height: 392px;
  min-width: 417px;
  background-color: #fff;
  box-shadow: 0px 6px 5px 2px rgba(0, 0, 0, 0.1);
}

.banner-box .search{
  margin-top: 24px;
  width: 100%;
  /* height: 100%; */
  background-color: #fff;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  border-radius: 32px;
  justify-content: flex-end;
  z-index: 9;
  position: relative;
}

.banner-box .items{
  border-right: 1px solid #E4E5EC;
  background-color:#fff;
  height: 100%;
  cursor: pointer;
  min-height: 64px;

  display: flex;
  flex-direction: column;
  justify-content:center;
  padding-left: 16px;

  /* border-radius: 8px; */
  /* margin-bottom: 4px; */
}

.banner-box .items:hover{
  background-color: #F7F8FA;
}

.banner-box .search-input{
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-grow:1;
  border-top-left-radius: 32px;
  border-bottom-left-radius: 32px;

  position: relative;
  min-width: 236px;
  padding-left: 32px;
  /* z-index: 999999999; */
}

.search-input .search-text-close{
  display: inline-block;
  display: none;
  background: url(../img/pax-close.svg) no-repeat center !important;
  width: 20px;
  height: 20px;
  margin-right: 16px;
}



.banner-box .nav-search-input{
  font-size: 16px;
  font-family: NotoSans-Regular;
  color: #101125;
  border: none;
  height: 64px;
  margin: 0;
  padding: 0;
  /* width:  calc(100% - 48px); */
  width: 100%;
  background-color: transparent;
  /* display: none; */
 
}

.banner-box .nav-search-input::-webkit-input-placeholder {
  color: #6C6F95;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.banner-box .nav-search-input::-moz-placeholder {
  color: #6C6F95;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.banner-box .nav-search-input::-ms-input-placeholder {
  color: #6C6F95;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.search-scroll{
  position: absolute;
  top: 0;
  left: 32px;
  right: 0;
  bottom: 0;
  display: none;
}

.search-box-test {  
  position: relative;  
  width: 100%; /* 你可以根据需要调整宽度 */  
  height: 100%; /* 你可以根据需要调整高度 */  
  line-height: 48px; /* 确保文本垂直居中 */  
  overflow: hidden;  
}  
  
.search-text-container-test {  
  position: relative;  
  overflow: hidden;
  height: calc(100% - 16px);

  margin-top: 8px;
  margin-bottom: 8px;
}  
  
.search-text {  
  color: #6C6F95;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;

  white-space: nowrap; /* 防止文本换行 */  
  overflow: hidden; /* 隐藏超出部分的文本 */  
  text-overflow: ellipsis; /* 显示省略号 */  


  position: absolute;  
  width: 100%;  
  top: 100%; /* 初始位置在容器外部 */  
  opacity: 0;  
  transition: opacity 0.2s ease-in-out; /* 过渡效果用于淡入淡出 */  
}  
  
.search-text.active {  
  top: 0; /* 激活时移动到顶部 */  
  opacity: 1;  
}


.banner-box .pax{
  /* display: flex;
  flex-direction: column;
  justify-content:center; */
  /* margin-left: 16px; */
  width: 236px;
  min-width: 162px;
  position: relative;
}

.banner-box .items .item-title{
  color: #6C6F95;
  font-family: NotoSans-Regular;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;

}

.banner-box .items .item-value{
  /* height: 50%; */
  color: #A7A9BF;
  font-family: NotoSans-Regular;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;

  white-space: normal;
  display: -webkit-box; /* 作为弹性伸缩盒子模型显示 */
  -webkit-line-clamp: 2; /* 限制在两行 */
  -webkit-box-orient: vertical; /* 垂直排列盒子 */
  overflow: hidden; /* 隐藏超出的内容 */
  text-overflow: ellipsis; /* 多出的文本用省略号表示 */

  
}

.banner-box .items .selected{
  /* height: 50%; */
  color: #101125;
  
}

.banner-box .date-time{
  width: auto;
  display: flex;
  flex-shrink: 1;
}

.banner-box .date{
  width: 236px;
  min-width: 162px;
  height: 100%;
  flex-shrink: 1;
}

.banner-box .time{
  width: 236px;
  min-width: 162px;
  flex-shrink: 1;

}

.banner-box .go-btn{
  width: 140px;
  min-width: 100px;
  margin-right: 16px;
  border-right: none !important;

  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
}
.banner-box .go-btn:hover{
  background-color: transparent;
}

.go-btn .search-go{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px;
  border-radius: 20px;
  background: #FFCF01;
  height: 100%;
}

.go-btn .icon{
  display: inline-block;
  background: url(../images/searchfb.svg) no-repeat center;
  width: 20px;
  height: 20px;
}

.go-btn .gogo{
  width: auto;
  height: 100%;
  color: #101125;
  font-family: NotoSans-Bold;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  margin-left: 4px;
}
.go-btn a{
  display: inline-block;
  width: 100%;
  height: 40px;
  color: #101125;
  text-decoration: none;
}

/* search bar */

.banner-box .homepage-searchbox {
  /* top: 48px; */
  left: 0;
  right: 0;
  /* width: 417px; */
  width: 100%;
  max-height: 392px;
  background-color: transparent;
  z-index: 99999;
  /* position: absolute; */
  overscroll-behavior: contain;
  border-top-left-radius: 32px;
  border-top-right-radius: 0;

  box-shadow: 0px 6px 5px 2px rgba(0, 0, 0, 0.1);

}

.banner-box .homepage-searchbox .recently-box,.banner-box .homepage-searchbox .trending-box {
  margin: 0 16px
}

.recently-title{
  padding-top: 16px;

}
.banner-box .homepage-searchbox .recently-box .recently-title,.banner-box .homepage-searchbox .recently-box .trending-title,.banner-box .homepage-searchbox .trending-box .recently-title,.banner-box .homepage-searchbox .trending-box .trending-title {
  color: #6c7092;
  font-size: 14px;
  font-family: NotoSans-Bold;
  font-weight: 400;
  padding-bottom: 24px
}

.banner-box .homepage-searchbox .recently-box ul .recently-content,.banner-box .homepage-searchbox .trending-box ul .recently-content {
  margin-bottom: 20px
}

.banner-box .homepage-searchbox .recently-box ul .recently-content .img-box,.banner-box .homepage-searchbox .trending-box ul .recently-content .img-box {
  float: left;
  width: 48px;
  height: 48px;
  text-align: center;
  border-radius: 4px;
  overflow: hidden
}

.banner-box .homepage-searchbox .recently-box ul .recently-content .img-box span,.banner-box .homepage-searchbox .trending-box ul .recently-content .img-box span {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border: 0
}

.banner-box .homepage-searchbox .recently-box ul .recently-content .img-box .auto-search-icon,.banner-box .homepage-searchbox .trending-box ul .recently-content .img-box .auto-search-icon {
  background: url(../images/auto-search.svg) no-repeat 6px 3px!important
}

.banner-box .homepage-searchbox .recently-box ul .recently-content .content-box,.banner-box .homepage-searchbox .trending-box ul .recently-content .content-box {
  height: 100%;
  display: block;
  margin-left: 60px
}

.banner-box .homepage-searchbox .recently-box ul .recently-content .content-box a:hover,.banner-box .homepage-searchbox .trending-box ul .recently-content .content-box a:hover {
  text-decoration: none!important
}

.banner-box .homepage-searchbox .recently-box ul .recently-content .content-box .prompts_line,.banner-box .homepage-searchbox .trending-box ul .recently-content .content-box .prompts_line {
  font-size: 11px;
  font-family: NotoSans-Regular;
  color: #6C6F95;

}

.banner-box .homepage-searchbox .recently-box ul .recently-content .content-box .fir-line,.banner-box .homepage-searchbox .trending-box ul .recently-content .content-box .fir-line {
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;

}

.banner-box .homepage-searchbox .recently-box ul .recently-content .content-box .fir-line span,.banner-box .homepage-searchbox .trending-box ul .recently-content .content-box .fir-line span {
  text-decoration: none;
  color: #101124;
  font-size: 16px;
  font-family: NotoSans-Bold;
  display: inline-block;
  max-width: calc(100% - 48px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  
}
.banner-box .homepage-searchbox .recently-box ul .recently-content .content-box .fir-line .service-icon,.banner-box .homepage-searchbox .trending-box ul .recently-content .content-box .fir-line .service-icon {
  display: inline-block;
  width: 20px;
  height: 100%;
  background-size: 20px 20px;
  margin-left: 4px;
}

.banner-box .homepage-searchbox .recently-box ul .recently-content .content-box .fir-line .keywords,.banner-box .homepage-searchbox .trending-box ul .recently-content .content-box .fir-line .keywords {
  font-family: NotoSans-Regular;
  font-size: 16px!important
}

.banner-box .homepage-searchbox .recently-box ul .recently-content .content-box .sec-line,.banner-box .homepage-searchbox .trending-box ul .recently-content .content-box .sec-line {
  max-height: 20px;
  line-height: 20px;
  margin-top: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.banner-box .homepage-searchbox .recently-box ul .recently-content .content-box .sec-line span,.banner-box .homepage-searchbox .trending-box ul .recently-content .content-box .sec-line span {
  color: #6c6f95;
  font-size: 14px;
  font-family: NotoSans-Regular
}

.banner-box .homepage-searchbox .recently-box ul .recently-content .content-box .sec-line .price,.banner-box .homepage-searchbox .trending-box ul .recently-content .content-box .sec-line .price {
  margin: 0;
  margin-right: 2px;
  color: #e4e5eb
}

.banner-box .homepage-searchbox .recently-box ul .recently-content .content-box .sec-line .price .select-price,.banner-box .homepage-searchbox .trending-box ul .recently-content .content-box .sec-line .price .select-price {
  padding: 0;
  color: #6c6f95;
  font-family: NotoSans-Regular;
  font-weight: 400
}

.banner-box .homepage-searchbox .recently-box ul .recently-content .content-box .sec-line .guides,.banner-box .homepage-searchbox .trending-box ul .recently-content .content-box .sec-line .guides {
  color: #6c6f95;
  font-family: NotoSans-Regular;
  background-color: #fff;
  padding: 0;
  height: auto
}

.banner-box .homepage-searchbox .recently-box ul .recently-content .content-box .sec-line .keywords,.banner-box .homepage-searchbox .trending-box ul .recently-content .content-box .sec-line .keywords {
  font-family: NotoSans-Regular
}

.banner-box .homepage-searchbox .recently-box ul .recently-content .content-box .fb-only,.banner-box .homepage-searchbox .trending-box ul .recently-content .content-box .fb-only {
  max-height: 24px;
  line-height: 24px;
  padding-top: 0
}

.banner-box .homepage-searchbox .recently-box ul .recently-content .content-box .fb-only span,.banner-box .homepage-searchbox .trending-box ul .recently-content .content-box .fb-only span {
  height: 100%;
  display: inline-block;
  background-color: #f7f8fa;
  border-radius: 4px;
  padding: 0 4px;
  margin-right: 2px!important
}

.banner-box .homepage-searchbox .recently-box ul .recently-content .content-box .thi-line,.banner-box .homepage-searchbox .trending-box ul .recently-content .content-box .thi-line {
  max-height: 20px;
  line-height: 20px;
  margin-top: 6px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.banner-box .homepage-searchbox .recently-box ul .recently-content .content-box .thi-line span,.banner-box .homepage-searchbox .trending-box ul .recently-content .content-box .thi-line span {
  color: #6c7092;
  font-size: 14px;
  font-family: NotoSans-Bold;
  padding-left: 28px
}

.banner-box .homepage-searchbox .recently-box ul .recently-content .content-box .thi-line .delivery,.banner-box .homepage-searchbox .trending-box ul .recently-content .content-box .thi-line .delivery {
  background: url(../img/search-nav-delivery-light.png) no-repeat;
  background-size: 22px
}

.banner-box .homepage-searchbox .recently-box ul .recently-content .content-box .thi-line .deals,.banner-box .homepage-searchbox .trending-box ul .recently-content .content-box .thi-line .deals {
  background: url(../img/search-nav-deals-svg.svg) no-repeat;
  background-size: 22px
}

.banner-box .homepage-searchbox .recently-box ul .recently-content .content-box .deals-line,.banner-box .homepage-searchbox .trending-box ul .recently-content .content-box .deals-line {
  margin-top: 8px;
  margin-bottom: 4px
}

.banner-box .homepage-searchbox .recently-box ul .recently-content .content-box .deals-line span,.banner-box .homepage-searchbox .trending-box ul .recently-content .content-box .deals-line span {
  display: inline-block;
  color: #6c6f95;
  font-size: 14px;
  font-family: NotoSans-Regular;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%
}

.banner-box .homepage-searchbox .recently-box ul .recently-content .content-box .deals-price .price-red,.banner-box .homepage-searchbox .trending-box ul .recently-content .content-box .deals-price .price-red {
  color: #f15623;
  font-size: 14px;
  font-family: NotoSans-Bold
}

.banner-box .homepage-searchbox .recently-box ul .recently-content .content-box .deals-price .price-gray,.banner-box .homepage-searchbox .trending-box ul .recently-content .content-box .deals-price .price-gray {
  text-decoration: line-through;
  color: #6c6f95;
  font-size: 14px;
  font-family: NotoSans-Regular
}

.banner-box .homepage-searchbox .recently-box ul .auto-keywords .keylink,.banner-box .homepage-searchbox .trending-box ul .auto-keywords .keylink {
  text-decoration: none
}

.banner-box .homepage-searchbox .recently-box ul .auto-keywords .keylink .img-box,.banner-box .homepage-searchbox .trending-box ul .auto-keywords .keylink .img-box {
  margin-top: -4px
}

.banner-box .homepage-searchbox .recently-box ul .auto-keywords .content-box .fir-line,.banner-box .homepage-searchbox .trending-box ul .auto-keywords .content-box .fir-line {
  line-height: 40px!important;
  height: 40px!important
}

.banner-box .homepage-searchbox .recently-box ul .auto-keywords .have-guide .fir-line,.banner-box .homepage-searchbox .trending-box ul .auto-keywords .have-guide .fir-line {
  line-height: 20px!important;
  height: 20px!important
}

.banner-box .homepage-searchbox .recently-box ul .auto-keywords .have-guide .fir-line .keywords,.banner-box .homepage-searchbox .trending-box ul .auto-keywords .have-guide .fir-line .keywords {
  font-family: NotoSans-Regular!important
}

.banner-box .homepage-searchbox .recently-box ul .auto-keywords .have-guide .sec-line,.banner-box .homepage-searchbox .trending-box ul .auto-keywords .have-guide .sec-line {
  margin-top: 0!important;
  max-height: 20px!important
}

.banner-box .homepage-searchbox .recently-box ul .auto-keywords:last-child .fir-line span,.banner-box .homepage-searchbox .trending-box ul .auto-keywords:last-child .fir-line span {
  color: #666bde!important
}

.banner-box .homepage-searchbox .recently-box ul .all-searchfor .fir-line span,.banner-box .homepage-searchbox .trending-box ul .all-searchfor .fir-line span {
  color: #666bde;
  font-family: NotoSans-Bold!important
}

.banner-box .homepage-searchbox .noresult .title {
  margin: 16px 0 0 16px;
  min-height: 20px;
  height: auto;
  font-family: NotoSans-Bold
}

.banner-box .homepage-searchbox .noresult .subtitle {
  margin: 0 16px;
  min-height: 20px;
  height: auto;
  font-family: NotoSans-Regular
}

.banner-box .homepage-searchbox .noresult .grayline {
  margin: 16px 0;
  width: 100%;
  height: 20px;
  background-color: #f7f8fa
}

.banner-box .homepage-searchbox .noresult p {
  padding: 0;
  text-align: center;
  font-size: 16px;
  color: #000
}

.banner-box .homepage-searchbox .searchfor {
  height: 48px;
  display: none;
  margin-bottom: 24px
}

.banner-box .homepage-searchbox .searchfor a {
  line-height: 48px;
  display: block;
  font-family: NotoSans-Bold;
  font-size: 16px;
  color: #666bde;
  padding-left: 60px;
  background: url(../images/auto-search.svg) no-repeat 6px
}

.search-mobile-header{
  z-index: 0;
  width: 100%;
  background-color: #fff;

}

.search-mobile{
  width: 100%;
}

.search-input-mobile{
  display: none;
  /* display: flex; */
  height: 48px;
  margin: 16px;
  border-radius: 4px;
  background: var(--BackgroudGrey-1, #F7F8FA);

}
.search-input-mobile input{
  height: 100%;
  line-height: 48px;
  margin-left: 8px !important;
}

.search-input-mobile .search-icon{
  margin-left: 12px;
  display: inline-block;
  width: 20px;
  height: 100%;
  background: url(../images/searchfb.svg) no-repeat 2px 16px;

}
.search-input-mobile .search-text-close{
  display: none;
  margin-right: 12px;
  background: url(../img/pax-close.svg) no-repeat center !important;
  width: 20px;
  height: 100%;

}

.search-result-box{
  margin: 0;
  background-color: #fff;
  /* margin-top: 70px; */

}

.header-backgournd .modal.in .modal-dialog{
  margin: 0;
  /* width: auto; */
  /* height: 100%; */
  position: relative;
  background-color: transparent;
}

.header-backgournd .modal-content{
  background-color: transparent;
  -webkit-box-shadow:none;
  box-shadow: none;
  border: none;
}

.header-backgournd .modal-search .modal-dialog{
  width: 418px;
  height: auto;
}

.modal-pax .modal-dialog{
  width: 340px;
}

.modal-date .modal-dialog{
  width: 360px;
}

.modal-time .modal-dialog{
  width: 236px;
}

.homepage-box{
  border-radius: 0 !important;
  overflow: hidden;
  box-shadow: 0px 6px 5px 2px rgba(0, 0, 0, 0.1);

}
/* pax bar */
.homepage-paxbox{
  width: 340px;
  height: 154px;
  /* position: absolute; */
  /* top: 64px; */
  background-color: #fff;
  border-radius: 0px 0px 8px 8px;

}

.pax-box{
  height: 100%;
  /* margin: 24px; */
  margin-top: 0;
  margin-bottom: 0;
}

.pax-content{
  margin: 0 24px;
}

.item-header{
  
  display: none;
  border-radius: 12px 12px 0px 0px;
  height: 56px;
  width: 100%;
  border-radius: 12px 12px 0px 0px;
  background: #F7F8FA;
}

.item-header-content{
  /* display: flex;
  justify-content: flex-end; */
  position: relative;
}

.item-header-content h2{
  color: var(--BackgroudGrey-8, #101125);
  text-align: center;
 
  font-family: NotoSans-Regular;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  width: 100%;
  padding: 0;

}

.item-header-content span{
  display: inline-block;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 8px;
  right: 8px;
  cursor: pointer;

  background: url(../img/pax-close.svg) no-repeat center !important;
}

.pax-box .adults{
  
  margin-top: 0;
}
.pax-group{
  margin-top: 8px;
  margin-bottom: 8px;
}
.pax-group .title{
  color: #101125;
  font-family: NotoSans-Regular;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; 
}


.pax-button-box{
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  
}

.pax-button{
  width: 42px;
  height: 36px;
  line-height: 32px;
  margin-right: 8px;
  margin-bottom: 8px;
  border-radius: 18px;
  border: 2px solid #E4E5EC;
  text-align: center;
  cursor: pointer;
}

.pax-button-box .selected{
  border: 2px solid #101125;
  

}


.children-change{
  display: flex;
  cursor: pointer;

}

.children-change .icon{
  display: inline-block;
  width: 20px;
  height: 20px;
}

.children {
  display: none;
}

.remove .icon{
  background: url(../img/pax-remove.svg) no-repeat center !important;

}



.plus .icon{
  background: url(../img/pax-plus.svg) no-repeat center;;

}

.plus .remove-text{
  display: none;
}

.plus .add-text{
  display: block ;
}

.remove .remove-text{
  display: block !important;;
}

.remove .add-text{
  display: none !important;
}

.children-change h2{
  display: inline;
  color: #101125;
  font-family: NotoSans-Regular;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 142.857% */

}

.pax-done{
  width: 100%;
  height: 72px;
  display: none;
}

.pax-done-btn{
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 16px 24px;

  color: #A7A9BF;
  font-family: NotoSans-Regular;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;

  border-radius: 20px;
  background:  #E4E5EC;

}

.home_check_people {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 4px 4px;
}

.home_check_people_adult {
  width: 100%;
  height: 76px;
  background-color: #ffffff;
}

.people_left {
  width: 40%;
  margin: auto;
  float: left;
}

.people_title {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 76px;
  color: #101124;
  margin-left: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.people_right {
  width: 60%;
  margin: auto;
  float: right;
  display: flex;
  justify-content: flex-end;


}


.people_right .less {
  width: 24px;
  height: 24px;
  float: right;
  margin-right: 16px;
  margin-top: 28px;
}

.add img {
  cursor: pointer;
}

.people_less_empty {
  display: none;
}

.people_less_img {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.people_right .number {
  width: 30%;
  height: 44px;
  float: right;
  background: #f7f8fa;
  border-radius: 4px;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 44px;
  text-align: center;
  color: #6c6f95;
  margin-right: 16px;
  margin-top: 16px;
  border-radius: 4px;
}

.number input {
  width: 100%;
  height: auto;
  border: none;
  background-color: #f7f8fa;
  text-align: center;
  font-family:NotoSans-Regular;
  font-weight: 700;
  font-size: 16px;
  line-height: 44px;
  text-align: center;
  color: #101125;
  padding: initial;
  border-radius: 4px;
}

.number input:hover {
  cursor: pointer;
  background-color: #E4E5EC;
}

.showlight {
  color: #6c6f95 !important;
}

.people_right .add {
  width: 24px;
  height: 24px;
  float: right;
  margin-right: 16px;
  margin-top: 28px;
}


.home_check_people_line {
  display: block;
  width: 100%;
  height: 1px;
  background: #e4e5eb;
}

.home_check_people_child {
  display: block;
  width: 100%;
  height: 76px;
  background-color: #ffffff;
}


.child_less_img {
  cursor: pointer;
}

.child_less_empty {
  display: none;
}


.home_check_people_done {
  display: block;
  width: 100%;
  height: 80px;
  background-color: #ffffff;
  padding-top: 16px;
}
.home_check_people_button {
  margin: auto;
  margin-left: 16px;
  margin-right: 16px;
  height: 48px;
  background: #10024a;
  border-radius: 4px;
  font-weight: 700;
  font-family: NotoSans-Regular;
  font-size: 14px;
  line-height: 48px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
}


/* date bar */
.homepage-date{
  width: 360px;
  height: 332px;
}

.homepage-time{
  width: 236px;
}

/* 日历 */

.date {
  /* height: 48px; */
  background: #f7f8fa;
  /* margin-top: 16px; */
  /* cursor: pointer; */
  /* border-radius: 4px; */
}

#last .arrow{
  width: 20px;
  height: 20px;
  margin: 0 auto;
  background: url(../img/date-ArrowLeft.svg) no-repeat center;

}

#next .arrow{
  width: 20px;
  height: 20px;
  margin: 0 auto;
  background: url(../img/date-ArrowRight.svg) no-repeat center;

}

.date .form-control{
  background-color: #fff !important;
}
.date .dropdown-menu{
  margin: 5px 0 0 !important;
}
.date #calendar-drop{
  width: 360px;
  background: #ffffff !important;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1) !important;
  border: none !important;
  z-index: 103 !important;
  margin-top: 15px !important;
  left: 0;
}

.cld-wrap .quick-day{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 8px;
  /* height: 36px; */
}

.cld-wrap .quick-day div{
  margin: 0 4px;
  padding: 0 16px;
  height: 36px;
  line-height: 32px;  
  border-radius: 30px;
  border: 1px solid #E4E5EC;
  background: #FFF;
  cursor: pointer;
}

.cld-wrap .quick-day .selected{
  border: 2px solid #101125;
  line-height: 30px;
  margin: 0 3px;

}
.cld-wrap .quick-day .selected:hover{
  border: 2px solid #101125;

}
.cld-wrap .quick-day div:hover{
  border: 1px solid #101125;

}

.date #calendar-drop .cld-wrap{
  padding-left: 16px;
  padding-right: 16px;
}
.date #calendar-drop .cld-wrap #calendar-box #calendar{
  width: 100% !important;
  margin-top: 10px;
}

.date #calendar-drop .cld-wrap #calendar-box .calendarhead thead tr #last .arrow:hover{
  background-color: #fff;
}
.date #calendar-drop .cld-wrap #calendar-box .calendarhead thead tr .pickernotclick{
  pointer-events: none;
}
.date #calendar-drop .cld-wrap #calendar-box .calendarhead thead tr .pickernotclick .arrow{
  cursor: pointer;
  background: url(../img/date-ArrowLeft-disable.svg) no-repeat center !important;

}


.date #calendar-drop .cld-wrap #calendar-box .calendarhead thead tr #next .arrow:hover{
  background-color: #fff;
  cursor: pointer;
}
.date #calendar-drop .cld-wrap #calendar-box .calendarhead thead tr th .month{
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 14px !important;
  line-height: 20px !important;
  text-align: center !important;
  color: #101124 !important;
}
.date #calendar-drop .cld-wrap #calendar-box .calendarhead thead tr th .year{
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 14px !important;
  line-height: 20px !important;
  text-align: center !important;
  color: #101124 !important;
}
.date #calendar-drop .cld-wrap #calendar-box .calendar .calendar-header{
  border-bottom: 1px solid #e4e5eb;
}
.date #calendar-drop .cld-wrap #calendar-box .calendar .calendar-header tr th{
  height: auto !important;
  width: auto !important;
  max-width: 37px;
  max-height: 37px;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 14px !important;
  line-height: 20px !important;
  text-align: center !important;
  color: #a7a9bd !important;
  padding-bottom: 7px;
  cursor: pointer;
}
.date #calendar-drop .cld-wrap #calendar-box .calendar .calendar-body tr td{
  background: #ffffff !important;
  color: #a7a9bd !important;
  border: none !important;
  /* padding: 10px 3px !important; */
  margin: 10px 3px !important;
  padding: 0 !important;
  cursor: pointer;
}
.date #calendar-drop .cld-wrap #calendar-box .calendar .calendar-body tr .past{
  background: #ffffff !important;
  color: #a7a9bd !important;
  border: none !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 14px !important;
  line-height: 20px !important;
  text-align: center !important;
  height: 30px !important;
}
.date #calendar-drop .cld-wrap #calendar-box .calendar .calendar-body tr .today{
  background-image: url(../images/restaurant_search/restaurant_search_result_check_icon.png) !important;
  background-size: 30px 30px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  height: 30px !important;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: #101124 !important;
  text-decoration: none !important;
}
.date #calendar-drop .cld-wrap #calendar-box .calendar .calendar-body tr .day_selected{
  background-image: url(../images/restaurant_search/restaurant_search_result_check_icon.png) !important;
  background-size: 30px 30px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  height: 30px !important;
  font-style: normal !important;
  font-weight: bold !important;
  font-size: 14px !important;
  line-height: 30px !important;
  text-align: center !important;
  color: #101124 !important;
  text-decoration: none !important;
}
.date #calendar-drop .cld-wrap #calendar-box .calendar .calendar-body tr .day{
  background: #ffffff;
  color: #101124 !important;
  border: none;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  height: 30px !important;
}
.date #calendar-drop .cld-wrap #calendar-box .calendar .calendar-body tr .day:hover{
  cursor: default;
  color: #6c6f95 !important;
  cursor: pointer;
}
.date #calendar-drop .cld-wrap #calendar-box .calendar tfoot{
  display: none !important;
}
.date #calendar-drop .cld-wrap #calendar-box .calendar tfoot tr th {
  display: none !important;
}


/* 时间 */

.select-time-box{
  width: 236px;
  height: 292px;
  background-color: #fff;;
}


.check_date{
  
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  
}

.check_date_inside{
  background-color: #fff;
  margin-top: 16px;
}

.select-time-box .time_item{
  height: 36px;
  line-height: 36px;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;

  color: #6C6F95;
  font-family: NotoSans-Regular;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
}

.select-time-box .time_item:last-child {
  margin-bottom: 50px;
}

.select-time-box .time_item:hover{
  background: #F7F8FA;
  cursor: pointer;

}

.select-time-box .selected{
  color: #101125;
  font-family: NotoSans-Regular;
  font-weight: 700;
}

.modal-backdrop.in {
  opacity: 0 !important;
}

@media (max-width: 1024px) {
  .newmian div.content-box-new-sg{
    /* margin-top: 65px !important; */
    margin-top: 0 !important;
  }
  .newmian div.content-box-new{
    /* margin-top: 65px !important; */
    margin-top: 0 !important;
  }
  .newh_mobile .otbox .search-nav-mob{
    display: none !important;

  }
  .banner-box .go-btn{
    padding-left: 8px;
  }

  .banner-box .date-time{
    width: 40%;
  }

  .search-input-mobile{
    display: none;
  
  }

  .search-result-box{
    margin-top: 0;
  
  }

  .banner-box .date{
    /* margin-top: 48px; */
    height: 0;
  }
  

}

@media (max-width: 864px) {
  /* 日历 start */
  .date #calendar-drop .cld-wrap #calendar-box .calendar .calendar-body tr .past{
    height: 40px !important;
  }
  .date #calendar-drop .cld-wrap #calendar-box .calendar .calendar-body tr .today{
    height: 40px !important;
  }
  .date #calendar-drop .cld-wrap #calendar-box .calendar .calendar-body tr .day_selected{
    height: 40px !important;
    line-height: 40px !important;
  }
  .date #calendar-drop .cld-wrap #calendar-box .calendar .calendar-body tr .day{
    height: 40px !important;
  }
  /* 日历 end */
  .newmian .header-backgournd{
    height: auto;
    padding-top: 8px;
  }
  .newmian .header-content{
    margin: 16px;
    background-color: #fff;
    border-radius: 8px;
    padding-top: 0;
  }

  .banner-box .title{
    padding-top: 16px;
    margin-left: 16px;
    margin-right: 16px;
    width: calc(100% - 32px);
    font-size: 20px;
  }

  .banner-box .search{

    flex-direction: column;
    margin-left: 16px;
    margin-right: 16px;
    margin-top: 6px;
    width: calc(100% - 32px);
    
  }

  .search-scroll{
    left: 16px;
  }

  .blank-white{
    display: none !important;
  }

  .result-box{
    max-height: 100%;
    min-width: 432px;
    height: 100%;
  }

  .search-input-mobile{
    display: flex;
  
  }

  .banner-box .search-box{
    max-height: 336px;
  }

  .banner-box .items{
    width: 100%;
    height: 60px;
    min-height: 60px;
    background-color: #F7F8FA;
    border-radius: 8px;
    border-right: none;
    margin-bottom: 4px;
    cursor: default;
    padding-left: 16px;
  }

  .banner-box .date-time{
    width: 100%;
    height: 60px;
  }

  .banner-box .time{
    margin-left: 4px;
  
  }

  .banner-box .date{
    min-width: calc(50% - 20px);
  }
  .banner-box .time{
    min-width: calc(50% - 20px);
  }
  .banner-box .go-btn{
    padding-left: 0 !important;
    background-color: #fff;
  }



  .banner-box .search-input{
    padding-left: 0;
    z-index: 0 !important;
  }

  .banner-box .nav-search-input{
    width: calc(100% - 32px);
    height: 48px;
  }


  .homepage-paxbox{
    height: 210px;
    width: 100% !important;
    bottom: 0;
    left: 0;
    right: 0;
    /* height: 300px; */
    border-radius:0px;
    /* position: absolute; */
  }
  .homepage-box{
    border-radius: 12px 12px 0px 0px !important;
    width: 100% !important;
  }

  .homepage-date {
    height: 380px;
  }

  .header-backgournd .modal.in .modal-dialog{
    position: absolute;
    top: auto !important;
    left: 0 !important;
    right: 0 !important;;
    bottom: 0 !important;
  }

  .header-backgournd .modal-search .modal-dialog{
    height: 100%;
    width: 100%;
  }

  .search-mobile-header{
    z-index: 9;
    position: fixed;
  }
  .header-backgournd .modal-search .modal-content{
    height: 100%;
  }

  .search-input .search-text-close{
    display: none !important;
  }

  .header-backgournd .modal-search .homepage-searchbox{
    width: 100% !important;
    height: 100% !important;
    max-height: 100% !important;
    border-top-right-radius: 32px;
  }


  .search-result-box{
    margin-top: 136px;
    height: 100%;

  }

  .modal-pax .modal-dialog{
    width: 100%;
  }
  .header-backgournd .modal-content{
    width: 100%;
    top: auto !important;
    bottom: 0 !important;
    position: absolute !important;
  }

  .item-header{
  
    display: block;
  }
  .pax-done{
    display: block;
  }

  .pax-group .title{
    margin-left: 0;
  }

  .banner-box .date{
    width: 100%;
  }

  .select-time-box{
    width: 100%;
    height: 372px;
  }

  .select-time-box .time_item{
    text-align: center ;
  }

  .modal-date .modal-dialog {
    width: 100%;
  }

  .modal-time .modal-dialog {
    width: 100%
  }

  .date #calendar-drop{
    width: 100%;
  }
  
  

}

@media (max-width: 567px) {
  .newmian div.content-box-new-sg {
      margin-top: 0 !important;
  }
  .newmian div.content-box-new{
    margin-top: 0 !important;
  }
}

@media (max-width: 375px){
  

}
