@charset "utf-8";
body{
        /* 初始化 */
    width: 100%;
    min-width: 320px;
    max-width: 960px;
    margin: 0 auto;
    font-family: -apple-system, Helvetica, sans-serif;
    font-size: 14px;
    color: black;
    line-height: 1.5;
    background-color: #f6f6f6;
    /* margin-bottom: 20px; */
    padding-bottom: 45px;
	background-color: #f6f6f6;
	margin: auto;
}
* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #222;
}

button {
    border: none;
    outline: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

div {
    box-sizing: border-box;
}
.shuoming1{
    //box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    border-radius: 15px;
    background-color: #ffffff;
    margin: 20px 15px;
    padding: 10px 0px;

}
.shuoming1 a{
    display: block;
    border-bottom: 1px solid #ddd;
    margin: 0 20px;
    padding: 13px 0;
    padding-bottom: 5px;

    color: #545454;
    font-weight: 400;
    font-size: 14px;
    display: flex;
    align-items: center;
    position: relative;
    align-self: center;
}
.shuoming1 a:nth-last-child(1){
    border-bottom: none;
}
.shuoming1 img{
    width: 18px;
    height: 18px;
    margin-right: 5px;

}

.shuoming1 .sign:after{
    content: " ";
    display: inline-block;
    height: 6px;
    width: 6px;
    border-width: 2px 2px 0 0;
    border-color: #b1b1b1;
    border-style: solid;
    transform: matrix(0.71,0.71,-0.71,0.71,0,0);
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 2px;
    border-radius: 1px;

}

.qita_title{
    font-size: 16px;
    font-weight: 700;
    text-shadow: 0 2px 2px rgba(0, 0, 0, .3);
    color: #000;
    margin-left: 20px;
    /* margin-bottom: 10px; */
}

.content{
	background: #f6f6f6;
	margin-top: 70px;
	margin-left: auto;
	margin-right: auto;
}
.content h3{
	color: #000000;
	padding-bottom: 10px;
	text-align:center;
}

.zhihuTopMenu{
	z-index:9;
	width: 100%;
max-width: 960px;
	height: 56px;
	background-color: #f6f6f6;
	position: fixed;
	top:0;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}


.zhihuLogo{
	z-index:999;
	align-self: center;
	height: 40px;
	display: flex;
	flex-direction: row;
	margin-left: 12px;
	cursor: pointer;
}

.logo_zhihu{
	margin-top:6px;
	margin-left:22px;
	margin-right:0px;
	float:left;
	background-color:rgba(0,0,0,0.00);
	background-image:url(../images/touch-icon-iphone.png);
	border-radius:30px;
	background-size:contain;
	background-repeat:no-repeat;
	height:28px;
	width:28px;
	}

.zhihuImg{
	z-index:999;
	align-self: center;
	display: block;
	height: 28px;
	margin-left: 10px;
	border-radius: 20px;
}

.zhihuName{
	z-index:999;
	align-self: center;
	display: block;
	width: 100px;
	height: 28px;
	line-height: 28px;
	font-weight: bolder;
	margin-left: 6px;
	font-size: 16px;
}

.shuoming{
		text-align: center;
		font-size: 12px;
		color: #d8d8d8;
		width: 100%;
		display: block;
		margin-top: 40px;
		line-height: 20px;
		padding-bottom: 0px;
	}

.wrap{
	width: auto;
	height: auto;
	margin:0 15px 15px;
	background-color: #ffffff;
	border-radius: 15px;
	padding: 15px;
}
.wrap-title{
	font-size: 18px;
	color: #000000;	
	text-align:center;
}
.wrap-content{
	color: #000000;
	font-size: 15px;
	margin: 10px 0px 10px;
	text-align:center;
	font-weight: bolder;
}
.wrap-game{
	width: auto;
	height: auto;
	margin:0 15px 15px;
	background-color: #ffffff;
	border-radius: 15px;
	padding: 10px;
}
.wrap-game-content{
	color: #616264;
	font-size: 14px;
	margin: 5px 0px 5px;
	text-align:center;
}

.wrap-grids{
	position: relative;
	overflow: hidden;
	background-color: #ffffff;
	border-radius: 15px;
	padding: 20px 0px;
	margin:0 15px 15px;
}

.wrap-grid{
	position: relative;
	float: left;
	/* width: 33.33333333%; */
	width: 25%;
	box-sizing: border-box;
}

.grid-icon{
	width: 60px;
	height: 60px;
	margin: 0 auto;
}
.grid-icon img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius:15px;
}
.grid-label {
  display: block;
  text-align: center;
  color: #000;
  font-size: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 5px 0 10px 0;
}
.auth_msg_wrp{
    margin:0 15px 15px!important;
	background-color: #ffffff!important;
	border-radius: 15px!important;
	padding: 15px!important;
    height: 40%!important;
}

