* {
	margin: 0;
	padding: 0;
	box-sizing: border-box
}

img {
	border: none;
	display: block
}

ul {
	list-style: none
}

html,body {
	width: 100%;
	height: 100%
}

a {
	text-decoration: none
}
body {
	background-color: #fafafa;
	font-family: -apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,noto sans,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji
}

.container {
	width: 1200px;
	margin-left: auto;
	margin-right: auto
}

header {
	background-color: #fff;
	box-shadow: 0 1px 4px 0 rgba(0,0,0,.1)
}

header .container {
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: space-between
}

header .container .form {
	width: 380px;
	height: 36px;
	position: relative
}

header .container .form input[type=text] {
	width: 100%;
	height: 100%;
	text-indent: 1em;
	border: 1px solid #00547c;
	outline: none;
	border-radius: 4px
}

header .container .form button[type=button] {
	width: 100px;
	height: 100%;
	position: absolute;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	right: 0;
	top: 0;
	background-color: #00547c;
	color: #fff;
	border: none;
	outline: none;
	cursor: pointer;
	transition: all .3s
}

header .container .form button[type=submit] .iconfont {
	font-size: 24px
}

header .container .form button[type=submit]:hover {
	background-color: rgba(0,210,37,.8)
}

header .container .form .search_recommend {
	position: absolute;
	width: 380px;
	left: 0;
	top: 36px;
	background-color: #fff;
	box-shadow: 0 1px 4px 0 rgba(0,0,0,.1);
	padding: 15px 5px 5px 15px;
	display: none;
	flex-wrap: wrap;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	z-index: 999;
	transition: all .3s
}

header .container .form .search_recommend a {
	margin-right: 10px;
	margin-bottom: 10px;
	color: #516375;
	height: 32px;
	line-height: 32px;
	background-color: #eee;
	border-radius: 4px;
	padding: 0 15px;
	transition: all .3s
}

header .container .form .search_recommend a:hover {
	background-color: #00547c;
	color: #fff
}

#main {
	min-height: calc(100% - 140px)
}

#main .ad_big {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px
}

#main .top_recommend {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #fff;
	margin-top: 10px;
	padding: 10px;
	border-radius: 10px;
}

#main .top_recommend>a {
	width: calc(10% - 16.2px);
	position: relative;
	overflow: hidden
}

#main .top_recommend>a .thum {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	position: relative;
	border-radius: 4px;
	overflow: hidden
}

#main .top_recommend>a .thum img {
	position: absolute;
	height: 100%;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	transition: all .3s
}

#main .top_recommend>a p {
	height: 32px;
	line-height: 32px;
	position: absolute;
	bottom: -32px;
	left: 0;
	padding: 0 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	width: 100%;
	background-color: #00547c;
	color: #fff;
	transition: all .3s;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px
}

#main .top_recommend>a:hover .thum img {
	transform: scale(1.05) translateX(-50%)
}

#main .top_recommend>a:hover p {
	bottom: 0
}

#main .index {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding-top: 10px
}

#main .index .left_nav_bar {
	width: 160px;
	height: 100%;
	position: relative;
	align-items: initial;
}

#main .index .left_nav_bar .category_nav {
	display: flex;
	flex-direction: column;
	margin-bottom: 10px;
}

#main .index .left_nav_bar .category_nav a {
	height: 30px;
	color: #fff;
	background-color: #00547c;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	font-size: 12px;
	border-radius: 6px;
	transition: all .3s;
}
#main .index .left_nav_bar .category_nav a+a{
	margin-top: 6px;
}
#main .index .left_nav_bar .category_nav a:hover{
	background-color: rgba(0,84,124,.9);
}

#main .index .left_nav_bar .category_nav a .iconfont {
	margin-right: 8px;
}
#main .index .left_nav_bar .category_nav a:nth-child(1){
	background-color: transparent;
	border: 1px solid #00547c;
	color: #00547c;
}
#main .index .left_nav_bar .category_nav a:nth-child(1):hover{
	background-color: rgba(0,0,0,.05);
}





