﻿@charset "utf-8";
.weui-grid:active{
	background: inherit;
}
input{
    -webkit-user-select:text !important;
}
.layui-form-select dl dd.layui-this{
	background: #ff6161;
}
/*限制最大宽度720屏幕浏览*/
body,#header,#footer_label{
	max-width: 720px;
	margin: 0 auto;
}
#header,#footer_label{
	left:0;
	right: 0;
}
.pad12{
	padding-left: 12px;
	padding-right: 12px;
	box-sizing: border-box;
}
.clear:after{
	display: block;
	content: '';
	clear: both;
}

/*顶部导航栏header*/
#header{
    width: 100%;
    height: 48px;
    line-height: 48px;
    background: url(../img/basic_navbg.png) no-repeat center;
    background-size: cover;
    padding: 0 12px;
    box-sizing: border-box;
}
.header_nav{
	position: relative;
	width: 100%;
}
/*.header_mt{
	margin-top: 48px;
}
.footer_mb{
	margin-bottom: 48px;
}*/
#header h1{
    font-size: 18px;
    color: #ffffff;
    font-weight: normal;
    text-align: center;;
    width: 70%;
    margin: 0 auto;
}
/*左边返回*/
.nav_return{
	width: 24px;
	height: 24px;
	position: absolute;
	left: 0;
	top: 13px;
}
.nav_return .back{
    width: 22px;
    vertical-align: top;
}
/*右边复制*/
.nav_right_copy{
	display: block;
	height: 24px;
	line-height: 24px;
	position: absolute;
	right: 0;
	top: 11px;
}
.nav_right_copy img{
	width: 15px;
	
}
.nav_right_copy span{
	color: #fff;
	font-size: 15px;
	padding-left: 4px;
    vertical-align: middle;
}

.header_con span{
    display: block;
    width: 100%;
    font-size: 15px;
    color: #ffffff;
    text-align: right;
    line-height: 44px;
}
/*倒计时公用draw*/
#draw {
    width: 100%;
    /*height: 7rem;*/
   padding-top: 10px;
   padding-bottom:9px;
    background: #ffffff;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
#draw .line{
    width: 1px;
    height: 70px;
    margin:0 12px;
    margin-right: 10px;
    background-color: #eaeaea;
}
#draw .draw_cz{
    display: inline-block;
    text-align:center;
    width: 24%;
    position: relative;
}
#draw .draw_cz:after{
	display: block;
	position: absolute;
	width: 1px;	
	height: 80%;
	background: #ddd;
	content: '';
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
#draw .draw_cz .draw_cz_tp{
	width: 60%;
	margin: 0 auto;
    box-sizing: border-box;
}
#draw .draw_cz .draw_cz_name{
    color: #3c3c3c;
    font-size: 13px;
    text-align: center;
    margin-top: -2px;
}
#draw .draw_num{
	width: 75%;
	margin-left: 1%;
}
#draw .draw_num .draw_num_time{
	margin-top: 3px;
}
.draw_num_time .kj{
    display: inline-block;
    font-size: 14px;
    color: #222;
    text-align: left;
    vertical-align: middle;
    width: 75.8%;
    padding-left: 6px;
    box-sizing: border-box;
}
.draw_num_time .kjtime{
    display: inline-block;
    width: 64px;
    height: 29px;
    line-height: 28px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/plan_count_down.png);
    vertical-align: middle;

}
.draw_num .draw_num_numball{
    flex-grow: 2;
    display: flex;
    justify-content: space-around;
    margin-top: 6px;
}
.draw_num .draw_num_numball span{
    width: 42px;
    height: 42px;
    display: inline-block;
    font-size: 18px;
    color: #fff;
    line-height: 42px;
    text-align: center;
    background: url(../img/plan_qiu_bg.png) no-repeat center;  
    background-size: contain;  
}
/*底部标签栏tool*/
#footer_label{
    width: 100%;
    min-height: 48px;
    background-color: #fff;
    box-sizing: border-box;
    position: fixed;
    bottom: 0; 
    left: 0;
    z-index: 99;
    box-shadow: 0 5px 10px 5px #dcd5c9;
}

