body {
  width: 100%;
}
body .max-width {
  width: 1200px !important;
  margin: 0 auto;
}
body .container {
  width: 100%;
  position: relative;
}
body .container .huodong_imgswiper {
  width: 1200px;
  margin: 30px auto 20px;
  overflow: hidden;
}
body .container .huodong_imgswiper #huodong_swiper {
  width: 100%;
  transition: all 0.6s;
}
body .container .huodong_imgswiper #huodong_swiper .swiper_item a {
  display: block;
  width: 100%;
  height: 100%;
}
body .container .huodong_imgswiper #huodong_swiper .swiper_item img {
  width: 100%;
  height: 100%;
}
body .container .huodong_imgswiper .layui-carousel-ind {
  text-align: center;
  top: -20px;
}
body .container .huodong_imgswiper .layui-carousel-ind ul {
  background-color: transparent;
}
body .container .huodong_imgswiper .layui-carousel-ind ul li {
  background: #dbecec;
  opacity: 1;
  height: 6px;
  width: 12px;
  border-radius: 6px;
}
body .container .huodong_imgswiper .layui-carousel-ind ul li.layui-this {
  background: #88c0c0;
  width: 25px;
}
body .container .top_titlebox {
  width: 100%;
  overflow: hidden;
  padding: 60px 55px;
}
body .container .top_titlebox .left_titile {
  float: left;
  width: 50%;
}
body .container .top_titlebox .left_titile h5 {
  width: 100%;
  font-size: 24px;
  font-family: PingFang-SC-Heavy, PingFang-SC;
  font-weight: 800;
  color: #000000;
  line-height: 28px;
  margin-bottom: 15px;
}
body .container .top_titlebox .left_titile p {
  width: 100%;
  font-size: 14px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #000000;
  line-height: 20px;
}
body .container .top_titlebox .right_times {
  max-width: 50%;
  float: right;
  text-align: right;
  overflow: hidden;
}
body .container .top_titlebox .right_times .t_label {
  color: #000000;
  font-size: 14px;
  line-height: 28px;
  float: left;
}
body .container .top_titlebox .right_times .timeText {
  float: left;
  margin: 0 20px;
}
body .container .top_titlebox .right_times .timeText .timeD {
  width: 28px;
  height: 28px;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  line-height: 28px;
  float: left;
  background-image: url(../../images/huodong/timebg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 18px;
  color: #FFFFFF;
  margin: 0 1px;
}
body .container .top_titlebox .right_times .timeText i {
  float: left;
  height: 28px;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  line-height: 28px;
  font-style: normal;
  font-size: 18px;
  margin: 0 3px;
  color: #89CACA;
}
body .container .top_titlebox .right_times.notStarted .timeText .timeD {
  background-image: url(../../images/huodong/timebg2.png);
}
body .container .top_titlebox .right_times.notStarted .timeText i {
  color: #3a48f5;
}
body .container .top_titlebox .right_times.over .timeText .timeD {
  background-image: url(../../images/huodong/timebg3.png);
}
body .container .top_titlebox .right_times.over .timeText i {
  color: #cbcbcb;
}
body .container .top_titlebox.height_2 {
  padding: 30px 55px;
}
body .container .hd_top100 {
  width: 100%;
  margin-bottom: 20px;
}
body .container .hd_top100 .max-width {
  background-color: transparent;
  background-image: url(../../images/huodong/hd_bg1.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto;
}
body .container .hd_top100 .b_itembox {
  width: 100%;
  padding: 0 30px;
  height: 720px;
  overflow: hidden;
}
body .container .hd_top100 .b_itembox .in_item {
  width: 100%;
  overflow: hidden;
}
body .container .hd_top100 .b_itembox .type1 {
  width: 100%;
}
body .container .hd_top100 .b_itembox .type1 ul {
  display: block;
  width: 100%;
  overflow: hidden;
}
body .container .hd_top100 .b_itembox .type1 ul li {
  width: 270px;
  height: 160px;
  background: #FFFFFF;
  box-shadow: 0px 1px 5px 0px rgba(235, 235, 235, 0.5);
  border-radius: 10px;
  border: 1px solid #EEEEEE;
  float: left;
  margin: 0px 20px 20px 0px;
  padding: 20px 16px;
}
body .container .hd_top100 .b_itembox .type1 ul li .imgbox {
  width: 88px;
  height: 120px;
  float: left;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}
body .container .hd_top100 .b_itembox .type1 ul li .imgbox img {
  width: 100%;
  height: 100%;
  display: block;
}
body .container .hd_top100 .b_itembox .type1 ul li .imgbox .tejia_icon {
  position: absolute;
  top: 0px;
  right: 8px;
  width: 32px;
  height: 18px;
  background-image: url(../../images/huodong/icon_tj.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
body .container .hd_top100 .b_itembox .type1 ul li .imgbox .xianmian_icon {
  position: absolute;
  top: 0px;
  right: 8px;
  width: 32px;
  height: 18px;
  background-image: url(../../images/huodong/icon_xm.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
body .container .hd_top100 .b_itembox .type1 ul li .textbpox {
  width: 134px;
  float: right;
}
body .container .hd_top100 .b_itembox .type1 ul li .textbpox .bookname {
  width: 100%;
  overflow: hidden;
  line-height: 20px;
  height: 40px;
  font-size: 14px;
}
body .container .hd_top100 .b_itembox .type1 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 .container .hd_top100 .b_itembox .type1 ul li .textbpox .bookuser a {
  color: #9f9f9f;
}
body .container .hd_top100 .b_itembox .type1 ul li .textbpox .price {
  width: 100%;
  white-space: nowrap;
  height: 25px;
}
body .container .hd_top100 .b_itembox .type1 ul li .textbpox .price span {
  font-size: 14px;
  color: #CE4444;
}
body .container .hd_top100 .b_itembox .type1 ul li .textbpox .price .oldPrice {
  font-size: 12px;
  color: #9F9F9F;
  text-decoration: line-through;
  margin-left: 10px;
}
body .container .hd_top100 .b_itembox .type1 ul li .textbpox .book_icon {
  width: 100%;
  padding-top: 7px;
}
body .container .hd_top100 .b_itembox .type1 ul li .textbpox .book_icon:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
body .container .hd_top100 .b_itembox .type1 ul li .textbpox .book_icon > .iconfont {
  color: #c6a770;
  font-size: 16px;
  height: 18px;
  display: block;
  float: left;
  margin-right: 4px;
}
body .container .hd_top100 .b_itembox .type1 ul li .textbpox .book_icon .Collection {
  float: right;
  color: #B1B1B1;
  overflow: hidden;
}
body .container .hd_top100 .b_itembox .type1 ul li .textbpox .book_icon .Collection .iconfont {
  font-size: 14px;
  display: block;
  margin-right: 5px;
  line-height: 18px;
  float: left;
}
body .container .hd_top100 .b_itembox .type1 ul li .textbpox .book_icon .Collection .text {
  font-size: 12px;
  line-height: 16px;
  vertical-align: top;
  float: left;
}
body .container .hd_top100 .b_itembox .type1 ul li .textbpox .book_icon .Collection.active {
  color: #CDB17E;
}
body .container .hd_top100 .b_itembox .type1 ul li:nth-child(4n) {
  margin-right: 0px;
}
body .container .hd_top100 .b_itembox .type2 {
  width: 100%;
}
body .container .hd_top100 .b_itembox .type2 ul {
  display: block;
  width: 100%;
  overflow: hidden;
}
body .container .hd_top100 .b_itembox .type2 ul li {
  width: 270px;
  height: 160px;
  background: linear-gradient(191deg, #f2faff 0%, #ffffff 100%);
  box-shadow: 0px 1px 6px 0px rgba(235, 235, 235, 0.5);
  border-radius: 10px;
  border: 1px solid #EEEEEE;
  padding: 20px 16px;
  position: relative;
  float: left;
  margin: 0px 20px 20px 0px;
}
body .container .hd_top100 .b_itembox .type2 ul li .tejia_icon {
  position: absolute;
  top: 0px;
  right: 24px;
  width: 32px;
  height: 18px;
  background-image: url(../../images/huodong/icon_tj.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
body .container .hd_top100 .b_itembox .type2 ul li .xianmian_icon {
  position: absolute;
  top: 0px;
  right: 24px;
  width: 32px;
  height: 18px;
  background-image: url(../../images/huodong/icon_xm.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
body .container .hd_top100 .b_itembox .type2 ul li .bookname {
  width: 100%;
  overflow: hidden;
  line-height: 20px;
  height: 40px;
  font-size: 14px;
  margin-bottom: 5px;
}
body .container .hd_top100 .b_itembox .type2 ul li .bookuser {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #9F9F9F;
  font-size: 12px;
  line-height: 16px;
  height: 16px;
}
body .container .hd_top100 .b_itembox .type2 ul li .bookuser a {
  color: #9f9f9f;
}
body .container .hd_top100 .b_itembox .type2 ul li .price {
  width: 100%;
  white-space: nowrap;
  height: 26px;
  line-height: 26px;
}
body .container .hd_top100 .b_itembox .type2 ul li .price span {
  font-size: 14px;
  color: #CE4444;
}
body .container .hd_top100 .b_itembox .type2 ul li .price .oldPrice {
  font-size: 12px;
  color: #9F9F9F;
  text-decoration: line-through;
  margin-left: 10px;
}
body .container .hd_top100 .b_itembox .type2 ul li .book_icon {
  width: 100%;
  padding-top: 5px;
}
body .container .hd_top100 .b_itembox .type2 ul li .book_icon:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
body .container .hd_top100 .b_itembox .type2 ul li .book_icon > .iconfont {
  color: #c6a770;
  font-size: 16px;
  height: 18px;
  display: block;
  float: left;
  margin-right: 4px;
}
body .container .hd_top100 .b_itembox .type2 ul li .book_icon .Collection {
  float: right;
  color: #B1B1B1;
  overflow: hidden;
}
body .container .hd_top100 .b_itembox .type2 ul li .book_icon .Collection .iconfont {
  font-size: 14px;
  display: block;
  margin-right: 5px;
  line-height: 18px;
  float: left;
}
body .container .hd_top100 .b_itembox .type2 ul li .book_icon .Collection .text {
  font-size: 12px;
  line-height: 16px;
  vertical-align: top;
  float: left;
}
body .container .hd_top100 .b_itembox .type2 ul li .book_icon .Collection.active {
  color: #CDB17E;
}
body .container .hd_top100 .b_itembox .type2 ul li:nth-child(4n) {
  margin-right: 0px;
}
body .container .hd_top100 .b_itembox .type3 {
  width: 100%;
}
body .container .hd_top100 .b_itembox .type3 ul {
  width: 100%;
  overflow: hidden;
  display: block;
}
body .container .hd_top100 .b_itembox .type3 ul li {
  width: 270px;
  height: 160px;
  background: #FFFFFF;
  box-shadow: 0px 1px 5px 0px rgba(235, 235, 235, 0.5);
  border-radius: 10px;
  border: 1px solid #EEEEEE;
  float: left;
  margin: 0px 20px 20px 0px;
  padding: 20px 16px;
}
body .container .hd_top100 .b_itembox .type3 ul li .imgbox {
  width: 124px;
  height: 108px;
  float: left;
  overflow: hidden;
  padding-right: 16px;
  position: relative;
  background-image: url(../../images/index2/audio_icon.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 90px 90px;
}
body .container .hd_top100 .b_itembox .type3 ul li .imgbox img {
  width: 100%;
  height: 100%;
  display: block;
}
body .container .hd_top100 .b_itembox .type3 ul li .imgbox .tejia_icon {
  position: absolute;
  top: 0px;
  right: 24px;
  width: 32px;
  height: 18px;
  background-image: url(../../images/huodong/icon_tj.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
body .container .hd_top100 .b_itembox .type3 ul li .imgbox .xianmian_icon {
  position: absolute;
  top: 0px;
  right: 24px;
  width: 32px;
  height: 18px;
  background-image: url(../../images/huodong/icon_xm.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
body .container .hd_top100 .b_itembox .type3 ul li .textbpox {
  width: 105px;
  float: right;
}
body .container .hd_top100 .b_itembox .type3 ul li .textbpox .bookname {
  width: 100%;
  overflow: hidden;
  line-height: 20px;
  height: 60px;
  font-size: 14px;
  margin-bottom: 15px;
}
body .container .hd_top100 .b_itembox .type3 ul li .textbpox .price {
  width: 100%;
  white-space: nowrap;
  height: 25px;
}
body .container .hd_top100 .b_itembox .type3 ul li .textbpox .price span {
  font-size: 14px;
  color: #CE4444;
}
body .container .hd_top100 .b_itembox .type3 ul li .textbpox .price .oldPrice {
  font-size: 12px;
  color: #9F9F9F;
  text-decoration: line-through;
  margin-left: 10px;
}
body .container .hd_top100 .b_itembox .type3 ul li .textbpox .book_icon {
  width: 100%;
  padding-top: 7px;
}
body .container .hd_top100 .b_itembox .type3 ul li .textbpox .book_icon:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
body .container .hd_top100 .b_itembox .type3 ul li .textbpox .book_icon > .iconfont {
  color: #c6a770;
  font-size: 16px;
  height: 18px;
  display: block;
  float: left;
  margin-right: 4px;
}
body .container .hd_top100 .b_itembox .type3 ul li .textbpox .book_icon .Collection {
  float: right;
  color: #B1B1B1;
  overflow: hidden;
}
body .container .hd_top100 .b_itembox .type3 ul li .textbpox .book_icon .Collection .iconfont {
  font-size: 14px;
  display: block;
  margin-right: 5px;
  line-height: 18px;
  float: left;
}
body .container .hd_top100 .b_itembox .type3 ul li .textbpox .book_icon .Collection .text {
  font-size: 12px;
  line-height: 16px;
  vertical-align: top;
  float: left;
}
body .container .hd_top100 .b_itembox .type3 ul li .textbpox .book_icon .Collection.active {
  color: #CDB17E;
}
body .container .hd_top100 .b_itembox .type3 ul li:nth-child(4n) {
  margin-right: 0px;
}
body .container .hd_top100 .b_itembox .type4 {
  width: 100%;
}
body .container .hd_top100 .b_itembox .type4 ul {
  width: 100%;
  overflow: hidden;
  display: block;
}
body .container .hd_top100 .b_itembox .type4 ul li {
  width: 270px;
  height: 160px;
  background: #FFFFFF;
  box-shadow: 0px 1px 5px 0px rgba(235, 235, 235, 0.5);
  border-radius: 10px;
  border: 1px solid #EEEEEE;
  float: left;
  margin: 0px 20px 20px 0px;
  padding: 20px 16px;
}
body .container .hd_top100 .b_itembox .type4 ul li .imgbox {
  width: 96px;
  height: 96px;
  float: left;
  overflow: hidden;
  position: relative;
  border-radius: 8px;
}
body .container .hd_top100 .b_itembox .type4 ul li .imgbox img {
  width: 100%;
  height: 100%;
  display: block;
}
body .container .hd_top100 .b_itembox .type4 ul li .imgbox .tejia_icon {
  position: absolute;
  top: 0px;
  right: 8px;
  width: 32px;
  height: 18px;
  background-image: url(../../images/huodong/icon_tj.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
body .container .hd_top100 .b_itembox .type4 ul li .imgbox .xianmian_icon {
  position: absolute;
  top: 0px;
  right: 8px;
  width: 32px;
  height: 18px;
  background-image: url(../../images/huodong/icon_xm.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
body .container .hd_top100 .b_itembox .type4 ul li .imgbox .icon_num {
  position: absolute;
  bottom: 0px;
  right: 0px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 6px 0px 6px 0px;
  font-size: 12px;
  color: #FFF;
  padding: 2px 6px;
}
body .container .hd_top100 .b_itembox .type4 ul li .textbpox {
  width: 130px;
  float: right;
}
body .container .hd_top100 .b_itembox .type4 ul li .textbpox .bookname {
  width: 100%;
  overflow: hidden;
  line-height: 20px;
  height: 20px;
  font-size: 14px;
  margin-bottom: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body .container .hd_top100 .b_itembox .type4 ul li .textbpox .info {
  width: 100%;
  overflow: hidden;
  color: #9F9F9F;
  font-size: 12px;
  line-height: 20px;
  height: 40px;
  margin-bottom: 8px;
}
body .container .hd_top100 .b_itembox .type4 ul li .textbpox .info a {
  color: #9f9f9f;
}
body .container .hd_top100 .b_itembox .type4 ul li .textbpox .price {
  width: 100%;
  white-space: nowrap;
  height: 25px;
}
body .container .hd_top100 .b_itembox .type4 ul li .textbpox .price span {
  font-size: 14px;
  color: #CE4444;
}
body .container .hd_top100 .b_itembox .type4 ul li .textbpox .price .oldPrice {
  font-size: 12px;
  color: #9F9F9F;
  text-decoration: line-through;
  margin-left: 10px;
}
body .container .hd_top100 .b_itembox .type4 ul li .textbpox .book_icon {
  width: 100%;
  padding-top: 5px;
}
body .container .hd_top100 .b_itembox .type4 ul li .textbpox .book_icon:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
body .container .hd_top100 .b_itembox .type4 ul li .textbpox .book_icon > .iconfont {
  color: #c6a770;
  font-size: 16px;
  height: 18px;
  display: block;
  float: left;
  margin-right: 4px;
}
body .container .hd_top100 .b_itembox .type4 ul li .textbpox .book_icon .Collection {
  float: right;
  color: #B1B1B1;
  overflow: hidden;
}
body .container .hd_top100 .b_itembox .type4 ul li .textbpox .book_icon .Collection .iconfont {
  font-size: 14px;
  display: block;
  margin-right: 5px;
  line-height: 18px;
  float: left;
}
body .container .hd_top100 .b_itembox .type4 ul li .textbpox .book_icon .Collection .text {
  font-size: 12px;
  line-height: 16px;
  vertical-align: top;
  float: left;
}
body .container .hd_top100 .b_itembox .type4 ul li .textbpox .book_icon .Collection.active {
  color: #CDB17E;
}
body .container .hd_top100 .b_itembox .type4 ul li:nth-child(4n) {
  margin-right: 0px;
}
body .container .hd_top100 .b_itembox.show {
  height: auto;
}
body .container .hd_top100 .get_more {
  width: 100%;
  text-align: center;
  padding: 10px 0px 18px;
}
body .container .hd_top100 .get_more span {
  font-size: 14px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #737373;
  line-height: 20px;
  cursor: pointer;
  transition: all 0.3s;
}
body .container .hd_tuiguang {
  width: 100%;
  margin-bottom: 40px;
}
body .container .hd_tuiguang .max-width .tg_box {
  width: 100%;
  overflow: hidden;
  position: relative;
}
body .container .hd_tuiguang .max-width .tg_box .tg_item {
  width: 100%;
  background-color: #EEEEEE;
  display: none;
  float: left;
}
body .container .hd_tuiguang .max-width .tg_box .tg_item img {
  width: 100%;
  height: 100%;
}
body .container .hd_tuiguang .max-width .tg_box.l_01 .tg_item:nth-child(1) {
  display: block;
}
body .container .hd_tuiguang .max-width .tg_box.l_02 .tg_item {
  height: 276px;
}
body .container .hd_tuiguang .max-width .tg_box.l_02 .tg_item:nth-child(1) {
  width: 680px;
  display: block;
}
body .container .hd_tuiguang .max-width .tg_box.l_02 .tg_item:nth-child(2) {
  display: block;
  width: 500px;
  float: right;
}
body .container .hd_tuiguang .max-width .tg_box.l_03 .tg_item {
  height: 276px;
}
body .container .hd_tuiguang .max-width .tg_box.l_03 .tg_item:nth-child(1) {
  width: 680px;
  display: block;
}
body .container .hd_tuiguang .max-width .tg_box.l_03 .tg_item:nth-child(2) {
  display: block;
  width: 500px;
  height: 128px;
  margin-bottom: 20px;
  float: right;
}
body .container .hd_tuiguang .max-width .tg_box.l_03 .tg_item:nth-child(3) {
  display: block;
  width: 500px;
  height: 128px;
  float: right;
}
body .container .hd_manghe {
  width: 100%;
  margin-bottom: 20px;
}
body .container .hd_manghe .max-width {
  background-color: #d8e7ee;
  background-image: url(../../images/huodong/hd_bg2.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto;
}
body .container .hd_manghe .max-width .book_list {
  width: 100%;
  padding: 0 29px 17px;
}
body .container .hd_manghe .max-width .book_list ul {
  width: 100%;
}
body .container .hd_manghe .max-width .book_list ul::after {
  clear: both;
  content: '';
  display: block;
  height: 0px;
}
body .container .hd_manghe .max-width .book_list ul li {
  width: 260px;
  height: 160px;
  background: #FFFFFF;
  border-radius: 10px;
  float: left;
  margin: 0 30px 30px 0;
  padding: 25px;
  position: relative;
}
body .container .hd_manghe .max-width .book_list ul li .text_left {
  width: 100px;
}
body .container .hd_manghe .max-width .book_list ul li .text_left h5 {
  width: 100%;
  font-size: 22px;
  font-family: PingFang-SC-Heavy, PingFang-SC;
  font-weight: 800;
  color: #000000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body .container .hd_manghe .max-width .book_list ul li .text_left .info {
  width: 100%;
  font-size: 14px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #000000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 40px;
}
body .container .hd_manghe .max-width .book_list ul li .text_left .price {
  width: 100%;
  color: #CE4444;
  font-size: 18px;
  margin-bottom: 20px;
}
body .container .hd_manghe .max-width .book_list ul li .text_left .bor_bottom {
  width: 40px;
  height: 2px;
  background: #000000;
  border-radius: 2px;
}
body .container .hd_manghe .max-width .book_list ul li .imgbox {
  position: absolute;
  top: -10px;
  right: 5px;
  width: 103px;
  height: 134px;
}
body .container .hd_manghe .max-width .book_list ul li .imgbox img {
  width: 100%;
  height: 100%;
  transform: rotate(-15deg);
}
body .container .hd_manghe .max-width .book_list ul li:nth-child(4n) {
  margin-right: 0px;
}
body .container .hd_goodbook {
  width: 100%;
  margin-bottom: 20px;
}
body .container .hd_goodbook .max-width {
  background-color: transparent;
  background-image: url(../../images/huodong/hd_bg3.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto;
  overflow: hidden;
}
body .container .hd_goodbook .max-width .gb_list {
  width: 100%;
}
body .container .hd_goodbook .max-width .gb_list .gb_item {
  margin-bottom: 35px;
  width: 100%;
  overflow: hidden;
}
body .container .hd_goodbook .max-width .gb_list .gb_item .left_prev {
  width: 94px;
  float: left;
}
body .container .hd_goodbook .max-width .gb_list .gb_item .left_prev span {
  display: block;
  width: 30px;
  height: 30px;
  background-color: #ebebeb;
  color: #FFF;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  cursor: pointer;
  margin: 70px auto;
}
body .container .hd_goodbook .max-width .gb_list .gb_item .right_next {
  width: 94px;
  float: left;
}
body .container .hd_goodbook .max-width .gb_list .gb_item .right_next span {
  display: block;
  width: 30px;
  height: 30px;
  background-color: #ebebeb;
  color: #FFF;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  cursor: pointer;
  margin: 70px auto;
}
body .container .hd_goodbook .max-width .gb_list .gb_item .active span {
  background-color: #999;
}
body .container .hd_goodbook .max-width .gb_list .type1 .l_scroll {
  width: 1012px;
  float: left;
  overflow: hidden;
}
body .container .hd_goodbook .max-width .gb_list .type1 .l_scroll ul {
  display: flex;
  transition: all 0.3s;
}
body .container .hd_goodbook .max-width .gb_list .type1 .l_scroll ul li {
  width: 124px;
  min-width: 124px;
  float: left;
  margin: 0px 53px 0px 0px;
}
body .container .hd_goodbook .max-width .gb_list .type1 .l_scroll ul li .imgbox {
  width: 100%;
  height: 168px;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}
body .container .hd_goodbook .max-width .gb_list .type1 .l_scroll ul li .imgbox img {
  width: 100%;
  height: 100%;
  display: block;
}
body .container .hd_goodbook .max-width .gb_list .type1 .l_scroll ul li .imgbox .tejia_icon {
  position: absolute;
  top: 0px;
  right: 8px;
  width: 32px;
  height: 18px;
  background-image: url(../../images/huodong/icon_tj.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
body .container .hd_goodbook .max-width .gb_list .type1 .l_scroll ul li .imgbox .xianmian_icon {
  position: absolute;
  top: 0px;
  right: 8px;
  width: 32px;
  height: 18px;
  background-image: url(../../images/huodong/icon_xm.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
body .container .hd_goodbook .max-width .gb_list .type1 .l_scroll ul li .imgbox .icon_type {
  position: absolute;
  bottom: 0px;
  right: 0px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 6px 0px 6px 0px;
  font-size: 14px;
  color: #CDB17E;
  padding: 4px 8px;
}
body .container .hd_goodbook .max-width .gb_list .type1 .l_scroll ul li .textbpox {
  width: 100%;
  padding: 23px 0px 0px;
}
body .container .hd_goodbook .max-width .gb_list .type1 .l_scroll ul li .textbpox .bookname {
  width: 100%;
  overflow: hidden;
  line-height: 22px;
  height: 44px;
  font-size: 14px;
}
body .container .hd_goodbook .max-width .gb_list .type1 .l_scroll 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 .container .hd_goodbook .max-width .gb_list .type1 .l_scroll ul li .textbpox .bookuser a {
  color: #9f9f9f;
}
body .container .hd_goodbook .max-width .gb_list .type1 .l_scroll ul li .textbpox .price {
  width: 100%;
  white-space: nowrap;
  height: 25px;
}
body .container .hd_goodbook .max-width .gb_list .type1 .l_scroll ul li .textbpox .price span {
  font-size: 14px;
  color: #CE4444;
}
body .container .hd_goodbook .max-width .gb_list .type1 .l_scroll ul li .textbpox .price .oldPrice {
  font-size: 12px;
  color: #9F9F9F;
  text-decoration: line-through;
  margin-left: 10px;
}
body .container .hd_goodbook .max-width .gb_list .type2 .l_scroll {
  width: 1012px;
  float: left;
  overflow: hidden;
}
body .container .hd_goodbook .max-width .gb_list .type2 .l_scroll ul {
  display: flex;
  transition: all 0.3s;
}
body .container .hd_goodbook .max-width .gb_list .type2 .l_scroll ul li {
  width: 124px;
  min-width: 124px;
  float: left;
  margin: 0px 53px 0px 0px;
}
body .container .hd_goodbook .max-width .gb_list .type2 .l_scroll ul li .imgbox {
  width: 124px;
  height: 108px;
  overflow: hidden;
  padding-right: 16px;
  position: relative;
  background-image: url(../../images/index2/audio_icon.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 90px 90px;
}
body .container .hd_goodbook .max-width .gb_list .type2 .l_scroll ul li .imgbox img {
  width: 100%;
  height: 100%;
  display: block;
}
body .container .hd_goodbook .max-width .gb_list .type2 .l_scroll ul li .imgbox .tejia_icon {
  position: absolute;
  top: 0px;
  right: 24px;
  width: 32px;
  height: 18px;
  background-image: url(../../images/huodong/icon_tj.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
body .container .hd_goodbook .max-width .gb_list .type2 .l_scroll ul li .imgbox .xianmian_icon {
  position: absolute;
  top: 0px;
  right: 24px;
  width: 32px;
  height: 18px;
  background-image: url(../../images/huodong/icon_xm.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
body .container .hd_goodbook .max-width .gb_list .type2 .l_scroll ul li .imgbox .icon_type {
  position: absolute;
  bottom: 0px;
  right: 0px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 6px 0px 6px 0px;
  font-size: 14px;
  color: #CDB17E;
  padding: 4px 8px;
}
body .container .hd_goodbook .max-width .gb_list .type2 .l_scroll ul li .textbpox {
  width: 100%;
  padding: 23px 0px 0px;
}
body .container .hd_goodbook .max-width .gb_list .type2 .l_scroll ul li .textbpox .bookname {
  width: 100%;
  overflow: hidden;
  line-height: 22px;
  height: 44px;
  font-size: 14px;
}
body .container .hd_goodbook .max-width .gb_list .type2 .l_scroll 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 .container .hd_goodbook .max-width .gb_list .type2 .l_scroll ul li .textbpox .bookuser a {
  color: #9f9f9f;
}
body .container .hd_goodbook .max-width .gb_list .type2 .l_scroll ul li .textbpox .price {
  width: 100%;
  white-space: nowrap;
  height: 25px;
}
body .container .hd_goodbook .max-width .gb_list .type2 .l_scroll ul li .textbpox .price span {
  font-size: 14px;
  color: #CE4444;
}
body .container .hd_goodbook .max-width .gb_list .type2 .l_scroll ul li .textbpox .price .oldPrice {
  font-size: 12px;
  color: #9F9F9F;
  text-decoration: line-through;
  margin-left: 10px;
}
body .container .hd_goodbook .max-width .gb_list .type3 .l_scroll {
  width: 1012px;
  float: left;
  overflow: hidden;
}
body .container .hd_goodbook .max-width .gb_list .type3 .l_scroll ul {
  display: flex;
  transition: all 0.3s;
}
body .container .hd_goodbook .max-width .gb_list .type3 .l_scroll ul li {
  width: 124px;
  min-width: 124px;
  float: left;
  margin: 0px 53px 0px 0px;
}
body .container .hd_goodbook .max-width .gb_list .type3 .l_scroll ul li .imgbox {
  width: 100%;
  height: 124px;
  overflow: hidden;
  position: relative;
  border-radius: 8px;
}
body .container .hd_goodbook .max-width .gb_list .type3 .l_scroll ul li .imgbox img {
  width: 100%;
  height: 100%;
  display: block;
}
body .container .hd_goodbook .max-width .gb_list .type3 .l_scroll ul li .imgbox .tejia_icon {
  position: absolute;
  top: 0px;
  right: 8px;
  width: 32px;
  height: 18px;
  background-image: url(../../images/huodong/icon_tj.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
body .container .hd_goodbook .max-width .gb_list .type3 .l_scroll ul li .imgbox .xianmian_icon {
  position: absolute;
  top: 0px;
  right: 8px;
  width: 32px;
  height: 18px;
  background-image: url(../../images/huodong/icon_xm.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
body .container .hd_goodbook .max-width .gb_list .type3 .l_scroll ul li .imgbox .icon_num {
  position: absolute;
  bottom: 0px;
  right: 0px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 6px 0px 6px 0px;
  font-size: 12px;
  color: #FFF;
  padding: 2px 6px;
}
body .container .hd_goodbook .max-width .gb_list .type3 .l_scroll ul li .textbpox {
  width: 100%;
  padding: 23px 0px 0px;
}
body .container .hd_goodbook .max-width .gb_list .type3 .l_scroll ul li .textbpox .bookname {
  width: 100%;
  overflow: hidden;
  line-height: 22px;
  height: 44px;
  font-size: 14px;
}
body .container .hd_goodbook .max-width .gb_list .type3 .l_scroll 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 .container .hd_goodbook .max-width .gb_list .type3 .l_scroll ul li .textbpox .bookuser a {
  color: #9f9f9f;
}
body .container .hd_goodbook .max-width .gb_list .type3 .l_scroll ul li .textbpox .price {
  width: 100%;
  white-space: nowrap;
  height: 25px;
}
body .container .hd_goodbook .max-width .gb_list .type3 .l_scroll ul li .textbpox .price span {
  font-size: 14px;
  color: #CE4444;
}
body .container .hd_goodbook .max-width .gb_list .type3 .l_scroll ul li .textbpox .price .oldPrice {
  font-size: 12px;
  color: #9F9F9F;
  text-decoration: line-through;
  margin-left: 10px;
}
body .container .all_times_box {
  width: 100%;
  margin: 30px 0px;
}
body .container .all_times_box .right_times {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
}
body .container .all_times_box .right_times .t_label {
  color: #000000;
  font-size: 14px;
  line-height: 28px;
}
body .container .all_times_box .right_times .timeText {
  margin: 0 20px;
}
body .container .all_times_box .right_times .timeText .timeD {
  width: 28px;
  height: 28px;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  line-height: 28px;
  float: left;
  background-image: url(../../images/huodong/timebg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 18px;
  color: #FFFFFF;
  margin: 0 1px;
}
body .container .all_times_box .right_times .timeText i {
  float: left;
  height: 28px;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  line-height: 28px;
  font-style: normal;
  font-size: 18px;
  margin: 0 3px;
  color: #89CACA;
}
body .container .all_times_box .right_times.notStarted .timeText .timeD {
  background-image: url(../../images/huodong/timebg2.png);
}
body .container .all_times_box .right_times.notStarted .timeText i {
  color: #3a48f5;
}
body .container .all_times_box .right_times.over .timeText .timeD {
  background-image: url(../../images/huodong/timebg3.png);
}
body .container .all_times_box .right_times.over .timeText i {
  color: #cbcbcb;
}
