body {
  background: #010101;
}

.idx .title {
  color: #fff;
  position: relative;
  line-height: 1;
}

.idx .title .ts1 {
  color: #2E2E2E;
  font-size: 40px;
  font-weight: normal;
}

.idx .title .ts2 {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -20%);
  font-weight: normal;
}

@media (min-width: 1200px) {
  .idx .title .ts1 {
    font-size: 55px;
  }
}


/* banner */
.idx-banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.idx-banner .container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.idx-banner video {
    display: block;
    width: 100%;
}

.idx-banner .info-group {
  padding: 15px;
  background: rgba(255, 255, 255, .5);
  display: none;
}

.idx-banner .title {
  margin: 0 0 10px;
  color: #333;
  font-weight: normal;
  text-align: center;
}

@media(min-width: 768px) {
  .idx-banner .info-group {
    padding: 30px;
    display: block;
  }

  .idx-banner .title {
    text-align: left;
  }

  .idx-banner .info {
    max-height: 60px;
  }
}

@media(min-width: 1200px) {
  .idx-banner .container {
    display: flex;
    justify-content: flex-end;
  }

  .idx-banner .info-group {
    width: 620px;
  }

  .idx-banner .info {
    max-height: 90px;
  }
}


/* idx-product */
.idx-product {
  padding-top: 30px;
}

.idx-product .title {
  margin: 0 0 15px;
}

.idx-product .row:not(:last-child) {
  margin-bottom: 20px;
}

.idx-product .lt {
  margin-bottom: 15px;
}

.idx-product .tit {
  margin: 0 0 15px;
  color: #fff;
  text-align: left;
}

.idx-product .tit a {
  color: inherit;
}

.idx-product .rt ul {
  display: flex;
  margin-top: 15px;
}

.idx-product .rt ul li:not(:last-child) {
  margin-right: 10px;
}

.idx-product .rt ul li img {
  border-radius: 50%;
}

.idx-product .row:nth-child(odd) .rt ul li img {
  box-shadow: 4px 4px 12px 1px rgba(255, 255, 255, 0.40);
}

.idx-product .row:nth-child(even) .rt ul li img {
  box-shadow: -4px 4px 12px 1px rgba(255, 255, 255, 0.40);
}

.idx-product .list-tit {
  color: #fff;
  font-size: 12px;
  margin-top: 15px;
  text-align: center;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.idx-product .info {
  color: #fff;
  line-height: 1.8;
  max-height: 87px;
}

.idx-product .btn {
  width: 138px;
  margin-top: 10px;
  color: #fff;
  padding: 5px 15px;
  background: var(--style-color);
}

@media(min-width: 992px) {
  .idx-product .row:nth-child(even) {
    flex-direction: row-reverse;
  }

  .idx-product .lt {
    align-self: center;
    margin-bottom: 0;
  }
}

@media(min-width: 1200px) {
  .idx-product {
    padding-top: 89px;
  }

  .idx-product .title {
    margin-bottom: 37px;
  }

  .idx-product .row:not(:last-child) {
    margin-bottom: 60px;
  }

  .idx-product .rt ul {
    margin-top: 33px;
  }

  .idx-product .rt ul li:not(:last-child) {
    margin-right: 25px;
  }

  .idx-product .list-tit {
    font-size: 16px;
    margin-top: 23px;
  }

  .idx-product .btn {
    margin-top: 24px;
  }
}

@media(min-width: 1640px) {
  .idx-product .tit {
    margin: 31px 0 19px;
  }

  .idx-product .rt ul {
    position: absolute;
  }

  .idx-product .row:nth-child(odd) .rt ul {
    right: 0;
  }

  .idx-product .row:nth-child(even) .rt ul {
    left: 0;
  }

  .idx-product .rt ul li:not(:last-child) {
    margin-right: 74px;
  }

  .idx-product .rt ul li img {
    min-width: 236px;
  }
}



/* idx-solution */
.idx-solution {
  padding-top: 30px;
}

.idx-solution .title {
  margin: 0 0 15px;
}

.idx-solution .mCSB_outside+.mCSB_scrollTools {
  right: -15px;
}

.idx-solution .item-group {
  padding: 0 15px;
}

.idx-solution .item:not(:last-child) {
  margin-bottom: 20px;
}

.idx-solution .block {
  position: relative;
}

.idx-solution .item img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  box-shadow: 6px 6px 12px 1px rgba(255, 255, 255, 0.50);
}

