* {
  box-sizing: border-box;
}

html,
body {
  background-color: #050f21;
  font-size: 28px;
  height: 100%;
  overflow: hidden;
}

/* body {
	padding-top: 20px;
} */

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.mB20 {
  margin-bottom: 20px;
}
body.page-bg {
	background: url(../images/bg.png) no-repeat center;
}
.page-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 98px;
  line-height: 98px;
  background: rgba(40, 4, 5,.2);
  /* margin-bottom: 23px; */
  padding: 0 40px;
}
#logo .pic {
	/* width: 97px; */
}
#logo .sublogo {
	margin-left: 10px;
}
.page-header .nav > a {
	display: inline-block;
	margin-left: 20px;
}
.page-footer {
	position: absolute;
	bottom: 0;
	left: 0;
	bottom: 0;
	right: 0;
	/* height: 94px; */
    height: 138px;
	background-color: rgb(40, 4, 5);
	text-align: center;
	font-size: 14px;
	padding-top: 17px;
	box-sizing: border-box;
}
.page-footer p {
	color: #fff;
	opacity: 0.5;
}
.page-footer p + p {
	margin-top: 8px;
}

.btn-group {
	position: absolute;
	left: 0;
	right: 0;
	top: 61%;
	text-align: center;
}

.btn-group > span {
	display: inline-block;
	margin: 0 15px;
}
.btn-group > span img {
	width: 206px;
}

.page-content {
	/* padding: 98px 50px 94px; */
	height: 100%;
	padding: 148px 50px 144px;
	box-sizing: border-box;
	font-size: 20px;
	color: rgba(255, 255, 255, 0.7);
	overflow: auto;
}
.page-content .title {
	font-size: 24px;
	color: rgba(255, 255, 255, 0.8);
	text-align: center;
	margin-bottom: 30px;
}
.page-content .desc {
	line-height: 1.5;
	/* text-indent: 2em; */
}
.page-content .desc p {
	margin-bottom: 10px;
}
.page-content .desc a {
	color: rgba(255, 255, 255, 0.7);
}
.page-content .inner {
	overflow-y: auto;
	overflow-x: hidden;
}
.bg {
    display: none;
}
@media (max-width: 991px) {
    html, body {
		overflow: inherit;
	}
    body.page-bg  {
        background-image: none;
        height: auto;
        position: relative;
        padding-bottom: 144px;
    }
    .page-bg .page-content {
        height: auto;
        padding: 0;
    }
    .bg {
        display: block;
        width: 100%;
    }
    .btn-group {
        top: 62%;
		display: flex;
		flex-direction: column;
    }
		.btn-group > span {
			margin-bottom: 30px
		}
		.btn-group > span img {
			width: auto;
		}
}