@charset "utf-8";

html {
	height:100%;
	margin:0;
	padding:0
}

body {
	font-family:"Microsoft YaHei",微软雅黑;
	font-size:12px;
	color: #fff;
	overflow: hidden;
	height:100%;
	margin:0;
	padding:0;
	background:#01091e
}

.waterMark{
	width: 800px;
	height: 300px;
	background-image: url("../../../imgs/waterMark.png");
	background-position: center;
	background-repeat: no-repeat;
	pointer-events: none;
	user-select: none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	position: fixed;
	z-index: 9999;
	left: calc( 50% - 400px );
	bottom: 100px;
}

::-webkit-scrollbar {
	width: 6px;
	height: 1px;
}
::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	background: #444444;
}
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	border-radius: 10px;
	background: rgba(0,0,0,0.7);
}

@font-face {
	font-family: LCD;
	src: url("../fonts/UnidreamLED.eot"), url("../fonts/UnidreamLED.otf"), url("../fonts/UnidreamLED.ttf"), url("../fonts/UnidreamLED.woff");
}


#main3d, #buwarp{
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	overflow:hidden;
}



.circle-bar{
	font-size:80px;
	width: 1em;
	height: 1em;
	position: fixed;
	background-color: #0086ea;
	left: 50%;
	top: calc( 50% - 80px );
	z-index: 777;
	transition: opacity .4s, transform .4s;
	opacity: 1;
}

.circle-bar.hide{
	transform:scale(2);
	opacity: 0;
}

.circle-bar::after{
	content: "";
	display: block;
	position: absolute;
	width: calc( 100% - 2px );
	height: calc( 100% - 2px );
	left: -1px;
	top: -1px;
	border-radius: 50%;
	border: #000000 solid 2px;
}

.circle-bar-left, .circle-bar-right{
	width: 1em;
	height: 1em;
	background-color: #333333;
}

.circle-bar-right{
	clip:rect(0,auto,auto,.5em);
}
.circle-bar-left {
	clip:rect(0,.5em,auto,0);
}

.circle-mask{
	width: 0.8em;
	height: 0.8em;
	background-color: #000000;
	text-align: center;
	line-height: 0.2em;
	color:#ffffff;
}
.circle-mask :first-child{
	font-size: 0.2em;
	height: 0.8em;
	line-height: 0.8em;
	display: block;
}

.circle-bar * {
	position: absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
}

.circle-bar, .circle-bar > * {
	border-radius: 50%;
}



#floatinfo {
	background:#FFF;
	font-size:12px;
	color:#333;
	position:absolute;
	padding:5px 8px;
	display:none;
	text-align:center;
	-moz-box-shadow:0px 2px 5px rgba(0,0,0,.2);
	-webkit-box-shadow:0px 2px 5px rgba(0,0,0,.2);
	box-shadow:0px 2px 5px rgba(0,0,0,.2);
	pointer-events:none
}

#floatinfo span {
	font-size:15px;
	color:#000;
	font-weight:bold
}


.zinfo {
	transform: scale(0.75);
	background:rgba(0,0,0,.7);
	font-size:16px;
	position:absolute;
	z-index:88;
	padding:2px 5px;
	text-align:center;
	pointer-events:none;
	font-weight:bold
}

.zinfo span {
	font-size:12px;
	color:#bbbbbb	
}


.topbar{
	position: absolute;
	width: 100%;
	height: 74px;
	text-align: center;
	top: 0;
	left: 0;
	z-index: 5;
	font-size: 0;
	display: none;
	user-select: none;
}

.topbar .maintitle{
	font-size: 34px;
	font-weight: bold;
	color: #ffffff;
	letter-spacing: 4px;
	height: 74px;
	display: inline-block;
	background: url("../imgs/maintitle_bg.png");
	line-height: 64px;
	position: relative;
}

.topbar .maintitle::before{
	display: block;
	content: "";
	position: absolute;
	width: 314px;
	height: 74px;
	left: -314px;
	top: 0;
	background: url("../imgs/maintitle_left.png");
}

.topbar .maintitle::after{
	display: block;
	content: "";
	position: absolute;
	width: 314px;
	height: 74px;
	right: -314px;
	top: 0;
	background: url("../imgs/maintitle_right.png");
}

.topbar .showtime{
	position: absolute;
	left: 20px;
	top: 8px;
	color: rgba(255,255,255,0.7);
}

.topbar .showtime .time{
	font-size: 45px;
	position: absolute;
	left: 0;
	top: 0;
	font-family: LCD, serif;
}

.topbar .showtime .date{
	font-size: 14px;
	position: absolute;
	left: 100px;
	top: 8px;
	line-height: 18px;
	width: 200px;
	text-align: left;
	font-weight: bold;
}

.topbar .showtime .date span{
	font-size: 12px;
}


.topbar .showweather{
	position: absolute;
	font-size: 14px;
	color: rgba(255,255,255,0.7);
	right: 10px;
	top: 16px;
	padding-right: 50px;
	width: auto;
}

