 * {
     margin: 0;
     padding: 0;
 }

 .swiper {
     width: 100%;
    background: #EBEBEB;
    padding: 1rem 0;
 }
.swiper-wrapper{
    height: auto;
}
 .swiper-slide {
     text-align: center;
     font-size: 18px;
     display: flex;
     justify-content: center;
     align-items: center;
    box-sizing: border-box;
    padding: 1rem;
 }

 .swiper-slide a {
     text-align: center;
     font-size: 18px;
     display: flex;
     justify-content: center;
     align-items: center;
     flex-direction: column;
     text-decoration: none;
     color: #fbcf56;
     width: 100%;
 }

 .swiper-slide a img {
     display: block;
     width: 100%;
     height: 100%;
     height: 220px;
     object-fit: cover;
    border-radius: 20px 20px 0px 0px;
 }

 .njutitle {
     padding-top: 6px;
     font-size: 16px;
     color: #000;
     width: 100%;
     pointer-events: none;
     text-align: center;

 }

 .njudetails {
     border-radius: 0;
     border-bottom-left-radius: 20px;
     border-bottom-right-radius: 20px;
     background: #FFF;
     padding-bottom: 1rem;
     width: 100%;
 }

 .logo {
     width: 239.674px;
     height: 63px;
     aspect-ratio: 239.67/63.00;
     display: block;
     margin: 0 auto;
 }

 .njutitle {
     color: #000;
     text-align: center;
     font-size: 18px;
     font-style: normal;
     font-weight: 700;
     padding: 8px;
    font-family: "Basic", sans-serif;
    line-height: 17px;
        max-height: 36px;
    white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 230px;
        margin: 0 auto;
 }

 .njucity {
     color: #000;
     text-align: center;
     font-size: 16px;
     font-style: normal;
     font-weight: 400;
     line-height: 13.152px;
    font-family: "Basic", sans-serif;
     /* 82.202% */
 }

 .btn {
     border-radius: 12px;
     background: #FDCD00;
     display: flex;
     width: 80%;
     max-width: 138px;
     height: 37.056px;
     padding: 0 12px;
     justify-content: center;
     align-items: center;
     gap: 12.778px;
     flex-shrink: 0;
     color: #000;
    margin: 0 auto;
     text-align: center;
     font-size: 20px;
     font-style: normal;
     font-weight: 700;
     line-height: 20.444px;
     /* 102.222% */
     text-decoration: none;
    font-family: "Basic", sans-serif;
 }
 .njuprice{
    font-family: "Basic", sans-serif;
    color: #000;
        text-align: center;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 14.296px;
        padding: 10px 0;
        /* 71.48% */
 }
   .headernju {
       background: #FDCD00;
       padding: 8px 0;
   }
                 .logo {
                     display: block;
                     margin: 0 auto;
                     max-width: 240px;
                 }