.header{
    background: initial;
    backdrop-filter: blur(30px);
}
.price-xm {
    padding-top: 150px;
    color: #333;
}
.price-title {
    height: 31px;
    font-size: 32px;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin-bottom: 20px;
}
.price-dec {
    text-align: center;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 45px;
}
.select-vip-buy {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.pay_blackLevel {
    width: 295px;
    margin: 0 10px;
    height: 380px;
    border-radius: 5px;
    padding: 20px;
    text-align: left;
    box-shadow: 0 0 5px 1px rgb(0 0 0 / 10%);
}
.pay_blackLevel::before ,.pay_premium_table::before{
    background: url(../images/feature_item_icon.png);
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    display: block;
    height: 20px;
    left: 5%;
    position: absolute;
    top: 100%;
    width: 90%;
}
.pay_premium_table::before{
    height: 4px;
}
.pay_free {
    background: #fff;
    position: relative;
}
.pay_free_title {
    font-size: 18px;
    color: #333;
    line-height: 25px;
}
.pay_free_price {
    font-size: 28px;
    font-weight: bold;
    color: #333;
    line-height: 35px;
}
.pay_free_feat {
    font-weight: 400;
    color: #333;
    line-height: 25px;
    font-size: 18px;
    margin: 30px 0;
}
.free_support ul li {
    font-size: 13px;
    font-weight: 400;
    color: #333;
    line-height: 25px;
}
.free_support ul li svg {
    vertical-align: middle;
}
.pay_getStarted, .pay_btn_premium, .contact_seles, .pay_btn_premiumPrice {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 40px 0 0 0;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #E1EDF9;
    padding: 20px 0;
    border-radius: 5px;
}

.pay_getStarted a, .pay_btn_premium a, .contact_seles a, .pay_btn_premiumPrice a {
    display: inline-block;
    background: #009070;
    box-shadow: 0px 3px 4px 0px rgb(0 0 0 / 19%);
    border-radius: 3px;
    width: 260px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 20px;
    color: #FFFFFF;
    text-decoration: none;
}
.pay_getStarted a,.contact_seles a{
    background-color: #1882C0;
    box-shadow: 0 6px 1px 0 #c5a1c4;
}
.pay_btn_premiumPrice a {
    background-color: #3EB2AF;
    box-shadow: 0 6px 1px 0 #86a8a7;
}
.pay_premiums {
    background: #fff;
    position: relative;
}
.pay_premium_title, .pay_business_title {
    font-size: 18px;
    color: #333;
    line-height: 25px;
    margin-bottom: 15px;
}
.pay_premium_table {
    display: flex;
    box-shadow: 0 0 5px 1px rgb(0 0 0 / 26%);
    background-color: #fff;
    border-radius: 5px;
    position: relative;
}
.pay_tables {
    width: 50%;
    border-radius: 4px;
    height: 32px;
    text-align: center;
    box-shadow:none;
    line-height: 32px;
    cursor: pointer;
    background-color: #fff;
}
.pay_table_select {
    color: #333;
    background-color: #DEF2F1;
}
.pay_month_content, .pay_quarterly_content, .pay_yaerly_content {
    padding: 58px 0 0 0;
    font-size: 48px;
    font-weight: bold;
    color: #333;
    line-height: 73px;
    text-align: center;
}
.pay_month_content span, .pay_quarterly_content span, .pay_yaerly_content span {
    font-size: 20px;
    font-weight: 400;
}
.pay_quarterly_content, .pay_yaerly_content {
    display: none;
}


.pay_business {
    background-color: #fff;
    position: relative;
}
.pay_business_dec {
    font-size: 13px;
    font-weight: 400;
    color: #333;
    line-height: 18px;
}
.pay_hourglass {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 35px;
}
.coming_soon {
    text-align: center;
    font-size: 19px;
    font-weight: 400;
    color: #333;
    line-height: 35px;
    margin-bottom: 30px;
}
.sub-tips {
    font-size: 12px;
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    color: #878484;
    padding: 35px 0 0px 0;
}
.compare_plan_title {
    text-align: center;
    font-size: 32px;
    font-family: Arial;
    font-weight: bold;
    color: #333;
    line-height: 46px;
    margin: 30px 0 40px 0;
}
.fun_list_header, .fun_list_top, .fun_list_content {
    display: flex;
    align-items: center;
    border: 1px solid #BFCBD7;
}
.fun_list_header .fun_list_first, .fun_list_top .fun_list_first, .fun_list_content .fun_list_first {
    width: 18%;
}
.fun_list_header li, .fun_list_top li, .fun_list_content li {
    width: 27%;
    text-align: center;
}
.fun_list_top {
    border: none;
    background-color: #E1EDF9;
    border-right: 1px solid #BFCBD7;
}
.fun_list_top li,.fun_list_header li{
    padding: 20px 0;
    border-left: 1px solid #BFCBD7;
}

.fun_list_texts:nth-child(2) {
    border-left: 1px solid #BFCBD7;
}
.compare_plan {
    width: 1000px;
    margin: 0 auto;
    padding: 40px;
    background: #F4F2FD;
    box-shadow: 0 0 5px 1px rgb(0 0 0 / 10%);
    margin-top: 40px;
    padding-bottom: 60px;
    border-radius: 5px;
}
.fun_list_texts .title-price {
    min-height: 45px;
    line-height: 25px;
    width: 101%;
    padding: 0;
    text-indent: 13px;
}
.fun_list_texts ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    line-height: 25px;
    padding: 0 10px;
}
.fun_list_texts ul li span {
    font-size: 12px;
    font-weight: 400;
    color: #333;
}
.fun_list_devices li {
    line-height: 46px;
    font-size: 18px;
    border-right: 1px solid #BFCBD7;
}
.xm-green {
    color: #49b949;
}
.xm-red {
    color: red;
}
.fun_list_texts {
    border-right: 1px solid #BFCBD7;
}
.fun_list_texts:last-child, .fun_list_devices .xm-green:last-child {
    border-right: none;
}
.fun_list_texts:last-child ul .title-price {
    width: 100%;
}
.pay_dec{
    font-size: 13px;
    text-align: center;
    line-height: 20px;
}
.sub_box{
    padding:20px 10px;
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
}
.sub_t{
    font-size:15px;
    font-weight:700;
    padding-bottom:10px;
}
.sub_t{
    font-size:13px;
    margin-bottom:6px;
}
.sub_m{
    padding:40px 0;
}
@media (max-width: 1000px){
    .compare_plan{
        width: 100%;
    }
}
@media (max-width: 768px){
    .pay_blackLevel {
        width: 40%;
        margin-top: 20px;
    }
    .sub-tips{
        text-align: center;
    }
}
@media (max-width: 500px){
    .pay_blackLevel {
        width: 100%;
        margin-bottom: 15px;
    }
    .fun_list_texts ul li {
        border-bottom: 1px solid #485A77;
        width: 100%;
        line-height: inherit;
        padding: 0;
        height: 60px;
    }
    .fun_list_texts ul li span {
        transform: scale(0.7);
        display: inline-block;
    }
    .fun_list_devices .fun_list_first {
        font-size: 12px;
    }
}