#main .index .left_nav_bar .navBar {
	margin-bottom: 10px
}

#main .index .left_nav_bar .navBar h3 {
	height: 58px;
	line-height: 58px;
	background-color: #cccccc;
	color: #000000;
	line-height: 58px;
	text-align: center;
	font-weight: 600;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	font-size: 16px;
}

#main .index .left_nav_bar .navBar .classify_list {
	background-color: #fff;
	border: 1px solid #a5c8ec;
	padding: 15px 0;
	border-top: none;
	display: flex;
	flex-direction: column
}

#main .index .left_nav_bar .navBar .classify_list a {
	display: flex;
	align-items: center;
	padding: 10px 0 10px 15px;
	font-weight: 500;
	font-size: 14px;
	color: #092644;
	transition: all .3s
}

#main .index .left_nav_bar .navBar .classify_list a:hover {
	background-color: #f7f5fb;
	color: #04101e
}

#main .index .left_nav_bar .navBar .classify_list a img {
	width: 20px;
	border-radius: 5px;
	margin-right: 5px
}

#main .index .left_nav_bar .navBar .classify_list a:last-child {
	color: #00547c;
	padding-left: 0;
	justify-content: center;
	font-size: 16px
}

#main .index .left_nav_bar .ad {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;

	flex-direction: column;
}

#main .index .left_nav_bar .ad p {
	font-size: 12px;
	margin-bottom: 5px;
	color: #666;
}

#main .index .left_nav_bar .ad_sticky {
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: sticky;
	top: 15px;
	flex-direction: column;
}

#main .index .left_nav_bar .ad_sticky p {
	font-size: 12px;
	margin-bottom: 5px;
	color: #666;
}

#main .index .left_nav_bar .hot_recommend{
	width: 100%;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: sticky;
	top: 15px;
	flex-direction: column;
}
#main .index .left_nav_bar .hot_recommend h3 {
	width: 100%;
	height: 58px;
	line-height: 58px;
	background-color: #cccccc;
	color: #000;
	line-height: 58px;
	text-align: center;
	font-weight: 600;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	font-size: 16px;
}

#main .index .left_nav_bar .hot_recommend .recommend_list {
	background-color: #fff;
	border: 1px solid #a5c8ec;
	padding: 15px;
	border-top: none;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 15px
}

#main .index .left_nav_bar .hot_recommend .recommend_list a {
	width: 128px;
	overflow: hidden;
	border-radius: 4px;
	position: relative
}

#main .index .left_nav_bar .hot_recommend .recommend_list a .thum {
	width: 100%;
	height: 128px
}

#main .index .left_nav_bar .hot_recommend .recommend_list a .thum img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: all .3s
}

#main .index .left_nav_bar .hot_recommend .recommend_list a p {
	position: absolute;
	width: 100%;
	height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	left: 0;
	bottom: -40px;
	color: #fff;
	background-color: #00547c;
	line-height: 40px;
	text-align: center;
	transition: all .3s
}

#main .index .left_nav_bar .hot_recommend .recommend_list a:hover .thum img {
	transform: scale(1.05)
}

#main .index .left_nav_bar .hot_recommend .recommend_list a:hover p {
	bottom: 0
}

#main .index .left_nav_bar .hot_recommend .recommend_list a+a {
	margin-top: 15px
}

#main .index .right_main {
	width: calc(100% - 180px)
}

#main .index .right_main .ad {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
	flex-direction: column;
}

#main .index .right_main .ad p {
	font-size: 12px;
	margin-bottom: 5px;
	color: #666;
}

#main .index .right_main .main_pat {
	margin-bottom: 15px
}

#main .index .right_main .main_pat h2 {
	font-size: 28px;
	line-height: 1.5em;
	color: #00547c;
	margin-bottom: 5px;
	font-weight: 500
}

#main .index .right_main .main_pat .game_list_type1 {
	display: flex;
	align-items: center;
	flex-wrap: wrap
}

#main .index .right_main .main_pat .game_list_type1>li {
	width: calc((100% - 60px)/6);
	margin-right: 12px;
}

