.djs-time {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 3.53rem;
    height: 2.83rem;
    background: url(img/djs-img-new.png) no-repeat;
    background-size: contain;
    z-index: 2;
    cursor: pointer;}


.djs-countdown {
    text-align: center;
    color: #93080d;
    font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
    margin: 1.95rem 1rem 1rem 1.6rem;}

.djs-label {
    font-size: 0.18rem;
    font-weight: 500;
    margin: 0 0 0.05rem;
    letter-spacing: 0.04rem;
    opacity: 0.85;}

.djs-number-box {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 0.04rem;
    line-height: 1;}

.djs-days {
    font-size: 0.32rem;
    font-weight: 700;
    font-family: "DIN Alternate", "Arial Black", sans-serif;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);}

.djs-unit {
    font-size: 0.24rem;
    font-weight: 500;}

.djs-target {
    font-size: 0.14rem;
    margin: 0.06rem 0 0;
    opacity: 0.7;}

@media (max-width: 1024px) {
  .djs-time{
            left:82%;
            bottom:1rem;
            width: 2.53rem;
            height: 1.83rem;}
  .djs-countdown{margin: 1.35rem 1rem 1rem 1.36rem;}
  .djs-days{font-size:.21rem;}
}


@media (max-width: 768px) {
  .djs-time{
            left:85%;
            bottom:1rem;
            width: 2.03rem;
            height: 1.33rem;}
  .djs-countdown{margin: 0.99rem 1rem 1rem 1.05rem;}
  .djs-days{font-size:.14rem;}
}
@media (max-width: 568px) {
  .djs-time{
            left:89%;
            bottom:.6rem;
            width: 1.63rem;
            height: 0.93rem;}
  .djs-countdown{margin: 0.69rem 1rem 1rem 0.72rem;}
  .djs-days{font-size:.11rem;}
}



