.sylmbg h1 {
    font-size: 36px;
    font-family: HarmonyOS Sans SC;
    color: #000000;
    line-height: 1;
    text-align: center;
}

.contact-box .box1 .box-c {
    margin-top: 69px;
    display: flex;
    justify-content: space-between;
    background-color: rgba(247, 248, 250, 1);
}

.contact-box .box1 .box-c .l {
    width: 50%;
}

#container {
    width: 100%;
    height: 100%;
}

#container img {
    max-width: 100%;
}

.contact-box .box1 .box-c .r {
    width: 50%;
    padding: 50px;
}

.amap-marker-label {
    position: absolute;
    top: -40px !important;
    left: 70% !important;
    transform: translateX(-40%);
    border: none;
    background-color: transparent;
}

.contact-box .box1 .box-c .r .r-title {
    font-size: 24px;
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(232, 232, 232, 1);
}

.contact-box .box1 .box-c .r .list {
    margin-top: 36px;
}

.contact-box .box1 .box-c .r .list li {
    display: flex;
    font-size: 16px;
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    width: 100%;
}

.contact-box .box1 .box-c .r .list li:not(:last-child) {
    margin-bottom: 13px;
}

.contact-box .box1 .box-c .r .list li .li-l {
    min-width: 100px;
}

.contact-box .box1 .box-c .r .list li .li-r {
    flex: 1;
    font-size: 16px;
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    margin-left: 18px;
}

.contact-box .box2 {
    padding: 100px 0;
}

.contact-box .box2 .box-c {
    margin-top: 70px;
}

.contact-box .box2 .box-c .inputs {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contact-box .box2 .box-c .inputs .input-box {
    width: 49.28%;
    height: 70px;
    background: #F7F8FA;
    border-radius: 8px;
    display: flex;
    margin-bottom: 15px;
}

.contact-box .box2 .box-c .inputs .input-box.textarea {
    width: 100%;
    height: 180px;
}

.contact-box .box2 .box-c .inputs .input-box input,
.contact-box .box2 .box-c .inputs .input-box textarea {
    flex: 1;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    resize: none;
    background-color: transparent;
    font-size: 16px;
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    color: #333;
    padding: 0 26px;
}

.contact-box .box2 .box-c .inputs .input-box textarea {
    padding: 18px 26px;
}

.contact-box .box2 .box-c .inputs .input-box input::placeholder,
.contact-box .box2 .box-c .inputs .input-box textarea::placeholder {
    color: #777;
}

.contact-box .box2 .box-c .form-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}

.contact-box .box2 .box-c .form-btns .button {
    width: 300px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: #EFF1F4;
    border-radius: 8px;
    max-width: 42%;
    font-size: 18px;
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    color: #888888;
    cursor: pointer;
    border: none;
}

.contact-box .box2 .box-c .form-btns .button.submit {
    background: #2C518A;
    color: #fff;
    margin-left: 15px;
    border: none;
}


@media (max-width:1199px) {
    .contact-box .box1 {
        padding-top: 100px;
    }

    .contact-box .box2 {
        padding: 70px 0;
    }

    .contact-box .box1 .box-c,
    .contact-box .box2 .box-c {
        margin-top: 50px;
    }
}

@media (max-width:1024px) {

    .contact-box .box1 {
        padding-top: 60px;
    }

    .contact-box .box2 {
        padding: 60px 0;
    }

    .contact-box .box1 .box-c,
    .contact-box .box2 .box-c {
        margin-top: 40px;
    }

    .contact-box .box1 .box-c {
        flex-direction: column;
    }

    .contact-box .box1 .box-c .l {
        /* height: 400px; */
        width: 100%;
    }

    .contact-box .box1 .box-c .r .list {
        margin-top: 20px;
    }

    .contact-box .box1 .box-c .r {
        width: 100%;
        padding: 40px;
    }

    .contact-box .box1 .box-c .r .r-title {
        font-size: 22px;
        padding-bottom: 15px;
    }

    .contact-box .box2 .box-c .inputs .input-box {
        height: 45px;
    }

    .contact-box .box2 .box-c .form-btns .btn {
        height: 45px;
        line-height: 45px;
        width: 160px;
    }

    .contact-box .box2 .box-c .inputs .input-box input,
    .contact-box .box2 .box-c .inputs .input-box textarea {
        padding: 0 20px;
    }

    .contact-box .box2 .box-c .inputs .input-box textarea {
        padding: 10px 20px;
    }

}

@media (max-width: 768px) {

    .contact-box .box1 {
        padding-top: 50px;
    }

    .contact-box .box2 {
        padding: 50px 0;
    }

    .contact-box .box1 .box-c,
    .contact-box .box2 .box-c {
        margin-top: 35px;
    }

    .contact-box .box1 .box-c .r {
        padding: 30px 20px;
    }

    .contact-box .box1 .box-c .r .r-title {
        font-size: 20px;
    }

}


@media (max-width: 500px) {
    .contact-box .box2 .box-c .form-btns {
        margin-top: 15px;
    }

    .contact-box .box1 .box-c .r .r-title {
        padding-bottom: 5px;
    }

    .contact-box .box1 .box-c .r .list li .li-l {
        min-width: 90px;
    }

    .contact-box .box1 .box-c .r .list li {
        font-size: 14px;
        line-height: 20px;
    }

    .contact-box .box2 .box-c .inputs .input-box {
        width: 100%;
    }

    .contact-box .box1 {
        padding-top: 40px;
    }

    .contact-box .box2 {
        padding: 40px 0;
    }

    .contact-box .box1 .box-c,
    .contact-box .box2 .box-c {
        margin-top: 30px;
    }

}

}