/* 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, h5, h6 {
	font-family: "Novah", sans-serif;
	color: #050505;
	line-height: 1.3;
	font-weight: 700;
}
/* :: banneran */
*{padding:0px;margin:0px;list-style:none}
#banner{width:100%;height:600px;overflow:hidden;position:relative;background:#EBEBEB}
#banner img{width:100%;height:600px}
#banner ul{padding:0px;margin:0px}
#banner ul li{display:none}
#banner ul li:nth-child(1){display:block}
.banner_t{position:absolute;left:15%;-font-size:30px;top:15%}
.banner_t a{padding:10px 15px;background:#338c56;color:#fff;bottom:20px;border-radius:2px}
#position_lst{position:absolute;left:0px;bottom:20%;width:100%;margin-left:20%;-text-align:center}
#position_lst span{height:5px;width:40px;background:#ccc;display:inline-block;border-radius:2px;margin-right:10px;cursor:pointer}
#position_lst span:hover{background:#338c56}
#position_lst .arctiv{background:#338c56}
@media(max-width:980px){#banner{width:100%;height:180px}
#banner img{width:100%;height:180px}
#position_lst span{display:none；}
.banner_t h3{font-size:22px;font-weight:700}
.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 !important}
}@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%}
.banner_t{line-height:12px}
.top-social-info{-webkit-transform:translate(8%,15%)}
}@media only screen and (max-width:1112px) and (min-width:746px){.banner_t{position:sticky;-font-size:30px;top:20%}
.top-social-info{-webkit-transform:translate(10%,140%)}
}@media only screen and (max-width:1600px) and (min-width:1366px){.banner_t{position:sticky;-font-size:30px;top:20%}
.top-social-info{-webkit-transform:translate(10%,140%)}
}@media only screen and (max-width:1920px) and (min-width:1600px){.banner_t{position:sticky;-font-size:30px;top:20%}
.top-social-info{-webkit-transform:translate(10%,140%)}
}@media only screen and (max-width:2560px) and (min-width:1921px){.banner_t{position:sticky;-font-size:30px;top:20%}
.top-social-info{-webkit-transform:translate(10%,140%)}
}.svg{display:-webkit-flex;display:flex}
.svgtb{width:35px;padding:0;text-align:center;margin:0px 10px 0px 28px;color:#5D5B5D}
.svg p{padding:0px 0px 0px 0px;margin:0 auto;font-size:8px}
.banner_t h3{font-size:45px;font-weight:900;color:#338c56;line-height:1.5;text-shadow:-1px -1px 0 #ffffff,1px -1px 0 #ffffff,-1px 1px 0 #ffffff,1px 1px 0 #ffffff,0px 1px 1px rgba(255,255,255,0.6)}
.banner_t h4{text-shadow:-1px -1px 0 #ffffff,1px -1px 0 #ffffff,-1px 1px 0 #ffffff,1px 1px 0 #ffffff,0px 1px 1px rgba(255,255,255,0.6)}
.banner_t p{color:#5D5B5D}
@media (max-width:980px){.banner_t h3{font-size:22px;font-weight:700}
.banner_t h4{font-size:18px}
.svgtb{display:none}
.svg p{display:none}
.banner_t{line-height:12px}
}
.slideItem_container {
	position: absolute;
	width: 100%;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
 	z-index:1;
}

.preview_box {
	position: absolute;
	width: 400px;
	height: 200px;
	opacity: 0.7;
	border-radius: 5px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 99;
}

.slideItem {
	cursor: pointer;
}

@media only screen and (max-width: 425px){
  .preview_box {
    display: none;
	}
}

/*banner*/

.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, ol {
	margin: 0;
}

ul li,  ol li {
	list-style: none;
}

img {
	height: auto;
	max-width: 100%;
}
/* :: 3.1.0 Spacing */
.mt-05 {
	margin-top: 05px !important;
}

.mt-15 {
	margin-top: 15px !important;
}

.mt-30 {
	margin-top: 30px !important;
}

.mt-50 {
	margin-top: 50px !important;
}

.mt-70 {
	margin-top: 70px !important;
}

.mt-100 {
	margin-top: 100px !important;
}

.mt-120 {
	margin-top: 120px !important;
}

.mb-15 {
	margin-bottom: 15px !important;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.mb-50 {
	margin-bottom: 50px !important;
}

.mb-70 {
	margin-bottom: 70px !important;
}

.mb-100 {
	margin-bottom: 100px !important;
}

.ml-15 {
	margin-left: 15px !important;
}

.ml-30 {
	margin-left: 30px !important;
}

.ml-50 {
	margin-left: 50px !important;
}

.mr-15 {
	margin-right: 15px !important;
}

.mr-30 {
	margin-right: 30px !important;
}

.mr-50 {
	margin-right: 50px !important;
}

.pb-70 {
	padding-bottom: 70px !important;
}
/* :: 3.2.0 Height */
.height-400 {
	height: 400px !important;
}

.height-500 {
	height: 500px !important;
}

.height-600 {
	height: 600px !important;
}

.height-700 {
	height: 700px !important;
}

.height-800 {
	height: 800px !important;
}
/* :: 3.3.0 Section Padding */
.section-padding-100 {
	padding-top: 50px;
	padding-bottom: 70px;
}

.section-padding-100-0 {
	padding-top: 50px;
	padding-bottom: 0;
}

.section-padding-0-30 {
	padding-top: 0;
	padding-bottom: 30px;
}

.section-padding-0-100 {
	padding-top: 0;
	padding-bottom: 100px;
}

.section-padding-100-70 {
	padding-top: 100px;
	padding-bottom: 70px;
}

.tlinks {
	text-indent: -9999px;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}
/* :: 3.4.0 Preloader */
.preloader {
	background-color: #338c56;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99999;
}

.preloader .spinner {
	width: 70px;
	text-align: center;
}

.preloader .spinner div {
	width: 18px;
	height: 18px;
	background-color: #fff;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.preloader .spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.preloader .spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
	0%,  80%,  100% {
		-webkit-transform: scale(0);
	}

	40% {
		-webkit-transform: scale(1);
	}
}

@keyframes sk-bouncedelay {
	0%,  80%,  100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
/* :: 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;
	}
}

.tooltip-inner {
	background-color: #338c56;
}

.tooltip .arrow::before {
	border-top-color: #338c56;
}

.bg-img {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.bg-white {
	background-color: #ffffff !important;
}

.bg-dark {
	background-color: #000000 !important;
}

.bg-transparent {
	background-color: transparent !important;
}

.bg-gray {
	background-color: #f0f4f8;
}

.font-bold {
	font-weight: 700;
}

.font-light {
	font-weight: 300;
}

.bg-overlay {
	position: relative;
	z-index: 2;
	background-position: center center;
	background-size: cover;
}

.bg-overlay::after {
	background-color: rgba(0, 0, 0, 0.1);
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
}

.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-pattern2 {
	position: relative;
	z-index: 2;
}

.bg-pattern2::after {
	background-image: url(img/core-img/pattern2.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 */
#scrollUp {
	background-color: #000000;
	border-radius: 0;
	bottom: 15%;
	color: #ffffff;
	font-size: 24px;
	height: 40px;
	line-height: 37px;
	right: 38px;
	text-align: center;
	width: 40px;
	border-radius: 50%;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.15);
}

#scrollUp:hover, #scrollUp:focus {
	background-color: #338c56;
	color: #ffffff;
}
/* :: 3.7.0 egames Button */
.egames-btn {
	background-color: #338c56;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	position: relative;
	z-index: 1;
	display: inline-block;
	min-width: 160px;
	height: 50px;
	color: #ffffff;
	border-radius: 0;
	padding: 0 30px;
	font-size: 14px;
	line-height: 50px;
	font-weight: 500;
	text-transform: capitalize;
}

.egames-btn:hover, .egames-btn:focus {
	font-size: 14px;
	font-weight: 500;
	background-color: #000000;
	color: #ffffff;
}

.seotag {
	background-color: #eee;
	-webkit-transition-duration: 500ms;
	transition-duration: 150ms;
	position: relative;
	z-index: 1;
	display: inline-block;
	height: 50px;
	color: #545454;
	padding: 0 20px;
	font-size: 14px;
	line-height: 50px;
	font-weight: 900;
	border-radius: 25px;
	text-transform: capitalize;
	margin: 5px 5px;
}

.seotag:hover,.seotag:focus {
	font-size: 14px;
	font-weight: 900;
	color: #ffffff;
}

.sxpjz {
	margin: 0;
	text-align: center;
}
/* :: 3.7.1 egames Button */
.egames-syp {
	background-color: #2fa683;
	-webkit-transition-duration: 500ms;
	transition-duration: 150ms;
	position: relative;
	z-index: 1;
	display: inline-block;
	border-radius: 0;
	padding: 0 20px;
	font-size: 14px;
	line-height: 50px;
	font-weight: 900;
	border-radius: 9px;
	text-decoration: none;
	text-transform: capitalize;
	-webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
	transition: border .25s linear, color .25s linear, background-color .25s linear;
	-webkit-font-smoothing: subpixel-antialiased;
}

.egames-syp  a {
	color: #fff;
}

.egames-syp:hover, .egames-syp:focus {
	font-size: 14px;
	font-weight: 900;
	background-color: #338c56;
	color: #ffffff;
	text-decoration: none;
}
/* :: 3.7.2 egames Button */
.egames-btb {
	background-color: #eee;
	-webkit-transition-duration: 500ms;
	transition-duration: 150ms;
	position: relative;
	z-index: 1;
	display: inline-block;
	min-width: 160px;
	height: 50px;
	color: #545454;
	border-radius: 0;
	padding: 0 20px;
	font-size: 14px;
	line-height: 50px;
	font-weight: 900;
	border-radius: 9px;
	text-transform: capitalize;
}

.egames-btb:hover, .egames-btb:focus {
	font-size: 14px;
	font-weight: 900;
	background-color: #338c56;
	color: #ffffff;
}
/* :: 3.7.3 egames Button */
.egames-bto {
	background-color: #eee;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	position: relative;
	z-index: 1;
	display: inline-block;
	min-width: 160px;
	height: 50px;
	color: #545454;
	border-radius: 0;
	padding: 0 20px;
	font-size: 14px;
	line-height: 50px;
	font-weight: 900;
	border-radius: 25px;
	text-transform: capitalize;
}

.egames-bto:hover, .egames-bto:focus {
	font-size: 14px;
	font-weight: 900;
	background-color: #eee;
	color: #ffffff;
}
/* :: 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 .login-area {
	position: relative;
	z-index: 1;
}

.header-area .egames-main-menu .login-area a {
	display: block;
	width: 160px;
	height: 42px;
	background-color: #338c56;
	text-align: center;
	color: #fff;
	line-height: 42px;
	font-size: 14px;
	margin-left: 10px;
	font-weight: 400;
}

@media only screen and (max-width: 767px) {
	.header-area .egames-main-menu .login-area a {
		width: 30px;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.header-area .egames-main-menu .login-area a {
		width: 50px;
	}
}

.header-area .egames-main-menu .login-area a:hover, .header-area .egames-main-menu .login-area a:focus {
	background-color: #000000;
	font-weight: 400;
}

.header-area .egames-main-menu .login-area a i {
	display: none;
	line-height: 42px;
}

@media only screen and (max-width: 767px) {
	.header-area .egames-main-menu .login-area a i {
		display: block;
	}
}

@media only screen and (max-width: 767px) {
	.header-area .egames-main-menu .login-area a span {
		display: 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 .nav-brand {
	max-width: 160px;
	margin-right: 30px;
}

.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;
}

.header-area .is-sticky .egames-main-menu {
	z-index: 9999;
	box-shadow: 0 0 20px 25px rgba(226, 226, 226, 0.2);
}
/* :: 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;
	}
}

.single-slide .blog-content {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	padding: 80px;
	border-left: 2px solid #338c56;
	background-color: rgba(0, 0, 0, 0.6);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.single-slide .blog-content {
		padding: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.single-slide .blog-content {
		padding: 30px 20px;
	}
}

.single-slide .blog-content h2 {
	color: #fff;
	font-size: 60px;
	margin-bottom: 20px;
	font-weight: 400;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.single-slide .blog-content h2 {
		font-size: 42px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.single-slide .blog-content h2 {
		font-size: 36px;
	}
}

@media only screen and (max-width: 767px) {
	.single-slide .blog-content h2 {
		font-size: 24px;
	}
}

.single-slide .blog-content p {
	font-size: 15px;
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
	.single-slide .blog-content p {
		font-size: 12px;
	}
}
/* :: 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;
}

.pagination .page-item .page-link {
	background-color: transparent;
	font-size: 16px;
	color: #424242;
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
	border-radius: 0;
	padding: 0;
	margin-right: 10px;
	border: none;
	font-weight: 600;
}

.pagination .page-item .page-link:hover, .pagination .page-item .page-link:focus {
	color: #338c56;
	box-shadow: none;
}

.pagination .page-item.active .page-link {
	color: #338c56;
}
/* :: 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 p {
	margin-bottom: 0;
	color: #a5a5a5;
	display: none;
}

.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;
}

.single-articles-area .article-thumbnailsc {
	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;
	border-radius: 10px;
}

@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-thumbnailsc {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
		margin-bottom: 30px;
		border-radius: 10px;
	}
}

.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 h2 {
	font-size: 24px;
	color: #424242;
	font-weight: 700;
	display: block;
	margin-bottom: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.single-articles-area .article-content .post-title:hover h2 {
	color: #338c56;
}

.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-more {
	color: #6b6b6b;
   /*margin-left: 6px;*/
	font-weight: 500;
}

.article-content .post-more:hover {
	color: #338c56;
	margin-left: 0px;
}

.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;
}

.post-details-content {
	position: relative;
	z-index: 1;
}

.post-details-content .blog-thumbnail {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	position: relative;
	z-index: 1;
}

.post-details-content .blog-thumbnail img {
	width: 100%;
}

.post-details-content .blog-content {
	position: relative;
	z-index: 1;
	padding-left: 15px;
	padding-right: 15px;
}

.post-details-content .blog-content .post-title {
	display: block;
	font-size: 1.5rem;
	margin-bottom: 0.9375rem;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
}

.blog-content h1 {
	font-size: 1.5rem;
	text-align: center;
}

.post-details-content .btn-submit {
	color: #338c56;
}

@media only screen and (max-width: 767px) {
	.post-details-content .blog-content .post-title {
		font-size: 14px;
	}
}

.post-details-content .blog-content .post-meta {
	position: relative;
	z-index: 1;
	margin-bottom: 50px;
}

.post-details-content .blog-content .post-meta a {
	font-size: 14px;
	color: #6b6b6b;
	font-weight: 700;
	text-transform: uppercase;
	margin-right: 30px;
}

.post-details-content .blog-content .post-meta a:last-child {
	margin-right: 0;
}

.post-details-content .blog-content .post-meta a:hover, .post-details-content .blog-content .post-meta a:focus {
	color: #338c56;
}

@media only screen and (max-width: 767px) {
	.post-details-content .blog-content .post-meta a {
		font-size: 12px;
		margin-right: 15px;
	}
}

.post-details-content .blog-content p {
	line-height: 1.5;
}

.sidebar-area {
	position: relative;
	z-index: 1;
}

.single-video-widget {
	background-color: #232323;
	padding: 20px 15px;
	border-bottom: 1px solid #fff;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
}

.single-video-widget .video-thumbnail {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 80px;
	flex: 0 0 80px;
	max-width: 80px;
	width: 80px;
	margin-right: 15px;
}

.single-video-widget .video-text {
	position: relative;
	z-index: 1;
}

.single-video-widget .video-text a {
	margin-bottom: 0;
	line-height: 1.7;
	color: #fff;
	font-size: 15px;
	display: block;
	font-weight: 400;
}

.single-video-widget .video-text span {
	color: #747373;
	font-size: 12px;
	margin: 0;
}

.single-video-widget .video-rating {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50px;
	flex: 0 0 50px;
	max-width: 50px;
	width: 50px;
	margin-left: 15px;
	background-color: #338c56;
	height: 30px;
	color: #fff;
	line-height: 30px;
	text-align: center;
	font-weight: 600;
	font-size: 12px;
}

.single-video-widget:hover, .single-video-widget:focus {
	background-color: #338c56;
}

.single-video-widget:hover .video-rating, .single-video-widget:focus .video-rating {
	background-color: #232323;
}

.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 .widget-title {
	margin-bottom: 50px;
	font-weight: 600;
}

.single-widget-area.add-widget {
	margin-bottom: 55px;
}

.single-widget-area.add-widget .side-img {
	position: absolute;
	bottom: -80px;
	z-index: 10;
	width: 80%;
	right: -40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.single-widget-area.add-widget .side-img {
		right: -30px;
	}
}

@media only screen and (max-width: 767px) {
	.single-widget-area.add-widget .side-img {
		right: 0;
	}
}

.single-widget-area.add-widget img {
	width: 100%;
	border-radius: 8px;
}

.single-widget-area.video-widget {
	margin-bottom: 80px;
}

.single-widget-area.post-widget .single-post-area {
	position: relative;
	z-index: 1;
	margin-bottom: 20px;
}

.single-widget-area.post-widget .single-post-area:last-child {
	margin-bottom: 0;
}

.single-widget-area.post-widget .single-post-area .blog-thumbnail {
	position: relative;
	z-index: 1;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 80px;
	flex: 0 0 120px;
	max-width: 120px;
	width: 120px;
	margin-right: 15px;
}

.single-widget-area.post-widget .single-post-area .blog-thumbnail img {
	width: 100%;
}

.single-widget-area.post-widget .single-post-area .blog-content {
	position: relative;
	z-index: 1;
}

.single-widget-area.post-widget .single-post-area .blog-content .post-title {
	display: block;
	font-size: 14px;
	margin-bottom: 10px;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	font-weight: 600;
}

.single-widget-area.post-widget .single-post-area .blog-content .post-title:hover, .single-widget-area.post-widget .single-post-area .blog-content .post-title:focus {
	color: #338c56;
}

.single-widget-area.post-widget .single-post-area .blog-content span {
	display: block;
	color: #747373;
	font-size: 12px;
}

.comment_area {
	position: relative;
	z-index: 1;
}

.comment_area .comment-content .comment-author {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 80px;
	flex: 0 0 80px;
	min-width: 80px;
	height: 80px;
	border-radius: 50%;
	margin-right: 20px;
}

.comment_area .comment-content .comment-meta {
	margin-bottom: 30px;
}

.comment_area .comment-content .comment-meta .post-author {
	font-size: 16px;
	display: block;
	font-weight: 600;
	margin-bottom: 10px;
	text-transform: capitalize;
}

.comment_area .comment-content .comment-meta .post-date {
	display: block;
	font-size: 12px;
	font-weight: 600;
	color: #338c56;
	margin-bottom: 10px;
}

.comment_area .comment-content .comment-meta .reply {
	position: relative;
	z-index: 1;
	margin-bottom: 0;
	display: block;
	font-size: 12px;
	color: #424242;
}

.comment_area .comment-content .comment-meta .reply:hover {
	color: #338c56;
}

.comment_area .comment-content .comment-meta p {
	margin-bottom: 10px;
}

.comment_area .single_comment_area {
	margin-bottom: 30px;
}

.comment_area .single_comment_area:last-of-type {
	margin-bottom: 0;
}

.comment_area .children .single_comment_area {
	margin-left: 50px;
	margin-top: 30px;
}
/* :: 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, .editor-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, .editor-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,  .editor-games-slideshow .owl-prev,  .editor-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,  .editor-games-slideshow .owl-prev,  .editor-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,  .editor-games-slideshow .owl-prev,  .editor-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,  .editor-games-slideshow .owl-prev,  .editor-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,  .editor-games-slideshow .owl-prev:hover,  .editor-games-slideshow .owl-next:hover {
	background-color: #338c56;
	color: #ffffff;
}

.popular-games-slideshow .owl-next,  .latest-games-slideshow .owl-next,  .editor-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,  .editor-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,  .editor-games-slideshow .owl-next {
		right: 15%;
	}
}

@media only screen and (max-width: 767px) {
	.popular-games-slideshow .owl-next,  .latest-games-slideshow .owl-next,  .editor-games-slideshow .owl-next {
		right: 4%;
	}
}

.left-right-pattern {
	position: relative;
	z-index: 6000;
}

.left-right-pattern::after {
	position: absolute;
	width: 100%;
	height: 2000px;
	top: -500px;
	left: 1110px;
	content: '';
	background-color: rgba(14, 14, 14, 0.8);
    /*background-image: url(img/core-img/pattern.png);*/
	z-index: 6000;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.left-right-pattern::after {
		left: 930px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.left-right-pattern::after {
		left: 690px;
	}
}

@media only screen and (max-width: 767px) {
	.left-right-pattern::after {
		display: none;
	}
}

.left-right-pattern::before {
	position: absolute;
	width: 100%;
	height: 2000px;
	top: -500px;
	left: -1110px;
	content: '';
	background-color: rgba(14, 14, 14, 0.8);
	background-image: url(img/core-img/pattern.png);
	z-index: 6000;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.left-right-pattern::before {
		left: -930px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.left-right-pattern::before {
		left: -690px;
	}
}

@media only screen and (max-width: 767px) {
	.left-right-pattern::before {
		display: none;
	}
}
/* :: 10.0 Video Area CSS */
.egames-video-area {
	position: relative;
	z-index: 1;
}

.egames-video-area .egames-nav-btn {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 590px;
	overflow-x: hidden;
	overflow-y: scroll;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.egames-video-area .egames-nav-btn {
		height: 400px;
	}
}

@media only screen and (max-width: 767px) {
	.egames-video-area .egames-nav-btn {
		height: 400px;
	}
}

.egames-video-area .nav-link {
	padding: 0;
}

.egames-video-area .nav-link .video-text .video-title {
	color: #fff;
}

.egames-video-area .nav-link .video-text span {
	font-size: 10px;
}

.egames-video-area .nav-link.active .single-video-widget {
	background-color: #338c56;
}

.egames-video-area .nav-link.active .single-video-widget .video-rating {
	background-color: #424242;
}

.egames-video-area .video-playground {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 590px;
	border-left: 1px solid #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.egames-video-area .video-playground {
		height: 400px;
	}
}

@media only screen and (max-width: 767px) {
	.egames-video-area .video-playground {
		height: 300px;
	}
}

.egames-video-area .video-playground .play-btn a {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	position: absolute;
	width: 74px;
	height: 74px;
	z-index: 100;
	top: 50%;
	left: 50%;
	margin-top: -37px;
	margin-left: -37px;
	background-color: rgba(255, 0, 0, 0.63);
	border-radius: 50%;
	text-align: center;
}

.egames-video-area .video-playground .play-btn a img {
	padding: 25px 0;
}

.egames-video-area .video-playground .play-btn a:hover {
	background-color: #338c56;
}
/* :: 11.0 Game Review Area CSS */
.single-game-review-area {
	position: relative;
	z-index: 1;
}

.single-game-review-area .game-thumbnail {
	position: relative;
	z-index: 1;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 42%;
	flex: 0 0 42%;
	max-width: 42%;
	width: 42%;
	overflow: hidden;
}

@media only screen and (max-width: 767px) {
	.single-game-review-area .game-thumbnail {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
		margin-bottom: 30px;
	}
}

.single-game-review-area .game-thumbnail img {
	width: 100%;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
}

.single-game-review-area .game-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-game-review-area .game-content {
	position: relative;
	z-index: 1;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58%;
	flex: 0 0 58%;
	max-width: 58%;
	width: 58%;
	padding-left: 30px;
}

@media only screen and (max-width: 767px) {
	.single-game-review-area .game-content {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
		padding-left: 0;
	}
}

.single-game-review-area .game-content .game-tag {
	font-size: 11px;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #aaaaaa;
}

.single-game-review-area .game-content .game-title {
	font-size: 24px;
	color: #424242;
	font-weight: 700;
	display: block;
	margin-bottom: 10px;
}

.game-title h1 {
	font-size: 24px;
	color: #424242;
	font-weight: 700;
	display: block;
	margin-bottom: 10px;
}

.single-game-review-area .game-content .game-title:hover {
	color: #338c56;
}

.single-game-review-area .game-content .game-title:hover h1 {
	color: #338c56;
}

.single-game-review-area .game-content .game-meta {
	position: relative;
	z-index: 1;
	margin-bottom: 15px;
}

.single-game-review-area .game-content .game-meta a {
	font-size: 14px;
	color: #6b6b6b;
	font-weight: 700;
	text-transform: uppercase;
}

.single-game-review-area .game-content .game-meta a:first-child {
	margin-right: 30px;
}

.single-game-review-area .game-content .game-meta a:hover, .single-game-review-area .game-content .game-meta a:focus {
	color: #338c56;
}

.single-game-review-area .game-content p {
	color: #545454;
	margin-bottom: 15px;
}

.single-game-review-area .game-content .download-rating-area {
	position: relative;
	z-index: 1;
}

.single-game-review-area .game-content .download-rating-area .download-area a {
	display: inline-block;
}

.single-game-review-area .game-content .download-rating-area .download-area a:first-child {
	margin-right: 20px;
}

.single-game-review-area .game-content .download-rating-area .download-area a img {
	max-height: 36px;
}

@media only screen and (max-width: 767px) {
	.single-game-review-area .game-content .download-rating-area .download-area a img {
		max-height: 24px;
	}
}

.single-game-review-area .game-content .download-rating-area .rating-area h3 {
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 0;
}

.single-game-review-area .game-content .download-rating-area .rating-area .stars {
	font-size: 10px;
}

.single-game-review-area .game-content .download-rating-area .rating-area .stars i {
	color: #fbb710;
}

.single-game-review-area:hover .game-thumbnail::after, .single-game-review-area:focus .game-thumbnail::after {
	visibility: visible;
	opacity: 1;
}

.single-game-review-area:hover .game-thumbnail img, .single-game-review-area:focus .game-thumbnail img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.single-game-review-area.style-2 .game-content {
	padding-left: 0;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 99%;
	width: 99%;
}

.single-game-img-slides {
	position: relative;
	z-index: 1;
}

.single-game-img-slides .carousel-indicators {
	position: relative;
	right: 0;
	bottom: 0;
	left: 0;
	padding-left: 0;
	margin-right: 0;
	margin-left: 0;
	margin-top: 15px;
}

.single-game-img-slides .carousel-indicators li {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(16.66667% - 12.5px);
	flex: 0 0 calc(16.66667% - 12.5px);
	max-width: calc(16.66667% - 12.5px);
	width: calc(16.66667% - 12.5px);
	height: 77.5px;
	margin-left: 0;
	margin-right: 15px;
	background-size: cover;
	background-position: center center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.single-game-img-slides .carousel-indicators li {
		height: 100px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.single-game-img-slides .carousel-indicators li {
		height: 80px;
	}
}

@media only screen and (max-width: 767px) {
	.single-game-img-slides .carousel-indicators li {
		height: 40px;
	}
}

.single-game-img-slides .carousel-indicators li:last-child {
	margin-right: 0;
}

.egames-barfiller {
	position: relative;
	z-index: 1;
}

@media only screen and (max-width: 767px) {
	.egames-barfiller {
		margin-top: 100px;
	}
}

.single-barfiller-area {
	position: relative;
	z-index: 1;
	margin-bottom: 50px;
	display: block;
}

.single-barfiller-area:last-child {
	margin-bottom: 0;
}

.single-barfiller-area .barfiller {
	width: 100%;
	height: 7px;
	background: #dcdfff;
	border: none;
	position: relative;
	margin-bottom: 20px;
	box-shadow: none;
}

.single-barfiller-area .barfiller .fill {
	display: block;
	position: relative;
	width: 0px;
	height: 100%;
	background: #333;
	z-index: 1;
}

.single-barfiller-area .barfiller .tipWrap {
	display: none;
}

.single-barfiller-area .barfiller .tip {
	margin-top: 15px;
	padding: 2px 4px;
	font-size: 11px;
	color: #424242;
	left: 0px;
	font-size: 14px;
	position: absolute;
	z-index: 2;
	background: transparent;
}

.single-barfiller-area .barfiller .tip::after {
	display: none;
}

.single-barfiller-area p {
	margin-bottom: 0;
	font-size: 14px;
	color: #424242;
	line-height: 1;
	margin-top: 15px;
}
/* :: 12.0 Breadcrumb Area CSS */
.breadcrumb-area {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 410px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.breadcrumb-area {
		height: 370px;
	}
}

@media only screen and (max-width: 767px) {
	.breadcrumb-area {
		height: 230px;
	}
}

.breadcrumb-area .breadcrumb-text {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	position: relative;
	z-index: 1;
	padding: 30px 60px;
	border-left: 2px solid #338c56;
	background-color: rgba(0, 0, 0, 0.6);
	display: inline-block;
}

@media only screen and (max-width: 767px) {
	.breadcrumb-area .breadcrumb-text {
		padding: 20px 40px;
	}
}

.breadcrumb-area .breadcrumb-text h2 {
	font-size: 36px;
	line-height: 1;
	margin-bottom: 0;
	color: #fff;
	font-weight: 400;
}

.breadcrumb-area .breadcrumb-text h1 {
	font-size: 36px;
	line-height: 1;
	margin-bottom: 0;
	color: #fff;
	font-weight: 400;
}

@media only screen and (max-width: 767px) {
	.breadcrumb-area .breadcrumb-text h2 {
		font-size: 24px;
	}
}

@media only screen and (max-width: 767px) {
	.breadcrumb-area .breadcrumb-text h1 {
		font-size: 24px;
	}
}

.breadcrumb-area:hover .breadcrumb-text {
	border-left: 2px solid #fff;
	background-color: #338c56;
}
/* :: 13.0 Contact Area CSS */
.contact-content {
	position: relative;
	z-index: 1;
}

.contact-content p {
	margin-bottom: 0;
}

.single-contact-info {
	position: relative;
	margin-bottom: 15px;
}

.single-contact-info:last-child {
	margin-bottom: 0;
}

.single-contact-info .title {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 99px;
	flex: 0 0 99px;
	max-width: 99px;
	width: 99px;
	height: 32px;
	background-color: #338c56;
	text-align: center;
	margin-right: 20px;
}

.single-contact-info .title p {
	color: #fff;
	line-height: 32px;
	font-size: 14px;
	margin-bottom: 0;
}

.single-contact-info p {
	font-size: 14px;
	margin-bottom: 0;
}

.contact-form-area .form-control {
	position: relative;
	z-index: 2;
	height: 45px;
	width: 100%;
	background-color: #eff4f9;
	font-size: 12px;
	margin-bottom: 30px;
	border-radius: 0;
	padding: 15px 30px;
	font-weight: 600;
	font-style: italic;
	color: #ababab;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	border: none;
}

.contact-form-area .form-control:focus {
	box-shadow: none;
}

.contact-form-area textarea.form-control {
	height: 190px;
}

.map-area {
	position: relative;
	z-index: 2;
}

.map-area iframe {
	width: 100%;
	height: 515px;
	border: none;
	margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
	.map-area iframe {
		height: 300px;
	}
}
/* :: 14.0 Products Area CSS */
.Products-type-area .dropdown {
	display: none;
	position: relative;
	background: #fcfcfc;
	border: 1px solid #dedede;
	width: 100%;
	margin-top: -5px;
}

.products-type-item {
	position: relative;
	overflow: hidden;
}

.products-type-item:hover .dropdown {
	display: block;
}

.product-btn {
	background-color: #fcfcfc;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	position: relative;
	z-index: 1;
	display: inline-block;
	height: 50px;
	color: #222222;
	border-radius: 0;
	padding: 0 30px;
	font-size: 14px;
	line-height: 50px;
	font-weight: 500;
	width: 100%;
	text-transform: capitalize;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	border: 1px solid #dedede;
}

.product-btn:hover, .product-btn:focus {
	font-size: 14px;
	font-weight: 500;
	background-color: #338c56;
	color: #ffffff;
	border-color: #338c56;
}

.Products-area .Products-list .Products-item .product-title {
	text-align: center;
	margin-top: 10px;
}

.Products-area .Products-list .Products-item .product-thumbnail {
	position: relative;
	z-index: 1;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	overflow: hidden;
}

@media only screen and (max-width: 767px) {
	.Products-area .Products-list .Products-item .product-thumbnail {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
		margin-bottom: 30px;
	}
}

.Products-area .Products-list .Products-item .product-thumbnail img {
	width: 100%;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
}

.Products-area .Products-list .Products-item .product-thumbnail::after {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	content: '';
	position: absolute;
	visibility: hidden;
	opacity: 0;
}

.Products-area .Products-list .Products-item a {
	font-size: 14px;
	color: #6b6b6b;
	font-weight: 700;
	text-transform: uppercase;
}

.Products-area .Products-list .Products-item a:hover, .Products-area .Products-list .Products-item a:focus {
	color: #338c56;
}

@media only screen and (max-width: 767px) {
	.Products-area .Products-list .Products-item a {
		font-size: 12px;
		margin-right: 15px;
	}
}

.tp-down-box {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.down-btn {
	letter-spacing: 0.1em;
	cursor: pointer;
	font-size: 14px;
	font-weight: 700;
	line-height: 45px;
	width: 23%;
	max-width: 160px;
	text-decoration: none;
	text-transform: uppercase;
	margin: 5px;
}

.down-btn:hover {
	text-decoration: none;
}

.tp-down-btn {
	--uismLinkDisplay: var(--smLinkDisplay, inline-flex);
	display: var(--uismLinkDisplay);
	color: #4b8a5a;
	border: 2px solid #4b8a5a;
	border-radius: 30px;
	position: relative;
	transition-duration: 0.4s;
	overflow: hidden;
	text-align: center;
}

.tp-down-btn::before,
    .tp-down-btn span {
	margin: 0 auto;
	transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	transition-duration: 0.4s;
}

.tp-down-btn:hover {
	background-color: #fff;
}

.tp-down-btn:hover span {
	-webkit-transform: translateY(-400%) scale(-0.1,20);
	transform: translateY(-400%) scale(-0.1,20);
}

.tp-down-btn::before {
	content: attr(data-sm-link-text);
	color: #4b8a5a;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transform: translateY(500%) scale(-0.1,20);
	transform: translateY(500%) scale(-0.1,20);
}

.tp-down-btn:hover::before {
	letter-spacing: 0.05em;
	-webkit-transform: translateY(0) scale(1,1);
	transform: translateY(0) scale(1,1);
}

@media screen and (max-width: 1198px) {
	.down-btn {
		width: 45%;
	}
}

@media only screen and (min-width: 319px) and (max-width: 735px) {
	.single-games-slide .slide-text {
		display: none;
	}

	.egames-syp:hover, .egames-syp:focus {
		font-size: 11px;
	}

	.egames-syp {
		font-size: 11px;
	}

	.footer-area .copywrite-content .footer-nav li a {
		display: none;
	}

	.yqlj {
		display: none;
	}

	.mt-50 {
		display: none;
	}

	.egames-btn {
		display: none;
	}

	.section-padding-0-100 {
		padding-bottom: 0px;
	}
}
/* 友情链接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 */
.ng-fault {
	width: 100%;
	overflow: hidden;
}

.ng-container {
	position: relative;
}

.ng-isubnav {
	border-bottom: 1px solid #CDCDCD;
	padding: 18px 0px 8px;
	text-align: center;
}

.ng-isubnav li {
	display: inline-block;
	padding: 0px 24px;
	border-right: 1px solid #EAEAEA;
	font-size: 1.0rem;
	margin: 0px 0px 8px;
	font-weight: 500;
}

.ng-isubnav li a.on, .ng-isubnav li a:hover {
	color: #338c56;
	text-decoration: none;
}

.ng-isubnav li:last-child {
	border-right: 0px;
}
/*列表导航End*/
/* Tga标签 Start */
.tga-title {
    /*display: inline-table;*/
	font-size: 14px;
	margin-bottom: 10px;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	font-weight: 500;
	margin: 10px 0px 0px 0px;
	text-align: center;
	align-content: center;
}

.tga-title a:hover {
	text-decoration: none;
}

/* Tga标签 End */
/* tab选项 Start */
.clearfix:after, .tab-nav:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.tab-group {
	position: relative;
	border: 1px solid #eee;
	margin-top: 2.5em;
	border-radius: 0 0 10px 10px;
}

.tab-group section {
	opacity: 0;
	height: 0;
	padding: 0 1em;
	overflow: hidden;
	transition: opacity 0.4s ease, height 0.4s ease;
}

.tab-group section.active {
	opacity: 1;
	height: auto;
	overflow: visible;
}

.tab-nav {
	list-style: none;
	margin: -2.5em -1px 0 0;
	padding: 0;
	height: 2.5em;
	overflow: hidden;
}

.tab-nav li {
	display: inline;
}

.tab-nav li a {
	font-size: 14px;
	font-weight: 500;
	top: 1px;
	position: relative;
	display: block;
	float: left;
	border-radius: 10px 10px 0 0;
	background: #eee;
	line-height: 2em;
	padding: 0 1em;
	text-decoration: none;
	color: grey;
	margin-top: .5em;
	margin-right: 1px;
	transition: background .2s ease, line-height .2s ease, margin .2s ease;
}

.htmleaf-container a {
	color: #545454;
	line-height: 3.5em;
	font-weight: 500;
}

.htmleaf-container a:hover {
	color: #338c56;
}

.tab-nav li.active a {
	background: #338c56;
	color: white;
	line-height: 2.5em;
	margin-top: 0;
}
/* tab选项 End */
/* 功能特点 Strar */
.features-left, menu, dir {
	display: block;
	list-style-type: disc;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 40px;
}

.features-right {
	display: block;
	list-style-type: disc;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 40px;
}

.app-features li {
	padding-left: 100px;
	position: relative;
	margin: 20px 0px 5px -25px;
	float: left;
	border-bottom: dotted 1px #ddd;
	padding-bottom: 25px;
}

.app-features li > i {
	position: absolute;
	left: 0;
	width: 90px;
	height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100px;
	background: #fff;
	font-size: 35px;
	font-weight: 500;
	transition: ease all 0.5s;
	top: 0;
	border: solid #338c56 2px;
	color: #338c56;
}

li {
	display: list-item;
	text-align: -webkit-match-parent;
}

.app-features h4 {
	text-transform: none;
	font-weight: 500;
	color: #666;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 16px;
}

.app-features h3 {
	text-transform: none;
	font-weight: 500;
	color: #666;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 16px;
}

.app-features p {
	color: #545454;
}

.app-features li:hover > i, .app-features li:focus > i {
	background: #338c56;
	border-color: #338c56;
	color: #fff;
}
/* 功能特点 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;
}

.modal-btn:checked ~ .logo img {
	filter: brightness(100%);
	transition: all 250ms linear;
}

@media screen and (max-width: 500px) {
	.modal-wrap {
		width: calc(100% - 40px);
		padding-bottom: 15px;
	}

	.modal-wrap p {
		padding: 15px 20px 0 20px;
	}
}

.post-news-area {
	overflow-x: hidden;
}

.wzdsx {
	background: #fafafa;
	margin-bottom: 10px;
	overflow: hidden;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 3px rgba(18,18,18,.1);
	box-shadow: 0 1px 3px rgba(18,18,18,.1);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.wzdsk {
	background: #ffffff;
}

.post-title h1 {
	font-size: 26px;
	text-align: center;
}
/* 微信关注 End */
/* ====== Tag strar ====== */
.dict {
	margin: 0 auto;
	clear: both;
	font-size: 12px;
    /* align-content: center; */
	padding: 0;
	text-align: center;
}

.dict a {
    /* line-height: 24px; */
	height: 24px;
	display: inline-block;
	color: #545454;
	padding: 10px 10px;
	margin: 10px 0px 0 0;
	border-radius: 8px;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	width: 165px;
	text-align: center;
}

.dict a:hover {
	border-radius: 8px;
	color: #fff;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.tagh1 {
  /* text-align: center; */
	font-size: 25px;
	font-weight: 900;
  /* margin: 0 auto; */
	padding: 0;
	padding-right: 15px;
	padding-left: 5px;
	text-align: center;
}

.tagh2 {
  /* text-align: center; */
	font-size: 18px;
	font-weight: 900;
  /* margin: 0 auto; */
	padding: 0;
	text-align: left;
}

.pcolor :hover {
	background: #338c56 !important;
	background-image: linear-gradient(253deg, #338c56, rgba(255, 255, 255, 0.27))!important;
	font-weight: 500;
}

.dict .pcolor a {
	background: #eee;
	height: auto;
}
  /* 图片切换容器 */
@media only screen and (max-width:736px) and (min-width:200px) {
	.cptp {
		width: 384px;
		height: 216px;
	}
}

@media only screen and (max-width:1112px) and (min-width:746px) {
	.cptp {
		width: 450px;
		height: 253px;
	}
}

@media only screen and (max-width:2560px) and (min-width:1365px) {
	.cptp {
		width: 540px;
		height: 304px;
	}
}

.cptp {
	display: table-cell;
	vertical-align: middle;
	border: 0.75px solid #f5f5f7;
} 
/*文章超链接图标*/
.blog-content a[href^="http"]::after {
	content: "";
	display: inline-block;
	width: 25px;
	height: 17px;
	background-image: url(https://www.vissonic.cn/images/chaolianjie2.svg);
	background-size: cover;
}

.content a[href^="http"]::after {
	content: "";
	display: inline-block;
	width: 25px;
	height: 17px;
	background-image: url(https://www.vissonic.cn/images/chaolianjie2.svg);
	background-size: cover;
}
/*产品描述与间距*/
.cpms {
	height: 175px;
}

.cpms p {
	line-height: 1;
}

.wzjj p {
	line-height: 1.6;
}
/* Nav导航栏指示器颜色 */
.nav-link.on {
	color: #4a4a4a !important;
	color: rgba(0, 0, 0, .7) !important;
}

@media only screen and (max-width:811px) and (min-width:200px) {
	.rounded {
		display: none !important;
	}
}
/* 展会轮播 */
#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;
}
/* cookie样式 */
.cookie-popup {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fafafa;
  padding: 10px;
  text-align: center;
  display: none; /* 初始状态隐藏 */
  z-index: 99999999;
}
.cookie-popup p{
  color: #aliceblue;
  font-size: 14px;
  font-weight: 500;
}
.cookie-popup button{
  font-size: 15px;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 8px;
  background-color: #eee;
  outline: none;
  border: 5px solid transparent;
  margin: 0 auto；
}
.cookie-status{
  font-weight: 400;
  margin-top: 10px;
  color: #1d1d1d;
}
/* ====== The End ====== */