/*弹框*/
.seq_popBox{
    position:absolute;
    top:3rem;
    left:0;
    width:100%;
}
.seq_popBox h1{
    line-height: 1rem;
    color: #d70e07;
    font-size: .8rem;
    font-weight: bold;
    padding:.5rem 1rem;
    border-bottom:1px solid #e4e4e4;
} 
.seq_popBox h1 span{
	display: inline-block;
    width: .1rem;
    height: .8rem;
    background: #d70e07;
    margin-right: .4rem;
}
.seq_popBox p:last-child{
	padding-bottom:1rem;
}
.seq_popBox p:last-child a.close{
	color:#fff;
	background:#bababa;
}
.seq_popBox p:last-child a.sure{
	background:#d70e07;
	color:#fff;
	border:1px solid #d70e07;
}
.seq_popBox p:last-child a{
    display: inline-table;
    padding: .5rem 3rem;
    text-align: center;
    display: inline-block;
    margin:.5rem;
    font-size: .8rem;  
}
.seq_popBox p.footer_pos{
	/*position: fixed;
	bottom:0;
    width: 100%;*/
    height: 3rem;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    background:#fff;
    border-top:1px solid #e4e4e4;
    z-index:9999;
    padding:0!important;
    display: -moz-box;
    -moz-box-pack: center;
    -moz-box-align: center;
    text-align:center;
}
.seq_popBox a{
	font-size:.8rem;
}
/*胆码组*/
.seq_Dmpop ul{
	padding:1rem 0;
}
.seq_Dmpop ul li{
	line-height:33px; 
}
.seq_Dmpop ul li a{
	-webkit-tap-highlight-color: rgba(0,0,0,0);
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    border-radius: 3rem;
    background: #fff;
    color: #b9b9b9;
    border: 1px solid #b9b9b9;
    text-align: center;
    margin: 0 .25rem;
}
.seq_Dmpop ul li a:active{
	color:#fff;
	background:#d70e07;
	border:1px solid #d70e07;
}
.seq_Dmpop ul li span{
	color: #454545;
    font-size: .8rem;
    display: inline-block;
    width: 2.5rem;
}
.seq_Dmpop ul li:last-child{
	display:-webkit-box;
	-webkit-box-pack:center;
	padding-bottom:.5rem;
    display:-moz-box;
    -moz-box-pack:center;
    text-align:center;
    width:100%;
}
.seq_Dmpop ul li:last-child a{
	width:5rem;
	height:1.5rem;
	line-height:1.5rem;
	border-radius:.3rem;
	color:#666;
	font-size:.8rem;
	margin:0 .17rem;
}
.seq_Dmpop ul li:last-child a:first-child{
	background:url(../images/sure_03.png) no-repeat 20px;
	padding-left:.5rem;
}
.pop_box p{
	display:-webkit-box;
	-webkit-box-pack:center;
}
.pop_box p a{
	display: inline-block;
    padding: .3rem 1.2rem;
    text-align: center;
    margin: 0 .2rem;
    border: 1px solid #c3c3c3;
    border-radius: .3rem;
    color: #666666;
    background: #fff;
    font-size:.8rem;
}

