@charset "utf-8";
@font-face {
	font-family:'digifacewide';
	src: url('../font/digifacewide.ttf');
}
li,ol,ul{
	list-style: none;
}

.layui-btn {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 18px;
    background-color: #009688;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
}
.layui-btn-xs {
    height: 22px;
    line-height: 22px;
    padding: 0 5px;
    font-size: 12px;
}
.Cwhite{color: #FFFFFF;}
.Cred{color: #da1b0b;}
.BGwaring{background: #be2316;}
.BGinfo{background: #12c0ec;}
.BGsuccess{background: #199d16;}
.TimeFont{
	font-family: 'digifacewide',serif;
	font-size: 36px;
    color: #00fcff;
    letter-spacing: 2px;
}
#Box{
	position: relative;
	color: #FFFFFF;	
}
.pg-canvas{
	position: absolute;
	zoom: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
}
.container{
	height: 100%;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	background: #0C0E10;
}

#Box .container .Header{
	height: 14%;
	position: relative;
}
#Box .container .Header .Headers{
	position: relative;
	background: #172543;
	height: calc( 100% - 10px );
}
#Box .container .Header .Headers .Header-bg{
	position: absolute;
    width: 100%;
    height: 100%;
    background: url(../img/pic-top.png) no-repeat center;
    background-size: 100% 90%;
}
#Box .container .Header .Headers .Headers-text{
	width: 40%;
    margin: 0 auto;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}
#Box .container .Header .Headers-text>span{
	font-size: 2.1rem;
    letter-spacing: 5px;
    color: #00fcff;
    font-weight: bold;
}
#Box  .Tnav{
	position: absolute;
	top: 0;
	right: 10px;
	width: auto;
	max-width: 50%;
	height: 50%;
	z-index: 1;
	align-items: center;
	justify-content: flex-end;
	overflow: hidden;
	font-size: 16px;
}
#Box .muen{
	z-index: 10;
	position: absolute;
	top: 1%;
	right: 0;
	width: 3rem;
	height: 3rem;
}
#Box .muen .muen-box{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	box-shadow: rgba(0,252,255,.5) 0px 0px 10px inset;
	border-radius: 50%;
	position: relative;
	cursor: pointer;
}
#Box .muen .muen-box .imgs{
	width: 1.4rem;
	height: 1.4rem;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -0.7rem;
	margin-top: -0.7rem;
	animation: animatmuen 2s infinite linear;
	transform: scale(0.8,0.8);
	-webkit-transform: scale(0.8,0.8);
	-moz-transform: scale(0.8,0.8);
	-ms-transform: scale(0.8,0.8);
	-o-transform: scale(0.8,0.8);
}
#Box .muen .muen-list{
	display: none;
	position: absolute;
	z-index: 1;
	width: 8rem;
	top: 50px;
	right: 0;
	height: auto;
	padding: 5px 0;
    background: #3c5282;
    border-radius: 5px;
    box-shadow: rgba(51,206,224,0.5) 0px 0px 10px;
}
#Box .muen .muen-list .companyList-item{
	height: 30px;
	line-height: 30px;
	padding: 5px 10px 5px 15px;
	border-bottom: 1px dashed #68737a;
}
#Box .muen .muen-list .companyList-item:last-child{
	border-bottom: none;
}
#Box .muen .muen-list .acList{
	background: #2f446f;
}
#Box .muen .muen-list .companyList-item:hover{
	background: #2f446f;
}
#Box .muen .muen-list .companyList-item>a{
	color: #FFFFFF;
	display: block;
	font-size: 16px;
}

@keyframes animatmuen{
	0%{
		transform: scale(0.8,0.8);
		-webkit-transform: scale(0.8,0.8);
		-moz-transform: scale(0.8,0.8);
		-ms-transform: scale(0.8,0.8);
		-o-transform: scale(0.8,0.8);
	}
	50%{
		transform: scale(1,1);
		-webkit-transform: scale(1,1);
		-moz-transform: scale(1,1);
		-ms-transform: scale(1,1);
		-o-transform: scale(1,1);
	}
	100%{
		transform: scale(0.8,0.8);
		-webkit-transform: scale(0.8,0.8);
		-moz-transform: scale(0.8,0.8);
		-ms-transform: scale(0.8,0.8);
		-o-transform: scale(0.8,0.8);
	}
}
@-webkit-keyframes animat{
	0%{
		transform: scale(0.8,0.8);
		-webkit-transform: scale(0.8,0.8);
		-moz-transform: scale(0.8,0.8);
		-ms-transform: scale(0.8,0.8);
		-o-transform: scale(0.8,0.8);
	}
	50%{
		transform: scale(1,1);
		-webkit-transform: scale(1,1);
		-moz-transform: scale(1,1);
		-ms-transform: scale(1,1);
		-o-transform: scale(1,1);
	}
	100%{
		transform: scale(0.8,0.8);
		-webkit-transform: scale(0.8,0.8);
		-moz-transform: scale(0.8,0.8);
		-ms-transform: scale(0.8,0.8);
		-o-transform: scale(0.8,0.8);
	}
}
@-moz-keyframes animat{
	0%{
		transform: scale(0.8,0.8);
		-webkit-transform: scale(0.8,0.8);
		-moz-transform: scale(0.8,0.8);
		-ms-transform: scale(0.8,0.8);
		-o-transform: scale(0.8,0.8);
	}
	50%{
		transform: scale(1,1);
		-webkit-transform: scale(1,1);
		-moz-transform: scale(1,1);
		-ms-transform: scale(1,1);
		-o-transform: scale(1,1);
	}
	100%{
		transform: scale(0.8,0.8);
		-webkit-transform: scale(0.8,0.8);
		-moz-transform: scale(0.8,0.8);
		-ms-transform: scale(0.8,0.8);
		-o-transform: scale(0.8,0.8);
	}
}
@-ms-keyframes animat{
	0%{
		transform: scale(0.8,0.8);
		-webkit-transform: scale(0.8,0.8);
		-moz-transform: scale(0.8,0.8);
		-ms-transform: scale(0.8,0.8);
		-o-transform: scale(0.8,0.8);
	}
	50%{
		transform: scale(1,1);
		-webkit-transform: scale(1,1);
		-moz-transform: scale(1,1);
		-ms-transform: scale(1,1);
		-o-transform: scale(1,1);
	}
	100%{
		transform: scale(0.8,0.8);
		-webkit-transform: scale(0.8,0.8);
		-moz-transform: scale(0.8,0.8);
		-ms-transform: scale(0.8,0.8);
		-o-transform: scale(0.8,0.8);
	}
}



