body , html {
	padding: 0;
	margin: 0;
}

body {
	background: #f4f5f7;
}

* {
	/* position: relative; */
	/* box-sizing: border-box; */
	user-select: none;
	padding: 0;
	margin: 0;
}

li , ul {
	list-style: none;
}

.animate , .animate * , .animate *:before , .animate::before {
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
}

body::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 50vh;
	background-image: url(../images/bg-1.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	left: 0;
	top: 0;
}

body::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 50vh;
	/* background-color: rgba(0,0,0,.3); */
}

#app {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
	padding-bottom: 100px;
}

section {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding-top: 20px;
}

.logo {
	width: 100%;
	height: 80px;
	margin-top: 60px;
	padding-left: 100px;
	line-height: 80px;
	background-image: url(../images/logo.png);
	background-position: left center;
	background-size: auto 100%;
	background-repeat: no-repeat;
	font-size: 38px;
	color: #fff;
	letter-spacing: 3px;
	-webkit-user-select: none;
	user-select: none;
	text-shadow: 2px 2px 5px #000;
}

.title {
	    width: 100%;
	    height: 60px;
	    margin-top: 60px;
	    font-size: 60px;
	    line-height: 1;
	    text-align: center;
	    color: #fff;
	    font-weight: 600;
	    letter-spacing: 5px;
	    text-shadow: 3px 3px 5px #000;
	    position: relative;
	    -webkit-user-select: none;
	    user-select: none;
}
body {
    background: none !important;
}
.zfxxgk_container {
    position: relative;
    margin-top: 60px;
    padding: 0 10px;
    padding-top: 10px;
    z-index: 999;
    height: 1103px;
}
.xxgk_live1 .icon_img {
    width: 40px;
}
.xxgk_live1.on .icon_img {
    width: 40px;
    filter: brightness(500%);
}