@media (max-width: 767px) {
  .is-pc {
    display: none;
  }
  .primeday {
    background: #F0F1F2;
    padding-bottom: 50px;
  }
  .primeday .banner {
    width: 100%;
    height: 120vw;
    background-image: url("https://hollyland.oss-us-east-1.aliyuncs.com/official-website/landing/prime-day-2024/banner-pe.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 17.33vw;
    position: relative;
  }
  .primeday .banner .logo {
    width: 164px;
    height: 29px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .primeday .banner .logo img {
    width: 164px;
    height: 29px;
  }
  .primeday .banner .info {
    color: #FFF;
    text-align: center;
    font-family: "HarmonyOS Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
  }
  .primeday .banner .title {
    width: 210px;
    color: #FFF;
    text-align: center;
    font-family: "HarmonyOS Sans";
    font-size: 27px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 17px;
  }
  .primeday .banner .buynow {
    text-decoration: none;
    display: inline-block;
    width: 125px;
    height: 35px;
    border-radius: 80px;
    background: #FE960F;
    color: #FFF;
    text-align: center;
    font-family: "HarmonyOS Sans";
    font-size: 12px;
    font-weight: 500;
    line-height: 35px; /* 66.667% */
  }
  .primeday .time-box {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .primeday .time-box .time {
    color: #202020;
    text-align: center;
    font-family: "HarmonyOS Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 15px;
  }
  .primeday .time-box .title {
    color: #FE960F;
    text-align: center;
    font-family: "HarmonyOS Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 35px;
  }
  .primeday .time-box .info {
    text-align: center;
    color: rgba(134, 134, 139, 0.8);
    font-family: "HarmonyOS Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 15px;
  }
  .primeday .time-box .list {
    display: flex;
    width: 285px;
    margin: 0 auto;
    justify-content: space-between;
  }
  .primeday .time-box .list .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: rgba(134, 134, 139, 0.6);
    text-align: center;
    font-family: "HarmonyOS Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .primeday .time-box .list .item span {
    width: 60px;
    height: 60px;
    border-radius: 4px;
    background: #F8F9FD;
    text-align: center;
    color: rgba(0, 0, 0, 0.8);
    font-family: "HarmonyOS Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 10px;
  }
  .primeday .product-box {
    width: 345px;
    margin: 0 auto;
  }
  .primeday .product-box .product {
    width: 345px;
    margin-bottom: 15px;
  }
  .primeday .product-box .product .img {
    height: 194px;
    width: 345px;
    position: relative;
  }
  .primeday .product-box .product .img .discount {
    padding-left: 10px;
    padding-right: 20px;
    position: absolute;
    top: 20px;
    left: 0;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="186" height="65" viewBox="0 0 186 65" fill="none"><path d="M186 0H0V65H186L162.844 32.5L186 0Z" fill="%23FE960F"/></svg>');
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFF;
    text-align: center;
    font-family: "HarmonyOS Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 32.5px; /* 50% */
    background-position: center;
  }
  .primeday .product-box .product .img img {
    height: 194px;
    width: 345px;
  }
  .primeday .product-box .product .content {
    background: #FFF;
    width: 100%;
    padding: 25px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .primeday .product-box .product .content .title {
    order: 1;
    color: #262629;
    font-family: "HarmonyOS Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .primeday .product-box .product .content .desc {
    margin-top: 25px;
    order: 2;
    width: 100%;
    color: #262629;
    font-family: "HarmonyOS Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
  }
  .primeday .product-box .product .content .dropdown {
    order: 1;
  }
  .primeday .product-box .product .content .dropdown .btn {
    padding: 0;
    width: 158px;
    height: 35px;
    align-items: center;
    border-radius: 80px;
    background: #FE960F;
    color: #FFF;
    text-align: center;
    font-family: "HarmonyOS Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px; /* 66.667% */
  }
  .primeday .product-box .product .content .dropdown .btn svg {
    display: none;
  }
  .primeday .product-box .product .content .dropdown .dropdown-toggle::after {
    display: none;
  }
  .primeday .product-box .product .content .dropdown .dropdown-menu {
    padding: 0;
    border: 0;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  }
  .primeday .product-box .product .content .dropdown .dropdown-menu .dropdown-item {
    padding: 0;
    color: rgba(134, 134, 139, 0.8);
    text-align: center;
    font-family: "HarmonyOS Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px; /* 66.667% */
    border-bottom: 1px solid #F4F4F4;
  }
}
@media (min-width: 768px) {
  .is-pe {
    display: none;
  }
  .primeday {
    background: #F0F1F2;
    padding-bottom: 150px;
  }
  .primeday .banner {
    width: 100%;
    height: 500px;
    background-image: url("https://hollyland.oss-us-east-1.aliyuncs.com/official-website/landing/prime-day-2024/banner.jpg");
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: calc(50% - 600px);
    position: relative;
  }
  .primeday .banner .logo {
    width: 300px;
    height: 53px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .primeday .banner .info {
    color: #FFF;
    font-family: "HarmonyOS Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
  }
  .primeday .banner .title {
    width: 372px;
    color: #FFF;
    font-family: "HarmonyOS Sans";
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 30px;
  }
  .primeday .banner .buynow {
    text-decoration: none;
    border-radius: 80px;
    background: #FE960F;
    display: inline-block;
    width: 176px;
    height: 50px;
    color: #FFF;
    text-align: center;
    font-family: "HarmonyOS Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px; /* 100% */
  }
  .primeday .time-box {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .primeday .time-box .time {
    color: #202020;
    text-align: center;
    font-family: "HarmonyOS Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 30px;
  }
  .primeday .time-box .title {
    color: #FE960F;
    text-align: center;
    font-family: "HarmonyOS Sans";
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 50px;
  }
  .primeday .time-box .info {
    text-align: center;
    color: rgba(134, 134, 139, 0.8);
    font-family: "HarmonyOS Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;
  }
  .primeday .time-box .list {
    width: 490px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .primeday .time-box .list .item {
    color: rgba(134, 134, 139, 0.6);
    text-align: center;
    font-family: "HarmonyOS Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .primeday .time-box .list .item span {
    width: 100px;
    height: 100px;
    border-radius: 8px;
    background: #F8F9FD;
    color: rgba(0, 0, 0, 0.8);
    font-family: "HarmonyOS Sans";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 100px;
  }
  .primeday .product-box {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .primeday .product-box .product {
    width: 590px;
  }
  .primeday .product-box .product .img {
    width: 590px;
    height: 332px;
    position: relative;
  }
  .primeday .product-box .product .img .discount {
    position: absolute;
    top: 30px;
    left: 0;
    color: #FFF;
    text-align: center;
    font-family: "HarmonyOS Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 53px; /* 66.667% */
    padding-left: 19px;
    padding-right: 38px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="150" height="53" viewBox="0 0 150 53" fill="none"><path d="M150 0H0V53H150L131.326 26.5L150 0Z" fill="%23FE960F"/></svg>');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .primeday .product-box .product .img img {
    width: 590px;
    height: 332px;
  }
  .primeday .product-box .product .content {
    background: #FFF;
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .primeday .product-box .product .content .title {
    width: 100%;
    color: #262629;
    font-family: "HarmonyOS Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 25px;
  }
  .primeday .product-box .product .content .desc {
    width: 300px;
    color: #262629;
    font-family: "HarmonyOS Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 150% */
  }
  .primeday .product-box .product .content .dropdown .btn {
    border-radius: 100px;
    background: #FE960F;
    width: 180px;
    height: 50px;
    color: #FFF;
    text-align: center;
    font-family: "HarmonyOS Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 100% */
  }
  .primeday .product-box .product .content .dropdown .dropdown-toggle::after {
    display: none;
  }
  .primeday .product-box .product .content .dropdown .dropdown-menu {
    border: 0;
    width: 100%;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 0;
  }
  .primeday .product-box .product .content .dropdown .dropdown-menu .dropdown-item {
    padding-top: 16px;
    padding-bottom: 16px;
    color: rgba(134, 134, 139, 0.8);
    text-align: center;
    font-family: "HarmonyOS Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 114.286% */
    border-bottom: 1px solid #F4F4F4;
  }
}

/*# sourceMappingURL=primeday.css.map */
