@charset "utf-8";

@import url('../public/bootstrap.min.css');

@import url('../public/font-awesome.min.css');

/*.sidebar_box_head {
	text-align: left;
}*/

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

a {
	background: transparent;
	text-decoration: none;
	margin: 0;
	padding: 0;
	color: #333
}

a:hover {
	color: #6fb50f;
	text-decoration: underline
}

::selection {
	background: #6fb50f;
	color: #fff
}z

::-moz-selection {
	background: #6fb50f;
	color: #fff
}

.clearBoth {
	clear: both
}

.clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both
}

.clearfix {
	_zoom: 1
}

*+html .clearfix {
	overflow: auto
}

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

.none {
	display: none
}

::-webkit-scrollbar-track-piece {
	width: 10px;
	background-color: #f8f8f8
}

::-webkit-scrollbar {
	width: 10px;
	background-color: #6fb50f
}

::-webkit-scrollbar-thumb {
	width: 10px;
	background-color: #aeaeae
}

::-webkit-scrollbar-thumb:hover {
	width: 10px;
	background-color: #6fb50f
}

body {
	color: #333;
	line-height: 20px;
	font: 13px 'Microsoft YaHei',"hiragino sans gb",'黑体','宋体',Arial,Lucida Grande,Tahoma,sans-serif;
	background: #fff
}
.advertising_space_area{
	/*border: 1px solid red;*/
	text-align: center;
	margin: 25px auto;
	background-color: #ccc;
}
.warp {
    margin-top: 15px;
}

* {
	font-family: 'Microsoft YaHei',"hiragino sans gb",'黑体','宋体',Arial,Lucida Grande,Tahoma,sans-serif
}

.f_l {
	float: left
}

.f_r {
	float: right
}

.thewidth_full {
	width: 100%;
	min-width: 1240px;
	margin: 0 auto
}

.thewidth_center {
	width: 1170px;
	margin: 0 auto
}

.bg_fff {
	background: #fff
}

.ta-l {
	text-align: left
}

.ta-c {
	text-align: center
}

.ta-r {
	text-align: right
}

ul,li {
	margin: 0;
	padding: 0
}

img {
	display: block;
	margin: 0;
	padding: 0
}

.mb0 {
	margin-bottom: 0
}

.mb5 {
	margin-bottom: 5px
}

.mb10 {
	margin-bottom: 10px
}

.mb15 {
	margin-bottom: 15px
}

.mb20 {
	margin-bottom: 20px
}

.mb25 {
	margin-bottom: 25px
}

.mb30 {
	margin-bottom: 30px
}

.mb35 {
	margin-bottom: 35px
}

.mb40 {
	margin-bottom: 40px
}

.mb45 {
	margin-bottom: 45px
}

.mb50 {
	margin-bottom: 50px
}

.mb55 {
	margin-bottom: 55px
}

.mb80 {
	margin-bottom: 80px
}

.ml5 {
	margin-left: 5px
}

.ml10 {
	margin-left: 10px
}

.ml20 {
	margin-left: 20px
}

.ml30 {
	margin-left: 30px
}

.ml40 {
	margin-left: 40px
}

.pa10 {
	padding: 10px
}

.pa20 {
	padding: 20px
}

.pa30 {
	padding: 30px
}

.pa40 {
	padding: 40px
}

.pa50 {
	padding: 50px
}

header.header {
	position: relative;
	background: #fff;
	border-bottom: 1px solid #d9d8d8;
	z-index: 100
}

header.header .header_menu a {
	display: block;
	text-decoration: none;
	line-height: 75px;
	height: 75px;
	text-align: center;
	width: 50px;
	color: #6fb50f
}

header.header .header_menu a i.fa {
	font-size: 30px;
	line-height: 75px;
	height: 75px
}

header.header .header_menu a:hover,header.header .header_menu a._open {
	background: #f7f7f7;
	color: #ec971f
}

header.header .header_logo {
	padding: 10px 0;
	margin-left: 20px
}

header.header .header_logo a {
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 0
}

header.header .header_logo a img {
	display: block;
	height: 55px;
	width: auto
}

header.header .header_right {
	position: relative
}

header.header .header_right a {
	display: block;
	text-decoration: none;
	float: left
}

header.header .header_right a.chrome_link {
	margin-right: 30px;
	display: block;
	padding: 25px 0
}

