﻿/* 主题样式 */
.title1{
    font-family:"微软雅黑","Microsoft YaHei";
    font-weight:bold;
    font-size:20px;
}
.title2{
    font-family:"微软雅黑","Microsoft YaHei";
    font-weight:bold;
    font-size:18px;
}
.title3{
    font-family:"微软雅黑","Microsoft YaHei";
    font-weight:bold;
    font-size:16px;
}
.title4{
    font-family:"微软雅黑","Microsoft YaHei";
    font-weight:bold;
    font-size:14px;
}
.title5{
    font-family:"微软雅黑","Microsoft YaHei";
    font-weight:bold;
    font-size:12px;
}
.text{
    font-family: "微软雅黑","Microsoft YaHei";
    text-indent:2em;
    word-spacing:5px;
    line-height:2;
	font-size:18px;
    outline:0px;
    word-break:keep-all;
    white-space: nowrap;
}

.font-smaller .text {
    font-size:12px;
    line-height: 18px;
}
.font-small .text {
    font-size:14px;
    line-height: 20px;
}
.font-default .text {
	   line-height:2;
	font-size:18px;
   /* font-size:16px;
    line-height: 23px;*/
}

*.html .font-default .text
{
	line-height: 23px;
}
.font-large .text {
    font-size:18px;
    line-height: 26px;
}
.font-larger .text {
    font-size: 20px;
    line-height: 28px;
}
body {
    width: 100%;
    height: 100%;
    position: relative;
}

body {
    background: #3d3e45;
}

#page_container {
    background: #fbfaf8;
    position: absolute;
    width: 100%;
    /*left: 5%;*/
    /*top: 5%;*/
    overflow: hidden;
    /*margin: -444px 0 0 -667px;*/
}

#para_container {
    position: absolute;
}

#para_container .pointer-in-note-area {
    cursor:pointer!important;
}

.mark {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0);
}

.selection {
    width: 652px;
	padding-left:99px;
	padding-right:99px;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0);
}

.selection .note-mark {
    position: absolute;
    cursor: pointer;
    opacity: .3;
}

#note-show-pop
{
}
.note-mark-button {
   background-color: transparent;
    background-image: url("../img/note.png");
    background-repeat: no-repeat;
    cursor: pointer;
    height: 14px;
    opacity: 1.00;
    width: 14px;
    z-index: 2;
}

.theme-default #page_container {
    background-color: #fbfaf8;
    /*background-image: */
    color: #333;
}

.theme-brown #page_container {
    background-color: #fbfaf8;
    color: #333;
}

.theme-green #page_container {
    background-color: #faf7ed;
    color: #333;
}

.rowp{
    margin:0px;
    /*display:inline-block;*/
}


/*=== style in OneRead page ====*/
#one-read {
    overflow-y: scroll;
    overflow-x: auto;
    position: relative;
}

/*包裹层*/
#one-read-container {
    color: #333;
    font-family: "微软雅黑","Microsoft YaHei";
    margin: 0 auto;
    vertical-align: top;
    overflow: hidden;
    background: #faf7ed none repeat scroll 0 0;
    min-height: 100vh;
}

/*内容层*/
#one-read-content {
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.one-read-mewpa {
    overflow: hidden;
    position: relative;
    height: 100%;
}

/*加载标识*/
.icon-loading {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

@media (max-width: 600px) {
    #one-read-container {
        padding: 0 10px;
    }
   /* .icon-loading {
        width: 20px;
        height: 20px;
    }*/
}
@media (min-width: 601px) and (max-width: 900px) {
    #one-read-container {
        padding: 0 15px;
    }
}
@media (max-width: 900px) {
    #one-read-container {
        width: 100%;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
}
@media (min-width: 901px) and (max-width: 1200px) {
    #one-read-container {
        width: 700px;
        padding: 0 60px;
    }
}
@media (min-width: 600px) and (max-width: 1200px) {
  /*  .icon-loading {
        width: 30px;
        height: 30px;
    }*/
}
@media (min-width: 1200px) {
    #one-read-container {
        width: 850px;
        padding: 0 99px;
    }
   /* .icon-loading {
        width: 40px;
        height: 40px;*/
    }
}