/**
 * 三角形 .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;
  }
}
.auto-width {
  width: 1190px;
  margin: 15px auto 0px;
}
@media (max-width: 1190px) {
  .auto-width {
    width: 990px !important;
  }
}
.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;
}
.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;
}
#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;
}
#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;
  }
}
.original-head-content {
  width: 990px;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}
.original-head-left {
  float: left;
}
.original-head-middle {
  position: absolute;
  left: 244px;
  top: 29px;
}
.original-head-middle li {
  float: left;
  border-left: 1px solid #e2e2e2;
}
.original-head-middle li a {
  padding: 0 15px;
  display: block;
  font-size: 16px;
}
.original-head-middle li:first-child {
  border-left: none;
}
.original-head-middle .at {
  color: orange;
}
.original-head-right {
  float: right;
}
.original-main {
  background-color: #f3f3f3;
  padding-bottom: 40px;
  min-width: 990px;
}
.original-main-content {
  width: 990px;
  margin: 0 auto;
}
#top-nav {
  min-width: 990px;
}
.v3index-desc-li {
  padding: 0 24px;
}
.wrap-width {
  width: 990px;
}
.yes-info-blue {
  height: 170px;
  background-color: #005eab;
}
.yes-info-content {
  width: 800px;
  margin: 0 auto;
}
.yes-info-content img {
  display: block;
  width: 100%;
}
.yes-info-icon {
  margin: 0 auto;
  margin-top: -150px;
  width: 600px;
}
.yes-info-icon img {
  width: 100%;
}
.yes-info-search {
  position: fixed;
  top: 20%;
  width: 200px;
}
.yes-info-search img {
  width: 100%;
}
.yes-info-search a {
  display: block;
  position: absolute;
  width: 80%;
  height: 20%;
  bottom: 34px;
  left: 10%;
}
.yes-info-foot {
  margin-top: 10px;
  position: relative;
  padding-bottom: 30px;
}
.yes-info-foot a {
  display: block;
  position: absolute;
  width: 20%;
  height: 20%;
  bottom: 59px;
  left: 37%;
}
.yes-info-detail {
  position: relative;
}
.yes-info-detail a {
  display: block;
  position: absolute;
  width: 146px;
  height: 40px;
  bottom: 182px;
  left: 99px;
}
