:root {
	--blue: #007bff;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #dc3545;
	--orange: #fd7e14;
	--yellow: #ffc107;
	--green: #28a745;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #fff;
	--gray: #6c757d;
	--gray-dark: #343a40;
	--primary: #007bff;
	--secondary: #6c757d;
	--success: #28a745;
	--info: #17a2b8;
	--warning: #ffc107;
	--danger: #dc3545;
	--light: #f8f9fa;
	--dark: #343a40;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
	--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
:after,
:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
	outline: 0 !important
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

h2,
h4,
h5 {
	margin-top: 0;
	margin-bottom: .5rem
}

p {
	margin-top: 0;
	margin-bottom: 1rem
}

ul {
	margin-bottom: 1rem
}

ul {
	margin-top: 0
}

a {
	color: #007bff;
	text-decoration: none;
	background-color: transparent
}

a:hover {
	color: #0056b3;
	text-decoration: underline
}

img {
	border-style: none
}

img {
	vertical-align: middle
}

button {
	border-radius: 0
}

button:focus:not(:focus-visible) {
	outline: 0
}

button {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

button {
	overflow: visible
}

button {
	text-transform: none
}

button {
	-webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
	cursor: pointer
}

button::-moz-focus-inner {
	padding: 0;
	border-style: none
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button
}

h2,
h4,
h5 {
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2
}

h2 {
	font-size: 2rem
}

h4 {
	font-size: 1.5rem
}

h5 {
	font-size: 1.25rem
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, .1)
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before {
	border-color: #28a745
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before {
	border-color: #dc3545
}

.btn:not(:disabled):not(.disabled) {
	cursor: pointer
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #0062cc;
	border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5);
	box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #545b62;
	border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5);
	box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #1e7e34;
	border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5);
	box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #117a8b;
	border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5);
	box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active {
	color: #212529;
	background-color: #d39e00;
	border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5);
	box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #bd2130;
	border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5);
	box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active {
	color: #212529;
	background-color: #dae0e5;
	border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5);
	box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #1d2124;
	border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5);
	box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
	box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
	box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
	box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
	box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.custom-control-input:focus:not(:checked)~.custom-control-label:before {
	border-color: #80bdff
}

.custom-control-input:not(:disabled):active~.custom-control-label:before {
	color: #fff;
	background-color: #b3d7ff;
	border-color: #b3d7ff
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
	opacity: .75
}

.carousel {
	position: relative
}

@supports (position:sticky) {
}

@media print {

	*,
	:after,
	:before {
		text-shadow: none !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important
	}

	a:not(.btn) {
		text-decoration: underline
	}

	img {
		page-break-inside: avoid
	}

	h2,
	p {
		orphans: 3;
		widows: 3
	}

	h2 {
		page-break-after: avoid
	}

	@page {
		size: a3
	}

	body {
		min-width: 992px !important
	}
}


:root {
	--swiper-theme-color: #007aff
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box
}

.swiper-wrapper {
	transform: translateZ(0)
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform
}

:root {
	--swiper-navigation-size: 44px
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: opacity .3s;
	transform: translateZ(0);
	z-index: 10
}


.el-menu-item {
	font-size: 14px;
	padding: 0 20px;
	cursor: pointer
}

.el-menu {
	border-right: 1px solid #e6e6e6;
	list-style: none;
	position: relative;
	margin: 0;
	padding-left: 0
}

.el-menu,
.el-menu--horizontal>.el-menu-item:not(.is-disabled):focus,
.el-menu--horizontal>.el-menu-item:not(.is-disabled):hover {
	background-color: #fff
}

.el-menu:after,
.el-menu:before {
	display: table;
	content: ""
}

.el-menu:after {
	clear: both
}

.el-menu.el-menu--horizontal {
	border-bottom: 1px solid #e6e6e6
}

.el-menu--horizontal {
	border-right: none
}

.el-menu--horizontal>.el-menu-item {
	float: left;
	height: 60px;
	line-height: 60px;
	margin: 0;
	border-bottom: 2px solid transparent;
	color: #909399
}

.el-menu-item {
	position: relative
}