#main .index .right_main .main_pat .game_list_type1>li:nth-child(6n) {
	margin-right: 0
}

#main .index .right_main .main_pat .game_list_type1>li:nth-child(n+7) {
	margin-top: 10px
}

#main .index .right_main .main_pat .game_list_type1>li a {
	display: flex;
	flex-direction: column;
	align-items: center;
	border: 1px solid #a5c8ec;
	padding-top: 10px;
	padding-bottom: 5px;
	background-color: #fff;
	transition: all .3s;
	border-radius:10px;
}

#main .index .right_main .main_pat .game_list_type1>li a .thum {
	width: 128px;
	height: 128px;
	border-radius: 4px;
	overflow: hidden
}

#main .index .right_main .main_pat .game_list_type1>li a .thum img {
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
	transition: all .5s
}

#main .index .right_main .main_pat .game_list_type1>li a p {
	width: 100%;
	font-size: 14px;
	line-height: 1.4em;
	font-weight: 500;
	color: #1e2428;
	transition: all .3s;
	padding: 0 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 2.8em;
	margin-top: 8px;
	margin-bottom: 5px
}

#main .index .right_main .main_pat .game_list_type1>li a .star {
	width: 100%;
	padding-left: 15px
}

#main .index .right_main .main_pat .game_list_type1>li a .star .layui-rate {
	padding: 0
}

#main .index .right_main .main_pat .game_list_type1>li a .star .layui-rate li .layui-icon {
	font-size: 14px;
	margin-right: 3px
}

#main .index .right_main .main_pat .game_list_type1>li a:hover {
	box-shadow: 0 1px 4px 0 rgba(0,0,0,.1);
	background-color: rgba(0,0,0,.0)
}

#main .index .right_main .main_pat .game_list_type1>li a:hover .thum img {
	transform: scale(1.05)
}

#main .index .right_main .main_pat .game_list_type1>li a:hover p {
	color: #3171ff
}

#main .index .right_main_detail {
	width: calc(100% - 180px);
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
	align-items: initial;
}

#main .index .right_main_detail .crumbs {
	width: 100%;
	color: #00547c;
	font-size: 20px;
	font-weight: 500;
	padding-bottom: 10px
}

#main .index .right_main_detail .crumbs a {
	color: #00547c
}

#main .index .right_main_detail .crumbs a:hover {
	color: #00547c;
	text-decoration: underline
}

#main .index .right_main_detail .game_info {
	width: calc(100% - 320px)
}

#main .index .right_main_detail .game_info .game_detail_info {
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	border: 1px solid #a5c8ec;
	padding: 10px;
	margin-bottom: 10px;
	border-radius: 10px;
}

#main .index .right_main_detail .game_info .game_detail_info .ad {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center
}

#main .index .right_main_detail .game_info .game_detail_info .ad p {
	font-size: 12px;
	margin-bottom: 5px;
	color: #666
}

#main .index .right_main_detail .game_info .game_detail_info .i_game {
	width: calc(100% - 350px)
}

#main .index .right_main_detail .game_info .game_detail_info .i_game .top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px
}

#main .index .right_main_detail .game_info .game_detail_info .i_game .top .thum {
	width: 80px;
	height: 80px;
	overflow: hidden;
	position: relative;
	border-radius: 4px
}

#main .index .right_main_detail .game_info .game_detail_info .i_game .top .thum img {
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%)
}

#main .index .right_main_detail .game_info .game_detail_info .i_game .top dl {
	width: calc(100% - 90px)
}

#main .index .right_main_detail .game_info .game_detail_info .i_game .top dl dt {
	font-size: 20px;
	color: #1e2428;
	font-weight: 500;
	overflow: hidden;
	text-overflow: ellipsis;
	/*white-space: nowrap*/
}

#main .index .right_main_detail .game_info .game_detail_info .i_game>dl dd {
	padding: 5px 0;
	font-size: 14px;
	color: #333;
	font-weight: 500
}

