body {
    color: #888;
    font-size: 12px;
    line-height: 1.7em;
    font-family:"Microsoft YaHei","微软雅黑";
    background: #150B04;
}
.clearfix:after{
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
    clear:both;
}
/*兼容ie浏览器*/
.clearfix{
    zoom:1;
}
.cxCentre{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1200px;
    margin: 0 auto;
}
.book-title{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1200px;
    margin: 40px auto;
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.book-title h2{
    font-size: 40px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 42px;
    display: block;
    background: linear-gradient(0deg, #EC9C5B 0%, #F6D8BF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.book-title p{
    font-size: 20px;
    font-weight: 400;
    color: #F4E1D5;
    text-align: center;
    line-height: 29px;
    margin-left: 15px;
}
/*banner*/
.book-banner{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url("../image/book-banner-bg.jpg") no-repeat center;
    height: 794px;
    overflow: hidden;
    text-align: center;
}
.book-banner .book-banner-p{
    font-size: 20px;
    font-weight: 400;
    color: #EC9C5B;
    line-height: 29px;
    text-align: center;
}
.book-introduce{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url("../image/book1-bg.jpg") no-repeat center top;
    height: 1001px;
    overflow: hidden;
    text-align: center;
    padding-top: 60px;
}
.book-introduce .book-introduce-center{
    text-align: center;
}
/*4技术版图*/
.book-territory{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background:#150B04 url("../image/book2-bg.jpg") no-repeat center top;
    height: 963px;
    overflow: hidden;
    text-align: center;
}
.book-territory .book-territory-center{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1200px;
    height: 590px;
    margin: 80px auto 0;
    overflow: hidden;
    position: relative;
}
.book-territory .book-territory-center .book-territory-ul1{
    float: left;
}
.book-territory .book-territory-center .book-territory-ul2{
    float: right;
}
.book-territory .book-territory-center ul{
    width: 585px;
    height: 100%;
}
.book-territory .book-territory-center ul li{
    position: absolute;
    text-align: center;
}
.book-territory .book-territory-center ul li span{
    box-sizing: border-box;
    min-width: 134px;
    height: 38px;
    line-height: 38px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 5px;
    padding: 0 10px;
}
.book-territory .book-territory-center ul li p{
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #F5D8BE;
    line-height: 20px;
}
.book-territory .book-territory-center .book-territory-ul1 li:nth-child(1){
    position: absolute;
    left: 100px;
    top: 20px;
}
.book-territory .book-territory-center .book-territory-ul1 li:nth-child(1) span{
    background: linear-gradient(0deg, #F14A3E, #F86C62);
}
.book-territory .book-territory-center .book-territory-ul1 li:nth-child(2){
    position: absolute;
    left: 360px;
    top: 1px;
}
.book-territory .book-territory-center .book-territory-ul1 li:nth-child(2) span{
    background: linear-gradient(0deg, #F7940D, #FDC346);
}
.book-territory .book-territory-center .book-territory-ul1 li:nth-child(3){
    position: absolute;
    left: 90px;
    top: 120px;
}
.book-territory .book-territory-center .book-territory-ul1 li:nth-child(3) span{
    background: linear-gradient(0deg, #F7940D, #FF5400);
}
.book-territory .book-territory-center .book-territory-ul1 li:nth-child(4){
    position: absolute;
    left: 340px;
    top: 110px;
}
.book-territory .book-territory-center .book-territory-ul1 li:nth-child(4) span{
    background: linear-gradient(0deg, #3959DC, #5276EA);
}
.book-territory .book-territory-center .book-territory-ul1 li:nth-child(5){
    position: absolute;
    left: 1px;
    top: 225px;
}
.book-territory .book-territory-center .book-territory-ul1 li:nth-child(5) span{
    background: linear-gradient(0deg, #59361C, #C17F49);
}
.book-territory .book-territory-center .book-territory-ul1 li:nth-child(6){
    position: absolute;
    left: 280px;
    top: 225px;
}
.book-territory .book-territory-center .book-territory-ul1 li:nth-child(6) span{
    background: linear-gradient(0deg, #F14A3E, #F86C62);
}
.book-territory .book-territory-center .book-territory-ul1 li:nth-child(7){
    position: absolute;
    left: 58px;
    top: 310px;
}
.book-territory .book-territory-center .book-territory-ul1 li:nth-child(7) span{
    background: linear-gradient(0deg, #3959DC, #5276EA);
}
.book-territory .book-territory-center .book-territory-ul1 li:nth-child(8){
    position: absolute;
    left: 330px;
    top: 345px;
}
.book-territory .book-territory-center .book-territory-ul1 li:nth-child(8) span{
    background: linear-gradient(0deg, #F7940D, #FF5400);
}
.book-territory .book-territory-center .book-territory-ul1 li:nth-child(9){
    position: absolute;
    left: 80px;
    top: 420px;
}
.book-territory .book-territory-center .book-territory-ul1 li:nth-child(9) span{
    background: linear-gradient(0deg, #F7940D, #FDC346);
}
.book-territory .book-territory-center .book-territory-ul1 li:nth-child(10){
    position: absolute;
    left: 325px;
    top: 465px;
}
.book-territory .book-territory-center .book-territory-ul1 li:nth-child(10) span{
    background: linear-gradient(0deg, #59361C, #C17F49);
}
.book-territory .book-territory-center .book-territory-ul2li:nth-child(1){
    position: absolute;
    right: 325px;
    top: 1px;
}
.book-territory .book-territory-center .book-territory-ul2 li:nth-child(1) span{
    background: linear-gradient(0deg, #59361C, #C17F49);
}
.book-territory .book-territory-center .book-territory-ul2 li:nth-child(2){
    position: absolute;
    right: 380px;
    top: 100px;
}
.book-territory .book-territory-center .book-territory-ul2 li:nth-child(2) span{
    background: linear-gradient(0deg, #F14A3E, #F86C62);
}
.book-territory .book-territory-center .book-territory-ul2 li:nth-child(3){
    position: absolute;
    right: 350px;
    top: 210px;
}
.book-territory .book-territory-center .book-territory-ul2 li:nth-child(3) span{
    background: linear-gradient(0deg, #3959DC, #5276EA);
}
.book-territory .book-territory-center .book-territory-ul2 li:nth-child(4){
    position: absolute;
    right: 300px;
    top: 320px;
}
.book-territory .book-territory-center .book-territory-ul2 li:nth-child(4) span{
    background: linear-gradient(0deg, #F14A3E, #F86C62);
}
.book-territory .book-territory-center .book-territory-ul2 li:nth-child(5){
    position: absolute;
    right: 350px;
    top: 445px;
}
.book-territory .book-territory-center .book-territory-ul2 li:nth-child(5) span{
    background: linear-gradient(0deg, #F7940D, #FDC346);
}
.book-territory .book-territory-center .book-territory-ul2 li:nth-child(6){
    position: absolute;
    right: 50px;
    top: 50px;
}
.book-territory .book-territory-center .book-territory-ul2 li:nth-child(6) span{
    background: linear-gradient(0deg, #3959DC, #5276EA);
}
.book-territory .book-territory-center .book-territory-ul2 li:nth-child(7){
    position: absolute;
    right: 70px;
    top: 170px;
}
.book-territory .book-territory-center .book-territory-ul2 li:nth-child(7) span{
    background: linear-gradient(0deg, #59361C, #C17F49);
}
.book-territory .book-territory-center .book-territory-ul2 li:nth-child(8){
    position: absolute;
    right: 50px;
    top: 300px;
}
.book-territory .book-territory-center .book-territory-ul2 li:nth-child(8) span{
    background: linear-gradient(0deg, #F7940D, #FF5400);
}
.book-territory .book-territory-center .book-territory-ul2 li:nth-child(9){
    position: absolute;
    right: 110px;
    top: 440px;
}
.book-territory .book-territory-center .book-territory-ul2 li:nth-child(9) span{
    background: linear-gradient(0deg, #59361C, #C17F49);
}
.book-territory .book-territory-center .book-territory-p{
    width: 165px;
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    background: linear-gradient(0deg, #EC9C5B 0%, #F6D8BF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    left: 520px;
    top: 240px;
}
/*团队*/
.book-team{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url("../image/tsg3-bg.jpg") no-repeat center top;
    height: 1094px;
    overflow: hidden;
    text-align: center;
    padding-top: 50px;
}
.book-team .book-team-list{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1200px;
    margin: 0 auto 80px;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.book-team .book-team-list li{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 186px;
    height: 292px;
    position: relative;
    margin-top: 40px;
}
.book-team .book-team-list li img{
    width: 186px;
    height: 292px;
}
.book-team .book-team-list li p{
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 1px;
    width: 100%;
    height: 80px;
    padding: 10px 0;
    font-size: 15px;
    font-weight: 400;
    color: #F4E1D5;
    line-height: 26px;
    text-align: center;
}
.book-team .book-team-js{
    width: 1200px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 36px;
    text-align: left;
    color: #E8B68E;
}
.book-introduce-ul{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1140px;
    margin: 70px auto 0;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.book-introduce-ul li{
    box-sizing: border-box;
    overflow: hidden;
    width: 368px;
    height: 136px;
    background: url("../image/1book-li-bg.png") no-repeat center;
    border-radius: 10px;
    position: relative;
    text-align: left;
    padding: 30px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #FFFFFF;
}
.book-introduce-ul li .book-introduce-img{
    position: absolute;
    right: 28px;
    top: 40px;
}
.book-introduce-ul li b{
    display: block;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}
/*2镇馆之宝*/
.book-important{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url("../image/tsg2-bg.jpg") no-repeat center top;
    height: 1019px;
    overflow: hidden;
    text-align: center;
}
.book-important .book-important-box{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url("../image/4book-bg1.png") no-repeat center;
    background-size: 100% 100%;
    width: 1200px;
    height: 432px;
    margin: 70px auto 0;
    position: relative;
    overflow: hidden;
    padding: 86px 30px 30px 30px;
}
.book-important .book-important-box .book-important-title{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 545px;
    height: 46px;
    line-height: 46px;
    padding-left: 35px;
    padding-right: 30px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    background: -webkit-linear-gradient(left,#8B4C1F, #B3713E);
    background: -o-linear-gradient(left,#8B4C1F, #B3713E);
    background: -moz-linear-gradient(left,#8B4C1F, #B3713E);
    background: linear-gradient(left,#8B4C1F, #B3713E);
    color: #ffffff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    left: 30px;
    top: 30px;
}
.book-important .book-important-box .book-important-title h2{
    display: inline-block;
    font-size: 34px;
    font-weight: bold;
}
.book-important .book-important-box .book-important-title p{
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    margin-left: 20px;
}
.book-important .book-important-box .book-important-gold{
    position: absolute;
    right: 50px;
    top: 0;
}
.book-important .book-important-box .book-important-left{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 380px;
    height: 320px;
    border-right: 1px dashed #C28450;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}
.book-important .book-important-box .book-important-center{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 370px;
    height: 320px;
    border-right: 1px dashed #C28450;
    overflow: hidden;
    padding: 25px;
}
.book-important .book-important-box .book-important-center .book-important-head{
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 20px;
}
.book-important .book-important-box .book-important-center .book-important-head b{
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 29px;
    margin-left: 20px;
}
.book-important .book-important-box .book-important-ul{
    text-align: left;
}
.book-important .book-important-box .book-important-ul li{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 29px;
    padding-left: 15px;
}
.book-important .book-important-box .book-important-ul li:before{
    content: "·";
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
    width: 10px;
    height: 29px;
    line-height: 29px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
}
.book-important .book-important-box .book-important-right{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 360px;
    height: 320px;
    overflow: hidden;
    padding: 30px 25px;
}
.book-important .book-important-box .book-important-right b{
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 29px;
    text-align: left;
    margin-bottom: 30px;
}
/*精选书单*/
.book-booklist{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background:#27150B url("../image/tsg1-bg.jpg") no-repeat center bottom;
    min-height: 1761px;
    overflow: hidden;
    text-align: center;
    padding-top: 30px;
}
.book-booklist .book-booklist-list{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1160px;
    margin: 0 auto;
}
.book-booklist .book-booklist-list .book-booklist-li{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-right: 40px;
    margin-bottom: 35px;
    width: 560px;
    height: 482px;
    background: linear-gradient(135deg, #2A170A, #150B04);
    border: 1px solid #422413;
    border-radius: 20px;
    padding: 25px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.book-booklist .book-booklist-list .book-booklist-li:nth-child(2n){margin-right: 0;}
.book-booklist .book-booklist-list .book-booklist-li .book-booklist-li-l{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 200px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.book-booklist .book-booklist-list .book-booklist-li .book-booklist-li-l a{
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #1B0F06;
    width: 117px;
    height: 32px;
    line-height: 32px;
    background: linear-gradient(90deg, #EC9C5B, #F6D8BF);
    box-shadow: 1px 1px 1px 0px rgba(14,5,10,0.6);
    border-radius: 16px;
    text-align: center;
    margin-top: 25px;
}
.book-booklist .book-booklist-list .book-booklist-li .book-booklist-li-l a:hover{
    background: #F5D7BD;
    box-shadow: 1px 1px 1px 0px rgba(14,5,10,0.6);
}
.book-booklist .book-booklist-list .book-booklist-li .book-booklist-li-r{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 300px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    text-align: left;
}
.book-booklist .book-booklist-list .book-booklist-li .book-booklist-li-r .book-booklist-li-title{
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 32px;
}
.book-booklist .book-booklist-list .book-booklist-li .book-booklist-li-r .book-booklist-li-name{
    display: inline-block;
    margin: 20px 0;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 29px;
}
.book-booklist .book-booklist-list .book-booklist-li .book-booklist-li-r p{
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 400;
    color: #FE5A01;
    line-height: 18px;
    padding-left: 5px;
    border-left: 3px solid #FE5A01;
    margin: 5px 0;
}
.book-booklist .book-booklist-list .book-booklist-li .book-booklist-li-r .book-booklist-li-js{
    box-sizing: border-box;
    font-size: 14px;
    color: #776357;
    line-height: 24px;
    margin-top: 20px;
    max-height: 216px;
    overflow: hidden;
}
.book-booklist .book-booklist-list .book-booklist-li .book-booklist-li-r .book-booklist-li-js span{
    color: #ffffff;
}
.book-booklist .book-booklist-list .book-booklist-li .book-booklist-li-img{
    box-sizing: border-box;
    width: 560px;
    height: 482px;
    background: url("../image/pc-book.png") no-repeat center;
    position: absolute;
    left: 0;
    top: 0;
}
.book-booklist .book-booklist-list .book-booklist-li2{
    box-sizing: border-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("../image/5book-img5.png") no-repeat center;
    background-size: 100% 100%;
    border: none;
}
.book-booklist .book-booklist-list .book-booklist-li .book-booklist-li-qd{
    text-align: left;
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 48px;
}
/*弹框*/
.book-mask{
    box-sizing: border-box;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgba(0,0,0,0.6);
    display: none;
}
.book-mask .book-alert{
    box-sizing: border-box;
    width: 925px;
    min-height: 500px;
    margin: 6% auto 0;
    background: #ffffff;
    border-radius: 20px;
    position: relative;
    /*display: none;*/
}
.book-mask .book-alert .book-alert-close{
    display: inline-block;
    background: url("../image/alert-close.png") no-repeat center;
    width: 33px;
    height: 33px;
    position: absolute;
    right: -40px;
    top: -40px;
    cursor: pointer;
}
.book-mask .book-alert .book-alert-title{
    box-sizing: border-box;
    width: 100%;
    height: 65px;
    line-height: 65px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    background: linear-gradient(90deg, #EC9C5B, #F5D7BE);
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}
.book-mask .book-alert .book-alert-js{
    box-sizing: border-box;
    width: 880px;
    margin: 25px auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.book-mask .book-alert .book-alert-js .book-alert-img{
    width: 230px;
    text-align: center;
}
.book-mask .book-alert .book-alert-js .book-alert-txt{
    box-sizing: border-box;
    width: 600px;
    height: 278px;
    margin-left: 25px;
    text-align: left;
}
.book-mask .book-alert .book-alert-js .book-alert-txt .book-alert-txt-name{
    font-size: 16px;
    line-height: 24px;
    color: #FE5A01;
}
.book-mask .book-alert .book-alert-js .book-alert-txt .book-alert-txt-name span{
    display: inline-block;
    margin-left: 15px;
}
.book-mask .book-alert .book-alert-js .book-alert-txt .book-alert-ul{
    box-sizing: border-box;
    overflow: hidden;
    margin: 30px 0;
}
.book-mask .book-alert .book-alert-js .book-alert-txt .book-alert-ul li{
    box-sizing: border-box;
    position: relative;
    width: 50%;
    text-align: left;
    float: left;
    font-size: 16px;
    line-height: 20px;
    margin: 5px 0;
    color: #130C07;
}
.book-mask .book-alert .book-alert-js .book-alert-txt .book-alert-ul li:before{
    display: inline-block;
    content: "·";
    font-size: 16px;
    color: #FE5A01;
    font-weight: bold;
    margin-right: 5px;
}
.book-mask .book-alert .book-alert-js .book-alert-txt .book-alert-ts{
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    color: #616161;
    box-sizing: border-box;
}
.book-mask .book-alert .book-alert-js .book-alert-txt .book-alert-ts span{color: #130C07;font-weight: bold;}
.book-mask .book-alert .book-alert-chapter{
    box-sizing: border-box;
    width: 880px;
    margin: 0px auto;
    overflow: hidden;
}
.book-mask .book-alert .book-alert-chapter .book-alert-chapter-title{
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #1B0F06;
    background: #FFEBD9;
}
.book-mask .book-alert .book-alert-chapter .book-alert-list{
    box-sizing: border-box;
    float: left;
    width: 50%;
    text-align: left;
    padding-left: 80px;
    overflow: hidden;
    font-size: 16px;
    line-height: 20px;
    color: #130C07;
    margin: 20px 0;
}
.book-mask .book-alert .book-alert-chapter .book-alert-list li{
    margin: 5px 0;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/*二维码*/
.book-booklist-ewm{
    box-sizing: border-box;
    position: relative;
    background: url("../image/6book-ewm-bg.png") no-repeat center;
    width: 1140px;
    height: 301px;
    border-radius: 20px;
    margin: -40px auto 90px;
}
.book-booklist-ewm .book-booklist-ewm-img{
    box-sizing: border-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 370px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 20px;
}
.book-booklist-ewm .book-booklist-ewm-img p{
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    margin-top: 20px;
}



































































