.elementor-4357 .elementor-element.elementor-element-c9ec584{--display:flex;--min-height:0px;--overflow:auto;}.elementor-4357 .elementor-element.elementor-element-c9ec584.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-4357 .elementor-element.elementor-element-3cd8148 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-4357 .elementor-element.elementor-element-3cd8148.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-4357 .elementor-element.elementor-element-7ddf32c{--display:flex;}.elementor-4357 .elementor-element.elementor-element-7ddf32c.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-4357 .elementor-element.elementor-element-ea7ba82{--display:flex;}.elementor-4357 .elementor-element.elementor-element-ea7ba82.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-4357 .elementor-element.elementor-element-6b67dd2 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-4357 .elementor-element.elementor-element-c8a74db{--display:flex;}.elementor-4357 .elementor-element.elementor-element-9d801fc.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-4357 .elementor-element.elementor-element-d03d767{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4357 .elementor-element.elementor-element-ada461f{--display:flex;}@media(max-width:767px){.elementor-4357 .elementor-element.elementor-element-3cd8148.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-4357 .elementor-element.elementor-element-3cd8148{z-index:0;}}@media(min-width:768px){.elementor-4357 .elementor-element.elementor-element-c9ec584{--width:100%;}.elementor-4357 .elementor-element.elementor-element-7ddf32c{--content-width:1600px;}.elementor-4357 .elementor-element.elementor-element-ea7ba82{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-7ae05e4 */.vs-advantage .wrap{
    width:100%;
    margin:0;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6b67dd2 *//* 让主要内容区域更宽 */
.site-content, .container, .main-container, .entry-content, .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1400px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9d801fc *//* 让主要内容区域更宽 */
.site-content, .container, .main-container, .entry-content, .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1400px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-37a5c7d */<?php
if ($_SERVER["REQUEST_METHOD"] == "POST") {
    $name = htmlspecialchars($_POST['name'] ?? '');
    $country = htmlspecialchars($_POST['country'] ?? '');
    $whatsapp = htmlspecialchars($_POST['whatsapp'] ?? '');
    $email = htmlspecialchars($_POST['email'] ?? '');
    $message = htmlspecialchars($_POST['message'] ?? '');
    
    $to = "hechengji@weirink.com";
    $subject = "New message from $name";
    $body = "Name: $name\nCountry: $country\nWhatsApp: $whatsapp\nEmail: $email\n\nMessage:\n$message";
    $headers = "From: $email\r\nReply-To: $email\r\nContent-Type: text/plain; charset=UTF-8";
    
    if (mail($to, $subject, $body, $headers)) {
        echo "success";
    } else {
        echo "error";
    }
} else {
    header("Location: /");
}
?>/* End custom CSS */