.footer_tool{
	height: 48px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    box-sizing: border-box;
    padding-top: 4px;
}

.footer_tool li{
    flex-grow: 1;
    display: inline-block;
    text-align: center;

}
.footer_tool li a{
	display: block;
}
.footer_tool li .tool_image{
	width: 24px;
	height: 24px;
	margin: 0 auto;
}
.tool_index{
    background: url(../img/tabbar/nav_home_icon1.png) no-repeat center;	
    background-size: contain;
}
.tool_plan{
    background: url(../img/tabbar/nav_plan_icon1.png) no-repeat center;
    background-size: contain;	
}
.tool_history{
    background: url(../img/tabbar/nav_function_icon1.png) no-repeat center;
    background-size: contain;	
}
.tool_trend{
    background: url(../img/tabbar/nav_trend_icon1.png) no-repeat center;
    background-size: contain;	
}
.tool_cabinet{
    background: url(../img/tabbar/nav_my_icon1.png) no-repeat center;
    background-size: contain;	
}
/*当前页面*/
.footer_tool li.active .tool_index{
    background: url(../img/tabbar/nav_home_icon2.png) no-repeat center;
    background-size: contain;	
}
.footer_tool li.active .tool_plan{
    background: url(../img/tabbar/nav_plan_icon2.png) no-repeat center;
    background-size: contain;	
}
.footer_tool li.active .tool_history{
    background: url(../img/tabbar/nav_function_icon2.png) no-repeat center;
    background-size: contain;	
}
.footer_tool li.active .tool_trend{
    background: url(../img/tabbar/nav_trend_icon2.png) no-repeat center;
    background-size: contain;	
}
.footer_tool li.active .tool_cabinet{
    background: url(../img/tabbar/nav_my_icon2.png) no-repeat center;
    background-size: contain;	
}
.footer_tool li p{
    font-size: 12px;
    color: #858585;
    text-align: center;
    margin-top: 2px;
}
.footer_tool li.active p{
    color: #ff4e4e;
}
/*缩水底部全局定位+拼接号码*/
.fun_btm{
	position: fixed;
	bottom: 0;
	width: 100%;
	height: auto;
	background: #fff;
	box-shadow: 0 -5px 10px -3px #d5d5d5;
	z-index: 99;
}
.fun_btm .fun_btm_box{
	padding: 10px;
}
.fun_btm_box .btm_area{
	float: left;
	width: 77.5%;
}
.btm_area textarea,.btm_area .btm_arealist{
	width: 100%;
	height: 152px;
	resize: none;
	font-size: 13px;
	border-radius: 5px;
	border: 0px solid #dddddd;
    background: #f7f6f4;
    box-shadow: inset 1px 2px 5px #e6e3d9;
    box-sizing: border-box;
    padding: 8px;
}

