.app-contact {
    width: 100%;
    padding: 60px 0 60px;
    overflow: hidden;
    background: url(../images/contact-bg.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
}

.app-contact-bottom {
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    background: url(../images/contact-bottom-bg.jpg) no-repeat center;
    background-size: cover;
}

.app-contact-bottom h3 {
    font-size: 24px;
    line-height: 34px;
}

.app-contact-bottom p {
    font-size: 18px;
    margin: 22px 0 0;
    line-height: 28px;
}

@media (min-width: 768px) {
    .app-contact-bottom h3 {
        font-size: 30px;
        line-height: 40px;
    }

    .app-contact-bottom p {
        font-size: 22px;
        line-height: 32px;
    }
}

@media (min-width: 1280px) {
    .app-contact-bottom {
        height: 240px;
    }
}

.app-contact-layout {
    overflow: hidden;
}

.app-contact-layout .app-contact-content {
    border-radius: 6px;
    padding: 6px;
    background: linear-gradient(-160deg, #296bf7 0%, #f1f5ff 51%);
}

.app-contact-layout .app-contact-content .box {
    width: 100%;
    height: 100%;
    padding: 0 20px;
    background: rgba(255, 255, 255, 0.6);
}

.app-contact-layout .app-contact-content .box .title {
    border-bottom: 1px solid #a3a3a3;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    padding: 20px 0 15px;
}

.app-contact-layout .app-contact-content .box .content {
    padding: 28px 0 38px;
}

.app-contact-layout .app-contact-content .box .item {
    line-height: 26px;
    margin: 0 0 14px;
}

.app-contact-layout .app-contact-content .box .item h4 {
    font-size: 16px;
    font-weight: normal;
    opacity: 0.6;
    line-height: 26px;
}

.app-contact-layout .app-contact-content .box .item p {
    font-size: 16px;
    margin: 5px 0 0;
    line-height: 26px;
}

.app-contact-layout .app-contact-content .box .wechat-content .item {
    margin: 0 0 36px;
}

.app-contact-layout .app-contact-content .box .wechat-button {
    background: #1bd629;
    width: 160px;
    height: 50px;
    display: flex;
    font-size: 16px;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    border-radius: 25px;
}

.app-contact-layout .app-contact-content .box .wechat-button i {
    display: block;
    width: 30px;
    margin-right: 7px;
    height: 25px;
    background: url(../images/wechat-icon.png);
    background-size: cover;
}

.app-contact-layout .app-contact-content .box .wechat-code {
    width: 156px;
    height: 167px;
    margin-left: 2px;
    margin-top: 18px;
    padding: 29px 18px 18px 18px;
    background: url(../images/wechat-code-bg.png);
    background-size: cover;
}

.app-contact-layout .app-contact-content .box .wechat-code img {
    width: 100%;
    height: 100%;
    display: block;
}

.app-contact-layout .app-contact-logo {
    margin: 20px 0 0;
    border-radius: 6px;
    background: #ffffff;
}

.app-contact-layout .app-contact-logo {
    padding: 0 20px;
}

.app-contact-layout .app-contact-logo .title {
    border-bottom: 1px solid #a3a3a3;
    font-size: 18px;
    color: #2a6bf7;
    display: flex;
    height: 51px;
    align-items: center;
    font-weight: 500;
}

.app-contact-layout .app-contact-logo .list {
    padding: 15px 0 20px;
}
.mySwiper2 {
    margin-top: 15px;
}
.app-contact-layout .app-contact-logo .list .swiper-slide img {
    width: 100%;
    display: block;
}

.app-contact-layout .app-contact-message {
    border-radius: 6px;
    margin: 20px 0 0;
    padding: 0 20px 38px;
    background: linear-gradient(-160deg, #a9c5ff 0%, #f1f5ff 46%);
}

.app-contact-layout .app-contact-message .title {
    border-bottom: 1px solid #a3a3a3;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    padding: 20px 0 15px;
}

.app-contact-layout .app-contact-message .form-box {
    padding: 26px 0 0;
}

.app-contact-layout .app-contact-message .form-box .form-group {
    margin: 0 0 17px;
}

.app-contact-layout .app-contact-message .form-box .form-group:nth-child(3) {
    margin: 0 0 27px;
}

.app-contact-layout .app-contact-message .form-box label {
    display: block;
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 7px;
}

.app-contact-layout .app-contact-message .form-box input[type="text"] {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 8px;
    border: 1px solid #d3d3d3;
    border-radius: 4px;
}

.app-contact-layout .app-contact-message .form-box select {
    width: 100%;
    display: block;
    height: 40px;
    padding: 0 8px;
    border-radius: 4px;
    border: 1px solid #d3d3d3;
    background: linear-gradient(to top, #d7e4fe, #ffffff);
}

.app-contact-layout .app-contact-message .form-box .form-group:nth-child(2) {
    display: flex;
}

.app-contact-layout .app-contact-message .form-box .form-group:nth-child(2) .form-item:nth-child(2) {
    margin-left: 18px;
}

.app-contact-layout .app-contact-message .form-box .form-group:nth-child(4) {
    margin-bottom: 47px;
}

.app-contact-layout .app-contact-message .form-box .checkbox-box {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 7px;
    border-bottom: 1px solid #d9dce3;
}

.app-contact-layout .app-contact-message .form-box .checkbox-box .checkbox-item {
    width: 33.3333%;
    line-height: 24px;
    margin: 0 0 18px;
    display: flex;
    align-items: center;
}

.app-contact-layout .app-contact-message .form-box .checkbox-box .checkbox-item:nth-child(7) {
    width: auto;
    margin-right: 36px;
}

.app-contact-layout .app-contact-message .form-box button {
    margin: 0 7px;
    color: #ffffff;
    display: flex;
    width: calc(100% - 14px);
    height: 40px;
    border-radius: 6px;
    border: none;
    justify-content: center;
    align-items: center;
    background: #2a6bf7;
    margin: 0 0 37px;
}

.app-contact-layout .app-contact-message input[type="checkbox"] {
    display: block;
    width: 15px;
    margin: 0 7px 0 0;
    height: 15px;
}

.app-contact-layout .app-contact-message .agree {
    display: flex;
    align-items: center;
    line-height: 24px;
}

.app-contact-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.app-contact-links a {
    background: #ffffff;
    display: block;
    width: calc(50% - 10px)
}

.app-contact-links a {
    display: flex;
    align-items: center;
    margin: 20px 0 0;
    height: 60px;
    border-radius: 6px;
}

.app-contact-links a .icon {
    width: 30px;
    margin: 0 10px;
}

.app-contact-links a .icon img {
    display: block;
    width: 100%;
}

.app-contact-links a h3 {
    font-size: 12px;
    font-weight: 500;
}

@media (min-width: 576px) {
    .app-contact-layout .app-contact-logo .list .logo {
        width: 33.33333%;
    }

    .app-contact-links a .icon {
        margin: 0 14px 0 20px;
    }

    .app-contact-links a h3 {
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    .app-contact-links {
        padding: 38px 0 0;
    }

    .app-contact-links a {
        height: 90px;
    }

    .app-contact-links a .icon {
        width: 50px;
    }

    .app-contact-layout .app-contact-logo .list .logo {
        width: 20%;
    }

    .app-contact-layout .app-contact-content .box .title {
        font-size: 20px;
        line-height: 36px;
        padding: 40px 0 25px;
    }

    .app-contact-layout .app-contact-content {
        padding: 12px;
    }

    .app-contact-layout .app-contact-content .box {
        padding: 0 50px;
    }

    .app-contact-layout .app-contact-content .box .content {
        display: flex;
    }

    .app-contact-layout .app-contact-content .box .wechat-content {
        margin-left: auto;
        margin-right: 18px;
    }

    .app-contact-layout .app-contact-message {
        padding: 0 40px 38px;
    }

    .app-contact-layout .app-contact-message .title {
        font-size: 20px;
        line-height: 36px;
        padding: 52px 0 25px;
    }

    .app-contact-layout .app-contact-logo .title {
        height: 71px;
        font-size: 20px;
    }
}

@media (min-width: 992px) {
    .app-contact-links {
        flex-wrap: nowrap;
    }

    .app-contact-links a {
        margin-left: 20px;
        height: 60px;
    }

    .app-contact-links a:first-child {
        margin-left: 0;
    }

    .app-contact-links a .icon {
        width: 30px;
        margin: 0 8px 0 15px;
    }

    .app-contact-links a h3 {
        font-size: 14px;
    }
}

@media (min-width: 1280px) {
    .app-contact-links a {
        height: 90px;
    }

    .app-contact-links a h3 {
        font-size: 16px;
    }

    .app-contact-links a .icon {
        width: 50px;
        margin: 0 14px 0 20px;
    }

    .app-contact {
        padding: 80px 0;
    }
    .app-contact-layout .app-contact-logo .list .logo {
        padding: 10px 20px;
    }

    .app-contact-layout {
        display: flex;
    }

    .app-contact-layout .left {
        width: calc(100% - 470px);
    }

    .app-contact-layout .right {
        width: 450px;
        margin-left: 20px;
        flex: 0 0 auto;
    }

    .app-contact-layout .app-contact-message {
        margin: 0;
    }

    .app-contact-layout .app-contact-logo {
        margin-top: 12px;
    }

    .app-contact-layout .app-contact-logo .list .logo img {
        height: 34px;
        object-fit: cover;
    }
}
@media (min-width: 1280px) {
    .app-header {
        position: relative;
    }
}