.bottom-divider {
  width: 100%;
  height: 0.25rem;
  background-image: url(../images/bottom-divider.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.foot-cate li {
  margin-top: 6px;
}
.foot-cate li:hover a {
  color: #2A5AB1 !important;
}

.foot-form {
  width: 100%;
  height: 5.63rem;
  background-color: #2A5AB1;
  margin-top: 1.8rem;
}
.foot-form .form-box {
  display: flex;
}
.foot-form .form-box .form-item + .form-item {
  margin-left: 2.89rem;
}
.foot-form .form-box .form-item .form-select {
  width: 21.25rem;
  height: 2.31rem;
  background: unset;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url(../images/arrow-down-1.png);
  background-size: 0.76rem;
  background-repeat: no-repeat;
  background-position: 19.6rem;
  position: relative;
  color: #ffffff;
}
.foot-form .form-box .form-item .form-select option {
  color: #333;
}

.company-info {
  min-height: 7.75rem;
  display: flex;
  align-items: center;
}
.company-info .bottom-logo {
  width: 19.44rem;
  height: 3.81rem;
}
.company-info .bottom-logo img {
  width: 100%;
}
.company-info .text-info {
  flex: 1;
  margin-left: 13.69rem;
  font-size: 1rem;
}
.company-info .qrcode {
  width: 6rem;
  text-align: center;
}
.company-info .qrcode img {
  width: 6rem;
  height: 6rem;
}

#searchModal .input-group {
  border-radius: 10px;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.2);
}
#searchModal input[type=search] {
  padding: 10px 30px;
  border-radius: 9px 0 0 9px;
  border: none;
  outline: none;
  font-size: 1.25rem;
  height: 3.2rem;
}
#searchModal button[type=submit] {
  border: none;
  border-radius: 0 9px 9px 0;
}
#searchModal .keywords a {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 3px;
  margin: 0.5rem;
  display: inline-block;
  padding: 3px 10px;
  transition: 0.3s;
}
#searchModal .close-btn {
  position: absolute;
  right: 0;
  top: 30px;
  padding: 0;
  width: 48px;
  height: 48px;
  font-size: 48px;
  line-height: 48px;
  color: #fff;
}
#searchModal .keywords-box {
  background-color: #fff;
  color: #333;
  /* background-color: rgb(247 247 247 / 90%); */
  color: #333 !important;
  margin-top: 0 !important;
}
#searchModal .keywords-box .keywords a {
  color: #333 !important;
  border: 1px solid #333333;
}

#back_top {
  background-color: #dddddd;
  height: 38px;
  width: 38px;
  border-radius: 3px;
  display: block;
  cursor: pointer;
  position: fixed;
  right: 50px;
  bottom: 100px;
  display: none;
}
#back_top .arrow {
  border: 9px solid transparent;
  border-bottom-color: #3DA0DB;
  width: 0px;
  height: 0px;
  top: 0px;
}
#back_top .stick {
  width: 8px;
  height: 14px;
  border-radius: 1px;
  background-color: #3DA0DB;
  top: 15px;
}
#back_top div {
  position: absolute;
  margin: auto;
  right: 0px;
  left: 0px;
}

/*# sourceMappingURL=footer.css.map */
