@charset "utf-8";

:root {
	--nav-width: 22rem
}

.ml-5{margin-left: 5px;}

.mogu {
	width: 100%;
	min-height: 100%
}

.mogu nav {
	background-color: #fff;
	width: calc(var(--nav-width) + 1px);
	transition-property: width,left;
	transition-duration: .2s;
	transition-timing-function: ease;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 630
}

.mogu .ax-nav-overlay {
	background-color: rgba(0,0,0,.4);
	width: 100vw;
	height: 100vh;
	opacity: 0;
	transition: opacity .2s ease;
	position: fixed;
	left: -10000px;
	top: 0;
	z-index: 620
}

.mogu nav .ax-nav-header {
	position: relative;
	height: 20rem;
	overflow: hidden;
	flex-shrink: 0
}

.mogu nav.ax-nav-fold .ax-nav-header {
	height: 4.4rem
}

.mogu nav .ax-nav-header .ax-logo {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%)
}

.mogu nav.ax-nav-fold .ax-nav-header .ax-logo {
	display: none
}

.mogu nav .ax-nav-header .ax-logo img {
	height: 20rem
}

.mogu nav .ax-nav-header .ax-close-nav {
	color: #666;
	width: 4.4rem;
	height: 4.4rem;
	line-height: 4.4rem;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	background-color: #fff;
	z-index: 2
}

.mogu nav .ax-nav-main {
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto
}

.mogu nav .ax-nav-main .ax-nav-search {
	height: 3.8rem;
	line-height: 3.8rem;
	position: relative
}

.mogu nav .ax-nav-main .ax-nav-search input {
	padding: 0 1.4rem;
	border: none;
	border-radius: revert;
	background-color: #f5f6f7
}

.mogu nav .ax-nav-main .ax-nav-search input:focus {
	box-shadow: none
}

.mogu nav .ax-nav-main .ax-nav-search [class*=font] {
	font-size: 1.2rem;
	color: #b3b3b3;
	width: 3.8rem;
	height: 3.8rem;
	line-height: 3.8rem;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2
}

.mogu nav.ax-nav-fold {
	width: 5.2rem
}

.mogu nav.ax-nav-fold .ax-nav-header .ax-close-nav {
	width: 5.2rem;
	transform: rotateY(180deg)
}

.mogu nav.ax-nav-fold .ax-menu .ax-legend {
	margin-right: 1.4rem
}

.mogu nav.ax-nav-fold-all {
	width: 0
}

.mogu nav .ax-mask {
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0);
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 0;
	display: none
}

.mogu nav.ax-nav-fold .ax-mask {
	display: block
}

.mogu nav.ax-nav-fold .ax-menu>li>ul {
	display: none!important
}

.mogu header {
	width: calc(100% - var(--nav-width));
	height: 4.4rem;
	background-color: #fff;
	transition: all .2s ease;
	position: fixed;
	left: var(--nav-width);
	top: 0;
	z-index: 2
}

.mogu header~.ax-space-header {
	height: 4.4rem
}

.mogu nav.ax-nav-fold~header {
	width: calc(100% - 5.2rem);
	left: 5.2rem
}

.mogu header .ax-menu.ax-menu-row>li {
	width: auto;
	margin: 0 1.6rem;
	display: inline-block;
	vertical-align: middle;
	position: relative
}

.mogu header .ax-menu.ax-menu-row>li ul {
	width: 14rem!important
}

.mogu header .ax-menu.ax-menu-row>li li {
	width: 100%!important
}

.mogu header .ax-menu.ax-menu-row>li a {
	line-height: 4.4rem;
	height: 4.4rem;
	padding-left: 0
}

.mogu header .ax-menu.ax-menu-row>li li a {
	line-height: 3.8rem;
	height: 3.8rem;
	padding-left: 2rem
}

.mogu header .ax-menu.ax-menu-row>li>a .ax-name {
	line-height: 4.4rem
}

.mogu header .ax-breadcrumb {
	height: 4.4rem;
	line-height: 4.4rem;
	padding: 0 1.4rem
}

.mogu header .ax-header-icons a {
	color: #adc1cc;
	font-size: 1.6rem;
	float: left;
	width: 3.6rem;
	line-height: 4.4rem;
	text-align: center;
	position: relative;
	transition: all .2s ease
}

.mogu header .ax-header-icons a:hover {
	color: #198cff
}

.mogu header .ax-header-icons a .ax-dot {
	position: absolute;
	right: .4rem;
	top: .8rem
}

.ax-header-icons a .ax-badge {
	position: absolute;
	right: 0;
	top: .4rem
}

.mogu header .ax-header-search {
	position: relative;
	margin: calc((4.4rem - 2.8rem)/ 2)
}

