body {
    position: relative;
    /* min-height: 100vh; */
    background-color: #110f1b;
    color: #ffffff;
}
body::after {
    width: 100vw;
    height: 1500px;
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    background-image: url("/skins/videodownloader/imgs/webp/store-bg.webp");
    background-size: cover;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
}
main {
    position: relative;
    padding-top: 80px;
    /* z-index: 2; */
}

header nav ul li {
    color: #fff;
}

.title {
    margin: 80px auto 20px auto;
    font-family: Microsoft YaHei UI;
    font-size: 30px;
    line-height: 47px;
    font-weight: 700;
}
.tag {
    margin: 0 auto 52px auto;
    column-gap: 42px;
}
.priceList {
    margin-top: 72px;
}
.priceList-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 56px 20.5px 36px 20.5px;
    background: linear-gradient(
        180deg,
        rgba(40, 36, 47, 0.52) 0%,
        rgba(127, 114, 149, 0.52) 100%
    );
    box-shadow: 0px 1px 2px 0px #ffffff40 inset;
    backdrop-filter: blur(17.5px);
    box-sizing: border-box;
    border-radius: 34px;
}

.priceList-item > *:not(.item-best-tag) {
    position: relative;
}
.priceList-item .item-free-trial-tag {
    position: absolute !important;
    display: flex;
    align-items: center;
    top: -24px;
    height: 48px;
    line-height: 48px;
    background: linear-gradient(
        90deg,
        #f7aa13 -27.6%,
        #ffd77e 48.74%,
        #f7aa13 145.9%
    );
    color: #2e2e2e;
    border-radius: 13px;
    padding: 0 17.5px 0 45.5px;
}
.priceList-item .item-free-trial-tag::before {
    content: "";
    position: absolute;
    left: 17.5px;
    width: 28px;
    height: 28px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAcCAYAAACdz7SqAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAPWSURBVHgB5VZNiBxFFH6vZ3p69CB7EXKRqT2IiodM8KCSQwwiHl2EgCgEF8SDGlwDonjIVAsSEWVV/DmqN2+7ILg52QrCgpcFL/Gii6AsGkWi4E7/1ct7VV3dPTu7s7OBHEIezFR31av3vZ+vXhfArSIIR5TdT5dUSOmwQzgoAa52X/z6czii7AtK7z45gCAYpgSLncAMWEsh0BCQVEurMoC68/J6DNcLunvxqUcwgMStkBhsANANdkQiILfopgMdvfrl3MBB+6Us+0OT98jkEZRpH8qMx6xHboz8CCatRlnLZb2rd986O4I5ZRJ0HKoi7WM5roAFJI2wzNiBca9678mcfS6yPlp9+9zT/114bi7gCVCTRQNrII/YmBgPq+j4OXfGJeIiY0dSdiyN+MeRpi5qztLon9dfOhR4EjTvK5s6a8RF4pzofkBlb7nIwy84arRAEmXWw8I7k4p+hJR1R3+fPz8TeIJIf7zwBjWTTBZENFC8cuzjd973OlfOvbZKFKw4PRIRNUtj+8qj3U+o7/zo7XhmpDvPauWJwlHYSGzEcMdae0P2/23fSV0ltYWrN0qEhUSauz38E4LpnecvjGaCQnn7wIKk/ZqlnD5Ir3YW2xvKLFwQYklqHYMj8uUQshnrcOTW8kj/fvbi6EDQcRaecEChkAiFPGIIi+iz7aVVJTrbZz48xXUfSZQOkAHyyOpKdPJu6+xrLGQsuvrXp98b7VvTn5c+WeW3FSmI1MktcodwjQF9B3Jdg5D/bf2aeWj28DrYdeJeg3Yscjx99/q5b0Wn65XZQ4XYdCC/2TYhohrMO2p5Y6eccR9B7UjV0IzlG093YMFj1aCcmoU97a7FbMtQb8z3R6x6oQdsmOuj9xYCevOer5bXp0Ch6CwbChLeqbwB66HL6EQK5DQ5874MMkPWr7op+3Sj0fd980w8WYKWbD20prgGCW9WFQS1AOu0UwWMVb0aAPDH2zphsIyPf39Gwx6Z+rRtDTcUczrhGBS6z4mvdBWCgFiC4bQFasagjE/88ISGfWTf7+kmA4d5lLDLgzrD9V/DbAPGOdRKtVsj/cCPjx34qTvw5rB5b6LQ9BJWGNQlnIqucgCxPmaAJn7wp1MaZsjM68qm2lQGOgwcqD1f7YqthC02s0tlfPKXhzUcIofekRK1pcKsY2tcndb6nFAr8gBBn/zteAxzyFwXs+TYZYV5wNcY5PuSmdpDTJrTf96vYU6ZC9QCL1xWxvQFWNmU2t02Uv3ov4tzRXhkUJGN/rYKKKrPMUERPz6+S8ONlg3YUZfwr7VLwZUVuJnkGmd6OjDJtjl7AAAAAElFTkSuQmCC")
        center no-repeat;
    background-size: 100% 100%;
}
.priceList-item .item-best-tag {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 0;
    z-index: 0;
    width: 144px;
    height: 120px;
    background: url("/skins/videodownloader/imgs/png/store-best-price-bg.png")
        center no-repeat;
    background-size: 100% 100%;
}
.priceList-item .free-trial-tip1 {
    position: absolute;
    top: 204px;
}
.priceList-item .free-trial-tip2 {
    position: absolute;
    top: 313px;
    font-weight: 700;
    font-size: 14px;
    color: #ffb35b;
    text-decoration: underline;
}
.priceList-item .item-title {
    margin-bottom: 12px;
    font-family: Microsoft YaHei UI;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}