header.header .header_right a.nav_btn {
	display: block;
	text-decoration: none;
	line-height: 75px;
	height: 75px;
	text-align: center;
	width: 50px;
	color: #6fb50f
}

header.header .header_right a.nav_btn i.fa {
	font-size: 30px;
	line-height: 75px;
	height: 75px
}

header.header .header_right a.nav_btn:hover,header.header .header_right a.nav_btn._open {
	background: #f7f7f7;
	color: #ec971f
}

header.header .header_right .header_page_menu {
	display: none;
	position: absolute;
	top: 74px;
	right: 0;
	background: #fff;
	z-index: 90;
	width: 200px;
	-webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.2);
	box-shadow: 0 0 8px 0 rgba(0,0,0,0.2)
}

header.header .header_right .header_page_menu ul {
	margin: 0;
	padding: 0
}

header.header .header_right .header_page_menu ul li a {
	display: block;
	float: none;
	font-size: 14px;
	line-height: 40px;
	padding: 0 30px;
	background: #fff;
	color: #6fb50f
}

header.header .header_right .header_page_menu ul li a:hover {
	background: #6fb50f;
	color: #fff
}

.header_nav {
	display: none;
	background: #fff;
	z-index: 90;
	overflow: hidden;
	position: absolute;
	z-index: 1000;
	left:0px;
	top:75px;
	width: 100%;
}

.header_nav ._menu {
	overflow: hidden;
	
	background: #ffffff;
}

.header_nav ._menu ul {
	margin: 0;
	padding: 0
}

.header_nav ._menu ul li {
	float: left;
	width: 50%
}

@media(max-width:480px) {
	.header_nav ._menu ul li {
		width:100%
	}
	.header_nav ._menu ul li ul.sub-menu li{
		width: 50%;
	}
}

.header_nav ._menu ul li a {
	display: block;
	background: #6fb50f;
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	padding: 10px;
	text-decoration: none;
	line-height: 26px;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical
}

.header_nav ._menu ul li a:hover {
	background: #f2f0f0;
	color: #6fb50f
}

.header_nav ._menu ul li._first ul.sub-menu {
	background: #f2f0f0
}

.header_nav ._menu ul li._first ul.sub-menu li a {
	background: #f2f0f0
}

.header_nav ._menu ul li ul.sub-menu {
	background: #fff;
}

.header_nav ._menu ul li ul.sub-menu li {
	height: 46px;
	overflow: hidden
}

.header_nav ._menu ul li ul.sub-menu li a {
	background: none;
	color: #6fb50f;
	font-size: 14px;
	line-height: 36px;
	padding: 5px 20px;
	text-align: left
}

.header_nav ._menu ul li ul.sub-menu li a:hover {
	background: #6fb50f;
	color: #fff
}

.header_search {
	display: none;
	background: #fff;
	margin-top: -21px;
	margin-bottom: 20px;
	border-bottom: 1px solid #d9d8d8;
	z-index: 90;
	overflow: hidden
}

.header_search .searchform {
	position: relative;
	padding: 20px 20%
}

.header_search .searchform .___input {
	border: 1px #ddd solid;
	font-size: 16px;
	font-weight: 600;
	color: #6fb50f;
	line-height: 30px;
	padding: 10px 20px;
	height: auto;
	border-radius: 0
}

.header_search .searchform .btn_close {
	display: block;
	width: 50px;
	height: 50px;
	overflow: hidden;
	background: none;
	text-align: center;
	position: absolute;
	right: 10%;
	top: 50%;
	margin-top: -25px
}

.header_search .searchform .btn_close i.fa {
	font-size: 30px;
	color: #f00;
	line-height: 50px;
	width: 50px
}

#owl_banner {
	margin: 0 auto;
	width: 100%;
	position: relative;
	margin-bottom: 20px;
	border-radius: 3px;
	overflow: hidden
}

#owl_banner .swiper-container {
	width: 100%;
	height: auto
}

#owl_banner .swiper-container .swiper-slide {
	width: 100%
}

#owl_banner .swiper-container .swiper-slide a {
	display: block;
	margin: 0;
	padding: 0;
	background-color: #efefef;
	position: relative;
	text-decoration: none
}

#owl_banner .swiper-container .swiper-slide a img {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto
}

