.contact_box{
    width: 100%;
}

.contact{
    max-width: 1588px;
    width: 90%;
    margin: auto;
    padding: calc(10px + 0.5rem) 0;
    display: flex;
    justify-content: space-between;
    gap: calc(10px + 3rem);
}

.contact_right{
    flex: 1;
    padding-top: calc(25px + 0.5rem);
    padding-left: calc(10px + 3rem);
}


.contact_right .form-group{
display: flex;
justify-content: flex-start;
align-items: flex-start;
gap: calc(10px + 1rem);
}

.contact_right .form-group label{
    width: calc(40px + 3rem);
    font-size: calc(4px + 0.5rem);
    
    font-weight: bold;
    color: #666666;
    text-align: right;
}
.contact_right .form-group label span{
    color: red;
}


.contact_right .form-control{
    width: calc(104px + 30rem) !important;
    height: calc(4px + 1.5rem) !important;
    padding: 6px 12px;
    font-size: calc(4px + 0.5rem);
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: calc(2px + 0.1rem);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.contact_right .form-group:nth-of-type(4) .form-control{
    height: calc(14px + 5rem) !important;
}

.contact_right .fc-form-body{
display: flex;
flex-direction: column;
justify-content: flex-start;
gap: calc(10px + 0.5rem);
}

.contact_right .more{
    width: calc(80px + 5rem);
    height: calc(4px + 1.5rem);
    border-radius: calc(2px + 0.1rem);
    background-color: #337ab7;
    margin-left: calc(20px + 4rem);
}
.contact_right .more a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: calc(4px + 0.5rem);
}