/**
 * 三角形 .triangle
 *
 * @param @direction                方向 up, down, left, right
 * @param @size or @width, @height  大小
 * @param @color                    顏色
 *
 * @example 
 *      .triangle(up, 5px, #fff)
 *      .triangle(up, 10px, 5px, #fff)
 */
/**
 * 箭头 .arrow
 *
 * @param @w				寬度
 * @param @h                高度
 * @param @bw				邊框寬度
 * @param @c                邊框顏色
 * @param @deg				旋轉角度
 *
 * @example 
 *      .arrow(7px, 7px, 1px, #333, -135deg);
 */
/* 自定義樣式 */
.v3-bg {
  display: inline-block;
  background: url("//img.8891.com.tw/v3/v3-bg.png") 0 0 no-repeat;
  overflow: hidden;
}

.nopic-small {
  background: url("//img.8891.com.tw/v3/nopic-77-32.png") center center no-repeat;
}

.nopic-middle {
  background: url("//img.8891.com.tw/v3/nopic-154-63.png") center center no-repeat;
}

.nopic-big {
  background: url("//img.8891.com.tw/v3/nopic-308-126.png") center center no-repeat;
}

/* CSS reset */
html {
  color: #000;
  background: #FFF;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td,
strong {
  padding: 0;
  margin: 0;
  font-family: 'Helvetica Neue', Helvetica, Arial, STHeiti, 'Microsoft JhengHei', '微軟正黑體', sans-serif;
  font-weight: normal;
}

body {
  margin: 0 auto;
  color: #333;
  font: 15px/1.2 'Helvetica Neue', Helvetica, Arial, STHeiti, 'Microsoft JhengHei', '微軟正黑體', sans-serif;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

ul,
li,
ol {
  list-style: none;
}

input {
  vertical-align: middle;
  font-size: 15px;
}

input::-webkit-input-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder {
  color: #aaa;
}

* {
  -webkit-tap-highlight-color: #333;
}

a {
  text-decoration: none;
  color: #333;
  cursor: pointer;
}

a:hover {
  text-decoration: underline;
}

button {
  border: none;
  color: #fff;
  background: #EEE;
  border-radius: 3px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.block {
  display: block;
}

.hide {
  display: none;
}

.pr {
  position: relative;
}

.pa {
  position: absolute;
}

.fx {
  position: fixed;
}

.tc {
  text-align: center;
}

.fb {
  font-weight: 700;
}

.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.wrap-width {
  width: 1190px;
  margin: 0 auto;
}

.wrap-left {
  width: 860px;
}

.wrap-right {
  width: 310px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb50 {
  margin-bottom: 50px;
}

.blk-10 {
  height: 10px;
}

.blk-20 {
  height: 20px;
}

.ad-banner {
  background: #eee;
}

.inb {
  display: inline-block;
}

.loading {
  background: url("//img.8891.com.tw/v3/nopic-77-32.png") center center no-repeat;
  background-color: #FDFDFD;
  z-index: 1;
}

.loading-hide {
  display: none;
}

@media (max-width: 1190px) {
  body {
    font: 13px/1.2 'Helvetica Neue', Helvetica, Arial, STHeiti, 'Microsoft JhengHei', '微軟正黑體', sans-serif;
  }

  .wrap-width {
    width: 990px;
  }

  .wrap-left {
    width: 740px;
  }

  .wrap-right {
    width: 240px;
  }

  #yx-shop-list {
    height: 405px;
  }

  #yx-shop-list .box-content {
    padding: 0 10px !important;
  }

  #yx-shop-list .guarantee-item {
    margin: 0 8px;
    width: 56px;
  }

  #yx-shop-list .guarantee-item:first-child {
    margin-left: 0;
  }

  #yx-shop-list .guarantee-item:last-child {
    margin-right: 0;
  }

  #yx-shop-list .guarantee-item img {
    width: 100%;
  }

  #yx-shop-list .yx-shop-ul a {
    font-size: 12px;
  }

  #yx-shop-list .yx-shop-ul span {
    font-size: 12px;
  }

  #yx-shop-list .yx-shop-ul li {
    margin-bottom: 6px;
  }

  .yx-shop-hint {
    margin-bottom: 7px !important;
    margin-top: 0 !important;
  }

  #hot-shop {
    height: 285px !important;
    box-sizing: border-box;
  }
}

@keyframes updown_jitter {
  0% {
    top: 0;
  }

  50% {
    top: -10px;
  }

  100% {
    top: 0;
  }
}

@-moz-keyframes updown_jitter {
  0% {
    top: 0;
  }

  50% {
    top: -10px;
  }

  100% {
    top: 0;
  }
}

@-webkit-keyframes updown_jitter {
  0% {
    top: 0;
  }

  50% {
    top: -10px;
  }

  100% {
    top: 0;
  }
}

@-o-keyframes updown_jitter {
  0% {
    top: 0;
  }

  50% {
    top: -10px;
  }

  100% {
    top: 0;
  }
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

#head {
  margin: 20px auto;
}

#head:before,
#head:after {
  content: " ";
  display: table;
}

#head:after {
  clear: both;
}

#head:before,
#head:after {
  content: " ";
  display: table;
}

#head:after {
  clear: both;
}

#head .logo {
  float: left;
  width: 156px;
  height: 35px;
  border: none;
  background: url("//img.8891.com.tw/v3/logo.png?h=20190807") no-repeat left center;
  text-indent: -999em;
  overflow: hidden;
}

#head .slogan {
  float: left;
  width: 176px;
  height: 32px;
}

#head .online {
  float: right;
  position: relative;
  top: 7px;
  font-size: 15px;
}

#head .online span {
  color: #F00;
  font-size: 20px;
}

#nav {
  background: #313131;
  min-width: 990px;
}

#nav:before,
#nav:after {
  content: " ";
  display: table;
}

#nav:after {
  clear: both;
}

#nav:before,
#nav:after {
  content: " ";
  display: table;
}

#nav:after {
  clear: both;
}

#nav a {
  position: relative;
  float: left;
  display: block;
  font-size: 18px;
  padding: 0 20px;
  height: 45px;
  color: #FFF;
  line-height: 45px;
}

#nav a.h {
  background: #e13a3b;
}

#nav a:hover {
  background: #e13a3b;
}

#nav .item-count-v3 {
  position: absolute;
  display: inline-block;
  top: -22px;
  background-color: #f63;
  color: #FFF;
  padding: 2px 5px;
  border-radius: 3px;
  font-size: 12px;
  line-height: 16px;
  left: 36px;
  white-space: nowrap;
}

#nav .item-count-v3 .icon-dropdown-v3 {
  width: 0;
  height: 0;
  font-size: 0;
  border: 5px solid transparent;
  border-top: 5px solid #f63;
  overflow: hidden;
  position: absolute;
  left: 20%;
  bottom: -10px;
}

@keyframes myfirst {
  0% {
    left: -30px;
  }

  50% {
    left: 190px;
  }

  100% {
    left: 190px;
  }
}

#nav .yx-reserve-num {
  position: relative;
  color: #FFF6D7;
  font-size: 14px;
  float: right;
  line-height: 45px;
  text-decoration: underline;
  overflow: hidden;
  padding: 0;
}

#nav .yx-reserve-num:hover {
  background: none;
}

#nav .yx-reserve-num::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 45px;
  top: 0;
  left: -30px;
  overflow: hidden;
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-25deg);
  animation: myfirst 2s infinite;
}

#nav .head-happyfan7-left {
  display: inline-block;
  vertical-align: middle;
}

#nav .head-happyfan7-right {
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
  margin-left: 3px;
}

#nav .head-happyfan7-right::before {
  content: '·';
  position: relative;
  top: 2px;
  margin-right: 3px;
  font-size: 20px;
  font-weight: 600;
}

#top-nav {
  height: 35px;
  min-width: 990px;
  background: #FAFAFA;
  border-bottom: 1px solid #E8E8E8;
}

#top-nav a {
  text-decoration: none;
}

#top-nav .v3-icon-arrow-down,
#top-nav .v3-icon-addcn,
#top-nav .v3-icon-8591,
#top-nav .v3-icon-8891,
#top-nav .v3-icon-591,
#top-nav .v3-icon-518,
#top-nav .v3-icon-518case,
#top-nav .v3-icon-twbbs,
#top-nav .v3-icon-msg,
#top-nav .v3-icon-518yp,
#top-nav .v3-icon-518marry,
#top-nav .v3-icon-100zh,
#top-nav .v3-icon-101,
#top-nav .v3-icon-101vip,
#top-nav .v3-icon-1796 {
  background-image: url("//img.8891.com.tw/v3/site-nav.png?v=1");
  background-repeat: no-repeat;
  display: inline-block;
  zoom: 1;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  vertical-align: text-bottom;
}

#top-nav .v3-icon-arrow-down {
  vertical-align: text-top;
  background-position: -175px 0;
}

#top-nav .v3-icon-addcn {
  width: 44px;
  vertical-align: text-top;
  background-position: -128px 0;
}

#top-nav .v3-icon-8591 {
  background-position: -64px 0;
}

#top-nav .v3-icon-8891 {
  background-position: -16px 0;
}

#top-nav .v3-icon-591 {
  background-position: -48px 0;
}

#top-nav .v3-icon-518 {
  background-position: -32px 0;
}

#top-nav .v3-icon-518case {
  background-position: -384px 0;
}

