﻿ basic styles for black background and crosshair cursor */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box
}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block
}
a.button.button-rounded.button-plain.button-small-caps.button-border{
background-color: #1212123b;
}
a.button.button-rounded.button-plain.button-small-caps.button-border:hover {
    background-color: #fff;
}
blockquote,q {
	quotes: none
}
.button{ margin: 4px;}
.button-border, .button-border-thin, .button-border-thick{
    border-width: 1.5px;
    /*border-style: dotted;*/
}

blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none
}
/*双排六列*/
.l-center {
	/*width:80%;*/
	width:900px;
	margin:30px auto;
    /* padding-bottom: 70px; */
}
/*四列*/
@media screen and (max-width:954px) {
	.l-center {
	    width:600px;
	}
}
/*三列*/
@media screen and (max-width:618px) {
	.l-center {
	    width:550px;
	}
	#top_footer {
		padding: 1px
	}
	#top_copyright {
		font-size: 8px;
		letter-spacing: 0;
		text-align: center
	}		
}
/*双列*/
@media screen and (max-width:570px) {
	.l-center {
	    width:350px;
	}
	#top_footer {
		padding: 0px
	}
	#top_copyright {
		font-size: 6px;
		letter-spacing: 0;
		text-align: center
	}	
}
/*单列*/
/*@media screen and (max-width:430px) {
	.l-center {
	    width:200px;  
	}
}*/

/*@media screen and (max-width:768px) {
	#top_footer {
		padding: 1px
	}
	#top_copyright {
		font-size: 8px;
		letter-spacing: 0;
		text-align: center
	}		
	.l-center {
	    margin-top: 0;
	}
}*/
input,textarea {
	margin: 0;
	padding: 0
}

ol,ul {
	list-style: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

caption,th {
	text-align: left
}

a:focus {
	outline: 0
}

html {
	position: relative;
	width: 100%;
	height: 100%;
	font-family: Microsoft YaHei,sans-serif;
	z-index: 1;
	line-height: 1.5;
	background-color: #121925;
	font-weight: 300;
	background-size: cover;
	background-position: 50% 50%;
	background-attachment: fixed;
	-webkit-transition: .5s linear;
	-moz-transition: .5s linear;
	-o-transition: .5s linear;
	transition: .5s linear;
}

body{
	position: relative;
	width: 100%;
	height: 100%;
	min-width: 300px;
	z-index: 2;
	cursor:url(https://cdn.jsdelivr.net/gh/popzoo/guide/img/default.cur), auto;
}
body:before {
  content: ' ';
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
a {
	color: #858585;
	text-decoration:none;
}

a:hover {
	color: #00b3ba;
	cursor:url(https://cdn.jsdelivr.net/gh/popzoo/guide/img/hand.cur),auto
}
b {
	background-color: rgba(0,179,186,0.4)
}

::selection {
	background: #00b3ba
}

::-moz-selection {
	background: #00b3ba
}

.top_hr_style01 {
	width: 70%;
	margin: 5px auto;
	border: 0;
	border-bottom: 1px solid #fff
}

.top_hr_style02 {
	border: 0;
	border-bottom: 1px dashed #858585
}

.slider {
	width: 100%;
	height: 150px;
	-webkit-transition: .2s ease;
	-moz-transition: .2s ease;
	-o-transition: .2s ease;
	transition: .2s ease;
	background-color: #121925;
	background-size: cover;
	background-position: 50% 50%;
	background-attachment: fixed
}
#contact_mail {
	color:green;
	text-decoration:none;
	font-weight:bold
}
#login_show	{
	color:white;
	position:fixed;
	right: 15px;
	top:15px
}
#contact_qq{
	color:green;
	font-weight:bold;
}

#top {
	width: 100%;
	height: 88%;
	position: relative;
	margin: auto;
	z-index: 11
}
#top_main {
	width: 100%;
	height: 100%;
	position: relative;
	margin: 0 auto;
	padding: 40px 0 0 0
}

#top_logo {
	height: 30%;
	/*width: 100%;*/
	min-height: 50px;
	max-height: 244px;
	display: block
}

#top_logo img {
	-webkit-animation: A 15s linear 0s infinite;
	animation: A 15s linear 0s infinite;
	margin: 0 auto;
	display: block;
	height:100%
}

