.yuyuekaihu-container {
    max-width: 600px;
    margin: 0 auto;
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.yuyuekaihu-container h1 {
    display: flex;
    align-items: center; /* 垂直居中 */
    justify-content: center; /* 水平居中 */
    color: #e4393c;
    font-size: 22px;
    margin-bottom: 20px;
}

.yuyuekaihu-container h1 img {
    margin-right: 1rem;
}

.content {
    margin-bottom: 25px;
    line-height: 1.6;
    color: #666;
    font-size: 16px;
}

.form-group {
    margin: 20px 0;
}

input[type="tel"] {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
}

.error-msg {
    color: #e4393c;
    font-size: 12px;
    margin-top: 5px;
    display: none;
}

.yuyuekaihu-container button {
    background: #e4393c;
    color: white;
    border: none;
    padding: 15px 30px;
    border-radius: 5px;
    width: 100%;
    font-size: 16px;
    cursor: pointer;
    transition: opacity 0.3s;
}

.yuyuekaihu-container button:hover {
    opacity: 0.9;
}

.module {
    display: none;
}

.active {
    display: block;
}

.qrcode-section p {
    font-size: 16px;
}

.qrcode-section {
    text-align: center;
    margin-top: 30px;
}

.footer-qs {
    display: flex;
    align-items: center; /* 垂直居中 */
    gap: 20px; /* 图片和按钮之间的间距 */
    max-width: 600px; /* 可以根据需要调整最大宽度 */
}

.logo-qs {
    width: 200px; /* 根据实际图片大小调整 */
    height: auto;
}

.open-account {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    background-color: #e4393c;
    color: white;
    font-size: 16px;
    cursor: pointer;
}

.open-account:hover {
    background-color: #c72d2a;
}

.module {
    display: none;
}

.module.active {
    display: block;
}