#bookname {
	display: none;
}
#preAndNextBar{
	padding:10px;
}
#preAndNextBar a{
	display:block;
	padding:10px;
	text-align:center;
}
.page_site{
	display:none;
}
.text-large{
  font-size:1.5rem;
}
.text-small{
  font-size:.5rem;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.nbcontent,#contentsource{
	max-width:640px;
	min-width:280px;
	margin-top:10px;
	margin:auto;
}

.chapterListTable{
	position:relative;
}
.chapterListTable .pageNav{
	min-height:24px;
	margin-right:45px;
	display:inline-block;
	margin-bottom:0;
}

.chapterListTable .pageNav .pageNum{
	background-color:#eee;
	border-radius:5px;
	margin-right:10px;
	font-size:12px;
	padding:3px 5px 3px 5px;
	display:inline-block;
	margin-bottom:10px;
	cursor:pointer;
}

.chapterListTable .sortButton{
	position:absolute;
	display:inline-block;
	height:24px;
	top:0;
	right:0;
	cursor:pointer;
}
.chapterListTable .chapterList p{
	line-height: 28px;
  font-size: 12px;
	margin:0;
	border-bottom:1px dashed #999;
	vertical-align:top;
}
.chapterListTable .chapterList p span{
	display:inline-block;
	margin:0;
	vertical-align:top;
}
.chapterListTable .chapterList .title{
	max-width:75%;
	overflow:hidden; 
	text-overflow:ellipsis;
	white-space: nowrap;
	padding-left:5px;
	padding-right:5px;
}

@media screen and (min-width: 768px) {
	.chapterListTable .chapterList .title{
		max-width:85%;
	}
	.chapterListTable .chapterList p{
		line-height: 28px;
		font-size: 14px;		
	}
}

.chapterTitle{
	margin-bottom:2rem;
	padding-left:5px;
	padding-right:5px;
}

.nb-noflip{
	/*
	overflow-y:scroll;
	-webkit-overflow-scrolling: touch;
	
	padding:0.5rem;
	margin-bottom:2rem;
	*/
}

.nb-flip{
	overflow:hidden;
	padding:0;
}

.nb-slider{
	/*Gecko: Firefox3.6+*/
	-moz-column-width: 800px;
	-moz-column-gap: 10px;
	/*Webkit: Safari和Chrome*/
	-webkit-column-width: 800px;
	-webkit-column-gap: 10px;
	/*W3C标准*/
	column-gap: 10px;
	column-width: 800px;
	position:relative;
	padding:10px;
}

.nbcontent,.nbcontent-b p{
	clear:both;
}

.discription{
	clear:both;
	float:none;
}

.discription p,#contentsource>p{
	margin:0;
	font-size:16px;
	line-height:1.5;
	padding-right:1rem;
	word-wrap:break-word;
}

#contentsource>p{
	margin-bottom:27px;
	padding-right:0;
}

#contentsource>p>i,#contentsource>p>span{
	min-width:70px;
	display:inline-block;
}

#contentsource p img{
	max-width:100%;
}

/* flex样式 */
.talk{
	clear:both;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding-bottom:1rem;
	padding-top:1rem;
	padding-right:1rem;
}

.text-right .talk{
	padding-right:0;
}

.talk .talkcontent{
	-webkit-box-flex: auto;
	-moz-box-flex: auto;
	-webkit-flex: auto;
	-ms-flex: auto;
	flex: auto;
}

.talk .avatar{
	width:55px;
	max-width:55px;
	min-width:55px;
	-webkit-box-flex: auto;
	-moz-box-flex: auto;
	-webkit-flex: auto;
	-ms-flex: auto;
	flex: auto;
}

.talk p
{
	clear:both;
	background: #F1F1F1;
	border-radius: 8px;
	padding: 8px 12px 8px 12px;
	color: #333;
	text-align: left;
	margin-top:0;
	max-width:560px;
	min-width:2em;
	margin-left:5px;
	margin-right:10px;
	display:inline-block;
	word-break:break-all;
}

.text-right .talk .avatar{
	text-align:left;
}

/* 非flex样式 */

.TalkOldStyle{
	clear:both;
	margin-bottom:1rem;
}

.talkbox .avatar{
	width:50px;
}

@media screen and (min-width: 768px) {
	.talkbox .avatar em{
		margin-left:-25px;
	}
}
.talkbox p
{
	clear:both;
	background: #F1F1F1;
	border-radius: 8px;
	padding: 8px 12px 8px 12px;
	color: #333;
	text-align: left;
	margin-top:0;
	max-width:520px;
	min-width:2em;
	margin-left:0.5rem;
	margin-right:0.5rem;
	display:inline-block;
}

@media screen and (max-width: 400px) {
	.talkbox p{
		max-width:13em;
		margin:0;
	}
	.talkbox .avatar{
		margin-right:0;
	}
	.talk p{
		max-width:100%;
		margin-left:0;
	}
}

@media screen and (min-width: 400px) and (max-width: 500px) {
	.talkbox p{
		max-width:16em;
		margin:0;
	}
	.talkbox .avatar{
		margin-right:0;
	}
	.talk p{
		max-width:100%;
		margin-left:0;
	}
}

@media screen and (min-width: 500px) and (max-width: 767px) {
	.talkbox p{
		max-width:20em;
		margin:0;
	}
	.talkbox .avatar{
		margin-right:0;
	}
	.talk p{
		max-width:100%;
		margin-left:0;
	}
}

.avatar img{
	width:50px;
	height:50px;
	border-radius: 50%;
	border:1px solid #ddd;
	cursor:pointer;
}

.name
{
	font-size:12px;
	color:#7f7f7f;
	margin-bottom:2px;
	margin-right:15px;
	margin-left:10px;
}

.navtoolbar{
	line-height:2rem;
}

.no-hide{
	display:inline-block!important;
}

.avatar-icon{
	text-align:center;
}

.avatar-icon img{
	width:100px;
	height:100px;
	border-radius: 50%;
	border:1px solid #ddd;
	-webkit-box-flex: 0;
	margin-bottom:1rem;
}

.avatardisc p{
	font-size:0.8rem;
	line-height:1rem;
}

.imglist{
	margin-top:1rem;
	text-align:center;
}
.imglist img{
	width:80%;
	margin-bottom:1rem;
}
.avatar-title{
	margin-left:0.5rem;
	margin-right:0.5rem;
	color:#337ab7;
}
.avatar-star{
	margin-top:0.5rem;
}

.controller{
	width:100%;
	z-index:18;
	height:2rem;
	position:relative;
	margin:auto;
}

@media screen and (max-width: 768px) {
	#contentsource{
		padding-left:15px;
		padding-right:15px;
		margin-top:600px;
	}
	.talk .avatar{
		width:50px;
		max-width:50px;
		min-width:50px;
		-webkit-box-flex: auto;
		-moz-box-flex: auto;
		-webkit-flex: auto;
		-ms-flex: auto;
		flex: auto;
	}
	.avatar img{
		height:40px;
		width:40px;
	}
	.controller{
		margin-bottom:1rem;
	}
	.name{
		margin-left:6px;
	}
	.chapterTitle{
		margin-bottom:0;
	}
}

.controller-bg{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display:none;
	z-index:10;
}

.settingButton{
	margin-left:1rem;
	margin-right:0.5rem;
	margin-top:0.2rem;
}

.control-statusbar{
	height:1.5rem;
	font-size:1rem;
	line-height:1rem;
	padding-top:0.1rem;
}

.control-statusbar button{
	margin-right:0.4rem;
	margin-left:0.4rem;
}

.control-statusbar li{
	display:inline-block;
	margin-right:1rem;
	font-size:1rem;
}

.control-panel{
	margin-top:10px;
	background-color:#FFF;
	padding-top:15px;
	padding-bottom:15px;
	border:1px solid #ccc;
	width:100%;
	color:#000;
	position:fixed;
	z-index:2;
}

.website-ico{
	float: left;
    font-size:12px;
    text-align: left;
    overflow: hidden;
    height: 16px!important;
    padding-left: 20px!important;
    background: url(//imgcn.ihuaben.com/images/websites_ico.png) no-repeat left;
	margin-bottom:1px;
	margin-top:1px;
}

.website-weibo{
	background-position: 0px -96px;
}

.website-qzone{
	background-position: 0px -64px;
}

.website-weixin{
	background-position: 0px -1809px;
}

.control-fontsize,.control-bgcolor{
	margin-left:10px;
	margin-top:5px;
	margin-bottom:5px;
	display:table;
}

.control-panel .sharePanel{
	padding-top:10px;
	display:none;
}

.control-fontsize div{
	display:table-cell;
	vertical-align:top;
}

.control-fontsize button{
	margin-right:10px;
	font-size:14px;
	line-height:16px;
	padding:5px 10px 5px 10px;
	border:0;
}
.control-fontsize .label{
	margin-right:10px;
	font-size:14px;
	line-height:16px;
	padding-top:5px;
	padding-bottom:5px;
	border:0;
	display:inline-block;
}

.theme-white{
	background-color:#fff;
	color:#333;
}

.theme-pink{
	background-color:#fce4ec;
	color:#880e4f;
}
/*
.theme-pink .talkcontent p{
	background-color:#fccdd3;
	color:#880e4f;
}
*/
.theme-pink .control-statusbar button{
	background-color:#fccdd3;
}
.theme-green{
	background-color:#e0f2f1;
	color:#004d40;
}
/*
.theme-green .talkcontent p{
	background-color:#e9ece5;
	color:#004d40;
}
*/
.theme-green .control-statusbar button{
	background-color:#c5d5bd;
}

.theme-blue{
	background-color:#e1f5fe;
	color:#01579b;
}
/*
.theme-blue .talkcontent p{
	background-color:#d3ecec;
	color:#01579b;
}
*/
.theme-blue .control-statusbar button{
	background-color:#d3ecec;
}
.theme-dark,.theme-dark:hover,.theme-dark:focus{
	background-color:#1a1c23;
	color:#c6c7c8;
}
/*
.theme-dark .talkcontent p{
	background-color:#363f46;
	color:#c6c7c8;
}
*/
.theme-dark .talkcontent .name{
	color:#969696;
}
.theme-dark .control-statusbar button{
	background-color:#363f46;
	color:#c6c7c8;
}
.theme-dark .cosplay .inputDiv{
	background-color:#363f46;
}
.theme-dark .cosplay .inputDiv .TextEditor{
	background-color:#c6c7c8;
	color:#363f46;
}
.theme-dark .discription .num:empty, .theme-dark .talk .num:empty{
	background-color:#666;
	border-color:#333;
}
.theme-dark .footer a{
	color:#c6c7c8;
}
.theme-dark .footer .text-dark{
	color:#c6c7c8;
}
.theme-dark .CommentPost .PostDiv input{
	background-color:#c6c7c8;
	color:#363f46;
}
.theme-dark .CommentPost .PostDiv textarea{
	background-color:#c6c7c8;
	color:#363f46;
}
.theme-lime{
	background-color:#f9fbe7;
	color:#827717;
}
.theme-grey{
	background-color:#f5f5f5;
	color:#212121;
}

@media screen and (max-width: 991px) {

	.theme-pink .HuabenNavTop{
		background-color:#fce4ec;
		border-bottom: 1px solid #f5f5ee;
	}
	.theme-blue .HuabenNavTop{
		background-color:#e1f5fe;
		border-bottom: 1px solid #f5f5ee;
	}
	.theme-dark .HuabenNavTop{
		background-color:#1a1c23;
		border-bottom: 1px solid #f5f5ee;
	}
	.theme-dark .HuabenNavTop{
		background-color:#1a1c23;
		border-bottom:1px solid #363f46;
	}
	.theme-green .HuabenNavTop{
		background-color:#e0f2f1;
		border-bottom: 1px solid #f5f5ee;
	}
	.theme-white .HuabenNavTop{
		background-color:#fff;
		border-bottom: 1px solid #f5f5ee;
	}

}

.qrCode img{
	width:200px;
	height:200px;
}

.quitToolTip{
	display:inline-block;
	font-size:16px;
	color:#fff;
	background-color:#000;
	padding:10px;
	border-radius:5px;
	max-width:80%;
	z-index:999;
}

#deeplink {
	position:relative;
	text-align: center;
	margin:10px auto 20px auto;
}
#deeplink #readMorePlane{
	padding: 5px 0;
}
#deeplink .readMore{
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAASFBMVEUAAAD/////QED/KyvvISHyGhryICDxHBzyGhrxHR3wGxvuHBzvGxvuHBzvGxvuGxvvGhrvGxvuGxvuGxvuGxvuGhruGxvuGhqqC3r8AAAAF3RSTlMAAQQGHycoNjpHVlx9i42YnLHI4+bn8AC8ksUAAABpSURBVDjL7dJJEoAgDERRcJ5nzf1vqhZaSFIQ9qaXXW/5lfr1qqGgZ9bX5FvgKPGXb7AS2AGRl4ORQD1hebs5Vaz0OSz9zpUh95VhZyXnXsm7R+68MzLGGRlyNgrdtIlEIVG40kYhi90Jm04QCwhDbJQAAAAASUVORK5CYII=) no-repeat;
	width:20px;
	height:20px;
	background-size: auto;
	background-size: contain;
	-webkit-animation: readMoreArrow 0.4s infinite alternate;
	animation: readMoreArrow 0.4s infinite alternate;
	margin:auto;
	cursor: pointer;
}

