.contact_wen{
    width: 100%;
}
.contact_title{
    font-weight: bold;
    font-size: 30px;
    color: #000000;
    margin-bottom: 10px;
}
.contact_desc{
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    line-height: 30px;
    margin-bottom: 28px;
}
.contact_lianxi{
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    line-height: 30px;
}
.form{
    width: 100%;
    border: 1px solid #BFBFBF;
    padding: 20px;
    margin-top: 33px;
    margin-bottom: 30px;
}
.form_card{
    width: 100%;
    margin-bottom: 9px;
}
.form_card_name{
    font-weight: 400;
    font-size: 16px;
    color: #000000;
}
.form_card_name span{
    color: var(--primary-color);
}
.form_card_input{
    width: 100%;
    min-height: 41px;
    background-color: #EBEBEB;
    margin-top: 12px;
    display: flex;
    align-items: center;
    padding: 0 16px;
}
.form_card_input input{
    width: 100%;
    outline: none;
    font-size: 16px;
    color: #000000;
}
.form_card_input textarea{
    width: 100%;
    height: 158px;
    padding: 16px 0;
    outline: none;
    font-size: 16px;
    color: #000000;
}
.form_card_bottom{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 2px;
}
.form_card_code{
    display: flex;
    align-items: center;
    gap: 16px;
}
.form_card_code .form_card_input{
    width: 223px;
    margin-top: 0;
}
.ruiy{
    width: 130px;
    height: 41px;
    background: #DAE8F1;
    font-weight: bold;
    font-size: 30px;
    color: #8E1111;
    line-height: 41px;
    text-align: center;
    cursor: pointer;
}
.code_btn{
    width: 319px;
    height: 59px;
    background: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 30px;
    color: #FFFFFF;
}
.code_btn img{
    width: 73px;
    height: 13px;
    margin-left: 7px;
}
@media screen and (max-width: 800px) {
    .container{
        margin-top: 25px;
    }
    .contact_title{
        font-size: 18px;
        margin-bottom: 9px;
    }
    .contact_desc{
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 15px;
    }
    .contact_lianxi{
        color: var(--primary-color);
        font-size: 15px;
        line-height: 24px;
    }
    .form{
        padding: 10px 10px;
        margin-top: 24px;
    }
    .form_card{
        margin-bottom: 17px;
    }
    .form_card_name{
        font-size: 15px;
    }
    .form_card_input{
        width: 100%;
        min-height: 40px;
        margin-top: 10px;
        padding: 0 10px;
    }
    .form_card_input input{
        font-size: 15px;
    }
    .form_card_input textarea{
        height: 118px;
        padding: 10px 0;
        font-size: 15px;
    }
    .form_card_bottom{
        margin-top: 10px;
        justify-content: flex-end;
    }
    .form_card_code{
        gap: 7px;
    }
    .form_card_code .form_card_input{
        width: 200px;
    }
    .ruiy{
        width: 113px;
        height: 40px;
        line-height: 40px;
    }
    .code_btn{
        width: 160px;
        height: 35px;
        margin-top: 26px;
    }
    .code_btn img{
        display: none;
    }
}