@charset "utf-8";
.trend_form_item{
	width: 35%;
	margin: 0 auto;
}
.trend_form_item .trend_input_item{
	margin: 0 auto;
	margin-top: 6px;
}
.trend_input_item .layui-form-select .layui-input{
	background: transparent;
	border: none;
	text-align: center;
	color: #fff;
	font-size: 17px;
}
.trend_input_item .layui-form-select .layui-edge{
	border-top-color: #fff;
	border-width: 8px;
}
.trend_input_item .layui-input::-webkit-input-placeholder{
	color: #fff;
}
.layui-form-select dl{
	border-radius: 4px;
	z-index: 99;
}
.layui-form-select dl dd, .layui-form-select dl dt{
	font-size: 14px;
}
.layui-form-select dl dd.layui-this{
	background: #ffad04;
}
/*  */

/* 开奖信息 */
.lot_trendbox{
	margin-top: 48px;
	margin-bottom: 0;
	height: 100%;
}
.kjmsg{
	width: 100%;
	height: auto;
}
.kjmsg .kjmsg_top{
	box-sizing: border-box;
	background-color: #fff;
	box-shadow: 0 2px 6px -2px rgba(153, 153, 153, 0.5);
	display: flex;
	flex-direction: column;
}

.kjmsg_top .kjmsg_time{
	flex-grow: 1;
	border-bottom: 1px solid #eee;
	display: flex;
	flex-direction: column;
}

.kjmsg_time .kjmsg_time_b{
	font-size: 0;
	padding: 10px 0;
}
.kjmsg_time span{
	font-size: 12px;
	color: #4c4c4c;

}
.kjmsg_time span i{
	font-style: normal;
	color: #f00;
}
.kjmsg_time_b{
	text-align: center;
}
.kjmsg_time_b .time_l,.kjmsg_time_b .time_r{
	font-size: 13px;
	display: inline-block;
}
.kjmsg_time_b .time_l{
	/*width: 25%;*/
	float: left;
}
.kjmsg_time_b .time_r{
	/*width: 41%;*/
}
.kjmsg_time .kjmsg_time_t{
	/*width: 34%;*/
	font-size: 13px;
	color: #6c6c6c;
	display: inline-block;
	text-align: right;
	float: right;
}
.kjmsg_time_b:after{
	display: block;
	content: '';
	clear: both;
}
.kjmsg_tab{
	flex-grow: 1;
}
.kjmsg_tab{
	text-align: center;
	font-size: 15px;
	color: #3c3c3c;
	border: 0;
}
.kjmsg_tab .tab_c{
	width: 49.3%;
	display: inline-block;
	padding: 0px;
	box-sizing: border-box;
	border: 0;
	position: relative;
}
.kjmsg_tab .tab_c:first-child{
	/*border-right: 1px solid #eaeaea;*/
}

