@CHARSET "UTF-8";
.popup-ebook {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.box1 {
    /* width: 1150px;
    height: 870px; */
    width: 1350px;
    height: 1250px;
    position: absolute;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    z-index: 6;
    /* top: 315px;
    left: 50%; */
    top: 13%;
    /* left: 30%; */
    left: 1130px;
    background: #ececec;
    box-shadow: 0px 3px 5px #888888;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}
.box2 {
    /* width: 1200px;
    height: 840px; */
    width: 1400px;
    height: 1220px;
    position: absolute;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    z-index: 7;
    background: #f4f4f4;
    box-shadow: 0px 2px 3px #b9b9b9;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.box3 {
    /* width: 1200px;
    height: 850px; */
    width: 1400px;
    height: 1230px;
    position: absolute;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    z-index: 8;
    background: #f8f8f8;
    box-shadow: 0px 1px 1px #d4d4d4;
    padding: 25px;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.box3 .close {
    /* width: 30px;
    height: 30px; */
    width: 50px;
    height: 50px;
    position: absolute;
    background: url(/imlib/resources/img/ebook/close.png) no-repeat;
    /* background-size: 30px; */
    background-size: 50px;
    border: none;
    /* top: 52px; */
    top: 50px;
    right: 40px;
    cursor: pointer;
}
.box3 h3 {
    /* height: 91px;
    line-height: 91px; */
    height: 100px;
    line-height: 100px;
    /* font-size: 40px; */
    font-size: 48px;
    color: #ff9c00;
    text-align: center;
    background: url(/imlib/resources/img/ebook/popupbar.png) no-repeat;
    background-size: cover;
}
.box3 img {
    width: 380px;
    float: left;
    padding: 40px 45px 55px 27px;
}
.top_content > img {
    /* width: 190px;
    height: 263px; */
    width: 230px;
    height: 305px;
}
.Book__Title {
    font-size: 33px;
    font-weight: bold;
    padding: 40px 280px 0 0;
}
.box3 table {
    float: left;
    margin: 10px 0 25px;
    text-align: left;
    line-height: 1.4;
}
.box3 table tbody {
    font-size: 23px;
}
.box3 table tbody tr th {
    color: #bd9e62;
    width: 120px;
}
.box3 table tbody tr td {
    color: #8a8a8a;
}
.box3 span {
    width: 240px;
    height: 260px;
    border: 2px solid #dcdcdc;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    display: inline-block;
    font-size: 28px;
    color: #f18f69;
    font-weight: bold;
    text-align: center;
    padding-top: 15px;
    position: absolute;
    right: 40px;
    top: 151px;
    background-color: white;
}
.box3 span img {
    width: 140px;
    height: 140px;
    padding: 10px 40px;
}
.box3 .qrCode img {
    width: auto;
    height: auto;
    padding: 0 20px;
}
.tab_title {
    text-align: center;
    padding: 0 27px;
    position: relative;
}
.tab_title::before {
    content: '';
    position: absolute;
    border-bottom: 1px solid #b5b5b5;
    width: 540px;
    top: 45.5px;
    right: 2px;
}
.tab_title li {
    float: left;
    /* width: 206px; */
    width: 256px;
    font-size: 20px;
    color: #fff;
    background-color: #b5b5b5;
    padding: 10px 0;
    margin-right: 7px;
    position: relative;
    cursor: pointer;
    font-weight: bold;
}
.tab_title .icon_click1::before {
    content: '';
    position: absolute;
    width: 26px;
    height: 25px;
    background: url(/imlib/resources/img/ebook/icon1.png) no-repeat left;
    background-size: 26px;
    left: 28px;
}
.tab_title .icon_click1::after {
    content: '';
    position: absolute;
    border-bottom: 1px solid #b5b5b5;
    width: 8.5px;
    top: 45.5px;
    right: -8px;
}
.tab_title .icon_click2::before {
    content: '';
    position: absolute;
    width: 16px;
    height: 26px;
    background: url(/imlib/resources/img/ebook/icon2.png) no-repeat left;
    background-size: 16px;
    left: 26px;
}
.tab_title .icon_click2::after {
    content: '';
    position: absolute;
    border-bottom: 1px solid #b5b5b5;
    width: 8.5px;
    top: 45.5px;
    right: -8px;
}
.tab_title .icon_click3::before {
    content: '';
    position: absolute;
    width: 18px;
    height: 27px;
    background: url(/imlib/resources/img/ebook/icon3.png) no-repeat left;
    background-size: 18px;
    left: 33px;
}
.icon_click1.on:before {
    background: url(/imlib/resources/img/ebook/h_icon1.png) no-repeat left;
    background-size: 26px;
}
.icon_click2.on:before {
    background: url(/imlib/resources/img/ebook/h_icon2.png) no-repeat left;
    background-size: 16px;
}
.icon_click3.on:before {
    background: url(/imlib/resources/img/ebook/h_icon3.png) no-repeat left;
    background-size: 18px;
}
.icon_click1.on, .icon_click2.on, .icon_click3.on{
	background: #f7f7f7;
    color: #222;
    border: 1px solid #b5b5b5;
    border-bottom: none;
    box-sizing: border-box;
    margin-top: -1px;
}
.tab_contents {
    font-size: 30px;
    color: #8a8a8a;
    padding: 0px 60px 0px 60px;
    line-height: 1.7;
    /* height: 320px; */
    height: 680px;
    margin-top: 35px;
}
.tab_contents1, .tab_contents2, .tab_contents3 {
    /* font-size: 17px; */
    font-size: 20px;
}
.tab_contents2, .tab_contents3 {
    display: none;
}
.hidden {
    display: none;
}
.clearfix::after {
    content: '';
    display: block;
    clear: both;
}