#main .index .right_main_detail .game_info .game_detail_info .i_game>dl dd .iconfont {
	margin-right: 5px;
	color: #666
}

#main .index .right_main_detail .game_info .game_detail_info .i_game>dl dd:last-child {
	margin-top: 10px;
	padding: 0;
	height: 26px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	align-items: center
}

#main .index .right_main_detail .game_info .game_detail_info .i_game>dl dd:last-child a {
	height: 26px;
	line-height: 26px;
	color: #1e2428;
	padding: 0 15px;
	background-color: #fafafa;
	border-radius: 5px;
	margin-left: 10px;
	transition: all .3s
}

#main .index .right_main_detail .game_info .game_detail_info .i_game>dl dd:last-child a:hover {
	background-color: #00547c;
	color: #fff
}

#main .index .right_main_detail .game_info .game_detail_info #intro {
	width: 100%;
	height: 310px;
	margin-top: 20px;
	overflow: hidden
}

#main .index .right_main_detail .game_info .game_detail_info #intro .swiper-slide {
	width: auto
}

#main .index .right_main_detail .game_info .gat_game {
	background-color: #fff;
	border: 1px solid #a5c8ec;
	padding: 15px;
	margin-bottom: 15px;
	border-radius: 10px;
}

#main .index .right_main_detail .game_info .gat_game h2 {
	font-size: 24px;
	color: #333;
	font-weight: 500;
	line-height: 2em
}

#main .index .right_main_detail .game_info .gat_game .get_list {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 15px
}

#main .index .right_main_detail .game_info .gat_game .get_list a {
	font-weight: 600;
	color: #00547c;
	padding: 0 25px;
	font-size: 18px;
	height: 50px;
	line-height: 48px;
	border: 1px solid #00547c;
	border-radius: 10px;
	transition: all .3s
}

#main .index .right_main_detail .game_info .gat_game .get_list a .iconfont {
	margin-right: 5px;
	font-size: 18px
}

#main .index .right_main_detail .game_info .gat_game .get_list a:hover {
	background-color: #00547c;
	color: #fff
}

#main .index .right_main_detail .game_info .gat_game .get_list a+a {
	margin-left: 20px
}

#main .index .right_main_detail .game_info .gat_game p {
	font-size: 14px;
	color: #666;
	line-height: 1.4em
}

#main .index .right_main_detail .game_info .ad {
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

#main .index .right_main_detail .game_info .ad p {
	font-size: 12px;
	margin-bottom: 5px;
	color: #666;
}

#main .index .right_main_detail .game_info .desc {
	background-color: #fff;
	border: 1px solid #a5c8ec;
	padding: 0 15px;
	margin-bottom: 15px;
	border-radius: 10px;
}

#main .index .right_main_detail .game_info .desc .pat {
	padding: 15px 0;
	border-bottom: 1px solid #eaeaea
}

#main .index .right_main_detail .game_info .desc .pat:last-child {
	border-bottom: none
}

#main .index .right_main_detail .game_info .desc .pat h2 {
	font-size: 24px;
	color: #333;
	font-weight: 500;
	line-height: 2em
}

#main .index .right_main_detail .game_info .desc .pat .des {
	box-sizing: content-box;
	font-size: 1em;
	color: #092644;
	line-height: 1.5em;
	max-height: 7.5em;
	overflow: hidden;
	position: relative
}


#main .index .right_main_detail .game_info .desc .pat .des p {
	margin: 0 !important;
	padding: 0 !important
}

#main .index .right_main_detail .game_info .desc .pat .des.showAll {
	max-height: 750em
}

#main .index .right_main_detail .game_info .desc .pat .moreShow {
	display: block;
	margin: 15px auto 0;
	text-align: center;
	width: 170px;
	text-align: center;
	background-color: #eff3f5;
	height: 40px;
	line-height: 40px;
	border-radius: 21px;
	font-size: .9em;
	color: #092644
}

#main .index .right_main_detail .game_info .desc .pat .moreShow::before {
	content: "SHOW MORE "
}

