.base-btn {
  display: block;
  width: 1.2rem;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  font-size: 0.16rem;
  color: #ffffff;
  background-color: #002c5f;
  cursor: pointer; }
  .base-btn .icon-down {
    padding-left: 0.16rem;
    background: url(../imgs/common/icon-down.png) no-repeat center;
    background-size: 100%;
    margin-left: 0.1rem; }
  .base-btn:hover {
    background-color: #00aad2; }
  .base-btn.disabled {
    background-color: #ffffff;
    border: 0.02rem solid #cccccc;
    color: #999999; }

.base-btn .icon-down {
  padding-left: 0.16rem;
  background: url(../imgs/common/icon-down.png) no-repeat center;
  background-size: 100%;
  margin-left: 0.1rem;
}

.base-btn:hover {
  background-color: #00aad2;
  color: #ffffff;
}

.base-btn.disabled {
  background-color: #ffffff;
  border: 0.02rem solid #cccccc;
  color: #999999;
}

.base-radio-btn {
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
  border: 0.02rem solid #00aad2;
  position: relative; }
  .base-radio-btn span {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 0.04rem solid #fff;
    background-color: #fff; }
  .base-radio-btn input {
    width: 100%;
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
    .base-radio-btn input:checked ~ span {
      background-color: #00aad2; }
  .base-radio-btn.disabled {
    border-color: #cccccc; }

.base-checkbox {
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  position: relative; }
  .base-checkbox span {
    display: block;
    width: 100%;
    height: 100%;
    border: 0.02rem solid #00aad2; }
  .base-checkbox input {
    width: 100%;
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
    .base-checkbox input:checked ~ span {
      background: url(../imgs/common/icon-checked.png) no-repeat center;
      background-size: 100%;
      border: none; }
  .base-checkbox.disabled {
    border-color: #cccccc; }

.pagination-wrap {
  font-size: 0;
  text-align: center; }
  .pagination-wrap .auto-play-btn {
    display: inline-block;
    width: 0.12rem;
    height: 0.12rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    margin: 0 0.05rem;
    cursor: pointer; }
    .pagination-wrap .auto-play-btn.pause {
      background-image: url(../imgs/common/icon-pause.png); }
    .pagination-wrap .auto-play-btn.play {
      background-image: url(../imgs/common/icon-play.png); }

.pagination {
  display: inline-block;
  font-size: 0; }
  .pagination .swiper-pagination-switch {
    display: inline-block;
    width: 0.12rem;
    height: 0.12rem;
    margin: 0 0.05rem;
    border: 1px solid #9b9b9b;
    border-radius: 50%; }
    .pagination .swiper-pagination-switch.swiper-active-switch {
      background-color: #00aad2;
      border-color: #00aad2; }
  .pagination .swiper-pagination-bullet {
    display: inline-block;
    width: 0.12rem;
    height: 0.12rem;
    margin: 0 0.05rem;
    border: 1px solid #9b9b9b;
    border-radius: 50%;
    background-color: #fff; }
  .pagination.swiper-pagination-bullet-active {
    background-color: #00aad2;
    border-color: #00aad2; }

.arrow-left,
.arrow-right {
  display: block;
  width: 0.44rem;
  height: 0.44rem;
  z-index: 2; }

.arrow-left {
  background: url(../imgs/common/pc-arrow-l.png) no-repeat center;
  background-size: 80%;
  background-position: left;
}

.arrow-right {
  background: url(../imgs/common/pc-arrow-r.png) no-repeat center;
  background-size: 80%;
  background-position: right;
}

.swiper-button-disabled {
  opacity: 0; }

.pop-msg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); }
  .pop-msg .msg-content {
    width: 7rem;
    background-color: #fff;
    border-radius: 0.05rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0.35rem 0.5rem;
    text-align: center; }
    .pop-msg .msg-content .msg-close {
      width: 0.2rem;
      height: 0.2rem;
      position: absolute;
      top: .15rem;
      right: .15rem;
      background: url(../imgs/common/close-btns.jpg) center center no-repeat;
      background-size: 100%;
      cursor: pointer; }
    .pop-msg .msg-content .title {
      font-size: 0.24rem;
      line-height: 1.5;
      margin-bottom: 0.3rem; }
    .pop-msg .msg-content .content {
      font-size: 0.16rem;
      line-height: 1.5; }
    .pop-msg .msg-content .msg-confirm {
      margin: 0.5rem auto 0; }

.cookie-pop {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.6rem;
  background-color: #fff;
  z-index: 22;
  box-shadow: -0.01rem 0.01rem 0.13rem 0 rgba(0, 0, 0, 0.2); }
  .cookie-pop .cookie-container {
    line-height: 0.6rem;
    text-align: center; }
    .cookie-pop .cookie-container .cookie-msg {
      display: inline-block;
      font-size: 0.14rem;
      line-height: 0.4rem;
      vertical-align: middle; }
      .cookie-pop .cookie-container .cookie-msg .rule {
        color: #00aad2; }
    .cookie-pop .cookie-container .base-btn {
      width: 1.56rem;
      display: inline-block;
      margin-left: 0.28rem;
      vertical-align: middle; }

.line-block {
  width: 11.2rem;
  margin: 0 auto;
  height: 0.8rem;
  background: url(../resource/vehicleComponents/line-pc.png) no-repeat center bottom;
  background-size: 100%; }

@media (max-width: 1330px) {
  .cookie-pop .cookie-container .cookie-msg {
    font-size: 0.12rem; }

  .cookie-pop .cookie-container .base-btn {
    width: 1.2rem; } }
@media (max-width: 1024px) {

  .base-btn {
    width: 1.8rem;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.28rem; }

  .base-radio-btn {
    width: 0.38rem;
    height: 0.38rem; }
    .base-radio-btn span {
      border-width: 0.08rem; }

  .base-checkbox {
    width: 0.38rem;
    height: 0.38rem; }

  .pagination-wrap .auto-play-btn {
    width: 0.21rem;
    height: 0.24rem;
    margin: 0 0.09rem; }
    .pagination-wrap .auto-play-btn.pause {
      background-image: url(../imgs/common/icon-pause-m.png); }
    .pagination-wrap .auto-play-btn.play {
      background-image: url(../imgs/common/icon-play-m.png); }

  .pagination .swiper-pagination-switch {
    width: 0.24rem;
    height: 0.24rem;
    margin: 0 0.09rem; }
  .pagination .swiper-pagination-bullet {
    width: 0.24rem;
    height: 0.24rem;
    margin: 0 0.09rem; }

  .arrow-left,
  .arrow-right {
    display: block;
    width: 0.56rem;
    height: 0.56rem; }

  .arrow-left {
    background-image: url(../imgs/common/m-arrow-l.png); }

  .arrow-right {
    background-image: url(../imgs/common/m-arrow-r.png); }

  .pop-msg .msg-content {
    width: 11.2rem;
    padding: 0.5rem 0.75rem; }
    .pop-msg .msg-content .msg-close {
      width: 0.32rem;
      height: 0.32rem;
      top: .3rem;
      right: .3rem; }
    .pop-msg .msg-content .title {
      font-size: 0.36rem;
      margin-bottom: 0.5rem; }
    .pop-msg .msg-content .content {
      font-size: 0.28rem; }
    .pop-msg .msg-content .msg-confirm {
      width: 2rem;
      height: 0.8rem;
      line-height: 0.8rem;
      margin: 0.75rem auto 0; }

  .cookie-pop {
    height: 1.43rem; }
    .cookie-pop .cookie-container {
      width: 14.36rem;
      height: 100%;
      margin: 0 auto;
      line-height: unset;
      display: flex;
      align-items: center;
      justify-content: space-between;
      text-align: left; }
      .cookie-pop .cookie-container .cookie-msg {
        width: 11.4rem;
        font-size: 0.28rem;
        line-height: 1.5; }
      .cookie-pop .cookie-container .base-btn {
        width: 2.5rem;
        height: 1rem;
        line-height: 1rem;
        margin-left: 0; }

  .line-block {
    width: 14.36rem;
    height: 1rem;
    background-image: url(../resource/vehicleComponents/line-pad.png); } }
@media (max-width: 767px) {
  .base-btn {
    width: 1.8rem;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.24rem; }

  .base-radio-btn {
    width: 0.24rem;
    height: 0.24rem; }
    .base-radio-btn span {
      border-width: 0.06rem; }

  .base-checkbox {
    width: 0.24rem;
    height: 0.24rem; }

  .pagination-wrap .auto-play-btn {
    width: 0.16rem;
    height: 0.18rem;
    margin: 0 0.07rem; }

  .pagination .swiper-pagination-switch {
    width: 0.18rem;
    height: 0.18rem;
    margin: 0 0.07rem; }
  .pagination .swiper-pagination-bullet {
    width: 0.18rem;
    height: 0.18rem;
    margin: 0 0.07rem; }

  .arrow-left,
  .arrow-right {
    width: 1.1rem;
    height: 1.1rem; }

  .pop-msg .msg-content {
    width: 6.86rem;
    padding: 0.4rem 0.8rem; }
    .pop-msg .msg-content .msg-close {
      width: 0.28rem;
      height: 0.28rem;
      top: .24rem;
      right: .24rem; }
    .pop-msg .msg-content .title {
      font-size: 0.3rem;
      margin-bottom: 0.5rem; }
    .pop-msg .msg-content .content {
      font-size: 0.26rem; }
    .pop-msg .msg-content .msg-confirm {
      width: 1.8rem;
      height: 0.6rem;
      line-height: 0.6rem;
      margin: 0.5rem auto 0; }

  .cookie-pop {
    height: auto; }
    .cookie-pop .cookie-container {
      width: 6.86rem;
      height: auto;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      padding: 0.19rem 0 0.23rem; }
      .cookie-pop .cookie-container .cookie-msg {
        width: 100%;
        font-size: 0.24rem;
        line-height: 0.32rem; }
      .cookie-pop .cookie-container .base-btn {
        width: 2.8rem;
        height: 0.8rem;
        line-height: 0.8rem;
        margin-top: 0.18rem; }

  .line-block {
    width: 6.86rem;
    height: 0.8rem;
    background-image: url(../resource/vehicleComponents/line-mb.png); } }

/*# sourceMappingURL=global.css.map */