.el-menu--horizontal .el-menu-item:not(.is-disabled):focus,
.el-menu--horizontal .el-menu-item:not(.is-disabled):hover {
	outline: 0;
	color: #303133
}

.el-menu--horizontal>.el-menu-item.is-active {
	border-bottom: 2px solid #409eff;
	color: #303133
}

.el-menu-item {
	height: 56px;
	line-height: 56px;
	list-style: none
}

.el-menu-item {
	color: #303133;
	-webkit-transition: border-color .3s, background-color .3s, color .3s;
	transition: border-color .3s, background-color .3s, color .3s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	white-space: nowrap
}

.el-menu-item * {
	vertical-align: middle
}

.el-menu-item:focus,
.el-menu-item:hover {
	outline: 0;
	background-color: #ecf5ff
}

.el-menu-item.is-active {
	color: #409eff
}

.el-radio-button:focus:not(.is-focus):not(:active):not(.is-disabled) {
	-webkit-box-shadow: 0 0 2px 2px #409eff;
	box-shadow: 0 0 2px 2px #409eff
}

.el-tabs__item:focus.is-active.is-focus:not(:active) {
	-webkit-box-shadow: 0 0 2px 2px #409eff inset;
	box-shadow: inset 0 0 2px 2px #409eff;
	border-radius: 3px
}

.el-tooltip:focus:hover,
.el-tooltip:focus:not(.focusing) {
	outline-width: 0
}

.el-upload-list__item.is-success:focus:not(:hover) .el-icon-close-tip {
	display: inline-block
}

.el-carousel {
	position: relative
}

.el-carousel--horizontal {
	overflow-x: hidden
}

.el-carousel__container {
	position: relative;
	height: 300px
}

.el-carousel__item {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0
}

.el-carousel__item {
	width: 100%;
	display: inline-block;
	overflow: hidden;
	z-index: 0
}

.el-collapse-item__header.focusing:focus:not(:hover) {
	color: #409eff
}

.el-input::-webkit-scrollbar:horizontal {
	height: 6px
}

.el-image__inner {
	width: 100%;
	height: 100%
}

.el-image {
	position: relative;
	display: inline-block;
	overflow: hidden
}

.el-image__inner {
	vertical-align: top
}

.el-radio:focus:not(.is-focus):not(:active):not(.is-disabled) .el-radio__inner {
	-webkit-box-shadow: 0 0 2px 2px #409eff;
	box-shadow: 0 0 2px 2px #409eff
}



.top {
    width: 100%!important;
    height: 100%;
    margin: 0!important
}

.carousel {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 0
}

.logo {
    width: 200px;
    height: 50px
}

.el-menu-demo {
    z-index: 100000;
    left: 50%;
    top: 40px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    max-width: 50%;
    position: absolute!important;
    background-color: hsla(0,0%,100%,0)!important
}

.el-menu.el-menu--horizontal {
    border-bottom: 0!important
}

.el-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.el-menu-item {
    font-size: 16px!important;
    font-family: SourceHanSansSC-Bold!important;
    font-weight: 800!important;
    border-bottom: none!important;
    color: hsla(0,0%,100%,.6)!important
}

.el-menu--horizontal>.el-menu-item.is-active {
    border-bottom: none!important;
    color: #fff!important
}

.el-menu--horizontal>.el-menu-item:not(.is-disabled):focus,.el-menu--horizontal>.el-menu-item:not(.is-disabled):hover {
    background-color: transparent!important;
    color: #fff!important
}

.carousels {
    background-color: transparent!important;
    width: 100%
}

.gary-cls {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5)
}

.font-cls {
    color: #fff;
    top: 50%;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    max-width: 50%;
    width: 630px;
    text-align: left!important
}

.top-size {
    font-size: 70px;
    font-weight: 800
}

.bottom-size {
    font-size: 20px;
    margin-top: 20px;
    font-weight: 400
}

button:focus {
    outline: 0!important
}

.bottom-text {
    background-color: #000;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2.5rem;
    margin-top: 2.5rem;
    color: #fff!important
}

