.banner-text {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    text-transform: uppercase;
}

.banner-text .text1 {
    font-size: 0.48rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    width: 10rem;
    margin: 0 auto;
    line-height: 0.5rem;
}

.banner-text .text2 {
    font-size: 0.16rem;
    color: #fff;
    /* width: 5.8rem; */
    margin: 0.3rem auto 0;
    text-align: center;
}

.s-img {
    width: 100%;
    background-size: cover;
}

.s-img .s-bg {
    width: 11.91rem;
    height: 8.43rem;
    background: url('/static/index/images/fw/bg.png') no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    position: relative;
}

.s-img .s-bg .text1,
.s-img .s-bg .text2,
.s-img .s-bg .text3 {
    display: inline-block;
    background: url('/static/index/images/fw/text_bg.png') no-repeat;
    background-size: 100% 100%;
    font-size: 0.26rem;
    font-weight: bold;
    /* padding:0 0.3rem; */
    text-transform: uppercase;
    height: 0.52rem;
    line-height: 0.5rem;
    min-width: 1.56rem;
    text-align: center;
    box-sizing: border-box;
}

.s-img .s-bg .text1::before,
.s-img .s-bg .text2::before,
.s-img .s-bg .text3::before {
    content: '';
    width: 0.19rem;
    height: 0.52rem;
    background: url('/static/index/images/fw/text_left.png') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: -0.19rem;
    top: 0;
}

.s-img .s-bg .text1::after,
.s-img .s-bg .text2::after,
.s-img .s-bg .text3::after {
    content: '';
    width: 0.19rem;
    height: 0.52rem;
    background: url('/static/index/images/fw/text_right.png') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: -0.19rem;
    top: 0;
}

.s-img .s-bg .text1 {
    position: absolute;
    top: 1.5rem;
    left: 1.2rem;
}

.s-img .s-bg .text2 {
    position: absolute;
    top: 1.6rem;
    right: 1rem;
}

.s-img .s-bg .text3 {
    position: absolute;
    top: 3.4rem;
    left: 5.2rem;
}

.s-img .s-bg .text_box1,
.s-img .s-bg .text_box2,
.s-img .s-bg .text_box3 {
    text-align: center;
    width: 3.2rem;
}

.s-img .s-bg .t1 {
    font-size: 0.24rem;
    font-weight: bold;
}

.s-img .s-bg .t2 {
    font-size: 0.2rem;
    margin-top: 0.08rem;
}

.s-img .s-bg .t3 {
    margin-top: 0.1rem;
}

.s-img .s-bg .text_box1 {
    position: absolute;
    top: 4.7rem;
    left: 1.4rem;
}

.s-img .s-bg .text_box1 .t2 {
    width: 2.6rem;
    margin: 0.1rem auto 0;
    line-height: 0.22rem;
}

.s-img .s-bg .text_box2 {
    position: absolute;
    top: 6.6rem;
    left: 4.5rem;
}

.s-img .s-bg .text_box2 .t2 {
    width: 3rem;
    margin: 0.1rem auto 0;
    line-height: 0.22rem;
}

.s-img .s-bg .text_box3 {
    position: absolute;
    top: 5rem;
    left: 7.4rem;
    width: 4rem;
}

.s-img .s-bg .text_box3 .t2 {
    width: 3rem;
    margin: 0.1rem auto 0;
    line-height: 0.22rem;
}

.s-img .s-title1 {
    font-size: 0.32rem;
    font-weight: bold;
    text-align: center;
    padding-top: 0.7rem;
}

.s-img .s-title2 {
    font-size: 0.2rem;
    text-align: center;
    margin-top: 0.05rem;

}

.s-img .s-title3 {
    text-align: center;
    margin-top: 0.05rem;
}

.f-title1 {
    font-size: 0.36rem;
    font-weight: bold;
    margin-top: 0.6rem;
    text-align: center;
}

.f-title2 {
    font-size: 0.18rem;
    text-align: center;
}
.f-table {
    margin: 0.3rem auto;
    width: 100%;
    text-align: center;
}

.f-table th {
    background: #0163DD;
    color: #fff;
    height: 0.6rem;
}

.f-table td {
    background: #ecf0f9;
}

.f-table .t-item {
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 0.1rem;
}
.f-table td:nth-child(3) .t-item {
    justify-content: initial;
    padding:0.1rem 0.2rem;
}

.f-table .text2 {
    text-align: left;
    position: relative;
    padding-left: 0.15rem;
}

.f-table .text2::before {
    content: '';
    width: 0.06rem;
    height: 0.06rem;
    background: #333;
    border-radius: 50%;
    position: absolute;
    top: 0.1rem;
    /* transform: translateY(-50%); */
    left: 0;
}

.f-list {
    margin-top: 0.3rem;
}

.f-list li {
    background: #f3f3f3;
    border-radius: 0.1rem;
    padding: 0.3rem;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 0.46rem;
}

.f-list .bg-icon {
    width: 1.7rem;
    height: 1.93rem;
    background: url('/static/index/images/fw/icon.png') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -0.3rem;
    right: -0.5rem;
}