#main .index .right_main_detail .game_info .desc .pat .moreShow.lessShow::before {
	content: "SHOW LESS "
}

#main .index .right_main_detail .game_info h2 {
	font-size: 24px;
	color: #00547c;
	font-weight: 500;
	line-height: 2em
}

#main .index .right_main_detail .game_info>.related_list {
	background-color: #fff;
	border: 1px solid #a5c8ec;
	padding: 0 15px;
	margin-bottom: 15px;
	border-radius: 10px;
}

#main .index .right_main_detail .game_info>.related_list li {
	padding: 15px 0
}

#main .index .right_main_detail .game_info>.related_list li+li {
	border-top: 1px solid #eaeaea
}

#main .index .right_main_detail .game_info>.related_list li a {
	display: flex;
	align-items: center;
	justify-content: space-between
}

#main .index .right_main_detail .game_info>.related_list li a .thum {
	width: 210px;
	height: 120px;
	overflow: hidden;
	border-radius: 4px
}

#main .index .right_main_detail .game_info>.related_list li a .thum img {
	object-position: center;
	object-fit: cover;
	transition: all .3s
}

#main .index .right_main_detail .game_info>.related_list li a dl {
	width: calc(100% - 235px)
}

#main .index .right_main_detail .game_info>.related_list li a dl dt {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 20px;
	font-weight: 500;
	color: #333;
	margin-bottom: 8px;
	transition: all .3s
}

#main .index .right_main_detail .game_info>.related_list li a dl dd {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	font-size: 14px;
	line-height: 1.4em;
	color: #444
}

#main .index .right_main_detail .game_info>.related_list li a dl dd:last-child {
	margin-top: 8px;
	color: #00d225
}

#main .index .right_main_detail .game_info>.related_list li a:hover .thum img {
	transform: scale(1.2)
}

#main .index .right_main_detail .game_info>.related_list li a:hover dl dt {
	text-decoration: underline
}

#main .index .right_main_detail .game_info>.re_game_list {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	background-color: #fff;
	border: 1px solid #a5c8ec;
	padding: 0 15px;
	margin-bottom: 15px;
	border-radius: 10px;
}

#main .index .right_main_detail .game_info>.re_game_list li {
	width: calc((100% - 100px)/6);
	margin-right: 20px;
	padding: 15px 0
}

#main .index .right_main_detail .game_info>.re_game_list li:nth-child(6n) {
	margin-right: 0
}

#main .index .right_main_detail .game_info>.re_game_list li:nth-child(n+7) {
	margin-top: 20px
}

#main .index .right_main_detail .game_info>.re_game_list li a {
	display: flex;
	flex-direction: column
}

#main .index .right_main_detail .game_info>.re_game_list li a .thums {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 2px
}

#main .index .right_main_detail .game_info>.re_game_list li a .thums img {
	width: 100%;
	height: 100%;
	position: absolute;
	object-fit: cover;
	object-position: center;
	transition: all .3s
}

#main .index .right_main_detail .game_info>.re_game_list li a p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 14px;
	color: #092644;
	font-weight: 500;
	line-height: 1.4em;
	margin-top: 10px;
	transition: all .3s
}

#main .index .right_main_detail .game_info>.re_game_list li a:hover .thums img {
	transform: scale(1.05)
}

#main .index .right_main_detail .game_info>.re_game_list li a:hover p {
	color: #029588
}


#main .index .right_main_detail .game_info .comment_form {
	background-color: #fff;
	border: 1px solid #a5c8ec;
	padding: 20px 15px;
	margin-bottom: 15px;
	border-radius: 10px;
}

#main .index .right_main_detail .game_info .comment_form form {
	display: flex;
	align-items: center;
	flex-wrap: wrap
}

#main .index .right_main_detail .game_info .comment_form form input[type=text] {
	width: 300px;
	height: 40px;
	border: none;
	outline: none;
	background-color: #f1f1f1;
	border-radius: 4px;
	margin-right: 20px;
	text-indent: 1em
}

