.hidden {
    overflow: hidden;
  }
  
.main body {
    background-color: #fff;

    line-height: 24px;
    font-size: 16px;
    color: #818181;
}

.main  body, div, a, ul, li, img, table, tr, td, header, footer, h1, h2, h3, h4 , p{
  margin: 0;
  padding: 0;
  text-decoration: none;


  font-family: "Roboto Condensed", Arial, "Noto Sans JP", "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "標楷體", DFKai-SB, sans-serif;
  color: #fff;
  list-style: none;
  border: none;
  border-collapse: collapse;
}
  
/**
.container {
  width: 100%;
}
**/
  
  .wrapper {
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
  }

  .wrapper > .main > .table {
    width: 100%;
    padding: 100px 0;
  }

  .wrapper > .main > .table > h1 {
    font-size: 70px;
    font-weight: 700;
    color: #303030;
    text-align: center;
    margin-bottom: 50px;
  }
  .wrapper > .main > .table > table {
    margin: 0 auto;
  }
  .wrapper > .main > .table td {
    font-size: 20px;
    color: #303030;
    vertical-align: top;
    padding: 10px;
  }
  .wrapper > .main > .table > table tr td:first-child {
    font-weight: 700;
  }
  
  .wrapper > .main > .table p {
      font-size: 20px;
      color: #303030;
      vertical-align: top;   
  }
  
  
  .home-text-primary {
    color: #F24F0E;
  }
  
  .learn-more-btn {
    border-style: solid;
    border-width: 3px;
    outline: 0;
    font-size: 16px;
    line-height: 22.4px;
    padding: 9px 36px;
    margin-top: 16px;
    cursor: pointer;
    transition: all .4s;
  }
  .learn-more-btn--primary {
    background-color: #F24F0E;
    color: white;
    border-color: transparent;
  }
  .learn-more-btn--primary:hover {
    color: #F24F0E;
    background-color: black;
  }
  .learn-more-btn--white {
    background-color: transparent;
    color: white;
    border-color: white;
  }
  .learn-more-btn--white:hover {
    color: black;
    background-color: white;
  }
  
  .wrapper {
    min-width: 1200px;
  }
  
  .banner__container .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    text-align: center;
    -webkit-tap-highlight-color: transparent;
  }
  .banner__container .owl-dot {
    display: inline-block;
    zoom: 1;
  }
  .banner__container .owl-dot span {
    width: 6px;
    height: 6px;
    margin: 0px 7px;
    background: white;
    display: block;
    transition: opacity .2s ease;
    border-radius: 30px;
  }
  .banner__container .owl-dot.active span {
    background-color: #999999;
  }
  .banner__item {
    position: relative;
    margin-right: -1px;
  }
  .banner__item__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: black;
    opacity: 0;
    z-index: 10;
  }
  .banner__item__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 80%;
    z-index: 20;
  }
  .banner__item__content--small {
    width: initial;
  }
  .banner__item__title {
    font-size: 78px;
    font-weight: 700;
    letter-spacing: 8px;
  }
  .banner__item__title--small {
    font-size: 48px;
    letter-spacing: 18px;
  }
  .banner__nav--prev {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
  }
  .banner__nav--next {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
  
  .production__section {
    padding: 200px 0;
    text-align: center;
  }
  .production__content {
    display: inline-block;
    max-width: 1000px;
    white-space: nowrap;
  }
  .production__description {
    display: inline-block;
    width: 50%;
    white-space: normal;
    text-align: center;
    vertical-align: middle;
  }
  .production__description__title {
    color: #F24F0E;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 2.4px;
  }
  .production__description__text {
    color: black;
    font-size: 28px;
    font-weight: 700;
  }
  .production__images {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
  }
  
  .interval-images {
    position: relative;
  }
  
  .interval-image {
    width: 100%;
    transition: opacity 1.5s;
    opacity: 0;
    vertical-align: middle;
  }
  .interval-image:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0;
  }
  .interval-image.interval-active {
    opacity: 1;
  }
  
  .smart-sign__section {
    text-align: center;
  }
  .smart-sign__content {
    display: table-row;
  }
  .smart-sign__images {
    width: 65%;
    display: table-cell;
  }
  .smart-sign__description {
    width: 35%;
    vertical-align: middle;
    background-color: #2D2D2D;
    display: table-cell;
  }
  .smart-sign__description__content {
    max-width: 327px;
    margin: auto;
    text-align: left;
  }
  .smart-sign__description__title {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 2px;
  }
  .smart-sign__description__text {
    font-size: 20px;
    margin: 24px 0;
    font-weight: 700;
  }
  
  .center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  
  .rider__section {
    width: 100%;
  }
  .rider__intro__container {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .rider__intro__content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .rider__intro__desc {
    text-align: center;
  }
  .rider__intro__title {
    font-size: 88px;
    letter-spacing: 13.2px;
    font-weight: 700;
  }
  .rider__intro__subtitle {
    font-size: 36px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 7.2px;
  }
  .rider__TS5i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .rider__TS5i__image__box {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 33%;
  }
  .rider__TS5i__image {
    width: 100%;
    height: 100%;
  }
  .rider__TS5i__desc {
    width: 34%;
    background-color: #61CAC0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .rider__TS5i__desc__content {
    max-width: 400px;
    margin: auto;
    text-align: center;
  }
  .rider__TS5i__title {
    font-size: 48px;
    font-weight: 700;
  }
  .rider__TS5i__subtitle {
    font-size: 24px;
    margin: 40px 0;
    font-weight: 700;
  }
  
  .signup-me__section {
    padding: 40px 0;
    text-align: center;
  }
  .signup-me__content {
    max-width: 650px;
    margin: auto;
  }
  .signup-me__title {
    font-size: 28px;
    line-height: 35px;
  }
  .signup-me__subtitle {
    font-size: 20px;
    line-height: 25px;
    margin: 8px 0 24px 0;
  }
  .signup-me__email {
    margin: auto;
  }
  .signup-me__email__input {
    border-width: 2px;
    border-color: black;
    padding: 12px 8px;
    font-size: 16px;
    width: 70%;
  }
  .signup-me__email__btn {
    margin: 0 0 0 12px;
  }
  
  
  
  
  
  
  
  
  
  .wrapper > .main > .pointBlock > .block > .blockTxt.W_blue{
      background-color: #fd5608;
      
  }
  
  
  .wrapper > .main > .pointBlock > .block:nth-child(even) > .kvPic_b {
    float: right;
  }
  .wrapper > .main > .pointBlock > .block:nth-child(1) > .kvPic_b {
    background-image: url("https://www.xplova.com/media/img/TS5/C1.jpg");
    background-position: bottom left;
  }
  .wrapper > .main > .pointBlock > .block:nth-child(2) > .kvPic_b {
    background-image: url("https://www.xplova.com/media/img/TS5/C2.jpg");
    background-position: top right;
  }
  .wrapper > .main > .pointBlock > .block:nth-child(3) > .kvPic_b {
    background-image: url("https://www.xplova.com/media/img/TS5/C3.jpg");
    background-position: center left;
  }	
      
  .wrapper > .main > .pointBlock > .block:nth-child(4) > .kvPic_b {
      background-image: url(https://www.xplova.com/media/img/TS5/C4.jpg);
      background-position: center -230px;
      background-attachment: scroll;
  }	
      
      
  .wrapper > .main > .pointBlock > .block > .kvPic_b {
    width: 60%;
    height: 100%;
    float: left;
    background-attachment: fixed;
    background-repeat: no-repeat;
  }	
      
      
  .wrapper > .main > .teach > .teachInner > .teachTxt > .teachTitle.T_blue{
    font-size: 26px;
    color: #fd5608;
    font-weight: 700;
    margin-bottom: 10px;
  }	
      
      
  .title_blue{
      font-size: 60px;
      font-weight: bold;
      color: #FFF;
      background-color: #FD5608;
      text-align: center;
      padding-top: 10px;
      padding-bottom: 10px;
      border-top-width: 0px;
      border-bottom-width: 0px;
      border-top-style: solid;
      border-bottom-style: solid;
      border-top-color: #FFF;
      border-bottom-color: #FFF;
  }
  
  
  .TS5i_MTB{
      color: #FFF;
      background-color: #fd5608;
  }	
      
  .cont{
      width: 100%;
      margin-right: auto;
      margin-left: auto;
      font-size: 40px;
      padding-top: 80px;
      padding-bottom: 80px;
      padding-right: 20px;
      padding-left: 20px;
  }
  
  
  .ts5_Speed{
      background-image: url(https://www.xplova.com/media/img/TS5/ts5_1.png);
      height: 880px;
      width: 100%;
      position: relative;
      background-position: right;
  
  }
  
  
  .shine{
      position: absolute;
      width: 218px;
      top: 175px;
      right: 375px;
      
      }
  
  
  
  .All_in_One{
      background-image: url(https://www.xplova.com/media/img/TS5/ts5_2.png);
      height: 1100px;
      width: 100%;
      position: relative;
      background-position: right;
  
  }
  
  
  .emp01{
      position: absolute;
      max-width: 1000px;
      left: 100px;
      bottom: 100px;
  }
  
  
  
  
  
  .emp02{
      position: absolute;
      max-width: 508px;
      top: 150px;
      right: 220px;
  }
  
  
  
  
  
  .emp03{
      position: absolute;
      max-width: 750px;
      right: 98px;
      bottom: 50px;
      color: #000;
      font-size: 36px;
  }
  
  
  .emp04{
      position: absolute;
      max-width: 570px;
      font-size: 36px;
      left: 130px;
      top: 200px;
  }
  
  
  .text_title{
      font-size: 48px;
      color: #FD5608;
      font-weight: bold;
  }
  
  
  .bluetooth{
      background-image: url(https://www.xplova.com/media/img/TS5/Bluetooth.png);
      height: 950px;
      width: 100%;
      position: relative;
      background-position: center;
  
  }
  
  
  .friendly{
      background-image: url(https://www.xplova.com/media/img/TS5/friendly.png);
      height: 655px;
      width: 100%;
      position: relative;
      background-position: left;
      
      }
  
  
  .empowered{
      position: absolute;
      right: 60px;
      top: 70px;
      width: 800px;
  }
  
  
  .empowered .r_Title01{color: #000;}
  .empowered .r_Title02{color: #000;}
  
  
  
  .shine2{
      position: absolute;
      top: 202px;
      left: 1134px;
      display: none;
      }
  
  .shine3{
      position: absolute;
      top: 140px;
      left: 880px;
      display: none;
  
      }
  
  .xTS5i{
      position: absolute;
      bottom: 220px;
      right: 170px;
      
      }
  
  
  .wrapper > .main > .appBlock > .rightApp > .appTxt > .appTitle {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 15px;
  }
  .wrapper > .main > .appBlock > .rightApp > .appTxt li {
    font-size: 24px;
    margin-bottom: 10px;
    list-style: inside disc;
  }
  
  
  
  .rid_a{
  
      
      
      
      width: 100%;
      height: 100%;
     
  
      display: flex;
      justify-content: center;
      align-items: center;
      
      
  
      
  }
  
  .riders_words{
      width: 50%;
      height: 550px;
      float: left;
  }
  .r_blue{
      color: #FFF;
      background-color: #fd5608;
  
  }
  
  .r_img01{
      background-image: url(https://www.xplova.com/media/img/TS5/am01.jpg);
      background-position: center;
  }
  
  .r_img02{
      background-image: url(https://www.xplova.com/media/img/TS5/am02.jpg);
      background-position: center center;
  }
  
  
  .r_img03{
      background-image: url(https://www.xplova.com/media/img/TS5/am03.jpg);
      background-position: center center;
  }
  
  
  .riders_blockChildren{
      width: 550px;
      font-size: 24px;
  }
  
  .r_Title01{
      font-size: 70px;
      line-height: 65px;
      font-weight: 700;
      margin-bottom: 10px;
  }
  .r_Title02{
      font-size: 30px;
      margin-bottom: 20px;
  }
  
  
  
  .r_tnn{
      border: 2px solid #FFF;
      width: auto;
      float: left;
      margin-top: 40px;
      margin-right: 20px;
      margin-bottom: 20px;
      margin-left: 0px;
      padding-top: 8px;
      padding-right: 20px;
      padding-bottom: 8px;
      padding-left: 20px;
  }
  
  
.buynow{
	height: auto;
	width: 100%;
	text-align: center;
	margin-bottom: 60px;
}

.buynow a{
	background-color: #F15A22;
	color: #FFF;
	font-size: 38px;
	font-weight: 600;
	padding-top: 20px;
	padding-right: 75px;
	padding-bottom: 20px;
	padding-left: 75px;
}


.buynow a:hover{
	color: #000;
	background-color: #FFF;
	border: 1px solid #000;
}
  

  
  a:hover .r_tnn{
      background-color: #fd5608;
  }
  
  
  /*no scss*/
  .videoGif2{
    float: right;
    width: 100%;
    /* height: 100%; */
  }
  
  
  
  
  
  
  .wrapper > .main > .teach > .teachInner > .teachTxt {
    width: 384px;
    position: absolute;
  }
  .wrapper > .main > .teach > .teachInner > .teachTxt > .teachTitle {
    font-size: 26px;
    color: #ff6106;
    font-weight: 700;
    margin-bottom: 10px;
  }
  .wrapper > .main > .teach > .teachInner > .teachTxt > .teachTT {
    font-size: 24px;
    color: #303030;
  }
  .wrapper > .main > .teach > .teachInner > .teachTxt:nth-child(2) {
    left: 0;
    top: 75px;
  }
  .wrapper > .main > .teach > .teachInner > .teachTxt:nth-child(3) {
    left: 0;
    top: 270px!important;
  }
  .wrapper > .main > .teach > .teachInner > .teachTxt:nth-child(4) {
    left: 0;
    top: 500px!important;
  }
  .wrapper > .main > .teach > .teachInner > .teachTxt:nth-child(5) {
    right: 0;
    top: 75px;
  }
  .wrapper > .main > .teach > .teachInner > .teachTxt:nth-child(6) {
    right: 0;
    top: 250px;
  }
  
  .jp_slogan_2 {
    font-size: 35px;
    color: #FD5608;
    font-weight: bold;
  }

  .jp_slogan_1 {
    color: #000;
    font-size: 30px;
  }

  .jp_more_features_1 {
    font-size: 45px;
    line-height: 65px;
    font-weight: 700;
  }

  .de_slogan_2 {
    font-size: 40px;
    color: #FD5608;
    font-weight: bold;
  }

  .de_slogan_1 {
    color: #000;
    font-size: 30px;
  }

  .fr_slogan_2 {
    font-size: 40px;
    color: #FD5608;
    font-weight: bold;
  }

  .fr_slogan_1 {
    color: #000;
    font-size: 30px;
  }

  .es_slogan_2 {
    font-size: 40px;
    color: #FD5608;
    font-weight: bold;
  }

  .es_slogan_1 {
    color: #000;
    font-size: 30px;
  }
  

/*spec的表格使用*/
.spec{
	color: #000;
	font-size: 20px;
	line-height: 27px;
	padding-bottom: 100px;
}
.spec li{
	color: #303030;
	padding-top: 20px;
}


.tw1{
	font-weight: bold;
}  

/** rwd的部份 **/
@media only screen and (max-width: 800px) {
	
	.shine2{      
      left: 0px;
      display: none !important;
      }
  
	.shine3{      
      left: 0px;
      display: none !important;
  
    }
	 
	.empowered{
		width: 100%;
		right: 0px;
	}
}

@media only screen and (max-width: 600px) {
	.emp03{		
		font-size: 24px;
	}
	
	.text_title {
		font-size: 36px;		
	}
	.cont {		
		font-size: 30px;
	}
	
	.r_Title01 {
		font-size: 40px;
		line-height: 40px;
		font-weight: 400;
		margin-bottom: 5px;
	}
	
	.r_Title02 {
		font-size: 20px;
		margin-bottom: 10px;
	}
	
}