@-webkit-keyframes A {
	0% {
		-webkit-transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes A {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(360deg)
	}
}

#top_title {
	/*margin-top: 2%;*/
	/* text-align: center; */
	margin: 0 auto;
	/* padding-top: -20px; */
	padding-bottom: 40px;
	display: block;
	width: 80%;
	height: 14%
}

#top_title img {
	margin-right: auto;
	margin-left: auto;
	display: block
}

#top_title #top_title01 {
	height: 100%;
	width:100%;
	max-height: 110px;
	min-height: 30px;
	max-width: 360px;
	min-width: 100px
}

/* #top_title #top_title02 {
	height: 9px
}
#top_title #top_title02:hover{
	background:rgba(0,0,0,0.8);
} */
#top_navlist {
	display: block;
	width: 30%;
	height: 220px;
	max-width: 220px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px
}

#top_navlist::after {
	content: "";
	display: block;
	width: 20%;
	height: 150px
}

.top_nav {
	border-radius: 5px;
	display: block;
	width: 100%;
	max-height: 40px;
	min-height: 10px;
	margin-top: 15px;
	text-decoration: none;
	font-size: 90%;
	/* vertical-align: middle central; */
	color: #fff;
	letter-spacing: .5px;
	text-align: center;
	-webkit-transition: .2s linear;
	-moz-transition: .2s linear;
	-o-transition: .2s linear;
	transition: .2s linear;
	line-height: 180%
}

.top_nav:hover {
	border-radius: 5px;
	background: #fff
}

#top_footer {
	/* padding: 4px 4px; */
	padding-bottom: 50px;
	color: #c9ebd6;
	/*position: fixed;*/
	position: inherit;
	/* bottom: 50px; */
	width: 400px;
	/*margin: 40px auto;*/
	left: calc(50% - 200px);
	/*right: 0;*/
	z-index: 12;
	-webkit-transition: .2s linear;
	-moz-transition: .2s linear;
	-o-transition: .2s linear;
	transition: .2s linear
}
/* #top_footer:hover{
	border-radius: 6px;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
} */
#top_copyright {
	/* width: 400px; */
	display: block;
	-webkit-transition: .2s linear;
	-moz-transition: .2s linear;
	-o-transition: .2s linear;
	transition: .2s linear;
	font-size: 10px;
	letter-spacing: 1.5px;
	text-align: center
}
#top_copyright:hover{
	border-radius: 6px;
	/*background-color: #000;*/
	background-color: rgba(0,0,0,0.5);
	color: #fff;
}
/*雪花背景加载特效，置后加载*/
.snow-container {
	position:fixed;
	top:0;left:0;
	width:100%;
	height:100%;
	pointer-events:none;
	z-index:100001;
}
* {
	touch-action: pan-y;           /* 防止手机滑动时，雪花背景报错*/
}
/* search-box */
.container {
	margin-top: 30px;
	display: flex;
	max-width: 100%;
	/* height: 100vh; */
	justify-content: center;
	align-items: center;
  }
  
  .search-box {
	height: 50px;
	width: 350px;
	background: rgba(44, 44, 100, 0.6);
	opacity: 0.8;
	border-radius: 40px;
	display: flex;
	justify-content: space-between;
	align-content: space-between;
	/* margin-bottom: 50px; */
  }
  
  input {
	outline: none;
	background: rgba(44, 44, 100, 0.6);
	border: none;
	border-radius: 40px;
	width: 450px;
	color: white;
	font-size: 1.3em;
	text-align: center;
  }
  
  .fa {
	margin-top: 13px;
	margin-right: 20px;
	font-size: 1.3em;
	cursor: pointer;
	color: rgba(0, 255, 255, 0.8);
  }
  
/*
.tooltips{
-webkit-animation: A 3s linear 0s infinite;
animation: A 3s linear 0s infinite;
width:12px;
height:12px;
top:10px;
left:10px;
background: url(img/snow.gif);
font-size: 10px;
position:absolute; /*这个是关键
z-index:102;
}
.tooltips:hover{
-webkit-animation: none;
animation: none;
z-index:103;
background: url(img/snow.gif);/*没有这个在IE中不可用
}
.tooltips span{
display: none;
}
.tooltips:hover span{ /*span 标签仅在 :hover 状态时显示
display:block;
position:relative;
}
