@import "bookList.css";

.slidebox {
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 88px;
}

.flexslider {
	position: relative;
	max-width: 1000px;
	height: 320px;
	margin: 0 auto;
}

.slides {
	position: relative;
	z-index: 1;
}

.slides li {
	height: 320px;
}

.slides li img {
	width: 100%;
	height: 320px;
}

.slides a {
	display: block;
	width: 100%;
	height: 320px;
	background-size: cover;
	background-position: center center;
}

.flex-control-nav {
	text-align: center;
}

.flex-control-nav li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	zoom: 1;
	*display: inline;
}

.flex-control-nav a {
	display: block;
	width: 10px;
	height: 10px;
	line-height: 10px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.5);
	cursor: default;
	border-radius: 50%;
	text-indent: -9999px
}

.flex-control-nav .flex-active {
	background: #ffffff;
}

.whiteSlider .flex-control-nav a {
	background: rgba(0, 0, 0, 0.2);
}

.whiteSlider .flex-control-nav .flex-active {
	background: #000;
}

.flex-direction-nav {
	position: absolute;
	z-index: 3;
	left: 0;
	width: 100%;
	top: calc(50% - 18px);
}

.flex-direction-nav li a {
	width: 36px;
	height: 36px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}
.flex-direction-nav li a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

.flex-direction-nav li a.flex-prev {
	left: -56px;
	background: url(../../Public/img/index_v2/slide_left.svg) center center no-repeat;
	background-size: 100% 100%;
}

.flex-direction-nav li a.flex-next {
	right: -56px;
	background: url(../../Public/img/index_v2/slide_right.svg) center center no-repeat;
	background-size: 100% 100%;
}

.control {
	position: absolute;
	bottom: 24px;
	z-index: 2;
	width: 100%;
}

#listWrapBox {
	width: 0;
	height: 0;
	position: relative;
	left: -10px;
	overflow: hidden;
}

.main {
	max-width: 1000px;
	margin: 32px auto;
	position: relative;
}
.main .left {
	margin-right: 344px;
	min-height: 800px;
}
.main .left .loadmore {
	width: 100%;
	text-align: center;
	padding: 20px 0;
	font-size: 16px;
	color: #333;
}
.clear {
	clear: both;
}
.main .right {
	width: 296px;
	height: 500px;
	position: absolute;
	top: 0;
	right: 0;
}
.right_block {
	margin-bottom: 32px;
}
.right_title {
	font-size: 14px;
	color: #999;
	margin-bottom: 10px;
}
.right_title a {
	float: right;
	color: #999;
}
.right_title a:hover {
	color: #2d3033;
}
.right_foot {
	color: #999;
	font-size: 14px;
	line-height: 20px;
}
.right_foot a {
	color: #999;
	padding-left: 15px;
}
.right_foot a:first-child {
	padding: 0;
}
.right_foot a:hover {
	color: #2d3033;
}
.hot_book {
	margin-bottom: 24px;
	position: relative;
}
.hot_book .hot_book_l {
	margin-right: 81px;
	min-height: 96px;
}
.hot_book .width_100 {
	margin-right: 0;
	min-height: auto;
}
.hot_book_l h2 {
	font-size: 20px;
	line-height: 25px;
}
.hot_book_l h2 a {
	color: #2D3033;
	word-break: break-all;
}
.hot_book_l h2 .zhongchuang::after {
	display: inline-block;
	top: auto;
	margin-top: 6px;
}
.hot_book_l h2 a:hover {
	color: #4886FF;
}
.hot_book_authors {
	margin: 8px 0;
	line-height: 22px;
	font-size: 14px;
}
.hot_book_author {
	color: #2D3033;
}
.hot_book_author a {
	color: #2D3033;
}
.hot_book_author a:hover {
	color: #4886FF;
}
.hot_book_time {
	color: #909499;
	padding-left: 8px;
}
.hot_book_foot {
	line-height: 18px;
	font-size: 14px;
	color: #909499;
	padding-left: 23px;
	background: url(../../Public/img/index_v2/read.svg) no-repeat left top;
}
.hot_book_foot samp {
	display: none;
}
.hot_book .hot_book_cover {
	display: block;
	width: 72px;
	height: 96px;
	background-position: center center;
	background-size: cover;
	position: absolute;
	top: 0;
	right: 0;
}
.hot_book .hidecover {
	display: none;
}
.hot_book .clear {
	clear: both;
}
.right_share a {
	padding-right: 14px;
}
.right_wechat {
	position: relative;
}
.right_wechat .right_wechat_qr {
	top: -180px;
	left: -72px;
	display: none;
	width: 164px;
	height: 164px;
	padding: 16px;
}
.right_wechat:hover .right_wechat_qr {
	display: block;
	-webkit-animation: fade_up .2s;
	animation: fade_up .2s;
}
.right_category a {
	display: inline-block;
	padding: 6px 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	font-size: 14px;
	border: 1px solid #e5e6e6;
	color: #999;
	border-radius: 4px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}