.mogu header .ax-header-search input[type=text] {
	height: 2.8rem;
	line-height: 2.8rem
}

.mogu header .ax-header-search [class*=font] {
	font-size: 1.2rem;
	color: #b3b3b3;
	width: 2.8rem;
	height: 2.8rem;
	line-height: 2.8rem;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2
}

.mogu header .ax-header-search [class*=font]:hover {
	color: #198cff;
	font-size: 1.4rem
}

.mogu header .ax-header-user {
	margin: calc((4.4rem - 2.8rem)/ 2)
}

.mogu main {
	transition: all .2s ease;
	margin-left: var(--nav-width);
	max-width: calc(100% - var(--nav-width) - 12rem)
}

.mogu nav.ax-nav-fold~main {
	max-width: calc(100% - 5.2rem - 12rem);
	margin-left: 5.2rem;
	box-sizing: border-box
}

.mogu footer {
	padding: 0 1.4rem;
	text-align: center;
	color: #888;
	font-size: 1.1rem
}

.mogu footer p {
	padding: 0;
	color: #888
}

.mogu footer a {
	color: #888!important
}

@media screen and (min-width:900px) {
	.ax-sitename {
		display: none
	}
}

@media screen and (max-width:899px) {
	.mogu main,.mogu nav.ax-nav-fold~main {
		margin-left: 0;
		padding-left: 0;
		width: 100%;
		min-width: 100%;
		max-width: 100%
	}

	.mogu header,.mogu nav.ax-nav-fold~header {
		width: 100%;
		height: 4.4rem;
		left: 0;
		padding-left: 5.2rem
	}

	.mogu nav.ax-hide~header {
		padding-left: 5.2rem
	}

	.ax-sitename {
		position: absolute;
		left: 50%;
		transform: translateX(-50%)
	}

	.mogu .ax-nav-overlay.ax-correction {
		left: 0
	}

	.mogu .ax-nav-overlay.ax-show {
		opacity: 1
	}

	.mogu .ax-nav-overlay.ax-hide {
		left: -10000px
	}

	.mogu header .ax-header-search {
		width: 110px
	}

	.mogu nav.ax-nav-fold {
		width: var(--nav-width);
		left: calc(-1 * var(--nav-width) - 1px)
	}

	.mogu nav.ax-nav-fold .ax-mask {
		display: none
	}

	.mogu nav .ax-nav-header {
		overflow: visible
	}

	.mogu nav.ax-nav-fold .ax-nav-header .ax-close-nav {
		right: -5.2rem
	}

	.mogu nav .ax-nav-main .ax-nav-search {
		display: block
	}

	.mogu header .ax-header-search {
		display: none
	}
}

@media screen and (width:500px) {
	.mogu .ax-nav-overlay.ax-show {
		opacity: 0;
		display: none
	}
}

.ax-menu>li>a .ax-name {
	font-weight: 500
}

.ax-menu>li>a {
	font-size: 1.3rem
}

html {
	background-color: #f5f6f7
}[class*=ax-swiper] .ax-pages .ax-pages-bullet {
	width: .8rem;
	height: .8rem
}

.ax-filter .ax-item .ax-text a {
	font-size: 1.2rem;
	margin-right: .4rem
}

.ax-panel-header .ax-operate:last-child {
	margin-right: 0
}

.ax-col-5 {
	width: calc((100%/24)*4.8)
}

.ax-breadcrumb {
	font-size: 1.2rem
}

.ax-category {
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 40%
}

@media (max-width:300px) {
	.ax-breadcrumb {
		display: none
	}
}

@media (min-width:1400px) {
	::-webkit-scrollbar {
		width: 10px;
		height: 8px
	}

	::-webkit-scrollbar-thumb {
		border-radius: 5px;
		box-shadow: inset 0 0 5px rgba(0,0,0,.2);
		background: #c0c4cc
	}

	::-webkit-scrollbar-track {
		box-shadow: inset 0 0 5px rgba(0,0,0,.2);
		border-radius: 5px;
		background: 0 0
	}
}

.ax-ad {
	position: relative
}

@media screen and (max-width:1024px) {
	.col-lg {
		flex: 1 0 0%
	}

	.col-lg-1 {
		flex: 0 0 auto;
		width: 8.33333333%
	}

	.col-lg-2 {
		flex: 0 0 auto;
		width: 16.66666667%
	}

	.col-lg-3 {
		flex: 0 0 auto;
		width: 25%
	}

	.col-lg-4 {
		flex: 0 0 auto;
		width: 33.33333333%
	}

	.col-lg-5 {
		flex: 0 0 auto;
		width: 41.66666667%
	}

	.col-lg-6 {
		flex: 0 0 auto;
		width: 50%
	}

	.col-lg-7 {
		flex: 0 0 auto;
		width: 58.33333333%
	}

	.col-lg-8 {
		flex: 0 0 auto;
		width: 66.66666667%
	}

	.col-lg-9 {
		flex: 0 0 auto;
		width: 75%
	}

	.col-lg-10 {
		flex: 0 0 auto;
		width: 83.33333333%
	}

	.col-lg-11 {
		flex: 0 0 auto;
		width: 91.66666667%
	}

	.col-lg-12 {
		flex: 0 0 auto;
		width: 100%
	}
}