#deeplink button{
	width:80%;color:#fff;background:rgba(238, 33, 33,0.8);padding:10px 0;font-size:15px;border-radius:5px;margin-top:10px;
}

@-webkit-keyframes readMoreArrow {
	0% {
		-webkit-transform: translate3d(0, -30%, 0);
		transform: translate3d(0, -30%, 0);
	}
	100% {
		-webkit-transform: translate3d(0, 30%, 0);
		transform: translate3d(0, 30%, 0);
	}
}
@keyframes readMoreArrow {
	0% {
		-webkit-transform: translate3d(0, -30%, 0);
		transform: translate3d(0, -30%, 0);
	}
	100% {
		-webkit-transform: translate3d(0, 30%, 0);
		transform: translate3d(0, 30%, 0);
	}
}.clickIcon{
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto;
    margin-bottom: 5px;
}
.SharePanel .weibo {
    background-image: url('//staticcn.ihuaben.com/nativeshare/icon/weibo.png');
    background-size: cover;
}

.SharePanel .weixin {
    background-image: url('//staticcn.ihuaben.com/nativeshare/icon/weixin_friend.png');
    background-size: cover;
}

.SharePanel .weixin_timeline {
    background-image: url('//staticcn.ihuaben.com/nativeshare/icon/weixin.png');
    background-size: cover;
}

.SharePanel .qq {
    background-image: url('//staticcn.ihuaben.com/nativeshare/icon/qq.png');
    background-size: cover;
}

.SharePanel .qzone {
    background-image: url('//staticcn.ihuaben.com/nativeshare/icon/qqzone.png');
    background-size: cover;
}

.SharePanel .more {
    background-image: url('//staticcn.ihuaben.com/nativeshare/icon/more.png');
    background-size: cover;
}

.SharePanel li{
	cursor:pointer;
	margin-top:10px;
	text-align:center;
	margin-left:5px;
	margin-right:5px;
	min-width:50px;
}

.SharePanel li:empty{
	display:none;
}

.SharePanel{
    text-align: left;
    display: inline-block;
	min-height:100px;
}.rewardButtons ul{
	margin-bottom:30px;
	display:inline-block;
}

.rewardButtons ul li button{
	width:75px;
	padding-left:0;
	padding-right:0;
}

.rewardButtons .talk p{
	font-size:16px;
}
.rewardButtons .talk{
	margin-bottom:20px;
}
.rewardButtons{
	width:400px;
	margin:0 auto;
	max-width:100%;
	padding:0;
	margin-top:20px;
}

.rewardButtons input[type="number"]{
	width:245px;
	max-width:100%;
	padding:4px;
	margin-bottom:20px;
	margin-right:5px;
}

#floatTip{
	color:#f0ad4e;
	font-weight:bold;
}
#floatTip img{
	width:40px;
	height:40px;
	border-radius:50%;
	margin-right:10px;
	vertical-align:bottom;
}

#floatTip h3{
	display:inline-block;
	font-weight:bold;
	font-size:30px;
	vertical-align:bottom;
	margin-left:20px;
	margin-bottom:-2px;
}

.rewardList div{
	margin-top:10px;
	margin-bottom:10px;
}

.rewardList div:empty{
	display:none;
}

.rewardList{
	
}

.rewardList ul{
	width:240px;
	display:inline-block;
	margin-bottom:20px;
}

.rewardList ul:empty{
	display:none;
}

.rewardList li{
	margin-bottom:10px;
}

.rewardList li img{
	width:30px;
	height:30px;
	border-radius:4px;
}

.RewardInfo{
	display:block;
	padding-top: 10px;
	padding-bottom: 10px;
}

.RewardInfo .avatar img {
	height: 2.5rem;
	width: 2.5rem;
}

.RewardInfo .avatar{
	display:inline-block;
	width: 3.5rem;
	vertical-align:middle;
}
.RewardInfo .talkcontent{
	display:inline-block;
	vertical-align:middle;
}
.RewardInfo .talkcontent p{
	margin-left: 10px;
	font-size:20px;
	color:#f0ad4e;
	font-weight:bold;
	background: #F1F1F1;
	border-radius: 10px;
	padding: 0.3rem;
	box-shadow: 1px 2px 5px rgba(0,0,0,.3);
	text-align: left;
	margin-top: 0;
	margin-right: 0.5rem;
}

@media screen and (max-width: 800px){
	.RewardInfo .avatar{
		width:50px;
		max-width:50px;
		min-width:50px;
	}
	.RewardInfo .avatar img {
		height:40px;
		width:40px;
	}
	.rewardButtons ul{
		margin-bottom:10px;
	}
	.rewardButtons{
		margin-top:10px;
	}
	.RewardInfo .talkcontent p{
		margin-left:0;
	}
}.Comment{
	padding:0;
	/*padding-top:20px;*/
	display:none;
}

.CommentBottomToolbar{
	position:fixed;
	right:20px;
	bottom:60px;
}
.CommentTop{
	width:38px;
	height:38px;
	border:1px solid #999;
	color:#999;
	font-size:30px;
	line-height:30px;
	padding:0;
	margin:0;
	padding-bottom:5px;
	background-color:#fff;
	margin-right:15px;
	vertical-align:top;
	display:none;
	outline-width:0;
}

.CommentDetail .discription p,.CommentContent .discription p,#dialogContent .discription p{
	font-size:14px;
	line-height:21px;
	min-height: 21px;
}
.CommentDetail .talk p,.CommentContent .talk p,#dialogContent .talk p{
	font-size:14px;
	line-height:21px;
}

.CommentDetail .inputDiv .TextEditor{
	width:100%;
	max-width:400px;
	font-size:14px;
	line-height:18px;
	margin-top:10px;
	margin-right:20px;
	border-radius:5px;
	padding:5px;
	height:32px;
}

.CommentPostButton{
	width:38px;
	height:38px;
	padding:1px 0 0 1px;
	margin:0;
	border:1px solid #fcd3c0;
	border-radius:20px;
	color:#fff;
	font-size:18px;
	line-height:18px;
	background-color:#ff9a6a;
	vertical-align:top;
	outline-width:0;
}
.CommentLoading{
	margin-top: 10px;
	margin-bottom: 10px;
	color:#4284ed;
	/*padding:10px 10px 0 10px;*/
}
.CommentLoading .btn{
	background-color:#dedede;
	border:1px solid #ccc;
	width:100%;
	outline-width:0;
}
.CommentLoading img{
	width:20px;
	height:20px;
	margin-right:10px;
}
.CommentTopNav{
	padding-left:10px;
	padding-top:10px;
}
.CommentTopNav li{
	vertical-align:top;
}
.CommentTopNav li p{
	margin:0;
	padding:0;
	font-size:10px;
}
.CommentTopNav .userPic{
	width:36px;
	height:36px;
	border-radius:6px;
}
.CommentTopNav .userNickName{
	font-size:14px;
	line-height:20px;
	color:#ff9a6a;
}
.CommentTopNav .pull-right button,.CommentTopNav .pull-right button:focus,.CommentTopNav .pull-right button:hover{
	background-color:#fff;
	color:#ff9a6a;
	font-size:16px;
	border:0;
	margin:0;
	font-weight:bold;
	outline-width:0;
}
.CommentTopNav p img{
	height:18px;
	vertical-align:top;
	margin:2px 0 0 5px;
}
.CommentBottomNav{
	text-align:right;
	border-bottom:1px solid #eee;
	margin:0;
	padding-top:10px;
}
.CommentBottomNav li{
	margin:0;
	padding:0;
}
.CommentBottomNav button,.CommentBottomNav button:hover,.CommentBottomNav button:focus{
	border:0;
	margin:0;
	background-color:#fff;
	color:#c5c5c5;
	font-size:12px;
	line-height:12px;
	vertical-align:top;
	outline-width:0;
}
.CommentBottomNav img{
	width:14px;
	height:14px;
	margin-top:-3px;
	margin-right:5px;
}
.CommentTitle{
	font-size:16px;
	font-weight:700;
	padding:0 10px 0 10px;
	cursor:pointer;
}
.CommentContent{
	padding:0 10px 0 10px;
	font-size:12px;
	color:#535252;
	cursor:pointer;
}
.CommentContent .emojione,.ReplyList .emojione,#dialogContent .emojione,.CommentTitle .emojione{
	min-height: 20px;
  min-width: 20px;
	height:20px;
	margin-top:-4px;
	margin-left:2px;
	margin-right:2px;
}

.CommentButtonNav{
	background-color:#eee;
	margin:0;
	padding-bottom:5px;
	padding-top:5px;
}
.CommentButtonNav li{
	display:inline-block;
	text-align:center;
}
.CommentBottomNav button i{
		font-size:14px;
		line-height:14px;
		width:14px;
		height:14px;
}
.CommentBottomNav .icon-comment-alt{
	margin-top:-1px;
}
.CommentButtonNav .btn{
	font-size:12px;
	padding:3px 8px 3px 8px;
}
.CommentPost{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fff;
	z-index:999;
}
.CommentPost .CommentPostTop .CommentPostBack{
	position:absolute;
	left:0;
	top:7px;
	background-color:#fff;
	border:0;
	outline-width:0;
	font-size:26px;
	line-height:26px;
	color:#ddd;
	padding:0 10px 0 10px;
	text-align:center;
	margin:5px 0 10px 0;
}
.CommentPost .CommentPostTop .btn{
	padding:3px 10px 3px 10px;
	margin:0;
	position:absolute;
	right:10px;
	top:11px;
}
.CommentPost .CommentPostTop{
	border-bottom:1px solid #eee;
	position:relative;
	height:50px;
	padding-top:5px;
}
.CommentPost .CommentPostTop h3{
	padding:10px 0 10px 0;
	font-size:20px;
	line-height:1;
	margin:0;
}
.CommentPost .title{
	padding:10px;
}
.CommentPost .content{
	position:absolute;
	top:100px;
	bottom:50px;
	left:0;
	right:0;
	padding-left:10px;
	padding-right:10px;
}
.CommentPost .content textarea{
	width:100%;
	height:100%;
	padding:3px 8px 3px 8px;
	border-radius:4px;
	-webkit-overflow-scrolling: touch;
}
.CommentPost input[type=text]{
	padding:3px 8px 3px 8px;
	display:block;
	width:100%;
	border:0;
	border-bottom:1px solid #999;
	outline-width:0;
}
.CommentPost .btn-space{
	position:absolute;
	bottom:10px;
	left:10px;
	right:5px;
}
.CommentPost .btn-space button{
	margin-right:10px;
	padding:3px 10px 3px 10px;
}
.CommentPost .btn-space .btn{
	padding:3px 10px 3px 10px;
}
.fullDialog{
	padding-left:10px;
	padding-right:10px;
}
.fullDialog .jconfirm-box{
	width:100%;
}
.fullDialog .jconfirm-box div.title{
	padding:5px 10px 5px 5px;
}
.fullDialog .jconfirm-box div.closeIcon{
	top:10px;
	right:5px;
}

.CommentDetail{
	margin-top:-20px;
	margin-bottom:95px;
	background-color:#fff;
	padding:0;
	overflow:auto;
	min-height:600px;
}

.CommentDetail .CommentTop{
	position:fixed;
	bottom:120px;
	right:20px;
}

.CommentDetail .CommentTitle{
	margin:0 0 20px 0;
	padding:0;
	font-weight:700;
}

.CommentDetail .CommentBottomNav{
	border:0;
}

.CommentDetail .CommentTopNav{
	padding-left:0;
	display:inline-block;
}

.CommentDetail .CommentInfo{
	padding-left:10px;
}

.CommentDetail .inputDiv{
	position:fixed;
	left:0;
	right:0;
	bottom:0;
	background-color:#fff;
	padding:0 10px 10px 10px;
	border-top:1px solid #eee;
	z-index:99;
}

.CommentDetail .inputDiv span.pull-right{
	display:inline-block;
	vertical-align:top;
	float:none!important;
	padding-top:12px;
}

.CommentDetail .inputDiv ul{
	display:inline-block;
}

.CommentDetail .inputDiv button{
	margin-right:10px;
	margin-left:0;
	margin-top:0;
	padding:3px 8px 3px 8px;
}

.CommentDetail .CommentTopic{
	padding:10px;
	border-bottom:10px solid #eee;
	margin-bottom:10px;
}