.priceList-item .item-subtitle {
    display: inline-block;
    height: 15px;
    font-family: Microsoft YaHei UI;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 20px;
}
.priceList-item .item-price {
}
.priceList-item .item-price-unit {
    align-self: flex-start;
    font-family: D-DIN-PRO;
    font-size: 16px;
    font-weight: 700;
}
.priceList-item .item-price-seleted {
    font-family: D-DIN-PRO;
    font-size: 48px;
    font-weight: 700;
    line-height: 48px;
    margin: 0 4px;
}
.priceList-item .item-price-origin {
    font-family: Microsoft YaHei UI;
    font-size: 14px;
    font-weight: 700;
    align-self: flex-end;
    padding-bottom: 2px;
    text-decoration-line: line-through;
}
.priceList-item .section-box {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    border-radius: 9px;
    font-family: Microsoft YaHei UI;
    background: #ffffff33;
    margin-top: 20px;
    min-height: 34px;
}
.section-box-selected {
    width: 238px;
    height: 34px;
    padding: 5px 10px 5px 10px;
    box-sizing: border-box;
}
.dropdown-box {
    box-sizing: border-box;
    position: absolute;
    top: calc(34px + 4px);
    left: 0;
    z-index: 2;
    background: #76747c;
    padding: 5px 2px;
    border-radius: 9px;
    box-shadow: 0px 4px 4px 0px #00000040;
}
.dropdown-box ul li {
    height: 34px;
    line-height: 34px;
    width: 100%;
    padding: 0 8px;
    box-sizing: border-box;
    border-radius: 5px;
}
.dropdown-box ul li.active {
    background-color: rgba(255, 255, 255, 0.3);
}
.dropdown-box ul li:not(.active):hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.priceList-item button a {
    width: 201px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    border-radius: 53px;
    font-weight: 700;
    font-size: 16px;
    background: linear-gradient(280.74deg, #6200d9 7.26%, #fc5eff 108.07%);
}
.priceList-item .equity-box ul {
    gap: 16px;
}
.priceList-item .equity-box ul li {
    display: flex;
}
.priceList-item .equity-box ul li img {
    margin-top: 4px;
}
.priceList-item .equity-box ul li span {
    line-height: 24px;
}
.accept-box {
    margin-top: 30px;
    border-radius: 34px;
    padding: 20px 0 21px 0;
    box-shadow: 0px 1px 2px 0px #ffffff40 inset;
    backdrop-filter: blur(17.5px);
    background: linear-gradient(
        180deg,
        rgba(40, 36, 47, 0.52) 0%,
        rgba(40, 36, 47, 0.52) 100%
    );
}
.accept-box img {
    width: 747.5px;
    height: 52px;
}
.choose-us-box {
    margin-top: 90px;
    margin-bottom: 28px;
}
.choose-us-box h2 {
    font-size: 30px;
}
.choose-us-box .choose-us-box-list {
    justify-content: center;
    margin-top: 28px;
    margin-bottom: 86px;
}
.choose-us-box .choose-us-box-list .choose-us-box-list-item {
    width: 294px;
    align-items: center;
    padding: 24px 0;
}
.choose-us-box .choose-us-box-list .choose-us-box-list-item:not(:last-of-type) {
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}
.choose-us-box .choose-us-box-list .choose-us-box-list-item img {
    width: 100px;
    height: 100px;
}
.choose-us-box .choose-us-box-list .choose-us-box-list-item .data-nums {
    font-family: Microsoft YaHei UI;
    font-size: 20px;
    font-weight: 700;
    line-height: 25.4px;
    margin: 10px 0;
}
.choose-us-box .choose-us-box-list .choose-us-box-list-item .data-tag {
    font-size: 15px;
}

.countdown-box-value {
    animation: heartbeat 1s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}
@keyframes heartbeat {
    0%,
    100% {
        transform: scale(1);
    }
    25% {
        transform: scale(1.05);
    }
    50% {
        transform: scale(1.02);
    }
    75% {
        transform: scale(1.01);
    }
}

@media (max-width: 767.98px) {
    *::-webkit-scrollbar {
        width: 0;
        height: 0;
    }
    main {
        padding: 0 12px;
        padding-top: 60px;
        box-sizing: border-box;
    }
    .tag {
        padding: 0 12px;
        box-sizing: border-box;
        flex-direction: column;
    }
    .priceList {
        flex-direction: column;
        row-gap: 20px;
    }
    .accept-box img {
        width: 90%;
        height: auto;
    }
    .choose-us-box .choose-us-box-list {
        flex-direction: column;
    }
    .choose-us-box .choose-us-box-list .choose-us-box-list-item {
        width: 100%;
        border-right: none;
    }
}
