.bg-gray {
    background-color: #ededed;
    padding-bottom: 18px;
    margin-top: 60px;
}

.product-img {
    margin-bottom: 40px;
    text-align: center;
}

.product-img p {
    font-size: 36px;
}

.product-img-bottom {
    margin-bottom: 30px;
}

.product-img-bottom img {
    max-width: 100%;
}

.buy-banner {
    padding-top: 160px;
    background: url("/skins/screenunlock/imgs/webp/store-top-bg.webp") no-repeat
        center center;
    width: 100%;
    min-height: 467px;
    background-size: cover;
}

.buy-banner-title {
    text-align: center;
    color: #001568;
    font-family: "Microsoft YaHei UI";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.tag {
    column-gap: 42px;
    margin-top: 21px !important;
    margin-bottom: 90px !important;
}
.priceList {
    margin-top: -111px;
    column-gap: 41px;
}
.priceList-item {
    width: calc((100% - 41px * 2) / 3);
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 56px 29px 36px 29px;
    background-color: #ffffff;
    border: 1px solid #dedede;
    box-sizing: border-box;
    border-radius: 18px;
    box-shadow: 0px 3px 15.5px 0px #00299126;
}
.priceList-item:not(.best):hover {
    border: 1px solid #0066ff;
}

.priceList-item.best {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    position: relative;
    border: 1px solid #ff5900;
}
.priceList-item.best .best-extra-box {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    position: absolute;
    top: -48px;
    left: 0;
    width: calc(100% + 2px);
    transform: translateX(-1px);
    height: 48px;
    /* border: 2px solid #ff5900; */
    background: #ff6200;
    color: #fff;
}

.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;
    color: #333333cc;
}
.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;
    color: #999999;
    text-decoration-line: line-through;
}
.priceList-item.best .item-price-unit,
.priceList-item.best .item-price-seleted {
    color: #f56600;
}

.priceList-item .more-select {
    color: #0066ff;
    font-family: Microsoft YaHei UI;
    margin-top: 18px;
    min-height: 18px;
}
.priceList-item .more-select .select-box {
    cursor: pointer;
    padding: 4px 6px;
    box-sizing: border-box;
    width: 100px;
    height: 28px;
    border: 1px solid #0066ff;
    border-radius: 6px;
    background-color: #e8f1ff;
}
.priceList-item .more-select .select-box ul {
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 2;
    box-shadow: 0px 2px 5.7px 0px #0066ff26;
    border: 1px solid #0066ff;
    background-color: #fff;
    border-radius: 5px;
}
.priceList-item .more-select .select-box ul li {
    padding: 4px 6px;
    box-sizing: border-box;
}
.priceList-item .more-select .select-box ul li:first-of-type {
    border-radius: 5px 5px 0 0;
}
.priceList-item .more-select .select-box ul li:last-of-type {
    border-radius: 0 0 5px 5px;
}
.priceList-item .more-select .select-box ul li.active {
    background-color: #e8f1ff;
}
.priceList-item .more-select .select-box ul li:hover {
    background-color: #eff5ff;
}

.priceList-item button a {
    width: 201px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    border-radius: 53px;
    font-weight: 700;
    font-size: 16px;
    background: #ffdd1f;
}
.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:first-of-type {
    flex-shrink: 0;
}
.priceList-item .equity-box ul li span:not(.svg-icon) {
    line-height: 24px;
}
.accept-box {
    margin-top: 30px;
    border-radius: 34px;
    padding: 20px 0 21px 0;
}
.accept-box img {
    width: auto;
    height: 70px;
}
.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;
}

@media (max-width: 767.98px) {
    .tag {
        padding: 0 12px;
        box-sizing: border-box;
        flex-direction: column;
        row-gap: 12px;
    }
    .priceList {
        flex-direction: column;
        row-gap: 20px;
        margin-top: 0;
    }
    .priceList .priceList-item {
        width: 100%;
    }
    .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;
    }
}
