/*.page_banner .img.img_aba{
    --h: 81.8%;
}
.page_banner .breadcrumbs{
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--title);
    margin-bottom: 0;
}
.page_banner .breadcrumbs span a{
    color: var(--title);
}
.page_banner .breadcrumbs span span{
    color: var(--primary);
    font-weight: 500;
}
.page_banner .head{
    padding-top: 3rem;
}
.page_banner p{
    max-width: 52.6rem;
}*/
.page_banner .head{
    padding-bottom: 7.1rem;
}
.page_banner p{
    max-width: 52.6rem;
}

.quote_nums{
    background-color: #0C4169;
    margin-top: -5rem;
    position: relative;
    z-index: 9;
    clip-path: polygon(0 0, calc(100% - 13.3rem) 0, calc(100% - 22.3rem) 100%, 0 100%);
}
.quote_nums ul{
    padding: 4rem 0 3.3rem;
    display: flex;
    justify-content: center;
}
.quote_nums ul li{
    flex: 1;
    text-align: center;
    padding: 0.5rem 0;
}
.quote_nums ul li .flex{
    justify-content: center;
    font-size: 3.8rem;
    font-weight: 600;
    margin-bottom: 1rem;
}
.quote_nums ul li p{
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: 1px;
    font-weight: 300;
    opacity: 0.8;
}
.quote_nums ul li .flex strong{
    color: white;
    font-weight: 600;
}
.quote_nums ul li .flex span{
    display: inline-block;
    color: var(--primary);
}

