.search-bar-container .backgroundContainer {
  height: 122px;
  position: absolute;
  width: 100%;
  margin-top: 33px;
  z-index: -1;
}

.search-bar-container .search-bar-wrapper {
  height: 155px;
  margin: 0 auto;
}

.search-bar-container .search-bar-wrapper .search-bar {
  overflow: hidden;
  padding-top: 85px;
  margin: 0 auto;
  width: 1188px;
}

.search-bar-container .search-bar-wrapper .search-bar .search-input-title {
  width: 96px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
}

.search-bar-container .search-bar-wrapper .search-bar .search-input_section {
  width: 889px;
  height: 45px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  margin-right: 20px;
}

body.language-en .search-bar-container .search-bar-wrapper .search-bar .search-input_section {
  width: 810px;
}

.search-bar-container .search-bar-wrapper .search-bar .search-input_section input {
  width: 889px;
  height: 45px;
  border: 1px solid;
  font-size: 22px;
  border-color: #8f171f;
  padding: 9px 0 9px 10px;
}

body.language-en .search-bar-container .search-bar-wrapper .search-bar .search-input_section input {
  width: 810px;
}

.search-bar-container .search-bar-wrapper .search-bar .search-input_section .search-button {
  cursor: pointer;
  background-color: white;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 7px;
  right: 5px;
  z-index: 2;
}

.search-bar-container .search-bar-wrapper .search-bar .st12-show-more-button {
  width: 153px;
  height: 45px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

.search-bar-container .search-bar-wrapper .search-bar ::after {
  content: "";
  clear: both;
  display: table;
}

.macau .search-bar-container .backgroundContainer {
  height: 122px;
  position: absolute;
  width: 100%;
  margin-top: 33px;
  background-color: #ffedb3;
  z-index: -1;
}

.macau .search-bar-container .search-bar-wrapper {
  height: 155px;
  margin: 0 auto;
}

.macau .search-bar-container .search-bar-wrapper .search-bar {
  overflow: hidden;
  padding-top: 85px;
  margin: 0 auto;
  width: 1188px;
}

.macau .search-bar-container .search-bar-wrapper .search-bar .search-input-title {
  width: 192px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
}

body.language-zh .macau .search-bar-container .search-bar-wrapper .search-bar .search-input-title {
  background: url("/_ui/desktop/common/svg/macau/img_searchTitle_Zh.svg") no-repeat center;
}

body.language-en .macau .search-bar-container .search-bar-wrapper .search-bar .search-input-title {
  width: 256px;
  background: url("/_ui/desktop/common/svg/macau/img_searchTitle_En.svg") no-repeat center;
}

.macau .search-bar-container .search-bar-wrapper .search-bar .search-input_section {
  width: 820px;
  height: 45px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  margin-right: 20px;
}

body.language-en .macau .search-bar-container .search-bar-wrapper .search-bar .search-input_section {
  width: 756px;
}

.macau .search-bar-container .search-bar-wrapper .search-bar .search-input_section input {
  width: 820px;
  height: 45px;
  border: 1px solid;
  font-size: 22px;
  border-color: #8f171f;
  padding: 9px 0 9px 10px;
}

body.language-en .macau .search-bar-container .search-bar-wrapper .search-bar .search-input_section input {
  width: 756px;
}

.macau .search-bar-container .search-bar-wrapper .search-bar .search-input_section .search-button {
  cursor: pointer;
  background-color: white;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 7px;
  right: 5px;
  z-index: 2;
}

.macau .search-bar-container .search-bar-wrapper .search-bar .st12-show-more-button {
  width: 136px;
  height: 45px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

.macau .search-bar-container .search-bar-wrapper .search-bar ::after {
  content: "";
  clear: both;
  display: table;
}

.deals .search-bar-container .backgroundContainer {
  background-color: #fff2f1;
}

.deals .search-bar-container .search-bar-wrapper {
  background: url("/_ui/desktop/common/svg/deals/img_searchBarTitle_zh.svg") no-repeat center;
}

body.language-en.deals .search-bar-container .search-bar-wrapper {
  background: url("/_ui/desktop/common/svg/deals/img_searchBarTitle_en.svg") no-repeat center;
}

body.language-zh.deals .search-bar-container .search-bar-wrapper .search-bar .search-input-title {
  background: url("/_ui/desktop/common/svg/deals/img_searchTitle_zh.svg") no-repeat center;
}

body.language-en.deals .search-bar-container .search-bar-wrapper .search-bar .search-input-title {
  background: url("/_ui/desktop/common/svg/deals/img_searchTitle_EN.svg") no-repeat center;
  width: 185px;
}

.finance .search-bar-container .backgroundContainer {
  background-color: #ffeaec;
}

.finance .search-bar-container .search-bar-wrapper {
  background: url("/_ui/desktop/common/svg/finance/img_searchBarTitle_zh.svg") no-repeat center;
}

body.language-en.finance .search-bar-container .search-bar-wrapper {
  background: url("/_ui/desktop/common/svg/finance/img_searchBarTitle_en.svg") no-repeat center;
}

body.language-zh.finance .search-bar-container .search-bar-wrapper .search-bar .search-input-title {
  background: url("/_ui/desktop/common/images/img_searchTitle.svg") no-repeat center;
}

body.language-en.finance .search-bar-container .search-bar-wrapper .search-bar .search-input-title {
  background: url("/_ui/desktop/common/images/img_searchTitle_EN.svg") no-repeat center;
  width: 185px;
}
