/* 新主页的头部样式 */
input {
  outline: none;
}
.top a:link {
  color: #666;
}

.top a:visited {
  color: #666;
}

.top a:hover {
  color: #f83244;
}

.top a:active {
  color: #666;
}
::-moz-placeholder {
  color: #999;
}
::-webkit-input-placeholder {
  color: #999;
}
:-ms-input-placeholder {
  color: #999;
}
/* DEV-12179 固定为1200px
@media screen and (max-width: 1500px) {
  .top {
    width: 100%;
  }
  .top-bar {
    width: calc(100% - 40px);
    min-width: 1326px;
  }
  .nav {
    width: 100%;
  }
  .nav-bar {
    width: calc(100% - 40px);
    min-width: 1326px;
  }
}
@media screen and (min-width: 1500px) {
  .top {
    width: 100%;
  }
  .top-bar {
    width: 1460px;
  }
  .nav {
    width: 100%;
  }
  .nav-bar {
    width: 1460px;
  }
}
* /
.bar-bottom-fixed {
  padding-bottom: 36px;
}
/* border-bottom 是来自style_header.css 的冲突 */
.nick-name {
  margin-right: 5px;
}
.login-out {
  cursor: pointer;
}
.login-out:hover {
  color: #f83244;
}
.border-box {
  box-sizing: border-box;
}
.top {
  width: 100%;
  height: 36px;
  background-color: #f5f5f5;
  border-bottom: none !important;
  font-family: 'Microsoft YaHei';
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}
.top-bar {
  position: relative;
  height: 100%;
  margin: 0 auto;
  font-size: 12px;
  line-height: 12px;
  color: #666;
  width: 1200px;
  min-width: 1200px;
  display: flex;
  align-items: center;
  line-height: 14px;
}
.nav {
  position: relative;
  width: 100%;
  height: 80px;
  background-color: #fff;
  font-family: 'Microsoft YaHei';
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}
#nav-bar {
  border-bottom: none;
}
.nav-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  height: 80px;
  z-index: 999;
  background-color: #fff;
  box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.03);
}
.nav-fixed .city-node-header {
  margin-top: 1px;
}
.nav-bar {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin: 0 auto;
  width: 1200px;
  min-width: 1200px;
}
.login {
  display: inline-block;
  max-width: 200px;
}
.layout {
  /* position: absolute; */
  right: 0;
  display: inline-block;
  height: 14px;
  font-size: 0;
  flex: 1;
  text-align: right;
}
.download {
  cursor: pointer;
  display: inline-block;
  margin-left: 30px;
  position: relative;
}
.download-name {
  display: inline-block;
}
.download-name::after {
  content: '';
  display: inline-block;
  width: 9px;
  height: 12px;
  background: url('https://qnm.hunliji.com/o_1cv02q3ep1jae1os0snrn4v5i89.png') 0 0 no-repeat;
  background-size: 100% 100%;
  vertical-align: bottom;
  margin-left: 6px;
}
.download:hover .download-name::after {
  background-image: url('https://qnm.hunliji.com/o_1cv827ek1o4g1piqroi1r15vlr6c.png');
}
.download-qrcode {
  width: 194px;
  height: 219px;
  box-shadow: 0px 6px 28px 0px rgba(0, 0, 0, 0.08);
  border-radius: 2px;
  background: #fff;
  position: absolute;
  z-index: 100;
  top: 22px;
  padding: 17px;
  box-sizing: border-box;
  display: none;
}
.download-qrcode img {
  width: 160px;
  height: 160px;
}
.download-qrcode-txt {
  color: #333;
  font-size: 14px;
  display: block;
  text-align: center;
  margin-top: 12px;
}
.download:hover .download-qrcode {
  display: block;
}
.system-queue {
  display: inline-block;
  padding: 0 15px 0 0;
  border-right: 1px solid #ccc;
  height: 14px;
}
.queue-item {
  margin: 0 15px;
  box-sizing: border-box;
  font-size: 12px;
  vertical-align: initial;
}
.queue-item:hover {
  color: #f83244;
}
.icon-hot {
  margin: -3px 0 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 2px;
}
.service-number {
  display: inline-block;
  padding: 0 0 0 30px;
  font-size: 12px;
}
.company-view {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: 260px;
  height: 45px;
}
.company-logo {
  margin: 0 20px 0 0;
  width: 92px;
  height: 44px;
}
.city-node-header {
  margin: 0 6px 0 0;
  font-size: 12px;
  line-height: 12px;
  color: #666;
  cursor: pointer;
  display: flex;
  align-items: center;
  /* width: 78px; */
}
.city-node-header-link {
  max-width: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.city-node-header-arrow {
  margin-left: 7px;
  width: 11px;
  height: 6px;
  background: url('https://qnm.hunliji.com/o_1d67uva9o1tdluldb3rbsg1j4kk.png') 0 0 no-repeat;
  background-size: 100% 100%;
  position: relative;
  top: -1px;
}
.city-node-header:hover .city-node-header-link {
  color: #f83244;
}
.city-node-header:hover .city-node-header-arrow {
  background-image: url('https://qnm.hunliji.com/o_1d67uva9om49p1c671l6tosel.png');
}
.selection {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 48px;
  box-sizing: border-box;
}
.selection-fixed {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  left: calc(50% - 271px);
  height: 48px;
  top: 16px;
}
.selection-bar {
  display: flex;
  justify-content: flex-start;
  height: 100%;
  padding-right: 20px;
}
.selection-item {
  position: relative;
  margin: 0 12px;
  height: 100%;
  font-size: 16px;
  line-height: 48px;
  cursor: pointer;
}
.selection-item .selection-link {
  display: flex;
  justify-content: center;
  /* width: 100%;
  height: 100%; */
  padding: 0 4px;
  color: #000;
}
.selection-item .selection-link:hover {
  display: flex;
  /* width: 100%;
  height: 100%; */
  color: #f83244;
}
.selection-item .selection-link a {
  color: #000;
}
.selection-item .selection-link a:hover {
  color: #f83244;
}
.selection-item-common {
  border-bottom: 2px solid transparent;
}
.selection-item-common:hover {
  border-bottom: 2px solid #f83244;
}
.selection-item-selected {
  color: #f83244;
  border-bottom: 2px solid #f83244;
}
.selection-item-hot:before {
  content: '';
  background: url(https://qnm.hunliji.com/o_1d6rsndal1j7p9gmqk1af4s4gb.png) 0 0 no-repeat;
  display: block;
  position: absolute;
  top: -6px;
  right: 15px;
  width: 33px;
  height: 21px;
  background-size: contain;
}
.selection-item-labeldown {
  padding: 0 16px 0 2px !important;
}
.selection-item-labeldown:after {
  content: url(//qnm.hunliji.com/o_1crmshckn1hug1bi617jk5ikmfut.png);
  display: block;
  position: absolute;
  top: -3px;
  right: 0;
  width: 9px;
  height: 5px;
}
.selection-item-labeldown-click:after {
  content: url(//qnm.hunliji.com/o_1d0rbolah9bh1kukhloblq1mul9.png);
}
.selection-item-labeldown:hover:after {
  content: url(//qnm.hunliji.com/o_1cso2teff1cdoepm30hc8312d49.png);
  display: block;
  position: absolute;
  top: -3px;
  right: 0;
  width: 9px;
  height: 5px;
}
.selection-up-slide-down {
  display: none;
  position: absolute;
  left: -20px;
  z-index: 100;
  padding: 8px 12px;
  width: 104px;
  background: #000;
  background-color: #ffffff;
  box-shadow: 0px 8px 28px 0px rgba(0, 0, 0, 0.08);
  border-radius: 2px;
  box-sizing: border-box;
}
.selection-up-slide-down-item {
  text-align: center;
  width: 100%;
  padding: 12px 0;
  font-size: 16px;
  line-height: 16px;
  color: #000000;
  position: relative;
}
.selection-up-slide-down-item .icon-hot {
  position: absolute;
  right: -4px;
  top: 2px;
}
.selection-item-common:hover .selection-up-slide-down {
  display: block;
}
.input-group {
  position: relative;
  width: 180px;
  height: 40px;
  border-radius: 2px;
  /* // overflow: hidden; */
}
.input-group-langer {
  position: relative;
  width: 540px;
  height: 40px;
  border-radius: 2px;
  /* // overflow: hidden; */
}
.input-group-content {
  position: absolute;
  left: 0;
  margin: 0;
  padding: 0 14px 0 14px;
  width: calc(100% - 40px);
  height: 40px;
  border: none;
  border-radius: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  background: #f5f5f5;
  color: #333 !important;
  font-size: 14px;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: 'Microsoft YaHei';
}
.input-group-content::placeholder {
  color: rgb(117, 117, 117);
}

.input-group-button {
  position: absolute;
  right: 0;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 0;
  background-image: url(//qnm.hunliji.com/o_1crmn06c31j09j1i1smb1rqudejj.png);
  background-size: 18px 18px;
  background-color: #f83244;
  background-repeat: no-repeat;
  background-position: 11px;
  cursor: pointer;
  border-radius: 0 2px 2px 0;
}
.public_search_box_ipt {
  position: relative;
  height: 100%;
}
.public_search_box_result {
  position: absolute;
  width: 500px;
  z-index: 99999;
  top: 40px;
}
