
/**
    表单样式开始
*/
.biaodan {
    background: #D8ECFA;
    padding: 5px 10px;
}

    .biaodan .card-box {
        position: relative;
        z-index: 3;
        padding: 2px 0;
        border-radius: 8px;
    }

        .biaodan .card-box .card-title {
            position: relative;
            line-height: 22px;
            font-size: 16px;
            padding: 12px 15px;
        }

            .biaodan .card-box .card-title::before {
                content: '';
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                left: 0;
                width: 5px;
                height: 9px;
                background: #16b3ff;
                border-radius: 3px;
            }

        .biaodan .card-box .phone-form {
            display: flex;
            flex-direction: column;
            color: #272d38;
            font-size: 16px;
        }

            .biaodan .card-box .phone-form .cell {
                position: relative;
                display: flex;
                align-items: center;
                height: 48px;
            }

                .biaodan .card-box .phone-form .cell .input {
                    margin-left: 11px;
                    flex: 1;
                }

                .biaodan .card-box .phone-form .cell input {
                    width: 100%;
                    color: #666;
                    line-height: 40px;
                    padding: 0 10px;
                    box-sizing: border-box;
                    border: none;
                    border-radius: 12px;
                }

                .biaodan .card-box .phone-form .cell .captcha-btn {
                    line-height: 52px;
                    text-align: center;
                    color: #ff443d;
                    position: relative;
                    font-weight: bold;
                    flex-shrink: 0;
                    padding: 0 16px;
                }

                    .biaodan .card-box .phone-form .cell .captcha-btn .captcha-btn-text {
                        font-weight: bold;
                        border: none;
                        width: 2.35rem;
                        background: linear-gradient(to right, #FEC366, #FE7510);
                        border-radius: 0.3rem;
                        padding: 0.25rem;
                        color: #fff;
                        text-align: center;
                        font-size: 0.3rem;
                    }

    .biaodan .box {
        padding: 8px 20px;
    }

        .biaodan .box .btn {
            display: flex;
            height: 48px;
            background: linear-gradient(to right, #17C4FF, #0C72FF);
            color: #fff;
            font-size: 18px;
            border-radius: 48px;
            align-items: center;
            justify-content: center;
        }

    .biaodan .wena {
        font-size: 0.48rem;
        color: #172A5B;
        line-height: 0.6rem;
        text-align: center;
        font-weight: bold;
        margin-bottom: 0.2rem;
    }

    .biaodan .card-box .phone-form .cell input::placeholder {
        color: #999;
    }

/**
    表单样式结束
*/
