.easefilp .banner-wrapper {
  width: 100%;
  height: 100%;
  background-image: url('/img/easeflip/banner-bg.png');
  background-size: 100% 100%;
  padding-bottom: 80px;
}
.easefilp .banner-wrapper .banner-content-top {
  background: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  padding: 70px 0;
  border-bottom-right-radius: 140px;
  border-bottom-left-radius: 140px;
  box-shadow: 0px 10px 10px 0px rgba(160, 50, 50, 0.3);
  overflow: hidden;
}
.easefilp .banner-wrapper .banner-content-top .left-box {
  flex: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
}
.easefilp .banner-wrapper .banner-content-top .left-box .left-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 560px;
  position: relative;
}
.easefilp .banner-wrapper .banner-content-top .left-box .left-content .title {
  font-size: 40px;
  font-weight: bold;
  color: #114258;
  line-height: 73px;
  text-align: left;
  width: 100%;
}
.easefilp .banner-wrapper .banner-content-top .left-box .left-content .desc {
  font-size: 20px;
  text-align: left;
  width: 85%;
  color: #666666;
  line-height: 41px;
  margin-top: 20px;
}
.easefilp .banner-wrapper .banner-content-top .left-box .left-content .button-item {
  width: 320px;
  display: inline-block;
  padding: 8px 0;
  background: #ec595a;
  text-align: center;
  font-size: 0;
  cursor: pointer;
  font-size: 14px;
  margin-top: 40px;
}
.easefilp .banner-wrapper .banner-content-top .left-box .left-content .button-item .text {
  color: #FFFFFF;
}
.easefilp .banner-wrapper .banner-content-top .left-box .left-content .button-item .text:not(.light) {
  font-size: 20px;
  font-weight: bold;
}
.easefilp .banner-wrapper .banner-content-top .left-box .left-content .button-item:hover {
  background: #fff;
  border: 1px solid #FF4A53;
}
.easefilp .banner-wrapper .banner-content-top .left-box .left-content .button-item:hover .text {
  color: #FF4A53;
}
.easefilp .banner-wrapper .banner-content-top .right-box {
  flex: 1.5;
  background-image: url("/img/easeflip/carousel-bg.svg");
  background-size: 100% 100%;
  height: 412px;
  width: 600px;
}
.easefilp .banner-wrapper .banner-content-top .right-box .ivu-carousel {
  height: 100%;
}
.easefilp .banner-wrapper .banner-content-top .right-box .ivu-carousel .ivu-carousel-list {
  width: 338px;
  height: 310px;
  margin: 0 auto;
}
.easefilp .banner-wrapper .banner-content-top .right-box .ivu-carousel .ivu-carousel-list .ivu-carousel-item {
  transform: translate(-8px, 101px);
}
.easefilp .banner-wrapper .banner-content-top .right-box .ivu-carousel .ivu-carousel-list .ivu-carousel-item .pic-item {
  width: 338px;
  height: 310px;
  display: inline-block;
}
.easefilp .banner-wrapper .banner-content-top .right-box .ivu-carousel .ivu-carousel-list .ivu-carousel-item .pic-item img {
  width: 100%;
}
.easefilp .banner-wrapper .banner-content-top .right-box .ivu-carousel .ivu-carousel-arrow {
  background-color: #fff;
  font-size: 2.2rem;
  line-height: 2.2rem;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  color: #5fb48a;
  outline: none;
}
.easefilp .banner-wrapper .banner-content-top .right-box .ivu-carousel .ivu-carousel-arrow.right {
  right: 150px;
}
.easefilp .banner-wrapper .banner-content-top .right-box .ivu-carousel .ivu-carousel-arrow.left {
  left: 135px;
}
.easefilp .banner-wrapper .banner-content-top .right-box .ivu-carousel .ivu-carousel-dots.ivu-carousel-dots-inside {
  bottom: 60px;
}
.easefilp .banner-wrapper .banner-content-top .right-box .ivu-carousel .ivu-carousel-dots.ivu-carousel-dots-inside .ivu-carousel-active > button {
  opacity: 1;
  background: #5fb48a;
}
.easefilp .banner-wrapper .banner-content-top .mini-button-item {
  width: 80%;
  padding: 8px 0;
  background: #ec595a;
  text-align: center;
  cursor: pointer;
  font-size: 12px;
  margin: 0 auto;
  border-radius: 10px;
  display: none;
}
.easefilp .banner-wrapper .banner-content-top .mini-button-item .text {
  color: #FFFFFF;
}
.easefilp .banner-wrapper .banner-content-top .mini-button-item .text:not(.light) {
  font-size: 18px;
  font-weight: bold;
}
.easefilp .banner-wrapper .banner-content-top::before {
  content: '';
  background: url("/img/easeflip/banner-bg-book.svg");
  background-size: 100% 100%;
  position: absolute;
  width: 609px;
  height: 100%;
  left: -30px;
  bottom: -160px;
}
.easefilp .banner-wrapper .banner-content-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.easefilp .banner-wrapper .banner-content-bottom .title {
  font-size: 28px;
  font-weight: bold;
  color: #114258;
  line-height: 45px;
  text-align: center;
  width: 55%;
  margin: 80px auto;
}
.easefilp .banner-wrapper .banner-content-bottom .data-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.easefilp .banner-wrapper .banner-content-bottom .data-content .data-item {
  text-align: center;
  flex: 0 0 50%;
  position: relative;
}
.easefilp .banner-wrapper .banner-content-bottom .data-content .data-item span {
  color: #FFFFFF;
}
.easefilp .banner-wrapper .banner-content-bottom .data-content .data-item span.blod-text {
  font-size: 46px;
  font-weight: bold;
}
.easefilp .banner-wrapper .banner-content-bottom .data-content .data-item span.light-text {
  display: inline-block;
  margin-top: 5px;
  font-size: 16px;
}
.easefilp .banner-wrapper .banner-content-bottom .data-content .data-item:last-child::before {
  position: absolute;
  left: 0;
  top: -30px;
  content: "";
  width: 3px;
  display: inline-block;
  height: 155px;
  background: #e47b6c;
}
.easefilp .content1-wrapper {
  padding-top: 80px;
}
.easefilp .content1-wrapper .title {
  font-size: 28px;
  color: #114258;
  font-weight: bold;
  text-align: center;
}
.easefilp .content1-wrapper .flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-top: 60px;
}
.easefilp .content1-wrapper .flex-wrapper .flex-item {
  padding: 40px 15px;
  height: 606px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  flex: 0 0 calc(100% /  3 - 15px);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  position: relative;
  background: #fff;
  justify-content: space-between;
}
.easefilp .content1-wrapper .flex-wrapper .flex-item:first-child::before {
  content: "";
  position: absolute;
  z-index: -1;
  display: inline-block;
  top: -115px;
  left: -115px;
  background-image: url(/img/easeflip/ring.svg);
  background-size: 100% 100%;
  width: 230px;
  height: 230px;
}
.easefilp .content1-wrapper .flex-wrapper .flex-item:last-child::after {
  content: "";
  position: absolute;
  z-index: -1;
  display: inline-block;
  top: 480px;
  right: -100px;
  background-image: url(/img/easeflip/ring.svg);
  background-size: 100% 100%;
  width: 455px;
  height: 455px;
}
.easefilp .content1-wrapper .flex-wrapper .flex-item:nth-child(n+4) {
  margin-top: 25px;
}
.easefilp .content1-wrapper .flex-wrapper .flex-item:hover {
  background: #eb8379;
}
.easefilp .content1-wrapper .flex-wrapper .flex-item:hover .flex-title {
  color: #fff;
}
.easefilp .content1-wrapper .flex-wrapper .flex-item:hover .desc {
  color: #fff;
}
.easefilp .content1-wrapper .flex-wrapper .flex-item:hover .icon-1 {
  background-image: url("/img/easeflip/flex-icon1-active.svg");
  height: 180px;
}
.easefilp .content1-wrapper .flex-wrapper .flex-item:hover .icon-2 {
  background-image: url("/img/easeflip/flex-icon2-active.svg");
}
.easefilp .content1-wrapper .flex-wrapper .flex-item:hover .icon-3 {
  background-image: url("/img/easeflip/flex-icon3-active.svg");
}
.easefilp .content1-wrapper .flex-wrapper .flex-item:hover .icon-4 {
  background-image: url("/img/easeflip/flex-icon4-active.svg");
}
.easefilp .content1-wrapper .flex-wrapper .flex-item:hover .icon-5 {
  background-image: url("/img/easeflip/flex-icon5-active.svg");
}
.easefilp .content1-wrapper .flex-wrapper .flex-item:hover .icon-6 {
  background-image: url("/img/easeflip/flex-icon6-active.svg");
}
.easefilp .content1-wrapper .flex-wrapper .flex-item .flex-title {
  font-size: 22px;
  font-weight: bold;
  color: #333;
  line-height: 32px;
}
.easefilp .content1-wrapper .flex-wrapper .flex-item .desc {
  margin: 40px auto;
  font-size: 16px;
  color: #666;
  line-height: 27px;
  text-align: left;
}
.easefilp .content1-wrapper .flex-wrapper .flex-item .icon {
  background-size: 100% 100%;
  width: 100%;
  height: 200px;
}
.easefilp .content1-wrapper .flex-wrapper .flex-item .icon-1 {
  background-image: url("/img/easeflip/flex-icon1.svg");
  height: 180px;
}
.easefilp .content1-wrapper .flex-wrapper .flex-item .icon-2 {
  background-image: url("/img/easeflip/flex-icon2.svg");
}
.easefilp .content1-wrapper .flex-wrapper .flex-item .icon-3 {
  background-image: url("/img/easeflip/flex-icon3.svg");
}
.easefilp .content1-wrapper .flex-wrapper .flex-item .icon-4 {
  background-image: url("/img/easeflip/flex-icon4.svg");
}
.easefilp .content1-wrapper .flex-wrapper .flex-item .icon-5 {
  background-image: url("/img/easeflip/flex-icon5.svg");
}
.easefilp .content1-wrapper .flex-wrapper .flex-item .icon-6 {
  background-image: url("/img/easeflip/flex-icon6.svg");
}
.easefilp .content1-wrapper .arrow {
  text-align: center;
  margin: 60px 0;
}
.easefilp .content1-wrapper .arrow .icon-arrow {
  cursor: default;
  height: 100%;
}
.easefilp .content1-wrapper .arrow .icon-arrow::before {
  color: #eb907a;
  font-size: 36px;
}
.easefilp .content1-wrapper .bottom-wrapper {
  position: relative;
  padding-bottom: 80px;
  border-bottom-left-radius: 90px;
  border-bottom-right-radius: 90px;
  overflow: hidden;
}
.easefilp .content1-wrapper .bottom-wrapper .video-content {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
.easefilp .content1-wrapper .bottom-wrapper::after {
  content: "";
  display: inline-block;
  background-image: url("/img/easeflip/bottom-bar.svg");
  background-size: cover;
  width: 100%;
  height: 250px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.easefilp .content2-wrapper {
  padding: 80px 0;
}
.easefilp .content2-wrapper .title {
  font-size: 28px;
  color: #114258;
  font-weight: bold;
  text-align: center;
}
.easefilp .content2-wrapper .container {
  position: relative;
}
.easefilp .content2-wrapper .container::after {
  content: "";
  position: absolute;
  z-index: -1;
  display: inline-block;
  top: 260px;
  left: -90px;
  background-image: url(/img/easeflip/ring.svg);
  background-size: 100% 100%;
  width: 485px;
  height: 485px;
  z-index: -2;
}
.easefilp .content2-wrapper .books-wrapper .books-box,
.easefilp .content2-wrapper .books-wrapper .mini-books-box {
  background-size: 100% 100%;
  position: relative;
  margin: 60px auto 0 auto;
  width: 996px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding: 0 30px 140px 30px;
}
.easefilp .content2-wrapper .books-wrapper .books-box::after,
.easefilp .content2-wrapper .books-wrapper .mini-books-box::after {
  content: "";
  display: inline-block;
  background-image: url("/img/easeflip/books-bg.svg");
  background-size: 100% 100%;
  width: 996px;
  height: 145px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.easefilp .content2-wrapper .books-wrapper .books-box + .books-box,
.easefilp .content2-wrapper .books-wrapper .mini-books-box + .books-box {
  margin-top: 60px;
}
.easefilp .content2-wrapper .books-wrapper .books-box .books-item,
.easefilp .content2-wrapper .books-wrapper .mini-books-box .books-item {
  height: 280px;
  width: 217px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.easefilp .content2-wrapper .books-wrapper .books-box .books-item img,
.easefilp .content2-wrapper .books-wrapper .mini-books-box .books-item img {
  max-width: 100%;
  max-height: 100%;
}
.easefilp .content2-wrapper .books-wrapper .mini-books-box {
  display: none;
}
.easefilp .content3-wrapper {
  padding: 40px 0;
  background-image: url('/img/easeflip/banner-bg.png');
  background-size: 100% 100%;
  width: 100%;
}
.easefilp .content3-wrapper .title {
  font-size: 28px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 45px;
  width: 50%;
  text-align: center;
  margin: auto auto 30px auto;
}
.easefilp .content3-wrapper .button-item {
  width: 367px;
  display: block;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #FF4A53;
  line-height: 28px;
  background: #fff;
  border-radius: 30px;
  padding: 15px 0;
  margin: 0 auto;
  border: 1px solid #eb5e5c;
  cursor: pointer;
}
.easefilp .content3-wrapper .button-item:hover {
  color: #FF4A53 !important;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1200px) {
  .easefilp .content1-wrapper .flex-wrapper .flex-item:first-child::before {
    display: none;
  }
  .easefilp .content1-wrapper .flex-wrapper .flex-item:last-child::after {
    display: none;
  }
  .easefilp .content2-wrapper .container::after {
    display: none;
  }
  .easefilp .content2-wrapper .books-wrapper .mini-books-box,
  .easefilp .content2-wrapper .books-wrapper .books-box {
    width: 100%;
  }
  .easefilp .content2-wrapper .books-wrapper .mini-books-box::after,
  .easefilp .content2-wrapper .books-wrapper .books-box::after {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .easefilp .banner-wrapper .banner-content-top {
    flex-direction: column;
    padding: 55px 0;
    border-bottom-right-radius: 60px;
    border-bottom-left-radius: 60px;
  }
  .easefilp .banner-wrapper .banner-content-top::before {
    display: none;
  }
  .easefilp .banner-wrapper .banner-content-top .left-box .left-content {
    width: 100%;
  }
  .easefilp .banner-wrapper .banner-content-top .left-box .left-content .title {
    font-size: 26px;
    line-height: 43px;
    text-align: center;
  }
  .easefilp .banner-wrapper .banner-content-top .left-box .left-content .desc {
    font-size: 16px;
    text-align: center;
    line-height: 29px;
    margin: 0 auto;
    width: 90%;
  }
  .easefilp .banner-wrapper .banner-content-top .left-box .left-content .button-item {
    display: none;
  }
  .easefilp .banner-wrapper .banner-content-top .right-box {
    width: 100%;
    height: 300px;
  }
  .easefilp .banner-wrapper .banner-content-top .right-box .ivu-carousel .ivu-carousel-list {
    height: 100%;
  }
  .easefilp .banner-wrapper .banner-content-top .right-box .ivu-carousel .ivu-carousel-list .ivu-carousel-track {
    height: 100%;
  }
  .easefilp .banner-wrapper .banner-content-top .right-box .ivu-carousel .ivu-carousel-list .ivu-carousel-track .ivu-carousel-item {
    transform: translate(60px, 90px);
  }
  .easefilp .banner-wrapper .banner-content-top .right-box .ivu-carousel .ivu-carousel-list .ivu-carousel-track .ivu-carousel-item .pic-item {
    width: 192px;
    height: 152px;
  }
  .easefilp .banner-wrapper .banner-content-top .right-box .ivu-carousel .ivu-carousel-arrow {
    width: 15px;
    height: 15px;
    font-size: 14px;
    line-height: 17px;
  }
  .easefilp .banner-wrapper .banner-content-top .right-box .ivu-carousel .ivu-carousel-arrow.right {
    right: 46px;
  }
  .easefilp .banner-wrapper .banner-content-top .right-box .ivu-carousel .ivu-carousel-arrow.left {
    left: 40px;
  }
  .easefilp .banner-wrapper .banner-content-top .right-box .ivu-carousel .ivu-carousel-dots.ivu-carousel-dots-inside {
    bottom: 60px;
  }
  .easefilp .banner-wrapper .banner-content-top .right-box .ivu-carousel .ivu-carousel-dots.ivu-carousel-dots-inside .ivu-carousel-active > button {
    opacity: 1;
    background: #5fb48a;
  }
  .easefilp .banner-wrapper .banner-content-top .mini-button-item {
    display: block;
  }
  .easefilp .banner-wrapper .banner-content-bottom .title {
    font-size: 24px;
    line-height: 36px;
    width: 90%;
    margin: 60px auto;
  }
  .easefilp .banner-wrapper .banner-content-bottom .data-content {
    flex-direction: column;
  }
  .easefilp .banner-wrapper .banner-content-bottom .data-content .data-item .blod-text {
    line-height: 1;
  }
  .easefilp .banner-wrapper .banner-content-bottom .data-content .data-item .light-text {
    margin-top: 15px;
  }
  .easefilp .banner-wrapper .banner-content-bottom .data-content .data-item:last-child {
    margin-top: 30px;
    padding-top: 30px;
  }
  .easefilp .banner-wrapper .banner-content-bottom .data-content .data-item:last-child::before {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    content: "";
    width: 165px;
    display: inline-block;
    height: 3px;
    background: #e47b6c;
  }
  .easefilp .content1-wrapper {
    padding-top: 60px;
  }
  .easefilp .content1-wrapper .title {
    font-size: 24px;
  }
  .easefilp .content1-wrapper .flex-wrapper {
    flex-direction: column;
  }
  .easefilp .content1-wrapper .flex-wrapper .flex-item {
    margin-top: 30px;
  }
  .easefilp .content1-wrapper .flex-wrapper .flex-item:first-child {
    margin-top: 0;
  }
  .easefilp .content1-wrapper .flex-wrapper .flex-item:first-child::before {
    display: none;
  }
  .easefilp .content1-wrapper .flex-wrapper .flex-item:last-child::after {
    display: none;
  }
  .easefilp .content1-wrapper .flex-wrapper .flex-item:nth-child(n+4) {
    margin-top: 30px;
  }
  .easefilp .content1-wrapper .flex-wrapper .flex-item:hover {
    background: #eb8379;
  }
  .easefilp .content1-wrapper .flex-wrapper .flex-item:hover .flex-title {
    color: #fff;
  }
  .easefilp .content1-wrapper .flex-wrapper .flex-item:hover .desc {
    color: #fff;
  }
  .easefilp .content1-wrapper .flex-wrapper .flex-item:hover .icon-1 {
    background-image: url("/img/easeflip/flex-icon1-active.svg");
  }
  .easefilp .content1-wrapper .flex-wrapper .flex-item:hover .icon-2 {
    background-image: url("/img/easeflip/flex-icon2-active.svg");
  }
  .easefilp .content1-wrapper .flex-wrapper .flex-item:hover .icon-3 {
    background-image: url("/img/easeflip/flex-icon3-active.svg");
  }
  .easefilp .content1-wrapper .flex-wrapper .flex-item:hover .icon-4 {
    background-image: url("/img/easeflip/flex-icon4-active.svg");
  }
  .easefilp .content1-wrapper .flex-wrapper .flex-item:hover .icon-5 {
    background-image: url("/img/easeflip/flex-icon5-active.svg");
  }
  .easefilp .content1-wrapper .flex-wrapper .flex-item:hover .icon-6 {
    background-image: url("/img/easeflip/flex-icon6-active.svg");
  }
  .easefilp .content1-wrapper .bottom-wrapper {
    display: none;
  }
  .easefilp .content2-wrapper {
    padding: 0 0 60px 0;
  }
  .easefilp .content2-wrapper .title {
    font-size: 24px;
  }
  .easefilp .content2-wrapper .books-wrapper .books-box .books-item:nth-child(n + 3) {
    display: none;
  }
  .easefilp .content2-wrapper .books-wrapper .mini-books-box,
  .easefilp .content2-wrapper .books-wrapper .books-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 10px 120px 10px;
    justify-content: space-evenly;
  }
  .easefilp .content2-wrapper .books-wrapper .mini-books-box .books-item,
  .easefilp .content2-wrapper .books-wrapper .books-box .books-item {
    height: 156px;
    width: 121px;
    flex: unset;
  }
  .easefilp .content3-wrapper .title {
    font-size: 24px;
    width: 90%;
    text-align: center;
  }
  .easefilp .content3-wrapper .button-item {
    width: 80%;
    font-size: 14px;
    line-height: 6px;
    background: #fff;
    border-radius: 30px;
    padding: 15px 0;
  }
}
@media (max-width: 768px) and (max-width: 396px) {
  .easefilp .content2-wrapper .books-wrapper .mini-books-box,
  .easefilp .content2-wrapper .books-wrapper .books-box {
    padding: 0 10px 75px 10px;
  }
  .easefilp .content2-wrapper .books-wrapper .mini-books-box::after,
  .easefilp .content2-wrapper .books-wrapper .books-box::after {
    height: 76px;
    background-image: url("/img/easeflip/bookrack-mobile.svg");
  }
}