#main .index .right_main_detail .game_info .comment_form form input[type=submit] {
	width: 100px;
	height: 40px;
	border: none;
	font-size: 16px;
	outline: none;
	color: #fff;
	cursor: pointer;
	border-radius: 4px;
	background-color: #00547c;
	transition: all .3s
}

#main .index .right_main_detail .game_info .comment_form form input[type=submit]:hover {
	background-color: #00547c
}

#main .index .right_main_detail .game_info .comment_form form textarea {
	padding: 10px;
	margin-top: 15px;
	width: 100%;
	text-indent: 1em;
	border: none;
	outline: none;
	background-color: #f1f1f1;
	border-radius: 4px;
	resize: none
}

#main .index .right_main_detail .game_info .comment_form .comment_list {
	margin: 15px auto
}

#main .index .right_main_detail .game_info .comment_form .comment_list li {
	padding: 10px 0
}

#main .index .right_main_detail .game_info .comment_form .comment_list li dl dt {
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #666
}

#main .index .right_main_detail .game_info .comment_form .comment_list li dl dt span {
	margin-left: 5px;
	color: #333;
	font-weight: 600
}

#main .index .right_main_detail .game_info .comment_form .comment_list li dl dt::before {
	content: "";
	width: 2px;
	height: 16px;
	background-color: #3171ff;
	margin-right: 5px
}

#main .index .right_main_detail .game_info .comment_form .comment_list li dl dd {
	font-size: 16px;
	color: #333;
	margin-top: 5px;
	font-weight: 500;
	line-height: 1.4em
}

#main .index .right_main_detail .game_info .comment_form .comment_list li+li {
	border-top: 1px solid #eaeaea
}



#main .index .right_main_detail .game_info .comment_form a:hover {
	background-color: #00547c
}

#main .index .right_main_detail .game_info .like_game_list {
	background-color: #fff;
	border: 1px solid #a5c8ec;
	padding: 20px 15px;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 10px;
}

#main .index .right_main_detail .game_info .like_game_list a {
	width: calc(20% - 12px);
	overflow: hidden;
	border-radius: 4px;
	position: relative
}

#main .index .right_main_detail .game_info .like_game_list a .thum {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	position: relative
}

#main .index .right_main_detail .game_info .like_game_list a .thum img {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	height: 100%;
	transition: all .5s
}

#main .index .right_main_detail .game_info .like_game_list a p {
	height: 32px;
	line-height: 32px;
	position: absolute;
	bottom: -32px;
	left: 0;
	padding: 0 5px;
	width: 100%;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	background-color: #00547c;
	color: #fff;
	transition: all .3s
}

#main .index .right_main_detail .game_info .like_game_list a:hover .thum img {
	transform: scale(1.2) translateX(-50%)
}

#main .index .right_main_detail .game_info .like_game_list a:hover p {
	bottom: 0
}

#main .index .right_main_detail .game_related_info {
	width: 300px;
	margin-bottom: 15px
}

#main .index .right_main_detail .game_related_info .right_sticky {
	position: sticky;
	top: 20px;
}

#main .index .right_main_detail .game_related_info h3 {
	line-height: 2em;
	color: #00547c;
	font-weight: 500;
	font-size: 20px
}

#main .index .right_main_detail .game_related_info .game_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 15px;
	background-color: #fff;
	border: 1px solid #a5c8ec;
	border-radius: 4px;
	margin-bottom: 15px;
	border-radius: 10px;
}

#main .index .right_main_detail .game_related_info .game_list a {
	width: calc(50% - 7.5px);
	position: relative;
	border-radius: 4px;
	overflow: hidden
}

#main .index .right_main_detail .game_related_info .game_list a .thum {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	position: relative;
	border-radius: 4px;
	overflow: hidden
}

#main .index .right_main_detail .game_related_info .game_list a .thum img {
	position: absolute;
	height: 100%;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	transition: all .3s
}

#main .index .right_main_detail .game_related_info .game_list a p {
	height: 32px;
	line-height: 32px;
	position: absolute;
	bottom: -32px;
	left: 0;
	padding: 0 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	width: 100%;
	background-color: #00547c;
	color: #fff;
	transition: all .3s;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px
}

