/*! minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css */
html,
body {
    height: 100%;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch
}

html {
    font-size: 62.5%;
    background: #000
}

body {
    font: 1.4rem/1.5 system, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "PingFang SC", "Segoe UI", "Microsoft Yahei", "Microsoft Jhenghei", "Hiragino Sans GB", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility
}

html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal
}

ul {
    list-style: none
}

button,
input,
select,
textarea {
    margin: 0
}

html {
    box-sizing: border-box
}

*,
*:before,
*:after {
    box-sizing: inherit
}

img,
embed,
iframe,
object,
audio,
video {
    height: auto;
    max-width: 100%
}

iframe {
    border: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0;
    text-align: left
}

@-ms-viewport {
    width: device-width
}

@media only screen and (min-device-width: 800px) {
    html {
        overflow: hidden
    }
}

html,
body {
    height: 100%;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    user-select: none;
    -webkit-text-size-adjust: 100%
}

body {
    font: 12px/1.5 -apple-system, BlinkMacSystemFont, Helvetica, Arial, sans-serif, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft Yahei', 'Microsoft Jhenghei';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    padding: 0;
    margin: 0
}

.iframe {
    width: 100%;
    height: calc(100% - 40px);
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    border: none;
    opacity: 0;
    display: none
}

.iframe.show {
    display: block;
    z-index: 10010;
    opacity: 1
}

.iframe.showmap {
    display: block;
    z-index: 10010;
    opacity: 1
}

.menu_main {
    width: 100%;
    position: fixed;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    font-size: 10px;
    z-index: 23000;
    left: 50%;
    transform: translate(-50%, 110%);
    transition: all .5s;
    max-width: 768px;
    background-color: rgba(0, 0, 0, 0.6);
    box-shadow: 0 -1px 2px rgba(255, 255, 255, 0.4);
    padding-left: constant(safe-area-inset-left);
    padding-left: env(safe-area-inset-left);
    padding-right: constant(safe-area-inset-right);
    padding-right: env(safe-area-inset-right);
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
    --size: 17px
}

.menu_main.show {
    transform: translate(-50%, 0)
}

.menu_main li {
    display: block;
    float: left;
    z-index: 99999;
    /* background-color: rgba(0, 0, 0, 0.7); */
    color: #fff;
    text-align: center;
    height: 40px;
    padding: 5px 0 0;
    flex: 1;
    white-space: nowrap;
    position: relative;
}

.menu_main li [class*='icon-'] {
    display: block;
    width: var(--size);
    height: var(--size);
    margin: 0 auto;
    background: url(../images/icon/icon_menu.svg) no-repeat left top/34px 170px
}

.menu_main li .icon-quyu {
    background-position: left top
}

.menu_main li .icon-quanjing {
    background-position: left calc(var(--size) * -1)
}

.menu_main li .icon-yuanlin {
    background-position: left calc(var(--size) * -2)
}

.menu_main li .icon-shangjie {
    background-position: left calc(var(--size) * -3)
}

.menu_main li .icon-shinei {
    background-position: left calc(var(--size) * -4)
}

.menu_main li .icon-frames {
    background-position: left calc(var(--size) * -5)
}

.menu_main li .icon-huxing {
    background-position: left calc(var(--size) * -6)
}

.menu_main li .icon-manyou {
    background-position: left calc(var(--size) * -7)
}

.menu_main li .icon-manyouout {
    background-position: left calc(var(--size) * -8)
}

.menu_main li .icon-shiye {
    background-position: left calc(var(--size) * -9)
}

.menu_main li .icon-more {
    background: none;
    font-size: 16px;
    line-height: 1.2
}

.menu_main li.active {
    background: rgba(255, 255, 255, 0.2)
}

.menu_main li.active .icon-quyu {
    background-position: -17px top
}

.menu_main li.active .icon-quanjing {
    background-position: -17px calc(var(--size) * -1)
}

.menu_main li.active .icon-yuanlin {
    background-position: -17px calc(var(--size) * -2)
}

.menu_main li.active .icon-shangjie {
    background-position: -17px calc(var(--size) * -3)
}

.menu_main li.active .icon-shinei {
    background-position: -17px calc(var(--size) * -4)
}

.menu_main li.active .icon-frames {
    background-position: -17px calc(var(--size) * -5)
}

