.content {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px 50px;
}

body {
    background: #E2E5F0 !important;
}

.logo {
    width: 210px;
    height: auto;
    display: block;
    margin-top: 40px;
}

.testBtnBox {
    position: absolute;
    right: 20px;
    top: 40px;
    user-select: none;
    cursor: pointer;
}

.testBtnBox .tips {
    font-size: 15px;
    color: #237B5C;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
}

.testBtnBox .tips img {
    width: 15px;
    height: auto;
}

.testBtn {
    width: 233px;
    height: 56px;
    background: #0FAC75;
    border-radius: 12px 12px 12px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 17px;
    color: #FFFFFF;
    gap: 8px;
    margin-top: 14px;
    border: 0;
    cursor: pointer;
}

.testBtn img {
    width: 22px;
    height: auto;
}

.tab {
    margin-top: 36px;
}

.tabBtns {
    display: flex;
    align-items: flex-end;
    justify-content: start;
}

.tabBtn {
    font-weight: 600;
    font-size: 18px;
    color: #666666;
    padding: 18px 55px 13px;
    background: #F0F2F9;
    user-select: none;
    cursor: pointer;
}

.tabBtns>div {
    background: #FFFFFF;
    border-radius: 12px 12px 0px 0px;
}

.tabBtns div:first-child .tabBtn {
    border-radius: 12px 0px 12px 0px;
}

.tabBtns div .hight {
    border-radius: 12px;
}

.tabBtns div:last-child .tabBtn {
    border-radius: 0px 12px 0px 12px;
}


.tabBtns div .hight {
    border-radius: 12px !important;
}

.tab .tabBtns .hight {
    font-weight: 600;
    font-size: 22px;
    color: #333333;
    padding: 17px 39px 18px;
    background: #FFFFFF;
}




.ivu-table-wrapper .ivu-table-stripe .ivu-table-body tr:nth-child(2n) td {
    background: #FFFFFF;
}

.ivu-table-wrapper .ivu-table-stripe .ivu-table-body tr:nth-child(2n-1) td {
    background: #F7F7F7;
}

.ivu-table .ivu-table-cell {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    padding: 20px 0 !important;
}

.ivu-table th .ivu-table-cell {
    color: #666;
}

.ivu-table-header thead tr th {
    padding: 0 !important;
}

/* 设置表头背景为白色 */
.ivu-table th {
    background-color: #ffffff !important;
    font-weight: 400;
    font-size: 17px;
    color: #666666;
    /* padding: 20px 0 !important; */
}

.ivu-table-cell .tip {
    position: relative;
}

.ivu-table-cell .tips {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    white-space: nowrap;
    left: -175px;
    font-weight: 600;
    font-size: 15px;
    color: #D1754A;
}


.ivu-table-cell, .ivu-table th {
    overflow: visible !important;
}

.ivu-table-wrapper {
    border-radius: 0px 12px 12px 12px;
}

.msg-initial {
    color: #666666 !important;
}

.msg-loading {
    width: 16px;
    padding: 3px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #00BE99;
    --_m:
        conic-gradient(#0000 10%, #000),
        linear-gradient(#000 0 0) content-box;
    -webkit-mask: var(--_m);
    mask: var(--_m);
    -webkit-mask-composite: source-out;
    mask-composite: subtract;
    animation: l3 1s infinite linear;
}

@keyframes l3 {
    to {
        transform: rotate(1turn)
    }
}

.msg-error {
    color: #EA4949 !important;
}

.msg-default {
    color: #0FAC75 !important;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-pointer:hover {
    color: #0FAC75;
}

.testing {
    background-color: #EA4949;
}

.vh {
    visibility: hidden;
}

button:disabled {
    cursor: not-allowed;
    opacity: 0.6;
}



@media (max-width: 767.98px) {

    /* 针对屏幕宽度小于768px的样式 */
    body {
        /* background-color: red !important; */
    }

    .content {
        padding: 0 .38rem .41rem;
    }

    .logo {
        width: 4.31rem;
        margin-top: .72rem;
    }

    .testBtnBox {
        position: static;
        margin-top: .46rem;
    }

    .testBtnBox .tips {
        font-size: 0.38rem;
        gap: .1rem;
    }

    .testBtnBox .tips img {
        width: 0.38rem;
    }

    .testBtn {
        width: 100%;
        height: 1.44rem;
        font-size: 0.44rem;
        margin-top: .21rem;
        gap: .23rem;
    }

    .testBtn img {
        width: 0.56rem;
    }

    .tab {
        margin-top: .72rem;
    }

    .tabBtns>div {
        flex: 1;
    }

    .tabBtn {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: .28rem 0;
        font-size: 0.38rem;
    }

    .tabBtns>div {
        border-radius: 0.31rem 0.31rem 0px 0px;
    }

    .tabBtns div:first-child .tabBtn {
        border-radius: 0.31rem 0px 0.31rem 0px;
    }

    .tabBtns div .hight {
        border-radius: 0.31rem;
    }

    .tabBtns div:last-child .tabBtn {
        border-radius: 0px 0.31rem 0px 0.31rem;
    }

    .tabBtns div .hight {
        border-radius: 0.31rem !important;
    }

    .tab .tabBtns .hight {
        font-size: 0.41rem;
        padding: .41rem 0px .38rem;
    }

    .ivu-table .ivu-table-cell {
        font-size: 0.33rem;
        padding: .41rem 0;
    }

    .ivu-table th {
        font-size: 0.33rem;
    }

    .ivu-table-cell .tips {
        left: -3.5rem;
        font-size: 0.31rem;
    }

    .ivu-table-wrapper {
        border-radius: 0px 0px .31rem .31rem;
    }

    /* .msg-loading {} */
}