.manual-container {
	margin-top: 5.2vw;
	margin-bottom: 2.5vw;
}

.manual-container .tabs-box .title {
	font-size: 1.872vw;
	font-family: AvenirNext-Bold;
	margin-right: 2.6vw;
}

.manual-container .tabs-box {
	display: flex;
	font-size: 1.872vw;
	margin-bottom: 1.56vw;
}

.manual-container .tabs-box .item {
	margin-right: 2.6vw;
	cursor: pointer;
}

.manual-container .tabs-box .item.active {
	color: #00B4A1;
}

.manual-container .tabs-box .tabs {
	position: relative;
}

.manual-container .tabs-box .line {
	background: #00B4A1;
	height: 1px;
	position: absolute;
	bottom: 5px;
}

.manual-container .row-box {
	padding-left: 8.736vw;
}

.manual-container .row-box .rows {
	margin-bottom: 1.04vw;
	font-family: AvenirNext-Regular;
}

.manual-container .row-box .title {
	font-size: 1.04vw;
}

.manual-container .row-box .bold-title {
	font-size: 1.352vw;
	font-family: AvenirNext-Bold;
}

.manual-container .row-box .content {
	font-size: 0.78vw;
	font-family: AvenirNext-Regular;
}

.manual-container .row-box .funs-title {
	font-size: 1.352vw;
	font-family: AvenirNext-Bold;
	margin-bottom: 0.52vw;
}

.manual-container .row-box .watch-images img {
	width: 4.992vw;
	height: 6.084vw;
	margin-right: 0.988vw;
	margin-top: 0.520vw;
}

.manual-container .row-box .watch-images-circle {
	display: none;
}

.manual-container .row-box .watch-images-circle img {
	width: 6.292vw;
	height: 6.292vw;
	margin-right: 0.988vw;
	margin-top: 0.520vw;
}

.watch-images-2 {
	display: inline-block;
	padding: 0.52vw 0px;
	border-bottom: 1px solid #999;
}

.watch-images-2 .img-col {
	text-align: center;
	width: 6.2vw;
	display: inline-block;
	font-size: 0.832vw;
}

.watch-images-2 img {
	width: 2.912vw;
	height: 2.912vw;
}

.watch-images-2 .img-col:first-child {
	width: 2.912vw;
	margin-right: 1.43vw;
}

.last-watch-images {
	margin-bottom: 1.04vw;
}

.watch-images-3,
.watch-images-3-circle {
	margin-top: 1.56vw;
}

.watch-images-3 .sport-img {
	width: 4.56vw;
	height: 5.6vw;
}

.watch-images-3 .arrow,
.watch-images-3-circle .arrow {
	width: 1.56vw;
}

.watch-images-3-circle {
	display: none;
}

.watch-images-3-circle .sport-img {
	width: 6.032vw;
	height: 6.032vw;
}

.m-introduce-box {
	padding-left: 1.82vw;
}

.m-introduce-box .rows {
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}

.m-introduce-box .rows .title {
	font-size: 1.04vw;
}

.m-introduce-box .rows .content {
	font-size: 0.78vw;
	font-family: AvenirNext-Regular;
}

.m-introduce-box .rows img {
	width: 5.096vw;
	margin-right: 1.56vw;
}

.m-introduce-box .rows .circle-img {
	display: none;
}

.m-introduce-box .rows:last-child {
	align-items: flex-start;
}

.first-watch-imags {
	margin-top: 1.56vw;
}

@media only screen and (max-width:767px) {
	.manual-container {
		margin-top: 20.925vw;
		padding-right: 9.3vw;
		padding-left: 8.1375vw;
	}
	.manual-container .row-box .rows{
		margin-bottom: 4.65vw;
	}
	.manual-container .tabs-box .title {
		font-size: 6.975vw;
	}

	.manual-container .row-box .title {
		font-size: 3.255vw;
		font-family: AvenirNext-Bold;
	}

	.manual-container .row-box .content {
		font-size: 2.79vw;
		line-height: 2;
	}

	.manual-container .row-box .funs-title {
		font-size: 3.72vw;
	}

	.manual-container .row-box .watch-images img {
		width: 16.74vw;
		height: 20.46vw;
	}

	.watch-images-2 {
		display: flex;
	}

	.watch-images-2 img {
		width: 6.975vw;
		height: 6.975vw;
	}

	.watch-images-2 .img-col:first-child {
		width: 6.975vw;
	}

	.watch-images-2 .img-col:last-child {
		margin-right: 0px;
	}

	.watch-images-2 .img-col {
		font-size: 1.86vw;
		width: 14.485vw;
	}

	.m-introduce-box {
		padding-left: 0px;
	}

	.m-introduce-box .rows .title {
		font-size: 3.255vw;
		font-family: AvenirNext-Bold;
	}

	.m-introduce-box .rows .content {
		font-size: 2.79vw;
		line-height: 2;
	}

	.m-introduce-box .rows img {
		width: 13.95vw;
	}

	.m-introduce-box .rows {
		align-items: flex-start;
		margin-bottom: 4.65vw;
	}

	.watch-images-3,
	.watch-images-3-circle {
		margin-bottom: 4.65vw;
	}

	.watch-images-3 .watch-images-3-inner,
	.watch-images-3-circle .watch-images-3-inner {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.watch-images-3 .sport-img {
		width: 11.56vw;
		height: 14.3vw;
	}

	.watch-images-3 .arrow{
		width: 6vw;
		height: 2vw;
	}

	.watch-images-3 .watch-images-inner {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.manual-container .row-box .bold-title {
		font-size: 3.255vw;
	}

	.manual-container .row-box {
		padding-left: 14.95vw;
	}
	
	.manual-container .tabs-box{
		padding-left: 14.95vw;
	}
	
	.manual-container .tabs-box .tabs{
		font-size: 4.18vw;
	}
	.manual-container .tabs-box .item{
		margin-left: 0px;
		margin-right: 2.6vw;
	}
	.manual-container .tabs-box .line{
		left: 0px;
	}
	
	.manual-container .row-box .watch-images-circle img{
		width: 16.74vw;
		height: 16.74vw;
	}
	
	.watch-images-3-circle .sport-img{
		width: 11.56vw;
		height: 11.56vw;
	}
	
	.watch-images-3-circle .arrow{
		width: 5vw;
		height: 1.5vw;
	}
}