#main .index .right_main_detail .game_related_info .game_list a:hover .thum img {
	transform: scale(1.05) translateX(-50%)
}

#main .index .right_main_detail .game_related_info .game_list a:hover p {
	bottom: 0
}

#main .index .right_main_detail .game_related_info .game_list a:nth-child(n+3) {
	margin-top: 15px
}

#main .index .right_main_detail .game_related_info .ad {
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: sticky;
	top: 20px;
}
#main .index .right_main_detail .game_related_info .ad p {
	font-size: 12px;
	margin-bottom: 5px;
	color: #666;
}

#main .tags {
	padding-top: 20px;
	display: flex;
	flex-wrap: wrap
}

#main .tags a {
	width: calc((100% - 40px)/3);
	margin-right: 20px;
	background-color: #fff;
	border: 1px solid #a5c8ec;
	border-radius: 4px;
	padding: 14px;
	display: flex;
	align-items: center;
	transition: all .3s
}

#main .tags a .thum {
	width: 70px;
	height: 70px;
	border-radius: 4px;
	overflow: hidden;
	margin-right: 10px
}

#main .tags a .thum img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center
}

#main .tags a dl {
	width: calc(100% - 80px)
}

#main .tags a dl dt {
	color: #002447;
	font-size: 22px;
	font-weight: 600;
	transition: all .3s
}

#main .tags a dl dd {
	font-size: 14px;
	color: #666;
	font-weight: 500
}

#main .tags a:hover {
	box-shadow: 0 1px 4px 0 rgba(0,0,0,.1);
	background-color: rgba(255,255,255,.6)
}

#main .tags a:hover dl dt {
	color: #3171ff
}

#main .tags a:nth-child(3n) {
	margin-right: 0
}

#main .tags a:nth-child(n+4) {
	margin-top: 20px
}

#main .privacy .crumbs {
	color: #00547c;
	font-size: 1.1em;
	padding: 20px 0
}

#main .privacy .crumbs a {
	color: #00547c
}

#main .privacy .crumbs a:hover {
	text-decoration: underline
}

#main .privacy>h2 {
	color: #00547c;
	font-size: 1.2em;
	margin-bottom: 15px
}

#main .privacy .mainBox {
	background-color: #fff;
	border-radius: 20px;
	padding: 20px;
	margin-bottom: 20px
}

#main .privacy .mainBox h3 {
	font-size: 1.1em;
	color: #00547c;
	margin-bottom: 15px
}

#main .privacy .mainBox p {
	font-size: .9em;
	color: #333;
	margin-bottom: 15px;
	line-height: 1.6em
}

#main .privacy .mainBox form {
	padding: 20px 0
}

#main .privacy .mainBox form .formItem {
	display: flex;
	align-items: flex-start;
	margin-bottom: 15px
}

#main .privacy .mainBox form .formItem input[type=text] {
	background-color: #d6e4fd;
	border: none;
	outline: none;
	width: 370px;
	height: 50px;
	border-radius: 10px;
	text-indent: 1em;
	color: #333
}

#main .privacy .mainBox form .formItem input[type=text].why {
	width: 100%
}

#main .privacy .mainBox form .formItem #comcom {
	background-color: #d6e4fd;
	border: none;
	outline: none;
	resize: none;
	border-radius: 10px;
	padding: 15px;
	text-indent: 1em;
	color: #333;
	width: 100%
}

#main .privacy .mainBox form input[type=submit] {
	width: 90px;
	height: 40px;
	border: none;
	outline: none;
	border-radius: 21px;
	background-color: #00547c;
	color: #fff;
	margin-top: 15px
}

footer {
	height: 60px;
	background-color: #fff
}

footer .container {
	display: flex;
	align-items: center;
	justify-content: space-between
}

footer .container a {
	width: 25%;
	text-align: center;
	line-height: 60px;
	color: #092644;
	font-size: 14px;
	position: relative;
	transition: all .3s
}

