.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 .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;
}