.news {
    width: 1080px;

    margin: 0 auto;
    padding-bottom: 50px;
    position: relative;
    padding: 20px;
    font-size: 16px;
    background-color: #fff;
    border-radius: 8px;
    margin-top: 10px;
    box-sizing: border-box;
}

.zlbox {
    display: flex;

}

.zlbox .zu {
    padding: 5px 15px;
    border: 1px solid #0083ed;
    margin-right: 15px;
    margin-bottom: 20px;
}

.zlbox .zuact {
    background-color: #1694eb;
    color: #fff;
}

.news .new_head {
    display: flex;
    cursor: pointer;

    font-size: 18px;
    justify-content: center;
    border: 1px solid #F6E9F0;
    border-radius: 8px;
    width: 83%;
    margin: auto;
    margin-bottom: 20px;

}

.newZuhe {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.newZuhe .data-item-new {
    width: 48%;
    /* border: 1px solid red; */
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 15px;
    box-sizing: border-box;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    transition: background-color 0.3s, box-shadow 0.3s;
    /* 添加过渡效果 */
}

.newZuhe .data-item-new:hover {
    background-color: #f5f7fa;
    /* 改变背景颜色 */
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2), 0 3px 5px rgba(0, 0, 0, 0.1);
    /* 增加阴影强度 */
}

.newZuhe .data-item-new .icon {
    display: flex;
    align-items: center;
}

.newZuhe .data-item-new .icon .icon-r .t-t1 {
    font-weight: 600;
    margin-bottom: 5px;
}

.newZuhe .data-item-new .icon .icon-r .t-t2 {
    color: #aaaaaa;
    font-size: 14px;
}

.newZuhe .data-item-new .icon .icon-r .t-t2 .r-t2-t {
    color: #cb3131;

}

.newZuhe .data-item-new .num-wrap {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;

}

.newZuhe .data-item-new .num-wrap .num {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.newZuhe .data-item-new .tips {
    display: flex;
    justify-content: center;
    color: #aaaaaa;
}

.newZuhe .data-item-new .num-wrap .num .t1 {
    font-weight: 600;
    color: #cb3131;
    margin-bottom: 5px;
    font-size: 18px;
}

.newZuhe .data-item-new .num-wrap .num .t2 {
    color: #aaaaaa;

}

.newZuhe .data-item-new .icon .img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.news .new_head .hed_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 15px;
    margin-right: 50px;
    color: #7e7e7e;
    font-size: 14px;
    border: 1px solid #F6E9F0;
    border-radius: 12px;
}

.news .new_head .hed_boxact {
    background-color: #DD4736;
    color: #fff;
    border-radius: 12px;

}

.hed_box .two {
    margin-top: 10px;
}

.new_baby .el-empty {
    height: 700px;
}

.new_baby .new_top {
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    margin-bottom: 30px;
}

.new_baby .new_top>div:nth-of-type(1) {
    font-size: 14px;
    color: #7e7e7e;
}

.NavHead {
    width: 100%;
    color: #fff;
    padding-top: 20px;
}

.NavHeads {
    background: #b83e40;
}

.dropdown-content a {
    /* padding: 10px 5px; */
    box-sizing: border-box;
    /* color: #fff !important; */
    /* border-bottom: 1px solid #ccc; */
}

.NavHead .cont {
    width: 1080px;
    height: 300px;
    margin: auto;
    box-sizing: border-box;
    padding: 20px 30px;
    background: url('/web/image/prediction_BG.jpg')no-repeat 100% 100%/cover;
    border-radius: 10px;
}

