/* ===================================
   联系我们 - Contact Styles
   前缀: ct- (contact)
   =================================== */

/* 联系信息网格容器 */
.ct-info-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 80px;
}

/* 联系信息卡片 */
.ct-info-card {
    background: #f4f4f4;
    padding: 60px 25px 50px;
    text-align: center;
    transition: all 0.3s ease;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ct-info-card:hover {
    transform: translateY(-5px);
}

/* 图标容器 */
.ct-icon-wrapper {
    width: 60px;
    height: 60px;
    margin: 0 auto 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0066cc;
}

.ct-icon {
    width: 48px;
    height: 48px;
}

/* 卡片标题 */
.ct-card-title {
    font-size:20px;
    font-weight: 500;
    color: #1a1a1a;
    margin: 0 0 12px 0;
}

/* 卡片文本 */
.ct-card-text {
    font-size: 18px;
    line-height: 1.4;
    color: #000;
    margin: 0;
    word-break: break-word;
}
.tgtu {
    text-decoration: underline;
}
/* 二维码特殊样式 */
.ct-qr-card {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ct-qr-code {
    width: 110px;
    height: 110px;
    margin-bottom: 15px;
    padding: 4px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.ct-qr-code img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.map-title {
    font-size: 24px;
    padding-bottom: 18px;
}
.map-box {
    height: auto;overflow: hidden;
}
.map-box img {
    width: 100%;
}
.map-item {
    width: 48.5%;
    float: left;
}
.map-item:nth-child(2n) {
    float: right;
}
.map-section {
    padding-top: 40px;
    padding-bottom: 180px;
}

@media  (min-width:1440px){
    .wrap {
        max-width: 1600px !important;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
}
@media  (max-width:991px){

    .map-item {
        width:100%;
        float: left;
        padding-bottom: 20px;
    }
    .map-title {
        font-size: 14px !important;
        padding-bottom: 6px;
    }
}



/* 响应式设计 */
@media (max-width: 1440px) {
    .ct-info-grid {
        gap: 40px;
    }
    .map-title {
        font-size: 20px;
        padding-bottom: 18px;
    }
}
@media (max-width: 1200px) {
    .ct-info-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
    }
    .ct-card-title {
    font-size: 18px}
    .ct-card-text {
    font-size: 13px;
}
.ct-icon-wrapper {
    width: 40px;
    height: 40px;
    margin: 0 auto 20px;
}
    .ct-submit-btn {}
    .map-section {
        padding-top: 40px;
        padding-bottom: 80px;
    }

.ct-info-card {
    padding: 40px 25px 30px;}

}

@media (max-width: 992px) {
    .ct-info-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .ct-info-card {
        padding: 35px 20px;
        min-height: 180px;
    }
    .map-section {
        padding-top: 30px;
        padding-bottom: 40px;
    }
}

@media (max-width: 768px) {
    .about-advantage-section {
        margin-bottom: 30px;
    }
    .ct-info-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        margin-top: 30px;
    }

    .ct-info-card {
        padding: 30px 15px;
        min-height: 160px;
    }

    .ct-icon-wrapper {
        width: 50px;
        height: 50px;
        margin-bottom: 15px;
    }
    .about-intro-title {
        font-size: 16px;
    }
    .ct-icon {
        width: 40px;
        height: 40px;
    }

    .ct-card-title {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .ct-card-text {
        font-size: 13px;
    }

    .ct-qr-code {
        width: 85px;
        height: 85px;
    }
    .ct-info-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .ct-info-card {
        padding: 20px 10px;
        min-height: auto;
    }
    .ct-icon-wrapper img{
        width: 40px;
        height: 40px;
    }
}


/* 打印样式 */
@media print {
    .ct-info-card {
        break-inside: avoid;
        box-shadow: none;
        border: 1px solid #ddd;
    }
}


/* ===================================
   在线留言表单
   =================================== */

/* 留言区域 */
.ct-message-section {
    padding: 0 0 80px;
}

/* 留言标题区域 */
.ct-message-header {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
}

.ct-message-bg-text {
    font-size: 80px;
    font-weight: 700;
    color: rgba(0, 102, 204, 0.03);
    text-transform: uppercase;
    letter-spacing: 8px;
    line-height: 1;
    margin-bottom: -35px;
}

.ct-message-title {
    font-size: 36px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 15px 0;
}

.ct-message-subtitle {
    font-size: 15px;
    color: #666;
    margin: 0;
    margin-top: 20px;
    line-height: 1.6;
}

/* 表单容器 */
.ct-message-form {
    margin: 0 auto;
}

/* 表单行 */
.ct-form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

/* 表单组 */
.ct-form-group {
    flex: 1;
}

.ct-form-group.ct-half {
    flex: 0 0 calc(50% - 10px);
}

.ct-form-group.ct-full {
    flex: 1 1 100%;
}

/* 输入框通用样式 */
.ct-input,
.ct-textarea {
    width: 100%;
    padding: 22px 20px;
    font-size: 15px;
    color: #333;
    border: none;
    background: #f5f5f5;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.ct-input::placeholder,
.ct-textarea::placeholder {
    color: #999;
}

.ct-input:focus,
.ct-textarea:focus {
    outline: none;
    border-color: #0066cc;
    box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.1);
}

/* 文本域 */
.ct-textarea {
    resize: vertical;
    min-height: 150px;
    font-family: inherit;
}

/* 表单底部 */
.ct-form-footer {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* 验证码组 */
.ct-captcha-group {
    position: relative;
    flex: 0 0 auto;
}

.ct-captcha-input {
    width: 300px;
    padding: 16px 140px 16px 20px;
}
.ct-half {
position: relative;
}
.ct-captcha-display {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 120px;
    height: 52px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    user-select: none;
    overflow: hidden;
}

.ct-captcha-code {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}

.ct-half-x1 {
    display: flex;
    align-items: center;
}
/* 提交按钮 */
.ct-submit-btn {
    padding: 18px 0px;
    width: 166px;
    text-align: center;
    background: #004e8c;
    color: #fff;
    border: none;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.ct-submit-btn:hover {
    background: #0052a3;
}

.ct-submit-btn:active {
    transform: translateY(0);
}

/* 隐私提示 */
.ct-privacy-note {
    font-size: 16px;
    color: #333333;
    margin: 0;
    line-height: 1.6;
    padding-left: 22px;
}
.ct-privacy-note span{
    color: #9A9A9A;
}

/* 表单响应式设计 */
@media (max-width: 992px) {
    .ct-message-section {
        padding: 60px 0;
    }

    .ct-message-bg-text {
        font-size: 60px;
        margin-bottom: -25px;
    }

    .ct-message-title {
        font-size: 30px;
    }

    .ct-form-footer {
        justify-content: center;
    }

    .ct-captcha-group {
        flex: 1 1 100%;
        justify-content: center;
    }

    .ct-submit-btn {
        flex: 0 0 auto;
    }
}

@media (max-width: 768px) {
    .ct-message-section {
        padding: 50px 0;
    }

    .ct-message-header {
        margin-bottom: 40px;
    }

    .ct-message-bg-text {
        font-size: 50px;
        margin-bottom: -20px;
    }

    .ct-message-title {
        font-size: 26px;
    }

    .ct-message-subtitle {
        font-size: 14px;
    }

    .ct-form-row {
        flex-direction: column;
        gap: 15px;
        margin-bottom: 15px;
    }

    .ct-form-group.ct-half {
        flex: 1 1 100%;
    }

    .ct-input,
    .ct-textarea {
        padding: 14px 18px;
        font-size: 14px;
    }

    .ct-textarea {
        min-height: 120px;
    }

    .ct-form-footer {
        flex-direction: column;
        align-items: stretch;
    }

    .ct-captcha-group {
        flex-direction: column;
        gap: 12px;
    }

    .ct-captcha-input {
        width: 100%;
    }

    .ct-captcha-display {
        /* width: 100%; */
        right: 0;
    }
.ct-half-x1 {
    display: flex
;
    align-items: center;
    flex-wrap: wrap;
        gap: 12px;
}
    .ct-submit-btn {
        width: 100%;
        padding: 15px 40px;
    }

    .ct-privacy-note {
        text-align: center;
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .ct-message-bg-text {
        font-size: 40px;
        letter-spacing: 4px;
        margin-bottom: -15px;
    }

    .ct-message-title {
        font-size: 22px;
    }

    .ct-input,
    .ct-textarea {
        padding: 12px 15px;
    }
}

/* 表单验证样式 */
.ct-input:invalid:not(:placeholder-shown),
.ct-textarea:invalid:not(:placeholder-shown) {
    border-color: #ef4444;
}

.ct-input:valid:not(:placeholder-shown),
.ct-textarea:valid:not(:placeholder-shown) {
    border-color: #10b981;
}

/* 加载状态 */
.ct-submit-btn:disabled {
    background: #9ca3af;
    cursor: not-allowed;
    box-shadow: none;
}

.ct-submit-btn:disabled:hover {
    transform: none;
}


/* ===================================
   诚聘英才 - Career Section
   =================================== */

/* 招聘区域 */
.ct-career-section {
    padding: 0 0 80px;
    background: #fff;
}

/* 招聘标题区域 */
.ct-career-header {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
}

.ct-career-bg-text {
    font-size: 70px;
    font-weight: 700;
    color: rgba(0, 102, 204, 0.03);
    text-transform: uppercase;
    letter-spacing: 6px;
    line-height: 1;
    margin-bottom: -30px;
}

.ct-career-title {
    font-size: 36px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0;
}

/* 招聘列表 */
.ct-job-list {
    margin: 0 auto;
}

/* 职位项 */
.ct-job-item {
    background: #fff;
    margin-bottom: 36px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.ct-job-item2  {
    margin-bottom: 13px;
}
.ct-job-item2 .ct-job-header {
    padding-top: 11px;
    padding-bottom: 11px;
}

.ct-job-item:hover {
}

/* 职位头部 */
.ct-job-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:16px 30px;
    background: #f7f7f7;
    color: #333;
    cursor: pointer;
    transition: background 0.3s ease, color 0.3s ease;
}

.ct-job-header:hover {
    background: #ebebeb;
}

/* 展开状态的职位头部 */
.ct-job-item.active .ct-job-header {
    background: #0153A7;
    color: #fff;
}

.ct-job-item.active .ct-job-header:hover {
    background: #0153A7;
}

.ct-job-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ct-job-number {
    font-size: 16px;
    font-weight: 600;
}

.ct-job-title {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.ct-job-right {
    display: flex;
    align-items: center;
    gap: 30px;
}

/* 切换提示文字 */
.ct-toggle-text {
    font-size: 14px;
    color: #333;
    transition: color 0.3s ease;
}
.ct-job-right2 {
    gap: 10px;
}

.ct-job-item.active .ct-toggle-text {
    color: #fff;
}

.ct-job-info,
.ct-job-salary {
    font-size: 16px;
    color: #333;
    transition: color 0.3s ease;
}

/* 展开状态的职位信息文字 */
.ct-job-item.active .ct-job-info,
.ct-job-item.active .ct-job-salary {
    color: #fff;
}
.ct-job-salary {
    padding-right: 40px;
}

.ct-toggle-btn {
    width: 32px;
    height: 32px;
    color: #696969;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    background: transparent;
    border: none;
}

.ct-toggle-btn:hover {
}

.ct-toggle-icon {
    width: 30px;
    height: 30px;
    transition: transform 0.3s ease;
}

/* 展开状态的按钮颜色 */
.ct-job-item.active .ct-toggle-btn {
    color: #fff;
}

.ct-job-item.active .ct-toggle-icon {
    transform: rotate(180deg);
}

/* 职位内容 */
.ct-job-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    background: #f7f7f7;
    border-radius: 0 0 10px 10px;

}
.ct-job-content img {
    max-width: 100%;
}

.ct-job-item.active .ct-job-content {
    max-height: 1000px;
}

.ct-job-section {
    padding: 30px;
    color: #5B5B5B;
    font-size: 16px;
    line-height: 2;
}

.ct-section-title {
    font-size: 16px;
    font-weight: 600;
    color: #5b5b5b;
    margin: 0 0 20px 0;
}

.ct-requirement-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ct-requirement-list li {
    font-size: 14px;
    line-height: 2;
    color: #666;
    padding-left: 0;
}

/* 职位底部 */
.ct-job-footer {
    padding: 35px 30px;
}

.ct-job-note {
    font-size: 13px;
    color: #999;
    margin: 0;
}

.ct-apply-btn {
    padding: 16px 53px;
    background: #0153a7;
    color: #fff;
    border: none;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 20px;
    display: inline-block;
    text-align: center;
}

.ct-apply-btn:hover {
    color: #fff;
}

.ct-apply-btn:hover {
    background: #0052a3;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 102, 204, 0.3);
}

/* 联系信息区域 */
.ct-contact-info {
    margin-top: 25px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 6px;
    border-left: 4px solid #0066cc;
}

.ct-contact-info p {
    font-size: 14px;
    line-height: 2;
    color: #333;
    margin: 5px 0;
}

.ct-contact-info strong {
    color: #0066cc;
    font-weight: 600;
}

/* 招聘响应式设计 */
@media (max-width: 1440px) {
    .ct-job-item{
        margin-bottom: 20px;

    }
    .ct-message-section {
    padding: 0 0 60px;
}
}
@media (max-width: 992px) {
    .ct-career-section {
        padding: 60px 0;
    }

    .ct-career-bg-text {
        font-size: 50px;
        margin-bottom: -20px;
    }

    .ct-career-title {
        font-size: 30px;
    }

    .ct-job-header {
        padding: 18px 25px;
    }

    .ct-job-right {
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .ct-career-section {
        padding: 50px 0;
    }

    .ct-career-header {
        margin-bottom: 40px;
    }

    .ct-career-bg-text {
        font-size: 40px;
        letter-spacing: 3px;
        margin-bottom: -15px;
    }

    .ct-career-title {
        font-size: 26px;
    }

    .ct-job-header {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
        gap: 15px;
    }

    .ct-job-left {
        width: 100%;
    }

    .ct-job-right {
        width: 100%;
        justify-content: space-between;
        gap: 10px;
    }

    .ct-job-info,
    .ct-job-salary {
        font-size: 13px;
    }

    .ct-job-section {
        padding: 20px;
    }

    .ct-section-title {
        font-size: 15px;
    }

    .ct-requirement-list li {
        font-size: 13px;
        line-height: 1.8;
    }
.ct-job-item .ct-toggle-btn{
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
}.ct-job-header{position: relative;}
    .ct-job-footer {
    padding:20px 15px;
    }
    .ct-apply-btn {
    padding: 12px 0px;
}

    .ct-job-note {
        text-align: center;
    }

    .ct-apply-btn {
        width: 100%;
    }
    .ct-message-section {
        padding: 0 0 10px;
    }
    .ct-career-section {
        padding: 20px 0;
    }
    .ct-job-header {
        flex-direction: column;
        align-items: flex-start;
        padding: 14px;
        gap: 8px;
    }



}

@media (max-width: 480px) {
    .ct-career-bg-text {
        font-size: 30px;
        letter-spacing: 2px;
    }

    .ct-career-title {
        font-size: 22px;
    }

    .ct-job-number {
        font-size: 16px;
    }

    .ct-job-title {
        font-size: 16px;
    }

    .ct-job-right {
        flex-wrap: wrap;
    }

    .ct-toggle-btn {
        margin-left: auto;
    }
}




/* 留言表单 */

.section7-main {
  padding-top: max(1.5rem, var(--space));
  padding-bottom: max(1.34rem, var(--space));
  background-color: #f4f4f4;
}

.section7-main .index-form-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-left: 40px;
  padding-right: 40px;
}

.section7-main .main-left {
  width:30%;
  flex-shrink: 0;
}

.section7-main .main-left .left-title {
  font-family: Open Sans, sans-serif;
  font-size: 44px;
  line-height: normal;
  letter-spacing: 0em;
  color: #000000;
  margin-bottom: max(0.26rem, 10px);
}

.section7-main .main-left .left-desc {
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 0em;
  line-height: 1.6;
  color: #808080;
  overflow-wrap: break-word;
  padding-bottom: 20px;
}
.left-iphone {
    font-size: 32px;
    color: #30519B;
}
.textarea-line textarea{
    border: 1px solid #d8d8d8;
    border-radius: 5px;
}
.section7-main .main-right {
  width: 60%;
  flex-shrink: 0;
}

.section7-main .main-right .text {
  font-family: Open Sans, sans-serif;
  font-size: var(--font18);
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;
  color: #ffffff;
  margin-bottom: 19px;
}
.section7-main .main-right .form {
  --height: max(0.52rem, 45px);
}

.section7-main .main-right .form .input-line {
  display: flex;
  align-items: stretch;
  column-gap: 20px;
  row-gap: 18px;
  margin-bottom: 18px;
}

.section7-main .main-right .form .input-line .input-item {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  position: relative;
}

/* 浮动标签容器 */
.floating-label-wrapper {
  position: relative;
}

/* 标签覆盖在输入框上面 */
.floating-label {
  position: absolute;
  left:25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #c5c5c5;
  cursor: text;
  transition: opacity 0.2s ease;
  z-index: 1;
  pointer-events: none;
  opacity: 1;
}

/* 必填星号为红色 */
.floating-label .required-star {
  color: #ff0000;
  font-weight: bold;
}

/* 只有当输入框有内容时，才隐藏标签 */
.floating-label-wrapper input:not(:placeholder-shown) + .floating-label,
.floating-label-wrapper textarea:not(:placeholder-shown) + .floating-label {
  opacity: 0;
}

/* 输入框获得焦点时也隐藏标签 */
.floating-label-wrapper input:focus + .floating-label,
.floating-label-wrapper textarea:focus + .floating-label {
  opacity: 0;
}

/* 输入框样式调整 */
.floating-label-wrapper input,
.floating-label-wrapper textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  font-size: 16px;
  transition: all 0.3s ease;
  background: #fff;
}

/* 移除原生 placeholder */
.floating-label-wrapper input::placeholder,
.floating-label-wrapper textarea::placeholder {
  opacity: 0;
}

/* 输入框获得焦点时的样式 */
.floating-label-wrapper input:focus,
.floating-label-wrapper textarea:focus {
  outline: none;
  border-color: #30519B;
}


.section7-main .main-right .form .input-line .input-item input {
  display: block;
  flex: 1;
  min-width: 0;
  height: 100%;
  transition: var(--duration);
  border: none;
  font-size: 20px;
  color: #333333;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
  padding-left: max(0.19rem, 15px);
  padding-right: 15px;
  height: 70px;
}

.section7-main .main-right .form .input-line .input-item input::placeholder {
  color: #c5c5c5;
}

.section7-main .main-right .form .textarea-line textarea {
  display: block;
  width: 100%;
  height: 200px;
  background-color: #fff;
  resize: none;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;
  color: #333333;
  padding: 16px max(0.2rem, 15px);
}

/* textarea 的标签特殊处理 */
.section7-main .main-right .form .textarea-line.floating-label-wrapper {
  position: relative;
}

.section7-main .main-right .form .textarea-line.floating-label-wrapper .floating-label {
  top: 20px;
  transform: none;
}

.section7-main .main-right .form .textarea-line.floating-label-wrapper textarea:focus + .floating-label,
.section7-main .main-right .form .textarea-line.floating-label-wrapper textarea:not(:placeholder-shown) + .floating-label {
  opacity: 0;
}

.section7-main .main-right .form .textarea-line textarea::placeholder {
  color: #d9d9d9;
}

.section7-main .main-right .form .submit-btn {
  width: 175px;
  height: 70px;
  background: #30519B;
  user-select: none;
    border-radius: 5px;
  cursor: pointer;
  font-family: Open Sans, sans-serif;
  font-size: var(--font20);
  font-weight: bold;
  line-height: normal;
  color: #ffffff;
}
.vercodebox {
    margin-top: 20px;
}
.vercodeboxbox {
    position: relative;
}
.vercodeimg {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer;
}

/* 验证码输入框的浮动标签特殊处理 */
.vercodeboxbox.floating-label-wrapper .floating-label {
  z-index: 1;
}

.vercodeboxbox.floating-label-wrapper input {
  padding-right: 110px; /* 为验证码图片留出空间 */
}

@media (max-width: 1600px) {
    .section7-main .main-left .left-title {
        font-size: 36px;
    }
    .section7-main .main-right .form .textarea-line textarea {
        font-size: 18px;
    }
    .section7-main .main-left .left-desc {
        font-size: 22px;
    }
    .left-iphone {
        font-size: 28px; 
    }
}
@media (max-width: 1440px) {
    .section7-main .index-form-wrap {
        padding-left: 0;
        padding-right: 0;
    }
    .section7-main .main-left .left-title {
        font-size: 26px;
    }
        .section7-main .main-left .left-desc {
        font-size: 18px;
    }    .left-iphone {
        font-size: 22px;
    }
    .section7-main .main-right {
        width: 70%;
        flex-shrink: 0;
    }
    .floating-label,.section7-main .main-right .form .input-line .input-item input,.section7-main .main-right .form .textarea-line textarea {
        font-size: 16px;
    }
    .section7-main .main-right .form .input-line .input-item input,.section7-main .main-right .form .submit-btn{
        height: 60px;
    }
    .section7-main .main-left {
        padding-top: 60px;
    }
}
@media (max-width: 1200px) {
    .section7-main .main-left {
        padding-top: 30px;
    }
    .section7-main .main-right {
        width: 64%;
    }
    .section7-main .main-right .form .input-line .input-item input,.section7-main .main-right .form .submit-btn{
        height: 50px;
    }
    .vercodeimg {
        right: 10px;
    }
     .section7-main .main-left .left-desc {
        font-size: 18px;
    }
      
}
@media (max-width: 991px) {

    .section7-main .main-left .left-title {
        font-size: 22px;
    }   
     .section7-main .main-left .left-desc {
        font-size: 15px;
    }
    .left-iphone {
        font-size:18px;
    }

    .section7-main .main-right .form .input-line .input-item input,.section7-main .main-right .form .submit-btn{
        height: 45px;
    }

    .floating-label,.section7-main .main-right .form .input-line .input-item input,.section7-main .main-right .form .textarea-line textarea {
        font-size: 14px;
    }

    .section7-main .main-right .form .textarea-line.floating-label-wrapper .floating-label ,.floating-label{
        left: 15px;
    }

.section7-main .main-right .form .submit-btn {
    font-size: 16px;
    width: 125px;
}


}
@media (max-width: 768px) {
    .section7-main .main-right {
        width: 100%;
    }
    .section7-main .main-left {
        padding-top: 0px;
        width: 100%;
        text-align: center;
        padding-bottom: 30px;
    }
    .section7-main .index-form-wrap  {
        flex-wrap: wrap;
    }


    .section7-main .main-right .form .input-line .input-item {
        width: 100%;
        flex: none;
    }
    .section7-main .main-right .form .input-line {
        flex-wrap: wrap;
        column-gap: 12px;
        row-gap: 12px;
        margin-bottom: 12px;
    }
    .section7-main .main-right .form .submit-btn {
        font-size: 14px;
        width: 100%;
    }
    .section7-main .main-left .left-desc {
        padding-bottom: 12px;
    }

    .section7-main .main-left .left-title {
        font-size: 20px;
    }



}