.ui-toast-box{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 0.1rem;
    max-width: 3rem;
    padding:0.1rem .2rem;
    text-align: center;
    color: #fff;
    background-color: rgba(0,0,0,.7);
    z-index: 10;
}
@keyframes show{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
@keyframes hide{
    0%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}
.ui-toast-text{
    font-size: .3rem;
}
.ui-loading {
    position: fixed;
    top: 45%;
    left: 50%;
    width: 2rem;
    height: 2rem;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, .4);
    border-radius: 10px;
    z-index: 10;

}

.ui-loading-img {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0.6rem;
    z-index: 10;
}

.ui-loading-text {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: .3rem;
    color: #fff;
    width: 100%;
    text-align: center;
    z-index: 10;
}
.ui-dialog-box{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .4);
    z-index: 1000;

}
.ui-dialog{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 5rem;
    min-height: 3rem;
    background-color: #fff;
    border-radius: .1rem;
    z-index: 10;
}

.ui-dialog-title{
    text-align: center;
    padding: .2rem 0;
    font-size: .3rem;
    color: #ee0a24;

}
.ui-dialog-text{
    text-align: center;
    color: #333;
    font-size: .3rem;
    min-height: 1.6rem;
    padding: .2rem;
    box-sizing: border-box;
    border-bottom: .01rem solid #e8e8e8;
}
.ui-dialog-bottom{
    text-align: center;
    font-size: .3rem;
    color: #ee0a24;
    padding: .2rem;
}


.Text1 {
    color: #fff;
    width: .45rem;
    height: .45rem;
    background-image: linear-gradient(90deg, #FE8D01 2%, #FE6521 100%);
    border-radius: 1rem;
    text-align: center;
    line-height: .45rem;
    position: absolute;
}

.Text2 {
    height: .45rem;
    line-height: .45rem;
    background: #FFF4E8;
    border-radius: 0px .5rem .5rem 0px;
    padding: 0 .5rem;
}

.Text3 {
    font-family: PingFangSC-Regular;
    font-size: .2rem;
    color: #988889;
    padding-left: .5rem;
}

.problemListTitle {
    position: relative;
    display: flex;
    padding-bottom: .06rem;
    font-size: .24rem;
    color: #53393A;
    align-items: center;
}

.problemListBox {
    padding-bottom: .2rem;
}

.problemTitle {
    font-family: PingFangSC-Semibold;
    font-size: 16px;
    color: #664126;
    padding-bottom: .2rem;
    font-weight: 600;
}

.problemBox {
    background-color: #fff;
    padding: .3rem;
    margin: .2rem;
    font-size: .15rem;
    border-radius: .2rem;
}
.ui-check-box{
    position: fixed;
    padding:0.1rem .2rem;
    text-align: center;
    color: #fff;
    z-index: 10;
    background-color: rgba(240, 0, 0, 0.7);

    width: 100%;
    height: .8rem;
    line-height: .8rem;
}
.ui-check-text{
font-size: .25rem;
}
.htmlBox{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 10;
}
input{
    font-size: .25rem !important;
}
