
        /* 主内容区 */
        .main-content {
            padding: 0px 0px;
        }
        
        /* 内容宽度控制 - 当屏幕1920px时宽度为1200px */
        .content-wrapper {
            max-width: 1200px;
            margin: 0 auto;
        }
        
        /* 标题样式 */
        .quote-title {
            /* 增加宽度确保标题在一行显示 */
            width: 100%;
            max-width: 600px;
            margin: 48px auto 32px;
        }
        
        .quote-title h2 {
            font-family: Arial, Arial;
            font-weight: bold;
            font-size: 40px;
            color: #1A1A1A;
            line-height: 40px;
            text-align: center;
            font-style: normal;
            text-transform: none;
            white-space: nowrap;
        }
        
        .company-name {
            width: 100%;
            max-width: 400px;
            margin: 0 0 24px 0; /* 左侧对齐 */
        }
        
        .company-name p {
            font-family: Arial, Arial;
            font-weight: bold;
            font-size: 18px;
            color: #262626;
            line-height: 28px;
            text-align: left; /* 左侧对齐 */
            font-style: normal;
            text-transform: none;
        }
        
        /* 分隔线样式 */
        .divider {
            width: 100%;
            max-width: 1200px;
            height: 1px;
            background: #CECECE;
            border-radius: 0;
            margin: 0 auto 48px;
        }
        
        /* 联系方式展示 */
        .contact-section {
            max-width: 1200px;
            margin: 0 auto 48px;
        }
        
        .contact-row {
            display: flex;
            justify-content: space-between;
            margin-bottom: 32px;
            flex-wrap: wrap;
        }
        
        .contact-item {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            margin-right: 20px;
            margin-bottom: 20px;
        }
        
        /* 联系方式图标固定大小为50x50px */
        .contact-icon2 {
            width: 50px !important;
            height: 50px !important;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 8px;
            flex-shrink: 0;
        }
        
        .contact-icon2 i {
            font-size: 24px;
        }
        
        .contact-label {
            width: auto;
            min-width: 72px;
            height: 17px;
            margin-bottom: 8px;
        }
        
        .contact-label p {
            font-family: Arial, Arial;
            font-weight: 400;
            font-size: 16px;
            color: #262626;
            line-height: 28px;
            text-align: left;
            font-style: normal;
            text-transform: none;
        }
        
        .contact-value {
            width: auto;
            min-width: 125px;
            height: 17px;
        }
        
        .contact-value p {
            font-family: Arial, Arial;
            font-weight: 400;
            font-size: 16px;
            color: #7C819E;
            line-height: 28px;
            text-align: left;
            font-style: normal;
            text-transform: none;
        }
        
        .address-item {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
        }
        
        /* 图片区域 */
        .images-container {
            position: relative;
            margin-top: 80px;
        }
        
        .image-wrapper {
            position: relative;
        }
        
        .top-image {
            width: 100%;
            height: 600px;
            background: #FFFFFF;
            display: block;
            margin: 0 auto;
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        }
        
        .bottom-image {
            width: 100%;
            height: 600px;
            display: block;
            margin: 0 auto;
            margin-top: -100px;
        }
        
        /* 表单容器 - 总宽度1200px */
        .form-container {
            position: absolute;
            bottom: 80px;
            left: 50%;
            transform: translateX(-50%);
            z-index: 2;
            display: flex;
            max-width: 1200px;
            width: 90%;
        }
        
        .form-text {
            width: 50%;
            padding-right: 32px;
            text-align: center; 
            margin: 15rem auto; 
        }

        .form-title {
            width: 100%;
            height: 33px;
            margin-bottom: 16px;
        }
        
        .form-title h3 {
            font-family: Arial, Arial;
            font-weight: bold;
            font-size: 30px;
            color: #FFFFFF;
            line-height: 28px;
            text-align: left;
            font-style: normal;
            text-transform: none;
        }
        
        .form-description {
            width: 100%;
            max-width: 460px;
            height: 32px;
        }
        
        .form-description p {
            font-family: Arial, Arial;
            font-weight: 400;
            font-size: 12px;
            color: #FFFFFF;
            line-height: 18px;
            text-align: left;
            font-style: normal;
            text-transform: none;
        }
        
        /* 表单样式 */
        .quote-form {
            width: 680px;
            height: 592px;
            background: #FFFFFF;
            box-shadow: 0px 0px 30px 1px rgba(0,0,0,0.16);
            border-radius: 0;
            padding: 32px;
        }
        
        .form-group {
            margin-bottom: 24px;
        }
        
        .form-row {
            display: flex;
            justify-content: space-between;
            gap: 24px;
        }
        
        .form-col {
            flex: 1;
        }
        
        label {
            display: block;
            font-size: 14px;
            font-weight: 500;
            color: #4B5563;
            margin-bottom: 4px;
        }
        
        input, textarea {
            width: 100%;
            padding: 8px 16px;
            border: 1px solid #D1D5DB;
            border-radius: 4px;
            font-family: Arial, sans-serif;
            font-size: 16px;
        }
        
        input:focus, textarea:focus {
            outline: none;
            ring: 2px solid #1A1A1A;
        }
        
        textarea {
            min-height: 120px;
            resize: vertical;
        }
.quote{
    width: 100%;
    float: right;
}
.quote .quote-item{
    margin-bottom: 20px;
}
.quote .quote-item.quote-message{
    margin-bottom: 0;
}
.quote .quote-item.quote-tel .intl-tel-input{
    width: 100%;
}
.quote .quote-item .quote-item-title{
    font-size: 16px;
    color: #666666;
    line-height: 17px;
}
.quote .quote-item .quote-item-title span{
    color: #CC0801;
}
.quote .quote-item .quote-item-text{
    font-size: 16px;
    color: #666666;
    margin-top: 20px;
}
.quote .quote-item .quote-item-text input{
    width: 100%;
    border: 1px solid #EEEEEE;
    outline: none;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    background: none;
    padding-left: 15px;
}
.quote .quote-item .quote-item-text input:focus{
    outline: none;
}
.quote .quote-item.quote-tel .intl-tel-input input{
    padding-left: 50px;
}
.quote .quote-item.quote-tel .intl-tel-input .country-list{
    background-color: #FFFFFF;
}
.quote .quote-item .quote-item-text textarea{
    width: 100%;
    height: 128px;
    outline: none;
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    background: none;
    resize: none;
    border: 1px solid #EEEEEE;
    padding: 15px;
}

        
        .quote-btn {
            width: 120px;
            background-color: #E60012;
            border-radius: 8px 8px 8px 8px;
            color: white;
            border: none;
            padding: 10px 24px;
            font-size: 16px;
            font-weight: 500;
            cursor: pointer;
            text-align: center;
            transition: background-color 0.3s;
        }
        
        .quote-btn:hover {
            background-color: #C40010;
        }