.menu_main li.active .icon-huxing {
    background-position: -17px calc(var(--size) * -6)
}

.menu_main li.active .icon-manyou {
    background-position: -17px calc(var(--size) * -7)
}

.menu_main li.active .icon-manyouout {
    background-position: -17px calc(var(--size) * -8)
}

.menu_main li.active .icon-shiye {
    background-position: -17px calc(var(--size) * -9)
}

.menu_main li.active .icon-more {
    background: none;
    font-size: 16px;
    line-height: 1.2
}

.menu_main li.show .sub-nav {
    transform: scaleY(1)
}

@media all and (min-width: 768px) {
    .menu_main {
        font-size: 14px
    }

    .menu_main li {
        line-height: 40px;
        padding-top: 2px
    }

    .menu_main li [class*='icon'] {
        display: inline-block;
        vertical-align: -3px;
        margin-right: 3px
    }
}

.sub-nav {
    position: absolute;
    left: 0;
    bottom: 41px;
    width: 100%;
    margin: auto;
    justify-content: space-around;
    transform: scaleY(0);
    transform-origin: left bottom;
    transition: all .3s;
    max-width: 768px
}

.sub-nav span {
    text-align: center;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    font-size: 12px;
    display: block;
    padding: 10px 0;
    margin-bottom: 1px;
}

.sub-nav span.active {
    background: rgba(1, 1, 1, 0.2);
    color: #ffffff;
}

.sub-nav span b {
    display: block;
    width: 100%;
    line-height: 1;
    padding: 10px 0
}

.sub-nav span img {
    display: block
}

.ctrl_sider {
    display: block;
    position: fixed;
    right: 10px;
    top: 10px;
    width: 25px;
    z-index: 20000;
    font-size: 0
}

.icon_bg {
    display: inline-block;
    width: 26px;
    height: 26px;
    text-align: center;
    padding: 5px;
    margin-bottom: 15px;
    box-sizing: border-box;
    border-radius: 50%;
    background: rgba(18, 18, 18, 0.2);
    color: #fff;
    font-size: 14px
}

.icon_bg.active {
    background: #121212
}

.icon_bg svg {
    display: block;
    width: 16px;
    height: 16px;
    fill: #fff
}

[class*="icon-"] {
    display: block;
    width: 16px;
    height: 16px
}

[class*="icon-"] svg {
    display: block;
    width: 100%;
    height: 16px;
    fill: #fff
}

.icon-info svg: {
    fill: #f22;
}

.icon-music.musicPlaying {
    animation: rotateit 2s linear infinite
}

@-webkit-keyframes rotateit {
    to {
        transform: rotate(1turn)
    }
}

@media all and (orientation: landscape) {
    .ctrl_sider {
        top: 30px
    }
}

.map-container,
.info-container {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.3);
    z-index: -20000;
    transform: scale(0);
    transition: all .3s;
    opacity: 0
}

.map-container .sub-content,
.info-container .sub-content {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 85vw;
    padding: 40px 20px 20px;
    background: white;
    border-radius: 10px;
    box-shadow: 2px 3px 25px rgba(0, 0, 0, 0.6);
    transition: all .6s;
    opacity: 0
}

.map-container.show,
.info-container.show {
    transform: scale(1);
    opacity: 1;
    z-index: 200000
}

.map-container.show .sub-content,
.info-container.show .sub-content {
    opacity: 1
}

.info-container {
    color: #333;
    line-height: 2
}

.info-container .info-content h1 {
    font-size: 1.4em;
    text-align: center;
    color: #000
}

.info-container .info-content h2 {
    font-size: 1.2em;
    text-align: left;
    color: #111;
    padding-bottom: 10px
}

.info-container .info-content p {
    margin: 0;
    padding: 0 0 1em 30px;
    line-height: 1.65;
    text-align: left
}

.info-container .info-content span {
    display: inline-block;
    width: 30px;
    margin-left: -30px
}

.info-container .info-content .stat {
    max-height: calc(100vh - 300px);
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    font-size: 14px;
    padding: 0 10px 0 20px;
    line-height: 1.65;
    white-space: pre-wrap;
    word-break: break-word
}

.info-container a {
    color: #36373b;
    text-decoration: none
}

.map-container.show {
    background: white;
    z-index: 300000
}

