* {
    margin: 0;
    padding: 0;
}
html {
	display: block;
    height: 100%;
    font-size: 100px;
}
head {
    display: none;
}
meta {
    display: none;
}
body {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    font-size: .16rem;
    font-weight: 400;
    line-height: 1.6;
    color: #555;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga","kern";
    text-rendering: optimizelegibility;
	overflow-x: hidden;
}
body {
    display: block;
    margin: 0px;
}
#app {
    overflow: hidden;
    font-size: .16rem;
    background-color: #000;
    height: 100%;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: all .3s ease;
	box-sizing: border-box;
}
.header__section {
    background: #111;
    padding: .18rem 0 .12rem;
	box-sizing: border-box;
}
.navbar {
	position: relative;
	box-sizing: border-box;
}
.container {
	max-width: 16.8rem;
    margin: 0 auto;
    padding: 0 .15rem;
    line-height: .32rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
	box-sizing: border-box;
}
.gs-logo.sch {
	background-image: url(./img/logo.png);
}
.gs-logo {
	vertical-align: top;
    width: 1.66rem;
    height: .42rem;
    background-repeat: no-repeat;
    background-size: contain;
}
.navbar-collapse {
	transform: translateY(.14rem);
	box-sizing: border-box;
}
.navbar-nav {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: .3rem;
	padding-bottom: .1rem;
}
@media (max-width: 650px) {
   	.navbar-nav {
		gap: .1rem;
    }
	#app a {
		font-size: 0.12rem;
	}
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
    unicode-bidi: isolate;
}
#app a {
    text-decoration: none;
}
.nav-link {
    color: #ffffff6e;
    text-decoration: none;
    font-size: .18rem;
    font-weight: 500;
    padding: .07rem 0;
    transition: color .3s ease;
}
.nav-link.nav-select {
	color: #fffc;
}
.nav-link:hover {
	color:#fff;
}
.home {
	min-height: 100vh;
	box-sizing: border-box;
	margin-top:.71rem;
}
.gsmain {
	background: #000000e6;
	background-image: url(./img/background.png);
}

.main-flex {
	display: flex;
	justify-content: center;
	align-items: center;
	margin:0 auto;
	margin-bottom: -0.1rem;
	text-align: center;
}

.image-card {
	display: block;
	position: relative;
    overflow: hidden;
    flex-grow: 1;
}

.gsmain img {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	-webkit-user-drag: none;
    user-drag: none;
}
.lazy {
	width: 100%;
}

.gs-bottombar {
	font-family: Microsoft YaHei UI;
    color: #dfdad3;
    text-align: center;
    width: 100%;
    height: 2.2rem;
    background: #000;
    padding-top: .4rem;
    display: flex;
    justify-content: center;
}
.gs-bottombar-container {
	font-size: .14rem;
    width: 12.9rem;
    height: .85rem;
    color: #686868;
}
.beian-item {
	margin-top: .2rem;
}

.beian-item a {
	color: #686868;
}


