.header {
  width: 100%;
  height: 168px !important;
  position: relative;
  /* background: url('../images/bg_top.png') no-repeat; */
  background-color: #fff;
  top: 0;
  right: 0;
  left: 0;
  z-index: 998;
}
.header-right-btn-list {
  /* text-align:right;
  padding-left:34px; */
  width: 334px;
}
.header-content {
  position: relative;
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding-top: 22px;
}
.header_btn {
  width: 180px;
  height: 40px;
  border-radius: 6px;
  color: #fff;
  border: solid;
  margin: 0 20px 10px 0;
  cursor: pointer;
  font-size: 16px;
}
.header_btn_products {
  background: #476EE2;
}
.header_btn_products:hover {
  background: #184ce9;
}
.header_btn_suppliers {
  background: #D3963F;
}
.header_btn_suppliers:hover{
  background: #de8912;
}
.logo {
  width: 215px;
  height: 81px;
  display: block;
}
.slogan {
  font-size: 12px;
  font-weight: bold;
  color: #DCA250;
}
.search {
  width: 597px;
  height: 74px;
}
.header input {
  height: 74px !important;
}
.search-btn {
  width: 124px;
  height: 74px;
  background: #002A79;
  color:#fff;
  border-radius: 0 6px 6px 0;
  font-weight: 500;
  font-size: 18px;
  border: 1px solid #002A79;
  padding: 0;
}
.header i {
  font-size: 20px !important;
  margin: 0 2px 0 !important;
  font-weight: bold !important;
}

.header_icon {
  width: 52px;
  height: 52px;
  cursor: pointer;
}
/*修改tooltip的背景颜色*/
.el-tooltip__popper {
  background-color: #002A79 !important;
}
/*修改tooltip的箭头颜色*/
.el-tooltip__popper[x-placement^=top] .popper__arrow::after {
  border-top-color: #002A79 !important;
}
.el-tooltip__popper[x-placement^=top] .popper__arrow{
  border-top-color: #002A79 !important;
}

.login-btn {
  line-height: 25px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
.regist-btn {
  width: 132px;
  height: 74px;
  background: #FFFFFF;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 500;
  color: #002A79;
}
.text-l {
  text-align: left;
}
.text-r {
  text-align: right;
}
.header .el-input__icon {
  display: none;
}
.header .el-input__prefix {
  left: auto !important;
  right: 0 !important;
}
.header .el-select-group {
  display: flex;
}
.header .el-select-group__title {
  padding: 0 0 10px 28px;
  font-weight: bold;
  font-size: 14px;
  color: #111;
}
.header .el-select-group .el-select-dropdown__item {
  max-width: 135px;
  height: 24px;
  line-height: 24px;
  background: #EDEDED;
  color: #666666;
  border-radius: 2px;
  text-align: center;
  margin: 0 0 10px 10px;
  font-size: 12px;
  padding: 0px 16px;
}
.el-select-group .el-select-dropdown__item {
  padding: 0 10px;
}
.el-select-group .el-select-dropdown__item:hover{
  padding: 0 10px;
  color: #002A79;
}
.header .el-select-dropdown__wrap {
  max-height: auto !important;
}
.header .el-select-group__wrap:not(:last-of-type) {
  padding-bottom: 0;
}
.header .el-select-group__wrap:not(:last-of-type)::after {
  display: none;
}

.header .el-popper .popper__arrow {
  display: none;
}
.header .el-popper[x-placement^=bottom] {
  margin-top: 0
}
.header .el-input--prefix .el-input__inner {
  height: 74px;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 600;
  color: #002A79;
  border: 2px solid;
  padding: 0 165px 0 30px;
}
.header .el-select .el-input.is-focus .el-input__inner {
  border-color: #002A79;
}
.header .el-select .el-input .el-input__inner {
  border: 3px solid #002A79;
}
.icon-search-close {
  padding: 0 10px;
  cursor: pointer;
}

.search-empty {
  padding: 20px;
  font-size:14px;
  color: #666666;
  cursor: pointer;
}
.search-empty:hover {
  color: #002A79;
}
.header .el-select .el-input__inner:hover {
  cursor: text !important;
}
.search-select {
  width: 597px;
  height: 74px;
  border-radius: 8px;
  margin: 0 34px 0 24px;
}
.search-select-dropdown-group {
  width: 597px;
  display:flex;
  padding: 0 18px;
  justify-content: flex-start;
  align-items: center;
  flex-wrap:wrap;
}
.mtb24 {
  margin: 24px 0;
}
.login-dropdown {
  width: auto;
  height: 52px;
  line-height: 52px;
  cursor: pointer;
  text-align: right;
}
.login-dropdown-name {
  max-width: 120px;
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
}
.login-dropdownl-img {
  width: 28px;
  height: 28px;
  margin-left: 10px;
  border-radius: 50%;
}
.login-dropdownl-img img {
  object-fit: contain;
}
.login-dropdown-item {
  width: 227px;
  /* height: 108px; */
  background: #FFFFFF;
  box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1000);
  border-radius: 6px;
  /* opacity: 0.98; */
  color: #111111;
  font-size: 14px;
  text-align: center;
}
.login-dropdown-item-img {
  width: 16px;
  height: 16px;
  margin-right: 12px;
}
.header a:hover {
  color: #111;
}
.el-dropdown-menu {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 12px 0 0 0;
}
.el-dropdown-menu__item {
  line-height: 46px;
  padding: 0;
}
.el-dropdown-menu__item .el-link.el-link--default {
  padding: 0 15px;
  font-size: 14px;
  color: #000000;
}
.el-dropdown-menu .el-dropdown-menu__item:hover {
  color: #fff;
  background: #002A79; 
}
.el-dropdown-menu .el-dropdown-menu__item:first-child:hover {
  border-radius: 12px 0 0 0;
}
.el-link.el-link--default:hover {
  color: #fff;
}
.el-dropdown-menu__item .el-link.el-link--default i{
  font-size: 20px;
  margin-right: 12px;
}
/* .el-dropdown-menu__item.el-link.el-link--default:hover {
  color: #fff;
} */

