body {
	margin:0;
	padding:0;
	font-family:微软雅黑;
}

a {
	text-decoration:none;
	color:#fff;
}

/*滚动条 start*/  
      ::-webkit-scrollbar {  
        width: 10px;  
        height: 4px;  
        background-color: #616161;  
      }  
      /*定义滚动条轨道 内阴影+圆角*/  
      ::-webkit-scrollbar-track {  
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);  
        background: #fff ;  
      }  
      /*定义滑块 内阴影+圆角*/  
      ::-webkit-scrollbar-thumb {  
        border-radius: 3px;  
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);  
        background-color:#616161;  
      }  
      ::-webkit-scrollbar-thumb:hover {  
        border-radius: 3px;  
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);  
        background-color:#424242;  
      }  


.nav-t {
	width:100%;
	position:fixed;
	top:0;
	z-index:999
}

#nav {
	width:50%;
	height:75px;
	background:#000;
	padding-top:75px;
	margin:-75px auto 0px;
	border-radius:100px;
	position:relative;
	opacity:0.8;
	font-size:1.5em;
	text-align:center;
	color:#fff;
	line-height:75px;
	z-index:999
}

@media (max-width: 600px) {
	#nav {
		width:80%;
		height:50px;
		padding-top:50px;
		background:#000;
		margin:-50px auto 0px;
		border-radius:100px;
		line-height:50px;
		font-size:1.2em;
	}
}

#index-header {
	width:100%;
	padding-top:100px;
	background:url(https://api.ixiaowai.cn/gqapi/gqapi.php) no-repeat center center fixed;
}

.top-logo {
	width:150px;
	height:150px;
	margin:50px auto 0px;
	border:5px solid #ffffff;
	border-radius:500px;
	z-index:10;
	position:relative;
	transition:1s all;
	animation: 9.5s linear 0s normal none infinite rotate;
	-webkit-animation:9.5s linear 0s normal none infinite rotate;
}

@keyframes rotate{
	from{-webkit-transform:rotate(0deg)}
	to{-webkit-transform:rotate(360deg)}
}

@-webkit-keyframes rotate{
	from{-webkit-transform:rotate(0deg)}
	to{-webkit-transform:rotate(360deg)}
}
@-moz-keyframes rotate{
	from{-moz-transform:rotate(0deg)}
	to{-moz-transform:rotate(360deg)}
}
@-ms-keyframes rotate{
	from{-ms-transform:rotate(0deg)}
	to{-ms-transform:rotate(360deg)}
}
@-o-keyframes rotate{
	from{-o-transform:rotate(0deg)}
	to{-o-transform:rotate(360deg)}
}

.top-logo img {
	width:100%;
	height:100%;
	border-radius:500px;
}

.box-t {
	width:80%;
	height:1px;
	background:#ff4081;
	margin:0px auto 10px;
}

.text {
	width:30%;
	padding:120px 20px 20px;
	margin:-100px auto 0px;
	background:#fff;
	opacity:0.8;
	color:#ff4081;
	text-align:center;
	z-index:1;
	position:relative;
	border-radius:20px;
	font-size:1.5em;
}

.text-btn {
	width:20%;
	padding:20px;
	margin:-20px auto 0px;
	background:#ff4081;
	color:#fff;
	font-weight:bold;
	opacity:0.8;
	z-index:1;
	position:relative;
	border-radius:20px;
	font-size:1.2em;
	text-align:center;
}

@media (max-width: 600px) {
	.top-logo {
		width:150px;
		height:150px;
		margin:0px auto 0px;
		border:5px solid #ffffff;
		border-radius:500px;
	}
	.text {
		width:65%;
		padding:80px 20px 20px;
		margin:-75px auto 0px;
		background:#fff;
		opacity:0.8;
		z-index:1;
		position:relative;
		min-width:250px;
		font-size:1em;
	}
	.text-btn {
		margin:-20px auto 0px;
		opacity:0.8;
		z-index:1;
		position:relative;
		width:200px;
		font-size:1em;
	}
}


#footer {
	width:100%;
	background:rgba(255, 64, 129, 0.8);
	line-height:40px;
	font-size:1.2em;
	font-weight:bold;
	text-align:center;
	color:#fff;
	padding-top:68px;
	padding-bottom:30px;
}

.footer-nav {
	width:50%;
	margin:80px auto -30px;
	height:60px;
	background:rgba(0, 0, 0, 0.8);
	position:relative;
	z-index:2;
	border-right:5px solid #FFf;
	border-left:5px solid #FFf;
}

@media (max-width: 600px) {
	.footer-nav {
		width:80%;
		height:60px;
		background:rgba(0, 0, 0, 0.8);
		position:relative;
		z-index:2;
	}
}

.nav-btn {
	float:left;
	width: 23%;
	margin-right: 1%;
	margin-left: 1%;
}

.footer-nav a:hover {
	background:rgba(255,255,255,0) !important;
	color:#fff;
}

.footer-nav a {
	opacity:1;
	background:#fff !important;
    position: relative;
    display: inline-block;
    width: 100%;
    height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 5px;
    margin: 0;
    margin-top: 10px;
    overflow: hidden;
    font-size: 14px;
    font-weight: 500;
    line-height: 40px;
    color: inherit;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .04em;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    zoom: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: 0 0;
    border: none;
    border-radius: 2px;
    outline: 0;
    -webkit-transition: all .2s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .2s cubic-bezier(.4,0,1,1);
    transition: all .2s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .2s cubic-bezier(.4,0,1,1);
    transition: all .2s cubic-bezier(.4,0,.2,1),box-shadow .2s cubic-bezier(.4,0,1,1);
    transition: all .2s cubic-bezier(.4,0,.2,1),box-shadow .2s cubic-bezier(.4,0,1,1),-webkit-box-shadow .2s cubic-bezier(.4,0,1,1);
    will-change: box-shadow;
    -webkit-user-drag: none;
}


@media (max-width: 600px) {
	.footer-nav a {
		font-size:5px;
	}
}

.bgm {
	width:30%;
	min-width:300px;
	margin:10px auto 0px;
	border-radius:200px;
	border-left:20px solid rgba(0, 0, 0, 0.8);
	border-right:20px solid rgba(0, 0, 0, 0.8);
}

audio {
	width:100% !important;
}