.blk-main {
    margin: 0 auto;
    width: 73%;
}

.plc{padding: 5px 0 25px;}
.p12-curblock{
    display: none;
}
.p102-curmbs-1{height: 40px;line-height: 40px;font-size: 14px;color: #808080;}
.p102-curmbs-1 b {
    font-weight: normal;
    background: url(images/p102-curmbs-icon1.png) no-repeat left center;

}
.p102-curmbs-1 i {
    font-style: normal;
}

.p102-curmbs-1 span {
    font-family: 宋体;
    height: 46px;
    line-height: 46px;
    padding: 0px 5px;
}
.p102-curmbs-1 a{color: #808080;}
.p102-curmbs-1 a:hover{color: #343D90;}

/* 移动端适配 - 面包屑导航 */
@media (max-width: 640px) {
    .blk-main {
        width: 95%;
        padding: 0 15px;
    }
    
    .plc {
        padding: 10px 0 15px;
    }
    
    .p102-curmbs-1 {
        font-size: 12px;
        height: auto;
        line-height: 1.4;
        padding: 8px 0;
    }
    
    .p102-curmbs-1 span {
        padding: 0 3px;
    }
}
.case-section2 {
  padding-bottom: 100px;
  border-bottom: 1px solid #d4d4d4;
  padding: 0 255px;
  margin: auto;
}

/* 移动端适配 - 详情容器 */
@media (max-width: 640px) {
    .case-section2 {
        padding: 0 20px 60px;
    }
}

/* 平板端适配 */
@media (min-width: 641px) and (max-width: 1000px) {
    .case-section2 {
        padding: 0 80px;
    }
}

/* 售后服务政策区域 */
.service-section2 {
    padding: 60px 0;
    text-align: center;
}

.service-title {
    max-width: 90%;
    margin: 0 auto;
    padding: 0 20px;
}

.service-title h2 {
    font-size: 20px;
    color: #343D90;
    margin-bottom: 15px;
    font-weight: bold;
}

.service-title h3 {
    font-size: 40px;
    color: #333333;
    margin-bottom: 20px;
}

.service-title p {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    max-width: 70%;
    margin: 0 auto;
}

/* 移动端适配 - 服务政策 */
@media (max-width: 640px) {
    .service-section2 {
        padding: 40px 0;
    }
    
    .service-title h2 {
        font-size: 18px;
    }
    
    .service-title h3 {
        font-size: 28px;
    }
    
    .service-title p {
        font-size: 14px;
        line-height: 1.6;
    }
}

/* 平板端适配 */
@media (min-width: 641px) and (max-width: 1000px) {
    .service-title h2 {
        font-size: 18px;
    }
    
    .service-title h3 {
        font-size: 32px;
    }
    
    .service-title p {
        font-size: 15px;
    }
}

/* section2 标题样式 - 左对齐带竖杠 */
.section2-title {
    text-align: left;
    margin: 60px 0 40px;
}

.section2-title h2 {
    font-size: 30px;
    color: #333333;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px;
    position: relative;
}

.section2-title h2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 80%;
    background-color: #343D90;
}

.section2-title p {
    font-size: 16px;
    color: #666666;
    margin-top: 15px;
    line-height: 1.6;
    padding-left: 19px;
}

/* 移动端适配 - section2 标题 */
@media (max-width: 640px) {
    .section2-title {
        margin: 40px 0 30px;
    }
    
    .section2-title h2::before {
        height: 70%;
        width: 3px;
    }
    
    .section2-title h2 {
        font-size: 24px;
        padding-left: 12px;
    }
    
    .section2-title p {
        font-size: 14px;
        padding-left: 15px;
    }
}

/* 平板端适配 */
@media (min-width: 641px) and (max-width: 1000px) {
    .section2-title h2 {
        font-size: 26px;
    }
}

.container {
    margin: auto;
}
@media (min-width: 1441px) {
  .container {
    width: 1560px;
    padding: 0;
    max-width: 88.5%;
    
  }
  .basecont {
    width: 1700px;
  }
}
@media (min-width: 2000px) {
  .container {
    width: 88.5%;
    padding: 0;
  }
}
@media (max-width: 1199px) {
	.container{
		min-width: 100%;
		width: 100%;
		padding: 0 15px;
	}
}

/* after.html售后服务 */
.afterbox-section1 .cont .item {
  display: flex;

  flex-wrap: wrap;
  background-color: #F6F9FE;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
.afterbox-section1 .cont .item .lt {
  width:50%;
  padding: 50px 66px 0 50px ;
}
@media (max-width: 1199px) {
  .afterbox-section1 .cont .item .lt {
    padding: 40px 56px 0 40px;
  }
}
@media (max-width: 991px) {
  .afterbox-section1 .cont .item .lt {
    padding: 20px 36px 0 20px;
  }
}
@media (max-width: 767px) {
  .afterbox-section1 .cont .item .lt {
    width: 100%;
    order: 1;
    padding: 20px 15px 0px 15px;
  }
}
.afterbox-section1 .cont .item .lt strong {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  display: block;
  color: #262626;
}
@media (max-width: 991px) {
  .afterbox-section1 .cont .item .lt strong {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .afterbox-section1 .cont .item .lt strong {
    font-size: 20px;
  }
}
.afterbox-section1 .cont .item .lt span {
  display: block;
  margin: 10px 0 30px;
  width: 30px;
  height: 3px;
  background-color: #005ad2;
}
@media (max-width: 991px) {
  .afterbox-section1 .cont .item .lt span {
    margin: 20px 0;
  }
}
.afterbox-section1 .cont .item .lt pre{
	overflow: hidden;
	white-space: normal;
	padding: 0;
	margin: 0;
}
.afterbox-section1 .cont .item .lt p {
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    margin-top: 5%;
}
@media (max-width: 1199px) {
  .afterbox-section1 .cont .item .lt p {
    font-size: 14px;
  }
}
.afterbox-section1 .cont .item .gt {
  width: 50%;
  position: relative;
  padding-bottom: 31%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .afterbox-section1 .cont .item .gt {
    width: 100%;
    order: 0;
		padding-bottom: 60%;
  }
}
.afterbox-section1 .cont .item .gt img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.afterbox-section1 .cont .item .shu {
  position: absolute;
  left: 47px;
  bottom: 0;
  font-size: 200px;
  color: #005ad2;
  opacity: 0.1;
  font-weight: bold;
  line-height: 1;
  -webkit-transform: translateY(30%);
  transform: translateY(30%);
}
@media (max-width: 1199px) {
  .afterbox-section1 .cont .item .shu {
    left: 36px;
    font-size: 120px;
  }
}
@media (max-width: 991px) {
  .afterbox-section1 .cont .item .shu {
    left: 16px;
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .afterbox-section1 .cont .item .shu {
    left: 15px;
    font-size: 40px;
    order: 2;
    position: relative;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    padding-bottom: 10px;
    margin-top: 10px;
  }
}
.afterbox-section1 .cont .item:hover .gt img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

.contact-form {
        padding: 20px;
        background: #fff;
        margin: auto;
    }

    .contact-form-content {
        margin: 0 auto;
    }

    .form-row {
        display: flex;
        justify-content: center;
        gap: 30px;
        margin-bottom: 30px;
    }

    .form-group {
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    .form-group.full-width {
        flex: 0 0 100%;
        border: 1px solid #ddd;
    }

    /* 隐藏原有的 label */
    .form-group>label {
        display: none;
    }

    /* 输入框包裹器 - 关键样式 */
    .input-wrapper {
        display: flex;
        align-items: center;
        width: 100%;
        border: 1px solid #ddd;
        background: #fff;
        transition: all 0.3s ease;
        overflow: hidden;
    }

    .input-wrapper:focus-within {
        /* border-color: #343D90; */
        box-shadow: 0 0 0 3px rgba(52, 61, 144, 0.1);
    }

    .input-icon {
        width: 24px;
        height: 24px;
        object-fit: contain;
        margin-left: 15px;
        flex-shrink: 0;
    }

    .input-label {
        padding: 0 10px;
        font-size: 14px;
        color: #999999;
        font-weight: 500;
        white-space: nowrap;
        flex-shrink: 0;
    }

    .form-group input[type="text"],
    .form-group input[type="email"],
    .form-group input[type="tel"],
    .form-group textarea {
        flex: 1;
        width: 100%;
        padding: 15px 20px;
        border: none;
        font-size: 14px;
        color: #333;
        background: transparent;
        box-sizing: border-box;

    }

    .form-group input:focus,
    .form-group textarea:focus {
        outline: none;
    }

    .form-group textarea {
        flex: 1;
        resize: vertical;
        min-height: 120px;
        font-family: inherit;
        line-height: 1.6;
        padding: 15px 20px;
    }

    /* 为每个输入框设置背景图标和 placeholder */
    #username {
        /* background-image: url('../images/contact/from_username.png'); */
    }

    #username::placeholder {
        color: #999;
        padding-left: 30px;
    }

    #email {
        /* background-image: url('../images/contact/from_eamil.png'); */
    }

    #email::placeholder {
        color: #999;
        padding-left: 30px;
    }

    #tel {
        /* background-image: url('../images/contact/from_tel.png'); */
    }

    #tel::placeholder {
        color: #999;
        padding-left: 30px;
    }

    #company {
        /* background-image: url('../images/contact/from_gs.png'); */
    }

    #company::placeholder {
        color: #999;
        padding-left: 30px;
    }

    .form-group input:focus,
    .form-group textarea:focus {
        outline: none;
        /* border-color: #343D90; */
        box-shadow: 0 0 0 3px rgba(52, 61, 144, 0.1);
    }

    .form-group textarea {
        resize: vertical;
        min-height: 120px;
        font-family: inherit;
        line-height: 1.6;
    }

    .form-actions {
        align-items: flex-end;
    }

    .captcha-group {
        flex-direction: row;
        align-items: flex-end;
        gap: 15px;

    }

    #captcha {
        border: 1px solid #ddd;
    }

    .captcha-group label {
        margin-bottom: 0;
        white-space: nowrap;
    }

    .captcha-group input {
        flex: 0 0 200px;
        max-width: 200px;
    }

    .captcha-image {
        height: 46px;
        cursor: pointer;
        border-radius: 4px;
        transition: opacity 0.3s ease;
    }

    .captcha-image:hover {
        opacity: 0.8;
    }

    .form-buttons {
        display: flex;
        gap: 20px;
    }

    .btn-submit,
    .btn-reset {
        padding: 15px 40px;
        border: none;
        border-radius: 8px;
        font-size: 16px;
        font-weight: 500;
        cursor: pointer;
        transition: all 0.3s ease;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .btn-submit {
        background: linear-gradient(135deg, #343D90 0%, #2F4380 100%);
        color: #ffffff;
        box-shadow: 0 4px 15px rgba(52, 61, 144, 0.3);
    }

    .btn-submit:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(52, 61, 144, 0.4);
    }

    .btn-submit:active {
        transform: translateY(0);
    }

    .btn-reset {
        background: #f5f5f5;
        color: #666;
        border: 1px solid #ddd;
    }

    .btn-reset:hover {
        background: #e5e5e5;
        border-color: #ccc;
    }

    /* 响应式适配 */
    @media (max-width: 991px) {
        .form-row {
            gap: 20px;
            margin-bottom: 20px;
        }

        .form-group label {
            font-size: 14px;
        }

        .form-group input,
        .form-group textarea {
            padding: 12px 15px;
            font-size: 13px;
        }

        .btn-submit,
        .btn-reset {
            padding: 12px 30px;
            font-size: 14px;
        }
    }

    @media (max-width: 767px) {
        .form-row {
            flex-direction: column;
            gap: 20px;
            margin-bottom: 20px;
        }

        .form-group {
            width: 100%;
        }

        .input-icon {
            width: 20px;
            height: 20px;
            margin-left: 10px;
        }

        .input-label {
            font-size: 13px;
            padding: 0 8px;
        }

        .form-group input,
        .form-group textarea {
            padding: 10px 12px;
            font-size: 13px;
        }

        .form-actions {
            flex-direction: column;
            align-items: stretch;
        }

        .captcha-group {
            flex-direction: column;
            align-items: stretch;
            gap: 10px;
        }

        .captcha-group input {
            flex: 1;
            max-width: 100%;
        }

        .captcha-group label {
            white-space: normal;
        }

        .form-buttons {
            flex-direction: column;
            gap: 15px;
        }

        .btn-submit,
        .btn-reset {
            width: 100%;
            padding: 14px 30px;
            text-align: center;
        }

        .btn-submit:active,
        .btn-reset:active {
            transform: scale(0.98);
        }
    }

    /* 平板端适配 */
    @media (min-width: 768px) and (max-width: 1000px) {
        .form-row {
            gap: 15px;
        }

        .input-icon {
            width: 22px;
            height: 22px;
        }

        .input-label {
            font-size: 14px;
        }

        .captcha-group input {
            flex: 0 0 180px;
            max-width: 180px;
        }

        .btn-submit,
        .btn-reset {
            padding: 12px 25px;
            font-size: 14px;
        }
    }

    .contact-form-title {
        width: 80%;
        margin: auto;
        padding: 20px 0px;
    }

    .contact-form-title-text {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

    .contact-form-title-text span {
        display: flex;
        align-items: center;
        gap: 8px;
        white-space: nowrap;
    }

    .contact-form-title-text span img {
        width: 24px;
        height: 24px;
    }