html, body, #app {
    height: 100%;
    overflow: hidden;
}
header {
    height: 68px;
    font-size: 20px;
    color: #000;
    padding: 0 5vw;
}

.header-left {
    gap: 3vw;
}

.header-left .tab, .header-right .tab {
    height: 68px;
    padding: 0 0.5vw;
    display: flex;
    align-items: center;
    white-space: nowrap;
    cursor: pointer;
    transition: linear 0.3s;
}

header .tab.active {
    background-color: rgba(11, 77, 155, 1);
    color: #fff;
}

header .tab:hover {
    background-color: rgba(11, 77, 155, 1);
    color: #fff;
}

.logo {
    margin-top: 14px;
    width: 201px;
    height: 44px;
}

.home .banner::-webkit-scrollbar {
    display: none;
}

.home .banner-control {
    position: absolute;
    bottom: 4vh;
    left: 50%;
    gap: 5px;
    transform: translateX(-50%);
}

.banner-control .banner-skip {
    width: 32px;
    height: 4px;
    background-color: rgba(255, 255, 255, .3);
}

.img-text {
    padding: 0 12.5vw;
}

.img-text .text {
    display: flex;
    margin-bottom: 0.88vw;
    font-size: 3.3vw;
}

.img-text .left-text {
    flex: 1;
    color: #333;
    font-weight: 300;
}

.img-text .text img {
    width: auto;
    height: 8.57vw;
    flex-grow: 0;
    flex-shrink: 0;
}

.img-text .text .right-tag {
    height: 9.89vw;
}

.img-text .extra {
    margin: 4vw 0;
    color: #1A1A1A;
    font-size: 1.3vw;
    font-weight: 400;
}

.img-text .special-extra-1 {
    text-align: center;
}

.img-text .special-extra-1 .info {
    gap: 6vw;
    margin-bottom: 1vw;
}

.img-text .special-extra-1 .info .wrap {
    font-size: 3vw;
    color: rgba(155, 198, 127, 1);
    font-weight: bold;
}

.img-text .special-extra-1 .info .wrap .jy {
    width: 1.5vw;
    height: 1.5vw;
    line-height: 1.5vw;
    display: inline-block;
    font-size: 0.8vw;
    color: #fff;
    background-color: rgba(155, 198, 127, 1);
    border-radius: 50%;
}

.img-text .special-extra-1 .info .wrap .unit {
    font-size: 2vw;
    font-weight: 400;
}

.img-text .special-extra-1 .info .wrap .name {
    color: #545454;
    font-weight: 300;
    font-size: 1.3vw;
}

img {
    width: 100%;
}

.service-1 > p {
    width: 50.25vw;
    font-weight: 400;
    font-size: 1.3vw;
    color: #1A1A1A;
    line-height: 2.9vw;
}

.service-1 .text-center {
    font-size: 2.2vw;
    color: #1A1A1A;
    font-weight: 400;
}

.service-1 .text-center .flex {
    font-size: 4.3vw;
    color: #CC88F3;
    font-weight: 900;
    line-height: 4vw;
}

.service-1 .text-center .flex span {
    font-family: DIN, DIN;
    font-size: 2.2vw;
    color: #1A1A1A;
    font-weight: 400;
    margin-bottom: -0.5vw;
}

.interest .text-center {
    font-size: 3vw;
    font-weight: 300;
    color: #333333;
}

.interest .special img {
    width: 19.48vw;
}

.interest .special > div {
    width: 52.97vw;
}
.interest .special > div p {
    font-size: 1vw;
}

.interest .special > div img {
    width: 100%;
}

.sanjiao {
    width: 0.6vw;
    height: 0.4vw;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
}

.community-labels:hover > div {
    background-color: rgba(43,127,255,.8);
}