.price-active a {
    color: #2F69F8;
    font-size: 18px;
    font-weight: 700;
}
.modal-open .modal {
    display: flex;
    align-self: center;
    justify-content: center;
}
.modal-dialog {
    margin: 180px 10px;
}
.price-pc {
    margin-top: 100px;
}
.table {
    text-align: center;
    cursor: default;
}

.p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    margin-top: 30px;
}

.p2 {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
}

.p3 {
    font-size: 32px;
    font-weight: 500;
    color: #E02020;
    margin-top: 10px;
}

.p4 {
    width: 96px;
    height: 32px;
    background: #2C82FD;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 32px;
    cursor: pointer;
    text-align: center;
    margin: 0 auto;
    border: none;
}

.img1 {
    display: block;
    margin-top: 35px;
    margin-left: 86px;
}

.table-title {
    display: flex;
    margin-top: 58px;
    cursor: default;
}

.table-title > .free {
    width: 254px;
    height: 100px;
    background: #87d068;
    text-align: center;
    padding-top: 15px;
}
.table-title > .free > p {
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
}
.table-title > .free > span {
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
}
.table-title > .title1 {
    width: 404px;
    height: 100px;
    background: #5A9DFD;
    text-align: center;
    line-height: 100px;
}

.table-title > .title1 > p {
    font-size: 24px;
    font-weight: 500;
    color: #FFFFFF;
}

.table-title > .title2 {
    width: 255px;
    height: 100px;
    background: #93CCFF;
    text-align: center;
    padding-top: 15px;
}

.table-title > .title2 > p {
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
}

.table-title > .title2 > span {
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
}

.table-title > .title3 {
    width: 254px;
    height: 100px;
    background: #F7B500;
    text-align: center;
    padding-top: 15px;
}

.table-title > .title3 > p {
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
}

.table-title > .title3 > span {
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
}

.table-title > .title4 {
    width: 255px;
    height: 100px;
    background: #32C5FF;
    text-align: center;
    padding-top: 15px;
}

.table-title > .title4 > p {
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
}

.table-title > .title4 > span {
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
}

.table-title > .title5 {
    width: 256px;
    height: 100px;
    background: #0091FF;
    text-align: center;
    padding-top: 15px;
}

.table-title > .title5 > p {
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
}

.table-title > .title5 > span {
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
}

