@font-face {
    font-family: 'rubik';
    src: url('../fonts/Rubik-Light.ttf');
    font-weight: 300;
}
@font-face {
    font-family: 'rubik';
    src: url('../fonts/Rubik-Regular.ttf');
    font-weight: 500;
}
@font-face {
    font-family: 'rubik';
    src: url('../fonts/Rubik-SemiBold.ttf');
    font-weight: 700;
}
@font-face {
    font-family: "iconfont"; /* Project id 4889994 */
    src: url('//at.alicdn.com/t/c/font_4889994_57rpp5qifqd.woff2?t=1749090536787') format('woff2'),
    url('//at.alicdn.com/t/c/font_4889994_57rpp5qifqd.woff?t=1749090536787') format('woff'),
    url('//at.alicdn.com/t/c/font_4889994_57rpp5qifqd.ttf?t=1749090536787') format('truetype');
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-win:before {
    content: "\e743";
}
.icon-mac:before {
    content: "\e881";
}
a {
    color: inherit;
    text-decoration: none;
}
main * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/** @format */
.mb-style {
    display: none;
}
.banner {
    position: relative;
}
.banner .logo {
    position: absolute;
    top: 3%;
    left: 10%;
}
.banner .banner-btn-box {
    position: absolute;
    bottom: 35%;
    left: 50%;
    transform: translate(-50%, 0);
    transition: all 0.4s;
}
.banner .banner-btn-box .banner-btn {
    display: block;
    width: max-content;
    margin: 0 auto;
}
.banner .banner-btn-box:hover {
    transform: translate(-50%, -8px);
}
.banner .desc {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 32%;
    color: #4a4a4a;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 180%;
    max-width: 680px;
    /* 25.2px */
}
.banner .banner-more {
    position: absolute;
    bottom: 25%;
    left: 50%;
    transform: translate(-50%, 0);
    display: block;
    color: rgba(255, 255, 255, 0.91);
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
}
main {
    background: #fff;
    overflow: hidden;
}
.container {
    max-width: 1200px;
    padding: 0;
    width: auto;
}
.switch-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.22);
    padding: 3px;
    margin: 0 auto;
}
.switch-btn .switch-btn-item {
    width: 104px;
    padding: 4px;
    color: rgba(255, 255, 255, 0.54);
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    border-radius: 30px;
    transition: all 0.3s;
    cursor: pointer;
}
.switch-btn .switch-btn-item.active {
    background: #fff;
    color: #232323;
    opacity: 1;
}
.btn-box {
    margin-top: 15px;
}
.btn-box .buy-btn {
    margin: 0 auto;
    padding: 12px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 8px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    border-radius: 6px;
    background: linear-gradient(90deg, #fe9973 0%, #fa598f 50%, #7f58eb 100%);
    transition: all 0.4s;
}
.btn-box .buy-btn:hover {
    transform: translateY(-8px);
}
.btn-box .buy-btn .iconfont {
    font-size: 24px;
}
.btn-box .toggle-btn {
    margin-top: 16px;
    color: #453fff;
    text-align: left;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    /* 18px */
    cursor: pointer;
}
.btn-box .toggle-btn span {
    display: inline-block;
    transition: all 0.3s;
}
.btn-box .toggle-btn:hover {
    text-decoration: underline;
}
.btn-box .toggle-btn:hover span {
    transform: translateX(6px);
}
.item-gap .billing {
    margin-bottom: 68px;
}
.wrap-list {
    display: flex;
    padding: 0 28px 26px;
    gap: 40px;
}
.wrap-list .list-item {
    width: 100%;
    border-radius: 10px;
    border: 3px solid #d8dcff;
    background: #fff;
    position: relative;
}
.wrap-list .list-item .item-sale {
    position: absolute;
    top: -6px;
    right: -6px;
}
.wrap-list .list-item .item-content {
    padding: 40px 23px 22px;
}
.wrap-list .list-item .item-tit {
    color: #4b2bc0;
    text-align: center;
    font-size: 22.32px;
    border-radius: 0 8px 8px 0;
    background: #dfe6fd;
    display: inline-block;
    padding: 12px 36px 13px 20px;
    margin-top: 21px;
}
.wrap-list .list-item .price {
    color: rgba(32, 32, 32, 0.5);
    font-size: 22px;
    font-weight: 400;
}
.wrap-list .list-item .price span {
    color: #202020;
    text-align: center;
    font-size: 39px;
    font-weight: 600;
}
.wrap-list .list-item .billing {
    color: #4a4a4a;
    font-size: 16px;
    line-height: 150%;
    margin-top: 16px;
    /* 24px */
}
.wrap-list .list-item .tips {
    color: #898989;
    font-size: 14px;
    line-height: 150%;
    margin: 14px auto 15px 0;
}
.wrap-list .item1 .tips {
    margin-top: 56px;
}
.wrap-list .item3 .tips {
    margin: 56px auto 30px auto;
}
.content-box {
    transform: translateY(-275px);
    margin-bottom: -275px;
}
.wrap2 .toggle-box {
    top: 20px;
    z-index: 99;
    width: fit-content;
    margin: 60px auto;
    display: flex;
    justify-content: center;
    border-radius: 10px;
    background: #d0ceff;
}
.wrap2 .toggle-box .toggle-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 242px;
    color: rgba(69, 63, 255, 0.6);
    text-align: center;
    font-size: 20px;
    line-height: 1.3;
    padding: 12px 7px;
    cursor: pointer;
    transition: all 0.3s;
}
.wrap2 .toggle-box .toggle-item.active {
    color: #453fff;
    background: #fff;
}
.wrap2 .toggle-box .toggle-item.active .tagline {
    background: #544cd7;
}
.wrap2 .toggle-box .toggle-item .tagline {
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 130%;
    background: rgba(84, 76, 215, 0.8);
    border-radius: 30px;
    padding: 3px 0;
    width: 185px;
    margin: 4px auto 0;
}
.wrap2 .toggle-box .toggle-item[data-position='left'] {
    border-radius: 10px 0 0 10px;
}
.wrap2 .toggle-box .toggle-item[data-position='right'] {
    border-radius: 0 10px 10px 0;
}
.wrap2 .desktop-box,
.wrap2 .online-box {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    padding: 0;
    border-radius: 20px;
    border: 7px solid #c2b8ff;
    background: #fff;
    background-size: 100% 100%;
    display: flex;
    justify-content: space-between;
}
.wrap2 .desktop-box .now-nav,
.wrap2 .online-box .now-nav {
    display: none;
}
.wrap2 .desktop-box .desktop-list,
.wrap2 .online-box .desktop-list,
.wrap2 .desktop-box .online-list,
.wrap2 .online-box .online-list {
    flex: 0 0 144px;
    display: flex;
    flex-direction: column;
    row-gap: 2px;
    border-radius: 12px 0 0 12px;
    overflow: hidden;
    background: #e9e5ff;
    justify-content: space-between;
}
.wrap2 .desktop-box .desktop-list .item-logo,
.wrap2 .online-box .desktop-list .item-logo,
.wrap2 .desktop-box .online-list .item-logo,
.wrap2 .online-box .online-list .item-logo {
    width: 50px;
    height: 50px;
}
.wrap2 .desktop-box .desktop-list .item-tit,
.wrap2 .online-box .desktop-list .item-tit,
.wrap2 .desktop-box .online-list .item-tit,
.wrap2 .online-box .online-list .item-tit {
    display: none;
}
.wrap2 .desktop-box .online-list,
.wrap2 .online-box .online-list {
    justify-content: space-between;
}
.wrap2 .desktop-box .online-list .list-item,
.wrap2 .online-box .online-list .list-item {
    height: 160px;
    padding: 0;
    align-items: center;
    display: flex;
    justify-content: center;
}
.wrap2 .desktop-box .desktop-right,
.wrap2 .online-box .desktop-right,
.wrap2 .desktop-box .online-right,
.wrap2 .online-box .online-right {
    flex: 1;
    overflow: hidden;
    padding: 36px 33px 30px;
}
.wrap2 .desktop-box .online-right,
.wrap2 .online-box .online-right {
    padding: 36px 0 12px;
    margin: 0 60px 0 85px;
}
.wrap2 .desktop-box .online-right .item-sale,
.wrap2 .online-box .online-right .item-sale {
    position: absolute;
    top: -6px;
    right: -6px;
}
.wrap2 .desktop-box .list-item,
.wrap2 .online-box .list-item {
    padding: 16px 0;
    text-align: center;
    cursor: pointer;
}
.wrap2 .desktop-box .list-item.active,
.wrap2 .online-box .list-item.active {
    background: #fff;
}
.wrap2 .desktop-box .item-tit,
.wrap2 .online-box .item-tit {
    margin-top: 4px;
    color: #181c1b;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    /* 23.4px */
}
.wrap2 .desktop-box .item-logo,
.wrap2 .online-box .item-logo {
    width: 70px;
    height: 70px;
}
.wrap2 .desktop-swiper,
.wrap2 .online-swiper {
    position: relative;
}
.wrap2 .desktop-swiper .slide-desc,
.wrap2 .online-swiper .slide-desc {
    max-width: 880px;
    margin: 20px auto 0;
    padding: 14px 0;
    color: #4a4a4a;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 130%;
    background: linear-gradient(90deg, rgba(221, 218, 252, 0) 0%, rgba(221, 218, 252, 0.51) 29.33%, rgba(221, 218, 252, 0.51) 75%, rgba(221, 218, 252, 0) 100%);
}
.wrap2 .desktop-swiper .slide-tit,
.wrap2 .online-swiper .slide-tit {
    display: flex;
    column-gap: 16px;
    align-items: center;
    justify-content: center;
    color: #2c2c2c;
    font-size: 22px;
    font-weight: 700;
    line-height: 130%;
    /* 28.6px */
}
.wrap2 .desktop-swiper .item-plan,
.wrap2 .online-swiper .item-plan {
    width: max-content;
    margin-top: 18px;
    padding: 4px 16px;
    border-radius: 43px;
    background: #eff3fe;
    color: #4b2bc0;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
    /* 18.2px */
}
.wrap2 .desktop-swiper .item-price,
.wrap2 .online-swiper .item-price {
    margin-top: 14px;
    color: rgba(32, 32, 32, 0.5);
    font-size: 20px;
}
.wrap2 .desktop-swiper .item-price .new-price,
.wrap2 .online-swiper .item-price .new-price {
    margin-right: 6px;
    color: #202020;
    font-size: 42px;
    font-weight: 700;
}
.wrap2 .desktop-swiper .item-price .old-price,
.wrap2 .online-swiper .item-price .old-price {
    text-decoration-line: line-through;
}
.wrap2 .desktop-swiper .billing,
.wrap2 .online-swiper .billing {
    color: #4a4a4a;
    font-size: 16px;
    line-height: 150%;
    margin-top: 19px;
    /* 24px */
}
.wrap2 .desktop-swiper .item-old-price,
.wrap2 .online-swiper .item-old-price {
    margin-top: 12px;
    color: #1f1f1f;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    /* 20.8px */
}
.wrap2 .desktop-swiper .item-tax,
.wrap2 .online-swiper .item-tax {
    margin-top: 8px;
    color: #1f1f1f;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
    /* 18.2px */
}
.wrap2 .desktop-swiper .item-sale,
.wrap2 .online-swiper .item-sale {
    position: absolute;
    top: -11px;
    right: -7px;
}
.wrap2 .desktop-swiper .pic-group,
.wrap2 .online-swiper .pic-group {
    display: flex;
    gap: 14px;
}
.wrap2 .slide-cont {
    margin-top: 30px;
    display: flex;
    gap: 46px 32px;
}
.wrap2 .slide-cont .slide-item {
    position: relative;
    text-align: left;
    flex: 1;
    border-radius: 14px;
    border: 3px solid #d8dcff;
    background: #fff;
    padding: 28px 20px;
}
.wrap2 .slide-cont2 {
    margin-top: 30px;
    display: flex;
    gap: 60px;
}
.wrap2 .slide-cont2 .slide-item {
    position: relative;
    text-align: left;
    flex: 1;
    border-radius: 14px;
    border: 3px solid #d8dcff;
    background: #fff;
    padding: 28px 35px;
}
.wrap2 .item-1 .billing {
    margin-bottom: 68px;
}
.wrap2 .item-tips {
    margin-top: 14px;
    column-gap: 10px;
    color: #898989;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
    /* 18.2px */
}
.wrap2 .item-tips .item-tips-cont {
    opacity: 0;
    position: absolute;
    transform: translate(-47%, -84%);
    transition: opacity 0.3s;
    visibility: hidden;
    z-index: 1;
}
.wrap2 .item-tips .item-tips-icon {
    cursor: pointer;
    vertical-align: middle;
}
.wrap2 .hide {
    display: none;
}
.wrap2 .show {
    display: flex;
}
.show {
    display: flex;
}
.toggle {
    width: 344px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    height: 32px;
    border-radius: 30px;
    background: #ffebca;
}
.toggle .toggle-choose {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
}
.toggle .toggle-choose_btn {
    width: 168px;
    color: #52370b;
    font-size: 14px;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
}
.toggle .current_active {
    position: absolute;
    content: '';
    width: 168px;
    height: 26px;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    border-radius: 30px;
    background: #fff;
    z-index: 1;
    transition: all 0.5s;
}
.wrap-tit-box .wrap-tit {
    text-align: center;
    font-size: 32px;
    position: relative;
    text-shadow: 0 4px 4px rgba(148, 155, 223, 0.28);
    margin: 0 auto;
}
.wrap-tit-box .wrap-tit span {
    content: attr(data-text);
    background: linear-gradient(90deg, #7c0cea 0%, #fc54b1 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    z-index: 2;
    position: relative;
}
.wrap-tit-box .wrap-tit .black {
    position: relative;
    z-index: 2;
    color: #2c2c2c;
}
.wrap-tit-box .wrap-tit::before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: transparent;
    text-shadow: 2px 2px 0 white, -2px 2px 0 white, 2px -2px 0 white, -2px -2px 0 white, 0 2px 0 white, 0 -2px 0 white, 2px 0 0 white, -2px 0 0 white, 0 4px 4px rgba(148, 155, 223, 0.28);
    z-index: 1;
}
.box {
    border-radius: 26px;
    background: url(../img/offre-playlist-transfer/wrap2-container1.png) no-repeat;
    background-size: 100% 100%;
    padding: 28px;
}
.box .wrap-tit-box {
    background: url('../img/offre-playlist-transfer/wrap-tit-1.png') no-repeat center / cover;
    background-size: 738px 100%;
    padding: 8px 0 20px 0;
}
.box .wrap-tit-box .tit-desc {
    color: #2c2c2c;
    text-align: center;
    font-family: Rubik;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    max-width: 647px;
    margin: 0 auto;
    /* 36px */
}
.box .wrap-tit-box .tit-desc span {
    font-weight: 600;
}
.box .wrap-desc {
    max-width: 768px;
    margin: 16px auto 0;
}
.box .wrap-pic {
    position: relative;
    display: flex;
    justify-content: center;
    margin: 27px auto 44px auto;
}
.box .wrap-pic::before {
    content: '';
    position: absolute;
    background: url(../img/offre-playlist-transfer/decoration1.png) no-repeat;
    left: -10px;
    top: -64px;
    width: 143px;
    height: 145px;
}
.mt {
    margin-top: 155px;
    background: url(../img/offre-playlist-transfer/wrap2-container2.png) no-repeat;
    background-size: 100% 100%;
    padding-bottom: 123px;
}
.mt .wrap-tit-box {
    background: url('../img/offre-playlist-transfer/wrap-tit-2.png') no-repeat center / cover;
    background-size: 738px 100%;
    padding: 30px;
    transform: translateY(-42px);
}
.mt .wrap-tit-box .wrap-tit {
    max-width: 738px;
}
.mt .desktop-desc,
.mt .online-desc {
    color: #2c2c2c;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    line-height: 180%;
    max-width: 935px;
    margin: 0 auto;
}
.mt .desktop-desc a,
.mt .online-desc a {
    color: #6261ff;
    cursor: pointer;
}
.mt .online-desc {
    margin: -34px auto 27px;
    justify-content: center;
}
.mt .online-text {
    color: #898989;
    text-align: center;
    font-size: 14px;
    line-height: 180%;
    margin: 24px auto 0;
    max-width: 750px;
    /* 25.2px */
}
.mt .online-text a {
    color: #453fff;
    cursor: pointer;
}
@media (max-width: 1200px) {
    .content-box {
        transform: translateY(0);
        margin-bottom: 0;
    }
    .container {
        padding: 0 15px;
    }
    .box .wrap-tit-box {
        background: url('');
    }
    .switch-btn .switch-btn-item {
        width: 83px;
        font-size: 12px;
    }
    .wrap3 .wrap3-list {
        gap: 50px 16px;
    }
    .wrap3 .wrap3-item {
        padding: 36px 16px;
    }
    .wrap3 .wrap3-item .item-tit {
        margin-top: 20px;
        font-size: 18px;
    }
    .wrap3 .wrap3-item .item-desc {
        height: 38px;
        font-size: 12px;
        margin-top: 10px;
    }
    .wrap3 .wrap3-item .switch-btn {
        margin-top: 14px;
    }
    .wrap3 .wrap3-item .old-price {
        margin-top: 8px;
        font-size: 10px;
    }
    .wrap3 .wrap3-item .price-box {
        margin-top: 16px;
    }
    .wrap3 .wrap3-item .buy-btn {
        width: 79%;
        font-size: 14px;
        padding: 8px 0;
        margin: 16px auto 0;
    }
    .wrap2 .desktop-box {
        padding: 0;
    }
    .banner .banner-btn-box {
        bottom: 40px;
    }
    .banner .banner-btn-box .banner-btn {
        padding: 16px 60px;
        font-size: 20px;
    }
}
@media (max-width: 996px) {
    .content-box {
        margin-bottom: 0;
    }
    .box .wrap-pic img {
        width: 100%;
        height: 100%;
    }
    .banner .logo {
        width: 94px;
        height: 22px;
        top: 2%;
        left: 6%;
    }
    .banner .banner-btn-box {
        bottom: 9%;
    }
    .banner .banner-btn-box .banner-btn {
        bottom: 2%;
        font-size: 20px;
        padding: 12px 64px;
        font-size: 16px;
    }
    .banner .desc {
        bottom: 5%;
        width: 100%;
    }
    .wrap2 .desktop-box,
    .wrap2 .online-box {
        position: relative;
        background: none;
        border: none;
        flex-direction: column;
    }
    .wrap2 .desktop-box .now-nav,
    .wrap2 .online-box .now-nav {
        position: relative;
        display: flex;
        padding: 11px 20px;
        column-gap: 12px;
        align-items: center;
        border-radius: 4px;
        border: 1px solid #dfdfdf;
        background: #fff;
    }
    .wrap2 .desktop-box .now-nav::after,
    .wrap2 .online-box .now-nav::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(-20px, -50%);
        background: url('../img/offre-playlist-transfer/arrow-bottom.png') no-repeat center / cover;
        width: 18px;
        height: 18px;
        transition: all 0.3s;
    }
    .wrap2 .desktop-box .now-nav.active::after,
    .wrap2 .online-box .now-nav.active::after {
        transform: translate(-20px, -50%) rotate(180deg);
    }
    .wrap2 .desktop-box .now-nav .item-tit,
    .wrap2 .online-box .now-nav .item-tit {
        margin: 0;
        font-size: 16px;
    }
    .wrap2 .desktop-box .desktop-list,
    .wrap2 .online-box .desktop-list,
    .wrap2 .desktop-box .online-list,
    .wrap2 .online-box .online-list {
        position: absolute;
        width: 100%;
        flex: 0 0 auto;
        top: 50px;
        z-index: 9;
        background: #fff;
        border-radius: 6px;
        transition: all 0.4s;
    }
    .wrap2 .desktop-box .desktop-list .list-item,
    .wrap2 .online-box .desktop-list .list-item,
    .wrap2 .desktop-box .online-list .list-item,
    .wrap2 .online-box .online-list .list-item {
        background: none;
        display: flex;
        align-items: center;
        column-gap: 20px;
        padding: 8px 20px;
        justify-content: flex-start;
    }
    .wrap2 .desktop-box .desktop-list .list-item .item-logo,
    .wrap2 .online-box .desktop-list .list-item .item-logo,
    .wrap2 .desktop-box .online-list .list-item .item-logo,
    .wrap2 .online-box .online-list .list-item .item-logo {
        width: 24px;
        height: 24px;
    }
    .wrap2 .desktop-box .desktop-list .list-item .item-tit,
    .wrap2 .online-box .desktop-list .list-item .item-tit,
    .wrap2 .desktop-box .online-list .list-item .item-tit,
    .wrap2 .online-box .online-list .list-item .item-tit {
        margin: 0;
        display: block;
    }
    .wrap2 .desktop-box .desktop-list .list-item.active,
    .wrap2 .online-box .desktop-list .list-item.active,
    .wrap2 .desktop-box .online-list .list-item.active,
    .wrap2 .online-box .online-list .list-item.active {
        background: none;
    }
    .wrap2 .desktop-box .desktop-right,
    .wrap2 .online-box .desktop-right,
    .wrap2 .desktop-box .online-right,
    .wrap2 .online-box .online-right {
        padding: 0;
        margin: 0;
    }
    .wrap2 .desktop-swiper .slide-tit,
    .wrap2 .online-swiper .slide-tit {
        display: none;
    }
    .wrap2 .desktop-swiper .slide-desc,
    .wrap2 .online-swiper .slide-desc {
        margin: 12px auto 0;
        font-size: 12px;
        padding: 10px 16px;
        background: none;
    }
    .wrap2 .slide-cont,
    .wrap2 .slide-cont2 {
        flex-direction: column;
        gap: 24px 32px;
    }
    .wrap2 .slide-cont .slide-item,
    .wrap2 .slide-cont2 .slide-item {
        max-width: 100%;
        width: -webkit-fill-available;
        margin: 0 auto;
    }
    .mt {
        background: url('');
    }
}
@media (max-width: 768px) {
    .pc-style {
        display: none;
    }
    .mb-style {
        display: block;
    }
    .banner .banner-btn-box {
        bottom: 12%;
    }
    .banner .banner-btn-box .banner-btn {
        bottom: 2%;
        font-size: 20px;
        padding: 12px 64px;
        font-size: 16px;
    }
    .banner .desc {
        bottom: -4%;
        width: 100%;
    }
    .banner .banner-more {
        display: none;
    }
    .box {
        background: url('');
    }
    .box .wrap-pic {
        display: none;
    }
    .box .wrap-tit-box .wrap-tit {
        font-size: 28px;
    }
    .box .wrap-tit-box .tit-desc {
        font-size: 14px;
        margin-top: 10px;
    }
    .wrap-list {
        flex-direction: column;
        padding: 0;
    }
    .tit1 .wrap-tit-box {
        background: url('../img/offre-playlist-transfer/tit-1-mb.png') no-repeat center / cover;
    }
    .tit1 .wrap-tit-box .wrap-tit {
        padding: 12px 0;
    }
    .wrap2 {
        padding-top: 60px;
    }
    .wrap2 .wrap-desc {
        font-size: 16px;
        max-width: 300px;
        margin: 22px auto 0;
    }
    .wrap2 .toggle-box {
        margin: 18px auto 26px;
        width: 100%;
    }
    .wrap2 .toggle-box .toggle-item {
        font-size: 12.422px;
        width: 100%;
        padding: 8px 0;
    }
    .wrap2 .toggle-box .toggle-item .tagline {
        width: 100%;
    }
    .wrap1 {
        max-width: 350px;
        margin: 18px auto 0;
        padding: 10px 0 12px;
        background: url('../img/offre-playlist-transfer/wrap1-bg-mb.png') no-repeat center / cover;
        background-size: 100% 100%;
    }
    .wrap1 .wrap-cont-box .box-price {
        font-size: 10px;
        margin-top: 34px;
    }
    .wrap1 .wrap-cont-box .box-price .new-price {
        font-size: 20px;
    }
    .wrap1 .wrap-cont-box .box-sale {
        top: 48px;
        right: 4px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 80px;
        height: 80px;
        color: #fff2dc;
        font-size: 19.376px;
        font-weight: 500;
        line-height: 140%;
        /* 27.126px */
        background: url('../img/offre-playlist-transfer/sale-mb.png') no-repeat center / cover;
    }
    .wrap1 .wrap-cont-box .box-sale.pc-style {
        display: none;
    }
    .wrap1 .wrap-cont-box .old-price {
        font-size: 12px;
    }
    .wrap1 .wrap-cont-box .box-tit {
        margin-top: 14px;
        font-size: 14px;
    }
    .wrap1 .wrap-cont-box .box-desc {
        font-size: 12px;
        margin-top: 10px;
        max-width: 264px;
    }
    .wrap1 .wrap-cont-box .item-tips {
        font-size: 10px;
    }
    .wrap1 .wrap-cont-box .btn-box {
        margin-top: 26px;
    }
    .wrap1 .wrap-cont-box .btn-box .buy-btn {
        font-size: 11.884px;
        column-gap: 6px;
        padding: 7px 41px;
    }
    .wrap1 .wrap-cont-box .btn-box .iconfont {
        font-size: 16px;
    }
    .wrap1 .wrap-cont-box .btn-box .toggle-btn {
        margin-top: 8px;
    }
    .wrap1 .inklusiv-box {
        max-width: 262px;
        margin: 2px auto 0;
        padding: 14px 10px 10px;
        background-size: 100% 100%;
    }
    .wrap1 .inklusiv-box .inklusiv-tit {
        font-size: 12px;
        padding-bottom: 4px;
    }
    .wrap1 .inklusiv-box .inklusiv-img {
        margin-top: 8px;
    }
    .wrap1 .inklusiv-box .inklusiv-img img {
        width: 20px;
        height: 20px;
    }
    .mt {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, #fff 89.68%), linear-gradient(90deg, #a6c4fc 0%, #ffd5f6 100%);
        box-shadow: 0 11px 24.2px 0 rgba(157, 155, 219, 0.15);
        padding-bottom: 118px;
        margin-top: 80px;
    }
    .mt .wrap-tit-box {
        background: url('');
        padding: 66px 0 17px 0;
        transform: translateY(0);
    }
    .mt .wrap-tit-box .wrap-tit {
        font-size: 28px;
    }
    .mt .desktop-desc,
    .mt .online-desc {
        font-size: 14px;
        margin: 0 auto 16px;
    }
    .toggle {
        width: 215px;
        height: 20px;
    }
}
@media (max-width: 500px) {
    .banner .banner-btn-box {
        bottom: 11%;
    }
    .banner .banner-btn-box .banner-btn {
        bottom: 2%;
        font-size: 20px;
        padding: 12px 64px;
        font-size: 16px;
    }
    .banner .desc {
        bottom: 8%;
        width: 100%;
    }
}
@media (max-width: 400px) {
    .banner .banner-btn-box {
        bottom: 9%;
    }
    .banner .banner-btn-box .banner-btn {
        bottom: 2%;
        font-size: 20px;
        padding: 12px 64px;
        font-size: 16px;
    }
    .banner .desc {
        bottom: 0%;
        width: 100%;
    }
}
.head {
    display: none;
}