.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}

#toyotaIndexMainWrapper .ti-banner-kv-box {
  position: relative;
}
#toyotaIndexMainWrapper .ti-banner-kv-box .kv-banner-pagination {
  position: absolute;
  text-align: center;
  left: 0;
  bottom: -40px;
  width: 100%;
  line-height: 40px;
  height: 40px;
  z-index: 20;
  behavior: url(/source/newindex/js/PIE/PIE.htc);
}
#toyotaIndexMainWrapper .ti-banner-kv-box .kv-banner-pagination .swiper-pagination-switch {
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  margin: 0 4px;
  width: 8px;
  height: 8px;
  background: #666;
  opacity: 1;
  border: 4px solid #fff;
  border-radius: 50%;
  behavior: url(/source/newindex/js/PIE/PIE.htc);
}
#toyotaIndexMainWrapper .ti-banner-kv-box .kv-banner-pagination .swiper-pagination-switch:hover {
  border: 4px solid #e8e8e8;
  behavior: url(/source/newindex/js/PIE/PIE.htc);
}
#toyotaIndexMainWrapper .ti-banner-kv-box .kv-banner-pagination .swiper-pagination-switch.swiper-active-switch {
  width: 10px;
  height: 10px;
  border: 4px solid #e60021;
  background: #fff;
  behavior: url(/source/newindex/js/PIE/PIE.htc);
}
#toyotaIndexMainWrapper .ti-banner-kv-box .ti-banner-kv {
  width: 100%;
  overflow: hidden;
}
#toyotaIndexMainWrapper .ti-banner-kv-box .ti-banner-kv .slide-con {
  position: relative;
  padding-top: 100%;
  width: 100%;
  background: #eee;
}
#toyotaIndexMainWrapper .ti-banner-kv-box .ti-banner-kv .slide-con img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#toyotaIndexMainWrapper .ti-banner-car-ctrlTabs {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0;
  padding: 0;
  /*border-bottom: solid 1px #ccc;*/
  overflow: hidden;
  margin: 50px auto 0;
  width: 90%;
  height: 40px;
}
#toyotaIndexMainWrapper .ti-banner-car-ctrlTabs:after{
	content: "";
	width: 100%;
	height: 1px;
	display: block;
	background-color: #ccc;
	position: relative;
	top: -1px;
	z-index: 1;
}
#toyotaIndexMainWrapper .ti-banner-car-ctrlTabs .ctrl-tab {
  /*-webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;*/
  position: relative;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 20%;
  font-size: 12px;
  line-height: 36px;
  font-weight: normal;
  color: #606060;
}
#toyotaIndexMainWrapper .ti-banner-car-ctrlTabs .ctrl-tab:hover {
  color: #d4091d;
}
#toyotaIndexMainWrapper .ti-banner-car-ctrlTabs .ctrl-tab::after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -8px;
  width: 0px;
  height: 16px;
  background: #fff;
}
#toyotaIndexMainWrapper .ti-banner-car-ctrlTabs .ctrl-tab:last-child::after {
  width: 0;
}
#toyotaIndexMainWrapper .ti-banner-car-ctrlTabs .ctrl-tab.active {
  /*-webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;*/
  color: #000;
  font-size: 14px;
  color:#202020;
  font-weight: bold;
  background-color: #fff;
}
#toyotaIndexMainWrapper .ti-banner-car-ctrlTabs .ctrl-tab.active::before {
  display: block;
  content: '';
  position: absolute;
  bottom: -3px;
  left: 50%;
  margin-left: -12px;
  width: 24px;
  height: 5px;
  border-radius: 5px;
  background: #eb1d3a;
  z-index: 3;
}
#toyotaIndexMainWrapper .ti-banner-cars {
  position: relative;
  margin: 0 auto;
  margin-top: 30px;
  width: 100%;
  height: 160px;
  overflow-y: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling:touch;
  padding-bottom: 6px;
}

