












.PriceTopBox{
    background: linear-gradient(180deg, #F4F9FF 0%, #EEF6FF 100%);
    width: 100%;
}
.PriceTopBox .ContentBox{
    box-sizing: border-box;
    padding: 66px 0 88px;
    max-width: 1120px;
    width: 90%;
    margin: 0 auto;
}
.PriceTopBox .ContentBox h1{
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    text-align: center;
    color: #232323;
    width: 75%;
    margin: 0 auto;
}
.PriceTopBox .ContentBox h2{
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #232323;
    width: 75%;
    margin: 24px auto 40px;
}
.PriceTopBox .labelBox{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}
.PriceTopBox .labelLeftBox{
    display: flex;
    justify-content: left;
    align-items: center;
    background: #E8F1FF;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    padding: 4px;
    border-radius: 4px;
}
.PriceTopBox .labelLeftBox p{
    white-space: nowrap;
    padding: 8px;
    color: #1A1A1AB2;
    cursor: pointer;
    border-radius: 4px;
}
.PriceTopBox .labelLeftBox .el-select{
    width: 188px;
}
.PriceTopBox .labelLeftBox .el-input__inner{
    border: none;
}
.PriceTopBox .labelLeftBox .active{
    background: #fff;
    color: #232323;
}
.PriceTopBox .priceTypeBox{
    display: flex;
    justify-content: space-between;
    gap: 24px;
}
.PriceTopBox .priceTypeBox .priceTypeList{
    width: 33%;
    box-sizing: border-box;
    padding: 24px;
    border-radius: 8px;
    background: #fff;
    position: relative;
    border: 2px solid #fff;
    padding-bottom: 64px;
}
.PriceTopBox .priceTypeBox .priceTypeListTitle{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}
.PriceTopBox .priceTypeBox .priceTypeListTitle p{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #232323;
    display: none;
}
.PriceTopBox .priceTypeBox .priceTypeListTitle .el-switch{
    margin-left: 12px;
}
.PriceTopBox .priceTypeList h3{
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #232323;
}
.PriceTopBox .priceTypeList .topPrice{
    display: flex;
    justify-content: left;
    align-items: end;
    flex-wrap: wrap;
    margin-bottom: 24px;
}
.PriceTopBox .priceTypeList .topPrice p{
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #232323;
}
.PriceTopBox .priceTypeList .topPrice span{
    font-weight: 700;
    margin-left: 4px;
    font-size: 14px;
    line-height: 22px;
    color: #232323;

}
.PriceTopBox .priceTypeList h4{
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #232323;
    margin-bottom: 8px;
}
.PriceTopBox .priceTypeList h5{
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #232323;
    margin-bottom: 24px;
}
.PriceTopBox .priceTypeList .btn{
    text-decoration: none;
    /*background: linear-gradient(233.47deg, #B269FF 8.51%, #6688C5 95.73%);*/
    border-radius: 4px;
    height: 40px;
    line-height: 40px;
    width: calc(100% - 48px);
    text-align: center;
    color: #F5F2EA;
    position: absolute;
    bottom: 24px;
    left: 0;
    right: 0;
    margin: auto;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
}
.PriceTopBox .priceTypeBox .BestChoice{
    border: 2px solid #B269FF;
    /*border-image-source: linear-gradient(128.05deg, #6A87C8 0%, #B269FF 99.95%);*/
    /*border-image-slice: 1;*/
    /*background-clip: border-box;*/
    /*border-radius: 8px;*/
}
.PriceTopBox .priceTypeList .BestChoiceLabel{
    width: 110px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    background: linear-gradient(233.47deg, #B269FF 8.51%, #6688C5 95.73%);
    border-bottom-left-radius: 8px;
    border-top-right-radius: 4px;
    position: absolute;
    right: 0;
    top: 0;
}


.priceContentWrapBox{
    background: #fff;
    width: 100%;
    padding: 64px 0;
}
.priceContentWrapBox h1{
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    color: #232323;
    text-align: center;
    max-width: 1120px;
    margin: 0 auto 40px;
    width: 90%;
    display: block;

}
.priceContentBox{
    width: 90%;
    max-width: 1120px;
    margin: 0 auto;
}
.priceContentBox .thBox{
    display: flex;
    border-bottom: 1px solid #D9D9D9;
    text-align: center;
    align-items: center;
    justify-content: space-between;
}
.priceContentBox .thBox h2{
    margin-top: 26px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #6A6969;
    margin-bottom: 8px;
}
.priceContentBox .thBox sup{
    font-weight: 700;
    font-size: 10px;
    line-height: 1;
    color: #6A6969;
}
.priceContentBox .thBox p{
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #232323;
}
.priceContentBox .thBox a{
    width: 180px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    border: 1px solid #D9D9D9;
    margin: 24px auto;
    border-radius: 4px;
    cursor: pointer;
    color: #232323;
}
.priceContentBox .tdBox{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #D9D9D9;
    position: relative;
}
.priceContentBox .tdBox p{
    flex: 1;
    padding: 12px;
    color: #232323;
    font-weight: 400;
    font-size: 16px;
    box-sizing: border-box;
    min-height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.priceContentBox .tdBox p img{
    display: block;
    width: 24px;
    height: 24px;
}
.priceContentBox .tdBox sup{
    font-weight: 700;
    font-size: 10px;
    line-height: 1;
    color: #6A6969;
    position: relative;
    top: -4px;
}
.priceContentBox .tdBox .p1{
    line-height: 24px;
    justify-content: left;
}
.priceContentBox .tdBox .p2{
    background: #E8F0FF3D;
}
.priceContentBox .tdBox .p3{
}
.priceContentBox .tdBox .p4{
    background: #E8F0FF3D;
}
.priceContentBox .width1{
    max-width: 360px;
    min-width: calc( (360 / 1120) * 100% );
}
.priceContentBox .width2{
    max-width: 229px;
    min-width: calc( (229 / 1120) * 100% );
}
.priceContentBox1{
    display: none;
    width: 90%;
    margin: 0 auto;
}
.priceContentBox1 .priceContentBox1Title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
    position: relative;
}
.priceContentBox1 .priceContentBox1Title sup{
    position: absolute;
    top: 7px;
    left: 83px;
    color: #606266;
}
.priceContentBox1 .btn{
    text-decoration: none;
    cursor: pointer;
    background: linear-gradient(233.47deg, #B269FF 8.51%, #6688C5 95.73%);
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 132px;
    border-radius: 4px;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
}
.priceContentBox1 .CoreFeaturesWrap{
    width: 100%;
    border-radius: 8px;
    border: 1px solid #D9D9D9;
    box-sizing: border-box;
}
.priceContentBox1 .CoreFeaturesWrap .title{
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    align-items: end;
    padding: 16px;
}
.priceContentBox1 .CoreFeaturesWrap .title h2{
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #232323;
}
.priceContentBox1 .CoreFeaturesWrap .title span{
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    color: #232323;
}
.priceContentBox1 .CoreFeaturesWrap .CoreFeatures{
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #232323;
    margin-bottom: 8px;
    padding-left: 16px;
}
.priceContentBox1 .CoreFeaturesWrap .CoreFeaturesContent{
}
.priceContentBox1 .CoreFeaturesWrap .CoreFeaturesContent div{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #D9D9D9;
    min-height: 64px;
}
.priceContentBox1 .CoreFeaturesWrap .CoreFeaturesContent sup{
    font-weight: 700;
    font-size: 10px;
    line-height: 1;
    color: #6A6969;
    position: relative;
    top: -4px;
}
.priceContentBox1 .CoreFeaturesWrap .CoreFeaturesContent div:last-child{
    border-bottom: none;
}
.priceContentBox1 .CoreFeaturesWrap .CoreFeaturesContent .p1{
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #232323;
    width: 200px;
    box-sizing: border-box;
    padding: 3px 16px;
    display: inline-flex;
    align-items: center;
}
.priceContentBox1 .CoreFeaturesWrap .CoreFeaturesContent .p2{
    width: 100px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #232323;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.priceContentBox1 .CoreFeaturesWrap .CoreFeaturesContent .p2 img{
    display: block;
    width: 24px;
    height: 24px;
}

.priceContentBotBox{
    width: 90%;
    max-width: 1120px;
    margin: 40px auto 0;
    overflow: hidden;
}
.priceContentBotBox p{
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #232323;
    margin-bottom: 8px;
}
.priceContentBotBox li{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #232323;
    margin-left: 25px;

}

@media (max-width: 769px) {
    .PriceTopBox .ContentBox h1{
        font-size: 40px;
        line-height: 48px;
        width: 100%;
    }
    .PriceTopBox .ContentBox h2{
        font-size: 18px;
        line-height: 26px;
        width: 100%;
    }

    .priceTypeBox{
        justify-content: left;
        flex-wrap: wrap;
    }
    .PriceTopBox .priceTypeBox .priceTypeList{
        width: 100%;
    }
    .PriceTopBox .priceTypeList .BestChoiceLabel{
        border-radius: 4px;
        left: 24px;
        top: -9px;
    }

    .labelBox{
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .PriceTopBox .labelLeftBox{
        width: 99%;
        margin-top: 16px;
    }
    .PriceTopBox .labelLeftBox p {
        text-align: center;
        flex: 1;
    }
    .PriceTopBox .labelLeftBox p span{
        display: none;
    }
    .labelBox .el-select{
        width: 100%;
    }
    .priceTypeListTitle p{
        display: block !important;
    }
    .priceContentWrapBox h1{
        font-size: 40px;
        line-height: 48px;
    }
    .priceContentBox{
        display: none !important;
    }
    .priceContentBox1{
        display: block !important;
    }
}