@charset "utf-8";

/* CSS Document */

html,
body,
div,
span,
iframe,
map,
font,
img,
a img,
samp,
strong,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
b,
p,
blockquote,
a,
address,
code,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
tr,
td,
th {
	padding: 0;
	margin: 0;
	border: 0;
	font-weight: normal;
	font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
}

ol,
ul {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

input,
select {
	font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
}
body.on{
	overflow: hidden;
}

a:focus {
	outline: none;
}

a.hidefocus {
	outline: none
}

.fl {
	float: left;
}

.fr {
	float: right;
}

input[type=text],
input[type=submit],
input[type=button] {
	-webkit-appearance: none;
}

input {
	outline: none
}

.clearfix:after {
	display: block;
	content: "";
	clear: both;
	height: 0;
	overflow: hidden;
}

.clearfix {
	zoom: 1;
}

img {
	width: 100%;
	display: block;
}

body {
	min-width: 320px;
	max-width: 750px;
	position: relative;
	background-size: 100%;
	background: #fff;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.clear {
	clear: both;
}

/***隐藏滚动条***/
::-webkit-scrollbar{
	display: none;
}


div,
ul,
li,
input,
a,
textarea,
button,
p,
span {
	box-sizing: border-box;
	outline: none;
}
em,
i,
strong {
	font-style: normal;
}
body {-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
a {outline: none;-moz-outline-style: none; }

.content h1{display: none;}

.content .footer {
	overflow: hidden;
	background: #5A5A5A;
	padding: .2rem 0 .3rem 0;
}

.content .footer ul {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.content .footer ul li {
	font-size: .24rem;
	color: #fff;
	position: relative;
}

.content .footer ul li::after {
	content: '';
	width: 1px;
	height: .26rem;
	background: #fff;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.content .footer ul li:last-child::after {
	display: none;
}

.content .footer ul li a {
	color: #fff;
	padding: 0 .4rem;
}

.content .footer p {
	font-size: .24rem;
	color: #fff;
	margin-top: .24rem;
	text-align: center;
}


.header{
	overflow: hidden;
	width: 7.5rem;
	height: .85rem;
	background: #fff;
	z-index: 999999;
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header p{
	font-size: .32rem;
	color: #000000;
}

.header .left{
	display: block;
	width: .22rem;
	position: absolute;
	left: .29rem;
	top: 50%;
	transform: translateY(-50%);
}

.header .dot{
	display: block;
	width: 1rem;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	display: flex;
	z-index: 9999;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	transform: 0;
}
.header .dot img{
	width: .36rem;
}
.null{
	height: .75rem;
}

.header span{
	display: flex;
	align-items: center;
	height: 100%;
	font-size: .26rem;
	color: #8c8c8c;
	position: absolute;
	right: .29rem;
	top: 0;
}


.main_link_fade {
	overflow: hidden;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	left: 0;
	display: none;
	top: 0;
	z-index: 99999999;
}

.main_link_fade .box {
	overflow: hidden;
	width: 100%;
	background: #e6e6e6;
	padding: .7rem .3rem .44rem .3rem;
}

.main_link_fade .box .head {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.main_link_fade .box .head p {
	font-size: .3rem;
	color: #050505;
}

.main_link_fade .box .head img {
	width: .27rem;
}

.main_link_fade .box ul {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	margin-top: .23rem;
}

.main_link_fade .box ul li {
	overflow: hidden;
	width: 1.54rem;
	height: 1.54rem;
	background: #fff;
	border-radius: .25rem;
	margin-right: .24rem;
	margin-top: .25rem;
}

.main_link_fade .box ul li:nth-child(4n) {
	margin-right: 0;
}

.main_link_fade .box ul li a {
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding-top: .25rem;
}

.main_link_fade .box ul li a img {
	display: block;
	width: .55rem;
	margin: 0 auto;
	margin-bottom: .2rem;
}

.main_link_fade .box ul li a span {
	display: block;
	text-align: center;
	font-size: .24rem;
	color: #181818;
}

.no_result_mfkcn{
	text-align: center;
	background-color: #fff;
	padding-bottom: 1rem;
}

.no_result_mfkcn .no_pic{
    height: 4rem;
    width: 4rem; 
	margin: 0 auto;
	padding-top: 1rem;
}

.no_result_mfkcn .no_wenzi{
	font-size: 0.28rem;
	margin-top: 1rem;
	color: #666;
}