@charset "UTF-8";
@media screen and (min-width: 320px) and (max-width: 374px) {
  html {
    font-size: 20px; } }

@media screen and (min-width: 375px) {
  html {
    font-size: 23.4375px; } }

.search-result-list .tt, .search-result-list li a {
  clear: both; }
  .search-result-list .tt:after, .search-result-list li a:after {
    content: "";
    display: block;
    width: 100%;
    height: 0px;
    overflow: hidden;
    clear: both; }

/*
* @function 边线
* @param $direct 方向 default:空  example:top
* @param $color 颜色 default:$c-b9
* @param $px 边线宽度 default:1px
* @param $style 边线类型 default:solid
* @example @include border('top') or @include border() or @include border('', $c-blue-1) 等
*/
/*
* 公共变量
*/
/**
* 背景图使用方法
* Examples:
*
*   @include retina(/images/mypic.jpg);
*   @include retina(/images/mypic.jpg, 100px 100px, left top no-repeat transparent);
*
* @param  {Value}  $path               The path to the file name minus extension.
* @param  {Value}  $size:   auto auto  The intended width of the rendered image.
* @param  {Value}  $extras: null       Any other `background` values to be added.
*/
/**
 * Description: mixins
 * User: hank.online@foxmail.com
 * Date: 2018/4/16
 * Time: 下午4:20
 *
 */