.idx-solution .info-group {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 20px 15px;
}

.idx-solution .block:hover .info-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, .6);
}

.idx-solution .tit {
  color: #fff;
  text-align: left;
  margin: 0 0 10px;
  font-weight: bold;
}

.idx-solution .block:hover .tit {
  color: #333;
}

.idx-solution .tit a {
  color: inherit;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.idx-solution .info {
  line-height: 1.8;
  max-height: 72px;
  margin-bottom: 10px;
}

.idx-solution .btn {
  width: 179px;
  padding: 4px 15px;
  color: #fff;
  background: var(--style-color);
}

.idx-solution .info,
.idx-solution .btn {
  display: none;
}

.idx-solution .block:hover .info,
.idx-solution .block:hover .btn {
  display: block;
}

@media (min-width: 768px) {
  .idx-solution .item-group {
    display: flex;
    margin: 0 -7px;
  }

  .idx-solution .item:not(:last-child) {
    margin-bottom: 0;
  }

  .idx-solution .lt {
    flex: 0 0 40.5%;
    max-width: 40.5%;
    padding: 0 7px;
  }

  .idx-solution .rt {
    flex: 0 0 59.5%;
    max-width: 59.5%;
    padding: 0 7px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

@media (min-width: 992px) {
  .idx-solution {
    padding-top: 69px;
  }

  .idx-solution .title {
    margin-bottom: 30px;
  }

  .idx-solution .item-group {
    margin: 0 -15px;
  }

  .idx-solution .lt,
  .idx-solution .rt {
    padding: 0 15px;
  }

  .idx-solution .info {
    max-height: 108px;
  }
}

@media (min-width: 1200px) {
  .idx-solution .item-group {
    padding: 0 30px;
  }

  .idx-solution .info-group {
    padding: 20px 25px;
  }

  .idx-solution .tit {
    margin-bottom: 0;
  }

  .idx-solution .info {
    line-height: 2;
    max-height: 156px;
  }
}

@media (min-width: 1640px) {
  .idx-solution .item-group {
    padding: 0 53px;
    margin: 0 -25px;
  }

  .idx-solution .lt,
  .idx-solution .rt {
    padding: 0 25px;
  }

  .idx-solution .info-group {
    padding: 40px 45px;
  }

  .idx-solution .block:hover .info-group {
    padding: 30px 55px;
  }

  .idx-solution .tit {
    font-size: 46px;
    margin-bottom: 43px;
  }

  .idx-solution .info {
    margin-bottom: 53px;
  }
}


/* idx-about */
.idx-about {
  padding: 30px 0;
}

.idx-about .lt {
  margin-bottom: 20px;
}

.idx-about .title {
  margin: 0 0 20px;
  text-align: left;
}

.idx-about .title .ts2 {
  left: 0;
  transform: translateY(-20%);
}

.idx-about .info-group {
  color: #fff;
  padding: 30px 15px;
  background: rgba(255, 255, 255, .3);
  box-shadow: -6px -3px 15px 1px rgba(0, 0, 0, 0.16);
}

.idx-about .info {
  line-height: 1.8;
  max-height: 172px;
  margin-bottom: 20px;
}

.idx-about .mCSB_inside>.mCSB_container {
  margin-right: 15px;
}

.idx-about .btn {
  width: 159px;
  padding: 4px 15px;
  color: #fff;
  background: var(--style-color);
}

@media (min-width: 992px) {
  .idx-about .item-wrap {
    display: flex;
  }

  .idx-about .lt {
    flex: 0 0 33%;
    max-width: 33%;
    padding-right: 30px;
    margin-bottom: 0;
  }

  .idx-about .rt {
    flex: 0 0 67%;
    max-width: 67%;
  }
}

@media (min-width: 1200px) {
  .idx-about {
    padding: 95px 0;
  }

  .idx-about .title {
    margin-bottom: 45px;
  }

  .idx-about .rt {
    position: relative;
  }

  .idx-about .rt::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 29px;
    width: 100px;
    height: 100px;
    background: #858585;
    opacity: 1;
    z-index: -1;
  }

  .idx-about .info-group {
    position: relative;
    width: 620px;
    padding: 30px;
    z-index: 1;
  }

  .idx-about .info {
    max-height: 230px;
    margin-bottom: 44px;
  }
}

@media (min-width: 1440px) {
  .idx-about .title {
    margin-bottom: 99px;
  }

  .idx-about .info {
    max-height: 260px;
  }
}

@media (min-width: 1640px) {
  .idx-about .title {
    margin-bottom: 99px;
  }

  .idx-about .info-group {
    width: 819px;
    padding: 62px 82px 66px;
  }
}


/* idx-dealership */
.idx-dealership {
  background: #191919;
}

.idx-dealership .item-wrap {
  max-width: 720px;
  padding: 20px 15px;
  margin: 0 auto;
}

.idx-dealership .lt {
  margin-bottom: 20px;
}

.idx-dealership .title {
  margin: 0 0 15px;
  text-align: left;
}

.idx-dealership .title .ts2 {
  left: 0;
  transform: translateY(-20%);
}

.idx-dealership .info {
  color: #fff;
  line-height: 1.8;
  max-height: 87px;
  margin-bottom: 20px;
}

.idx-dealership .mCSB_inside>.mCSB_container {
  margin-right: 15px;
}

.idx-dealership .btn-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -14px;
}

.idx-dealership .btn {
  color: #fff;
  margin: 0 14px 10px;
  padding: 5px 30px;
  border-radius: 5px;
}

.idx-dealership .btn:first-child {
  background: #E62129;
}

.idx-dealership .btn:nth-child(2) {
  color: #333;
  background: #FFFFFF;
}

.idx-dealership .btn:last-child {
  background: #858585;
}

@media (min-width: 992px) {
  .idx-dealership .item-wrap {
    display: flex;
    max-width: none;
    padding: 0;
    margin: 0;
  }

  .idx-dealership .lt {
    flex: 0 0 47%;
    max-width: 47%;
    margin-bottom: 0;
  }

  .idx-dealership .pic img {
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
  }

  .idx-dealership .rt {
    flex: 0 0 53%;
    max-width: 53%;
    padding-right: calc((100% - 5px - 960px + 30px) / 2);
    align-self: center;
  }

  .idx-dealership .info-group {
    padding-left: 20px;
  }
}

@media (min-width: 1200px) {
  .idx-dealership .title {
    margin-bottom: 25px;
  }

  .idx-dealership .rt {
    padding-right: calc((100% - 5px - 1140px + 30px) / 2);
  }

  .idx-dealership .info-group {
    padding-left: 30px;
  }
}

@media (min-width: 1440px) {
  .idx-dealership .rt {
    padding-right: calc((100% - 5px - 1400px + 30px) / 2);
  }

  .idx-dealership .info-group {
    padding-left: 60px;
  }
}

@media (min-width: 1640px) {
  .idx-dealership .rt {
    padding-right: calc((100% - 5px - 1600px + 30px) / 2);
  }

  .idx-dealership .info-group {
    padding-left: 162px;
    padding-right: 100px;
  }
}


/* idx-blog */
.idx-blog {
  padding: 30px 0;
}

.idx-blog .title {
  margin: 0 0 20px;
}

.idx-blog .block {
  display: block;
}

.idx-blog .pic img {
  width: 100%;
  aspect-ratio: 53 / 38;
}

.idx-blog .info-group {
  padding: 40px 15px 10px;
  position: relative;
}

.idx-blog .new-cate {
  position: absolute;
  top: 0;
  right: 9.4%;
  color: transparent;
  font-size: 60px;
  line-height: 1;
  transform: translateY(-50%);
  -webkit-text-stroke: 1px #FFFFFF;
  text-stroke: 1px #FFFFFF;
}

.idx-blog .new-title {
  color: #fff;
  margin: 0 0 4px;
  text-align: left;
  font-weight: normal;
}

.idx-blog .new-info {
  color: #fff;
  line-height: 1.8;
}

@media (min-width: 1200px) {
  .idx-blog {
    padding: 90px 0 60px;
  }

  .idx-blog .title {
    margin-bottom: 47px;
  }

  .idx-blog .info-group {
    padding: 59px 47px 31px;
  }

  .idx-blog .new-cate {
    font-size: 86px;
  }
}