@charset "UTF-8";
/**!
 * 临沂市公共资源交易有限公司数字化综合应用系统项目-首页
 * date:2022-06-08
 * author: QuGuoQiang;
 */
.content {
  background: url("../css/images/bg.png") top center no-repeat #f8f9fa;
}

.logo {
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logo-search {
  position: relative;
  width: 388px;
  height: 46px;
}

.logo-search-input {
  width: 100%;
  height: 100%;
  padding: 0 70px 0 23px;
  line-height: 22px;
  font-size: 16px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 43px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.logo-search-input::-webkit-input-placeholder {
  color: #747474;
}

.logo-search-input:-ms-input-placeholder {
  color: #747474;
}

.logo-search-input::-ms-input-placeholder {
  color: #747474;
}

.logo-search-input::placeholder {
  color: #747474;
}

.logo-search-btn {
  position: absolute;
  right: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 40px;
  width: 63px;
  background: url("../css/images/search_icon.png") center no-repeat #0e90fe;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 43px;
  cursor: pointer;
}

.nav {
  height: 57px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(14px);
          backdrop-filter: blur(14px);
}

.nav-li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.nav-li > a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 20px;
  line-height: 57px;
  letter-spacing: 1px;
}

.nav-li > a > span {
  position: relative;
  display: inline-block;
}

.nav-li:nth-child(n + 2)::before {
  content: '';
  display: block;
  width: 1px;
  height: 32px;
  background: rgba(255, 255, 255, 0.4);
}

.nav-li.active > a > span, .nav-li:hover > a > span {
  font-weight: 900;
}

.nav-li.active > a > span::after, .nav-li:hover > a > span::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 42px;
  height: 3px;
  background: #fff;
  border-radius: 2px;
}

.position {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0;
  padding-left: 24px;
  line-height: 22px;
  color: #fff;
  background: url("../css/images/vector_icon.png") left bottom no-repeat;
}

.position a {
  font-size: 16px;
  color: #fff;
}

.footer {
  margin-top: 50px;
  height: 230px;
  background: #1b6ab9;
}

.footer-container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-text {
  font-size: 16px;
  line-height: 36px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-text:nth-child(3) span {
  letter-spacing: 2px;
}

.footer-text .badges {
  margin-right: 7px;
}

.footer-line {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  height: 126px;
}
