body, html {
    padding: 0;
    margin: 0;
    font-family: Arial;
    height: 100%;
    overflow: hidden;
}
.read_wrap {
    /*min-width: 760px;*/
    height: 100%;
}
.header_read {
    position:fixed;
    width:100%;
    min-width: 735px;
    top:0;
    z-index:2;
    height: 40px;
    background: rgb(250,250,250); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(250,250,250,1) 1%, rgba(198,198,198,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(250,250,250,1)), color-stop(100%,rgba(198,198,198,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(250,250,250,1) 1%,rgba(198,198,198,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(250,250,250,1) 1%,rgba(198,198,198,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(250,250,250,1) 1%,rgba(198,198,198,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(250,250,250,1) 1%,rgba(198,198,198,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#c6c6c6',GradientType=0 ); /* IE6-9 */
    border-bottom: #c1c1c1 solid 2px;
}
.header_read, .page_list{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.read_menu {
    float: left;
    position: relative;
    display: block;
    list-style: none;
    padding: 0;
    height: 40px;
    margin: 0;
}
.read_menu li.mi, .read_right_menu li.mi {
    position: relative;
    display: inline-block;
    padding: 0 10px;
    vertical-align: top;
    height: 40px;
    margin: 0;
}
/*.read_menu li.mi:hover {*/
/*background-color: #ccc;*/
/*}*/
/*.read_menu li.mi:hover .second_menu {*/
/*display: block;*/
/*}*/
.read_menu li.mi img, .read_menu li.mi span.txt, .read_right_menu li.mi span.txt {
    display: inline-block;
    margin: 11px 0;
    vertical-align: top;
    cursor: pointer;
}
.read_menu li.mi img {
    height: 20px;
}
.read_menu li.mi span.txt, .read_right_menu li.mi span.txt {
    margin: 12px 0;
    color:#636363;
    text-shadow: #ffffff 1px 1px 1px;
    font-size: 14px;
}
.pdf_table {
    width: 100%;
    height: 100%;
    margin-top:0;
    padding-top:40px;
    background: #fff;
}
.pdf_table tr td { }
.pdf_table tr .read_left_column {
    width: 167px;
    background: #555;
    vertical-align: top;
    position: relative;
}
.pdf_table tr .read_right_column {
    background-color: #333;
    vertical-align: top;
}
.page_list {
    color: #ccc;
    margin: 5px auto;
    padding: 5px;
    display:none;
}
.page_list li {
    cursor:pointer;
    display: inline-block;
    vertical-align: top;
    margin: 5px;
    position: relative;
}
.page_list li .page_count {
    vertical-align: top;
    float: left;
    margin-right: 5px;
    position: absolute;
    right: 0px;
    top: 5px;
    background: #333;
    display: block;
    font-size: 12px;
    padding: 3px 5px;
    border-radius:3px;
    color: #fff;
    opacity: 0.7;
}
.page_list li img {
    /*width: 150px;*/
    border: #555 solid 3px;
}
.left_container {
    display:none;
    width: 145px;
    height: 100%;
    overflow: auto;
}
.hide_column, .show_column {
    width: 20px;
    height: 45px;
    background-color: #555;
    position: absolute;
    top: 50px;
    right: -20px;
    cursor: pointer;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    z-index:1;
}
.hide_column img, .show_column img{
    margin: 15px 4px;
}
.read_content {
    background-color: #333;
    width: 97%;
    /*height: 100%;*/
    margin: 0px auto;
    text-align: center;
    overflow: auto;
    padding: 20px 12px;
    /*overflow-x: hidden;*/
}
.read_content :last-child {
    margin-bottom:0;
}
.page_list li .active_page {
    border: red solid 3px;  /*#2e779d*/
}
.second_menu {
    display: none;
    list-style: none;
    background: #fff;
    position: absolute;
    z-index: 50;
    padding: 0;
    /*width: 200px;*/
    left:0;
    /*margin-left: -100px;*/
    box-shadow:#000 2px 2px 6px;
}
.second_menu li.mi {
    cursor: pointer;
    display: block;
    margin: 0;
    height: auto;
    padding: 8px 5px;
    color: #2e779d;
    font-size: 14px;
    border-bottom: #ccc dotted 1px;
}
/*.second_menu li.mi:hover {*/
/*background: #f6f6f6;*/
/*}*/
.second_menu .pointer {
    position: absolute;
    left:50%;
    top: -9px;
    margin: 0;
    margin-left: -9px;
    height: auto;
}
.second_menu li.mi .size {
    display: block;
    font-size: 12px;
    color: #999;
    margin: 0;
    margin-top: 2px;
    padding: 0;
}
.read_right_menu {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
}
.read_right_menu li.mi input {
    width: 35px;
    margin: 11px 5px 11px 11px;
    font-size: 13px;
    padding: 0 3px;
    color: #747474}
.read_right_menu li.mi span.txt {
    cursor: inherit;
}
.image-container {
    width:97%;
    height:800px;
    margin:0 auto 20px auto;
    position:relative;
}
.input_page {
    text-align:center;
}
.download-file{
    display:block;
    font-size: 12px;
    color: #0066cc;
    text-decoration: none;
    text-shadow: #fff 1px 1px 1px;
}
.page-img{
    margin:0;
    /*width:100%;*/
    /*max-width:560px;*/
}
.speciallyFoFirefox{
    position:relative;
}
.textarea-iframe {
    height: 48px;
}
.second_menu li {
    padding: 5px;
}
.non-active {
    opacity: 0.5;
}
.active {
    opacity: 1;
}
.substrate{
    position:absolute;
    top:0;
    left:0;
    background:inherit;
    width:100%;
    height:100%;
}