html,body{padding: 0; margin: 0;width: 100%;height: 100%;}
html{font-size: 100px;}
body{font-size: 0.14rem;font-family: Arial,"Microsoft YaHei";position: relative;}
div{box-sizing: border-box;}
a{text-decoration:none;border: none;-webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;outline: none;}
.ellipsis{overflow: hidden;white-space: nowrap;-ms-text-overflow: ellipsis;text-overflow: ellipsis;-o-text-overflow: ellipsis}
/*header*/
.two-top {width: 100%; background: #fff; height: 0.52rem;border-bottom: 1px solid #e1e1e1; position: relative;  }
.two-top .two-title {font-size: 0.24rem;width: 100%;text-align: center;height: 0.52rem;line-height: 0.52rem;padding:0 0.55rem;
    overflow: hidden;white-space: nowrap;-ms-text-overflow: ellipsis;text-overflow: ellipsis;-o-text-overflow: ellipsis}
.two-top .go-home {
    width: 0.42rem;height: 0.42rem;background: url(../images/home.icon.png) center center no-repeat;
    position: absolute;left: 0.1rem;top:0.06rem;cursor: pointer}
/*content*/
#icon-menu{width: 0.42rem;height: 0.42rem;background: url(../images/icon-menu.png) center center no-repeat;
    position: fixed;right: 0.1rem;top: 0.06rem;cursor: pointer}
.btn-box{width: 1.6rem;
    height: 1.4rem;
    margin: auto;
    padding: 0;
    float: left;
    position: fixed;
    right: 0rem;
    top: 0.52rem;}
.btn{
    height: 0.4rem;
    line-height: 0.4rem;
    text-align: center;
    border-bottom: 0.01rem dotted #ccc;
    background: #003778;
    color: #ffffff;
    cursor: pointer;
    display: block; }
.btn.focus{background: #5E96D8;}
.pdf-box{
    width:100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}
#pdf-content,#pdf-content{width:100%;
    height: 100%;
    background: #ffffff;}
#icon-download{width: 0.52rem;
    height: 0.62rem;
    background: url(../images/icon-download.png) center center no-repeat;
    position: fixed;right:0.1rem;
    bottom: 0.52rem;cursor: pointer;
    padding-top: 0.5rem;
    text-align: center;
    letter-spacing: 0.02rem;
    color: #003778;
    font-weight: bold;
    font-size: 0.01rem;}