.NavHead .conts {
    width: 1080px;

    margin: auto;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.NavHead .conts .img {}

.NavHead .cont .lizhan {
    display: flex;
    align-items: center;
    margin: 20px auto;
    cursor: pointer;
}

.NavHead .cont .lizhan>div {
    margin-right: 20px;
    width: 110px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    /* background-color: #303c5b; */
    background-color: rgba(255, 255, 255, .1);
    font-size: 14px;

}

.NavHead .cont .hed_top {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}

.NavHead .cont .hed_top>img {
    width: 40px;
    height: 40px;
    margin-bottom: 15px;
}

.pin {
    font-size: 14px;
    padding-left: 20px;
}

.zhan {
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 12px;
    margin-top: 20px;
    position: relative;
    background-color: rgba(255, 255, 255, .1)
}

.zhan1 {
    font-size: 14px;
    background-color: rgba(255, 255, 255, .1);

    padding: 10px 20px;
    border-radius: 12px;
    margin-top: 20px;
    position: relative;
}

.zhan div {
    margin-bottom: 10px;
}

.zhan i {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 18px;
}

.zhan .left {
    color: #f5c12a;

}

.zhan .onece {
    color: #fff;
}

.onece .one_left {
    color: #958F9D;
    display: flex;
    align-items: center;
}

.onece .one_left .left_itm {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 2px 5px;
    margin-right: 10px;
}

.zhan>div:nth-of-type(1) {
    margin-bottom: 10px;
}

.zhan .one {
    margin-bottom: 10px;
}

.item-nav {
    /* width: 80%; */
    /* margin: auto; */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 10px;

}

.item-nav .nav_two {
    color: #cccccc;
    margin-top: 5px;
}

.item-vip {
    background-color: #FFFFFF;
    border-radius: 10px;
    font-size: 14px;
    padding: 10px 10px;
    margin-bottom: 20px !important;
    border: 1px solid #F6E9F0;
    box-shadow: 1px 1px 10px -8px gray;
    text-align: center;
    overflow: hidden;
    position: relative;
    width: 80%;
    margin: auto;
}

.item-vip .tips {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    background-color: #D74938;
    padding: 2px 8px;
    border-radius: 0 0 0 10px;
}

.item-vip .tipss {
    position: absolute;
    right: 150px;
    top: 0;
    color: #fff;
    background-color: #D74938;
    padding: 2px 8px;
    border-radius: 0 0 0 10px;
}

.item-vip .t {
    justify-content: space-between;
}

.item-vip .t .l {}

.item-vip .c {
    justify-content: space-between;
    margin: 10px 0;
    display: flex;


}

.item-vip .box {
    display: flex;
    align-items: center;
    width: 100%;
}

.item-vip .box>div {
    flex: 1;
}

.item-vip .box .top {
    align-items: center;
    margin: 20px 0 10px 0;
}

.item-vip .box .top .top_top {
    align-items: center;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 16px;
}

.item-vip .box .center {
    margin: 20px 0 10px 0;
    font-weight: 600;

}

.center .cen_itm {
    font-size: 18px;
    margin-bottom: 10px;
}

.center .cen_itmact {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.item-vip .box .right {
    font-size: 18px;
    font-weight: 600;
    color: #D74938;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.item-vip .box .rightdxq {
    font-size: 18px;
    font-weight: 600;
    color: #D74938;
    display: flex;
    align-items: center;
    flex-direction: column;
}


.item-vip .box .right .right_top {
    font-weight: normal;
    font-size: 14px;
    color: rgb(119, 119, 119);
}

.item-vip .box .right .right_top>div {
    margin-right: 10px;
}

.dibtom {
    font-size: 16px;
    color: red;
    border-top: 1px solid #f3f3f3;
    padding-top: 10px;
    cursor: pointer;
}


.item-vip .cebotom {
    font-size: 14px;
    justify-content: space-between;
}

.item-vip .cebotom .left>div {
    margin-right: 10px;
}

.item-vip .cebotom .right {
    color: #bbb8b8;
    cursor: pointer;
}



.item-vip .box .img {
    max-width: 30px;
    max-height: 30px;
    margin-left: 10px;
}

.item-vip .c .img {
    max-width: 30px;
    max-height: 30px;
    margin-right: 10px;
}

.redoo {
    color: #D74938;
}


.item-vip .c .c-l {
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.item-vip .c .c-r {
    flex: 1;
    justify-content: flex-end;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    color: #333;


}

.item-vip .c .c-r .img {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    margin-left: 10px;
}

/* .c-r {
    justify-content: flex-end;

    .img {
        margin-left: 5px;
        margin-right: 0;
    }
} */

.item-vip .c .c-num {
    width: 90px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.item-vip .b {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-weight: normal;
    height: 110px;
}

.item-vip .b .l {
    width: 48%;

    border: 1px solid #ccc;
    background-color: #F8F9FD;
    border-radius: 8px;
    color: #444;
    padding: 10px 0;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;


}

.item-vip .b .cnet {
    width: 32%;
    border: 1px solid #ccc;
    background-color: #F8F9FD;
    border-radius: 8px;
    color: #444;
    padding: 10px 0;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.item-vip .b .r {
    width: 48%;
    border: 1px solid #ccc;
    background-color: #F8F9FD;
    border-radius: 8px;
    color: #444;
    padding: 10px 0;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;


}

.flex-c {
    display: flex;
}

.item-vip .b .l .num {
    font-size: 24px;
    font-weight: bold;
}

.item-vip .b .cnet .num {
    font-size: 24px;
    font-weight: bold;
}

.item-vip .b .r .num {
    font-size: 20px;
    font-weight: bold;
}



.jiesuo {
    background-color: #fff;
    border-radius: 10px;
    font-size: 12px;
    padding: 5px 10px;
    border: 1px solid #F6E9F0;
    box-shadow: 1px 1px 10px -8px gray;
    text-align: center;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px !important;
    width: 80%;
    margin: auto;
    height: 200px;
}

.jiesuo::after {
    z-index: 1;
    position: absolute;
    left: -10%;
    top: 0px;
    content: "";
    width: 61%;
    height: 104px;
    background-color: #6A555E;
    transform-origin: right bottom;
    transform: rotate(3deg);
}

.jiesuo::before {
    z-index: 1;
    position: absolute;
    right: -10%;
    top: 0px;
    content: "";
    width: 60%;
    height: 104px;
    background-color: #6A555E;
    transform-origin: left bottom;
    transform: rotate(-3deg);

}

.jiesuo .t {
    position: absolute;
    top: 20px;
    left: 48%;
    z-index: 2;
    color: rgba(227, 189, 156, 1.0);
    font-size: 14px;
}

.jiesuo .t .num {
    font-size: 24px;
    font-weight: bold;
}

.jiesuo .c {
    position: absolute;
    background-color: #FDE8D3;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px auto;
    left: 48%;
    top: 35%;
    z-index: 2;
}

.jiesuo .c i {
    font-size: 20px;
}

.jiesuo .b {
    position: absolute;
    left: 47%;
    bottom: 15%;
    font-size: 14px;
}

.jiesuo .bs {
    position: absolute;
    left: 41%;
    bottom: 15%;
    font-size: 14px;
}

.jiesuo .s {
    position: absolute;
    left: calc(50% - 20px);
    bottom: 15%;
    font-size: 14px;
}

.foter {
    display: flex;
    justify-content: space-between;
}

.foter .onde {
    display: flex;
    align-items: center;
}

.foter .onde .one {
    color: #DD4736;
    font-size: 14px;
}

.foter .onde s {
    font-size: 12px;
    color: #b6b3b3;
    margin-left: 10px;
}


.paybody img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.payBox .el-dialog__body {
    background-color: #f5f5f5;
}

.paybody .once {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 10px;
}

.paybody .once .right .right_top {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 600;
}

.paybody .once .right .right_bom {
    font-size: 14px;
    color: #999999;
}



.paybody .mian {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 8px;
    padding: 30px 10px;
    cursor: pointer;
    margin-bottom: 10px;
}

.paybody .mian .mian_itm {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #f3eeeb;
    border-radius: 10px;
    width: 120px;
    padding-bottom: 40px;
    margin-right: 10px;

}

.paybody .mian .mian_itm .one {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #fdf4f5;
    color: #333;
    padding: 10px 0;
    border-radius: 10px 10px 0 0;
}

.paybody .mian .mian_itm .two {
    color: #a73c2e;
    font-weight: 600;
    margin: 20px 0;
    font-size: 18px;

}

.paybody .mian .mian_itm .scond {
    font-size: 12px;
    background-color: #fff3f5;
    color: #b2acae;
    padding: 2px 5px;
    border-radius: 4px;
}

.paybody .mian .mian_itm_act {
    border: 1px solid #f1b7a6;
    background-color: #fcf6f6;
}

.paybody .mian .mian_itm_act .one {
    background-color: #f6dad6;
}

.paybody .descrip {
    padding: 15px 20px;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 10px;
}

.paybody .descrip .title {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 600;
}

.paybody .descrip .content {
    font-size: 14px;
    color: #6c6c6c;
}

.paybody .wxpay {
    padding: 15px 20px;
    background-color: #fff;
    border-radius: 10px;
}

.paybody .wxpay .viponece {
    width: 100px;
    display: flex;
    align-items: center;
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-right: 20px;
    margin-top: 20px;
}

.paybody .wxpay .viponece>img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.paybody .wxpay .viponeceAction {
    background-color: #faf7ee;
    color: #c1ab92;
    border: 1px solid #b3ae78;
}

.PAY {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.payDlog {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.payDlog>img {
    width: 30px;
    height: 30px;
    margin-right: 5px;
}




.popup-container {
    position: relative;
}

.popup {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    padding: 15px;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transition: all 0.3s ease;
}

.fade-slide-enter-active,
.fade-slide-leave-active {
    transition: all 0.3s ease;
}

.fade-slide-enter,
.fade-slide-leave-to {
    opacity: 0;
    transform: translateY(-10px);
}

.peilv {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin-bottom: 5px;
}

.peilv .peilv_itm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    padding: 10px 0;
    font-size: 14px;
    color: #606266;
}

.new_baby .strings .item-vip .box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: #eeeeee;
    padding: 20px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
    position: relative;
}

.new_baby .strings .item-vip .box .tips_ {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    background-color: #D74938;
    padding: 2px 8px;
    border-radius: 0 0 0 10px;
}



.new_baby .strings .item-vip .box .top {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    margin-top: 0;
}

.new_baby .strings .item-vip .box .top img {
    border-radius: 50%;
}

.new_baby .strings .item-vip .box .top_top {
    flex: 1;
}

.new_baby .strings .item-vip .box .top_bom {
    display: flex;
    justify-content: flex-end;
}

.new_baby .strings .item-vip .box .cebotom {
    width: 100%;
    justify-content: center;
}

.new_baby .strings .item-vip .box .cebotom .b-num .num1 {
    font-weight: 600;
}

.new_baby .strings .right {
    display: flex;
    justify-content: flex-end;
}


.new_baby .strings .item-vip .box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: #eeeeee;
    padding: 20px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
    position: relative;
}

.new_baby .strings .item-vip .box .tips_ {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    background-color: #D74938;
    padding: 2px 8px;
    border-radius: 0 0 0 10px;
}



.new_baby .bqchang .item-vip .box .top {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    margin-top: 0;
}

.new_baby .bqchang .item-vip .box .top img {
    border-radius: 50%;
}

.new_baby .bqchang .item-vip .box .top_top {
    flex: 1;
}

.new_baby .bqchang .item-vip .box .top_bom {
    display: flex;
    justify-content: flex-end;
}

.new_baby .bqchang .item-vip .box .cebotom {
    width: 100%;
    justify-content: center;
}

.new_baby .bqchang .item-vip .box .cebotom .b-num .num1 {
    font-weight: 600;
}

.new_baby .bqchang .right {
    display: flex;
    justify-content: flex-end;
}

.new_baby .bqchang .item-vip .box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: #fff;
    padding: 0 20px;
    padding-bottom: 10px;
    box-sizing: border-box;
    position: relative;
}

.new_baby .bqchang .item-vip .box .tips_ {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    background-color: #D74938;
    padding: 2px 8px;
    border-radius: 0 0 0 10px;
}


.vip-text {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;

}

.vip-text .num-item {
    width: 25%;
    text-align: center;
    border-radius: 0;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    height: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.vip-text .num-item:nth-child(1) {
    border-left: 1px solid #ccc;
}

.vip-text .num-item.one,
.num-item.two {
    border: 1px solid #cb3131;
}

.vip-text .num-item.one {
    border-right: none;
    position: relative;



}

.vip-text .num-item.one::after {
    content: '优选';
    position: absolute;
    left: calc(100% - 15px);
    top: -10px;
    width: 30px;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    background-color: #fff;
    color: #cb3131;
}

.vip-text.num-item.two {
    border-left: none;
}



/* .wrap {
    padding-top: 20px;
} */

.dangqian {
    width: 80%;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 1px 1px 10px -6px gray;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;


}

.dangqian .t1 {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
}

.dangqian .t2 {
    font-size: 14px;
    color: #333;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.dangqian .t2 .num {
    font-size: 14px;
    color: #cb3131;
    font-weight: 600;
}

.shang {
    width: 80%;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 1px 1px 10px -6px gray;
    padding: 10px;


}

.shang .v {
    font-size: 16px;
    color: #333;

}

.shang .v .t {
    font-size: 16px;
    color: #cb3131;

}

.shang .v1 {
    font-weight: bold;
    margin-bottom: 10px;
    display: flex;


}

.shang .v1 .t {
    font-weight: bold;
}

.shang .v2 {
    font-size: 14px;
    display: flex;
    align-items: center;

}

.shang .v2 .t {
    font-size: 14px;
}

.yc {
    width: 80%;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 1px 1px 10px -6px gray;
    padding: 20px 10px;
    margin-bottom: 20px;


}

.yc .v1 {
    font-size: 13px;
    color: #ccc;
    width: 100%;
    text-align: center;
}

.yc .v2 {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin: 20px;


}

.yc .v2 .t1 {
    font-size: 30px;
    line-height: 30px;
    color: #e7a842;
    font-weight: bold;
}

.yc .v2 .t2 {
    font-size: 13px;
    line-height: 13px;
    color: #e7a842;
    margin-bottom: 3px;
}

.yc .v3 {
    text-align: center;
    width: 100%;


}

.yc .v3 .t {
    font-size: 12px;
    color: #333;
}

.top-num {
    width: 80%;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 1px 1px 10px -6px gray;
    padding: 10px;


}

.top-num .top {
    display: flex;
    align-items: center;
    justify-content: space-between;


}

.top-num .top .t {
    font-size: 14px;
    height: 16px;
    line-height: 14px;
    border: 1px solid #fff;
    color: #333;
}

.top-num .top .l {
    flex: 1;
}

.top-num .bottom {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;


}

.top-num .bottom .t {
    font-size: 18px;
    color: #333;
    letter-spacing: 5px;
    font-weight: 600;
}



.top-num-z .top {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;

}

.top-num-z .top .t {

    height: 15px;
    line-height: 15px;
    /* // border: 1px solid #fff; */
    color: #333;
}

.top-num-z .bottom {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;


}

.top-num-z .bottom .t {
    font-size: 18px;
    color: #333;
    letter-spacing: 5px;
    font-weight: 600;
}

.top-num-z .img {
    margin: 10px auto;
    position: relative;
    width: 80%;
    height: 100px;
    border-radius: 5px;
    overflow: hidden;
    padding: 0 10px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;


}

.top-num-z .img .img_ {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.top-num-z .img .t {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 12px;
}

.top-num-z .img .t1 {
    font-size: 16px;
    margin-bottom: 10px;
}

.top-num-z .img .t2 {
    display: flex;
    align-content: center;
}

.list-wrap {
    width: 80%;
    margin: 20px auto;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 1px 1px 10px -6px gray;
    padding: 10px;


}

.list-wrap .title {
    font-size: 14px;
    color: #333;
    font-weight: 600;
}

.list-wrap .tr {
    display: flex;
    align-items: center;

    border-bottom: 1px solid #eee;
    padding: 10px 0;


}

.list-wrap .tr .th,
.td {
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* align-items: flex-end;
    justify-content: center; */
    padding: 0 2px;
    font-size: 14px;
    color: #333;
}

.list-wrap .tr .td_ {
    width: 20%;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
}

.list-wrap .tr .num {
    width: 10%;
    align-items: flex-start;
}

.list-wrap .tr .name {
    width: 30%;
    align-items: flex-start;
}

.list-wrap .tr .th {
    color: #999;
    font-weight: 600;
}

.no-vip {

    padding-top: 5px;
    justify-content: center;
    color: #cb3131;
    margin-top: 5px;
}

.dilogbox {
    height: 400px;
    overflow: auto;
    /* 使内容可以滚动 */
    scrollbar-width: none;
    /* 对于Firefox */
}

/* 针对所有浏览器的滚动条隐藏 */
.dilogbox::-webkit-scrollbar {
    display: none;
}

.dilogbox .renJiang .j_name {
    color: #cdcdcd;
    margin-bottom: 5px
}

.ren_j {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.dilogbox .renJiang .j_num {
    color: #333333;
    font-weight: 600;
    font-size: 16px;
}

.detailwrap {
    padding: 0px 10px;
    height: 500px;
    overflow: auto;
    /* 使内容可以滚动 */
    scrollbar-width: none;
    /* 对于Firefox */
}

/* 针对所有浏览器的滚动条隐藏 */
.detailwrap::-webkit-scrollbar {
    display: none;
}

.detailwrap .box {
    width: 100%;
    border-radius: 10px;
    box-shadow: 1px 1px 10px -8px gray;
    margin-bottom: 10px;
    background-color: #fff;
}


.detailwrap .box1 .num1 {
    display: flex;
    align-items: center;


}

.detailwrap .box1 .num1 .t1 {
    font-size: 13px;
    color: #333;
    margin-right: 5px;
}

.detailwrap .box1 .num1 .t2 {
    flex: 1;
    font-size: 12px;
    color: #ccc;
}

.detailwrap .box1 .num1 .t3 {
    font-size: 12px;
    color: #ccc;
    cursor: pointer;
}

.detailwrap .box1 .num2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 16px auto;


}

.detailwrap .box1 .num2 .t {
    letter-spacing: 5px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.detailwrap .box1 .num3 {
    border-top: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.detailwrap .box1 .num3 .t {
    padding: 10px 0;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;


}

.detailwrap .box1 .num3 .t .t1 {
    font-size: 14px;
    font-weight: 600;
    color: #cb3131;
}

.detailwrap .box1 .num3 .t .t2 {
    font-size: 12px;
    color: #ccc;
}

.detailwrap .box2 .list-wrap .tr {
    display: flex;
    align-items: center;
    padding: 10px 0;


}

.detailwrap .box3 .list-wrap .tr {
    display: flex;
    align-items: center;
    padding: 10px 0;


}

.detailwrap .box2 .list-wrap .tr .th {
    width: 33.33%;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-items: center;
    padding: 0 2px;
    font-size: 12px;
    color: #333;
}

.detailwrap .box2 .list-wrap .tr .td {
    width: 33.33%;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-items: center;
    padding: 0 2px;
    font-size: 12px;
    color: #333;
}

.detailwrap .box3 .list-wrap .tr .th {
    width: 33.33%;
    display: flex;
    flex-direction: column;
    padding: 0 2px;
    font-size: 12px;
    color: #333;
}

.detailwrap .box3 .list-wrap .tr .td {
    width: 12.33%;
    display: flex;
    flex-direction: column;
    padding: 0 2px;
    font-size: 12px;
    color: #333;
}

.detailwrap .box2,
.box3 .list-wrap .tr .th {
    color: #ccc;
}

.detailwrap .box3 .list-wrap .tr .th,
.td {
    width: 13%;
}

.detailwrap .box3 .list-wrap .tr .vs {

    width: 61%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;

}

.detailwrap .box3 .list-wrap .tr .vs .h,
.a {
    flex: 1;
    text-align: right;
    padding: 0 5px;
}

.detailwrap .box3 .list-wrap .tr .vs .a {
    text-align: left;
}

/* 历史战绩 */
.yc {
    width: 96%;
    height: 90px;
    background-color: #cb3131;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.yc .v2 {
    display: flex;
    justify-content: center;
    align-items: flex-end;


}

.yc .v2 .t1 {
    font-size: 30px;
    line-height: 30px;
    color: #e7a842;
    font-weight: bold;
}

.yc .v2 .t2 {
    font-size: 13px;
    line-height: 13px;
    color: #e7a842;
    margin-bottom: 3px;
}

.yc .v3 {
    text-align: center;
    width: 100%;

}

.yc .v3 .t {
    font-size: 12px;
    color: #fff;
}

.list-wrap-history {
    width: 96%;
    margin: 10px auto;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 1px 1px 10px -6px gray;
    padding: 10px;
    height: 400px;
    overflow: auto;
    /* 使内容可以滚动 */
    scrollbar-width: none;
    /* 对于Firefox */
}

/* 针对所有浏览器的滚动条隐藏 */
.list-wrap-history::-webkit-scrollbar {
    display: none;
}

.list-wrap-history .title {
    font-size: 14px;
    color: #333;
    font-weight: 600;
}

.list-wrap-history .tr {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding: 10px 0;

}

.list-wrap-history .tr .th {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 2px;
    font-size: 12px;
    color: #333;


}

.list-wrap-history .tr .th .t {
    border: 1px solid #ccc;
    padding: 1px 3px;
    border-radius: 3px;
    font-size: 12px;
}

.list-wrap-history .tr .td {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 2px;
    font-size: 12px;
    color: #333;


}

.list-wrap-history .tr .td .t {
    border: 1px solid #ccc;
    padding: 1px 3px;
    border-radius: 3px;
    font-size: 12px;
    cursor: pointer;
}

.list-wrap-history .tr .th {
    color: #ccc;
}

.popup-wrap {
    background-color: #fff;
    padding: 10px;
    height: 400px;
    overflow-y: scroll;
}

.popup-wrap .top-num {
    width: 96%;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 1px 1px 10px -6px gray;
    padding: 10px;

}

.popup-wrap .top-num .top {
    display: flex;
    align-items: center;
    justify-content: space-between;


}

.popup-wrap .top-num .top .t {
    font-size: 14px;
    height: 16px;
    line-height: 14px;
    border: 1px solid #fff;
    color: #333;
}

.popup-wrap .top-num .top .l {
    flex: 1;
}

.popup-wrap .top-num .bottom {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;


}

.popup-wrap .top-num .bottom .t {
    font-size: 18px;
    color: #333;
    letter-spacing: 5px;
    font-weight: 600;
}

.popup-wrap .list-wrap {
    width: 96%;
    margin: 20px auto;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 1px 1px 10px -6px gray;
    padding: 10px;


}

.popup-wrap .list-wrap .title {
    font-size: 14px;
    color: #333;
    font-weight: 600;
}

.popup-wrap .list-wrap .tr {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding: 10px 0;




}

.popup-wrap .list-wrap .tr .th {
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-items: flex-end;
    padding: 0 2px;
    font-size: 12px;
    color: #333;
}

.popup-wrap .list-wrap .tr .td {
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-items: flex-end;
    padding: 0 2px;
    font-size: 12px;
    color: #333;
}

.popup-wrap .list-wrap .tr .td_ {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-end;
}

.popup-wrap .list-wrap .tr .num {
    width: 10%;
    align-items: flex-start;
}

.popup-wrap .list-wrap .tr .name {
    width: 30%;
    align-items: flex-start;
}

.popup-wrap .list-wrap .tr .th {
    color: #ccc;
}

.ai_wrap {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.ai_wrap .data-item-new {
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 10px 20px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    transition: background-color 0.3s, box-shadow 0.3s;




}

.ai_wrap .data-item-new .icon {
    display: flex;
    align-items: center;
    margin-bottom: 30px;


}

.ai_wrap .data-item-new .icon .img {
    width: 40px !important;
    height: 40px !important;
}

.ai_wrap .data-item-new .icon .icon-r {
    margin-left: 10px;


}

.ai_wrap .data-item-new .icon .icon-r .t-t1 {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}

.ai_wrap .data-item-new .icon .icon-r .t-t2 {
    font-size: 13px;
    color: #aaa;

    .r-t2-t {
        color: #cb3131;
    }
}

.ai_wrap .data-item-new .num-wrap {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;


}

.ai_wrap .data-item-new .num-wrap .num {
    display: flex;
    flex-direction: column;
    align-items: center;


}

.ai_wrap .data-item-new .num-wrap .num .t1 {
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 15px;
    color: #cb3131;
}

.ai_wrap .data-item-new .num-wrap .num .t2 {
    font-size: 16px;
    line-height: 1;
    color: #aaa;
}

.ai_wrap .data-item-new .num10 {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 5px;


}

.ai_wrap .data-item-new .num10 .t {
    border: 1px solid #fff;
    margin: 2px;
}

.ai_wrap .data-item-new .num10 .t1 {
    border: 1px solid #fff;
    margin: 4px;
}

.ai_wrap .data-item-new .num10 .t {
    color: #cb3131;
}

.ai_wrap .data-item-new .num10 .t1 {
    border-radius: 3px;
    padding: 2px;
}

.ai_wrap .data-item-new .num10 .t1.y {
    color: #cb3131;
    border: 1px solid #cb3131;
}

.ai_wrap .data-item-new .num10 .t1.z {
    color: #ccc;
    border: 1px solid #ccc;
}

.ai_wrap .data-item-new .num10 .t1.h {
    color: #333;
    border: 1px solid #333;
}

.ai_wrap .data-item-new .tips {
    color: #aaa;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;


}

.ai_wrap .data-item-new .tips.t {
    color: #cb3131;
}













.item-box {
    border-radius: 10px;
    padding: 10px 0;
    background-color: #fff;
    box-shadow: 1px 1px 16px -6px gray;
    width: 80%;
    margin: 0 auto 20px auto;
    position: relative;

}

.no-vip {
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 1px 1px 16px -6px gray;
    width: 80%;
    margin: 0 auto 20px auto;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0 !important;
}

.item-box .tips {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #cb3131;
    color: #fff;
    border-radius: 0 10px 0 10px;
    padding: 3px 5px;
}

.item-box .item-vip {
    width: 90%;
    position: relative;
}

.item-box .item-vip .tips_ {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 10px 0 10px;
    padding: 3px 5px;
    background-color: #cb3131;
    color: #fff;
    font-size: 14px;
}

.item-box .item-vip .b-num {
    display: flex;
    align-items: center;
    justify-content: center;
}

.item-box .v1,
.item-box .v2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    color: #333;
    width: 90%;
    margin: 0 auto;
}

.item-box .v2 {
    margin-top: 5px;
    color: #ccc;
    font-size: 14px;
    margin-bottom: 10px;
}

.new_baby .rights {
    width: 100% !important;
    display: flex !important;
    justify-content: flex-end !important;
    border-bottom: 1px solid #ccc !important;
    margin-top: 5px !important;
    padding: 2px 0;
    align-items: center !important;

}

.new_baby .rights .rss {
    width: 100%;
    align-items: center !important;
    display: flex !important;
    justify-content: flex-end !important;
}

.item-jx {
    cursor: pointer;
}

.item-jx .c-l {
    justify-content: flex-end !important;
}

.item-jx .c-r {
    justify-content: flex-start !important;
}

.item-jx .c-l .img {
    margin-left: 5px;
    margin-right: 0;
}

.item-jx .c-r .img {
    margin-right: 5px;
}

.item-jx .jx-score {
    font-size: 18px;
    font-weight: 700;
    color: #333;
}

.item-jx .jx-hit-stamp {
    background: transparent;
    color: #cb3131;
    font-size: 12px;
    font-weight: 600;
    border: 2px solid rgba(203, 49, 49, 0.35);
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.75;
    padding: 0;
}

.item-jx .b-jx {
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #edf1f9;
    padding-top: 10px;
    margin-top: 6px;
}

.item-jx .jx-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.item-jx .jx-tag {
    background: #fce8ea;
    color: #8b3a3a;
    font-size: 12px;
    padding: 3px 8px;
    border-radius: 4px;
}

.item-jx .jx-link {
    color: #2878FF;
    font-size: 13px;
    white-space: nowrap;
}

/* 多维洞察 AI解读详情 */
.jx-detail-wrap {
    width: 960px;
    margin: 20px auto 40px;
    min-height: 500px;
    position: relative;
}

.jx-detail-toolbar {
    margin-bottom: 14px;
}

.jx-detail-toolbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(135deg, #fff5f4 0%, #fff 60%);
    border: 1px solid #f3d4d0;
    border-radius: 12px;
    padding: 12px 18px;
    box-shadow: 0 2px 8px rgba(203, 49, 49, 0.06);
}

.jx-detail-toolbar-title {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.jx-detail-toolbar-title img {
    width: 28px;
    height: 28px;
    margin-right: 10px;
}

.jx-detail-game-btn {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 8px 16px;
    background: #fff;
    border: 1px solid #cb3131;
    border-radius: 20px;
    color: #cb3131;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

.jx-detail-game-btn:hover {
    background: #cb3131;
    color: #fff;
}

.jx-detail-game-btn i {
    font-size: 14px;
}

.jx-detail-paybar {
    margin-bottom: 16px;
}

.jx-detail-paybar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border: 1px solid #d6a30a;
    border-radius: 24px;
    padding: 10px 16px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.jx-detail-paybar-tips {
    flex: 1;
    min-width: 0;
}

.jx-detail-paybar-tips .l1 {
    font-size: 16px;
    color: #cb3131;
    font-weight: 600;
}

.jx-detail-paybar-tips .l2 {
    font-size: 14px;
    color: #ccc;
    margin-left: 6px;
    text-decoration: line-through;
}

.jx-detail-paybar-btns {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.jx-btn-once,
.jx-btn-month {
    border: none;
    cursor: pointer;
    border-radius: 15px;
    height: 32px;
    padding: 0 14px;
    font-size: 15px;
    white-space: nowrap;
}

.jx-btn-once {
    background: #fff;
    color: #cb3131;
    border: 1px solid #cb3131;
}

.jx-btn-month {
    background: #d6a30a;
    color: #fff;
}

.jx-btn-once:hover {
    background: #fff5f4;
}

.jx-btn-month:hover {
    background: #c49209;
}

.jx-detail-body-locked {
    filter: blur(3px);
    pointer-events: none;
    user-select: none;
}

.jx-detail-lock-mask {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #666;
    font-size: 16px;
    z-index: 2;
    pointer-events: none;
}

.jx-detail-lock-mask i {
    font-size: 36px;
    color: #cb3131;
    margin-bottom: 10px;
}

.jx-single-pay {
    text-align: center;
    padding: 10px 0;
}

.jx-single-coin {
    font-size: 24px;
    font-weight: 700;
    color: #cb3131;
    margin: 12px 0;
}

.jx-single-balance {
    font-size: 15px;
    color: #666;
    margin-top: 8px;
}

.jx-pay-way {
    margin-top: 18px;
    text-align: left;
}

.jx-pay-way--month {
    margin-top: 16px;
    padding: 0 4px;
}

.jx-pay-way-label {
    font-size: 15px;
    color: #333;
    font-weight: 600;
    margin-bottom: 10px;
}

.jx-pay-way-list {
    display: flex;
    gap: 12px;
}

.jx-pay-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 72px;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    cursor: pointer;
    background: #fff;
    transition: border-color 0.2s, background 0.2s;
}

.jx-pay-item img {
    width: 22px;
    height: 22px;
    margin-bottom: 6px;
}

.jx-pay-item-title {
    font-size: 14px;
    color: #333;
}

.jx-pay-item-sub {
    font-size: 12px;
    color: #999;
    margin-top: 4px;
}

.jx-pay-item--act {
    border-color: #b3ae78;
    background: #faf7ee;
    color: #c1ab92;
}

.jx-pay-item--act .jx-pay-item-title {
    color: #c1ab92;
}

.jx-coin-short {
    text-align: center;
    padding: 8px 0 4px;
    font-size: 15px;
    color: #555;
    line-height: 1.8;
}

.jx-coin-short-tip {
    font-size: 16px;
    color: #cb3131;
    font-weight: 600;
    margin-bottom: 12px;
}

.jx-coin-short-num {
    font-weight: 700;
    color: #333;
}

.jx-coin-short-need {
    color: #cb3131;
}

.jx-coin-short-ask {
    margin-top: 14px;
    color: #666;
}

.jx-detail-head {
    background: url('/web/image/prediction_BG.jpg') no-repeat 100% 100%/cover;
    border-radius: 10px;
    color: #fff;
    padding: 24px 30px;
    margin-bottom: 20px;
}

.jx-detail-meta {
    text-align: center;
    font-size: 16px;
    margin-bottom: 16px;
}

.jx-detail-meta span {
    margin: 0 6px;
}

.jx-detail-match {
    display: flex;
    align-items: center;
    justify-content: center;
}

.jx-detail-team {
    flex: 1;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

.jx-detail-team img {
    width: 48px;
    height: 48px;
    margin-bottom: 8px;
}

.jx-detail-score {
    width: 120px;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
}

.jx-detail-body {
    background: #f5f7fa;
    border-radius: 10px;
    padding: 12px;
    position: relative;
}

.jx-table-wrap {
    background: #fff;
    margin-bottom: 10px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.jx-table-wrap::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #f2f2f2;
}

.jx-t1 {
    display: grid;
    grid-template-columns: 4px 1fr auto;
    align-items: center;
    height: 48px;
    padding-right: 12px;
    cursor: pointer;
    position: relative;
    background: #fff;
}

.jx-t1-accent {
    width: 4px;
    height: 100%;
    background: #1A73E8;
    border-radius: 4px 0 0 4px;
}

.jx-t1-center {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    min-width: 0;
    position: relative;
    padding-left: 10px;
}

.jx-t1-open .jx-t1-center {
    justify-content: center;
    padding-left: 0;
}

.jx-t1-icon {
    width: 26px;
    height: 26px;
    flex-shrink: 0;
}

.jx-t1-name {
    font-size: 16px;
    line-height: 18px;
    color: #333;
    font-weight: 500;
}

.jx-t1-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-left: 12px;
}

.jx-t1-r-text {
    font-size: 14px;
    color: #1A73E8;
    margin-right: 2px;
}

.jx-t1-r-ico {
    font-size: 16px;
    color: #1A73E8;
    padding-top: 2px;
}

.jx-t1-open {
    border-bottom: 1px solid #ccc;
}

.jx-t1-open .jx-t1-center::after {
    content: 'AI解读';
    position: absolute;
    left: 50%;
    top: calc(50% - 10px);
    margin-left: 60px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    background: linear-gradient(120deg, #1A73E8 0%, #5B9CF5 45%, #A8CFFF 75%, #E8EEF5 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0.85;
    transform: skewX(-15deg);
    pointer-events: none;
    filter: drop-shadow(0 1px 2px rgba(26, 115, 232, 0.15));
}

.jx-hide-wrap {
    transition: all 0.3s ease;
    min-height: 20px;
}

.jx-hide-inner {
    max-width: 720px;
    margin: 0 auto;
}

.jx-hideBigH {
    padding: 10px 15px 0;
}

.jx-hideBigA {
    padding: 0 15px 10px;
}

.jx-team-row {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    font-size: 16px;
    color: #333;
    font-weight: 500;
}

.jx-team-row img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.jx-score-text {
    font-size: 15px;
    margin-left: 20px;
    font-weight: normal;
}

.jx-score-home {
    color: #E04E47;
}

.jx-score-away {
    color: #5886F8;
}

.jx-hide-wrap-item {
    padding: 0 24px 10px;
    font-size: 14px;
    line-height: 1.8;
    color: #333;
    text-align: center;
}

.jx-hide-wrap-item p {
    display: block;
    line-height: 2;
    margin: 0;
}

.jx-summary-wrap {
    padding: 0 15px 12px;
}

.jx-summary-box {
    padding: 8px 12px !important;
    background: #FFF7F2;
    border-radius: 6px;
    text-align: center;
}

.jx-hide-wrap-item .battle-home-second,
.jx-hide-wrap-item .battle-away-second {
    display: inline-block !important;
    padding: 0 5px;
    border-radius: 3px;
    color: #666;
}

.jx-hide-wrap-item .battle-home-second {
    background: #FFECEA;
}

.jx-hide-wrap-item .battle-away-second {
    background: #E8EDF6;
}

.jx-hide-wrap-item .battle-home-check,
.jx-hide-wrap-item .battle-away-check {
    position: relative;
    padding-left: 18px;
    color: #333;
    text-align: left;
    display: inline-block;
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
}

.jx-hide-wrap-item .battle-home-check::after {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: red;
}

.jx-hide-wrap-item .battle-home-check::before {
    content: "";
    position: absolute;
    left: 3px;
    top: 9px;
    width: 5px;
    height: 3px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
    z-index: 1;
}

.jx-hide-wrap-item .battle-away-check::after {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #5886F8;
}

.jx-hide-wrap-item .battle-away-check::before {
    content: "";
    position: absolute;
    left: 3px;
    top: 9px;
    width: 5px;
    height: 3px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
    z-index: 1;
}

.jx-jqzt-panel {
    padding: 0 0 10px;
}

.jx-jqzt-card {
    margin: 10px 10px 0;
    padding: 12px 10px 14px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #eee;
}

.jx-jqzt-card--home {
    border-color: #f5c4c0;
    box-shadow: 0 2px 8px rgba(203, 49, 49, 0.06);
}

.jx-jqzt-card--away {
    border-color: #c9d8f5;
    box-shadow: 0 2px 8px rgba(88, 134, 248, 0.08);
}

.jx-jqzt-team {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.jx-jqzt-avatar {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    border-radius: 50%;
}

.jx-jqzt-team-name {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.jx-jqzt-tag {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 12px;
}

.jx-jqzt-tag--home {
    background: #fff5f4;
    color: #b63d3a;
}

.jx-jqzt-tag--away {
    background: #f0f6ff;
    color: #3d5aa0;
}

.jx-jqzt-stat-row {
    display: flex;
    align-items: stretch;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #f0f0f0;
}

.jx-jqzt-stat-cell {
    flex: 1;
    padding: 7px 4px;
    text-align: center;
    background: #fafafa;
    border-right: 1px solid #f0f0f0;
}

.jx-jqzt-stat-cell:last-child {
    border-right: none;
}

.jx-jqzt-stat-num {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #cb3131;
    line-height: 1.2;
}

.jx-jqzt-stat-num--away {
    color: #5886f8;
}

.jx-jqzt-stat-mid {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    line-height: 1.3;
}

.jx-jqzt-stat-label {
    display: block;
    margin-top: 6px;
    font-size: 13px;
    color: #888;
}

.jx-jqzt-chart-head {
    padding: 10px 10px 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.jx-jqzt-chart-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.jx-jqzt-legend {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 14px;
    color: #666;
}

.jx-jqzt-legend-i {
    display: flex;
    align-items: center;
    gap: 6px;
}

.jx-sq {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 2px;
}

.jx-sq-home {
    background: #ff7a7a;
}

.jx-sq-away {
    background: #5b9bd5;
}

.jx-jqzt-chart-wrap {
    padding: 0 10px 4px;
}

.jx-jqzt-canvas {
    display: block;
    width: 100%;
    height: 200px;
}

.jx-jqzt-compare {
    margin: 10px 12px 0;
    padding: 12px;
    border-radius: 8px;
    background: #FEFBEC;
    border: 1px solid #f5e6b8;
    font-size: 15px;
    line-height: 1.65;
    color: #5c4d26;
    text-align: center;
}

.jx-jqzt-compare p {
    margin: 0;
}

.jx-lsjf-section {
    padding: 0 4px;
}

.jx-zkzj-summary-box {
    margin: 10px;
    padding: 10px;
    border: 1px solid #e8c1bf;
    border-radius: 8px;
    font-size: 15px;
    line-height: 22px;
    color: #333;
    background: #fffdfd;
    text-align: center;
}

.jx-zkzj-home-name,
.jx-zkzj-win {
    color: #cb3131;
}

.jx-zkzj-draw {
    color: #5483f8;
}

.jx-zkzj-lose {
    color: #00bc31;
}

.jx-zkzj-chart-wrap {
    position: relative;
    padding: 0 10px 8px;
}

.jx-zkzj-canvas {
    display: block;
    width: 100%;
    height: 170px;
}

.jx-history-table {
    margin-top: 10px;
    font-size: 15px;
}

.jx-history-tr {
    display: grid;
    grid-template-columns: 1.2fr 1fr 0.8fr 1fr;
    gap: 8px;
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
    text-align: center;
}

.jx-history-th {
    font-weight: 600;
    color: #888;
    background: #fafafa;
}

.jx-fxyc-block {
    padding: 0 14px 6px;
}

.jx-fxyc-title {
    padding: 6px 16px 8px;
    font-size: 16px;
    color: #333;
    font-weight: 400;
    text-align: center;
}

.jx-fxyc-heng {
    width: calc(100% - 28px);
    height: 1px;
    margin: 10px 14px;
    background: linear-gradient(to right, #FEECED 5%, #E6D8D2 40%, #E6D8D2 50%, #FEECED 100%);
    border: none;
}

.jx-fxyc-card {
    margin: 0 14px 10px;
    padding: 12px;
    border-radius: 6px;
    background: #F7F7F7;
    border: 1px solid #ececec;
}

.jx-fxyc-card-hot {
    background: #FFF7F2;
    border-color: #f1dfd8;
}

.jx-fxyc-top {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 2px;
}

.jx-fxyc-rank {
    color: #826A50;
    font-size: 16px;
    margin-right: 10px;
}

.jx-fxyc-value {
    font-size: 22px;
    line-height: 1;
    font-weight: 600;
}

.jx-fxyc-value-hot {
    color: #698D64;
}

.jx-fxyc-value-second {
    color: #275AAC;
}

.jx-fxyc-value-third {
    color: #B2252F;
}

.jx-fxyc-percent {
    margin-left: 8px;
    color: #444;
    font-size: 16px;
    line-height: 1;
}

.jx-fxyc-percents {
    padding: 2px 5px;
    border-radius: 10px;
    color: #fff;
    margin-left: 15px;
    font-size: 14px;
}

.jx-fxyc-percents.yin {
    background-color: #8E8D8E;
}

.jx-fxyc-percents.jin {
    background-color: #B88609;
}

.jx-fxyc-desc {
    display: block;
    font-size: 15px;
    color: #333;
    line-height: 1.5;
    margin-top: 4px;
    padding-left: 15px;
    position: relative;
    text-align: left;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}

.jx-fxyc-desc::after {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: red;
}

.jx-fxyc-desc::before {
    content: "";
    position: absolute;
    left: 3px;
    top: 7px;
    width: 5px;
    height: 3px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
    z-index: 1;
}