.topbar .showweather .info svg{
	width: 50px;
	height: 50px;
	fill: currentColor;
	position: absolute;
	left: -60px;
	top: -6px;

}

.topbar .showweather .info{
	display: inline-block;
	height: 40px;
	border-right: rgba(255,255,255,0.2) solid 1px;
	position: relative;
	text-align: left;
	left: 65px;
	line-height: 20px;
	margin-right: 10px;
	padding-right: 10px;
}

.topbar .showweather .info b {
	font-family: LCD, serif;
	font-size: 26px;
	font-weight: normal;
	margin-right: 3px;
}

.topbar .showweather .info:last-child{
	border: 0;
}






.gbtn {
	display:inline-block;
	vertical-align:top;
	width:36px;
	height:36px;
	background:rgba(0,0,0,0.6);
	border-radius:50%;
	cursor:pointer;
	color:#FFF;
	text-align:center;
	border:#ffffff solid 2px
}

.gbtn:hover, .gbtn.active {
	background:#ffffff;
	color:#000000
}

.gbtn.disable{
	opacity:0.1
}

.gbtn svg {
	width:26px;
	height:26px;
	fill:currentcolor;
	margin-top:5px
}

#btnwarp {
	height:54px;
	background:url(../imgs/Bottombar.png) top right;
	position:absolute;
	left:0;
	bottom:200px;
	padding:0 20px 0 6px;
	display:none
}

.bubtnwarp {
	position:absolute;
	width:calc( 40% + 50px );
	height:52px;
	top:calc( 50% - 23px );
	left:-23px;
	white-space:nowrap;
	overflow:hidden
}


#btnwarp div{
	margin:8px 3px 0 3px;
}

.bubtnwarp div{
	margin-right:calc( 100% - 109px );
	width:46px;
	height:46px
}

.bubtnwarp div svg{
	width:36px;
	height:36px
}


#buwarp {
	display: none;
}


#buinfo {
	position:absolute;
	width:70%;
	top:60px;
	bottom:260px;
	left:15%;
	-moz-box-shadow:0 2px 12px rgba(0,0,0,.2);
	-webkit-box-shadow:0 2px 12px rgba(0,0,0,.2);
	box-shadow:0 2px 12px rgba(0,0,0,.2);
}
	
#buwarp .fmask1, #buwarp .fmask2, #buwarp .fmask3, #buwarp .fmask4 {
	position:absolute;
	background:rgba(66,66,66,0.8)
}
	
#buwarp .fmask1{
	width:100%;
	height:60px;
	left:0;
	top:0
}

#buwarp .fmask2{
	width:15%;
	height:100%;
	left:0;
	top:60px
}

#buwarp .fmask3{
	width:15%;
	height:100%;
	right:0;
	top:60px
}

#buwarp .fmask4{
	width:70%;
	height:260px;
	left:15%;
	bottom:0;
}

#buinfo .tb, #buinfo .bb, #buinfo .lb, #buinfo #bucon, #buinfo #bumoving {
	position:absolute;
	background:rgba(0,0,0,0.8);
}

#buinfo .tb {	
	width:100%;
	height:10px;
	left:0;
	top:0
}
	
#buinfo .bb {
	width:100%;
	height:10px;
	left:0;
	bottom:0
}

#buinfo .lb {
	width:10px;
	height:calc( 100% - 20px );
	left:0;
	top:10px;
}

#buinfo #bucon {
	width:60%;
	height:calc( 100% - 20px );
	top:10px;
	right:0
}

.btnclose {
	width:40px;
	height:40px;
	position:absolute;
	top:0;
	right:0;
	text-align:center;
	color:#ffffff;
	cursor:pointer
}

.btnclose svg {
	width:30px;
	height:30px;
	margin-top:5px;
	fill:currentcolor
}

.btnclose:hover {
	background:#ffffff;
	color:#000000;
}

#buinfo #butitle {
	font-size:20px;
	font-weight:bold;
	position:absolute;
	width:calc( 100% - 20px );
	left:10px;
	top:20px;
	color:#ffffff;
	text-align:center;
	border-bottom:#444444 solid 1px;
	padding-bottom:10px
}


#buinfo #butitle span{
	font-size:16px;
	font-weight:bold;
	background: #12a3ff;
	color: #FFFFFF;
	padding: 0 5px 2px 5px;
	margin-left: 8px;
	cursor: pointer;
	border-radius: 4px;
	display: none;
}

#buinfo #butitle span:hover{
	background: #2f3fb4;
}
	
#buinfo #bumoving {
	width:60%;
	height:100%;
	top:0;
	right:0;
	text-align:center;
	display:none;
	color:#c0c6ce;
	font-size:14px;
	font-weight:bold;
}

#buinfo #bumoving span {
	display:block;
	position:absolute;
	height:130px;
	width:110px;
	left:calc( 50% - 55px );
	top:calc( 50% - 65px );
}

#buinfo .bucontent{
	position:absolute;
	top:60px;
	left:10px;
	right:10px;
	bottom:20px;
	background-image:url(../imgs/temp6.png);
	background-repeat: no-repeat;
	background-position:center;
	overflow: hidden;
}

