.contact_box{
    width: 100%;
    padding-top: calc(30px + 5rem);
    padding-bottom: calc(20px + 4rem);
}
.contact{
    max-width: 1440px;
    width: 85%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contact_pic{
    width: 50.4861%;
    height: calc(126px + 30rem);
}
.contact_pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contact_right{
    width: 43.2639%;
}
.contact_right .p1{
font-family: Alibaba;
font-size: calc(4px + 1.5rem);
color: #333333;
line-height: calc(20px + 2rem);
}
.contact_right .p2{
font-family: pingfang_regular;
font-weight: 400;
font-size: calc(8px + 0.5rem);
color: #777777;
line-height: calc(10px + 1rem);
margin-top: calc(2px + 1.5rem);
}
.contact_list{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: calc(5px + 1.5rem);
    margin-top: calc(6px + 3rem);
}
.contact_item{
font-family: pingfang_medium;
font-weight: 500;
font-size: calc(2px + 1rem);
color: #333333;
line-height: calc(10px + 1rem);
display: flex;
justify-content: flex-start;
align-items: center;
gap: calc(10px + 1rem);
}
.contact_item_icon{
    width: calc(10px + 2rem);
height: calc(10px + 2rem);
background: #FFFFFF;
box-shadow: 0px 0px calc(2px + 0.1rem) calc(0px + 0.1rem) rgba(0,0,0,0.06);
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
}
.contact_item img{
    width: calc(8px + 0.5rem);
}
.contact_item:nth-of-type(1) img{
    width: calc(15px + 0.5rem);
}
.contact_item:nth-of-type(5) img{
    width: calc(10px + 0.5rem);
}

.message_box{
    width: 100%;
    padding-top: calc(6px + 4rem);
    padding-bottom: calc(46px + 5rem);
    background: url(../images/message_bg.jpg) no-repeat;
    background-size: cover;
}
.message{
    max-width: 856px;
    width: 85%;
    margin: auto;
}
.message_title{
    margin-bottom: calc(20px + 2rem);
}
.message_title .p1{
font-family: Alibaba;
font-size: calc(4px + 1.5rem);
color: #333333;
line-height: calc(20px + 2rem);
text-align: center;
}
.message_title .p2{
font-family: pingfang_regular;
font-weight: 400;
font-size: calc(8px + 0.5rem);
color: #777777;
line-height: calc(5px + 1rem);
text-align: center;
margin-top: calc(3px + 0.5rem);
}

.message label span{
    display: none;
}
.message label{
font-family: pingfang_medium;
font-weight: 500;
font-size: calc(2px + 1rem);
color: #333333;
line-height: calc(10px + 1rem);

}


.message .fc-form-body{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: calc(6px + 2rem);
}
.message .col-md-10{
    margin-top: calc(8px + 0.5rem);
}

.message .form-group{
    width: 48.1308%;
    
}
.message .form-group:nth-of-type(3){
    width: 100%;
}
.message .form-group input{
    width: 100% !important;
    height: calc(2px + 3rem);
background: #FFFFFF;
border: 1px solid #E6E6E6;
}

.message .form-group textarea{
    width: 100% !important;
    height: calc(89px + 5rem);
background: #FFFFFF;
border: 1px solid #E6E6E6;
}
.message .submit{
    width: calc(68px + 5rem);
height: calc(18px + 2rem);
background: #981E34;
border-radius: calc(0px + 0.1rem);
margin: auto;
margin-top: calc(10px + 2rem);
}
.message .submit a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
font-family: pingfang_regular;
font-weight: 500;
font-size: calc(2px + 1rem);
color: #FFFFFF;
}

@media screen and (max-width: 1100px){
    .contact{
        flex-direction: column;
        justify-content: flex-start;
        gap: calc(10px + 1rem);
    }
    .contact_pic{
        width: 100%;
        height: auto;
    }
    .contact_right{
        width: 100%;
    }
    .contact_right .p1{
        font-size: calc(14px + 1rem);
    }
    .contact_right .p2{
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
    .contact_item{
        font-size: calc(10px + 1rem);
    }
    .contact_item_icon {
        width: calc(25px + 2rem);
        height: calc(25px + 2rem);
        
    }
    .contact_item img {
        width: calc(10px + 0.5rem);
    }
    .message_title .p1{
        font-size: calc(14px + 1rem);
    }
    .message_title .p2{
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
    .message .form-group{
        width: 100%;
    }
    .message label{
        font-size: calc(10px + 1rem);
    }
    .message .form-group input {
        height: calc(2px + 8rem);
    }
    .message .submit a{
        font-size: calc(10px + 1rem);
    }
    .message .submit {
        height: calc(22px + 2rem);
    }
}