
html, body, .wrap { 
    height:100%; 
}
.wrap {
    height:auto; 
    min-height:100%; 
    _height:100%; 
    /*background:#f2f5f7; */
    color:#000; 
}
.main { 
    padding-bottom:150px;
    padding-top:152px;
}

/*评分start*/
.score{
    display:none;
    width:300px;
    border:1px solid #ccc;
    border-radius: 5px;
    padding:10px;
    position: absolute;
    left: -64px;
    top: 35px;
    z-index: 10;
    background-color: #f1f1f1;
    -webkit-box-shadow: 2px 5px 5px #999;
    -moz-box-shadow: 2px 5px 5px #999;
    -ms-box-shadow: 2px 5px 5px #999;
    -o-box-shadow: 2px 5px 5px #999;
    box-shadow: 2px 5px 5px #999;
}
.evaluate{
    display:block;
    width:100%;
    height: 100px;
    border:1px solid #ccc;
    border-radius: 2px;
    resize: none;
    padding:3px;
    line-height: 1.5;
    color:#333;
}
.score-star{
    float: left;
    margin: 16px 0 10px;
}
.evaluate-release{
    float:right;
    display:block;
    margin-top: 14px;
    font-size: 14px;
    padding: 8px 16px;
    border-radius: 3px;
    background-color: #3fb0ff;
    color:#fff;
}
/*评分end*/
/*详情start*/
.detail{
    display:none;
    width:350px;
    border:1px solid #4078c0;
    border-radius: 5px;
    padding:10px;
    position: absolute;
    left:-64px;
    top: 36px;
    z-index: 10;
    color: #666;
    background-color: #e3eef6;
}
.detail-content{
    line-height: 1.2;
}
/*详情end*/

.demo-caret{
  position: absolute;
  top: -14px;
  left:70px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-top: 0;
  border-right:10px solid transparent;
  border-bottom:14px solid #ccc;
  z-index: 2;
}
.demo-caret.score-caret{
    border-bottom:14px solid #ccc;
}
.demo-caret.detail-caret{
    border-bottom:14px solid #4078c0;
}
.demo-caret:before{
    content:"";
    position: absolute;
    top: 1px;
    left:-10px;
    z-index: -1;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-top: 0;
    border-right:10px solid transparent;
    border-bottom:14px solid #f1f1f1;
}
.demo-caret.detail-caret:before{
    border-bottom:14px solid #e3eef6;
}

