.ths-messagebox__wrap {
    background: #ffffff;
    border-radius: 6px;
    padding: 15px;
    position: absolute;
    left: 50%;
    top: 50%;
    display: none;
    box-sizing: border-box;
}

.ths-messagebox__header {
    clear: both;
}

.close {
    float: right;
    cursor: pointer;
}

.ths-messagebox__content {
    margin-bottom: 20px;
}

.flag-icon {
    height: 36px;
    margin: 10px 0;
}

.flag-icon.icon-success {
    background: url(//i.thsi.cn/images/upass/login/20200519/duihao.png) no-repeat;
    background-size: 36px 36px;
    background-position: center center;
}


.flag-icon.icon-error {
    background: url(//i.thsi.cn/images/upass/login/20200519/error.png) no-repeat;
    background-size: 36px 36px;
    background-position: center center;
}

.flag-icon.icon-warning {
    background: url(//i.thsi.cn/images/upass/login/20200519/warning.png) no-repeat;
    background-size: 36px 36px;
    background-position: center center;
}

.ths-messagebox__content .message {
    font-size: 14px;
    color: #333333;
    text-align: center;
}

.ths-messagebox__footer {
    text-align: center;
}

.ths-messagebox__footer .btn {
    background: #008DFF;
    border-radius: 2px;
    text-align: center;
    color: #ffffff;
    padding: 6px 33px;
    cursor: pointer;
    font-size: 13px;
    border: 1px solid #008DFF;
    display: inline-block;
}

.ths-messagebox__footer .btn.normal {
    background: #fff;
    color: #008DFF;
}

#ths-messagebox__mark {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.6;
    filter: alpha(opacity=60);
    display: none;
}

#ths-alertbox {
    width: 241px;
    height: 107px;
    background: #fbfbfb;
    padding: 20px 21px 16px 20px;
    border: 1px solid #d9d9d9;
    box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
}