html,
body,
.wrapper {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

html {
    overflow: hidden;
}

body {
    position: relative;
    margin: 0 auto;
    max-width: 414px;
    overflow: hidden;
}

@media (min-width: 1080px) and (max-width: 1080px) {
    .aside .nav .item {
        font-size: 24px;
    }

    body,
    .wrapper {
        max-width: inherit !important;
    }
}

.ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.wrapper {
    position: relative;
    margin: 0 auto;
    max-width: 414px;
    background-color: #fff;
    overflow: hidden;
}

.title-bg {
    position: absolute;
    top: 13.9423%;
    width: 75%;
}

.bottom-bg,
.bottom_bottom_bg {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.top-bg {
    position: absolute;
    top: 0;
    width: 100%;
}

.logo {
    position: absolute;
    top: 78.2623%;
    width: 20.9375%;
}

.center {
    left: 0;
    right: 0;
    margin: auto;
}

.icon-wd {
    position: absolute;
    top: 2.8846%;
    right: 3.125%;
    width: 21.25%;
    z-index: 9;
}

.icon-wd-close {
    position: absolute;
    top: 11.3192%;
    right: 2.3438%;
    width: 4.0625%;
    z-index: 9;
}

.aside-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform .25s;
    transform: translateX(-100%);
    z-index: 9;
}

.aside {
    position: absolute;
    left: 0;
    top: 0;
    width: 38.53125%;
    height: 100%;
    transition: transform .25s;
    transform: translateX(-78.6%);
    z-index: 9;
    /*background: url("./assets/aside_03.png") repeat-y;*/
    /*background-size: 100% auto;*/
}

.icon-tooltip {
    position: absolute;
    top: 3.1731%;
    left: 8.594%;
    width: 5.625%;
    z-index: 5;
    animation: icon-tooltip-anim 1.5s linear infinite;
}

@keyframes icon-tooltip-anim {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.aside .bg {
    display: flex;
    height: 100%;
    flex-direction: column;
}

.aside .bg div {
    flex: 1;
    background: url("./assets/aside_03.png") repeat-y;
    background-size: 100% auto;
}

.nav {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 78.7333%;
    padding: 0 11.4943%;
    box-sizing: border-box;
}

.nav .item {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 29.8611% 0;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}

.line {
    display: block;
    width: 100%;
    height: 1px;
    content: '';
    background-color: #fff;
    transform: scaleY(.2);
}

.nav-top_bg {
    width: 100%;
    height: 14.5192%;
}

.icon-sy {
    display: block;
    width: 21.6442%;
}

.icon-jqgzl {
    display: block;
    width: 28.3582%;
}

.icon-rd {
    display: block;
    width: 29.8507%;
}

.icon-sd {
    display: block;
    width: 23.8805%;
}

.icon-tslh {
    display: block;
    width: 29.8507%;
}

.icon-yx {
    display: block;
    width: 27.6119%;
}

.nav-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 21.8391%;
    height: 9.4231%;
    border-radius: 0 5px 5px 0;
    z-index: 9;
}

.banner {
    display: flex;
}

.banner .btn {
    position: relative;
    width: 6.7971%;
    font-size: 12px;
    background-color: #d05961;
}

.banner .btn:after {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    content: '';
    width: 0;
    height: 0;
    border: .5em solid transparent;
}

.banner .btn.no:after {
    display: none;
}

.banner .prev-btn {
    border-right: 1px solid #fff;
}

.banner .prev-btn:after {
    transform: translate(-25%, -50%);
    border-right: .5em solid #fff;
}

.banner .next-btn:after {
    transform: translate(25%, -50%);
    border-left: .5em solid #fff;
}

.banner .next-btn {
    border-left: 1px solid #fff;
}