/*區塊置中*/
.riders_words2 {
	width: 100%;
	background-color: #54575A;
	display: block;
}

.rid_a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.r_blk2 {
	color: #FFF;
	background-color: #323232;
}

.riders_words {
	/* 高度設為圖片給的高度 */
	height: 919px; 
	float: left;
	width: 50%;
}

.r_blk {
	color: #FFF;
	background-color: #54575A;
}

.r_img00 {
	background-image: url(https://www.xplova.com/media/img/nozaOne/Zwift-pic.jpg);
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
}

.r_img01 {
	background-image: url(https://www.xplova.com/media/img/nozaOne/small_banner_image01.jpg);
	background-position: center;
}

.r_vcba_phone_img01 {
	content: url(https://www.xplova.com/media/img/nozaOne/small_banner_image01.jpg);
}

.r_img02 {
	background-image: url(https://www.xplova.com/media/img/nozaOne/small_banner_image02.jpg);
	background-position: center center;
}

.r_vcba_phone_img02 {
	content: url(https://www.xplova.com/media/img/nozaOne/small_banner_image02.jpg);
}

.r_img03 {
	background-image: url(https://www.xplova.com/media/img/nozaOne/small_banner_image03.jpg);
	background-position: center;
}

.r_vcba_phone_img03 {
	content: url(https://www.xplova.com/media/img/nozaOne/small_banner_image03.jpg);
}

.r_img04 {
	background-image: url(https://www.xplova.com/media/img/nozaOne/small_banner_image04.jpg);
	background-position: center center;
}

.r_vcba_phone_img04 {
	content: url(https://www.xplova.com/media/img/nozaOne/small_banner_image04.jpg);
}

.r_img_workout_plus_en {
	background-image: url(https://www.xplova.com/media/img/common/screenshot_workout_plus_en.jpg);
	background-position: center;
}
.r_vcba_phone_img_workout_plus_en {
	content: url(https://www.xplova.com/media/img/common/screenshot_workout_plus_en.jpg);
}

.r_img_workout_plus_cht {
	background-image: url(https://www.xplova.com/media/img/common/screenshot_workout_plus_cht.jpg);
	background-position: center;
}
.r_vcba_phone_img_workout_plus_cht {
	content: url(https://www.xplova.com/media/img/common/screenshot_workout_plus_cht.jpg);
}

.riders_blockChildren {
	width: 100%;
	font-size: 24px;
	padding: 30px;
}

@media only screen and (min-width: 1300px) {
	.riders_blockChildren {
		width: 100%;
		padding: 30px;
	}
}

@media only screen and (min-width: 1440px) {

	.r_img01,
	.r_img03,
	.r_img05 {
		background-repeat: no-repeat;
		background-position: right;
		background-color: #fff;
	}

	.r_img00,
	.r_img02,
	.r_img04 {
		background-repeat: no-repeat;
		background-position: left;
		background-color: #fff;
	}
}

@media only screen and (max-width: 1440px) {

	.r_img01,
	.r_img03,
	.r_img05 {
		background-size: cover;
	}

	.r_img00,
	.r_img02,
	.r_img04 {
		background-size: cover;
	}
}

.r_Title01 {
	font-size: 70px;
	line-height: 70px;
	font-weight: 700;
	margin-bottom: 10px;
	padding-bottom: 20px;
}

.r_Title02 {
	font-size: 30px;
	margin-bottom: 20px;
	line-height: 35px;
}

@media (min-width: 601px) and (max-width:1300px) {
	.r_Title01 {
		font-size: 50px;
		line-height: 64px;
	}

	.r_Title02 {
		font-size: 24px;
		margin-bottom: 20px;
		line-height: 30px;
	}
}

@media only screen and (max-width: 600px) {
	.r_Title01 {
		font-size: 40px;
		line-height: 45px;
		font-weight: 600;
		margin-bottom: 10px;
	}

	.r_Title02 {
		font-size: 20px;
		margin-bottom: 20px;
		line-height: 25px;
	}
}

/*區塊置中end*/
/*大banner*/
.banner_big {
	position: relative;
}

.vcba {
	background-color: #54575A;
	padding: 30px;
	position: absolute;
	width: 42%;
	color: #FFF;
	right: 20px;
	top: 80px;
}

.vcba_phone {
	background-color: #54575A;
	padding: 30px;
	width: 100%;
	color: #FFF;
}

@media only screen and (min-width: 1730px) {
	.vcba {
		display: block;
	}

	.vcba_phone {
		display: none;
	}
}

@media only screen and (max-width: 1729px) {
	.vcba {
		display: none;
	}

	.vcba_phone {
		display: block;
	}
}

/*大banner end*/
/*輪播圖*/
.features {
	width: 100%;
	height: 870px;
	background-color: #fff;
}

.features .innerFeatures {
	width: 80%;
	height: 731px;
	padding-top: 140px;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

@media only screen and (max-width: 600px) {
	.features .innerFeatures .featuresBtn > i {
		top: 140px !important;
	}

	.featuresTitle {
		font-size: 40px;
		font-weight: 600;
		color: #FD5608;
		line-height: 40px;
	}

	.featuresTxt {
		font-size: 20px;
		color: #303030;
		line-height: 25px;
	}

	.ddfgs {
		margin-top: 20px;
		margin-right: 40px;
	}
}

@media only screen and (min-width: 600px) {
	.featuresTitle {
		font-size: 70px;
		font-weight: 700;
		color: #FD5608;
		line-height: 65px;
	}

	.featuresTxt {
		font-size: 30px;
		color: #303030;
		line-height: 35px;
	}

	.ddfgs {
		margin-top: 150px;
		margin-right: 40px;
	}
}

@media only screen and (max-width: 1300px) {
	.features {
		width: 100%;
		height: auto;
		background-color: #fff;
		margin-bottom: 100px;
		display: inline-block;
	}

	.features .innerFeatures {
		width: 100%;
		height: auto;
		padding-top: 50px;
		position: relative;
		margin-top: 0;
		margin-right: auto;
		margin-bottom: 0;
		margin-left: auto;
		display: inline-block;
	}

	.pager {
		padding-left: 0;
		margin: -50px 0;
		text-align: center;
		list-style: none;
	}
}

.features .innerFeatures .pager {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	z-index: 3;
}

.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;
}

.features .innerFeatures .pager .pointCurrent {
	background-color: #303030;
}

.features .innerFeatures .featuresBtn {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 100;
}

.features .innerFeatures .featuresBtn > i {
	cursor: pointer;
	color: #505050;
	font-size: 50px;
	position: absolute;
	top: 350px;
}

.features .innerFeatures .featuresBtn > i:nth-child(1) {
	left: 0;
}

.features .innerFeatures .featuresBtn > i:nth-child(2) {
	right: 0;
}

.features .innerFeatures .featuresWrapper {
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.features .innerFeatures .featuresWrapper .featuresBlock {
	display: none;
}

.features .innerFeatures .featuresWrapper .featuresBlock:first-child {
	display: block;
}

/*輪播圖 end*/
/*gallery*/
.bg_gray {
	background-color: #E4E4E4;
}

@media only screen and (min-width: 1600px) {
	.gallery {
		width: 1600px;
		margin-right: auto;
		margin-left: auto;
	}
}

/*gallery end*/
.gallery {
	padding-bottom: 100px;
}

.spec {
	color: #000;
	font-size: 20px;
	line-height: 27px;
	padding-bottom: 100px;
}

.spec li {
	padding-top: 20px;
}

.tw1 {
	font-weight: bold;
}

.buynow {
	margin-top: 100px;
	margin-bottom: 80px;
}

.buynow a {
	background-color: #fd5608;
	color: #FFF;
	font-size: 38px;
	font-weight: 600;
	padding-top: 20px;
	padding-right: 75px;
	padding-bottom: 20px;
	padding-left: 75px;
	margin-bottom: 50px;
}

/*
------------------------------------------------------------
NOZA One
------------------------------------------------------------
*/
.Instagram_sec {
	margin: 0px;
	padding: 0px;
	padding-bottom: 100px;
}

.sectionbk2 {
	margin: 0px;
	padding: 0px;
}

.Instagram_sec .title_h1 {
	line-height: 80px;
}

.Instagram_txt {
	font-size: 20px;
	color: #000;
	font-weight: 700;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 30px;
}

.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--white {
	background-color: transparent;
	color: white;
	border-color: white;
}

#inline1 {
	display: none;
	margin: auto;
	text-align: center;
}

.thirdParty {
	margin: auto;
	text-align: center;
}

.thirdParty .thumbnail {
	border-color: #FFF;
	text-align: center;
}

.thirdParty .thumbnail img {
	border-radius: 10px;
	border-color: #FFF;
	width: 200px;
	margin-bottom: 10px;
	text-align: center;
}

.thirdParty .thumbnail span {
	white-space: nowrap;
}

.specialNotes {
	padding-top: 5px;
	padding-left: 10px;
}
