@import url(http://fonts.googleapis.com/earlyaccess/notosanstc.css);

.hot {
	position: absolute;
	width: 1200px;
	height: 535px;
	left: 360px;
	top:158px;
	}

.book{
	position: absolute;
	top: 0px;
	left: 0px;
}

.owl-carousel {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.item {
	width: 100%;
}
.owl-controls .owl-nav [class*=owl-] {
	padding: 10px;
	display: inline-block;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	background: #000;
}
.owl-controls .owl-nav [class*=owl-]:hover {
	background: #2E4D36;
}
.owl-next,.owl-prev {
    width: 20px;
    height: 20px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
}
.owl-prev {
    left: 0px;
}
.owl-next {
    right: 0px;
}