/*头部start*/
.header{
    position: fixed;
    left:0;
    top:0;
    width:100%;
    border-bottom: 1px solid #eee;
    -webkit-box-shadow: 0 2px 5px #aaa;
    -moz-box-shadow: 0 2px 5px #aaa;
    -ms-box-shadow: 0 2px 5px #aaa;
    -o-box-shadow: 0 2px 5px #aaa;
    box-shadow: 0 2px 5px #aaa;
    z-index: 100;
    background-color: #fff;
}
.logo-container{
    background-color: #fff;
    border-bottom: 1px solid #ccc;
}
.logo-header{
    height: 98px;
    width: 1024px;
    margin: 0 auto;
    line-height: 98px;
    /*color:#fff;*/
    position:relative;
}
.login-info{
    font-size: 12px;
    position:absolute;
    line-height: 30px;
    right:5px;
    top:10px;
}
.login-info a:hover{
    color:#3fb0ff;
}
.system-tip{
    margin-right: 26px;
}
.main-logo{
    height:98px;
    float: left;
    line-height: 88px;
    padding-right: 30px;
    margin-right: 30px;
    background: url(../images/line2.png) no-repeat center right;
}
.main-logo img{
    vertical-align: top;
    margin-top:24px;
}
.main-title{
    font-size: 22px;
    font-weight: lighter;
}
.user-info{
    float:right;
}
.user-info .exit{
    color:#ddd;
    margin-left: 30px;
}
.user-info .exit:hover{
    color:#fff;
}
.user-info .user-name{
    color:#ddd;
}
.user-info .exit i{
    font-size: 20px;
    color:#fff;
}
.header .nav-container{
    background-color: #fff;
    width:100%;
    overflow:hidden;
}
.header .nav{
    width:1024px;
    margin: 0 auto;
    height:52px;
}
.nav-list{
    float:left;
    margin-bottom: 0;
    font-size: 0;
}
.nav-list li{
    /*float: left;*/
    display: inline-block;
    /*margin-right: 40px;*/
}
.nav-list li a{
    display:block;
    padding: 0 30px;
    height: 52px;
    line-height: 52px;
    font-size: 16px;
    color:#000;
    border-left:1px dashed #ccc;
    /*-webkit-transition: border-color .2s linear;
    -moz-transition: border-color .2s linear;
    -ms-transition: border-color .2s linear;
    -o-transition: border-color .2s linear;
    -ms-transition: border-color .2s linear;
    transition: border-color .2s linear;*/
}
.nav-list li:last-child a{
    border-right:1px dashed #ccc;
}
.nav-list li a.active,
.nav-list li a:hover{
    /*border-bottom:3px solid #e80000;*/
    background-color: #f6f6f6;
}
.nav .search{
    float:right;
    padding-top:9px;
    vertical-align: top;
    /*padding:12px 0;*/
}
.search-option{
    display:inline-block;
    background-color: #f1f1f1;
    position:relative;
    width:102px;
    overflow:hidden;
    border-radius: 3px;
    border: 1px solid #ccc;
    vertical-align: middle;
    height:36px;
}
.down-arrow{
    position:absolute;
    right:10px;
    top:10px;
    z-index: 0;
}
.search #searchCate{
    position:relative;
    z-index: 1;
    background-color: transparent;
    text-indent: 10px;
    padding:6.5px 0;
    text-indent:10px;
    border:none;
    width:130px;
    font-size: 16px;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.search select::-ms-expand{
    display:none;
}
.nav .search input{
    width: 220px;
    padding:8px 10px;
    height:36px;
    padding:6.5px 10px;
    font-size: 16px;
    border-radius: 3px;
    border:1px solid #ccc;
    vertical-align: top;
}
.nav .search .search-btn{
    padding:7px 12px;
    display:inline-block;
    height:36px;
    /*line-height: 36px;
    padding:0 12px;*/
    border-radius: 3px;
    background-color: #23d0f5;
    color:#fff;
    font-size: 16px;
    margin-left: 2px;
    vertical-align: top;
}
.nav .search .search-btn:hover{
    background-color: #22c0e5;
}
.nav .search .search-btn i{
    font-size: 22px;
}
/*头部end*/

/*news部分start*/

div.slideBox {
    position: relative;
    width: 660px;
    height: 250px;
    overflow: hidden;
}

