/* 自定義樣式 */
.auto-width {
  width: 1190px;
  margin: 15px auto 0px;
}
.top-head {
  position: relative;
  z-index: 2;
  background-color: #FFF;
  min-width: 990px;
}
#head {
  margin: 0 auto;
  height: 80px;
  font-family: 'Helvetica Neue', Helvetica, Arial, STHeiti, 'Microsoft JhengHei', '微軟正黑體', sans-serif;
}
#head .logo-wrap {
  float: left;
  width: 215px;
  height: 35px;
  padding: 25px 0 20px;
  margin-top: -5px;
  background: url("//img.8891.com.tw/v3/head-back.png?v=1") no-repeat center center;
}
#head .logo {
  float: left;
  width: 206px;
  height: 35px;
  border: none;
  background: url("//img.8891.com.tw/v3/logo.png?h=1") no-repeat center center;
  text-indent: -999em;
  overflow: hidden;
}
#head .car-slogan {
  float: left;
  display: block;
  height: 80px;
}
#head .car-slogan img {
  display: block;
  margin-top: 20px;
}
#head .nav-promote {
  float: left;
  font-size: 14px;
  margin: 0 0 0 35px;
  padding: 0;
}
#head .nav-promote span {
  font-size: 20px;
  color: #F87F15;
  margin-right: 5px;
  margin-left: 5px;
}
#head .nav-pop {
  width: 115px;
  height: 20px;
  position: absolute;
  left: 400px;
  top: 5px;
  border: 1px solid #000;
  background-color: #F93232;
  border-radius: 10px 10px 10px 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #fff;
}
#head .nav-feature {
  float: left;
  position: relative;
  padding: 0 10px;
}
#head .nav-feature .nav-feature-popover {
  display: none;
  position: absolute;
  left: 0;
  z-index: 5;
  background: #fff;
  width: 100%;
  border: 1px solid #F87F15;
  box-sizing: border-box;
}
#head .nav-feature .nav-feature-popover a {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  display: block;
  float: none;
  text-align: center;
}
#head .nav-feature .nav-feature-popover a:hover {
  color: #F87F15;
  background: #FEF2E7;
}
#head .nav-feature:hover {
  color: #F87F15;
}
#head .nav-feature:hover .arrow-down {
  background: url('//img.8891.com.tw/v3/little-arrow-1.png');
  background-size: 100% auto;
  transform: rotate(-180deg);
}
#head .nav-feature:hover .nav-feature-popover {
  display: block;
}
#head .nav {
  float: right;
  position: relative;
  line-height: 80px;
  font-size: 20px;
}
#head .nav a {
  float: left;
  padding: 0 10px;
  text-decoration: none;
  color: #333;
}
#head .nav a:hover {
  color: #F87F15;
}
#head .nav .at {
  color: #F87F15;
}
#head .nav .new {
  width: 27px;
  height: 24px;
  top: 8px;
  right: -16px;
  position: absolute;
}
#head .arrow-down {
  display: inline-block;
  background: url('//img.8891.com.tw/v3/little-arrow.png');
  width: 16px;
  height: 9px;
  vertical-align: middle;
  margin-left: 5px;
}
#head .nav #top-head-rank {
  position: absolute;
  right: 154px;
  top: 3px;
  line-height: 21px;
  height: 21px;
  width: 130px;
  display: block;
  padding: 0px;
}
#head .nav #top-head-rank:hover {
  background-color: #F78015;
}