.bottom-text,.bottom-text-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.bottom-text-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 15.625rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.bottom-text-center span {
    margin-top: .625rem
}

.pulic-cls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.pulic--logo-cls {
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 50%;
    margin: 0 auto;
    background-size: 100% 100%
}

.pulic--logo-cls:hover {
    background-image: url(../img/15.png)!important;
    background-color: #fff
}

.public-item {
    margin: .625rem
}

.banquan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #000;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 50px
}

.banquan,.banquan span {
    color: #fff!important
}

.logo-bottom {
    background-image: url(/Images/logo.png);
    background-size: 100% 100%;
    height: 3.125rem;
    width: 12.5rem
}

.go-page {
    color: #fff;
    margin-top: .625rem
}

.bottom-text span {
    color: #fff!important
}

* {
    margin: 0;
    padding: 0
}

.blue-top {
    background-image: url(../img/14.png);
    height: 13.125rem;
    width: 100%;
    background-size: 100% 100%
}

.content {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1px;
    perspective: 1px
}

.gameinfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.game1-left {
    background-image: url(../img/13.png);
    background-size: 100% 100%;
    display: inline-block;
    width: 15rem;
    min-width: 512px;
    height: 30rem
}

.text-cls-top {
    width: 10.625rem;
    font-size: 40px;
    font-weight: 700;
    color: #000;
    padding-top: 12.5rem!important;
    text-align: left
}

.text-cls-bottom {
    margin-top: 1.25rem;
    width: 16rem;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    text-align: left
}

.game-right {
    background-image: url(../img/5.png);
    height: 4.75rem;
    width: 4.75rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 1.25rem
}

.game2-left,.game-right {
    background-size: 100% 100%
}

.game2-left {
    background-image: url(../img/6.png);
    height: 2.75rem;
    width: 3.75rem;
    margin-top: 9.5rem
}

.gameinfo2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 4.25rem
}

.game2-right {
    background-image: url(../img/12.png);
    height: 374px;
    width: 658px;
    background-size: 100% 100%
}

.gameinfo3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 4.25rem
}

.game3-left {
    background-image: url(../img/11.png);
    height: 25.375rem;
    width: 25.375rem
}

.game3-left,.game3-right {
    background-size: 100% 100%
}

.game3-right {
    background-image: url(../img/7.png);
    height: 3.75rem;
    width: 4.75rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 5.25rem
}

.issue {
    background-image: url(../img/10.png);
    background-size: 100% 100%;
    height: 90rem;
    width: 100%;
    margin-top: 6.25rem
}

.issue-font {
    font-size: 2.125rem;
    left: 50%;
    margin-top: 12.25rem;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.issue-font,.issue-font-bottom {
    text-align: center;
    color: #fff;
    position: absolute
}

.issue-font-bottom {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 16.25rem;
    justify-items: center;
    font-weight: 800
}

.issue-total {
    width: 14.5rem
}

.issue-text {
    font-size: 1.25rem
}

.issue-num {
    font-size: 30px
}

.card-video {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    margin-top: 22rem
}

.card-video,.cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.cards {
    background-image: url(../img/8.png);
    background-size: 100% 100%;
    height: 26rem;
    width: 600px;
    padding: 2.5rem
}

.cards-left {
    width: 18rem;
    height: 21rem;
    background-size: 100% 100%
}

.cards-right .el-image__inner {
    width: 5rem;
    height: 5rem
}

.cards-right {
    margin-left: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 450px
}

.cards-right span {
    text-align: left
}

.card2-video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    margin-top: 48rem
}

.more-game {
    position: absolute;
    margin-top: 75rem;
    width: 12.5rem;
    height: 3.125rem;
    border-radius: .625rem;
    background-color: #fccc00
}

.more-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.dynamic-top-text {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    text-align: center
}

.dynamic-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.dynamics-card {
    margin: 1.25rem;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.4);
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.4);
    border-radius: 1.25rem
}

.dynamic-image {
    width: 18.75rem;
    height: 15.625rem;
    background-size: 100% 100%;
    border-top-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem
}

