.box {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}

.box01 {
  padding-top: 50px;
  padding-bottom: 60px;
  background: url(../images/left_bg.png) no-repeat left top, url(../images/right_bg.png) no-repeat right top;
}

.box01 .wrap01 {
  display: flex;
  justify-content: space-between;
}

.lb_list {
  width: 620px;
  height: 351px;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 !important;
}

.swiper-pagination {
  position: absolute;
  left: 50% !important;
  transform: translateX(-50%) !important;
}

.swiper-pagination-bullet {
  width: 30px !important;
  height: 3px !important;
  background: #cccccc !important;
  border-radius: 2px !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  background-color: #fff !important;
  opacity: 1 !important;
}

.lb_list img {
  width: 100%;
  height: 100%;
}

.box01_r {
  width: 550px;
}

.box01_r h3 {
  width: 550px;
  height: 73px;
  background: #F8F8FC;
  border-radius: 10px;
  color: #333333;
  font-size: 24px;
  box-sizing: border-box;
  padding-left: 40px;
  display: flex;
  align-items: center;
}

.box01_bottom {
  width: 100%;
  box-sizing: border-box;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 40px;
}

.box01_bottom img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.box01_bottom p {
  color: #666666;
  font-size: 17px;
  margin-bottom: 30px;
}

.red {
  color: #D02D26;
}

.box01_bottom .a_btn {
  display: flex;
  justify-content: space-between;
}

