* {
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

html,
body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: black;
}


/*#wrapper {*/


/*position: relative;*/


/*height: 100%;*/


/*width: 100%;*/


/*margin: 0;*/


/*padding: 0;*/


/*overflow: scroll;*/

#globalArea {
	height: 100%;
	width: 100%;
	margin: 0;
	/*padding: 20px;*/
	float: left;
	position: relative;
	box-sizing: border-box;
	/*margin-top: 500px;*/
	/*margin-left: 50px;*/
	z-index: 1
}

#info {
	position: absolute;
	top: 10px;
	width: 100%;
	text-align: center;
	z-index: 100;
	display: block;
}

.canvas {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 0;
	background: url('../images/galaxy.jpg');
	background-size: auto 100%;
}

.logo {
	position: fixed;
	top: 0;
	width: 100%;
	text-align: center;
	z-index: 2;
}

.logo img {
	height: 80px;
}

#canvas {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.main {
	position: fixed;
	top: 0;
	color: #3f8bff;
	width: 30%;
	height: 100%;
	z-index: 1;
}

.panel,
.panel2,
.contact {
	/*display:none;*/
	position: fixed;
	top: 0;
	color: wheat;
	width: 32%;
	height: 100%;
	background: url(../images/panel_bg.png) no-repeat;
	background-size: 100% 100%;
	padding: 0px 5px;
	-ms-overflow-style: none;
}
.panel3{
	margin: auto;
    position: fixed;
    left: 32%;
    right: 32%;
    padding: 15px;
    margin-top: 10px;
    /*padding: 10px 25px;*/
    
    height: calc(100% - 220px);
    height: -webkit-calc(100% - 220px);
    height: -moz-calc(100% - 220px);
    overflow: auto;
}
.imgico{
	text-align: center;
	margin-top: 30px;
}
.ico_list{
	display: inline-block;
	width: 125px;
	cursor: pointer;
}
.ico_img{
	display: block;
    margin: auto;
    border-radius: 15px;
    overflow: hidden;
    width: 50px;
}
.ico_img img{
	width: 100%;
}
.ico_list p{
	text-align: center;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 5px 0px;
    color: #07fdff;
    background: url(../images/title_bg.png);
    background-size: 100% 100%;
    cursor: pointer;
    font-size: 14px;
    display: block;
    margin: 0;
}
    

.contact {
	margin-top: 90px;
	width: 180px;
	height: auto;
	padding-bottom: 10px;
	margin-left: -100%;
	z-index: 1;
	padding: 0px 15px;
}

.contact p {
	color: #61eefa;
	-webkit-user-select: text;
	-ms-user-select: text;
	user-select: text;
}

.in_panel1 {
	margin: 60px 0px 20px 0px;
	height: calc(100% - 80px);
	height: -webkit-calc(100% - 80px);
	height: -moz-calc(100% - 80px);
	overflow: auto;
}

.panel_right {
	transform: rotateY(180deg);
	height: 0px;
}

.panel2 {
	position: fixed;
	right: 0;
	width: 32%;
	transform: rotateY(180deg);
}

.in_panel2 {
	margin: 20px 0px 20px 0px;
	height: calc(100% - 40px);
	height: -webkit-calc(100% - 40px);
	height: -moz-calc(100% - 40px);
	overflow: auto;
}


/*.in_panel1::-webkit-scrollbar {display:none}
				.in_panel2::-webkit-scrollbar {display:none}*/

::-webkit-scrollbar {
	width: 5px;
}


/* 滚动槽 */

::-webkit-scrollbar-track {
	/*-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);*/
	border-radius: 10px;
}


/* 滚动条滑块 */

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.3);
	/*-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);*/
}

::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255, 255, 255, 0.3);
}

.tetui2 {
	display: none;
}

.details {
	color: #55d2dd;
}

.country_site a {
	display: block;
	text-align: center;
}

.country_site {
	padding: 0px 10px;
}

.site_list {
	background: width;
}

.cname {
	font-size: 22px;
	color: #61eefa;
	padding: 20px 0px;
	position: absolute;
	top: 0;
	text-align: center;
	width: calc(100% - 12px);
	width: -webkit-calc(100% - 12px);
	width: -moz-calc(100% - 12px);
}

.site_box {
	width: 25%;
	float: left;
	list-style: none;
	overflow: hidden;
}

a {
	text-decoration: none;
}

.last_box {
	float: none;
}

.mbox {
	text-align: center;
	padding: 5px 2px;
	box-shadow: inset 0px 0px 3px 0px #3eeff9;
}

.title_box {
	padding: 10px 7px;
	clear: left;
}

.title {
	background: url('../images/title_bg.png') no-repeat;
	background-size: 100% 100%;
	padding: 5px 0px;
	box-shadow: none;
}

.linkname,
.titlename {
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
	line-height: 25px;
	color: #61eefa;
	padding: 5px;
}

.titlename {
	font-size: 14px;
}

.mbox:hover span {
	color: #3dff00;
}

