.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 {
  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;
}

.spec li {
	color: #303030;
}
.home-text-primary {
  color: #F24F0E;
}

/**
.container {
  width: 100%;
}
**/

.wrapper {
  width: 100%;
  min-width: 1200px;
  overflow: hidden;
}

.wrapper > .main > .features {
  width: 100%;
  height: 870px;
  background-color: #fff;
}
.wrapper > .main > .features > .innerFeatures {
  width: 1200px;
  height: 531px;
  margin: 0 auto;
  padding-top: 140px;
  position: relative;
}
.wrapper > .main > .features > .innerFeatures > .pager {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 3;
}
.wrapper > .main > .features > .innerFeatures > .pager > .point {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border: 1px solid #303030;
  cursor: pointer;
  border-radius: 6px;
  display: inline-block;
  margin: 0 5px;
}
.wrapper > .main > .features > .innerFeatures > .pager > .pointCurrent {
  background-color: #303030;
}
.wrapper > .main > .features > .innerFeatures > .featuresBtn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.wrapper > .main > .features > .innerFeatures > .featuresBtn > i {
  cursor: pointer;
  color: #505050;
  font-size: 50px;
  position: absolute;
  top: 350px;
}
.wrapper > .main > .features > .innerFeatures > .featuresBtn > i:nth-child(1) {
  left: 0;
}
.wrapper > .main > .features > .innerFeatures > .featuresBtn > i:nth-child(2) {
  right: 0;
}
.wrapper > .main > .features > .innerFeatures > .featuresWrapper {
  width: 1076px;
  position: relative;
  margin: 0 auto;
}
.wrapper > .main > .features > .innerFeatures > .featuresWrapper > .featuresBlock {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
.wrapper > .main > .features > .innerFeatures > .featuresWrapper > .featuresBlock:first-child {
  display: block;
}
.wrapper > .main > .features > .innerFeatures > .featuresWrapper > .featuresBlock > .featuresPro {
  float: left;
}
.wrapper > .main > .features > .innerFeatures > .featuresWrapper > .featuresBlock > .featuresRight {
  float: right;
  width: 690px;
  margin-left: 70px;
}
.wrapper > .main > .features > .innerFeatures > .featuresWrapper > .featuresBlock > .featuresRight > .featuresTitle {
  font-size: 60px;
  font-weight: 700;
  color: #303030;
  line-height: 65px;
}
.wrapper > .main > .features > .innerFeatures > .featuresWrapper > .featuresBlock > .featuresRight > .featuresTxt {
  font-size: 24px;
  color: #303030;
}

.wrapper > .main > .teach {
  width: 100%;
  height: 1054px;
  background-image: url("../img/whiteBg.png");
}
.wrapper > .main > .teach > h1 {
  font-size: 70px;
  font-weight: 700;
  color: #303030;
  text-align: center;
  padding-top: 100px;
}
.wrapper > .main > .teach > .teachInner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.wrapper > .main > .teach > .teachInner > .phone03 {
  display: block;
  margin: 0 auto;
  padding-top: 50px;
}
.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: 250px;
}
.wrapper > .main > .teach > .teachInner > .teachTxt:nth-child(4) {
  left: 0;
  top: 480px;
}
.wrapper > .main > .teach > .teachInner > .teachTxt:nth-child(5) {
  right: 0;
  top: 75px;
}
.wrapper > .main > .teach > .teachInner > .teachTxt:nth-child(6) {
  right: 0;
  top: 250px;
}
.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;   
}

.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__bianchi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.rider__bianchi__image__box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 33%;
}
.rider__bianchi__image {
  width: 100%;
  height: 100%;
}
.rider__bianchi__desc {
  width: 34%;
  background-color: #61CAC0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.rider__bianchi__desc__content {
  max-width: 400px;
  margin: auto;
  text-align: center;
}
.rider__bianchi__title {
  font-size: 48px;
  font-weight: 700;
}
.rider__bianchi__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;
}
	
.title_blue{
	font-size: 60px;
	font-weight: bold;
	color: #FFF;
	background-color: #3d1005;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
}