#owl_banner .swiper-container .swiper-slide a .__title {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 20px;
	line-height: 33px;
	font-weight: 300;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px 10% 40px;
	z-index: 20;
	background: linear-gradient(top, rgba(0,0,0,0) 2%, #000 96%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 2%, #000 96%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 2%, #000 96%);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 2%, #000 96%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 2%, #000 96%)
}

#owl_banner .swiper-button-next,#owl_banner .swiper-button-prev {
	background-image: url(/image/banner_btn.png);
	background-repeat: no-repeat;
	background-position: right;
	width: 30px;
	height: 30px;
	overflow: hidden;
	background-size: inherit;
	margin-top: -15px;
	opacity: .3;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

#owl_banner .swiper-button-next:hover,#owl_banner .swiper-button-prev:hover {
	opacity: 1
}

#owl_banner .swiper-button-next {
	right: 20px
}

#owl_banner .swiper-button-prev {
	left: 20px;
	background-position: left
}

#owl_banner .banner_pagination {
	position: absolute;
	left: 50%;
	bottom: 20px;
	width: auto;
	z-index: 90;
	width: 200px;
	margin-left: -100px;
	text-align: center
}

#owl_banner .banner_pagination .swiper-pagination-bullet {
	background: #fff;
	width: 6px;
	height: 6px;
	margin: 0 5px;
	border-radius: 3px;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

#owl_banner .banner_pagination .swiper-pagination-bullet-active {
	background: #6fb50f;
	width: 20px
}

.page {
	border: 1px solid #e5e6e9;
	padding: 20px
}

.page .page_title {
	margin-bottom: 20px
}

.page .page_title h2 {
	margin: 0;
	padding: 0;
	font-size: 30px;
	line-height: 40px;
	color: #6fb50f;
	font-weight: 300
}

.page .page_content {
	padding-bottom: 30px
}

.sidebar_box {
	margin-bottom: 20px
}

.sidebar_box .sidebar_box_head {
	background: #6fb50f;
	text-align: center;
	padding: 10px 0;
	position: relative;
	border-radius: 3px
}

.sidebar_box .sidebar_box_head h3 {
	margin: 0;
	padding: 0;
	color: #fff;
	font-weight: 600;
	font-size: 16px
}

.sidebar_box .sidebar_box_head a.__more {
	color: #fff;
	display: block;
	font-size: 12px;
	line-height: 30px;
	height: 30px;
	font-weight: 600;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -15px
}

.sidebar_box .sidebar_box_body {
	border: 1px solid #e5e6e9;
	padding: 10px;
	border-top: 0 none
}

.sidebar_box.Home_Module .sidebar_box_head {
	border-radius: 3px;
	padding: 15px 15px;
	text-align: left;
}

.sidebar_box.Home_Module .sidebar_box_body {
	border: 0 none;
	padding: 0;
	/*text-align: left;*/
}

.sidebar_box.New_Games .sidebar_box_head {
	border-radius: 3px;
	padding: 15px 15px;
	/*text-align: left;*/
}

.sidebar_box.New_Games .sidebar_box_body {
	border: 0 none;
	padding: 0
}

.sidebar_box.Widget_HotGame .game_list {
	padding-left: 1px
}

