/* 区块1 */
.contact-section1-container {
    margin-top: 8.125rem;
    width: 100%;
    padding: 7.5rem 0;
    background-image: url("/wp-content/themes/bellestone/assets/images/temp/contact_section1_bg.png");
    background-position: top center;
    background-size: 100% auto;
}
.contact-section1-container-body {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

/* Sales Info */
.contact-section1-sales-info {
    width: calc(100% - 5.0625rem);
    padding-right: 5rem;
    border-right: #c1c1c1 solid 1px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.contact-section1-sales-info-header {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.contact-section1-sales-info-header-title {
    width: 100%;
    text-align: left;
    font-size: 2.5rem;
}
.contact-section1-sales-info-body {
    width: 100%;
    padding-top: 1.875rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.contact-section1-sales-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.contact-section1-sales {
    width: calc(100% - 4.375rem);
    height: calc(16.875rem - 3.75rem);
    padding: 1.875rem 2.1875rem;
    background: #eee7df;
    border-radius: 1.25rem;
    margin-bottom: 1.875rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.contact-section1-sales:last-of-type {
    margin-bottom: 0;
}
.contact-section1-sales-header {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.contact-section1-sales-avatar {
    width: 6rem;
    height: 6rem;
    border-radius: 3rem;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.contact-section1-sales-avatar-img {
    width: 6rem;
    height: 6rem;
    object-fit: cover;
}
.contact-section1-sales-header-info {
    flex: 1;
    padding-right: 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.contact-section1-sales-name {
    width: 100%;
    text-align: left;
    font-size: 1.875rem;
}
.contact-section1-sales-jobs {
    width: 100%;
    text-align: left;
    font-size: 0.9375rem;
    padding-top: 0.3125rem;
}
.contact-section1-sales-footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.contact-section1-sales-contact-methods {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.contact-section1-sales-contact-method {
    width: 100%;
    text-align: left;
    font-size: 1.125rem;
    color: #000000;
    text-decoration: none;
    margin-bottom: 0.625rem;
}
.contact-section1-sales-contact-method:last-of-type {
    margin-bottom: 0;
}
.contact-section1-sales-contact-method:hover {
    color: #21395b;
}

/* 联系表单 */
.contact-section1-contact-form {
    width: calc(100% - 6.3125rem);
    border-right: #c1c1c1 solid 1px;
    padding: 0 3.125rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.contact-section1-contact-form-header {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.contact-section1-contact-form-header-title {
    width: 100%;
    text-align: center;
    font-size: 2.5rem;
}
.contact-section1-container-form-header-description {
    width: 100%;
    padding-top: 1.875rem;
    text-align: left;
    font-size: 1.25rem;
}
.contact-section1-contact-form-body {
    width: 100%;
}
.contact-section1-contact-form-item {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0.625rem 0;
    border-bottom: #c1c1c1 solid 1px;
    margin-top: 1.25rem;
}
.contact-section1-contact-form-item-no-border {
    border-bottom: none;
}
.contact-section1-contact-form-label {
    width: max-content;
    padding-right: 0.625rem;
    text-align: left;
    font-size: 0.9375rem;
}
.contact-section1-contact-form-input-wrap {
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
.contact-section1-contact-form-input {
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    font-size: 0.9375rem;
    background: none;
}
.contact-section1-contact-form-description {
    width: 100%;
    text-align: left;
    font-size: 0.9375rem;
    line-height: 1.7;
}
.contact-section1-contact-form-btn {
    width: max-content;
    min-width: 10rem;
    padding: 0 2.5rem;
    height: 3rem;
    line-height: 3rem;
    border-radius: 1.5rem;
    text-align: center;
    font-size: 1rem;
    color: #ffffff;
    background: #21395b;
    border: none;
    outline: none;
}

/* 联系信息 */
.contact-section1-contact-info{
    width: calc(100% - 3.125rem);
    padding-left: 3.125rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
}
.contact-section1-contact-info-header{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
}
.contact-section1-contact-info-header-title{
    width: 100%;
    text-align: right;
    font-size: 2.5rem;
}
.contact-section1-contact-info-header-description{
    width: 100%;
    text-align: right;
    font-size: 0.9375rem;
    line-height: 1.7;
    padding-top: 1.875rem;
}
.contact-section1-contact-info-body{
    width: 100%;
    padding-top: 3.125rem;
}
.contact-section1-contact-showrooms{
    width: 100%;
}
.contact-section1-contact-showrooms-header{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
}
.contact-section1-contact-showrooms-header-title{
    width: 100%;
    text-align: right;
    font-size: 1.875rem;
}
.contact-section1-contact-showroom-list{
    width: 100%;
}
.contact-section1-contact-showroom{
    width: 100%;
    padding: 1.25rem 0;
    margin-top: 0.625rem;
    border-bottom: #c1c1c1 solid 1px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
}
.contact-section1-contact-showroom-name{
    width: 100%;
    text-align: right;
    font-size: 1.25rem;
}
.contact-section1-contact-showroom-description{
    width: 100%;
    padding-top: 0.625rem;
    text-align: right;
    font-size: 0.9375rem;
    line-height: 1.5;
    word-break: break-all;
}
.contact-section1-contact-social-medias{
    width: 100%;
    padding-top: 1.875rem;
}
.contact-section1-contact-social-media{
    width: 100%;
    text-align: right;
    position: relative;
    text-decoration: none;
    color: #000000;
    margin-bottom: 1.25rem;
    display: block;
}
.contact-section1-contact-social-media:last-of-type{
    margin-bottom: 0;
}
.contact-section1-contact-social-media-title{
    font-family: var(--font-heading), sans-serif;
    font-size: 1.25rem;
    font-weight: lighter;
}
.contact-section1-contact-social-media:first-of-type .contact-section1-contact-social-media-title{
    font-weight: bolder;
}
.contact-section1-contact-social-media-qrcode{
    width: 7.5rem;
    height: 7.5rem;
    position: absolute;
    right: 0;
    bottom: -7.5rem;
    background: #ffffff;
    display: none;
    z-index: 99;
}
.contact-section1-contact-social-media:hover .contact-section1-contact-social-media-qrcode{
    display: block;
}
.contact-section1-contact-social-media-qrcode-img{
    width: 7.5rem;
    height: 7.5rem;
    object-fit: contain;
}