#top-nav .v3-icon-518yp {
  background-position: -368px 0;
}

#top-nav .v3-icon-518marry {
  background-image: url("//img.8891.com.tw/v3/marry.png?v=1");
}

#top-nav .v3-icon-100zh {
  background-image: url("//img.8891.com.tw/v3/100.png?v=1");
}

#top-nav .v3-icon-101 {
  background-position: -352px 0;
}

#top-nav .v3-icon-101vip {
  background-position: -318px 0;
}

#top-nav .v3-icon-1796 {
  background-position: -336px 0;
}

#top-nav .v3-icon-twbbs {
  background-position: 0 0;
}

#top-nav .wrap-width {
  margin: 0 auto;
}

#top-nav .v3-menu>li {
  list-style-type: none;
  float: left;
  cursor: pointer;
  position: relative;
}

#top-nav .v3-menu>li:hover .v3-menu-hd {
  color: #F00;
  background: initial;
  border-top: 0;
  border-right: 0;
}

#top-nav .v3-menu>li:hover .v3-menu-hd a {
  color: #f60;
}

#top-nav .v3-menu>li:hover .v3-menu-bd {
  display: block;
}

#top-nav .v3-menu>li .v3-menu-hd {
  font-size: 14px;
  line-height: 35px;
  padding: 0 10px;
  display: inline-block;
}

#top-nav .v3-menu>li .v3-menu-hd.user-signin {
  color: #e0393a;
}

#top-nav .v3-menu>li .v3-hb {
  background: #F00;
  color: #FFF !important;
}

#top-nav .v3-menu>li .v3-h {
  color: #F60;
}

#top-nav .v3-menu>li .v3-menu-bd {
  position: absolute;
  display: none;
  top: 30px;
  right: 0px;
  border: 1px solid #EEE;
  padding: 8px 10px 5px;
  z-index: 12;
  background: #FFF;
  height: auto;
  line-height: 35px;
}

#top-nav .v3-menu>li .v3-menu-bd a {
  display: inline-block;
  zoom: 1;
  font-size: 12px;
}

#top-nav .v3-menu>li .v3-menu-bd dl {
  border-bottom: 1px solid #EEE;
  padding-bottom: 5px;
  margin-bottom: 7px;
}

#top-nav .v3-menu>li .v3-menu-bd dt {
  font-size: 13px;
  color: #057BD2;
}

#top-nav .v3-menu>li .v3-menu-bd dd {
  color: #666;
}

#top-nav .v3-menu>li .v3-menu-bd.v3-app {
  left: 0;
  background-color: #f1f1f1;
  padding: 0;
}

#top-nav .v3-menu>li.v3-help .v3-menu-bd {
  width: 695px;
  right: 0;
}

#top-nav .v3-menu>li.v3-site-map .v3-menu-bd {
  width: 178px;
}

#top-nav .v3-menu>li.v3-site-map .v3-menu-bd a {
  margin-right: 7px;
}

#top-nav .v3-menu>li.v3-addcn .v3-menu-bd {
  width: 190px;
}

#top-nav .v3-menu>li.v3-addcn .v3-menu-bd dt a {
  color: #057BD2;
  font-size: 12px;
}

#top-nav .v3-menu>li.v3-addcn .v3-menu-bd dt a:hover {
  color: #F60;
}

#top-nav .v3-menu>li.v3-addcn .v3-menu-bd dd {
  font-size: 12px;
  line-height: 1.4;
  color: #666;
  padding-left: 20px;
}

#top-nav .v3-login-info {
  font-size: 13px;
}

#top-nav .login-welcome {
  line-height: 30px;
}

#top-nav .v3-icon-msg {
  background-position: -109px 0;
}

#top-nav #myaccount {
  position: initial;
}

#top-nav.v3-menu-wrap {
  background: #f4f4f4;
  border-bottom: 1px solid #D5D5D5;
}

#top-nav.v3-menu-wrap a {
  color: #333;
}

#top-nav.v3-menu-wrap-vip {
  background: #EEE;
}

#top-nav.v3-menu-wrap-vip a {
  color: #000;
}

#top-nav.v3-menu-wrap-vip .login-welcome {
  color: #000 !important;
}

#top-nav.v3-menu-wrap .v3-menu>li,
#top-nav.v3-menu-wrap-vip .v3-menu>li {
  height: 35px;
  line-height: 35px;
  vertical-align: middle;
}

#top-nav.v3-menu-wrap .v3-menu>li .v3-menu-hd,
#top-nav.v3-menu-wrap-vip .v3-menu>li .v3-menu-hd {
  display: block;
}

#top-nav.v3-menu-wrap .v3-menu>li .v3-menu-hd.borderLeftNone,
#top-nav.v3-menu-wrap-vip .v3-menu>li .v3-menu-hd.borderLeftNone {
  border-left: 0;
}

#top-nav.v3-menu-wrap .v3-menu .v3-icon-arrow-down,
#top-nav.v3-menu-wrap-vip .v3-menu .v3-icon-arrow-down {
  vertical-align: middle;
}

#top-nav.v3-menu-wrap .v3-menu .v3-icon-addcn,
#top-nav.v3-menu-wrap-vip .v3-menu .v3-icon-addcn {
  vertical-align: top;
  background-position: -128px 0;
  margin-top: -2px;
}

#top-nav.v3-menu-wrap .v3-menu .login-welcome,
#top-nav.v3-menu-wrap-vip .v3-menu .login-welcome {
  height: 35px;
  line-height: 35px;
}

#top-nav.v3-menu-wrap .v3-menu .v3-icon-msg,
#top-nav.v3-menu-wrap-vip .v3-menu .v3-icon-msg {
  vertical-align: middle;
  background-position: -109px -1px;
}

#top-nav.v3-menu-wrap .v3-menu .v3-menu-bd a,
#top-nav.v3-menu-wrap-vip .v3-menu .v3-menu-bd a {
  color: #6c6c6c;
}

#top-nav .site-nav {
  width: 335px !important;
  box-sizing: border-box;
}

#top-nav .site-nav ul {
  width: 100%;
  overflow: hidden;
}

#top-nav .site-nav li {
  width: 80px;
  text-align: center;
  float: left;
  margin: 5px 12px;
}

#top-nav .site-nav a {
  color: #333;
}

#top-nav .site-nav p {
  font-size: 12px;
  line-height: 30px;
  margin-top: 5px;
}

#search-bar {
  position: relative;
  border: 2px solid #DCDEDF;
  height: 226px;
  font-size: 15px;
  background: url('//img.8891.com.tw/v3/search-content-bg.png') 0 0 repeat-x;
  background-color: #f6f6f6;
}

#search-bar .index {
  width: 90px;
  font-size: 18px;
  border-right: 1px solid #DCDEDF;
  background: #f8fbfe;
  background-image: url('//img.8891.com.tw/v3/search-bg.png');
  position: absolute;
  left: 0;
  top: 0;
  height: 226px;
}

#search-bar .index span {
  height: 60px;
  line-height: 60px;
  display: block;
  text-align: center;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}

#search-bar .index span:last-child {
  border-bottom: 0;
}

#search-bar .index span.h:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  -moz-transform: scale(0.9999);
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 15px solid #555;
  position: absolute;
  top: 0;
  right: -15px;
}

#search-bar .index span.h {
  color: #FFF;
  background: #555;
  position: relative;
  margin-right: -1px;
  border-top: 0;
  border-bottom: 1px solid #eee;
}

#search-bar .content {
  padding: 22px 0 10px 28px;
  margin-left: 90px;
}

#search-bar .content>div {
  display: none;
}

#search-bar .content .h {
  display: block;
}

#search-bar .content .search .input {
  float: left;
  position: relative;
  border: 2px solid #DCDEDF;
  margin-right: 10px;
  width: 120px;
  height: 40px;
  box-sizing: border-box;
}

#search-bar .content .search .input input,
#search-bar .content .search .input select {
  height: 36px;
  line-height: 36px;
  width: 100%;
  border: 0;
  text-indent: 10px;
  font-size: 14px;
}

#search-bar .content .search .input select {
  text-indent: 5px;
}

#search-bar .content .search .input i {
  display: block;
  width: 15px;
  height: 36px;
  line-height: 36px;
  position: absolute;
  right: 0;
  top: 0;
  color: #aaa;
  -webkit-text-size-adjust: none;
  font-size: 6px;
  font-style: normal;
  vertical-align: middle;
}

#search-bar .content .search .input i b {
  position: relative;
  top: 17px;
  content: '';
  display: block;
  width: 0;
  height: 0;
  -moz-transform: scale(0.9999);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #aaa;
}

#search-bar .content .search .input i b.at {
  border-top: 5px solid #000;
}

#search-bar .content .search button,
#search-bar .content .search .btn {
  width: 126px;
  box-sizing: border-box;
  height: 40px;
  padding: 0 25px 0 35px;
  background: #F87F15 url(//img.8891.com.tw/v3/search-btn.png) 12px center no-repeat;
  border-radius: 4px;
  border: none;
  color: #FFF;
  font-size: 16px;
  cursor: pointer;
}

#search-bar .content .search button.newcar-btn,
#search-bar .content .search .btn.newcar-btn {
  background: #0D62AE url(//img.8891.com.tw/v3/search-btn.png) 16px center no-repeat;
}