#Nowtime{
	top: 50% !important;
	align-items: flex-start !important;
}
#Box  .Tnav .list{
	min-height: 30px;
	line-height: 30px;
	padding: 0 10px;
	position: relative;
}
#Box  .Tnav .list>a:hover{
	color: #00FCFF;
	text-decoration: underline;
}
#Box  .Tnav .list:not(:first-child):after{
	content: '';
	position: absolute;
	top: 25%;
	right: 0;
	width: 1px;
	height: 50%;
	background: #e6e6e6;
}
#Box  .Tnav .list a{
	color: #FFFFFF;
}
#Box  .Tnav .list:last-child:after{
	width: 0px;
}
#Box  .Tnav .user{
	height: 32px;
	line-height: 32px;
}
#Box .Tnav .user-img{
	width: auto;
	height: 32px;
	float: left;
	display: inline-block;
}
#Box .Tnav .other-img{
	width: auto;
	height: 24px;
	float: left;
	display: inline-block;
}

#logos{
	position: absolute;
    top: 15%;
    left: 1%;
    height: 70%;
    width: auto;
}
#logos .logo-img{
	height: 90%;
	width: auto;
}
#Box .Content{
	height: 82%;
}
#Box .footer{
	height: 4%;
}
#Box .footer .footer-box{
	height: 100%;
	position: relative;
	background: #172543;
}
#Box .footer .txt{
	height: 100%;
	width: 99%;
	margin: 0 auto;
	align-items: center;
	justify-content: center;
	font-size: 16px;
}
#Box .footer .txt .txt-item{
	margin: 0 10px;
}

#Box .footer .txt .plic{
	height: 30px;
	line-height: 30px;
}
#Box .footer .txt .plic .bei-img{
	width: 16px;
	height: 16px;
	display: block;
	float: left;
	margin-top: 7px;
	margin-right: 5px;
}
#Box .footer .type{
	position: absolute;
	top: 0;
	right: 2%;
	width: auto;
	height: 100%;
	font-size: 14px;
	align-items: center;
	
}
#Box .footer .type .radio{
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin-left: 10px;
	animation: animat 0.5s infinite linear;
}
@keyframes animat{
	0%{
		background: #FFFFFF;
	}
	50%{
		background: #00ff42;
		transform: scale(1.5,1.5);
		-webkit-transform: scale(1.5,1.5);
		-moz-transform: scale(1.5,1.5);
		-ms-transform: scale(1.5,1.5);
		-o-transform: scale(1.5,1.5);
	}
	100%{
		background: #FFFFFF;
	}
}
@-webkit-keyframes animat{
	0%{
		background: #FFFFFF;
	}
	50%{
		background: #00ff42;
		transform: scale(1.5,1.5);
		-webkit-transform: scale(1.5,1.5);
		-moz-transform: scale(1.5,1.5);
		-ms-transform: scale(1.5,1.5);
		-o-transform: scale(1.5,1.5);
	}
	100%{
		background: #FFFFFF;
	}
}
@-moz-keyframes animat{
	0%{
		background: #FFFFFF;
	}
	50%{
		background: #00ff42;
		transform: scale(1.5,1.5);
		-webkit-transform: scale(1.5,1.5);
		-moz-transform: scale(1.5,1.5);
		-ms-transform: scale(1.5,1.5);
		-o-transform: scale(1.5,1.5);
	}
	100%{
		background: #FFFFFF;
	}
}
@-ms-keyframes animat{
	0%{
		background: #FFFFFF;
	}
	50%{
		background: #00ff42;
		transform: scale(1.5,1.5);
		-webkit-transform: scale(1.5,1.5);
		-moz-transform: scale(1.5,1.5);
		-ms-transform: scale(1.5,1.5);
		-o-transform: scale(1.5,1.5);
	}
	100%{
		background: #FFFFFF;
	}
}
.display_flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}	
.Content .cbox{
	width: 99%;
	margin: 0 auto;
}

#content{
	height: calc( 100% - 10px );
}
.layui-layer-dialog .layui-layer-content{
	font-size: 20px !important;
}