.box01_bottom .a_btn a {
  width: 230px;
  height: 66px;
  background: linear-gradient(0, #DB3736, #EF5151);
  box-shadow: 0px 5px 10px 0px rgba(51, 0, 0, 0.15);
  border-radius: 5px;
  color: #FFFFFF;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.box01_bottom .a_btn .online_look {
  background: rgba(208, 45, 38, 0.06);
  border: 1px solid #D02D26;
  border-radius: 5px;
  color: #D02D26;
}

.title {
  padding: 60px 0 20px;
  border-bottom: 1px solid #E9E9F2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.title h2 {
  color: #333333;
  font-size: 30px;
}

.title h2 img, .tab01_container div .more_btn img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

.title ul {
  display: flex;
}

.title ul li {
  height: 30px;
  line-height: 30px;
  margin: 0 20px;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
}

.title ul li.active {
  color: #D02E26;
  font-size: 20px;
}

.tab01_container {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.tab01_container div {
  width: 560px;
}

.tab01_container div li {
  height: 48px;
}

.tab01_container div li .new_title {
  color: #666666;
  font-size: 18px;
  display: inline-block;
  width: 490px;
}

.tab01_container div li.hot::before {
  content: '热门';
  display: inline-block;
  vertical-align: middle;
  background: url(../images/hot_bg.png) no-repeat center center;
  width: 57px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  color: #FFFFFF;
  font-size: 16px;
  box-sizing: border-box;
  padding-right: 3px;
}

.tab01_container div li.hot .new_title {
  color: #333333;
  font-size: 22px;
  font-weight: bold;
  vertical-align: middle;
  width: 424px;
}

.tab01_container div li .new_time {
  float: right;
  color: #CCCCCC;
  font-size: 16px;
  vertical-align: middle;
}

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tab01_container div .more_btn {
  display: block;
  width: 560px;
  height: 50px;
  background: #F8F8FC;
  color: #666666;
  font-size: 16px;
  text-align: center;
  line-height: 50px;
}

.box02, .box04 {
  background: #F8F8FC;
  padding-bottom: 60px;
}

.box02 .title {
  border-bottom: 0;
}

.data_list {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.data_item_bottom {
  width: 100px;
  height: 130px;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.data_item_bottom img {
  width: 100px;
  height: 100px;
}

.data_item_container {
  -webkit-perspective: 150rem;
  perspective: 150rem;
  -moz-perspective: 150rem;
  position: relative;
  cursor: pointer;
  height: 130px;
  width: 100px;
}

.data_item {
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.box02 .title span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  font-size: 20px;
}

.data_item img {
  margin: 0 auto;
}

.data_item p, .data_item_bottom p {
  margin: 22px 0 0;
  color: #333333;
  font-size: 20px;
  text-align: center;
}
.data_item_bottom p {
  margin-top: 3px;
}

.data_item a {
  display: block;
  width: 94px;
  height: 32px;
  box-sizing: border-box;
  line-height: 30px;
  text-align: center;
  background: rgba(208, 45, 38, 0.06);
  border: 1px solid #D02D26;
  border-radius: 16px;
  color: #D02D26;
  font-size: 16px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.data_item a:hover {
  color: #fff;
  background: linear-gradient(90deg, #DB3736, #EF5151);
  box-shadow: 0px 5px 10px 0px rgba(51, 0, 0, 0.15);
}

.tab02_container {
  display: flex;
  justify-content: space-between;
}

.book_item {
  width: 300px;
  padding-bottom: 60px;
}

.tab02_container .book_img {
  width: 300px;
  height: 225px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tab02_container .book_img img {
  width: 134px;
  height: auto;
}

.tab02_container p {
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 48px;
  color: #333333;
  text-align: center;
  box-sizing: border-box;
  padding: 0 20px;
}

.price {
  color: #666666;
  font-size: 16px;
  text-align: center;
  margin-bottom: 30px;
}

.price .red {
  font-size: 24px;
}

.price .big {
  font-size: 20px;
  font-weight: bold;
}

.buy_btn {
  display: block;
  width: 160px;
  height: 48px;
  background: linear-gradient(90deg, #DB3736, #EF5151);
  box-shadow: 0px 5px 10px 0px rgba(51, 0, 0, 0.15);
  border-radius: 24px;
  color: #FFFFFF;
  font-size: 18px;
  text-align: center;
  line-height: 48px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  margin: 0 auto;
}

.buy_btn:hover {
  transform: translateY(-5px);
}

.online_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}

.online_item {
  margin-right: 50px;
  background-color: #fff;
  width: 366px;
  padding-bottom: 40px;
  margin-bottom: 50px;
}

.online_item:nth-child(3n) {
  margin-right: 0;
}

.online_img {
  width: 366px;
  height: 230px;
}

.online_img img {
  width: 100%;
  height: 100%;
}

.online_item p {
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 48px;
  width: 340px;
  color: #333333;
  font-size: 18px;
  word-break: break-all;
  margin: 30px auto;
}

.online_item .online_bottom {
  width: 340px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.online_item .online_bottom .buy_btn {
  margin: 0;
}

.online_item .price {
  margin-bottom: 0;
}

.box04 {
  padding-bottom: 0;
}
.box01_bottom .download_title{margin-bottom:21px;color:#333;font-size:24px;}
.box01_bottom .down-way{margin-top:14px;}
.box01_bottom .down-way a{margin-right:18px;}
.box01_bottom .down-waiting{position:relative;padding-left:80px;margin: 5px 0 5px;}
.box01_bottom .down-waiting:after{position:absolute;top:0;left:0;width:58px;height:58px;background:url(../images/downloaddetails.png) no-repeat;}
.box01_bottom .down-waiting p{padding-bottom:15px;font-size:16px;line-height: 56px;color: #4CAF50;}
@media only all and (max-width:1080px) {
  .box01 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    background: none;
  }
  .box01 .wrap01 {
    flex-direction: column;
    align-items: center;
  }
  .lb_list {
    width: 15.5rem;
    height: 8.78rem;
    border-radius: .1rem;
  }
  .swiper-pagination-bullet {
    width: .8rem !important;
    height: .1rem !important;
  }
  .box01_r {
    width: 100%;
  }
  .box01_r h3 {
    width: 100%;
    height: 1.83rem;
    border-radius: .4rem;
    font-size: .8rem;
    padding-left: 1rem;
    margin-top: 1rem;
  }
  .box01_bottom {
    border-radius: .4rem;
    padding: 1rem;
  }
  .box01_bottom img {
    margin-right: .25rem;
    width: .8rem;
  }
  .box01_bottom p {
    font-size: .7rem;
    margin-bottom: .75rem;
  }
  .box01_bottom .a_btn {
    justify-content: space-around;
  }
  .box01_bottom .a_btn a {
    width: 6rem;
    height: 1.65rem;
    border-radius: .2rem;
    font-size: .7rem;
  }
  .box01_bottom .a_btn .online_look {
    border-radius: .2rem;
  }
  .title {
    padding: .5rem 0 .5rem;
    flex-direction: column;
    align-items: flex-start;
  }
  .title h2 {
    font-size: .8rem;
    margin-bottom: .6rem;
  }
  .title h2 img, .tab01_container div .more_btn img {
    height: .48rem;
    margin-left: .23rem;
  }
  .title ul {
    display: flex;
    flex-wrap: wrap;
  }
  .title ul li {
    width: 4.4rem;
    height: 1.4rem;
    line-height: 1.4rem;
    margin: 0;
    font-size: .75rem;
    text-align: center;
  }
  .title ul li.active {
    font-size: .8rem;
  }
  .tab01_container {
    margin-top: 1rem;
  }
  .tab01_container div {
    width: 100%;
  }
  .tab01_container div:last-child {
    display: none;
  }
  .tab01_container div li {
    height: 1.6rem;
  }
  .tab01_container div li .new_title {
    font-size: .7rem;
    width: 82%;
  }
  .tab01_container div li.hot::before {
    width: 2rem;
    height: 1rem;
    line-height: 1rem;
    font-size: .6rem;
    padding-right: .08rem;
    background-size: 100%;
  }
  .tab01_container div li.hot .new_title {
    font-size: .75rem;
    width: 70%;
  }
  .tab01_container div li .new_time {
    font-size: .6rem;
  }
  .tab01_container div .more_btn {
    display: block;
    width: 100%;
    height: 2rem;
    font-size: .7rem;
    line-height: 2rem;
  }
  .box02, .box04 {
    padding-bottom: .6rem;
  }
  .data_list {
    margin-top: 0;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .data_item_bottom {
    width: 82px;
    height: 130px;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
  }
  .data_item_bottom img {
    width: 3.5rem;
    height: 3.5rem;
    margin: 0 auto;
  }
  .data_item_container {
    width: 4rem;
    height: 5rem;
  }

  .data_item {
    width: 4rem;
    margin-bottom: .4rem;
  }
  .box02 .title span {
    margin-left: .4rem;
    font-size: .7rem;
  }
  .data_item img {
    margin: 0 auto;
    width: 3rem;
  }
  .data_item p, .data_item_bottom p {
    margin: .4rem 0 0;
    font-size: .7rem;
  }
  .data_item_bottom p {
    margin-top: 0;
  }
  .data_item a {
    width: 4rem;
    height: 1.3rem;
    line-height: 1.3rem;
    border-radius: 1rem;
    font-size: .6rem;
  }
  .tab02_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .book_item {
    width: 7.5rem;
    padding-bottom: .5rem;
  }
  .tab02_container .book_img {
    width: 7.5rem;
    height: 5.63rem;
  }
  .tab02_container .book_img img {
    width: 3.35rem;
  }
  .tab02_container p {
    height: 2rem;
    line-height: 1rem;
    padding: 0 .2rem;
  }
  .price {
    font-size: .65rem;
    margin-bottom: .4rem;
  }
  .price .red {
    font-size: .8rem;
  }
  .price .big {
    font-size: 1rem;
  }
  .buy_btn {
    width: 4rem;
    height: 1.2rem;
    border-radius: 1rem;
    font-size: .7rem;
    line-height: 1.2rem;
  }
  .buy_btn:hover {
    transform: translateY(-.1rem);
  }
  .online_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .online_item {
    margin-right: 0;
    width: 8.7rem;
    padding-bottom: .6rem;
    margin-bottom: .4rem;
  }
  .online_item:nth-child(3n) {
    margin-right: 0;
  }
  .online_img {
    width: 8.7rem;
    height: 5.5rem;
    object-fit: cover;
  }
  .online_item p {
    line-height: 1rem;
    height: 2rem;
    width: 8rem;
    font-size: .6rem;
    margin: .4rem auto 0;
  }
  .online_item .online_bottom {
    width: 8rem;
    flex-direction: column;
  }
  .online_item .price {
    margin-bottom: .3rem;
  }
  .box01_bottom .down-waiting p{line-height: 28px;}
.box01_bottom .download_title{margin: 20px 0; text-align: center;}
}
