@font-face {
    font-family: "YouSheBiaoTiHei";
    src: url("../fonts/YouSheBiaoTiHei.eot");
    src: url("../fonts/YouSheBiaoTiHei.eot?#iefix") format("embedded-opentype"),
        url("../fonts/YouSheBiaoTiHei.woff2") format("woff2"),
        url("../fonts/YouSheBiaoTiHei.woff") format("woff"),
        url("../fonts/YouSheBiaoTiHei.ttf") format("truetype"),
        url("../fonts/YouSheBiaoTiHei.svg#YouSheBiaoTiHei") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: fallback;
}
.m-show {
    display: none;
}

.wrapper {
    position: relative;
    height: 100vh;
    overflow: hidden;
    font-family: "YouSheBiaoTiHei";
}
.wrapper img {
    width: 100%;
}
.bg {
    background: url(../images/pc-bg-01.jpg) no-repeat center bottom / cover;
}
.content {
    height: 100vh;
}
.inner {
    padding: 20px 0;
    min-height: 100vh;
}
.logo {
    width: 101px;
    height: 108px;
    background: url(../images/logo-white.png) no-repeat center / cover;
}
.title {
    width: 56%;
    max-width: 1300px;
    margin-top:300px;
}
.maps-list {
    width: 1300px;
    margin: 40px auto 0;
}
.maps-list ul {
    gap: 20px;
}
.maps-list li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 250px;
    height: 90px;
    padding: 0 20px;
    color: #ffffff;
    border-radius: 0px;
    background-color: rgba(0, 0, 0, 0.35);
    transition: transform 0.5s;
    cursor: pointer;
}
.bt {
    width: 54px;
    height: 54px;
    font-size: 20px;
    letter-spacing: 1px;
	line-height: 100%;
    background: transparent;
    border: 6px solid transparent;
}
.name {
    width: 96px;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
}
.maps-list li:hover {
    transform: scale(1.1);
}

.dime li:nth-child(1) {
	background: url(../images/menu-01.png) no-repeat center / 100% 100%;
}
.dime li:nth-child(2) {
	background: url(../images/menu-02.png) no-repeat center / 100% 100%;
}
.dime li:nth-child(3) {
	background: url(../images/menu-03.png) no-repeat center / 100% 100%;
}
.dime li:nth-child(4) {
	background: url(../images/menu-04.png) no-repeat center / 100% 100%;
}
.tips {
    margin-top: 40px;
}

.sidebar {
    position: relative;
    z-index: 10;
    width: 250px;
    height: 100vh;
    background: url(../images/pc-bg-02.jpg) no-repeat center / 100% 100%;
    font-size: 20px;
}
.sidebar .scroll-y {
    height: calc(100vh - 84px);
}
.logo-w {
    width: 170px;
    margin: 0 auto;
    padding: 30px 0 10px;
    cursor: pointer;
}
.sidebar ul {
    width: 160px;
    margin: 0 auto;
    padding-bottom: 30px;
}
.sidebar li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 160px;
    height: 60px;
    padding: 0 10px;
    margin-top: 10px;
    color: #ffffff;
    border-radius: 0px;
    background-color: rgba(0, 0, 0, 0.35);
    transition: transform 0.5s;
    cursor: pointer;
}
.sidebar li .bt {
    width: 48px;
    height: 48px;
    font-size: 18px;
}
.sidebar li .name {
    width: 80px;
    font-size: 20px;
}
.sidebar li.special {
    display: none;
}
.sidebar li:hover,
.sidebar li.active {
    transform: scale(1.2);
}
.sidebar li.active {
    background: #fff;
}
.sidebar li.active .bt {
    background: transparent;
}

.sidebar li.active:nth-child(1) {
    background: url(../images/menu-11.png) no-repeat center / 100% 100%;
}
.sidebar li.active:nth-child(2) {
    background: url(../images/menu-12.png) no-repeat center / 100% 100%;
}
.sidebar li.active:nth-child(3) {
    background: url(../images/menu-13.png) no-repeat center / 100% 100%;
}
.sidebar li.active:nth-child(4) {
    background: url(../images/menu-14.png) no-repeat center / 100% 100%;
}
.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    pointer-events: none;
}
.back-m{
    pointer-events: painted;
}
.logo-f {
    width: 150px;
}
.back {
    position: relative;
    width: 190px;
    height: 80px;
    padding: 0 30px 20px 100px;
    overflow: hidden;
    cursor: pointer;
    pointer-events: painted;
}
.flipped {
    transform: rotateY(180deg);
}

@media screen and (max-width: 767px) {
    .maps-list {
        width: 720px;
    }
}
@media screen and (max-width: 767px) {
    .m-show {
        display: block;
    }
    .pc-show {
        display: none;
    }
    .bg {
        background: url(../images/m-bg-01.jpg) no-repeat center bottom / cover;
    }
    .logo {
        width: 50px;
        height: 54px;
        background: url(../images/logo-white.png) no-repeat center / cover;
    }
    .title {
        margin-top:-50px;
    }

    .maps-list {
        width: 480px;
    }
    .tips {
		width: 30%;
        margin-top: 42px;
    }

    .sidebar {
        display: none;
    }
    .footer {
        padding: 0;
        background: url(../images/m-bg-02.png) no-repeat center / 100%;
    }
    .name {
        font-size: 24px;
        color: #ffffff;
        text-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.5);
    }
    .back {
        width: 50px;
        height: 50px;
        text-indent: -999px;
        padding: 0;
        background: url(../images/back-white.png) no-repeat center / 100%;
    }
}
@media screen and (max-width: 480px) {
    .title {
        width: 300px;
    }
    .maps-list {
        width: 300px;
    }
    .maps-list ul {
        gap: 15px;
    }
    .maps-list li {
        width: 140px;
        height: 60px;
        padding: 0 15px;
    }
    .bt {
        width: 34px;
        height: 34px;
        font-size: 14px;
        border-width: 3px;
    }
    .name {
        width: 64px;
        font-size: 16px;
    }
}