div.slideBox ul.items {
    position: absolute;
    float: left;
    background: none;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

div.slideBox ul.items li {
    float: left;
    background: none;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

div.slideBox ul.items li a {
    float: left;
    line-height: normal !important;
    padding: 0px !important;
    border: none;
}

div.slideBox ul.items li a img {
    margin: 0px !important;
    padding: 0px !important;
    display: block;
    border: none;
}

div.slideBox div.tips {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 50px;
    overflow: hidden;
}

div.slideBox div.tips div.title {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    background-color: #000\9;
}

div.slideBox div.tips div.title a {
    color: #fff;
    font-size: 18px;
    line-height: 50px;
    margin: 0 20px;
    text-decoration: none;
}

div.slideBox div.tips div.title a:hover {
    text-decoration: underline !important;
}

div.slideBox div.tips div.nums {
    position: absolute;
    left: 16px;
    top: 0;
    height: 100%;
}

div.slideBox div.tips div.nums a {
    display: inline-block;
    float: left;
    width: 16px;
    height: 16px;
    background-color: rgba(200,200,200,.5);
    background-color: rgb(200,200,200)\9;
    text-indent: -99999px;
    margin: 20px 6px 0px 0px;
}

div.slideBox div.tips div.nums a.active {
    background-color: rgba(0,0,0,.5);
    background-color: rgb(0,0,0)\9;
    border: 2px solid #fff;
}

.news-container{
    height:250px;
    background-color: #c8e3fc;
}
.news{
    width:1024px;
    margin: 0 auto; 
}
.news-shuffling,.news-info{
    display:inline-block;
}
.news-shuffling{
    width:660px;
}
.news-info{
    width:340px;
    height:230px;
    margin:10px 2px 10px 14px;
    vertical-align: top;
    background-color: #fff;
    padding:10px;
}
.news-tab{
    border-bottom:1px solid #ccc;
}
.news-tab ul{
    margin-bottom:0;
    height:28px;
}
.news-tab li{
    line-height: 28px;
    display:inline-block;
    padding:0 16px;
    font-weight: bold;
    color:#000;
    position:relative;
    cursor:pointer;
    -webkit-transition: color .2s linear;
    -moz-transition: color .2s linear;
    -ms-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear;
}
.news-tab li.active{
    color:#d00606;
    border-bottom:2px solid #d00606;
}
.news-tab li.active:after{
    position:absolute;
    left:50%;
    bottom:-6px;
    margin-left:-6px;
    content:"";
    width:0;
    height:0;
    border-top:6px solid #d00606;
    border-left:6px solid transparent;
    border-right:6px solid transparent;
    border-bottom:0;
}
.news-tab-content{
    padding:14px 8px;
    font-size: 0;
    display:none;
}
.news-tab-content.active{
    display:block;
}
.news-tab-content li{
    margin-bottom: 8px;
}
.news-text{
    display:inline-block;
    width:65%;
    margin-right: 5%;
    font-size: 16px;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space: nowrap;
}
.news-text:hover .news-desc{
    color:#d01e1e;
}
.news-tab-content .view{
    display:inline-block;
    width:30%;
    font-size: 16px;
}
.news-tab-content .ranking{
    border:1px solid #ccc;
    background-color: #fafafa;
    color:#666;
    font-size:12px;
    display:inline-block;
    padding:2px 3px;
}
.news-tab-content .news-top .ranking{
    border:1px solid transparent;
    background:#e75454;
    background: -webkit-linear-gradient(top, #e75454, #d01e1e);
    background: -moz-linear-gradient(top, #e75454, #d01e1e);
    background: -o-linear-gradient(top, #e75454, #d01e1e);
    background: linear-gradient(top, #e75454, #d01e1e);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#e75454,endcolorstr=#d01e1e,gradientType=0); 
    color:#fff;
}
.news-tab-content .view{
    color:#bdbdbd;
}
.news-tab-content .view-num{
    vertical-align: top;
}
.news-tab-content .news-top .view-num{
    color:#ff5555;
}
.view .icon-liulan{
    font-size: 18px;
}
/*news部分end*/
/*热门资源start*/
.hot-container{
    background-color: #efefef;
}
.hot-source{
    width:1024px;
    margin:0 auto;
    padding:16px 0;
}
.hot-title{
    background:url(../images/hot.png) no-repeat 0 center;
    height:48px;
    line-height: 48px;
    padding-left:36px;
    border-bottom:4px solid #ffb5b5;
    font-size: 18px;
    font-weight: bold;
    color:#ff5656;
}
.list-container{
    width:1050px;
    font-size: 0;
}
.list-container .list-item{
    margin-top:18px;
    width:184px;
    display:inline-block;
    margin-right:26px;
}
.book-logo{
    padding:8px;
    background-color: #fff;
    border:1px solid #ddd;
}
.book-logo .book-name{
    margin-bottom: 0;
    margin-top:5px;
    font-size: 12px;
}
.logo-img{
    position:relative;
}
.book-logo img{
    width:100%;
    height:106px;
}
.book-logo .book-desc{
    display:none;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    padding:5px;
    font-size: 12px;
    line-height: 16px;
    color:#fff;
}
.book-desc .desc-text{
    position:relative;
    z-index: 2;
}
.book-desc .desc-mask{
    display:block;
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background-color: #000;
    opacity:0.7;
    filter:alpha(opacity=70);
    z-index: 0;
}
.user-operation{
    padding:10px 0;
    font-size: 0;
}
.browser-collect,.comments{
    display:inline-block;
}
.browser-collect{
    width:75%;
}
.comments{
    width:25%;
    text-align: right;
    vertical-align: top;
}
.user-browser,
.user-collect{
    display:inline-block;
    margin-right:14px;
}
.user-operation .user-browser,
.user-operation .user-collect{
    color:#737177;
    cursor:pointer;
    vertical-align: top;
}
.browse-num,.collect-text{
    font-size: 12px;
    color:#999;
    margin-left:4px;
    vertical-align: top;
}
.user-browser .icon-liulan{
    font-size: 16px;
}
.user-collect .iconfont{
    font-size: 14px;
}
.user-comment{
    color:#fff;
    background-color: #8fb5d9;
    font-size: 12px;
    padding:2px 6px;
    border-radius: 2px;
    cursor:pointer;
    position:relative;
}
.user-comment:hover{
    background-color: #6297c9;
}
.function-demo{
    text-align: left;
}
/*热门资源end*/

/*主体内容start*/
.main-container{
    width: 1024px;
    margin: 0 auto;
    padding-top:10px;
}
.main-container .book-list{
    padding-bottom: 10px;
    border-bottom:1px dashed #ccc;
}
.ebook-title{
    font-weight: bold;
    padding-top:10px;
}
.ebook-text{
    float:left;
    margin-right: 5px;
}
.ebook-title .full-line{
    overflow:hidden;
    display:block;
    margin-top:8px;
    height:4px;
    background-color: #eeeeee;
}
.source-list{
    margin: 12px 0;
    position: relative;
    font-size: 16px;

}
.source-label{
    float:left;
    margin-right:10px;
    padding:10px 0;
}
.source-content{
    /*overflow:hidden;*/
    width:900px;
    /*float:left;*/
}
.source-content li{
    /*float:left;*/
    display:inline-block;
    margin-bottom: 8px;
    margin-right: 5px;
}
.source-content li.hided{
    display:none;
}
.source-content li a{
    display:block;
    padding:10px 8px;
    border-radius: 5px;
    border:1px solid #ccc;
    color:#000;
}
.source-content li.show-more{
    margin-left:10px;
}
.source-content li.show-more span{
    display:block;
    padding:10px 8px;
    border-bottom: 1px solid #ccc;
    padding-bottom:3px;
    cursor: pointer;
}
.show-more span:hover{
    color:#3fb0ff;
}
.source-content li a:hover{
    background-color: #ddd;
}
.source-content li a.active{
    background-color: #3fb0ff;
    color: #fff;
    border:1px solid #3fb0ff;
}
// .show-more{
//     padding:10px 0 3px;
//     display:inline-block;
//     /*width:70px;*/
//     cursor: pointer;
//     font-size: 17px;
//     border-bottom: 1px solid #ccc;
//     overflow: hidden;
// }
// .show-more:hover{
//     color:#3fb0ff;
// }
.show-method{
    position: absolute;
    right : 0;
    top:10px;
}
.show-method a{
    cursor: pointer;
    padding:6px 10px;
    margin-left:2px ;
    background-color: #aeb8c1
}
.show-method a i{
    color:#888;
    font-size: 18px;
}
.show-method a.active i{
    color:#fff;
}
.book-container{
    margin-top: 16px;
}
.list-pages{
    padding:20px;
    text-align: center;
}
.list-pages a{
    display:inline-block;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    height: 20px;
    width: 20px;
    border-radius: 10px;
    cursor: pointer;
}

.list-pages a.active,
.list-pages a:hover{
    background-color: #82b6d7;
    color: #fff;
}
.list-pages .prev-page,
.list-pages .next-page{
    background-color: #82b6d7;
    width:auto;
    height:auto;
    padding:4px 6px;
    font-size: 18px;
    color:#fff;
    border-radius: 3px;
    margin:0 5px;
}
/*主体内容end*/

/*底部start*/
.footer { 
    position:relative; 
    height:180px; 
    margin-top:-150px; 
    background:#464646; 
    text-align: center;
    padding:20px 0 40px;
}
.footer-content{
    width:660px;
    margin:0 auto;
}
.company-info div{
    font-size: 14px;
    line-height: 1.5;
    color:#bababa;
}
.company-info img{
    padding:5px;
}
.company-info .erweim{
    margin-bottom:20px;
}


/*底部end*/