.header{
	width: 100%; min-width: 1082px; background-color: #fff; height: 100px; padding: 16px 0; margin-bottom: 10px;
}
.headBox{
	width: 1082px; margin: 0 auto;
}
.logo{
	float: left; margin-right: 72px;
}
.nav{
	float: left; position: relative; margin-right: 160px;
}
.nav li{
	float: left; text-align: center; line-height: 64px; font-size: 18px; padding: 0 20px; cursor: pointer;
}
.nav li.current{
	margin-right: 20px; position: relative;
}
.nav li.current:after{
	position: absolute; left: 0;right: 0;bottom: 2px; height: 5px;display: block; background-color: #03a1de; content: "";
}
.navCodeBox{
	display: none;
	position: absolute;right: -40px;top: 80px; z-index: 999; width: 200px; background-color: #fff;text-align: center; padding-top: 20px;
	 border: 1px solid #d3e5ec; border-top: none;
}
.navCodeBox:before{
	position: absolute; left: -1px;right: -1px;top: 0; height: 4px;display: block; background-color: #03a1de; content: "";
}
.navCodeBox .arrowTop{
	position: absolute; left: 50%; top: -8px;
	width: 0;height: 0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:8px solid #03a1de;
}
.navCodeBox img{
width: 168px;height: 168px;
}
.navCodeBox .codeTxt{
font-size: 16px; padding: 10px 0;
}

.searchWrap{
	float: left; width: 280px;height: 34px; margin-top: 17px; background-color: #eee; border-radius: 17px;
}

.iconBox{
	float: left;
	width: 34px; line-height: 34px; text-align: center;
}
.iconBox img{
	vertical-align: middle;
}
.searchBox{
	float: left; width: 230px;
}
.searchBox input{
	width: 100%; height: 34px; border: none;background: none;
}

.userBox{
	float: right;position: relative; margin-top: 13px; cursor: pointer;
}
.user{
	float: left;
}
.arrow{
	float: left; padding-top: 16px;
}
.arrow img{
	margin: 0 8px;
}

.loginBox{
	display: none;
	position: absolute; right: 0;top: 67px; z-index: 999; width: 142px; padding: 13px 10px 7px; background-color: #fff; border: 1px solid #d3e5ec; border-top: none;
}
.loginBox:before{
	position: absolute; left: -1px;right: -1px;top: 0; height: 4px;display: block; background-color: #03a1de; content: "";
}
.loginBox .arrowTop{
	position: absolute; top: -8px; right: 8px;
	width: 0;height: 0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:8px solid #03a1de;
}
.loginBox li{
	line-height: 40px; text-align: center;
}
.loginBox li:first-child{
	border-bottom: 1px solid #999;
}




.main{
	width: 1082px; margin: 0 auto 20px;
}
.banner{
	margin-bottom: 20px;
}
.mainLeft{
	width: 776px; float: left;
}
.typeWrap{
	background-color: #fff; padding: 15px 0; margin-bottom: 20px; border: 1px solid #ddd;
}
.gradeBox{
	margin-bottom: 15px;
}
.typeWrap li{
	float: left; line-height: 32px; padding: 0 22px;
	color: #7d888d;
}
.typeWrap li.typeName{
	border-radius: 16px; cursor: pointer;
	color: #314250;
}
.typeWrap li.current{
	background-color: #03a1de; color: #fff;
}

.bookListWrap{
	background-color: #fff; border: 1px solid #ddd; padding: 20px;
}
.bookBox{
	padding: 25px 0; border-bottom: 1px solid #eee;
}
.bookBox:last-child{
	border: none;
}
.bookBox .bookCover{
	float: left;width: 134px; margin-right: 32px;
}
.bookBox .bookCover img{
	width: 134px;height: 185px;
}
.bookAllMsg{
	float: left; position: relative;height: 185px;
}
.bookAllMsg h3{
	font-size: 18px; font-weight: 700; color: #314250; margin-bottom: 15px; line-height: 1;
}
.chapterBox{}
.chapterBox ul{
	float: left; width: 276px;
}
.chapterBox ul:first-child{
	margin-right: 10px;
}
.chapterBox li{
	line-height: 24px; color: #314250;
}
.publish{
	position: absolute; left: 0;bottom: 0;right: 0;
}
.publish .btnx{
	display: block;
	position: absolute; bottom: 0;right: 0;
	width: 108px;height: 40px; line-height: 38px; border: 1px solid #03a1de; color: #03a1de; text-align: center; border-radius: 3px;
	-webkit-transition: color .3s ease 0s,background-color .3s ease 0s;
	-moz-transition: color .3s ease 0s,background-color .3s ease 0s;
	transition: color .3s ease 0s,background-color .3s ease 0s;
	cursor: pointer;
}
.publish .btnx:hover{
	background-color: #03a1de; color: #fff;
}
.publish p{
	color: #999;
}

.pageBox{
	font-size: 0; text-align: center; padding: 30px 0 10px;
}
.pageBox li{
	display: inline-block; font-size: 14px;
}
.pageBox li span{
	display: block; padding: 0 11px; margin: 0 5px; line-height: 30px; text-align: center; border: 1px solid #ddd; border-radius: 30px; color: #7d888d; background-color: #fff; cursor: pointer;
}
.pageBox li .btnx{
	padding: 0 15px;
}
.pageBox li .current{
	background-color: #03a1de; color: #fff; border-color: #03A1DE;
}