@media screen and (max-width:768px) {
	.col-md {
		flex: 1 0 0%
	}

	.col-md-1 {
		flex: 0 0 auto;
		width: 8.33333333%
	}

	.col-md-2 {
		flex: 0 0 auto;
		width: 16.66666667%
	}

	.col-md-3 {
		flex: 0 0 auto;
		width: 25%
	}

	.col-md-4 {
		flex: 0 0 auto;
		width: 33.33333333%
	}

	.col-md-5 {
		flex: 0 0 auto;
		width: 41.66666667%
	}

	.col-md-6 {
		flex: 0 0 auto;
		width: 50%
	}

	.col-md-7 {
		flex: 0 0 auto;
		width: 58.33333333%
	}

	.col-md-8 {
		flex: 0 0 auto;
		width: 66.66666667%
	}

	.col-md-9 {
		flex: 0 0 auto;
		width: 75%
	}

	.col-md-10 {
		flex: 0 0 auto;
		width: 83.33333333%
	}

	.col-md-11 {
		flex: 0 0 auto;
		width: 91.66666667%
	}

	.col-md-12 {
		flex: 0 0 auto;
		width: 100%
	}
}

@media screen and (max-width:576px) {
	.col-sm {
		flex: 1 0 0%
	}

	.col-sm-1 {
		flex: 0 0 auto;
		width: 8.33333333%
	}

	.col-sm-2 {
		flex: 0 0 auto;
		width: 16.66666667%
	}

	.col-sm-3 {
		flex: 0 0 auto;
		width: 25%
	}

	.col-sm-4 {
		flex: 0 0 auto;
		width: 33.33333333%
	}

	.col-sm-5 {
		flex: 0 0 auto;
		width: 41.66666667%
	}

	.col-sm-6 {
		flex: 0 0 auto;
		width: 50%
	}

	.col-sm-7 {
		flex: 0 0 auto;
		width: 58.33333333%
	}

	.col-sm-8 {
		flex: 0 0 auto;
		width: 66.66666667%
	}

	.col-sm-9 {
		flex: 0 0 auto;
		width: 75%
	}

	.col-sm-10 {
		flex: 0 0 auto;
		width: 83.33333333%
	}

	.col-sm-11 {
		flex: 0 0 auto;
		width: 91.66666667%
	}

	.col-sm-12 {
		flex: 0 0 auto;
		width: 100%
	}
}

@media screen and (max-width:400px) {
	.col-xxs {
		flex: 1 0 0%
	}

	.col-xxs-1 {
		flex: 0 0 auto;
		width: 8.33333333%
	}

	.col-xxs-2 {
		flex: 0 0 auto;
		width: 16.66666667%
	}

	.col-xxs-3 {
		flex: 0 0 auto;
		width: 25%
	}

	.col-xxs-4 {
		flex: 0 0 auto;
		width: 33.33333333%
	}

	.col-xxs-5 {
		flex: 0 0 auto;
		width: 41.66666667%
	}

	.col-xxs-6 {
		flex: 0 0 auto;
		width: 50%
	}

	.col-xxs-7 {
		flex: 0 0 auto;
		width: 58.33333333%
	}

	.col-xxs-8 {
		flex: 0 0 auto;
		width: 66.66666667%
	}

	.col-xxs-9 {
		flex: 0 0 auto;
		width: 75%
	}

	.col-xxs-10 {
		flex: 0 0 auto;
		width: 83.33333333%
	}

	.col-xxs-11 {
		flex: 0 0 auto;
		width: 91.66666667%
	}

	.col-xxs-12 {
		flex: 0 0 auto;
		width: 100%!important
	}
}

@media screen and (max-width:500px) {
	.hide-500 {
		display: none
	}
}

body {
	font-family: sourcehansans,-apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif;
	background-color: #f5f6f7;
	color: #555;
	font-size: 1.3rem
}

.pl-0 {
	padding-left: 0!important
}

.pr-0 {
	padding-right: 0!important
}

.ax-block {
	display: block
}

a {
	color: #666
}

.mogu header,.mogu nav.ax-nav-fold~header {
	z-index: 9
}

.mogu-title {
	font-size: 1.4rem!important;
	color: #666
}