.CommentDetailTop .btn-back{
	position:absolute;
	left:0;
	top:7px;
	background-color:#fff;
	border:0;
	outline-width:0;
	font-size:26px;
	line-height:26px;
	color:#ddd;
	padding:0 10px 0 10px;
	text-align:center;
	margin:5px 0 10px 0;
}
.CommentDetailTop .btn-more{
	padding:0;
	margin:0;
	background-color:#fff;
	outline-width:0;
	border:0;
	font-weight:bold;
	color:#ff9a6a;
	position:absolute;
	right:10px;
	top:6px;
}
.CommentDetailTop{
	position:relative;
	height:50px;
	padding-top:5px;
	border-bottom:1px solid #eee;
}
.CommentDetailTop h3{
	padding:10px 0 10px 0;
	font-size:20px;
	line-height:1;
	white-space:nowrap;
	text-overflow: ellipsis;
	overflow:hidden;
	margin:0 35px 0 35px;
}
.ReplyList{
	margin-bottom:20px;
}

.CommentDetail .CommentContent,.CommentDetail .CommentTitle{
	cursor:auto;
}

.CommentButtonTop{
	margin:10px 10px 0 0;
}
.CommentButtonTop li{
	margin:0;
	padding:0;
}
.CommentButtonTop button,.CommentButtonTop button:hover,.CommentButtonTop button:focus{
	border:0;
	margin:0;
	background-color:#fff;
	color:#c5c5c5;
	font-size:12px;
	line-height:12px;
	vertical-align:top;
	outline-width:0;
}
	
@media screen and (min-width: 992px){
	.CommentDetail .discription p,.CommentContent .discription p,#dialogContent .discription p{
		font-size:16px;
		line-height:24px;
		min-height: 24px;
	}
	.CommentDetail .talk p,.CommentContent .talk p,#dialogContent .talk p{
		font-size:16px;
		line-height:24px;
	}
	.CommentDetail .inputDiv span.pull-right{
		padding-top:0;
	}
	.Comment{
		margin-left:0;
		width:810px;
		margin-right:30px;
		display:inline-block;
		padding-left:10px;
	}
	.CommentTitle{
		font-size:16px;
		font-weight:700;
		color:#333;
	}
	.CommentPostButton{
		display:none;
	}
	.CommentBottomNav{
		border:0;
		padding-top:5px;
		padding-bottom:5px;
	}
	.CommentUL{
		border:1px solid #eee;
		margin:10px 0 10px 0;
		font-size:14px;
		display: table;
    width: 100%;
	}
	.CommentUL li{
		vertical-align:top;
		display:table-cell;
	}
	.CommentUser{
		background-color:#F7F7F7;
		width:110px;
		padding:20px 0 0 0;
	}
	.CommentUser p{
		margin:0;
		padding:0 0 20px 0;
	}
	.CommentUser p a{
		display:block;
	}
	.CommentUser p:last-child img{
		height:20px;
		margin:5px;
	}
	.CommentUser .userPic{
		width:60px;
		height:60px;
		border-radius:30px;
	}
	.CommentUser .userNickName{
		color:#333;
		word-wrap: break-word;
    word-break: break-all;
	}
	.CommentUser .vipNickName{
		color:#ff6e1e;
		word-wrap: break-word;
    word-break: break-all;
	}
	.CommentContent{
		min-height:140px;
		padding:10px 0 5px 10px;
		color:#000;
	}
	.CommentContent .discription p{
		padding-right:0;
	}
	.CommentBottomNav li{
		display:inline-block;
		padding:0 0 0 20px;
		vertical-align:middle;
	}
	.CommentBottomNav button,.CommentBottomNav button:hover,.CommentBottomNav button:focus{
		font-size:12px;
		line-height:18px;
		color:#ff7a00;
		vertical-align:top;
	}
	.CommentBottomNav button span{
		vertical-align:top;
		line-height:20px;
	}
	.CommentBottomNav button i{
		font-size:18px;
		line-height:18px;
		margin-right:5px;
	}
	.CommentUpdateTime p{
		border-right:1px solid #eee;
		padding:0 20px 0 0;
		margin:0 10px 0 0;
		font-size:12px;
	}
	.CommentDetail{
		margin-top:0;
		width:800px;
	}
	.CommentDetail .inputDiv{
		width:800px;
		left:auto;
		right:auto;
		border-top:1px solid #ddd;
		background-color:#f0f0f0;
		padding-top:20px;
	}
	.CommentDetail .inputDiv .TextEditor{
		height:34px;
		width:390px;
		font-size:16px;
		line-height:20px;
		resize:none;
		border-radius:5px;
		padding:5px;
		margin-top:0;
	}
	.CommentDetail .inputDiv ul{
		margin-left:20px;
	}
	.CommentDetail .inputDiv button{
		margin-top:0;
		margin-left:10px;
		margin-right:5px;
		font-size:14px;
		line-height:14px;
		padding:8px 10px 8px 10px;
	}
	.CommentDetail .inputDiv button.btn-success{
		padding:7px 10px 7px 10px;
	}
	.CommentDetailTop{
		border-bottom:0;
	}
	.ReplyList{
		margin-bottom:80px;
	}
	.ReplyList .talk .avatar{
		width:60px;
		min-width:60px;
		max-width:60px;
	}
	.CommentPost,.CommentPost .content,.CommentPost .btn-space{
		position:relative;
		top:auto;
		bottom:auto;
		left:auto;
		right:auto;
	}
	.CommentPost h2{
		font-size: 18px;
		font-weight: 700;
		padding-left:10px;
	}
	.CommentPost .CommentPostTop{
		border:0;
	}
	.CommentPost .PostDiv{
		margin-top:5px;
		border:1px solid #eee;
		padding:10px 10px 20px 10px;
	}
	.CommentPost .btn-space{
		padding-left:10px;
	}
	.CommentPost .btn-space ul{
		margin:0;
		padding-right:5px;
	}
	.CommentPost .content{
		height:100px;
		margin-top:10px;
		margin-bottom:20px;
	}
	.CommentRight{
		position:relative;
		padding-top:10px;
	}
	.comment-super-dot{
		background: url("//imgcn.ihuaben.com/images/comment_topic_sprite.png") no-repeat -222px -66px;
		width: 20px;
		height: 20px;
		display: inline-block;
		cursor:pointer;
	}
	.comment-super-wp{
		position:absolute;
		right:10px;
		top:10px;
		text-align:right;
	}
	.comment-super-content{
		display:none;
		position:relative;
		width:60px;
		height:40px;
	}
	.comment-super-list{
		position: absolute;
		top: 3px;
		right:8px;
		width: auto;
		height: auto;
		padding: 3px 10px 3px 10px;
		border: 1px solid #dcd8d4;
		border-radius: 1px;
		background: #fff;
		list-style:none;
	}
	.comment-super-list li{
		list-style:none;
		width:80px;
		text-align:center;
		padding:5px;
		display:block;
		border-bottom:1px solid #ddd;
	}
	.comment-super-list li:last-child{
		border-bottom:0;
	}
	.topic-ico-remove{
		background-color:#fff;
		border:0;
		outline:0;
		padding:0;
		margin:0;
	}
	
	.CommentBottomNav .comment-comments-alt,.CommentBottomNav .comment-heart,.CommentBottomNav .comment-heart-empty{
		width:22px;
		height:20px;
		display:inline-block;
		padding:0;		
	}
	.CommentBottomNav .comment-comments-alt{
		background: url("//imgcn.ihuaben.com/images/comment_topic_sprite.png") no-repeat 0px -172px;
	}
	.CommentBottomNav .comment-heart{
		background: url("//imgcn.ihuaben.com/images/comment_topic_sprite.png") no-repeat 0px -142px;
	}
	.CommentBottomNav .comment-heart-empty{
		background: url("//imgcn.ihuaben.com/images/comment_topic_sprite.png") no-repeat 0px -112px;
	}
	
	.CommentBottomNavLeft li{
		padding-left:10px;
	}
	.CommentBottomNavLeft li button{
		color:#969696;
	}
	
	.ReplyList .scene .talk .avatar img{
		margin-top:5px;
	}
}.BottomToolBar{
	margin-top:20px;
}
.BottomGroupList{
	width:500px;
	display:inline-block;
	height:55px;
	overflow-x:auto;
	-webkit-overflow-scrolling:touch;
	overflow-y:hidden;
}
.BottomGroupList ul{
	list-style:none;
	display:inline-block;
	vertical-align:top;
	padding-left:0;
	white-space:nowrap;
}
.BottomGroupList ul li{
	list-style:none;
	display:inline-block;
	margin-right:10px;
}
.BottomGroupList ul img{
	width:40px;
	height:40px;
	cursor:pointer;
	border:1px solid #ddd;
	border-radius:5px;
}
.BottomGroupList ul li .active{
	border:1px solid #f23030;
}
.rightButtons{
	float:right;
	margin-top:0;
	display:inline-block;
	vertical-align:top;
}
.rightButtons button{
	margin-left:10px;
}
.PlusButton{
	display:inline-block;
	position:relative;
	padding-top:3px;
}


.PlusButton ul{
	position:absolute;
	right:0;
	bottom:30px;
	background-color:#fff;
	border:1px solid #ddd;
	border-bottom:0;
	list-style:none;
	padding-left:0;
}
.PlusButton ul li{
	width:60px;
	text-align:center;
	padding:10px;
	font-size:16px;
	margin:0;
	cursor:pointer;
	border-bottom:1px solid #ddd;
	list-style:none;
}
.PlusButton ul li:horver,.PlusButton ul li:focus{
	background-color:#ddd;
}

.imageList{
	height:270px;
	max-height:600px;
	overflow:auto;
}
.imageList ul{
	list-style:none;
	padding:0;
}
.imageList ul li{
	list-style:none;
	display:inline-block;
	position:relative;
}
.imageList ul li i{
	display:none;
	position:absolute;
	width:28px;
	height:28px;
	font-size:28px;
	color:#f23030;
	left:10px;
	top:10px;
	padding-left:2px;
	border-radius:14px;
	background-color:#fff;
}
.imageList img{
	max-height:120px;
	max-width:120px;
	cursor:pointer;
	margin:5px;
}
.ImageSelected .icon-ok-sign{
	display:inline;
}
.TopToolBar{
	margin-bottom:0;
}
.TopToolBar h2{
	font-weight:500;
	font-size:30px;
	margin-top:0;
	height:40px;
	padding-right:40px;
}
.TopToolBar .pull-right{
	margin-top:-45px;
	display:inline-block;
	vertical-align:top;
}
.TopToolBar button{
	margin-left:20px;
}
@media screen and (max-width: 599px) {
	.TopToolBar button{
		margin-left:10px;
	}
	.BottomGroupList{
		width:65%;
	}
}
.btn-close{
	width:28px;
	height:28px;
	border-radius:14px;
	padding:0;
	padding-left:1px;
	margin-left:20px;
	vertical-align:top;
}

.UploadImage{
	height:400px;
	overflow:auto;
}

.UploadImage ul,.UploadImage li{
	list-style:none;
	padding-left:0;
}
.UploadImage ul li span{
	cursor:pointer;
	vertical-align: middle;
}
.GroupList,.InputGroupName{
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}
.GroupList{
	cursor:pointer;
}
.group{
	width:42px;
	margin-right:10px;
	text-align: center;
	display:inline-block;
}
.group i{
	font-size:30px;
	color:#337ab7;
}
.group img{
	width:40px;
	height:40px;
	cursor:pointer;
	border:1px solid #ddd;
	border-radius:5px;	
}
.InputGroupName input{
	margin-right:10px;
	vertical-align:middle;
	padding-left:3px;
	padding-right:3px;
}
.InputGroupName p{
	padding-left:50px;
	margin-top:10px;
}
.discription .userImage,.talkcontent .userImage{
	display:block;
	max-width:100%;
	width:100%;
}
.discription>.userImage{
	padding-bottom:1rem;
}
.discription .userImage img,.talkcontent .userImage img{
	max-width:100%;
	cursor:pointer;
}

#collectDiv{

}
#collectDiv .btn-default{
	margin-left:10px;
}
#collectDiv .userImage-bg{
	position:fixed;
	left:0;
	top:0;
	bottom:0;
	right:0;
	z-index:99;
	background-color: rgba(0, 0, 0, 0.8);
}
#collectDiv .userImage-buttons{
	padding:10px;
	border-radius:10px;
	position:fixed;
	display:inline-block;
	z-index:999;
	background-color:#fff;
	border:1px solid #ddd;
	min-width:255px;	
}.discription p,.talk{
	position: relative;
}

.discription .num,.talk .num{
	position: absolute;
	display: block;
	border-radius: 50%;
	text-align: center;
	cursor: pointer;
	border: 2px solid #f6f3ec;
	color: #fff;
	font-size: 12px;
	line-height:22px;
	font-style: normal;
	padding-left:1px;
	
	width: 26px;
	height: 26px;
	right: -13px;
	background: #4fc1e9;
	bottom: 10px;
}

.talk .num{
	bottom:30px;
}

.discription .num:empty,.talk .num:empty{
	right: -8px;
	width: 16px;
	min-width: 16px;
	max-width: 16px;
	height: 16px;
	background: #d7d7d7;	
}