#buinfo .bucontent div{
	position: absolute;
	color: #FFFFFF;
	font-size: 12px;
}

#buinfo .bucontent .warp{
	display: block;
	position: absolute;
	width: 749px;
	height: 556px;
	left: calc( 50% - 385px );
	top: calc( 50% - 304px );
	font-size: 12px;
}

#buinfo .bucontent div span{
	font-size: 26px;
	font-family: LCD, serif;
	margin-right: 3px;
}

#buinfo .bucontent div span.big{
	font-size: 35px;
	font-family: LCD, serif;
	width: 100px;
	text-align: center;
}


#buinfo .bucontent div:nth-child(1){
	left: 290px;
	top: 54px;
}

#buinfo .bucontent div:nth-child(2){
	left: 552px;
	top: 54px;
}

#buinfo .bucontent div:nth-child(3){
	left: 114px;
	top: 148px;
}

#buinfo .bucontent div:nth-child(4){
	left: 380px;
	top: 148px;
}

#buinfo .bucontent div:nth-child(5){
	left: 596px;
	top: 148px;
}

#buinfo .bucontent div:nth-child(6){
	left: 114px;
	top: 230px;
}

#buinfo .bucontent div:nth-child(7){
	left: 380px;
	top: 230px;
}

#buinfo .bucontent div:nth-child(8){
	left: 596px;
	top: 230px;
}

#buinfo .bucontent div:nth-child(9){
	left: 114px;
	top: 312px;
}

#buinfo .bucontent div:nth-child(10){
	left: 63px;
	top: 480px;
}

#buinfo .bucontent div:nth-child(11){
	left: 283px;
	top: 428px;
}

#buinfo .bucontent div:nth-child(12){
	left: 283px;
	top: 466px;
}

#buinfo .bucontent div:nth-child(13){
	left: 323px;
	top: 504px;
}

#buinfo .bucontent div:nth-child(14){
	left: 283px;
	top: 542px;
}

#buinfo .bucontent div:nth-child(15){
	left: 540px;
	top: 480px;
}









#switchbar {
	display:none;
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	right:-1px;
	top:calc( 50% - 270px);
	-moz-box-shadow:0 0 45px rgba(0,0,0,.2);
	-webkit-box-shadow:0 0 45px rgba(0,0,0,.2);
	box-shadow:0 0 45px rgba(0,0,0,.2);
	z-index:111;
	border:#444444 solid 1px;
}

#switchbar li {
	display:block;
	margin:0;
	width:80px;
	height:89px;
	background:rgba(0,0,0,0.7);
	border-bottom:rgba(255,255,255,0.2) solid 1px;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	cursor:pointer
}

#switchbar li:last-child{
	border-bottom:rgba(0,0,0,0.7) solid 1px;
}

#switchbar li:hover, #switchbar .active {
	background:#ffffff;
	border-bottom:#ffffff solid 1px;

}

#switchbar li svg {
	width:40px;
	height:40px;
	margin-top:15px;
	fill:currentcolor;
}


#switchbar li:nth-child(1):hover, #switchbar li:nth-child(1).active {
	color:#000
}
#switchbar li:nth-child(2):hover, #switchbar li:nth-child(2).active {
	color:#ff9000
}
#switchbar li:nth-child(3):hover, #switchbar li:nth-child(3).active {
	color:#609efa
}
#switchbar li:nth-child(4):hover, #switchbar li:nth-child(4).active {
	color:#b68eec
}
#switchbar li:nth-child(5):hover, #switchbar li:nth-child(5).active {
	color:#48d5a5
}




#bottombar{
	background:rgba(0,0,0,0.6);
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:200px;
	overflow-x:auto;
	overflow-y:hidden;
	z-index:99;
	display: none;
	border-top:#444444 solid 1px;
}

#bottombar div{
	position: relative;
}



#rbtn{
	width: 80px;
	height: 60px;
	background: rgba(0,0,0,.6);
	position: absolute;
	cursor: pointer;
	color: #ffffff;
	pointer-events: auto;
	left: 0;
	top: 10px;
	display: none;
}

#rbtn::after{
	content:"";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-right: 50px solid transparent;
	border-top: 60px solid rgba(0,0,0,.6);
	top: 0;
	right: -50px;
}

#rbtn span{
	display: block;
	width: 70px;
	height: 60px;
	background: #12a3ff;
	position: absolute;
	left: 0;
	top: -6px;
}

#rbtn span::after{
	content:"";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-right: 50px solid transparent;
	border-top: 60px solid #12a3ff;
	top: 0;
	right: -50px;
	z-index: 6;
}

#rbtn span svg{
	width: 50px;
	height: 50px;
	fill: currentColor;
	position: absolute;
	left: 13px;
	top: 2px;
}

#rbtn:hover{
	background: rgba(0,162,255,.35);
}
#rbtn:hover::after{
	border-top: 60px solid rgba(0,162,255,.35);
}
#rbtn:hover span{
	color: #12a3ff;
	background: #ffffff;
}
#rbtn:hover span::after{
	border-top: 60px solid #ffffff;
}



































