.add_num{
	padding:1rem .5rem;
	border-top:1px solid #EAEAEA;
	border-bottom:1px solid #EAEAEA;
}
.add_num p:first-child span{
	color:#d0d0d0;
	font-size:.8rem;
}
.add_num p:first-child a{
	padding:.2rem .6rem;
	text-align:center;
	font-size:.8rem;
	color:#666;
	background:#fff;
	border:1px solid #cbcbcb;
	border-radius:.3rem;
	display:inline-block;
	margin:0 .3rem;
}
.add_num p:last-child{
	display:-webkit-box;
	-webkit-box-pack:center;
    display:-moz-box;
    -moz-box-pack:center;
    width:100%;
	margin-top:1rem;
}
.add_num p:last-child a{
	display: inline-block;
    padding: .3rem 3rem;
    text-align: center;
    border: 1px solid #c3c3c3;
    border-radius: .3rem;
    color: #666666;
    background: #fff;
    font-size:.8rem;
}
.dm_box{
	/*margin:.5rem;
	border:1px solid #EAEAEA; */
	padding:1rem 0;
}
.seq_Dmpop .dm_box p{
	font-size:.8rem;
	color:#666;
	padding:0;
	display:inherit;
}
.seq_Dmpop .dm_box p span{
	color:#f67c79;
}
.seq_Dmpop .dm_box p a{
	padding:.2rem .6rem;
	text-align:center;
	font-size:.8rem;
	color:#666;
	background:#fff;
	border:1px solid #cbcbcb;
	border-radius:.3rem;
	display:inline-block;
	float:right;
}
/*红球定位*/
.seq_popBox .hq_box p{
	border-bottom:1px solid #eaeaea;
}
.seq_popBox .hq_box p a{
	display: inline-block;
    padding: .3rem 1.2rem;
    text-align: center;
    margin: .2rem .5rem;
    border: 1px solid #c3c3c3;
    border-radius: .3rem;
    color: #666666;
    background: #fff;
    font-size: .8rem;
}
.seq_hqdwpop .pop_box{
	margin-top:1rem;
}
.seq_hqdwpop .pop_box ul{
	padding:1rem 1rem;
}
.seq_hqdwpop .pop_box ul li{
	line-height:33px;
}
.seq_hqdwpop .pop_box ul li a{
	-webkit-tap-highlight-color: rgba(0,0,0,0);
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    border-radius: 3rem;
    background: #fff;
    color: #b9b9b9;
    border: 1px solid #b9b9b9;
    text-align: center;
    margin: 0 .25rem;
}
.seq_hqdwpop .pop_box ul li{
    padding-bottom: .5rem;
}
.seq_hqdwpop .pop_box ul li:last-child{
	display:-webkit-box;
    -webkit-box-pack:center;
    padding-bottom:.5rem;
    display:-moz-box;
    -moz-box-pack:center;
    text-align:center;
    width:100%;
}
.seq_hqdwpop .pop_box ul li:last-child a:first-child{
	background: url(../images/sure_03.png) no-repeat 20px;
    padding-left: .5rem;
}
.seq_hqdwpop .pop_box ul li:last-child a{
	width: 5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    border-radius: .3rem;
    color: #666;
    font-size: .8rem;
    margin: 0 .17rem;
}
/*红球定位尾*/
.seq_popBox .hqdww_box ul{
	padding:0 1rem;
}
.seq_popBox .hqdww_box ul:last-child li:last-child{
	border:none;
}
.seq_popBox .hqdww_box ul li{
	line-height:33px;
	padding-bottom:.5rem;
}
.seq_popBox .hqdww_box ul li a{
	-webkit-tap-highlight-color: rgba(0,0,0,0);
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    border-radius: 3rem;
    background: #fff;
    color: #b9b9b9;
    border: 1px solid #b9b9b9;
    text-align: center;
    margin: 0 .25rem;
}
.seq_popBox .hqdww_box ul li:last-child{
	display:-webkit-box;
    -webkit-box-pack:center;
    padding-bottom:.5rem;
    display:-moz-box;
    -moz-box-pack:center;
    text-align:center;
    width:100%;
}
.seq_popBox .hqdww_box ul li:last-child a{
	width: 5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    border-radius: .3rem;
    color: #666;
    font-size: .8rem;
    margin: 0 .17rem;
}
.seq_popBox .hqdww_box ul li:last-child a:first-child{
	background: url(../images/sure_03.png) no-repeat 16px;
    padding-left: .5rem;
}
/*红球和值*/
.seq_popBox .hqhz_box dl{
	padding:.5rem;
	display:-webkit-box;
	border-bottom:1px solid #EAEAEA;
}
.seq_popBox .hqhz_box dl dt{
	color:#d0d0d0;
	font-size:.8rem;
	margin-top:1rem;
}
.seq_popBox .hqhz_box dl dd p{
	padding:.5rem;
}
.seq_popBox .hqhz_box dl dd p a{
	width: 4.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    border-radius: .3rem;
    color: #747474;
    font-size: .8rem;
    margin: 0 .17rem;
    display:inline-block;
    background:#fff;
    border:1px solid #cfcfcf;
    text-align:center;
    padding:0;
}
.seq_popBox .hqhz_box ol{
	padding:.5rem 1rem;
}
.seq_popBox .hqhz_box ol li{
	line-height:33px;
	padding-bottom:.5rem;
}
.seq_popBox .hqhz_box ol li a{
	text-align: center;
    font-size: .8rem;
    color: #666;
    background: #fff;
    border: 1px solid #cbcbcb;
    border-radius: .3rem;
    display: inline-block;
    margin: 0 .25rem;
    width:1.5rem;
    height:1.5rem;
    line-height:1.5rem;
}
.seq_popBox .hqhz_box ol li:last-child{
	display:-webkit-box;
    -webkit-box-pack:center;
    padding-bottom:.5rem;
    display:-moz-box;
    -moz-box-pack:center;
    text-align:center;
    width:100%;
}
.seq_popBox .hqhz_box ol li:last-child a{
	width: 5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    border-radius: .3rem;
    color: #666;
    font-size: .8rem;
    margin: 0 .17rem;
}
.seq_popBox .hqhz_box ol li:last-child a:first-child{
	background: url(../images/sure_03.png) no-repeat 20px;
    padding-left: .5rem;
}
/*奇偶*/
.seq_popBox .jo_box ol{
	padding-bottom:.5rem;
}
.seq_popBox .jo_box ol li{
	line-height:30px;
	padding-bottom:.5rem;
	border-bottom:1px solid #eaeaea;
	padding:.3rem 1rem;
}
.seq_popBox .jo_box ol:last-child li{

    border-bottom:none;

}
.seq_popBox .jo_box ol li span{
	font-size:.8rem;
	color:#c3c3c3;
}
.seq_popBox .jo_box ol li a{
	text-align:center;
	display:inline-block;
	margin:0 .3rem;
	border:1px solid #e6e6e6;
	background:#fff;
	color:#666;
	border-radius:.2rem;
	font-size:.8rem;
	width:1.5rem;
	height:1.5rem;
	line-height:1.5rem;
}
.seq_popBox .jo_box dl{
	display:-webkit-box;
	padding:0 1rem .5rem 1rem;
	margin-bottom:.5rem;
	border-bottom:1px solid #eaeaea;
}
.seq_popBox .jo_box dl dt{
	font-size:.8rem;
	color:#c3c3c3;
	margin-top:.5rem;
}
.seq_popBox .jo_box dl dd{
	width:87%;
}
.seq_popBox .jo_box dl dd a{
	text-align:center;
	display:inline-block;
	margin:.3rem;
	border:1px solid #e6e6e6;
	background:#fff;
	color:#666;
	border-radius:.2rem;
	font-size:.8rem;
	width:4rem;
	height:1.5rem;
	line-height:1.5rem;
}
.seq_popBox .jo_box dl:last-child dd{
	width:100%;
	display:-webkit-box;
	-webkit-box-pack:center;
    display:-moz-box;
    -moz-box-pack:center;
}
.seq_popBox .jo_box dl:last-child dd a{
	width: 5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    border-radius: .3rem;
    color: #666;
    font-size: .8rem;
    margin: 0 .17rem;
}
.seq_popBox .jo_box dl:last-child dd a:first-child{
	background: url(../images/sure_03.png) no-repeat 20px;
    padding-left: .5rem;
}
/*行列图*/
.seq_popBox .hl_box{
}
.seq_popBox .hl_box dl{
	padding:.5rem 1rem 0 1rem;
	display:-webkit-box;
	border-bottom:1px solid #eaeaea;
}
.seq_popBox .hl_box dl dt{
	font-size:.8rem;
	color:#c3c3c3;
	margin-top:.5rem;
}
.seq_popBox .hl_box dl dd p{
	margin:.3rem;
}
.seq_popBox .hl_box dl dd p a{
	display:inline-block;
	height:1.5rem;
	line-height:1.5rem;
	text-align:center;
	padding:0 1rem;
	border:1px solid #ebebeb;
	border-radius:.3rem;
	color:#747474;
	font-size:.8rem;
	margin:0 .3rem;
}
.seq_popBox .hl_box dl dd p:last-child{
	margin-bottom:0;
}
.seq_popBox .hl_box dl:last-child{
	margin-bottom:.5rem;
    display:-webkit-box;
    display:-moz-box;
}
/*龙头凤尾*/
.seq_popBox .ltfw_box p{
	display:inherit;
	padding:.5rem 1rem;
	border-bottom:1px solid #eaeaea;
}
.seq_popBox .ltfw_box p a{
	display:inline-block;
	height:1.5rem;
	line-height:1.5rem;
	text-align:center;
	padding:0 2rem;
	border:1px solid #ebebeb;
	border-radius:.3rem;
	color:#747474;
	font-size:.8rem;
	margin:0 .3rem;
}




