ul,
ol,
li,
div {
	margin: 0;
	padding: 0;
}

ul,
ol {
	list-style: none;
}

.ft-carousel {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.ft-carousel .carousel-inner {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}

.ft-carousel .carousel-inner .carousel-item {
	float: left;
	height: 100%;
	display: flex;
}
.book-left {
	width: 300px;
	margin-left: 100px;
}
.book-profiles {
	flex: 1;
	margin-right: 100px;
}
.book-profiles h3 {
	font-size: 40px;
  margin: 30px 0;
  font-weight: 700;
  margin-top: 60px;
}
.book-profiles p {
	font-size: 20px;
	padding: 0 80px;
}
.book-profiles a {
	color: #fff;
  font-size: 16px;
  padding: 5px 60px;
  background: linear-gradient(to left, #154a9a, #0078c1);
  border-radius: 30px;
  margin-top: 30px;
}
.ft-carousel .carousel-indicators {
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
	text-align: center;
	font-size: 0;
}

.ft-carousel .carousel-indicators span {
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #fff;
	margin: 0 4px;
	border-radius: 50%;
	border: 1px solid #046fb9;
	cursor: pointer;
}

.ft-carousel .carousel-indicators span.active {
	background-color: #046fb9;
}

.ft-carousel .carousel-btn {
	position: absolute;
	top: 50%;
	width: 60px;
	height: 60px;
	margin-top: -25px;
	cursor: pointer;
}

.ft-carousel .carousel-prev-btn {
	left: 0;
	background: url(../img/btn_left.png) no-repeat;
}

.ft-carousel .carousel-next-btn {
	right: 0;
	background: url(../img/btn_right.png) no-repeat;
}

.example {max-width: 1300px;height: 400px;text-align: center;margin: 20px auto;}
@media (max-width: 768px) {
	.example {
		width: 100%;
		height: 65vw;
	}
	.book-left {
		width: 45%;
		margin-left: 0;
	}
	.book-left img{
		width: 100%;
	}
	.book-profiles {
		margin-right: 0;
	}
	.book-profiles p {
		padding: 0;
		font-size: 14px;
	}
	.book-profiles h3 {
		font-size: 20px;
		margin: 10px 0;
	}
	.book-profiles a {
		padding: 2px 20px;
		margin-top: 10px;
	}
	.ft-carousel .carousel-indicators {
		/*display: none;*/
	}
	.ft-carousel .carousel-indicators span {
		width: 2vw;
		height: 2vw;
	}
	.ft-carousel .carousel-prev-btn,
	.ft-carousel .carousel-next-btn {
		display: none;
	}
}