/**  ------------ 币种 START  ------------ **/
.axo-currency-type .col-item {
  line-height: 28px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.axo-currency-type .col-item:hover {
  background-color: #f0f0f0;
  color: #333;
}
.axo-currency-type .col-item.active {
  background: #f5f9fd;
  color: var(--color-success);
  font-weight: 600;
}
.hotel-v2-page .form-group-v2 {
  margin-bottom: 8px;
}
.hotel-v2-page .form-horizontal .control-label {
  padding-top: 8px;
}
.hotel-v2-page .mt-6 {
  margin-top: 6px;
}
/**  ------------ 币种 END  ------------ **/
/**  ------------ 价格范围 START  ------------ **/
.axo-dual-range-container {
  position: relative;
  width: 100%;
  height: 40px;
}
.axo-range-track {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--color-success);
  transform: translateY(-50%);
}
.axo-range-fill {
  position: absolute;
  height: 100%;
  background: #2196F3;
}
.axo-range-slider {
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  background: #fff;
  border: 2px solid var(--color-success);
  border-radius: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
}
.axo-range-slide.max {
  z-index: 100;
}
.axo-range-slide.min {
  z-index: 99;
}
/**  ------------ 价格范围 END  ------------ **/
/**  ------------ 订单核对页面 START  ------------ **/
.booking-card {
  z-index: 5;
  margin-bottom: 12px;
  padding: 20px;
  background: #fff;
  font-size: 12px;
}
.booking-card .main-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--color-success-3);
}
.booking-card .price-info-header {
  display: flex;
  padding: 17px 0;
}
.booking-card .price-info-header .hotel-tag-list i {
  font-style: normal;
  font-size: 12px;
  font-weight: bold;
}
.booking-card .price-info-header .hotel-tag-list i:not(:last-child)::after {
  content: ' | ';
  padding: 0 4px;
}
.booking-card .price-info-header > div {
  display: inline-flex;
  flex: 1;
}
.booking-card .booking-price-info {
  padding: 0 17px 17px 0;
  background-color: #f5f9fd;
  border-radius: 4px;
}
.booking-card .booking-price-info li {
  border: none !important;
  padding-top: 17px;
  display: flex;
}
.booking-card .booking-price-info li .inventory {
  font-weight: bold;
}
.booking-card .booking-price-info li .inventory .inventory-list span {
  margin: 0 4px;
}
.booking-card .booking-price-info li > div {
  display: inline-flex;
  flex: 1;
}
.booking-card .total-price__scope {
  display: flex;
  margin-top: 20px;
  justify-content: flex-start;
}
.booking-card .total-price__scope .left {
  color: #00175A;
  margin-top: 6px;
}
.booking-card .total-price__scope .right {
  margin-left: 12px;
}
.booking-card .total-price__scope .right > div {
  margin-bottom: 10px;
}
.booking-card.arrival-time__scope .info-item {
  display: flex;
  margin-bottom: 10px;
  font-size: 12px;
}
.booking-card.arrival-time__scope .info-item .info-item-title {
  font-size: 12px;
  margin-right: 20px;
  line-height: 32px;
}
.booking-card.arrival-time__scope .info-item .static-text {
  line-height: 32px;
}
.booking-card .booking-person {
  display: flex;
}
.booking-card .booking-person .info-item {
  display: flex;
  font-size: 12px;
  flex: 1;
  margin-right: 10px;
}
.booking-card .booking-person .info-item .info-item-title {
  font-size: 12px;
  margin-right: 20px;
  line-height: 32px;
  white-space: nowrap;
}
.booking-card .home-in-detail {
  display: flex;
}
.booking-card .home-in-detail .info-item {
  display: flex;
  flex: 1;
}
.intr-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.intr-info .intr-info__left .intr-info-title__scope .title {
  font-size: 20px;
  font-weight: 600;
  color: var(--color-success-3);
}
.intr-info .intr-info__left .intr-info-title__scope .score {
  margin-left: 10px;
  font-size: 18px;
  color: #FB6D69;
}
.intr-info .intr-info__left .address,
.intr-info .intr-info__left .tel,
.intr-info .intr-info__left .tags {
  padding-left: 24px;
  margin: 12px 0;
  font-size: 12px;
  position: relative;
}
.intr-info .intr-info__left .address::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('../images/icon/hotel/icon_address.png') no-repeat center / cover;
}
.intr-info .intr-info__left .subtitle {
  margin-top: 20px;
  font-size: 16px;
  color: var(--color-success-3);
}
.intr-info .intr-info__left .tags::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('../images/icon/hotel/icon_notes.png') no-repeat center / cover;
  background-size: 14px auto;
  font-size: 12px;
}
.intr-info .intr-info__left .tags span:not(:last-child)::after {
  content: ' | ';
  padding: 0 10px;
}
.intr-info .intr-info__right {
  width: 276px;
  height: 200px;
}
.intr-info .intr-info__right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dd-value {
  color: var(--color-success-3);
  font-size: 12px;
}
.linear-gradient-background {
  position: relative;
  padding-bottom: 20px;
  padding-top: 20px;
}
.linear-gradient-background::after {
  content: '';
  position: absolute;
  width: 1140px;
  top: 0;
  left: -20px;
  height: 100%;
  background: linear-gradient(180deg, #f4f9fd 0%, #e6f0fa 100%);
  opacity: 0.4;
  z-index: -1;
  pointer-events: none;
}
.select-traveler__scope {
  padding-top: 16px;
}
.select-traveler__scope .select-traveler-title {
  font-size: 12px;
  font-weight: 600;
  color: var(--color-success-3);
}
.select-traveler__scope .select-traveler-header {
  margin-top: 16px;
  background-color: var(--color-success);
  height: 60px;
  display: flex;
  align-items: center;
  color: #fff;
  padding: 0 14px;
}
.select-traveler__scope .select-traveler-header .room-index {
  font-size: 12px;
  font-weight: 600;
  display: inline-flex;
  width: 100px;
}
.select-traveler__scope .traveler-selected {
  font-size: 12px;
  color: var(--color-success);
  margin-top: 20px;
  margin-left: 14px;
}
.select-traveler__scope .traveler-select-list {
  font-size: 14px;
  color: var(--color-success-3);
  border-bottom: 1px solid #dedede;
  padding: 10px;
}
.select-traveler__scope .traveler-select-other {
  background: #f5f9fd;
  border-radius: 4px;
  padding: 17px 10px;
}
.select-traveler__scope .traveler-select-other .des-item {
  display: flex;
}
.select-traveler__scope .traveler-select-other .des-item > div:first-child {
  font-weight: bold;
}
/**  ------------ 订单核对页面 END  ------------ **/
/**  ------------ 时间范围选择 组件样式覆盖 START  ------------ **/
input[readonly][custom-date-range] {
  background-color: #fff !important;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: var(--color-success) !important;
  color: #fff !important;
}
.daterangepicker td.active.ends {
  background-color: #fff !important;
  color: #999 !important;
  opacity: 0.4;
}
.drp-calendar td.ends {
  opacity: 0.4;
  pointer-events: none;
  cursor: not-allowed;
}
.calendar-table .off.ends {
  visibility: hidden;
}
/**  ------------ 时间范围选择 组件样式覆盖 END  ------------ **/
.myOrder .news-list__scope {
  background-color: #fbfdff;
  padding: 18px;
}
.myOrder .news-list__scope .news-list-header {
  display: flex;
  justify-content: space-between;
}
.myOrder .news-list__scope .news-list-header span {
  font-size: 16px;
}
.myOrder .news-list__scope .news-list-header a {
  line-height: 24px;
}
.myOrder .news-list__scope .news-list__ul {
  margin-top: 12px;
}
.myOrder .news-list__scope .news-list__ul li {
  display: flex;
  font-size: 12px;
  line-height: 20px;
  margin: 4px 0;
}
.myOrder .news-list__scope .news-list__ul li a {
  display: block;
  flex: 1;
  width: 100%;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.myOrder .news-list__scope .news-list__ul li::before {
  content: '●';
  display: inline-block;
  margin-right: 8px;
}
/**  ------------ 覆盖一些组件样式 ------------ **/
.input-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  font-size: 12px !important;
}
/**  ------------ 一些通用的样式 Start------------ **/
.description-scope {
  display: flex;
  align-items: flex-start;
  flex-wrap: 0;
  flex-shrink: 0;
}
.description-scope.align-center {
  align-items: center;
}
.description-scope .des-label {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #333;
  font-weight: bold;
  width: 80px;
  flex-shrink: 0;
  flex-wrap: 0;
}
.description-scope .des-label input[type="checkbox"] {
  margin-top: 0;
  margin-right: 4px;
}
.special-need-label {
  display: inline-flex;
  align-items: center;
  font-weight: 400;
}
.special-need-label input[type="checkbox"] {
  margin-top: 0;
  margin-right: 4px;
}
.w-v2-70 {
  width: 70px !important;
}
.w-v2-80 {
  width: 80px !important;
}
.w-v2-90 {
  width: 90px !important;
}
.w-v2-100 {
  width: 100px !important;
}
.w-v2-110 {
  width: 110px !important;
}
.w-v2-120 {
  width: 120px !important;
}
.w-v2-130 {
  width: 130px !important;
}
.w-v2-140 {
  width: 140px !important;
}
.m-t-10 {
  margin-top: 10px;
}
.m-t-20 {
  margin-top: 20px;
}
.m-l-90 {
  margin-left: 90px;
}
.m-l-120 {
  margin-left: 120px;
}
/**  ------------ 一些通用的样式 END ------------ **/



.hotev2-city-search .auto-complete-td{
    text-align: left;
    vertical-align: text-top;
    min-width: 60px;
    color: #222;
}
.hotev2-city-search .popover-inner {
    max-height: 480px;
    overflow-y: auto;
}
.hotev2-city-search .auto-complete-td:last-child{
    text-align: right;
    color: #999;
}

/* 展开/收起按钮样式 */
.expand-collapse-btn {
    text-align: center;
    padding: 5px 0;
}

.expand-collapse-btn .btn-link {
    color: var(--color-success) !important;
    text-decoration: none !important;
    font-size: 12px;
    transition: color 0.2s ease;
    padding: 0; text-decoration: none; 
}

.expand-collapse-btn .btn-link:hover {
    color:  var(--color-success-3)  !important;
    text-decoration: none !important;
}

.expand-collapse-btn .btn-link:focus {
    outline: none;
    box-shadow: none;
}

.expand-collapse-btn .mdi {
    margin-left: 4px;
    font-size: 14px;
}

.brand-subgroup-title {
    color: var(--color-primary);
    font-size: 12px;
    padding: 0 8px;
    margin-bottom: 8px;
}
.filter-sub-group{
    border-bottom: 1px solid #eee;
    box-shadow: 0 2px 4px rgba(60,60,60,0.1);
    padding: 8px;
    padding-bottom: 0;
    margin-bottom: 16px;
}