.followUs {
    background: #f5f5f5;
    width: 100%;
    padding: 100px 0;
}

.followUs .followUs_title {
    font-size: 36px;
    line-height: 1;
    text-align: center;
    font-family: "HarmonyOS_Sans_Bold";
    font-weight: 500;
}

.followUs .followUs_menv {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 24px;
}

.followUs .followUs_menv .a_box a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.a_box a .aBoxprc {
    width: 66px;
    height: 66px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.a_box a .aBoxprc img {
    display: block;
    width: 100%;
}

.a_box a p {
    font-size: 18px;
    line-height: 30px;
    font-family: "HarmonyOS_Sans_Regular";
    color: #000000;
    margin-top: 4px;
}

.followUs .followUs_bom {
    margin-top: 60px;
    padding: 60px;
    background: #ffffff;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.followUs .followUs_bom .followUs_left {
    width: 36%;
}

.followUs .followUs_bom .followUs_left .followUs_lefttit {
    font-size: 24px;
    line-height: 30px;
    font-family: "HarmonyOS_Sans_Bold";
    font-weight: 500;
    color: #000000;
    position: relative;
    padding-bottom: 12px;
}

.followUs_left .followUs_lefttit::after {
    content: "";
    display: block;
    position: absolute;
    width: 45%;
    height: 2px;
    background: #f47900;
    bottom: 0px;
    left: 0;
}

.followUs_left .followUs_leftBom ul li {
    display: flex;
    font-size: 18px;
    line-height: 30px;
    font-family: "HarmonyOS_Sans_Regular";
    margin-top: 22px;
    color: #333333;
}

.followUs_left .followUs_leftBom ul li .followUs_ico {
    font-size: 18px;
    line-height: 30px;
    font-family: "HarmonyOS_Sans_Bold";
    font-weight: 500;
    color: #000000;
    margin-right: 4px;
    display: flex;
}

.followUs_left .followUs_leftBom ul li .followUs_ico .iconfont {
    font-size: 18px;
    display: block;
    margin-right: 4px;
}

.followUs .followUs_bom .followUs_right {
    width: 61%;
}

.followUs .followUs_bom .followUs_right .followUs_righttit {
    font-size: 24px;
    line-height: 30px;
    color: #000000;
    font-family: "HarmonyOS_Sans_Bold";
    font-weight: 500;
}

.followUs .followUs_bom .followUs_right .followUs_from {
    margin-top: 14px;
}

.followUs_right .followUs_from form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.followUs_right .followUs_from form .input {
    width: 49%;
    height: 40px;
    border: 1px solid #e6e6e6;
    margin-bottom: 12px;
    position: relative;
    z-index: 2;
}

.followUs_right .followUs_from form .input label {
    position: absolute;
    left: 1em;
    top: 50%;
    transform: translateY(-50%);
    color: #999999;
    font-family: "HarmonyOS_Sans_Regular";
    z-index: -1;
}

.followUs_right .followUs_from form .input input {
    width: 100%;
    height: 100%;
    border: none;
    background: none;
    text-indent: 1em;
}

.followUs_right .followUs_from form .input.textarea {
    width: 100%;
    height: 95px;
    border: 1px solid #e6e6e6;
}

.followUs_right .followUs_from form .input.textarea label {
    position: absolute;
    left: 1em;
    top: 0.8em;
    transform: translateY(0);
    line-height: 1;
}

.followUs_right .followUs_from form .input textarea {
    width: 100%;
    height: 100%;
    padding: 1em;
    border: none;
    outline: none;
    background: none;
}

.followUs_right .followUs_from form .buuton {
    margin: 0 auto;
    margin-top: 18px;
    width: 155px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f47900;
    color: #ffffff;
    font-family: "HarmonyOS_Sans_Regular";
    font-size: 16px;
    cursor: pointer;
    border: 0;
}

@media screen and (max-width: 1500px) {
    .followUs {
        padding: 80px 0;
    }
}

@media screen and (max-width: 1200px) {
    .followUs {
        padding: 60px 0;
    }

    .followUs .followUs_title {
        font-size: 32px;
    }

    .followUs .followUs_bom {
        margin-top: 30px;
        padding: 30px;
    }
}

@media screen and (max-width: 960px) {
    .followUs .followUs_menv {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        row-gap: 24px;
    }

    .followUs .followUs_bom .followUs_left {
        width: 100%;
    }

    .followUs .followUs_bom .followUs_right {
        width: 100%;
        margin-top: 24px;
    }

    .followUs {
        padding: 36px 0;
    }

    .followUs .followUs_title {
        font-size: 28px;
    }

    .followUs .followUs_bom {
        margin-top: 12px;
        padding: 12px;
    }

    .followUs .followUs_bom .followUs_left .followUs_lefttit {
        font-size: 20px;
    }

    .followUs .followUs_bom .followUs_right .followUs_righttit {
        font-size: 20px;
    }

    .followUs_left .followUs_leftBom ul li .followUs_ico {
        font-size: 16px;
    }

    .followUs_left .followUs_leftBom ul li {
        display: flex;
        font-size: 16px;
        line-height: 24px;
        margin-top: 12px;
    }
}

@media screen and (max-width: 480px) {
    .followUs .followUs_menv {
        grid-template-columns: repeat(2, 1fr);
    }

    .followUs_right .followUs_from form .input {
        width: 100%;
    }
}