* {
    padding: 0;
    margin: 0;
}

#app {
    width: 100%;
    position: relative;
}

.imgs {
    width: 100%;
    vertical-align: middle;
}

.head {
    display: flex;
    height: 120px;
    justify-content: space-between;
    align-items: center;
    padding: 0 1.25rem;
}

.head_logo {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.head_logo div {
    font-weight: 500;
    line-height: 1rem;
    height: 1rem;
    font-size: .32rem;
    color: #000000;
    width: 100%;
}

.tab {
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 10px 1.5rem;
}

.tab span {
    font-size: 0.32rem;
    color: #000000;
    margin-left: 60px;
    font-weight: 500;
    border-bottom: 4px solid transparent;
    cursor: pointer;
}

.tab span.active {
    color: #DEC187;
    border-bottom: 4px solid #DEC187;
}

.footer {
    width: 100%;
    position: absolute;
    bottom: 20px;
    left: 0;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
}

.footer a {
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
}

.footer a:visited {
    color: inherit;
}

.footer a:active {
    color: inherit;
}