.talkbox .num{
	float:right;
	display: block;
	border-radius: 50%;
	text-align: center;
	cursor: pointer;
	border: 2px solid #f6f3ec;
	color: #fff;
	font-size: 12px;
	line-height:22px;
	font-style: normal;
	padding-left:1px;
	width: 26px;
	height: 26px;
	margin-top:20px;
	margin-left:10px;
	margin-right:-13px;
	background: #4fc1e9;	
}

.talkbox .num:empty{
	width: 16px;
	min-width: 16px;
	max-width: 16px;
	height: 16px;
	background: #d7d7d7;
	margin-right:-10px;
}

.cosplay{
	padding:0;
	margin-right:-12px;
	margin-bottom:10px;
	border-radius:5px;
	border:1px solid #ddd;

}
.cosplaysList{
	max-height:400px;
	overflow-y:auto;
	overflow-x:hidden;
}
.cosplay h3{
	margin:0;
	padding-top:0;
	padding-bottom:20px;
}
.cosplay .newCosTitle{
	height:20px;
	background-color:#f0f0f0;
}
.cosplay .arrow{
	position:relative;
}
.cosplay .arrow i{
	position:absolute;
	top:-19px;
	right:3px;
	font-size:26px;
	color:#f0f0f0;
}
.scene ul,.scene li{
	list-style:none;
	padding-left:0;
	font-size:12px;
	line-height:20px;
}
.scene ul{
	padding-bottom:5px;
	margin-bottom:0;
}
.scene li{
	display:inline-block;
	padding-right:20px;
}
.scene .img-circle{
	width:16px;
	height:16px;
	margin-bottom:4px;
}
.scene i{
	font-size:14px;
	top:2px;
}
.scene{
	padding-left:20px;
}
.scene .delete{
	display:none;
}
.scene .btn{
	position:absolute;
	top:-60px;
	left:150px;
}
.cosplay .pagination{
	margin-top:20px;
	margin-bottom:0;
	margin-right:20px;
}

.cosplay .inputDiv{
	padding:10px 20px 20px 20px;
	background-color:#f0f0f0;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}

.cosplay .inputDiv .TextEditor{
	width:100%;
	height:34px;
	font-size:16px;
	line-height:20px;
	margin-top:20px;
	margin-bottom:5px;
	border-radius:5px;
	padding:5px;
	resize:none;
}
.cosplay .inputDiv span.pull-right{
	display:block;
	text-align:right;
	float:none!important;
}
	
.cosplay .inputDiv button{
	margin-top:0;
	margin-left:10px;
	margin-right:0.1rem;
	font-size:0.7rem;
	line-height:0.7rem;
}

.cosplay .inputDiv ul{
	margin:0;
	padding:10px 0 0 0;
}

.cosplay .inputDiv ul li{
	margin-left:20px;
	padding:0;
}

.scene .talk{
	padding-top:10px;
	padding-bottom:10px;
}

.scene .talk .avatar img{
	margin-top:10px;
	height:2.5rem;
	width:2.5rem;
}

@media screen and (max-width: 991px) {
	.cosplay .inputDiv{
		padding:0 10px 10px 10px;
		background-color:#f0f0f0;
		height:auto;
	}
	.scene .talk .avatar img{
		width:2rem;
		height:2rem;
	}
	.discription p{
		padding-right:5px;
	}
	.cosplay{
		width:100%;
	}
	.cosplay h3{
		padding-bottom:10px;
	}
	.scene{
		padding-left:5px;
	}
	.scene li{
		padding-right:5px;
	}
	.scene .talk{
		padding-right:5px;
	}
	.cosplay .inputDiv{
		padding-right:5px;
		padding-left:5px;
	}
	.cosplay .inputDiv .TextEditor{
		width:100%;
		font-size:14px;
		line-height:18px;
		margin-top:10px;
		border-radius:5px;
		padding:5px;
		height:32px;
	}
	.cosplay .inputDiv span.pull-right{
		display:block;
		float:none!important;
	}

	.cosplay .inputDiv button{
		margin-right:10px;
		margin-left:0;
		margin-top:0;
	}
	.cosplay .inputDiv button:last-of-type{
		margin-right:0;
	}
	.cosplay .inputDiv ul{
		padding:0;
	}
}

.EMojiList img{
	width:40px;
	height:40px;
	margin:5px;
	cursor:pointer;
}

.AvatarPanel{
	margin-bottom:10px;
	margin-top:10px;
}

.AvatarPanel h3{
	margin-top:8px;
}

.AvatarPanel img{
	width:1rem;
	height:1rem;
	border-radius: 50%;
	border:1px solid #ddd;
	-webkit-box-flex: 0;
	display: block;
	float:left;
	margin-right:0.3rem;
}

.AvatarPanel button{
	margin-top:0.3rem;
	margin-bottom:0.3rem;
	margin-left:0.2rem;
	margin-right:0.2rem;
}

.AvatarPanel button span{
	line-height:1rem;
}

.cwelcome h3{
	margin:20px 0 0 0;
}
.cwelcome p{
	font-size:16px;
	margin:0;
	text-indent:2em;
}.recommend .title{
	font-size: 18px;
	color: #595959;
	font-family: 'Microsoft YaHei';
	font-weight: 100;
	padding: 5px 20px 20px 5px;
}
.recommend .rbooks{
	margin-top: 30px;
}
.recommend h1{
	font-size: 16px;
	margin-top: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.recommend h2{
	font-size: 14px;
	margin-top:5px;
	margin-bottom:5px;
	overflow: hidden;
	color:#999;
}
.recommend .download{
	font-size: 12px;
	display:inline-block;
	color: red;
	font-weight:100;
	border: 1px solid #ccc;
	padding: 5px 10px;
	margin-top:5px;
}
.recommend .book{
	margin-top: 10px;
	padding-bottom: 10px;
	padding-left:10px;
	padding-right:15px;
	height:140px;
}
.recommend{
	margin-top:10px;
	padding-left:0;
	padding-right:0;
}
.recommend .book ul{
	vertical-align:top;
}
.recommend .book li{
	vertical-align:top;
	padding-right:0;
	height:120px;
	display:block;
}
.recommend .book li:nth-child(2){
	margin-left:100px;
	margin-top:-120px;
}

@media screen and (max-width: 991px) {
	.recommend{
		/* display:none; */
	}
	.topbooks{
		border-top:5px solid #eee;
		margin-top:0;
		padding-top:10px;
	}
	.topbooks h3{
		margin: 0;
		font-size: 18px;
		padding-left:10px;
	}
	.topbooks h3 a{
		color:#ee3845;
		float:right;
		font-size:14px;
		padding-top:2px;
		padding-right:10px;
	}
	.topbooks .nav{
		background-color:#eee;
		padding:5px 10px 0 10px;
		margin-top:10px;
	}
	.topbooks .nav li{
		padding-bottom:5px;
	}
	.topbooks .books{
		padding:10px 10px 0 10px;
	}
	.topbooks .books>div{
		position:relative;
		min-height:130px;
	}
	.topbooks .books .cover{
		position:absolute;
		left:0;
		top:0;
	}
	.topbooks .books .cover img{
		width: 90px;
		max-height: 120px;
		-moz-box-shadow: 5px 5px 5px 5px #666;
		-webkit-box-shadow: 5px 5px 5px 5px #666;
		box-shadow: 5px 0 5px 0 #999;
	}
	.topbooks .books .info{
		margin-left:105px;
	}
	.topbooks .books .info h5,.topbooks .books .info p{
		color:#a0a0a0;
		margin-top:5px;
		margin-bottom:5px;
	}
}.vipContent{
	width:640px;
	border:1px solid #eee;
	padding:10px;
	margin:0 auto;
	margin-top:40px;
}
.vipContent>h3{
	margin:10px 0 0 0;
	padding-bottom:20px;
	font-size:20px;
}
.vipContent>h3 img{
	height:22px;
	width:22px;
	margin-right:10px;
	vertical-align:top;
}
.vipContent>h3 i{
	margin-right:5px;
}
.vipContent>h3 .pull-right{
	margin-top:5px;
}
.vipContent>ul{
	border-top:1px solid #eee;
	padding-top:10px;
}
.vipContent>ul:empty{
	display:none;
}
.vipContent>ul>li{
	display:block;
	height:60px;
	padding-top:10px;
	padding-bottom:10px;
	cursor:pointer;
}
.vipContent>ul>li img{
	width:40px;
	height:40px;
	border-radius:50%;
	float:left;
	vertical-align:middle;
}
.vipContent>ul>li h4{
	margin:10px 185px 0 50px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	vertical-align:middle;
	line-height:normal;
}
.vipContent>ul>li em{
	color:#ff6e1e;
	font-style: normal;
}
.vipContent>ul>li .pull-right{
	max-width:180px;
	margin-top:-20px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.vipContent .more{
	margin-top:10px;
	border-top:1px solid #eee;
	padding-top:20px;
	padding-bottom:10px;
}
.vipContent .more button{
	font-size:18px;
	outline:0;
	border:0;
	background-color:transparent;
}
.vip_tip{
	text-align:center;
	padding-top:10px;
}
.vip_tip h3{
	margin-top:10px;
}
.vip_tip .tip{
	text-align:center;
	max-width:360px;
	margin:0 auto;
	padding-top:20px;
	padding-bottom:10px;
}
.vip_tip ul{
	width:600px;
	border-top:1px solid #ddd;
	display:inline-block;
}
.vip_tip ul li{
	padding:15px 25px 15px 25px;
	font-size:20px;
}
.vip_tip ul li:nth-child(2){
	border-left:1px solid #ddd;
}
.vip_tip ul li:nth-child(1) a{
	color:#ff6e1e;
}
.vip_tip ul li:nth-child(2) a{
	color:#333;
	text-shadow:2px 2px 2px #fef886;
}
.vipContent .CommentPostTop{
	display:none;
}
.vipContent .CommentPost{
	background-color:transparent;
	z-index:0;
}

.vipContent .CommentPost .PostDiv{
	border:0;
}

@media screen and (max-width: 991px){
	.vipContent{
		border:0;
		border-top:10px solid #eee;
		margin-left:-15px;
		margin-right:-15px;
		width:auto;
	}
	.vipContent>ul>li{
		height:40px;
		padding-top:5px;
		padding-bottom:5px;
	}
	.vipContent>ul>li img{
		width:30px;
		height:30px;
	}
	.vipContent>ul>li .pull-right{
		max-width:100px;
		margin-top:-16px;
		font-size:10px;
	}
	.vipContent>ul>li h4{
		margin:8px 105px 0 40px;
		font-size:14px;
		overflow:hidden;
		white-space:nowrap;
		text-overflow:ellipsis;
		vertical-align:middle;
	}
	.vipContent .more{
		text-align:center;
	}
	.vip_tip h3{
		font-size:16px;
	}
	.vip_tip .tip p{
		font-size:13px;
	}
	.vip_tip ul{
		width:100%;
		margin:0 -15px -5px -15px;
	}
	.vip_tip ul li{
		padding:10px 25px 15px 25px;
	}
	.vipContent .CommentPost{
		background-color:#fff;
		z-index:999;
	}
	.vipContent .CommentPost .CommentPostTop{
		display:block;
		border:0;
	}
}.bgcontainer{
	width:100%;
	height:300px;
	margin-top:-20px;
}

.bgcontainer svg{
	width:100%;
	height:300px;
}

.biginfo{
	border-radius: 10px;
	background-color:#fff;
	position: relative;
	border:1px solid #eee;
	margin-bottom:30px;
}

#pc_bookinfo{
	margin-top:-200px;
}
#mobile_havecover,#mobile_nocover{
	margin-top:-185px;
}

.cover{
	padding-left:30px;
	padding-top:50px;
	padding-bottom:50px;
	padding-right:30px;
	display:inline-block;
	vertical-align:top;
}

.cover button{
	margin-top:30px;
}

.bookButtons{
	margin-top:10px;
	margin-bottom:5px;
}
.bookButtons i{
	font-size:22px;
}
.bookButtons p{
	margin:5px 0 0 0;
	text-align:center;
}
.bookButtons li{
	margin-left:10px;
	margin-right:10px;
	min-width:90px;
	cursor:pointer;
	border-radius:5px;
	border:1px solid #fff;
	padding:10px 10px 0 10px;
}


.bookButtons li:nth-child(1){
	width:auto;
	padding:0;
	vertical-align:top;
	margin-left:0;
	margin-top:13px;
	margin-right:40px;
}

.bookButtons .btn-lg{
	font-size:20px;
	padding:10px 50px;
}

.cover img{
	width:210px;
	height:280px;
	display:block;
}

.cover a{
	display:block;
	margin:20px 30px 0 30px;
}

.infodetail{
	display:inline-block;
	padding-top:30px;
	padding-bottom:20px;
	position: relative;
}

.infodetail ul{
	margin-top:1rem;
	margin-bottom:1rem;
}

.infodetail h1{
	font-size:24px;
}

.infodetail label{
	font-size:12px;
	padding:5px 5px 5px 7px;
	border-radius:4px;
	margin-right:5px;
	font-weight:normal;
	vertical-align:middle;
}

.infodetail img{
	width:1rem;
	height:1rem;
}

.aboutbook{
	width:640px;
	height:41px;
	overflow:hidden;
	position:relative;
}
.aboutmore{
	width:640px;
	display:none;
}

.RankRight{
	display:inline-block;
	width:310px;
	padding:0;
	margin:0;
	margin-left:20px;
	vertical-align:top;
}
.fansBoard{
	width:100%;
	margin-bottom:20px;
}
.fansBoard h2{
	font-size: 18px;
	font-weight: 700;
	margin-top:0;
	margin-bottom:20px;
}
.fansBoard h2 small{
	margin-top:2px;
	font-size:14px;
}
.fansBoard h2 small a{
	margin-left:10px;
}
.fansBoard h2 small .active{
	font-weight:bold;
	color:#ffb03f;
}
.fansBoard .more{
	margin-top:20px;
}
.hotList{
	position:relative;
	border-bottom:1px dotted #eee;
	padding-bottom:20px;
	margin-top:20px;
}
.hotList img{
	border-radius:5px;
	width:45px;
	margin-right:5px;
}
.order {
	position: absolute;
	left: 0;
	top: 0;
	border: 12px solid #fe6878;
	border-right-color: transparent;
	border-bottom-color: transparent;
	width: 0;
	height: 0;
}
.order .no {
	position: absolute;
	font-size: 12px;
	top: -12px;
	left: -8px;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0,0,0,.25);
}

