*{
    font-family: PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica
    ,Arial,PingFangSC-Regular,"Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB"
    ,"Microsoft YaHei","微软雅黑",Arial,sans-serif,
    PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,
    "微软雅黑", "宋体", "Helvetica Neue", Arial, Helvetica, sans-serif;

}
body {
    /* font-family: PingFangSC-Regular,"Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif; */
    font-family: PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica
    ,Arial,PingFangSC-Regular,"Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB"
    ,"Microsoft YaHei","微软雅黑",Arial,sans-serif,
    PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial;
    background: #fff;
    padding: 0;
    margin: 0;

}
h3{line-height: 30px;font-size: 24px;color: #333333;font-weight: normal;margin-top: 0px;}
a{text-decoration: none;color: #333333;}
li{ list-style: none;}
img{transition: all 1s;cursor: pointer;}
p {margin: 0;}

/*头部导航栏*/
.homeheader{height:  64px; width:100%; background: #202020; color: white; margin: 0;padding: 0;}

.homeheader .centre{height: 100%;width: 1200px;margin: 0 auto;}

.homeheader .centre .left{height:100%;float: left;padding-top: 15px;}
.homeheader .centre .left img{ width: 128px; height:35px;}

.homeheader .centre .homeheader_centre{height: 100%; width: 50%;float: left;display: flex; margin-left: 64px;}
.homeheader .centre .homeheader_centre li{height:100%; line-height: 64px; font-size: 0.9rem; color: #FFFFFF; margin-right: 50px;}
.homeheader .centre .homeheader_centre li a{color: #FFFFFF; font-size: 15px;}
.homeheader .centre .homeheader_centre li a:hover{color: #3498db;}

.homeheader .centre .right{float: left;height: 100%;display: flex;flex-direction: column;justify-content: center;}
.homeheader .centre .right input{height: 14px;width: 148px;font-size: 14px; padding: 10px 58px 10px 16px;background: #fff;outline-style: none;outline-width: 0;border-radius: 16px;border: none;margin-top: calc(64px - 38px - 9px);color: #666666;}
.homeheader .centre .right .searchBtn{display:block;position: relative;right: -190px;top: -22px;width: 20px;height: 30px;z-index:3;background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAABGdBTUEAALGPC/xhBQAAAhlJREFUSA3tVsFKQkEU9an5A0oKtewTjBYVIcgTdBVtC4q2QdsWLgSDqGU/UFCroKUiD0UiWoQu2lbbIBX9AE20cx4OvGRm3ntRrhwYZrx3zj13zszcZyAwb3MF/kkBw0/carUaH41G5ng8jhNnGEY7GAxa6XS67SeOjfUCsCxrHYQFEK1ifQnELRtsGAmMOfxuIIGCaZpPXuLZWLeFIN0H6RVID6PR6E0ymfxyYprN5kKv19uDrYh+nslkLp1+1VwrNUiPsZvTUCi04iZnrVZbGg6Hr0jwCDu/VhEKu5KY8oL0LhKJrKVSqQ8B0I28AyBvQfYNN9mDqkA8UxDnvZIyDlXhkRCriivsUmJmzosUi8VuxUKvI+8BsYyhw0iJkTGfTHn6IukCCd8EU2IMYZONYZkRoEVkbT8Zmd/NhqSJ9b9jt8B/4ZdKjVvZQdYsDr9qUCuBrq1mKmILwCyLg1/mCSbHUqrDSon5LLDjRrfb3dWBZT5WMWLdCo6UmAFZe7Hrs3q97llyVi9Ai8Qyhq4piVl5QHwyGAzeQb6sC0IfE0TVegPmwq1qcb2SmE7WXATKg/y5UqkcyM6cNvr6/f4nIEP0F2LdmrJWO4HOzyLOr4xk7DfOm495lmc6kTeM+T1sO0j6wRljeu6JWIDEHwEWGNpA1kH/8UcASW6RHF+0bVywR4GdyUhyyE/pZ9+gzubsWeeMcwWgwDcwY/ak9MElrAAAAABJRU5ErkJggg==) no-repeat center center;background-size: cover;}

.rightDiv {float: right; display: flex; align-items: center;height: 64px; justify-content: space-between; width: 13%;}
.mypersonage a {color: #fff}

.homeheader .centre .right-img{height: 100%; display: flex;flex-direction: column;justify-content: center; position: relative;}
.homeheader .centre .right-img img{height: 50px;width: 50px; border-radius: 50%;}

.vipIcon::before {content: ""; display: block;position: absolute;width: 20px;height: 16px;background: url("../../../../img/memberIcon.png") no-repeat;background-size: 100% 100%;left: 38px; top: 41px;}   


.article {
    width: 1200px;
    margin: 40px auto 0 auto;
    border-radius: 8px;
    border: 1px solid #E5E5E5;
    padding: 30px;
}
.bookinfo {
    width: 100%;
    display: flex;
}
.bookinfo .bookCover {
    width: 210px;
    height: 280px;
    flex-shrink: 0;
}
.bookinfo .bookCover img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}
.bookinfo .booktext {
    margin-left: 24px;
}
.bookinfo .booktext h5 {
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    line-height: 28px;
    margin: 33px 0 0 0;
}
.bookinfo .booktext p {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    line-height: 20px;
    margin: 10px 0 0 0;
}
.bookinfo .booktext p span {
    margin-right: 24px;
}


.article .introduction {
    width: 100%;
    margin-top: 48px;
}
.article .introduction h1 {
    width: 100%;
    height: 22px;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    line-height: 22px;
    margin: 0;
}
.article .introduction text {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    margin-top: 20px;
}

.publisher {
    width: 100%;
    margin-top: 80px;
    margin-bottom: 50px;
}

.publisher h1 {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    line-height: 22px;
    margin: 0 0 20px 0;
}
.publisher .publisherBox {
    display: flex;
}
.publisher .publisherBox a {
    display: block;
    width: 220px;
    height: 140px;
    flex-shrink: 0;
}
.publisher .publisherBox a img {
    width: 100%;
    height: 100%;
}

/*尾部样式*/
footer{color: white;font-size: 1em;height: 300px;width: 100%;background: #282828;"微软雅黑", "宋体", "Helvetica Neue", Arial, Helvetica, sans-serif;font: 12px/180% Arial, Helvetica, sans-serif, "新宋体";margin-top: 70px;}