.quyu-container {
    width: 100vw;
    height: calc(100vh - 40px);
    animation: ani_bg 2s ease-in-out;
    background-position: 100% center;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.quyu-container::-webkit-scrollbar {
    display: none
}

.quyu-container.show {
    display: block
}

.quyu {
    opacity: 0;
    overflow: scroll;
    height: calc(100vh - 40px)
}

.quyu img {
    display: block;
    width: auto;
    height: calc(100vh - 40px);
    min-width: 100vw;
    max-width: none
}

@keyframes ani_bg {
    0% {
        background-position: 100% center
    }

    100% {
        background-position: 50% center
    }
}

@media all and (max-width: 768px) {
    .quyu img {
        min-width: 100%
    }
}

.swiper-container {
    width: 100vw;
    height: 100%;
    margin: 0 auto;
    background: #f1f4f9
}

.swiper-slide {
    background-size: cover;
    background-position: center
}

.swiper-slide .swiper_target {
    display: inline-block;
    position: absolute;
    left: 10px;
    top: calc(50% - 190px);
    width: 77px;
    height: 138px
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 100px
}

.sec {
    display: inline-block;
    position: absolute;
    right: 10px;
    bottom: 100px;
    width: 50px;
    height: 20px;
    line-height: 20px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.5);
    font-size: 10px;
    color: #111;
    text-align: center
}

.sec.active {
    background: #fff
}

.house-content {
    width: 100vw;
    height: calc(100vh - 40px);
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    --color: #ba8e4e
}

.house-content .house-wrap {
    padding-bottom: 80px
}

.house-content .house-wrap h1 {
    padding: 30px 0;
    margin: 0;
    line-height: 1;
    color: var(--color);
    font-size: 24px;
    text-align: center
}

.house-content::-webkit-scrollbar {
    display: none
}

.house-content .tab_item {
    border-left: 6px solid var(--color);
    height: 70px;
    box-shadow: 0px 6px 20px 0px rgba(15, 34, 74, 0.2);
    background: #fff;
    position: relative;
    margin-bottom: 20px;
    font-size: 16px
}

.house-content .tab_item::before {
    position: absolute;
    left: 4%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: var(--color);
    content: attr(data-title);
    line-height: 1
}

.house-content .tab_item::after {
    position: absolute;
    left: 45%;
    bottom: 11px;
    font-size: 18px;
    color: var(--color);
    content: attr(data-area);
    line-height: 1;
    font-family: "Times New Roman"
}

.house-content .tab_item span:nth-of-type(1) {
    display: inline-block;
    border-left: .1vw solid #aaa;
    height: 44px;
    margin: 13px 0 0;
    padding-left: 12px;
    position: absolute;
    left: 22%;
    top: 0;
    color: #555;
    line-height: 1;
    font-size: 16px
}

.house-content .tab_item span:nth-of-type(1) em {
    display: block;
    font-style: normal;
    padding: 16px 0 0;
    font-size: 12px
}

.house-content .tab_item span:nth-of-type(2) {
    display: inline-block;
    height: 100%;
    line-height: 70px;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    color: #333;
    background: url(../images/search.svg) no-repeat right 10px center/14px;
    color: var(--color);
    font-size: 12px
}

.house-content .tab_item.show+.tab_content {
    padding-bottom: 50px;
    transform: scaleY(1);
    height: auto;
    opacity: 1
}

.house-content .tab_content {
    overflow: hidden;
    height: 0;
    transform: scaleY(0);
    transition: all .5s;
    opacity: 0
}

.house-content .tab_content img {
    width: 90%;
    margin: 0 auto
}

.house-content img {
    display: block;
    width: 100%
}

@media all and (min-width: 1000px) {
    .house-content .house-wrap {
        max-width: 80%;
        margin: 0 auto;
        padding: 0 100px
    }

    .house-content .house-wrap h1 {
        padding: 55px 0;
        font-size: 45px
    }

    .house-content .tab_item {
        margin-bottom: 40px
    }
}

.swiper-slide {
    overflow: hidden
}

.swiper-container {
    position: absolute;
    top: 0;
    left: 0;
    background: none;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background: white
}

@media all and (min-width: 768px) {

    .swiper-container .swiper-button-next,
    .swiper-container .swiper-button-prev {
        background-size: 28px 44px
    }
}

