:root{
    --tag-bg-color: #f4404f;
    --tag-font-size: 12px;
    --tag-line-height: 20px;
    --tag-padding: 2px 10px;
    --tag-border-radius: 9px 9px 9px 0;
    --tag-right: -14px;
    --tag-top: -15px;
}
.not_tag{
    position: relative;
}
.not_tag:before{
    content: '产品开发中';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 12px;
    line-height: 24px;
    background: #a3b6ff;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 0 4px 0 10px;
}
/*新增*/
.gift1_tag,.gift2_tag{
    position: relative;
}
.gift1_tag:before,.gift2_tag:before{
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 12px;
    line-height: 32px;
    background: linear-gradient(to bottom, #ff7f93, #f6474d);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 0 4px 0 16px;
}
.gift1_tag:before{
    content: '最高送25%IP';
}
.gift2_tag:before{
    content: '最高送90天';
}
.gift1_tag.active,.gift1_tag:hover,.gift2_tag.active,.gift2_tag:hover{
    background: linear-gradient(to bottom, #fff, #fff4f9) !important;
    border: solid 1px #ff96a8 !important;
}
.gift1_tag.active>h3,.gift2_tag.active>h3{
    color: #f6474d!important;
}
.gift1_tag.active>p,.gift2_tag.active>p{
    color: #f65f77!important;
}

.price_main{
    background: none;
    margin: -20px 0 0 0;
}
.price_con_list_left>span{
    color: #767e91;
}
.dl_choose{
    width: 910px;
    height: 60px;
    border-radius: 30px;
    background: #f4f7ff;
    border: solid 1px #ecebf6;
    margin: 0 auto 26px auto;
}
.dl_choose li{
    position: relative;
    /*float: left;*/
    /*margin: 5px;*/
    line-height: 50px;
    /*width: calc(100%/7 - 10px);*/
    font-size: 18px;
    text-align: center;
}
.dl_choose li>a{
    display: block;
    color: #303753;
    font-weight: 600;
}
.dl_choose li.active{
    background: #3355db;
    border-radius: 25px;
}
.dl_choose li.active>a{
    color: #fff;
}
/* 余额充值特别定制 */
.cz_bx_tc li{
    position: relative;
    float: left;
    width: calc(19.8% - 15px);
    margin-right: 20px;
    background: #f4f7ff;
    padding: 30px 20px;
    border-radius: 10px;
    transition: 0.25s;
}
.cz_bx_tc li:last-child{
    margin-right: 0;
}


.cz_bx_tc li:hover{
    margin-top: -6px;
}
.bx_tc li{
    float: left;
    width: calc(25% - 15px);
    margin-right: 20px;
    background: #f4f7ff;
    padding: 30px 20px;
    border-radius: 10px;
    transition: 0.25s;
}
.bx_tc li:last-child{
    margin-right: 0;
}
.bx_tc li:hover{
    /*margin-top: -6px;*/
}
.bx_tc_d1{
    font-size: 20px;
    color: #3355db;
    font-weight: 700;
}
.bx_tc_d2{
    font-size: 40px;
    line-height: 40px;
    padding: 20px 0 10px 0;
    font-weight: 700;
}
.bx_tc_d2>.money_flag{
    font-size: 16px;
}
.bx_tc_d3{
    color: #303753;
    margin-bottom: 15px;
}
.bx_tc_d4{
    font-size: 15px;
    color: #767e91;
    line-height: 36px;
}
.bx_tc_d4>img{
    height: 18px;
    margin-right: 6px;
    vertical-align: text-bottom;
}
.bx_tc_btn{
    margin: 20px auto 0 auto;
}
.tag_new_user_price:before {
    /*content: '新用户首单体验价';*/
    color: #fff;
    position: absolute;
    display: inline-block;
    line-height: 18px;
    font-size: 12px;
    padding: 0 4px;
    background: #ff5932;
    border-radius: 9px 9px 9px 0;
    left: 126px;
    top: -15px;
    z-index: 1;
}



.tag_unlimited:before{
    content: '限时6折起';
    /*content: '5折起+IP池赠送';*/
    color: #fff;
    position: absolute;
    display: inline-block;
    line-height: var(--tag-line-height);
    font-size: var(--tag-font-size);
    padding: var(--tag-padding);
    background: var(--tag-bg-color);
    border-radius: var(--tag-border-radius);
    /*right: var(--tag-right);*/
    right: -15px;
    top: var(--tag-top);
    z-index: 1;
}

/* */
.tag_company:before{
    content: '推荐';
    color: #fff;
    position: absolute;
    display: inline-block;
    line-height: var(--tag-line-height);
    font-size: var(--tag-font-size);
    padding: var(--tag-padding);
    background: var(--tag-bg-color);
    border-radius: var(--tag-border-radius);
    right: var(--tag-right);
    top: var(--tag-top);
    z-index: 1;
}


.tag_postpay:before{
    content: '最高加赠150%';
    color: #fff;
    position: absolute;
    display: inline-block;
    line-height: var(--tag-line-height);
    font-size: var(--tag-font-size);
    padding: var(--tag-padding);
    background: var(--tag-bg-color);
    border-radius: var(--tag-border-radius);
    right:-30px;
    top: var(--tag-top);
    z-index: 1;
}

.tag_time:before{
    /*content: '限时6折起';*/
    content: '限时3折起';
    color: #fff;
    position: absolute;
    display: inline-block;
    line-height: var(--tag-line-height);
    font-size: var(--tag-font-size);
    padding: var(--tag-padding);
    background: var(--tag-bg-color);
    border-radius: var(--tag-border-radius);
    right: var(--tag-right);
    top: var(--tag-top);
    z-index: 1;
}
.tag_quantity:before{
    /*content: '限时8折起';*/
    content: '限时6折起';
    color: #fff;
    position: absolute;
    display: inline-block;
    line-height: var(--tag-line-height);
    font-size: var(--tag-font-size);
    padding: var(--tag-padding);
    background: var(--tag-bg-color);
    border-radius: var(--tag-border-radius);
    right: var(--tag-right);
    top: var(--tag-top);
    z-index: 1;
}

.tag_tunnel:before{
    content: '限时4折起';
    /*content: '4折起+IP时长赠送';*/
    color: #fff;
    position: absolute;
    display: inline-block;
    line-height: var(--tag-line-height);
    font-size: var(--tag-font-size);
    padding: var(--tag-padding);
    background: var(--tag-bg-color);
    border-radius: var(--tag-border-radius);
    /*right: var(--tag-right);*/
    right: -15px;
    top: var(--tag-top);
    z-index: 1;
}

.tag_alone:before {
    content: '定制开通';
    color: #fff;
    position: absolute;
    display: inline-block;
    line-height: var(--tag-line-height);
    font-size: var(--tag-font-size);
    padding: var(--tag-padding);
    background: var(--tag-bg-color);
    border-radius: var(--tag-border-radius);
    right: var(--tag-right);
    top: var(--tag-top);
    z-index: 1;
}
.tag_share:before{
    content: '高性价比';
    color: #fff;
    position: absolute;
    display: inline-block;
    line-height: var(--tag-line-height);
    font-size: var(--tag-font-size);
    padding: var(--tag-padding);
    background: var(--tag-bg-color);
    border-radius: var(--tag-border-radius);
    right: var(--tag-right);
    top: var(--tag-top);
    z-index: 1;
}

.tag_cz:before{
    /*content: '年终钜惠';*/
    content: '倒计时';
    color: #fff;
    position: absolute;
    display: inline-block;
    line-height: 18px;
    font-size: 12px;
    padding: 0 4px;
    background: #ff5932;
    border-radius: 9px 9px 9px 0;
    right: -4px;
    top: -10px;
    z-index: 1;
}
.tag_tj:before{
    display: block;
    padding: 4px 10px 4px 14px;
    background: #ff5932;
    line-height: 20px;
    border-radius: 14px;
    color: #fff;
    position: absolute;
    right: 20px;
    top: 20px;
}
.tag_tj2:before{
    content: '赠送5%';
}
.tag_tj3:before{
    content: '赠送10%';
}
.tag_tj4:before{
    content: '赠送15%';
}
.tag_tj5:before{
    content: '赠送20%';
}
.tag_tj6:before{
    content: '赠送22%';
}
.dk_tc{
    margin-top: 20px;
}
.dk_tc_d1{
    float: left;
    width: calc(30% - 20px);
    background: #f4f7ff;
    padding: 30px 0;
    height: 260px;
    border-radius: 10px;
    margin-right: 20px;
    text-align: center;
}
.dk_tc_d2{
    float: left;
    width: 40%;
    height: 260px;
    background: #f4f7ff;
    padding: 30px;
    border-radius: 10px;
}
.dk_tc_d1_l1{
    display: inline-block;
    background: #ff5932;
    line-height: 20px;
    font-size: 14px;
    padding: 0 10px;
    color: #fff;
    border-radius: 9px;
}
.dk_tc_d1_l2{
    font-weight: 600;
    font-size: 40px;
    margin: 10px 0;
}
.dk_tc_d1_l2>span{
    font-size: 16px;
}
.dk_tc_d1_l3{
    color: #767e91;
}
.dk_tc_d1_l4{
    position: relative;
    display: inline-block;
    padding: 0 20px 0 100px;
    line-height: 64px;
    background: #3355db;
    border-radius: 32px;
    color: #fff;
    font-size: 20px;
    margin-top: 20px;
    transition: .25s;
}
.dk_tc_d1_l4:hover{
    margin-top: 16px;
    margin-bottom: 4px;
}
.dk_tc_d1_l4>span{
    position: absolute;
    display: block;
    height: 60px;
    width: 88px;
    background: #fff0c3;
    color: #ff5932;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding-top: 5px;
    border-radius: 30px;
    left: 2px;
    top: 2px;
}
.dk_tc_d2_l{
    float: left;
    font-weight: 600;
    margin-right: 20px;
}
.dk_tc_d2_l>p{
    font-size: 20px;
    line-height: 40px;
    margin: 20px 0;
}
.dk_tc_d2_r{
    float: right;
    text-align: center;
}
.dk_tc_d2_r>img{
    height: 160px;
}
.dk_title{
    margin: 60px 0 20px 0;
    font-size: 24px;
}
.dk_title_l{
    float: left;
    width: 60%;
}
.dk_title_r{
    float: left;
    width: 40%;
}
.dk_title_sp{
    display: inline-block;
    background: #ff5932;
    line-height: 20px;
    font-size: 14px;
    padding: 0 10px;
    color: #fff;
    border-radius: 10px 10px 10px 0;
    vertical-align: top;
}
.price_con_list_right_l2_u{
    display: inline-block;
    height: 44px !important;
    width: 100%;
    border-radius: 6px;
    border: solid 1px #ecebf6;
    margin-top: 10px;
}
.price_con_list_right_l2_u>li{
    position: relative;
    float: left;
    /*width: 25%;*/
    width: 20%;
    line-height: 42px;
    text-align: center;
    font-size: 14px;
    color: #303753;
    /*z-index: 1;*/
    cursor: pointer;
    transition: .25s;
    background: #fff;
    padding: 0 !important;
    margin-right: 0 !important;
    border-radius: 0 !important;
}
.price_con_list_right_l2_u>li:after{
    content: '';
    display: block;
    width: 1px;
    height: 20px;
    background-color: #ecebf6;
    position: absolute;
    right: 0;
    top: 10px;
}
.price_con_list_right_l2_u>li:last-child:after{
    display: none;
}
.price_con_list_right_l2_u>li.active:after{
    content: '';
    display: block;
    width: 68px;
    height: 42px;
    position: absolute;
    left: -1px;
    top: -1px;
    z-index: -1;
}
.price_con_list_right_l2_u>li.active,.price_con_list_right_l2_u>li:hover{
    color: #3355db;
    margin-top: 0 !important;
    background-color: #f4f7ff;
    border-radius: 4px !important;
    border: solid 1px #a3b6ff;
}
.price_con_list_right_l2_u>li>span{
    position: absolute;
    display: inline-block;
    line-height: 18px;
    font-size: 12px;
    padding: 0 4px;
    background: #ff5932;
    border-radius: 9px 9px 9px 0;
    color: #fff;
    right: -13px;
    top: -10px;
    z-index: 999 !important;
}
.unlimited_buy_time {
    height: 42px;
    line-height: 42px;
    text-align: center;
}

/* 不限量套餐，IP单价 */
.single_ip {
    padding-left: 20px;
    font-size: 14px;
    color: #ff5900;
}

.payPrice {
    font-size: 30px;
    font-weight: bold;
    color: #ff5900;
}

.originalPrice {
    text-decoration: line-through;
    font-size: 14px;
    padding-left: 7px;
}

.del_price {
    text-decoration: line-through;
}

.postpay-tab {
    text-align: center;
    line-height: 20px;
    margin:-6px auto 20px auto;
    font-weight: 400;
}
.postpay-tab .tab{
    display: inline-block;
    cursor: pointer;
    border: 1px solid #cccccc;
    border-radius: 20px;
    margin-right: 20px;
    background-color: #f2f6ff;
    color: black;
    font-size: 15px;
    padding: 6px 23px;
    position: relative;
}
.postpay-tab .active{
    background-color: #224cd1;
    color: #fff;
}
.resource-j {
    display: none;
}
.resource-j:last-child {
    margin-right: 0;
}

/* 不限量定制 */
.unlimited_custom {
    background: linear-gradient(180deg, #f0f7ff 0%, #e8f3ff 100%);
    border: 1px solid #2e6bdc;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    min-height: 580px;
    box-sizing: border-box;
}

.unlimited_custom_tag {
    position: absolute;
    top: 0;
    right: 0;
    background: #2e6bdc;
    color: #fff;
    font-size: 12px;
    padding: 3px 10px;
    border-radius: 0 0 0 6px;
    font-weight: 600;
}

.unlimited_custom_contact_btn {
    background: #2e6bdc;
    border-color: #2e6bdc;
    color: #fff;
    margin-top: 10px;
    padding: 8px 30px;
    font-weight: 600;
    cursor: pointer;
}