.aso-btn {
    width: 103px;
    height: 36px;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid #2259e5;
}
.btn-plain {
    color: #2259e5;
}

.btn-solid {
    color: #ffffff;
    background: #2259e5;
}

.aso-model-title-wrapper {
    margin-top: 53px;
}
.aso-model-title {
    width: 100%;
    text-align: center;
}
.model-title {
    margin: 0 26px;
    font-size: 36px;
    font-weight: 600;
    color: #111111;
    letter-spacing: 4px;
    vertical-align: middle;
}
.model-title-img {
    width: 30px;
    height: 12px;
}
/* 备案 */
.aso-system-wrapper {
    width: 100vw;
    height: 30px;
    background: #f7f8fa;
}

.aso-system-wrapper .aso-system {
    color: #74757a;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
}

.putin-dialog-wrapper {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    z-index: 10000;
    transform: translate(-50%, -50%);
}
.putin-dialog-overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}
.putin-dialog {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 380px;
    height: 305px;
    background: #ffffff;
    box-shadow: 0px 2px 10px 0px rgba(31, 35, 41, 0.1);
    border-radius: 4px;
    z-index: 777;
    transform: translate(-50%, -50%);
}
.putin-dialog .putin-dialog-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    width: 380px;
    height: 56px;
    border-bottom: 1px solid #e4e5e7;
}
.putin-dialog .putin-dialog-content {
    padding: 15px 20px;
    text-align: center;
}
.putin-dialog-content .dialog-img {
    margin-bottom: 12px;
    width: 80px;
    height: 80px;
}
.dialog-tip {
    color: rgba(0, 0, 0, 0.85);
    font-size: 14px;
    line-height: 22px;
}
.putin-dialog .dialog-footer {
    margin-top: 34px;
    padding: 0 20px;
    text-align: right;
}
.dialog-footer .dialog-confirm {
    width: 74px;
    height: 28px;
    color: #ffffff;
    font-size: 14px;
    background: #2259e5;
    border-radius: 2px;
}
