body {
	font-family: 'Mitr', sans-serif;
	background-color: #17202A;
}
#back-top {
    position: fixed;
    bottom: 140px;
    right: 45px;
}
#back-top a {
    display: block;

    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
#back-top a i {
    color: rgba(255,255,255,.3);
    font-size: 45px;
    margin: 5px;
}
#back-top a i:hover {
    color: #ddd;
}
#back-before {
    position: fixed;
    bottom: 90px;
    right: 45px;
}
#back-before a {
    display: block;

    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
#back-before i {
	color: rgba(255,255,255,.3);
    font-size: 45px;
    margin: 5px;
}
#back-before i:hover {
    color: #ddd;
}
#back-home {
    position: fixed;
    bottom: 46px;
    right: 40px;
}
#back-home a {
    display: block;

    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
#back-home i {
	color: rgba(255,255,255,.3);
    font-size: 41px;
    margin: 5px;
    margin-right: 9px;
}
#back-home i:hover {
    color: #ddd;
}
.frame {
	width: 960px;
	margin: 0px auto;
}
.c-l {
	float: left;
}
.c-r {
	float: right;
}
.clear {
	clear: both;
}
.section.header {
	background-color: #17202A;
}
.hmenu .c-l img {
	width: 100px;
	margin-top: 3px;
}
.hmenu .c-r a {
	display: inline-block;
	padding: 16px 24px;
	box-sizing: border-box;
	color: #fff;
	font-size: 13px;
	text-decoration: none;
}
.hmenu .c-r a:hover {
	background-color: #B21A38;
}
.section.main {
	background-image: url(../images/book/wood-cover.jpg);
	background-size:cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	overflow: auto;
}
.section.main .filter {
	background-color: rgba(0,0,0,.05);
}
.section.main .filter.frame {
	margin-bottom: 20px;
}
.section.main .filter .frame .quote {
	text-align: center;
	padding-top: 70px;
	padding-bottom: 60px;
}
.section.main .filter .frame .quote h1 {
	color: #ddd;
	font-size: 60px;
	text-shadow: 3px 3px black;
	letter-spacing: 2px;
}
.section.main .filter .frame .quote h2 {
	color: #ddd;
	font-size: 35px;
	text-shadow: 3px 3px black;
}
.section.main .filter .frame .shelf {
	background-image: url(../images/book/shelf.jpg);
	background-size:700px;
	background-repeat: no-repeat;
	background-position: center top;
	overflow: auto;
	border-radius: 16px;
	width: 700px;
	padding: 0px 0px 100px 0px; 
	margin: 0px auto;
}
.section.main .filter .frame .shelf .book {
	width: 560px; height: 680px;
	margin:60px 40px 0px 70px;
}
.section.main .filter .frame .shelf .book .c-l {
	width: 135px;
}
.section.main .filter .frame .shelf .book .c-l a img {
	width: 110px; height: 160px;
	margin: 0px 22px 60px 22px;
	border-radius: 3px;
	box-shadow: 10px 3px 10px 0px rgba(0, 0, 0, 0.5);
}
.section.tab {
	background-image: url(../images/book/cover-4evertab.jpg);
	background-size:cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	height: 485px;
}
.section.tab .filter {
	background-color: rgba(0,0,0,.6);
	height: 485px;
}
.section.tab .filter .frame {
	padding-top: 60px;
	text-align: center;
}
.section.tab .filter .frame img {
	width: 500px;
}
.section.contact {
	background-color: #0d1319;
	height: 390px;
	color: #fff;
}
.section.contact .frame .c-l .left {
	margin-top: 26px;
	margin-left: 20px;
}
.section.contact .frame .c-l .left div {
	font-size: 13px;
}
.section.contact .frame .c-l .left div i {
	font-size: 20px;
	margin-right: 5px;
}
.section.contact .frame .c-l .left .social {
	margin-top: 10px;
}
.section.contact .frame .c-l .left .social a i {
	font-size: 40px;
	color: #fff;
	margin-right: 8px;
}
.section.contact .frame .c-l .left .social a i:hover {
	color: rgba(255,255,255,.7);
}
.section.contact .frame .c-l .left img {
	width: 255px;
	margin-top: 20px;
	margin-bottom: 40px;
}
.section.contact .frame .c-r .right {
	width: 320px;
	margin-top: 46px;
}
.section.end {
	background-color: #060b0f;
	width: 100%; height: 50px;
}
.section.end .frame .credit {
	font-size: 12px;
	color: #606060;
	text-align: center;
	padding-top: 15px;
}
.section.end .frame .credit .c-l {
	margin-left: 12px;
}
.section.end .frame .credit .c-r {
	margin-right: 11px;
}