.right_category a:hover {
	background: rgba(144, 147, 153, 0.1);
}
.right_author_v {
	position: relative;
	margin-top: 24px;
}
.right_author_v:first-child {
	margin-top: 0;
}
.right_author_v .right_author_img {
	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
	overflow: hidden;
	top: 0;
	left: 0;
	border-radius: 20px;
}
.right_author_v .right_author_img img, .right_author_v .right_author_img p {
	display: block;
	width: 40px;
	height: 40px;
}
.right_author_v .right_author_img p {
	line-height: 40px;
	background: #5481e3;
	font-size: 20px;
	text-align: center;
	color: #fff;
}
.right_author_v .right_author_name {
	margin-left: 48px;
	line-height: 20px;
	font-size: 14px;
}
.right_author_v .right_author_name_a {
	color: #2d3033;
}
.right_author_v .right_author_name_a:hover {
	color: #5481e3;
}
.right_author_v .right_author_info {
	margin-left: 48px;
	margin-top: 2px;
	line-height: 20px;
	font-size: 14px;
	color: #909499;
}
.right_author_v .right_author_info span {
	color: #000015;
}
.right_event a {
	display: block;
	height: 96px;
	margin-bottom: 16px;
	background-size: cover;
	background-position: center center;
}
.page_tab {
	max-width: 656px;
	margin: 0 auto;
	border-bottom: 1px solid #E5E6E6;
	margin-top: 115px;
}
.page_tab span, .page_tab a {
	color: #999;
	padding-right: 25px;
	font-size: 19px;
	line-height: 60px;
}
.page_tab .current {
	color: #333;
}
.page_tab .num {
	padding-left: 5px;
	padding-right: 0;
	color: #ccc;
}
.event_title {
	padding-top: 83px;
	font-size: 20px;
	color: #222;
}
.event_page {
	min-height: 847px;
}
.event_page .right_event {
	padding-top: 35px;
}
.event_page .right_event a {
	display: block;
	position: relative;
	margin-bottom: 35px;
	height: auto;
	overflow: hidden;
}
.event_page .right_event a img {
	display: block;
	width: 100%;
}
.event_page .right_event a span {
	position: absolute;
	width: 100px;
	background: #4886ff;
	color: #fff;
	font-size: 14px;
	text-align: center;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	padding-top: 20px;
	line-height: 24px;
	top: -8px;
	left: -38px;
}

@-webkit-keyframes fade_up {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, 10px);
		transform: translate(0, 10px); }
	100% {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0); } }

@keyframes fade_up {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, 10px);
		transform: translate(0, 10px); }
	100% {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0); } }

@-webkit-keyframes fade_down {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, -10px);
		transform: translate(0, -10px); }
	100% {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0); } }

@keyframes fade_down {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, -10px);
		transform: translate(0, -10px); }
	100% {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0); } }
@-webkit-keyframes load {
	from {
		-webkit-transform: rotateZ(0deg);
		transform: rotateZ(0deg); }
	to {
		-webkit-transform: rotateZ(360deg);
		transform: rotateZ(360deg); } }
@keyframes load {
	from {
		-webkit-transform: rotateZ(0deg);
		transform: rotateZ(0deg); }
	to {
		-webkit-transform: rotateZ(360deg);
		transform: rotateZ(360deg); } }
/*é¡¶éƒ¨æç¤ºç¡®è®¤æ¡† start*/
.top-tip {
	width: 468px;
	height: 48px;
	padding: 8px 16px;
	position: absolute;
	display: none;
	left: calc(50% - 234px);
	top: 64px;
	z-index: 99;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.08);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08), 0 4px 8px 0 rgba(0, 0, 0, 0.08);
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear; }

.tip-content {
	color: #2d3033;
	font-size: 1.4rem;
	text-align: left;
	line-height: 32px; }
.tip-content.done::before {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	float: left;
	margin-right: 8px;
	background-image: url("../../Public/img/editor/done.svg");
	background-size: 100%;
	position: relative;
	top: 8px; }
.tip-content.load::before {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	float: left;
	margin-right: 8px;
	background-image: url("../../Public/img/editor/loading.png");
	background-size: 100%;
	position: relative;
	top: 8px;
	-webkit-animation: load .5s linear infinite;
	animation: load .5s linear infinite; }
.tip-content.warn::before {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	float: left;
	margin-right: 8px;
	background-image: url("../../Public/img/editor/warn.svg");
	background-size: 100%;
	position: relative;
	top: 8px; }

.tip-btn .btn {
	width: auto;
	margin-left: 16px;
	color: #4886FF; }
.top_link {
	display: block;
	position: fixed;
	width: 40px;
	height: 40px;
	background: #e5e6e6 url(../../Public/img/index_v2/icon_top.svg) no-repeat center center;
	border-radius: 4px;
	bottom: -56px;
	right: 16px;
	z-index: 100;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.top_link:hover {
	background-color: #c8cacc;
}

@media only screen and (max-width: 1112px) {
	.flex-direction-nav {
		display: none;
	}
}
@media only screen and (max-width: 920px) {
	.main .left {
		margin-right: 0;
	}
	.main .right {
		display: none;
	}
	.top_link_v {
		display: none;
	}
}
@media only screen and (max-width: 660px) {
	.slidebox {
		padding: 16px;
	}
	.flexslider, .slides a, .slides li {
		height: 120px;
	}
	.control {
		display: none;
		bottom: 8px;
	}
	.main {
		margin-top: 0;
	}
	.page_tab {
		margin-left: 16px;
		margin-right: 16px;
		margin-top: 50px;
	}
	.page_tab span, .page_tab a {
		font-size: 16px;
	}
	.event_title {
		font-size: 16px;
		padding: 0 20px;
		margin-top: 60px;
	}
	.event_page .right_event {
		padding-top: 10px;
		margin-left: 20px;
		margin-right: 20px;
	}
	.event_page .right_event a {
		margin-bottom: 16px;
	}
	.event_page .right_event a span {
		width: 100px;
		font-size: 12px;
		line-height: 18px;
		top: -10px;
		left: -40px;
	}
}