@media screen and (max-width: 375px){
	/*胆码*/
	.seq_Dmpop ul li a{
		width:1.4rem;
		margin:0 .2rem;
	}
	.add_num p:first-child a{
		padding:.2rem .55rem;
	}
	.pop_box p a{
		padding:.3rem 1rem;
	}
	/*红球定位*/
	.seq_popBox .hq_box p{
		text-align:center;
	}
	.seq_hqdwpop .pop_box ul li a{
		width:1.4rem;
		height:1.4rem;
		line-height:1.4rem;
		margin:0 .2rem;
	}
	/*红球定位尾*/
	.seq_popBox .hqdww_box ul li:last-child a{
		width:4rem;
	}
	.seq_popBox .hqdww_box ul li a{
		width:1.2rem;
		height:1.2rem;
		line-height:1.2rem;
		margin:0 .24rem;
	}
	/*红球和值*/
	.seq_popBox .hqhz_box ol li a{
		width:1.3rem;
	    height:1.3rem;
	    line-height:1.3rem;
	}
	/*奇偶*/
	.seq_popBox .jo_box dl dd{
		width:90%;
	}
	.seq_popBox .jo_box dl dd a{
		width:3.5rem;
	}
	/*行列图*/
	.seq_popBox .hl_box dl dd p a{
		padding:0 .5rem;
	}
	/*龙头凤尾*/
	.seq_popBox .ltfw_box p a{
		padding:0 1.5rem;
	}
	.seq_popBox .hqhz_box dl dd p a{
		width:4rem;
	}
}
@media screen and (max-width: 320px){
	/*胆码*/
	.pop_box ul li a{
		width:1.1rem;
		height:1.1rem;
		line-height:1.1rem;
	}
	.add_num p:first-child a{
		padding:.1rem .4rem;
		margin:0 .2rem;
	}
	.pop_box p a{
		padding:.3rem .8rem;
	}
	/*红球定位*/
	.seq_popBox .hq_box p{
		text-align:center;
	}
	.seq_popBox .hq_box p a{
		padding:.3rem 1rem;
	}
	.seq_hqdwpop .pop_box ul{
		margin-bottom:3rem;
	}
	.seq_hqdwpop .pop_box ul li a{
		width:1.2rem;
		height:1.2rem;
		line-height:1.2rem;
		margin:0 .2rem;
	}
	/*红球定位尾*/
	.seq_popBox .hqdww_box ul li a{
		width:1.2rem;
		height:1.2rem;
		line-height:1.2rem;
		margin:0 .24rem;
	}
	.seq_popBox .hqdww_box ul li:last-child a:first-child{
		background:url(../images/sure_03.png) no-repeat 16px;
	}
	/*红球和值*/
	.seq_popBox .hqhz_box ol li a{
		width:1.4rem;
	    height:1.4rem;
	    line-height:1.2rem;
	    margin:0 .1rem;
	}
	.seq_popBox .hqhz_box dl dd p a{
		width:3.4rem;
		margin:0 .1rem;
	}
	.seq_popBox .hqhz_box ol li:last-child a{
		width:4rem;
	}
	.seq_popBox .hqhz_box ol li:last-child a:first-child{
		background:url(../images/sure_03.png) no-repeat 16px;
	}
	/*奇偶*/
	.seq_popBox .jo_box dl dd{
		width:86%;
	}
	.seq_popBox .jo_box dl dd a{
		width:2rem;
	}
	.seq_popBox .jo_box dl:last-child{
		margin-bottom:3rem;
	}
	/*行列图*/
	.seq_popBox .hl_box dl dd p a{
		padding:0 .1rem;
	}
	/*龙头凤尾*/
	.seq_popBox .ltfw_box p a{
		padding:0 1rem;
	}
	.seq_popBox .hqdww_box ul{
		margin-bottom:3rem;
	}
	.seq_popBox .hqhz_box ol{
		margin-bottom:3rem;
	}
}

/*色值*/
.seq_popBox a.color_red{
	color:#fff!important;
	border:1px solid #d70e07!important;
	background:#d70e07!important;
}
.seq_popBox a.color_red{
	color:#fff!important;
	border:1px solid #d70e07!important;
	background:#d70e07!important;
}
.seq_popBox a.color_pink{
	color:#fff!important;
	border:1px solid #f5706c!important;
	background:#f5706c!important;
}
.seq_popBox a.color_blue{
	color:#fff!important;
	border:1px solid #066dd4!important;
	background:#066dd4!important;
}


/*新增*/
.hq_box{
	font-size: .8rem;
}
.hq_box p{padding:10px 0;}
.hq_box p span{    color: #ccc;
    margin-right: 10px;font-size: .8rem;
}

.hq_box p input    {width: 60px;font-size: .8rem;
}
.hq_box p label{
    margin-left: 1.4rem;}
 .seq_hqdwpop  .hq_box1 p:last-child{    -webkit-box-pack: initial;}
 
 .zst{
    padding-right: 1.4rem;
    float: right;}
 .pb_4{
    padding-bottom:4rem;
} 