.sidebar_box.Widget_HotGame .game_list .game_loop {
	width: 50%;
	margin: 0;
	border-radius: 0;
	margin-left: -1px;
	margin-top: -1px;
	z-index: 20;
	position: relative;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.sidebar_box.Widget_HotGame .game_list .game_loop:hover {
	z-index: 60;
	border-color: #6fb50f
}

.sidebar_box.Widget_HotGame .game_list .game_loop .__pic {
	padding: 10px
}

.sidebar_box.Widget_RandomGame .game_list .game_loop {
	width: 100%;
	margin: 0;
	border: 0 none;
	border-top: 1px solid #e5e6e9;
	padding: 20px 20px
}

.sidebar_box.Widget_RandomGame .game_list .game_loop._first {
	border-top: 0 none;
	padding-top: 10px
}

.sidebar_box.Widget_RandomGame .game_list .game_loop a .__pic {
	padding: 0 15%
}

.sidebar_box.Widget_RandomGame .game_list .game_loop a .__name {
	font-weight: 500;
	color: #6fb50f
}

.sidebar_box.AD_Module .sidebar_box_body {
	border: 0 none;
	padding: 0
}

.sidebar_box.widget_tag_cloud .tagcloud {
	margin: -1%
}

.sidebar_box.widget_tag_cloud .tagcloud a {
	float: left;
	min-width: 48%;
	width: 48%;
	height: 3.5rem;
	overflow: hidden;
	margin: 1%;
	display: block;
	font-size: 14px;
	background: #efefef;
	color: #fff;
	line-height: 33px;
	padding: 0 10px;
	text-decoration: none;
	border-radius: 3px;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.sidebar_box.widget_tag_cloud .tagcloud a:hover {
	background: #6fb50f;
	color: #fff !important;
	opacity: .6
}

.sidebar_box.widget_tag_cloud .tagcloud a:nth-child(9n) {
	color: #4a4a4a
}

.sidebar_box.widget_tag_cloud .tagcloud a:nth-child(9n+1) {
	color: #428bca
}

.sidebar_box.widget_tag_cloud .tagcloud a:nth-child(9n+2) {
	color: #5cb85c
}

.sidebar_box.widget_tag_cloud .tagcloud a:nth-child(9n+3) {
	color: #d9534f
}

.sidebar_box.widget_tag_cloud .tagcloud a:nth-child(9n+4) {
	color: #567e95
}

.sidebar_box.widget_tag_cloud .tagcloud a:nth-child(9n+5) {
	color: #b433ff
}

.sidebar_box.widget_tag_cloud .tagcloud a:nth-child(9n+6) {
	color: #00aba9
}

.sidebar_box.widget_tag_cloud .tagcloud a:nth-child(9n+7) {
	color: #b37333
}

.sidebar_box.widget_tag_cloud .tagcloud a:nth-child(9n+8) {
	color: #f60
}

.game_list {
	margin: 0 -1%
}

.game_loop {
	float: left;
	width: 23%;
	margin: 1%
}

.game_loop._bor {
	border: 1px solid #e5e6e9;
	padding: 10px;
	border-radius: 5px;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.game_loop._bor:hover {
	z-index: 60;
	border-color: #6fb50f
}

.game_loop a {
	text-decoration: none
}

.game_loop a .__pic {
	margin-bottom: 5px
}

.game_loop a .__pic img {
	background: #ddd;
	width: 100%;
	height: auto;
	border-radius: 10px;
	overflow: hidden
}

.game_loop a .__name {
	text-align: center;
	font-weight: 600;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical
}

.game_loop a .__btn {
	padding-top: 5px
}

.game_loop a .__btn span {
	display: block;
	background: #6fb50f;
	color: #fff;
	border-radius: 3px;
	text-align: center;
	padding: 0 10px;
	font-weight: 600;
	font-size: 13px;
	line-height: 30px;
	height: 30px
}

.follow_loop {
	float: left;
	width: 48%;
	margin: 1%
}

.follow_loop a {
	display: block;
	background: #ddd;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	border-radius: 2px;
	overflow: hidden;
	-moz-transition: all .6s ease;
	-webkit-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease
}

.follow_loop a._facebook {
	background: #3b579d
}

.follow_loop a._twitter {
	background: #2caae1
}

.follow_loop a._google {
	background: #4285f4
}

.follow_loop a._youtube {
	background: #e5291b
}

.follow_loop a._pinterest {
	background: #cb2027
}

.follow_loop a._flickr {
	background: #0063db
}

.follow_loop a._chrome {
	background: #de5245
}

.follow_loop a._dribbble {
	background: #e44a85
}

.follow_loop a._linkedin {
	background: #007bb6
}

.follow_loop a i.fa {
	font-size: 26px;
	line-height: 40px;
	height: 40px
}

.follow_loop a:hover {
	background: #ccc
}

.page_categories ol {
	margin-left: 60px
}

.page_categories ol li {
	list-style-type: decimal;
	font-size: 26px;
	line-height: 50px;
	color: #666;
	font-weight: 600
}

.page_categories ol li a {
	color: #6fb50f
}

.single {
	padding-bottom: 50px
}

.single_iframe {
	margin-bottom: 20px;
	border: 1px solid #e5e6e9;
	padding: 10px;
	border-radius: 5px
}

.single_play {
	margin-bottom: 20px;
	background: #232333;
	padding: 60px 20px 40px;
	border-radius: 5px;
	text-align: center
}

.single_play ._center {
	width: 300px;
	margin: 0 auto
}

.single_play ._center .__pic {
	margin-bottom: 15px
}

.single_play ._center .__pic a {
	display: inline-block;
	position: relative;
	padding-bottom: 13px;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.single_play ._center .__pic a img {
	display: inline-block;
	width: 200px;
	height: 200px;
	border: 5px rgba(255,255,255,0.8) solid;
	border-radius: 50%;
	animation: elementMinorScale 500ms infinite alternate;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.single_play ._center .__pic a .___play {
	display: inline-block;
	background: #6fb50f;
	color: #fff;
	border: 3px rgba(255,255,255,0.5) solid;
	border-radius: 5px;
	font-size: 18px;
	font-weight: 600;
	line-height: 40px;
	width: 160px;
	text-align: center;
	text-decoration: none;
	opacity: 1;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -80px;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.single_play ._center .__pic a:hover .___play {
	border-color: rgba(255,255,255,0.86);
	color: #000
}

.single_play ._center .__name a {
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 26px;
	line-height: 40px;
	font-weight: 600
}

@keyframes elementMinorScale {
	from {
		transform: scale(1)
	}

	to {
		transform: scale(1.1)
	}
}

.Con {
	font-size: 14px;
	line-height: 180%;
	color: #666;
	font-weight: 400;
	word-break: break-all
}

.Con img {
	max-width: 100%;
	height: auto
}

.Con img.aligncenter {
	margin-bottom: 10px
}

.Con p {
	margin: 10px 0
}

.Con p.ti2 {
	text-indent: 2em
}

.Con a {
	color: #6fb50f
}

.Con a:hover {
	text-decoration: underline
}

.Con ul {
	list-style-type: disc;
	margin: 0;
	margin-left: 20px
}

.Con ul li {
	list-style-type: disc;
	margin-bottom: 5px
}

.Con ol {
	list-style-type: decimal;
	margin: 0;
	margin-left: 20px
}

.Con ol li {
	list-style-type: decimal;
	margin-bottom: 5px
}

.Con blockquote {
	background: #f9f9f9;
	padding: 10px 15px;
	padding-left: 20px;
	border-left: 3px #ddd solid;
	font-size: 14px;
	border-radius: 0 5px 5px 0
}

.Con blockquote p {
	margin: 5px 0
}

.Con .alignleft {
	text-align: left
}

.Con .aligncenter {
	display: block;
	margin: 0 auto;
	text-align: center
}

.Con .alignright {
	text-align: right
}

.Con .panel-title a {
	display: block;
	text-decoration: none;
	color: #666
}

.Con.__table table {
	border-left: 1px #ddd solid;
	border-top: 1px #ddd solid
}

.Con.__table table td {
	border-right: 1px #ddd solid;
	border-bottom: 1px #ddd solid;
	padding: 5px 5px
}

.Con._content p,.Con._content img.aligncenter {
	margin-top: 0;
	margin-bottom: 0
}

footer.footer {
	background: #6fb50f;
	color: #fff;
	text-align: center;
	padding: 30px 0;
	font-weight: 600
}

footer.footer a {
	color: #fff
}

footer.footer a:hover {
	color: #ccc
}

footer.footer .footer_copy {
	margin-bottom: 5px
}

footer.footer .footer_menu ._menu ul {
	margin: 0;
	padding: 0
}

footer.footer .footer_menu ._menu ul li {
	display: inline-block;
	margin: 0 5px
}

#Pagenavis {
	text-align: center
}

#Pagenavis .wp-pagenavi {
	padding: 10px 0 50px
}

#Pagenavis .wp-pagenavi span,#Pagenavis .wp-pagenavi a {
	display: inline-block;
	line-height: 40px;
	height: 40px;
	padding: 0 15px;
	color: #666;
	margin: 0 2px;
	border-radius: 2px
}

#Pagenavis .wp-pagenavi span {
	color: #999
}

#Pagenavis .wp-pagenavi span.current {
	background: #6fb50f;
	color: #fff;
	font-weight: 600
}

#Pagenavis .wp-pagenavi a {
	display: inline-block;
	border: 1px transparent solid;
	text-decoration: none;
	background: #fff;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	width: auto;
	float: inherit
}