.mogu main {
	max-width: 100%
}

.mogu nav.ax-nav-fold~main {
	max-width: 100%
}

.ax-menu li a {
	color: #666
}

.outer {
	max-width: 120rem;
	margin: 0 auto
}

.mogu nav.ax-nav-fold~main>.outer {
	max-width: calc(120rem + var(--nav-width) - 5.2rem)
}

.ax-card-block {
	padding: 1rem
}

.ax-panel-header {
	color: #222
}

.ax-panel-header .ax-operate:last-child {
	font-size: 1.2rem
}

@media screen and (max-width:119.999rem) {
	.mogu nav.ax-nav-fold~main>.outer,.outer {
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box
	}
}

@media screen and (max-width:500px) {
	.mogu nav.ax-nav-fold~main>.outer,.outer {
		padding: 0 5px
	}
}

#home .ax-swiper {
	height: 300px
}

@media screen and (max-width:500px) {
	#home .ax-swiper {
		height: 180px
	}
}

#home .ax-slide {
	width: 100%;
	height: 100%;
	background-color: #fff
}

#home .ax-swiper .ax-wrapper {
	background-color: #fff
}

#home .ax-slide a {
	width: 100%;
	height: 100%
}

#home .ax-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

@media screen and (max-width:900px) {
	.mogu .ax-padding {
		padding: 1.4rem .5rem
	}

	#mogu-post.ax-flex-row.ax-split>[class*=ax-flex-block],#mogu-top.ax-flex-row.ax-split>[class*=ax-flex-block],.seogo-post.ax-flex-row.ax-split>[class*=ax-flex-block] {
		width: 100%
	}

	#mogu-post.ax-flex-row[class*=ax-split],#mogu-top.ax-flex-row[class*=ax-split],.seogo-post.ax-flex-row[class*=ax-split] {
		display: block
	}

	#mogu-top .ax-gutter-xl {
		width: 1.4rem
	}
}

#mogu-search .ax-item-block {
	background-color: #fff;
	width: 100%
}

#mogu-search .form-control {
	background-color: #f1f5f8;
	border: none
}

#mogu-search .search-tab {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	position: relative;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap
}

#mogu-search .search-tab a {
	font-size: 1.2rem;
	color: #666;
	flex-shrink: 0;
	margin: 0 .5rem .5rem 0
}

#mogu-search .search-tab a.search-link {
	border-radius: 4rem;
	padding-left: 1.75rem;
	padding-right: 1.75rem
}

#mogu-search .search-tab a.search-link.active,#mogu-search .search-tab a.search-link:hover {
	background-color: #198cff;
	border-color: #198cff;
	color: #fff!important
}

#mogu-post .ax-from,.seogo-post .ax-from {
	font-size: 1.1rem;
	display: block
}

#mogu-post .post-item .ax-from,.seogo-post .post-item .ax-from {
	position: absolute;
	bottom: 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

#index-cat {
	background-color: #fff;
	min-height: 300px
}

@media screen and (min-width:901px) {
	#index-cat {
		max-width: 35%
	}
}

#index-cat .item {
	width: 100%;
	background-color: #fff;
	color: #666
}

#index-cat .h01 {
	text-align: center;
	margin: 1rem 0
}

#index-cat .h02 {
	font-size: 1.2rem;
	text-align: center
}

#index-cat .ax-iconfont {
	font-size: 2.9rem
}

@media screen and (max-width:1024px) and (min-width:901px) {
	#index-cat .ax-iconfont {
		font-size: 2.4rem
	}

	#index-cat .h02 {
		font-size: .9rem
	}
}

#mogu-spec .ax-card-block {
	border: none;
	box-shadow: none
}

#mogu-spec .ax-card-block .ax-des {
	color: #999;
	font-size: 1rem
}

#mogu-spec .ax-card-block .ax-title a {
	font-size: 1.3rem;
	color: #666
}

#mogu-spec .ax-card-block {
	padding: .8rem
}

#mogu-spec .ax-img {
	height: unset
}

#mogu-spec .ax-img a {
	padding-bottom: 20rem
}

@media screen and (max-width:900px) {
	#mogu-spec .ax-img a {
		padding-bottom: 30rem
	}
}

#mogu-index .mogu-card .ax-card-block {
	padding: 0;
	border-radius: .5rem!important
}

@media screen and (min-width:80rem) {
	#mogu-index .outer {
		max-width: 50%
	}
}

#mogu-index .ax-img {
	margin-bottom: 0;
	border-radius: .5rem!important;
	height: 16rem
}

#mogu-index .mogu-card .ax-ell-title {
	font-size: 1.9rem
}

#mogu-index .mogu-card .ax-title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff
}