#search-bar .content .search button.yx-search,
#search-bar .content .search .btn.yx-search {
  padding: 0 20px;
  background: #C6A76F;
}

#search-bar .content .hot {
  margin-top: 40px;
  font-family: '新细明体', Arial, sans-serif;
}

#search-bar .content .hot dd {
  position: relative;
  margin: 0 40px 0 0;
  margin-bottom: 15px;
  float: left;
  width: 330px;
}

#search-bar .content .hot dd:before,
#search-bar .content .hot dd:after {
  content: " ";
  display: table;
}

#search-bar .content .hot dd:after {
  clear: both;
}

#search-bar .content .hot dd:before,
#search-bar .content .hot dd:after {
  content: " ";
  display: table;
}

#search-bar .content .hot dd:after {
  clear: both;
}

#search-bar .content .hot dd:first-child {
  border-right: 1px solid #eee;
}

#search-bar .content .hot dd li {
  float: left;
}

#search-bar .content .hot dd span {
  margin-bottom: 20px;
  display: block;
}

#search-bar .content .hot dd ul {
  width: 100%;
  max-height: 65px;
  overflow: hidden;
}

#search-bar .content .hot dd li {
  margin-bottom: 20px;
  margin-right: 10px;
  width: 100px;
  font-size: 13px;
  line-height: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

#search-bar .content .hot dd li.search-year {
  width: auto;
  margin-right: 20px;
}

#search-bar .content .hot dd li i {
  color: #aaa;
  font-style: normal;
  font-size: 12px;
}

#search-bar .content .hot dd li img {
  max-width: 20px;
  vertical-align: middle;
}

#search-bar .content .hot dd li a {
  color: #005AB0;
}

#search-bar .content .hot dd li a:hover {
  color: #e13a3b;
}

#search-bar .content .search-bar-hot {
  margin-top: 10px;
  font-family: '新细明体', Arial, sans-serif;
}

#search-bar .content .search-bar-hot dt {
  line-height: 50px;
}

#search-bar .content .search-bar-hot dd {
  position: relative;
  margin-bottom: 10px;
}

#search-bar .content .search-bar-hot dd:before,
#search-bar .content .search-bar-hot dd:after {
  content: " ";
  display: table;
}

#search-bar .content .search-bar-hot dd:after {
  clear: both;
}

#search-bar .content .search-bar-hot dd:before,
#search-bar .content .search-bar-hot dd:after {
  content: " ";
  display: table;
}

#search-bar .content .search-bar-hot dd:after {
  clear: both;
}

#search-bar .content .search-bar-hot dd li {
  float: left;
}

#search-bar .content .search-bar-hot dd span {
  position: absolute;
  left: 0;
  width: 70px;
}

#search-bar .content .search-bar-hot dd ul {
  width: 100%;
  overflow: hidden;
  height: 100px;
}

#search-bar .content .search-bar-hot dd li {
  width: 19%;
  margin-bottom: 15px;
  font-size: 13px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

#search-bar .content .search-bar-hot dd li:first-child {
  margin-left: 0;
}

#search-bar .content .search-bar-hot dd li .search-info {
  font-size: 12px;
  margin-top: 5px;
}

#search-bar .content .search-bar-hot dd li .search-info a {
  color: #666;
}

#search-bar .content .search-bar-hot dd li a:hover {
  color: #e13a3b;
}

#search-bar .content .search-bar-hot dd img {
  max-width: 20px;
  vertical-align: middle;
  display: none;
}

#search-bar .content .search-bar-hot dd a {
  color: #005AB0;
}

#deal-box {
  padding: 17px;
  border: 2px solid #DCDEDF;
  height: 192px;
  background-color: #F6F6F6;
}

#deal-box h3 {
  font-size: 15px;
}

#deal-box h3,
#deal-box .deal-number,
#deal-box p {
  text-indent: 60px;
}

#deal-box .deal-number {
  padding: 5px 0;
}

#deal-box .deal-number .number {
  font-size: 48px;
  color: #F60;
  text-indent: -999em;
  overflow: hidden;
  background-image: url("//img.8891.com.tw/v3/deal-number.png");
  background-position: 0 0;
  width: 22px;
  height: 40px;
  display: inline-block;
  margin: 0 -2px;
}

#deal-box .deal-number .number-0 {
  animation: num-0 1.5s ease-in-out;
  background-position: center 0px;
  opacity: 1;
}

@keyframes num-0 {
  0% {
    background-position: center 150%;
  }

  100% {
    background-position: center 0px;
  }
}

#deal-box .deal-number .number-1 {
  animation: num-1 1.5s ease-in-out;
  background-position: center -44px;
  opacity: 1;
}

@keyframes num-1 {
  0% {
    background-position: center 150%;
  }

  100% {
    background-position: center -44px;
  }
}

#deal-box .deal-number .number-2 {
  animation: num-2 1.5s ease-in-out;
  background-position: center -88px;
  opacity: 1;
}

@keyframes num-2 {
  0% {
    background-position: center 150%;
  }

  100% {
    background-position: center -88px;
  }
}

#deal-box .deal-number .number-3 {
  animation: num-3 1.5s ease-in-out;
  background-position: center -132px;
  opacity: 1;
}

@keyframes num-3 {
  0% {
    background-position: center 150%;
  }

  100% {
    background-position: center -132px;
  }
}

#deal-box .deal-number .number-4 {
  animation: num-4 1.5s ease-in-out;
  background-position: center -176px;
  opacity: 1;
}

@keyframes num-4 {
  0% {
    background-position: center 150%;
  }

  100% {
    background-position: center -176px;
  }
}

#deal-box .deal-number .number-5 {
  animation: num-5 1.5s ease-in-out;
  background-position: center -220px;
  opacity: 1;
}

@keyframes num-5 {
  0% {
    background-position: center 150%;
  }

  100% {
    background-position: center -220px;
  }
}

#deal-box .deal-number .number-6 {
  animation: num-6 1.5s ease-in-out;
  background-position: center -264px;
  opacity: 1;
}

@keyframes num-6 {
  0% {
    background-position: center 150%;
  }

  100% {
    background-position: center -264px;
  }
}

#deal-box .deal-number .number-7 {
  animation: num-7 1.5s ease-in-out;
  background-position: center -308px;
  opacity: 1;
}

@keyframes num-7 {
  0% {
    background-position: center 150%;
  }

  100% {
    background-position: center -308px;
  }
}

#deal-box .deal-number .number-8 {
  animation: num-8 1.5s ease-in-out;
  background-position: center -352px;
  opacity: 1;
}

@keyframes num-8 {
  0% {
    background-position: center 150%;
  }

  100% {
    background-position: center -352px;
  }
}

#deal-box .deal-number .number-9 {
  animation: num-9 1.5s ease-in-out;
  background-position: center -396px;
  opacity: 1;
}

@keyframes num-9 {
  0% {
    background-position: center 150%;
  }

  100% {
    background-position: center -396px;
  }
}

#deal-box a.btn-sale {
  width: 80%;
  height: 54px;
  line-height: 54px;
  background: #e13a3b;
  font-size: 160%;
  border-radius: 5px;
  color: #fff;
  border: none;
  display: block;
  margin: 0 auto;
  text-align: center;
}

#deal-box.deal-box-newcar h3,
#deal-box.deal-box-newcar .deal-number,
#deal-box.deal-box-newcar p {
  text-indent: 0;
  text-align: center;
}

#deal-box.deal-box-newcar .deal-number .number {
  background-image: url("//img.8891.com.tw/v3/newcar-number.png");
}

@media (max-width: 1190px) {
  #search-bar .content .search-bar-hot dd li {
    width: 24%;
  }

  #search-bar .content .hot dd {
    margin: 0 30px 0 0;
    width: 280px;
  }

  #search-bar .content .hot dd li {
    width: 120px;
  }

  #search-bar .content .search button {
    margin-left: 0 !important;
    width: 110px;
    padding: 0 10px 0 30px;
  }

  #deal-box h3,
  #deal-box .deal-number,
  #deal-box p {
    text-indent: 40px;
  }
}

.selectbox-close {
  background-image: url("//img.8891.com.tw/common/pop-box.png");
  background-repeat: no-repeat;
}

.selectbox {
  border: 2px solid #eee;
  background-color: #FFF;
}

.selectbox a {
  vertical-align: baseline;
}

.selectbox .selectbox-head {
  background-color: #f8fbfe;
  border-bottom: 1px solid #eee;
  position: relative;
  font-size: 11pt;
  z-index: 2;
  *top: -5px;
  *margin-bottom: -5px;
  height: 30px;
}

.selectbox .selectbox-head .selectbox-title {
  color: #e13a3b;
  height: 30px;
  line-height: 30px;
  padding: 0 7px;
}

.selectbox .selectbox-head .selectbox-close {
  position: absolute;
  right: 12px;
  top: 6px;
  display: block;
  width: 18px;
  height: 18px;
  background-position: 0 -88px;
  text-indent: -999em;
}

.selectbox .selectbox-head .selectbox-close:active {
  outline: none;
}

.selectbox .selectbox-head .selectbox-reset {
  font-size: 13px;
}

.selectbox .selectbox-body {
  padding: 10px;
  overflow-y: scroll;
  overflow-x: hidden;
  position: relative;
  z-index: 1;
  background-color: #FFF;
  letter-spacing: -0.31em;
  /* webkit: collapse white-space between units */
  *letter-spacing: normal;
  /* reset IE < 8 */
  word-spacing: -0.43em;
  /* IE < 8 && gecko: collapse white-space between units */
}

