/* 区块1 */
.contact-section1-container{
    width: 100%;
    height: 62.5rem;
    position: relative;
}
.contact-section1-container-bg{
    width: 100%;
    height: 62.5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.contact-section1-container-bg-img{
    width: 100%;
    height: 62.5rem;
    object-fit: cover;
}
.contact-section1-container-content{
    width: 100%;
    height: calc(62.5rem - 14.375rem);
    padding: 7.1875rem 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
}
.contact-section1-container-content-wrap{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}
.contact-section1-container-title{
    width: 100%;
    text-align: left;
    font-size: 3.3125rem;
    color: #ffffff;
}
.contact-section1-container-description{
    width: 100%;
    text-align: left;
    font-size: 1.625rem;
    color: #ffffff;
    padding-top: 1.875rem;
}

/* 区块2 */
.contact-section2-container{
    width: 100%;
    padding: 7.5rem 0;
}
.contact-section2-container-content{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.contact-section2-container-left{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.contact-section2-container-left-header{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.contact-section2-container-left-header-title{
    width: 100%;
    text-align: left;
    font-size: 3.3125rem;
}
.contact-section2-contact-form{
    width: 100%;
    padding-top: 3.75rem;
}
.contact-section2-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;
}
.contact-section2-contact-form-item{
    width: calc(100% - 0.125rem);
    border: #a1a1a1 solid 1px;
    height: 3.375rem;
    border-radius: 1.75rem;
}
.contact-section2-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;
}
.contact-section2-contact-form-input{
    width: 100%;
    height: 3.375rem;
    line-height: 3.375rem;
    border: none;
    outline: none;
    font-size: 1.0625rem;
    color: #beb5ae;
}
.contact-section2-contact-form-input::placeholder{
    color: #beb5ae;
}
.contact-section2-contact-form-actions{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 1.25rem;
}
.contact-section2-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;
}
.contact-section2-container-right{
    flex: 1;
    padding-left: 8.625rem;
}
.contact-section2-contact-methods{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.contact-section2-contact-method{
    width: 100%;
    padding: 1.75rem 0;
    border-bottom: #dedede solid 1px;
}
.contact-section2-contact-method-header{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.contact-section2-contact-method-title{
    font-size: 1.25rem;
    padding-right: 0.625rem;
}
.contact-section2-contact-method-icon{
    width: 1.875rem;
    height: 1.875rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.contact-section2-contact-method-icon-img{
    width: 1.875rem;
    height: 1.875rem;
    object-fit: contain;
}
.contact-section2-contact-method-body{
    width: 100%;
    padding-top: 0.625rem;
}
.contact-section2-contact-method-description{
    width: 100%;
    text-align: left;
    font-size: 1.625rem;
}
.contact-section2-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;
}
.contact-section2-contact-method-link, .contact-section2-contact-method-tips{
    width: max-content;
    max-width: 100%;
    display: block;
    text-align: left;
    font-size: 1.5rem;
    color: #beb5ae;
    margin-top: 1.875rem;
}
.contact-section2-contact-method-medias{
    width: 100%;
    margin-top: 1.875rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.contact-section2-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;
}
.contact-section2-contact-method-media:hover{
    background: #beb5ae;
}
.contact-section2-contact-method-media:last-of-type{
    margin-right: 0;
}
.contact-section2-contact-method-media-icon{
    width: 1.125rem;
    height: 1.125rem;
    object-fit: contain;
    filter: grayscale(100%) brightness(50%);
}
.contact-section2-contact-method-media:hover .contact-section2-contact-method-media-icon{
    filter: none;
}

/* 区块3 */
.contact-section3-container{
    width: 100%;
    padding-bottom: 12.5rem;
}
.contact-section3-container-header{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.contact-section3-container-header-title{
    width: 100%;
    text-align: left;
    font-size: 2.5rem;
}
.contact-section3-container-body{
    width: 100%;
    padding-top: 2.1875rem;
}
.contact-section3-desc-list{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
}
.contact-section3-desc{
    width: 100%;
    color: #000000;
    text-decoration: none;
}
.contact-section3-desc-poster{
    width: 100%;
    height: 23.4375rem;
    border-radius: 1.25rem;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
}
.contact-section3-desc-poster-img{
    width: 100%;
    height: 23.4375rem;
    object-fit: cover;
}
.contact-section3-desc-poster-info{
    width: calc(100% - 4.375rem);
    height: calc(23.4375rem - 6.25rem);
    padding: 3.125rem 2.1875rem;
    background: rgba(0,0,0,0.2);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    position: absolute;
    top: 0;
    left: 0;
}
.contact-section3-desc-country{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.contact-section3-desc-country-icon{
    width: 1.125rem;
    height: 1.125rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.contact-section3-desc-country-icon-img{
    width: 1.125rem;
    height: 1.125rem;
    object-fit: contain;
}
.contact-section3-desc-country-title{
    flex: 1;
    padding-left: 0.625rem;
    text-align: left;
    font-size: 1.0625rem;
    color: #ffffff;
}
.contact-section3-desc-info{
    width: calc(100% - 0.625rem);
    padding: 1.25rem 0.3125rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.contact-section3-desc-title{
    width: 100%;
    text-align: left;
    font-size: 1.625rem;
}
.contact-section3-desc-tags{
    width: 100%;
    padding-top: 1.25rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
.contact-section3-desc-tag{
    width: max-content;
    padding:  0 1.25rem;
    height: 1.75rem;
    border-radius: 0.9375rem;
    border: #beb5ae solid 1px;
    color: #beb5ae;
    font-size: 0.9375rem;
    line-height: 1.75rem;
    margin-right: 0.5rem;
}
.contact-section3-desc-tag:last-of-type{
    margin-right: 0;
}