html {
	min-width: 1210px;
	height: 100%;
}
body {
	background: #04070e url('../images/background.jpg') no-repeat 50% 0;
	color: #d8d8d8;
	font-size: 16px;
	font-family: 'Noto Sans HK', sans-serif;
}
.more{
	color: #9d9d9d;
	background-color: #1e1e1e;
}
.light {
	float: left;
	width: 290px;
	height: 297px;
	position: absolute;
	top: -100px;
	left: 260px;
	animation-name: light;
	animation-duration: 30s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	z-index: 1;
	background: url(../images/light.png) no-repeat;
}
@keyframes light {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(360deg)
	}
}
.big-light {
	width: 355px;
	height: 364px;
	position: absolute;
	right: 10px;
	top: -100px;
	animation-name: big-light;
	animation-duration: 30s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	z-index: 1;
	background: url(../images/big-light.png) no-repeat;
}
@keyframes big-light {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(360deg)
	}
}

.sparks-sparks {
	right: -210px;
	position: absolute;
	top: 700px;
	z-index: 1;
}

.sparks {
	background-repeat: no-repeat;
	background-position: left 0 bottom 0;
	position: absolute
}

.sparks-1 {
	background-image: url(../images/sparks-1.png);
	width: 117px;
	height: 136px;
	right: 200px;
	bottom: 0;
	background-position: left 0 bottom 0;
	animation-name: sparks-1;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear
}

.sparks-2 {
	background-image: url(../images/sparks-2.png);
	width: 219px;
	height: 176px;
	right: 200px;
	bottom: 30px;
	background-position: left 0 bottom 0;
	animation-name: sparks-2;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-delay: .5s;
	opacity: 0
}

.sparks-3 {
	background-image: url(../images/sparks-3.png);
	width: 438px;
	height: 281px;
	right: 100px;
	bottom: 20px;
	background-position: left 0 bottom 0;
	animation-name: sparks-3;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-delay: 1s;
	opacity: 0
}

@keyframes sparks-1 {
	0% {
		right: 200px;
		bottom: 10px;
		opacity: 0
	}

	33% {
		right: 210px;
		bottom: 20px;
		opacity: .5;
		transform: scale(1.1)
	}

	70% {
		right: 220px;
		bottom: 30px;
		opacity: 1;
		transform: scale(1.1)
	}

	100% {
		right: 230px;
		bottom: 40px;
		opacity: 0;
		transform: scale(1.1)
	}
}

@keyframes sparks-2 {
	0% {
		right: 210px;
		bottom: 40px;
		opacity: 0
	}

	33% {
		right: 220px;
		bottom: 50px;
		opacity: .5;
		transform: scale(1.1)
	}

	70% {
		right: 230px;
		bottom: 60px;
		opacity: 1;
		transform: scale(1.1)
	}

	100% {
		right: 240px;
		bottom: 70px;
		opacity: 0;
		transform: scale(1.1)
	}
}

@keyframes sparks-3 {
	0% {
		right: 120px;
		bottom: 30px;
		opacity: 0
	}

	33% {
		right: 140px;
		bottom: 50px;
		opacity: .5;
		transform: scale(1.1)
	}

	70% {
		right: 160px;
		bottom: 70px;
		opacity: 1;
		transform: scale(1.1)
	}

	100% {
		right: 180px;
		bottom: 90px;
		opacity: 0;
		transform: scale(1.1)
	}
}

.Lsparks-sparks {
	left: -200px;
	position: absolute;
	top: 700px;
	z-index: 1;
}

.Lsparks {
	background-repeat: no-repeat;
	background-position: bottom 0 right 0;
	position: absolute
}

.Lsparks-1 {
	background-image: url(../images/sparks-1.png);
	width: 117px;
	height: 136px;
	right: 200px;
	bottom: 0;
	background-position: bottom 0 right 0;
	animation-name: Lsparks-1;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear
}

.Lsparks-2 {
	background-image: url(../images/sparks-2.png);
	width: 219px;
	height: 176px;
	right: 200px;
	bottom: 30px;
	background-position: bottom 0 right 0;
	animation-name: Lsparks-2;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-delay: .5s;
	opacity: 0
}

