/*闃呰鍣ㄦ柊鍔犳牱寮�*/
html, body	{ width:100%; height:100%; background: #cdcaae; font-family: "microsoft yahei"; overflow: hidden;}

.flowpaper_viewer_container{
    position: relative;
    left: 355px;
    padding-top: 6px;
}
.flowpaper_txtZoomFactor{
    width: 45px !important;
}
.readCatalog{
    position: absolute;
    height: auto;
    width: 340px;
    overflow-y: scroll;
    top: 20px;
    left: 15px;
    /*background: rgb(119,119,119);*/
    background:#555;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:7px 10px 20px;
    display: none;
    border-radius: 3px;
}
.readCatalog .title{
    position: relative;
    color:#fff;
    font-size: 16px;
    line-height: 36px;
    margin-bottom: 8px;
    padding-left: 10px;
    border-bottom: 1px solid #fff;
}
.readCatalog .title img{
    cursor: pointer;
    position: absolute;
    top:9px;
    right: 0;
}
.readCatalog .catalogList li{
    color:#fff;
    position: relative;
}
.readCatalog .catalogList li span{
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    top: 2px;
    left: -4px;
    cursor: pointer;
}
.readCatalog .catalogList li i.arrowsRight{
    position: absolute;
    top: 0;
    left: 4px;
    width: 0px;
    height: 0px;
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    border-left: 8px solid rgb(170, 170, 170);
    font-size: 0px;
    line-height: 0px;
}
.readCatalog .catalogList li i.arrowsBottom{
    position: absolute;
    top: 4px;
    left: 0;
    width: 0px;
    height: 0px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid rgb(170, 170, 170);
    font-size: 0px;
    line-height: 0px;
}
.readCatalog .catalogList li i.arrowsRight:hover{
    border-left: 8px solid rgb(222, 222, 222);
}
.readCatalog .catalogList li i.arrowsBottom:hover{
    border-top: 8px solid rgb(222, 222, 222);
}
.readCatalog .catalogList li p{
    cursor: pointer;
    font-size: 14px;
    /*text-indent: 18px*/
    padding-left: 18px;
}
.readCatalog .catalogList li p:hover{
    text-decoration: underline;
}
.readCatalog .catalogList li.catalog1{
    margin-left: 10px;
    line-height: 26px;
}
.readCatalog .catalogList li.catalog2{
    margin-left: 20px;
    line-height: 24px;
}
.readCatalog .catalogList li.catalog3{
    margin-left: 16px;
    line-height: 22px;
}
.catalogList2,.catalogList3{
    display: none;
}
.handle{
    cursor: pointer;
    display: none;
    height: 113px;
    width: 28px;
    border: #c5d6f0 solid;
    border-width: 1px 1px 1px 0;
    border-radius: 0 5px 5px 0;
    background-color: #fff;
    position: absolute;
    left: 0px;
    top: 50%;
    margin: -57px 0 0 0;
    z-index: 9999;
}
.handle:before{
    transform: scaleX(-1);
    content: "";
    display: block; height: 13px; width: 13px; background: url(/page/img/icon-handle.png) no-repeat; position: absolute; top: 50px; left: 7px;
}