.outerWrap {
  overflow: hidden;
}

.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

.mainArea {
  background-color: #f8f4ec;
}
.mainArea .wrap {
  padding-top: 55px;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.mainArea .wrap.medium {
  padding-top: 0;
}
.mainArea .wrap > .titleBox .title {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 3.5px;
  margin-bottom: 3px;
}
.mainArea .wrap > .titleBox .decoTitle {
  color: #b00e2f;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1.2px;
}
@media (max-width: 480px) {
  .mainArea .wrap > .titleBox .title {
    font-size: 32px;
  }
  .mainArea .wrap > .titleBox .decoTitle {
    font-size: 28px;
  }
}

.contentBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 65px 0;
}
.contentBox .classBox {
  width: 100%;
}
@media (max-width: 1180px) {
  .contentBox {
    padding: 30px 0;
  }
}

.bigClassList {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 150px;
  padding: 0 70px;
}
@media (max-width: 1180px) {
  .bigClassList {
    gap: 50px;
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .bigClassList {
    padding: 0 20px;
  }
}
.bigClassList .leftBox {
  width: 52%;
  max-width: 780px;
  height: 475px;
}
.bigClassList .leftBox .titanList {
  width: 100%;
  max-height: 450px;
  -webkit-transform: translateY(-13%);
          transform: translateY(-13%);
}
.bigClassList .leftBox .titanList .item {
  position: relative;
  width: 100%;
  max-width: 780px;
}
.bigClassList .leftBox .titanList .item a {
  display: block;
  width: 100%;
}
.bigClassList .leftBox .titanList .item .slick-list {
  padding: 0 !important;
}
.bigClassList .leftBox .titanList .item .imgList .Img {
  width: 100%;
}
.bigClassList .leftBox .titanList .item .imgList .Img img {
  width: 100%;
  max-height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}
.bigClassList .leftBox .titanList .item .dotsBox {
  position: absolute;
}
.bigClassList .leftBox .titanList .item .dotsBox button:before {
  font-size: 8px;
}
@media (max-width: 1180px) {
  .bigClassList .leftBox {
    width: 100%;
    height: auto;
  }
  .bigClassList .leftBox .titanList {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
.bigClassList .classPic {
  position: absolute;
  left: 50%;
  top: 30%;
  -webkit-transform: translate(0, -13%);
          transform: translate(0, -13%);
  z-index: 1;
}
.bigClassList .classPic .Img {
  position: relative;
  width: 100%;
  max-width: 125px;
}
.bigClassList .classPic .icon_flower_bg,
.bigClassList .classPic .icon_flower_line {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.bigClassList .classPic .icon_flower_bg {
  width: 108px;
  height: 108px;
  z-index: -1;
}
.bigClassList .classPic .icon_flower_line {
  width: 125px;
  height: 125px;
  fill: transparent;
  z-index: -1;
}
@media (max-width: 1180px) {
  .bigClassList .classPic {
    top: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@media (max-width: 480px) {
  .bigClassList .classPic .icon_flower_bg {
    width: 88px;
    height: 88px;
  }
  .bigClassList .classPic .icon_flower_line {
    width: 105px;
    height: 105px;
  }
}
@media (max-width: 414px) {
  .bigClassList .classPic {
    display: none;
  }
}
.bigClassList .rightBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 48%;
  padding: 50px 95px 90px 100px;
}
@media (max-width: 1180px) {
  .bigClassList .rightBox {
    padding: 80px 50px 50px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .bigClassList .rightBox {
    padding: 80px 20px 30px;
  }
}
@media (max-width: 480px) {
  .bigClassList .rightBox {
    padding: 80px 0px 0px;
  }
}
@media (max-width: 414px) {
  .bigClassList .rightBox {
    padding: 50px 0px 0px;
  }
}
.bigClassList .rightBox .titleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: start;
}
@media (max-width: 480px) {
  .bigClassList .rightBox .titleBox {
    margin-bottom: 0;
  }
}
.bigClassList .rightBox .title {
  position: relative;
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 25px;
  margin-bottom: 3px;
  letter-spacing: 2.5px;
}
.bigClassList .rightBox .title::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: -3px;
  width: 60px;
  height: 3px;
  background-color: #fee5ca;
}
.bigClassList .rightBox .text {
  font-size: 19px;
  font-weight: 500;
  color: #b00e2f;
  letter-spacing: 1.8px;
  line-height: 1.6;
}
.bigClassList .rightBox .btnBox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.bigClassList .rightBox .btnBox .btn {
  min-width: 183px;
  font-size: 18px;
  font-weight: 600;
  color: #b00e2f;
  text-align: start;
  padding: 13px 0;
  letter-spacing: 1.7px;
}
.bigClassList .rightBox .btnBox .icon_arrow {
  position: absolute;
  right: 10px;
  width: 22px;
  height: 22px;
  stroke: #fefefe;
  z-index: 2;
}
.bigClassList .rightBox .btnBox::before {
  content: "";
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  right: -2px;
  background-image: url("../images/backbtn.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.bigClassList .productPic1,
.bigClassList .productPic2,
.bigClassList .productPic3,
.bigClassList .productPic4 {
  position: absolute;
}
@media (max-width: 1180px) {
  .bigClassList .productPic1,
  .bigClassList .productPic2,
  .bigClassList .productPic3,
  .bigClassList .productPic4 {
    display: none;
  }
}
.bigClassList .bigClassItem:nth-child(odd) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  position: relative;
}
@media (max-width: 1180px) {
  .bigClassList .bigClassItem:nth-child(odd) {
    padding: 30px;
  }
}
.bigClassList .bigClassItem:nth-child(odd) .bg {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-8%);
          transform: translateX(-8%);
  background-color: #f3e7ce;
}
@media (max-width: 1880px) {
  .bigClassList .bigClassItem:nth-child(odd) .bg {
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%);
  }
}
@media (max-width: 1536px) {
  .bigClassList .bigClassItem:nth-child(odd) .bg {
    -webkit-transform: translateX(-6%);
            transform: translateX(-6%);
  }
}
@media (max-width: 1280px) {
  .bigClassList .bigClassItem:nth-child(odd) .bg {
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%);
  }
}
@media (max-width: 1180px) {
  .bigClassList .bigClassItem:nth-child(odd) .bg {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
.bigClassList .bigClassItem:nth-child(odd) .productDots {
  position: absolute;
  z-index: -2;
  right: 67px;
  top: -70px;
}
@media (max-width: 1880px) {
  .bigClassList .bigClassItem:nth-child(odd) .productDots {
    right: 0px;
  }
}
@media (max-width: 1180px) {
  .bigClassList .bigClassItem:nth-child(odd) .productDots {
    right: -30px;
  }
}
@media (max-width: 1180px) {
  .bigClassList .bigClassItem:nth-child(odd) .productDots {
    right: -20px;
  }
}
.bigClassList .bigClassItem:nth-child(odd) .item {
  width: 100%;
  max-width: 1505px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1180px) {
  .bigClassList .bigClassItem:nth-child(odd) .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.bigClassList .bigClassItem:nth-child(odd) .classPic {
  right: 0;
  left: auto;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
@media (max-width: 1180px) {
  .bigClassList .bigClassItem:nth-child(odd) .classPic {
    right: 0%;
    top: auto;
    bottom: 0;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
  }
}
.bigClassList .bigClassItem:nth-child(odd) .icon_flower_bg {
  fill: #b00e2f;
}
.bigClassList .bigClassItem:nth-child(odd) .icon_flower_line {
  stroke: #b00e2f;
}
.bigClassList .bigClassItem:nth-child(odd) .leftBox {
  position: relative;
}
.bigClassList .bigClassItem:nth-child(odd) .leftBox .titanList .item .dotsBox {
  top: 135px;
  left: -50px;
}
.bigClassList .bigClassItem:nth-child(odd) .leftBox .titanList .item button:before {
  color: #8f0117;
}
.bigClassList .bigClassItem:nth-child(odd) .leftBox .titanList .item.slick-active button:before {
  color: #8f0117;
}
@media (max-width: 1180px) {
  .bigClassList .bigClassItem:nth-child(odd) .leftBox .titanList .item .dotsBox {
    top: auto;
    bottom: -20px;
    left: 0;
  }
  .bigClassList .bigClassItem:nth-child(odd) .leftBox .titanList .item .dotsBox .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.bigClassList .bigClassItem:nth-child(odd) .rightBox .text {
  color: #b00e2f;
}
.bigClassList .bigClassItem:nth-child(odd) .rightBox .btnBox .btn {
  color: #b00e2f;
}
.bigClassList .bigClassItem:nth-child(even) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  position: relative;
}
@media (max-width: 1180px) {
  .bigClassList .bigClassItem:nth-child(even) {
    padding: 20px;
  }
}
.bigClassList .bigClassItem:nth-child(even) .bg {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(8%);
          transform: translateX(8%);
  background-color: #8f0117;
}
@media (max-width: 1880px) {
  .bigClassList .bigClassItem:nth-child(even) .bg {
    -webkit-transform: translateX(5%);
            transform: translateX(5%);
  }
}
@media (max-width: 1536px) {
  .bigClassList .bigClassItem:nth-child(even) .bg {
    -webkit-transform: translateX(6%);
            transform: translateX(6%);
  }
}
@media (max-width: 1280px) {
  .bigClassList .bigClassItem:nth-child(even) .bg {
    -webkit-transform: translateX(7%);
            transform: translateX(7%);
  }
}
@media (max-width: 1180px) {
  .bigClassList .bigClassItem:nth-child(even) .bg {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
.bigClassList .bigClassItem:nth-child(even) .productDots {
  position: absolute;
  z-index: -2;
  left: 67px;
  top: -70px;
}
@media (max-width: 1880px) {
  .bigClassList .bigClassItem:nth-child(even) .productDots {
    left: 0px;
  }
}
@media (max-width: 1180px) {
  .bigClassList .bigClassItem:nth-child(even) .productDots {
    left: -30px;
  }
}
@media (max-width: 640px) {
  .bigClassList .bigClassItem:nth-child(even) .productDots {
    left: -20px;
  }
}
.bigClassList .bigClassItem:nth-child(even) .item {
  width: 100%;
  max-width: 1505px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media (max-width: 1180px) {
  .bigClassList .bigClassItem:nth-child(even) .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.bigClassList .bigClassItem:nth-child(even) .classPic {
  left: 0;
  right: auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.bigClassList .bigClassItem:nth-child(even) .classPic .icon_flower_bg {
  fill: #f3e7ce;
}
.bigClassList .bigClassItem:nth-child(even) .classPic .icon_flower_line {
  stroke: #f3e7ce;
}
@media (max-width: 1180px) {
  .bigClassList .bigClassItem:nth-child(even) .classPic {
    top: auto;
    bottom: 0;
    left: 0%;
    -webkit-transform: translate(50%, 50%);
            transform: translate(50%, 50%);
  }
}
.bigClassList .bigClassItem:nth-child(even) .leftBox {
  position: relative;
}
.bigClassList .bigClassItem:nth-child(even) .leftBox .titanList .item .dotsBox {
  top: 135px;
  right: -20px;
}
.bigClassList .bigClassItem:nth-child(even) .leftBox .titanList .item button:before {
  color: #f3e7ce;
}
.bigClassList .bigClassItem:nth-child(even) .leftBox .titanList .item.slick-active button:before {
  color: #f3e7ce;
}
@media (max-width: 1180px) {
  .bigClassList .bigClassItem:nth-child(even) .leftBox .titanList .item .dotsBox {
    top: auto;
    bottom: -20px;
    right: 0;
  }
  .bigClassList .bigClassItem:nth-child(even) .leftBox .titanList .item .dotsBox .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.bigClassList .bigClassItem:nth-child(even) .rightBox .title {
  color: #fff;
}
.bigClassList .bigClassItem:nth-child(even) .rightBox .text {
  color: #fff;
}
.bigClassList .bigClassItem:nth-child(even) .rightBox .btnBox .btn {
  color: #fff;
}
.bigClassList .bigClassItem:nth-child(1) .productPic1 {
  top: -215px;
  right: 80px;
}
.bigClassList .bigClassItem:nth-child(1) .productPic2 {
  bottom: -125px;
  left: -25px;
}
.bigClassList .bigClassItem:nth-child(1) .productPic3 {
  display: none;
}
.bigClassList .bigClassItem:nth-child(1) .productPic4 {
  display: none;
}
.bigClassList .bigClassItem:nth-child(2) .productPic1 {
  display: none;
}
.bigClassList .bigClassItem:nth-child(2) .productPic2 {
  display: none;
}
.bigClassList .bigClassItem:nth-child(2) .productPic3 {
  bottom: -160px;
  left: -75px;
}
.bigClassList .bigClassItem:nth-child(2) .productPic4 {
  display: none;
}
.bigClassList .bigClassItem:nth-child(3) .productPic1 {
  display: none;
}
.bigClassList .bigClassItem:nth-child(3) .productPic2 {
  display: none;
}
.bigClassList .bigClassItem:nth-child(3) .productPic3 {
  display: none;
}
.bigClassList .bigClassItem:nth-child(3) .productPic4 {
  top: -225px;
  right: 0px;
}