@charset "utf-8";
/* 适配旧的车型页头尾公共样式 */
body {
  -webkit-tap-highlight-color: transparent;
  font-size: 14px;
}

.fontstyle {
  line-height: 24px !important;
  font: 14px sans-serif !important;
}

.body-hide {
  height: 100%;
  overflow: hidden;
}

a {
  text-decoration: none;
  outline: none;
  color: #000000;
}

a:active,
a:hover {
  color: #e50021;
}

input,
textarea {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

img {
  vertical-align: middle;
  border: none;
}

.img100 {
  width: 100%;
}

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

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.center {
  text-align: center;
}

.re {
  position: relative;
}

.ab {
  position: absolute;
}

.block {
  display: block;
}

.in-block {
  display: inline-block;
}

.shou {
  cursor: pointer;
}

.fx {
  position: fixed;
}

.bold {
  font-weight: bold;
}

.pc-only {
  display: block !important;
}

.pad-only {
  display: none !important;
}

.mb-only {
  display: none !important;
}

.pc-pad {
  display: block !important;
}

.pc-m {
  display: block !important;
}

.mb-pad {
  display: none !important;
}

/* 顶部和尾部导航字体大小 */
.font24 {
  font-size: 24px !important;
}

.font20 {
  font-size: 20px !important;
}

.font18 {
  font-size: 18px !important;
}

.font16 {
  font-size: 16px !important;
}

.font14 {
  font-size: 14px !important;
}

.pop {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
}

.pop .win1109-box {
  width: 500px;
  height: 250px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -250px;
  margin-top: -100px;
  border-radius: 7px;
}

.pop .win1109-box p {
  text-align: center;
  margin-top: 70px;
  line-height: 30px;
}

.pop .win1109-box p span {
  color: #e00622;
}

.pop .win1109-box a {
  display: block;
  width: 45%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0 auto;
  background-color: #e00622;
  color: #fff;
  margin-top: 30px;
  border-radius: 22px;
}

#navpc img {
  display: inline-block;
  width: 100%;
}

.subscribe-wrapper {
  z-index: 777 !important;
}

#footer a {
  color: #000;
  display: block;
}

#footer #cururl {
  position: static;
  display: block;
}

#footer #cururl b {
  width: 10px;
  height: 7px;
  border: none;
  margin-left: 0;
}

#footer div {
  box-sizing: border-box;
}

.css-down {
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
  position: absolute;
  bottom: 0px;
  height: 120px;
  left: 50%;
  width: 100px;
  overflow: hidden;
  transform: translatex(-50%);
}

.css-down.black {
  color: #000;
}

.css-down.black #ani-box {
  border: 1px solid #000;
}

.css-down.black #ani-dot,
.css-down.black #ani-line-r,
.css-down.black #ani-line-l {
  background-color: #000;
}

.css-down p {
  height: 44px;
  line-height: 44px;
  text-align: center;
}

.css-down #ani-box {
  width: 23px;
  height: 23px;
  transform: scale(0);
  border-radius: 50%;
  border: 1px solid #ffffff;
  margin: 0 auto;
  position: relative;
}

.css-down #ani-dot {
  width: 1px;
  height: 0px;
  background-color: #fff;
  position: absolute;
  bottom: 62px;
  left: 50%;
  transform: translatex(-50%);
}

.css-down #ani-line-r,
.css-down #ani-line-l {
  position: absolute;
  bottom: 20px;
  left: 50px;
  transform-origin: bottom;
  width: 1px;
  height: 0px;
  background-color: #ffffff;
}

.css-down #ani-line-r {
  transform: rotate(45deg);
}

.css-down #ani-line-l {
  transform: rotate(-45deg);
}

.iptcheckbox {
  cursor: pointer;
}

.span_dx {
  float: left;
  width: 20px;
  height: 20px;
  background: #e40c2a;
  margin-right: 5px;
  position: relative;
  background: url(/uploads/image/2vcimages/check.png);
  background-size: 90% 90%;
  background-repeat: no-repeat;
}

.span_dx.cur img {
  display: none;
}

.span_dx img {
  position: absolute;
  top: 0px;
  left: 0;
  width: 95%;
}

@media (max-width: 1600px) {
  .font24 {
    font-size: 20px !important;
  }
  .font20 {
    font-size: 17px !important;
  }
  .font18 {
    font-size: 16px !important;
  }
  .font16 {
    font-size: 14px !important;
  }
  .font14 {
    font-size: 12px !important;
  }
}

