.contact-page {
    width: 192rem;
    background-color: rgba(23, 23, 23, 1);
}

/* 联系我们 */
.contact-we {
    width: 192rem;
    height: 100rem;
    padding-left: 16rem;
}

.contact-we-body {
    width: 100%;
    height: 93rem;
    padding: 20.6rem 0 6rem 0;
    background: linear-gradient(
            180deg,
            rgba(23, 23, 23, 1) 0%,
            rgba(23, 23, 23, 0) 100%
        ),
        linear-gradient(90deg, rgba(23, 23, 23, 1) 0%, rgba(23, 23, 23, 0) 100%),
        linear-gradient(0deg, rgba(23, 23, 23, 1) 0%, rgba(23, 23, 23, 0) 25%),
        url("../images/contact/contact_bg.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.contact-we-body-icon {
    width: 10.1rem;
    height: 3.2rem;
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 3.2rem;
    color: rgba(244, 189, 0, 1);
}

.contact-we-body-title {
    width: 24rem;
    height: 8.7rem;
    opacity: 1;
    /** 文本1 */
    font-size: 6rem;
    font-weight: 700;
    line-height: 8.7rem;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 2.6rem;
}

.contact-we-body-info {
    width: 62.5rem;
    height: 6.8rem;
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 3.2rem;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 11rem;
}

.contact-we-body-phone {
    padding: 2.4rem 0 1.9rem 3rem;
    width: 66.1rem;
    height: 12.3rem;
    background: linear-gradient(
        90deg,
        rgba(247, 200, 0, 1) 0%,
        rgba(246, 133, 86, 1) 100%
    );
    border: 0.2rem solid rgba(0, 0, 0, 1);
    border-radius: 1.5rem 10rem 1.5rem 1.5rem;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 7rem;
}

.bi-telephone-inbound-fill {
    font-size: 5rem;
    color: rgba(0, 0, 0, 1);
    margin-right: 2.8rem;
}

.contact-we-body-phone-number > div:first-child {
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 3.5rem;
    color: rgba(0, 0, 0, 1);
}
.contact-we-body-phone-number > div:last-child {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 4.7rem;
    color: rgba(0, 0, 0, 1);
}

.contact-we-body-customer-image {
    position: absolute;
    right: 3rem;
    bottom: 0;
    width: 19.2rem;
    height: 20.7rem;
}

.contact-we-body-customer-address {
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 5rem;
    color: rgba(255, 255, 255, 0.6);
}

/* 客户服务 */

.customer-service-bg {
    /* background-color: #fff; */
}
.customer-service {
    width: 192rem;
    height: 13rem;
    padding: 0 16rem;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: linear-gradient(
        180deg,
        rgba(23, 23, 23, 1) 80%,
        rgba(23, 23, 23, 0.9) 100%
    ); */
}
.customer-service-item {
    width: 40rem;
    height: 13rem;
    border-width: 0 0 0 0.5rem;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.2);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}
.customer-service-item:last-child {
    border-width: 0 0.5rem 0 0.5rem;
}
.customer-service-item-title {
    text-align: center;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 4.4rem;
    color: rgba(255, 255, 255, 1);
}
.customer-service-item-bg {
    position: absolute;
    z-index: 0;
    font-size: 15rem;
    color: rgba(255, 255, 255, 0.1);
    left: 38%;
    top: -49%;
    font-weight: 500;
}

.customer-service-item-title-info {
    font-size: 2.2rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 3.2rem;
    color: rgba(247, 197, 4, 1);
    text-align: center;
}

/* 在线留言 */
.online-message {
    width: 192rem;
    height: 94rem;
    padding-right: 16rem;
}
.online-message-body-bg {
    width: 100%;
    height: 93rem;
    /* transform: scaleX(-1); */
    background: linear-gradient(
            180deg,
            rgba(23, 23, 23, 1) 0%,
            rgba(23, 23, 23, 0) 100%
        ),
        linear-gradient(
            270deg,
            rgba(23, 23, 23, 1) 0%,
            rgba(23, 23, 23, 0) 100%
        ),
        linear-gradient(0deg, rgba(23, 23, 23, 1) 0%, rgba(23, 23, 23, 0) 10%),
        url("../images/contact/customer_bg.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.online-message-body {
    width: 160rem;
    height: 100%;
    margin-left: 16rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.online-message-body-info {
    margin-right: 17rem;
    flex-shrink: 0;
}
.online-message-body-info > p:first-child {
    font-size: 4rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 5.8rem;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 2.5rem;
}

.online-message-body-info > p:nth-child(2) {
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 4.5rem;
    color: rgba(255, 255, 255, 1);
}

.online-message-body-info > p:nth-child(3),
.online-message-body-info strong {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 4.5rem;
    color: rgba(255, 255, 255, 1);
}

.online-message-body-info-card {
    margin-top: 11.6rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 72rem;
    height: 9.4rem;
}
.info-card-item {
    width: 22rem;
    height: 100%;
}

.info-card-item:last-child {
    width: 25rem;
}

.info-card-item > p:first-child {
    font-size: 3rem;
    font-weight: 700;
    line-height: 4.5rem;
    color: rgba(255, 255, 255, 1);
}

.info-card-item > p:last-child {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 4.5rem;
    color: rgba(255, 255, 255, 0.6);
}

.online-message-body-form {
    width: 57rem;
}

.online-message-body-form > div {
    margin-bottom: 2.6rem;
}
.online-message-body-form > div:last-child {
    margin: 0;
}
.form-name-number {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.form-name-number > .form-item {
    width: calc(50% - 1rem);
}
.form-control {
    height: 5.7rem;
    font-size: 1.8rem;
}
.iconfont {
    font-size: 2.2rem !important;
    color: rgba(247, 197, 4, 1);
    margin-right: 1rem;
    position: relative;
    top: 0.2rem;
}
.form-label {
    color: #fff;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 3.2rem;
    display: flex;
    align-items: center;
    height: 4rem;
    width: 100%;
}
.message-input {
    height: 15rem;
}

.item-download {
    width: 14rem;
    height: 4.5rem;
    margin: 0 auto;
    border-radius: 40px;
    color: #fff;
    background: rgba(247, 197, 4, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.2rem;
    cursor: pointer;
    transition: background 0.4s;
    box-shadow: 0 0 0.5rem rgba(44, 51, 128, 0.25);
    transition: all 0.3s;
}

.item-download:hover {
    transform: translateY(-0.3rem);
    background: rgba(247, 197, 4, 0.8);
}
