.contact_main_box {
    width: 100%;
    padding: calc(30px + 5rem) 0;

    .contact_main {
        max-width: 1400px;
        width: 85%;
        margin: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;

        .contact_main_left {
            width: 44.1428%;

            .p1 {

                font-family: Microsoft YaHei;
                font-weight: bold;
                font-size: calc(10px + 1rem);
                color: #0072C1;
                line-height: 1;
            }

            .p2 {

                font-family: Microsoft YaHei;
                font-weight: 300;
                font-size: calc(10px + 0.5rem);
                color: #797979;
                line-height: 1;
                margin-top: calc(4px + 0.25rem);
            }

            .p3 {

                font-family: OPPOSans-R;
                font-weight: normal;
                font-size: calc(8px + 0.5rem);
                color: #333333;
                line-height: 1;
                margin-top: calc(5px + 4rem);
                border-bottom: 1px solid #E7E7E9;
                padding-bottom: calc(10px + 1.5rem);
            }
        }
    }
}

.contact_type {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: calc(7px + 1.5rem);
    margin-top: calc(9px + 1.5rem);

    .contact_type_item {
        p:nth-of-type(1) {
            letter-spacing: 6px;
            font-family: Microsoft YaHei;
            font-weight: 400;
            font-size: calc(6px + 0.5rem);
            color: #999999;
            line-height: 1;
        }

        p:nth-of-type(2) {
            font-family: Microsoft YaHei;
            font-weight: 400;
            font-size: calc(10px + 0.5rem);
            color: #141212;
            margin-top: calc(5px + 0.25rem);

        }
    }

    .contact_type_item:nth-of-type(1) {
        width: calc(46px + 10rem);
    }

    .contact_type_item:nth-of-type(3) {
        width: 100%;
        border: 1px solid #E7E7E9;
        border-left: none;
        border-right: none;
        padding: calc(10px + 1.5rem) 0;
    }
}

.contact_main_right {
    width: 45%;

    .p4 {

        font-family: Microsoft YaHei;
        font-weight: 400;
        font-size: calc(4px + 1rem);
        color: #333333;
        line-height: 1;
    }

    .contact_message {
        width: 100%;
        margin-top: calc(2px + 1.5rem);

        .form-group {
            width: calc(7px + 15rem);
            height: calc(16px + 2rem);
        }

        .form-group:nth-of-type(4) {
            .form-control {
                padding-top: calc(1px + 1rem);
            }
        }

        .form-group:nth-of-type(4) {
            width: 100% !important;
            height: calc(4px + 10rem);
        }

        .col-md-10 {
            width: 100%;
            height: 100%;
            background: #F3F4F5;
            border-radius: 4px;

            input {

                font-family: Microsoft YaHei;
                font-weight: 400;
                font-size: calc(6px + 0.5rem);
                color: #666666;
            }

            .form-control {
                width: 100% !important;
                height: 100% !important;
                background-color: transparent;
                border: none;
                outline: medium;
                font-family: Microsoft YaHei;
                font-weight: 400;
                font-size: calc(6px + 0.5rem);
                color: #666666;
                padding-left: calc(6px + 1rem);

            }

        }
    }
}

.fc-form-body {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: calc(5px + 0.5rem);
}

.form-group:nth-of-type(3) {
    width: 100% !important;
}

.portlet-body {
    width: calc(50px + 5rem);
    height: calc(16px + 2rem);
    background: #0072C1;
    border-radius: calc(0px + 0.2rem);
    margin-top: calc(5px + 1rem);

    .form-actions {
        width: 100%;
        height: 100%;

        button {
            width: 100%;
            height: 100%;
            background-color: transparent;
            border: none;
            font-family: OPPOSans-R;
            font-weight: normal;
            font-size: calc(6px + 0.5rem);
            color: #FFFFFF;

        }
    }

}


.message_box{
    width: 100%;
}
.message{
    max-width: 1400px;
    width: 85%;
    margin: auto;
}









@media (max-width: 1100px) {
    .contact_main_box {
        .contact_main {
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            gap: calc(10px + 1rem);

            .contact_main_left {
                width: 100%;

                .p1 {
                    font-size: calc(14px + 1rem);
                }

                .p2 {
                    font-size: calc(10px + 1rem);
                }

                .p3 {
                    font-size: calc(10px + 1rem);
                }
            }
            .contact_main_right {
                width: 100%;
            }
        }
    }

    .contact_type {
        .contact_type_item:nth-of-type(1) {
            width: calc(70px + 25rem);
        }
    }

    .contact_type {
        .contact_type_item {
            p:nth-of-type(1) {
                font-size: calc(12px + 1rem);
            }

            p:nth-of-type(2) {
                font-size: calc(10px + 1rem);
                line-height: 1.5;
            }
        }
    }
    .contact_main_right {
        .p4{
            font-size: calc(14px + 1rem);
        }
         .contact_message {
            .form-group {
                width: calc(7px + 38rem);
                height: calc(16px + 7rem);
            }
        }
    }
    .contact_main_right {
        .contact_message {
             .col-md-10 {
                .form-control {
                    font-size: calc(10px + 1rem);
                }
            }
        }
    }
    .portlet-body {
         .form-actions {
            button {
              font-size: calc(10px + 1rem);
            }
        }
    }
    .portlet-body {
      width: 100%;
      height: calc(16px + 4rem);
    }
}