html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
#myvideo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
img {
  width: 100%;
  display: block;
}
.tipstext {
  position: fixed;
  bottom: 2%;
  left: 2%;
  /* width: 100%; */
  /* text-align: center; */
  color: #e1e1e1;
  font-size: 14px;
  z-index: 1;
}
.mb-show {
  display: none;
}
.pc-show {
  display: inline-block;
}
.musicBtn {
  width: 48px;
  height: 48px;
  position: fixed;
  top: 5%;
  right: 2%;
  cursor: pointer;
  z-index: 1;
  animation: rotate 2s linear infinite;
  display: none;
  z-index: 2;
}

.paused {
  animation-play-state: paused;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* 开始遮罩 */
.wirteMask {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
}
/* ------------------------------------ */

/* 卖点弹窗 */
.sellPoint {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.Pointmask {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.close {
  position: absolute;
  top: -12%;
  width: 7%;
  right: 0%;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.close:hover {
  transform: rotate(90deg);
}

.pointBox {
  width: 26.5vw;
  background-color: #fff;
  position: absolute;
  top: 23%;
  right: 0;
  padding: 10px;
  border-radius: 10px;
  left: 0;
  margin: 0 auto;
}

.pointTitle {
  width: 100%;
}
.pointTitle img {
  width: 100%;
  aspect-ratio: 16/9;
}

.pointContent h2 {
  font-size: 1.2vw;
  font-weight: 600;
  color: #000;
  line-height: 1;
  margin: 4% 0 2% 0;
}

.pointContent .xian {
  width: 100%;
  height: 2px;
  background-color: #b8b8b8;
  opacity: 0.5;
  margin: 10px 0;
}
.pointContent .pointText {
  font-size: 0.78vw;
  color: #000;
  padding-bottom: 2%;
}
/* ------------------------------------ */

/* 内饰loaading  */
.load_interior {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 1);
  top: 0;
  left: 0;
  z-index: 10;
  z-index: 9999;
  transition: all 0.5s ease-in-out;
  display: none;
}
.loading_text {
  position: absolute;
  bottom: 40%;
  color: #ededed;
  letter-spacing: 0px;
}

.loadContainer {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.load_interior.active {
  opacity: 1;
  left: 0;
}

.loading_gq {
  border: 2px solid #5a5858;
  border-radius: 50%;
  border-top: 2px solid #fff;
  width: 7vw;
  height: 7vw;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 1s linear infinite;
  margin: 0 auto;
}

.loading_log {
  position: absolute;
  width: 4.5vw;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99999;
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
/* ------------------------------------ */

/* 背景loading */
.loadingContainer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.loading {
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100vw;
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  perspective: 1000px;
  overflow: hidden;
  z-index: 2;
  opacity: 1;
  transition: 0.2s;
  background-color: #000;

  /* transform: scale(1); */
}
.loading.active {
  opacity: 0;
  /* transform: scale(0); */
}

.bg {
  position: absolute;
  width: 100vw;
  height: 100%;
  object-fit: cover;
}

.deng {
  width: 20vw;
  height: 50vw;
  background-image: url("../images/di.png");
  background-repeat: repeat-y;
  background-size: 100%;
  transform: perspective(200px) rotateX(-50deg);
  animation: moveBackground 5s linear infinite;
  background-position: 0 100%;
  position: relative;
}

.top {
  width: 100px;
  /* height: 33vw; */
  background-image: url(../images/top.jpg);
  background-repeat: repeat-y;
  background-size: 100%;
  transform: perspective(52px) rotateX(-49deg);
  animation: moveBackground 8s linear infinite;
  background-position: 0 100%;
  position: absolute;
  height: inherit;
  top: -50px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.di {
  width: 323px;
  /* height: 83vw; */
  transform: perspective(24px) rotateX(-170deg);
  background-image: url(../images/di.jpg);
  background-repeat: repeat-y;
  background-size: 100%;
  animation: moveBackground 5s linear infinite;
  background-position: 0 100%;
  position: relative;
  bottom: -12%;
}

.di img {
  width: 100%;
}

.di::after,
.top::after,
.left::after,
.right::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 40%,
    rgba(255, 255, 255, 1)
  );
}

.leftBox {
  width: 100%;
  height: 100vh;
  position: absolute;
  z-index: 99;
  display: flex;
  justify-content: center;
  perspective: 1000px;
  overflow: hidden;
}

.left {
  top: 33vh;
  width: 1101px;
  height: 251px;
  background-repeat: repeat-x;
  background-image: url(../images/right.jpg);
  background-size: auto 100%;
  transform: perspective(2.7px) rotateY(1deg);
  animation: moveBackground_2 5s linear infinite reverse;
  background-position: 100% 0%;
  position: relative;
  left: -165px;
}

.paused {
  animation-play-state: paused !important;
}

.rightBox {
  width: 100%;
  height: 100vh;
  position: absolute;
  z-index: 99;
  display: flex;
  justify-content: center;
  perspective: 1000px;
  overflow: hidden;
}

.right {
  top: 33vh;
  width: 1101px;
  height: 251px;
  background-repeat: repeat-x;
  background-image: url(../images/right.jpg);
  background-size: auto 100%;
  transform: perspective(2.7px) rotateY(-1deg);
  animation: moveBackground_2 5s linear infinite;
  background-position: 100% 0%;
  position: relative;
  right: -165px;
}

@keyframes moveBackground {
  from {
    background-position: 0 100%;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes moveBackground_2 {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 100% 0;
  }
}

.logo {
  width: 55%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999999999;
}
.logo img {
  width: 100%;
}

.car {
  width: 131px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 60%;
  z-index: 999;
}
.car img {
  width: 100%;
}

.progress {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 5dvh;
  font-size: 18px;
  color: #fff;
  letter-spacing: 2px;
  z-index: 999;
  text-align: center;
}

.bai {
  width: 253px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999;
  top: 46%;
  transform: translateY(-50%);
}
.baiimg {
  width: 100%;
}
/* ------------------------------------ */

/* 底部导航 */
.btnActive {
  position: absolute;
  top: 0;
  left: 0;
}
.bottomNav {
  min-width: 821px;
  width: 43%;
  position: fixed;
  /* height: 163px; */
  bottom: 5%;
  left: 0;
  right: 0;
  z-index: 1;
  margin: 0 auto;
}

.bottomContent {
  /* width: 798px; */
  height: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  /* background-image: url(../images/colorBg2.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top; */
}

.bottomItemBox {
  width: 300px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  height: 70%;
  padding: 0 0 4% 0;
}

.bottomItem {
  /* width: 72px; */
  cursor: pointer;
  position: relative;
  text-align: center;
}

.imgbox {
  position: relative;
  width: 32px;
  text-align: center;
  margin: 0 auto;
}
.textbox {
  font-size: 16px;
  margin-top: 10%;
  width: 100%;
  color: #cccccc;
}
.btnActive {
  opacity: 0;
  transition: all 0.1s ease-in-out;
}
.bottomItem.act .textbox {
  font-weight: bold;
  color: #3ca0ff;
}
.bottomItem.act .btnActive {
  opacity: 1;
}
.bottomItem.act .btnDefault {
  opacity: 0;
}

.colorBg2 {
  width: 100%;
  height: 54px;
  position: absolute;
  top: 0;
  left: 0;
}
.colorListBox,
.carCarriage {
  margin-bottom: 1%;
  /* background-image: url(../images/colorBg2.png); */
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top;
  padding: 0.5% 0;
  min-height: 44px;
  position: absolute;
  width: 100%;
  height: 100%;
}

.carCarriagelist {
  margin: auto;
  width: 42%;
  cursor: pointer;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
}
.colorList {
  margin: auto;
  width: 78%;
  cursor: pointer;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
  /* opacity: 0; */
  /* bottom: -100%; */
}
.colorItem {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: inherit;
}
.colorItem img {
  width: 100%;
  display: block;
}
.colorItemRGB {
  width: 46px;
  border-radius: 11px;
  height: 46px;
  padding: 3px;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0);
  margin: 0 auto;
}
.colorItemBox {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.colorItemText {
  font-size: 13px;
  color: #fff;
  text-align: center;
  /* position: absolute; */
  /* bottom: -91%; */
  margin-top: 10%;
  border-radius: 5px;
  padding: 2% 5%;
  /* box-sizing: border-box; */
  transition: 0.3s;
  width: 69%;
  opacity: 0.5;
}
.colorItemText_1 {
  font-size: 10px;
  color: #393939;
  text-align: center;
  position: absolute;
  top: -36%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.oumanyin {
  position: relative;
}
.oumanyin .colorItemText {
  width: 100%;
}

.colorItem.act .colorItemRGB {
  border: 2px solid #c0c2c4;
}
.colorItem.act .colorItemText {
  color: #fff;
  background-color: #191919;
  opacity: 1;
}

.carCarriageItem {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.carCarriageItemImg img {
  width: 31%;
  display: block;
  margin: 0 auto;
  opacity: 0.5;
  transition: 0.3s;
}

.carCarriageItemText {
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin-top: 3%;
  border-radius: 5px;
  padding: 2% 5%;
  box-sizing: border-box;
  transition: 0.3s;
  width: 69%;
  opacity: 0.5;
}

.carCarriageItem.act .carCarriageItemImg img {
  opacity: 1;
}
.carCarriageItem.act .carCarriageItemText {
  opacity: 1;
}

.carCarriageItemImg {
  text-align: center;
}

.colorListBox {
  /* display: none; */
}
.changeCarriage {
  display: none;
}
.changeLight {
  display: none;
}

.bottomNavtop {
  min-height: 90px;
  position: relative;
}

.bottomNavbottom {
  width: 77%;
  height: 53px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
}

.bottomnav-Left {
  width: 49%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  padding: 0.5%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
}
.bottomnav-Right {
  width: 49%;
  height: 100%;
  padding: 1%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
}

.bottomnav-Left-item,
.bottomnav-Right-item {
  width: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
}
.bottomnav-Left-item img,
.bottomnav-Right-item img {
  width: 38px;
  height: 38px;
  opacity: 0.6;
  transition: 0.3s;
}

.bottomnav-Left-item-text,
.bottomnav-Right-item-text {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin-top: 86%;
  position: absolute;
  opacity: 0.3;
  transition: 0.3s;
}

.bottomnav-Right {
  width: 49%;
  height: 100%;
}
.bottomNavLine {
  width: 2px;
  height: 25%;
  background-color: #a0a7b0;
  position: absolute;
  /* left: -24%; */
  margin-left: 4%;
}

.sliding-bg-bottom {
  width: calc(33% - 4px);
  height: calc(100% - 8px);
  background-color: #191919;
  border-radius: 50px;
  position: absolute;
  top: 4px;
  left: 0;
  margin-left: 4px;
  transition: 0.3s;
}

.bottomnav-Left-item.act .bottomnav-Left-item-text {
  opacity: 1;
}

.bottomnav-Left-item.act img {
  opacity: 1;
}

.bottomnav-Right-item.act img {
  opacity: 1;
}

.bottomnav-Right-item.act .bottomnav-Right-item-text {
  opacity: 1;
}

/* ------------------------------------ */

/* 右侧导航 */
.rightNav {
  width: 100px;
  /* height: 300px; */
  position: fixed;
  top: 50%;
  right: 1%;
  z-index: 1;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.rightNavItem {
  width: 100%;
  text-align: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 10% 0;
}
.rightNavItem img {
  width: 43%;
}
.rnavText {
  font-size: 15px;
  color: #464646;
  margin-top: 10%;
}

.imgBox {
  position: relative;
}
.rightbtnActive {
  /* position: absolute;
  top: 0;
  left: 0; */
  display: none;
}
.rightNavItem.act .rnavText {
  font-weight: bold;
}
.rightNavItem.act .rightbtnActive {
  display: block;
}
.rightNavItem.act .rightNavItemImg {
  display: none;
}

/* ------------------------------------ */

/* 左上角车型切换 */
.topBtns {
  position: fixed;
  top: 5%;
  /* left: 2%; */
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* margin: 0 auto; */
  width: 100%;
}
.exitinteriorBtn {
  width: 100px;
  height: 40px;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 1%;
}

.exitinteriorBtn.act {
  display: flex;
}

.exitinteriorBtn .exitImg {
  width: 80%;
}
.exitinteriorText {
  width: 100%;
  font-size: 18px;
}
.carChange {
  min-width: 280px;
  width: 15%;
  height: 42px;
  background-color: rgba(0, 0, 0, 0.3);
  text-align: center;
  line-height: 42px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  /* margin-left: 4%; */
  border-radius: 24px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 2px;
  /* box-sizing: border-box; */
  position: relative;
}

.sliding-bg {
  position: absolute;
  top: 3px;
  left: 0;
  margin-left: 3px;
  width: 48%;
  height: calc(100% - 6px);
  background-color: #191919;
  border-radius: 24px;
  transition: all 0.3s;
}

.carTypeTitle {
  letter-spacing: 1px;
  font-size: 16px;
  color: #ffffff;
  /* margin-right: 10%; */
}
.carTypeTitle::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  margin-left: 10%;
  position: relative;
  top: -2px;
}

.carChangeItem {
  width: 50%;
  position: relative;
  z-index: 1;
}
.noshow {
  display: none;
}
/* --------------------------------------------------------------- */

/* 手机端导航 */

.mobileNav {
  width: 100%;
  position: fixed;
  /* height: 100px; */
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

@media (min-width: 1921px) and (max-width: 2260px) {
  .colorList {
    width: 80%;
  }
  .colorItemText,
  .carCarriageItemText {
    font-size: 17px;
  }

  .bottomnav-Left-item-text,
  .bottomnav-Right-item-text {
    font-size: 18px;
  }

  .bottomNavtop {
    min-height: 100px;
  }
  /* .colorItemRGB {
    width: 60px;
    height: 60px;
    padding: 6px;
  }
  .bottomContent {
    width: 50%;
  }
  .colorBg {
    transform: scale(1.2);
  }

  .colorItemText {
    font-size: 23px;
    margin-top: 4%;
  } */
  .tipstext {
    font-size: 18px;
  }
  .musicBtn {
    width: 66px;
    height: 66px;
    right: 2.7%;
  }
  .carChange {
    height: 50px;
    line-height: 50px;
  }
  .exitinteriorBtn {
    width: 130px;
  }
  .carChangeItem {
    font-size: 20px;
  }
  .exitinteriorText {
    font-size: 24px;
  }

  .pointBox {
    width: 31vw;
  }
  .pointContent h2 {
    font-size: 1.5vw;
  }
  .pointContent .pointText {
    font-size: 1vw;
  }
  .car {
    width: 8%;
  }
  .progress {
    font-size: 26px;
  }
  .imgbox {
    width: 59px;
  }
  .textbox {
    font-size: 26px;
  }
  .di {
    bottom: -9%;
  }
}

@media (max-width: 1100px) {
  .pointBox {
    width: 45vw;
  }
  .pointContent h2 {
    font-size: 16px;
  }
  .pointContent .pointText {
    font-size: 12px;
  }

  .loading_gq {
    width: 88px;
    height: 88px;
  }
  .loading_log {
    width: 55px;
  }
}
/* 开始缩放了 */
@media (max-width: 900px) {
  .tipstext {
    font-size: 1.4vw;
  }
  .bottomContent {
    width: 100%;
  }
  .colorList {
    width: 80%;
  }
}

/* 老板折叠屏 */
@media (max-width: 820px) {
}
/* 手机端 */
@media (max-width: 767px) {

  .exitinteriorText{
    font-size: 14px;
  }
  .colorItemText,
  .carCarriageItemText {
    width: 100%;
  }
  .bottomNavtop {
    min-height: 70px;
  }
  .colorList {
    width: 95%;
  }

  .bottomnav-Left-item img,
  .bottomnav-Right-item img {
    width: 28px;
    height: 28px;
  }
  .bottomnav-Left-item-text,
  .bottomnav-Right-item-text {
    font-size: 11.6px;
    letter-spacing: -1.5px;
  }
  .bottomNavbottom {
    width: 90%;
    height: 41px;
  }
  .loading_text {
    font-size: 14px;
  }

  .bottomNav {
    min-width: auto;
    width: 100%;
  }
  .colorBg2 {
    height: 40px;
  }

  .tipstext {
    left: 3%;
    top: 1.5%;
    font-size: 12px;
    bottom: auto;
    color: #333;
  }

  .logo {
    width: 48%;
  }
  .pc-show {
    display: none;
  }
  .mb-show {
    display: block;
  }

  .musicBtn {
    width: 46px;
    height: 46px;
  }
  /* .bottomNav{
    display: none;
  } */
  .rightNav {
    display: none;
  }

  .colorListBox {
    /* margin-bottom:6% */
  }
  .colorItemRGB {
    width: 36px;
    height: 36px;
    padding: 3px;
  }
  .colorItemText {
    font-size: 12px;
    width: 100%;
  }
  .bottomContent {
    width: 100%;
  }
  .bottomItemBox {
    width: 94%;
  }

  .imgbox {
    width: 28px;
  }
  .textbox {
    font-size: 12px;
  }

  .pointBox {
    width: 70vw;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .pointContent h2 {
    font-size: 16px;
  }
  .pointContent .pointText {
    font-size: 12px;
  }

  .loading_gq {
    width: 66px;
    height: 66px;
  }
  .loading_log {
    width: 44px;
  }
  .car {
    width: 25%;
  }
  .progress {
    font-size: 16px;
  }
  .left {
    width: 100%;
    height: 17dvh;
    transform: perspective(2.3px) rotateY(2deg);
    animation: moveBackground_2 1.8s linear infinite reverse;
    left: -105px;
  }

  .right {
    width: 100%;
    height: 17dvh;
    transform: perspective(2.3px) rotateY(-2deg);
    animation: moveBackground_2 2s linear infinite;
    right: -105px;
  }

  .carTypeTitle {
    font-size: 14px;
  }
  .exitinteriorBtn {
    width: 73px;
  }
}

@media (max-width: 600px) {
  .carChange {
    min-width: auto;
    width: 54%;
  }
  .carChangeItem {
    font-size: 14px;
  }
  .tipstext {
    /* bottom: 28%; */
  }
  .bottomNav {
    bottom: 8%;
  }
  .carCarriageItemText {
    font-size: 12px;
    padding: 10% 5%;
  }
  .carCarriagelist {
    margin-top: 1%;
  }
  .bottomNavbottom {
    width: 98%;
  }
  .carCarriageItemImg img {
    width: 31px;
    height: 31px;
  }

  .carCarriageItem {
    width: 50%;
  }

  .bottomnav-Left-item-text,
  .bottomnav-Right-item-text {
    margin-top: 120%;
  }
  .bottomnav-Left-item img,
  .bottomnav-Right-item img {
    width: 26px;
    height: 26px;
  }
}

/* @media screen and (orientation: landscape) and (max-device-width: 852px) {
  .bottomNav{
    bottom: 0;
  }
  .bottomItemBox{
    width:100%;
    padding: 0 0 2% 0;
  }
  .tipstext{
    bottom:2%
  }
  .bottomContent{
    width: 55%;
  }
} */

.mobileLandscape .carChange {
  min-width: auto;
  width: 26%;
  font-size: 14px;
  height: 32px;
}

.mobileLandscape .bottomnav-Left-item-text,
.mobileLandscape .bottomnav-Right-item-text {
  font-size: 12px;
}

.mobileLandscape .bottomNavtop {
  min-height: 60px;
}
.mobileLandscape .colorBg2 {
  height: 36px;
}
.mobileLandscape .colorItemRGB {
  width: 30px;
  height: 30px;
  padding: 2px;
}

.mobileLandscape .bottomnav-Left-item img,
.mobileLandscape .bottomnav-Right-item img {
  width: 23px;
  height: 23px;
}
.mobileLandscape .bottomNavbottom {
  height: 37px;
}

.mobileLandscape .colorItemText {
  font-size: 14px;
}

.mobileLandscape .bottomContent {
  width: 68%;
}

.mobileLandscape .imgbox {
  width: 25px;
}

.mobileLandscape .textbox {
  font-size: 12px;
}

.mobileLandscape .colorItemText {
  font-size: 12px;
}
.mobileLandscape .musicBtn {
  width: 30px;
  height: 30px;
}

.mobileLandscape .rightNav {
  width: 65px;
}

.mobileLandscape .rnavText {
  font-size: 12px;
}

.mobileLandscape .car {
  width: 73px;
}

.mobileLandscape .progress {
  font-size: 14px;
}
.mobileLandscape .logo {
  width: 40%;
}

.mobileLandscape .left {
  transform: perspective(2px) rotateY(1deg);
  left: -151px;
}

.mobileLandscape .right {
  transform: perspective(2px) rotateY(-1deg);
  right: -140px;
}

.mobileLandscape .bottomNav {
  bottom: 8%;
}
.mobileLandscape .carCarriageItemText {
  margin-top: 0;
  padding: 0;
}