.selectbox .selectbox-body h4 {
  margin: 8px;
  width: 15%;
  text-align: right;
}

.selectbox .selectbox-body p {
  margin: 0;
  width: 80%;
}

.selectbox .selectbox-body .selectbox-value {
  display: inline-block;
  width: 32%;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  /* IE < 8: fake inline-block */
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  margin: 8px 7px 8px 10px;
  color: #04d;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.selectbox .selectbox-ieblock {
  position: absolute;
  left: 1px;
  top: 1px;
  z-index: 1;
  border: 0 none #FFF;
  margin: -1px;
  padding: 0;
}

.selectbox .selectbox-selected {
  border-bottom: 1px solid #eee;
  height: 30px;
  line-height: 30px;
  padding: 5px 3px 0;
  position: relative;
  z-index: 2;
  *margin-top: 5px;
}

.selectbox .selectbox-selected a {
  padding-right: 16px;
  line-height: 20px;
  background: url(//img.8891.com.tw/common/pop-box.png) 105% -43px no-repeat;
  margin: 5px;
  float: left;
}

.selectbox .hot.cib {
  letter-spacing: -0.31em;
  /* webkit: collapse white-space between units */
  *letter-spacing: normal;
  /* reset IE < 8 */
  word-spacing: -0.43em;
  /* IE < 8 && gecko: collapse white-space between units */
}

.selectbox .hot .selectbox-value {
  width: 22%;
}

.selectbox-reset,
a.selectbox-reset {
  position: absolute;
  right: 20px;
  top: 43px;
  z-index: 10;
  color: #C00;
  font-size: 13px;
  text-decoration: underline;
}

.ib {
  display: inline-block;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
}

#app {
  padding: 15px 0;
  height: 155px;
  box-sizing: border-box;
}

#app li {
  float: left;
  width: 48%;
}

#app li:first-child {
  margin-right: 4%;
}

#app li .icon {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto 16px;
  border-radius: 10px;
  background: #EEE;
  text-indent: -999em;
  background-image: url("//img.8891.com.tw/v3/app.png");
}

#app li .app-car {
  background-image: url(//img.8891.com.tw/v3/uc_logo.png?t=20190807);
  background-size: 100%;
}

#app li .app-newcar {
  background-image: url(//img.8891.com.tw/v3/v3_logo.png?t=20190807);
  background-size: 100%;
}

#app li .intro {
  display: block;
  text-align: center;
  font-size: 13px;
  word-break: break-all;
  word-wrap: break-word;
}

#app li .intro span {
  color: #005aa0;
  display: inline-block;
  margin-top: 8px;
}

#app li .intro:hover {
  color: #333;
}

#app li .intro:hover span {
  color: #e13a3b;
}

@media (max-width: 1190px) {
  #app {
    height: 133px;
  }

  #app li .icon {
    width: 45px;
    height: 45px;
  }

  #app li .app-car {
    background-position: 0 0;
  }

  #app li .app-newcar {
    background-position: -45px 0;
  }

  #app li .intro {
    font-size: 12px;
  }
}

#hot-shop {
  height: 288px;
}

#hot-shop .hot-banner {
  border-bottom: 2px solid #E9E9E9;
  border-top: 2px solid #E13A3B;
  line-height: 35px;
  height: 35px;
  font-size: 15px;
}

#hot-shop .hot-banner .hot-title {
  padding: 0 10px;
  border-left: 1px solid #E9E9E9;
}

#hot-shop .hot-banner>ul {
  height: 35px;
  top: 0;
  margin-bottom: -2px;
  position: relative;
  float: left;
}

#hot-shop .hot-banner>ul>li {
  float: left;
  height: 35px;
  line-height: 35px;
  background-color: #FFF;
  border-right: 1px solid #E9E9E9;
  padding: 0 10px;
}

#hot-shop .hot-banner>ul>li:first-child {
  border-left: 1px solid #E9E9E9;
}

#hot-shop .hot-banner>ul>li.at {
  height: 37px;
}

#hot-shop .hot-banner>ul>li.at>a {
  color: #E13A3B;
}

.yx-content {
  display: none;
}

.yx-content.at {
  display: block;
}

.yx-content .yx-list {
  float: left;
  width: 203px;
  margin-left: 16px;
  margin-top: 16px;
  height: 210px;
}

.yx-content .yx-list:nth-of-type(4n+1) {
  margin-left: 0;
}

.yx-content .mt10 {
  margin-top: 10px;
}

.yx-content .hsc-nml {
  margin-left: 0;
}

.yx-content .yx-list-inner {
  border: 1px solid #eee;
}

.yx-content .yx-list-inner:hover {
  border: 2px solid #e13a3b;
}

.yx-content .yx-pic {
  position: relative;
  width: 100%;
  height: 150px;
  text-align: center;
}

.yx-content .yx-pic a {
  display: block;
  height: 100%;
  text-align: center;
  overflow: hidden;
}

.yx-content .yx-pic a img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.yx-content .yx-pic.none::before {
  display: none;
}

.yx-content .yx-pic::before {
  content: '8891嚴選';
  background: linear-gradient(90deg, #fff6d7, #ffecb3);
  width: 65px;
  height: 20px;
  position: absolute;
  z-index: 2;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  color: #C0860E;
  left: 9px;
  top: 6px;
  border-radius: 3px;
}

.yx-content .yx-name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 7px;
  margin-bottom: 8px;
  margin-left: 5px;
}

.yx-content .yx-carnum {
  margin-left: 5px;
  color: #999;
}

.hot-shop-content {
  display: none;
}

.hot-shop-content.at {
  display: block;
}

.hot-shop-content .hot-shop-list {
  float: left;
  width: 24%;
  margin-left: 1.33%;
  margin-top: 18px;
}

.hot-shop-content .hot-shop-list:first-child {
  margin-left: 0;
}

.hot-shop-content .mt10 {
  margin-top: 10px;
}

.hot-shop-content .hsc-nml {
  margin-left: 0;
}

.hot-shop-content .hot-shop-list-inner {
  height: 226px;
  border: 1px solid #eee;
}

.hot-shop-content .hot-shop-list-inner:hover {
  border: 2px solid #e13a3b;
}

.hot-shop-content .hot-shop-pic {
  position: relative;
  width: 100%;
  height: 156px;
  text-align: center;
}

.hot-shop-content .hot-shop-pic a {
  display: block;
  height: 100%;
  text-align: center;
  overflow: hidden;
}

.hot-shop-content .hot-shop-pic a img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.hot-shop-content .hot-shop-pic.yx a::before {
  content: '8891嚴選';
  background: linear-gradient(90deg, #fff6d7, #ffecb3);
  width: 65px;
  height: 20px;
  position: absolute;
  z-index: 2;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  color: #C0860E;
  left: 9px;
  top: 6px;
  border-radius: 3px;
}

.hot-shop-content .hot-shop-name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 10px;
  margin-left: 5px;
}

.hot-shop-content .hot-shop-carnum {
  margin-left: 5px;
  color: #999;
}

.ie .hot-shop-pic img {
  margin: 0 -50% !important;
  width: auto !important;
}

.box {
  border: 1px solid #eee;
}

.box .box-title {
  border-bottom: 1px solid #eee;
  height: 40px;
  line-height: 40px;
  background: #f8fbfe;
  box-sizing: border-box;
}

.box .box-title>h2 {
  font-size: 16px;
  padding: 0 10px;
  float: left;
  line-height: 40px;
}

.box .box-title>a {
  color: #005ab0;
  float: right;
  padding: 0 10px;
}

.rating-ad-max {
  width: 310px;
  height: 310px;
  margin-top: 20px;
  display: block;
}

.rating-ad-min {
  width: 240px;
  height: 150px;
  margin-top: 10px;
  display: none;
}

@media (max-width: 1190px) {
  #hot-shop {
    height: 279px;
  }

  .rating-ad-max {
    width: 240px;
    height: 240px;
    margin-top: 10px;
  }

  .rating-ad-min {
    display: block;
  }
}

#yx-item {
  height: 495px;
}

#yx-item .hi-banner {
  position: relative;
  border-bottom: 2px solid #E13A3B;
  height: 40px;
  box-sizing: border-box;
}

#yx-item .hi-title {
  font-size: 24px;
  margin-top: 4px;
}

#yx-item .header-link {
  font-size: 14px;
  color: #666;
  line-height: 14px;
  position: absolute;
  bottom: 10px;
  right: 0;
}

#yx-item .hi-price {
  color: #e13a3b;
  margin-left: 5px;
}

#yx-item .hi-address {
  color: #999;
  margin-right: 5px;
  font-size: 12px;
  line-height: 18px;
}

#yx-item .hi-more {
  text-align: center;
  background: #eee;
  margin-top: 10px;
  line-height: 25px;
  font-size: 13px;
}

.yx-shop-guarantee {
  margin-top: 15px;
}

.yx-shop-guarantee .guarantee-item {
  display: inline-block;
  margin: 0 17px;
  width: 57px;
}

.yx-shop-guarantee .guarantee-item:first-child {
  margin-left: 0;
}

.yx-shop-guarantee .guarantee-item:last-child {
  margin-right: 0;
}

