*{margin:0;padding:0}html{overflow-x:auto}
body{position:absolute;width:100%;min-height:100%; -webkit-user-select:none;-webkit-user-drag:none;-webkit-text-size-adjust:none; }
body, input, textarea, select {color: #333; font-family: "microsoft yahei", Arial, Helvetica, sans-serif; }
button{border:0;background:transparent;font-family:'microsoft yahei','Helvetica Neue',Helvetica,Arial,sans-serif;}
input,button,.control{-webkit-tap-highlight-color:rgba(255,255,255,0)}
input { border: 0; margin: 0; padding: 0px;height: 20px; line-height: 20px; border-radius: 3px; outline: none;}
input[type="checkbox"], input[type="radio"] { margin-right: 5px; height: 14px; line-height: 30px; }
li{list-style:none}
em,i { font-style:normal; font-weight:normal;}
.clear{ clear:both;}
a { color: #333; text-decoration: none; }
a:hover { text-decoration: none; }
a img { border: 0; }
input[type="submit"],input[type="reset"],input[type="button"],button {-webkit-appearance: none;}
input{
    -webkit-appearance: none;
}
html{
    font-size: 100%;
}
body {
    background: #ffffff ;
    text-align: center;
}

.header{
    width: 100%;
    height: 80px;
    line-height: 80px;
    background: #FFF;
    color: #000;
    font-size: 30px;
    font-weight: 600;
    padding-left: 72px;
    box-sizing: border-box;
    vertical-align: middle;
}
.header-name{
    display: inline-block;
    font-weight: 500;
    font-size: 25px;
    vertical-align: middle;
    margin-right: 80px;
}
.header-pic{
    vertical-align: middle;
    height: 70px;
}
.line-box{
    width: 100%;
    height: 3px;
    background: #3b3b3b;
}

.book-box{
    width: 1000px;
    margin: 40px auto 0;
}

.book-box-header{
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: #e2e2e2;
    color: #333;
    border: 1px solid #eee;
    border-bottom: none;
    text-align: left;
    text-indent: 30px;
}

.book-box-content{
    width: 100%;
    color: #333;
    padding-top: 40px;
    overflow: hidden;
}

.module-left{
    float: left;
    width: 210px;
}

.module-right{
    float: right;
    width: 73%;
    
}

.book-name{
    font-size: 30px;
    color: #333;
    margin-bottom: 10px;
}

.book-message{
    margin-bottom: 10px;
    font-size: 12px;
    color: #aeaeae;
}

.book-num{
    width: 100%;
    height:30px;
    line-height: 30px;
    background: #f5f5f5;
    border-radius: 5px;
    text-align: left;
    margin-bottom: 40px;
    font-size: 12px;
    color: #aeaeae;
    text-indent: 15px;
}

.book-introduce{
    font-size: 12px;
    color: #666;
    text-indent: 24px;
    line-height: 26px;  
    text-align: left;  
}

.footer {
    width: 100%;
    text-align: center;
    height: 100px;
    line-height: 30px;
    font-size: 14px;
    background-color: #373737;
    color: #d7d7d7;
    padding-top: 20px;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
}




