html {
  font: 16px/1;
  color: #2873FF;
  background-color: #F8F8F8; }

body {
  color: #1B1B1B;
  margin: 0 auto;
  background-color: #FFFFFF; }

.wrapper {
  overflow-x: hidden; }

.fn-hide {
  display: none; }

.load {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(//s.autoimg.cn/mass/v2/img/loading.gif) no-repeat;
  background-size: 100% 100%;
  opacity: 0.8; }

.loadingpng {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(//x.autoimg.cn/2scimg/m/20170101/loading.png) no-repeat;
  vertical-align: top;
  background-size: 15px auto;
  -webkit-animation: key-icon-load 1s infinite;
  margin-right: 8px; }

@-webkit-keyframes key-icon-load {
  0%,
  6.7% {
    background-position-y: 0; }
  6.71%,
  13.4% {
    background-position-y: -15px; }
  13.41%,
  20.1% {
    background-position-y: -30px; }
  20.11%,
  26.8% {
    background-position-y: -45px; }
  26.81%,
  33.5% {
    background-position-y: -60px; }
  33.51%,
  40.2% {
    background-position-y: -75px; }
  40.21%,
  46.9% {
    background-position-y: -90px; }
  46.91%,
  53.6% {
    background-position-y: -105px; }
  53.61%,
  60.3% {
    background-position-y: -120px; }
  60.31%,
  67% {
    background-position-y: -135px; }
  67.01%,
  73.7% {
    background-position-y: -150px; }
  73.71%,
  80.4% {
    background-position-y: -165px; }
  80.41%,
  87.1% {
    background-position-y: -180px; }
  87.11%,
  93.8% {
    background-position-y: -195px; }
  93.81%,
  100% {
    background-position-y: -210px; } }

.fn-hide {
  display: none !important; }

.fn-clear::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden; }

/* 蒙层样式 */
.mask,
.cover {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  z-index: 50;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d; }

.cover-pop {
  z-index: 50; }

.bo-b {
  border-bottom: 1px solid #E6E6E6;
  box-sizing: border-box; }

.bo-t {
  border-top: 1px solid #E6E6E6;
  box-sizing: border-box; }

.bo-l {
  border-left: 1px solid #E6E6E6;
  box-sizing: border-box; }

.bo-r {
  border-right: 1px solid #E6E6E6;
  box-sizing: border-box; }

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
input,
select,
textarea,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

ol,
ul {
  list-style: none; }

a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

img {
  vertical-align: top; }

input,
select,
textarea {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font: inherit;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0;
  box-shadow: none; }

html {
  word-wrap: break-word;
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  font-family: "Helvetica Neue", Helvetica, Tahoma, sans-serif; }

ins {
  text-decoration: none; }

#myswf {
  display: none; }

@font-face {
  font-family: "iconfont";
  src: url(//s.autoimg.cn/2sc_mass/font/v20180916/iconfont.eot);
  /* IE9*/
  src: url(//s.autoimg.cn/2sc_mass/font/v20180916/iconfont.eot?#iefix) format("embedded-opentype"), url(//s.autoimg.cn/2sc_mass/font/v20180916/iconfont.woff) format("woff"), url(//s.autoimg.cn/2sc_mass/font/v20180916/iconfont.ttf) format("truetype"), url(//s.autoimg.cn/2sc_mass/font/v20180916/iconfont.svg#iconfont) format("svg");
  /* iOS 4.1- */ }

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale; }

.icon-tel:before {
  content: "\e600"; }

.icon-question:before {
  content: "\e619"; }

.icon-triangle-up:before {
  content: "\e623"; }

.icon-search:before {
  content: "\e624"; }

.icon-triangle-down:before {
  content: "\e625"; }

.icon-right-arrow:before {
  content: "\e626"; }

.icon-fail:before {
  content: "\e627"; }

.icon-close:before {
  content: "\e628"; }

.icon-back:before, .icon-arrow-left:before {
  content: "\e629"; }

.icon-delete:before {
  content: "\e62a"; }

.icon-good_yes:before {
  content: "\e62b"; }

.icon-comment:before {
  content: "\e62c"; }

.icon-download:before {
  content: "\e62d"; }

.icon-good:before {
  content: "\e62e"; }

.icon-search-enter:before {
  content: "\e62f"; }

.icon-success:before {
  content: "\e630"; }

.icon-store:before {
  content: "\e631"; }

.icon-share:before {
  content: "\e632"; }

.icon-yishoucang:before {
  content: "\e633"; }

.icon-weishoucang:before {
  content: "\e634"; }

.icon-xia:before {
  content: "\e606"; }

.icon-shang:before {
  content: "\e607"; }

.icon-gengduo:before {
  content: "\e608"; }

.icon-xuanzhong:before {
  content: "\e609"; }

.icon-lianjie:before {
  content: "\e60a"; }

.icon-gongxuliang-che:before {
  content: "\e65d"; }

.icon-xuqiuliang-ren:before {
  content: "\e65e"; }

.icon-tao:before {
  content: "\e60c"; }

.icon-taokong:before {
  content: "\e60d"; }

.icon-add:before {
  content: "\e60e"; }

.icon-lan:before {
  content: "\e60f"; }

.icon-dizhi:before {
  content: "\e610"; }

.icon-tubiao_gongjulan_maiche:before {
  content: "\e65f"; }

.icon-icon-dianping:before {
  content: "\e660"; }

.icon-icon-maiche:before {
  content: "\e661"; }

.icon-icon-home:before {
  content: "\e662"; }

.icon-plus-circle:before {
  content: "\e614"; }

.icon-shoujicopy:before {
  content: "\e611"; }

.icon-localcopy:before {
  content: "\e612"; }

.icon-daikuan:before {
  content: "\e613"; }

.icon-kanjia:before {
  content: "\e615"; }

.icon-zhinengkefu:before {
  content: "\e616"; }

.icon-phone:before {
  content: "\e617"; }

.icon-shoujicopy:before {
  content: "\e611"; }

.icon-localcopy:before {
  content: "\e612"; }

.icon-ah-checkbox-selected:before {
  content: "\e618"; }

.all-title {
  height: 20px;
  padding: 12px 0;
  overflow: hidden; }
  .all-title .all-more {
    float: right;
    font-size: 12px;
    color: #999999;
    padding-right: 25px;
    position: relative;
    line-height: 20px; }
    .all-title .all-more:after {
      content: "";
      width: 20px;
      height: 5px;
      background: url(//x.autoimg.cn/2scimg/m/20190220/arrow-gray.png) no-repeat;
      background-size: 100% 100%;
      position: absolute;
      right: 0;
      top: 7.5px; }
  .all-title .all-title-name {
    font-size: 20px;
    color: #1B1B1B;
    line-height: 1;
    vertical-align: top;
    font-weight: 500; }
    .all-title .all-title-name em {
      font-weight: normal;
      vertical-align: top; }

.title-more {
  position: absolute;
  font-size: 12px;
  color: #999;
  padding-right: 25px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
  .title-more:after {
    content: "";
    width: 20px;
    height: 5px;
    background: url(//x.autoimg.cn/2scimg/m/20190220/arrow-gray.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.all-content {
  padding: 0 15px; }
  .all-content .all-btm-more {
    text-align: center;
    padding-top: 12px;
    display: block; }
    .all-content .all-btm-more span {
      font-size: 12px;
      color: #F9712C;
      padding-right: 25px;
      position: relative;
      line-height: 20px;
      display: inline-block; }
      .all-content .all-btm-more span:after {
        content: "";
        width: 20px;
        height: 5px;
        background: url(//x.autoimg.cn/2scimg/m/20190220/arrow-orange.png) no-repeat;
        background-size: 100% 100%;
        position: absolute;
        right: 0;
        top: 7.5px; }
  .all-content a.img-box {
    display: inline-block;
    padding: 0 15px; }
    .all-content a.img-box img {
      width: 100%;
      height: 100%; }

.bottom-download {
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
  height: 48px;
  background: #fff;
  position: fixed;
  left: 0;
  bottom: -120px;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  z-index: 999; }
  .bottom-download .download-img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9; }
    .bottom-download .download-img i {
      display: block;
      float: left;
      width: 35px;
      height: 35px;
      margin-top: 6px;
      margin-right: 8px;
      margin-left: 15px; }
    .bottom-download .download-img img {
      width: 100%;
      height: auto; }
    .bottom-download .download-img p {
      font-size: 14px;
      line-height: 48px;
      color: #1b1b1b;
      float: left; }
      .bottom-download .download-img p em {
        display: inline-block;
        color: #f9712c; }
    .bottom-download .download-img .download-bottom-btn {
      display: block;
      float: right;
      height: 24px;
      padding: 0 10px;
      background-image: -webkit-linear-gradient(right, #F9712C 0%, #FC9C6C 100%);
      background-image: linear-gradient(-90deg, #F9712C 0%, #FC9C6C 100%);
      border-radius: 2px;
      text-align: center;
      line-height: 24px;
      color: #fff;
      font-size: 12px;
      margin-top: 12px;
      margin-right: 15px; }
  .bottom-download .close-btn {
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    background: url(//x.autoimg.cn/2scimg/m/20190117/close-btn.png) no-repeat;
    background-size: 100% 100%; }
  .bottom-download img {
    width: 100%;
    height: auto; }

.nulldiv .filter {
  width: 100%;
  z-index: 98 !important; }

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 11px 15px;
  border-bottom: 1px solid #EEEEEE;
  box-sizing: border-box;
  background-color: #FFFFFF; }
  .header .head-left-box {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    border: 1px solid #999999;
    box-sizing: border-box; }
  .header .head-city .city-text {
    height: 33px;
    padding-top: 7.5px;
    padding-right: 10px;
    color: #1B1B1B;
    font-size: 14px;
    display: block;
    float: left;
    border: 2px solid #FFFFFF;
    border-right: 1px solid #999999;
    background: #FFFFFF;
    box-sizing: border-box;
    line-height: 1;
    margin-right: 10px;
    font-weight: bold;
    position: relative;
    margin-top: -1.5px;
    margin-bottom: -1.5px;
    margin-left: -1px;
    z-index: 1; }
    .header .head-city .city-text .svg-map {
      margin-bottom: -1px;
      fill: #1B1B1B; }
    .header .head-city .city-text .usedfont {
      font-size: 14px;
      color: #1B1B1B;
      padding-right: 5px; }
  .header .search-box {
    margin-top: 6px;
    color: #666666;
    font-size: 10px;
    display: block;
    box-sizing: border-box;
    width: 100%; }
    .header .search-box .svg-icon {
      margin-right: 4px;
      margin-bottom: -1px;
      fill: #666；; }
    .header .search-box .usedfont {
      font-size: 12px;
      color: #666666;
      margin-right: 10px; }
  .header .head-portrait {
    width: 30px;
    height: 30px;
    display: block;
    margin-left: 12px;
    float: right; }
    .header .head-portrait img {
      width: 100%; }

.swipper-each-enter {
  padding-top: 5px;
  padding-bottom: 17px;
  margin: 0 15px;
  position: relative; }
  .swipper-each-enter .swiper-slide li {
    width: 20%;
    float: left; }
  .swipper-each-enter .swiper-slide .icon-box {
    position: relative;
    margin: 0 auto;
    width: 70px;
    height: 60px;
    overflow: hidden;
    display: block; }
    .swipper-each-enter .swiper-slide .icon-box img {
      width: 100%; }
    .swipper-each-enter .swiper-slide .icon-box .goodStart-tag {
      position: absolute;
      top: 0;
      right: 0;
      display: inline-block;
      height: 14px;
      padding: 0 2px;
      border-radius: 4px 0 4px 0;
      background: #F54546;
      font: 400 10px/14px FZZDHJW--GB1-0;
      color: #FFFFFF; }
  .swipper-each-enter .swiper-slide p {
    color: #1B1B1B;
    font-size: 12px;
    line-height: 1;
    text-align: center; }
  .swipper-each-enter .swiper-pagination {
    width: 100%;
    text-align: center;
    bottom: -6px; }
    .swipper-each-enter .swiper-pagination .swiper-pagination-bullet {
      border-radius: 0;
      width: 10px;
      height: 3px;
      margin: 0;
      background: #CCCCCC; }
      .swipper-each-enter .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #999999; }

.swipper-img {
  padding: 20px 15px 0; }
  .swipper-img .swiper-slide img {
    width: 100%; }
  .swipper-img .swiper-pagination {
    width: 100%;
    text-align: right;
    bottom: 0 !important;
    padding-right: 10px;
    box-sizing: border-box; }
    .swipper-img .swiper-pagination .swiper-pagination-bullet {
      border-radius: 0;
      width: 10px;
      height: 3px;
      background: rgba(255, 255, 255, 0.4);
      margin: 0; }
      .swipper-img .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #FFFFFF; }

.all-content-find {
  margin-top: 20px; }
  .all-content-find .find-brand-list > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .all-content-find .find-brand-list {
    overflow: hidden; }
    .all-content-find .find-brand-list a {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      display: inline-block;
      height: 32px;
      border: 1px solid #EEEEEE;
      box-sizing: border-box;
      padding: 8px 4px;
      margin-left: 9px;
      margin-bottom: 9px;
      line-height: 16px;
      font-size: 12px;
      color: #1B1B1B;
      text-align: center;
      white-space: nowrap; }
      .all-content-find .find-brand-list a:first-child {
        margin-left: 0; }
      .all-content-find .find-brand-list a img {
        width: 16px;
        height: 16px;
        margin-right: 3.5px; }
      .all-content-find .find-brand-list a.list-quick-entrance-orange {
        color: #F9712C; }
  .all-content-find .fast-find-car {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 102px;
    overflow: hidden;
    text-align: center; }
    .all-content-find .fast-find-car li {
      margin: 0 8px;
      position: relative;
      display: inline-block;
      height: 102px; }
      .all-content-find .fast-find-car li:before {
        content: "";
        position: absolute;
        width: 1px;
        height: 70px;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        right: -11%;
        background: #EEEEEE; }
      .all-content-find .fast-find-car li:nth-child(4) {
        margin-right: 0; }
        .all-content-find .fast-find-car li:nth-child(4):before {
          content: "";
          position: absolute;
          width: 0; }
      .all-content-find .fast-find-car li .card-head-img {
        margin: 0 auto;
        width: 70px;
        height: 54px; }
        .all-content-find .fast-find-car li .card-head-img img {
          width: 70px;
          height: 54px;
          overflow: hidden; }
        .all-content-find .fast-find-car li .card-head-img .img-box {
          width: 70px;
          height: 54px; }
          .all-content-find .fast-find-car li .card-head-img .img-box img {
            width: 100%; }
      .all-content-find .fast-find-car li .buy-car-title {
        font-size: 14px;
        color: #1B1B1B; }
      .all-content-find .fast-find-car li .buy-card-synthesis {
        font-size: 12px;
        color: #999999;
        padding-top: 6px;
        padding-bottom: 5px; }

.all-content-xsth {
  margin-top: 6px; }
  .all-content-xsth .xsth-card {
    background-color: #FFFFFF;
    border: 1px solid #eeeeee;
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.1);
    padding-left: 15px;
    padding-right: 55px;
    height: 110px;
    border-radius: 2px;
    position: relative; }
    .all-content-xsth .xsth-card .img-box {
      width: 110px;
      height: 82.5px;
      float: left;
      position: relative;
      margin-top: 18px; }
      .all-content-xsth .xsth-card .img-box .tags-sale {
        min-width: 54px;
        padding: 0 7.5px;
        background: #FD4D4D;
        height: 14px;
        line-height: 14px;
        color: #FFFFFF;
        font-size: 10px;
        position: absolute;
        top: -3px;
        left: 0;
        box-sizing: border-box; }
        .all-content-xsth .xsth-card .img-box .tags-sale:after {
          content: "";
          width: 0;
          height: 0;
          border: 6px solid rgba(255, 255, 255, 0);
          border-top: 10px solid #FD4D4D;
          position: absolute;
          bottom: -14.5px;
          left: 12.5px;
          -webkit-transform: skew(32deg, 2deg);
              -ms-transform: skew(32deg, 2deg);
                  transform: skew(32deg, 2deg);
          -webkit-transform-origin: center;
              -ms-transform-origin: center;
                  transform-origin: center; }
      .all-content-xsth .xsth-card .img-box img {
        width: 100%; }
    .all-content-xsth .xsth-card .time-box {
      margin-top: 6px;
      border-radius: 10px;
      border: 1px solid #F9712C;
      color: #F9712C;
      height: 15px;
      line-height: 13px;
      padding: 0 4px;
      box-sizing: border-box;
      font-size: 10px;
      display: inline-block; }
      .all-content-xsth .xsth-card .time-box .meeting-time1 {
        display: inline-block;
        line-height: 13px;
        vertical-align: top; }
    .all-content-xsth .xsth-card .card-right-text {
      margin-left: 120px;
      padding-top: 14px;
      position: relative; }
      .all-content-xsth .xsth-card .card-right-text h4 {
        font-size: 15px;
        line-height: 20px;
        color: #1B1B1B;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .all-content-xsth .xsth-card .card-right-text .card-price {
        font-size: 20px;
        line-height: 1;
        height: 13px;
        padding-top: 5px;
        color: #F9712C;
        margin-bottom: 5px; }
        .all-content-xsth .xsth-card .card-right-text .card-price em {
          font-size: 10px;
          padding-top: 2.5px;
          padding-left: 5px; }
      .all-content-xsth .xsth-card .card-right-text .card-price-nomarl {
        color: #666666;
        font-size: 10px;
        line-height: 1;
        padding-top: 5px; }
        .all-content-xsth .xsth-card .card-right-text .card-price-nomarl s {
          padding-right: 2.5px; }
      .all-content-xsth .xsth-card .card-right-text .qiang-btn {
        width: 57px;
        height: 18px;
        line-height: 18px;
        text-align: center;
        color: #FFFFFF;
        display: inline-block;
        background-color: #4A4A4A;
        position: absolute;
        right: 0;
        bottom: 0;
        font-size: 10px; }
    .all-content-xsth .xsth-card .qianggou-box {
      position: absolute;
      top: 50%;
      right: 19px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 46px;
      height: 46px; }
      .all-content-xsth .xsth-card .qianggou-box img {
        width: 100%; }

.all-content-cxc {
  margin-top: 6px; }

.integrityCar-card {
  position: relative;
  margin-top: 13px;
  padding: 10px 13px 14px;
  background-image: -webkit-linear-gradient(315deg, #3E4459 0%, #242736 100%);
  background-image: linear-gradient(135deg, #3E4459 0%, #242736 100%);
  border-radius: 4px; }
  .integrityCar-card .card-bg {
    width: 93px;
    position: absolute;
    top: 0;
    right: 0; }
  .integrityCar-card .integrityCar-title {
    position: relative;
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #F8CA97;
    letter-spacing: 0;
    font-weight: 500; }
    .integrityCar-card .integrityCar-title .icon-doubleArrows {
      display: inline-block;
      width: 12px;
      height: 11px;
      background: url(//s.autoimg.cn/2sc/2sc_new/list/1.1.1/img/icon-doubleArrows.png) no-repeat;
      background-size: 100%; }
  .integrityCar-card .integrityCar-subtitle {
    position: relative;
    margin-top: 3px; }
    .integrityCar-card .integrityCar-subtitle span {
      font-family: PingFangSC-Regular;
      font-size: 12px;
      color: #F2D2B5;
      line-height: 12px;
      font-weight: 400;
      margin-right: 5px; }
    .integrityCar-card .integrityCar-subtitle .iconpng-goldenTick {
      margin-right: 2.5px;
      display: inline-block;
      vertical-align: -2px;
      width: 10px;
      height: 12px;
      background: url(//s.autoimg.cn/2sc/2sc_new/list/1.1.1/img/icon-duigou-golden.png) no-repeat;
      background-size: 100%; }
  .integrityCar-card .carSource-container {
    position: relative;
    min-height: 150px;
    background: #FFFFFF;
    box-shadow: 0 5px 20px 0 rgba(17, 30, 54, 0.08);
    border-radius: 4px;
    padding: 10px 7px 7px;
    margin-top: 9px; }
    .integrityCar-card .carSource-container .carSource {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around; }
      .integrityCar-card .carSource-container .carSource .card-list-tofu-li {
        float: left;
        width: 33.33%;
        margin: 0 2px; }
        .integrityCar-card .carSource-container .carSource .card-list-tofu-li:first-child {
          margin-left: 0; }
        .integrityCar-card .carSource-container .carSource .card-list-tofu-li:last-child {
          margin-right: 0; }
        .integrityCar-card .carSource-container .carSource .card-list-tofu-li .card-head-img {
          position: relative;
          overflow: hidden; }
          .integrityCar-card .carSource-container .carSource .card-list-tofu-li .card-head-img img {
            width: 100%;
            border-radius: 6px; }
          .integrityCar-card .carSource-container .carSource .card-list-tofu-li .card-head-img .img-box {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            z-index: 1; }
            .integrityCar-card .carSource-container .carSource .card-list-tofu-li .card-head-img .img-box .cxc-pv {
              font-family: PingFangSC-Semibold;
              font-size: 10px;
              color: #ffffff;
              position: absolute;
              left: 0;
              top: 0;
              z-index: 1;
              padding: 2px 5px 2px;
              line-height: 12px;
              border-radius: 4px 0 4px 0;
              background-image: -webkit-linear-gradient(317deg, #E9CFB7 0%, #F6E6D1 100%);
              background-image: linear-gradient(133deg, #E9CFB7 0%, #F6E6D1 100%);
              color: #66472D; }
            .integrityCar-card .carSource-container .carSource .card-list-tofu-li .card-head-img .img-box img {
              width: 100%;
              position: relative;
              border-radius: 6px; }
        .integrityCar-card .carSource-container .carSource .card-list-tofu-li .card-bottom-text {
          padding: 0;
          text-align: center; }
          .integrityCar-card .carSource-container .carSource .card-list-tofu-li .card-bottom-text h4 {
            padding-top: 8px;
            display: block;
            height: 15px;
            line-height: 1.1;
            font-family: PingFangSC-Medium;
            font-size: 12px;
            color: #111E36;
            font-weight: 700;
            white-space: nowrap;
            word-break: break-all;
            overflow: hidden;
            text-overflow: ellipsis; }
          .integrityCar-card .carSource-container .carSource .card-list-tofu-li .card-bottom-text .card-synthesis {
            font-family: PingFangSC-Light;
            font-size: 10px;
            color: #666D7F;
            padding-top: 7px; }
          .integrityCar-card .carSource-container .carSource .card-list-tofu-li .card-bottom-text .card-price {
            padding-top: 7px;
            height: 12px;
            vertical-align: top; }
            .integrityCar-card .carSource-container .carSource .card-list-tofu-li .card-bottom-text .card-price ins {
              font-family: DINAlternate-Bold;
              font-size: 12px;
              color: #E4B567;
              line-height: 12px;
              vertical-align: top;
              font-weight: bold; }

.all-content-cxlm {
  margin-top: 36px;
  padding: 17px 12px 0 15px;
  background-image: -webkit-linear-gradient(#1345D7 20%, #fff 50%);
  background-image: linear-gradient(#1345D7 20%, #fff 50%);
  position: relative; }
  .all-content-cxlm .all-btm-more {
    padding-top: 0; }
  .all-content-cxlm .right-logo {
    width: 128px;
    position: absolute;
    right: 0;
    top: -15px;
    z-index: 1; }
    .all-content-cxlm .right-logo img {
      width: 100%; }
  .all-content-cxlm .big-title {
    font-size: 20px;
    color: #FFFFFF;
    line-height: 1; }
  .all-content-cxlm .small-title {
    padding-top: 6px;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 1; }
  .all-content-cxlm .tp-card-list-tofu {
    padding-top: 17px;
    position: relative;
    z-index: 2; }
    .all-content-cxlm .tp-card-list-tofu .card-list-tofu-li {
      width: 33.33%;
      padding-right: 3px; }
      .all-content-cxlm .tp-card-list-tofu .card-list-tofu-li:nth-child(even) {
        padding-left: 0; }
      .all-content-cxlm .tp-card-list-tofu .card-list-tofu-li a {
        background: #FFFFFF;
        border: 1px solid #eeeeee;
        box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.1);
        height: 45vw; }
      .all-content-cxlm .tp-card-list-tofu .card-list-tofu-li .card-bottom-text {
        padding: 0 7px; }
        .all-content-cxlm .tp-card-list-tofu .card-list-tofu-li .card-bottom-text h4 {
          display: block;
          height: 15px;
          line-height: 1.1; }

.all-content-4szm {
  padding: 13px 0 0; }
  .all-content-4szm .all-title {
    padding-left: 15px;
    padding-right: 15px; }
  .all-content-4szm .szm-ul {
    margin-top: -10px;
    overflow: hidden;
    margin-bottom: 10px; }
    .all-content-4szm .szm-ul li {
      float: left;
      display: inline-block;
      width: 50%;
      overflow: hidden; }
      .all-content-4szm .szm-ul li img {
        width: 100%; }

.all-content-jxcy {
  padding: 17px 0 0; }
  .all-content-jxcy .all-title {
    padding: 0 15px 15px; }
  .all-content-jxcy .swiper-container-jxcy {
    padding: 0 15px; }
  .all-content-jxcy .swiper-slide {
    margin-right: 12px !important; }
    .all-content-jxcy .swiper-slide img {
      width: 100%;
      height: 100%; }
    .all-content-jxcy .swiper-slide.tp-card-list-tofu {
      position: relative;
      z-index: 2;
      overflow: hidden; }
      .all-content-jxcy .swiper-slide.tp-card-list-tofu .card-list-tofu-li {
        width: 100%;
        float: auto;
        padding-right: 0; }
        .all-content-jxcy .swiper-slide.tp-card-list-tofu .card-list-tofu-li .bottom-company {
          padding-top: 8px;
          font-size: 11px;
          line-height: 16px;
          color: #999999;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis; }
          .all-content-jxcy .swiper-slide.tp-card-list-tofu .card-list-tofu-li .bottom-company .sp-name {
            color: #2873FF; }

.index-c-jx-shop {
  margin-top: 33px;
  padding: 0 20px; }
  .index-c-jx-shop .title {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .index-c-jx-shop .title .title-name {
      display: inline-block;
      font-size: 20px;
      font-weight: 500;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .index-c-jx-shop .sub-title {
    padding-top: 8px;
    font-size: 12px;
    color: #666D7F; }
  .index-c-jx-shop .list {
    padding-top: 14px;
    padding-bottom: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .index-c-jx-shop .list a {
      display: inline-block;
      width: 32.3%; }
    .index-c-jx-shop .list .c-img-box {
      margin: 0 auto;
      position: relative;
      padding-top: 75%; }
      .index-c-jx-shop .list .c-img-box img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(//s.autoimg.cn/as/static/holdimg_white.png) 50% no-repeat;
        background-size: 50% auto;
        z-index: 0;
        border-radius: 4px; }
    .index-c-jx-shop .list .card-info {
      text-align: center; }
      .index-c-jx-shop .list .card-info p.title {
        padding-top: 8px;
        font-size: 14px;
        color: #111E36;
        overflow: hidden;
        text-overflow: clip;
        white-space: nowrap; }
        .index-c-jx-shop .list .card-info p.title strong {
          width: 100%;
          font-weight: 500; }
      .index-c-jx-shop .list .card-info p.sub-info {
        padding-top: 5px;
        font-size: 12px;
        color: #666D7F;
        font-weight: 300;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .index-c-jx-shop .list .card-info .info-bottom {
        padding-top: 7px;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex; }

.tp-tab-box {
  padding-top: 5px; }
  .tp-tab-box .tp-tab {
    text-align: left;
    border-bottom: 1px solid #EEEEEE; }
    .tp-tab-box .tp-tab a:first-child {
      margin-left: 0; }
    .tp-tab-box .tp-tab a.item-img {
      background: url("//x.autoimg.cn/2scimg/m/20191202/index-bg02d.png");
      background-size: 100% 100%;
      width: 42px;
      height: 20px; }
      .tp-tab-box .tp-tab a.item-img.active {
        background: url("//x.autoimg.cn/2scimg/m/20191202/index-bg03s.png");
        background-size: 100% 100%;
        width: 56px;
        height: 25px; }
  .tp-tab-box .tp-card-list-tofu {
    margin-top: 15px; }
    .tp-tab-box .tp-card-list-tofu .tp-tags-box {
      overflow: hidden; }
      .tp-tab-box .tp-card-list-tofu .tp-tags-box .tp-tags {
        margin-bottom: 4px; }
        .tp-tab-box .tp-card-list-tofu .tp-tags-box .tp-tags.green, .tp-tab-box .tp-card-list-tofu .tp-tags-box .tp-tags.blue {
          background: none; }
  .tp-tab-box .all-btm-more {
    padding-top: 0; }
  .tp-tab-box .swiper-container-zx {
    margin-top: 15px; }
    .tp-tab-box .swiper-container-zx .swiper-slide {
      width: auto;
      margin-bottom: 21px; }
      .tp-tab-box .swiper-container-zx .swiper-slide a {
        height: 46px;
        display: block;
        border: 1px solid #eeeeee;
        box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.1);
        padding: 13px 8px 0;
        text-align: center;
        box-sizing: border-box;
        position: relative;
        background: #FFFFFF;
        font-size: 15px;
        color: #1B1B1B; }
        .tp-tab-box .swiper-container-zx .swiper-slide a img {
          width: 20px;
          height: 20px;
          padding-right: 2px; }
        .tp-tab-box .swiper-container-zx .swiper-slide a:before {
          content: "";
          width: 14px;
          height: 12px;
          background: url(//x.autoimg.cn/2scimg/m/20190220/dot.png) no-repeat;
          background-size: 100% 100%;
          display: inline-block;
          position: absolute;
          top: 0;
          left: 4px; }
  .tp-tab-box .cap-information li {
    border-top: 1px solid #EEEEEE;
    padding: 12px 0;
    list-style-type: none;
    margin-bottom: 2px; }
    .tp-tab-box .cap-information li.union-ad-placeholder a {
      padding: 0 !important;
      height: 92px !important; }
      .tp-tab-box .cap-information li.union-ad-placeholder a img {
        width: 113px !important;
        height: 84px !important;
        margin: 3px 0 3px 10px !important; }
    .tp-tab-box .cap-information li a {
      display: block; }
      .tp-tab-box .cap-information li a .img-box {
        float: right;
        width: 113px;
        height: 84px;
        margin: 3px 0; }
        .tp-tab-box .cap-information li a .img-box img {
          width: 113px;
          height: 84px;
          margin-left: 0; }
      .tp-tab-box .cap-information li a .cap-info-text {
        margin-right: 123px;
        height: 92px;
        position: relative; }
        .tp-tab-box .cap-information li a .cap-info-text h4 {
          font-size: 17px;
          color: #1B1B1B;
          line-height: 1.5;
          height: 46px;
          overflow: hidden; }
        .tp-tab-box .cap-information li a .cap-info-text .cap-bottom {
          color: #999999;
          height: 18px;
          line-height: 18px;
          font-size: 12px;
          position: absolute;
          left: 0;
          bottom: 0; }
          .tp-tab-box .cap-information li a .cap-info-text .cap-bottom span,
          .tp-tab-box .cap-information li a .cap-info-text .cap-bottom em {
            padding-right: 16px;
            height: 18px;
            line-height: 18px;
            display: inline-block; }
            .tp-tab-box .cap-information li a .cap-info-text .cap-bottom span.tag-add,
            .tp-tab-box .cap-information li a .cap-info-text .cap-bottom em.tag-add {
              height: 18px;
              padding: 0 2.5px;
              background-color: #E6E6E6;
              vertical-align: top;
              margin-right: 16px; }
          .tp-tab-box .cap-information li a .cap-info-text .cap-bottom .u-line {
            padding: 0 5px;
            text-decoration: none; }
          .tp-tab-box .cap-information li a .cap-info-text .cap-bottom em {
            color: #2873FF; }

.card-list-tofu-li .card-price .goodStart-tag {
  display: inline-block;
  vertical-align: 1px;
  padding: 0 3px;
  height: 16px;
  border-radius: 4px 0 4px 0;
  background-image: -webkit-linear-gradient(167deg, #FF816D 0%, #FE4A3B 100%);
  background-image: linear-gradient(-77deg, #FF816D 0%, #FE4A3B 100%);
  font: 700 10px/16px FZZDHJW--GB1-0;
  color: #fff;
  text-align: center; }
  .card-list-tofu-li .card-price .goodStart-tag .text {
    display: inline-block;
    -webkit-transform: scale(0.88);
        -ms-transform: scale(0.88);
            transform: scale(0.88); }

.all-banner {
  position: relative;
  margin-top: 15px; }
  .all-banner .alink-btn {
    padding: 5px 7px;
    color: #FFFFFF;
    font-size: 14px;
    position: absolute;
    bottom: 15px;
    left: 20px;
    display: inline-block;
    width: auto; }
    .all-banner .alink-btn.tp-btn.orange {
      background: #F9712C; }
    .all-banner .alink-btn .usedfont {
      font-size: 10px;
      padding-left: 0;
      vertical-align: top; }
  .all-banner .sell-car-box {
    position: absolute;
    top: 12px;
    left: 20px; }
    .all-banner .sell-car-box h4 {
      font-size: 22px;
      color: #383838;
      line-height: 30px;
      height: 30px; }
    .all-banner .sell-car-box p {
      color: #666666;
      font-size: 12px;
      height: 17px;
      line-height: 17px; }
  .all-banner img {
    width: 100%; }

.mess-download-app {
  width: 270px;
  padding: 0; }
  .mess-download-app .download-img {
    width: 270px;
    height: 205px;
    margin-bottom: 15px; }
    .mess-download-app .download-img img {
      width: 100%;
      height: auto; }
  .mess-download-app .mess-box-content {
    padding-top: 0;
    text-align: center;
    margin-bottom: 15px; }
    .mess-download-app .mess-box-content p {
      font-size: 24px;
      line-height: 33px;
      color: #1b1b1b;
      font-weight: bold;
      margin-bottom: 5px; }
    .mess-download-app .mess-box-content span {
      display: block;
      font-size: 19px;
      line-height: 26px;
      color: #4a4a4a;
      margin-bottom: 20px; }
      .mess-download-app .mess-box-content span em {
        display: inline-block;
        color: #f9712c; }
    .mess-download-app .mess-box-content .submit-btn {
      display: block;
      width: 230px;
      height: 44px;
      line-height: 44px;
      text-align: center;
      background-image: -webkit-linear-gradient(left, #F9712C 0%, #FC9C6C 100%);
      background-image: linear-gradient(90deg, #F9712C 0%, #FC9C6C 100%);
      font-size: 18px;
      color: #fff;
      margin: 0 auto; }

.tp-card-list-tofu .card-list-tofu-li {
  width: 50%;
  padding-right: 6px;
  padding-bottom: 10px;
  float: left;
  position: relative;
  box-sizing: border-box; }
  .tp-card-list-tofu .card-list-tofu-li:nth-child(even) {
    padding-right: 0;
    padding-left: 6px; }
  .tp-card-list-tofu .card-list-tofu-li .price-inquiry-btn {
    position: absolute;
    right: 0;
    z-index: 3;
    bottom: -1px; }
    .tp-card-list-tofu .card-list-tofu-li .price-inquiry-btn:active, .tp-card-list-tofu .card-list-tofu-li .price-inquiry-btn:link, .tp-card-list-tofu .card-list-tofu-li .price-inquiry-btn:visited {
      border: 0;
      box-shadow: 0; }

.card-list-tofu-li a {
  display: block; }

.card-list-tofu-li .card-head-img {
  position: relative;
  overflow: hidden; }
  .card-list-tofu-li .card-head-img .img-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
    .card-list-tofu-li .card-head-img .img-box img {
      width: 100%;
      position: relative; }
      .card-list-tofu-li .card-head-img .img-box img.car-12 {
        width: 166px;
        height: 16px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 12; }
    .card-list-tofu-li .card-head-img .img-box .car-text {
      position: absolute;
      left: 0;
      top: 0;
      z-index: 9;
      display: inline-block;
      height: 17px;
      border-radius: 4px 0 4px 0;
      padding: 0 4px;
      font: 700 11px/17px FZZDHJW--GB1-0;
      color: #FFFFFF; }
      .card-list-tofu-li .card-head-img .img-box .car-text.purple {
        background-image: -webkit-linear-gradient(354deg, #782EE7 0%, #E300CF 100%);
        background-image: linear-gradient(96deg, #782EE7 0%, #E300CF 100%); }
      .card-list-tofu-li .card-head-img .img-box .car-text.red {
        background-image: -webkit-linear-gradient(343deg, #FF6060 11%, #FF8D60 100%);
        background-image: linear-gradient(107deg, #FF6060 11%, #FF8D60 100%); }
  .card-list-tofu-li .card-head-img img {
    width: 100%; }
  .card-list-tofu-li .card-head-img .playBtn {
    position: absolute;
    z-index: 4;
    display: block;
    width: 45px;
    height: 45px;
    top: 40px;
    left: 61px; }
  .card-list-tofu-li .card-head-img .icon_play_videoaudio {
    background: url(//x.autoimg.cn/m/chejiahao/images/ui/play_normal@2x.png) no-repeat 0 0/100%; }
    .card-list-tofu-li .card-head-img .icon_play_videoaudio:active {
      background: url(//x.autoimg.cn/m/chejiahao/images/ui/play_down@2x.png) no-repeat 0 0/100%; }
  .card-list-tofu-li .card-head-img .tag-xsth {
    padding: 2.5px 3px;
    display: inline-block;
    color: #FFFFFF;
    font-size: 10px;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
    background-image: -webkit-linear-gradient(left, #FF516F 0%, #FF8949 100%);
    background-image: linear-gradient(left, #FF516F 0%, #FF8949 100%);
    z-index: 2; }

.card-list-tofu-li .card-bottom-text h4 {
  position: relative;
  font-size: 14px;
  color: #4A4A4A;
  line-height: 1.2;
  display: -webkit-box;
  display: box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-top: 8px;
  height: 33px;
  font-weight: normal; }
  .card-list-tofu-li .card-bottom-text h4 .tags-shop {
    margin-right: 5px;
    vertical-align: 2px; }

.card-list-tofu-li .card-bottom-text .card-synthesis {
  color: #999999;
  font-size: 11px;
  padding-top: 7px; }

.card-list-tofu-li .card-bottom-text .card-price {
  padding-top: 7px;
  height: 15px;
  vertical-align: top; }
  .card-list-tofu-li .card-bottom-text .card-price ins {
    color: #F9712C;
    font-size: 14px;
    line-height: 15px;
    vertical-align: top;
    font-weight: bold; }
    .card-list-tofu-li .card-bottom-text .card-price ins em {
      padding-right: 7.5px;
      vertical-align: top; }
  .card-list-tofu-li .card-bottom-text .card-price s {
    margin-left: 5px;
    color: #999999;
    font-size: 12px;
    vertical-align: top; }
  .card-list-tofu-li .card-bottom-text .card-price .tp-tags {
    margin-left: 4px;
    vertical-align: top; }
  .card-list-tofu-li .card-bottom-text .card-price .tag-ded-coupons {
    position: relative;
    display: inline-block;
    margin-left: 4px;
    padding-left: 4.5px;
    padding-top: 2px;
    color: #754D04;
    font-size: 10px !important;
    vertical-align: 1px;
    background: url(//s.autoimg.cn/2sc/2scimg/m/20180122/bg_tag_ticket@2x.png) no-repeat top;
    background-size: 67px;
    width: 67px;
    height: 13px;
    text-align: center;
    box-sizing: border-box; }
  .card-list-tofu-li .card-bottom-text .card-price .cards-tags {
    margin-left: 5px;
    vertical-align: 3px; }

.card-list-tofu-li .card-bottom-text .card-price-bd {
  color: #666666;
  font-size: 12px;
  padding-top: 6px;
  height: 15px; }
  .card-list-tofu-li .card-bottom-text .card-price-bd.card-p-hd-orange {
    color: #F9712C; }
  .card-list-tofu-li .card-bottom-text .card-price-bd em {
    padding-right: 5px;
    vertical-align: top; }

.card-list-tofu-li .card-bottom-text .tp-tags-box {
  height: 15px;
  padding-top: 6px;
  vertical-align: top; }

.tp-tab {
  text-align: left;
  color: #4A4A4A;
  padding: 14px 0 14px 20px;
  font-size: 0;
  background-color: #FFFFFF; }
  .tp-tab a {
    display: inline-block;
    color: #1B1B1B;
    font-size: 16px;
    line-height: 20px;
    height: 20px;
    margin-right: 24px; }
    .tp-tab a:last-child {
      margin-right: 0; }
  .tp-tab .active {
    position: relative;
    font-size: 22px;
    line-height: 20px;
    font-weight: 500; }
    .tp-tab .active:after {
      content: "";
      position: absolute;
      left: 50%;
      bottom: -10px;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background-color: #F9712C;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }

.tp-tags {
  padding: 0 3px;
  height: 11px;
  line-height: 1;
  font-size: 11px;
  width: auto;
  display: inline-block;
  border-radius: 1px;
  margin-right: 4px;
  vertical-align: top; }
  .tp-tags:last-child {
    margin-right: 0; }
  .tp-tags.blue, .tp-tags.green, .tp-tags.red, .tp-tags.orange {
    padding: 2px 3px;
    line-height: 1em;
    height: 15px;
    vertical-align: top;
    font-size: 10px;
    box-sizing: border-box; }
  .tp-tags.blue {
    color: #2873FF;
    border: 1px solid rgba(40, 115, 255, 0.5); }
  .tp-tags.green {
    color: #45c186;
    border: 1px solid rgba(69, 193, 134, 0.5); }
  .tp-tags.red {
    color: #FD4D4D;
    border: 1px solid rgba(253, 77, 77, 0.3); }
  .tp-tags.orange {
    color: #F9712C;
    border: 1px solid rgba(249, 113, 44, 0.3); }
  .tp-tags.status-orange {
    color: #FFFFFF;
    background: #F9712C;
    border: 1px solid #F9712C;
    border-radius: 0; }
  .tp-tags.status-red {
    color: #FFFFFF;
    background: #FD4D4D;
    border: 1px solid #FD4D4D;
    border-radius: 0; }
  .tp-tags.status-green {
    color: #FFFFFF;
    background: #45c186;
    border: 1px solid #45c186;
    border-radius: 0; }
  .tp-tags.status-gray {
    color: #FFFFFF;
    background: #999999;
    border: 1px solid #999999;
    border-radius: 0; }
  .tp-tags.status-l {
    color: #FFFFFF;
    padding: 3px 5px;
    font-size: 12px;
    border-radius: 0; }
  .tp-tags.shop-gold {
    padding: 2px 4px;
    color: #FFFFFF;
    text-align: center;
    border-radius: 1px;
    vertical-align: top;
    background-image: -webkit-linear-gradient(left, #D19C43 0%, #E5B769 100%);
    background-image: linear-gradient(90deg, #D19C43 0%, #E5B769 100%); }
  .tp-tags.shop-red {
    padding: 2px 4px;
    color: #FFFFFF;
    text-align: center;
    border-radius: 1px;
    vertical-align: top;
    background-image: -webkit-linear-gradient(left, #F9712C 0%, #FC9C6C 100%);
    background-image: linear-gradient(90deg, #F9712C 0%, #FC9C6C 100%); }
  .tp-tags.shop-blue {
    padding: 2px 4px;
    color: #FFFFFF;
    text-align: center;
    border-radius: 1px;
    vertical-align: top;
    background-image: -webkit-linear-gradient(48deg, #1445D7 0%, #2873FF 100%);
    background-image: linear-gradient(42deg, #1445D7 0%, #2873FF 100%); }

.tp-mess-box {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  box-sizing: border-box;
  background: #FFFFFF;
  z-index: 1000;
  border-radius: 10px; }
  .tp-mess-box.mess-box-bottom {
    position: fixed;
    width: 100%;
    top: inherit;
    bottom: 0;
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
    .tp-mess-box.mess-box-bottom .mess-box-tt {
      font-size: 12px;
      line-height: 40px;
      text-align: center;
      background-color: #F8F8F8;
      color: #999999;
      border-radius: 2px;
      z-index: 100; }
  .tp-mess-box .used-guanbi {
    position: absolute;
    padding: 15px;
    font-size: 13px;
    text-align: center;
    color: #999999;
    right: 0;
    top: 0;
    fill: #999; }
  .tp-mess-box.mess-box-push {
    width: 240px; }
  .tp-mess-box .mess-box-content {
    color: #4A4A4A;
    font-size: 14px; }
    .tp-mess-box .mess-box-content .title {
      font-size: 17px;
      color: #1B1B1B;
      line-height: 1.2;
      text-align: center;
      padding-bottom: 10px; }
    .tp-mess-box .mess-box-content .download-img img {
      border-top-left-radius: 10px;
      border-top-right-radius: 10px; }
    .tp-mess-box .mess-box-content .mess-img {
      width: 100%;
      padding-right: 20px;
      padding-left: 20px;
      margin: 5px auto 20px;
      box-sizing: border-box; }
      .tp-mess-box .mess-box-content .mess-img img {
        width: 100%; }
    .tp-mess-box .mess-box-content .mess-box-center-text {
      padding: 0 30px;
      text-align: center;
      line-height: 1.5;
      color: #666666;
      font-size: 14px; }
      .tp-mess-box .mess-box-content .mess-box-center-text em {
        color: #F9712C; }
      .tp-mess-box .mess-box-content .mess-box-center-text.mess-box-left-text {
        text-align: left; }
      .tp-mess-box .mess-box-content .mess-box-center-text.mess-box-text-light {
        color: #999999; }
    .tp-mess-box .mess-box-content .mess-box-bottom-btn {
      border-top: 1px solid #EEEEEE;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-top: 25px; }
      .tp-mess-box .mess-box-content .mess-box-bottom-btn .mess-box-btn {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
        display: inline-block;
        text-align: center;
        line-height: 45px;
        height: 45px;
        font-size: 16px;
        box-sizing: border-box; }
        .tp-mess-box .mess-box-content .mess-box-bottom-btn .mess-box-btn:link, .tp-mess-box .mess-box-content .mess-box-bottom-btn .mess-box-btn:visited {
          color: #F9712C; }
        .tp-mess-box .mess-box-content .mess-box-bottom-btn .mess-box-btn.mess-box-btn-gray:link, .tp-mess-box .mess-box-content .mess-box-bottom-btn .mess-box-btn.mess-box-btn-gray:visited {
          color: #666666; }
        .tp-mess-box .mess-box-content .mess-box-bottom-btn .mess-box-btn:nth-child(2) {
          border-left: 1px solid #EEEEEE; }
  .tp-mess-box .mess-box-img-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 14px 25px; }
    .tp-mess-box .mess-box-img-btn .tp-btn {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      margin: 0 5px;
      border-radius: 2px; }
  .tp-mess-box.mess-agreement .mess-box-content {
    padding-top: 10px; }
    .tp-mess-box.mess-agreement .mess-box-content .mess-img {
      padding-right: 10px;
      padding-left: 10px;
      margin-bottom: 13px; }
    .tp-mess-box.mess-agreement .mess-box-content .title {
      font-size: 20px; }
    .tp-mess-box.mess-agreement .mess-box-content .mess-box-text-light {
      text-indent: 24px;
      padding-left: 10px;
      padding-right: 10px;
      color: #4A4A4A;
      max-height: 130px;
      overflow: hidden;
      overflow-y: auto;
      text-align: left; }
    .tp-mess-box.mess-agreement .mess-box-content .tp-checkbox-box {
      margin-top: 42px;
      position: relative; }
      .tp-mess-box.mess-agreement .mess-box-content .tp-checkbox-box .tp-tooltips {
        display: none; }
      .tp-mess-box.mess-agreement .mess-box-content .tp-checkbox-box .tp-title {
        white-space: nowrap;
        color: #4A4A4A; }
      .tp-mess-box.mess-agreement .mess-box-content .tp-checkbox-box .error {
        background: #FED8C5; }
        .tp-mess-box.mess-agreement .mess-box-content .tp-checkbox-box .error + .tp-tooltips {
          display: block;
          position: absolute;
          top: -50px;
          left: 10px; }
          .tp-mess-box.mess-agreement .mess-box-content .tp-checkbox-box .error + .tp-tooltips .tip-content {
            font-size: 14px;
            line-height: 1; }
    .tp-mess-box.mess-agreement .mess-box-content .mess-box-bottom-btn {
      margin-top: 0; }

.all-content a.img-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.c-badge {
  display: inline-block;
  padding: 3px 4px;
  border-radius: 4px 0 4px 0;
  font-size: 12px;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  color: #666D7F; }
  .c-badge.blue-bg {
    color: #fff;
    background-color: #0055FF; }

.c-badge-small {
  padding: 1px 4px; }

/*Stars & Input*/
.rating-stars {
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap; }

.rating-stars .rating-input {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  font-size: 1px;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  opacity: 0; }

.rating-disabled .rating-input, .rating-disabled .rating-stars {
  cursor: not-allowed; }

.rating-stars .star {
  display: inline-block;
  text-align: center;
  margin-right: 3px; }
  .rating-stars .star:last-child {
    margin-right: 0; }

.rating-stars .empty-stars {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #e6e6e6; }

.rating-stars .filled-stars {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  color: #ff651b;
  white-space: nowrap;
  overflow: hidden; }

.rating-rtl {
  float: right; }

.rating-animate .filled-stars {
  transition: width 0.25s ease;
  -o-transition: width 0.25s ease;
  -moz-transition: width 0.25s ease;
  -webkit-transition: width 0.25s ease; }

.rating-rtl .filled-stars {
  left: auto;
  right: 0;
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
          transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0); }

.icon-star-fill:before {
  content: "\e633"; }

/*尺寸设置*/
.rating-md {
  font-size: 16px; }
  .rating-md .iconfont {
    font-size: 16px; }

.rating-sm {
  font-size: 14px; }
  .rating-sm .iconfont {
    font-size: 14px; }

.rating-xs {
  font-size: 12px; }
  .rating-xs .iconfont {
    font-size: 12px; }
  .rating-xs .caption {
    font-size: 12px; }

/*清除*/
.rating-stars .clear-rating {
  color: #aaa;
  cursor: not-allowed;
  display: inline-block;
  vertical-align: middle; }

.clear-rating-active {
  cursor: pointer !important; }

.clear-rating-active:hover {
  color: #843534; }

.rating-stars .clear-rating {
  padding-right: 5px; }

/*标题*/
.rating-stars .caption {
  color: #999;
  display: inline-block;
  vertical-align: middle;
  font-size: 60%;
  margin-top: -0.2em; }

.rating-stars .caption {
  margin-left: 5px;
  margin-right: 0; }

.rating-rtl .caption {
  margin-right: 5px;
  margin-left: 0; }

.fixed-layer {
  z-index: 666;
  position: fixed;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  bottom: 105px;
  right: 10px; }
  .fixed-layer li {
    position: relative;
    margin: 0 auto 10px;
    min-height: 45px; }
    .fixed-layer li .money-input {
      position: relative;
      margin-right: -5px; }
      .fixed-layer li .money-input img {
        width: 57px; }
      .fixed-layer li .money-input .m-close {
        position: absolute;
        top: -15px;
        right: 57px;
        display: inline-block;
        width: 15px;
        height: 16px;
        background: url("//x.autoimg.cn/2scimg/m/20170427/close.png") center no-repeat;
        background-size: 100%; }

.copyright {
  padding-top: 15px;
  padding-bottom: 18px;
  background-color: #F8F9FC; }
  .copyright h6 {
    text-align: center;
    line-height: 22px;
    font-size: 12px;
    color: #E6E6E6;
    padding: 0 0 15px 0 !important; }
    .copyright h6 a {
      font-size: 12px;
      padding: 0 10px;
      color: #666D7F; }
  .copyright p {
    color: #666D7F;
    text-align: center;
    padding-bottom: 7px;
    font-size: 14px; }
    .copyright p.copy-right-tel {
      font-size: 12px; }
      .copyright p.copy-right-tel a {
        color: #F9712C; }
    .copyright p span {
      position: relative;
      font-size: 13px; }
      .copyright p span:before {
        content: "";
        background: #CCCCCC;
        width: 20px;
        position: absolute;
        height: 1px;
        left: -30px;
        top: 50%; }
      .copyright p span:after {
        content: "";
        background: #CCCCCC;
        width: 20px;
        position: absolute;
        height: 1px;
        right: -30px;
        top: 50%; }
    .copyright p:last-child {
      font-size: 10px;
      -webkit-text-size-adjust: none;
         -moz-text-size-adjust: none;
          -ms-text-size-adjust: none;
              text-size-adjust: none;
      color: #C5CAD4; }

.backtop {
  position: fixed;
  right: 15px;
  bottom: 54px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: url("//x.autoimg.cn/2scimg/m/20190830/backtops.png") no-repeat center;
  background-size: 100%;
  z-index: 40; }
  .backtop:active {
    opacity: 0.5; }

.mask-replace {
  z-index: 0 !important; }

.replace {
  position: relative;
  background: #fff;
  box-sizing: border-box;
  z-index: 1000; }
  .replace .nav-final {
    padding: 14px 0; }
  .replace.block-brand, .replace.block-cartype {
    height: auto; }
  .replace .aside-main,
  .replace .replace-main {
    box-sizing: border-box;
    height: 100%;
    overflow-y: scroll;
    padding-bottom: 55px; }
  .replace .replace-final {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    color: #4a4a4a;
    line-height: 44px;
    height: 44px;
    z-index: 125;
    border-bottom: 1px solid #eee; }
    .replace .replace-final p {
      font-size: 17px;
      text-align: center; }
    .replace .replace-final .back {
      display: inline-block;
      position: absolute;
      top: 0;
      left: 0;
      color: #4a4a4a;
      line-height: 40px;
      padding: 0 15px; }
  .replace .quickJump,
  .replace .jump-tag {
    position: fixed !important; }

/* 选择地区 */
.aside {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  background: #fff;
  box-sizing: border-box;
  z-index: 10001;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d; }
  .aside .nav-final {
    padding: .64rem 0;
    position: relative;
    height: 44px;
    line-height: 1;
    font-size: 13px;
    border-bottom: 1px solid #E6E6E6;
    box-sizing: border-box;
    text-align: center;
    z-index: 10000; }
    .aside .nav-final.nav-final-noborder {
      border: none; }
    .aside .nav-final .back {
      display: block;
      position: absolute;
      font-size: 16px;
      color: #4A4A4A;
      left: 15px;
      top: 0px;
      line-height: 44px; }
    .aside .nav-final .final-right {
      position: absolute;
      top: 0;
      right: 0;
      padding-right: 0.9375rem;
      line-height: 2.75rem;
      box-sizing: border-box;
      color: #222c38;
      white-space: nowrap; }
    .aside .nav-final .final-right-share {
      position: absolute;
      right: 55px;
      top: 0px;
      line-height: 44px;
      box-sizing: border-box;
      color: #666666;
      white-space: nowrap;
      font-size: 17px; }
      .aside .nav-final .final-right-share .final-link {
        padding-left: 15px;
        color: #4A4A4A; }
    .aside .nav-final p {
      font-size: 17px;
      color: #fff;
      text-align: center; }
    .aside .nav-final .icon-caidan {
      position: absolute;
      right: 15px;
      top: 0px;
      display: block;
      font-size: 20px;
      line-height: 44px;
      box-sizing: border-box;
      color: #666666;
      white-space: nowrap;
      z-index: 100; }
    .aside .nav-final .layer-menu {
      visibility: hidden;
      overflow: visible;
      z-index: 0; }
    .aside .nav-final .icon-normal-left {
      font-size: 17px;
      color: #666666; }
  .aside .aside-main {
    position: relative;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    padding-bottom: 85px; }

.block-area .nav-final,
.block-area-sub .nav-final {
  background-color: #fff; }
  .block-area .nav-final.nav-final-noborder,
  .block-area-sub .nav-final.nav-final-noborder {
    border: none; }
  .block-area .nav-final .final-right,
  .block-area-sub .nav-final .final-right {
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 0.9375rem;
    line-height: 2.75rem;
    box-sizing: border-box;
    color: #222c38;
    white-space: nowrap; }
  .block-area .nav-final .final-right-share,
  .block-area-sub .nav-final .final-right-share {
    position: absolute;
    right: 55px;
    top: 0px;
    line-height: 44px;
    box-sizing: border-box;
    color: #666666;
    white-space: nowrap;
    font-size: 17px; }
    .block-area .nav-final .final-right-share .final-link,
    .block-area-sub .nav-final .final-right-share .final-link {
      padding-left: 15px;
      color: #4A4A4A; }
  .block-area .nav-final p,
  .block-area-sub .nav-final p {
    font-size: 17px;
    color: #4A4A4A;
    text-align: center; }
  .block-area .nav-final .icon-caidan,
  .block-area-sub .nav-final .icon-caidan {
    position: absolute;
    right: 15px;
    top: 0px;
    display: block;
    font-size: 20px;
    line-height: 44px;
    box-sizing: border-box;
    color: #666666;
    white-space: nowrap;
    z-index: 100; }
  .block-area .nav-final .layer-menu,
  .block-area-sub .nav-final .layer-menu {
    visibility: hidden;
    overflow: visible;
    z-index: 0; }
  .block-area .nav-final .icon-normal-left,
  .block-area-sub .nav-final .icon-normal-left {
    font-size: 17px;
    color: #666666; }

.block-area .list-line .item,
.block-area-sub .list-line .item {
  display: block;
  padding: 15px 0 15px;
  color: #4A4A4A;
  border-bottom: 1px solid #E6E6E6;
  box-sizing: border-box;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 13px; }
  .block-area .list-line .item:last-child,
  .block-area-sub .list-line .item:last-child {
    border-bottom: 0; }
  .block-area .list-line .item:visited,
  .block-area-sub .list-line .item:visited {
    color: #4A4A4A; }

.block-area .aside-main {
  background: #F8F8F8; }

.block-area h3 {
  background: #F8F8F8;
  padding: 9px 15px;
  font-size: 12px;
  color: 13px; }

.block-area .tab-btngroup {
  padding: 10px 15px 6px 15px;
  overflow: hidden;
  background: #fff;
  border-bottom: solid 1px #E6E6E6; }
  .block-area .tab-btngroup .tt {
    position: relative;
    padding: 15px 0;
    overflow: hidden;
    background: #fff;
    font-size: 15px; }
    .block-area .tab-btngroup .tt em {
      font-size: 20px;
      color: #666666;
      float: right; }
      .block-area .tab-btngroup .tt em.active {
        color: #F9712C; }
    .block-area .tab-btngroup .tt b {
      display: inline-block;
      white-space: nowrap;
      text-overflow: ellipsis;
      max-width: 115px;
      font-size: 20px;
      color: #999999;
      margin-left: 5px; }
    .block-area .tab-btngroup .tt .new {
      display: inline-block;
      padding: 4px 6px;
      line-height: 1em;
      background-color: #FD4D4D;
      color: #fff;
      font-size: 12px;
      border-radius: 2px;
      -webkit-transform: scale(0.75);
          -ms-transform: scale(0.75);
              transform: scale(0.75);
      -webkit-transform-origin: left center;
          -ms-transform-origin: left center;
              transform-origin: left center;
      margin-left: 4px; }
      .block-area .tab-btngroup .tt .new:before {
        content: "NEW"; }
    .block-area .tab-btngroup .tt span {
      display: block;
      position: relative;
      max-width: 150px;
      color: #999999;
      font-size: 14px;
      text-align: right;
      float: right;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .block-area .tab-btngroup .tt .active {
      color: #F9712C; }
    .block-area .tab-btngroup .tt .iconfont {
      display: inline-block;
      color: #666666;
      margin-left: 10px;
      float: right;
      font-size: 12px;
      -webkit-transform: translateY(1px);
          -ms-transform: translateY(1px);
              transform: translateY(1px); }
    .block-area .tab-btngroup .tt .icon-refresh {
      -webkit-transform: translateY(-3px);
          -ms-transform: translateY(-3px);
              transform: translateY(-3px); }
  .block-area .tab-btngroup .btn {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    font-size: 14px;
    padding: 11px 15px;
    margin: 5px 10px 5px 0;
    box-sizing: border-box;
    background-color: #fff;
    color: #4A4A4A;
    border-radius: 1px;
    cursor: pointer;
    border: 1px solid #E6E6E6;
    text-align: center; }
    .block-area .tab-btngroup .btn.active {
      border-color: #F9712C;
      color: #F9712C;
      background: rgba(249, 113, 44, 0.2); }
  .block-area .tab-btngroup .btn.btn-orange {
    background: #F9712C;
    border: solid 1px #F9712C;
    color: #fff; }
  .block-area .tab-btngroup.column2 .btn {
    display: block;
    padding-left: 0;
    padding-right: 0;
    width: 48%;
    margin-right: 4%; }
    .block-area .tab-btngroup.column2 .btn:nth-of-type(2n) {
      margin-right: 0; }
  .block-area .tab-btngroup.column3 .btn {
    display: block;
    padding-left: 0;
    padding-right: 0;
    width: 31.33333%;
    margin-right: 3%; }
    .block-area .tab-btngroup.column3 .btn:nth-of-type(3n) {
      margin-right: 0; }
  .block-area .tab-btngroup.column4 .btn {
    display: block;
    padding-left: 0;
    padding-right: 0;
    width: 22%;
    margin-right: 4%; }
    .block-area .tab-btngroup.column4 .btn:nth-of-type(4n) {
      margin-right: 0; }
  .block-area .tab-btngroup.column5 .btn {
    display: block;
    padding-left: 0;
    padding-right: 0;
    width: 16%;
    margin-right: 5%; }
    .block-area .tab-btngroup.column5 .btn:nth-of-type(5n) {
      margin-right: 0; }
  .block-area .tab-btngroup.column7 .btn {
    display: block;
    padding-left: 0;
    padding-right: 0;
    width: 12.57143%;
    margin-right: 2%; }
    .block-area .tab-btngroup.column7 .btn:nth-of-type(7n) {
      margin-right: 0; }

.block-area .list-line {
  padding-left: 15px;
  background: #fff; }

.block-area .icon-pos {
  font-size: 12px;
  margin-right: 5px; }

.block-area .jump-tag,
.block-area .quickJump {
  position: absolute;
  top: 14%;
  right: 0;
  display: inline-block;
  width: 24px;
  font-size: 12px;
  line-height: 17.5px;
  height: 80%;
  z-index: 10000000; }
  .block-area .jump-tag .jump-ul,
  .block-area .quickJump .jump-ul {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    height: 100%;
    width: 100%; }
  .block-area .jump-tag .jump-li,
  .block-area .quickJump .jump-li {
    display: block;
    text-align: center;
    height: 5.2%; }

.block-area .jump-tips {
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.6);
  font-size: 30px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  z-index: 1000; }

.block-area .area-search {
  padding: 9px 15px;
  position: relative;
  border-bottom: 1px solid #E6E6E6;
  box-sizing: border-box;
  background: #fff; }
  .block-area .area-search input {
    border-radius: 4px;
    border: 0.5px solid #EEEEEE;
    background: #F8F8F8;
    padding: 7px 25px 7px 28px;
    box-sizing: border-box;
    line-height: 1;
    vertical-align: top;
    width: 100%;
    font-size: 12px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
    .block-area .area-search input::-webkit-input-placeholder {
      color: #CCCCCC;
      font-size: 12px;
      line-height: 1; }
    .block-area .area-search input::-moz-placeholder {
      color: #CCCCCC;
      font-size: 12px;
      line-height: 1; }
    .block-area .area-search input:-ms-input-placeholder {
      color: #CCCCCC;
      font-size: 12px;
      line-height: 1; }
    .block-area .area-search input::-ms-input-placeholder {
      color: #CCCCCC;
      font-size: 12px;
      line-height: 1; }
    .block-area .area-search input::placeholder {
      color: #CCCCCC;
      font-size: 12px;
      line-height: 1; }
  .block-area .area-search .icon-search {
    color: #CCCCCC;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    left: 25px;
    font-size: 14px; }
  .block-area .area-search .input-clear {
    color: #CCCCCC;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    right: 25px;
    font-size: 14px; }
  .block-area .area-search .icon-fail {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    right: 23px;
    font-size: 10px;
    text-align: center;
    display: block;
    padding: 0;
    color: #EEEEEE;
    z-index: 100; }

.block-area-sub .list-line {
  margin-left: 15px;
  font-size: 14px; }
  .block-area-sub .list-line > h3 {
    background-color: #F8F8F8; }
  .block-area-sub .list-line li {
    position: relative;
    padding: 6.5px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 35px;
    font-size: 15px;
    color: #4A4A4A; }
    .block-area-sub .list-line li:last-child:before {
      display: none; }
    .block-area-sub .list-line li:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 1px;
      background-color: #F8F8F8;
      bottom: 0; }
    .block-area-sub .list-line li img {
      width: 35px;
      height: 35px;
      vertical-align: top;
      margin-right: 15px;
      box-sizing: border-box; }
    .block-area-sub .list-line li span {
      display: block;
      width: 100%;
      margin-left: -60px;
      text-indent: 60px;
      padding: 2px 0;
      float: left;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
    .block-area-sub .list-line li .t-more {
      position: relative;
      float: right;
      color: #6e6e6e;
      white-space: nowrap;
      padding: 2px 10px; }
      .block-area-sub .list-line li .t-more:after {
        content: "";
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 0;
        width: 1px;
        height: 60%;
        background-color: #E6E6E6; }

.quick-nav {
  overflow: hidden;
  background: #FFFFFF; }
  .quick-nav .che168-guanggao {
    margin: 15px 10px 0; }
  .quick-nav .tab {
    padding: 0 15px; }
  .quick-nav .list-quick-entrance {
    padding: 0 10px; }
    .quick-nav .list-quick-entrance a {
      position: relative;
      display: block;
      margin: 10px;
      border: 1px solid #EEEEEE;
      padding: 8px;
      max-width: 107.5px !important;
      float: left;
      font-size: 13px;
      text-align: center;
      color: #1B1B1B;
      border-radius: 2px;
      text-overflow: ellipsis;
      white-space: nowrap;
      margin-top: 0;
      margin-left: 0; }
      .quick-nav .list-quick-entrance a img {
        width: 20px !important;
        height: 20px !important; }
      .quick-nav .list-quick-entrance a em {
        display: block;
        margin-top: 6px !important; }
      .quick-nav .list-quick-entrance a:visited {
        color: #1B1B1B; }
      .quick-nav .list-quick-entrance a:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 1px;
        height: 13px;
        background-color: #EEEEEE; }
      .quick-nav .list-quick-entrance a:nth-child(5n):after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 1px;
        height: 13px;
        background-color: inherit; }
  .quick-nav .list-quick-entrance-brand {
    padding: 0 10px 10px; }
    .quick-nav .list-quick-entrance-brand a {
      position: relative;
      display: block;
      width: 20%;
      float: left;
      font-size: 13px;
      text-align: center;
      color: #1B1B1B;
      margin-bottom: 15px; }
      .quick-nav .list-quick-entrance-brand a img {
        width: 20px !important;
        height: 20px !important; }
      .quick-nav .list-quick-entrance-brand a em {
        display: block;
        margin-top: 4px !important; }
      .quick-nav .list-quick-entrance-brand a:visited {
        color: #1B1B1B; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  font-family: inherit;
  font-size: 100%; }

input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
  display: none; }

.search-input {
  position: relative;
  height: 44px;
  border-bottom: 1px solid #E6E6E6;
  overflow: hidden;
  background-color: #FFFFFF; }
  .search-input .delete-icon {
    position: absolute;
    top: 15px;
    right: 70px;
    color: #d5d5d5;
    z-index: 10;
    width: 13px;
    height: 13px;
    background: url("//x.autoimg.cn/2scimg/m/20181210/del@2x.png") no-repeat center center;
    background-size: 100% 100%; }
  .search-input .back {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    padding: 8px 10px;
    font-size: 22px;
    color: #666666;
    z-index: 100; }
  .search-input .icon-search {
    position: absolute;
    top: 15px;
    left: 48px;
    color: #CCCCCC;
    z-index: 10; }
  .search-input .icon-clear1 {
    position: absolute;
    top: 15px;
    right: 70px;
    color: #1B1B1B;
    z-index: 10;
    opacity: 0.5; }
  .search-input .search-wrap,
  .search-input .search-form {
    position: relative;
    height: 30px;
    margin: 7px 60px 7px 40px;
    border-radius: 2px;
    padding: 0 40px 0 0;
    box-sizing: border-box;
    border: 1px solid #E6E6E6;
    background-color: #F8F8F8;
    box-sizing: border-box; }
  .search-input input {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 100%;
    padding-left: 30px;
    -webkit-appearance: none;
    background-color: #f8f8f8;
    vertical-align: middle;
    box-sizing: border-box;
    font-size: 12px; }
    .search-input input::-webkit-input-placeholder {
      display: block;
      color: #CCCCCC;
      font-size: 14px;
      line-height: 1.2;
      box-sizing: border-box; }
  .search-input .search-skip {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    font-size: 16px;
    color: #1B1B1B;
    padding: 0 15px;
    white-space: nowrap;
    text-align: center;
    height: 45px;
    line-height: 44px;
    z-index: 100; }
    .search-input .search-skip.active {
      color: #666666; }
  .search-input .icon-cross {
    position: absolute;
    right: 65px;
    top: 30%;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #000;
    opacity: 0.5;
    text-align: center; }
    .search-input .icon-cross::before {
      display: block;
      margin: 0 auto;
      color: #FFFFFF;
      font-size: 14px;
      text-align: center;
      -webkit-transform: scale(0.5) translate(0.5px, 2px);
          -ms-transform: scale(0.5) translate(0.5px, 2px);
              transform: scale(0.5) translate(0.5px, 2px); }

.search-result-list {
  position: relative;
  width: 100%;
  min-height: 47px;
  border-radius: 3px;
  box-sizing: border-box;
  background: #FFFFFF;
  z-index: 0; }
  .search-result-list .result-list-ul li a {
    line-height: 1;
    font-size: 14px; }
  .search-result-list .result-list-ul .result-article span {
    display: inline-block;
    width: 325px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .search-result-list .result-list-ul .business-link {
    display: inline-block;
    color: #1B1B1B;
    width: 100%; }
  .search-result-list .result-list-ul .business-count {
    padding: 15px;
    border-bottom: 1px solid #E6E6E6;
    font-size: 14px; }
    .search-result-list .result-list-ul .business-count span {
      color: #2873ff; }
    .search-result-list .result-list-ul .business-count i {
      float: right;
      color: #a0a0a0;
      font-size: 12px; }
  .search-result-list .brand-more {
    text-align: center;
    display: block;
    color: #2873FF;
    font-size: 13px;
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 15px !important; }
  .search-result-list .tt {
    font-size: 12px;
    color: #999999;
    padding: 14px 15px 3px; }
  .search-result-list li {
    display: block;
    border-bottom: 1px solid #E6E6E6;
    margin: 0 15px;
    font-size: 16px; }
    .search-result-list li:last-child {
      border-bottom: 0; }
    .search-result-list li a {
      display: block;
      padding: 15px 0;
      color: #1B1B1B; }
      .search-result-list li a:visited {
        color: #1B1B1B; }
      .search-result-list li a .result-article-page-views {
        padding-top: 10px;
        color: #999999;
        font-size: 12px; }
    .search-result-list li em {
      float: right;
      color: #999999;
      font-size: 14px; }
    .search-result-list li .icon-search-enter {
      font-size: 12px;
      color: #a0a0a0; }
  .search-result-list.essay-result {
    margin-top: 10px; }
    .search-result-list.essay-result li s {
      color: #2873FF;
      text-decoration: none; }

.r-n-list {
  background-color: #f5f5f5; }

.search {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  background: #F8F8F8;
  z-index: 10001;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  overflow: auto; }
  .search .search-h3 {
    height: 45px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 1;
    color: #666666; }
    .search .search-h3 .iconfont {
      font-size: 12px;
      color: #999999;
      float: right; }
  .search .search-sub-recommend-module .search-h3 {
    background-color: #f5f5f5; }
  .search .quick-nav {
    background: none; }
    .search .quick-nav .list-quick-entrance,
    .search .quick-nav .list-quick-entrance-brand {
      background-color: #FFFFFF; }
    .search .quick-nav .list-quick-entrance {
      padding-top: 15px;
      margin-bottom: -10px; }
      .search .quick-nav .list-quick-entrance a:after {
        background-color: inherit; }
      .search .quick-nav .list-quick-entrance a.one-into {
        overflow: visible !important;
        position: relative; }
        .search .quick-nav .list-quick-entrance a.one-into img {
          width: 28px !important;
          height: 14px !important;
          margin-right: 3px;
          vertical-align: -15px;
          position: absolute;
          z-index: 3;
          right: -7.5px;
          top: -8px; }
    .search .quick-nav .list-quick-entrance-brand a {
      width: 25%; }
      .search .quick-nav .list-quick-entrance-brand a em {
        display: inline-block; }
  .search .selected-area {
    padding: 0 15px;
    position: relative;
    margin-top: -10px;
    max-height: 176px;
    overflow: hidden; }
    .search .selected-area li {
      list-style-type: none; }
    .search .selected-area span {
      float: left;
      display: inline-block;
      position: relative;
      color: #666666;
      font-size: 14px;
      padding: 0 16px 0 16px;
      margin-top: 10px;
      height: 35px;
      line-height: 35px;
      margin-right: 10px;
      max-width: 176px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      background: #FFFFFF;
      box-sizing: border-box;
      border: solid 1px #EEEEEE; }
    .search .selected-area .icon-cross {
      position: absolute;
      right: 10px;
      top: 0;
      font-size: 10px;
      text-align: center;
      display: block;
      color: #999999; }
    .search .selected-area .result-clear {
      position: absolute;
      right: 15px;
      bottom: 10px;
      display: inline-block;
      padding: 0;
      border: 0;
      background: none;
      margin-right: 0;
      font-size: 12px;
      color: #666666;
      padding-left: 15px;
      border-left: solid 1px #EEEEEE;
      height: 14px;
      line-height: 14px;
      margin-top: 8px; }
  .search .iconfont-img {
    width: 14px;
    height: 15px;
    padding-right: 3px;
    display: inline-block;
    vertical-align: top;
    padding-top: 14px;
    overflow: hidden; }
    .search .iconfont-img img {
      width: 100%; }
  .search .search-history {
    max-height: 111px;
    padding-bottom: 15px; }
  .search .no-result {
    padding-top: 20px;
    padding-bottom: 5px;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    color: #1B1B1B; }

.clear-history-affirm {
  text-align: center;
  width: 300px !important;
  border-radius: 1px; }
  .clear-history-affirm .pop-content {
    font-size: 18px !important; }
  .clear-history-affirm .btn-group {
    width: 100%;
    -moz-text-align-last: justify;
         text-align-last: justify;
    text-align: justify; }
    .clear-history-affirm .btn-group span {
      padding: 0;
      border-radius: 2px;
      width: 128px !important;
      height: 44px;
      line-height: 44px;
      font-size: 16px;
      -moz-text-align-last: center;
           text-align-last: center;
      text-align: center; }
    .clear-history-affirm .btn-group .sub-ok {
      border-color: #2873FF;
      background: #2873FF; }
    .clear-history-affirm .btn-group .sub-cancel {
      border: 1px solid #2873FF;
      background-color: #FFFFFF;
      color: #2873FF; }

.pop-search .pop-content {
  padding-top: 5px; }

.pop-search .p-search-btn {
  width: 48.5%; }
  .pop-search .p-search-btn:last-child {
    margin-left: 3%; }

.md-cells {
  background-color: #fff;
  line-height: 20px;
  font-size: 17px; }
  .md-cells .md-cell {
    margin-top: 2px;
    padding: 0;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff; }
    .md-cells .md-cell .md-business-box {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      overflow: hidden; }
      .md-cells .md-cell .md-business-box .md-business-title-box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-pack: justify; }
      .md-cells .md-cell .md-business-box .md-business-rate-box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal; }
        .md-cells .md-cell .md-business-box .md-business-rate-box .sub-business-comments {
          margin-left: 11px;
          display: block;
          height: auto;
          -webkit-box-flex: 1;
          -webkit-flex-shrink: 1;
              -ms-flex-negative: 1;
                  flex-shrink: 1;
          font-size: 12px;
          overflow: hidden;
          color: #999; }
      .md-cells .md-cell .md-business-box .md-business-address {
        display: block;
        font-size: 12px;
        color: #666;
        overflow: hidden; }
    .md-cells .md-cell .md-cell__bd {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      .md-cells .md-cell .md-cell__bd .md-business-box .title {
        font-size: 16px;
        color: #1B1B1B; }
      .md-cells .md-cell .md-cell__bd .md-business-box .inStock {
        font-size: 12px;
        color: #999; }
        .md-cells .md-cell .md-cell__bd .md-business-box .inStock i {
          font-size: 12px; }
    .md-cells .md-cell .md-cell_primary {
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-align: start; }
      .md-cells .md-cell .md-cell_primary p {
        font-size: 16px; }
  .md-cells .md-cell_access {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    color: inherit; }

.md-search_show {
  margin-top: 0 !important;
  overflow-y: auto;
  position: fixed;
  top: 44px;
  width: 100%;
  max-height: 100%;
  z-index: 3; }

.search-result-module .his-clear {
  float: right;
  font-size: 12px; }

/*# sourceMappingURL=index.css.map */