.cont{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	font-size: 28px;
	padding-top: 80px;
	padding-bottom: 40px;
}


.riders_words{
	width: 50%;
	height: 815px;
	 float: left;
}
.r_blue{
	color: #FFF;

}

.riders_blockChildren{
	width: 550px;
	font-size: 24px;
}

.r_Title01{
	font-size: 60px;
	line-height: 65px;
	font-weight: 600;
	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;
}

a:hover .r_tnn{
	background-color: #2E928F;
}


/*no scss*/
.videoGif2{
  float: right;
  width: 100%;
  /* height: 100%; */
}



.x3_box01{
	background-image: url(https://www.xplova.com/media/img/x3/box01.jpg);
	height: 810px;
	width: 100%;
	position: relative;
	background-position: center top;
}

.tw_pic_box01{
	background-image: url(https://www.xplova.com/media/img/x3/tw/box01.jpg) !important;
}

.x3_box02{
	background-image: url(https://www.xplova.com/media/img/x3/box02.jpg);
	height:950px;
	width: 100%;
	position: relative;
	background-position: center top;
}

.tw_pic_box02{
	background-image: url(https://www.xplova.com/media/img/x3/tw/box02.jpg) !important;
}
.x3_box03{
	background-image: url(https://www.xplova.com/media/img/x3/box03.jpg);
	height: 820px;
	width: 100%;
	position: relative;
	background-position: center top;
}
.tw_pic_box03{
	background-image: url(https://www.xplova.com/media/img/x3/tw/box03.jpg) !important;
}
.x3_box04{
	background-image: url(https://www.xplova.com/media/img/x3/box04.jpg);
	height: 820px;
	width: 100%;
	position: relative;
	background-position: center top;
}
.tw_pic_box04{
	background-image: url(https://www.xplova.com/media/img/x3/tw/box04.jpg) !important;
}
.x3_box05{
	background-image: url(https://www.xplova.com/media/img/x3/box05.jpg);
	height: 820px;
	width: 100%;
	position: relative;
	background-position: center top;
}
.tw_pic_box05{
	background-image: url(https://www.xplova.com/media/img/x3/tw/box05.jpg) !important;
}

.tw_pic_box06{
  background-image: url(https://www.xplova.com/media/img/x3/tw/box06.jpg) !important;
}

.x3_box06{
	background-image: url(https://www.xplova.com/media/img/x3/box06.jpg);
	height: 820px;
	width: 100%;
	position: relative;
	background-position: center top;

}

.x3_box07{
	background-image: url(https://www.xplova.com/media/img/x3/box07.jpg);
	height: 950px;
	width: 100%;
	position: relative;
	background-position: center top;
}

.riders_blockChildren{
	width: 550px;
	font-size: 24px;
}

.cont_right{
	width: 70%;
	height: 815px;
	float: right;
}


.cont_left{
width:70%;
	height: 815px;
	 float: left;
}


.rid_a{

	width: 100%;
    height: 100%;

    display: flex;
    justify-content: center;
    align-items: center;	
}

@media (min-width: 1300px) {
.directUploads {
	margin-right: auto;
	margin-left: auto;
	width: 1300px;
}
}
@media (max-width: 1300px) {
	
	
	.directUploads {
	margin-right: auto;
	margin-left: auto;
	width: auto;
	}
		
	.directUploads img{
	width: 100%;
	
	}
}

/*buynow按鈕*/
.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;
}

/*spec的表格使用*/
.spec{
	color: #000;
	font-size: 20px;
	line-height: 27px;
	padding-bottom: 100px;
}
.spec li{
	padding-top: 20px;
}


.tw1{
	font-weight: bold;
}

/** rwd的部份 **/
@media only screen and (max-width: 600px) {
	.r_Title01{
		font-size: 40px;
		line-height: 40px;
		font-weight: 400;
		margin-bottom: 10px;
	}
	
	.r_Title02{
		font-size: 20px;
		margin-bottom: 10px;
	}
	
	.title_blue{
		font-size: 40px;
	}
}