/* 区块1 */
.license-section1-container{
    width: 100%;
}
.license-section1-container-header{
    width: 100%;
    height: 18.125rem;
    position: relative;
}
.license-section1-container-header-bg{
    width: 100%;
    height: 18.125rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.license-section1-container-header-bg-img{
    width: 100%;
    height: 18.125rem;
    object-fit: cover;
}
.license-section1-container-header-content{
    width: 100%;
    height: 18.125rem;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(27,29,54,0.75);
}
.license-section1-container-header-content-wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.license-section1-container-header-title{
    width: 100%;
    text-align: left;
    font-size: 4.5rem;
    color: #ffffff;
    font-weight: bold;
}
.license-section1-container-body{
    padding-top: 2.5rem;
}
.license-section1-container-description{
    width: 100%;
    text-align: left;
    font-size: 1rem;
}
.license-section1-container-description a{
    text-decoration: none;
    color: #e9511d;
}