
.selling-specials::before {
    position: absolute;
    top: 30px;
    left: 38px;
    width: 1084px;
    height: 666px;
    background: url("./../../../assets/images/new-two/bg-01.png") 0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
  }
  
  .selling-specials-right {
    z-index: 4;
    max-width: 342px;
  }
  
  .selling-specials-right .title {
    margin: 1px 0 35px;
  }
  
  .selling-specials-right .title::before {
    position: absolute;
    top: 8px;
    right: -3px;
    bottom: 5px;
    width: 61px;
    background-color: #fff4cc;
  }
  
  .selling-specials-right .title,
  .selling-specials-right .title-en {
    font-size: 32px;
    line-height: 36px;
    color: #000;
  }
  
  .selling-specials-right .title span {
    font-weight: 900;
  }
  
  .selling-specials-right .title-en {
    direction: ltr;
  }
  
  .selling-specials-right .image::before {
    position: absolute;
    background: url("./../../../assets/images/new-two/shape-03.png") 0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    width: 134px;
    height: 288px;
    top: 21px;
    right: 0;
    -webkit-transform: translateX(48px) rotate(43.73deg);
    -moz-transform: translateX(48px) rotate(43.73deg);
    -ms-transform: translateX(48px) rotate(43.73deg);
    -o-transform: translateX(48px) rotate(43.73deg);
    transform: translateX(48px) rotate(43.73deg);
    z-index: -2;
  }
  
  .selling-specials-right .image img {
    width: 351px;
    height: 429px;
  }
  
  .selling-specials-right .image img:last-child {
    -webkit-transform: translateX(-22px);
    -moz-transform: translateX(-22px);
    -ms-transform: translateX(-22px);
    -o-transform: translateX(-22px);
    transform: translateX(-22px);
    opacity: 0.6;
    -webkit-filter: blur(52px);
    filter: blur(52px);
  }
  
  .selling-specials-right .btn {
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
    padding: 16px 17px 15px 14px;
    margin-top: -12px;
  }
  
  .selling-specials-right .btn i {
    font-size: 8px;
    margin-right: 6px;
  }
  
  .selling-specials-left {
    max-width: -webkit-calc(100% - 342px);
    max-width: -moz-calc(100% - 342px);
    max-width: calc(100% - 342px);
    padding-right: 35px;
  }
  
  @media only screen and (max-width: 1199px) {
    .selling-specials-right {
        max-width: 280px;
    }
  
    .selling-specials-right .title,
    .selling-specials-right,
    .selling-specials-right-en {
        font-size: 24px;
    }
  
    .selling-specials-left {
        padding-right: 16px;
        max-width: -webkit-calc(100% - 280px);
        max-width: -moz-calc(100% - 280px);
        max-width: calc(100% - 280px);
    }
  }
  
  @media only screen and (max-width: 991px) {
    .selling-specials::before {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center center;
    }
  
    .selling-specials-right {
        max-width: 260px;
    }
  
    .selling-specials-left {
        max-width: -webkit-calc(100% - 260px);
        max-width: -moz-calc(100% - 260px);
        max-width: calc(100% - 260px);
    }
  }
  
  @media only screen and (max-width: 575px) {
    .selling-specials-right {
        max-width: 360px;
        margin: 0 auto;
    }
  
    .selling-specials-right .title {
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
    }
  
    .selling-specials-right .image img {
        height: auto;
    }
  
    .selling-specials-left {
        max-width: 100%;
    }
  
    .selling-specials .swiper-slide>* {
        opacity: 1;
        visibility: visible;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
  }
  