.dynamic-text {
    width: 16.75rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 13px;
    font-weight: 500;
    text-align: start;
    padding-left: 12px
}

.more-dynamic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.more-dynamic-btn {
    width: 12.5rem;
    height: 3.125rem;
    border-radius: .625rem;
    margin-top: 1.25rem;
    background-color: #fff
}

.dynamicn-name {
    text-align: left!important;
    font-size: 18px;
    font-weight: 500
}

.dynamicn-game-text {
    padding: 10px
}

.content {
    width: 100%;
    background-color: #484848;
    padding: .3125rem 0
}

.top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: -webkit-fit-content;
    margin: 5.9375rem auto .7rem
}

span {
    color: #999;
    font-size: .9375rem
}

@media screen and (max-width: 472px) {
    .top,span {
        display:block
    }
}

.main {
    width: 100%;
    background-color: #fff
}

.sub-navbar {
    width: 60%;
    height: 3rem;
    margin: 0 auto;
    padding: 1.25rem 2.5rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

li:hover {
    color: #2c3e50
}

.content-introduce {
    width: 40%;
    margin: 20px auto;
    text-align: left;
    padding-bottom: 1rem
}

.isvisible {
    display: none
}

.dny {
    width: 56.25rem;
    margin: 0 auto
}

@media screen and (max-width: 992px) {
    .dny {
        width:80%;
        margin: 0 auto
    }

    .sub-navbar {
        width: 90%
    }

    .content-introduce {
        width: 60%;
        padding-bottom: 3rem
    }
}

@media screen and (max-width: 672px) {
    .sub-navbar {
        width:100%;
        padding: 1.25rem .9375rem 0;
        margin-bottom: 18px
    }

    h4 {
        font-size: 18px
    }

    .content-introduce {
        width: 80%;
        padding-bottom: 0
    }

    .dny {
        width: 90%;
        margin: 0 auto
    }
}

.center-content {
    background-color: #fff;
    width: 100%
}

.content {
    width: 60%;
    margin: 20px auto;
    background-color: #fff;
    border-radius: 5px
}

h2 {
    margin: 10px
}

.content-single {
    width: 90%;
    margin: 10px auto;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #d3d3d3;
    text-align: left;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.4);
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.4)
}

.title {
    width: 100%;
    height: 80px;
    background-color: #fbfbfb;
    border: 1px solid #d3d3d3;
    margin-bottom: 20px
}

h4,h5,p {
    margin-left: 25px
}

@media screen and (max-width: 992px) {
    .content {
        width:90%
    }

    h4,h5,p {
        margin-left: 10px
    }
}

@media screen and (max-width: 472px) {
    .content {
        width:98%
    }

    h2 {
        font-size: 25px
    }

    h4 {
        font-size: 20px
    }

    h5 {
        font-size: 18px
    }
}

.container-resume {
    width: 100%;
    padding: 30px 25px
}

.resume {
    width: 7.5rem;
    line-height: 35px;
    background: #0096fb;
    color: #fff;
    border-radius: .625rem;
    border: none;
    line-height: 2.5rem
}

.resume:hover {
    background: #0086fb
}

.center-content {
    background-color: #fff;
    width: 100%
}

.product-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 20px;
    margin-bottom: 20px;
    position: absolute;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.4);
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.4);
    height: 150px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-120%);
    max-width: 50%;
    z-index: 12;
    background-color: #fff
}

.product-data-total {
    width: 22rem;
    text-align: center;
}

.product-data-text {
    font-size: 18px;
    color: grey
}

.product-data-num {
    font-size: 30px;
    font-weight: 800
}

.game-list {
    width: 1080px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 200px auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.game-item {
    width: 250px;
    margin: 10px;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.4);
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.4);
    border-radius: 20px
}

.game-list-image {
    height: 140px;
    width: 250px;
    background-size: 100% 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px
}

.game-list .el-image__inner {
    width: 3rem;
    height: 3rem;
    border-radius: 10px
}

.game-list-bottom {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.game-list-text {
    text-align: left;
    margin-left: 10px
}

.game-list-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.center-content {
    background-color: #fff;
    width: 100%
}