@media (max-width: 1440px) {
  .font24 {
    font-size: 18px !important;
  }
  .font20 {
    font-size: 15px !important;
  }
  .font18 {
    font-size: 14px !important;
  }
  .font16 {
    font-size: 12px !important;
  }
  .font14 {
    font-size: 10px !important;
  }
}

@media (max-width: 1366px) {
  .font24 {
    font-size: 17px !important;
  }
  .font20 {
    font-size: 14px !important;
  }
  .font18 {
    font-size: 13px !important;
  }
  .font16 {
    font-size: 12px !important;
  }
  .font14 {
    font-size: 10px !important;
  }
}

@media (max-width: 1280px) {
  .font24 {
    font-size: 16px !important;
  }
  .font18 {
    font-size: 12px !important;
  }
  .font16 {
    font-size: 11px !important;
  }
  .font14 {
    font-size: 9px !important;
  }
}

@media (max-width: 1024px) {
  /* （pad） */
  .pc-only {
    display: none !important;
  }
  .pad-only {
    display: block !important;
  }
  .mb-only {
    display: none !important;
  }
  .mb-pad {
    display: block !important;
  }
  .pc-m {
    display: none !important;
  }
  /* 字体 */
  .font24 {
    font-size: 13px !important;
  }
  .font20 {
    font-size: 11px !important;
  }
  .font18 {
    font-size: 10px !important;
  }
  .font16 {
    font-size: 9px !important;
  }
  .font14 {
    font-size: 8px !important;
  }
}

@media (max-width: 767px) {
  /* （mob） */
  .pc-only {
    display: none !important;
  }
  .pad-only {
    display: none !important;
  }
  .mb-only {
    display: block !important;
  }
  .pc-pad {
    display: none !important;
  }
  .pc-m {
    display: block !important;
  }
  /* 字体 */
  .font32 {
    font-size: 4.3vw !important;
  }
  .font28 {
    font-size: 3.75vw !important;
  }
  .font24 {
    font-size: 3.2vw !important;
  }
  .font20 {
    font-size: 2.6vw !important;
  }
  .font18 {
    font-size: 2.4vw !important;
  }
  .font16 {
    font-size: 2.15vw !important;
  }
  .font14 {
    font-size: 1.75vw !important;
  }
  .pop .win1109-box {
    width: 90%;
    height: 45vw;
    background-color: #fff;
    position: absolute;
    left: 5%;
    top: 50%;
    margin-top: -22.5vw;
    margin-left: 0;
    border-radius: 7px;
  }
  .pop .win1109-box p {
    text-align: center;
    margin-top: 10vw;
    line-height: 20px;
  }
  .pop .win1109-box a {
    display: block;
    width: 50%;
    height: 10vw;
    line-height: 10vw;
    text-align: center;
    margin: 0 auto;
    background-color: #e00622;
    color: #fff;
    margin-top: 10vw;
    border-radius: 5vw;
  }
  #navm img {
    vertical-align: middle;
    width: 100%;
    display: inline-block;
  }
  #navm div,
  #navm a {
    box-sizing: border-box;
  }
  #footer-m {
    margin-top: 20px;
  }
  #footer-m li {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    list-style: none;
    margin: 0;
  }
  #footer-m img {
    display: block;
    width: 100%;
    vertical-align: middle;
    border: none;
    height: auto;
  }
  #footer-m a {
    color: #000;
    display: inline-block;
  }
  #footer-m #cururl {
    position: static;
    display: block;
  }
  #footer-m #cururl b {
    width: 10px;
    height: 7px;
    border: none;
    margin-left: 0;
  }
  #footer-m div {
    box-sizing: border-box;
  }
  #footer-m .footer-text .p1 {
    width: auto;
    height: auto;
    padding: 0;
  }
  .footer-fixed .footer-btn img {
    display: block;
  }
  .css-down {
    font-size: 3.5vw;
    height: 90px;
    width: 80px;
  }
  .css-down p {
    height: auto;
    line-height: initial;
    position: relative;
    bottom: -5px;
    vertical-align: top;
  }
  .css-down #ani-box {
    width: 4vw;
    height: 4vw;
    margin-top: 11px;
  }
  .css-down #ani-dot {
    bottom: 52px;
  }
  .css-down #ani-line-r,
  .css-down #ani-line-l {
    bottom: 10px;
    left: 40px;
  }
}