.yx-shop-guarantee .guarantee-item p {
  color: #907f52;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
}

.yx-shop-guarantee .guarantee-item img {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.guarantee-title {
  position: relative;
  margin: 18px 0 38px;
  color: #333;
  font-size: 18px;
  line-height: 25px;
  padding-left: 13px;
  font-weight: 600;
}

.guarantee-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  display: block;
  width: 3px;
  height: 16px;
  line-height: 25px;
  background: #C1A876;
}

.yx-shop-ul-container {
  margin-top: 26px;
  height: 167px;
  overflow: hidden;
}

.yx-shop-ul {
  width: 100%;
}

.yx-shop-ul li {
  margin-bottom: 8px;
}

.yx-shop-ul a {
  font-size: 14px;
  line-height: 20px;
}

.yx-shop-ul a span {
  float: right;
  font-size: 14px;
  color: #666;
}

.yx-shop-hint {
  color: #999;
  font-size: 12px;
  margin: 21px 0 15px;
}

.yx-shop-list {
  border: none;
  margin-bottom: 19px;
}

.yx-shop-list .box-title {
  background: #b0a070;
  color: #fff;
  height: 45px;
  line-height: 45px;
}

.yx-shop-list .box-title h2 {
  font-size: 16px;
  line-height: 45px;
}

.yx-shop-list .box-title a {
  color: #fff;
  font-size: 16px;
}

.yx-shop-list .box-content {
  padding: 0 30px;
  background: #fbfaf6;
  border: 1px solid #D9C8A5;
  border-top: none;
}

#hot-item {
  height: 637px;
}

#hot-item .hi-banner {
  position: relative;
  padding-left: 110px;
}

#hot-item .hi-ul-content {
  height: 486px;
}

#hot-item .hi-title {
  position: absolute;
  left: 0;
  width: 90px;
  height: 28px;
  padding-bottom: 9px;
  border-bottom: 3px solid #e13a3b;
  font-size: 30px;
  font-weight: 700;
  color: #e13a3b;
  letter-spacing: 12px;
  height: 32px;
  width: 105px;
  letter-spacing: 5px;
}

#hot-item .hi-nav {
  height: 36px;
  width: 100%;
  padding-bottom: 5px;
  border-bottom: 3px solid #313131;
}

#hot-item .hi-nav-yx-slogan {
  display: inline-block;
  margin-top: 12px;
  font-size: 16px;
  margin-left: 5px;
}

#hot-item .hi-nav-yx-slogan span {
  font-size: 20px;
  color: #C6A76F;
  margin-right: 15px;
}

#hot-item .hi-item {
  float: left;
  height: 28px;
  margin-left: 15px;
  vertical-align: bottom;
}

#hot-item .hi-item a {
  color: #333;
  display: inline-block;
  margin-top: 15px;
  font-size: 14px;
}

#hot-item .hi-ul {
  margin-top: 4px;
}

#hot-item .yx-banner {
  display: block;
  margin-left: -110px;
  margin-top: 15px;
}

#hot-item .yx-banner img {
  width: 100%;
}

#hot-item .yx-banner:hover img {
  transform: none;
}

#hot-item .hi-item-info {
  margin-bottom: 7px;
}

#hot-item .hi-price {
  color: #e13a3b;
  margin-left: 5px;
}

#hot-item .hi-address {
  color: #999;
  margin-right: 5px;
  font-size: 12px;
  line-height: 18px;
}

#hot-item .hi-more {
  text-align: center;
  background: #eeeeee;
  margin-top: 10px;
  line-height: 25px;
  font-size: 13px;
}

#car-shop {
  height: 285px;
  box-sizing: border-box;
}

#car-shop .car-box {
  padding: 3px 0;
}

#car-shop .car-box>li {
  color: #3f3f3f;
  padding: 0 10px;
  line-height: 24px;
}

#car-shop .car-box>li.car-top a {
  color: #942921;
}

#car-shop .car-box>li span {
  background: #174785;
  color: #fff;
  display: inline-block;
  width: 15px;
  height: 15px;
  line-height: 16px;
  font-size: 11px;
  text-align: center;
  margin-right: 7px;
}

#car-shop .car-box>li span.red {
  background: #CE0907;
}

#rating-box {
  height: 162px;
  box-sizing: border-box;
}

#rating-box .rating-list {
  margin: 12px 16px;
  color: #666;
  height: 96px;
  overflow: hidden;
  box-sizing: border-box;
}

#rating-box .rating-list li {
  height: 96px;
  overflow: hidden;
}

#rating-box .rating-list .rating-pic {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#rating-box .rating-list .rating-buy {
  font-size: 15px;
  margin-bottom: 10px;
  color: #333;
}

#rating-box .rating-img {
  overflow: hidden;
  width: 120px;
  height: 90px;
  float: left;
  margin-right: 10px;
}

#rating-box .rating-img a {
  display: block;
}

#rating-box .box .box-title>a {
  color: #333;
}

#rating-box .rating-name {
  float: right;
  width: 52%;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 6px;
}

#rating-box .rating-content {
  line-height: 1.4;
  color: #666;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  width: 52%;
  float: right;
}

#rating-box .box .box-title>a {
  color: #333;
}

@media (max-width: 1190px) {
  #rating-box {
    height: 226px;
  }

  #rating-box .rating-list {
    position: relative;
    margin: 10px 10px;
    height: 165px;
  }

  #rating-box .rating-list li {
    height: 165px;
    overflow: hidden;
  }

  #rating-box .rating-img {
    float: right;
    margin-right: 0;
    width: 116px;
    height: 87px;
  }

  #rating-box .rating-name {
    float: left;
    width: 102px;
    height: 93px;
    line-height: 93px;
    text-align: center;
    font-size: 14px;
    color: #333;
    margin-bottom: 0;
    background: url('//img.8891.com.tw/v3/comment.png') no-repeat;
  }

  #rating-box .rating-name p {
    padding-top: 10px;
    box-sizing: border-box;
  }

  #rating-box .rating-content {
    width: 100%;
    margin-top: 10px;
  }

  .box .box-title>a {
    color: #333;
  }
}

#icon-box .icon-list li {
  float: left;
  width: 20%;
  padding: 12px 0 11px;
  font-size: 13px;
}

#icon-box .icon-list li .server-name {
  margin-top: 5px;
  font-size: 12px;
  text-align: center;
}

#icon-box .rp-icon {
  background: url("//img.8891.com.tw/v3/service-icon.png");
}

#icon-box .big_real_price {
  width: 39px;
  height: 39px;
  display: block;
  background-position: 0 0;
  margin: 0 auto;
}

#icon-box .big_check_log {
  width: 39px;
  height: 39px;
  display: block;
  background-position: -49px 0;
  margin: 0 auto;
}

#icon-box .big_rating {
  width: 39px;
  height: 39px;
  display: block;
  background-position: -98px 0;
  margin: 0 auto;
}

#icon-box .big_survey_report {
  width: 39px;
  height: 39px;
  display: block;
  background-position: -147px 0;
  margin: 0 auto;
}

#icon-box .big_feed_back {
  width: 39px;
  height: 39px;
  display: block;
  background-position: -196px 0;
  margin: 0 auto;
}

@media (max-width: 1190px) {
  #icon-box .icon-list li {
    width: 33%;
    padding-bottom: 4px;
    padding-top: 4px;
  }
}

#newcar-article-hot,
#newcar-today-hot {
  height: 212px;
}

#newcar-article-hot {
  margin-top: 20px;
}

.newcar-hot-ul {
  padding-top: 20px;
}

.newcar-hot-li {
  height: 16px;
  margin-top: 22px;
  font-size: 14px;
}

.newcar-hot-li:first-child {
  margin-top: 0;
}

.newcar-hot-li a {
  display: block;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.newcar-hot-li a:hover {
  color: #e13a3b;
}

@media (max-width: 1190px) {

  #newcar-article-hot,
  #newcar-today-hot {
    height: 190px;
  }

  #newcar-article-hot {
    margin-top: 10px;
  }

  .newcar-hot-li {
    height: 14px;
    margin-top: 18px;
  }
}

.newcar-swipe {
  position: relative;
  width: 640px;
  height: 360px;
  margin: 0 auto;
  overflow: hidden;
}

.newcar-swipe:hover a.slide_btn_prev,
.newcar-swipe:hover a.slide_btn_next {
  display: block;
}

.newcar-swipe-li {
  position: relative;
  width: 640px;
  height: 360px;
}

.newcar-swipe-li img {
  display: block;
  width: 640px;
  height: 360px;
}

.newcar-swipe-pagination a.slide_btn_prev,
.newcar-swipe-pagination a.slide_btn_next {
  display: none;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  width: 40px;
  height: 50px;
  border: none;
  background: url("//img.8891.com.tw/v3/newcar-swipe-btn.png") no-repeat;
}

.newcar-swipe-pagination a.slide_btn_prev {
  left: 0;
}

.newcar-swipe-pagination a.slide_btn_next {
  right: 0;
  background-position: -46px 0;
}

.newcar-swipe-pagination a.pageNum {
  display: none;
}

.newcar-swipe-title-back {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 582px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
}

.newcar-swipe-title-back p {
  padding: 0 20px;
  line-height: 40px;
  font-size: 21px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #fff;
}

