/* 区块1 */
.showroom-section1-container{
    width: 100%;
    height: 62.5rem;
    position: relative;
}
.showroom-section1-container-bg{
    width: 100%;
    height: 62.5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.showroom-section1-container-bg-img{
    width: 100%;
    height: 62.5rem;
    object-fit: cover;
}
.showroom-section1-container-content{
    width: 100%;
    height: calc(62.5rem - 12.5rem);
    padding: 6.25rem 0;
    background: rgba(0,0,0,0.3);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
}
.showroom-section1-container-content-wrap{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}
.showroom-section1-container-left{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.showroom-section1-container-title{
    width: 100%;
    text-align: left;
    font-size: 3.3125rem;
    color: #ffffff;
}
.showroom-section1-container-description{
    width: 100%;
    padding-top: 2.1875rem;
    text-align: left;
    font-size: 1.625rem;
    color: #ffffff;
}
.showroom-section1-container-right{
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}
.showroom-section1-more-tips{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.showroom-section1-more-tips-title{
    font-size: 1.625rem;
    color: #ffffff;
    margin-right: 0.9375rem;
}
.showroom-section1-more-tips-icon{
    width: 1.5rem;
    height: 1.5rem;
    object-fit: contain;
}

/* 区块2 */
.showroom-section2-container{
    width: 100%;
    padding: 7.1875rem 0;
}
.showroom-section2-container-header{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}
.showroom-section2-container-header-left{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.showroom-section2-container-header-title{
    width: 100%;
    text-align: left;
    font-size: 3.3125rem;
}
.showroom-section2-container-header-description{
    width: 100%;
    padding-top: 0.9375rem;
    text-align: left;
    font-size: 1.3125rem;
}
.showroom-section2-container-header-right{
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}
.showroom-section2-container-header-tips{
    width: 100%;
    text-align: right;
    font-size: 1.0625rem;
}
.showroom-section2-container-body{
    width: 100%;
    padding-top: 4.6875rem;
}
.showroom-section2-desc-list{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
}
.showroom-section2-desc{
    width: 100%;
    height: 33.125rem;
    border-radius: 1.25rem;
    overflow: hidden;
    position: relative;
}
.showroom-section2-desc-poster{
    width: 100%;
    height: 33.125rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.showroom-section2-desc-poster-img{
    width: 100%;
    height: 33.125rem;
    object-fit: cover;
}
.showroom-section2-desc-info{
    width: calc(100% - 5rem);
    height: calc(33.125rem - 5rem);
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    background: rgba(0,0,0,0.2);
    position: absolute;
    top: 0;
    left: 0;
}
.showroom-section2-desc-title{
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    color: #ffffff;
}
.showroom-section2-desc-description{
    width: 100%;
    padding-top: 0.9375rem;
    text-align: center;
    font-size: 1.0625rem;
    color: #ffffff;
}

/* 区块3 */
.showroom-section3-container{
    width: 100%;
    padding: 12.1875rem 0;
    background-color: #000000;
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
}
.showroom-section3-container-content{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.showroom-section3-container-header{
    width: calc(100% - 15rem);
    padding: 0 7.5rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.showroom-section3-container-header-left{
    flex: 1;
    padding-right: 7.5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.showroom-section3-container-header-sub-title{
    width: 100%;
    text-align: left;
    font-size: 1.625rem;
    color: #ffffff;
}
.showroom-section3-container-header-title{
    width: 100%;
    padding-top: 1.5625rem;
    text-align: left;
    font-size: 3.3125rem;
    color: #ffffff;
}
.showroom-section3-container-header-description{
    width: 100%;
    padding-top: 3.4375rem;
    text-align: left;
    font-size: 1.5rem;
    color: #ffffff;
}
.showroom-section3-container-header-right{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
}
.showroom-section3-container-poster{
    width: 37.3125rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.showroom-section3-container-poster-img{
    width: 37.3125rem;
    object-fit: contain;
}
.showroom-section3-container-header-actions{
    width: 100%;
    padding-top: 2.8125rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.showroom-section3-container-header-action{
    padding: 0 2.1875rem;
    height: 4rem;
    line-height: 4rem;
    border: #beb5ae solid 1px;
    border-radius: 2.0625rem;
    text-align: center;
    font-size: 1.25rem;
    color: #beb5ae;
    text-decoration: none;
    margin-right: 0.625rem;
}
.showroom-section3-container-header-action:last-of-type{
    margin-right: 0;
}
.showroom-section3-container-header-action-primary{
    background: #25d366;
    color: #ffffff;
    border: #25d366 solid 1px;
}
.showroom-section3-container-footer{
    width: 100%;
    padding-top: 8.75rem;
}
.showroom-section3-desc-list{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 4.375rem;
    grid-row-gap: 4.375rem;
}
.showroom-section3-desc{
    width: 100%;
    padding: 2.0625rem 0;
    border-bottom: #ffffff solid 1px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.showroom-section3-desc-icon{
    width: 5rem;
    height: 5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.showroom-section3-desc-icon-img{
    width: 5rem;
    height: 5rem;
    object-fit: contain;
}
.showroom-section3-desc-title{
    width: 100%;
    text-align: left;
    font-size: 2.875rem;
    color: #ffffff;
    padding-top: 2.6875rem;
}

/* 区块4 */
.showroom-section4-container{
    width: 100%;
    position: relative;
}
.showroom-section4-container-bg{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.showroom-section4-container-bg-video{
    width: 100%;
    object-fit: contain;
}
.showroom-section4-container-content{
    width: 100%;
    padding: 6.875rem 0;
    position: absolute;
    top: 0;
    left: 0;
}
.showroom-section4-container-content-wrap{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.showroom-section4-container-header{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.showroom-section4-container-header-title{
    width: 100%;
    text-align: left;
    font-size: 3.3125rem;
    color: #ffffff;
}

/* 区块5 */
.showroom-section5-container{
    width: 100%;
    padding: 7.5rem 0;
}
.showroom-section5-container-content{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.showroom-section5-container-left{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.showroom-section5-container-left-header{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.showroom-section5-container-left-header-title{
    width: 100%;
    text-align: left;
    font-size: 3.3125rem;
}
.showroom-section5-contact-form{
    width: 100%;
    padding-top: 3.75rem;
}
.showroom-section5-contact-form-group{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 1.125rem;
    grid-row-gap: 1.125rem;
    margin-bottom: 1.125rem;
}
.showroom-section5-contact-form-item{
    width: calc(100% - 0.125rem);
    border: #a1a1a1 solid 1px;
    height: 3.375rem;
    border-radius: 1.75rem;
}
.showroom-section5-contact-form-input-wrap{
    width: calc(100% - 3.125rem);
    padding: 0 1.5625rem;
    height: 3.375rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.showroom-section5-contact-form-input{
    width: 100%;
    height: 3.375rem;
    line-height: 3.375rem;
    border: none;
    outline: none;
    font-size: 1.0625rem;
    color: #beb5ae;
}
.showroom-section5-contact-form-input::placeholder{
    color: #beb5ae;
}
.showroom-section5-contact-form-actions{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 1.25rem;
}
.showroom-section5-contact-form-btn{
    width: 16rem;
    height: 4.125rem;
    line-height: 4.125rem;
    border: none;
    outline: none;
    border-radius: 2.0625rem;
    text-align: center;
    background: #beb5ae;
    color: #ffffff;
    display: block;
    cursor: pointer;
    font-size: 1.25rem;
}
.showroom-section5-container-right{
    flex: 1;
    padding-left: 8.625rem;
}
.showroom-section5-contact-methods{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.showroom-section5-contact-method{
    width: 100%;
    padding: 1.75rem 0;
    border-bottom: #dedede solid 1px;
}
.showroom-section5-contact-method-header{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.showroom-section5-contact-method-title{
    font-size: 1.25rem;
    padding-right: 0.625rem;
}
.showroom-section5-contact-method-icon{
    width: 1.875rem;
    height: 1.875rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.showroom-section5-contact-method-icon-img{
    width: 1.875rem;
    height: 1.875rem;
    object-fit: contain;
}
.showroom-section5-contact-method-body{
    width: 100%;
    padding-top: 0.625rem;
}
.showroom-section5-contact-method-description{
    width: 100%;
    text-align: left;
    font-size: 1.625rem;
}
.showroom-section5-contact-method-btn{
    padding: 0 2.1875rem;
    width: max-content;
    display: block;
    height: 3.125rem;
    line-height: 3.125rem;
    border-radius: 1.5625rem;
    background: #25d366;
    color: #ffffff;
    font-size: 1rem;
    text-decoration: none;
    margin-top: 1.875rem;
}
.showroom-section5-contact-method-link, .showroom-section5-contact-method-tips{
    width: max-content;
    max-width: 100%;
    display: block;
    text-align: left;
    font-size: 1.5rem;
    color: #beb5ae;
    margin-top: 1.875rem;
}
.showroom-section5-contact-method-medias{
    width: 100%;
    margin-top: 1.875rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.showroom-section5-contact-method-media{
    width: 2.625rem;
    height: 2.625rem;
    border: #beb5ae solid 1px;
    border-radius: 1.375rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 1.125rem;
}
.showroom-section5-contact-method-media:hover{
    background: #beb5ae;
}
.showroom-section5-contact-method-media:last-of-type{
    margin-right: 0;
}
.showroom-section5-contact-method-media-icon{
    width: 1.125rem;
    height: 1.125rem;
    object-fit: contain;
    filter: grayscale(100%) brightness(50%);
}
.showroom-section5-contact-method-media:hover .showroom-section5-contact-method-media-icon{
    filter: none;
}