#Pagenavis .wp-pagenavi a:hover {
	color: #6fb50f;
	background: #efefef
}

#Page_404 {
	text-align: center;
	padding: 80px 0 120px
}

#Page_404 .page404 p.logo404 {
	text-align: center;
	font-size: 180px;
	font-weight: bold;
	line-height: 120%;
	letter-spacing: 5px;
	color: #fff
}

#Page_404 .page404 p.logo404 span {
	z-index: 99999999999;
	cursor: pointer;
	text-shadow: 0 0 2px #686868,0 1px 1px #ddd,0 2px 1px #d6d6d6,0 3px 1px #ccc,0 4px 1px #c5c5c5,0 5px 1px #c1c1c1,0 6px 1px #bbb,0 7px 1px #777,0 8px 3px rgba(100,100,100,0.4),0 9px 5px rgba(100,100,100,0.1),0 10px 7px rgba(100,100,100,0.15),0 11px 9px rgba(100,100,100,0.2),0 12px 11px rgba(100,100,100,0.25),0 13px 15px rgba(100,100,100,0.3);
	-webkit-transition: all .1s linear;
	transition: all .1s linear
}

#Page_404 .page404 p.logo404 span:hover {
	text-shadow: 0 0 2px #686868,0 1px 1px #fff,0 2px 1px #fff,0 3px 1px #fff,0 4px 1px #fff,0 5px 1px #fff,0 6px 1px #fff,0 7px 1px #777,0 8px 3px #fff,0 9px 5px #fff,0 10px 7px #fff,0 11px 9px #fff,0 12px 11px #fff,0 13px 15px #fff;
	-webkit-transition: all .1s linear;
	transition: all .1s linear
}