.hotList:nth-child(3) .order {
	border-top-color: #fea958;
	border-left-color: #fea958;
	color: #fff;
}

.hotList:nth-child(4) .order {
	border-top-color: #36cfbf;
	border-left-color: #36cfbf;
	color: #fff;
}

.hotList div,.hotList img{
	display:inline-block;
	vertical-align:top;
}
.hotList h4{
	margin-top:0;
	margin-bottom:5px;
	font-size:14px;
	width:190px;
}

.hotList h4 a{
	color:#000;
}

.hotList p{
	margin-top:0;
	margin-bottom:0;
}

.chapters{
	padding:0;
	vertical-align:top;
	max-width:960px;
	margin-left:20px;
	margin-bottom:40px;
	margin:0 auto;
}
.chapters h2{
	font-size: 18px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 20px;
}
.chapters h2 small{
	margin-top:4px;
}
.lastUpdateChapter{
	padding:10px;
	background-color:#fddd9b;
	border-radius:5px;
	margin-bottom:20px;
}
.lastUpdateChapter ul{
	margin-bottom:0;
}
.lastUpdateChapter ul li:nth-child(1){
	margin-right:10px;
}
.lastUpdateChapter ul li:nth-child(2){
	float:right;
	padding-right:0;
}

.chapters p{
	line-height: 1.5rem;
	font-size: 0.8rem;
	border-bottom: 1px dashed #999;
}

.chapters .number{
	text-align:left;
	width:2em;
	display:inline-block;
}
.chapters .updateTime{
	text-align:right;
	display:inline-block;
}

.chapters .chapterTitle{
	display:inline-block;
	margin:0;
	overflow:hidden; 
	text-overflow:ellipsis;
	white-space: nowrap;
	padding:0;
	vertical-align:bottom;
	max-width:275px;
}
.chapters .pagination{
	margin:0;
}
.chapters .pagination div{
	margin-top:10px;
	margin-bottom:10px;
}

.chapters .booktitle{
	margin-bottom:20px;
}
.chapters .booktitle span{
	font-size:14px;
	color:#777;
	margin-left:20px;
}
.chapters .booktitle .chapterSort{
	font-size:14px;
	float:right;
	height:auto;
}

.fansList{
	margin-top:20px;
	padding-bottom:10px;
	border-bottom:1px dotted #eee;
	position:relative;
}
.fansList label{
	border-radius:4px;
	background-color: #aab;
	color:#fff;
	font-size:14px;
	width:18px;
	text-align:center;
	font-weight:normal;
	display:inline-block;
	position:absolute;
	top:2px;
}
.fansList .nickName{
	max-width:190px;
	white-space: nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	display:inline-block;
	margin-left:25px;
}
.fansList .nickName a,.fansList .nickName a:hover,.fansList .nickName a:focus{
	color:#000;
}

.nocover{
	width:100%;
	margin-top:1rem;
}

.ContentLeft{
	width:810px;
	display:inline-block;
	vertical-align:top;
}

.Catalog{
	padding-top:20px;
}
.Catalog p{
	font-size:12px;
	padding-left:5px;
	padding-right:8px;
}
.Catalog p i{
	margin-left:5px;
	margin-right:5px;
}
.Catalog ul,.Catalog li{
	list-style:none;
	padding:0;
	margin:0;
}
.Catalog li{
	width:33%;
	display:inline-block;
	text-align:center;
	margin-bottom:10px;
}
.Catalog li a{
	width:88px;
	height:38px;
	border:1px solid #C5C5C5;
	color:#535252;
	font-size:14px;
	line-height:38px;
	text-align:center;
	display:inline-block;
}
.Catalog .MoreCatalog{
	width:100%;
	height:38px;
	border:1px solid #C5C5C5;
	text-align:center;
	font-size:16px;
	line-height:38px;
	color:#535252;
	display:inline-block;
}

.Catalog .MoreCatalog i{
	font-size:18px;
	color:#ccc;
}

#tagList{
	margin-left:0;
}

#tagList a {
	padding:3px 5px 3px 5px;
	color:#101010;
}

#tagList li{
	border:1px solid #dedede;
    border-radius: 5px;
	margin-right:10px;
}

.chapterSort{
	height:1.5rem;
	margin-top:10px;
}

.fullDiv{
	margin:0 auto;
}

.tabContainer{
	padding-left:10px;
	padding-right:10px;
	padding-top: 10px;
}
	
@media (min-width: 1200px){
	.fullDiv {
		width: 1170px;
	}
}
@media (min-width: 992px) and (max-width:1199px){
	.fullDiv {
		width: 992px;
	}
	.ContentLeft{
		width:810px;
	}
	.RankRight{
		display:none;
	}
	#pc_bookinfo{
		padding-left:0;
		padding-right:0;
		min-width:980px;
	}
}

@media screen and (max-width: 991px){
	
	#pc_bookinfo{
		margin-top:-180px;
		min-height:160px;
	}
	
	.BookInfoList .RankRight{
		display:none;
	}
	.BookInfoList .ContentLeft{
		width:100%;
		padding-left:10px;
		padding-right:10px;
	}
	.BookInfoList .chapters h2,.BookInfoList .lastUpdateChapter,.BookInfoList .chapters .pagination{
		display:none;
	}
	.BookInfoList .chapters p{
		display:none;
	}
	.BookInfoList .chapters p:nth-child(1),.BookInfoList .chapters p:nth-child(2),.BookInfoList .chapters p:nth-child(3){
		display:block;
	}
	.chapters .booktitle span{
		display:none;
	}
	.chapters p{
		font-size:14px;
	}

	.biginfo{
		border-radius: 0;
		background-color:transparent;
		border:0;
		margin-bottom:0;
	}
	.bgcontainer{
		height:180px;
		/*background-color: rgba(0, 0, 0, 0.3);*/
	}
	.bgcontainer svg{
		height:160px;
		width:100%;
		margin:0;
		padding:0;
		opacity: calc(.1 + .05);
	}
	.cover{
		padding-left:0;
		padding-right:10px;
		padding-top:10px;
		padding-bottom:0;
		margin-left:0;
		margin-right:5px;
	}
	.cover img{
		width:105px;
		height:140px;
		-moz-box-shadow:5px 5px 5px 5px #666;
		-webkit-box-shadow:5px 5px 5px 5px #666;
		box-shadow:5px 0 5px 0 #999;
	}
	
	.biginfo .cover{
		display:block;
	}
	
	.biginfo .cover a{
		display:none;
	}
	
	.similaritybook{
		padding:10px;
		border-top:10px solid #f5f6f7;
	}

	.similaritybook .cover img{
		width:81px;
		max-height:108px;
		-moz-box-shadow:5px 5px 5px 5px #666;
		-webkit-box-shadow:5px 5px 5px 5px #666;
		box-shadow:5px 0 5px 0 #999;
	}
	.similaritybook .cover a{
		display:inline-block;
		padding:0;
		margin:0;
	}
	.nocover{
		margin-top:0;
	}
	.simpleinfo{
		padding-top:5px;
	}
	.simpleinfo p{
		margin-bottom:0;
	}
	.simpleinfo h1{
		margin:0;
		line-height:20px;
	}
	.simpleinfo ul li{
		vertical-align:bottom;
	}
	.simpleinfo ul{
		padding-left: 0;
		list-style: none;
	}
	.simpleinfo ul>li{
		display:inline-block;
	}
	.simpleinfo #tagList{
		margin-left:-5px;
		overflow:hidden;
		white-space: nowrap;
	}
	.simpleinfo .mobile-tag li{
		border:1px solid #bbbbbb;
		border-radius: 2px;
		padding:1px 3px;
		margin-right:10px;
		margin-bottom:5px;
	}
	.infodetail{
		padding-top:10px;
		padding-bottom:0;
		font-size:12px;
		display:block;
		margin-left:120px;
		margin-top:-150px;
	}
	.havecover{
		width:200px;
		padding-top:20px;
	}
	.infodetail h1{
		color:#fff;
		border-radius:5px;
		font-size:16px;
		font-weight:bold;
		padding-bottom:5px;
	}
	.infodetail label{
		font-size:12px;
		padding:1px 2px 1px 2px;
		border-radius:4px;
		font-weight:normal;
		margin-right: 5px;
	}

	.infodetail label:nth-child(1){
		color: #337ab7;
		background-color: #fff;
		border:1px solid #337ab7;
	}
	.infodetail label:nth-child(2){
		color: #f0ad4e;
		background-color: #fff;
		border:1px solid #f0ad4e;
	}
	.infodetail label:nth-child(3){
		color: #f0ad4e;
		background-color: #fff;
		border:1px solid #f0ad4e;
	}

	.infodetail h1 label:nth-child(3){
		margin-left:35px;
	}
	.infodetail ul{
		color:#101010;
		border-radius:5px;
		margin-top:5px;
		margin-bottom:1px;
	}
	.infodetail ul:nth-child(1){
		color:#101010;
		border-radius:5px;
		margin-top:10px;
		margin-bottom:1px;
	}

	.infodetail .text-muted{
		color:#101010;
	}
	.infodetail .text-danger{
		color:#101010;
	}
	.aboutbook{
		width:100%;
		height:auto;
		padding:5px 10px 0 10px;
		background-color:#fff;
		overflow:hidden;
		text-overflow:ellipsis;
		margin-bottom:10px;
	}
	.aboutbook ul{
		padding: 0px;
		margin: 0px;
	}

	.aboutbook ul li{
		display: inline-block;
		background-color: #ececec;
		/*border:1px solid #bbbbbb;*/
		border-radius: 2px;
		padding:1px 3px;
		margin-left:10px ;
		margin-bottom: 5px;
	}
	.aboutbook ul li a{
		font-size: 12px;
	}

	.aboutbutton{
		margin-top:5px;
	}
	.aboutbutton ul{
		padding: 0;
		display: flex;
		margin-bottom: 0px;
	}
	.aboutbutton ul li{
		display: inline-flex;
		flex: 1;
		margin: 5px 10px;
		border: 1px solid;
		border-radius: 5px;
		height: 30px;
		justify-content: center;
		align-items: center;
		font-size: 14px;
	}
	.aboutbutton ul li:nth-child(1){
        border-color: #F14C36;
        color: #ffffff;
        background-color: #F14C36;
        margin-left:15px;
    }

	.aboutbutton ul li:nth-child(2){
		border-color: red;
		color: red;
	}

	.aboutbutton ul li a{
		color: #FFF;
	}

	#tagList li{
		padding:0;
		margin-left:3px;
		margin-right:5px;
		margin-bottom:5px;
	}
	.category{
		padding-left:10px;
		padding-right:10px;
		padding-top:10px;
		border-top:10px solid #eee;
	}
	.category h2{
		margin-top:0;
		font-size:18px;
		font-weight:700
	}
	.category h2 small{
		margin-top:5px;
	}
	.RankRight{
		display:block;
		width:100%;
		padding:0;
		margin:0;
		border-top:10px solid #eee;
		padding-top:10px;
		position:relative;
		top:auto;
		right:auto;
	}
	.fansBoard{
		margin-left:0;
		margin-bottom:10px;
	}
	.fansBoard h2{
		padding-left:10px;
		padding-right:10px;
	}
	.fansBoard h2 small{
		margin-top:3px;

		font-size:12px;
	}
	.hotList {
		margin-left:10px;
		margin-right:10px;
		padding-bottom:10px;
		margin-top: 10px;
		border:0;
	}
	.hotList p{
		text-align:left;
	}
	.hotList img {
		width: 40px;
		height: 40px;
	}
	.toolBars{
		margin-top:10px;
		border-top:1px solid #eee;
		position:fixed;
		bottom:0;
		left:0;
		right:0;
		background-color:#fff;
		z-index:10;
	}
	.toolBars ul{
		margin-left:5px;
		margin-bottom:0;
		padding-left: 5px;
		margin-left: -5px;
		list-style: none;
	}
	.toolBars ul>li{
		min-width:50px;
		padding:8px 0 1px 5px;
		display: inline-block;
	}
	.toolBars li p{
		text-align:center;
		font-size:10px;
		margin:0;
		white-space: nowrap;
	}
	.toolBars i{
		font-size:20px;
	}
	.toolBars .icon-heart{
		color:#f23030;
	}
	.tabbar{
		/*border-top: 1px solid #eee;*/
		/*border-bottom: 1px solid #eee;*/
		border-top:10px solid #f6f7f9;
	}
	.tabbar img{
		width: 20px;
	}
	.tabbar div{
		margin:10px 0 10px 0;
	}
	.tabbar div .tabline{
		display:none;
	}
	.tabbar div span{
		margin-left:10px;
		margin-right:10px;
	}
	.tabbar .report{
		float:right;
	}
	.tabbar .report a{
		color:#999;
	}

	.readButton{
		background-color:#f23030;
		height:47px;
		min-width:100px;
		margin-top:-45px;
		padding-left:10px;
		padding-right:10px;
		font-size:16px;
		color:#fff;
		border:0;
	}
	.rewardButton{
		background-color:#ffb03f;
		height:47px;
		min-width:70px;
		margin-top:-45px;
		padding-left:10px;
		padding-right:10px;
		font-size:16px;
		color:#fff;
		border:0;
	}
	.chapters{
		margin-left:0;
		width:100%;
	}
	.changyan{
		display:none;
	}
	.changyan .clickBG{
		height:100%;
		width:100%;
		top:0;
		bottom:0;
		right:0;
		left:0;
		position:fixed;
		background-color:rgba(0, 0, 0, 0.3);
	}
	.changyan .commentDiv{
		background-color:#fff;
		height:100%;
		width:80%;
		top:0;
		bottom:0;
		right:0;
		position:fixed;
		overflow-y:auto;
	}
	.Catalog{
		border-top:1px solid #f6f7f9;
		padding:10px;
		border-bottom:10px solid #f6f7f9;
	}
	.Catalog h3{
		font-size: 16px;
		font-weight: bold;
		color: #3b3f43;
		margin:0;
		height:20px;
	}
	.Catalog a{
		display:block;
		margin-left:40px;
		margin-top:-20px;
		color: #999;
		text-align:right;
	}
	.Catalog a i{
		margin-left:10px;
		color:#333;
	}
	.CommentHead{
		border-top:10px solid #eee;
		padding:10px 10px 0 10px;
	}
	.CommentHead h3{
		margin:0;
		font-size:18px;
		display:inline-block;
	}
	.tabtitle{
		font-size: 16px;
		font-weight: bold;
		color: #3b3f43 !important;
	}
	.writeComment{
		float:right;
		color: #FC8567;
	}
	.writeComment img{
		width: 16px;
		margin-right:3px;
	}
	
	.tabContainer{
		border-top: 10px solid #f6f7f9;
	}
	.otherBooks{
		padding:10px;
		border-top:10px solid #f6f7f9;
	}
	.otherBooks ul{
		overflow-x: auto;
		overflow-y: hidden;
		white-space: nowrap;
		margin: 10px 0 0 0;
		list-style:none;
		vertical-align: top;
		padding:0;
	}
	.otherBooks ul li{
		list-style:none;
		display: inline-block;
		vertical-align: top;
		margin:0px 10px 0 0;
	}
}

