.wait-container {
    display: none;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    height: calc(100% - .46rem);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 8;
}

.wait-container-c {
    position: fixed;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*height: 280px;*/
    /*width: 80%;*/
    width: 297px;
    height: 228px;
    background: linear-gradient(180deg, rgba(149, 39, 192, 0.71) 0%, rgba(192, 39, 113, 0.13) 100%);
    border-radius: 18px 18px 18px 18px;
    /*border: 1px solid;*/
    border-image: linear-gradient(180deg, rgba(240.00000089406967, 75.00000312924385, 255, 1), rgba(240.00000089406967, 75.00000312924385, 255, 0.09000000357627869)) 1 1;
    z-index: 9;
}

.boxx {
    border-radius: 50%;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 40px;
    font-size: 30px;
    position: absolute;
    left: 125px;
    top: 280px;
    z-index: 9999;
    color: #EDA67B;
    border: 2px solid #EDA67B;
}


.waitting {
    /*background-color: #E8E9EB;*/
    margin: 0 auto;
    height: 150px;
    width: 100%;
    border-radius: 15px;
    text-align: center;
    padding-top: 20px;
}

.wtimage {
    height: 50px;
    width: 50px;
    /*background-color: #0094ff;*/
    border-radius: 50%;
    margin: 0 auto;
    animation: mywait 3s infinite linear;
    overflow: hidden;
    /* box-shadow:
    -2px 0 3px 0px green,
    0 -2px 3px 0px blue,
    0 2px  3px 0px red,
    2px 0  3px 0px yellow; */

    /*border: 2px solid #9E9FA1;*/
}

.wtimage img {
    height: 100%;
    width: 100%;
}

.wtdsc {
    margin-top: 20px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 12px;
    color: #F9EAFF;
    line-height: 17px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

tr th {
    text-align: center;
}
tr td {
    text-align: center;
}

.wait-line {
    width: 238px;
    height: 0px;
    border: 1px solid;
    margin: 0 auto;
    border-image: linear-gradient(90deg, rgba(255, 252.00000017881393, 75.00000312924385, 0), rgba(255, 252.00000017881393, 75.00000312924385, 1), rgba(255, 252.00000017881393, 75.00000312924385, 0)) 1 1;
}

.waittext {
    /*background-color: #DAA904;*/
    margin: 10px auto;
    width: 100%;
    border-radius: 15px;
    /*text-align: center;*/
    /*color: rgb(226, 211, 211);*/
    /*padding: 10px 0;*/
    /*font-weight: 700;*/
    /*font-size: 14px;*/
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 10px;
    color: #FFFC4B;
    line-height: 14px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

@keyframes mywait {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(-359deg);
    }
}
table {
    table-layout: fixed!important;
    width: 100%!important; /* 或者指定一个具体的宽度 */
}
th, td {
    width: 25%!important; /* 或者其他适当的宽度 */
}
.down-app-tan-c {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    height: calc(100% - .46rem);
}
.mf-l-hy {
    font-family: Source Han Sans;
    font-size: 24px;
    font-weight: bold;
    color: #FDFAB0;
    padding-top: 54px;
}
.new-h-yh-xz {
    font-family: Source Han Sans;
    font-size: 16px;
    font-weight: normal;
    color: #FDFAB0;
    padding-top: 10px;
}
.app-down-flex {
    display: flex;
    flex-direction: row;
}
.app-down-btn {
    border-radius: 10px;
    background: linear-gradient(286deg, #B700FF 1%, #FF00FB 100%);
    box-shadow: inset 0px 2px 9px 0px #FFAFFE;
    padding: 10px 0 10px 8px;
    align-items: center;
}
.app-down-name {
    font-family: Source Han Sans;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
}
.app-down-name-sub {
    font-family: Source Han Sans;
    font-size: 8px;
    font-weight: normal;
    color: #FFFFFF;
    margin-top: 3px;
}
.x-d-tab-u {
    font-family: Source Han Sans;
    font-size: 18px;
    font-weight: 500;
    color: #ECB9FF;
}
.x-d-tab-c {
    font-family: Source Han Sans;
    font-size: 14px;
    font-weight: normal;
    color: #ECB9FF;
    margin-left: 24px;
}