.wpcf7[data-wpcf7-id="8488"] .wpcf7-field-group {
    display: flex;
    gap: 10px;
    align-items: center;
}

.wpcf7[data-wpcf7-id="8488"] .wpcf7-field-group button{
    background-color: black;
    color: white;
    height: 2rem;
    width: 2rem;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.wpcf7[data-wpcf7-id="8488"] .wpcf7-field-group button:hover{
    background-color: #e71d23;
}

.wpcf7[data-wpcf7-id="8488"] .wpcf7-field-group:first-child:after {
    content: "（点击增加 / 减少型号产品）";
    font-size: .7rem;
    display: flex;
    align-items: center;
}


.wpcf7[data-wpcf7-id="8488"] label:before {
    content: "*";
    position: absolute;
    overflow: visible;
    z-index: 55;
    color: red;
    height: 3rem;
    display: flex;
    align-items: center;
}


.wpcf7[data-wpcf7-id="8488"] .flex {
    display: flex;
    gap: 10px;
}

.wpcf7[data-wpcf7-id="8488"] .flex-20 {
    flex: 0 0 20%;
}

.wpcf7[data-wpcf7-id="8488"] .flex-25 {
    flex: 0 0 25%;
}

.wpcf7[data-wpcf7-id="8488"] .flex-30 {
    flex: 0 0 30%;
}

.wpcf7[data-wpcf7-id="8488"] .flex-50 {
    flex: 0 0 50%;
}

.wpcf7[data-wpcf7-id="8488"] .flex-70 {
    flex: 0 0 70%;
}

/* 添加新的样式规则 */
.wpcf7[data-wpcf7-id="8488"] .wpcf7-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.wpcf7[data-wpcf7-id="8488"] .wpcf7-form-control-wrap {
    margin-bottom: 10px;
}

.wpcf7[data-wpcf7-id="8488"] .wpcf7-form-control {
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
}

.wpcf7[data-wpcf7-id="8488"] .wpcf7-form-control:focus {
    outline: none;
    border-color: #e71d23;
    box-shadow: 0 0 0 2px rgba(231, 29, 35, 0.1);
}

.wpcf7[data-wpcf7-id="8488"] .wpcf7-form-control.wpcf7-text {
    height: 40px;
}

.wpcf7[data-wpcf7-id="8488"] .wpcf7-form-control.wpcf7-number {
    height: 40px;
}

.wpcf7[data-wpcf7-id="8488"] .wpcf7-form-control.wpcf7-email {
    height: 40px;
}

.wpcf7[data-wpcf7-id="8488"] .wpcf7-form-control.wpcf7-select {
    height: 40px;
    padding: 8px 12px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20fill%3D%22%23666%22%20d%3D%22M8%2012l4-4H4z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px 16px;
}

.wpcf7[data-wpcf7-id="8488"] .wpcf7-form-control.wpcf7-submit {
    background-color: #e71d23;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.wpcf7[data-wpcf7-id="8488"] .wpcf7-form-control.wpcf7-submit:hover {
    background-color: #c41a1f;
}

.wpcf7[data-wpcf7-id="8488"] .wpcf7-form-control.wpcf7-submit:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(231, 29, 35, 0.1);
}

/* 添加验证错误样式 */
.wpcf7[data-wpcf7-id="8488"] .wpcf7-validation-errors {
    border: 1px solid #e71d23;
    background-color: #fff;
}

.wpcf7[data-wpcf7-id="8488"] .wpcf7-form-control.wpcf7-invalid {
    border-color: #e71d23;
}

.wpcf7[data-wpcf7-id="8488"] .wpcf7-form-control.wpcf7-invalid:focus {
    box-shadow: 0 0 0 2px rgba(231, 29, 35, 0.1);
}