.renshe{
	max-width:640px;
	margin:0 auto;
	padding-bottom:1rem;
	border-bottom:1px solid #eee;
}

.renshe img{
	max-width:100%;
	max-height:800px;
}

.renshe p{
	font-size:0.8rem;
	line-height:1.5;
}

.renshe h1{
	font-size:24px;
	margin-bottom:2rem;
}


.NavTab{
	width:100%;
}
.NavTab ul,.NavTab li{
	padding:0;
	margin:0;
}
.NavTab li{
	width:33%;
	text-align:center;
	color:#969696;
	line-height: 40px;
	font-size: 16px;
	font-weight:normal;
	cursor:pointer;
}

.NavTab ul .active{
	color:#535252;
	border-bottom:2px solid #ff9a6a;
}
.AboutBookTab{
	padding-top:10px;
	display:none;
}

.tabtitle{
	font-size: 16px;
	font-weight: bold;
	color: #3b3f43 !important;
}
/*!
 * jquery-confirm v1.5.1 (http://craftpip.github.io/jquery-confirm/)
 * Author: boniface pereira
 * Website: www.craftpip.com
 * Contact: hey@craftpip.com
 *
 * Copyright 2013-2014 jquery-confirm
 * Licensed under MIT (https://github.com/craftpip/jquery-confirm/blob/master/LICENSE)
 */
