@charset "utf-8";
#content_slider {
	background-color: #f0f0f0;
	width: 100%;
	height: 170px;
}
.swipslider {
	margin: 0 auto;
}
#content_slider .wanted {
	padding: 25px;
}
#content_slider .wanted:after {
	display: table;
	content: "";
	clear: both;
}


.banner_slider {
}

.banner_slider .banner_imgbox {
    width: 100%;

}
.banner_slider .banner_img {
	width: 100%;
}
/*  */

/* massages */

#massge {
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #ddd;

}
.massge_notice:after{
	content: '';
	display: block;
	clear: both;
}
#massge .massage_l {
    width: 7.2%;
	float: left;
	height:32px;
}
#massge .massage_l .msg_icon {
	width: 18px;
	height: 18px;
	margin-top: 7px;
}
#massge .massage_r {
    width: 92%;
    display: inline-block;

}
.notice_active {
	float: left;
	width: 92%;
	height:32px;
	line-height: 32px;
	padding: 0;
	overflow: hidden;
	position: relative;
}
 .notice_active li {
	list-style-type: none;
	/*line-height: 2.4rem;*/
	overflow: hidden;
}

.notice_active_ch span {
	color: #656972;
	font-size: 13px;
	display: block;
	overflow: hidden;
	width: 90%;
	float: left;
	overflow: hidden;
	/*margin: 0 0 2rem 0;*/
}

.notice_active_ch em {
	float: right;
	color: #888;
	font-size: 1.4rem;
	font-style: normal;
}
/*  */


/* 开奖信息 */



/*  */


/* ssc */

.index_caibox{
    width: 100%;
    background-color: #fff;
    padding-bottom: 14px;
    box-sizing: border-box;
}
.index_caibox .ssc_bt{
    width: 100%;
    height: 34px;
    line-height: 32px;
    background: #ffa914;
    text-align: center;
}
.ssc_bt span{
    font-size: 16px;
    color: #fff;
    vertical-align: middle;
}
.ssc_bt img{
    display: inline-block;
    width: 15px;
    margin-top: 6px;
    vertical-align: middle;
}
 .ssc_cz{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    /*padding-left: 1rem;
    padding-right: 1rem;*/
    box-sizing: border-box;
}
.ssc_cz li{
    width: 23%;
    text-align: center;
    padding-top: 14px;
    margin-right: 2.66%;
}
.ssc_cz li:nth-child(4n){
	margin-right: 0;
}
.ssc_cz li a{
	display: block;
}
.ssc_cz li img{
    display: inline-block;
    text-align: center;
    width: 4.8rem;
}
.ssc_cz li p{
    font-size: 13px;
    line-height: 1;
    color: #333333;
    text-align:center;
}
/*0918*/
.ssc_bt img{
	vertical-align: middle;
	margin-top: 0;
}
.ssc_bt span{
	vertical-align: middle;
	margin-top: 0;
}



/*  */

/*0921*/
/*重写首页可滚动高度*/
html,body{
	height: 100%;
}
.wap_body{
	height: calc(100% - 48px);
	overflow-y: auto;
}
.share_page{
	background: none;
	box-shadow: none;
}
.share_pop{
	width: 100%;
	height: 100%;
}
.share_pop .share_img{
	width: 320px;
	position: relative;
}
.share_img img{
	max-width: 100%;
}
.share_pop .share_img a{
	display: block;
	width: 200px;
	height: 45px;
	position: absolute;
	left:50%;
	bottom: 33%;
	transform: translateX(-50%);
}
/*跳转QQ*/
.external_page{
	border-radius:5px;
	overflow: hidden;
}
.external{
	width: 88%;
	margin: 0 auto;
	padding: 5px 0;
}
.external ul li{
	padding: 15px 0;
	border-bottom: 1px solid #ddd;
}
.external ul li img{
	width: 24px;
	margin-right: 5px;
	vertical-align: middle;
}
.external ul li span{
	font-size: 15px;
	color: #333;
	vertical-align: middle;
}
.external ul li:last-child{
	border-bottom: none;
}
/* 03-06切换彩种菜单*/
#showMore a{
	display: block;
	text-align: center;
	line-height: 32px;
	font-size: 12px;
	
}
#showMore a span{
	color: #3C3C3C;
	zoom: .9;
}
#showMore a span:after{
	content: '';
	margin-left: 1px;
	display: inline-block;
	width: 13px;
	height: 12px;
	vertical-align: middle;
	background-image: url(../images/power_down.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	margin-top: -3px;
}
#showMore .hide:after{
	background-image: url(../images/power_down.png) ;
}
#showMore .show:after{
	background-image: url(../images/power_up.png);
}
/* 彩种样式 */
.power_ul{
	width: 100%;
	box-sizing: border-box;
	padding: 0px 10px;
	}
.power_ul li{
	width: 18.8%;
	background: #fff;
	height: 25px;
	line-height: 25px;
	border-radius: 4px;
	text-align: center;
	margin-top: 8px;
	margin-right:1.5%;
	float: left;
	
	
}
.power_ul li:nth-child(5n){
	margin-right: 0;
}
.power_ul li a{
	display: block;
	font-size: 12px;
	color: #555;
	zoom: .9;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding: 0 5px;
}
.power_ul::after{
		display: block;
		content: '';
		clear: both;
	}
@media only screen and (min-width: 375px) and (min-height: 760px) {
	.wap_body{
		height: calc(100% - 48px - 15px);
		overflow-y: auto;
	}
}
/* 标签栏 */

