*{
    margin:0;
    padding: 0;
}
[v-cloak]{
    display: none;
}

.app{
    font-family: 'PingFangSC-Regular';
    box-sizing: border-box;
    
    width: 100%;
   
}
.title,.list{
    padding: 0 16px;
    height: 53px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    
}
.title span:first-child{

font-size: 16px;
color: #333333;
letter-spacing: 0.25px;
}
.title span:last-child{

    font-size: 16px;
    color: #108EE9 ;
    letter-spacing: 0.25px;
}
.list span{
    font-size: 16px;
color: #333333;
letter-spacing: 0.25px;
white-space: nowrap;
}
.list .color{
    color: #666;
}
.right{
    width: 8px;
    height: 13px;
    
}
.right1{
    margin-left:5px;
}
.error{
    width: 14px;
    height: 14px;
    margin-left:5px;
}
.yzm{
    box-sizing: border-box;
    width: 100px;
    height: 27px;
border: 1px solid #108EE9;
border-radius: 2px;
color: #108EE9;
font-size: 14px;
padding: 0 5px;
white-space: nowrap;
line-height: 27px;
}
.flex{
    display: flex;
    align-items: center;
}
input[type=number]{
    border:none !important;
    margin:0 !important;
    padding:0 !important;
    padding-left: 20px !important;
}
.footer{
    padding: 10px 16px;
    background-color: #fff;

}
.footer p{
    font-size: 14px;
color: #999999;
letter-spacing: 0;
}
.footer span{
    color:#108EE9;
}
.btn{
    padding: 0 16px 16px;
    margin-top:20px;
}
.button{
    width: 100%;
    background: #108EE9;
    border-radius: 4px;
    height: 47px;
    color:#fff;
    line-height: 47px;
    text-align: center;
    font-size: 16px;
}
 .list .colors{
    color: #666;
}
.none1{
    display: none;
}
.mui-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 998;
    background-color: rgba(0,0,0,.3);
}
.tg{
    height: 73px;
    border-bottom: 1px solid #eee;
    padding: 0 16px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.lists{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.time{
    color:#999;
    font-size: 14px;
}
.history{
    background-color: #fff;
    padding: 0 16px;
    margin-top: 20px;
}
.loaddiv {
    width: 120px;
    height: 120px;
    background-color: rgba(0, 0, 0, .8);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
}

.loadimg {
    width: 60px;
    height: 60px;
}

.loadtext {
    color: #fff;
    margin-top: 10px;
}
.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.4;
}

.mui-left label{
    font-size: 14px;
color: #999999;
letter-spacing: 0;
}
.mui-checkbox input[type='checkbox']:before{
    margin-top: 10px;
    margin-right: 10px;
}