.g-main{
	background: #f2f2f2;
    position: relative;
}
.m-bd{
	width: 1180px;
	margin: 0 auto;
	overflow: hidden;
}
.sea-left{
	width: 830px;
    float: left;
	margin-top: 32px;
}
.sea-right{
	width: 318px;
    float: right;
	margin-top: 32px;
}
/* 搜索 */
.search-box{
	display: flex;
	height: 40px;
	margin-bottom: 12px;
	position: relative;
	z-index: 2;
}
.border{
	width:690px;
	position: relative;
}
.search-box .cho-sel{
	width: 96px;
	text-align: center;
	height: 38px;
	line-height: 38px;
	border-right: 1px solid #d8d8d8;
	border-radius: 4px 0px 0px 4px;
	font-size: 16px;
	color: #666666;
	position: absolute;
	left: 1px;
	top: 1px;
	cursor: pointer;
	padding-left: 8px;
}
.search-box .cho-sel em{
	width: 16px;
	height: 16px;
	background: url(../images/search/drop_down.png) no-repeat center 2px;
	background-size: 100%;
	display: inline-block;
	margin-left: 8px;
}
.search-box .cho-xz{
	border: 1px solid #999999;
	border-bottom-left-radius: 0px;
	left: 0px;
	top: 0px;
}
.search-box .cho-sel .sel-list{
	position: absolute;
	display: none;
	z-index: 13;
	left: -1px;
	top: 36px;
	width: 96px;
	padding: 4px 0 4px 24px;
	text-align: left;
	background: #ffffff;
	border: 1px solid #999999;
	border-top: none;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.16);
}
.search-box .cho-sel .sel-list li:hover{
	color: #E01212;
	cursor: pointer;
}
.search-box .cho-input{
	border: 1px solid #d8d8d8;
	width: 690px;
	height: 40px;
	line-height:40px;
	font-size: 16px;
	color: #181818;
	padding-left: 16px;
	padding-right: 16px;
	border-radius: 4px 0px 0px 4px;
}
.search-box .cho-input:focus-within {
    border: 1px solid #999999;
}
.search-box .cho-input::-ms-clear,.search-box .cho-input::-ms-reveal{
    display: none;
}
.search-box .cho-input::-webkit-input-safebox-button{
    display: none;
}
.search-box .cho-btn{
	width: 140px;
	height: 40px;
	line-height: 40px;
	background: #e01212;
	border: 1px solid #e01212;
	border-radius: 0px 4px 4px 0px;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	cursor: pointer;
}
.cho-close{
	width: 16px;
	height: 16px;
	background: url(../images/search/close.png) no-repeat center;
	background-size: 100%;
	cursor: pointer;
	position: absolute;
	right: 16px;
	top: 12px;
	display: none;
}
.search-box .cho-btn:hover{
	background: #f83d3d;
	border: 1px solid #f83d3d;
}
.search-box .cho-btn:active{
	background: #c91010;
	border: 1px solid #c91010;
}
.search-box .cho-no:hover,.search-box .cho-no:active{
	background: #e01212;
	border: 1px solid #e01212;
}
/* 筛选 */
.sifting{
	display: flex;
	justify-content: space-between;
	align-items:center;
	height: 24px;
	line-height: 24px;
	color: #666666;
	margin-bottom: 16px;
	position: relative;
	z-index: 1;
}
.sifting .sif-cond{
	font-size: 12px;
}
.sifting .sif-cond .con-fs{
	width: 96px;
	height: 24px;
	line-height: 22px;
	border: 1px solid #ECECEC;
	border-radius: 4px;
	color: #414141;
	padding: 0 18px 0 8px;
	margin-right: 24px;
	display: inline-block;
	vertical-align: middle;
	background: url(../images/search/drop_down.png) no-repeat right 4px center #ffffff;
	background-size: 16px 16px;
	cursor: pointer;
	position: relative;
	font-size: 12px;
	vertical-align: top;
}
.sifting .sif-cond .con-fs.sel-bor{
	border: 1px solid #999999;
}
.con-fs .pop-fs{
	position: absolute;
	top: 32px;
	left: -1px;
	background: #ffffff;
	width: 96px;
	border: 1px solid #d8d8d8;
	border-radius: 4px;
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.10);
	z-index: 10;
	display: none;
}
.con-fs .pop-fs:before{
	box-sizing: content-box;
	width: 0px;
	height: 0px;
	position: absolute;
	top: -10px;;
	right:8px;
	padding:0;
	border-bottom:5px solid #FFFFFF;
	border-top:5px solid transparent;
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	display: block;
	content:'';
	z-index: 12;
}
.con-fs .pop-fs:after{
	box-sizing: content-box;
	width: 0px;
	height: 0px;
	position: absolute;
	top: -12px;;
	right:7px;
	padding:0;
	border-bottom:6px solid #cccccc;
	border-top:6px solid transparent;
	border-left:6px solid transparent;
	border-right:6px solid transparent;
	display: block;
	content:'';
	z-index:10
}
.con-fs .pop-fs ul{
	padding: 8px 0;
}
.con-fs .pop-fs li{
	line-height: 32px;
	padding-left: 8px;
	font-size: 12px;
	color: #414141;
}
.con-fs .pop-fs li:hover{
	background: #f2f2f2;
	color: #e01212;
}
.sifting .sif-cond .con-fw,.con-fw .pop-fw{
	width: 181px;
}
.sifting .sif-result span{
	color: #E01212;
	margin: 0 4px;
}
.con-fw .pop-fw ul{
	padding-bottom: 4px;
}
.con-fw .pop-fw .cus-time{
	border-top: 1px solid #ececec;
	width: 162px;
	line-height: 32px;
	margin: 0 8px;
	padding: 4px 0;
}
.cus-time .calendar{
	color: #999999;
	font-size: 12px;
}
.cus-time .cal-input{
	width: 145px;
	height: 24px;
	background: url(../images/search/calendar.png) no-repeat right 4px center #ffffff;
	background-size: 16px 16px;
	line-height: 24px;
	border: 1px solid #d8d8d8;
	border-radius: 4px;
	padding-left: 8px;
	color: #414141;
	font-size: 12px;
	cursor: pointer;
}
.cus-time .cal-btn{
	width:96px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	border: none;
	color: #ffffff;
	background: #e01212;
	border-radius: 4px;
	font-size: 12px;
	margin: 16px auto;
	cursor: pointer;
}
/*无内容*/
.sea-empty{
	background-color: none;
	width: 100%;
	text-align: center;
	line-height: 28px;
	font-size: 20px;
	color: #414141;
	min-height: 500px;
	display: none;
}
.sea-empty img{
	width: 211px;
	height: 134px;
	margin: 104px auto 16px;
}
/*体彩游戏*/
.sea-right .m-game li{
	font-size: 12px;
	padding-left: 0px;
	height: 32px;
	line-height: 32px;
	margin-bottom: 16px;
}
.sea-right .m-game li:last-child,.sea-right .m-game li:nth-last-child(2){
	margin-bottom: 0px;
}
.sea-right .m-game li span{
	width: 46px;
}
.sea-right .m-game li span img{
	width: 32px;
	height: 32px;
}
.sea-right .m-game li:first-child span img{
	margin-left: 0px;
}
/*分页*/
.m-page{
	text-align:center;
	margin:40px auto 48px;
	white-space:nowrap;
}
.m-page{
	display:table;
	content:"";
}
.m-pager{
	-webkit-user-select:none;
	list-style:none;
	font-size: 12px;
}
.m-pager .number{
	min-width: 30px;
	height: 30px;
	line-height: 28px;
	color:#666;
	margin: 0 6px;
	border-radius: 4px;
	background-color: #fff;
	border: 1px solid #d8d8d8;
	float:left;
	cursor:pointer;
}
.m-pager .number:hover,.m-pager .active{
	background:#666;
	border:1px solid #666;
	color:#fff
}
.m-pager .no,.m-pager .no:hover{
	color:#999;
	background:#fff;
	border:1px solid #ececec;
	cursor:default;
}
.u-pad10{
	padding:0 10px;
}
.m-bdl-con{
	/*min-height:350px;*/
}
/*搜索关键字颜色*/
.m-bdl-con em{
	color: #e01212;
	font-style: normal;
}
.search-load{
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	margin:0 auto;
	padding-top: 100px;
	padding-bottom: 140px;
	color: #666666;
	height: calc(100vh - 440px);
}
.search-load img{
	width: 24px;
	height: 24px;
	margin-right: 4px;
	vertical-align: top;
}
.m-live {
	padding: 20px 26px;
	background: #ffffff;
	border-radius: 4px;
	margin-bottom: 24px;
	display: none;
}
.m-live  a{
	display: flex;
}
.m-live:hover{
	box-shadow: 0 3px 6px #ccc;
}
/*.m-live:hover .m-live-btn {*/
/*	background: #fa5b57;*/
/*	color: #FFF;*/
/*	border: 0;*/
/*}*/
.m-live  .m-live-btn:hover {
	background: #fa5b57;
	color: #FFF;
	border: 0;
}
.m-live-left {
	margin-right: 20px;
}
.m-live-right .m-live-title{
	height: 41px;
	font-size: 29px;
	font-weight:bold;
	text-align: left;
	color: #181818;
	line-height: 41px;
	margin-bottom: 5px;
}
.m-live-right  .m-live-time {
	font-size: 16px;
	color: #181818;
	line-height: 24px;
	margin: 12px  0 14px 0;
}
.m-live-right   p span {
	background: #f2f2f2;
	border-radius: 4px;
	padding: 1px 4px;
}
.m-live-right  .m-live-data{
	height: 54px;
	font-size: 14px;
	color: #999999;
	line-height: 22px;
	margin-bottom: 8px;
}
.m-live-right  .m-live-btn{
	width: 104px;
	height: 40px;
	background: #ffffff;
	border: 1px solid #d8d8d8;
	border-radius: 10px;
	color: #181818;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
}
.m-game-lot {
	padding: 20px 26px;
	display: none;
	background: #ffffff;
	border-radius: 4px;
	background: url(../images/search/bg_gzy.png) no-repeat center 2px;
	background-size: 100%;
	margin-bottom: 24px;
	height: 328px;
}
.m-game-left {
	width: 140px;
	margin-right: 12px;
	text-align: center;
}