.mainRight{
	float: right; width: 282px; border: 1px solid #ddd; background-color: #fff;
}
.mainRight .title{
	line-height: 50px; border-bottom: 1px solid #ddd; font-size: 18px; color: #314250;
	padding-left: 32px;position: relative;
}
.mainRight .title:before{
	position: absolute; left: 22px; top: 17px; display: block; width: 4px; height: 18px; background-color: #03A1DE; content: "";
}
.mainRight .bookList{
	padding: 0 22px;
}
.mainRight .bookList li{
	border-bottom: 1px solid #ddd; padding: 15px 0;
}
.mainRight .bookList li:last-child{
	border: none;
}
.mainRight .bookList li .bookCover{
	float: left;width: 66px; margin-right: 18px;
}
.mainRight .bookList li .bookCover img{
	width: 66px;height: 91px;
}
.mainRight .bookList li .bookMsg{
	color: #999; font-size: 12px;
}
.mainRight .bookList li .bookMsg h3{
	color: #314250; font-size: 14px; margin-bottom: 5px;
}

.detailRight{
	float: right; width: 186px; border: 1px solid #ddd; background-color: #fff;
}
.detailRight .title{
	line-height: 50px; border-bottom: 1px solid #ddd; font-size: 18px; color: #314250;
	padding-left: 32px;position: relative;
}
.detailRight .title:before{
	position: absolute; left: 22px; top: 17px; display: block; width: 4px; height: 18px; background-color: #03A1DE; content: "";
}
.detailRight .bookList{
	padding: 0 20px; text-align: center;
}
.detailRight .bookList li .bookCover{
	margin-bottom: 10px;
}
.detailRight .bookList li{
	border-bottom: 1px solid #ddd; padding: 25px 0 15px;
}
.detailRight .bookList li:last-child{
	border: none;
}
.detailRight .bookList li .bookCover img{
	width: 66px;height: 91px;
}
.detailRight .bookList li .bookMsg h3{
	color: #314250; font-size: 14px;
}

.detailLeft{
	width: 878px;float: left;
}
.bookMediaWrap{
	padding: 20px; margin-bottom: 15px;
	background-color: #fff;border: 1px solid #ddd;
}
.bookMediaWrap .bookCover{
	float: left;width: 168px; margin-right: 24px;
}
.bookMediaWrap .bookCover img{
	width: 168px;height: 232px;
}
.bookMediaWrap .bookMsg{
	height: 232px; position: relative; padding-top: 30px;
}
.bookMediaWrap .bookMsg h2{
	font-size: 24px; color: #314250; margin-bottom: 10px;
}
.bookMediaWrap .bookMsg p{
	line-height: 24px; color: #999;
}
.bookMediaWrap .download{
	position: absolute; right: 0;top: 74px;
}
.downloadBtn{
	width: 140px;height: 44px; text-align: center; line-height: 44px; margin-bottom: 5px; background-color: #03A1DE; color: #fff; border-radius: 3px;
}
.downloadTips{
	position: absolute; left: 320px;bottom: 0;
	font-size: 28px; color: #03A1DE;
}
.downloadTips img{
	margin-right: 5px; margin-top: 7px; vertical-align: top;
}

.audioMediaWrap{
	background-color: #fff; padding: 15px;
}
.audioList{
	float: left; width: 240px; border: 1px solid #eee;
}
.audioList dt{
	line-height: 54px; padding-left: 20px; font-size: 18px; font-weight: 700; background-color: #eee;
}
.audioList dd{
	padding: 15px 0;
}
.audioList li{
	position: relative; line-height: 36px;padding-left: 40px;
}
.audioList li img{
	display: none;
}
.audioList li.current{
	color: #03A1DE; font-style: italic;
}
.audioList li.current img{
	display: block;
	position: absolute; left: 15px;top: 10px;
}

.audioWrap{
	float: right; width: 580px;
}
.lrcWrap{
	text-align: center;
}
.lrcWrap h3{
	font-size: 24px; padding: 20px 0;
}
.lrcBox{
	height: 580px; overflow-y: auto;line-height: 30px;
}
.lrcBox p{
	cursor: pointer;
}
.lrcBox .active{
	color: #fd6a31; font-weight: 700;
	/*background: url(../images/curLrc.jpg) no-repeat 0 0;*/
}
.audiojs {
	box-sizing: content-box;
	margin: 15px 0px 20px;
}
.audiojs *{
	box-sizing: content-box;
}
#audio{
	/*position: absolute; left: 99999px; opacity: 0; visibility: hidden;*/
}


.footer{
	width: 100%; min-width: 1082px; background-color: #fff; border-top: 3px solid #2a8fff;
}
.footBox{
	width: 1082px; margin: 0 auto; padding: 30px 0 40px;
}
.codeWrap{
	float: right; color: #314250;
}
.codeWrap h3{
	font-size: 16px; margin-bottom: 25px; font-weight: 700;
}
.codeWrap li{
	float: left; text-align: center;
}
.codeWrap li:first-child{
	margin-right: 25px;
}
.codeWrap li img{}
.codeWrap li .codeTxt{
	padding-top: 10px;
	line-height: 24px;
}
.footNav li{
	color: #314250; float: left;width: 232px;
}
.footNav li:last-child{}
.footNav li h3{
	font-size: 16px; margin-bottom: 10px; font-weight: 700;
}
.footNav li p{
	line-height: 32px;
}
.footNav li a{
	display: block;
}
.copyright{
	width: 1200px; min-width: 1082px; margin: 0 auto;
	line-height: 56px; border-top: 1px solid #f6f6f6; text-align: center;
	color: #7d888d; font-size: 12px;
}






