@media screen and (max-width:359px) {
	.ax-grid-table.ax-split-2 .ax-grid-block,.ax-grid.ax-split-2 .ax-grid-block {
		width: 100%
	}
}

#mogudh li,.seogodh li {
	position: relative
}

#mogudh .mogu-link,.seogodh .mogu-link {
	position: absolute;
	top: 1.5rem;
	right: 2rem;
	color: #999;
	opacity: .4;
	font-size: 1rem
}

#mogudh .mogu-link .ax-iconfont,.seogodh .mogu-link .ax-iconfont {
	font-size: 1.1rem
}

#mogudh .mogu-link:hover,.seogodh .mogu-link:hover {
	color: #111;
	opacity: 1
}

#mogudh .ax-item-block,.seogodh .ax-item-block {
	background-color: #fff;
	border-radius: .3rem;
	box-sizing: border-box;
	position: relative;
	transition: all .2s linear
}

.ax-card-block .ax-title,.ax-item-block .ax-title {
	color: #666
}

#mogudh .ax-item-block:hover,.seogodh .ax-item-block:hover {
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.1)
}

#mogudh .ax-img,.seogodh .ax-img {
	float: left;
	width: 3.6rem;
	height: 3.6rem;
	object-fit: cover;
	border-radius: 50%;
	margin-right: 1rem!important;
	margin-left: 0!important
}

#mogudh .ax-ell-title,.seogodh .ax-ell-title {
	font-size: 1.2rem;
	line-height: 1.8rem
}

#mogudh .ax-ell-des,.seogodh .ax-ell-des {
	font-size: 1rem;
	color: #999;
	line-height: 1.8rem
}

#mogu-down .ax-item-block,#mogu-post .ax-item-block,.seogo-down .ax-item-block,.seogo-post .ax-item-block {
	background-color: #fff
}

#mogu-down .ax-item-block:hover,#mogu-post .ax-item-block:hover,.seogo-down .ax-item-block:hover,.seogo-post .ax-item-block:hover {
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.1)
}

#mogu-down .down-img,.seogo-down .down-img {
	display: block;
	float: left;
	width: 4.5rem;
	height: 4.5rem;
	overflow: hidden;
	object-fit: cover;
	border-radius: .3rem
}

#mogu-down .ax-title,#mogu-post .ax-title .ax-ell-title,.seogo-down .ax-title,.seogo-post .ax-title .ax-ell-title {
	font-size: 1.3rem;
	color: #666
}

#mogu-down div.ax-ell-des,#mogu-post .ax-ell-2-des,.seogo-down div.ax-ell-des,.seogo-post .ax-ell-2-des {
	font-size: 1rem;
	color: #999
}

#mogu-post .ax-color-des,#mogu-post .ax-color-des [class*=font],#mogu-post .ax-color-des svg,.seogo-post .ax-color-des,.seogo-post .ax-color-des [class*=font],.seogo-post .ax-color-des svg {
	color: #999
}

#mogu-down .content,.seogo-down .content {
	font-size: 1rem;
	color: #888
}

#mogu-down .ax-item-block a,.seogo-down .ax-item-block a {
	width: 100%
}

#mogu-movie .ax-card-block,.seogo-movie .ax-card-block {
	padding: .4rem;
	position: relative;
	border: none
}

#mogu-movie .ax-card-block .ax-title,.seogo-movie .ax-card-block .ax-title {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-image: -webkit-gradient(linear,left top,left bottom,from(rgb(6 6 8/0%)),color-stop(97%,rgb(6 6 8/78%)));
	background-image: linear-gradient(-180deg,rgb(6 6 8/0%),rgb(6 6 8/78%) 97%)
}

#mogu-movie .ax-card-block .ax-title a,.seogo-movie .ax-card-block .ax-title a {
	color: #fff;
	font-size: 1.2rem;
	line-height: 2rem
}

#mogu-movie .ax-card-block .ax-img,.seogo-movie .ax-card-block .ax-img {
	margin-bottom: 0;
	height: unset!important
}

.movie-img {
	padding-bottom: 150%
}

#mogu-movie .mogu-cat,.seogo-movie .mogu-cat {
	position: absolute;
	top: 1rem;
	right: 1rem;
	z-index: 2;
	color: #fff;
	font-size: 1rem
}

#mogu-movie .mogu-cat a,.seogo-movie .mogu-cat a {
	color: #fff;
	background: rgb(6 6 8 / 35%);
	border-radius: .3rem;
	padding: 0 .6rem;
	height: 2rem;
	line-height: 2rem
}

#mogu-movie .mogu-cat a:hover,.seogo-movie .mogu-cat a:hover {
	background-color: #198cff
}

.ax-backtop .ax-item {
	background-color: #fff
}