.m-game-left p{
	font-size: 18px;
	text-align: center;
	color: #181818;
	line-height: 30px;
	margin-bottom: 8px;
}
p.m-game-time{
	font-size: 14px;
	text-align: center;
	color: #999999;
	line-height: 19px;
	margin-bottom: 6px;
	line-height: 20px;
}
.m-game-left p.m-live-time{
	height: 20px;
	font-size: 14px;
	text-align: left;
	color: #999999;
	line-height: 19px;
	margin-bottom: 4px;
}
.m-game-right
{
	width: 635px;
	padding: 16px 24px;
	background: #ffffff;
	border-radius: 8px;
	backdrop-filter: blur(2.99px);
}
ul.m-game-nav, .m-game-nav li{
	margin: 0;
	padding:0
}
ul.m-game-nav {
	display: flex;
	border-bottom:  1px solid   #d8d8d8;
}
.m-game-nav li {
	padding:  4px 0 10px 0;
	font-size: 20px;
	text-align: left;
	color: #414141;
	position: relative;
	line-height: 28px;
	width: auto;
	cursor: pointer;
	height: auto;
}
.m-game-nav li:after{
	content:"";
	width:1px;
	height:20px;
	color:#d8d8d8;
	margin: 0 16px;
	font-weight:normal;
	border-right:1px solid #d8d8d8;
	display: inline-block;
	position: inherit;
	top:4px
	/*content:"";width:0;height:41px;border-left:1px dashed #e01212*/
}
.m-game-nav li:last-child:after{
	border-right:0;
}
.m-game-nav li.m-game-active{
	font-weight: bold;
	color: #181818;
}
.m-game-active em {
	position: absolute;
	bottom: 0;
	width: 40px;
	height: 2px;
	background: #e44143;
	left: 0;
}
.m-game-one {
	text-align:justify;
}
.m-game-under {
	height:200px;
	overflow:hidden;
}
.m-game-show {
	overflow:hidden;
}
.m-game-under1 {
	height:220px;
	overflow:hidden;
}
.m-game-show1 {
	height:220px;
	overflow:auto;
	padding-right: 10px;
}
.m-game-show1 img {
	width: 100%;
}
.m-game-show1::-webkit-scrollbar {
	width: 4px;
}
.m-game-show1::-webkit-scrollbar-thumb{
	border-radius :4px;
	background:rgba(0,0,0,0.2)
}
.m-game-show1::-webkit-scrollbar-track{
	border-radius :10px;
	background:rgba(0,0,0,0.1)
}
.m-game-one p {
	font-size: 15px;
	color: #666666;
	line-height: 24px;
	margin-bottom: 10px;
}
.m-game-show p:first-child,.m-game-show1 p:first-child{
	font-size: 18px;
	font-weight: bold;
	color: #414141;
	line-height: 24px;
	margin-bottom: 12px;
	margin-top:24px;
}
.m-content-title{
	/*font-size: 18px;*/
	/*font-weight: bold;*/
	/*color: #414141;*/
	/*line-height: 24px;*/
}
.m-game-desc{
	font-size: 14px;
	line-height: 19px;
	float: right;
	margin-top: 12px;
}
.m-game-one .m-game-desc a, .m-game-one .m-game-desc a:active, .m-game-one .m-game-desc a:focus, .m-game-one .m-game-desc a:hover{
	color: #499bf4 !important;
}
.m-game-content{
	margin-right: -10px;
}
.m-game-left img {
	margin-top: 30px;
}
/*资讯热门榜*/
.m-bang {
	margin-bottom: 24px;
}
.m-bang-title {
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	border-bottom: 1px solid #ececec;
	overflow: hidden;
}
.m-bang-title span{
	color:#E01212
}
.m-bang-tabs , .m-bang-tabs li {
	padding: 0;
	margin:0;
	cursor: pointer;
}
.m-bang-tabs {
	margin: 24px 0;
	font-size: 16px;
	color: #181818;
	display: flex;
}
.m-bang-tabs li {
	text-align: center;
	height: 32px;
	line-height: 32px;
	background: #f5f5f5;
	border-radius: 10px;
	padding:  0 15px;
	margin-right:  8px;
}
.m-bang-tabs li.m-bang-select{
	background: rgba(224,18,18,0.04) !important;
	border: 1px solid #e01212;
	color: #e01212;
}
.m-bang-one li  img.m-hot {
	vertical-align: unset;
}
.m-bang-one  li{
	display: flex;
	font-size: 16px;
	text-align: left;
	color: #181818;
	line-height: 24px;
	margin-bottom: 24px;
}
.m-bang-one  li div:first-child{
	margin-right: 14px;
	font-weight: bold;
}
.m-bang-one li div  a {
	display: inline;
	padding-right: 8px;
}
.m-bang-one a {
	color:  #181818;
}
.m-bang-one a.m-gray-41{
	color:  #414141
}
.m-red {
	color: #e01212;
}
.m-orange{
	color:#FF6C00
}
.m-yellow{
	color:#ff7f00;
}
.m-gray {
	color:#666
}
.m-replace {
	font-size: 14px;
	text-align: left;
	line-height: 24px;
	padding:12px 0;
	display: none;
	color: #666;
}
.m-replace strong {
	font-weight: normal;
	color: #181818;
}
.m-replace span{
	color: #E01212;
}
.m-b3 {
	margin-top:24px;
}
.swiper-slide img{
	width: 100%;
	background: rgba(0,0,0,0.00);
	border-radius: 4px;
}