.newcar-swipe-number {
  position: absolute;
  right: 0px;
  bottom: 0;
  width: 58px;
  height: 40px;
  line-height: 40px;
  background-color: #444;
  text-align: center;
  color: #fff;
  font-size: 23px;
  z-index: 2;
}

@media (max-width: 1190px) {
  .newcar-swipe {
    width: 555px;
    height: 312px;
  }

  .newcar-swipe-li {
    width: 555px;
    height: 312px;
  }

  .newcar-swipe-li img {
    width: 555px;
    height: 312px;
  }

  .newcar-swipe-info {
    width: 480px;
    height: 50px;
    padding-right: 75px;
  }

  .newcar-swipe-info p {
    line-height: 50px;
  }

  .newcar-swipe-pagination {
    height: 312px;
    width: 555px;
  }

  .newcar-swipe-title-back {
    width: 505px;
    height: 40px;
  }

  .newcar-swipe-title-back p {
    line-height: 40px;
  }

  .newcar-swipe-number {
    right: 0px;
    width: 50px;
    height: 40px;
    line-height: 40px;
    font-size: 21px;
  }
}

.newcar-banner-title {
  position: relative;
  padding-left: 95px;
}

.newcar-banner-title-name {
  position: absolute;
  left: 0;
  width: 90px;
  height: 28px;
  padding-bottom: 9px;
  border-bottom: 3px solid #e13a3b;
  font-size: 30px;
  font-weight: 700;
  color: #e13a3b;
  letter-spacing: 12px;
}

.newcar-banner-info {
  width: 100%;
  padding-bottom: 9px;
  border-bottom: 3px solid #313131;
}

.newcar-banner-info li {
  position: relative;
  float: right;
  min-width: 65px;
  height: 28px;
  margin-left: 15px;
}

.newcar-banner-info li a {
  position: absolute;
  bottom: 0;
  color: #666;
}

.newcar-banner-info li a:hover {
  color: #e13a3b;
}

.newcar-banner-side {
  width: 215px;
}

.newcar-banner-side-pic {
  position: relative;
  margin-top: 12px;
  width: 100% !important;
}

.newcar-banner-side-pic:first-child {
  margin-top: 0;
}

.newcar-banner-side-pic a {
  overflow: hidden;
}

.newcar-banner-side-pic img {
  display: block;
  width: 100%;
  height: 140px;
}

.newcar-banner-side-pic .adv-text {
  display: block;
  width: 100%;
  line-height: 34px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  text-indent: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.newcar-banner-side-info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.newcar-banner-side-info p {
  padding: 0 15px;
  line-height: 44px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media (max-width: 1190px) {
  .newcar-banner-side {
    width: 180px;
  }

  .newcar-banner-side-pic img {
    height: 120px;
  }

  .newcar-banner-side-info p {
    line-height: 36px;
  }

  .newcar-banner-side-pic .adv-text {
    line-height: 30px;
  }
}

#newcar-topic {
  height: 335px;
}

.newcar-topic-pic {
  width: 436px;
  height: 285px;
  line-height: 285px;
  overflow: hidden;
}

.newcar-topic-pic img {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.newcar-topic-side {
  width: 407px;
}

.newcar-topic-side-title {
  line-height: 24px;
  font-size: 20px;
  color: #e13a3b;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.newcar-topic-side-title a {
  color: #e13a3b;
}

.newcar-topic-info {
  padding: 28px 0;
}

.newcar-topic-info-list {
  float: left;
  width: 33%;
  line-height: 23px;
  border-left: 1px dashed #666;
  height: 46px;
  overflow: hidden;
  text-align: center;
}

.newcar-topic-info-list:first-child {
  border-left: 0;
}

.newcar-topic-info-title {
  color: #005aa0;
}

.newcar-topic-info-con {
  color: #999;
}

.newcar-topic-intro-list {
  display: block;
  margin-bottom: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.newcar-topic-intro-list:last-child {
  margin-bottom: 0;
}

@media (max-width: 1190px) {
  #newcar-topic {
    height: 317px;
  }

  .newcar-topic-pic {
    width: 403px;
    height: 267px;
    line-height: 267px;
  }

  .newcar-topic-side {
    width: 327px;
  }

  .newcar-topic-info {
    padding: 26px 0;
  }
}

#newcar-comment {
  height: 335px;
}

.newcar-commnet-title {
  height: 24px;
  line-height: 24px;
  padding-top: 8px;
  font-size: 18px;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.newcar-comment-expert {
  padding: 5px;
  margin-top: 4px;
  background-color: #f8fbfe;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.newcar-comment-expert-name {
  line-height: 21px;
  color: #e13a3b;
}

.newcar-comment-expert-content {
  margin-top: 5px;
}

.newcar-comment-expert-link {
  display: block;
  height: 51px;
  line-height: 17px;
  font-size: 14px;
}

.newcar-comment-expert-link:hover {
  color: #333;
  text-decoration: none;
}

.newcar-comment-expert-more {
  color: #999;
}

.newcar-comment-expert-more:hover {
  color: #e13a3b;
  text-decoration: underline;
}

.newcar-comment-li {
  position: relative;
  height: 60px;
  padding-left: 60px;
  margin-top: 6px;
}

.newcar-comment-li-pic {
  position: absolute;
  left: 0;
  top: 0;
}

.newcar-comment-li-pic img {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.newcar-comment-li-pic p {
  margin-top: 5px;
  font-size: 13px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.newcar-comment-li-content {
  padding: 10px 0;
  font-size: 13px;
}

.newcar-comment-li-link {
  display: block;
  height: 32px;
  line-height: 16px;
}

.newcar-comment-li-link:hover {
  color: #333;
  text-decoration: none;
}

.newcar-comment-li-more {
  color: #999;
}

.newcar-comment-li-more:hover {
  color: #e13a3b;
  text-decoration: underline;
}

.newcar-comment-footer {
  border: 1px solid #eee;
  line-height: 30px;
  margin-top: 6px;
  text-align: center;
  background-color: #fcfcfc;
}

.newcar-comment-footer-number {
  color: #e34647;
}

.newcar-comment-footer-look {
  color: #005aa0;
}

@media (max-width: 1190px) {
  #newcar-comment {
    height: 317px;
  }

  .newcar-comment-expert {
    margin-top: 3px;
  }

  .newcar-comment-expert-link,
  .newcar-comment-li-link {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .newcar-comment-expert-link:hover,
  .newcar-comment-li-link:hover {
    color: #e13a3b;
    text-decoration: underline;
  }

  .newcar-comment-expert-link {
    height: 34px;
  }

  .newcar-comment-expert-more,
  .newcar-comment-li-more {
    display: none;
  }
}

#newcar-hotcar {
  height: 300px;
}

.newcar-hotcar-list {
  float: left;
  width: 24%;
  margin-left: 1.33%;
}

.newcar-hotcar-list:first-child {
  margin-left: 0;
}

.newcar-hotcar-pic {
  width: 100%;
  text-align: center;
}

.newcar-hotcar-pic a {
  display: block;
  width: 100%;
  height: 137px;
  text-align: center;
  border: 1px solid #eee;
  overflow: hidden;
}

.newcar-hotcar-pic a img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.ie .newcar-hotcar-pic img {
  margin: 0 -50% !important;
  width: auto !important;
}

.newcar-hotcar-list h2 {
  margin-top: 10px;
  font-size: 15px;
  color: #6c6c6c;
}

.newcar-hotcar-list h2 a {
  color: #404040;
}

.newcar-hotcar-list h2 a:hover {
  color: #F00;
}

.newcar-hotcar-list h3 {
  margin-top: 5px;
  color: #e13a3b;
  font-size: 14px;
}

.newcar-hotcar-nav {
  font-size: 13px;
}

.newcar-hotcar-nav a {
  float: left;
  width: 33%;
  margin-top: 5px;
  color: #005aa0;
}

.newcar-hotcar-nav a span {
  color: #bbb;
}

@media (max-width: 1190px) {
  #newcar-hotcar {
    height: 280px;
  }

  .newcar-hotcar-pic a {
    height: 118px;
  }
}

#newcar-picture {
  height: 510px;
}

.newcar-picture-link {
  float: left;
  width: 388px;
  height: 223px;
  margin-top: 10px;
  margin-right: 10px;
  border: 1px solid #eee;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.newcar-picture-link.marginRightNone {
  margin-right: 0;
}

.newcar-picture-link img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: left center;
}

.newcar-picture-link .newcar-picture-info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 34px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  text-indent: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.ie .newcar-picture-link img {
  margin: 0 -50% !important;
  width: auto !important;
}

.newcar-picture-search {
  margin: 6px 0 0 15px;
}

.newcar-picture-select {
  float: left;
  width: 152px;
  height: 26px;
  padding: 3px 4px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset;
  margin-left: -1px;
  border: 1px solid #eee;
  font-size: 100%;
}

.newcar-picture-btn {
  width: 70px;
  height: 26px;
  margin-left: 10px;
  border: none;
  background-color: #e13a3b;
  color: #fff;
  vertical-align: bottom;
  cursor: pointer;
}

@media (max-width: 1190px) {
  #newcar-picture {
    height: 434px;
  }

  .newcar-picture-link {
    width: 322px;
    height: 185px;
    margin-right: 9px;
  }
}

#newcar-news-article,
#newcar-news-kind,
#newcar-news-exponential {
  height: 401px;
}

.newcar-news-article {
  width: 400px;
}

