/* 夏季优惠样式 */

/* latin-ext */
@font-face {
  font-family: 'Concert One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/concertone/v23/VEM1Ro9xs5PjtzCu-srDqSTsjP6yuQ.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Concert One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/concertone/v23/VEM1Ro9xs5PjtzCu-srDqSTijP4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.summer-activity-bg{
    position: absolute;
    background: url("https://images.imyfone.com/filme/assets/images/common/header/summer_price_bg.png") no-repeat center;
    background-size: cover;
    max-width: 100%;
    height: 900px;
    aspect-ratio: 96 / 45;
}

.magicmic-purchase .banner{
    padding-top: 30px;
}

.cut-down-time-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 704px;
    height: 72px;
    background: url(https://images.imyfone.com/filme/assets/purchase/voice_recorder/summer-cutdown-time-bg.png) no-repeat center;
    background-size: contain;
    padding: 0 70px 0 100px;
    margin: auto;
    margin-bottom: 20px;
}

.date-seg-b {
    font-family: Concert One;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0px;
    text-align: center;
    color: #fff;
    margin-right: 50px;
}

.date-time-b {
    display: flex;
    align-items: center;
}

.date-time-item {
    width: 48px;
    height: 56px;
    border-radius: 8px;
    padding: 7px 0;
    background: linear-gradient(180deg, #FFFFFF 0%, #E3F9FF 100%);
}

.dividing-tag{
    margin: 0 10px;
    font-weight: 700;
    color: #fff;
    font-size: 25px;
}

.date-time-item .key{
    font-size: 14px;
    color: #1F1F1F;
}

.date-time-item .val{
    font-family: Poppins;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    color: #FF62C9;
}

.header-logo .off-sale-link{
    position: absolute;
    right: 50px;
    display: none;
}

@media screen and (max-width: 1400px) {
    .off-sale-btn-link-item{
        display: none;
    }
    .header-logo .off-sale-link{
        display: block;
    }
}

@media screen and (max-width: 575px){
    .magicmic-purchase .banner{
        padding-top: 20px;
    }
    .header-logo .off-sale-link{
        width: 70px;
        height: auto;
    }
    .header-logo .off-sale-link img{
        height: inherit;
    }
    .cut-down-time-box{
        width: 345px;
        height: 106px;
        background-image: url(https://images.imyfone.com/filme/assets/purchase/voice_recorder/summer-cutdown-time-bg_m.png);
        flex-direction: column;
        padding: 0 60px;
        justify-content: center;
    }
    .cut-down-time-box .date-seg-b{
        margin-right: 0;
        margin-bottom: 10px;
    }
    .date-time-item{
        width: 40px;
        height: 48px;
        padding: 5px 0;
    }
    .dividing-tag{
        margin: 0 6px;
    }

    .date-time-item .val{
        font-size: 20px;
    }
    .date-time-item .key{
        font-size: 12px;
    }
}