body{

}

.contact-list{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 0.6rem;
}

.contact-forms{
    width: 64%;
    display: flex;
    flex-direction: column;
    align-content: space-between;
    align-items: stretch;
    justify-content: space-between;
    align-self: stretch;
}


.contact-r { width: 36%; }

.forms-title{
    font-size: 20px;
    color: #143d6b;
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
}
.forms-wrapper p.input-Verification{
    margin-bottom: 0;
}
.forms-wrapper{
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
}
.forms-wrapper p{
    border: 1px solid #ccc;
    width: 50%;
    flex: 1 0 calc(50% - 20px);
    display: flex;
    padding: 5px 8px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.forms-wrapper p input{
    border: 0;
    flex: 1;
    padding-left: 15px;
}
.contact-forms-label{
    display: flex;
    margin-left: 10px;
    align-items: center;
    white-space: nowrap;
}
.contact-forms-label i{
    color: red;
    font-size: 12px;
    font-style: normal;
    align-self: flex-start;
}
.contact-forms-label em{
    margin-left: 2px;
}
.contact-forms-textarea{
    width: calc(100%);
    min-height: 125px;
    border: 1px solid #ccc;
    margin-right: 20px;
    padding: 10px;
}

.contact-forms-privacy{
    font-size: 14px;
    color: #666;
    line-height: 26px;
    margin-top: 0.2rem;
    margin-right: 20px;
}
.contact-forms-privacy a{
    color: #0a3c81;
}
.contact-b-list{
    margin-top: 0.43rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.contact-b-list >div{
    display: flex;
    flex: 1;
    font-size: 12px;
    background-color: #f2f4f5;
    margin-right: 30px;
    padding: 23px 0;
    flex-direction: column;
    align-items: center;
    line-height: 20px;
}
.contact-b-list >div:nth-child(4n){
    margin-right: 0;
}
.contact-b-list >div >p:nth-child(1){
    border-radius: 50%;
}
.contact-b-list >div >p:nth-child(1) img{
    border-radius: 50%;
}
.contact-b-list >div >p:nth-child(2){
    font-size: 14px;
    color: #193e6a;
    margin-top: 5px;
}
.contact-b-list >div >p:nth-child(1) img{
    width: 82px;
    height: 82px;
    object-fit: cover;
    border-radius: 50%;
}

/* 尺寸适配 */
@media (max-width: 1660px) {

}
@media (max-width: 1280px) {

}
@media (max-width: 960px) {
    .contact-list{
        flex-direction: column;
    }
    .contact-forms{
        width: 100%;
    }
    .forms-title{
        font-size: 14px;
        color: #143d6b;
        margin-top: 0.2rem;
    }
    .forms-wrapper p{
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .contact-forms-textarea{
        margin-right: 0;
    }
    .contact-forms-privacy{
        margin-right: 0;
    }
    .contact-r{
        margin-top: 10px;
    }
    .contact-b-list{
        flex-direction: column;
    }
    .contact-b-list >div{
        width: 100%;
        margin-right: 0;
        margin-bottom: 0.4rem;
    }

    .contact-r { width: 100%; }
}





