﻿@charset "UTF-8";
html {
  background: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 100%;
  color: #333;
  font-family: "微软雅黑", Arial, "黑体", "_sans";
}
h1 {
  padding: 50px 0;
  font-size: 36px;
  font-weight: 400;
}
h1 span {
  padding-bottom: 5px;
  border-bottom: 2px solid #b71f27;
}
.cr {
  cursor: pointer;
}
a:hover {
  color: #b71e28;
}
.heardbox {
  height: 80px;
}
article,
aside,
blockquote,
body,
button,
code,
dd,
details,
div,
dl,
dt,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
input,
legend,
li,
menu,
nav,
ol,
p,
pre,
section,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  -webkit-tap-highlight-color: transparent;
}
audio,
canvas,
video {
  display: inline-block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th {
  text-align: inherit;
}
fieldset,
img {
  border: 0;
}
iframe {
  display: block;
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
del {
  text-decoration: line-through;
}
address,
b,
caption,
cite,
code,
dfn,
em,
i,
th,
var {
  font-style: normal;
}
ol,
ul {
  list-style: none;
}
b,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}
q:after,
q:before {
  content: "";
}
a {
  color: inherit;
  text-decoration: none !important;
}
a:hover,
a:visited {
  color: inherit;
  text-decoration: none !important;
}
input,
select,
textarea {
  font-size: inherit;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-size: inherit;
  color: inherit;
}
a,
ins {
  text-decoration: none;
  color: inherit;
}
a,
input,
textarea {
  color: inherit;
  -webkit-tap-highlight-color: transparent;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
}
input {
  background: no-repeat 0 0 scroll #fff;
  border: none;
  outline: medium;
  padding: 0;
}
input,
select,
textarea {
  font-family: Arial, "微软雅黑", "黑体", "_sans";
  color: inherit;
}
input:not([type="checkbox"]),
select,
textarea {
  outline: 0;
  border: none;
  -webkit-appearance: none;
}
.cf::after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.cf {
  zoom: 1;
}
.mb-nav {
  font-size: 16px;
}
body {
  position: relative;
}
.nav-top {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.4rem;
}
.nav-top .logo {
  display: flex;
  align-items: center;
  height: 100%;
}
.nav-top .logo img {
  height: 0.8rem;
}
.mb-nav {
  display: none;
  height: 1.4666666667rem;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.08);
  background: #fff;
  position: fixed;
  z-index: 99999999;
  top: 0;
  left: 0;
  box-shadow: -1px -5px 18px 0 #00223a;
}
.mb-nav svg {
  display: none;
}
.mb-nav a {
  height: 100%;
  display: block;
  width: 80%;
}
.dummy {
  height: 0;
  width: 100vw;
  transition: all 1s;
  position: relative;
  z-index: 999;
  padding: 0 0 0 1.6rem;
  color: #000;
  font-size: 0.3733333333rem;
  overflow: hidden;
  background-size: cover;
  background: #000;
}
.dummy .dummy2 {
  background-color: #fff;
  margin: 0.1333333333rem;
}
.dummy .listwarp {
  overflow-y: auto;
  background: #fff;
  padding: 0.2666666667rem;
  height: calc(100vh - 2rem);
}
.dummy--active {
  height: 100vh;
  background-size: cover;
}
.menu-icon-wrapper {
  display: inline-block;
  width: 34px;
  height: 34px;
  pointer-events: none;
  transition: 0.1s;
  position: relative;
}
.menu-icon-wrapper.scaled {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}
.menu-icon-wrapper svg {
  position: absolute;
  top: -33px;
  left: -33px;
  transform: scale(0.1);
  transform-origin: 0 0;
}
.menu-icon-wrapper svg path {
  stroke: #fff;
  stroke-width: 20px;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: transparent;
}
.menu-icon-wrapper .menu-icon-trigger {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
  pointer-events: auto;
  background: 0 0;
  border: none;
  margin: 0;
  padding: 0;
}
.menu-icon-wrapper .menu-icon-trigger:focus,
.menu-icon-wrapper .menu-icon-trigger:hover {
  outline: 0;
}
.dummy .list {
  border-bottom: 1px solid #eee;
  padding: 0.2666666667rem 0 0.2666666667rem 0.2666666667rem;
}
.dummy .list .list2 {
  border-top: 1px solid rgba(255, 255, 255, 0.6823529412);
  padding: 0.2666666667rem 0.1333333333rem;
  margin: 0 0 0 0.2666666667rem;
}
.dummy .list .yi {
  margin-top: 0.2666666667rem;
}
.act {
  font-weight: 700;
}
.erji {
  position: relative;
}
.erji::after {
  content: "";
  position: absolute;
  right: 0.1333333333rem;
  top: 0.3333333333rem;
  width: 0.1866666667rem;
  height: 0.3466666667rem;
  background: url(../assets/v2/images/mbjt.png) no-repeat center center;
  background-size: cover;
  transition: all 0.5s;
}
.erji .erjiwarp {
  display: none;
}
.zk {
  padding: 0.2666666667rem 0 0 0.2666666667rem !important;
}
.zk::after {
  transform: rotate(90deg);
}
@media screen and (max-width: 800px) {
  .kstd {
    margin-top: 0.6666666667rem;
  }
  .kstd .tit {
    font-size: 0.4266666667rem;
    font-style: italic;
    color: #fff;
    margin-bottom: 0.5333333333rem;
  }
  .ks {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .ks::after {
    content: "";
    flex: auto;
  }
  .ks a {
    width: 1.8666666667rem;
    height: 1.8666666667rem;
    margin-right: 0.5333333333rem;
    margin-bottom: 0.5333333333rem;
  }
  .ks a img {
    width: 100%;
    height: 100%;
  }
  .ks a:nth-child(4n) {
    margin-right: 0;
  }
  .searchbox .search {
    background-color: #fff;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 1.2rem;
  }
  .searchbox .search input {
    background-color: #fff;
    color: #9b9da6;
    margin-left: 0.4rem;
  }
  .searchbox .search img {
    width: 0.5333333333rem;
    margin-right: 0.2666666667rem;
  }
}
body {
  font-size: 18px !important;
  color: #333;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
.mytit {
  font-size: 24px;
  margin-bottom: 30px;
  color: #111;
  display: inline-block;
  position: relative;
  padding: 0 16px;
}
.mytit::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5px;
  height: 24px;
  border-radius: 8px;
  background: #950602;
}
.mytit::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5px;
  height: 24px;
  border-radius: 8px;
  background: #950602;
}
.mytit2 {
  font-size: 24px;
  margin-bottom: 30px;
  color: #111;
  display: inline-block;
  position: relative;
  padding: 0 16px;
}
.mytit2::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5px;
  height: 24px;
  border-radius: 8px;
  background: #950602;
}
.nav {
  width: 100%;
  height: 64px;
  background: #fff;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
}
.nav .container {
  height: 100%;
  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;
  font-size: 16px;
}
.nav .container .navlist {
  position: relative;
  margin-right: 43px;
}
.nav .container .navlist:hover {
  color: #950602;
}
.nav .container .navlist:hover::after {
  content: "";
  position: absolute;
  width: 32px;
  height: 4px;
  border-radius: 5px;
  opacity: 1;
  background: #950602;
  bottom: -13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.nav .container .act {
  color: #950602;
}
.nav .container .act::after {
  content: "";
  position: absolute;
  width: 32px;
  height: 4px;
  border-radius: 5px;
  opacity: 1;
  background: #950602;
  bottom: -13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.footer {
  margin-top: 48px;
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer .left .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}
.footer .left .list img {
  margin-right: 8px;
}
.footer .left .list span {
  color: #666;
}
.bah {
  text-align: center;
  font-size: 16px;
  padding: 30px 0 25px;
  color: #999;
}
header {
  padding: 10px 0;
}
header .container {
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
}
header .container .left,
header .container .right {
  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;
}
header .container .xian {
  width: 1px;
  height: 10px;
  background: #bccad1;
  margin: 0 10px;
}
header .container .list:hover {
  color: #950602;
}
.lc {
  padding-top:40px;
}
.lc .container {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 40px;
}
.pc {
  display: block;
}
.mb {
  display: none;
}
.serchbox {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 10px;
}
    .serchbox .ydztab .tab {
        width: 590px;
        margin-top: 20px;
        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;
        font-size: 16px;
    }
    .serchbox .ydztab .tab .tablist {
        cursor:pointer;
        padding: 5px 10px;
    }
        .serchbox .ydztab.tab .tablist:hover {
            cursor: pointer;
            border-radius: 100px;
            color: #950602;
            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;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            /*background: #950602;*/
            position: relative;
        }
    .serchbox .ydztab .tab .tablist:hover::after {
        content: "";
        position: absolute;
        width: 6px;
        height: 6px;
        left: 50%;
        bottom: -3px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background: url(../assets/v2/images/jt.png) no-repeat center center/cover;
    }
    .serchbox .ydztab .tab .act {
        padding: 5px 10px;
        border-radius: 100px;
        color: #950602;
        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;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
    }
    .serchbox .ydztab .tab .act::after {
        content: none;
        position: absolute;
        width: 6px;
        height: 6px;
        left: 50%;
        bottom: -3px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background: url(../assets/v2/images/jt.png) no-repeat center center/cover;
    }
.serchbox .serchwarp {
  margin-top:0px;
  position: relative;
}
    .serchbox .serchwarp .serch {
        width: 650px;
        height: 50px;
        border-radius: 0;
        padding: 20px 200px 20px 44px;
        opacity: 1;
        background: #fff;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: 1px solid #d3d3d3;
    }
.serchbox .serchwarp .serchbtn {
  position: absolute;
  right: 0;
  top: 50%;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100px;
  height: 50px;
  font-size: 18px;
  color: #fff;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0;
  background: #950602;
}
.serchbox .serchwarp .ssicon {
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.serchbox .serchwarp .xztp {
  position: absolute;
  right: 110px;
  top: 50%;
  cursor: pointer;
  width: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*Search Style */
.ks-suggest-container {
    overflow: hidden;
    background: none repeat scroll 0 0 white;
    border: 1px solid #d3d3d3;
    border-top: 0px solid #d3d3d3;
}

.hotsale ul, ol {
    margin: 0;
    padding: 0;
}

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

.ks-suggest-container li {
    color: #666666;
    float: left;
    font-size: 13px;
    line-height: 25px;
    padding: 1px 0 2px;
    width: 100%;
    font-weight: bold;
}

.ks-suggest-container .ks-selected {
    background-color: #f8f8f8;
    cursor: default;
}

.ks-suggest-key {
    float: left;
    padding-left: 12px;
    text-align: left;
}

.ks-suggest-result {
    color: green;
    float: right;
    padding-right: 5px;
    text-align: right;
}

.searchResultHintQRW {
    padding-bottom: 3px;
    clear: both;
    font-size: 16px;
    padding-left: 10px;
    width: 100%;
    float: left;
    margin-top: 5px;
    color: #004B91;
}

    .searchResultHintQRW .rcmdTxt {
        font: bold 16px Arial;
        color: #cc0000;
    }

.vin-brand-support {
    width: 60%;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 14px auto;
}

.vin-section-title {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    margin: 10px auto 0;
    position: relative;
    font-size: 16px;
}

    .vin-section-title:before {
        left: -124px;
    }

    .vin-section-title:after, .vin-section-title:before {
        content: "";
        position: absolute;
        display: block;
        width: 120px;
        top: 50%;
        height: 1px;
        background: #999;
    }

.vin-brand-support .vin-section-title div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
}

    .vin-brand-support .vin-section-title div span.next-circle, .vin-brand-support .vin-section-title div span.pre-circle {
        -ms-flex-item-align: center;
        align-self: center;
        margin: 0 10px;
    }

        .vin-brand-support .vin-section-title div span.next-circle i:first-child, .vin-brand-support .vin-section-title div span.next-circle i:last-child, .vin-brand-support .vin-section-title div span.pre-circle i:first-child, .vin-brand-support .vin-section-title div span.pre-circle i:last-child {
            display: inline-block;
            width: 8px;
            height: 8px;
            border-radius: 50%;
            border: 1px solid #999;
            font-size: 12px;
        }

.vin-section-title:after {
    right: -124px;
}

.vin-section-title:after, .vin-section-title:before {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    top: 50%;
    height: 1px;
    background: #999;
}

.vin-brand-support ul {
    overflow: hidden;
    margin-top: 10px;
}

.vin-brand-support li {
    cursor: pointer;
    float: left;
    display: inline-block;
    border: 1px solid #999;
    box-sizing: border-box;
    margin: 4px;
    padding: 4px 6px;
    width: 60px;
    position: relative;
    background: #fff;
    transition: all .3s ease-in-out;
    border-radius: 4px;
    overflow: hidden;
}

    .vin-brand-support li > .\--img {
        background-size: contain;
        background-position: 50%;
        background-repeat: no-repeat;
        height: 30px;
        max-width: 60px;
        margin: auto;
    }

    .vin-brand-support li > .\--label {
        width: 100%;
        text-align: center;
        font-size: 12px;
        line-height: 1;
        padding-top: 4px;
        padding-bottom: 2px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .vin-brand-support li:hover {
        border: 1px solid #ce2427
    }

.istoagesbox {
    width: 320px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    color: #fff;
    border-radius: 6px;
    background: #000;
    opacity: 0.6;
    filter: alpha(opacity=60);
    position: fixed;
    left: 50%;
    margin-left: -160px;
    /*top: 40%;*/
    /*margin-top: -27px;*/
    z-index: 10;
}

.vin-brand-support li.new-brand:before {
    content: "NEW";
    display: block;
    background: #ce2427;
    position: absolute;
    top: -5px;
    right: -21px;
    -webkit-transform: scale(.9) rotate(45deg);
    transform: scale(.9) rotate(45deg);
    width: 60px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    padding: 10px 0 3px;
}