.f-list .item-title {
    background: linear-gradient(to right, #0057c3 0%, rgba(236, 239, 242, 0.3) 70%, rgba(0, 0, 0, 0) 100%);
    height: 0.46rem;
    color: #fff;
    line-height: 0.46rem;
    margin-right: 0.95rem;
    position: relative;
    padding-left: 0.65rem;
    border-radius: 0.5rem;
    font-size: 0.24rem;
    font-weight: bold;
}

.f-list .item-title span {
    font-size: 0.28rem;
    padding-right: 0.1rem;
}

.f-list .item-content {
    margin-top: 0.15rem;
    display: flex;
}

.f-list .des-item {
    margin-right: 0.6rem;
}

.f-list .des-item .text1 {
    font-size: 0.16rem;
    padding: 0.1rem 0;
}

.f-list .des-item .text2 {
    position: relative;
    padding-left: 0.15rem;
    margin: 0.05rem 0;

}

.f-list .des-item .text2::before {
    content: '';
    width: 0.06rem;
    height: 0.06rem;
    background: #333;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.f-list .s-title {
    font-size: 0.16rem;
    font-weight: bold;
    margin: 0.2rem 0 0.1rem;
}

.f-list .f-text {
    background: #fdfdfd;
    padding: 0.1rem 0.2rem;
    line-height: 0.3rem;
    border-radius: 0.1rem;
}

.f-list li:nth-child(1) .item-title::before {
    content: '';
    width: 0.53rem;
    height: 0.53rem;
    background: url('/static/index/images/fw/icon1.png') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.f-list li:nth-child(2) .item-title::before {
    content: '';
    width: 0.53rem;
    height: 0.53rem;
    background: url('/static/index/images/fw/icon2.png') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.f-list li:nth-child(3) .item-title::before {
    content: '';
    width: 0.53rem;
    height: 0.53rem;
    background: url('/static/index/images/fw/icon3.png') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.f-list li:nth-child(4) .item-title::before {
    content: '';
    width: 0.53rem;
    height: 0.53rem;
    background: url('/static/index/images/fw/icon4.png') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.f-list li:nth-child(5) .item-title::before {
    content: '';
    width: 0.53rem;
    height: 0.53rem;
    background: url('/static/index/images/fw/icon5.png') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.contact-box {
    padding: 0.6rem 0;
    background: #ecf3fa;
}

.contact {
    display: flex;
    justify-content: space-between;
}

.contact .contact-l {
    width: 5rem;
    background: #fff;
    padding: 0.2rem;
    border-radius: 0.12rem;
    box-sizing: border-box;
    margin-right: 0.2rem;
}

.contact .contact-l .contact-l-t {
    font-size: 0.2rem;
    margin-bottom: 0.2rem;
}

.contact .contact-l .contact-l-b .item {
    display: flex;
    align-items: center;
    margin-bottom: 0.25rem;
}

.contact .contact-l .contact-l-b .item img {
    width: 0.46rem;
    height: 0.46rem;
    margin-right: 0.1rem;
}

.contact .contact-l .contact-l-b .item item-r {
    flex: 1;
}

.contact .contact-l .contact-l-b .item .item-text1 {
    font-size: 0.12rem;
    color: #999;
}

.contact .contact-l .contact-l-b .item .item-text2 {
    font-size: 0.16rem;
}

.contact .conact-r {
    flex: 1;
}

.form-row {
    display: flex;
    margin-bottom: 0.2rem;
    justify-content: space-between;
}

.form-row .form-group {
    width: calc(50% - 0.15rem);
    ;
    min-width: 0;
}

label {
    display: block;
    margin-bottom: 0.1rem;
    font-weight: 600;
    font-size: 0.14rem;
}

label span {
    color: red;
}

input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea {
    width: 100%;
    padding: 0.1rem;
    border: solid 1px #fff;
    border-radius: 4px;
    font-size: 0.14rem;
    transition: border-color 0.3s ease;
    box-sizing: border-box;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
    border-color: #0163dd;
}

textarea {
    resize: vertical;
}

.submit-btn {
    background-color: #0163dd;
    color: white;
    width: 2.2rem;
    height: 0.5rem;
    border: none;
    border-radius: 4px;
    font-size: 0.18rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: 0.2rem;
    text-align: center;
    line-height: 0.5rem;
}

.submit-btn:hover {
    background-color: #0163dd;
}

.w-title {
    font-size: 0.36rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 0.1rem;
}

.des1 {
    font-size: 0.24rem;
    text-align: center;
    margin-bottom: 0.15rem;

}

.des2 {
    font-size: 0.16rem;
    text-align: center;
    color: #666;
    margin-bottom: 0.6rem;
}

@media (max-width: 700px) {
    .contact {
        flex-wrap: wrap;
    }

    .contact .contact-l {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0.2rem;
    }

    .submit-btn {
        display: block;
        margin: 0.2rem auto 0;
    }

    .f-list .item-content {
        display: block;
    }

    .f-list .des-item {
        margin-right: 0;
    }
    .banner-text .text1{
        width: 100%;
    }
    .s-img .s-bg{
        width:7rem;
        height:4.95rem;
    }
    
    .s-img .s-bg .text1{
        top:0.5rem;
        left:0.4rem;
    }
    .s-img .s-bg .text2{
        top:0.6rem;
        right:0.3rem;
    }
    .s-img .s-bg .text3{
        top:1.6rem;
        left:2.5rem;
    }
    .s-img .s-bg .text_box1{
        top:2.6rem;
        left:0rem;
    }
    .s-img .s-bg .text_box2{
        top:4rem;
        left:2rem;
    }
    .s-img .s-bg .text_box3{
        top:2.6rem;
        right:0;
        left:initial;
        width:3rem;
    }
    .f-list .bg-icon{
        display: none;
    }
}