.closeit,
.closeit_black {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D'%23fff'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D%22M14.1%2C12l8.5-8.5c0.6-0.6%2C0.6-1.5%2C0-2.1s-1.5-0.6-2.1%2C0L12%2C9.9L3.5%2C1.4C3%2C0.9%2C2%2C0.9%2C1.4%2C1.4S0.9%2C3%2C1.4%2C3.5L9.9%2C12l-8.5%2C8.5%20c-0.6%2C0.6-0.6%2C1.5%2C0%2C2.1s1.5%2C0.6%2C2.1%2C0l8.5-8.5l8.5%2C8.5c0.6%2C0.6%2C1.5%2C0.6%2C2.1%2C0s0.6-1.5%2C0-2.1L14.1%2C12z%22/%3E%3C%2Fsvg%3E") no-repeat center center/50%;
    z-index: 99999;
    cursor: pointer
}

#second_close_info {
    position: absolute;
    display: inline-block;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    background: url('../images/icon/closeInfo.png') no-repeat center center/50%;
    z-index: 99999;
    cursor: pointer
}

.closeit_black {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D'%23111'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D%22M14.1%2C12l8.5-8.5c0.6-0.6%2C0.6-1.5%2C0-2.1s-1.5-0.6-2.1%2C0L12%2C9.9L3.5%2C1.4C3%2C0.9%2C2%2C0.9%2C1.4%2C1.4S0.9%2C3%2C1.4%2C3.5L9.9%2C12l-8.5%2C8.5%20c-0.6%2C0.6-0.6%2C1.5%2C0%2C2.1s1.5%2C0.6%2C2.1%2C0l8.5-8.5l8.5%2C8.5c0.6%2C0.6%2C1.5%2C0.6%2C2.1%2C0s0.6-1.5%2C0-2.1L14.1%2C12z%22/%3E%3C%2Fsvg%3E") no-repeat center center/50%
}

.video-container {
    height: 100vh
}

.video-container h2 {
    display: block;
    text-align: center;
    padding: 1em 0 2em;
    color: #d1b686;
    font-size: 1.4em
}

.video-container.show {
    display: block
}

.vid_play {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: calc(100vh - 40px);
    cursor: pointer;
    box-sizing: content-box
}

.vid_play::after {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 45px;
    height: 45px;
    border: 2px solid white;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D'%23fff'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D%22M2.579%2C23.633%20C2.157%2C23.633%201.734%2C23.512%201.352%2C23.291%20C0.668%2C22.868%200.265%2C22.124%200.265%2C21.319%20L0.265%2C2.803%20C0.265%2C1.998%200.668%2C1.254%201.352%2C0.831%20C2.036%2C0.408%202.881%2C0.368%203.606%2C0.73%20L22.121%2C9.988%20C23.269%2C10.572%2023.731%2C11.96%2023.168%2C13.108%20C22.947%2C13.55%2022.584%2C13.913%2022.121%2C14.154%20L3.606%2C23.412%20C3.284%2C23.553%202.922%2C23.633%202.579%2C23.633%20z%22/%3E%3C%2Fsvg%3E") no-repeat center center/20px;
    content: '';
    border-radius: 50%;
    display: inline-block;
    filter: drop-shadow(1px 1px 3px #111)
}

.modal-video {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: black;
    z-index: 99999
}

.modal-video video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    max-width: 100vw;
    max-height: calc(100vh - 40px)
}

.modal-video video::-webkit-media-controls-start-playback-button {
    display: none
}

.modal-video.active {
    display: block
}

.modal-video .closeit {
    left: 0
}

.video_loading {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    maring: 0;
    width: 100vw;
    height: calc(100vh - 40px);
    background: url(../images/loading2.svg) no-repeat center center/30px
}

.info-wrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    padding: 10px 0 50px;
    box-sizing: border-box;
    border-radius: 3px;
    color: white;
    font-size: 14px;
    backdrop-filter: blur(8px);
    z-index: 22000
}

.info-wrap .img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/loading2.svg) no-repeat center center/30px
}

.info-wrap .img img {
    display: block;
    width: auto;
    height: 100%
}