.auth_global_tips{
	font-size: 14px!important;
	color: #000000!important;
}
.auth_msg{
	margin-top: 0!important;
}
.auth_msg_bd{
	display:none!important;
	margin-top:0px!important;
}
.auth_rights_tips{
	display:none!important;
	margin-top:0px!important;
}
.auth_msg_ft_link{
	display:none!important;
}
.auth_nickname{
	color: #000000!important;
	padding-top: 10px;
}
.index_tips{
	color:#616264;
	padding:20px;
	margin:0 15px 15px;
	background-color: #ffffff;
	border-radius: 15px;
}
.index_tips h2{
	font-size:18px;
	padding-bottom:10px;
	color:#000
}
.index_tips ol{
	padding-left:16px
}
.index_tips li{
	line-height:2;
	font-size:14px
}
.index_tips li span{
	color:#ee5e55
}

@media (prefers-color-scheme: dark) {
body{
	background-color: #101010;
}
.content{
	background: #1b1f24;
}
.content h3{
	color: #fff;
}
.wrap{
	background-color: #1c1d1e;
}
.auth_msg_wrp{
	background-color: #1c1d1e!important;
}
.wrap-grids{
	background-color: #1c1d1e;
}
.wrap-title{
	color: #fff;
}
.wrap-content{
	color: #b9b9b9;
}
.wrap-game{
	background-color: #1c1d1e;
}
.wrap-game-content{
	color: #b9b9b9;
}

.grid-label {
	color: #fff;
}
.footer{
	color: #8d8d8d;
}
.auth_global_tips{
	color: #fff!important;
}
.auth_nickname{
	color: #fff!important;
}
.index_tips{
	color: #b9b9b9;
	background-color: #1c1d1e;
}
.index_tips h2{
	color: #fff;
}
}















@charset "UTF-8";

.allnr{
		width: 100%;
		height: auto;
		display: block;
		max-width: 800px;
		margin-top:10px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.gonggao{
		width: auto;
		height: auto;
		margin-left: 20px;
		margin-right: 20px;
		background-color: #ffffff;
		border-radius: 20px;
		padding: 25px;
	}
	
	.ggtile{
		font-size: 18px;
		color: #000000;
		font-weight: 900;
		display: block;
		margin-top: 0px;
	}
	
	.ggnr{
		color: #616264;
		font-weight: normal;
		font-size: 14px;
		margin: 20px 0px 20px;
		display: block;
	}
	
	.jiaocheng{
		color: #3599ff;
		font-weight: 900;
		font-size: 14px;
		margin-top: 20px;
		display: block;
		text-decoration: none;
	}
	
	.gametit{
		font-size: 18px;
		color: #000000;
		font-weight: 900;
		display: block;
		margin-top: 0px;
		margin-left: 20px;
		margin-top: 50px;
		margin-bottom: 30px;
	}
	
	.gamelie{
		width: auto;
		height: auto;
		margin-left: 20px;
		margin-right: 20px;
		background-color: #ffffff;
		border-radius: 20px;
		padding: 15px 25px 10px 25px;
		position: relative;
		margin-bottom: 10px;
		cursor: pointer;
	}
	
	.icon{
		width: 50px;
		height: 50px;
		border-radius: 12px;
		display: inline-block;
	}
	
	.gamename{
		margin-left: 20px;
		line-height: 50px;
		display: inline-block;
		position: absolute;
		left: 80px;
		
	}
	
	.wechat{
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-top: 30px;
		margin-bottom: 30px;
		width: 70%;
		height: auto;
	}

@media (prefers-color-scheme: dark) {
    .gonggao{
		background-color: #292e32;
	}
	.ggtile{
		color: #fefefe;
	}
	.ggnr{
		color: #abbdcf;
	}
	.gametit{
		color: #fefefe;
	}
	.gamelie{
		background-color: #292e32;
	}
	
	.gamename{
		color:#fefefe;	
	}
	
}


/* 效果CSS开始 */
.mBan2 { overflow: hidden; }
.mBan2 .slideBox{ width:100%; height:auto; position:relative; }
.mBan2 .slideBox .bd{ position:relative; z-index:0;   }
.mBan2 .slideBox .bd ul,.slideBox .bd ul li{width:100%!important}
.mBan2 .slideBox .bd img{ width:100%; height:auto; display:block;  }
/* 效果CSS结束 */