@media screen and (max-width:900px) {
	.ax-backtop,.mogu-view {
		display: none
	}
}

.ax-scrollnav-v {
	background-color: rgba(255,255,255,.9)!important;
	border: 1px solid #ebebeb;
	border-radius: .3rem;
	top: 25%!important
}

.ax-scrollnav-v.ax-hide {
	background-color: rgba(255,255,255,.1)!important
}

@media screen and (max-width:114rem) {
	.ax-scrollnav-v {
		display: none
	}

	.ax-scrollnav-v.ax-hide .ax-close {
		color: #fff;
		text-align: right;
		width: 44px;
		height: 44px;
		border-radius: 44px;
		line-height: 44px;
		border-width: 0;
		background-color: #198cff;
		padding: 0 4px;
		transform: translate(50%,-50%) rotate(180deg);
		position: fixed;
		right: 0;
		top: 50%
	}
}

aside {
	width: 300px
}

@media screen and (max-width:1200px) {
	aside {
		width: 230px
	}
}

@media screen and (max-width:1000px) {
	aside {
		width: 200px
	}
}

@media screen and (max-width:767px) {
	aside {
		width: 100%
	}
}

.aside {
	border-radius: .3rem;
	background-color: #fff;
	box-sizing: border-box;
	padding: .8rem;
	position: relative
}

.aside .hot {
	line-height: 4.4rem;
	padding: 0 .8rem;
	color: grey
}

.aside .ax-info-block {
	padding-left: .8rem;
	padding-right: .8rem
}

.aside .inner {
	box-sizing: border-box;
	position: relative
}

.aside .swicth {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	line-height: 4.4rem;
	color: #666
}

.aside .swicth a {
	padding: 0 1rem;
	position: relative
}

.aside .swicth a:after {
	width: 1px;
	height: 1rem;
	background-color: #b3b3b3;
	right: 0;
	top: 50%;
	margin-top: -.5rem;
	position: absolute;
	content: ''
}

.aside .swicth a:last-child:after {
	display: none
}

.aside .aside-dh {
	padding-left: .8rem;
	padding-right: .8rem;
	box-sizing: border-box
}

.aside .ax-card-block {
	color: #666;
	line-height: 3rem;
	padding: .2rem;
	background-color: #f5f6f7;
	border: none
}

@media screen and (max-width:500px) {
	.aside .ax-card-block .ax-title {
		padding: 0
	}
}

.aside .ax-card-block .ax-heads img {
	width: 2rem;
	height: 2rem;
	object-fit: cover;
	border-radius: 100%;
	border: 1px solid #fff;
	margin-right: .2rem;
	margin-left: .2rem
}

.mogu-aside .ax-grid.ax-space-sm {
	margin: 0 auto
}

.aside-dh .ax-card-block .ax-title {
	width: calc(100% - 3rem);
	font-weight: 500;
	font-size: 1.1rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

#aside-ad a {
	width: 100%
}

#aside-ad img {
	width: 100%;
	height: auto
}

input[type=radio] {
	-webkit-appearance: none
}

#search {
	position: relative;
	color: #666;
	width: 100%
}

.search-group {
	display: none
}

.search-group.s-current {
	display: block
}

.search-group.s-current .search-type {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	position: relative;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.search-group .type-text {
	position: absolute;
	left: 0;
	font-size: 1.4rem;
	line-height: 3rem;
	padding-left: .8rem
}

.search-group .type-text:after {
	position: absolute;
	top: 1.4rem;
	right: 1.5rem;
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: 4px solid transparent
}

.search-group .metaColor:after {
	border-top-color: #778b9e
}

.search-group ul.search-type {
	white-space: nowrap
}

.search-group ul.search-type li {
	display: inline-block
}

.search-group ul.search-type li label {
	display: inline-block;
	padding: .15rem 1.5rem;
	font-size: 1.2rem;
	line-height: 2.8rem;
	border-radius: .5rem .5rem 0 0;
	cursor: pointer
}

.search-type li label:hover {
	color: #198cff;
	background-color: #f5f6f7
}

#search-list {
	position: relative
}

.s-type {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 13
}

.s-type .type-text {
	display: block;
	height: 3.5rem;
	cursor: pointer
}

.s-type .s-type-list {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 52px;
	padding: 12px 0;
	border-radius: 4px;
	box-shadow: 2px 2px 8px rgba(0,0,0,.3)
}

.s-type .s-type-list:before {
	position: absolute;
	top: -1.5rem;
	left: 1rem;
	content: ' ';
	display: block;
	width: 0;
	height: 0;
	border: 10px solid transparent
}

.s-type .s-type-list label {
	display: block;
	font-size: 14px;
	line-height: 32px;
	text-align: center;
	color: #eee;
	cursor: pointer
}

