@media (max-width: 750px) {
  body {
    width: 100%;
  }
  body .book_content {
    width: 100%;
    margin-top: 0.2rem;
  }
  body .book_content .books_itembox {
    width: 100%;
    padding: 0 0.3rem;
    margin-bottom: 0.4rem;
  }
  body .book_content .books_itembox .book_title {
    width: 100%;
    font-size: 0.3rem;
    color: #333;
    overflow: hidden;
    margin-bottom: 0.25rem;
  }
  body .book_content .books_itembox .book_title >h5 {
    max-width: 50%;
    float: left;
    padding-left: 0.1rem;
    border-left: 4px solid #c6a770;
    line-height: 0.4rem;
    font-size: 0.3rem;
  }
  body .book_content .books_itembox .book_title >h5 .tag {
    color: #333;
    cursor: pointer;
  }
  body .book_content .books_itembox .book_title >h5 .tag:nth-child(2) {
    margin-left: 10px;
    padding-left: 10px;
    position: relative;
  }
  body .book_content .books_itembox .book_title >h5 .tag:nth-child(2):before {
    position: absolute;
    top: 2px;
    left: -4px;
    content: '';
    width: 1px;
    height: 16px;
    background-color: #333;
  }
  body .book_content .books_itembox .book_title >h5 .active {
    color: #c6a770;
  }
  body .book_content .books_itembox .book_title a {
    color: #737373;
    font-size: 0.26rem;
    float: right;
    vertical-align: bottom;
  }
  body .book_content .books_itembox .book_title a .iconfont {
    font-size: 0.26rem;
    color: #c6a770;
  }
  body .book_content .books_itembox .book_title a .iconfont.l_icon {
    font-size: 0.3rem;
    vertical-align: middle;
    margin-top: -2px;
    display: inline-block;
  }
  body .book_content .books_itembox .book_title a .colors {
    color: #c6a770;
    margin-right: 0.1rem;
    font-size: 12px;
    vertical-align: middle;
  }
  body .book_content .books_itembox .book_title a:hover {
    color: #c6a770;
  }
  body .book_content .books_itembox .book_title a:hover span {
    color: #c6a770;
  }
  body .book_content .books_itembox .book_title.borderBottom {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 0.2rem;
  }
  body .book_content .books_itembox .b_itembox {
    overflow-y: hidden;
  }
  body .book_content .books_itembox .b_itembox ul {
    width: 21rem;
    overflow: hidden;
  }
  body .book_content .books_itembox .b_itembox ul li {
    width: 5.1rem;
    float: left;
    margin: 0px 0.2rem 0.2rem 0px;
    border-radius: 0.1rem;
    transition: all 0.3s;
  }
  body .book_content .books_itembox .b_itembox ul li a {
    color: #333;
  }
  body .book_content .books_itembox .b_itembox ul li .imgbox {
    width: 1.5rem;
    height: 2.15rem;
    position: relative;
    float: left;
    margin-right: 0.2rem;
  }
  body .book_content .books_itembox .b_itembox ul li .imgbox img {
    display: block;
    width: 100%;
    height: 100%;
  }
  body .book_content .books_itembox .b_itembox ul li .textbpox {
    width: 3rem;
    float: left;
  }
  body .book_content .books_itembox .b_itembox ul li .textbpox .bookname {
    width: 100%;
    overflow: hidden;
    line-height: 0.4rem;
    height: 0.8rem;
    font-size: 0.28rem;
  }
  body .book_content .books_itembox .b_itembox ul li .textbpox .bookuser {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #9f9f9f;
    font-size: 0.24rem;
    line-height: 0.6rem;
  }
  body .book_content .books_itembox .b_itembox ul li .textbpox .price {
    width: 100%;
    white-space: nowrap;
    height: 0.4rem;
  }
  body .book_content .books_itembox .b_itembox ul li .textbpox .price span {
    font-size: 0.28rem;
    color: #333;
  }
  body .book_content .books_itembox .b_itembox ul li .textbpox .price .oldPrice {
    font-size: 0.24rem;
    color: #a9a9a9;
    text-decoration: line-through;
    margin-left: 0.1rem;
  }
  body .book_content .books_itembox .b_itembox ul li .textbpox .book_icon {
    width: 100%;
    padding-top: 0.1rem;
  }
  body .book_content .books_itembox .b_itembox ul li .textbpox .book_icon:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
  }
  body .book_content .books_itembox .b_itembox ul li .textbpox .book_icon >.iconfont {
    color: #c6a770;
    font-size: 0.28rem;
    height: 0.3rem;
    display: block;
    float: left;
    margin-right: 0.1rem;
  }
  body .book_content .books_itembox .b_itembox ul li .textbpox .book_icon .Collection {
    float: right;
    color: #777;
    line-height: 0.3rem;
  }
  body .book_content .books_itembox .b_itembox ul li .textbpox .book_icon .Collection .iconfont {
    font-size: 0.28rem;
    display: inline-block;
    margin-right: 0.05rem;
    line-height: 0.3rem;
  }
  body .book_content .books_itembox .b_itembox ul li .textbpox .book_icon .Collection .text {
    font-size: 12px;
    line-height: 0.3rem;
    vertical-align: top;
  }
  body .book_content .books_itembox .b_itembox ul li .textbpox .book_icon .Collection.active {
    color: #c6a770;
  }
  body .book_content .books_itembox .b_itembox ul li:nth-child(4n) {
    margin-right: 0px;
  }
  body .book_content .books_itembox .b_itembox ul li:hover .textbpox .bookname a {
    color: #c6a770;
  }
  body .book_content .books_itembox .paddingbox {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  body .book_content .books_itembox .paddingbox ul {
    width: unset;
  }
  body .book_content .books_itembox .paddingbox ul li {
    padding: 0.2rem;
    background: #fafafa;
    margin: 0 20px 20px 0px;
    width: 5.1rem;
    margin: 0px 0.2rem 0.2rem 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    float: unset;
  }
  body .book_content .books_itembox .paddingbox ul li .imgbox {
    float: unset;
  }
  body .book_content .books_itembox .paddingbox ul li .textbpox {
    width: 138px;
    float: unset;
  }
  body .book_content .books_itembox .paddingbox .time_items .which_time {
    overflow: hidden;
  }
  body .book_content .books_itembox .paddingbox .time_items .which_time .slide_container {
    overflow: scroll;
  }
  body .book_content .books_itembox .paddingbox .time_items .which_time .swiper_pagination_box {
    position: relative;
    min-height: 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  body .book_content .books_itembox .paddingbox .time_items .which_time .swiper_pagination_box .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 6px;
    cursor: pointer;
  }
  body .book_content .books_itembox .paddingbox .time_items .which_time .swiper_pagination_box .swiper-pagination-bullet-active {
    background: #88c0c0;
  }
  body .book_content .books_itembox .b_tuiList {
    width: 100%;
    overflow: hidden;
    margin-top: 0.2rem;
  }
  body .book_content .books_itembox .b_tuiList .tui_item {
    width: 3.3rem;
    float: left;
    text-align: center;
    margin: 0px 0.3rem 0.3rem 0px;
    overflow: hidden;
    border-radius: 0.1rem;
  }
  body .book_content .books_itembox .b_tuiList .tui_item a {
    display: block;
    overflow: hidden;
    width: 100%;
    padding: 0.2rem;
  }
  body .book_content .books_itembox .b_tuiList .tui_item a img {
    display: inline-block;
    width: 0.46rem;
    margin-right: 0.15rem;
  }
  body .book_content .books_itembox .b_tuiList .tui_item a .text {
    display: inline-block;
    font-size: 0.28rem;
    color: #242020;
    line-height: 0.52rem;
    height: 0.52rem;
    vertical-align: middle;
  }
  body .book_content .books_itembox .b_tuiList .tui_item a .text i {
    padding: 0 0.05rem;
  }
  body .book_content .books_itembox .b_tuiList .tui_item:nth-child(1) {
    background: #e9f2e9;
  }
  body .book_content .books_itembox .b_tuiList .tui_item:nth-child(1) .text i {
    color: #b7ceb6;
  }
  body .book_content .books_itembox .b_tuiList .tui_item:nth-child(2) {
    background: #f8f1e0;
    margin-right: 0px;
  }
  body .book_content .books_itembox .b_tuiList .tui_item:nth-child(2) .text i {
    color: #e5d1a0;
  }
  body .book_content .books_itembox .b_tuiList .tui_item:nth-child(3) {
    background: #dde0ef;
  }
  body .book_content .books_itembox .b_tuiList .tui_item:nth-child(3) .text i {
    color: #b8c2f5;
  }
  body .book_content .books_itembox .b_tuiList .tui_item:nth-child(4) {
    background: #faded0;
    margin-right: 0px;
  }
  body .book_content .books_itembox .b_tuiList .tui_item:nth-child(4) .text i {
    color: #f3c5ae;
  }
  body .book_content .books_itembox .books_tuibox {
    width: 100%;
  }
  body .book_content .books_itembox .books_tuibox .tui_topInfo {
    width: 100%;
    margin: 50px 0px 0px;
    background-color: #fcfcfc;
    background-image: url("../../images/bookPage/tui_bg2.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: relative;
    padding: 0.2rem;
    margin-bottom: 0.2rem;
    border: 1px solid #ebebeb;
  }
  body .book_content .books_itembox .books_tuibox .tui_topInfo::after {
    content: '';
    display: block;
    height: 0px;
    clear: both;
  }
  body .book_content .books_itembox .books_tuibox .tui_topInfo .left {
    width: 100%;
    margin: 2rem 0px 0.8rem;
    font-size: 0.28rem;
    color: #333;
    line-height: 0.5rem;
    letter-spacing: 0.28em;
    padding: 0 0.4rem 0rem;
    height: 1.5rem;
    overflow: hidden;
  }
  body .book_content .books_itembox .books_tuibox .tui_topInfo .right {
    width: 100%;
    position: relative;
    padding: 0.3rem 0.1rem;
    overflow: hidden;
  }
  body .book_content .books_itembox .books_tuibox .tui_topInfo .right .imgbox {
    width: 1.5rem;
    height: 2.15rem;
    position: relative;
    float: left;
    margin-right: 0.2rem;
  }
  body .book_content .books_itembox .books_tuibox .tui_topInfo .right .imgbox img {
    display: block;
    width: 100%;
    height: 100%;
  }
  body .book_content .books_itembox .books_tuibox .tui_topInfo .right .r_info {
    width: 4.5rem;
    float: left;
  }
  body .book_content .books_itembox .books_tuibox .tui_topInfo .right .r_info >h5 {
    font-size: 0.3rem;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    margin-bottom: 0.1rem;
    overflow: hidden;
    font-weight: 600;
  }
  body .book_content .books_itembox .books_tuibox .tui_topInfo .right .r_info >h5 a {
    color: #333;
  }
  body .book_content .books_itembox .books_tuibox .tui_topInfo .right .r_info .infos {
    width: 100%;
  }
  body .book_content .books_itembox .books_tuibox .tui_topInfo .right .r_info .infos p {
    font-size: 0.24rem;
    color: #333;
    line-height: 0.4rem;
    margin: 0.1rem 0px;
  }
  body .book_content .books_itembox .books_tuibox .tui_topInfo .right .r_info .infos p a {
    color: #4688bf;
    margin-right: 0.1rem;
  }
  body .book_content .books_itembox .books_tuibox .tui_topInfo .right .r_info .pricebox {
    font-size: 0.24rem;
  }
  body .book_content .books_itembox .books_tuibox .tui_topInfo .right .r_info .pricebox .res {
    font-size: 0.3rem;
    color: #dc253b;
    padding: 0 0.1rem;
  }
  body .book_content .books_itembox .books_tuibox .tui_topInfo .right .r_info .pricebox .oldPrice {
    text-decoration: line-through;
  }
  body .book_content .books_itembox .books_tuibox .tui_bookswiperbox {
    width: 100%;
    position: relative;
  }
  body .book_content .books_itembox .books_tuibox .tui_bookswiperbox .tui_bookswiper {
    width: 5.6rem;
    margin: 0 0.6rem;
    overflow: hidden;
    background-color: transparent;
  }
  body .book_content .books_itembox .books_tuibox .tui_bookswiperbox .tui_bookswiper .on_active {
    background: #f7f7f7;
  }
  body .book_content .books_itembox .books_tuibox .tui_bookswiperbox .tui_bookswiper .swiper-slide {
    padding: 0.2rem 0.5rem;
  }
  body .book_content .books_itembox .books_tuibox .tui_bookswiperbox .tui_bookswiper .swiper-slide .imgbox {
    width: 1.76rem;
    height: 2.54rempx;
    position: relative;
    margin: 0 auto;
  }
  body .book_content .books_itembox .books_tuibox .tui_bookswiperbox .tui_bookswiper .swiper-slide .imgbox img {
    display: block;
    width: 100%;
    height: 100%;
  }
  body .book_content .books_itembox .books_tuibox .tui_bookswiperbox .tui_bookswiper .swiper-slide .imgbox .bottom_icon {
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: rgba(0,0,0,0.4);
    color: #c6a770;
    padding: 2px;
  }
  body .book_content .books_itembox .books_tuibox .tui_bookswiperbox .tui_bookswiper .swiper-slide .imgbox .bottom_icon .icongont {
    color: #c6a770;
    font-size: 0.24rem;
  }
  body .book_content .books_itembox .books_tuibox .tui_bookswiperbox .tui_bookswiper .swiper-slide .name {
    margin-top: 0.2rem;
    font-size: 0.24rem;
    color: #333;
    max-height: 0.6rem;
    line-height: 0.3rem;
    overflow: hidden;
  }
  body .book_content .books_itembox .books_tuibox .tui_bookswiperbox .swiper-button-prev {
    width: 0.3rem;
    height: 0.45rem;
    background-size: cover;
    background-image: url("../../images/bookPage/icon_leftbtn.png");
  }
  body .book_content .books_itembox .books_tuibox .tui_bookswiperbox .swiper-button-next {
    width: 0.3rem;
    height: 0.45rem;
    background-image: url("../../images/bookPage/icon_rightbtn.png");
    background-size: cover;
  }
  body .book_content .books_itembox .cong_itembox {
    width: 100%;
    overflow: hidden;
  }
  body .book_content .books_itembox .cong_itembox ul {
    width: 100%;
    display: flex;
    overflow-y: hidden;
  }
  body .book_content .books_itembox .cong_itembox ul li {
    float: left;
    min-width: 6.6rem;
    margin: 0px 0.3rem 0.3rem 0px;
    transition: all 0.3s;
  }
  body .book_content .books_itembox .cong_itembox ul li a {
    color: #333;
  }
  body .book_content .books_itembox .cong_itembox ul li .imgbox {
    width: 2rem;
    height: 2rem;
    position: relative;
    float: left;
    margin-right: 0.2rem;
  }
  body .book_content .books_itembox .cong_itembox ul li .imgbox img {
    display: block;
    width: 100%;
    height: 100%;
  }
  body .book_content .books_itembox .cong_itembox ul li .imgbox .icon_nums {
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: rgba(0,0,0,0.4);
    color: #fff;
    padding: 2px 0.1rem;
    font-size: 0.24rem;
  }
  body .book_content .books_itembox .cong_itembox ul li .textbpox {
    width: 4.4rem;
    float: right;
  }
  body .book_content .books_itembox .cong_itembox ul li .textbpox .bookname {
    width: 100%;
    overflow: hidden;
    line-height: 0.4rem;
    height: 0.4rem;
    font-size: 0.28rem;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  body .book_content .books_itembox .cong_itembox ul li .textbpox .bookuser {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #9f9f9f;
    font-size: 0.24rem;
    line-height: 0.44rem;
  }
  body .book_content .books_itembox .cong_itembox ul li .textbpox .info {
    width: 100%;
    overflow: hidden;
    color: #464646;
    font-size: 0.24rem;
    line-height: 0.4rem;
    height: 1.2rem;
  }
  body .book_content .books_itembox .cong_itembox ul li:nth-child(3n) {
    margin-right: 0px;
  }
  body .book_content .books_itembox .cong_itembox ul li:hover .textbpox .bookname a {
    color: #c6a770;
  }
  body .book_content .books_banner_gg {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  body .book_content .books_banner_gg >div .imgbox {
    width: 100%;
  }
  body .book_content .books_banner_gg >div .imgbox img {
    width: 100%;
  }
  body .book_content .time_swiper {
    width: 100%;
    position: relative;
    margin-bottom: 0.3rem;
  }
  body .book_content .time_swiper .times_bookswiper {
    width: 100%;
    margin: auto;
    overflow: hidden;
    background-color: transparent;
  }
  body .book_content .time_swiper .times_bookswiper .swiper-slide {
    width: auto !important;
    min-width: 25%;
    padding: 0.1rem 0.2rem;
    font-size: 0.24rem;
    color: #333;
    line-height: 0.4rem;
    background: #f1fafa;
    color: #88c0c0;
    text-align: center;
    cursor: pointer;
  }
  body .book_content .time_swiper .times_bookswiper .on_active {
    background: #88c0c0;
    color: #fff;
  }
  body .book_content .time_swiper .swiper-button-prev {
    width: 14px;
    height: 23px;
    background-size: cover;
    background-image: url("../../images/bookPage/icon_lBtn_green.png");
    margin-top: -11px;
  }
  body .book_content .time_swiper .swiper-button-next {
    width: 14px;
    height: 23px;
    background-image: url("../../images/bookPage/icon_rBtn_green.png");
    background-size: cover;
    margin-top: -11px;
  }
  body .book_content .index2_bookDan {
    width: 7rem;
    margin: 0 auto 0.45rem;
  }
  body .book_content .index2_bookDan >div .right_title {
    width: 100%;
    padding-left: 0.2rem;
    border-left: 0.1rem solid #c6a770;
    font-size: 0.28rem;
    color: #333;
    overflow: hidden;
    line-height: 0.3rem;
    margin-bottom: 0.2rem;
  }
  body .book_content .index2_bookDan >div .right_title a {
    color: #737373;
    font-size: 0.28rem;
    float: right;
    vertical-align: bottom;
  }
  body .book_content .index2_bookDan >div .right_title a span {
    font-size: 0.24rem;
  }
  body .book_content .index2_bookDan >div .right_title a .colors {
    color: #c6a770;
    margin-right: 0.2rem;
    font-size: 0.28rem;
    vertical-align: middle;
  }
  body .book_content .index2_bookDan >div .dan_list {
    width: 100%;
  }
  body .book_content .index2_bookDan >div .dan_list::after {
    content: '';
    clear: both;
    height: 0px;
    display: block;
  }
  body .book_content .index2_bookDan >div .dan_list .dan_item {
    width: 3.4rem;
    margin: 0 0.2rem 0.2rem 0;
    float: left;
    overflow: hidden;
  }
  body .book_content .index2_bookDan >div .dan_list .dan_item .imgbox {
    float: left;
    height: 2.06rem;
    width: 100%;
    margin-right: 10px;
    position: relative;
    box-shadow: 3px 3px 4px #bdbdbd;
  }
  body .book_content .index2_bookDan >div .dan_list .dan_item .imgbox img {
    display: block;
    width: 100%;
    height: 100%;
  }
  body .book_content .index2_bookDan >div .dan_list .dan_item .imgbox .nums {
    position: absolute;
    top: 0px;
    right: 0px;
    background: #6eacac;
    color: #fff;
    padding: 4px 10px;
    font-size: 12px;
  }
  body .book_content .index2_bookDan >div .dan_list .dan_item .r_text {
    padding-top: 0.45rem;
  }
  body .book_content .index2_bookDan >div .dan_list .dan_item .r_text h5 {
    font-size: 0.24rem;
    color: #333;
    overflow: hidden;
    line-height: 0.38rem;
    height: 0.4rem;
  }
  body .book_content .index2_bookDan >div .dan_list .dan_item .r_text .info {
    font-size: 0.24rem;
    color: #9f9f9f;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  body .book_content .index2_bookDan >div .dan_list .dan_item .text_info {
    width: 100%;
    line-height: 0.6rem;
    padding: 0 0.1rem;
  }
  body .book_content .index2_bookDan >div .dan_list .dan_item .text_info span {
    font-size: 0.28rem;
    display: inline-block;
    vertical-align: middle;
    color: #333;
  }
  body .book_content .index2_bookDan >div .dan_list .dan_item .text_info .name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 65%;
  }
  body .book_content .index2_bookDan >div .dan_list .dan_item .text_info .booknums {
    color: #6eacac;
  }
  body .book_content .index2_bookDan >div .dan_list .dan_item:nth-child(2n) {
    margin-right: 0px;
  }
}
@media (min-width: 750px) {
  body {
    width: 100%;
  }
  body .book_content {
    width: 100%;
    padding-top: 30px;
  }
  body .book_content .books_itembox {
    width: 100%;
    margin-bottom: 40px;
  }
  body .book_content .books_itembox .book_title {
    width: 100%;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    margin-bottom: 25px;
  }
  body .book_content .books_itembox .book_title >h5 {
    max-width: 50%;
    float: left;
    padding-left: 10px;
    border-left: 4px solid #c6a770;
    line-height: 20px;
  }
  body .book_content .books_itembox .book_title >h5 .tag {
    color: #333;
    cursor: pointer;
  }
  body .book_content .books_itembox .book_title >h5 .tag:nth-child(2) {
    margin-left: 10px;
    padding-left: 10px;
    position: relative;
  }
  body .book_content .books_itembox .book_title >h5 .tag:nth-child(2):before {
    position: absolute;
    top: 2px;
    left: -4px;
    content: '';
    width: 1px;
    height: 16px;
    background-color: #333;
  }
  body .book_content .books_itembox .book_title >h5 .active {
    color: #c6a770;
  }
  body .book_content .books_itembox .book_title a {
    color: #737373;
    font-size: 14px;
    float: right;
    vertical-align: bottom;
  }
  body .book_content .books_itembox .book_title a .iconfont {
    font-size: 12px;
    color: #c6a770;
  }
  body .book_content .books_itembox .book_title a .iconfont.l_icon {
    font-size: 16px;
    vertical-align: middle;
    margin-top: -2px;
    display: inline-block;
  }
  body .book_content .books_itembox .book_title a .colors {
    color: #c6a770;
    margin-right: 10px;
    font-size: 14px;
    vertical-align: middle;
  }
  body .book_content .books_itembox .book_title a:hover {
    color: #c6a770;
  }
  body .book_content .books_itembox .book_title a:hover span {
    color: #c6a770;
  }
  body .book_content .books_itembox .book_title.borderBottom {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 20px;
  }
  body .book_content .books_itembox .b_itembox {
    width: 100%;
    overflow: hidden;
  }
  body .book_content .books_itembox .b_itembox ul {
    width: 100%;
  }
  body .book_content .books_itembox .b_itembox ul li {
    float: left;
    width: 275px;
    margin: 0px 30px 30px 0px;
    border-radius: 8px;
    transition: all 0.3s;
  }
  body .book_content .books_itembox .b_itembox ul li a {
    color: #333;
  }
  body .book_content .books_itembox .b_itembox ul li .imgbox {
    width: 87px;
    height: 122px;
    position: relative;
    float: left;
    margin-right: 20px;
  }
  body .book_content .books_itembox .b_itembox ul li .imgbox img {
    display: block;
    width: 100%;
    height: 100%;
  }
  body .book_content .books_itembox .b_itembox ul li .textbpox {
    width: 168px;
    float: right;
  }
  body .book_content .books_itembox .b_itembox ul li .textbpox .bookname {
    width: 100%;
    overflow: hidden;
    line-height: 24px;
    height: 48px;
    font-size: 14px;
  }
  body .book_content .books_itembox .b_itembox ul li .textbpox .bookuser {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #9f9f9f;
    font-size: 12px;
    line-height: 30px;
    height: 30px;
  }
  body .book_content .books_itembox .b_itembox ul li .textbpox .bookuser a {
    color: #9f9f9f;
  }
  body .book_content .books_itembox .b_itembox ul li .textbpox .price {
    width: 100%;
    white-space: nowrap;
    height: 19px;
  }
  body .book_content .books_itembox .b_itembox ul li .textbpox .price span {
    font-size: 14px;
    color: #333;
    font-weight: 600;
  }
  body .book_content .books_itembox .b_itembox ul li .textbpox .price .oldPrice {
    font-size: 12px;
    color: #a9a9a9;
    text-decoration: line-through;
    margin-left: 10px;
  }
  body .book_content .books_itembox .b_itembox ul li .textbpox .book_icon {
    width: 100%;
    padding-top: 7px;
  }
  body .book_content .books_itembox .b_itembox ul li .textbpox .book_icon:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
  }
  body .book_content .books_itembox .b_itembox ul li .textbpox .book_icon >.iconfont {
    color: #c6a770;
    font-size: 16px;
    height: 18px;
    display: block;
    float: left;
    margin-right: 4px;
  }
  body .book_content .books_itembox .b_itembox ul li .textbpox .book_icon .Collection {
    float: right;
    color: #777;
  }
  body .book_content .books_itembox .b_itembox ul li .textbpox .book_icon .Collection .iconfont {
    font-size: 16px;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 5px;
    line-height: 18px;
  }
  body .book_content .books_itembox .b_itembox ul li .textbpox .book_icon .Collection .text {
    font-size: 12px;
    line-height: 18px;
    vertical-align: top;
  }
  body .book_content .books_itembox .b_itembox ul li .textbpox .book_icon .Collection.active {
    color: #c6a770;
  }
  body .book_content .books_itembox .b_itembox ul li:nth-child(4n) {
    margin-right: 0px;
  }
  body .book_content .books_itembox .b_itembox ul li:hover .textbpox .bookname a {
    color: #c6a770;
  }
  body .book_content .books_itembox .b_itembox .time_items .which_time {
    overflow: hidden;
  }
  body .book_content .books_itembox .b_itembox .time_items .which_time .swiper_pagination_box {
    position: relative;
    min-height: 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  body .book_content .books_itembox .b_itembox .time_items .which_time .swiper_pagination_box .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 6px;
  }
  body .book_content .books_itembox .b_itembox .time_items .which_time .swiper_pagination_box .swiper-pagination-bullet-active {
    background: #88c0c0;
  }
  body .book_content .books_itembox .b_itembox .time_items .which_time .swiper_pagination_box .swiper-button-prev {
    width: 12px;
    position: unset;
    margin: 0;
    background-size: 100%;
    background-image: url("../../images/bookPage/icon_lBtn_green.png");
  }
  body .book_content .books_itembox .b_itembox .time_items .which_time .swiper_pagination_box .swiper-button-next {
    width: 12px;
    position: unset;
    margin: 0;
    background-size: 100%;
    background-image: url("../../images/bookPage/icon_rBtn_green.png");
  }
  body .book_content .books_itembox .paddingbox ul li {
    width: 285px;
    padding: 20px;
    background: #fafafa;
    margin: 0 20px 20px 0px;
  }
  body .book_content .books_itembox .paddingbox ul li .textbpox {
    width: 138px;
  }
  body .book_content .books_itembox .b_tuiList {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
  }
  body .book_content .books_itembox .b_tuiList .tui_item {
    width: 285px;
    float: left;
    text-align: center;
    margin: 0px 20px 0px 0px;
    overflow: hidden;
    border-radius: 8px;
  }
  body .book_content .books_itembox .b_tuiList .tui_item a {
    display: block;
    overflow: hidden;
    width: 100%;
    padding: 20px;
  }
  body .book_content .books_itembox .b_tuiList .tui_item a img {
    display: inline-block;
    width: 46px;
    margin-right: 15px;
  }
  body .book_content .books_itembox .b_tuiList .tui_item a .text {
    display: inline-block;
    font-size: 18px;
    color: #242020;
    line-height: 42px;
    height: 42px;
  }
  body .book_content .books_itembox .b_tuiList .tui_item a .text i {
    padding: 0 10px;
  }
  body .book_content .books_itembox .b_tuiList .tui_item:nth-child(1) {
    background: #e9f2e9;
  }
  body .book_content .books_itembox .b_tuiList .tui_item:nth-child(1) .text i {
    color: #b7ceb6;
  }
  body .book_content .books_itembox .b_tuiList .tui_item:nth-child(2) {
    background: #f8f1e0;
  }
  body .book_content .books_itembox .b_tuiList .tui_item:nth-child(2) .text i {
    color: #e5d1a0;
  }
  body .book_content .books_itembox .b_tuiList .tui_item:nth-child(3) {
    background: #dde0ef;
  }
  body .book_content .books_itembox .b_tuiList .tui_item:nth-child(3) .text i {
    color: #b8c2f5;
  }
  body .book_content .books_itembox .b_tuiList .tui_item:nth-child(4) {
    background: #faded0;
    margin-right: 0px;
  }
  body .book_content .books_itembox .b_tuiList .tui_item:nth-child(4) .text i {
    color: #f3c5ae;
  }
  body .book_content .books_itembox .books_tuibox {
    width: 100%;
  }
  body .book_content .books_itembox .books_tuibox .tui_topInfo {
    width: 100%;
    height: 212px;
    margin: 50px 0px 0px;
    background-image: url("../../images/bookPage/tui_bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    padding: 30px;
    margin-bottom: 20px;
  }
  body .book_content .books_itembox .books_tuibox .tui_topInfo::after {
    content: '';
    display: block;
    height: 0px;
    clear: both;
  }
  body .book_content .books_itembox .books_tuibox .tui_topInfo .left {
    width: 338px;
    margin-top: 64px;
    font-size: 14px;
    color: #333;
    line-height: 28px;
    letter-spacing: 0.28em;
    padding: 0 20px;
    height: 84px;
    overflow: hidden;
    float: left;
  }
  body .book_content .books_itembox .books_tuibox .tui_topInfo .right {
    width: 800px;
    float: left;
    position: relative;
    padding-left: 240px;
  }
  body .book_content .books_itembox .books_tuibox .tui_topInfo .right .imgbox {
    width: 160px;
    height: 226px;
    position: absolute;
    top: -75px;
    left: 45px;
  }
  body .book_content .books_itembox .books_tuibox .tui_topInfo .right .imgbox img {
    display: block;
    width: 100%;
    height: 100%;
  }
  body .book_content .books_itembox .books_tuibox .tui_topInfo .right .r_info >h5 {
    font-size: 16px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
    font-weight: 600;
  }
  body .book_content .books_itembox .books_tuibox .tui_topInfo .right .r_info >h5 a {
    color: #333;
  }
  body .book_content .books_itembox .books_tuibox .tui_topInfo .right .r_info .infos {
    width: 100%;
  }
  body .book_content .books_itembox .books_tuibox .tui_topInfo .right .r_info .infos p {
    font-size: 14px;
    color: #333;
    line-height: 26px;
  }
  body .book_content .books_itembox .books_tuibox .tui_topInfo .right .r_info .infos p a {
    color: #4688bf;
    margin-right: 10px;
  }
  body .book_content .books_itembox .books_tuibox .tui_topInfo .right .r_info .infos .author {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  body .book_content .books_itembox .books_tuibox .tui_topInfo .right .r_info .pricebox {
    font-size: 14px;
  }
  body .book_content .books_itembox .books_tuibox .tui_topInfo .right .r_info .pricebox .res {
    font-size: 18px;
    color: #dc253b;
    padding: 0 10px;
  }
  body .book_content .books_itembox .books_tuibox .tui_topInfo .right .r_info .pricebox .oldPrice {
    text-decoration: line-through;
  }
  body .book_content .books_itembox .books_tuibox .tui_bookswiperbox {
    width: 100%;
    position: relative;
  }
  body .book_content .books_itembox .books_tuibox .tui_bookswiperbox .tui_bookswiper {
    width: 1020px;
    margin: 0 80px;
    overflow: hidden;
    background-color: transparent;
  }
  body .book_content .books_itembox .books_tuibox .tui_bookswiperbox .tui_bookswiper .on_active {
    background: #f7f7f7;
  }
  body .book_content .books_itembox .books_tuibox .tui_bookswiperbox .tui_bookswiper .swiper-slide {
    padding: 20px 40px;
    cursor: pointer;
  }
  body .book_content .books_itembox .books_tuibox .tui_bookswiperbox .tui_bookswiper .swiper-slide .imgbox {
    width: 88px;
    height: 127px;
    position: relative;
    margin: 0 auto;
  }
  body .book_content .books_itembox .books_tuibox .tui_bookswiperbox .tui_bookswiper .swiper-slide .imgbox img {
    display: block;
    width: 100%;
    height: 100%;
  }
  body .book_content .books_itembox .books_tuibox .tui_bookswiperbox .tui_bookswiper .swiper-slide .imgbox .bottom_icon {
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: rgba(0,0,0,0.4);
    color: #c6a770;
    padding: 2px;
  }
  body .book_content .books_itembox .books_tuibox .tui_bookswiperbox .tui_bookswiper .swiper-slide .imgbox .bottom_icon .icongont {
    color: #c6a770;
    font-size: 16px;
  }
  body .book_content .books_itembox .books_tuibox .tui_bookswiperbox .tui_bookswiper .swiper-slide .name {
    margin-top: 15px;
    font-size: 14px;
    color: #333;
    max-height: 40px;
    line-height: 20px;
    overflow: hidden;
  }
  body .book_content .books_itembox .books_tuibox .tui_bookswiperbox .swiper-button-prev {
    width: 14px;
    height: 23px;
    background-size: cover;
    background-image: url("../../images/bookPage/icon_leftbtn.png");
  }
  body .book_content .books_itembox .books_tuibox .tui_bookswiperbox .swiper-button-next {
    width: 14px;
    height: 23px;
    background-image: url("../../images/bookPage/icon_rightbtn.png");
    background-size: cover;
  }
  body .book_content .books_itembox .cong_itembox {
    width: 100%;
    overflow: hidden;
  }
  body .book_content .books_itembox .cong_itembox ul {
    width: 100%;
  }
  body .book_content .books_itembox .cong_itembox ul li {
    float: left;
    width: 380px;
    margin: 0px 30px 30px 0px;
    transition: all 0.3s;
  }
  body .book_content .books_itembox .cong_itembox ul li a {
    color: #333;
  }
  body .book_content .books_itembox .cong_itembox ul li .imgbox {
    width: 120px;
    height: 120px;
    position: relative;
    float: left;
    margin-right: 20px;
  }
  body .book_content .books_itembox .cong_itembox ul li .imgbox img {
    display: block;
    width: 100%;
    height: 100%;
  }
  body .book_content .books_itembox .cong_itembox ul li .imgbox .icon_nums {
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: rgba(0,0,0,0.4);
    color: #fff;
    padding: 2px 5px;
    font-size: 14px;
  }
  body .book_content .books_itembox .cong_itembox ul li .textbpox {
    width: 240px;
    float: right;
  }
  body .book_content .books_itembox .cong_itembox ul li .textbpox .bookname {
    width: 100%;
    overflow: hidden;
    line-height: 24px;
    height: 24px;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  body .book_content .books_itembox .cong_itembox ul li .textbpox .bookuser {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #9f9f9f;
    font-size: 12px;
    line-height: 30px;
  }
  body .book_content .books_itembox .cong_itembox ul li .textbpox .info {
    width: 100%;
    overflow: hidden;
    color: #464646;
    font-size: 12px;
    line-height: 22px;
    height: 66px;
  }
  body .book_content .books_itembox .cong_itembox ul li:nth-child(3n) {
    margin-right: 0px;
  }
  body .book_content .books_itembox .cong_itembox ul li:hover .textbpox .bookname a {
    color: #c6a770;
  }
  body .book_content .books_banner_gg {
    width: 100%;
    margin-bottom: 50px;
  }
  body .book_content .books_banner_gg >div .imgbox {
    width: 100%;
  }
  body .book_content .books_banner_gg >div .imgbox img {
    width: 100%;
  }
  body .book_content .time_swiper {
    width: 100% !important;
    position: relative;
    margin-bottom: 30px;
  }
  body .book_content .time_swiper .times_bookswiper {
    width: 1020px;
    margin: 0 80px;
    overflow: hidden;
    background-color: transparent;
  }
  body .book_content .time_swiper .times_bookswiper .swiper-slide {
    width: auto;
    padding: 10px 40px;
    font-size: 14px;
    color: #333;
    line-height: 20px;
    background: #f1fafa;
    color: #88c0c0;
    text-align: center;
    cursor: pointer;
  }
  body .book_content .time_swiper .times_bookswiper .on_active {
    background: #88c0c0;
    color: #fff;
  }
  body .book_content .time_swiper .swiper-button-prev {
    width: 14px;
    height: 23px;
    background-size: cover;
    background-image: url("../../images/bookPage/icon_lBtn_green.png");
    margin-top: -11px;
  }
  body .book_content .time_swiper .swiper-button-next {
    width: 14px;
    height: 23px;
    background-image: url("../../images/bookPage/icon_rBtn_green.png");
    background-size: cover;
    margin-top: -11px;
  }
  body .book_content .index2_bookDan {
    width: 100%;
    margin-bottom: 50px;
  }
  body .book_content .index2_bookDan >div .right_title {
    width: 100%;
    padding-left: 10px;
    border-left: 4px solid #c6a770;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    margin-bottom: 15px;
  }
  body .book_content .index2_bookDan >div .right_title a {
    color: #737373;
    font-size: 14px;
    float: right;
    vertical-align: bottom;
    padding-top: 4px;
  }
  body .book_content .index2_bookDan >div .right_title a span {
    font-size: 12px;
  }
  body .book_content .index2_bookDan >div .right_title a .colors {
    color: #c6a770;
    margin-right: 10px;
    font-size: 14px;
    vertical-align: middle;
  }
  body .book_content .index2_bookDan >div .right_title a:hover {
    color: #c6a770;
  }
  body .book_content .index2_bookDan >div .right_title a:hover span {
    color: #c6a770;
  }
  body .book_content .index2_bookDan >div .dan_list {
    width: 100%;
  }
  body .book_content .index2_bookDan >div .dan_list::after {
    content: '';
    clear: both;
    height: 0px;
    display: block;
  }
  body .book_content .index2_bookDan >div .dan_list .dan_item {
    width: 270px;
    margin-right: 40px;
    float: left;
    overflow: hidden;
    box-shadow: 0px 0px 10px #b7b7b7;
  }
  body .book_content .index2_bookDan >div .dan_list .dan_item .imgbox {
    float: left;
    height: 124px;
    width: 100%;
    position: relative;
  }
  body .book_content .index2_bookDan >div .dan_list .dan_item .imgbox img {
    display: block;
    width: 100%;
    height: 100%;
  }
  body .book_content .index2_bookDan >div .dan_list .dan_item .imgbox .nums {
    position: absolute;
    top: 0px;
    right: 0px;
    background: #6eacac;
    color: #fff;
    padding: 4px 10px;
    font-size: 12px;
  }
  body .book_content .index2_bookDan >div .dan_list .dan_item .r_text {
    padding-top: 35px;
  }
  body .book_content .index2_bookDan >div .dan_list .dan_item .r_text h5 {
    font-size: 14px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 28px;
  }
  body .book_content .index2_bookDan >div .dan_list .dan_item .r_text .info {
    font-size: 12px;
    color: #9f9f9f;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  body .book_content .index2_bookDan >div .dan_list .dan_item .text_info {
    width: 100%;
    line-height: 40px;
    padding: 0 10px;
  }
  body .book_content .index2_bookDan >div .dan_list .dan_item .text_info span {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    color: #333;
  }
  body .book_content .index2_bookDan >div .dan_list .dan_item .text_info .name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 70%;
  }
  body .book_content .index2_bookDan >div .dan_list .dan_item .text_info .booknums {
    color: #6eacac;
  }
  body .book_content .index2_bookDan >div .dan_list .dan_item:nth-child(4n) {
    margin-right: 0px;
  }
  body .sTui {
    display: block !important;
  }
}

