/* vip & svip */
* {
    margin: 0;
    padding: 0;
}
/* 清除浮动 */
.clearfix:after,
.clearfix:before {
    content: '';
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
.is_Vip_tip {
    font-size: 20px;
    font-family: HarmonyOS_Sans_SC;
    color: #ffffff;
    line-height: 17px;
    letter-spacing: 2px;
    margin-top: 20px;
}
.main-index-logo {
    margin: 0 auto;
}

.chose_block {
    width: 1000px;
    margin-top: 30px;
}

.chose_block_top {
    position: relative;
    height: 72px;
}

.chose_block_top .type_one {
    width: 50%;
    height: 72px;
    font-size: 20px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #ffffff;
    line-height: 72px;
    text-align: center;
    display: inline-block;
}

.type_one.active {
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #4a2a03;
}

.chose_block_top .type_one_l {
    background-image: url('/static/Public/images/vip_change/svip/vip_bg_01.png');
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    z-index: 2;
    width: 51%;
    position: relative;
}

.chose_block_top .type_one_r {
    background-image: url('/static/Public/images/vip_change/svip/vip_bg_02.png');
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    z-index: 1;
    width: 51%;
}

.chose_block_inner {
    width: 1000px;
    height: 430px;
    background: #ffffff;
    box-shadow: 0px 4px 20px 7px rgba(11, 18, 73, 0.06);
    border-radius: 0px 0px 14px 14px;
    transition: 0.2s;
}

.clearfix:after {
    content: ''; /*设置内容为空*/
    height: 0; /*高度为0*/
    line-height: 0; /*行高为0*/
    display: block; /*将文本转为块级元素*/
    visibility: hidden; /*将元素隐藏*/
    clear: both; /*清除浮动*/
}
.clearfix {
    *zoom: 1; /*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}

.choseWrap_one_top_price .c_r {
    color: #ff8a23;
}

.choseWrap {
    width: 1000px;
    text-align: center;
}

.choseWrap_inner {
    text-align: left;
}

.choseWrap_one_2 .tuijian,
.choseWrap_one_2 .haschose {
    display: none;
}

.choseWrap_one_3 .tuijian,
.choseWrap_one_3 .haschose {
    display: none;
}

.choseWrap_one {
    width: 30%;
    height: 190px;
    position: relative;
    padding: 0px 20px;
    display: inline-block;
    margin: 30px 0;
    border-radius: 4px;
    background: #ffffff;
    border: 2px solid #fff;
    box-shadow: 0px 2px 5px 1px rgba(56, 56, 56, 0.15);
    /* margin-left: 38px; */
    margin-left: calc(10% / 4);
}

.choseWrap_one:last-of-type {
    margin-right: 0px;
}

.choseWrap_one_active {
    border: 2px solid #f9d354;
    background: #fffbf0;
    box-shadow: 0px 2px 46px 0px rgba(202, 137, 66, 0.37);
}

.tuijian {
    width: 70px;
    position: absolute;
    left: -3px;
    top: -12px;
}

.haschose {
    position: absolute;
    right: -3px;
    bottom: -3px;
    width: 38px;
}

.choseWrap_one .choseWrap_one_top {
    border-bottom: 1px dotted #979797;
    padding: 35px 0 0;
}

.choseWrap_one_top .choseWrap_one_top_tit {
    font-size: 20px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    line-height: 20px;
    text-align: center;
}

.choseWrap_one_top_tit img {
    width: 22px;
    vertical-align: top;
}

.choseWrap_one_top_price {
    margin: 25px auto;
    text-align: center;
}

.choseWrap_one_top_price_now {
    font-size: 38px;
    font-family: Galvji-Bold, Galvji;
    font-weight: bold;
    line-height: 28px;
}

.choseWrap_one_top_price_old {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #585858;
    line-height: 10px;
}

.choseWrap_one_bot {
    padding-top: 12px;
    padding-bottom: 15px;
    text-align: center;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
}

.rightNowBtn {
    height: 46px;
    background: linear-gradient(271deg, #eec597 0%, #f4d0a8 100%);
    box-shadow: 0px 2px 5px 1px rgba(56, 56, 56, 0.15);
    border-radius: 8px;
    font-size: 24px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #794508;
    letter-spacing: 2px;
    text-align: center;
    border: none;
    width: 376px;
    height: 60px;
    line-height: 60px;
}

.pay_tip_text {
    text-align: center;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    letter-spacing: 1px;
    margin-top: 30px;
}

/* 特权列表 */

.item_clicktimes_list {
    min-height: 200px;
    width: 1000px;
    margin: 340px auto 40px;
    background: #ffffff;
    transition: 0.2s;
}

.item_list_top {
    background-color: #fff;
}

.specialcolor {
    color: #ff8a23;
}

.list_top_1,
.list_top_2,
.list_top_3,
.list_top_4 {
    display: inline-block;
    vertical-align: top;
}
.list_top_1 h3 {
    font-size: 24px;
    font-family: MicrosoftYaHei;
    color: #333333;
    margin: 37px 0 32px 16px;
}

.list_top_1 p {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    margin: 0 0 0 16px;
}

.list_top_1 {
    width: 298px;
    height: 160px;
    border-top: 1px solid #ededed;
    border-left: 1px solid #ededed;
}

.list_top_item {
    width: 234px;
    height: 160px;
    text-align: center;
    border-left: 1px solid #ededed;
    border-top: 1px solid #ededed;
}
/* .item_list_top .list_top_item:last-of-type{
  border-left: 0;
}
.item_list_top .list_top_3{
  border-right: 1px solid #EDEDED;
} */

.list_top_item img {
    width: 24px;
    vertical-align: top;
    margin-right: 5px;
    margin-top: 3px;
}

.list_top_item > div {
    margin-top: 20px;
}

.list_top_item span {
    font-size: 24px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
}

.list_top_item button {
    width: 186px;
    height: 40px;
    border-radius: 4px;
    margin: 20px auto;
    border: none;
}

.list_top_item p {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    text-align: center;
}
.list_top_item p span {
    font-size: 14px;
    color: #ff8a23;
    font-weight: 400;
}
.list_top_2 .top_2_mid {
    background: #e6e6e6;
    font-size: 18px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #ffffff;
}
.list_top_3 .top_3_mid {
    background: #ffffff;
    border-radius: 4px;
    border: 1px solid #ffd375;
    font-size: 18px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #f4be4e;
}

.list_top_3.active .top_3_mid {
    background: #fa9c33;
    color: #ffffff;
    border: 1px solid #fa9c33;
}

.list_top_4 {
    border-right: 1px solid #ededed;
}
.list_top_4 .top_4_mid {
    background: #ffffff;
    border-radius: 4px;
    border: 1px solid #ffd375;
    font-size: 18px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #f4be4e;
}

.list_top_4.active .top_4_mid {
    background: #fa9c33;
    color: #ffffff;
    border: 1px solid #fa9c33;
}
.item_list_one {
    border-top: 1px solid #ededed;
}
.item_list_one:nth-of-type(even) {
    background: #f8fafe;
}
.list_one_1,
.list_one_2,
.list_one_3,
.list_one_4 {
    display: inline-block;
    vertical-align: top;
}
.list_one_1 {
    width: 298px;
    height: 80px;
    text-align: left;
    border-left: 1px solid #ededed;
}
.list_one_1 p {
    margin-left: 16px;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 80px;
}
.list_one_4 {
    border-right: 1px solid #ededed;
}
.list_one_item {
    width: 234px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    border-left: 1px solid #ededed;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #333333;
}

.item_list_one:last-of-type .list_one_1,
.item_list_one:last-of-type .list_one_item {
    border-bottom: 1px solid #ededed;
}

.list_one_item.active_type {
    background: #fff5ed;
    color: #fa9c33;
    border-left: 1px solid #ffa15e;
    border-right: 1px solid #ffa15e;
}
.list_top_item.active {
    border-left: 1px solid #ffa15e;
    border-right: 1px solid #ffa15e;
    border-top: 1px solid #ffa15e;
}

/*页脚 */
.jufa-main-footer {
    background: #fff;
    color: #444;
    border-top: 1px solid #f1f1f1;
    text-align: center;
    clear: both;
    font-size: 12px;

    width: 100%;
}

/* 限时优惠角标 */
.limitTimeDiscont {
    font-size: 18px;
    font-weight: 600;
    background: linear-gradient(to right, #fd451c, #ff7a3c);
    color: #fff;
    position: absolute;
    top: -18px;
    left: 12px;
    border-radius: 12px 0 12px 0;
    height: 40px;
    line-height: 40px;
    padding: 0 14px;
}

.main-width {
    width: 1000px;
}

/* vip 惠享 */
.choseWrap_one_bot .hui_text {
    display: none;
}
.choseWrap_one_bot .hui_text .quan_text {
    color: #fff;
    background-color: #e54343;
    padding: 0px 1px;
    border-radius: 2px;
    margin: 0 2px;
    font-size: 14px;
}
.choseWrap_one_top_price .old_price {
    text-decoration: line-through;
    display: none;
}
.jufa-msgManage_wrapper {
    height: 50px;
}

.yhje {
    /* width: 90px; */
    height: 28px;
    padding: 0 10px;
    line-height: 28px;
    position: absolute;
    left: -3px;
    top: -12px;
    font-size: 16px;
    text-align: center;
    letter-spacing: 2px;
    font-weight: 600;
    background: linear-gradient(to right, #fd451c, #ff7a3c);
    color: #fff;
    border-radius: 12px 0 12px 0;
}

/* 设置关闭svip  */

/* .chose_block_top .type_one_r{
  display: none;
}
.item_list_top .list_top_item:last-of-type{
  display: none;
}
.item_list_one .list_one_item:last-of-type{
  display: none;
}
.item_list_top .list_top_1{
  width: 532px;
}
.item_list_one .list_one_1{
  width: 532px;
}

.item_list_top .list_top_1{
  width: 333.3px;
}
.list_top_item,.list_one_item{
  width: 333.3px;
}
.item_list_one .list_one_1{
  width: 333.3px;
} */
.chose_block_top .type_one_l {
    display: none;
}
