@font-face{
    font-family: icons;
    src:url('./icons.woff')
}
.WIndowBack{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* opacity: .5; */
    /* background: #000; */
    background: rgb(31 29 29 / 50%);
}
.box__wrapper{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}
.box__wrapper:after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
}
.message-box{
    display: inline-block;
    width: 319px;
    height: 406px;
    padding-bottom: 10px;
    vertical-align: middle;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ebeef5;
    font-size: 18px;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    text-align: left;
    overflow: hidden;
    backface-visibility: hidden;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 18px;
}
.box__title {
    padding-left: 0;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1;
    color: #303133;
}
.message-box__close{
    color: #909399;
    font-family:icons;
    cursor: pointer;
}
.thz-Remver{
    text-align: end;
}

[class*=" icon"] {
    font-family:icons!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: baseline;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.message-box__close:before {
    content: "\e6db";
}
.thz-loginHeader{
    color:#5689FF;
    font-size: 24px;

}
.thz-login-name{
    margin-top: 54px;
    width:321px;
    height: 40px;
    border-bottom: 1px solid #E7E7E7;
    display: flex;
    align-items: center;
}
.thz-next{
    width: 320px;
    height: 50px; 
    background: #5689FF;
    border: none;
    outline: none;
    color:#fff;
    border-radius: 8px;
    margin-top: 48px;
}
.thz-cancel{
    width: 156px;
    height: 50px;
    border: 1px solid #5689FF;
    border-radius: 8px;
    background-color: #fff;
    outline: none;
    cursor: pointer;
    font-size: 16px;
    color: #5689FF;

}
.thz-determine{
    width: 156px;
    height: 50px;
    background: #5689FF;
    border-radius: 8px;
    border:none;
    outline: none;
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 64px;
}