
/* 第一个块 */
.index-main-item1{
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 292px;
    border-radius: 6px;
    background: #fff;
}
/* 轮播样式 */
.index-item1-main{
    position: relative;
    padding: 20px;
}
.index-item1-brodactbox{
    z-index: 1;
    width: 750px!important;
    height: 252px!important;
    position: relative;
    overflow: hidden;
    float: right;
}
.index-brodactbox-main{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 252px;
    
}
.index-brodact-item{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
    width: 748px;
    display: none;
}
.index-brodact-showitem{
    display: block !important;
}
.index-brodact-item a{
    z-index:1;
    display: block;
    width: 750px;
    height: 252px;
}
.index-brodact-item img{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index:1;
    display: block;
    width: 750px;
    height: 252px;
    border: none;
}
.index-brodact-navbox{
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    width: 749px;
    height: 40px;
    background: #555;
    background: rgba(0,0,0,.4);
}
.index-brodact-navitem{
    position: relative;
    z-index: 3;
    float: left;
    overflow: hidden;
    width: 149px;
    height: 40px;
    cursor: pointer;
    transition: background .3s;
    text-align: center;
    color: #fff;
    line-height: 40px;
    border-left: 1px solid rgba(255,255,255,.4);
}
.index-brodact-navcoloritem {
    background: #00c0cc !important;
}
.index-brodact-navitem:first-child{
    border: none;
}
.index-brodact-navitem:hover{
    color:white !important;
}
.index-item1-notice{
    overflow: hidden;
    width: 206px;
    height: 252px;
    float: left;
}
.index-item1-notice h3{
    position: relative;
    z-index: 1;
    padding-bottom: 8px;
    border-bottom: 1px solid #1a1a1a;
}
.index-notice-list li{
    overflow: hidden;
    line-height: 37px;
    border-top: 1px solid #e6e6e6;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;

}
.index-notice-first{
    border-top: none;
}
.index-notice-first a{
    font-weight: 700;
    color: #ff3955 !important;
}
.index-notice-list span{
    margin-right: 3px;
}
.index-notice-list a{
    color:black;
    overflow: hidden;
   
    width: 180px;
}
.index-notice-list a:hover{
    color:#00c0cc;
}
/* 第二个块 */
.index-main-item2{
    width: 1020px;
    height: 160px;
    margin-bottom: 20px;
}
.index-item2-box{
    padding: 20px;
    background: #fff;
}
.index-item2-picbox{
    float: left;
    width: 314px;
    height: 120px;
    margin-left: 19px;
    transition: box-shadow .5s;
}
.index-item2-picbox:first-child{
    margin-left: 0;
}
.index-item2-picbox a{
    display: block;
    width: 100%;
    height: 100%;
}
.index-item2-picbox img{
    display: block;
    width: 100%;
    height: 100%;
}
.index-item2-picbox a:hover{
    box-shadow: 4px 4px 6px rgba(0,0,0,.4);
}
/* 熱門推荐 */
.index-main-item3{
    overflow: hidden;
    border-radius: 6px;
    margin-bottom: 20px;
}
.index-item3-mainbox{
    padding: 20px;
    background: #fff;
}
.index-item3-leftbox{
    width: 730px;
    padding-bottom: 12px;
    float: right;
}
.index-item3-leftbox h3{
    font: 700 20px/1 PingFangSC-Regular,HelveticaNeue-Light,'Helvetica Neue Light','Microsoft YaHei',sans-serif;
    padding-bottom: 12px;
    border-bottom: 1px solid #1a1a1a;
    position: relative;
    z-index: 1;
}
.index-item3-booklist{
    border-top: 1px solid #d8d8d8;
}
.index-item3-booklist:first-child{
    border-top:none; 
}
.index-item3-itemlist{
    float: left;
    width: 230px;
    margin-left: 20px;
    padding: 23px 0;
}
.index-item3-itemlist:first-child{
    margin-left: 0;
}
.index-item3-bookimg{
    width: 72px;
    height: 96px;
    margin-right: 12px;
    border: 1px solid #e6e6e6;
    float: left;
    overflow: hidden;
}
.index-item3-bookimg a{
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    box-shadow: 0 1px 6px rgba(0,0,0,.3), 0 0 5px #f9f2e9 inset;
}
.index-item3-bookimg img{
    width: 100%;
    height: 100%;
    color: #fcfcfa;
    transition: all 1s;
}
.index-item3-bookimg img:hover{
    transform: scale(1.3);
}
.index-item3-bookinfo{
    width: 144px;
    float: left;
}
.index-item3-bookinfo h4{
    font: 16px/21px PingFangSC-Regular,HelveticaNeue-Light,'Helvetica Neue Light','Microsoft YaHei',sans-serif;
    overflow: hidden;
    height: 21px;
    margin-top: -3px;
    margin-bottom: 8px;
}
.index-item3-bookinfo>h4>a{
    color: #1a1a1a;
}
.index-item3-bookinfo>h4>a:hover{
    color:#7b694c;
}
.index-item3-bookinfo p{
    font: 12px/20px PingFangSC-Regular,'-apple-system',Simsun;
    overflow: hidden;
    height: 40px;
    margin-bottom: 10px;
    color: #666;
    word-wrap: break-word;
    word-break: break-all;
}
.index-item3-aotherinfo{
    font-family: PingFangSC-Regular,'-apple-system',Simsun;
    font-size: 12px;
    line-height: 18px;
}
.index-item3-aotherinfo i{
    float: right;
    overflow: hidden;
    max-width: 52px;
    height: 18px;
    padding: 0 3px;
    text-align: center;
    color: #a6a6a6;
    border: 1px solid #e7e7e7;
    border-radius: 1px;
    font-style: normal;
}
.index-item3-aothname{
    display: block;
    overflow: hidden;
    height: 18px;
    margin-top: 1px;
    padding-right: 10px;
    white-space: nowrap;
    color: #a6a6a6;
    cursor: text;
}
.index-item3-aothname img{
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: -2px 0 0 0;
    vertical-align: middle;
    border:none;
}
/* 左边排行榜 */
.index-item3-rightbox{
    position: relative;
    z-index: 1;
    width: 230px;
    float: left;
}
.index-item3-bookrank{
    width: 100%;
    float:right;
}
.index-item3-bookrank h3{
    font: 700 20px/1 PingFangSC-Regular,HelveticaNeue-Light,'Helvetica Neue Light','Microsoft YaHei',sans-serif;
    padding-bottom: 12px;
    border-bottom: 1px solid #1a1a1a;
}
.index-item3-ranklist li{
    height: 31px;
    border-top: 1px solid #e6e6e6;
}
.index-item3-ranklist li:first-child{
    border-top:none;
}
.index-item3-listtype{
    overflow: hidden;
    max-width: 82px;
    height: 32px;
    margin-left: -7px;
    color: #00bece;
    font: 14px/32px PingFangSC-Regular,'-apple-system',Simsun;
    float: left;
}
.index-item3-listtype em{
    font-family: PingFangSC-Regular,HelveticaNeue-Light,'Helvetica Neue Light','Microsoft YaHei',sans-serif;
    font-size: 13px;
    font-style: normal;
}
.index-item3-listbname{
    overflow: hidden;
    max-width: 154px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #1a1a1a;
    font: 14px/32px PingFangSC-Regular,'-apple-system',Simsun;
    float: left;
}
/* 广告 */
.index-advertisement-box{
    overflow: hidden;
    
    margin-bottom: 20px;
}
.index-advertisement-box a{
    display: block;
    width: 100%;
   
}
.index-advertisement-box img{
    width: 100%;
    border-radius: 6px;
    max-height: 150px;
}
/* 新書推荐 */
.index-main-item4{
    overflow: hidden;
    border-radius: 6px;
    margin-bottom:20px;
}
.index-item4-mainbox{
    padding: 20px;
    background: #fff;
}
.index-item4-rightbox{
    width: 230px;
    float: left;
    height: 100%;
}
.index-item4-rightbox h3{
    border-bottom: 1px solid #1a1a1a;
    position: relative;
    z-index: 1;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    overflow: hidden;
    height: 26px;
    color: #1a1a1a;
    padding-bottom: 12px; 
}
.index-item4-booklist1{
    overflow: hidden;
}
.index-item4-booklist1 li{
    position: relative;
    padding: 20px 0;
}
.index-item4-booklist1 li div{
    width: 110px;
    text-align: center;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%)
}
.index-item4-bookpic{
    display: block;
    width: 100%;
}
.index-item4-bookpic img{
    width: 107px;
    height: 138px;
    -webkit-box-shadow: 3px 3px 3px #7D879F;
    -moz-box-shadow: 3px 3px 3px #7D879F;
    box-shadow: 3px 3px 3px #7D879F;
}
.index-item4-bookname{
    display: block;
    width: 100%;
    margin: 5px 0;
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
    color:#1a1a1a;
}
.index-item4-bookauth{
    font-size: 14px;
    display: block;
    width: 100%;
    color: #7D879F;
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
}
.index-item4-bookauth img{
    width: 14px;
    height: 14px;
    margin-right: 2px;
    vertical-align: middle;
}
.index-item4-bottombox{
    border-top: 1px solid #e7e7e7;
}
.index-item4-booklist2{
    list-style: none;
}
.index-item4-booklist2 li{
    margin: 15px 16.1px;
    width: 210.7px;
    float: left;
}
.index-item4-bookif2{
    display: block;
    width: 100%;
    height: 19px;
    overflow: hidden;
    font-size: 14px;
    position: relative;

}
.index-item4-booktype2 {
    float: left;
    position: relative;
    margin-right: 5px;
    display: inline-block;
    color: #00bece;
}
.index-item4-bookname2{
    overflow: hidden;
    width: 60%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #555;
}
.index-item4-leftbox{
    position: relative;
    z-index: 1;
    width: 730px;
    float: right;
}
.index-item4-ranklist{
    position: relative;
    z-index: 1;
    float: left;
    width: 230px;
}
.index-item4-ranklistitle{
    border-bottom: 1px solid #1a1a1a;
    position: relative;
    z-index: 1;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    overflow: hidden;
    height: 26px;
    color: #1a1a1a;
    padding-bottom: 12px;
}
.index-item4-listmain{
    list-style: none outside none;
}
.index-item4-listone{
    zoom: 1;
    height: 114px !important;
    margin-bottom: -1px;
    border-bottom: 1px solid #e6e6e6;
}
.index-item4-listone:before,.index-item4-listone::after{
    display: table;
    content: '';
}
.index-item4-listone>.suofang{
    padding: 14px 0 0;
}
.index-item4-listonebookin{
    width: 132px;
    float: left;
}
.index-item4-listonebookin h3{
    font: 700 14px/18px Arial;
    width: 36px;
    height: 18px;
    margin: 0 0 6px;
    text-align: center;
    color: #fff;
    background: #ff5c58;
}
.index-item4-listonebookin h4{
    font: 16px/24px PingFangSC-Regular,HelveticaNeue-Light,'Helvetica Neue Light','Microsoft YaHei',sans-serif;
    overflow: hidden;
    max-height: 48px;
    margin-bottom: 4px;
    color: #1a1a1a;
}
.index-item4-listobookname{
    color: #1a1a1a;
}
.index-item4-listobookau{
    font-family: PingFangSC-Regular,'-apple-system',Simsun;
    font-size: 12px;
    overflow: hidden;
    height: 14px;
    word-wrap: break-word;
    word-break: break-all;
}
.index-item4-listobookau i{
    color: #a6a6a6;
    font-family: Arial;
    margin: 0 5px;
}
.index-item4-listobookau a{
    color: #a6a6a6;
}
.index-item4-listobookpic{
    position: relative;
    z-index: 4;
    float: right;
    width: 52px;
    height: 91px;
    margin-right: 20px;
    text-align: center;
    -webkit-transform: perspective(60px) rotateY(-10deg);
    -moz-transform: perspective(60px) rotateY(-10deg);
    transform: perspective(60px) rotateY(-10deg);
}
.index-item4-listobookpic a{
    position: relative;
    z-index: 10;
    display: inline-block;
    transform: translateZ(50px);
}
.index-item4-listobookpic img{
    width: 52px;
    height: 87px;
    outline: 1px solid transparent;
}
.index-item4-listmian li{
    clear: both;
    height: 31px;
}
.index-item4-ranklistnum{
    float: left;
    width: 28px;
    height: 32px;
}
.index-item4-ranklistnum1{
    color: #fff !important;
    background: #84e7d6 !important;
}
.index-item4-ranklistnum2{
    color: #fff !important;
    background: #81de87 !important;
}
.index-item4-ranklistnum span{
    font: 700 14px/16px Arial;
    display: block;
    overflow: hidden;
    width: 16px;
    height: 16px;
    margin-top: 8px;
    text-align: center;
    letter-spacing: -1px;
    color: #666;
    background: #ededed;
}
.index-item4-ranklistname{
    position: relative;
    float: left;
    height: 30px;
    border-top: 1px solid #e6e6e6;
}
.item4-ranklist-boname{
    overflow: hidden;
    height: 31px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #1a1a1a;
    font: 14px/31px PingFangSC-Regular,'-apple-system',Simsun;
    float: left;
    width: 130px;
}
.item4-ranklist-ahname{
    font: 12px/32px PingFangSC-Regular,'-apple-system',Simsun;
    float: right;
    overflow: hidden;
    width: 72px;
    height: 32px;
    text-align: right;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #b3b3b3;
}
/* 分類書籍 */
.index-main-item5{
    overflow: hidden;
    border-radius: 6px;
    padding-bottom:20px; 
}
.index-item5-main{
    padding: 20px;
    background: #fff;
}
.index-item5-toptitle{
    height: 0;
    margin-bottom: 14px;
}
.index-item5-list1{
    margin-bottom: 30px ;
}
.index-item5-list1:last-child{
    margin-bottom: 0px !important;
}
.index-item5-list1 li{
    float: left;
    width: 230px;
    margin-left: 20px;
}
.index-item5-list1 li:first-child{
    margin-left: 0;
}
.index-item5-list1top{
    height: auto !important;
    margin-bottom: 10px;
}
.index-item5-list1 dd{
    height: 32px;
}
.index-item5-list1top h6{
    font: 18px/1 PingFangSC-Regular,HelveticaNeue-Light,'Helvetica Neue Light','Microsoft YaHei',sans-serif;
    position: relative;
    z-index: 1;
    padding-bottom: 8px;
   
    font-style: normal;
}
.index-item5-listbook{
    overflow: hidden;
    padding-bottom: 5px;
    border-bottom: 1px solid #e6e6e6;
    padding: 14px 0 0;
}
.index-item5-bookinfo{
    width: 132px;
    float: left;
    max-height: 120px;
}
.index-item5-bookinfo h4{
    max-height: 24px;
    margin-bottom: 10px;
    font: 16px/24px PingFangSC-Regular,HelveticaNeue-Light,'Helvetica Neue Light','Microsoft YaHei',sans-serif;
    overflow: hidden;
    color: #1a1a1a;
}
.index-item5-bookinfo a{
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color:#1a1a1a;
}
.index-item5-bookinfo p{
    font: 12px/20px PingFangSC-Regular,'-apple-system',Simsun;
    overflow: hidden;
    height: 40px;
    color: #666;
    word-wrap: break-word;
    word-break: break-all;
}
.index-item5-bookpic{
    margin-top: 6px;
    position: relative;
    z-index: 4;
    float: right;
    width: 93px;
    height: 109px;
    overflow: hidden;
    text-align: center;
}
.index-item5-bookpic a{
    position: relative;
    z-index: 10;
    display: inline-block;
}
.index-item5-bookpic img{
    width: 90px;
    height: 109px;
    transition: all 1s;
}
.index-item5-bookpic img:hover{
    transform: scale(1.2);
   
}
.index-item5-authorin{
    margin: 10px 0 0 0;
    color: #7D879F;
}
.index-item5-authname{
    display: inline-block;
    color: #7D879F;
    font-size: 12px;
}
.index-item5-authname img{
    width: 14px;
    height: 14px;
    vertical-align: middle;
    
}
.index-item5-authname span{
    color: #7D879F;
    font-size: 12px;
}
.index-item5-listother i{
    font-style: normal
}
.index-item5-listother a{
    font: 14px/32px PingFangSC-Regular,'-apple-system',Simsun;
    display: inline-block;
    max-width: 320px;
    line-height: 32px;
    color: #262626;
}
.index-item5-listother a:hover,.index-item5-bookinfo a:hover{
    color:#00c0cc;
}