.quote_nums ul li + li{
    border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.quote_process{
    padding: 16rem 0;
    background-color: #F7F8FA;
}
.quote_process .head p{
    max-width: 70rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.4rem;
}

.quote_process .head{
    margin-bottom: 5.2rem;
}
.quote_process .main ul{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2.8rem;
}
.quote_process .main ul li{
    padding: 5.6rem 3.1rem 5.6rem;
    text-align: center;
    background-color: white;
    position: relative;
    transition: all 0.3s;
}
.quote_process .main ul li:hover{
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
.quote_process .main ul li span{
    display: flex;
    width: 5.4rem;
    height: 5.4rem;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 2.4rem;
    color: white;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
    font-weight: 600;
    background-color: var(--primary);
}

.quote_process .main ul li:nth-last-of-type(even) span{
    background-color: #163351;
}
.quote_process .main ul li strong{
    font-size: 2rem;
    font-weight: 600;
    color: #163351;
    display: inline-block;
    margin-bottom: 1.2rem;
}
.quote_process .main ul li p{
    font-size: 1.55rem;
    line-height: 2.4rem;
    color: #666;
}

.quote_process .main ul li + li:before{
    content: "";
    width: 2.4rem;
    height: 2.4rem;
    background: url('../img/step_arrow.svg') no-repeat center/contain;
    position: absolute;
    right: calc(100% + 0.2rem);
    top: 50%;
    transform: translateY(-50%);
}

.quote_form{
    padding: 15.4rem 0 16.5rem;
}
.quote_form .left{
    width: 67.8%;
}
.quote_form .right{
    width: 28.48%;
}


.quote_form .form form .title:nth-of-type(1){
    margin-top: 0;
}
.quote_form .form form .title{
    font-size: 2.6rem;
    font-weight: 600;
    color: var(--primary);
    padding-bottom: 1.2rem;
    border-bottom: 2px solid #f0f0f0;
    width: 100%;
    margin-top: 6.6rem;
}
.quote_form .form form{
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}
.quote_form .form form strong{
    display: block;
    width: 100%;
    font-size: 2.8rem;
    font-weight: 600;
    color: var(--title);
    margin-bottom: 4rem;
}

.quote_form .form form span{
    display: inline-block;
    width: 100%;
    margin-top: 2rem;
}
.quote_form .form form span.col2{
    width: 48.9%;
}
.quote_form .form form span label{
    font-size: 1.6rem;
    color: #1a2b3d;
    font-weight: 600;
    display: block;
    margin-bottom: 0.8rem;
}
.quote_form .form form span label i{
    color: var(--primary);
}
.quote_form .form form span input:not([type="submit"]), .quote_form .form form span textarea{
    width: 100%;
    line-height: 4.8rem;
    font-size: 1.7rem;
    color: #333;
    border: 1px solid #dde1e7;
    background-color: #fff;
    padding: 0 1rem;
    transition: all 0.3s;
}
.quote_form .form form span input:focus{
    border-color: var(--primary);
}
.quote_form .form form span textarea{
    height: 11rem;
    line-height: 1.5;
    padding: 1rem;
}
.quote_form .form form span textarea:focus{
    border-color: var(--primary);
}
.quote_form .form form input[type="checkbox"]{
    width: 2rem;
    height: 2rem;
    min-width: 2rem;
    border: 1px solid #e0e3e8;
    background-color: #FAFBFD;
    display: inline-block;
}
.quote_form .form form p {
    margin-top: 2rem;
    display: flex;
    gap: 0.9rem;
    margin-bottom: 1.5rem;
    font-size: 1.55rem;
}
.quote_form .form form p span{
    color: #6b7280;
    line-height: 2.3rem;
    font-weight: 600;
    margin-top: 0;
}
.quote_form .form form p span a{
    color: var(--title);
    font-weight: 600;
    text-decoration: underline;
}
.quote_form .form form span input[type="submit"]{
    display: none;
}


.quote_form .form form input[type="checkbox"]:checked{
    background: var(--primary) url('../img/gou-white.svg') no-repeat center center/60%;
    border-color: var(--primary);
}

.quote_form .form .item{
    padding: 2rem 2.7rem 2.5rem;
    background-color: #F7F8FA;
    border: 1px solid #eceef1;
    margin-top: 3rem;
    width: 100%;
    position: relative;
}
.quote_form .form .item .remove{
    padding: 0.6rem 1.1rem;
    border: 1px solid #e0e0e0;
    display: flex;
    width: max-content;
    position: absolute;
    right: 2.8rem;
    top: 2.2rem;
    color: #6b7280;
    font-size: 1.3rem;
    font-weight: 600;
    align-items: center;
    gap: 0.8rem;
    margin-top: 0;
    cursor: pointer;
    transition: all 0.3s;
}
.quote_form .form .item .remove:hover{
    background-color: var(--primary);
    color: white;
    border-color: var(--primary);
}
.quote_form .form .item .remove:hover:before{
    filter: brightness(100);
}
.quote_form .form .item .remove::before{
    content: "";
    width: 1rem;
    height: 1rem;
    background: url('../img/form_remove.svg') no-repeat center/contain;
}
.quote_form .form .item .order_title{
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--title);
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-bottom: 2rem;
}
.quote_form .form .item .order_title span{
    width: 3.1rem;
    height: 3.1rem;
    border-radius: 50%;
    background-color: #1A3B5C;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.4rem;
    font-weight: 600;
    margin: 0;
}

.quote_form .form .item .item_flex{
    display: flex;
    justify-content: space-between;

}
.quote_form .form .item .item_flex>span:nth-of-type(1){
    width: 36.9%;
}
.quote_form .form .item .item_flex>span:nth-of-type(2){
    width: 29.52%;
}
.quote_form .form .item .item_flex>span:nth-of-type(3){
    width: 29.76%;
}

.quote_form .form .add_more{
    font-size: 1.8rem;
    color: #1a3a5c;
    font-weight: 600;
    padding: 1.7rem;
    width: 100%;
    border: 2px dashed #dde1e7;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2.5rem;
    gap: 0.9rem;
    transition: all 0.3s;
    cursor: pointer;
    margin-bottom: 1rem;
}
.quote_form .form .add_more:before{
    content: "";
    width: 1.3rem;
    height: 1.3rem;
    display: inline-block;
    background: url('../img/form_plus.svg') no-repeat center/contain;
    transition: all 0.3s;
}
.quote_form .form .add_more:hover{
    background-color: var(--primary);
    color: white;
    border-color: var(--primary);
}
.quote_form .form .add_more:hover:before{
    filter: brightness(100);
}

.quote_form .form .upload_item{
    padding: 5.4rem 15rem 5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: #FAFBFD;
    border: 2px dashed #dde1e7;
    margin-top: 3rem;
    transition: all 0.3s;
}
.quote_form .form .upload_item .img img{
    width: 3.6rem;
    height: auto;
}
.quote_form .form .upload_item .bold{
    font-size: 1.8rem;
    font-weight: 700;
    color: #1a2b3d;
    margin-top: 1.7rem;
}
.quote_form .form .upload_item .bold i{
    color: var(--primary);
    text-decoration: underline;
}
.quote_form .form .upload_item p{
    font-size: 1.5rem;
    line-height: 2.2rem;
    color: #555;
    margin-top: 0.8rem;
}
.quote_form .form .upload_item:hover{
    border-color: var(--primary);
    cursor: pointer;
}

.quote_form .right .box{
    padding: 3rem 3rem 4rem;
    border: 1px solid #eceef1;
    background-color: #F7F8FA;
    margin-bottom: 3rem;
}
.quote_form .right .box .title{
    font-size: 1.8rem;
    color: #1a2b3d;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 0.9rem;
    margin-bottom: 2rem;
}
.quote_form .right .box .title i{
    width: 1.7rem;
    height: 1.7rem;
}
.quote_form .right .box .title i img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.quote_form .right .box .item{
    gap: 1.5rem;
}
.quote_form .right .box .item i{
    width: 1.5rem;
    height: 1.5rem;
}
.quote_form .right .box .item i img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.quote_form .right .box p{
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: #666;
    margin-bottom: 2.2rem;
}
.quote_form .right .box .item span{
    display: block;
    font-size: 1.4rem;
    font-weight: 600;
    color: #6b7280;
    margin-bottom: 0.5rem;
}
.quote_form .right .box .item + .item{
    margin-top: 1.6rem;
}
.quote_form .right .box .item a{
    font-weight: 600;
    color: #1a3a5c;
    transition: all 0.3s;
}
.quote_form .right .box .item a:hover{
    color: var(--primary);
}
.quote_form .right .box .item p{
    font-weight: 500;
    color: #1a2b3d;
    font-size: 1.6rem;
    margin-bottom: 0;
}

.quote_form .right .frequently_list{
    padding-top: 2rem;
}
.quote_form .right .frequently_list .img{
    width: 4rem;
    min-width: 4rem;
    height: 4rem;
}
.quote_form .right .frequently_list li.flex{
    gap: 2.8rem;
    align-items: center;
    padding-bottom: 2.7rem;
    border-bottom: 1px solid #edf0f4;
}
.quote_form .right .frequently_list li.flex p{
    margin: 0;
    font-size: 1.5rem;
    color: var(--title);
    font-weight: 700;
}
.quote_form .right .frequently_list li.flex span{
    font-size: 1.3rem;
    color: #666;
    margin-top: -0.2rem;
    display: block;
    font-weight: 500;
}
.quote_form .right .frequently_list li.flex + li{
    margin-top: 2.7rem;
}

.quote_form .right .response_item{
    padding: 3rem 4.5rem 3.3rem;
    background-color: #0C4169;
    text-align: center;
    color: white;
    margin-bottom: 3rem;
    border-bottom: 1px solid var(--primary);
}
.quote_form .right .response_item .img{
    text-align: center;
    margin-bottom: 1.5rem;
}
.quote_form .right .response_item img{
    width: 4.7rem;
    height: auto;
    display: inline-block;
}
.quote_form .right .response_item strong{
    font-size: 2rem;
    font-weight: 600;
}
.quote_form .right .response_item p{
    color: rgba(255, 255, 255, 0.74);
    font-size: 1.5rem;
    line-height: 2.4rem;
    margin-top: 1rem;
}
.quote_form .right .tips{
    margin-top: -1rem;
}
.quote_form .right .tips li{
    font-size: 1.5rem;
    color: #666;
    display: flex;
    line-height: 2.6rem;
}
.quote_form .right .tips li + li{
    margin-top: 0.2rem;
}
.quote_form .right .tips li:before{
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    min-width: 1.5rem;
    display: inline-block;
    margin-right: 1rem;
    transform: translateY(0.5rem);
    background: url('../img/quote_right.svg') no-repeat center/contain;
}

.upload_item{
  position: relative;
}
.upload_item .wpcf7-form-control-wrap{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}
.upload_item .wpcf7-form-control-wrap input{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.quote_form .form .upload_item .uploaded_files{
    white-space: nowrap;
}
.quote_form .form .upload_item .uploaded_files span{
    margin-top: 0;
}

@media screen and (min-width: 769px) and (max-width: 1440px) {

}
@media screen and (min-width: 769px) and (max-width: 1000px) {
    .quote_process .main ul{
        display: flex;
        gap: 20px;
        overflow-y: hidden;
    }
    .quote_process .main ul li{
        min-width: 250px;
    }
    .quote_form .left{
        width: 100%;
    }
    .quote_form .content > .flex{
        flex-flow: wrap;
    }
    .quote_form .left{
        width: 100%;
    }
    .quote_form .right{
        width: 100%;
        padding-top: 3rem;
    }
}
@media screen and (max-width: 768px) {
/*    .page_banner.quote_banner .head{
        padding-top: 0;
    }*/
    .quote_nums{
        margin-top: 0px;
        clip-path: none
    }
    .quote_nums ul{
        padding: 30px 0;
        justify-content: left;
        overflow-y: hidden;
    }
    .quote_nums ul li{
        flex: unset;
        min-width: 200px;
    }
    .quote_nums ul li .flex{
        font-size: 20px;
    }
    .quote_nums ul li p{
        font-size: 14px;
    }
    .quote_process{
        padding: 40px 0;
    }
    .quote_process .head p{
        margin-top: 15px;
    }
    .quote_process .head{
        margin-bottom: 30px;
    }
    .quote_process .main ul{
        display: flex;
        gap: 20px;
        overflow-y: hidden;
    }
    .quote_process .main ul li{
        min-width: 250px;
        padding: 20px;
    }
    .quote_process .main ul li span{
        width: 40px;
        height: 40px;
        font-size: 14px;
        margin-bottom: 15px;
    }
    .quote_process .main ul li strong{
        font-size: 15px;
    }
    .quote_process .main ul li p{
        font-size: 14px;
        line-height: 1.5;
    }
    .quote_process .main ul li + li:before{
        width: 20px;
        height: 20px;
        right: calc(100% + 1px);
    }
    .quote_form{
        padding: 50px 0;
    }
    .quote_form .left{
        width: 100%;
    }
    .quote_form .content > .flex{
        flex-flow: wrap;
    }
    .quote_form .left{
        width: 100%;
    }
    .quote_form .right{
        width: 100%;
    }
    .quote_form .form form .title{
        font-size: 18px;
        margin-bottom: 20px;
        padding-bottom: 20px;
        margin-top: 20px;
    }
    .quote_form .form form span label{
        font-size: 15px;
    }
    .quote_form .form form span.col2{
        width: 100%;
    }
    .quote_form .form form span input:not([type="submit"]), .quote_form .form form span textarea{
        line-height: 35px;
        font-size: 14px;
    }
    .quote_form .form .item{
        margin-top: 15px;
        padding: 20px;
    }
    .quote_form .form form span textarea{
        height: 100px;
        font-size: 14px;
        line-height: 1.5;
    }
    .quote_form .form .item .order_title span{
        width: 25px;
        height: 25px;
        font-size: 14px;
    }
    .quote_form .form .item .order_title{
        font-size: 16px;
        margin-bottom: 0;
    }
    .quote_form .form .item .item_flex{
        flex-direction: column;
    }
    .quote_form .form .item .item_flex>span:nth-of-type(1), .quote_form .form .item .item_flex>span:nth-of-type(2), .quote_form .form .item .item_flex>span:nth-of-type(3){
        width: 100%;
    }
    .quote_form .form .item .remove{
        font-size: 13px;
    }
    .quote_form .form .add_more{
        font-size: 14px;
        padding: 10px;
    }
    .quote_form .form .upload_item{
        padding: 30px 20px;
        margin-top: 0;
    }
    .quote_form .form .upload_item .img img{
        width: 30px;
    }
    .quote_form .form .upload_item .bold{
        font-size: 15px;
    }
    .quote_form .form .upload_item p{
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 0;
    }
    .quote_form .form form p span{
        font-size: 14px;
        line-height: 1.6;
    }
    .quote_form .right{
        padding-top: 30px;
    }
    .quote_form .right .box{
        padding: 20px;
    }
    .quote_form .right .box .title i{
        width: 14px;
        height: 14px;
        transform: translateY(-3px);
    }
    .quote_form .right .box .title{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .quote_form .right .box p{
        font-size: 14px;
        line-height: 1.5;
    }
    .quote_form .right .frequently_list{

    }
    .quote_form .right .frequently_list .img{
        width: 30px;
        min-width: 30px;
        height: 30px;
    }
    .quote_form .right .frequently_list li.flex{
        gap: 15px;
        padding-bottom: 15px;
    }
    .quote_form .right .frequently_list li.flex p{
        font-size: 14px;
    }
    .quote_form .right .frequently_list li.flex + li{
        margin-top: 15px;
    }
    .quote_form .right .response_item{
        padding: 20px;
    }
    .quote_form .right .response_item img{
        width: 30px;
    }
    .quote_form .right .response_item strong{
        font-size: 16px;
    }
    .quote_form .right .response_item p{
        font-size: 14px;
        line-height: 1.5;
    }
    .quote_form .right .tips li{
        font-size: 14px;
    }
}

/* upload_item 文件名列表 */
.quote_form .form .upload_item{
    position: relative;
    cursor: pointer;
}
.quote_form .form .upload_item input[type="file"]{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}
.quote_form .form .upload_item .uploaded_files{
    position: relative;
    z-index: 3;
    list-style: none;
    margin: 1.6rem 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    text-align: left;
}
.quote_form .form .upload_item .uploaded_files .uploaded_file{
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.6rem 1rem;
    background-color: #f3f6fa;
    border: 1px solid #dde4ee;
    border-radius: 0.6rem;
    font-size: 1.4rem;
    color: var(--title);
    word-break: break-all;
}
.quote_form .form .upload_item .uploaded_files .file_size{
    color: #6b7a90;
    font-size: 1.2rem;
}
@media (max-width: 768px){
    .quote_form .form .upload_item .uploaded_files .uploaded_file{
        font-size: 13px;
    }
    .quote_form .form .upload_item .uploaded_files .file_size{
        font-size: 11px;
    }
}