.info-wrap p {
    display: block;
    padding: 50px;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

@keyframes shines {
    0% {
        filter: drop-shadow(0 0 0 rgba(0, 135, 255, 0.5))
    }

    50% {
        filter: drop-shadow(0 0 10px #0087ff)
    }

    100% {
        filter: drop-shadow(0 0 0 rgba(0, 135, 255, 0.5))
    }
}

@keyframes showmarks {
    0% {
        transform: translate(0, -1000px)
    }

    100% {
        transform: translate(0, 0)
    }
}

.side-menu-left {
    position: fixed;
    bottom: 45px;
    left: 2px;
    z-index: 19999;
    padding: 5px 10px;
    background: rgba(23, 25, 22, 0.7);
    color: #fff;
    display: none;
    border-radius: 5px;
    margin-left: constant(safe-area-inset-left);
    margin-left: env(safe-area-inset-left);
    margin-right: constant(safe-area-inset-right);
    margin-right: env(safe-area-inset-right);
    margin-bottom: constant(safe-area-inset-bottom);
    margin-bottom: env(safe-area-inset-bottom);
}

.side-menu-left h2 {
    font-size: 12px;
    margin-bottom: 5px;
    text-align: center
}

.side-menu-left span {
    display: block;
    margin-bottom: 3px;
    font-size: 10px;
    padding-right: 20px;
    text-align: right;
    position: relative
}

.side-menu-left span::after {
    content: "";
    position: absolute;
    right: 0;
    top: 2px;
    width: 15px;
    height: 15px
}

.side-menu-left.subway span:nth-of-type(1)::after {
    background: rgb(217, 96, 222);
}

.side-menu-left.subway span:nth-of-type(2)::after {
    background: rgb(255, 119, 70);
}

.side-menu-left.subway span:nth-of-type(3)::after {
    background: rgb(155, 245, 116);
}

.side-menu-left.subway span:nth-of-type(4)::after {
    background: rgb(240, 255, 70);
}

.side-menu-left.subway span:nth-of-type(5)::after {
    background: rgb(70, 200, 255);
}

.side-menu-left.hx2 span:nth-of-type(1)::after {
    background: rgb(120, 187, 255);
}

.side-menu-left.hx2 span:nth-of-type(2)::after {
    background: rgb(113, 103, 255);
}

.side-menu-left.hx2 span:nth-of-type(3)::after {
    background: rgb(255, 173, 126);
}

.side-menu-left.hx4 span:nth-of-type(1)::after {
    background: rgb(255, 244, 120);
}

.side-menu-left.hx4 span:nth-of-type(2)::after {
    background: rgb(103, 171, 255);
}

.side-menu-left.hx4 span:nth-of-type(3)::after {
    background: rgb(255, 173, 126);
}

.side-menu-left.hx4 span:nth-of-type(4)::after {
    background: rgb(255, 126, 154);
}

.side-menu-left.lw span:nth-of-type(1)::after {
    background: rgb(173, 255, 126);
}

.side-menu-left.lw span:nth-of-type(2)::after {
    background: rgb(254, 216, 112);
}

.side-menu-left.dxyt span:nth-of-type(1)::after {
    background: #FCBD54;
}

.side-menu-left.dxyt span:nth-of-type(2)::after {
    background: #F5E946
}

.side-menu-left.dxyt span:nth-of-type(3)::after {
    background: #A3EF7A
}

.side-menu-left.dxyt span:nth-of-type(4)::after {
    background: #687DCE;
}

.side-menu-left.dxyt span:nth-of-type(5)::after {
    background: #FF99D6
}

.side-menu-left.dxyt span:nth-of-type(6)::after {
    background: #C4C4C4
}
.js_tel {
    position: fixed !important;
    right: 15px;
    bottom: 220px;
    width: 36px;
    height: 36px;
    background: #000;
}

.support_ctrl {
    position: fixed;
    right: 11px;
    bottom: 100px;
}

.time_ctrl {
    z-index: 20000;
    position: fixed;
    right: 11px;
    bottom: 50px;
    box-sizing: content-box;
    margin-left: constant(safe-area-inset-left);
    margin-left: env(safe-area-inset-left);
    margin-right: constant(safe-area-inset-right);
    margin-right: env(safe-area-inset-right);
    margin-bottom: constant(safe-area-inset-bottom);
    margin-bottom: env(safe-area-inset-bottom);
}

.time_ctrl_item,
.support_ctrl_item {
    width: 80px;
    height: 20px;
    border-radius: 10px;
    background-color: #000;
    font-size: 10px;
    text-align: center;
    color: #aaa;
    margin: 10px 0;
    line-height: 22px;
}

.disable {
    color: #888 !important;
}

/*# sourceMappingURL=main.css.map */