/* __V3D_TEMPLATE__ - template-based file; delete this line to prevent this file from being updated */
button,canvas,div,h1,h2,h3,h4,h5,h6,input,li,p,ul {
	margin: 0;
	padding: 0
}

ul {
	list-style: none
}

a {
	text-decoration: none
}

button,input {
	outline: none
}

button {
	cursor: pointer;
	border: none
}

button,select {
	-webkit-appearance: none
}

img {
	vertical-align: middle
}

body,html {
	height: 100%
}

body,html {
	overflow: hidden
}

body {
	margin: 0;
	padding: 0;
	font-family: PingFangSC,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #111;
	color: #ddd
}

* {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

code {
	font-family: source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace
}

@font-face {
	font-family:iconfont;
	src:url(font/font_1135040_0g4szh54uh15.eot);
	src:url(font/font_1135040_0g4szh54uh15.eot#iefix) format("embedded-opentype"),url(font/font_1135040_0g4szh54uh15.woff2) format("woff2"),url(font/font_1135040_0g4szh54uh15.woff) format("woff"),url(font/font_1135040_0g4szh54uh15.ttf) format("truetype")
	
}

.icon-font {
	font-family: iconfont!important;
	font-size: 30px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.mt10 {
	margin-top: 10px
}

.App-logo {
	-webkit-animation: App-logo-spin 20s linear infinite;
	animation: App-logo-spin 20s linear infinite;
	height: 40vmin;
	pointer-events: none
}

.loading-root {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 99
}

.loading-header {
	width: 200px;
	position: fixed;
	left: 50%;
	top: 40%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%)
}

.loading-logo {
	width: 100%;
	margin-bottom: 10%
}

.progress-box {
	height: 1px;
	background: #4e4e4e
}

.progress-box .progress-inner {
	background: #fff;
	height: 1px
}

.loading-footer {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10% 10% 15%
}

.loading-footer .tips-box {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	border: 1px solid hsla(0,0%,100%,.12);
	border-radius: 4px;
	text-align: center;
	font-size: 12px;
	color: #ddd;
	margin-bottom: 12%
}

.loading-footer .tips-box>.left,.loading-footer .tips-box>.right {
	-webkit-flex: 1 1;
	flex: 1 1;
	padding: 8%
}

@media screen and (max-width:640px) {
	.loading-footer {
		display: block
	}

	.loading-header {
		width: 27.2%;
		margin: 25% auto;
		position: static;
		-webkit-transform: none;
		transform: none
	}
}

.logo-text {
	text-align: center;
	color: #333;
	font-size: 10px;
	-webkit-transform: scale(.75);
	transform: scale(.75);
	margin-top: 10px
}

.logo-text h3 {
	font-size: 14px;
	font-weight: 900
}

.appointment-root {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #010103;
	z-index: 50;
	padding: 0 10%;
	opacity: 0;
	transition: opacity .3s;
	-webkit-transform: scale(0);
	transform: scale(0)
}

.appointment-root.fade-in {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1
}

.appointment-root .title {
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	padding: 5% 0;
	margin-bottom: 10px
}

.appointment-root .sub-title {
	text-align: center;
	border-top: 1px dashed #888;
	width: 80%;
	margin: 0 auto
}

.appointment-root .sub-title h3 {
	font-size: 14px;
	color: #888;
	font-weight: 400;
	text-align: center;
	display: inline-block;
	background: #010103;
	padding: 5px 20px;
	position: relative;
	top: -15px
}

.appointment-root .input-box,.appointment-root .select-box {
	outline: none;
	width: 100%;
	height: 40px;
	border-radius: 2px;
	border: 1px solid #979797;
	background-color: #373737;
	color: #fff;
	font-size: 16px;
	padding: 0 10px;
	margin-bottom: 20px;
	box-sizing: border-box
}

.appointment-root .footer-box {
	width: 80%;
	margin: 20px auto 0
}

.appointment-root .button-box {
	width: 100%;
	height: 48px;
	border-radius: 2px;
	font-size: 16px;
	color: #fff;
	margin-bottom: 20px;
	background: transparent
}

.appointment-root .button-box.primary {
	background-color: #10d4c8
}

.appointment-root .button-box.line {
	border: 1px solid #fff
}

.header-root {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	padding: 20px 0 30px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	/* z-index: 50; */
	background-image: linear-gradient(0deg,hsla(0,0%,100%,0),hsla(0,0%,67.5%,.7))
}

.header-root>button {
	height: 30px;
	background: transparent;
	font-size: 13px;
	color: #fff;
	font-weight: 500;
	padding: 0 10px;
	border-radius: 20px;
	position: relative
}

.header-root>button .shadow-box {
	background: rgba(0,0,0,.32);
	width: 100%;
	height: 50%;
	opacity: .5;
	-webkit-filter: blur(12px);
	filter: blur(12px);
	display: block;
	width: 80px
}

.header-root>button .inner {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0
}

.header-root>button .icon-font {
	font-size: 14px;
	display: inline-block;
	vertical-align: middle
}

.header-root>button .svg-icon {
	display: inline-block;
	width: 20px;
	vertical-align: -5px
}

.header-root>button .text {
	display: inline-block;
	vertical-align: top
}

.header-root>button.header-btn.ar-btn {
	padding: 0 20px 0 10px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.header-root>button.header-btn.ar-btn .shadow-box {
	width: 50px
}

.header-root>button.header-btn.ar-btn .icon-font {
	font-size: 12px;
	margin-right: 3px;
	vertical-align: initial;
	text-shadow: 0 1px 16px rgba(0,0,0,.85)
}

.header-root>button.header-btn.appointment-btn .icon-font {
	width: 20px;
	height: 20px;
	background-image: url(data:image/png;
	base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAAXNSR0IArs4c6QAAAbNJREFUOBHNk7tKA0EUhnclCYKXQiQYRBsRooUgasDK4ANY+Ao2VltZaiEIgrZa+ARWqZNKtFbRJo1i4wVBIYWWCuv3b2aWvcY2Bz7OmTn/3M84Tr+b22uDvu9XyNdh0uje8Jeu676bdsoNpHroYKIiHBK2YRM0sVDcVg5KxP8bwjLImjCcHKE+aIAmLifzsTaCkhF6sURGA50HsmJGuttFUkdp5AoSCbQ6ha4mbSQq0IHYMWlr1zuG0ehIaUFjdL+BFWyAX4N7mEfwjf8C2Su8wCcckxvHD8IIaIE7qMM5ONEJVRoTcAJWPEasEjkA2RFogQ7YRYeIbVk5ybJpUWM1mAOJduEXrD0R7CkHVajRbtmkfHSHKtpVjiTRkmEZPwXboKMqLqCp4m8N0/gbCCz8KYh0sdrBI1yDHfBAvAWyU1gAu+AK8SzMsFtdTdyYVGXTjPfmt9CqwLPLRsNI6svJvPxpuhlpQL+l9xdEoK8noVaP1aRZVLWngpalvl70UYKluYsPhIs09uGZ+EI+SDqOHmAdzmAD7Y/pD134KGFPJGAyPZQK3taZKuEq8wEi4/o7/AOjQ/aMjs+qdwAAAABJRU5ErkJggg==);background-size: auto
}

.header-root>button.header-btn.appointment-btn .svg-icon {
	display: inline-block;
	width: 20px;
	vertical-align: -5px
}

.header-root>button.header-btn.appointment-btn {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.interior-header {
	position: fixed;
	top: 70px;
	right: 10px;
	width: 60px;
	height: 50px;
	border-radius: 2px;
	border: 2px solid #fff;
	box-shadow: 0 0 1px 0 rgba(0,0,0,.1);
	background: rgba(0,0,0,.2);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	line-height: 46px;
	text-align: center;
	color: #fff;
	box-sizing: border-box
}

.interior-header .mask {
	height: 100%
}

.interior-header .mask.isInterior {
	background: rgba(0,0,0,.45)
}

.interior-header>p {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	text-shadow: 0 0 1px #000
}

.tips-layer {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	/* z-index: 100; */
	background: rgba(0,0,0,.85);
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center
}

.tips-layer>p {
	width: 61.8%;
	padding: 20px;
	border-radius: 4px;
	border: 1px solid hsla(0,0%,100%,.3);
	font-size: 13px
}

.footer-box {
	position: fixed;
	left: 50%;
	bottom: 30px;
	width: 100%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	max-width: 800px;
	color: #fff;
	text-align: center;
	font-size: 12px
}

.footer-wrapper {
	background-image: linear-gradient(-60deg,rgba(79,79,79,.8),rgba(50,50,50,.8));
	padding: 3px 0
}

.footer-inner-wrapper {
	background-image: linear-gradient(-60deg,hsla(0,0%,54.1%,.8),rgba(90,90,90,.8));
	padding: 3px 0 3px 23px;
	width: 80%;
	left: -10%;
	-webkit-transform: skewX(-30deg) translateX(0);
	transform: skewX(-30deg) translateX(0)
}

.footer-inner-wrapper .interior-main-wrapper {
	-webkit-transform: skewX(0) translateX(0);
	transform: skewX(0) translateX(0)
}

.footer-wrapper-outside {
	width: 100%;
	overflow: hidden
}

.footer-wrapper-inner {
	display: -webkit-flex;
	display: flex;
	width: 200%;
	position: relative;
	transition: left .3s
}

.footer-sub-nav-container {
	-webkit-transform: skewX(-30deg);
	transform: skewX(-30deg)
}

.footer-wrapper-left,.footer-wrapper-right {
	-webkit-transform: skewX(-30deg) translateX(-4%);
	transform: skewX(-30deg) translateX(-4%);
	-webkit-flex: 1 1;
	flex: 1 1;
	display: inline-block
}

.footer-main-list {
	display: -webkit-flex;
	display: flex;
	padding: 0 3px 0 8%;
	position: relative
}

.footer-main-list:after,.footer-main-list:before {
	content: "";
	position: absolute;
	width: 10%;
	height: 1px;
	background: #a8a8a8
}

.footer-main-list:before {
	left: 0;
	top: 0
}

.footer-main-list:after {
	right: 0;
	bottom: 0
}

.footer-main-list.interior-list {
	padding-left: 10%
}

.footer-main-list.footer-nav-main-list {
	width: 92%
}

.footer-main-list.footer-nav-main-list>li:last-child {
	position: relative;
	margin-left: 10px;
	overflow: hidden
}

.footer-main-list.footer-setting-list {
	width: 100%
}

.footer-main-list.footer-setting-list:after {
	left: 0
}

.footer-main-list.footer-setting-list li:first-child {
	position: relative;
	-webkit-flex: 1 1;
	flex: 1 1;
	border-right: none;
	margin-left: 7px;
	margin-right: 0;
	line-height: 50px
}

.footer-main-list.footer-setting-list li:first-child>div svg {
	width: 16px;
	height: 16px
}

.footer-main-list.footer-setting-list li:first-child:before {
	content: "";
	position: absolute;
	left: -4px;
	top: 0;
	width: 1px;
	height: 100%;
	background-color: #a8a8a8
}

.footer-main-list.footer-setting-list li:first-child .icon-font {
	width: 13px;
	height: 20px;
	margin-left: 5px;
	background-repeat: no-repeat;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.footer-main-list.footer-setting-list li:first-child .shadow-box {
	width: 13px
}

.footer-main-list.footer-setting-list>li:nth-child(2) {
	border-left: none
}

.footer-main-list.footer-setting-list>li {
	-webkit-flex: 2 1;
	flex: 2 1
}

.footer-main-list.footer-setting-list>li:last-child {
	padding-right: 20px
}

.footer-main-list.footer-setting-list>li:last-child>.inner {
	margin-left: -10px
}

.footer-main-list>li {
	-webkit-flex: 1 1;
	flex: 1 1;
	height: 44px;
	border: 1px solid #a8a8a8;
	margin-left: -1px;
	cursor: pointer;
	position: relative
}

.footer-main-list>li:not(:last-child),.footer-main-list>li:not(nth-child(3)) {
	border-right: none
}

.footer-main-list>li.last {
	border: 1px solid #a8a8a8
}

.footer-main-list>li.active,.footer-main-list>li:hover {
	background-color: hsla(0,0%,54.5%,.75)
}

.footer-main-list>li.differ {
	margin-left: 10px;
	border: 1px solid #82bfab;
	color: #82bfab
}

.footer-main-list>li.differ:hover {
	background-color: #82bfab;
	color: #0b0b0b
}

.footer-main-list>li.differ.active {
	background-color: initial;
	color: #82bfab
}

.footer-main-list>li .shadow-box {
	background: rgba(0,0,0,.32);
	width: 61.8%;
	margin: 0 auto;
	height: 50%;
	opacity: .7;
	-webkit-filter: blur(10px);
	filter: blur(10px);
	-webkit-transform: translateY(50%);
	transform: translateY(50%)
}

.footer-main-list>li .inner {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: inline-block;
	vertical-align: middle;
	margin: 1px
}

.footer-main-list>li .inner.active {
	background-color: hsla(0,0%,100%,.15)
}

.footer-main-list>li .inner>div {
	-webkit-transform: skewX(30deg);
	transform: skewX(30deg)
}

.footer-main-list>li .inner .icon-font {
	display: block;
	width: 30px;
	height: 30px;
	margin: 0 auto;
	background-size: auto
}

.footer-main-list>li .inner svg {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.footer-main-list>li .inner .text {
	margin-top: -6px;
	-webkit-transform: scale(.8);
	transform: scale(.8);
	margin-left: -6px
}

.footer-main-list>li:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%
}

.interior-list:after {
	height: 0
}

.footer-sub-nav-container {
	position: absolute;
	left: 0;
	top: -53px;
	-webkit-transform: skewX(0);
	transform: skewX(0);
	padding-right: 20px;
	overflow: hidden;
	background: linear-gradient(90deg,rgba(0,0,0,.4) 60%,transparent)
}

.footer-sub-nav-container .footer-sub-nav-inner {
	margin-left: -20px;
	-webkit-transform: skewX(-30deg);
	transform: skewX(-30deg)
}

.interior-footer {
	-webkit-transform: skewX(30deg);
	transform: skewX(30deg);
	background: linear-gradient(90deg,hsla(0,0%,78.4%,.4) 60%,hsla(0,0%,78.4%,0))
}

.footer-sub-nav-list {
	padding: 8px 25px 3px 45px;
	display: -webkit-flex;
	display: flex
}

.footer-sub-nav-list.inner-sub-nav-list {
	-webkit-transform: skewX(-30deg);
	transform: skewX(-30deg)
}

.footer-sub-nav-list>li .inner {
	position: relative;
	margin-right: 25px;
	height: 18px;
	width: 28px;
	border: 1px solid #a8a8a8;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover
}

.footer-sub-nav-list>li .inner .icon-font {
	font-size: 18px;
	display: block;
	-webkit-transform: skewX(30deg);
	transform: skewX(30deg)
}

.footer-sub-nav-list>li .inner img {
	width: 100%;
	-webkit-transform: skewX(30deg) scale(1.35);
	transform: skewX(30deg) scale(1.35)
}

.footer-sub-nav-list>li .inner.active {
	border-color: #fff
}

.footer-sub-nav-list>li .inner.active:before {
	content: "";
	position: absolute;
	left: -3px;
	bottom: -3px;
	width: 3px;
	height: 3px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff
}

.footer-sub-nav-list>li .inner.active:after {
	content: "";
	position: absolute;
	top: -3px;
	right: -3px;
	width: 3px;
	height: 3px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff
}

.footer-sub-nav-list>li .text {
	-webkit-transform: translateX(-10%) skewX(30deg) scale(.85);
	transform: translateX(-10%) skewX(30deg) scale(.85);
	margin-left: -4px;
	padding-top: 2px;
	font-size: 10px
}

.interior-list-main {
	height: 100%;
	border-radius: 50%;
	border: 2px solid hsla(0,0%,100%,.1);
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	box-sizing: border-box
}

.interior-list-main .icon-font {
	font-size: 18px
}

.footer-differ-wrapper,.interior-main-wrapper {
	-webkit-transform: skewX(-30deg) translateX(-4%);
	transform: skewX(-30deg) translateX(-4%);
	text-align: center
}

.footer-differ-wrapper .inner-content,.interior-main-wrapper .inner-content {
	margin: 1px;
	padding-top: 3px;
	box-sizing: border-box;
	height: 42px
}

.footer-differ-wrapper .inner-content.active,.interior-main-wrapper .inner-content.active {
	background-color: hsla(0,0%,100%,.15)
}

.footer-differ-wrapper .inner-img-box,.interior-main-wrapper .inner-img-box {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 34px;
	border: 1px solid #a8a8a8
}

.footer-differ-wrapper .inner-img-box.active,.interior-main-wrapper .inner-img-box.active {
	border-color: #fff
}

.footer-differ-wrapper .inner-img-box.active:before,.interior-main-wrapper .inner-img-box.active:before {
	content: "";
	position: absolute;
	left: -3px;
	bottom: -3px;
	width: 3px;
	height: 3px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff
}

.footer-differ-wrapper .inner-img-box.active:after,.interior-main-wrapper .inner-img-box.active:after {
	content: "";
	position: absolute;
	top: -3px;
	right: -3px;
	width: 3px;
	height: 3px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff
}

.footer-differ-wrapper .img-box,.interior-main-wrapper .img-box {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover
}

.footer-differ-wrapper .img-text,.interior-main-wrapper .img-text {
	-webkit-transform: skewX(30deg) scale(.8);
	transform: skewX(30deg) scale(.8);
	margin-right: -7px;
	margin-top: -2px
}

.interior-tooltip-content {
	text-align: center
}

.interior-tooltip-content .icon-content {
	width: 38.2vw;
	height: 100px;
	border-radius: 4px;
	border: 1px solid hsla(0,0%,100%,.1);
	background-color: hsla(0,0%,100%,.15);
	text-align: center;
	box-sizing: border-box;
	padding-top: 15%;
	font-size: 13px;
	color: #ddd;
	margin-bottom: 20%
}

.interior-tooltip-btn {
	width: 120px;
	height: 40px;
	border-radius: 2px;
	border: 1px solid #979797;
	background-color: rgba(76,76,76,.9);
	font-size: 14px;
	color: #ddd
}

.differ-speed-btn {
	position: fixed;
	right: 70px;
	bottom: 100px;
	width: 60px;
	height: 60px;
	background-color: #969696;
	border: 4px solid hsla(0,0%,77.3%,.3);
	box-shadow: inset 0 0 10px 0 hsla(0,0%,100%,.7);
	border-radius: 50%;
	z-index: 15;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	-webkit-transform: skewX(30deg);
	transform: skewX(30deg);
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s,-webkit-transform .3s
}

.start-box {
	position: fixed;
	right: 3%;
	bottom: 20%;
	z-index: 15;
	padding: 4px;
	border-radius: 50%;
	background-color: rgba(20,188,178,.4);
	box-shadow: 0 0 0 4px rgba(20,188,178,.2)
}

.start-btn {
	width: 56px;
	height: 56px;
	background-color: #10d4c8;
	border-radius: 50%;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s,-webkit-transform .3s
}

.start-btn.disabled {
	opacity: .5
}

.start-btn.entrySpeed,.start-btn.navVisible {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.side-wrapper {
	position: fixed;
	right: 11px;
	top: 130px;
	width: 58px;
	/* z-index: 10; */
	border-radius: 2px;
	background-color: hsla(0,0%,54.5%,.2);
	text-align: center;
	font-size: 12px;
	font-weight: 500
}

.side-wrapper .text-box {
	height: 20px
}

.side-wrapper .text-box .shadow-box {
	height: 100%;
	background: rgba(0,0,0,.32);
	width: 100%;
	opacity: .6;
	-webkit-filter: blur(12px);
	filter: blur(12px);
	width: 66%;
	display: inline-block
}

.side-wrapper .text-box .text {
	position: absolute;
	left: 0;
	right: 0;
	top: 6px;
	color: #fff;
	text-shadow: 1px 0 0 hsla(0,0%,72.2%,.5)
}

.side-collapse-btn {
	width: 100%;
	background: transparent;
	color: #fff;
	height: 16px
}

.side-collapse-btn .icon-font {
	font-size: 12px
}

.side-collapse-btn.open {
	padding: 20px
}

.side-list {
	color: #fff;
	height: 0;
	transition: height .3s
}

.side-list.open {
	height: 235px;
	padding-top: 10px
}

.side-list.open>li {
	transition: opacity .4s;
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1
}

.side-list>li {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
	position: relative;
	height: 50px;
	margin-bottom: 15px
}

.side-list>li:first-child .inner>div {
	line-height: 36px
}

.side-list>li:first-child .inner>div svg {
	margin-left: -2px;
	margin-bottom: -2px
}

.side-list>li:nth-child(2) .inner>div {
	line-height: 34px
}

.side-list>li:nth-child(2) .inner>div svg {
	margin-bottom: -2px;
	margin-left: 0
}

.side-list>li:nth-child(3) .inner>div {
	line-height: 34px
}

.side-list>li:nth-child(3) .inner>div svg {
	margin-bottom: -2px
}

.side-list>li:last-child {
	margin-bottom: 0
}

.side-list>li .shadow-box {
	height: 100%;
	background: rgba(0,0,0,.32);
	width: 100%;
	opacity: .5;
	-webkit-filter: blur(12px);
	filter: blur(12px);
	width: 66%;
	display: inline-block
}

.side-list>li .inner {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0
}

.side-list>li .inner>div {
	width: 30px;
	height: 30px;
	background-color: hsla(0,0%,100%,.2);
	display: inline-block;
	border-radius: 50%;
	line-height: 32px;
	border: 1px solid transparent
}

.side-list>li .inner>div svg {
	margin-left: -2px;
	margin-bottom: -1px
}

.side-list>li .inner .text {
	line-height: 22px;
	text-shadow: 1px 0 0 hsla(0,0%,72.2%,.5)
}

.side-list>li .icon-font {
	font-size: 12px;
	width: 26px;
	display: inline-block;
	border-radius: 50%;
	line-height: 26px;
	height: 26px;
	background-size: auto
}

.side-list>li .active>div {
	border: 1px solid #fff
}

.differ-wrapper {
	position: fixed;
	left: 0;
	right: 0;
	top: 20px;
	z-index: 50
}

.differ-wrapper .differ-exit .shadow-box {
	width: 80px
}

.differ-header-wrapper {
	text-align: right;
	padding: 20px 0 30px;
	margin-top: -20px;
	background-image: linear-gradient(0deg,hsla(0,0%,100%,0),hsla(0,0%,67.5%,.7))
}

.car-list-btn {
	height: 30px;
	line-height: 30px;
	background-color: initial;
	font-size: 13px;
	color: #fff;
	font-weight: 500;
	padding: 0 10px;
	border-radius: 20px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	position: relative
}

.car-list-btn .shadow-box {
	background: rgba(0,0,0,.32);
	width: 100%;
	height: 50%;
	opacity: .5;
	-webkit-filter: blur(12px);
	filter: blur(12px);
	display: block;
	width: 80px
}

.car-list-btn .inner {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0
}

.car-wrapper {
	position: absolute;
	box-sizing: border-box;
	padding-top: 40px;
	width: 100vw;
	height: 100vh;
	z-index: 51;
	left: 0;
	top: -20px;
	text-align: center;
	background-color: rgba(0,0,0,.95);
	overflow: auto
}

.car-list>li {
	padding-top: 20px;
	font-size: 13px
}

.car-list>li img {
	width: 61.8%;
	max-width: 260px;
	border: 1px solid #666;
	background: #393939;
	margin-bottom: 5px
}

.car-list>li.active img {
	border-color: #fff
}

.exit-btn {
	position: fixed;
	left: 0;
	top: 20px;
	height: 30px;
	font-size: 13px;
	color: #fff;
	font-weight: 500;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	z-index: 30;
	border-radius: 2px;
	background-color: initial;
	line-height: 30px
}

.exit-btn .icon-font {
	margin-right: 3px;
	font-size: 12px
}

.exit-btn .shadow-box {
	background: rgba(0,0,0,.32);
	width: 100%;
	height: 50%;
	opacity: .5;
	-webkit-filter: blur(12px);
	filter: blur(12px);
	display: block;
	width: 80px;
	width: 60px
}

.exit-btn .inner {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0
}

.dial-gauge-container.differ .dial-gauge-root {
	-webkit-transform: scale(.5);
	transform: scale(.5);
	left: -25%;
	right: 23%
}

.dial-gauge-container.differ .dial-gauge-root:last-child {
	left: 23%;
	right: -25%
}

.dial-gauge-root {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	padding-top: 44%;
	background-image: url(../image/speed-bg.daa224ed.svg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 90%
}

.dial-gauge-root .icon-point {
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -7px;
	background: url(data:image/png;
	base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAFRCAYAAAB9gC0cAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyNTA3YzllMi1iMjAzLTQyMWMtYmNjOC1lMDI4ZmQwZjc1NmEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTVEREVCN0U1NUNFMTFFOUE2RkE4OUUxRjQ4QzJGQTMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTVEREVCN0Q1NUNFMTFFOUE2RkE4OUUxRjQ4QzJGQTMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxMzgxOGY2Yy01ODM5LTRmNGUtYjQ1NC1lMGY4NjE0ZjViZWEiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDoyMTAyMTY1NC05ZTM4LTExN2MtYjE0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) no-repeat top;background-size: 100%;
	width: 8px;
	height: 60%;
	-webkit-transform-origin: bottom center;
	transform-origin: bottom center
}

.dial-gauge-root svg {
	width: 100%;
	height: 100%
}

.dial-gauge-inner {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0
}

.dial-gauge-box {
	position: absolute;
	left: 50%;
	bottom: 5%;
	display: -webkit-flex;
	display: flex;
	text-align: center;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	color: #fff;
	-webkit-align-items: baseline;
	align-items: baseline
}

.dial-gauge-box>div {
	-webkit-flex: 1 1;
	flex: 1 1
}

.dial-gauge-box .unit-box {
	position: relative
}

.dial-gauge-box .unit-box .unit-box-inner {
	width: 50px;
	font-size: 16px;
	font-weight: 700
}

.dial-gauge-box .unit-box .unit-box-inner .unit {
	color: rgba(179,181,184,.5);
	display: block;
	padding-top: 4px;
	text-shadow: 0 1px 8px rgba(54,54,54,.5);
	font-weight: 400;
	font-size: 10px
}

.velocity-box {
	padding-top: 5%;
	margin-right: 0 8px
}

.velocity-box .v-text {
	font-size: 30px;
	font-weight: 600;
	text-shadow: 0 2px 8px rgba(54,54,54,.5)
}

.velocity-box .v-unit {
	font-size: 10px;
	color: #aaa;
	margin-bottom: -6px;
	text-shadow: 0 1px 4px rgba(85,85,85,.8);
	font-weight: 600;
	opacity: .7
}

.dial-gauge-circle {
	position: absolute;
	width: 90%;
	left: 50%;
	margin-left: -45%;
	top: 0;
	height: 100%;
	background: #ccc;
	border-radius: 50%;
	border: 10px solid;
	border-color: pink pink transparent
}

.wait-root {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	z-index: 30
}

.wait-root>img {
	width: 80px;
	border-radius: 50%
}

.viewer-root {
	width: 100vw;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0
}
/*# sourceMappingURL=main.4ed8310e.chunk.css.map */
/* body {
    margin: 0px;
    overflow: hidden;
} */

#container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.fullscreen-button {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-size: 100% 100%;
    display: none;
    z-index: 1;
}

.fullscreen-open {
    background-image: url('media/fullscreen_open.svg');
}

.fullscreen-close {
    background-image: url('media/fullscreen_close.svg');
}

/* removes tap blinking on ios devices */
* { -webkit-tap-highlight-color:rgba(0,0,0,0); }
