/* Core Stylesheet - 1.0 *//* :: 2.1 Import All CSS */@import url(bootstrap.min.css?fdsdddddfds);

@import url(classy-nav.css);

@import url(owl.carousel.min.css);

@import url(animate.css);

@import url(magnific-popup.css);

@import url(font-awesome.min.css);/* :: 3.1 Base CSS */* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Novah", sans-serif;
	font-size: 14px;
}

h1, h2, h3, h4 {
	font-family: "Novah", sans-serif;
	color: #050505;
	line-height: 1.3;
	font-weight: 700;
}/* :: banneran */.banner_t {
	position: sticky;
 /*left:20%;*/
	-font-size: 30px;
	top: 20%;
}

.banner_t h3 {
	font-size: 45px;
	font-weight: 900;
	color: #ffffff;
	line-height: 1.5;
	background: linear-gradient(to right, #348c56 10%, #8BC34A 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: #ff1c1c00;
	text-transform: none;
}

.banner_t p {
	font-size: 20px;
	margin: 30px 0px 120px;
	color: #ffffff;
	text-shadow: 0 0 5px #000000, 0 0 4px #000000;
}

.banner_t a {
	padding: 10px 30px;
	background: #338c56;
	color: #fff;
	bottom: 20px;
	border-radius: 2px;
}

@media(max-width:980px) {
	.banner_t h3 {
		font-size: 22px;
		font-weight: 900;
	}

	.banner_t p {
		font-size: 13px;
		margin: 10px 0px 50px;
		color: #ffffff;
	}

	.banner_t a {
		padding: 5px 15px;
		background: #338c56;
		color: #fff;
		bottom: 20px;
		border-radius: 2px;
		font-size: 12px;
	}
}

@media only screen and (max-width: 736px) and (min-width: 200px) {
	.phone {
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.banner_t {
		position: absolute;
		left: 5%;
		-font-size: 30px;
		top: 20%;
	}

	.top-social-info {
		-webkit-transform: translate(8%,15%);
	}
}

@media only screen and (max-width: 1112px) and (min-width: 746px) {
	.banner_t {
		position: sticky;
 /* left:5%; */
		-font-size: 30px;
		top: 20%;
	}

	.top-social-info {
		-webkit-transform: translate(-2%,140%);
	}
}

@media only screen and (max-width: 1600px) and (min-width: 1366px) {
	.banner_t {
		position: sticky;
 /* left:9%; */
		-font-size: 30px;
		top: 20%;
	}

	.top-social-info {
		-webkit-transform: translate(-2%,140%);
	}
}

@media only screen and (max-width: 1920px) and (min-width: 1600px) {
	.banner_t {
		position: sticky;
 /* left:21%; */
		-font-size: 30px;
		top: 20%;
	}

	.top-social-info {
		-webkit-transform: translate(-2%,140%);
	}
}

@media only screen and (max-width: 2560px) and (min-width: 1921px) {
	.banner_t {
		position: sticky;
 /* left:21%; */
		-font-size: 30px;
		top: 20%;
	}

	.top-social-info {
		-webkit-transform: translate(-2%,140%);
	}
}

p {
	font-family: "Novah", sans-serif;
	color: #050505;
	font-size: 14px;
	line-height: 2.1;
	font-weight: 400;
}

p {
	font-family: "Novah", sans-serif;
	color: #050505;
	font-size: 14px;
	line-height: 2.1;
	font-weight: 400;
}/* :: end banneran */ul {
	margin: 0;
}

ul li {
	list-style: none;
}

img {
	height: auto;
	max-width: 100%;
}/* :: 3.1.0 Spacing */.mb-30 {
	margin-bottom: 30px !important;
}

.mb-70 {
	margin-bottom: 70px !important;
}

.mb-100 {
	margin-bottom: 100px !important;
}/* :: 3.2.0 Height *//* :: 3.3.0 Section Padding */.section-padding-100 {
	padding-top: 50px;
	padding-bottom: 70px;
}

.section-padding-100-0 {
	padding-top: 50px;
	padding-bottom: 0;
}/* :: 3.4.0 Preloader *//* :: 3.5.0 Miscellaneous */.section-title {
	font-size: 36px;
	color: #737373;
	font-weight: 400;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-title {
		font-size: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.section-title {
		font-size: 24px;
	}
}

.bg-img {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.bg-pattern {
	position: relative;
	z-index: 2;
}

.bg-pattern::after {
    /*background-image: url(img/core-img/pattern.png);*/
	background-repeat: repeat;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
}

.bg-fixed {
	background-attachment: fixed !important;
}/* :: 3.6.0 ScrollUp *//* :: 3.7.0 egames Button *//* :: 3.7.1 egames Button *//* :: 3.7.2 egames Button *//* :: 3.7.3 egames Button *//* :: 4.0 Header Area CSS */.header-area {
	position: relative;
	z-index: 1000;
	width: 100%;
}

.header-area .top-header-area {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 85px;
}

.header-area .egames-main-menu .top-search-area {
	position: relative;
	z-index: 1;
}

.header-area .egames-main-menu .top-search-area form {
	position: relative;
	z-index: 1;
	width: 255px;
}

@media only screen and (max-width: 767px) {
	.header-area .egames-main-menu .top-search-area form {
		width: 120%;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.header-area .egames-main-menu .top-search-area form {
		width: 160px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.header-area .egames-main-menu .top-search-area form {
		width: 200px;
	}
}

.header-area .egames-main-menu .top-search-area form input {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 42px;
	background-color: #f6f6f6;
	border: none;
	color: #ababab;
	font-size: 12px;
	font-style: italic;
	padding: 0 10px;
}

.header-area .egames-main-menu .top-search-area form input:focus {
	box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
}

.header-area .egames-main-menu .top-search-area form button {
	position: absolute;
	top: 0;
	right: 0;
	height: 42px;
	z-index: 10;
	width: 50px;
	background-color: transparent;
	border: none;
	color: #555555;
	cursor: pointer;
}

.header-area .egames-main-menu .top-search-area form button:hover, .header-area .egames-main-menu .top-search-area form button:focus {
	color: #338c56;
	box-shadow: none;
}

.header-area .egames-main-menu {
	position: relative;
	width: 100%;
	height: 70px;
}

.header-area .egames-main-menu .classy-navbar {
	height: 70px;
	padding: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-area .egames-main-menu .classy-navbar {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
}

@media only screen and (max-width: 767px) {
	.header-area .egames-main-menu .classy-navbar {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
}

.header-area .egames-main-menu .classy-navbar .classynav ul li a {
	font-weight: 600;
	text-transform: capitalize;
	font-size: 15px;
	padding: 0 4px;
	color: #232323;
}

.header-area .egames-main-menu .classy-navbar .classynav ul li a:hover, .header-area .egames-main-menu .classy-navbar .classynav ul li a:focus {
	color: #338c56;
}

.header-area .egames-main-menu .classy-navbar .classynav > ul > li:first-child a {
	padding-left: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-area .egames-main-menu .classy-navbar .classynav > ul > li:first-child a {
		padding-left: 10px;
	}
}

@media only screen and (max-width: 767px) {
	.header-area .egames-main-menu .classy-navbar .classynav > ul > li:first-child a {
		padding-left: 10px;
	}
}

.header-area .egames-main-menu .classy-navbar .classynav ul li ul li a {
	color: #232323;
	font-size: 14px;
	padding: 0 20px;
}

.header-area .top-header-area .top-social-info a {
	font-size: 14px;
	color: #545454;
	display: inline-block;
	margin-left: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-area .top-header-area .top-social-info a {
		margin-left: 0;
		margin-right: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.header-area .top-header-area .top-social-info a {
		margin-left: 0;
		margin-right: 15px;
	}
}

.top-social-info {
	text-align: right;
}

.header-area .top-header-area .top-social-info a:hover, .header-area .top-header-area .top-social-info a:focus {
	color: #338c56;
}/* :: 5.0 Hero Area CSS */.hero-area {
	position: relative;
	z-index: 1;
}/* Arrows */.hero-area .owl-prev, .hero-area .owl-next {
	top: 50%;
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	bottom: auto;
	width: 45px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	border-radius: 0.2rem;
	opacity: .3;
	overflow: hidden;
	text-align: center;
	font-size: 3.5rem;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding: .75rem 0;
}

.hero-area .owl-prev {
	left: 0px;
}

.hero-area .owl-next {
	right: 0px;
}

.owl-carousel:hover .owl-prev, .owl-carousel:hover .owl-next {
	background: rgba(0, 0, 0, 0.3);
}

.owl-carousel:hover .owl-prev:hover, .owl-carousel:hover .owl-next:hover, .owl-carousel:hover .owl-prev:focus, .owl-carousel:hover .owl-next:focus {
	background: rgba(0, 0, 0, 0.9);
}

.owl-prev .fa-angle-left:before, .owl-next .fa-angle-right:before {
	color: white;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	text-shadow: 2px 0px 0px black;
	opacity: .1;
}

.owl-carousel:hover .owl-prev .fa-angle-left:before, .owl-carousel:hover .owl-next .fa-angle-right:before {
	text-shadow: none;
	opacity: 1;
}

.single-slide {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 700px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.single-slide {
		height: 600px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.single-slide {
		height: 500px;
	}
}

@media only screen and (max-width: 767px) {
	.single-slide {
		height: 380px;
	}
}/* :: 6.0 Games Area CSS */.single-games-area {
	position: relative;
	z-index: 1;
}

.single-games-area::after {
	content: '';
	width: 2px;
	height: 100%;
	background-color: #cdcdcd;
	top: 0;
	right: -6.5px;
	position: absolute;
	z-index: 1;
}

@media only screen and (max-width: 767px) {
	.single-games-area::after {
		display: none;
	}
}

.single-games-area img {
	max-height: 55px;
	margin: 0 auto;
	display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.single-games-area img {
		max-height: 40px;
	}
}

@media only screen and (max-width: 767px) {
	.single-games-area img {
		max-height: 40px;
	}
}

.games-area {
	position: relative;
	z-index: 1;
}/* :: 7.0 Footer Area CSS */.footer-area {
	position: relative;
	z-index: 1;
	background-color: #0c0c0c;
	border-top: 1px solid #fff;
    /*background-image: url(img/core-img/pattern.png);*/
	background-repeat: repeat;
}

.footer-area .single-footer-widget {
	position: relative;
	z-index: 1;
}

.footer-area .single-footer-widget .widget-title {
	display: block;
	margin-bottom: 60px;
}

.footer-area .single-footer-widget .widget-title h4 {
	font-weight: 400;
	color: #fff;
	margin-bottom: 0;
	line-height: 1;
}

.footer-area .single-footer-widget .widget-content ul li a {
	display: block;
	color: #a5a5a5;
	font-size: 14px;
	margin-bottom: 20px;
	font-weight: 400;
}

.footer-area .single-footer-widget .widget-content ul li a:focus, .footer-area .single-footer-widget .widget-content ul li a:hover {
	color: #338c56;
}

.footer-area .copywrite-content {
	position: relative;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.4);
	width: 100%;
	padding: 15px 0;
}

.footer-area .copywrite-content .copywrite-text {
	font-size: 12px;
	margin-bottom: 0;
	color: #7d7d7d;
	font-weight: 400;
}

@media only screen and (max-width: 767px) {
	.footer-area .copywrite-content .copywrite-text {
		margin-bottom: 10px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.footer-area .copywrite-content .copywrite-text {
		margin-bottom: 0;
	}
}

.footer-area .copywrite-content .copywrite-text a {
	color: #7d7d7d;
	font-size: 11px;
	font-weight: 400;
}

.footer-area .copywrite-content .copywrite-text a:hover, .footer-area .copywrite-content .copywrite-text a:focus {
	color: #338c56;
}

.footer-area .copywrite-content .footer-nav {
	position: relative;
	z-index: 1;
}

.footer-area .copywrite-content .footer-nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
	.footer-area .copywrite-content .footer-nav ul {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

.footer-area .copywrite-content .footer-nav li a {
	position: relative;
	z-index: 1;
	color: #7d7d7d;
	font-size: 14px;
	font-weight: 400;
	padding: 0 10px;
}

@media only screen and (max-width: 767px) {
	.footer-area .copywrite-content .footer-nav li a {
		padding: 0 5px;
	}
}

.footer-area .copywrite-content .footer-nav li a:hover, .footer-area .copywrite-content .footer-nav li a:focus {
	color: #338c56;
}/* :: 8.0 News Area CSS */.single-articles-area {
	position: relative;
	z-index: 1;
}

.single-articles-area .article-thumbnail {
	position: relative;
	z-index: 1;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 38%;
	flex: 0 0 38%;
	max-width: 38%;
	width: 38%;
	overflow: hidden;
}

@media only screen and (max-width: 767px) {
	.single-articles-area .article-thumbnail {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
		margin-bottom: 30px;
	}
}

.single-articles-area .article-thumbnail img {
	width: 100%;
	-webkit-transition-duration: 500ms;
	transition-duration: 1000ms;
}

.single-articles-area .article-thumbnail::after {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	content: '';
    /* position: absolute; */
	visibility: hidden;
	opacity: 0;
}

.single-articles-area .article-content {
	position: relative;
	z-index: 1;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 62%;
	flex: 0 0 62%;
	max-width: 62%;
	width: 62%;
	padding-left: 30px;
}

@media only screen and (max-width: 767px) {
	.single-articles-area .article-content {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
		padding-left: 0;
	}
}

.single-articles-area .article-content .post-title {
	font-size: 24px;
	color: #424242;
	font-weight: 700;
	display: block;
	margin-bottom: 10px;
	/*...省略*/
	text-overflow: ellipsis;
	overflow: hidden;
    /*width: 400px;*/
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.single-articles-area .article-content .post-title:hover {
	color: #338c56;
}

.single-articles-area .article-content .post-meta {
	position: relative;
	z-index: 1;
	margin-bottom: 15px;
}

.single-articles-area .article-content .post-meta a {
	font-size: 14px;
	color: #6b6b6b;
	font-weight: 700;
	text-transform: uppercase;
}

.single-articles-area .article-content .post-meta a:first-child {
	margin-right: 30px;
	color: #338c56;
}

.single-articles-area .article-content .post-meta a:hover, .single-articles-area .article-content .post-meta a:focus {
	color: #338c56;
}

.single-articles-area .article-content p {
	color: #545454;
	margin-bottom: 0;
}

.single-articles-area:hover .article-thumbnail::after, .single-articles-area:focus .article-thumbnail::after {
	visibility: visible;
	opacity: 1;
}

.single-articles-area:hover .article-thumbnail img, .single-articles-area:focus .article-thumbnail img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.single-articles-area.style-2 .article-content .post-title {
	color: #a5a5a5;
}

.single-articles-area.style-2 .article-content p {
	color: #737373;
}

.article-content {
	position: relative;
	z-index: 1;
}

.article-content .post-title {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	font-size: 30px;
	color: #fff;
	font-weight: 700;
	display: block;
	margin-bottom: 10px;
}

.article-content .post-title:hover {
	color: #338c56;
}

.article-content .post-meta {
	position: relative;
	z-index: 1;
	margin-bottom: 50px;
}

.article-content .post-meta a {
	font-size: 14px;
	color: #6b6b6b;
	font-weight: 700;
	text-transform: uppercase;
	margin-right: 30px;
}

.article-content .post-meta a:last-child {
	margin-right: 0;
}

.article-content .post-meta a:hover, .article-content .post-meta a:focus {
	color: #338c56;
}

.article-content p {
	color: #050505;
}

.single-widget-area {
	position: relative;
	z-index: 1;
	background-color: #f6f6f6;
	margin-bottom: 35px;
	border-radius: 8px;
	align-content: center;
	text-align: center;
}

.single-widget-area.add-widget {
	margin-bottom: 55px;
}

.single-widget-area.add-widget img {
	width: 100%;
	border-radius: 8px;
}/* :: 9.0 Monthly Picks Area CSS */.monthly-picks-area {
	position: relative;
	z-index: 1;
	background-color: #f9f9f9;
	overflow: hidden;
}

.monthly-picks-area .nav-tabs {
	border-bottom: 2px solid #e9e9e9;
	margin-bottom: 80px;
}

.monthly-picks-area .nav-tabs .nav-item .nav-link {
	padding: 0 25px;
	height: 56px;
	color: #424242;
	font-size: 16px;
	font-weight: 700;
	line-height: 56px;
	border-radius: 0;
	border: none;
}

.monthly-picks-area .nav-tabs .nav-item .nav-link:hover {
	border: none;
}

.monthly-picks-area .nav-tabs .nav-item .nav-link.active {
	background-color: #338c56;
	color: #f9f9f9;
}

@media only screen and (max-width: 767px) {
	.monthly-picks-area .nav-tabs .nav-item .nav-link {
		padding: 0 20px;
		height: 42px;
		line-height: 42px;
		font-size: 12px;
	}
}

.single-games-slide {
	position: relative;
	z-index: 1;
}

.single-games-slide .slide-text {
	margin-top: 30px;
}

.single-games-slide .slide-text .game-title {
	color: #424242;
	display: block;
	margin-bottom: 10px;
	font-size: 18px;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media only screen and (max-width: 767px) {
	.single-games-slide .slide-text .game-title {
		font-size: 16px;
	}
}

.single-games-slide .slide-text .game-title:hover, .single-games-slide .slide-text .game-title:focus {
	color: #338c56;
}

.single-games-slide .slide-text .meta-data {
	position: relative;
	z-index: 1;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.single-games-slide .slide-text .meta-data a {
	font-size: 12px;
	color: #6b6b6b;
	font-weight: 700;
	text-transform: uppercase;
}

.single-games-slide .slide-text .meta-data a:first-child {
	margin-right: 15px;
}

.single-games-slide .slide-text .meta-data a:last-child {
	color: #338c56;
}

.single-games-slide .slide-text .meta-data a:hover, .single-games-slide .slide-text .meta-data a:focus {
	color: #338c56;
}

.popular-games-slideshow, .latest-games-slideshow {
	position: relative;
	z-index: 1;
}

.popular-games-slideshow .owl-prev {
	left: 20.8%;
}

@media only screen and (max-width: 767px) {
	.popular-games-slideshow .owl-prev, .latest-games-slideshow .owl-prev {
		left: 4%;
	}
}

.popular-games-slideshow .owl-prev,  .popular-games-slideshow .owl-next,  .latest-games-slideshow .owl-prev,  .latest-games-slideshow .owl-next {
	top: 30%;
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	bottom: auto;
	width: 45px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	border-radius: 0.2rem;
	opacity: .3;
	overflow: hidden;
	text-align: center;
	font-size: 3.5rem;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding: .75rem 0;
	left: 20.8%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.popular-games-slideshow .owl-prev,  .popular-games-slideshow .owl-next,  .latest-games-slideshow .owl-prev,  .latest-games-slideshow .owl-next {
		left: 15%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.popular-games-slideshow .owl-prev,  .popular-games-slideshow .owl-next,  .latest-games-slideshow .owl-prev,  .latest-games-slideshow .owl-next {
		left: 15%;
	}
}

@media only screen and (max-width: 767px) {
	.popular-games-slideshow .owl-prev,  .popular-games-slideshow .owl-next,  .latest-games-slideshow .owl-prev,  .latest-games-slideshow .owl-next {
		left: 5%;
		width: 40px;
		height: auto;
		margin-top: 20px;
		line-height: 40px;
	}
}

.popular-games-slideshow .owl-prev:hover,  .popular-games-slideshow .owl-next:hover,  .latest-games-slideshow .owl-prev:hover,  .latest-games-slideshow .owl-next:hover {
	background-color: #338c56;
	color: #ffffff;
}

.popular-games-slideshow .owl-next,  .latest-games-slideshow .owl-next {
	left: auto;
	right: 20.8%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.popular-games-slideshow .owl-next,  .latest-games-slideshow .owl-next {
		right: 15%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.popular-games-slideshow .owl-next,  .latest-games-slideshow .owl-next {
		right: 15%;
	}
}

@media only screen and (max-width: 767px) {
	.popular-games-slideshow .owl-next,  .latest-games-slideshow .owl-next {
		right: 4%;
	}
}/* :: 10.0 Video Area CSS *//* :: 11.0 Game Review Area CSS *//* :: 12.0 Breadcrumb Area CSS *//* :: 13.0 Contact Area CSS *//* :: 14.0 Products Area CSS */@media only screen and (min-width: 319px) and (max-width: 735px) {
	.single-games-slide .slide-text {
		display: none;
	}

	.footer-area .copywrite-content .footer-nav li a {
		display: none;
	}

	.yqlj {
		display: none;
	}
}/* 友情链接Start */.yqlj {
	background: #000000;
	font-size: 12px;
}

.yqlj a {
	color: #a5a5a5;
	font-weight: 500;
}

.yqlj em {
	color: #545454;
	font-style: normal;
	margin: 0 10px;
}

.yqlj text {
	color: #d4d4d4;
	font-weight: 500;
	margin: 0 20px;
}/* 友情链接End *//* 列表导航Start *//*列表导航End*//* Tga标签 Start *//* Tga标签 End *//* tab选项 Start *//* tab选项 End *//* 功能特点 Strar */li {
	display: list-item;
	text-align: -webkit-match-parent;
}/* 功能特点 End *//* 微信关注 Strar */.section {
	position: relative;
	width: 100%;
	display: block;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
}

.full-height {
  /*min-height: 100vh;*/
	;
}

[type="checkbox"]:checked,[type="checkbox"]:not(:checked) {
	position: absolute;
	left: -9999px;
}

.modal-btn:checked + label,.modal-btn:not(:checked) + label {
	position: relative;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 15px;
	line-height: 2;
	height: 50px;
	transition: all 200ms linear;
	border-radius: 4px;
	width: 240px;
	letter-spacing: 1px;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	text-align: center;
	-ms-flex-item-align: center;
	align-self: center;
	border: none;
	cursor: pointer;
	background-color: #338c56;
	color: #fff;
	box-shadow: 0 12px 35px 0 rgba(16,39,112,.25);
}

.modal-btn:not(:checked) + label:hover {
	background-color: #fff;
	color: #338c56;
}

.modal-btn:checked + label .uil,.modal-btn:not(:checked) + label .uil {
	margin-left: 10px;
	font-size: 18px;
}

.modal-btn:checked + label:after,.modal-btn:not(:checked) + label:after {
	position: fixed;
	top: 30px;
	right: 30px;
	z-index: 1000;
	width: 40px;
	border-radius: 3px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 18px;
	background-color: #338c56;
	color: #fff;
	font-family: 'unicons';
	content: 'x';
	box-shadow: 0 12px 25px 0 rgba(16,39,112,.25);
	transition: all 200ms linear;
	opacity: 0;
	pointer-events: none;
	transform: translateY(20px);
}

.modal-btn:checked + label:hover:after,.modal-btn:not(:checked) + label:hover:after {
	background-color: #fff;
	color: #338c56;
}

.modal-btn:checked + label:after {
	transition: opacity 300ms 300ms ease, transform 300ms 300ms ease, background-color 250ms linear, color 250ms linear;
	opacity: 1;
	pointer-events: auto;
	transform: translateY(500px);
}

.modal {
	position: fixed;
	display: block;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	overflow-x: hidden;
	background-color: rgba(255, 255, 255, 1);
	pointer-events: none;
	opacity: 0;
	transition: opacity 250ms 700ms ease;
}

.modal-btn:checked ~ .modal {
	pointer-events: auto;
	opacity: 1;
	transition: all 300ms ease-in-out;
}

.modal-wrap {
	position: relative;
	display: block;
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	border-radius: 4px;
	overflow: hidden;
	padding-bottom: 20px;
	background-color: #fff;
	-ms-flex-item-align: center;
	align-self: center;
	box-shadow: 0 12px 25px 0 rgba(199,175,189,.25);
	opacity: 0;
	transform: scale(0.6);
	transition: opacity 250ms 250ms ease, transform 300ms 250ms ease;
}

.modal-wrap img {
	display: block;
	width: 100%;
	height: auto;
}

.modal-wrap p {
	padding: 20px 30px 0 30px;
}

.modal-btn:checked ~ .modal .modal-wrap {
	opacity: 1;
	transform: scale(1);
	transition: opacity 250ms 500ms ease, transform 350ms 500ms ease;
}

@media screen and (max-width: 500px) {
	.modal-wrap {
		width: calc(100% - 40px);
		padding-bottom: 15px;
	}

	.modal-wrap p {
		padding: 15px 20px 0 20px;
	}
}/* 微信关注 End *//* ====== Tag strar ====== */  /* 图片切换容器 *//*文章超链接图标*//*产品描述与间距*//* 新banner */.slideItem_container {
	position: absolute;
	width: 100%;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
}

.slideItem {
	cursor: pointer;
}/* 展会轮播 */#carousel-container {
	width: 100%;
	margin: auto;
	overflow: hidden;
	position: relative;
}

#image-carousel {
	display: flex;
	transition: transform 0.5s ease-in-out;
}

.carousel-image {
	width: 100%;
	height: auto;
}

.carousel-itemzh {
	min-width: 100%;
	box-sizing: border-box;
	position: relative;
}

.carousel-caption2 {
	position: absolute;
	top: 25%;
	left: 36%;
	transform: translate(-50%, -50%);
	font-weight: bold;
	opacity: 1;
	z-index: 2;
}

.carousel-caption-hover {
	position: absolute;
	top: 75%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	opacity: 0;
  /* 鼠标移入时显示 */
	z-index: 2;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #35353563;
	z-index: 1;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
	background-image: linear-gradient(rgba(49, 49, 49, 0.8), rgba(0, 0, 0, 0.01));
	border-radius: 8px;
	}

.carousel-itemzh:hover .overlay {
	opacity: 1;
}

.caption-textzh {
	font-size: 24px;
	font-weight: bold;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.carousel-indicatorszh {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2;
}

.indicator {
	width: 10px;
	height: 10px;
	background-color: #a5a5a5;
	border-radius: 50%;
	margin: 0 5px;
	cursor: pointer;
}

.indicator.active {
	background-color: #338c56;
}