.box_loading .ft-loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 198903060;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    /* 闁告柣鍔庨弫楣冨冀瀹勬壆纭€ */
}

    .box_loading .ft-loading .loading-view {
        width: 2.13333333rem;
        height: 2.13333333rem;
        background-color: rgba(0, 0, 0, 0.6);
        border-radius: 0.26666667rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .box_loading .ft-loading .loading {
        border: 0.13333333rem solid rgba(0, 0, 0, 0.01);
        border-radius: 50%;
        border-top: 0.13333333rem solid #fff;
        border-right: 0.13333333rem solid #fff;
        border-bottom: 0.13333333rem solid #fff;
        width: 0.8rem;
        height: 0.8rem;
        -webkit-animation: spin 1.4s linear infinite;
        animation: spin 1.4s linear infinite;
    }

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.box_loading .box_more_data {
    width: 10rem;
    height: 1.58666667rem;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.box_loading .box_more_data2 {
    width: 10rem;
    height: 1.58666667rem;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    position: relative;
}
.box_loading .box_more_data3 {
    width: 10rem;
    height: 1.58666667rem;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    position: relative;
}


.box_loading .box_more_data2 .loadTxt1 {
    color: #95C5FF;
    font-size: 0.32rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
}
.box_loading .box_more_data3 .loadTxt1 {
    color: #95C5FF;
    font-size: 0.26666667rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
}
.box_loading .box_more_data2:before {
    content: '';
    width: 0.67rem;
    height: 1px;
    background: #95C5FF;
    position: absolute;
    top: 0.78rem;
    left: 2.8rem;
}

.box_loading .box_more_data2:after {
    content: '';
    width: 0.67rem;
    height: 1px;
    background: #95C5FF;
    position: absolute;
    top: 0.78rem;
    right: 2.8rem;
}
.box_loading .box_more_data3:before {
    content: '';
    width: 0.67rem;
    height: 1px;
    background: #E4BA83;
    position: absolute;
    top: 0.78rem;
    left: 2.2rem;
}

.box_loading .box_more_data3:after {
    content: '';
    width: 0.67rem;
    height: 1px;
    background: #E4BA83;
    position: absolute;
    top: 0.78rem;
    right: 2.2rem;
}
.box_loading .box_more_data .loadPic {
    width: 0.34666667rem;
    height: auto;
    margin: 0 0.1rem 0 0;
}

.box_loading .box_more_data .loadTxt {
    /* margin: 0.26666667rem 0rem 0 0; */
    font-size: 0.26666667rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
}