.linkcolor {
	color: #3dff00;
	font-weight: bold;
}

.country {
	margin-left: -100%;
	width: 100%;
	overflow: auto;
}

.country::-webkit-scrollbar {
	display: none
}

.tip_btn,
.footer {
	position: fixed;
	bottom: 5px;
	right: 0;
	width: 36%;
	z-index: 1;
	margin-right: 32%;
}

.tip_btn ul,
li {
	margin: 0;
	padding: 0;
}

.tip_btn li {
	float: left;
	width: 25%;
	text-align: center;
	list-style: none;
	padding: 5px 0px;
	color: #07fdff;
	background: url(../images/title_bg.png);
	background-size: 100% 100%;
	cursor: pointer;
	font-size: 14px;
}

#show {
	position: fixed;
	top: 0;
	right: 0;
	width: 80px;
	height: 80px;
	margin-right: 32%;
	color: #61eefa;
	cursor: pointer;
	z-index: 3;
}

.show {
	width: 80px;
	height: 80px;
	z-index: 0;
	background: url(../images/show.png);
	background-size: 100% 100%;
	animation: myfirst 5s linear 2s infinite;
	/* Firefox: */
	-moz-animation: myfirst 5s linear 2s infinite;
	/* Safari and Chrome: */
	-webkit-animation: myfirst 5s linear 2s infinite;
	/* Opera: */
	-o-animation: myfirst 5s linear 2s infinite;
}

.allcountry {
	display: none;
}

.countryshow {
	display: block;
}

.footer {
	position: fixed;
	bottom: 0px;
	text-align: center;
	width: 90%;
	background: none;
	color: #07fdff;
	margin-right: 3%;
	font-size: 12px;
	background: url('../images/title_bg.png') no-repeat;
	background-size: 100% 100%;
	margin-bottom: -100%;
	padding: 10px 2%;
}

.footer p {
	margin: 0px;
}

.ip {
	position: fixed;
	top: 0;
	left: 33%;
	z-index: 1;
}

.ip_txt,
.ip_list,
.yip_list {
	line-height: 19px;
	background: url(../images/title_bg.png);
	background-size: 100% 100%;
	width: 15px;
	color: #61eefa;
	float: left;
	text-align: center;
	font-size: 12px;
}

.ip_txt {
	background: none;
	width: 100%;
}

.ip_class {
	-moz-transform: scaleY(-1);
	-webkit-transform: scaleY(-1);
	-o-transform: scaleY(-1);
	transform: scaleY(-1);
	/*IE*/
	filter: FlipV;
}

@keyframes myfirst {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(-360deg);
	}
}

@-moz-keyframes myfirst
/* Firefox */

{
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(-360deg);
	}
}

@-webkit-keyframes myfirst
/* Safari and Chrome */

{
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(-360deg);
	}
}

@-o-keyframes myfirst
/* Opera */

{
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(-360deg);
	}
}

#showtxt {
	position: absolute;
	top: 28px;
	left: 24px;
}

@media screen and (max-width: 980px) {
	.ip {
		display: none;
	}
	.site_box {
		width: 33.333333%;
	}
}

@media screen and (max-width: 767px) {
	.canvas {
		background: url('../images/galaxy_mobile.jpg');
		background-size: 100% 100%;
	}
	
	.panel3{
		overflow: visible;
    	height: auto;
    	position: static;
    	padding: 10px 25px;
	}
	
	.logo {
		top: 5px;
		width: 100%;
		text-align: center;
	}
	.logo img {
		height: 60px;
	}
	.main {
		width: 100%;
		overflow: auto;
		background: none;
	}
	.in_panel1 {
		margin: 90px 4px 20px 0px;
	}
	.main::-webkit-scrollbar {
		display: none
	}
	.cname {
		text-align: left;
		padding: 20px 15px;
		display: none;
	}
	.linkname {
		font-size: 14px;
	}
	.panel {
		position: absolute;
		width: 100%;
		margin: 0px;
		padding: 0px;
	}
	.panel2 {
		position: static;
		width: auto;
		background: none;
		padding: 0px;
		height: auto;
	}
	.in_panel2 {
		overflow: visible;
	}
	.tetui2 {
		display: block;
	}
	.right_tetui2 {
		display: none;
	}
	.site_list {
		padding: 0px 15px;
	}
	.site_box {
		width: 16.66666%;
	}
	.tip_btn {
		width: 100%;
		margin-bottom: -100%;
		margin-right: 0px;
	}
	#show {
		margin-right: 0px;
		width: 60px;
		height: 60px;
		top: 5px;
		right: 8px;
		display: none;
	}
	.show {
		width: 60px;
		height: 60px;
	}
	#showtxt {
		top: 18px;
		left: 14px;
	}
	/*.cn{
						overflow:auto;
						height:100%;
					}
					.cn1,.cn2{
						width:100%;
						height:auto;
						overflow:visible;
						padding: 0px;
					}*/
}

@media screen and (max-width: 530px) {
	.site_box {
		width: 25%;
	}
}