.Lsparks-3 {
	background-image: url(../images/sparks-3.png);
	width: 438px;
	height: 281px;
	right: 100px;
	bottom: 20px;
	background-position: bottom 0 right 0;
	animation-name: Lsparks-3;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-delay: 1s;
	opacity: 0
}

@keyframes Lsparks-1 {
	0% {
		left: 200px;
		bottom: 10px;
		opacity: 0
	}

	33% {
		left: 210px;
		bottom: 20px;
		opacity: .5;
		transform: scale(1.1)
	}

	70% {
		left: 220px;
		bottom: 30px;
		opacity: 1;
		transform: scale(1.1)
	}

	100% {
		left: 230px;
		bottom: 40px;
		opacity: 0;
		transform: scale(1.1)
	}
}

@keyframes Lsparks-2 {
	0% {
		left: 210px;
		bottom: 40px;
		opacity: 0
	}

	33% {
		left: 220px;
		bottom: 50px;
		opacity: .5;
		transform: scale(1.1)
	}

	70% {
		left: 230px;
		bottom: 60px;
		opacity: 1;
		transform: scale(1.1)
	}

	100% {
		left: 240px;
		bottom: 70px;
		opacity: 0;
		transform: scale(1.1)
	}
}

@keyframes Lsparks-3 {
	0% {
		left: 120px;
		bottom: 30px;
		opacity: 0
	}

	33% {
		left: 140px;
		bottom: 50px;
		opacity: .5;
		transform: scale(1.1)
	}

	70% {
		left: 160px;
		bottom: 70px;
		opacity: 1;
		transform: scale(1.1)
	}

	100% {
		left: 180px;
		bottom: 90px;
		opacity: 0;
		transform: scale(1.1)
	}
}


a:hover {
	color: #ffda8a;
}

img {
	border: 0px;
}

.User td {
	cursor: pointer;transition: all 0.3s;
	width: 100%;
}
.User td:hover{
	transform: scale(1.05);
	color: #fff !important;
	background-color: #ff0000 !important;
	border-color: #ff0000 !important;
	text-align: center;
}
.User>td>a{
	display: block;
	text-align: center;
}

input[type=text], input[type=password], input[type=number] {
	background: #fafafa;
	border: 1px solid #e3e3e3;
	color: #666;
}
input[type=text]:focus, input[type=password]:focus, input[type=number]:focus {
	border: 1px solid #ccc;
}
.worldLink {
	position: absolute;
	right: 60px;
	top: 20px;
	width: 150px;
	background-color: #c9c9ca;
	color: #848484;
}
#header {
	width: 100%;
	margin: 0px auto;
	padding: 80px 0px;
	text-align: center;
	color: #fff;
}

#container {
	background: url("../images/dot2.main.bg.png");
	border: 1px solid rgba(74, 80, 135, 0.26);
	border-radius: 5px;
	width: 1200px;
	height: auto;
	margin: 0px auto;
	padding: 20px 0px;
}

#content {
	width: 100%;
	overflow: auto;
	min-height: 500px;
	padding: 10px 5px 0px 5px;
}
.table-hover{
	/* box-shadow: 0 0 10px #e3e3e3; */
}

.footer-footer{
	border-top: 1px solid #2c3558;
}
.footer {
	border-top: 1px solid #22242d;
	background: #181818;
	background-size: cover;
	font-family: 'Noto Sans HK', sans-serif;
	width: 100%;
	font-size: 14px;
	color: #a78b7b;
	padding: 20px 0px;
	overflow: auto;
	margin-top: 50px;
}
.footer > .footer-container {
	margin: 0px auto;
	clear: both;
}
#footer_container {
	background-color: #efefef;
	padding-top: 40px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
