/* 区块1 */
.support-section1-container{
    width: 100%;
    height: 62.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.support-section1-container-bg{
    width: 100%;
    height: 62.5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.support-section1-container-bg-img{
    width: 100%;
    height: 62.5rem;
    object-fit: cover;
}
.support-section1-container-content{
    width: 100%;
    height: 62.5rem;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.support-section1-container-content-wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.support-section1-container-title{
    width: 100%;
    text-align: center;
    font-size: 4.375rem;
    color: #FFFFFF;
}

/* 区块2 */
.support-section2-container{
    width: 100%;
    padding: 10.3125rem 0;
}
.support-section2-desc-list{
    width: 100%;
}
.support-section2-desc{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    background-color: #f8f9fa;
    margin-bottom: 2.1875rem;
}
.support-section2-desc:last-of-type{
    margin-bottom: 0;
}
.support-section2-desc-left, .support-section2-desc-right{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.support-section2-desc-poster{
    width: 100%;
    height: 37rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.support-section2-desc-poster-img{
    width: 100%;
    height: 37rem;
    object-fit: cover;
}
.support-section2-desc-info{
    width: calc(100% - 11.25rem);
    padding: 0 5.625rem;
    height: 37rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.support-section2-desc-title{
    width: 100%;
    text-align: left;
    font-size: 2.5rem;
}
.support-section2-desc-description{
    width: 100%;
    padding-top: 2.5rem;
    text-align: left;
    font-size: 1.125rem;
    color: #8c8c8c;
    font-weight: lighter;
}
.support-section2-desc-actions{
    width: 100%;
    padding-top: 2.1875rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
.support-section2-desc-action{
    width: max-content;
    padding: 0 2.5rem;
    min-width: calc(12.0625rem - 5rem);
    height: 3.75rem;
    border-radius: 1.875rem;
    text-align: center;
    line-height: 3.75rem;
    font-size: 1.125rem;
    color: #FFFFFF;
    font-weight: lighter;
    background: linear-gradient(to right, #0c479a, #329dfb, #329dfb);
    text-decoration: none;
    margin-right: 1.875rem;
}
.support-section2-desc-action:hover{
    background: #0c479a;
}
.support-section2-desc-action:last-of-type{
    margin-right: 0;
}