.header-wrap {
    width: 100%;
    background-image: url('../../images/home/header-bg.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 7.14rem;
    padding: 0.68rem 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.56rem;
}

.header-logo {
    width: 1.3364rem;
    height: 0.4482rem;
    background-image: url('../../assets/icons/logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 0.87rem;
}

.header-contact {
    font-size: 0.16rem;
    color: #FFF;
    line-height: 0.24rem;
    text-align: right;
    margin-right: 0.47rem;
}

.header-content {
    display: flex;
    flex-direction: column;
    align-items: left;
    gap: 0.36rem;
    margin-left: 0.69rem;
}

.header-slogan {
    width: 5.8716rem;
    height: 0.71rem;
    background-image: url('../../images/home/slogan.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.header-subtitle {
    height: 0.32rem;
    font-size: 0.32rem;
    color: #FFF;
    line-height: 0.32rem;
    text-align: left;
    font-weight: 600;
}

.header-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0.2rem;
    margin-top: 2.03rem;
    margin-left: 0.69rem;
}

.header-tag {
    padding: 0.1rem 0.3rem;
    background: rgba(0, 11, 56, 0.4);
    border-radius: 1rem;
    border: 1px solid #FFF;
    font-size: 0.22rem;
    color: #FFF;
    line-height: 0.24rem;
    text-shadow: 0px 0.02rem 0.02rem rgba(5, 30, 78, 0.6);
    font-weight: 600;
}