.footer-time-title {
	color: #777777;
	font-weight: bold;
}
.footer-time {
	font-size: 48px;
	color: #ff3214;
	font-weight: bold;
	position: relative;
	top: -10px;
}
.footer-date {
	position: relative;
	top: -20px;
	font-size: 12px;
}
#navbar {
	/*background: #0000007d;*/
	width: 100%;
	/*position: fixed;*/
	z-index: 99;
}
#navbar ul{
	text-align: center;
	margin: 0;
	-webkit-padding-start: 0px;
}
#navbar ul li {
	font-family: 'Noto Sans HK', sans-serif;
	list-style-type: none;
	display: inline-block;
	font-size: 16px;
}
#navBg{
	-webkit-padding-start: 0px;
	text-align: center;
	position: absolute;
	margin-top: 38px;
	width: 100%;
	height: 52px;
	z-index: -999;
	background: linear-gradient(
			to right,
			rgba(0,0,0,0) 0%,
			rgba(0,0,0,0) 10%,
			rgba(0,0,0,0.3) 20%,
			rgba(0,0,0,0.4) 30%,
			rgba(0,0,0,0.5) 40%,
			rgba(0,0,0,0.8) 50%,
			rgba(0,0,0,0.5) 60%,
			rgba(0,0,0,0.4) 70%,
			rgba(0,0,0,0.3) 80%,
			rgba(0,0,0,0) 90%,
			rgba(0,0,0,0) 100%)
}
#navbar .menu-list{
	height: auto;
}
#navbar ul li a {
	display: inline-block;
	color: #ffffff !important;
	text-decoration: none;
	padding: 15px 30px;
}

#navbar ul .menu-list a:hover {
	color: #ffffff !important;
	box-shadow: inset 0 14px 16px -18px #fc3030;
	border-top: 1px solid #fc3030;
}
.menu-list .active{
	color: #ffffff !important;
	box-shadow: inset 0 14px 16px -18px #fc3030;
	border-top: 1px solid #fc3030;
}

.admincp-button {
	position:absolute;
	top:10px;
	right:10px;
}

/**NEW LOGO **/
.logo {
	z-index: 4;
	text-align: center;
	margin-top: 60px;
	overflow: auto;
	display: inline-block;
	margin-left: 340px;
	transition: 0.3s;
	position: absolute;
}
.logo:hover {
	-webkit-filter: brightness(120%);
	filter: brightness(120%);
}
.logo img {
	width: 500px;
	height: auto;
}

/*Leaves*/
.header {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: -91;
	/*    height: 400px;*/
}

.copyright {
	text-align: center;
	font-size: 14px;
	color: #908d8b;
}

.modal-title,.modal-body{
	color: #000;
}

.qq{
	background: #388fda;
}

.qq:hover {
	background: #399cea;
}
.qqQun{
	background: #1c7430;
}
.qqQun:hover{
	background: #269640;
}
.btn-social-counter {
	display: block;
	width: 100%;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid hsla(0, 0%, 100%, .05);
	border-radius: 4px;
	min-height: 55px;
	position: relative;
	overflow: hidden;
	background-clip: padding-box;
	padding: 10px 60px 10px 80px;
	transition: all .3s ease-in-out;
	transform: translateZ(0);
}

.btn-social-counter+.btn-social-counter {
	margin-top: 10px
}

.btn-social-counter:hover {
	color: #fff
}

.btn-social-counter__icon {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 68px;
	background-color: rgba(0, 0, 0, .1);
	text-align: center;
	font-size: 18px
}

.btn-social-counter__icon .fa {
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.btn-social-counter__title {
	font-size: 11px;
	line-height: 1.2em;
	color: #fff;
	margin-bottom: 1px;
	letter-spacing: -.02em
}

@media (min-width:992px) {
	.btn-social-counter__title {
		font-size: 15px
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.btn-social-counter__title {
		font-size: 11px
	}
}

.btn-social-counter__count {
	display: block;
	font-size: 10px;
	line-height: 1.2em;
	color: #fff;
	font-weight: 700;
	font-family: 'Noto Sans TC', sans-serif;
}

.btn-social-counter__add-icon {
	display: block;
	position: absolute;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	border: 2px solid #fff;
	right: 23px;
	top: 50%;
	margin-top: -13px
}

.btn-social-counter__add-icon:after,
.btn-social-counter__add-icon:before {
	content: "";
	display: block;
	position: absolute;
	background-color: #fff;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: transform .2s ease-in-out
}

.btn-social-counter__add-icon:before {
	width: 8px;
	height: 2px
}

.btn-social-counter__add-icon:after {
	width: 2px;
	height: 8px
}

.btn-social-counter:hover .btn-social-counter__add-icon:after,
.btn-social-counter:hover .btn-social-counter__add-icon:before {
	transform: translate(-50%, -50%) rotate(-90deg)
}