body.jconfirm-noscroll {

}
@-webkit-keyframes jconfirm-rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes jconfirm-rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.jconfirm {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999;
  font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
  font-family: inherit;
  overflow-y: auto;
}
.jconfirm .jconfirm-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.jconfirm .jconfirm-box {
  background: white;
  border-radius: 4px;
  position: relative;
  width:90%;
  max-width:640px;
  margin:0 auto;
}
.jconfirm .jconfirm-box div.closeIcon {
  height: 20px;
  width: 20px;
  position: absolute;
  top: 20px;
  right: 15px;
  cursor: pointer;
  opacity: .6;
  text-align: center;
  display: none;
}
.jconfirm .jconfirm-box div.closeIcon:hover {
  opacity: 1;
}
.jconfirm .jconfirm-box div.title {
  font-size: 24px;
  font-weight: bold;
  font-family: inherit;
  padding: 10px 15px 5px;
}
.jconfirm .jconfirm-box div.content {
  padding-top: 10px;
  padding: 10px 15px 10px;
  max-height: 350px;
  overflow: hidden;
  overflow-y: auto;
}
@media screen and (max-width: 599px) {
	.jconfirm .jconfirm-box div.content {
		padding:5px;
	}
}
.jconfirm .jconfirm-box div.content:empty {
  height: 40px;
  position: relative;
  opacity: 0.6;
}
.jconfirm .jconfirm-box div.content:empty:before {
  content: '';
  height: 20px;
  width: 20px;
  border: solid 2px #aaa;
  /*background-color: #ddd;*/
  position: absolute;
  left: 50%;
  margin-left: -45px;
  border-radius: 20%;
  -webkit-animation: jconfirm-rotate 1s infinite;
          animation: jconfirm-rotate 1s infinite;
}
.jconfirm .jconfirm-box div.content:empty:after {
  content: 'loading..';
  position: absolute;
  left: 50%;
  margin-left: -15px;
}
.jconfirm .jconfirm-box .buttons {
  padding: 10px 15px;
}
.jconfirm .jconfirm-box .buttons button + button {
  margin-left: 5px;
}
.jconfirm .jquery-clear {
  clear: both;
}
.jconfirm.white .jconfirm-bg {
  background-color: rgba(0, 0, 0, 0.8);
}
.jconfirm.white .jconfirm-box {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.jconfirm.white .jconfirm-box .buttons button {
  border: none;
  background-image: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  text-shadow: none;
  -webkit-transition: background .1s;
          transition: background .1s;
  color: white;
}
.jconfirm.white .jconfirm-box .buttons button.btn-default {
  box-shadow: none;
  color: #333;
}
.jconfirm.white .jconfirm-box .buttons button.btn-default:hover {
  background: #ddd;
}
.jconfirm.black .jconfirm-bg {
  background-color: rgba(0, 0, 0, 0.5);
}
.jconfirm.black .jconfirm-box {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  background: #444;
  border-radius: 5px;
  color: white;
}
.jconfirm.black .jconfirm-box .buttons button {
  border: none;
  background-image: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  text-shadow: none;
  -webkit-transition: background .1s;
          transition: background .1s;
  color: white;
}
.jconfirm.black .jconfirm-box .buttons button.btn-default {
  box-shadow: none;
  color: #fff;
  background: none;
}
.jconfirm.black .jconfirm-box .buttons button.btn-default:hover {
  background: #666;
}
.jconfirm.hololight .jconfirm-bg {
  background-color: rgba(0, 0, 0, 0.5);
}
.jconfirm.hololight .jconfirm-box {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
  border-radius: 2px;
  overflow: hidden;
}
.jconfirm.hololight .jconfirm-box div.title {
  font-weight: inherit;
  border-bottom: solid 2px #76CFDF;
  color: #76CFDF;
}
.jconfirm.hololight .jconfirm-box .buttons {
  border-top: solid 2px #E7E7E7;
  width: 100%;
  float: none;
  padding: 0;
}
.jconfirm.hololight .jconfirm-box .buttons button {
  margin: 0;
  border: none;
  background: #fff;
  border-radius: 0px;
  width: 50%;
  padding: 13px;
  font-size: 16px;
  font-weight: bold;
  color: #666;
}
.jconfirm.hololight .jconfirm-box .buttons button + button {
  border-left: solid 2px #E7E7E7;
}
.jconfirm.holodark .jconfirm-bg {
  background-color: rgba(0, 0, 0, 0.5);
}
.jconfirm.holodark .jconfirm-box {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
  border-radius: 2px;
  background: #333;
  overflow: hidden;
}
.jconfirm.holodark .jconfirm-box div.closeIcon {
  color: white;
}
.jconfirm.holodark .jconfirm-box div.title {
  font-weight: inherit;
  border-bottom: solid 2px #76CFDF;
  color: #76CFDF;
}
.jconfirm.holodark .jconfirm-box div.content {
  color: white;
}
.jconfirm.holodark .jconfirm-box .buttons {
  border-top: solid 2px rgba(255, 255, 255, 0.2);
  width: 100%;
  float: none;
  padding: 0;
}
.jconfirm.holodark .jconfirm-box .buttons button {
  margin: 0;
  border: none;
  background: #333;
  border-radius: 0px;
  width: 50%;
  padding: 13px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-shadow: none;
}
.jconfirm.holodark .jconfirm-box .buttons button + button {
  border-left: solid 2px rgba(255, 255, 255, 0.2);
}
.jconfirm .jconfirm-box.hilight {
  box-shadow: 0 0 20px red;
}
/*Transition rules*/
.jconfirm {
  -webkit-perspective: 400px;
          perspective: 400px;
}
.jconfirm .jconfirm-box {
  /*visibility: visible;*/
  opacity: 1;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  /*transition-delay: 0s;*/
  -webkit-transition-property: -webkit-transform, opacity, box-shadow;
          transition-property: transform, opacity, box-shadow
  /*transition-property: all;*/
  /*transition-duration: 2s;*/
  /*transition: all 2s;*/
}
.jconfirm .jconfirm-box.anim-top,
.jconfirm .jconfirm-box.anim-left,
.jconfirm .jconfirm-box.anim-right,
.jconfirm .jconfirm-box.anim-bottom,
.jconfirm .jconfirm-box.anim-opacity,
.jconfirm .jconfirm-box.anim-zoom,
.jconfirm .jconfirm-box.anim-scale,
.jconfirm .jconfirm-box.anim-none,
.jconfirm .jconfirm-box.anim-rotate,
.jconfirm .jconfirm-box.anim-rotatex,
.jconfirm .jconfirm-box.anim-rotatey,
.jconfirm .jconfirm-box.anim-scaley,
.jconfirm .jconfirm-box.anim-scalex {
  /*visibility: hidden;*/
  opacity: 0;
}
.jconfirm .jconfirm-box.anim-rotate {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.jconfirm .jconfirm-box.anim-rotatex {
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
}
.jconfirm .jconfirm-box.anim-rotatey {
  -webkit-transform: rotatey(90deg);
      -ms-transform: rotatey(90deg);
          transform: rotatey(90deg);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
}
.jconfirm .jconfirm-box.anim-scaley {
  -webkit-transform: scaley(1.5);
      -ms-transform: scaley(1.5);
          transform: scaley(1.5);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
}
.jconfirm .jconfirm-box.anim-scalex {
  -webkit-transform: scalex(1.5);
      -ms-transform: scalex(1.5);
          transform: scalex(1.5);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
}
.jconfirm .jconfirm-box.anim-top {
  -webkit-transform: translate(0px, -100px);
      -ms-transform: translate(0px, -100px);
          transform: translate(0px, -100px);
}
.jconfirm .jconfirm-box.anim-left {
  -webkit-transform: translate(-100px, 0px);
      -ms-transform: translate(-100px, 0px);
          transform: translate(-100px, 0px);
}
.jconfirm .jconfirm-box.anim-right {
  -webkit-transform: translate(100px, 0px);
      -ms-transform: translate(100px, 0px);
          transform: translate(100px, 0px);
}
.jconfirm .jconfirm-box.anim-bottom {
  -webkit-transform: translate(0px, 100px);
      -ms-transform: translate(0px, 100px);
          transform: translate(0px, 100px);
}
.jconfirm .jconfirm-box.anim-zoom {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.jconfirm .jconfirm-box.anim-scale {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}
.jconfirm .jconfirm-box.anim-none {
  display: none;
}

@font-face{font-family:'FontAwesome';src:url('../font/fontawesome-webfont.eot?v=3.2.1');src:url('../font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'),url('../font/fontawesome-webfont.woff?v=3.2.1') format('woff'),url('../font/fontawesome-webfont.ttf?v=3.2.1') format('truetype'),url('../font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');font-weight:normal;font-style:normal;}[class^="icon-"],[class*=" icon-"]{font-family:FontAwesome;font-weight:normal;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;*margin-right:.3em;}
[class^="icon-"]:before,[class*=" icon-"]:before{text-decoration:inherit;display:inline-block;speak:none;}
.icon-large:before{vertical-align:-10%;font-size:1.3333333333333333em;}
a [class^="icon-"],a [class*=" icon-"]{display:inline;}
[class^="icon-"].icon-fixed-width,[class*=" icon-"].icon-fixed-width{display:inline-block;width:1.1428571428571428em;text-align:right;padding-right:0.2857142857142857em;}[class^="icon-"].icon-fixed-width.icon-large,[class*=" icon-"].icon-fixed-width.icon-large{width:1.4285714285714286em;}
.icons-ul{margin-left:2.142857142857143em;list-style-type:none;}.icons-ul>li{position:relative;}
.icons-ul .icon-li{position:absolute;left:-2.142857142857143em;width:2.142857142857143em;text-align:center;line-height:inherit;}
[class^="icon-"].hide,[class*=" icon-"].hide{display:none;}
.icon-muted{color:#eeeeee;}
.icon-light{color:#ffffff;}
.icon-dark{color:#333333;}
.icon-border{border:solid 1px #eeeeee;padding:.2em .25em .15em;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
.icon-2x{font-size:2em;}.icon-2x.icon-border{border-width:2px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
.icon-3x{font-size:3em;}.icon-3x.icon-border{border-width:3px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
.icon-4x{font-size:4em;}.icon-4x.icon-border{border-width:4px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;}
.icon-5x{font-size:5em;}.icon-5x.icon-border{border-width:5px;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;}
.pull-right{float:right;}
.pull-left{float:left;}
[class^="icon-"].pull-left,[class*=" icon-"].pull-left{margin-right:.3em;}
[class^="icon-"].pull-right,[class*=" icon-"].pull-right{margin-left:.3em;}
[class^="icon-"],[class*=" icon-"]{display:inline;width:auto;height:auto;line-height:normal;vertical-align:baseline;background-image:none;background-position:0% 0%;background-repeat:repeat;margin-top:0;}
.icon-white,.nav-pills>.active>a>[class^="icon-"],.nav-pills>.active>a>[class*=" icon-"],.nav-list>.active>a>[class^="icon-"],.nav-list>.active>a>[class*=" icon-"],.navbar-inverse .nav>.active>a>[class^="icon-"],.navbar-inverse .nav>.active>a>[class*=" icon-"],.dropdown-menu>li>a:hover>[class^="icon-"],.dropdown-menu>li>a:hover>[class*=" icon-"],.dropdown-menu>.active>a>[class^="icon-"],.dropdown-menu>.active>a>[class*=" icon-"],.dropdown-submenu:hover>a>[class^="icon-"],.dropdown-submenu:hover>a>[class*=" icon-"]{background-image:none;}
.btn [class^="icon-"].icon-large,.nav [class^="icon-"].icon-large,.btn [class*=" icon-"].icon-large,.nav [class*=" icon-"].icon-large{line-height:.9em;}
.btn [class^="icon-"].icon-spin,.nav [class^="icon-"].icon-spin,.btn [class*=" icon-"].icon-spin,.nav [class*=" icon-"].icon-spin{display:inline-block;}
.nav-tabs [class^="icon-"],.nav-pills [class^="icon-"],.nav-tabs [class*=" icon-"],.nav-pills [class*=" icon-"],.nav-tabs [class^="icon-"].icon-large,.nav-pills [class^="icon-"].icon-large,.nav-tabs [class*=" icon-"].icon-large,.nav-pills [class*=" icon-"].icon-large{line-height:.9em;}
.btn [class^="icon-"].pull-left.icon-2x,.btn [class*=" icon-"].pull-left.icon-2x,.btn [class^="icon-"].pull-right.icon-2x,.btn [class*=" icon-"].pull-right.icon-2x{margin-top:.18em;}
.btn [class^="icon-"].icon-spin.icon-large,.btn [class*=" icon-"].icon-spin.icon-large{line-height:.8em;}
.btn.btn-small [class^="icon-"].pull-left.icon-2x,.btn.btn-small [class*=" icon-"].pull-left.icon-2x,.btn.btn-small [class^="icon-"].pull-right.icon-2x,.btn.btn-small [class*=" icon-"].pull-right.icon-2x{margin-top:.25em;}
.btn.btn-large [class^="icon-"],.btn.btn-large [class*=" icon-"]{margin-top:0;}.btn.btn-large [class^="icon-"].pull-left.icon-2x,.btn.btn-large [class*=" icon-"].pull-left.icon-2x,.btn.btn-large [class^="icon-"].pull-right.icon-2x,.btn.btn-large [class*=" icon-"].pull-right.icon-2x{margin-top:.05em;}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,.btn.btn-large [class*=" icon-"].pull-left.icon-2x{margin-right:.2em;}
.btn.btn-large [class^="icon-"].pull-right.icon-2x,.btn.btn-large [class*=" icon-"].pull-right.icon-2x{margin-left:.2em;}
.nav-list [class^="icon-"],.nav-list [class*=" icon-"]{line-height:inherit;}
.icon-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:-35%;}.icon-stack [class^="icon-"],.icon-stack [class*=" icon-"]{display:block;text-align:center;position:absolute;width:100%;height:100%;font-size:1em;line-height:inherit;*line-height:2em;}
.icon-stack .icon-stack-base{font-size:2em;*line-height:1em;}
.icon-spin{display:inline-block;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear;}
a .icon-stack,a .icon-spin{display:inline-block;text-decoration:none;}
@-moz-keyframes spin{0%{-moz-transform:rotate(0deg);} 100%{-moz-transform:rotate(359deg);}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);} 100%{-webkit-transform:rotate(359deg);}}@-o-keyframes spin{0%{-o-transform:rotate(0deg);} 100%{-o-transform:rotate(359deg);}}@-ms-keyframes spin{0%{-ms-transform:rotate(0deg);} 100%{-ms-transform:rotate(359deg);}}@keyframes spin{0%{transform:rotate(0deg);} 100%{transform:rotate(359deg);}}.icon-rotate-90:before{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);}
.icon-rotate-180:before{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);}
.icon-rotate-270:before{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);}
.icon-flip-horizontal:before{-webkit-transform:scale(-1, 1);-moz-transform:scale(-1, 1);-ms-transform:scale(-1, 1);-o-transform:scale(-1, 1);transform:scale(-1, 1);}
.icon-flip-vertical:before{-webkit-transform:scale(1, -1);-moz-transform:scale(1, -1);-ms-transform:scale(1, -1);-o-transform:scale(1, -1);transform:scale(1, -1);}
a .icon-rotate-90:before,a .icon-rotate-180:before,a .icon-rotate-270:before,a .icon-flip-horizontal:before,a .icon-flip-vertical:before{display:inline-block;}
.icon-glass:before{content:"\f000";}
.icon-music:before{content:"\f001";}
.icon-search:before{content:"\f002";}
.icon-envelope-alt:before{content:"\f003";}
.icon-heart:before{content:"\f004";}
.icon-star:before{content:"\f005";}
.icon-star-empty:before{content:"\f006";}
.icon-user:before{content:"\f007";}
.icon-film:before{content:"\f008";}
.icon-th-large:before{content:"\f009";}
.icon-th:before{content:"\f00a";}
.icon-th-list:before{content:"\f00b";}
.icon-ok:before{content:"\f00c";}
.icon-remove:before{content:"\f00d";}
.icon-zoom-in:before{content:"\f00e";}
.icon-zoom-out:before{content:"\f010";}
.icon-power-off:before,.icon-off:before{content:"\f011";}
.icon-signal:before{content:"\f012";}
.icon-gear:before,.icon-cog:before{content:"\f013";}
.icon-trash:before{content:"\f014";}
.icon-home:before{content:"\f015";}
.icon-file-alt:before{content:"\f016";}
.icon-time:before{content:"\f017";}
.icon-road:before{content:"\f018";}
.icon-download-alt:before{content:"\f019";}
.icon-download:before{content:"\f01a";}
.icon-upload:before{content:"\f01b";}
.icon-inbox:before{content:"\f01c";}
.icon-play-circle:before{content:"\f01d";}
.icon-rotate-right:before,.icon-repeat:before{content:"\f01e";}
.icon-refresh:before{content:"\f021";}
.icon-list-alt:before{content:"\f022";}
.icon-lock:before{content:"\f023";}
.icon-flag:before{content:"\f024";}
.icon-headphones:before{content:"\f025";}
.icon-volume-off:before{content:"\f026";}
.icon-volume-down:before{content:"\f027";}
.icon-volume-up:before{content:"\f028";}
.icon-qrcode:before{content:"\f029";}
.icon-barcode:before{content:"\f02a";}
.icon-tag:before{content:"\f02b";}
.icon-tags:before{content:"\f02c";}
.icon-book:before{content:"\f02d";}
.icon-bookmark:before{content:"\f02e";}
.icon-print:before{content:"\f02f";}
.icon-camera:before{content:"\f030";}
.icon-font:before{content:"\f031";}
.icon-bold:before{content:"\f032";}
.icon-italic:before{content:"\f033";}
.icon-text-height:before{content:"\f034";}
.icon-text-width:before{content:"\f035";}
.icon-align-left:before{content:"\f036";}
.icon-align-center:before{content:"\f037";}
.icon-align-right:before{content:"\f038";}
.icon-align-justify:before{content:"\f039";}
.icon-list:before{content:"\f03a";}
.icon-indent-left:before{content:"\f03b";}
.icon-indent-right:before{content:"\f03c";}
.icon-facetime-video:before{content:"\f03d";}
.icon-picture:before{content:"\f03e";}
.icon-pencil:before{content:"\f040";}
.icon-map-marker:before{content:"\f041";}
.icon-adjust:before{content:"\f042";}
.icon-tint:before{content:"\f043";}
.icon-edit:before{content:"\f044";}
.icon-share:before{content:"\f045";}
.icon-check:before{content:"\f046";}
.icon-move:before{content:"\f047";}
.icon-step-backward:before{content:"\f048";}
.icon-fast-backward:before{content:"\f049";}
.icon-backward:before{content:"\f04a";}
.icon-play:before{content:"\f04b";}
.icon-pause:before{content:"\f04c";}
.icon-stop:before{content:"\f04d";}
.icon-forward:before{content:"\f04e";}
.icon-fast-forward:before{content:"\f050";}
.icon-step-forward:before{content:"\f051";}
.icon-eject:before{content:"\f052";}
.icon-chevron-left:before{content:"\f053";}
.icon-chevron-right:before{content:"\f054";}
.icon-plus-sign:before{content:"\f055";}
.icon-minus-sign:before{content:"\f056";}
.icon-remove-sign:before{content:"\f057";}
.icon-ok-sign:before{content:"\f058";}
.icon-question-sign:before{content:"\f059";}
.icon-info-sign:before{content:"\f05a";}
.icon-screenshot:before{content:"\f05b";}
.icon-remove-circle:before{content:"\f05c";}
.icon-ok-circle:before{content:"\f05d";}
.icon-ban-circle:before{content:"\f05e";}
.icon-arrow-left:before{content:"\f060";}
.icon-arrow-right:before{content:"\f061";}
.icon-arrow-up:before{content:"\f062";}
.icon-arrow-down:before{content:"\f063";}
.icon-mail-forward:before,.icon-share-alt:before{content:"\f064";}
.icon-resize-full:before{content:"\f065";}
.icon-resize-small:before{content:"\f066";}
.icon-plus:before{content:"\f067";}
.icon-minus:before{content:"\f068";}
.icon-asterisk:before{content:"\f069";}
.icon-exclamation-sign:before{content:"\f06a";}
.icon-gift:before{content:"\f06b";}
.icon-leaf:before{content:"\f06c";}
.icon-fire:before{content:"\f06d";}
.icon-eye-open:before{content:"\f06e";}
.icon-eye-close:before{content:"\f070";}
.icon-warning-sign:before{content:"\f071";}
.icon-plane:before{content:"\f072";}
.icon-calendar:before{content:"\f073";}
.icon-random:before{content:"\f074";}
.icon-comment:before{content:"\f075";}
.icon-magnet:before{content:"\f076";}
.icon-chevron-up:before{content:"\f077";}
.icon-chevron-down:before{content:"\f078";}
.icon-retweet:before{content:"\f079";}
.icon-shopping-cart:before{content:"\f07a";}
.icon-folder-close:before{content:"\f07b";}
.icon-folder-open:before{content:"\f07c";}
.icon-resize-vertical:before{content:"\f07d";}
.icon-resize-horizontal:before{content:"\f07e";}
.icon-bar-chart:before{content:"\f080";}
.icon-twitter-sign:before{content:"\f081";}
.icon-facebook-sign:before{content:"\f082";}
.icon-camera-retro:before{content:"\f083";}
.icon-key:before{content:"\f084";}
.icon-gears:before,.icon-cogs:before{content:"\f085";}
.icon-comments:before{content:"\f086";}
.icon-thumbs-up-alt:before{content:"\f087";}
.icon-thumbs-down-alt:before{content:"\f088";}
.icon-star-half:before{content:"\f089";}
.icon-heart-empty:before{content:"\f08a";}
.icon-signout:before{content:"\f08b";}
.icon-linkedin-sign:before{content:"\f08c";}
.icon-pushpin:before{content:"\f08d";}
.icon-external-link:before{content:"\f08e";}
.icon-signin:before{content:"\f090";}
.icon-trophy:before{content:"\f091";}
.icon-github-sign:before{content:"\f092";}
.icon-upload-alt:before{content:"\f093";}
.icon-lemon:before{content:"\f094";}
.icon-phone:before{content:"\f095";}
.icon-unchecked:before,.icon-check-empty:before{content:"\f096";}
.icon-bookmark-empty:before{content:"\f097";}
.icon-phone-sign:before{content:"\f098";}
.icon-twitter:before{content:"\f099";}
.icon-facebook:before{content:"\f09a";}
.icon-github:before{content:"\f09b";}
.icon-unlock:before{content:"\f09c";}
.icon-credit-card:before{content:"\f09d";}
.icon-rss:before{content:"\f09e";}
.icon-hdd:before{content:"\f0a0";}
.icon-bullhorn:before{content:"\f0a1";}
.icon-bell:before{content:"\f0a2";}
.icon-certificate:before{content:"\f0a3";}
.icon-hand-right:before{content:"\f0a4";}
.icon-hand-left:before{content:"\f0a5";}
.icon-hand-up:before{content:"\f0a6";}
.icon-hand-down:before{content:"\f0a7";}
.icon-circle-arrow-left:before{content:"\f0a8";}
.icon-circle-arrow-right:before{content:"\f0a9";}
.icon-circle-arrow-up:before{content:"\f0aa";}
.icon-circle-arrow-down:before{content:"\f0ab";}
.icon-globe:before{content:"\f0ac";}
.icon-wrench:before{content:"\f0ad";}
.icon-tasks:before{content:"\f0ae";}
.icon-filter:before{content:"\f0b0";}
.icon-briefcase:before{content:"\f0b1";}
.icon-fullscreen:before{content:"\f0b2";}
.icon-group:before{content:"\f0c0";}
.icon-link:before{content:"\f0c1";}
.icon-cloud:before{content:"\f0c2";}
.icon-beaker:before{content:"\f0c3";}
.icon-cut:before{content:"\f0c4";}
.icon-copy:before{content:"\f0c5";}
.icon-paperclip:before,.icon-paper-clip:before{content:"\f0c6";}
.icon-save:before{content:"\f0c7";}
.icon-sign-blank:before{content:"\f0c8";}
.icon-reorder:before{content:"\f0c9";}
.icon-list-ul:before{content:"\f0ca";}
.icon-list-ol:before{content:"\f0cb";}
.icon-strikethrough:before{content:"\f0cc";}
.icon-underline:before{content:"\f0cd";}
.icon-table:before{content:"\f0ce";}
.icon-magic:before{content:"\f0d0";}
.icon-truck:before{content:"\f0d1";}
.icon-pinterest:before{content:"\f0d2";}
.icon-pinterest-sign:before{content:"\f0d3";}
.icon-google-plus-sign:before{content:"\f0d4";}
.icon-google-plus:before{content:"\f0d5";}
.icon-money:before{content:"\f0d6";}
.icon-caret-down:before{content:"\f0d7";}
.icon-caret-up:before{content:"\f0d8";}
.icon-caret-left:before{content:"\f0d9";}
.icon-caret-right:before{content:"\f0da";}
.icon-columns:before{content:"\f0db";}
.icon-sort:before{content:"\f0dc";}
.icon-sort-down:before{content:"\f0dd";}
.icon-sort-up:before{content:"\f0de";}
.icon-envelope:before{content:"\f0e0";}
.icon-linkedin:before{content:"\f0e1";}
.icon-rotate-left:before,.icon-undo:before{content:"\f0e2";}
.icon-legal:before{content:"\f0e3";}
.icon-dashboard:before{content:"\f0e4";}
.icon-comment-alt:before{content:"\f0e5";}
.icon-comments-alt:before{content:"\f0e6";}
.icon-bolt:before{content:"\f0e7";}
.icon-sitemap:before{content:"\f0e8";}
.icon-umbrella:before{content:"\f0e9";}
.icon-paste:before{content:"\f0ea";}
.icon-lightbulb:before{content:"\f0eb";}
.icon-exchange:before{content:"\f0ec";}
.icon-cloud-download:before{content:"\f0ed";}
.icon-cloud-upload:before{content:"\f0ee";}
.icon-user-md:before{content:"\f0f0";}
.icon-stethoscope:before{content:"\f0f1";}
.icon-suitcase:before{content:"\f0f2";}
.icon-bell-alt:before{content:"\f0f3";}
.icon-coffee:before{content:"\f0f4";}
.icon-food:before{content:"\f0f5";}
.icon-file-text-alt:before{content:"\f0f6";}
.icon-building:before{content:"\f0f7";}
.icon-hospital:before{content:"\f0f8";}
.icon-ambulance:before{content:"\f0f9";}
.icon-medkit:before{content:"\f0fa";}
.icon-fighter-jet:before{content:"\f0fb";}
.icon-beer:before{content:"\f0fc";}
.icon-h-sign:before{content:"\f0fd";}
.icon-plus-sign-alt:before{content:"\f0fe";}
.icon-double-angle-left:before{content:"\f100";}
.icon-double-angle-right:before{content:"\f101";}
.icon-double-angle-up:before{content:"\f102";}
.icon-double-angle-down:before{content:"\f103";}
.icon-angle-left:before{content:"\f104";}
.icon-angle-right:before{content:"\f105";}
.icon-angle-up:before{content:"\f106";}
.icon-angle-down:before{content:"\f107";}
.icon-desktop:before{content:"\f108";}
.icon-laptop:before{content:"\f109";}
.icon-tablet:before{content:"\f10a";}
.icon-mobile-phone:before{content:"\f10b";}
.icon-circle-blank:before{content:"\f10c";}
.icon-quote-left:before{content:"\f10d";}
.icon-quote-right:before{content:"\f10e";}
.icon-spinner:before{content:"\f110";}
.icon-circle:before{content:"\f111";}
.icon-mail-reply:before,.icon-reply:before{content:"\f112";}
.icon-github-alt:before{content:"\f113";}
.icon-folder-close-alt:before{content:"\f114";}
.icon-folder-open-alt:before{content:"\f115";}
.icon-expand-alt:before{content:"\f116";}
.icon-collapse-alt:before{content:"\f117";}
.icon-smile:before{content:"\f118";}
.icon-frown:before{content:"\f119";}
.icon-meh:before{content:"\f11a";}
.icon-gamepad:before{content:"\f11b";}
.icon-keyboard:before{content:"\f11c";}
.icon-flag-alt:before{content:"\f11d";}
.icon-flag-checkered:before{content:"\f11e";}
.icon-terminal:before{content:"\f120";}
.icon-code:before{content:"\f121";}
.icon-reply-all:before{content:"\f122";}
.icon-mail-reply-all:before{content:"\f122";}
.icon-star-half-full:before,.icon-star-half-empty:before{content:"\f123";}
.icon-location-arrow:before{content:"\f124";}
.icon-crop:before{content:"\f125";}
.icon-code-fork:before{content:"\f126";}
.icon-unlink:before{content:"\f127";}
.icon-question:before{content:"\f128";}
.icon-info:before{content:"\f129";}
.icon-exclamation:before{content:"\f12a";}
.icon-superscript:before{content:"\f12b";}
.icon-subscript:before{content:"\f12c";}
.icon-eraser:before{content:"\f12d";}
.icon-puzzle-piece:before{content:"\f12e";}
.icon-microphone:before{content:"\f130";}
.icon-microphone-off:before{content:"\f131";}
.icon-shield:before{content:"\f132";}
.icon-calendar-empty:before{content:"\f133";}
.icon-fire-extinguisher:before{content:"\f134";}
.icon-rocket:before{content:"\f135";}
.icon-maxcdn:before{content:"\f136";}
.icon-chevron-sign-left:before{content:"\f137";}
.icon-chevron-sign-right:before{content:"\f138";}
.icon-chevron-sign-up:before{content:"\f139";}
.icon-chevron-sign-down:before{content:"\f13a";}
.icon-html5:before{content:"\f13b";}
.icon-css3:before{content:"\f13c";}
.icon-anchor:before{content:"\f13d";}
.icon-unlock-alt:before{content:"\f13e";}
.icon-bullseye:before{content:"\f140";}
.icon-ellipsis-horizontal:before{content:"\f141";}
.icon-ellipsis-vertical:before{content:"\f142";}
.icon-rss-sign:before{content:"\f143";}
.icon-play-sign:before{content:"\f144";}
.icon-ticket:before{content:"\f145";}
.icon-minus-sign-alt:before{content:"\f146";}
.icon-check-minus:before{content:"\f147";}
.icon-level-up:before{content:"\f148";}
.icon-level-down:before{content:"\f149";}
.icon-check-sign:before{content:"\f14a";}
.icon-edit-sign:before{content:"\f14b";}
.icon-external-link-sign:before{content:"\f14c";}
.icon-share-sign:before{content:"\f14d";}
.icon-compass:before{content:"\f14e";}
.icon-collapse:before{content:"\f150";}
.icon-collapse-top:before{content:"\f151";}
.icon-expand:before{content:"\f152";}
.icon-euro:before,.icon-eur:before{content:"\f153";}
.icon-gbp:before{content:"\f154";}
.icon-dollar:before,.icon-usd:before{content:"\f155";}
.icon-rupee:before,.icon-inr:before{content:"\f156";}
.icon-yen:before,.icon-jpy:before{content:"\f157";}
.icon-renminbi:before,.icon-cny:before{content:"\f158";}
.icon-won:before,.icon-krw:before{content:"\f159";}
.icon-bitcoin:before,.icon-btc:before{content:"\f15a";}
.icon-file:before{content:"\f15b";}
.icon-file-text:before{content:"\f15c";}
.icon-sort-by-alphabet:before{content:"\f15d";}
.icon-sort-by-alphabet-alt:before{content:"\f15e";}
.icon-sort-by-attributes:before{content:"\f160";}
.icon-sort-by-attributes-alt:before{content:"\f161";}
.icon-sort-by-order:before{content:"\f162";}
.icon-sort-by-order-alt:before{content:"\f163";}
.icon-thumbs-up:before{content:"\f164";}
.icon-thumbs-down:before{content:"\f165";}
.icon-youtube-sign:before{content:"\f166";}
.icon-youtube:before{content:"\f167";}
.icon-xing:before{content:"\f168";}
.icon-xing-sign:before{content:"\f169";}
.icon-youtube-play:before{content:"\f16a";}
.icon-dropbox:before{content:"\f16b";}
.icon-stackexchange:before{content:"\f16c";}
.icon-instagram:before{content:"\f16d";}
.icon-flickr:before{content:"\f16e";}
.icon-adn:before{content:"\f170";}
.icon-bitbucket:before{content:"\f171";}
.icon-bitbucket-sign:before{content:"\f172";}
.icon-tumblr:before{content:"\f173";}
.icon-tumblr-sign:before{content:"\f174";}
.icon-long-arrow-down:before{content:"\f175";}
.icon-long-arrow-up:before{content:"\f176";}
.icon-long-arrow-left:before{content:"\f177";}
.icon-long-arrow-right:before{content:"\f178";}
.icon-apple:before{content:"\f179";}
.icon-windows:before{content:"\f17a";}
.icon-android:before{content:"\f17b";}
.icon-linux:before{content:"\f17c";}
.icon-dribbble:before{content:"\f17d";}
.icon-skype:before{content:"\f17e";}
.icon-foursquare:before{content:"\f180";}
.icon-trello:before{content:"\f181";}
.icon-female:before{content:"\f182";}
.icon-male:before{content:"\f183";}
.icon-gittip:before{content:"\f184";}
.icon-sun:before{content:"\f185";}
.icon-moon:before{content:"\f186";}
.icon-archive:before{content:"\f187";}
.icon-bug:before{content:"\f188";}
.icon-vk:before{content:"\f189";}
.icon-weibo:before{content:"\f18a";}
.icon-renren:before{content:"\f18b";}