.kjmsg_tab .tab_d{
	font-size: 16px;
	position: relative;
	/*padding: 10px 0;*/
}
.kjmsg_tab .tab_c:first-child .tab_d:after{
	content: '';
	display: block;
	position: absolute;
	width: 1px;
	height: 24px;
	top: 8px;
	right: 0;
	background: #ddd;
}
.kjmsg_tab .tab_c:after{
	width: 80%;
	height: 2px;
	border-radius:5px;
	border: 0;
	top: initial;
	left: 10%;
	bottom: 0;
}
.kjmsg_tab .layui-this:after{
	background: #fb5900;
}
.kjmsg_tab .layui-this .tab_d{
	color: #FB5900;
}
/*tab内容*/
.kj_tab{
	width:100%;
	padding: 0;
	box-sizing: border-box;
	margin-top: 10px;
	height: calc(100% - 80px - 10px - 10px);
}
.kjnum_wrap{
	width: 100%;
	height: 100%;
	background-color: #fff;
}
.kjnum_bt, .kjtrend_bt{
	width: 100%;
	height: 38px;
	line-height: 38px;
	background: linear-gradient(180deg,#fed100,#fbab00);
	font-size: 0;
	border-bottom: 0;

}
.kjnum_bt span, .kjtrend_bt span{
	font-size: 14px;
	color: #fff;
	text-align: center;
	display: inline-block;
}
.kjnum_bt .kj_qh,.kjnum_num .qh_num{
	width: 23.4%;
	border-right: 1px solid #ddd;
}
.kjnum_bt .kj_hm,.kjnum_num .hm_num{
	width: 76%;
}
.kjnum_num .qh_num,.kjnum_num .hm_num{
	font-size: 14px;
	display: inline-block;
}
.kjnum_num .hm_num{
	color: #fb5900;
	text-align: center;
}
.hm_num .kj_a{
	padding: 0 5px;
}
.kjnum_num,.kjtrend_num{
	width: 100%;
	height: calc(100% - 38px);
	background-color: #fff;
	overflow: auto;
	font-size: 0;
}
.kjtrend_num,.kjnum_num ul{
	height: 100%;
}
/*号码走势content*/
.kjtrend_num{
	padding: 0;
}

.kjnum_num li,
.kjtrend_num li{
	height: 36px;
	line-height: 36px;
	text-align: center;
	padding: 0 1rem;
	border-bottom: 1px solid #ddd;
	box-sizing: border-box;
}
.kjnum_num li:nth-child(2n), .kjtrend_num li:nth-child(2n){
	background-color: #fbf8ef;
}
.kjtrend_num span.blue{
	color: #2a86ff;
}
.kjtrend_num li span{
	font-size: 14px;
}
.kjtrend_bt li{
	display: inline-block;
	width: 33.3%;
	color: #fff;
	box-sizing: border-box;
	padding: 0;
	line-height: 38px;
	position: relative;
}
.kjtrend_bt li:after{
	display: block;
	content: '';
	width: .5px;
	height: 18px;
	border: none;
	background: #ffdb49;
	position: absolute;
	right: 0;
	top: 6px;
}
.kjtrend_bt .layui-this:after {
	position: absolute;
	left: initial;
	right: 0;
	top: 6px;
	width: .5px;
	height:18px;
	border: none;
	box-sizing: border-box;
	pointer-events: none;
}
.kjtrend_bt li:before{
	display: block;
	content: '';
	width: 1px;
	height: 18px;
	border: none;
	background: #de9900;
	position: absolute;
	left: 0;
	top: 6px;
}
.kjtrend_bt li:nth-last-child(1):after,.kjtrend_bt li:first-child:before{
	display: none;
}

.kjtrend_bt li span{
	display: block;
	width: 70%;
	height: 28px;
	line-height: 28px;
	border-radius: 50px;
	margin: 0 auto;
	font-size: 14px;
}
.kjtrend_bt li.layui-this span{
	color: #8f6100;
}
.kjtrend_bt li.layui-this span{
	background: linear-gradient(180deg,#ffefa2,#fbdd53);
	box-shadow: inset 0 0 3px #ffffff;
}
/*号码*/
.kjtd_ul li{
	font-size: 0;
}
.kjtd_ul li .kjtd_li_item{
	height: 36px;
	float: left;
}
.kjtd_ul li:after{
	content: '';
	clear: both;
}
.kjtd_li_item span{
	font-size: 14px;
	color: #333;
}
.nums_liqh,.dx_liqh,.ds_liqh{
	width: 24%;
}
.nums_litime,.dx_litime,.ds_litime{
	width: 26%;
}
.nums_linum,.dx_linum,.ds_linum{
	width: 50%;
	box-sizing: border-box;
	/*padding: 0 10px;*/
	display: flex;
	justify-content: space-around;
}
.nums_litime span,.dx_litime span,.ds_litime span{
	color: #888888;
}
.nums_linum span,.dx_linum span,.ds_linum span{
	color: #fb5900;
}
.color_blue{
	color: #2a86ff !important;
}

/*  */
/*
@media only screen and (min-width: 320px) {
    html {
        font-size: 62.5% !important;
    }
}*/
/*0914*/
html{
	height: 100%;
}
body{
	height: calc(100% - 48px - 48px);
}
@media only screen and (min-width: 100px) and (max-width: 375px) {
	.trend_form_item{
		width: 44%;
	}
	.kjmsg_time_b .time_l, .kjmsg_time_b .time_r,.kjmsg_time .kjmsg_time_t{
		font-size: 12px;
		letter-spacing: -.5px;
	}
	.kjtrend_num li span{
		font-size: 13px;
	}
	.kjnum_num .qh_num, .kjnum_num .hm_num{
		font-size: 13px;
	}
}
@media only screen and (min-width: 100px) and (max-width: 360px) {
}
/*兼容IPhone系列机型*/
@media only screen and (min-width: 375px) and (min-height: 760px) {
	body{
		height: calc(100% - 48px - 48px - 15px);
	}
}