.fun_btm_box .btm_btnul{
	float: right;
	width: 20%;
	margin-left: 1.5%;
	border: 1px solid #ddd;
	border-radius:5px;
	box-sizing: border-box;
	padding: 6px 6px;
}
.btm_btnul li{
	margin-top: 5px;
}
.btm_btnul li:first-child{
	margin-top: 0;
}
.btm_btnul li:first-child span{
	display: block;
	width: 100%;
	height: 22px;	
	line-height: 22px;
	background: #f6f6f6;
	color: #ff3c3c;
	border-radius: 3px;
	font-size: 13px;
	text-align: center;
}
.btm_btnul li:first-child span i{
	font-style: normal;
}
.btm_btnul li button{
	width: 100%;
	height: 22px;
	font-size: 12px;
	color: #fff;
	background: #ff4e31;
	border: none;
	border-radius: 3px;
}
/*0925复制彩哥哥补充添加*/
/*0912*/
#draw{
	padding-top: 8px;
	padding-bottom: 8px;
}
#draw .draw_num .draw_num_time{
	margin: 0;
}
.draw_num_time .kj{
	font-size: 14px;
	padding-left: 0;
	width: auto;
	margin-top: 5px;
}
.draw_num_time .kjtime{
	font-size: 13px;
	float: right;
}
.draw_num_time:after{
	display: block;
	content: '';
	clear: both;
}
.draw_num_time .kjtime{
	background: linear-gradient(180deg,#ff6f1f,#fda847);
	border-radius: 5px;
	box-shadow: 0 2px 4px #ffd5aa;
	height: 28px;
	line-height: 28px;
	width: 70px;
	font-size: 14px;
}
/*10个开奖球样式*/
.draw_num .ball_10{
	justify-content: space-between;
}
/* HK6开奖第7球样式 */
.ball_hk6 span:nth-child(7) {
	background: url(../img/plan_qiu_bg_hk6.png) no-repeat center;
	background-size: contain;
}
.draw_num .ball_10 span{
	width: 30px;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
}
/*球体颜色球*/
.qiubg0{
	background: #cbce03;
}
.qiubg1{
	background: #4a08f9;
}
.qiubg2{
	background: #6b110a;
}
.qiubg3{
	background: #4c91bc;
}
.qiubg4{
	background: #377f21;
}
.qiubg5{
	background: #cc7b2f;
}
.qiubg6{
	background: #9d6d36;
}
.qiubg7{
	background: #452285;
}
.qiubg8{
	background: #738993;
}
.qiubg9{
	background: #f2b53e;
}
.qiubg10{
	background: #442285;
}
.qiubg11{
	background: #4c91bd;
}



/* HK6 红波 */
.hk6qiubg1,
.hk6qiubg2,
.hk6qiubg7,
.hk6qiubg8,
.hk6qiubg12,
.hk6qiubg13,
.hk6qiubg18,
.hk6qiubg19,
.hk6qiubg23,
.hk6qiubg24,
.hk6qiubg29,
.hk6qiubg30,
.hk6qiubg34,
.hk6qiubg35,
.hk6qiubg40,
.hk6qiubg45,
.hk6qiubg46 {
    background: #f55348;
    background-size: 100%;
}

/* HK6 蓝波 */
.hk6qiubg3,
.hk6qiubg4,
.hk6qiubg9,
.hk6qiubg10,
.hk6qiubg14,
.hk6qiubg15,
.hk6qiubg20,
.hk6qiubg25,
.hk6qiubg26,
.hk6qiubg31,
.hk6qiubg36,
.hk6qiubg37,
.hk6qiubg41,
.hk6qiubg42,
.hk6qiubg47,
.hk6qiubg48 {
    background: #2c92ec;
    background-size: 100%;
}

/* HK6 绿波 */
.hk6qiubg5,
.hk6qiubg6,
.hk6qiubg11,
.hk6qiubg16,
.hk6qiubg17,
.hk6qiubg21,
.hk6qiubg22,
.hk6qiubg27,
.hk6qiubg28,
.hk6qiubg32,
.hk6qiubg33,
.hk6qiubg38,
.hk6qiubg39,
.hk6qiubg43,
.hk6qiubg44,
.hk6qiubg49 {
    background: #00ab8b;
    background-size: 100%;
}



/*总和值字体颜色*/
.font_color1{
	color: #ff302a !important;
}
.font_color2{
	color: #4f9a38 !important;
}
.font_color3{
	color: #f2a50e !important;
}
.font_color4{
	color: #0c98ef !important;
}
/*兼容小屏手机*/
@media screen and (min-width: 100px) and (max-width: 375px) {
	.qiu10{
		letter-spacing: -.6px;
	}
	.draw_num_time .kj{
		font-size: 13px;
	}
	.draw_num_time .kjtime{
		font-size: 13px;
	}
	.draw_num_time .kjtime{
		width: 66px;
		height: 26px;
		line-height: 26px;
	}
	#draw .draw_cz .draw_cz_name{
		font-size: 12px;
	}
}
@media screen and (min-width: 100px) and (max-width: 364px) {
	.qiu10{
		letter-spacing: -.8px;
	}
}