#toyotaIndexMainWrapper .ti-banner-cars::-webkit-scrollbar {
  height: 0;
}
#toyotaIndexMainWrapper .ti-banner-cars .ti-banner-cars-wrapper {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding-bottom: 20px;
}
#toyotaIndexMainWrapper .ti-banner-cars .ti-banner-cars-wrapper .img-con {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 10px;
  width: 300px;
  float: left;
}
#toyotaIndexMainWrapper .ti-banner-cars .ti-banner-cars-wrapper .img-con:first-child{
	margin-left: 40px;
}
#toyotaIndexMainWrapper .ti-banner-cars .ti-banner-cars-wrapper .img-con:last-child {
  margin-right: 30px;
}
#toyotaIndexMainWrapper .ti-banner-cars .ti-banner-cars-wrapper .img-con img {
  width: 100%;
}
#toyotaIndexMainWrapper .ti-banner-cars .ti-banner-cars-wrapper .img-con p {
  font-size: 12px;
  text-align: center;
  margin-top: 10px;
}
#toyotaIndexMainWrapper .ti-bcars-scroll-ctrl {
  margin: auto;
  width: 80%;
  display: none;
}
#toyotaIndexMainWrapper .ti-bcars-scroll-ctrl input[type=range] {
  width: 100%;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 1px;
}
#toyotaIndexMainWrapper .ti-bcars-scroll-ctrl input[type=range]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 1px;
  background: #d9d9d9;
}
#toyotaIndexMainWrapper .ti-bcars-scroll-ctrl input[type=range]:focus {
  outline: none;
}
#toyotaIndexMainWrapper .ti-bcars-scroll-ctrl input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-top: -15px;
  height: 28px;
  width: 28px;
  background: #8c8c8c;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0% 0%;
  background-image: url(/source/newindex/images/icons/icon-slide.png);
}
#toyotaIndexMainWrapper .ti-shortcut-menus {
  position: relative;
  margin: 40px auto 0;
  width: 90%;
  font-size: 0;
  padding-top: 30px;
  border-top: 1px solid #d9d9d9;
}
#toyotaIndexMainWrapper .ti-shortcut-menus::after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -5px;
  margin-top: 12px;
  width: 8px;
  height: 8px;
  background: #d9d9d9;
}
#toyotaIndexMainWrapper .ti-shortcut-menus .s-menu {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  width: 50%;
}
#toyotaIndexMainWrapper .ti-shortcut-menus .s-menu:nth-child(1), #toyotaIndexMainWrapper .ti-shortcut-menus .s-menu:nth-child(2) {
  padding-bottom: 30px;
}
#toyotaIndexMainWrapper .ti-shortcut-menus .s-menu:nth-child(3), #toyotaIndexMainWrapper .ti-shortcut-menus .s-menu:nth-child(4) {
  padding-top: 30px;
}
#toyotaIndexMainWrapper .ti-shortcut-menus .s-menu:nth-child(1) {
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
#toyotaIndexMainWrapper .ti-shortcut-menus .s-menu:nth-child(2) {
  border-bottom: 1px solid #d9d9d9;
}
#toyotaIndexMainWrapper .ti-shortcut-menus .s-menu:nth-child(3) {
  border-right: 1px solid #d9d9d9;
}
#toyotaIndexMainWrapper .ti-shortcut-menus .s-menu a {
  display: block;
  text-align: center;
  text-align: center;
}
#toyotaIndexMainWrapper .ti-shortcut-menus .s-menu a p {
  margin-top: 10px;
}
#toyotaIndexMainWrapper .ti-shortcut-menus .s-menu a .icon-left {
  width: 42px;
  height: 40px;
}
#toyotaIndexMainWrapper .ti-shortcut-menus .s-menu a .icon-right {
  display: none;
}
#toyotaIndexMainWrapper .ti-brand-cards-wrapper {
  width: 100%;
}
#toyotaIndexMainWrapper .ti-brand-cards-wrapper .ti-brand-cards {
  margin: 60px 0 0 0;
  font-size: 0;
}
#toyotaIndexMainWrapper .ti-brand-cards-wrapper .ti-brand-cards .brand-card {
  position: relative;
  display: inline-block;
  margin-top: 8px;
  margin-left: 0;
  width: 100%;
  padding-top: 48%;
  background-color: #f2f2f2;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

#toyotaIndexMainWrapper .ti-brand-cards-wrapper .ti-brand-cards .brand-card.brand-card--00 {
  background-image: url("/source/newindex/images/index-brands/mobile/00.jpg");
}
#toyotaIndexMainWrapper .ti-brand-cards-wrapper .ti-brand-cards .brand-card.brand-card--0 {
  background-image: url("/source/newindex/images/index-brands/mobile/0.jpg");
}
#toyotaIndexMainWrapper .ti-brand-cards-wrapper .ti-brand-cards .brand-card.brand-card--1 {
  background-image: url("/source/newindex/images/index-brands/mobile/1.jpg");
}
#toyotaIndexMainWrapper .ti-brand-cards-wrapper .ti-brand-cards .brand-card.brand-card--2 {
  background-image: url("/source/newindex/images/index-brands/mobile/2.jpg");
}
#toyotaIndexMainWrapper .ti-brand-cards-wrapper .ti-brand-cards .brand-card a {
  display: block;
  position: absolute;
  bottom: 12px;
  left: 50%;
  margin-left: -65px;
  width: 130px;
  height: 30px;
  background-color: #ffffff;
  border-radius: 15px;
  opacity: 0.9;
}
#toyotaIndexMainWrapper .ti-brand-cards-wrapper .ti-brand-cards .brand-card a p {
  position: relative;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
}
#toyotaIndexMainWrapper .ti-brand-cards-wrapper .ti-brand-cards .brand-card a p img {
  display: block;
  position: absolute;
  top: 50%;
  right: 9px;
  margin-top: -4px;
  width: 4px;
  height: 8px;
}

#toyotaBrand {
  margin: 56px auto 0;
  width: 90%;
}
#toyotaBrand #toyotaBrandName {
  text-align: center;
  line-height: 1;
  font-size: 18px;
  font-weight: bold;
}
#toyotaBrand .tb-cards {
  font-size: 0;
  margin: 16px 0 40px -20px;
}
#toyotaBrand .tb-cards .tb-card {
  margin-bottom: 12px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  padding-top: 48%;
}
#toyotaBrand .tb-cards .tb-card .img-con {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 20px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0% 0%;
}
#toyotaBrand .tb-cards .tb-card .img-con.tb-card--0 {
  background-image: url("/source/newindex/images/brands/mobile/0.jpg");
}
#toyotaBrand .tb-cards .tb-card .img-con.tb-card--1 {
  background-image: url("/source/newindex/images/brands/mobile/1.jpg");
}
#toyotaBrand .tb-cards .tb-card .img-con.tb-card--2 {
  background-image: url("/source/newindex/images/brands/mobile/2.jpg");
}