.s-type:hover .s-type-list {
	top: 40px;
	opacity: 1;
	visibility: visible
}

#super-search-fm {
	display: flex
}

#super-search-fm #search-text {
	flex-grow: 1;
	border: 0;
	width: auto
}

#super-search-fm #search-text:focus {
	outline: 0;
	webkit-box-shadow: none;
	box-shadow: none
}

.s-type-list {
	background-color: #1f2f3e
}

.bookBuy .s-type-list:before,.s-type .s-type-list:before {
	border-bottom-color: #1f2f3e
}

.s-type,.s-type .s-type-list,span.type-text {
	width: 6rem
}

.search-group {
	padding-left: 6rem
}

#search-text,ul.search-type li input:checked+label {
	background-color: #f5f6f7
}

.search-group ul.search-type li input:checked+label {
	color: #198cff
}

.slBtn {
	text-align: center;
	display: inline-block;
	min-width: 12rem;
	position: relative;
	border: none
}

#search-text {
	max-width: calc(100% - 12rem)
}

.slBtn:focus,.slBtn:hover {
	background-color: #0068d1
}

.mainBg {
	background-color: #198cff
}

.mainBg {
	color: #fff
}

.set-check {
	display: none
}

@media only screen and (max-width:1024px) {
	#search .slBtn {
		min-width: 7rem
	}

	#search-text {
		max-width: calc(100% - 7rem)
	}
}

#mogu-post .ax-filter .ax-item .ax-text a,.seogo-post .ax-filter .ax-item .ax-text a {
	font-size: 1.2rem;
	border-radius: .3rem;
	padding: .2 .7rem;
	margin-right: .2rem
}

@media screen and (max-width:767px) {
	#mogu-post .ax-flex-row.ax-split>[class*=ax-flex-block] {
		width: 100%
	}

	#mogu-post .ax-flex-row[class*=ax-split] {
		display: block
	}
}

.mogu-content {
	background-color: #fff;
	word-break: break-all
}

.mogu-content p a {
	color: #198cff
}

.mogu-content p a:hover {
	color: #0068d1
}

#mogu-zan {
	justify-content: center;
	align-items: center;
	text-align: center;
	white-space: nowrap
}

.zan-title {
	font-size: 1.1rem;
	opacity: .8
}

.zan_on,.zan_on [class*=font] {
	color: #b3b3b3!important
}

.zan_on [class*=font]:hover,.zan_on:hover {
	color: #fff!important
}

.ax-primary.zan_on {
	background-color: #f5f6f7
}

#mogu-tag a {
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	padding: 0 1rem;
	border: 1px solid #ebebeb;
	border-radius: .3rem;
	font-size: 1.2rem;
	line-height: 2.4rem;
	color: #1063b7;
	background-color: #f0f7ff;
	border-color: #d7e7f5
}

#mogu-tag a:hover {
	background-color: #198cff;
	color: #f0f7ff
}

.mogu nav.ax-nav-fold .ax-nav-main .ax-nav-search {
	display: none
}

.ax-comment .ax-item .ax-name {
	color: #111
}

.reply2view {
	border-radius: 5px;
	padding: .5rem;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.2rem;
	animation: ran 20s linear infinite;
	background: repeating-linear-gradient(145deg,#f2f2f2,#f2f2f2 15px,#fff 0,#fff 30px);
	color: #777
}

@keyframes ran {
	from {
		backgroud-position: 0 0
	}

	to {
		background-position: 1000px 0
	}
}

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

.mogu-post img.mogu-img {
	display: block;
	margin: 0 auto
}

@media screen and (min-width:1024px) {
	.mogu-post img.mogu-img {
		max-width: 60%
	}
}

.mogudh-img {
	width: 3.6rem!important;
	height: 3.6rem!important;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%)
}

.mogudh-img img {
	border-radius: 50%;
	object-fit: cover
}

.privacy {
	display: flex;
	align-items: center
}

.privacy-btn {
	display: flex;
	align-items: center
}

.privacy-text {
	font-size: 12px;
	padding-left: 5px
}

.privacy input[type=checkbox] {
	display: none
}

.privacy input[type=checkbox]+label {
	display: inline-block;
	width: 30px;
	height: 16px;
	position: relative;
	-webkit-transition: .3s;
	transition: .3s;
	box-sizing: border-box
}

.privacy input[type=checkbox]+label:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 16px;
	height: 16px;
	-webkit-transition: .3s;
	transition: .3s;
	cursor: pointer
}

.privacy #inset:checked+label.green {
	background: #ddd
}

.privacy #inset:checked+label.green:after {
	background: #f1404b
}

.privacy #inset:checked+label:after {
	left: calc(100% - 14px)
}

