.contact-page {
    overflow-x: hidden;
    background: #222;
    color: #e8eef6;
}

.contact-container {
    width: 1360px;
    max-width: calc(100% - 80px);
    margin: 0 auto;
}

.contact-breadcrumb {
    min-height: 270px;
    background: linear-gradient(rgba(0, 0, 0, .46), rgba(0, 0, 0, .46)), url("../../images/xiaobanner1.jpg") center center / cover no-repeat;
}

.contact-breadcrumb .contact-container {
    min-height: 270px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e8eef6;
    font-size: 16px;
    line-height: 1.5;
}

.contact-breadcrumb a {
    color: #e8eef6;
}

.contact-breadcrumb span {
    margin-left: 8px;
}

.contact-intro {
    padding: 52px 0 30px;
    text-align: center;
}

.contact-intro h1 {
    margin: 0 0 13px;
    color: #f4f4f4;
    font-family: "Oswald-Regular", Arial, sans-serif;
    font-size: 38px;
    font-weight: normal;
    line-height: 1.3;
}

.contact-intro p {
    margin: 0;
    color: #aaa;
    font-size: 16px;
    line-height: 1.7;
}

.contact-main {
    padding: 0 0 52px;
}

.contact-layout {
    display: grid;
    grid-template-columns: minmax(0, 7fr) minmax(360px, 5fr);
    gap: 54px;
    align-items: start;
}

.contact-info {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr);
    gap: 30px 42px;
}

.contact-item {
    min-width: 0;
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
}

.contact-item-wide {
    grid-column: 1 / -1;
}

.contact-icon {
    width: 50px;
    height: 50px;
    border: 1px solid #ffe70c;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffe70c;
    flex: 0 0 auto;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.contact-icon i {
    font-size: 26px;
    color: #ffe70c;
}

.contact-item h2 {
    margin: 0 0 6px;
    color: #fff;
    font-size: 20px;
    line-height: 1.25;
}

.contact-item p {
    margin: 0;
    color: #aaa;
    font-size: 16px;
    line-height: 1.65;
    word-break: break-word;
}

.contact-item a {
    color: #aaa;
}

.contact-form {
    min-width: 0;
}

/* Fluent Forms uses grouped fields instead of the original fieldset markup. */
.contact-form .fluentform {
    margin: 0;
}

.contact-form .fluentform .ff-el-group {
    margin: 0 0 15px;
}

.contact-form .fluentform .ff-el-input--content {
    margin: 0;
}

.contact-form .fluentform .ff-el-form-control {
    width: 100%;
    min-height: 0;
    border: 0;
    border-radius: 4px;
    box-sizing: border-box;
    background: #fff;
    color: #222;
    font-size: 14px;
    outline: 0;
    box-shadow: none;
}

.contact-form .fluentform input.ff-el-form-control {
    height: 32px;
    padding: 0 12px;
}

.contact-form .fluentform textarea.ff-el-form-control {
    min-height: 118px;
    padding: 9px 12px;
    resize: vertical;
}

.contact-form .fluentform button.ff-btn-submit {
    width: 146px;
    height: 38px;
    border: 0;
    border-radius: 4px;
    padding: 0;
    background: #ffe70c !important;
    color: #000 !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 38px;
    cursor: pointer;
    box-shadow: none;
}

.contact-form .fluentform .ff-errors,
.contact-form .fluentform .error {
    color: #ffe70c;
    font-size: 13px;
}

.contact-form fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

.contact-form legend {
    margin: 0 0 19px;
    color: #fff;
    font-family: "Oswald-Regular", Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    border: 0;
    border-radius: 4px;
    display: block;
    box-sizing: border-box;
    background: #fff;
    color: #222;
    font-size: 14px;
    outline: 0;
}

.contact-form input {
    height: 32px;
    margin-bottom: 15px;
    padding: 0 12px;
}

.contact-form textarea {
    min-height: 118px;
    margin-bottom: 17px;
    padding: 9px 12px;
    resize: vertical;
}

.contact-form button {
    width: 146px;
    height: 38px;
    border: 0;
    border-radius: 4px;
    background: #ffe70c;
    color: #000;
    font-size: 16px;
    cursor: pointer;
}

.contact-map {
    padding-bottom: 61px;
}

.contact-map iframe {
    width: 100%;
    height: 550px;
    border: 0;
    display: block;
}

@media (min-width: 1025px) {
    .contact-breadcrumb a:hover,
    .contact-item a:hover {
        color: #ffe70c;
    }
    .contact-icon:hover {
        transform: rotateY(180deg);
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
    }
    .contact-form button:hover {
        background: #ffd200;
    }
    .contact-form .fluentform button.ff-btn-submit:hover {
        background: #ffd200 !important;
    }
}

@media (max-width: 1024px) {
    .contact-container {
        max-width: calc(100% - 40px);
    }
    .contact-layout {
        grid-template-columns: 1fr;
        gap: 42px;
    }
}

@media (max-width: 767px) {
    .contact-container {
        max-width: calc(100% - 24px);
    }
    .contact-breadcrumb {
        min-height: 180px;
    }
    .contact-breadcrumb .contact-container {
        min-height: 180px;
    }
    .contact-intro {
        padding: 34px 0 28px;
    }
    .contact-intro h1 {
        font-size: 28px;
    }
    .contact-info {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .contact-item {
        grid-template-columns: 44px minmax(0, 1fr);
        gap: 14px;
    }
    .contact-icon {
        width: 44px;
        height: 44px;
        font-size: 21px;
    }
    .contact-item h2,
    .contact-form legend {
        font-size: 22px;
    }
    .contact-item p {
        font-size: 15px;
    }
    .contact-main {
        padding-bottom: 42px;
    }
    .contact-map {
        padding-bottom: 46px;
    }
    .contact-map iframe {
        height: 360px;
    }
}
