.comboTreeWrapper {
  position: relative;
  text-align: left !important;
}

.comboTreeInputWrapper {
  position: relative;
}

.comboTreeArrowBtn {
  position: absolute;
  right: 1px;
  bottom: 1px;
  top: 1px;
  box-sizing: border-box;
  border: none;
  background-color: #ccab6e;
  border-left: 1px solid #eb9707;
  border-radius: 0 3px 3px 0;
}

.comboTreeDropDownContainer {
  display: none;
  background: #000000e8;
  border: 1px solid #ccab6e;
  max-height: 230px;
  overflow-y: auto;
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  z-index: 999;
  font-size: 13px;
}

.comboTreeDropDownContainer ul {
  padding: 0px;
  margin: 0;
}

.comboTreeDropDownContainer li {
  list-style-type: none;
  /* padding-left: 15px; */
  cursor: pointer;
  text-align: center;
}

.comboTreeDropDownContainer li:hover {
  background-color: transparent;
}
.comboTreeDropDownContainer li:hover ul {
  background-color: transparent;
}
.comboTreeDropDownContainer li span.comboTreeItemTitle.comboTreeItemHover {
  background-color: #656565e2;
  color: #fff;
}

span.comboTreeItemTitle {
  display: block;
  padding: 2px 4px;
}
.comboTreeDropDownContainer label {
  cursor: pointer;
  width: 100%;
  display: block;
}
.comboTreeDropDownContainer .comboTreeItemTitle input {
  position: relative;
  top: 2px;
  margin: 0px 4px 0px 0px;
}
.comboTreeParentPlus {
  position: relative;
  left: -12px;
  top: 4px;
  width: 4px;
  float: left;
}

.comboTreeInputBox {
  padding: 5px;
  border-radius: 3px;
  border: 1px solid #ccab6e;
  width: 100%;
  box-sizing: border-box;
  padding-right: 24px;
  /* box-shadow: 0px 0px 2px 1px #ccab6e; */
}

.comboTreeArrowBtnImg {
  font-size: 10px;
}

.multiplesFilter {
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #999;
}

img {
  width: 28px;
  height: 28px;
}

.left_box {
  width: 300px;
  text-align: center;
  border: solid #e7e6e6 1px;
  padding: 0px 8px;
}

.right_box {
  width: 410px;
  line-height: 1.5;
  padding: 20px 8px;
}

.footer {
  flex: 1;
  background: url(../images/bg-foot.jpg) no-repeat;
  background-size: 100% 100%;
  width: 100%;
  margin: 0 auto;
  color: #55626f;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.footer p {
  margin: 5px 0;
}

.inputBox {
  position: relative;
  width: 150px;
}
input {
  width: 100%;
  padding: 10px 0 5px;
  background: transparent;
  outline: none;
  box-shadow: none;
  border: none;
  color: #ccab6e;
  font-size: 13px;
  letter-spacing: 0.1em;
  transition: 0.5s;
}

.comboTreeInputWrapper input:focus {
  box-shadow: 0px 0px 5px 1px #cbbd6c;
}

.inputBox span {
  position: absolute;
  left: 0;
  padding: 10px 0 5px;
  pointer-events: none;
  font-size: 13px;
  color: #ccab6e;
  letter-spacing: 0.1em;
  transition: 0.3s;
}
.inputBox input:valid ~ span,
.inputBox input:focus ~ span {
  transform: translateY(-16px);
  font-size: 0.65em;
}

.inputBox i {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #ccab6e;
  overflow: hidden;
}

.search_btn {
  background: transparent;
  color: #ccab6e;
  border: 1px solid;
  border-radius: 5px;
  width: 56px;
  height: 26px;
  cursor: pointer;
  transition: all 0.4s;
  font-weight: 700;
}

.search_btn:hover {
  background: #ccab6e;
  color: #e7e6e6;
}