#Page_404 h1 {
	margin: 0;
	padding: 0;
	font-size: 40px;
	line-height: 60px;
	margin-bottom: 30px;
	font-weight: 300;
	font-family: 'Microsoft YaHei',"hiragino sans gb",'黑体','宋体',Arial,Lucida Grande,Tahoma,sans-serif;
	color: #6fb50f
}

#Page_404 #post_404_link {
	text-align: center
}

#Page_404 #post_404_link table {
	width: auto;
	margin: 0 auto
}

#Page_404 #post_404_link table td {
	padding: 0 10px
}

#Page_404 #post_404_link table td a {
	font-family: 'Microsoft YaHei',"hiragino sans gb",'黑体','宋体',Arial,Lucida Grande,Tahoma,sans-serif;
	display: inline-block;
	font-size: 20px;
	line-height: 50px;
	text-transform: uppercase;
	background: #ddd;
	color: #fff;
	font-weight: 300;
	width: 200px;
	text-align: center;
	text-decoration: none;
	opacity: 1
}

#Page_404 #post_404_link table td a:hover {
	opacity: .86
}

#Page_404 #post_404_link table td a.the_404_link1 {
	background: #666
}

#Page_404 #post_404_link table td a.the_404_link2 {
	background: #6fb50f
}

#to_top {
	cursor: pointer;
	background: url(../image/top.png) #6fb50f center no-repeat;
	position: fixed;
	bottom: 60px;
	right: 10px;
	width: 40px;
	height: 40px;
	display: none;
	border-radius: 3px;
	z-index: 999999;
}

#to_top:hover {
	background-color: #333
}

.nopatop {
	padding-top: 0
}

.aligncenter {
	text-align: center
}

.fixed {
	position: fixed;
	top: 0;
	z-index: 99999
}

@media screen and (max-width: 400px) {
    .game_loop._bor {
    	width: 31%;
    }
}


header .searchBox {
	position:relative;
    margin: 20px 0 0 50px;
    width: 40%;
    border-radius: 6px
}

header .searchBox .xuanfu .search_b {
    width: 100%;
    height: 34px
}

header .searchBox .xuanfu .search_b input {
    border-radius: 16px;
    position: relative;
    width: 100%;
    height: 100%;
    background: #f5f5f5;
    color: #999;
    font-weight: 700;
    font-size: 14px;
    border: none;
    outline: none;
    text-indent: 1em;
	border: solid 1px #6FB50F;
}

header .searchBox .xuanfu .search_b input::-webkit-input-placeholder {
    color: #999
}

header .searchBox .xuanfu .search_b>.iconfont {
    position: absolute;
    border: none;
    cursor: pointer;
    outline: none;
    background-color: transparent;
    right: 10px;
    top: 7px;
    color: #999;
    font-size: 20px
}

header .searchBox .a {
    display: flex;
    z-index: 999
}

@media(max-width:600px) {
header .searchBox{ margin-left:15px;}
header.header .header_logo a img{ height:35px;}
header.header .header_logo{ padding-top:20px; margin-left:0px;}
}

@media(max-width:390px) {
	.header_right {display:none;}
	
}
