.header {
  padding: 5px 20px 15px;
  box-sizing: border-box;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.header>.headerItem {
  border-bottom: 1px solid #eeeeee;
}

.header>.headerItem:last-child {
  border: none;
}

.header .flexBox,
.header .flexBoxWrap {
  display: flex;
}

.header .flexBoxWrap {
  flex-wrap: wrap;
}

.header .itemSelect,
.header .header_item:hover {
  color: #fff !important;
  background: #3974FF;
  border-radius: 5px;
}

.header .header_item:hover a {
  color: #fff !important;
}

.header .itemSelect a {
  color: #fff !important;
}

.header .itemSelectCity,
.header .header_itemCity:hover {
  color: #3974FF !important;
}

.header .headerListHide {
  overflow: hidden;
  height: 35px;
}

.header .header_item,
.header .header_itemCity {
  color: #505B65;
  cursor: pointer;
  padding: 2px 12px;
  margin-bottom: 10px;
  text-align: center;
}

.header .header_item a,
.header .header_itemCity a {
  padding: 2px 12px;
  display: block;
}

.header .header_item_c {
  color: #333;
}

.header .header_title {
  white-space: nowrap;
  padding: 2px 12px;
  min-width: 63px;
}

.header .header_more {
  margin-top: 2px;
  padding: 2px 12px;
  flex: 0 0 40px;
  font-weight: 500;
  color: #1F68AC;
  cursor: pointer;
}

.header .header_more .img {
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  margin-top: -1px;
}

.header .keyword {
  display: flex;
  align-items: center;
}

.header .keyword .keyword_input {
  position: relative;
}

.header .keyword .keyword_input .keyword_input_img {
  position: absolute;
  right: 15px;
  top: 4px;
  width: 20px;
  height: 20px;
}

.header .keyword .keyword_font {
  white-space: nowrap;
  height: 17px;
  font-size: 12px;
  font-weight: 500;
  color: #333333;
  line-height: 28px;
  margin-right: 5px;
}

.header .keyword .keyword_number {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.header .keyword .searchBtn {
  background: #1F68AC;
  border-radius: 5px;
  cursor: pointer;
  padding: 5px 40px;
  margin-left: 12px;
  color: #fff;
  font-size: 14px;
}

.header .countryNone {
  display: none !important;
}

.header .countryArr {
  margin-left: 88px;
  background: #F2F6FF;
  padding-top: 10px;
  margin-bottom: 15px;
  flex-wrap: wrap;
}

#keyWord {
  border-radius: 4px;
  border: 1px solid #DCDFE6;
  height: 30px !important;
  width: 308px !important;
  padding: 0 10px;
}

.nonePadding {
  padding: 0 !important;
}