.price-h5 {
    display: none;
}
.price-pre {
    font-size: 16px;
    color: #091221;
    font-weight: 700;
    margin-bottom: 8px;
}
.device-price-container {
    margin: 32px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.price-section-title {
    height: 2.5rem;
    font-size: 2rem;
    color: #091221;
    text-align: center;
    line-height: 2.5rem;
    font-weight: 600;
    margin-bottom: 0.7rem;
    margin-top: 3rem;
}
.device-preview-card {
    width: calc(100% / 3 - 0.875rem);
    height: fit-content;
    background-image: linear-gradient(180deg, #fff, #fff), linear-gradient(135deg, #f1f1f1, #edf3f9);
    border-radius: .375rem;
    margin-right: .875rem;
    transition: transform .3s ease-out;
    margin-bottom: .875rem;
}
.device-preview-card:nth-child(3n){
    margin-right: 0;
}
.device-preview-card:hover {
    transform: translateY(-10px);
    box-shadow: 5px 10px 16px rgba(194, 199, 212, .7);
}
.device-image-wrap {
    width: 100%;
    height: 15rem;
    background: #d8d8d8;
    border-radius: .375rem;
    overflow: hidden;
}
.device-image-wrap img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.device-content-wrap {
    padding: 1rem;
}
.device-title {
    width: 100%;
    height: 0.8rem;
    font-size: 0.8rem;
    color: #091221;
    line-height: 0.8rem;
    font-weight: 600;
    margin-bottom: .375rem;
    overflow: hidden;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-align: center;
}
.device-desc {
    opacity: .7;
    color: #091221;
    line-height: 1.1rem;
    font-weight: 400;
    height: 2.2rem;
    font-size: max(.6rem, min(.6rem, 14px));
    overflow: hidden;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.device-price {
    font-size: 1.2rem;
    color: #091221;
    line-height: 1.2rem;
    font-weight: 600;
    text-align: center;
}


@media (max-width: 768px) {
    .price-pc {
        display: none;
    }
    .price-h5 {
        margin: 60px 20px 0;
        display: block;
    }

    .price-h5-list1 {
        margin: 35px auto;
        width: 100%;
        box-shadow: 0px 0px 10px 0px #DDDDDD, 0px 0px 1px 0 #DFDFDF;
        border-radius: 6px;
        padding-bottom: 16px;
    }

    .price-h5-list1 > .h5-list1-tit {
        height: 83px;
        text-align: center;
        background: #5A9DFD;
        border-radius: 6px 6px 0px 0px;
        padding-top: 20px;
    }

    .price-h5-list1 > .h5-list1-tit > p {
        font-size: 14px;
        font-weight: 500;
        color: #FFFFFF;
    }

    .price-h5-list1 > .h5-list1-tit > span {
        font-size: 12px;
        font-weight: 500;
        color: #FFFFFF;
    }

    .price-h5-list1 > .h5-list1-cont {
        padding: 0 20px;
    }

    .price-h5-list1 > .h5-list1-cont > p {
        font-size: 14px;
        margin-top: 20px;
        font-weight: 600;
        color: #333333;
    }

    .price-h5-list1 > .h5-list1-cont > div span {
        font-size: 12px;
        font-weight: 400;
        color: #666666;
        margin-bottom: 6px;
        width: 50%;
    }

    .price-h5-list1 > .h5-list1-cont1 {
        padding: 10px 20px;
        text-align: center;
    }

    .price-h5-list1 > .h5-list1-cont1 > p {
        font-size: 12px;
        font-weight: 400;
        color: #666666;
    }

    .price-h5-list1 > .h5-list1-cont1 > p > span {
        font-size: 18px;
        font-weight: 500;
        color: #091221;
    }

    .price-h5-list1 > .h5-list1-tit1 {
        height: 83px;
        text-align: center;
        background: #F7B500;
        border-radius: 6px 6px 0px 0px;
        padding-top: 20px;
    }

    .price-h5-list1 > .h5-list1-tit1 > p {
        font-size: 14px;
        font-weight: 500;
        color: #FFFFFF;
    }

    .price-h5-list1 > .h5-list1-tit1 > span {
        font-size: 12px;
        font-weight: 500;
        color: #FFFFFF;
    }

    .price-h5-list1 > .h5-list1-tit2 {
        height: 83px;
        text-align: center;
        background: #32C5FF;
        border-radius: 6px 6px 0px 0px;
        padding-top: 20px;
    }

    .price-h5-list1 > .h5-list1-tit2 > p {
        font-size: 14px;
        font-weight: 500;
        color: #FFFFFF;
    }

    .price-h5-list1 > .h5-list1-tit2 > span {
        font-size: 12px;
        font-weight: 500;
        color: #FFFFFF;
    }

    .price-h5-list1 > .h5-list1-tit3 {
        height: 83px;
        text-align: center;
        background: #0091FF;
        border-radius: 6px 6px 0px 0px;
        padding-top: 20px;
    }

    .price-h5-list1 > .h5-list1-tit3 > p {
        font-size: 14px;
        font-weight: 500;
        color: #FFFFFF;
    }

    .price-h5-list1 > .h5-list1-tit3 > span {
        font-size: 12px;
        font-weight: 500;
        color: #FFFFFF;
    }

    .p4 {
        font-size: 14px;
        margin-top: 15px;
    }
    .mt-1{
        margin-top: 10px;
    }
    .device-preview-card {
        width: 100%;
    }
    .device-image-wrap {
        height: 15rem;
    }
    .device-preview-card {
        margin-right: 0;
    }
    .price-section-title {
        height: 1.75rem;
    }
}