.index-item5-listother span{
    font-size: 12px;
    float: right;
    color: #555;
    line-height: 32px;
}
/* 排行榜 */
.index-main-item6{
    margin-bottom: 20px;
    background: #fff;
}
.index-item6-main{
    overflow: hidden;
}
.index-item6-main li{
    width: 255px;
}
.index-item6-title{
    display: block;
    height: 60px;
    line-height: 60px;
    color: #1B2641;
    font-size: 20px;
    padding-left: 13px;
    font-weight: 600;
}
.index-item6-booklistbox{
    overflow: hidden;
    border-right: 1px solid #fff;
    margin-top: 5px;
    padding: 0 13px;
    min-height: 522px;
    
}
.item6-list-topbox{
    padding: 0 0 30px;
    display: block;
    cursor: pointer;
}
.item6-list-topic{
    display: inline-block;
    float: right;
}
.item6-list-topic img{
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
    width: 85px;
    height: 109px;
    -webkit-box-shadow: 3px 3px 3px #7D879F;
    -moz-box-shadow: 3px 3px 3px #7D879F;
    box-shadow: 3px 3px 3px #7D879F;
}
.item6-list-bookinfobox{
    
    min-height: 112px;
    overflow: hidden;
    float: left;
}
.item6-list-bookinfobox h3{
    font: 700 14px/18px Arial;
    width: 36px;
    height: 18px;
    margin: 0 0 6px;
    text-align: center;
    color: #fff;
    background: #ff5c58;
}
.item6-list-bookinfobox h4{
    font: 16px/24px PingFangSC-Regular,HelveticaNeue-Light,'Helvetica Neue Light','Microsoft YaHei',sans-serif;
    overflow: hidden;
    max-height: 48px;
    margin-bottom: 4px;
    color: #1a1a1a;
    max-width: 130px;
}
.item6-list-bookinfobox>h4>a{
    color: #262626;
}
.item6-list-authinfo{
    max-width: 130px;
    font-family: PingFangSC-Regular,'-apple-system',Simsun;
    font-size: 12px;
    height: 14px;
    margin-top: 10px;
    max-height: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.item6-book-type{
    color: #a6a6a6;
}
.item6-list-authinfo i{
    font-family: Arial;
    color: #a6a6a6;
}
.item6-book-authname{
    color: #a6a6a6;
    cursor: text;
}
.item6-otherbook-booklist li{
    padding-bottom: 23px;
    
}
.otherbook-list-infobox{
    display: block;
    font-size: 14px;
}
.otherbook-list-num{
    font: 700 14px/16px Arial;
    display: inline-block;
    overflow: hidden;
    width: 19px;
    height: 19px;
    text-align: center;
    letter-spacing: -1px;
    color: #666;
    background: #ededed;
    margin-right: 5px;
    line-height: 19px;
}
.otherbook-list-bookname{
    display: inline-block;
    width: 50%;
    vertical-align: top;
    color: #1B2641;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.otherbook-two-type{
    color: #fff;
    background: #75bcf0;
}
.otherbook-three-type{
    color: #fff;
    background: #ead944;
}
.otherbook-list-authname{
    display: inline-block;
    width: 25%;
    text-align: center;
    color: #b4b4b4;
    vertical-align: top;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.index-item6-jzgd,.index-item7-jzgd{
    display: block;
    width: 100%;
    color:#aaa;
    font-size: 14px;
    text-align: center;
    line-height: 28px;
    padding-bottom: 10px;
}
/* 最新更新 */
.index-main-item7{
    overflow: hidden;
    margin-bottom: 20px;
}
.index-item7-main{
    padding: 20px;
    background: #fff;
}
.index-item7-leftbox{
    position: relative;
    z-index: 1;
    width:100%;
    float: left;
}
.index-item7-leftbox h3{
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    overflow: hidden;
    height: 26px;
    color: #1a1a1a;
    padding-bottom: 12px;
    border-bottom: 1px solid #1a1a1a;
}
.index-item7-table{
    table-layout: fixed;
    width: 100%;
}
.index-item7-tablehead{
    width: 100%;
    height: 45px;
    font-size: 14px;
    cursor: pointer;
    
}
.index-item7-tablehead th{
    text-align: left;
    padding: 0 0 0 20px;
}
.index-item7-table tr{
    width: 100%;
    height: 45px;
    text-align: left;
    font-size: 14px;
    cursor: pointer;
}
.index-item7-table td{
    text-align: left;
    padding: 0 0 0 20px;
}
.index-item7-tabletext{
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #555; 
}
.index-item7-tabletextcolor{
    color: #7D879F;
}
.index-item7-rightbox{
    float:right;
}
.index-item7-rightmain{
    position: relative;
    z-index: 1;
    float: left;
    width: 230px;
}
.index-item7-rightmain h3{
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    overflow: hidden;
    height: 26px;
    color: #1a1a1a;
    padding-bottom: 12px;
    border-bottom: 1px solid #1a1a1a;
}
.kf-infobox{
    padding: 30px 15px 0 15px;
}
.kf-infobox p{
    font-size: 14px;
    margin-bottom: 25px;
}
.kf-infobox2{
    padding: 10px 15px 0 15px;
    text-align: center;
}
.kf-infobox2 img{
    width: 120px;
    height: 120px;
    
}