/* 消除下拉菜单的三角 */
.el-popper[x-placement^=bottom] .popper__arrow{
  border: none;
}
.el-popper[x-placement^=bottom] .popper__arrow::after{
  border: none;
}

/* 页脚 */
.footer {
  height: auto !important;
  margin-top: 30px;
  font-size: 12px;
  font-weight: 400;
  background: #002A79;
  color: #fff;
  padding: 32px;
  line-height: 2.5;
  z-index: 999;
}
.footer-content {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #1c4898;
}
.footer-logo {
  padding-right: 50px;
  border-right: 2px solid #1c4898;
  margin-right: 50px;
}
.w40 {
  width: 40%;
}
.w20 {
  width: 20%;
}
.w40 .el-link--inner {
  width: 100%;
  text-align: right;
}
.footer-img {
  width: 250px;
  height: 84px;
}
.footer-text {
  text-align: center;
  opacity: 0.4;
}
.footer-gov {
  display: flex;
  justify-content: center;  /* 水平居中 */
  align-items: center;     /* 垂直居中 */
}
.footer-gov-img {
  width: 17px;
  height: 17px;
  margin-right: 10px;
}
.footer-link .el-link.el-link--default {
  color: #fff;
}
.footer-link .el-link.el-link--default:hover {
  color: #409EFF !important;
}
.footer-link .el-link {
  justify-content: flex-start;
}


@font-face {
  font-family: "iconfont"; /* Project id  */
  src: url('../images/iconfont/iconfont.ttf?t=1668419926110') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-a-icon_PersonalProfile:before {
  content: "\e60d";
}

.icon-a-icon_MyCollect2:before {
  content: "\e60e";
}

.icon-a-icon_ChangePassword:before {
  content: "\e612";
}

.icon-a-icon_MyEnquiries:before {
  content: "\e614";
}

.icon-a-icon_MyRFPs:before {
  content: "\e615";
}

.icon-a-icon_BrowsingHistory:before {
  content: "\e619";
}

.icon-tuichu:before {
  content: "\e61d";
}



