	a {
		color: #404040;
	}
	a:hover{
		color:#F94E3F ;
	}
	i{
		font-style: normal;
	}
	.hovera1{
		transition: .2s;
	}
	.hovera1:hover {
		color: #F94E3F;
	}
	.hovera2:hover {
		color: #fff;
		opacity: .7;
	}
	.hoverboxs:hover{
		box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
	}
	.overflowh{
		overflow: hidden;
	}
	.overflowh.notab .posiflex{
		display: none;
	}
	
	h1,h2,h3,h4,h5,h6{
	font-family: Microsoft YaHei;
	}
	
	.lineh-24{
		line-height: 24px;
	}
	.lineh-2{
		line-height: 2;
	}
	.h25{height: 25px;line-height: 25px;}
	.bradius5{border-radius: 5px;}
	
	.w878{width: 878px;}
	.w848{width: 848px;}
	.w300{width: 300px;}
	.w302{width: 302px;}
	.w25{width: 25%;}
	.w45{width: 45%;}
	.w33{width: 33.33%;}
	.w50{width: 50%;}
	.w700{width: 700px;}
	.w408{width: 408px;}
	.h51{height: 51px;}
	
	/* 字体大小 */
	.fsz12{font-size: 12px;}
	.fsz13{font-size: 13px;}
	.fsz14{font-size: 14px;}
	.fsz16{font-size: 16px;}
	.fsz18{font-size: 18px;}
	.fsz20{font-size: 20px;}
	.fsz22{font-size: 22px;}
	.fsz24{font-size: 24px;}
	.fsz28{font-size: 28px;}
	.fwblod{font-weight: bold;}
	.fwno{font-weight: normal;}
	
	
	/* 字体颜色 */
	.colorfff{	color: #fff;	}
	.color8D{	color: #8D8D8D;	}
	.color40{	color: #404040;	}
	.color9a{	color: #9A9A9A;	}
	.color60FC{	color:#60A9FC;	}
	.color20{	color:#202020;	}
	.color7E33{	color:#FD7E33;	}
	.colorF94E{	color:#F94E3F;	}
	.txtcenter{
		text-align: center;
	}
	
	
	/* 边距 */
	.mg20 {		margin: 20px;	}
	.mg-bottom-50 {		margin-bottom: 50px;	}
	.mg-r-10 {		margin-right: 10px;	}
	.mg-l-10 {		margin-left: 10px;	}
	.mg-l-305 {		margin-left: 305px;	}
	.mg-l-290 {		margin-left: 290px;	}
	.mg-l-200 {		margin-left: 200px;	}
	/*#patch_lists .mg-l-200 {margin-left: 50px;	}*/
	.mg-l-160{margin-left: 160px;}
	.mg-l-145 {		margin-left: 145px;	}
	.mg-bt-5{ margin-bottom: 5px;}
	.mg-bt-10{ margin-bottom: 10px;}
	.mg-bt-15{ margin-bottom: 15px;}
	.mg-bt-17{ margin-bottom: 17px;}
	.mg-bt-20 {		margin-bottom: 20px;	}
	.mg-bt--20 {		margin-bottom: -20px;	}
	.mg-lrb-20 {		margin:0 20px 20px 20px;	}
	.mg-bt-25 {		margin-bottom: 25px;	}
	.mg-bt--25 {		margin-bottom: -25px;	}
	.mg-bt-26 {		margin-bottom: 26px;	}
	.mg-bt-30 {		margin-bottom: 30px;	}
	.mg-bt-50 {		margin-bottom: 50px;	}
	.mg-lr-20{	margin:0 20px;	}
	.mg-lr--20{	margin:0 -20px;	}
	.mg-lr-15{	margin:0 15px;	}
	.mg-r-12{	margin-right: 12px;	}
	.mg-r-70{	margin-right: 70px;	}
	.pd-tb20{	padding: 20px 0;	}
	.pd-tb22{	padding: 22px 0;	}
	.pd-tb10{	padding: 10px 0;	}
	.pd-bt5{	padding-bottom: 5px;	}
	.pd-bt10{	padding-bottom: 10px;	}
	.pd-bt20{	padding-bottom: 20px;	}
	.pd-bt15{	padding-bottom: 15px;	}
	.pd-bt40{	padding-bottom: 40px;	}
	.pd-top10{	padding-top: 10px;	}
	.pd-tb13{	padding: 13px 0;	}
	.pd-tb12{	padding: 12px 0;	}
	.pd-lr20{	padding:  0 20px;	}
	.pd-lr25{	padding:  0 25px;	}
	.pd-tb1020{	padding:  10px 0 20px 0;	}
	.pd-tb2540{	padding:  25px 0 40px 0;	}
	.pd-2025{	padding:  20px 25px;	}
	.pd20{	padding: 20px;	}
	.pd15{	padding: 15px;	}
	.pd2010{	padding: 20px 10px;	}
	
	

	
	/* 背景 g绿色 o橙色 p紫色 b蓝色 */
	.wellg,.wello,.wellp,.wellb,.wellp1,.wellp2,.welly,.wellb2{
		color: #FFFFFF;
		text-align: center;
		border-radius: 5px;
		padding: 0 10px;
		display: inline-block;
	}
	.wellg{		background-color: #9cd55b;	}
	.wello{		background-color: #ffad7d;	}
	.wellp{		background-color: #b6acfb;	}
	.wellb{		background-color: #93c5fe;	}
	.wellp1{	background-color: #fca59e;	}
	.wellp2{	background-color: #f897c4;	}
	.welly{		background-color: #F9C458;	}
	.wellb2{	background-color: #60cacb;	}
	.bgcfff{	background-color: #fff;		}
	.bgcf94{	background-color: #F94E3F;	}
	.bgcfd7e{	background-color: #FD7E33;	}
	.bgca59c{	background-color: #A59CE3;	}
	.bgc60a9{	background-color: #60A9FC;	}
	.gbcf7{background-color: #F7F7F7;}
	.gbcF9C4{background-color: #F9C458;}
	
	.traslateY0{
		transform: translateY(0%)
	}
	
	/* 行数限制 */
		/* 单行 */
	.textof-1{
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
		/* 多行 */
	.textof-2{
		overflow:hidden;
		display:-webkit-box; 
		-webkit-box-orient:vertical; 
		-webkit-line-clamp:2; 
		text-overflow:ellipsis;
	}	
	.gametype-info .textof-2{
		height:52px;
	}
	.textof-2-3{
		-webkit-line-clamp:3; 
	}	
	.textof-2-4{
		-webkit-line-clamp:4; 
	}	
	.textof-2-5{
		-webkit-line-clamp:5; 
	}	

	/* 右小三角 */
	.look-icon{
		position: relative;
		float: right;
		margin-right: 20px;
	}
	.look-icon::after{
		content: '';
		display: inline-block;
		border: 3px solid #93c5fe;
		border-left-color: transparent ;
		border-bottom-color: transparent ;
		transform: rotateZ(45deg);
		position: absolute;
		right: -6px;
		top:6px;
	}
	
	/* 左图右文通用 */
	.picall{
		position: relative;
		/*overflow: hidden;*/
		float: left;
		margin-right: 15px;
		border-radius: 10px;
	}
	.picall img{
		width: 100%;
		height: 100%;
	}
	.ul-gametype-list .con .gametype-lprt .picall img{
		border-radius: 10px;
	}
	.m-txt-detail .txt p a,.m-txt-detail .txt span a{color:#60A9FC;}

	.ul-list-game .con .lprt .txt .tit{
		width: 450px;
		height: 24px;
		line-height: 24px;
		overflow: hidden;
	}
	.hidden{display:none;}
	.m-detail-desc a{color:#60A9FC;}
.m-page-list{
    margin: 0 auto;
    display: table;
}
.m-page-list .mg-l-200{margin-left: 0px;}
.patch-tool .tit span a{width: 88%;display: inline-flex;}
.right_pic_bak{margin-bottom: 20px;}

.col-c .row-a4-1 .ul-small-lprt .w50 .con .picall a img{border-radius: 10px;}
.flml18{float:left;margin-left:18px;}


.col-r .ul-small-lprt .pic img{border-radius:10px;}
.ul-updata-list .info .pic img{border-radius:5px;}

.inlink_p span{display: table;line-height:30px;text-indent: 0em;}
.inlink_head_p{text-align: center;}
.inlink_div h4 {
    font-weight: bold;
    font-family: Source Han Sans CN;
    background: url(../images/text/line1.png) no-repeat 0 center;
    background-size: 6px auto;
    padding-left: 17px;
    margin-bottom: 10px;
    font-size: 18px;
}