.newcar-news-kind,
.newcar-news-exponential {
  width: 345px;
  margin-left: 50px;
}

.newcar-news-list {
  border-top: 1px solid #eee;
}

.newcar-news-li {
  position: relative;
  padding: 0 50px 0 28px;
  line-height: 36px;
}

.newcar-news-li.at {
  color: #e13a3b;
}

.newcar-news-li.at .newcar-news-link {
  color: #e13a3b;
}

.newcar-news-kind .newcar-news-li {
  padding-right: 90px;
}

.newcar-news-sort {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 17px;
}

.newcar-news-link {
  display: block;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.newcar-news-number {
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 1190px) {
  .newcar-news-article {
    width: 350px;
  }

  .newcar-news-kind,
  .newcar-news-exponential {
    width: 300px;
    margin-left: 20px;
  }
}

.v3index-region-nav {
  padding: 8px 0;
  font-size: 18px;
  color: #666;
  border-bottom: 2px solid #eee;
}

.v3index-region-nav li {
  float: left;
  padding: 0 10px;
  border-left: 1px solid #eee;
  cursor: pointer;
}

.v3index-region-nav li:first-child {
  padding-left: 0;
  border-left: 0;
}

.v3index-region-nav li.at {
  font-weight: 700;
}

.v3index-region-list {
  min-height: 54px;
  padding-bottom: 30px;
}

.v3index-region-list li a {
  float: left;
  padding: 0 7px;
  margin-top: 10px;
  border-left: 1px solid #eee;
}

.v3index-region-list li a:first-child {
  padding-left: 0;
  border-left: 0;
}

#footer-desc {
  background: -ms-linear-gradient(top, #f8f8f8, #ffffff);
  /* IE 10 */
  background: -moz-linear-gradient(top, #f8f8f8, #ffffff);
  /*火狐*/
  background: -webkit-linear-gradient(top, #f8f8f8, #ffffff);
  /*Safari5.1 Chrome 10+*/
  background: -o-linear-gradient(top, #f8f8f8, #ffffff);
  /*Opera 11.10+*/
  FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#f8f8f8, endColorStr=#ffffff);
  /*IE 6 7 8*/
}

.v3index-desc-list {
  padding-bottom: 40px;
}

.v3index-desc-li {
  float: left;
  padding: 0 44px;
  min-height: 108px;
  color: #666;
  border-left: 1px solid #eee;
  text-align: left;
}

.v3index-desc-li:first-child {
  padding-left: 0;
  border-left: 0;
}

.v3index-desc-li:last-child {
  padding-right: 0;
}

.v3index-desc-pic {
  display: block;
  width: 146px;
  height: 83px;
  margin: 20px 0 0 20px;
  background: url("//img.8891.com.tw/v3/used-desc-pic.png?t=20190807") no-repeat;
  background-size: cover;
}

.v3index-desc-title {
  font-size: 15px;
}

.v3index-desc-content {
  font-size: 13px;
}

.v3index-desc-content li {
  margin-top: 15px;
}

.v3index-desc-content li a {
  float: left;
  margin-left: 20px;
}

.v3index-desc-content li a:first-child {
  margin-left: 0;
}

@media (max-width: 1190px) {
  .v3index-desc-li {
    padding: 0 24px;
  }

  .v3index-desc-content li {
    margin-top: 10px;
  }
}

.v3index-foot {
  line-height: 21px;
  font-size: 13px;
  padding-bottom: 15px;
  text-align: center;
}

.v3index-foot-nav {
  padding-top: 10px;
}

.v3index-foot-nav a {
  margin: 0px 10px;
}

.v3index-foot-sites {
  position: relative;
  margin-top: 5px;
}

.v3index-foot-sites a {
  padding: 0px 3px;
  border-left: 1px dotted #eee;
}

.v3index-foot-sites a:first-child {
  border-left: 0;
}

.v3index-foot-sites .new {
  background: url(//img.8891.com.tw/common/icon-new.png) no-repeat;
  background-position: -4px -3px;
  padding: 0;
  padding-left: 20px;
}

.v3index-foot-copyright {
  margin-top: 10px;
}

.v3index-foot-approve {
  margin-top: 10px;
}

.v3index-foot-approve .app-l {
  display: inline-block;
  margin: 0 10px;
  background: url(//img.8891.com.tw/common/approve.png) no-repeat;
  text-indent: -9999px;
}

.v3index-foot-approve .sosa-trans {
  width: 150px;
  height: 50px;
  background-position: 0 -50px;
}

.v3index-foot-approve .sosa-info {
  width: 29px;
  height: 50px;
  background-position: 0 -100px;
}

.v3index-foot-approve .yushan-award {
  width: 170px;
  height: 50px;
  background-position: 0 -200px;
}

.suggest-index-box {
  background-color: #FFF;
  border-radius: 5px;
  position: fixed;
  right: 40px;
  bottom: 20px;
  width: 235px;
  padding: 10px;
  overflow: hidden;
  display: none;
  z-index: 17;
}

.suggest-index-box .suggest-index-header {
  margin-bottom: 5px;
}

.suggest-index-box .suggest-index-header h2 {
  font-size: 15px;
  font-weight: bold;
}

.suggest-index-box .suggest-index-header span {
  font-size: 13px;
  color: #666;
  margin-left: 1px;
  cursor: pointer;
}

.suggest-index-box .suggest-index-header span .like,
.suggest-index-box .suggest-index-header span .unlike {
  background: url("//img.8891.com.tw/v3/suggest-like.png") no-repeat;
  display: inline-block;
  height: 15px;
  width: 12px;
  vertical-align: text-bottom;
}

.suggest-index-box .suggest-index-header span .like {
  background-position: bottom left;
}

.suggest-index-box .suggest-index-header span .unlike {
  background-position: bottom right;
}

.suggest-index-box .suggest-index-header span.active {
  color: #EA724E;
}

.suggest-index-box .suggest-index-header span.active .like {
  background-position: top left;
}

.suggest-index-box .suggest-index-header span.active .unlike {
  background-position: top right;
}

.suggest-index-box .suggest-index-content textarea {
  width: 95%;
  height: 80px;
  padding: 10px 5px 0;
  border: 1px solid #eee;
  color: #333;
  font-size: 13px;
}

.suggest-index-box .suggest-index-footer {
  text-align: right;
}

.suggest-index-box .suggest-index-submit {
  padding: 5px 20px;
  border: 1px solid #eee;
  border-radius: 2px;
  color: #333;
  background: #f6f6f6;
  font-size: 13px;
}

.suggest-index-box .suggest-tips {
  position: absolute;
  left: 0;
  top: 0;
  width: 65%;
  height: 100%;
  text-align: center;
  padding: 80px 40px 0 40px;
  font-size: 13px;
  background: rgba(250, 250, 250, 0.9);
  display: none;
  color: green;
}

@media (max-width: 1690px) {
  .suggest-index-box {
    display: none !important;
  }
}

.hot-recommend .car-box {
  padding: 3px 0;
}

.hot-recommend .car-recommend {
  color: #3f3f3f;
  padding: 0 10px;
  line-height: 24px;
}

.hot-recommend .recommend-rank {
  background-color: #174785;
  color: #fff;
  display: inline-block;
  width: 15px;
  height: 15px;
  line-height: 16px;
  font-size: 11px;
  text-align: center;
  margin-right: 7px;
}

.hot-recommend .recommend-top {
  color: #942921;
}

.hot-recommend .red {
  background-color: #CE0907;
}

.detection-banner {
  border-top: 2px solid #E13A3B;
}

.third-detection {
  height: 49px;
  line-height: 70px;
  vertical-align: middle;
  font-size: 29px;
  padding: 0 14px;
  border-left: 1px solid #E9E9E9;
  display: inline-block;
}

.yes-detection {
  float: left;
  padding: 5px 8px;
  text-align: center;
  border-left: 1px solid #E9E9E9;
  border-right: 1px solid #E9E9E9;
}

.yes-detection img {
  height: 37px;
}

.detection-list .other-detection {
  float: left;
  border-left: 1px solid #E9E9E9;
  width: 716px;
  height: 49px;
  border-bottom: 2px solid #E9E9E9;
  line-height: 49px;
  text-indent: 20px;
}

@media (max-width: 1190px) {
  .detection-list .other-detection {
    width: 614px;
  }
}

.yes-price {
  color: #e13a3b;
  margin-left: 5px;
}

.yes-address {
  color: #999;
  margin-right: 5px;
}

.yes-introduce {
  margin-top: 10px;
  background-color: #EEEEEE;
}

.yes-introduce p {
  line-height: 27px;
  font-size: 13px;
}

.yes-introduce .introduce {
  padding-left: 13px;
}

.yes-introduce .enter {
  padding-right: 20px;
}

.third-symbol,
.oriprove-symbol {
  padding: 2px 6px;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
}

.third-symbol img,
.oriprove-symbol img {
  display: block;
  height: 17px;
  width: auto;
}

#oriprove-banner .oriprove-tab,
#union-banner .oriprove-tab,
#gh-banner .oriprove-tab,
.org-approve .oriprove-tab {
  position: relative;
  min-height: 68px;
}

#oriprove-banner .oriprove-tab-title,
#union-banner .oriprove-tab-title,
#gh-banner .oriprove-tab-title,
.org-approve .oriprove-tab-title {
  height: 45px;
  line-height: 45px;
  font-size: 24px;
  font-weight: 700;
  border-bottom: 2px solid #E13A3B;
}

#oriprove-banner .oriprove-tab-item,
#union-banner .oriprove-tab-item,
#gh-banner .oriprove-tab-item,
.org-approve .oriprove-tab-item {
  float: left;
  height: 50px;
  width: 24%;
  text-align: center;
  cursor: pointer;
  margin-top: 20px;
  margin-left: 1.33%;
  box-sizing: border-box;
  border: 1px solid #BBBBBB;
}

#oriprove-banner .oriprove-tab-item a,
#union-banner .oriprove-tab-item a,
#gh-banner .oriprove-tab-item a,
.org-approve .oriprove-tab-item a {
  display: flex;
  justify-content: space-around;
  line-height: 50px;
  height: 50px;
}

#oriprove-banner .oriprove-tab-item.at,
#union-banner .oriprove-tab-item.at,
#gh-banner .oriprove-tab-item.at,
.org-approve .oriprove-tab-item.at {
  border: none;
  border-bottom: 2px solid #E1393B;
}

#oriprove-banner .oriprove-tab-item:nth-child(4n+1),
#union-banner .oriprove-tab-item:nth-child(4n+1),
#gh-banner .oriprove-tab-item:nth-child(4n+1),
.org-approve .oriprove-tab-item:nth-child(4n+1) {
  margin-left: 0;
}

#oriprove-banner .oriprove-tab-item img,
#union-banner .oriprove-tab-item img,
#gh-banner .oriprove-tab-item img,
.org-approve .oriprove-tab-item img {
  width: auto;
  height: 35px;
  object-fit: cover;
  float: left;
  margin: 5px;
}

#oriprove-banner .oriprove-symbol,
#union-banner .oriprove-symbol,
#gh-banner .oriprove-symbol,
.org-approve .oriprove-symbol {
  background-color: #4680d1;
}

#oriprove-banner .yes-price,
#union-banner .yes-price,
#gh-banner .yes-price,
.org-approve .yes-price {
  font-size: 16px;
}

#oriprove-banner .yes-address,
#union-banner .yes-address,
#gh-banner .yes-address,
.org-approve .yes-address {
  font-size: 12px;
  margin-top: 5px;
}

#oriprove-banner .yes-address b,
#union-banner .yes-address b,
#gh-banner .yes-address b,
.org-approve .yes-address b {
  margin: 0 5px;
}

#oriprove-banner .org-icon,
#union-banner .org-icon,
#gh-banner .org-icon,
.org-approve .org-icon {
  margin: 10px 5px;
}

#oriprove-banner .org-icon img,
#union-banner .org-icon img,
#gh-banner .org-icon img,
.org-approve .org-icon img {
  display: block;
  height: 16px;
  width: auto;
}

#oriprove-banner .hot-shop-list-inner,
#union-banner .hot-shop-list-inner,
#gh-banner .hot-shop-list-inner,
.org-approve .hot-shop-list-inner {
  height: auto;
}

.oriprove-list-item {
  display: flex;
  padding: 15px;
}

.oriprove-list-item-image {
  width: 122px;
  height: 81px;
  margin-right: 15px;
}

.oriprove-list-item-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.oriprove-list-item-content {
  flex: 1;
}

.oriprove-list-item-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 36px;
}

.oriprove-list-item-price {
  color: #e13a3b;
  margin: 5px 0;
}

.oriprove-list-item-extra {
  display: flex;
}

.oriprove-list-item-date {
  font-size: 12px;
  color: #F9762C;
}

.newcar-left-title {
  position: relative;
}

.newcar-left-title-name {
  line-height: 40px;
  font-size: 25px;
}

.newcar-left-title-number {
  position: absolute;
  right: 0;
  bottom: 8px;
  color: #666;
}

.newcar-right-title {
  line-height: 39px;
  border-bottom: 1px solid #eee;
  font-size: 20px;
}

.newcar-right-more {
  font-size: 13px;
  color: #005aa0;
}

.ad-banner-max {
  width: 1190px;
  height: 120px;
  background: url("//img.8891.com.tw/v3/nopic-77-32.png") center center no-repeat;
  background-color: #FDFDFD;
}

.ad-banner-min {
  width: 990px;
  height: 70px;
  background: url("//img.8891.com.tw/v3/nopic-77-32.png") center center no-repeat;
  background-color: #FDFDFD;
  display: none;
}

.ad-left-max {
  width: 860px;
  height: 155px;
  background: url("//img.8891.com.tw/v3/nopic-77-32.png") center center no-repeat;
  background-color: #FDFDFD;
}

.ad-left-min {
  width: 740px;
  height: 70px;
  background: url("//img.8891.com.tw/v3/nopic-77-32.png") center center no-repeat;
  background-color: #FDFDFD;
  display: none;
}

.ad-right-max {
  width: 310px;
  height: 155px;
  background: url("//img.8891.com.tw/v3/nopic-77-32.png") center center no-repeat;
  background-color: #FDFDFD;
}

.ad-right-min {
  width: 240px;
  height: 70px;
  background: url("//img.8891.com.tw/v3/nopic-77-32.png") center center no-repeat;
  background-color: #FDFDFD;
  display: none;
}

.ad-right-original-max {
  width: 310px;
  height: 342px;
  background: url("//img.8891.com.tw/v3/nopic-77-32.png") center center no-repeat;
  background-color: #FDFDFD;
}

.ad-right-original-min {
  width: 240px;
  height: 345px;
  background: url("//img.8891.com.tw/v3/nopic-77-32.png") center center no-repeat;
  background-color: #FDFDFD;
  display: none;
}

.ad-banner-max-newcar {
  width: 310px;
  height: 310px;
  background: url("//img.8891.com.tw/v3/nopic-77-32.png") center center no-repeat;
  background-color: #FDFDFD;
}

.ad-banner-min-newcar {
  width: 240px;
  height: 280px;
  background: url("//img.8891.com.tw/v3/nopic-77-32.png") center center no-repeat;
  background-color: #FDFDFD;
  display: none;
}

.ad-head-max {
  float: left;
  width: 590px;
  height: 70px;
  margin-top: -19px;
  margin-bottom: -20px;
  margin-left: 15px;
}

.ad-head-min {
  float: left;
  width: 390px;
  height: 70px;
  margin-top: -19px;
  margin-bottom: -20px;
  margin-left: 15px;
  display: none;
}

.ad-index-left {
  width: 190px;
  height: 450px;
  position: absolute;
  left: -195px;
}

.ad-index-right {
  width: 190px;
  height: 450px;
  position: absolute;
  right: -195px;
}

.ad-click-icon {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 1px 3px;
  border-radius: 4px;
  font-weight: bold;
  position: absolute;
}

.ad-icon-click a:hover {
  text-decoration: none;
}

.ad-hint {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 40px;
  height: 20px;
  line-height: 20px;
  color: #FFF;
  text-align: center;
  font-size: 13px;
  border: solid 1px #FFF;
}

#footer {
  min-width: 1190px;
  margin: 30px auto 0;
  border-top: 2px solid #eee;
}

a img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}

@media (max-width: 1190px) {
  #footer {
    width: 100%;
    min-width: 990px;
  }

  .ad-left-max {
    width: 740px;
    height: 135px;
    background: url("//img.8891.com.tw/v3/nopic-77-32.png") center center no-repeat;
    background-color: #FDFDFD;
  }

  .ad-banner-max {
    width: 990px;
    height: 75px;
    background: url("//img.8891.com.tw/v3/nopic-77-32.png") center center no-repeat;
    background-color: #FDFDFD;
  }

  .ad-banner-max-newcar {
    width: 240px;
    height: 240px;
    background: url("//img.8891.com.tw/v3/nopic-77-32.png") center center no-repeat;
    background-color: #FDFDFD;
  }

  .ad-right-max {
    width: 240px;
    height: 120px;
    background: url("//img.8891.com.tw/v3/nopic-77-32.png") center center no-repeat;
    background-color: #FDFDFD;
  }

  .ad-right-original-max,
  .ad-head-max {
    display: none;
  }

  .ad-left-min,
  .ad-right-min,
  .ad-banner-min,
  .ad-banner-min-newcar,
  .ad-right-original-min,
  .ad-head-min {
    display: block;
  }

  .yx-list {
    width: 179px !important;
    margin-left: 8px !important;
    margin-top: 8px !important;
  }

  .yx-list:nth-of-type(4n+1) {
    margin-left: 0 !important;
  }

  .guarantee-title {
    font-size: 16px;
    margin: 15px 0;
  }

  .yx-shop-ul-container {
    margin-top: 15px;
    height: 150px;
  }

  .yx-shop-ul a {
    line-height: 16px;
  }

  #hot-item {
    height: 609px !important;
  }
}

.modal-ad {
  display: none;
  width: 900px;
  height: 450px;
  z-index: 100;
  top: 200px;
  left: 50%;
  transform: translate(-50%);
  position: fixed;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.4);
}

.modal-ad-close {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 6px 10px;
  position: absolute;
  top: 170px;
  z-index: 110;
  right: 0;
  cursor: pointer;
  text-decoration: underline;
  text-underline-position: under;
}

.modal-ad-cover {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
}

.modal-ad-cover-content {
  width: 900px;
  margin: 0 auto;
  height: 100%;
  position: relative;
}


.ad-global-popup-video {
  width: 800px;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 9999;
}