.info-width {
  width: 1190px;
  margin: 15px auto 0px;
}
.info-right-width {
  width: 550px;
}
.info-left-width {
  width: 820px;
}
/**
 * 三角形 .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;
  }
}
/*幻燈片插件*/
#infos-v3-thumb.infos-thumb {
  width: 600px;
  float: left;
}
#infos-v3-thumb .thumb-picside,
#infos-v3-thumb .thumb-sumpic {
  position: relative;
}
#infos-v3-thumb .thumb-picside,
#infos-v3-thumb .thumb-picside-img,
#infos-v3-thumb .thumb-sumpic {
  width: 600px;
  height: 450px;
}
#infos-v3-thumb .thumb-picside-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 450px;
  z-index: 1;
  text-align: center;
  background-size: cover;
  background-position: center center;
  background-attachment: scroll;
  background-repeat: no-repeat;
}
#infos-v3-thumb .thumb-picside-img:first-child {
  display: block;
}
#infos-v3-thumb .thumb-picside-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#infos-v3-thumb .thumb-bg-small {
  background: url(//img.8891.com.tw/v3/infos/loading-small.png) no-repeat center center;
  background-size: 80%;
  background-color: #e6e9ee;
}
#infos-v3-thumb .thumb-bg-big {
  background: url(//img.8891.com.tw/v3/infos/loading-big.png) no-repeat center center;
  background-color: #e6e9ee;
}
#infos-v3-thumb .thumb-sumpic .reading {
  position: absolute;
  width: 174px;
  height: 30px;
  margin: 10px 0 0 10px;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  z-index: 10;
  overflow: hidden;
}
#infos-v3-thumb .thumb-sumpic .reading .reading-containner p {
  opacity: 0.8;
  background: #000000;
  border-radius: 15px;
  width: 174px;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#infos-v3-thumb .thumb-sumpic .reading.yx {
  left: 90px;
  width: 270px;
}
#infos-v3-thumb .thumb-sumpic .reading.yx .reading-containner p {
  height: 30px;
  width: 270px;
}
#infos-v3-thumb .thumb-sumpic .empty-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 35px;
  height: 35px;
  background: url(//img.8891.com.tw/v3/item-service-icon.png) no-repeat;
  z-index: 2;
}
#infos-v3-thumb .thumb-sumpic .soldout {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 210px;
  height: 80px;
  margin: -40px 0 0 -105px;
  background: url(//img.8891.com.tw/common/info-icon-a.png);
  z-index: 2;
}
#infos-v3-thumb .thumb-sumpic .hot-type {
  position: absolute;
  left: 0;
  top: 0;
  width: 35px;
  height: 35px;
  background: url(//img.8891.com.tw/v3/item-service-icon.png) no-repeat;
  z-index: 2;
  background-position: 0 0px;
}
#infos-v3-thumb .thumb-sumpic .hurry-type {
  position: absolute;
  left: 0;
  top: 0;
  width: 35px;
  height: 35px;
  background: url(//img.8891.com.tw/v3/item-service-icon.png) no-repeat;
  z-index: 2;
  background-position: -43px 0px;
}
#infos-v3-thumb .thumb-sumpic .reduce-type {
  position: absolute;
  left: 0;
  top: 0;
  width: 35px;
  height: 35px;
  background: url(//img.8891.com.tw/v3/item-service-icon.png) no-repeat;
  z-index: 2;
  background-position: -91px 0px;
}
#infos-v3-thumb .thumb-sumpic .ahead-type {
  position: absolute;
  left: 0;
  top: 0;
  width: 35px;
  height: 35px;
  background: url(//img.8891.com.tw/v3/item-service-icon.png) no-repeat;
  z-index: 2;
  width: 55px;
  background-position: -135px -1px;
}
#infos-v3-thumb .thumb-amount {
  height: 20px;
  padding: 0 5px;
  line-height: 20px;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  font-size: 14px;
  background: #666;
  z-index: 10;
  text-align: center;
}
#infos-v3-thumb .thumb-minpic {
  position: relative;
  width: 600px;
  margin-top: 15px;
}
#infos-v3-thumb .thumb-picbottom {
  position: relative;
  overflow: hidden;
}
#infos-v3-thumb .thumb-picbottom,
#infos-v3-thumb .thumb-picbottom-in {
  overflow: hidden;
  white-space: nowrap;
  font-size: 0;
}
#infos-v3-thumb .thumb-picbottom-pic {
  display: inline-block;
  width: 600px;
}
#infos-v3-thumb .thumb-picbottom-img {
  float: left;
  margin-right: 12px;
  width: 110px;
  height: 73px;
  box-sizing: border-box;
  position: relative;
}
#infos-v3-thumb .thumb-picbottom-img:last-child {
  margin-right: 0;
}
#infos-v3-thumb .thumb-picbottom-img a {
  display: block;
  height: 100%;
  border: 1px solid #eee;
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
}
#infos-v3-thumb .thumb-picbottom-img a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#infos-v3-thumb .thumb-picbottom-img.active a {
  border: 2px solid #fd8000;
}
#infos-v3-thumb .arrow-next,
#infos-v3-thumb .arrow-prev {
  background: url(//img.8891.com.tw/v3/infos/thumb-icon.png) no-repeat;
  width: 50px;
  height: 70px;
  position: absolute;
  top: 160px;
  opacity: 0.5;
  *filter: alpha(opacity=50);
  z-index: 10;
  display: none;
}
#infos-v3-thumb .active .arrow-next,
#infos-v3-thumb .active .arrow-prev {
  display: block;
}
#infos-v3-thumb .arrow-prev {
  left: 0;
  background-position: 0 -131px;
}
#infos-v3-thumb .arrow-next:hover,
#infos-v3-thumb .arrow-prev:hover {
  opacity: 0.8;
  *filter: alpha(opacity=80);
}
#infos-v3-thumb .arrow-next {
  right: 0;
  background-position: -59px -131px;
}
#infos-v3-thumb .minpic-arrow-next,
#infos-v3-thumb .minpic-arrow-prev {
  position: absolute;
  height: 100%;
  top: 0;
  z-index: 1;
  width: 30px;
  background: rgba(0, 0, 0, 0.5);
}
#infos-v3-thumb .minpic-arrow-next a,
#infos-v3-thumb .minpic-arrow-prev a {
  display: block;
  width: 100%;
  height: 100%;
}
#infos-v3-thumb .minpic-arrow-prev {
  left: 0;
}
#infos-v3-thumb .minpic-arrow-prev a {
  background: url(//img.8891.com.tw/v3/infos/prev-white.png) no-repeat;
  background-size: 24px;
  background-position: center;
}
#infos-v3-thumb .minpic-arrow-next {
  right: 0;
}
#infos-v3-thumb .minpic-arrow-next a {
  background: url(//img.8891.com.tw/v3/infos/next-white.png) no-repeat;
  background-size: 24px;
  background-position: center;
}
#infos-v3-thumb .reading-bottom {
  position: fixed;
  z-index: 10;
  width: 304px;
  height: 40px;
  opacity: 0.8;
  background: #000000;
  border-radius: 20px;
  bottom: 40px;
  display: flex;
  justify-content: space-between;
  left: 50%;
  transform: translateX(90%);
  display: none;
}
#infos-v3-thumb .reading-bottom p {
  padding-left: 15px;
  font-size: 16px;
  text-align: left;
  line-height: 40px;
  color: #fff;
}
#infos-v3-thumb .reading-bottom p span {
  color: #ff963c;
}
#infos-v3-thumb .reading-bottom .reading-people-box {
  margin: 4px 4px 0 0;
  width: 31px;
  height: 31px;
  background: #ff963c;
  border-radius: 50%;
  text-align: center;
}
#infos-v3-thumb .reading-bottom .reading-people-box img {
  height: 21px;
  margin-top: 10px;
}
.reading-animate {
  transition: transform ease 0.3s;
}
.safe {
  position: relative;
  margin-top: 15px;
  color: #969697;
  font-size: 14px;
  line-height: 24px;
}
.safe em {
  background: url(/img/common/info-icon.png);
  background-position: 0 -169px;
  position: absolute;
  width: 18px;
  height: 18px;
  left: 2px;
  top: 5px;
}
@media (max-width: 1190px) {
  .safe {
    font-size: 13px;
    line-height: 20px;
  }
  .safe em {
    left: 2px;
    top: 1px;
  }
}
.auto-width {
  width: 1190px;
  margin: 15px auto 0px;
}
.top-head {
  position: relative;
  z-index: 2;
  background-color: #FFF;
  min-width: 990px;
  height: 80px;
}
/* cls 優化 */
#tcNav {
  min-height: 38px;
}
.infos-detail-main {
  min-height: 2000px;
  min-width: 1190px;
}
#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;
}
/****************收藏彈出框*************************/
ul.favPopUp {
  list-style: none;
  margin: 0px;
  padding: 0px;
  width: 100%;
  border: 3px solid #B3D1FE;
  background: #F0FAFF;
}
ul.favPopUp li.headLi {
  text-align: left;
  padding-left: 20px;
  font-size: 14px;
  font-weight: bold;
  height: 25px;
  line-height: 25px;
}
ul.favPopUp li.contentLi {
  text-align: left;
  padding-left: 100px;
  font-size: 16px;
  font-weight: bold;
  height: 90px;
  line-height: 90px;
}
ul.favPopUp li.submitBtn {
  text-align: center;
  height: 40px;
  line-height: 40px;
}
/*****成功*****/
ul.favPopUp .success {
  background: url(//img.8891.com.tw/user/success.png) no-repeat 50px 30px;
  color: green;
}
/*****提示******/
ul.favPopUp .prompt {
  background: url(//img.8891.com.tw/user/prompt.png) no-repeat 50px 30px;
  color: #09F;
}
/********警示******/
ul.favPopUp .warning {
  background: url(//img.8891.com.tw/user/warning.png) no-repeat 50px 30px;
  color: #F80;
}
/********錯誤*********/
ul.favPopUp .error {
  background: url(//img.8891.com.tw/user/error.png) no-repeat 50px 30px;
  color: red;
}
/*******************************************
2010/03/29 Edit by 黎明*/
.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;
  }
}
.ib-yx-label {
  padding: 2px 10px;
  background: #ae9e7e;
  color: #fff;
  border-radius: 4px;
  font-size: 16px;
  margin-left: 10px;
}
.thumb-picside.yx::before {
  content: '';
  display: block;
  width: 60px;
  height: 65px;
  background: url(//img.8891.com.tw/v3/infos/yx-g.png) no-repeat;
  background-size: 60px 65px;
  position: absolute;
  z-index: 2;
  left: 25px;
  top: -5px;
}
@media (max-width: 1190px) {
  .thumb-picside.yx::before {
    width: 55px;
    height: 59px;
    background-size: 55px 59px;
  }
}
.yx-a,
.yx-b,
.yx-c {
  display: block;
  width: 60px;
  height: 67px;
  margin: 0 auto;
  background: url(//img.8891.com.tw/v3/infos/yx-d.png) no-repeat;
  background-size: 60px 67px;
}
@media (max-width: 1190px) {
  .yx-a,
  .yx-b,
  .yx-c {
    width: 55px;
    height: 62px;
    background-size: 55px 62px;
  }
}
.yx-b {
  background: url(//img.8891.com.tw/v3/infos/yx-e.png) no-repeat;
  background-size: 60px 67px;
}
@media (max-width: 1190px) {
  .yx-b {
    background-size: 55px 62px;
  }
}
.yx-c {
  background: url(//img.8891.com.tw/v3/infos/yx-f.png) no-repeat;
  background-size: 60px 67px;
}
@media (max-width: 1190px) {
  .yx-c {
    background-size: 55px 62px;
  }
}
.yx.vihicle-data {
  padding-top: 15px;
  padding-bottom: 15px;
}
.yx.vihicle-data .title {
  color: #ae9e7e;
  font-weight: bold;
}
.yx .check-show-info {
  margin-top: 10px;
}
.parallelogram {
  display: inline-block;
  padding: 5px 20px;
  border: 1px solid #ae9e7e;
  background: #ae9e7e;
  color: #fff;
  transform: skew(-16deg);
}
.parallelogram div {
  transform: skew(16deg);
}
.infos-vip-content {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 5px;
  color: #666;
  background-color: #fff;
}
.infos-vip-content h2 {
  font-size: 28px;
  display: inline-block;
  font-weight: bold;
  color: #000;
}
.infos-vip-name {
  color: #666;
  display: inline-block;
  vertical-align: super;
}
.infos-vip-list li {
  float: left;
  margin-right: 30px;
  color: #fff;
  height: 50px;
  font-size: 17px;
  line-height: 50px;
}
/*旺店*/
.infos-vip-title {
  background-color: #377ad1;
}
.infos-vip-title li a {
  color: #fff;
}
/*黄色*/
.infos-vip-title.simple {
  background-color: #F9BB10;
}
/*金色*/
.infos-vip-title.gold {
  background: #957039;
}
/*黑色*/
.infos-vip-title.profusion {
  background-color: #000;
}
/*藍色*/
.infos-vip-title.cool {
  background-color: #0955C4;
}
.infos-vip-title {
  background-color: #fff;
  background-color: #377ad1;
}
.infos-vip-middle {
  margin: 0 auto;
  position: relative;
  height: 50px;
}
.infos-vip-pv {
  position: absolute;
  height: 50px;
  line-height: 50px;
  color: #fff;
  right: 0;
  font-size: 17px;
}
.infos-head-main {
  margin-top: 35px;
  position: relative;
}
.infos-head-left {
  padding-left: 20px;
}
.infos-head-title {
  font-size: 25px;
  color: #333;
  font-weight: bold;
  margin-bottom: 12px;
}
.infos-head-title i {
  width: 28px;
  height: 16px;
  display: inline-block;
  vertical-align: bottom;
  background: url(/img/v3/item-icon.png) no-repeat;
  background-position: -120px 0;
}
.infos-head-title span {
  vertical-align: middle;
}
@media (max-width: 1190px) {
  .infos-head-title {
    font-size: 25px;
  }
}
.infos-head-desp {
  margin-top: 5px;
  color: #999;
}
@media (max-width: 1190px) {
  .infos-head-desp {
    font-size: 15px;
  }
}
.infos-head-right {
  position: absolute;
  right: 0;
  top: -5px;
}
.infos-head-right li {
  float: right;
  margin-left: 15px;
  text-align: center;
}
.infos-head-collect {
  cursor: pointer;
  border: 1px solid #fdfdfd;
  border-radius: 2px;
  width: 112px;
  height: 45px;
  line-height: 45px;
  background-color: #fff;
  box-shadow: 0 0 2px #999;
}
.infos-head-send {
  cursor: pointer;
  border-radius: 2px;
  width: 112px;
  height: 45px;
  line-height: 45px;
  box-shadow: 0 0 2px #999;
  color: #fff;
  background-color: #00ae66;
  border: 1px solid #00ae66;
}
.infos-head-mobile {
  display: none;
  position: absolute;
  top: 32px;
  right: 0px;
  background-color: #fff;
  width: 333px;
  padding: 20px 0;
  border: 1px solid #eeeeee;
  box-shadow: 0 0 5px #EDEDED;
  border-radius: 2px;
  z-index: 3;
}
.infos-head-mobile label {
  margin-left: 28px;
  margin-top: 5px;
}
.infos-head-mobile input {
  float: left;
  margin-left: 24px;
  padding-left: 10px;
  width: 184px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #eeeeee;
}
.infos-head-mobile .infos-valid-code {
  margin-left: 15px;
}
.infos-head-mobile .infos-head-inform {
  display: inline-block;
  border-radius: 2px;
  margin-left: 15px;
  cursor: pointer;
  height: 37px;
  line-height: 35px;
  width: 85px;
  color: #fff;
  background-color: #00ae66;
}
.infos-head-num {
  margin-top: 8px;
  font-size: 12px;
  color: #999;
}
#active-lottery-tip {
  display: none;
  background-color: #ffe0e0;
  color: #cc0000;
  position: absolute;
  left: -10px;
  top: 55px;
  border-radius: 5px;
  padding: 10px 10px;
  text-align: center;
  min-width: 225px;
  font-size: 14px;
  box-shadow: 0 1px 5px #999;
  z-index: 4;
}
#active-lottery-tip #active-lottery-tip-close {
  width: 10px;
  position: absolute;
  right: -3px;
  top: -6px;
  cursor: pointer;
}
#active-lottery-tip i {
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #ffe0e0;
  position: absolute;
  top: -9px;
  left: 25%;
}
#active-lottery-tip a {
  color: #477ec9;
}
@media (max-width: 1190px) {
  #active-lottery-tip {
    font-size: 13px;
    min-width: 206px;
    padding: 8px 10px;
    top: 55px;
  }
}
#active-lottery-tip-float {
  display: block;
  position: fixed;
  top: 30%;
  display: none;
}
.infos-online-service {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #666;
}
.infos-online-service::before {
  content: '';
  width: 20px;
  height: 20px;
  background-image: url('//img.8891.com.tw/next/icons/img-5.png');
  background-size: 100%;
  margin-right: 5px;
}
.banner-normal {
  background-color: #EDEDED;
  height: 90px;
  margin-top: 10px;
}
.banner-seller {
  display: table;
  border-top: 1px solid #F78015;
  border-bottom: 1px solid #EEE;
  border-right: 1px solid #EEE;
  height: 170px;
  margin-bottom: 10px;
  margin-top: -4px;
  position: relative;
  background: #fff;
  margin-left: -20px;
  margin: auto;
  z-index: 1;
}
.banner-seller ul {
  height: 170px;
  width: 238px;
  border-left: 0.01em solid #EEEEEE;
  display: table-cell;
}
.banner-seller ul .banner-seller-dep {
  background: url(//img.8891.com.tw/common/info-icon-a.png) no-repeat;
  left: 5px;
  background-position: 40px -87px;
  text-align: left;
  padding-left: 70px;
  line-height: 30px;
}
.banner-seller ul .banner-seller-button {
  padding-top: 5px;
  padding-bottom: 5px;
  width: 40%;
  text-align: center;
  margin-left: 30%;
  display: block;
  background-color: #F78015;
  color: #FFFFFF;
}
.banner-seller-title {
  text-align: center;
  background-color: #F5F5F5;
  color: #1E76D7;
  line-height: 35px;
  font-weight: bold;
}
.breadcrumb {
  line-height: 32px;
  font-size: 15px;
  color: #999;
  float: left;
  position: relative;
}
.breadcrumb a {
  color: #999;
}
.breadcrumb #modify {
  color: #4F94E1 !important;
  position: absolute;
  right: -70px;
  top: 0px;
}
.breadcrumb #modify:hover {
  color: #f60 !important;
}
.fb-share {
  margin-top: 7px;
}
.headbox-icon {
  background: url(//img.8891.com.tw/common/info-icon.png) no-repeat;
  display: inline-block;
  min-width: 18px;
  height: 18px;
  overflow: hidden;
}
.visitor {
  background: url(//img.8891.com.tw/common/info-icon.png) no-repeat;
  display: inline-block;
  min-width: 18px;
  height: 18px;
  overflow: hidden;
  background-position: 0 -136px;
  padding-left: 27px;
}
.share {
  background: url(//img.8891.com.tw/common/info-icon.png) no-repeat;
  display: inline-block;
  min-width: 18px;
  height: 18px;
  overflow: hidden;
  background-position: 0 -104px;
  padding-left: 25px;
  margin-right: 10px;
}
@media (max-width: 1190px) {
  .share {
    margin-right: 5px;
  }
}
.error-correct {
  background: url(//img.8891.com.tw/common/info-icon-error.png) no-repeat;
  display: inline-block;
  min-width: 18px;
  height: 18px;
  overflow: hidden;
  background-position: 0 0px;
  padding-left: 20px;
  margin-right: 10px;
}
@media (max-width: 1190px) {
  .error-correct {
    margin-right: 5px;
  }
}
.new-facebook {
  background: url(//img.8891.com.tw/common/info-icon.png) no-repeat;
  display: inline-block;
  min-width: 18px;
  height: 18px;
  overflow: hidden;
  background-position: 0 -74px;
  padding-left: 25px;
  margin-right: 10px;
}
@media (max-width: 1190px) {
  .new-facebook {
    margin-right: 5px;
  }
}
.infos-collect-line {
  margin: 13px 0;
  padding-left: 29px;
  text-align: left;
  position: relative;
  font-size: 15px;
}
.infos-collect-line i {
  position: absolute;
  top: 5px;
  left: 0;
  background: url(//img.8891.com.tw/v3/infos/line.png) center center no-repeat;
  display: inline-block;
  width: 22px;
  height: 22px;
}
.infos-collect-face {
  margin: 13px 0;
  padding-left: 29px;
  text-align: left;
  position: relative;
  font-size: 15px;
}
.infos-collect-face i {
  position: absolute;
  top: 4px;
  left: 0;
  background: url(//img.8891.com.tw/v3/infos/facebook.png) center center no-repeat;
  display: inline-block;
  width: 22px;
  height: 22px;
}
#main-box {
  position: relative;
  background-color: #fff;
}
#main-box .headbox {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}
#main-box .headbox .mb-hd {
  font-size: 15px;
}
#main-box .headbox-right {
  position: absolute;
  color: #636363;
  right: 0;
  top: 0;
  font-size: 15px;
  text-align: center;
  height: 32px;
  line-height: 32px;
}
#main-box .headbox-right .infos-collect-item {
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  margin-left: 0px;
  position: relative;
  cursor: pointer;
  background-color: #fff;
}
#main-box .headbox-right .infos-collect-item.infos-collect-show {
  border: 1px solid #eeeeee;
}
#main-box .headbox-right .infos-collect-container {
  display: none;
  position: absolute;
  padding: 0 15px;
  right: 0;
  top: 32px;
  border: 1px solid #eeeeee;
  box-shadow: 0 0 5px #EDEDED;
  border-radius: 2px;
  z-index: 2;
  background: #fff;
}
#main-box .headbox-right .infos-report {
  padding-left: 26px;
  position: relative;
}
#main-box .headbox-right .infos-report i {
  position: absolute;
  top: 0;
  left: 0;
  background: url(//img.8891.com.tw/v3/infos/report.png) center center no-repeat;
  display: inline-block;
  width: 21px;
  height: 18px;
}
#main-box .headbox-right .infos-collect {
  padding-left: 22px;
  position: relative;
}
#main-box .headbox-right .infos-collect i {
  position: absolute;
  top: 0;
  left: 0;
  background: url(//img.8891.com.tw/v3/infos/collect.png) center center no-repeat;
  display: inline-block;
  width: 17px;
  height: 17px;
}
#main-box .headbox-right .infos-collect-item-icon {
  display: inline-block;
  width: 12px;
  height: 32px;
  vertical-align: middle;
  margin-right: 5px;
}
#main-box .headbox-right .infos-collect-item-icon.icon-share {
  background: url(//img.8891.com.tw/v3/infos/share.png) center center no-repeat;
}
#main-box .headbox-right .infos-collect-item-icon.icon-favor {
  background: url(//img.8891.com.tw/v3/infos/favor.png) center center no-repeat;
}
#main-box .headbox-right .infos-collect-item-icon.icon-send {
  background: url(//img.8891.com.tw/v3/infos/send.png) center center no-repeat;
}
#main-box .headbox-right .infos-collect-item-icon.icon-report {
  background-image: url(//img.8891.com.tw/v3/infos/img-1.png);
  background-size: 12px auto;
  background-position: center;
  background-repeat: no-repeat;
}
#main-box .headbox-right .infos-collect-item-title {
  display: inline-block;
  vertical-align: middle;
}
#head-show-detail {
  display: none;
  border-top: 1px solid #eee;
  padding: 0px 12px 18px 12px;
  background-color: #fff;
  font-size: 13px;
}
#head-show-detail .red {
  color: red;
}
#head-show-detail .grey {
  color: #999999;
}
#head-show-detail .info {
  text-align: left;
  border-bottom: 1px dotted #eee;
  padding-bottom: 15px;
}
#head-show-detail .info .judge {
  font-size: 12px;
  margin-left: 10px;
}
#head-show-detail .info div {
  margin-top: 8px;
}
#head-show-detail .info .au-icon-user {
  width: 16px;
  height: 16px;
}
#head-show-detail .info .au-no-icon {
  display: inline-block;
  background: url(//img.8891.com.tw/authenticate/normal-logo.png) no-repeat;
  vertical-align: middle;
}
#head-show-detail .info .au-ac-icon {
  display: inline-block;
  background: url(//img.8891.com.tw/authenticate/active-logo.png) no-repeat;
  vertical-align: middle;
}
#head-show-detail .info .au-no-icon {
  display: inline-block;
  background: url(//img.8891.com.tw/authenticate/normal-logo.png) no-repeat;
  vertical-align: middle;
}
#head-show-detail .info .au-icon-shop {
  width: 70px;
  height: 16px;
  background-position: -16px 0;
}
#head-show-detail .detail {
  text-align: left;
}
#head-show-detail .detail .number {
  font-size: 19px;
}
#head-show-detail .sale {
  margin-top: 15px;
}
#head-show-detail .location {
  margin-top: 10px;
}
#head-show-detail .button {
  text-align: center;
  width: 80px;
  margin: 0 auto;
  margin-top: 10px;
  background-color: #4680d1;
  color: #fff;
  font-size: 15px;
  line-height: 30px;
  height: 30px;
  border-radius: 3px;
}
.right-info {
  float: left;
  margin-left: 40px;
  color: #999;
}
.car-type {
  font-size: 28px;
  color: #333333;
  overflow: hidden;
  max-width: 570px;
}
@media (max-width: 1190px) {
  .car-type {
    max-width: 478px;
  }
}
.car-type span {
  float: left;
}
.bidding-tips {
  display: block;
  color: #666;
  font-size: 14px;
  text-decoration: underline;
  margin-top: 10px;
}
.car-credit {
  font-size: 15px;
  margin-top: 10px;
  color: #999;
  overflow: hidden;
}
.car-price {
  margin-top: 20px;
  display: table;
  width: 100%;
}
.car-price .car-price-title {
  display: inline-block;
  vertical-align: bottom;
  font-size: 22px;
}
.car-price .car-price-title b {
  font-size: 27px;
}
.car-price .has {
  display: inline-block;
  font-size: 22px;
  color: #FF6600;
}
.car-price .has b {
  font-size: 27px;
}
.car-price .not {
  display: inline-block;
  vertical-align: bottom;
  font-size: 22px;
  color: #999;
}
.car-price .not b {
  font-size: 27px;
}
.car-price .bidding {
  display: inline-block;
  vertical-align: bottom;
  font-size: 22px;
  color: #ff0000;
  font-weight: 600;
}
.car-price .bidding b {
  font-size: 27px;
}
.car-price #price {
  margin-right: 25px;
}
.car-price span {
  color: #999999;
}
.car-price .happyfan7-link {
  font-size: 15px;
  text-decoration: underline;
  margin-right: 10px;
}
.car-price .happyfan7-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(//img.8891.com.tw/happyfan7/icon-1.png);
  background-size: 20px;
  vertical-align: sub;
  margin-right: 5px;
}
.car-price #nc-price {
  display: block;
  float: right;
  height: 32px;
  line-height: 32px;
}
.car-price #nc-price a {
  font-size: 15px;
  color: #3264ff;
}
@media (max-width: 1190px) {
  .car-price #nc-price {
    bottom: 5px;
  }
  .car-price #nc-price a {
    font-size: 13px;
  }
}
.car-price .car-price-box {
  position: relative;
  line-height: 26px;
}
.car-price .car-price-box .covid-price {
  display: flex;
  align-items: center;
}
.car-price .car-price-box .covid-price .price-text {
  font-size: 14px;
  text-align: center;
  color: #f87f15;
  margin-top: 5px;
}
.car-price .car-price-box .covid-price .price-number {
  font-size: 28px;
  color: #f87f15;
  line-height: 40px;
  margin-left: 10px;
}
.car-price .car-price-box .covid-price .price-icon {
  font-style: normal;
  display: block;
  width: 104px;
  height: 27px;
  background: linear-gradient(134deg, #ffb300 1%, #ff0200 91%);
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  line-height: 27px;
  margin-left: 12px;
  margin-right: 20px;
}
.car-price .car-price-box .original-price {
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  font-weight: normal;
}
.car-price .car-price-box .original-price span {
  font-size: 14px;
  color: #666666;
  text-decoration: line-through;
  font-weight: normal;
}
.car-price .car-price-box #nc-price {
 
}
.car-price .is-low-price {
  display: inline-block;
  vertical-align: bottom;
  font-size: 12px;
  margin-right: 12px;
}
.car-price .is-low-price p {
  color: #D51517;
  font-size: 14px;
  display: inline-block;
  vertical-align: sub;
}
.car-price .is-low-price i {
  width: 14px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 3px;
  background: url(//img.8891.com.tw/v3/infos/lowprice-tips.png) center center no-repeat;
}
.car-price .low-price-box {
  margin-top: 5px;
  width: 100%;
}
.car-price .low-price-box span {
  font-size: 15px;
  color: #495056;
}
@media (max-width: 1190px) {
  .car-price .low-price-box span {
    font-size: 13px;
  }
}
.car-price .low-price-reason {
  display: inline-block;
  margin-right: 15px;
  vertical-align: bottom;
  font-size: 12px;
}
@media (max-width: 1190px) {
  .car-price .low-price-reason {
    margin-right: 10px;
  }
}
.car-info {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}
.car-info li {
  display: inline-block;
  width: 161px;
  margin-right: 20px;
}
.car-info li:nth-child(n-3) {
  margin-bottom: 25px;
}
.car-info li:nth-child(3n) {
  margin-right: 0px;
}
.car-info li span {
  color: #999;
}
.car-info li span:first-child {
  display: block;
  color: #585858;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}
.car-info .color-area {
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  margin-bottom: 2.5px;
  border: 1px solid #eeeeee;
}
@media (max-width: 1190px) {
  .car-info li span {
    line-height: 25px;
  }
}
.tip {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #333;
  width: 424px;
  padding: 6px 10px;
  box-sizing: border-box;
  border: 1px solid #D5D5D5;
  background-color: #F9F9F9;
  border-radius: 4px;
  font-size: 16px;
  text-align: center;
}
@media (max-width: 1190px) {
  .tip {
    width: 395px;
  }
}
.tip-triangle {
  position: absolute;
  top: -10px;
  right: 50px;
  display: block;
  width: 20px;
  height: 10px;
}
.tip-triangle::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #d5d5d5 transparent;
}
.tip-triangle::after {
  content: '';
  position: absolute;
  display: block;
  top: 1px;
  left: 1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 9px 9px;
  border-color: transparent transparent #F9F9F9 transparent;
}
.vihicle-data {
  margin-top: 30px;
}
.vihicle-data .normal-tip {
  position: absolute;
  z-index: 5;
  display: none;
  color: #636363;
  left: 10px;
  width: 185px;
  padding: 15px 10px;
  box-sizing: border-box;
  border: 1px solid #F5A623;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  font-size: 13px;
}
.vihicle-data .icon {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
}
.vihicle-data li {
  position: relative;
  text-align: center;
  float: left;
  margin-right: 40px;
  cursor: default;
}
@media (max-width: 1190px) {
  .vihicle-data li {
    margin-right: 40px;
  }
}
.vihicle-data li .vihicle-data-check-a {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  background: url(//img.8891.com.tw/v3/infos/audit-blank.png) no-repeat 0 0;
  background-position: center center;
  background-size: 26.67px 32px;
}
.vihicle-data li .vihicle-data-check {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  background: url(//img.8891.com.tw/v3/infos/audit.png) no-repeat 0 0;
  background-position: center center;
  background-size: 26.67px 32px;
}
.vihicle-data li .vihicle-data-inshop-a {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  background: url(//img.8891.com.tw/v3/infos/check-blank.png) no-repeat 0 0;
  background-position: center center;
  background-size: 32.86px 32px;
}
.vihicle-data li .vihicle-data-inshop-b {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  background: url(//img.8891.com.tw/v3/infos/check-new.png) no-repeat 0 0;
  background-size: 32.86px 32px;
}
.vihicle-data li .vihicle-data-valiate-a {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  background: url(//img.8891.com.tw/v3/infos/cert-blank.png) no-repeat 0 0;
  background-size: 32px 32px;
}
.vihicle-data li .vihicle-data-valiate {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  background: url(//img.8891.com.tw/v3/infos/cert.png) no-repeat 0 0;
  background-size: 32px 32px;
}
.vihicle-data li .vihicle-yes-valiate {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  background: url(//img.8891.com.tw/v3/yes-icon.png);
}
.vihicle-data li .vihicle-data-inshop {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  background: url(//img.8891.com.tw/v3/infos/shop.png) no-repeat 0 0;
}
.vihicle-data li .vihicle-data-valiate {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
}
.vihicle-data li .title {
  display: inline-block;
  color: #4a4a4a;
  vertical-align: middle;
  text-decoration: underline;
}
.vihicle-data li .check-report {
  color: #477EC9;
  margin-left: 10px;
}
.car-contact {
  margin-top: 10px;
  color: #666;
}
.car-contact .name {
  font-size: 22px;
  line-height: 22px;
  font-weight: bold;
  vertical-align: middle;
  display: inline-block;
  margin-right: 15px;
}
.car-contact .tel {
  color: #FD641C;
  font-size: 22px;
  vertical-align: middle;
  margin-right: 20px;
}
.car-contact .hyphen {
  margin: 0 3px;
}
.car-contact img {
  display: inline-block;
  vertical-align: middle;
  height: 18px;
  margin-right: 20px;
}
@media (max-width: 1190px) {
  .car-contact .name {
    font-size: 18px;
  }
}
.chat-link-online {
  background: url(//img.8891.com.tw/v3/infos/contact-online.png) no-repeat 0 0;
  width: 88px;
  height: 22px;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 1.7%;
}
.new-chat-link-online {
  display: inline-block;
  vertical-align: top;
  width: 160px;
  height: 50px;
  border-radius: 5px;
  color: #FFF;
  font-size: 20px;
  line-height: 48px;
  text-align: center;
  background: #4A90E2;
  margin-right: 15px;
}
.new-chat-link-online span {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1190px) {
  .new-chat-link-online {
    width: 140px;
    height: 45px;
    line-height: 43px;
    font-size: 16px;
  }
}
@media (max-width: 1190px) {
  .new-chat-link-online {
    margin-right: 10px;
  }
}
.reserve-link {
  display: inline-block;
  vertical-align: top;
  width: 160px;
  height: 50px;
  border-radius: 5px;
  color: #FFF;
  font-size: 20px;
  line-height: 48px;
  text-align: center;
  background: #EE602F;
}
.reserve-link span {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1190px) {
  .reserve-link {
    width: 140px;
    height: 45px;
    line-height: 43px;
    font-size: 16px;
  }
}
.line-btn {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 160px;
  height: 50px;
  border-radius: 5px;
  color: #FFF;
  font-size: 20px;
  line-height: 48px;
  text-align: center;
  background: #00C300;
  text-decoration: none;
  cursor: pointer;
}
.line-btn span {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1190px) {
  .line-btn {
    width: 140px;
    height: 45px;
    line-height: 43px;
    font-size: 16px;
  }
}
.line-btn.disable {
  background: #999999;
}
.line-btn.disable:hover::before,
.line-btn.disable:hover::after {
  display: block;
}
.line-btn.disable::before {
  content: '';
  display: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #000 transparent transparent transparent;
  position: absolute;
  top: -6px;
  left: 10px;
}
.line-btn.disable::after {
  content: '賣家未開啟LINE聯絡功能';
  position: absolute;
  top: -26px;
  z-index: 1;
  display: block;
  font-size: 14px;
  line-height: 20px;
  background: #000;
  padding: 0 10px;
  white-space: nowrap;
  border-radius: 4px;
  display: none;
}
.chat-link-offline {
  background: url(//img.8891.com.tw/v3/infos/contact-online.png) no-repeat 0 0;
  width: 88px;
  height: 22px;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 1.7%;
}
.car-pos {
  position: relative;
  display: inline-block;
  font-size: 15px;
  vertical-align: middle;
}
.car-pos i {
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 15px;
  margin-right: 5px;
  background: url(//img.8891.com.tw/v3/infos/pos.png) no-repeat 0 0;
}
.car-pos span {
  display: inline-block;
  vertical-align: middle;
}
.car-tel {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1190px) {
  .car-tel img {
    display: block;
    height: 42px;
  }
}
.car-state-diff {
  position: relative;
}
@media (max-width: 1190px) {
  .car-state-diff {
    margin-top: 5px;
  }
}
.car-state-diff .contact-more-main {
  position: absolute;
  top: -6px;
  right: 116px;
}
.car-state-diff .car-contact-more {
  cursor: pointer;
}
.car-state-diff .car-contact-more.car-more-show {
  border: 1px solid #eeeeee;
  padding: 10px 0 0 10px;
}
@media (max-width: 1190px) {
  .car-state-diff .car-contact-more {
    left: 6px;
    top: 2px;
  }
}
.car-state-diff .car-more {
  font-size: 14px;
  position: relative;
  text-decoration: underline;
}
.car-state-diff .car-more .car-more-triangle {
  content: '';
  display: block;
  width: 0;
  height: 0;
  -moz-transform: scale(0.9999);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #999;
  position: absolute;
  left: 31px;
  top: 6px;
}
.car-state-diff .car-more-container {
  display: none;
}
.car-state-diff .car-more-container li {
  margin: 5px 0px;
}
.car-information {
  margin-top: 32px;
  color: #666;
}
@media (max-width: 1190px) {
  .car-information {
    margin-top: 21px;
  }
}
.car-price-sold {
  vertical-align: baseline;
  float: left;
}
.car-price-sold .car-price-state {
  display: inline-block;
  padding-top: 20px;
  font-size: 26px;
  color: #e13a3b;
}
@media (max-width: 1190px) {
  .car-price-sold .car-price-state {
    margin-top: 10px;
    font-size: 24px;
  }
}
.car-price-sold .car-price-same {
  display: inline-block;
  font-size: 15px;
  margin-left: 10px;
  color: #377ad1;
}
.nav-tab-sold {
  margin-top: 5px;
  height: 28px;
  font-size: 18px;
  text-align: center;
  margin-right: 35px;
  width: 236px;
  padding-top: 10px;
  color: #FF0000;
  background-color: #F7F7F7;
  float: right;
}
.car-company-icon {
  font-size: 15px;
  background: url(//img.8891.com.tw/common/info-icon.png) no-repeat 0 0;
  display: inline-block;
  padding-left: 23px;
}
.car-company {
  font-size: 15px;
  background: url(//img.8891.com.tw/common/info-icon.png) no-repeat 0 0;
  display: inline-block;
  padding-left: 23px;
  background-position: 0 -206px;
  width: 135px;
}
.car-telp {
  font-size: 15px;
  background: url(//img.8891.com.tw/common/info-icon.png) no-repeat 0 0;
  display: inline-block;
  padding-left: 23px;
  background-position: 0 -235px;
  width: 135px;
  margin-left: 38px;
}
@media (max-width: 1190px) {
  .car-telp {
    margin-left: 10px;
  }
}
.car-address {
  margin-top: 5px;
}
.car-address span {
  margin-top: 5px;
  font-size: 15px;
  background: url(//img.8891.com.tw/common/info-icon.png) no-repeat 0 0;
  display: inline-block;
  padding-left: 23px;
  background-position: 0 -265px;
}
.car-address-check {
  color: #477EC9;
  margin-left: 10px;
}
.share-modify {
  margin-top: 70px;
}
@media (max-width: 1190px) {
  .share-modify {
    margin-top: 40px;
  }
}
.contact-icon {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  margin-right: 5px;
  height: 20px;
  background: url(//img.8891.com.tw/v3/infos/contact.png) no-repeat 0 0;
}
.reserve-icon {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  margin-right: 5px;
  height: 20px;
  background: url(//img.8891.com.tw/v3/infos/reserve.png) no-repeat 0 0;
}
.yx-banner {
  position: relative;
  display: block;
  height: 63px;
  margin-top: 20px;
}
.yx-banner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.yx-banner a {
  display: block;
  height: 100%;
  width: 400px;
  position: absolute;
  top: 0;
}
.yx-reserver-btn {
  display: block;
  width: 98px;
  height: 36px;
  position: absolute;
  right: 20px;
  top: 13px;
  z-index: 2;
  cursor: pointer;
}
.reserve-tips {
  display: inline-block;
  vertical-align: bottom;
  font-size: 14px;
  margin-left: 5px;
  color: #B88e4a;
}
.report-link {
  font-size: 14px;
  color: #9b9b9b;
  text-decoration: underline;
  float: right;
}
.report-link-right {
  font-size: 14px;
  color: #9b9b9b;
  text-decoration: underline;
  margin-left: 50px;
}
.campaigns-gift-field {
  display: flex;
  align-items: center;
  background-color: #fff0e5;
  padding: 8px 20px 8px 7px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.campaigns-gift-field-left {
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  padding: 0 4px;
  background: linear-gradient(315deg, #6037e2 0%, #ff5274 100%);
}
.campaigns-gift-field-middle {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #F11313;
  font-size: 16px;
  white-space: nowrap;
  margin-right: 20px;
}
.campaigns-gift-field-right {
  background-color: #FC6428;
  color: #fff;
  line-height: 26px;
  border-radius: 13px;
  text-align: center;
  width: 63px;
}
.infos-title-campaign-tag {
  display: inline-block;
  width: 40px;
  line-height: 18px;
  background: linear-gradient(315deg, #ff5274 0%, #6037e2 100%);
  color: #fff;
  font-size: 12px;
  text-align: center;
}
.campaigns-info-field {
  margin-top: 20px;
}
.campaigns-info-field-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  background: #f87f15;
  color: #fff;
  padding: 0 20px 0 15px;
  border: 2px solid #F8B82A;
  box-sizing: border-box;
}
.campaigns-info-field-header a {
  color: #fff;
}
.campaigns-info-field-header-left {
  display: flex;
  align-items: center;
}
.campaigns-info-field-header-left img {
  width: 130px;
  margin-right: 20px;
}
.campaigns-info-field-content {
  padding: 18px 10px 20px;
  background-color: #ffffff;
  border: 2px solid #F8B82A;
  border-top: none;
}
.campaigns-info-field-row {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.campaigns-info-field-row:last-child {
  margin-bottom: 0;
}
.campaigns-info-field-label {
  color: #333;
}
.campaigns-info-field-label.campaigns {
  color: #F11313;
}
.campaigns-info-field-price {
  flex: 1;
}
.campaigns-info-field-price .car-price {
  margin-top: 0;
}
.campaigns-info-field-detail {
  color: #333;
  font-size: 14px;
}
.campaigns-info-field-video {
  color: #333 !important;
  text-decoration: underline;
  cursor: pointer;
}
.campaigns-info-video {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 5px solid #FFFFCF;
  z-index: 99;
  background-color: #fff;
}
.campaigns-info-video video {
  display: block;
  width: 443px;
  height: 249px;
}
.campaigns-info-video-close {
  position: absolute;
  display: block;
  top: -33px;
  right: 0;
  width: 30px;
  height: 30px;
  background: url('//img.8891.com.tw/campaigns/2020/icon-8.png') rgba(0, 0, 0, 0.8);
  background-size: 9px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.campaigns-info-video-link {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 14px;
  padding: 0 5px;
  line-height: 30px;
}
.line-popover {
  display: none;
  position: absolute;
  top: -60px;
  left: -24px;
  width: 264px;
  height: 58px;
  background-image: url('//img.8891.com.tw/next/auto/img-13.png');
  background-size: 100%;
  padding-left: 66px;
}
.line-popover.show {
  display: block;
}
.line-popover p {
  display: inline-block;
  line-height: 62px;
  color: #fff;
  vertical-align: middle;
}
.line-popover-close {
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 20px;
  background-image: url('//img.8891.com.tw/next/auto/img-10.png');
  background-size: 100%;
  cursor: pointer;
}
.infos-left-main {
  float: left;
}
.infos-equip-main {
  padding: 44px 0 0 0;
  background-color: #fff;
}
@media (max-width: 1190px) {
  .infos-equip-main {
    padding: 44px 30px 0 29px;
  }
}
.infos-equip-header{
  position: relative;
  display: flex;
  align-items: center;
}
.infos-equip-title-more{
  font-size: 14px;
  color: #333;
  position: absolute;
  width: 85px;
  text-align: right;
  top: 10px;
  right: 0;
  flex-shrink: 0;
}
.infos-equip-title {
  display: inline-block;
  flex-shrink: 0;
  vertical-align: bottom;
  font-size: 28px;
  font-weight: bold;
  color: #333;
  
}
@media (max-width: 1190px) {
  .infos-equip-title {
    font-size: 25px;
  }
}
.infos-equip-desp {
  display: inline-block;
  vertical-align: bottom;
  font-size: 20px;
  color: #f78015;
  font-style: italic;
  margin-left: 10px;
  flex-shrink: 0;
}
.infos-equip-detail {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 20px;
}
.infos-equip-detail li {
  float: left;
  font-size: 15px;
  position: relative;
  margin-right: 10px;
  padding-left: 19px;
  color: red;
  font-size: 13px;
}
.infos-equip-detail li .icon {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 14px;
  height: 14px;
}
.infos-equip-detail li.has i {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(/img/v3/infos/sigh.png);
}
.infos-equip-detail li.not {
  color: #f78015;
}
.infos-equip-detail li.not i {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(/img/v3/infos/equip.png);
}
.infos-equip-content {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px dotted #ddd;
}
@media (max-width: 1190px) {
  .infos-equip-content {
    margin-top: 20px;
    padding-top: 20px;
  }
}
.infos-equip-item {
  float: left;
  color: #666;
  width: 147px;
  font-size: 14px;
}
@media (max-width: 1190px) {
  .infos-equip-item {
    width: 133px;
  }
}
.infos-equip-info {
  float: left;
  width: 600px;
}
@media (max-width: 1190px) {
  .infos-equip-info {
    width: 470px;
  }
}
.infos-equip-info li {
  float: left;
  margin-bottom: 15px;
  position: relative;
  width: 215px;
  padding-left: 22px;
  font-size: 14px;
}
@media (max-width: 1190px) {
  .infos-equip-info li {
    margin-bottom: 13px;
    width: 134px;
  }
}
.infos-equip-info li .icon {
  position: absolute;
  left: 0;
  top: 2px;
  display: inline-block;
  width: 13px;
  height: 13px;
}
.infos-equip-info li.has i {
  position: absolute;
  left: 0;
  top: 2px;
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url(/img/v3/infos/gou.png);
}
.infos-equip-info li.not {
  color: #acabab;
}
.infos-equip-info li.not i {
  position: absolute;
  left: 0;
  top: 2px;
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url(/img/v3/infos/not.png);
}
.infos-equip-info .explanation {
  position: relative;
  color: #f78015;
  font-size: 12px;
  margin-left: 10px;
  cursor: pointer;
}
.infos-equip-info .explanation:hover::before {
  content: "賣家補充說明：";
  position: absolute;
  top: 13px;
  width: 200px;
  z-index: 3;
  padding: 10px 15px;
  color: #000;
  font-size: 14px;
  font-weight: bold;
}
.infos-equip-info .explanation:hover::after {
  content: attr(data-str);
  color: #333;
  position: absolute;
  width: 200px;
  padding: 30px 15px 10px;
  top: 13px;
  border: 1px solid #f78015;
  background: #fff;
  z-index: 2;
  left: 0;
  cursor: default;
  box-shadow: 1px 1px 6px 1px #999;
  border-radius: 3px;
  word-break: break-all;
}
#yx-feature .infos-equip-info {
  width: 710px;
  margin: 0 40px;
}
#yx-feature .infos-equip-info li {
  width: 330px;
}
.infos-equip-newcar {
  display: block;
  border: 1px solid #ec6f06;
  color: #ec6f06;
  line-height: 35px;
  height: 35px;
  width: 200px;
  border-radius: 4px;
  margin-left: 196px;
  margin-top: 23px;
  text-align: center;
}
.infos-equip-blue {
  background-color: #4680D1;
  border: 1px solid #4680D1;
  color: #fff;
}
.infos-feature-main {
  padding: 44px 0 0 0;
  background-color: #fff;
  overflow: hidden;
}
@media (max-width: 1190px) {
  .infos-feature-main {
    padding: 44px 30px 0 29px;
  }
}
@media (max-width: 1190px) {
  .infos-feature-main {
    padding: 33px 30px 0 29px;
  }
}
.infos-feature-title {
  font-size: 28px;
  font-weight: bold;
  color: #333;
}
@media (max-width: 1190px) {
  .infos-feature-title {
    font-size: 25px;
  }
}
.infos-feature-title .car-detail-desp {
  font-size: 16px;
  display: inline-block;
  margin-left: 25px;
  color: #e13a3b;
}
.infos-feature-content {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px dotted #ddd;
  min-height: 100px;
  padding-bottom: 20px;
}
@media (max-width: 1190px) {
  .infos-feature-content {
    margin-top: 20px;
    padding-top: 20px;
  }
}
.infos-feature-content .car-detail-dep {
  min-height: 100px;
  background: none;
}
.infos-feature-content .car-detail-dep .rich-iframe {
  border: none;
  width: 100%;
  max-height: 500px;
  overflow: hidden;
}
@media (max-width: 1190px) {
  .infos-feature-content .car-detail-dep .rich-iframe {
    width: 641px;
  }
}
.infos-feature-content .car-detail-button {
  background: url(/img/common/info-icon-a.png);
  background-position: 0 40px;
  margin: 20px auto;
  width: 238px;
  height: 40px;
  background-color: #F1F1F1;
  cursor: pointer;
}
@media (max-width: 1190px) {
  .infos-feature-content .car-detail-button {
    background: url(/img/common/info-icon-a.png);
    background-position: -22px 40px;
    margin: 20px auto;
    width: 200px;
    height: 40px;
    background-color: #F1F1F1;
    cursor: pointer;
  }
}
.infos-feature-content .button-pack {
  background: url(/img/common/info-icon-pack.png);
  background-position: -10px 0px;
  margin-top: 20px;
  margin: 20px auto;
  width: 238px;
  height: 40px;
  background-color: #F1F1F1;
  cursor: pointer;
}
@media (max-width: 1190px) {
  .infos-feature-content .button-pack {
    background: url(/img/common/info-icon-pack.png);
    background-position: -33px 40px;
    margin: 20px auto;
    margin-top: 20px;
    width: 200px;
    height: 40px;
    background-color: #F1F1F1;
    cursor: pointer;
  }
}
#car-picture {
  padding-bottom: 40px;
  min-height: 575px;
}
#car-picture .car-detail-img {
  padding-top: 1px;
}
#car-picture .car-detail-img li {
  position: relative;
  border: 1px solid #ccc;
  float: left;
  margin-top: 30px;
  min-height: 200px;
  text-align: center;
  width: 575px;
  height: 430px;
  line-height: 430px;
}
#car-picture .car-detail-img li:nth-child(2n) {
  margin-left: 30px;
}
@media (max-width: 1190px) {
  #car-picture .car-detail-img li {
    margin-top: 10px;
    width: 490px;
    height: 367px;
    line-height: 367px;
  }
  #car-picture .car-detail-img li:nth-child(2n) {
    margin-left: 6px;
  }
}
#car-picture .car-detail-img li img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
#car-picture .car-detail-img li .car-detail-imgdesc {
  width: 100%;
  min-height: 40px;
  text-indent: 20px;
  line-height: 40px;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: left;
  font-size: 15px;
  color: #FF0;
  background: #000000;
  background: rgba(0, 0, 0, 0.6);
  background: transparent\9;
  zoom: 1;
}
.yx-guarantee {
  height: 800px;
  background: url(//img.8891.com.tw/v3/infos/guarantee-bg.png) no-repeat;
  background-size: 820px 800px;
}
.yx-guarantee-content {
  height: 100%;
  box-sizing: border-box;
  padding: 30px 60px;
}
.yx-guarantee-content h2 {
  font-size: 40px;
  font-weight: 600;
  color: #BE985B;
  text-align: center;
  line-height: 3;
  border-bottom: 2px dashed #BE985B;
}
.yx-guarantee-list {
  padding: 50px 20px;
  border-bottom: 2px dashed #BE985B;
}
.yx-guarantee-item {
  display: inline-block;
}
.yx-guarantee-item.middle {
  margin-left: 63px;
  margin-right: 63px;
}
.yx-guarantee-icon {
  display: inline-block;
  vertical-align: middle;
}
.yx-guarantee-detail {
  display: inline-block;
  vertical-align: bottom;
  height: 67px;
  box-sizing: border-box;
  width: 100px;
  margin-left: 5px;
}
.yx-guarantee-detail h4 {
  font-size: 24px;
  color: #BE985B;
  font-weight: 600;
  margin-top: 4px;
  white-space: nowrap;
}
.yx-guarantee-detail p {
  color: #7F7F7F;
  font-size: 12px;
  margin-top: 6px;
}
.yx-status {
  padding-top: 30px;
  padding-left: 40px;
}
.yx-status-header {
  font-size: 24px;
  color: #4A4A4A;
  font-weight: 600;
  margin-bottom: 30px;
}
.yx-status-header span {
  font-size: 14px;
  color: #BE985B;
  font-weight: 500;
  margin-left: 10px;
}
.yx-status-item {
  line-height: 38px;
  margin-bottom: 20px;
}
.yx-status-item p {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  font-size: 18px;
  color: #666;
  font-weight: 600;
  line-height: 1.2;
  width: 180px;
}
.yx-status-list {
  display: inline-block;
}
.yx-status-list.right {
  margin-left: 90px;
}
.yx-status-list.right .yx-status-check {
  margin-right: 0;
}
@media (max-width: 1190px) {
  .yx-status-list.right {
    margin-left: 30px;
  }
}
.yx-status-icon-0 {
  background: url(/img/v3/infos/yx-status-1.png) no-repeat;
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  background-size: 40px;
}
@media (max-width: 1190px) {
  .yx-status-icon-0 {
    width: 35px;
    height: 35px;
    background-size: 35px;
  }
}
.yx-status-icon-2 {
  background: url(/img/v3/infos/yx-status-2.png) no-repeat;
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  background-size: 40px;
}
@media (max-width: 1190px) {
  .yx-status-icon-2 {
    width: 35px;
    height: 35px;
    background-size: 35px;
  }
}
.yx-status-icon-4 {
  background: url(/img/v3/infos/yx-status-3.png) no-repeat;
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  background-size: 40px;
}
@media (max-width: 1190px) {
  .yx-status-icon-4 {
    width: 35px;
    height: 35px;
    background-size: 35px;
  }
}
.yx-status-icon-6 {
  background: url(/img/v3/infos/yx-status-4.png) no-repeat;
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  background-size: 40px;
}
@media (max-width: 1190px) {
  .yx-status-icon-6 {
    width: 35px;
    height: 35px;
    background-size: 35px;
  }
}
.yx-status-icon-8 {
  background: url(/img/v3/infos/yx-status-5.png) no-repeat;
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  background-size: 40px;
}
@media (max-width: 1190px) {
  .yx-status-icon-8 {
    width: 35px;
    height: 35px;
    background-size: 35px;
  }
}
.yx-status-icon-1 {
  background: url(/img/v3/infos/yx-status-6.png) no-repeat;
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  background-size: 40px;
}
@media (max-width: 1190px) {
  .yx-status-icon-1 {
    width: 35px;
    height: 35px;
    background-size: 35px;
  }
}
.yx-status-icon-3 {
  background: url(/img/v3/infos/yx-status-7.png) no-repeat;
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  background-size: 40px;
}
@media (max-width: 1190px) {
  .yx-status-icon-3 {
    width: 35px;
    height: 35px;
    background-size: 35px;
  }
}
.yx-status-icon-5 {
  background: url(/img/v3/infos/yx-status-8.png) no-repeat;
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  background-size: 40px;
}
@media (max-width: 1190px) {
  .yx-status-icon-5 {
    width: 35px;
    height: 35px;
    background-size: 35px;
  }
}
.yx-status-icon-7 {
  background: url(/img/v3/infos/yx-status-9.png) no-repeat;
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  background-size: 40px;
}
@media (max-width: 1190px) {
  .yx-status-icon-7 {
    width: 35px;
    height: 35px;
    background-size: 35px;
  }
}
.yx-status-icon-9 {
  background: url(/img/v3/infos/yx-status-10.png) no-repeat;
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  background-size: 40px;
}
@media (max-width: 1190px) {
  .yx-status-icon-9 {
    width: 35px;
    height: 35px;
    background-size: 35px;
  }
}
.yx-status-check {
  background: url(/img/v3/infos/ok.png) no-repeat;
  position: relative;
  float: right;
  width: 22px;
  height: 40px;
  background-position-y: center;
  margin-left: 20px;
}
.yx-status-error {
  background: url(/img/v3/infos/error.png) no-repeat;
  position: relative;
  float: right;
  width: 22px;
  height: 40px;
  background-position-y: center;
  margin-left: 20px;
  cursor: pointer;
}
.yx-status-error:hover::after {
  display: block;
}
.yx-status-error::after {
  content: attr(data-reason);
  display: none;
  position: absolute;
  width: 240px;
  box-sizing: border-box;
  left: 50%;
  margin-left: -30px;
  background: #fff;
  border: 1px solid #BE985B;
  top: 35px;
  padding: 10px 20px;
  z-index: 1;
  line-height: 1.5;
  border-radius: 5px;
}
.infos-warranty {
  position: relative;
  padding-right: 30px;
  margin-top: 30px;
}
.infos-warranty-image {
  display: block;
  width: 100%;
}
.infos-warranty-footer {
  position: absolute;
  bottom: 0;
  right: 30px;
  display: block;
  float: right;
  padding: 0 10px;
  background-color: #3F3F3F;
  color: #fff;
  line-height: 38px;
}
.shop {
  margin-top: 27px;
  height: 241px;
  margin-bottom: 45px;
}
.shop .shop-info {
  width: 30%;
  padding-left: 238px;
  position: relative;
  border-right: 1px solid #E4E4E4;
}
@media (max-width: 1190px) {
  .shop .shop-info {
    width: 25.5%;
  }
}
.shop .shop-info .shop-info-img {
  width: 215px;
  height: 160px;
  display: inline-block;
  position: absolute;
  left: 0;
}
.shop .shop-info .shop-info-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shop .shop-info .shop-info-name {
  font-size: 20px;
}
.shop .shop-info .shop-info-main {
  height: 77px;
  margin-top: 31px;
}
.shop .shop-info .shop-info-main .shop-info-brand {
  display: inline-block;
  vertical-align: top;
  width: 200px;
}
.shop .shop-info .shop-info-main .shop-info-brand span {
  margin-right: 10px;
  float: left;
}
.shop .shop-info .shop-info-sale {
  display: inline-block;
  color: #FF6600;
  padding-right: 10px;
  margin-right: 5px;
  border-right: 1px solid #E4E4E4;
}
.shop .shop-info .shop-info-sale i {
  font-size: 19px;
}
.shop .shop-tel {
  padding-left: 8%;
  display: inline-block;
  width: 41%;
  height: 150px;
}
.shop .shop-tel span:first-child {
  margin-right: 2%;
}
.shop .shop-tel .shop-address {
  margin-top: 20px;
  height: 100px;
}
.shop .shop-btn {
  margin-top: 34px;
  padding-left: 40%;
  padding-right: 40%;
}
.shop .shop-btn .shop-button {
  width: 100%;
  line-height: 45px;
  text-align: center;
  background-color: #4680D1;
  border-radius: 5px;
  color: #FFFFFF;
}
#shop-recommend {
  display: none;
}
#same-price-recommend {
  display: none;
}
.recommend {
  height: 238px;
  overflow: hidden;
}
.recommend li {
  width: 210px;
  margin-right: 28px;
  float: left;
}
.recommend li .recommend-type-img {
  text-align: center;
  height: 160px;
}
.recommend li .recommend-type-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recommend li div {
  margin-top: 5px;
}
.recommend li .recommend-type span {
  float: right;
}
.recommend li .recommend-type span:first-child {
  float: left;
}
.recommend li .recommend-type span:first-child b {
  font-size: 19px;
  color: #FF6600;
}
@media (max-width: 1190px) {
  .recommend {
    height: 216px;
    overflow: hidden;
  }
  .recommend li {
    width: 175px;
    margin-right: 23px;
    float: left;
  }
  .recommend li .recommend-type-img {
    text-align: center;
    height: 139px;
  }
  .recommend li .recommend-type-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .recommend li div {
    margin-top: 5px;
  }
  .recommend li .recommend-type span {
    float: right;
  }
  .recommend li .recommend-type span:first-child {
    float: left;
  }
  .recommend li .recommend-type span:first-child i {
    font-size: 19px;
    color: #FF6600;
  }
}
#item-price-recommend {
  height: 279px;
  margin-bottom: 40px;
  margin-top: 27px;
}
#item-brand-recommend {
  height: 279px;
  margin-bottom: 40px;
  margin-top: 27px;
}
#shop-recommend-box {
  height: 267px;
  margin-top: 27px;
}
.pagination {
  margin-bottom: 20px;
}
.pagination ul {
  margin-left: 46%;
}
.pagination ul li a {
  text-indent: -999em;
  display: inline-block;
  height: 8px;
  width: 1px;
}
.shop-tab-box {
  min-height: 242px;
}
.shop-tab-box .loading-empti {
  font-size: 15px;
  padding-left: 48%;
  padding-top: 155px;
}
.same-tab-box {
  min-height: 293px;
  margin-bottom: 85px;
}
.same-tab-box .loading-empti {
  font-size: 15px;
  padding-left: 48%;
  padding-top: 155px;
  padding-bottom: 95px;
}
.bold {
  font-weight: bold;
}
.mt5 {
  margin-top: 5px;
}
.mb5 {
  margin-bottom: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mt40 {
  margin-top: 40px;
}
.mt30 {
  margin-top: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.wang-detection {
  display: none;
}
.detection-report {
  border: 1px #DDDDDD solid;
  background-color: #F1F1F1;
  margin-top: 25px;
}
.detection-report .left {
  border-right: 1px #DDDDDD solid;
  width: 74.28571428%;
  float: left;
  padding-left: 16px;
  padding-right: 28px;
}
.detection-report .left .result {
  margin-top: 20px;
  width: 100%;
  border-bottom: 1px #DDDDDD solid;
}
.detection-report .left .result .result-text {
  margin-top: 10px;
  margin-bottom: 15px;
}
.detection-report .left .data {
  margin-top: 20px;
  margin-bottom: 24px;
}
.detection-report .left .data .abnormal {
  color: #FF6600;
  display: inline-block;
  margin-left: 8px;
}
.detection-report .left .data .abnormal-img {
  display: inline-block;
  margin-left: 2px;
}
.detection-report .left .data .abnormal-img img {
  width: 15px;
}
@media (max-width: 1190px) {
  .detection-report .left .data .abnormal-img img {
    width: 13px;
  }
}
.detection-report .left .data li {
  position: relative;
  line-height: 35px;
  float: left;
  width: 220px;
}
@media (max-width: 1190px) {
  .detection-report .left .data li {
    width: 179px;
  }
}
.detection-report .left .data .check {
  color: #719AD3;
}
.detection-report .right {
  padding-left: 1.26%;
  width: 19.7472991%;
  float: right;
}
.detection-report .right .check-detail {
  margin-top: 20px;
  line-height: 34px;
}
@media (max-width: 1190px) {
  .detection-report .right .detection-img {
    width: 185px;
  }
}
.for-detail {
  display: none;
  position: absolute;
  right: -29px;
  top: -100px;
  font-size: 14px;
  width: 160px;
  line-height: 18px;
  padding-top: 10px;
  padding-bottom: 9px;
  background-color: #fff;
  border: 1px solid #F60;
}
.for-detail p {
  padding-left: 9px;
}
.for-detail .look {
  margin-top: 3px;
  color: #719AD3;
  cursor: pointer;
}
.for-detail .triangle {
  position: absolute;
  left: 75px;
  bottom: -13px;
}
.detection-detail {
  margin-top: 20px;
  background-color: #fff;
  width: 100%;
  padding-top: 15px;
}
.detection-detail .wrap {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 65px;
}
@media (max-width: 1190px) {
  .detection-detail .wrap {
    margin-left: 41px;
    margin-right: 41px;
  }
}
.detection-detail .info {
  padding-top: 18px;
  margin-top: 1px;
  border-top: 1px solid #DDDDDD;
  color: #a9a9a9;
}
.detection-detail .info span {
  font-size: 13px;
  padding-right: 25px;
}
@media (max-width: 1190px) {
  .detection-detail .info span {
    padding-right: 4px;
    font-size: 12px;
  }
}
.detection-detail .info .yes-approve {
  float: right;
  padding-right: 0px !important;
  margin-top: 2px;
}
.detection-head {
  border-bottom: 2px solid #CCCCCC;
  text-align: center;
}
.detection-head img {
  margin: 20px 0;
}
.detection-head .check-detail {
  padding: 20px 0 19px 0;
  text-align: left;
}
.detection-head .check-detail span {
  padding-right: 67px;
  font-size: 15px;
  color: #a9a9a9;
}
@media (max-width: 1190px) {
  .detection-head .check-detail span {
    padding-right: 10px;
  }
}
.detection-head .check-detail .download {
  color: #4185e0;
  float: right;
  padding-right: 0;
}
.detection-head .info {
  font-size: 14px;
  color: #a9a9a9;
  padding-top: 15px;
}
.detection-head .info span {
  padding-right: 30px;
}
.detection-tab {
  position: relative;
  height: auto;
}
.detection-nav {
  height: 45px;
  line-height: 45px;
  margin-top: 20px;
}
.detection-nav li {
  float: left;
  cursor: pointer;
  padding: 0 25px;
  border: 1px solid #d4e2f6;
  border-left: none;
  background-color: #f5f9fc;
}
.detection-nav li.selected {
  background-color: #377ad1;
  color: #fff;
}
.detection-nav li:first-child {
  border-left: 1px solid #d4e2f6;
}
@media (max-width: 1190px) {
  .detection-nav {
    margin-top: 15px;
    height: 35px;
    line-height: 35px;
  }
  .detection-nav li {
    padding: 0 19px;
  }
}
.detection-item {
  line-height: 45px;
  height: 45px;
}
.detection-item span {
  background-color: #F9F9F9;
  float: left;
}
.detection-item .item {
  display: inline-block;
  border: 1px solid #E4E4E4;
  width: 100px;
  text-align: center;
}
@media (max-width: 1190px) {
  .detection-item .item {
    width: 90px;
  }
}
.detection-item .examine {
  display: inline-block;
  border-top: 1px solid #E4E4E4;
  border-bottom: 1px solid #E4E4E4;
  width: 164px;
  text-align: center;
}
@media (max-width: 1190px) {
  .detection-item .examine {
    width: 130px;
  }
}
.detection-item .result {
  display: inline-block;
  border: 1px solid #E4E4E4;
  width: 100px;
  width: 50px;
  text-align: center;
}
@media (max-width: 1190px) {
  .detection-item .result {
    width: 90px;
  }
}
@media (max-width: 1190px) {
  .detection-item .result {
    width: 40px;
  }
}
.credit-appraise {
  white-space: nowrap;
  text-overflow: ellipsis;
}
.engine-detection {
  display: table;
  width: 100%;
}
.engine-detection .item {
  background-color: #F9F9F9;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  border: 1px solid #E4E4E4;
  width: 100px;
}
@media (max-width: 1190px) {
  .engine-detection .item {
    width: 90px;
  }
}
.engine-detection .result {
  display: table-cell;
}
.engine-detection .result li {
  height: 45px;
  float: left;
  display: table;
}
.engine-detection .result .detection-examine {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 164px;
  border-bottom: 1px solid #E4E4E4;
}
@media (max-width: 1190px) {
  .engine-detection .result .detection-examine {
    width: 130px;
  }
}
.engine-detection .result .detection-result {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 164px;
  border-bottom: 1px solid #E4E4E4;
  border: 1px solid #E4E4E4;
  border-top: none;
  width: 50px;
}
@media (max-width: 1190px) {
  .engine-detection .result .detection-result {
    width: 130px;
  }
}
@media (max-width: 1190px) {
  .engine-detection .result .detection-result {
    width: 40px;
  }
}
.engine-detection .result .detection-result img {
  display: inline-block;
}
.engine-detection .result .top {
  border-top: 1px solid #E4E4E4;
}
.detection-desp {
  margin-top: 15px;
}
.detection-desp li {
  float: left;
  margin-right: 25px;
}
.detection-nav-symbol {
  margin-right: 5px;
  vertical-align: middle;
}
.detection-nav-symbol img {
  width: 15px;
}
@media (max-width: 1190px) {
  .detection-nav-symbol img {
    width: 13px;
  }
}
.detection-appearance {
  margin-right: 10px;
  padding-bottom: 20px;
}
.detection-appearance .title {
  text-align: center;
  margin-bottom: 30px;
}
.detection-appearance .truck-img {
  position: relative;
}
.detection-appearance .appearance-img {
  margin-right: 60px;
  display: inline-block;
}
@media (max-width: 1190px) {
  .detection-appearance .appearance-img {
    margin-right: 10px;
  }
}
.detection-appearance .car-img {
  position: relative;
}
.detection-appearance .car-mark {
  display: inline-block;
  position: absolute;
}
.detection-appearance .truck-mark {
  position: absolute;
}
.detection-appearance .icon_1 {
  left: 130px;
  top: 2px;
}
.detection-appearance .icon_2 {
  left: 133px;
  top: 23px;
}
.detection-appearance .icon_3 {
  left: 101px;
  top: 23px;
}
.detection-appearance .icon_4 {
  left: 129px;
  top: 75px;
}
.detection-appearance .icon_5 {
  left: 130px;
  top: 23px;
}
.detection-appearance .icon_6 {
  left: 28px;
  top: 66px;
}
.detection-appearance .icon_7 {
  left: 58px;
  top: 137px;
}
.detection-appearance .icon_8 {
  left: 19px;
  top: 147px;
}
.detection-appearance .icon_9 {
  left: 51px;
  top: 183px;
}
.detection-appearance .icon_10 {
  left: 20px;
  top: 201px;
}
.detection-appearance .icon_11 {
  left: 2px;
  top: 164px;
}
.detection-appearance .icon_12 {
  left: 51px;
  top: 233px;
}
.detection-appearance .icon_13 {
  left: 50px;
  top: 283px;
}
.detection-appearance .icon_14 {
  left: 16px;
  top: 273px;
}
.detection-appearance .icon_15 {
  left: 133px;
  top: 305px;
}
.detection-appearance .icon_16 {
  left: 132px;
  top: 331px;
}
.detection-appearance .icon_17 {
  left: 94px;
  top: 337px;
}
.detection-appearance .icon_18 {
  left: 172px;
  top: 337px;
}
.detection-appearance .icon_19 {
  left: 134px;
  top: 366px;
}
.detection-appearance .icon_20 {
  left: 243px;
  top: 266px;
}
.detection-appearance .icon_21 {
  left: 213px;
  top: 277px;
}
.detection-appearance .icon_21 {
  left: 212px;
  top: 273px;
}
.detection-appearance .icon_22 {
  left: 213px;
  top: 232px;
}
.detection-appearance .icon_23 {
  left: 244px;
  top: 200px;
}
.detection-appearance .icon_24 {
  left: 215px;
  top: 182px;
}
.detection-appearance .icon_25 {
  left: 214px;
  top: 131px;
}
.detection-appearance .icon_26 {
  left: 243px;
  top: 147px;
}
.detection-appearance .icon_27 {
  left: 265px;
  top: 165px;
}
.detection-appearance .icon_28 {
  left: 237px;
  top: 75px;
}
.detection-appearance .icon_29 {
  left: 164px;
  top: 23px;
}
.detection-appearance .icon_30 {
  left: 133px;
  top: 211px;
}
.detection-appearance .icon_31 {
  left: 134px;
  top: 3px;
}
.detection-appearance .icon_32 {
  left: 134px;
  top: 25px;
}
.detection-appearance .icon_33 {
  left: 98px;
  top: 25px;
}
.detection-appearance .icon_34 {
  left: 134px;
  top: 69px;
}
.detection-appearance .icon_35 {
  left: 134px;
  top: 126px;
}
.detection-appearance .icon_36 {
  left: 34px;
  top: 85px;
}
.detection-appearance .icon_37 {
  left: 50px;
  top: 124px;
}
.detection-appearance .icon_38 {
  left: 25px;
  top: 141px;
}
.detection-appearance .icon_39 {
  left: 52px;
  top: 180px;
}
.detection-appearance .icon_40 {
  left: 0px;
  top: 164px;
}
.detection-appearance .icon_41 {
  left: 135px;
  top: 308px;
}
.detection-appearance .icon_42 {
  left: 136px;
  top: 332px;
}
.detection-appearance .icon_43 {
  left: 96px;
  top: 336px;
}
.detection-appearance .icon_44 {
  left: 176px;
  top: 336px;
}
.detection-appearance .icon_45 {
  left: 137px;
  top: 361px;
}
.detection-appearance .icon_46 {
  left: 222px;
  top: 182px;
}
.detection-appearance .icon_47 {
  left: 218 px;
  top: 124px;
}
.detection-appearance .icon_48 {
  left: 245px;
  top: 147px;
}
.detection-appearance .icon_49 {
  left: 268px;
  top: 163px;
}
.detection-appearance .icon_50 {
  left: 238px;
  top: 85px;
}
.detection-appearance .icon_51 {
  left: 171px;
  top: 23px;
}
.detection-appearance .icon_52 {
  left: 133px;
  top: 205px;
}
.detection-appearance .item_1 {
  left: 144px;
  top: 9px;
}
.detection-appearance .item_2 {
  left: 144px;
  top: 26px;
}
.detection-appearance .item_3 {
  left: 92px;
  top: 49px;
}
.detection-appearance .item_4 {
  left: 105px;
  top: 30px;
}
.detection-appearance .item_5 {
  left: 105px;
  top: 58px;
}
.detection-appearance .item_6 {
  left: 99px;
  top: 93px;
}
.detection-appearance .item_7 {
  left: 119px;
  top: 47px;
}
.detection-appearance .item_8 {
  left: 119px;
  top: 92px;
}
.detection-appearance .item_9 {
  left: 191px;
  top: 46px;
}
.detection-appearance .item_10 {
  left: 180px;
  top: 31px;
}
.detection-appearance .item_11 {
  left: 180px;
  top: 55px;
}
.detection-appearance .item_12 {
  left: 185px;
  top: 93px;
}
.detection-appearance .item_13 {
  left: 167px;
  top: 44px;
}
.detection-appearance .item_14 {
  left: 167px;
  top: 92px;
}
.detection-appearance .item_15 {
  left: 143px;
  top: 91px;
}
.detection-appearance .item_16 {
  left: 99px;
  top: 272px;
}
.detection-appearance .item_17 {
  left: 101px;
  top: 322px;
}
.detection-appearance .item_18 {
  left: 114px;
  top: 308px;
}
.detection-appearance .item_19 {
  left: 116px;
  top: 273px;
}
.detection-appearance .item_20 {
  left: 142px;
  top: 356px;
}
.detection-appearance .item_21 {
  left: 141px;
  top: 323px;
}
.detection-appearance .item_22 {
  left: 168px;
  top: 309px;
}
.detection-appearance .item_23 {
  left: 167px;
  top: 274px;
}
.detection-appearance .item_24 {
  left: 181px;
  top: 323px;
}
.detection-appearance .item_25 {
  left: 184px;
  top: 272px;
}
.detection-appearance .item_26 {
  left: 36px;
  top: 101px;
}
.detection-appearance .item_27 {
  left: 72px;
  top: 152px;
}
.detection-appearance .item_28 {
  left: 35px;
  top: 203px;
}
.detection-appearance .item_29 {
  left: 34px;
  top: 286px;
}
.detection-appearance .item_30 {
  left: 32px;
  top: 359px;
}
.detection-appearance .item_31 {
  left: 235px;
  top: 360px;
}
.detection-appearance .item_32 {
  left: 251px;
  top: 286px;
}
.detection-appearance .item_33 {
  left: 245px;
  top: 203px;
}
.detection-appearance .item_34 {
  left: 215px;
  top: 151px;
}
.detection-appearance .item_35 {
  left: 249px;
  top: 103px;
}
.detection-appearance .item_36 {
  left: 184px;
  top: 183px;
}
.detection-appearance .item_37 {
  left: 167px;
  top: 152px;
}
.detection-appearance .item_38 {
  left: 143px;
  top: 176px;
}
.detection-appearance .item_39 {
  left: 117px;
  top: 152px;
}
.detection-appearance .item_40 {
  left: 101px;
  top: 185px;
}
.detection-appearance .item_41 {
  left: 105px;
  top: 56px;
}
.detection-appearance .item_42 {
  left: 98px;
  top: 91px;
}
.detection-appearance .item_43 {
  left: 118px;
  top: 37px;
}
.detection-appearance .item_44 {
  left: 116px;
  top: 90px;
}
.detection-appearance .item_45 {
  left: 178px;
  top: 55px;
}
.detection-appearance .item_46 {
  left: 185px;
  top: 91px;
}
.detection-appearance .item_47 {
  left: 166px;
  top: 37px;
}
.detection-appearance .item_48 {
  left: 168px;
  top: 91px;
}
.detection-appearance .item_49 {
  left: 142px;
  top: 89px;
}
.detection-appearance .item_50 {
  left: 115px;
  top: 319px;
}
.detection-appearance .item_51 {
  left: 115px;
  top: 275px;
}
.detection-appearance .item_52 {
  left: 169px;
  top: 320px;
}
.detection-appearance .item_53 {
  left: 167px;
  top: 276px;
}
.detection-appearance .item_54 {
  left: 42px;
  top: 102px;
}
.detection-appearance .item_55 {
  left: 72px;
  top: 154px;
}
.detection-appearance .item_56 {
  left: 37px;
  top: 206px;
}
.detection-appearance .item_57 {
  left: 247px;
  top: 206px;
}
.detection-appearance .item_58 {
  left: 210px;
  top: 150px;
}
.detection-appearance .item_59 {
  left: 244px;
  top: 103px;
}
.detection-appearance .item_60 {
  left: 169px;
  top: 175px;
}
.detection-appearance .item_61 {
  left: 118px;
  top: 174px;
}
.dectection-total {
  margin-top: 40px;
}
@media (max-width: 1190px) {
  .dectection-total {
    margin-top: 25px;
  }
}
.result-description {
  margin-top: 30px;
  height: auto;
}
.result-description .description {
  line-height: 20px;
  margin-top: 50px;
}
.result-description .description .result-img {
  vertical-align: middle;
}
.result-description .description-list li {
  float: left;
  margin-right: 20px;
}
.infos-other-list {
  display: block;
  white-space: nowrap;
  position: relative;
  font-size: 0;
}
.infos-other-list:hover {
  cursor: pointer;
}
.infos-other-list li {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
.infos-other-list li img {
  display: inline-block;
  max-width: 100%;
}
.infos-other-tooltip {
  position: absolute;
  display: none;
  border: 1px solid #999;
  background-color: #fff;
  line-height: 30px;
  padding: 0 10px;
  top: 0;
  left: 0;
  color: #000;
  white-space: nowrap;
  z-index: 3;
  font-size: 14px;
}
.infos-other-header {
  padding: 20px 0 0 0;
}
@media (max-width: 1190px) {
  .infos-other-header {
    padding: 20px 30px 0 30px;
  }
}
.infos-other-title {
  font-size: 28px;
  font-weight: bold;
  color: #333;
}
.infos-other-detection {
  background-color: #fff;
  padding: 20px 40px 30px 40px;
}
@media (max-width: 1190px) {
  .infos-other-detection {
    padding: 20px 30px 20px 30px;
  }
}
.infos-other-pagination {
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
  font-size: 0;
}
.detection-detail-empty-info{
  padding: 40px 0;
  font-size: 14px;
  color: #999;
  text-align: center;
}
.detection-detail-line{
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px dotted #ddd;
}
.infos-other-pagination li {
  display: inline-block;
  font-size: 14px;
  margin-right: 4px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 4px;
  border: 1px solid #ddd;
  text-align: center;
  color: #333;
  cursor: pointer;
}
.infos-other-pagination li.selected {
  background-color: #f78015;
  border-color: #f78015;
  color: #FFF;
}
.infos-other-pagination li:last-child {
  margin-right: 0;
}
/*中古车*/
.newAutoRecommend {
  width: 850px;
  background: #fff;
  margin-top: 25px;
  display: inline-block;
}
.car-reacommend-section {
  padding: 28px 0;
  color: #333;
}
.car-reacommend-section .car-header {
  display: inline-block;
  font-size: 25px;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.car-reacommend-section .car-item .car-img {
  width: 260px;
  height: 180px;
  line-height: 180px;
  border: 1px solid #eee;
  position: relative;
}
.car-reacommend-section .car-item .car-img-yx-icon {
  position: absolute;
  top: -9px;
  left: 0px;
  display: block;
  width: 60px;
  height: 65px;
  background: url(//img.8891.com.tw/v3/infos/yx-g.png) no-repeat;
  background-size: 60px 65px;
}
@media (max-width: 1190px) {
  .car-reacommend-section .car-item .car-img-yx-icon {
    width: 55px;
    height: 59px;
    background-size: 55px 59px;
  }
}
#tpl_show_price_section .pice-none,
#tpl_show_new_car_section .pice-none,
#tpl_show_brand_section .pice-none {
  object-fit: none;
}
#tpl_show_new_car_section .car-img {
  height: 160px;
  line-height: 160px;
  overflow: hidden;
}
.car-reacommend-section .car-item .car-img img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  object-fit: cover;
}
.car-reacommend-section .car-item a:hover {
  text-decoration: underline;
}
.car-reacommend-section .car-item a:hover .price-address {
  text-decoration: none;
}
.car-reacommend-section .alike-brand-car {
  color: #909090;
  display: inline-block;
  font-weight: 900;
  cursor: pointer;
  padding-bottom: 10px;
}
.car-reacommend-section .alike-price-car {
  display: inline-block;
  color: #909090;
  font-weight: 900;
  margin-left: 20px;
  cursor: pointer;
  padding-bottom: 10px;
}
.car-reacommend-section .car-item {
  width: 260px;
  display: inline-block;
  margin: 0 18px 15px 0;
  vertical-align: top;
}
.car-reacommend-section .car-item:nth-child(3n) {
  margin-right: 0;
}
.car-reacommend-section .car-img img {
  width: 100%;
  vertical-align: middle;
}
.car-reacommend-section .car-name {
  margin-top: 10px;
}
.car-reacommend-section .count-km {
  margin-top: 5px;
}
.car-reacommend-section .price-address {
  margin-top: 5px;
}
.car-reacommend-section .new-car-price {
  font-size: 16px;
  display: inline-block;
  margin-top: 0px;
}
.car-reacommend-section .new-car-price b {
  font-size: 18px;
  color: #ff6600;
}
.car-reacommend-section .car-address {
  float: right;
}
.car-reacommend-section .check-more-car {
  text-align: center;
  margin-top: 20px;
}
.car-item a:hover {
  color: #333;
}
.car-reacommend-section .check-more-car a {
  display: inline-block;
  width: 200px;
  height: 40px;
  line-height: 40px;
  background: #F87F15;
  color: #fff;
  text-align: center;
  margin: 20px auto;
  font-size: 14px;
  cursor: pointer;
  border-radius: 5px;
}
/*新車*/
.newCarRecommend {
  width: 850px;
  background: #fff;
  margin-top: 25px;
  display: inline-block;
}
.newCarRecommend .car-header {
  color: #333;
  font-weight: 900;
}
.newCarRecommend .car-name {
  text-align: center;
}
.newCarRecommend .price-address {
  text-align: center;
  color: #D34242;
  font-weight: 900;
}
.newCarRecommend .check-more-car a {
  background: #4680D1;
}
.display-none {
  display: none !important;
}
.alike-price-at {
  color: #333 !important;
  border-bottom: 2px solid #f78015;
}
@media (max-width: 1190px) {
  .newAutoRecommend,
  .newCarRecommend {
    width: 700px;
  }
  .car-reacommend-section .car-item {
    width: 204px;
    margin-right: 7px;
  }
  .car-reacommend-section .car-item .car-img {
    width: 200px;
    height: 150px;
    line-height: 150px;
  }
  .newAutoRecommend {
    margin-top: 10px;
  }
  #tpl_show_new_car_section .car-img {
    overflow: hidden;
    height: 136px;
    line-height: 136px;
  }
  .newCarRecommend {
    margin-top: 10px !important;
  }
  .car-reacommend-section {
    padding: 28px 32px;
    color: #333;
  }
}
body {
  background: #EDEDED;
}
.newRightInfo {
  float: right;
}
.auto-message {
  background: #fff;
  width: 330px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border: 1px solid #E2E2E2;
  box-sizing: border-box;
}
.auto-message.yx-shop {
  border-bottom: 1px solid;
  border-color: #FBDE8E;
}
.yx-shop-header {
  margin-top: -27px;
  margin-left: -27px;
  margin-right: -27px;
  margin-bottom: 5px;
  height: 65px;
  line-height: 50px;
  padding-left: 25px;
  background: linear-gradient(0, #ffffff, #fcf3dd, #f6e8c1);
  color: #BE985B;
}
.yx-shop-header h3 {
  font-weight: 600;
  font-size: 20px;
}
.yx-shop-header span {
  font-size: 12px;
  font-weight: 500;
  margin-left: 10px;
}
.newRightInfo .message-section {
  color: #616161;
  padding: 27px 20px 5px 27px;
  overflow: hidden;
}
.newRightInfo .header-section {
  font-size: 18px;
  font-weight: 900;
  color: #000;
  display: flex;
  align-items: center;
  gap: 3px;
}
.personage-car-message .home-personage-icon {
  width: 30px;
  height: 27px;
  display: inline-block;
  background-size: 100%;
  vertical-align: sub;
  background: url(//img.8891.com.tw/v3/infos/personage_icon.png) no-repeat;
}
.personage-car-message .title {
  display: inline-block;
  font-size: 19px;
  max-width: 200px;
  vertical-align: text-top;
  color: #4e4e4e;
  font-weight: 900;
}
.personage-car-message .title span {
  display: inline-block;
  font-size: 14px;
  max-width: 200px;
  color: #4e4e4e;
  font-weight: 900;
}
.personage-car-message .message-list {
  border-bottom: 0 !important;
}
.s-edit-start {
  width: 20px;
  padding: 4px 2px;
  background: #C6ddff;
  text-align: center;
  border: 1px solid #4A93ff;
  z-index: 2;
}
.identical-price-section .car-price-item a:hover {
  text-decoration: underline;
}
.identical-price-section .car-price-item a:hover .car-message-price {
  text-decoration: none;
}
.newRightInfo .home-title-icon {
  width: 26px;
  height: 23px;
  display: inline-block;
  background: url(//img.8891.com.tw/v3/infos/home-icon.png) no-repeat;
  background-size: 100%;
  vertical-align: sub;
  margin-right: 5px;
}
.newRightInfo .title {
  display: inline-block;
  font-weight: 900;
  font-size: 22px;
  max-width: 227px;
  vertical-align: middle;
}
.newRightInfo .real-icon {
  width: 13px;
  height: 18px;
  display: inline-block;
  background: url(//img.8891.com.tw/v3/infos/integrity.png) no-repeat;
  background-size: 100%;
  vertical-align: sub;
  margin-right: 5px;
}
.newRightInfo .yx-shop-icon {
  display: inline-block;
  width: 91px;
  height: 24px;
  vertical-align: middle;
  background: url(//img.8891.com.tw/v3/infos/yx-shop.png) no-repeat;
}
.newRightInfo .message-list {
  margin: 0 0 0 36px;
  padding-bottom: 20px;
}
.split-line{
  width: 215px;
  border-bottom: 1px solid #e8e8e8;
  margin: 0 auto;
}
.message-list div {
  margin-top: 13px;
}
.newRightInfo .au-ac-icon {
  display: inline-block;
  background: url(/img/authenticate/active-logo.png) no-repeat;
  vertical-align: middle;
}
.newRightInfo .au-no-icon {
  display: inline-block;
  background: url(/img/authenticate/normal-logo.png) no-repeat;
  vertical-align: middle;
}
.newRightInfo .au-icon-shop {
  width: 70px;
  height: 16px;
  background-position: -16px 0;
}
.newRightInfo .au-icon-user {
  width: 16px;
  height: 16px;
}
.newRightInfo .au-icon-shop {
  width: 70px;
  height: 16px;
  background-position: -16px 0;
}
.newRightInfo .au-icon-user {
  width: 16px;
  height: 16px;
}
.indexUsedautoVipHead .au-ac-icon {
  display: inline-block;
  background: url(/img/authenticate/active-logo.png) no-repeat;
  vertical-align: middle;
}
.indexUsedautoVipHead .au-no-icon {
  display: inline-block;
  background: url(/img/authenticate/normal-logo.png) no-repeat;
  vertical-align: middle;
}
.infos-vip-icon {
  display: inline-block;
}
.indexUsedautoVipHead .au-icon-shop {
  width: 70px;
  height: 16px;
  background-position: -16px 0;
}
.indexUsedautoVipHead .au-icon-user {
  width: 16px;
  height: 16px;
}
.indexUsedautoVipHead .au-icon-shop {
  width: 70px;
  height: 16px;
  background-position: -16px 0;
}
.indexUsedautoVipHead .au-icon-user {
  width: 16px;
  height: 16px;
}
.newRightInfo .identity-icon {
  width: 85px;
  height: 17px;
  display: inline-block;
  background: url(//img.8891.com.tw/v3/infos/active-logo.png) no-repeat;
  background-size: 100%;
  vertical-align: sub;
}
.newRightInfo .identity-normal-icon {
  width: 85px;
  height: 17px;
  display: inline-block;
  background: url(//img.8891.com.tw/v3/infos/normal-logo.png) no-repeat;
  background-size: 100%;
  vertical-align: sub;
}
.newRightInfo .credit-appraise span {
  font-size: 14px;
  color: #909090;
}
.newRightInfo .star-icon {
  width: 71px;
  display: inline-block;
  background: url(//img.8891.com.tw/v3/infos/rating-stars.png) no-repeat;
  vertical-align: sub;
  margin-right: 5px;
  background-position: 0 -277px;
  height: 15px;
}
#tpl_show_store_section {
  border-top: 1px solid #EDEDED;
}
.newRightInfo .market-record {
  margin: 0 30px 0 0px;
  padding-bottom: 20px;
  padding-left: 35px;
}
.newRightInfo .market-count {
  margin-top: 20px;
  font-size: 14px;
}
.newRightInfo .market-count span {
  color: #F78015;
}
.newRightInfo .into-store-btn {
  background: #fff;
}
.newRightInfo .into-store-btn a {
  display: inline-block;
  width: 200px;
  height: 40px;
  line-height: 40px;
  background: #F78015;
  color: #fff;
  text-align: center;
  margin: 20px auto 20px auto;
  font-size: 15px;
  cursor: pointer;
  border-radius: 5px;
}
.newRightInfo .address {
  margin-top: 12px;
  line-height: 22px;
  font-size: 14px;
}
.newRightInfo .store-section {
  margin: 25px 0;
  border-bottom: 1px solid #EDEDED;
  color: #333;
}
.newRightInfo .store-business {
  font-size: 23px;
  color: #333;
  font-weight: 500;
}
.newRightInfo .store-business a {
  font-size: 15px;
  float: right;
  margin-top: 5px;
}
.credit-appraise {
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.newRightInfo .credit-appraise-none span {
  font-size: 14px !important;
  color: #616161 !important;
}
.newRightInfo .brand-list {
  margin: 20px 0;
}
.newRightInfo .bran-name {
  border-radius: 17px;
  border: 1px solid #f9e3c3;
  background: #FFF9F5;
  padding: 8px 10px;
  color: #f79015;
  display: inline-block;
  margin-bottom: 15px;
  cursor: pointer;
  margin-right: 5px;
  font-size: 14px;
}
.newRightInfo .bran-name:hover {
  background: #F78015;
  color: #fff;
}
.identical-price-section {
  margin-top: 20px;
}
.identical-price-section .identical-header {
  font-size: 23px;
  color: #000;
  font-weight: 900;
  margin: 30px 0 20px;
}
.identical-price-section .car-price-item {
  width: 120px;
  display: inline-block;
  margin-bottom: 20px;
}
.identical-price-section .car-price-item:nth-of-type(even) {
  margin-left: 19px;
}
.identical-price-section .car-img {
  width: 120px;
  height: 90px;
  line-height: 90px;
  border: 1px solid #eee;
  position: relative;
  overflow: hidden;
}
#tpl_show_identical_section .pice-none,
#thumbContainer .pice-none {
  width: 50% !important;
  height: auto !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.identical-price-section .car-img img {
  width: 100%;
  vertical-align: middle;
}
.car-reacommend-section .car-item a:hover {
  text-decoration: none;
}
.car-reacommend-section .car-item a:hover .car-name {
  text-decoration: underline;
}
.car-reacommend-section .car-item a:hover .count-km {
  text-decoration: underline;
}
.identical-price-section .car-message-name {
  font-size: 15px;
  color: #5d5d5d;
  padding: 5px 0;
}
.identical-price-section .car-message-price {
  color: #EC6F06;
}
.new-car-section {
  width: 330px;
  background: #fff;
  border: 1px solid #E2E2E2;
  box-sizing: border-box;
}
.redact-remark-section {
  margin: 0 27px;
  border-bottom: 1px solid #EDEDED;
  color: #333;
}
.redact-remark-section .redact-header {
  font-size: 23px;
  color: #333;
  font-weight: 500;
  padding-top: 28px;
  margin-bottom: 20px;
}
.redact-remark-section .redact-img img {
  width: 100%;
}
.redact-remark-section .redact-remark {
  font-size: 14px;
  margin: 10px 0;
}
.redact-remark-section .decs {
  font-size: 14px;
  padding-bottom: 20px;
  line-height: 25px;
}
.article-section {
  padding: 0 27px 20px;
  color: #333;
}
.article-section .article-header {
  font-size: 23px;
  color: #333;
  font-weight: 500;
  padding-top: 20px;
  margin-bottom: 20px;
}
.article-section .article-header a {
  font-size: 15px;
  float: right;
  margin-top: 6px;
  font-weight: normal;
}
.article-section ul li {
  letter-spacing: 1px;
  margin-bottom: 13px;
  line-height: 20px;
  margin-left: 12px;
  position: relative;
}
.article-section .dot-icon {
  border-radius: 50%;
  width: 5px;
  height: 5px;
  background: #2e83ad;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  margin-top: -2px;
  position: absolute;
  left: -10px;
  top: 10px;
}
.user-remark-section {
  padding: 20px 27px 0;
  border-bottom: 1px solid #EDEDED;
  padding-bottom: 12px;
}
.new-car-recommend-section {
  padding: 20px 27px 0;
  border: 1px solid #EDEDED;
  padding-bottom: 12px;
  width: 330px;
  box-sizing: border-box;
}
.new-car-recommend-header {
  font-size: 23px;
  color: #333;
  font-weight: 500;
  padding-top: 10px;
  margin-bottom: 20px;
}
.check-user-comment-btn {
  text-align: center;
}
.check-user-comment-btn a {
  display: inline-block;
  width: 200px;
  height: 40px;
  line-height: 40px;
  background: #3264ff;
  color: #fff;
  text-align: center;
  margin: 20px auto;
  font-size: 14px;
  cursor: pointer;
  border-radius: 4px;
}
.user-remark-header {
  font-size: 23px;
  color: #333;
  font-weight: 500;
  padding-top: 15px;
  margin-bottom: 20px;
}
.user-remark-section .grade {
  font-size: 17px;
  color: #333;
  margin-bottom: 30px;
}
.user-remark-section .star-width {
  display: inline-block;
  width: 85px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 17px;
}
.user-remark-section .star-grade {
  position: relative;
  width: 86px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
}
.user-remark-section .star-bg-icon {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 85px;
  height: 17px;
  display: inline-block;
  background: url(//img.8891.com.tw/v3/infos/star-bg.png) no-repeat;
  background-size: 100%;
  vertical-align: sub;
}
.user-remark-section .star-show-icon {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 85px;
  height: 17px;
  display: inline-block;
  background: url(//img.8891.com.tw/v3/infos/star-show.png) no-repeat;
  background-size: 100%;
  vertical-align: sub;
}
.user-remark-section .virtue-title {
  display: inline-block;
  font-size: 15px;
}
.user-remark-section .virtue-item {
  border-radius: 17px;
  border: 1px solid #b70000;
  background: #FFF9F5;
  padding: 3px 9px;
  color: #b70000;
  display: inline-block;
  margin-bottom: 11px;
  cursor: pointer;
  margin-right: 8px;
  font-size: 13px;
}
.user-remark-section .virtue,
.user-remark-section .defect {
  display: flex;
}
.user-remark-section .virtue-title,
.user-remark-section .defect-title {
  flex: 1;
  padding-top: 3px;
}
.user-remark-section .virtue-list,
.user-remark-section .defect-list {
  flex: 5;
}
.user-remark-section .defect {
  margin-top: 14px;
}
.user-remark-section .defect-title {
  display: inline-block;
}
.user-remark-section .defect-item {
  border-radius: 17px;
  border: 1px solid #d4d4d4;
  background: #f9f9f9;
  padding: 4px 11px;
  color: #000;
  display: inline-block;
  margin-bottom: 8px;
  cursor: pointer;
  margin-right: 8px;
  font-size: 12px;
}
#head-show-detail .info .au-no-icon {
  display: inline-block;
  background: url(/img/authenticate/normal-logo.png) no-repeat;
  vertical-align: middle;
}
#head-show-detail .info .au-no-icon {
  display: inline-block;
  background: url(/img/authenticate/normal-logo.png) no-repeat;
  vertical-align: middle;
}
.indexShopInfos {
  background: #fff;
}
.indexShopInfos .info-ad-max,
.indexShopInfos .info-width {
  margin-top: 0;
}
@media (max-width: 1190px) {
  .newRightInfo .title {
    max-width: 195px;
  }
  .yx-shop-header {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -20px;
    box-sizing: content-box;
    padding-left: 10px;
  }
  .auto-message,
  .new-car-section {
    width: 280px;
  }
  .newRightInfo .message-section {
    padding: 20px 10px 0;
  }
  .redact-remark-section {
    margin: 0 10px;
  }
  .article-section {
    padding: 0 10px 20px;
  }
  .identical-price-section .car-price-item {
    width: 117px;
  }
  .article-section ul li {
    font-size: 13px;
  }
  .article-section .article-header,
  .user-remark-header,
  .redact-remark-section .redact-header,
  .newRightInfo .header-section .title,
  .newRightInfo .store-business,
  .identical-price-section .identical-header {
    font-size: 20px;
  }
  .main-content {
    margin-bottom: 10px !important;
  }
  .main-content {
    margin-bottom: 10px;
  }
  .newRightInfo .store-section {
    margin: 25px 0 10px;
  }
  .infos-head-main {
    margin-top: 20px;
  }
  #main-box .headbox {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .info-left-width.mt20 {
    margin-top: 10px;
  }
  .infos-vip-content {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .indexShopInfos .info-ad-max,
  .indexShopInfos .info-width,
  .indexShopInfos .info-ad-min {
    margin-top: 0;
  }
  .infos-feature-title .car-detail-desp {
    font-size: 13px;
  }
}
.clear {
  clear: both;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
#tpl_show_new_car_section {
  margin-top: 20px;
}
.recommend-list li {
  display: inline-block;
  width: 122px;
  margin-bottom: 40px;
}
.recommend-list li:nth-of-type(2n + 1) {
  margin-right: 15px;
}
.recommend-list li img {
  display: block;
  width: 100%;
  height: 83px;
  margin-bottom: 5px;
}
.recommend-list li p {
  font-size: 16px;
  margin-top: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.recommend-list li p:last-child {
  color: #D34242;
}
.fixedHead {
  display: none;
  position: fixed;
  top: 0;
  background: #fff;
  width: 100%;
  z-index: 9;
  border-bottom: 1px solid #EDEDED;
  box-sizing: border-box;
  height: 60px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.fixed-message-car {
  border-bottom: 1px solid #EDEDED;
  padding: 10px 0;
  box-shadow: 0 0 15px #EDEDED;
}
.fixed-message-car .fixed-center {
  position: relative;
  width: 1190px;
  margin: 0 auto;
  color: #333;
}
.fixed-message-car .car-name {
  display: inline-block;
  vertical-align: top;
  height: 40px;
  line-height: 40px;
  margin-left: 10px;
  font-size: 24px;
}
.fixed-message-car .left-message-car {
  display: inline-block;
  width: 500px;
}
.fixed-message-car .car-title {
  font-size: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.fixed-message-car .car-icon {
  width: 40px;
  height: 40px;
  display: inline-block;
}
.fixed-message-car .car-icon img {
  width: 100%;
}
.fixed-message-car .car-detail-message {
  display: flex;
  font-size: 15px;
  margin-top: 5px;
}
.car-detail-message .car-km {
  flex: 1;
}
.car-detail-message .car-brand {
  flex: 1;
  border-left: 1px solid #adabab;
  border-right: 1px solid #adabab;
  text-align: center;
}
.car-detail-message .car-address {
  flex: 1;
  text-align: center;
  margin: 0;
}
.right-price-phone {
  position: absolute;
  right: 0px;
  top: -5px;
}
.infos-fiexd-price {
  color: #F78015;
  display: inline-block;
  margin: 0 25px 0 0;
  vertical-align: middle;
  line-height: 0;
}
.infos-fiexd-price b {
  font-size: 23px;
}
.right-price-phone .infos-fiexd-state {
  display: inline-block;
  padding: 0px 20px 0 0px;
  margin: 20px 0;
  vertical-align: middle;
}
.right-price-phone .infos-fiexd-state .car-price-state {
  padding-top: 0px;
}
.right-price-phone .phone-number {
  display: inline-block;
  padding: 0px 20px 0 38px;
  height: 40px;
  line-height: 40px;
  background: #F78015;
  color: #fff;
  position: relative;
  margin: 20px 0;
  font-size: 15px;
  cursor: pointer;
  border-radius: 5px;
  font-weight: 900;
  vertical-align: middle;
}
.right-price-phone .phone-number img {
  display: inline-block;
  padding-top: 6px;
  height: 32px;
}
.right-price-phone .phone-number .phone-number-detail {
  display: inline-block;
}
.right-price-phone .phone-icon {
  width: 38px;
  height: 32px;
  display: inline-block;
  background: url(//img.8891.com.tw/v3/infos/phone-icon.png) no-repeat;
  background-size: 100%;
  vertical-align: sub;
  margin-right: 5px;
  position: absolute;
  left: 0px;
}
.fixed-nav {
  width: 1190px;
  margin: 0 auto;
}
#nav-tab-float {
  float: left;
  height: 60px;
  line-height: 60px;
}
#nav-tab-float a {
  text-decoration: none;
}
.fixed-nav li {
  margin-right: 15px;
  display: inline-block;
  color: #333;
  font-size: 18px;
  cursor: pointer;
  padding: 0 10px;
  box-sizing: border-box;
  font-weight: 600;
  height: 60px;
}
.fixed-nav li:last-child {
  margin-right: 0;
}
.fixed-nav .selected {
  border-bottom: 2px solid #F60;
}
.fixed-nav-right {
  float: right;
  height: 60px;
  line-height: 60px;
  vertical-align: middle;
}
.fixed-nav-concat {
  display: inline-block;
  vertical-align: middle;
  width: 130px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  background: #4A90E2;
}
@media (max-width: 1190px) {
  .fixed-nav-concat {
    width: 110px;
    height: 30px;
    line-height: 30px;
  }
}
.fixed-nav-reserve {
  display: inline-block;
  vertical-align: middle;
  width: 130px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  background: #FD6C34;
}
@media (max-width: 1190px) {
  .fixed-nav-reserve {
    width: 110px;
    height: 30px;
    line-height: 30px;
  }
}
.fixed-nav-name {
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
  font-size: 18px;
  margin: 0 20px;
}
.fixed-nav-tel {
  line-height: 20px;
  font-size: 16px;
  color: #FD641C;
}
.fixed-seller-info {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  line-height: 0;
}
.fixed-seller-info.yx .fixed-nav-name {
  display: block;
  line-height: 1;
  margin-left: 0;
  font-size: 16px;
  margin-bottom: 5px;
}
@media (max-width: 1190px) {
  .fixed-seller-info.yx .fixed-nav-name {
    font-size: 14px;
  }
}
@media (max-width: 1190px) {
  .fixed-message-car .fixed-center,
  .fixed-nav {
    width: 990px;
  }
  .fixed-nav li {
    font-size: 15px;
  }
  .car-detail-message div {
    font-size: 13px;
  }
  .fixed-message-car .car-name {
    font-size: 20px;
  }
}
.custom-layer .layui-layer-title {
  background: #1bae68;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  border-bottom: none;
}
.custom-red-layer .layui-layer-title {
  background: #be2427;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  border-bottom: none;
}
.reserve-layer,
.report-layer {
  display: none;
}
.reserve-layer .item-info-container,
.report-layer .item-info-container {
  padding: 15px 20px;
  background: #f0eff5;
}
.reserve-layer .item-info-container img,
.report-layer .item-info-container img {
  display: inline-block;
  vertical-align: top;
  width: 170px;
  height: auto;
}
.reserve-layer .item-info-content,
.report-layer .item-info-content {
  display: inline-block;
  margin-left: 10px;
  width: 375px;
}
.reserve-layer .item-info-content h3,
.report-layer .item-info-content h3 {
  font-size: 20px;
  margin-bottom: 10px;
  height: 48px;
  overflow: hidden;
}
.reserve-layer .item-info-content .price,
.report-layer .item-info-content .price {
  font-size: 20px;
  color: #F78015;
  font-weight: bold;
  margin-bottom: 10px;
}
.reserve-layer .item-info-content .desc,
.report-layer .item-info-content .desc {
  margin-bottom: 5px;
}
.reserve-form-row {
  padding: 10px 20px 10px 120px;
}
.reserve-form-row input {
  display: inline-block;
  width: 180px;
  line-height: 1.6;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 2px 10px;
  box-sizing: border-box;
}
.reserve-form-row label {
  display: inline-block;
  width: 75px;
}
.reserve-form-row select {
  display: inline-block;
  margin-left: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 30px;
  vertical-align: top;
}
.reserve-form-row img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}
.reserve-form-row textarea {
  width: 180px;
  height: 80px;
  padding: 5px 10px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: none;
}
.reserve-form-row .reason-select {
  margin-left: 0;
  width: 180px;
  vertical-align: middle;
}
.reserve-form-row .report-upload-input {
  display: inline-block;
  position: relative;
  width: 60px;
  height: 60px;
  background: #c9c8c8;
  cursor: pointer;
  vertical-align: middle;
}
.reserve-form-row .report-upload-input .webuploader-pick::before {
  content: "+";
  color: #fff;
  font-size: 50px;
  display: block;
  width: 100%;
  text-align: center;
  line-height: 60px;
}
.hint {
  display: block;
  width: 82%;
  margin: 15px auto;
  font-size: 12px;
  color: #999;
}
.hint .hint-content {
  display: inline-block;
  width: 87%;
}
.reserve-submit,
.report-submit {
  display: block;
  background: #1bae68;
  padding: 5px 60px;
  line-height: 1.5;
  font-size: 16px;
  margin: 30px auto 0;
  font-weight: bold;
  cursor: pointer;
}
.report-layer .report-submit {
  background: #be2427;
}
.report-layer .upload-img-item {
  width: 60px;
  height: 60px;
  display: inline-block;
  border: 1px solid #ddd;
  line-height: 60px;
  vertical-align: middle;
  position: relative;
  margin-right: 15px;
}
.report-layer .upload-img-item img {
  display: inline-block;
  width: 100%;
  height: auto;
  margin-left: 0;
}
.report-layer .upload-img-item .del-btn {
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  position: absolute;
  right: -10px;
  top: -10px;
  font-size: 14px;
  display: block;
  border-radius: 50%;
  cursor: pointer;
  background: url(//img.8891.com.tw/sell/img-delete.png) no-repeat;
}
.report-layer .upload-pic-progress {
  background-color: #FFFFFF;
  border-top: 1px solid #808080;
  border-left: 1px solid #808080;
  border-right: 1px solid #C5C5C5;
  border-bottom: 1px solid #C5C5C5;
  margin: 40px auto 0px;
  width: 80%;
  height: 10px;
  border-radius: 5px;
}
.report-layer .upload-pic-progress-bar {
  background-color: #0099FF;
  width: 1px;
  height: 100%;
}
.nothing {
  color: #fff;
}
.required::before {
  content: '*';
  color: #be2427;
  font-size: 16px;
}
body {
  background-color: #FFF;
}
body p {
  margin-bottom: 0;
}
body a {
  color: #333;
}
#footer {
  min-width: 1190px;
  margin: 30px auto 0;
  border-top: 2px solid #eee;
}
.info-ad-max {
  width: 1190px;
  height: 120px;
  background: url("//img.8891.com.tw/v3/nopic-77-32.png") center center no-repeat;
  background-color: #FDFDFD;
}
.info-ad-min {
  height: 70px;
  width: 990px;
  background: url("//img.8891.com.tw/v3/nopic-77-32.png") center center no-repeat;
  background-color: #FDFDFD;
  display: none;
}
.info-ad-right-max {
  width: 300px;
  height: 600px;
  background: url("//img.8891.com.tw/v3/nopic-77-32.png") center center no-repeat;
  background-color: #FDFDFD;
}
.info-ad-right-min {
  width: 280px;
  height: 340px;
  background: url("//img.8891.com.tw/v3/nopic-77-32.png") center center no-repeat;
  background-color: #FDFDFD;
  display: none;
}
.mt45 {
  margin-top: 45px;
}
.mt30 {
  margin-top: 30px;
}
.width-full {
  width: 100%;
}
@media (max-width: 1190px) {
  #footer {
    width: 100%;
    min-width: 990px;
  }
  .info-ad-max {
    width: 990px;
    height: 100px;
    background: url("//img.8891.com.tw/v3/nopic-77-32.png") center center no-repeat;
    background-color: #FDFDFD;
  }
  .info-ad-min {
    display: block;
  }
  .info-ad-right-max {
    width: 280px;
    height: 500px;
    background: url("//img.8891.com.tw/v3/nopic-77-32.png") center center no-repeat;
    background-color: #FDFDFD;
  }
  .info-ad-right-min {
    display: block;
  }
}
#ContentBox {
  margin: 0 auto;
  text-align: left;
  min-height: 2000px;
}
#ad-show {
  position: fixed;
  z-index: 2;
  display: none;
  cursor: pointer;
  top: 40%;
}
#cgg-widget {
  position: fixed;
  z-index: 2;
  display: none;
  top: 40%;
}
#footer {
  background: #fff !important;
}
#footer #footer-desc {
  background: #fff !important;
}
#footer .v3index-foot {
  background: #fff !important;
}
.yx-mask {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 99999999;
}
.yx-mask .infos-head-send {
  position: absolute;
  text-align: center;
}
.yx-mask .tutorial-1 {
  background: url('//img.8891.com.tw/usedauto/tutorial-1.png') no-repeat;
  width: 240px;
  height: 85px;
  position: absolute;
  transform: translate(-103%, -50%);
}
.yx-mask .tutorial-2 {
  background: url('//img.8891.com.tw/usedauto/tutorial-2.png') no-repeat;
  width: 298px;
  height: 175px;
  position: absolute;
  transform: translate(-70%, 145%);
  cursor: pointer;
}
.yx-mask .yx-guide-confirm {
  width: 540px;
  height: 270px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 4px;
}
.yx-mask .yx-guide-confirm h2 {
  height: 80px;
  line-height: 80px;
  font-size: 30px;
  background: #f6ecd1;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 0 30px;
  box-sizing: border-box;
}
.yx-mask .yx-guide-confirm h2 span {
  margin-left: 80px;
  color: #be985b;
}
.yx-mask .yx-guide-confirm-content {
  padding: 30px;
}
.yx-mask .yx-guide-confirm-content p {
  font-size: 24px;
  line-height: 1.5;
}
.yx-mask .yx-guide-confirm-footer {
  text-align: right;
  padding: 0 30px;
}
.yx-mask .yx-guide-confirm-cancel {
  color: #666;
  margin-right: 30px;
  font-size: 18px;
}
.yx-mask .yx-guide-confirm-ok {
  display: inline-block;
  width: 140px;
  height: 45px;
  background: #F87F15;
  border-radius: 4px;
  color: #FFF;
  line-height: 45px;
  text-align: center;
  font-size: 18px;
}
.yx-mask .reserve-link {
  display: none;
}
.mt-20 {
  margin-top: 20px;
}
.info-img-viewer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 11;
  overflow: auto;
}
.info-img-viewer-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.info-img-viewer .img-viewer-close {
  position: absolute;
  right: -70px;
  top: -10px;
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #000;
  background-image: url(//img.8891.com.tw/v3/infos/close.png);
  background-size: 18px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.image-info-content {
  background: linear-gradient(180deg, #fffdf5, #fffbe6 100%);
  border-radius: 4px;
  padding: 20px 15px;
  min-height: 370px;
  box-sizing: border-box;
  margin-bottom: 24px;
}
.thumb-video-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.thumb-video-cover-bottom {
  position: absolute;
  bottom: 16px;
  right: 16px;
  height: 32px;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 18px;
  padding: 0 15px;
  border-radius: 16px;
}
.thumb-video-cover-icon {
  width: 24px;
  height: 24px;
  background-image: url('//img.8891.com.tw/next/auto/img-14.png');
  background-size: 100%;
  margin-right: 6px;
}
.thumb-video-cover-icon.view-count {
  width: 24px;
  height: 24px;
  background-image: url('//img.8891.com.tw/next/auto/img-12.png');
}
.thumb-video_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 112px;
  height: 112px;
  background-image: url('//img.8891.com.tw/next/auto/img-11.png');
  background-size: 100%;
}
.thumb-video_icon.small {
  width: 30px;
  height: 30px;
}
.info-img-viewer-container {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: 55px;
  transform: translate(-50%, -50%);
  width: 1140px;
}
.info-img-viewer-container .big-image-list {
  width: 900px;
  height: 600px;
  overflow: hidden;
}
.info-img-viewer-container .big-image-container {
  position: relative;
  display: flex;
}
.info-img-viewer-container .big-image {
  position: relative;
  display: block;
  width: 900px;
  height: 600px;
  background: rgba(255, 255, 255, 0.7);
}
.info-img-viewer-container .big-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.info-img-viewer-container .big-image-info {
  flex: 1;
  background: #fff;
  padding: 16px 16px 14px;
  overflow: hidden;
}
.info-img-viewer-container .big-image-info h2 {
  font-size: 20px;
  line-height: 28px;
  color: #333;
  margin-bottom: 8px;
}
.info-img-viewer-container .big-image-tags {
  display: flex;
  flex-wrap: wrap;
}
.info-img-viewer-container .big-image-tag {
  font-size: 13px;
  line-height: 17px;
  padding: 2px 5px;
  border: 1px solid #EF8100;
  color: #EF8100;
  border-radius: 2px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.info-img-viewer-container .big-image-tag.yx {
  background: linear-gradient(90deg, #fff6d7 0%, #ffecb3 100%);
  color: #C0860E;
  border-color: #EBC371;
}
.info-img-viewer-container .big-image-price {
  font-size: 16px;
  color: #F87F15;
  margin-bottom: 8px;
}
.info-img-viewer-container .big-image-price b {
  font-size: 30px;
}
.info-img-viewer-container .big-image-detail-row {
  display: flex;
  line-height: 20px;
  font-size: 14px;
  margin-bottom: 8px;
}
.info-img-viewer-container .big-image-detail-label {
  color: #999;
  width: 84px;
  margin-right: 10px;
}
.info-img-viewer-container .big-image-detail-value {
  color: #333;
}
.info-img-viewer-container .big-image-action {
  margin-bottom: 20px;
}
.info-img-viewer-container .big-image-btn {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  border: none;
  background-color: #F87F15;
  font-size: 16px;
  cursor: pointer;
  border-radius: 4px;
}
.info-img-viewer-container .big-image-btn#bigImageLine {
  background-color: #00CA42;
  margin-top: 16px;
}
.info-img-viewer-container .big-image-btn.disable {
  background-color: #999 !important;
  color: #fff;
  cursor: default;
}
.info-img-viewer-container .big-image-contact {
  font-size: 16px;
  line-height: 24px;
  color: #333;
  background: #f7f7f7;
  border-radius: 4px;
  padding: 6px 10px;
  text-align: center;
}
.info-img-viewer-container .big-image-contact p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.info-img-viewer-container .big-image-location {
  display: inline-block;
  font-size: 14px;
  color: #000;
  line-height: 20px;
  margin-top: 15px;
}
.info-img-viewer-container .big-image-location-icon {
  display: inline-block;
  vertical-align: sub;
  width: 18px;
  height: 18px;
  background-image: url(//img.8891.com.tw/v3/infos/new-location.png);
  background-size: 18px;
  margin-right: 5px;
}
.info-img-viewer-container .thumb-list {
  position: relative;
  margin-top: 30px;
  width: 900px;
}
.info-img-viewer-container .thumb-list::after {
  content: '';
  display: block;
  clear: both;
}
.info-img-viewer-container .thumb-img {
  position: relative;
  display: block;
  width: 120px;
  height: 80px;
  object-fit: cover;
  float: left;
  margin-right: 10px;
  box-sizing: border-box;
}
.info-img-viewer-container .thumb-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.info-img-viewer-container .thumb-img:last-child {
  margin-right: 0;
}
.info-img-viewer-container .thumb-img.active {
  border: 2px solid #fd8000;
}
.info-img-viewer-container .thumb-video-cover {
  position: absolute;
  width: 100%;
  height: 100%;
}
.info-img-viewer-container .big-image-next {
  right: -60px;
  background-image: url(//img.8891.com.tw/v3/infos/next-white.png);
  position: absolute;
  top: 50%;
  border-radius: 6px;
  margin-top: -50px;
  display: block;
  height: 100px;
  width: 40px;
  background-color: #000;
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
}
.info-img-viewer-container .big-image-prev {
  left: -60px;
  background-image: url(//img.8891.com.tw/v3/infos/prev-white.png);
  position: absolute;
  top: 50%;
  border-radius: 6px;
  margin-top: -50px;
  display: block;
  height: 100px;
  width: 40px;
  background-color: #000;
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
}
.info-img-viewer-container .thumb-image-prev {
  background-image: url(//img.8891.com.tw/v3/infos/prev-white.png);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center;
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  top: 50%;
  left: -44px;
  margin-top: -12px;
}
.info-img-viewer-container .thumb-image-next {
  background-image: url(//img.8891.com.tw/v3/infos/next-white.png);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center;
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  top: 50%;
  right: -44px;
  margin-top: -12px;
}
.info-img-viewer-container .thumb-img-list {
  display: inline-block;
  width: 900px;
  height: 80px;
  overflow: hidden;
}
.info-img-viewer-container .thumb-img-list::after {
  content: '';
  display: block;
  clear: both;
}
.if-top {
  margin-bottom: 40px;
}
.danmaku-content {
  display: none;
  position: fixed;
  top: 300px;
  z-index: 99;
}
.danmaku {
  height: 30px;
  line-height: 30px;
  padding-right: 20px;
  padding-left: 10px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  color: #4a4a4a;
  background: #f6ecd1;
  margin-bottom: 20px;
  transition: transform 0.3s ease;
  transform: translate(-100%);
}
.danmaku:last-child {
  margin-bottom: 0;
}
.danmaku p {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  font-size: 12px;
}
.danmaku .danmaku-point {
  color: #F5A623;
}
.danmaku .danmaku-icon {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 22px;
  background: url(//img.8891.com.tw/v3/infos/danmaku-icon.png) no-repeat;
  background-size: 24px 22px;
}
.reserve-banner {
  position: fixed;
  bottom: 190px;
  right: 70px;
  height: 38px;
  line-height: 38px;
  background: #fffcf5;
  border: 1px solid #BE985B;
  border-radius: 12px;
  padding-left: 10px;
  padding-right: 10px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
  z-index: 99;
}
.reserve-banner p {
  color: #BE985B;
  font-size: 14px;
}
.reserve-banner .banner-num {
  color: #FD6C34;
  font-size: 18px;
  font-weight: 600;
}
.reserve-banner .banner-btn {
  font-size: 18px;
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
  margin-left: 5px;
  margin-right: 5px;
}
.reserve-banner .banner-close {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fffcf5;
  background-image: url(//img.8891.com.tw/v3/infos/msg-close.png);
  background-repeat: no-repeat;
  position: absolute;
  top: -15px;
  right: -15px;
  background-size: 30px;
  cursor: pointer;
}
.campaigns-2019-image-banner {
  display: flex;
  height: 60px;
  align-items: center;
  background-image: url(//img.8891.com.tw/campaigns/2019/bg-30.png);
  background-size: 100%;
  padding: 0 14px 0 11px;
  color: #fff;
}
.campaigns-2019-image-banner-left {
  width: 143px;
  height: auto;
  margin-right: 20px;
}
.campaigns-2019-image-banner-middle {
  flex: 1;
  font-size: 14px;
}
.campaigns-2019-image-banner-middle span {
  color: #FFFA00;
  font-size: 20px;
  margin-left: 8px;
}
.campaigns-2019-image-banner-right {
  font-size: 16px;
}
.campaigns-2019-image-banner-right span {
  color: #FFFA00;
}
.campaigns-2019-image-banner:hover {
  text-decoration: none;
}
.campaigns-image-banner {
  display: flex;
  height: 60px;
  align-items: center;
  padding: 0 14px 0 11px;
  color: #fff;
  background-color: #ff7428;
  font-size: 20px;
}
.campaigns-image-banner img {
  width: 130px;
  margin-right: 15px;
}
.ad-gift-banner {
  line-height: 40px;
  font-size: 0;
  color: #fff;
  display: flex;
}
.ad-gift-banner-left {
  background-color: #ff071b;
  padding: 0 8px;
  font-size: 18px;
}
.ad-gift-banner-right {
  font-size: 18px;
  background-color: #000;
  flex-grow: 1;
  padding: 0 6px;
}
.shop-feature{
  display: inline-block;
  background-image: url(//img.8891.com.tw/v3/infos/auto-site.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 228px;
  height: 22px;
  border: 1px solid #f26161;
  border-radius: 4px;
  padding-left: 80px;
  text-align: center;
  box-sizing: border-box;
  line-height: 22px;
  color: #f26161;
}

.shop-feature a {
  color: #f26161;
}

.shop-feature a:hover {
  color: #f26161;
  text-decoration: none;
}

.real-name-icon {
  width: 76px;
  height: 20px;
  background: #ffffff;
  border: 1px solid #3264ff;
  border-radius: 4px;
  padding-left: 20px;
  position: relative;
  margin-right: 4px;
  font-size: 12px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: normal;
  text-align: center;
  color: #3264ff;
  line-height: 18px;
  display: inline-block;
}

.real-name-icon i {
  width: 20px;
  height: 20px;
  background-image: url('https://photo.8891.com.tw/2024/01/24/1706088746611677.png');
  background-size: 100% auto;
  background-color: #3264ff;
  position: absolute;
  left: -1px;
  top: -1px;
  border-radius: 4px 0 0 4px;
}

.none-real-name-icon {
  background: #fff;
  border: 1px solid #E0E0E0;
  color: #E0E0E0;
  width: 92px;
}

.none-real-name-icon i {
  background-color: #E0E0E0;
}

.real-car-shop-icon {
  width: 76px;
  height: 20px;
  background: #ffffff;
  border: 1px solid #0f9960;
  border-radius: 4px;
  padding-left: 20px;
  position: relative;
  margin-right: 8px;
  font-size: 12px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: normal;
  text-align: center;
  color: #0f9960;
  line-height: 18px;
  display: inline-block;
}

.real-car-shop-icon i {
  width: 20px;
  height: 20px;
  background-image: url('https://photo.8891.com.tw/2024/01/24/1706092468554415.png');
  background-size: 100% auto;
  background-color: #0f9960;
  position: absolute;
  left: -1px;
  top: -1px;
  border-radius: 4px 0 0 4px;
}
.integrity-cash,
.exist-car-store,
.register-time,
.identity-verify{
  font-size: 14px;
}
.identity-verify span:last-child {
  margin-right: 0;
}