.protocol-modal-overlay{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    padding: 0.4rem;
}

.protocol-colCC {
    display: flex;
    justify-content: center;
    align-items: center;
}

.protocol-modal {
    background: white;
    border-radius: 0.16rem;
    width: 100%;
    max-width: 6.5rem;
    max-height: 80vh;
    display: flex;
    flex-direction: column;
}

.protocol-header {
    padding: 0.32rem;
    text-align: center;
}

.protocol-content {
    flex: 1;
    overflow-y: auto;
    padding: 0.32rem;
}

.protocol-image-placeholder {
    width: 100%;
    min-height: 4rem;
    /* 预留图片展示区域 */
}

.protocol-verification-section {
    padding: 0.24rem 0.32rem;
    border-top: 1px solid #f0f0f0;
}

.protocol-verification-input-wrapper {
    display: flex;
    align-items: center;
    border: 1px solid #FF9738;
    border-radius: 0.16rem;
    padding: 0 0 0 .24rem;
    height: 0.8rem;
}

.protocol-verification-input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 0.28rem;
    color: #333;
}

.protocol-verification-input::placeholder {
    color: #ccc;
}

.protocol-get-code-btn {
    flex-shrink: 0;
    background: none;
    border: none;
    color: #FFA146;
    font-size: 0.24rem;
    cursor: pointer;
    padding: 0;
    white-space: nowrap;

    width: 1.54rem;
    height: 0.65rem;
    background: #FFF9F3;
    border-radius: 0.12rem;
}

.protocol-get-code-btn.protocol-disabled {
    color: #999;
    cursor: not-allowed;
}

.protocol-verification-tip {
    margin-top: 0.16rem;
    font-size: 0.22rem;
    color: #999;
}

.protocol-footer {
    display: flex;
    padding: 0.24rem 0.32rem;
    gap: 0.24rem;
    border-top: 1px solid #f0f0f0;
}





.protocol-agree {
    width: 2.76rem;
    height: 0.78rem;
    background-size: 100% 100%;
    background-image: url('./static/protocol-agree.png');
    background-repeat: no-repeat;
}

.protocol-agree.gray {
    width: 2.76rem;
    height: 0.78rem;
    background-size: 100% 100%;
    background-image: url('./static/protocol-agree-gray.png');
    background-repeat: no-repeat;
}

.protocol-close {
    width: 2.44rem;
    height: 0.78rem;
    background-size: 100% 100%;
    background-image: url('./static/protocol-close.png');
    background-repeat: no-repeat;
}

.protocol-title {
    width: 4.09rem;
    height: 0.31rem;
    background-size: 100% 100%;
    background-image: url('./static/protocol-title.png');
    background-repeat: no-repeat;
}