footer .container a+a::before {
	content: "";
	position: absolute;
	width: 2px;
	height: 20px;
	left: 0;
	background-color: #ddd;
	top: 20px
}

footer .container a:hover {
	color: rgba(9,38,68,.8)
}
.pxpand_pat .pxpand_main_game_list {
	display: flex;
	align-items: center;
	flex-wrap: wrap
}

.pxpand_pat .pxpand_main_game_list li {
	width: calc(12% - 7.5px);
	height: 100%;
	margin-right: 10px;
	margin-bottom: 10px;
}

.pxpand_pat .pxpand_main_game_list li:nth-child(8n) {
	margin-right: 0
}


.pxpand_pat .pxpand_main_game_list li a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden
}

.pxpand_pat .pxpand_main_game_list li a .thum {
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 2px
}

.pxpand_pat .pxpand_main_game_list li a .thum img {
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
	transition: all .3s
}

.pxpand_pat .pxpand_main_game_list li a>p {
	position: absolute;
	bottom: -34px;
	width: 100%;
	padding: 0 2px;
	height: 34px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: flex;
	align-items: center;
	/*justify-content: center;*/
	font-size: 12px;
	color: #092644;
	left: 0;
	background-color: #fff;
	transition: all .3s
}

.pxpand_pat .pxpand_main_game_list li a:hover .thum img {
	transform: scale(1.05)
}

.pxpand_pat .pxpand_main_game_list li a:hover>p {
	bottom: 0
}


.pxpand_pat .pxpand_ad_game_list {
	display: flex;
	align-items: center;
	flex-wrap: wrap
}

.pxpand_pat .pxpand_ad_game_list li {
	width: calc(25% - 10px);
	height: 100%;
	margin-right: 10px;
	margin-bottom: 10px;
}

.pxpand_pat .pxpand_ad_game_list li:nth-child(4n) {
	margin-right: 0
}


.pxpand_pat .pxpand_ad_game_list li a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden
}

.pxpand_pat .pxpand_ad_game_list li a .thum {
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 2px
}

.pxpand_pat .pxpand_ad_game_list li a .thum img {
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
	transition: all .3s
}


.pxpand_pat .pxpand_ad_game_list li a:hover .thum img {
	transform: scale(1.05)
}


.pagition {
	display: flex;
	align-items: center;
	justify-content: center
}

.pagition a {
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 38px;
	border: 1px solid #e3e3e3;
	background-color: #fff;
	color: #666;
	font-size: 10px;
	transition: all .3s
}

.pagition a.active,.pagition a:hover {
	background-color: #092644;
	color: #fff
}

.pagition a.disable {
	color: #d8d8d8
}

.pagition a.disable:hover {
	background-color: transparent;
	color: #d8d8d8;
	cursor: not-allowed
}

.pagition>a {
	width: 70px
}

.pagition ul {
	margin: 0 6px;
	display: flex;
	align-items: center;
	justify-content: center
}

.pagition ul li+li {
	margin-left: 6px
}
.expand_pagition {
	margin-bottom: 60px
}


#main .index .right_main_detail .game_info .comment_form .pages{display:flex;align-items:center;justify-content:center;padding:20px 0}
#main .index .right_main_detail .game_info .comment_form .pages li{width:40px;height:40px}
#main .index .right_main_detail .game_info .comment_form .pages li+li{margin-left:6px}
#main .index .right_main_detail .game_info .comment_form .pages li a{display:block;text-align:center;line-height:40px;background-color:#eee;border-radius:4px;color:#666;transition:all .3s}
#main .index .right_main_detail .game_info .comment_form .pages li a:hover,#main .index .right_main_detail .game_info .comment_form .pages li a.choose{color:#fff;background-color:#00547c}
#main .index .right_main_detail .game_info .comment_form .pages li a.disable{color:#666;background-color:#eee;cursor:not-allowed}

.morepages {
	display: block;
	margin: 0 auto;
	width: 100px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 18px;
	border-radius: 4px;
	background-color: #00547c;
	transition: all .3s
}
/*# sourceMappingURL=main.css.map */
