.h5modal {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    width:100%;
    height:100%;
    margin: auto;
    border-radius: 5px;
    background-color: #f1f3f4;
    overflow-y: hidden;
    opacity: 0.9;
    display: none;
    z-index: 999;
}

.h5modal div{
	height:100%;
	display:inline-block;
}

.h5modal .book-diary-h5-top-container{
	position: fixed;
	top:5%;
	width:100%;
	height:120px;
}

.h5modal .book-diary-h5-content{
	width:80%;
	color:white;
	height:120px;
	padding:5px 15px;
	margin-left:10%;
	border-radius:8px;	
	background-color:black;
}

.book-diary-h5-content-close{
	width:100%;
	height:36px!important;
}

.book-diary-h5-content-close span{
	width:10%;
	height:36px;
	margin-top:20%;
	margin-left:45%;
	line-height:36px;
	display:inline-block;
	background-repeat:no-repeat;
	background-image:url(../../img/close-diary.png);
}

.book-diary-h5-input-close{
	width:100%;
	height:36px!important;
	margin-bottom:160px;
}

.book-diary-h5-input-close span{
	width:10%;
	height:36px;
	margin-top:20%;
	margin-left:35%;
	line-height:36px;
	margin-bottom:100px;
	display:inline-block;
	background-repeat:no-repeat;
	background-image:url(../../img/close-diary.png);
}

.h5modal .book-diary-h5-bottom-container{
	position: fixed;
	top:30%;
	width:90%;
	left:5%;
	padding-top:40px;
	height:180px;
	border-radius:8px;
	background-color:#000;
}


.h5modal div.left{
	height:100%;
	width:60%;
	float:left;
	margin-left:10%;
}

.h5modal textarea{
	width:100%;
	color:white;
	height:80px;
	font-size:15px;
	border-radius:10px;
	padding-top:6px;
	padding-left:10px;
	border:1px solid white;
	background-color:black;
}

.h5modal div.right{
	height:40px;
	width:60px;
	float:left;
	margin-left:10px;
	margin-top:20px;
	line-height:40px;
	text-align:center;
	vertical-align:middle;
	border:1px solid white;
}

.h5modal .modal-button{
	color:white;
	margin:0px 5px;
	background-color:black;
	border-radius:5px;
}


/**跳转页以及全文检索**/
.book-query-h5-bottom-container{
	position: fixed;
	top:70%;
	width:100%;
	height:30%!important;
	margin-left:10%;
}

.book-query-h5-bottom-container div.left{
	height:100%;
	width:40%;
	float:left;
	margin-right:5px;
}

.h5modal input{
	width:100%;
	color:white;
	height:45px;
	line-height:45px;
	font-size:15px;
	border-radius:6px;
	padding-top:6px;
	padding-left:10px;
	background-color:black!important;
}

.h5modal div.right2{
	height:30px;
	width:60px;
	float:left;
	line-height:30px;
	text-align:center;
	vertical-align:middle
}


.book-query-h5-bottom-container .modal-button{
	margin-top:8px;
}

.book-query-h5-bottom-prompt,.book-diary-h5-bottom-prompt{
	margin-top:15px;
	width:100%;
	height:20px!important;
	line-height:20px;
	color:red;
	float:left;
	font-size:16px;
	text-align:left;
	padding-left:80px;
	display:none;
}







/**
 * 消息弹出层样式
**/
.prompt-h5-modal{
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    width:100%;
    height:100%;
    margin: auto;
    border-radius: 5px;
    background-color: #f6ebd0;
    overflow-y: hidden;
    opacity: 0.9;
    display: none;
    z-index: 999;
}


.message-prompt-h5-modal{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width:120px;
	border-radius:8px;
	height:60px!important;
	line-height:60px;
	text-align:center;
	vertical-align:middle;
	background-color:orange!important;
}


.prompt-h5-loading-book-modal{
	position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    width:100%;
    height:100%;
    margin: auto;
    border-radius: 5px;
    background-color: #EEE1C8;
    overflow-y: hidden;
    opacity: 0.9;
    display: none;
    z-index: 999;
    text-align:center;
    vertical-align:middle;
}


.loading-h5-book{
	width:300px;
	height:225px;
	margin-top:30%;
	margin-left:12%;
	background-image:url(../../img/loading-book2.gif);
	background-repeat:no-repeat;
}


.loading-h5-book-title{
	margin-top:-20px;
}

.refresh-reading-page{
	color:white;
	width:180px;
	height:36px;
	margin-top:100px;
	margin-left:30%;
	border:1px solid white;
	background-color:orange;
	line-height:36px;
	text-align:center;
	letter-spacing:5px;
	vertical-align:middle;
}