.privacy #inset+label {
	background: #ddd;
	border-radius: 20px;
	margin: 0
}

.privacy #inset+label:after {
	background: #fff;
	border-radius: 50%;
	width: 12px;
	height: 12px;
	top: 2px;
	left: 2px
}

.comment-list {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	list-style: none;
	margin-top: 2rem
}

.comment-list-box {
	display: flex;
	flex: 1 1 auto;
	margin: 0 0 1.5rem
}

.comment-author {
	flex: 1 1 auto;
	font-weight: 500;
	font-size: 14px
}

.comment_admin .ax-badge {
	font-size: .5rem
}

.comment-excerpt {
	font-size: 14px;
	line-height: 1.5;
	margin: .5rem 0;
	background-color: #f5f6f7;
	padding: .5rem .75rem;
	word-wrap: break-word
}

.comment-excerpt a {
	color: #198cff;
	font-size: 1rem;
	padding: 0 .4rem
}

.comment-excerpt a:hover {
	color: #0968c7
}

.comment-excerpt p {
	line-height: inherit;
	margin: 0;
	word-wrap: break-word;
	word-break: break-all;
	color: #777;
	padding: .5rem .8rem
}

.comment-meta {
	font-size: 1rem
}

.comment-meta i {
	font-size: 1rem
}

.comment-admin,.comment-admin a,.comment-admin span {
	height: 2.2rem;
	line-height: 2.2rem;
	vertical-align: middle;
	font-size: 1.3rem
}

.comment-admin a {
	color: #198cff
}

.comment-admin a:hover {
	color: #0968c7
}

#cancel-comment-reply-link {
	display: inline!important
}

.comment-excerpt img {
	max-width: 100%;
	max-height: 18rem
}

.comment-excerpt img.biaoqing,.cross-excerpt img.biaoqing {
	display: inline;
	margin: 0;
	width: auto;
	max-width: 6.25rem
}

.comment-excerpt img.biaoqing.quyin,.cross-excerpt img.biaoqing.quyin {
	margin-bottom: -.125rem;
	min-height: 2.5rem;
	height: 1em
}

.comment-excerpt img.biaoqing.paopao,.cross-excerpt img.biaoqing.paopao {
	margin-bottom: -.25rem;
	min-height: 1.875rem;
	height: 1em
}

.comment-excerpt img.biaoqing.alu,.cross-excerpt img.biaoqing.alu {
	margin-bottom: -.3125rem;
	min-height: 2.0625rem;
	height: 1em
}

.comment-children {
	padding-left: 2rem
}

.comment-children .comment-children {
	padding-left: 0
}

.hideContent {
	position: relative;
	overflow: hidden
}

.hideContent_box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	filter: blur(25px);
	text-align: center;
	border-radius: 4px;
	overflow: hidden
}

.hideContent_text {
	padding: .5rem;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	animation: ran 20s linear infinite;
	background: repeating-linear-gradient(145deg,#f2f2f2,#f2f2f2 15px,#fff 0,#fff 30px);
	color: #777
}

.simi {
	background-color: #f5f6f7
}

.ax-pagination * {
	display: block
}

.not-found {
	color: #198cff;
	opacity: .4;
	font-size: 14em;
	margin: 0;
	line-height: 1
}

.logo-w {
	display: none
}

.mogu.black .logo-b {
	display: none
}

.mogu.black .logo-w {
	display: block
}

.mogu.black nav {
	background-color: #111
}

.black nav .ax-menu li a {
	color: #999
}

.mogu.black nav .ax-nav-header .ax-close-nav {
	background-color: #111
}

.black .ax-menu a.ax-selected[aria-child=false],.black nav .ax-menu a.ax-selected[aria-child=false] .ax-legend {
	color: #fff
}

.black nav .ax-menu>li:before {
	background-color: #fff
}

.black nav .ax-menu li:hover>a .ax-arrow,.black nav .ax-menu li:hover>a .ax-legend,.black nav .ax-menu li:hover>a .ax-name {
	color: #fff
}

.black nav .ax-menu.ax-menu-dark a.ax-selected[aria-child=false] {
	color: #fff
}

.black nav .ax-menu a.ax-selected[aria-child=false] .ax-legend {
	color: #fff
}

.black nav .ax-menu.ax-style-dot a.ax-selected[aria-child=false]:before {
	background-color: #fff
}

.black nav .ax-menu li:hover>a.ax-selected[aria-child=false] .ax-legend,.black nav .ax-menu li:hover>a.ax-selected[aria-child=false] .ax-name {
	color: #fff
}

@media screen and (max-width:899px) {
	.mogu.black nav.ax-nav-fold .ax-nav-header .ax-close-nav {
		background-color: #fff
	}
}
