#app {
    width: 100vw;
    min-height: 100vh;
    background-color: #0e0021;
}

.header {
    width: 100%;
    height: 48px;
    background-color: #15002b;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.inner {
    width: 62.5vw;
}

.img-logo {
    /* width: 135px; */
    /* height: 33px; */
    height: 3.52vmin;
}

.tab-item {
    margin-left: 3.13vw;
    padding: 9px 0;
    cursor: pointer;
}

.tabs {
    height: 48px;
    font-family: Roboto;
    font-weight: 400;
    font-size: 1.25vmax;
}

.banner {
    width: 100%;
    height: 38.49vmax;
    background: top / cover no-repeat url("../images/bg.jpg");
}

.banner-info {
    width: 62.5vw;
    height: 38.49vmax;
    padding-top: 2.45vmax;
}

.img-slogan {
    width: 36.82vmax;
    height: 3.07vmax;
    display: block;
}

.title {
    width: 27.5vmax;
    margin-top: 1.56vmax;
    font-family: Roboto;
    font-weight: 600;
    font-size: 1.25vmax;
}

.sub-title {
    width: 27.5vmax;
    margin-top: 1.56vmax;
    font-family: Roboto;
    font-weight: 300;
    font-size: 1.25vmax;
    color: #FFFFFF;
    line-height: 1.67vmax;
    text-shadow: 0px 3px 0px rgba(0, 0, 0, 0.83);
}

.dw-gl-btn-box1 {
    margin-top: 1.56vmax;
}

.dw-gl-btn {
    width: 17.97vmax;
    height: 2.71vmax;
    cursor: pointer;

}

.dw-ap-btn-box {
    margin-top: 0.99vmax;
}

.dw-btn {
    width: 17.97vmax;
    height: 3.7vmax;
    cursor: pointer;
}

.center-banner {
    width: 100%;
}

.img-cbanner {
    width: 100%;
    height: 5.36vw;
    object-fit: cover;
}

.list-box {
    width: 62.5vw;
    margin: 0 auto;
    margin-top: 8.18vmax;
}

.list-item {
    width: 100%;
    min-height: 12.4vmax;
    margin-bottom: 4.06vmax;
}

.list-item-left {
    width: 50.47vmax;
    height: 100%;
    padding: 2.62vmax 2.14vmax;
    border-radius: 12px;
}

.list-left-bg {
    background: linear-gradient(90deg, #6E1098, #1A193C);
}

.list-right-bg {
    background: linear-gradient(90deg, #1A193C, #6E1098);
}

.list-title {
    font-size: 1.35vmax;
}

.list-sub-title {
    font-size: 1.25vmax;
    margin-top: 0.94vmax;
    line-height: 1.66vmax;
}

.img-right {
    width: 10.42vmax;
    height: 10.42vmax;
    position: relative;
    z-index: 10;
    left: -0.42vw;
}

.bottom-info {
    width: 100%;
    height: 2.5vmax;
    font-family: Roboto;
    font-weight: 300;
    font-size: 0.94vmax;
    color: #6F3235;
    background-color: #15002b;
}