.confirm_authcode input {
    border-right: 0;
}

.confirm_authcode button {
    border-left: 0;
    border-color: rgba(0, 0, 0, 0.09);
    border-radius: 0 0.3rem 0.3rem 0
}

.onInvalidFeedback.show {
    color: #dc3545 !important;
    font-size: 80%;
    margin-bottom: 0;
}

.onInvalidFeedback:not(.show) {
    display: none;
}

#pic-modal .modal-content {
    background-color: transparent;
}
#pic-modal .tag {
    color: rgba(255, 255, 255, 0.7);
}
#pic-modal .close-btn {
    color: #222;
    background-color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    margin-left: auto;
}
#pic-modal .close-btn i {
    font-size: 26px;
    line-height: inherit;
}
#pic-modal .imgbox__inner {
    /* width: 380px;
    padding-top: 452px; */
    width: 100%;
    padding-top: calc(100% * 113 / 95);
    position: relative;
    display: inline-block;
}
@media (max-width: 400px) {
    #pic-modal .imgbox__inner {
        width: 100%;
        padding-top: calc(100% * 113 / 95);
    }
}