@charset "utf-8";
/*限制最大宽度720屏幕浏览*/
body,#header,#footer_label{
	max-width: 720px;
	margin: 0 auto;
}
#header,#footer_label{
	left:0;
	right: 0;
}

/*顶部导航栏header*/
#header{
    width: 100%;
    height: 48px;
    line-height: 48px;
    background: url(../images/basic_navbg.png) no-repeat center;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    padding: 0 1rem;
    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;
}

.header_con span{
    display: block;
    width: 100%;
    font-size: 1.5rem;
    color: #ffffff;
    text-align: right;
    line-height: 4.4rem;
}
/*倒计时公用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;
}
#draw .draw_cz .draw_cz_tp{
    width: 4.4rem;
    box-sizing: border-box;
}
#draw .draw_cz .draw_cz_name{
    color: #3c3c3c;
    font-size: 10px;
    text-align: center;
    margin-top: -4px;
}
#draw .draw_num{
    flex-grow: 3;
}
#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: 70%;
    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(../images/plan_count_down.png);
    vertical-align: middle;

}
.draw_num .draw_num_numball{
    flex-grow: 2;
    display: flex;
    justify-content: space-between;
    margin-top: 2px;
}
.draw_num .draw_num_numball span{
    width: 46px;
    height: 46px;
    display: inline-block;
    font-size: 18px;
    color: #fff;
    line-height: 42px;
    text-align: center;
    background: url(../images/plan_qiu_bg.png) no-repeat center;
    background-size: contain;
}
/*底部标签栏tool*/
#footer_label{
    width: 100%;
    /*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{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-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;
	background-size: 100% auto;
	background-repeat: no-repeat;
	margin: 0 auto;
}
.tool_index{
	background-image: url(../images/tool_index.png);
}
.tool_plan{
	background-image: url(../images/tool_plan_list.png);
}
.tool_history{
	background-image: url(../images/tool_history.png);
}
.tool_trend{
	background-image: url(../images/tool_number.png);
}
.tool_cabinet{
	background-image: url(../images/tool_cabinet.png);
}
.mn_plan {
	background-image: url(../images/tool_touzhu_icon1.png);
}
.footer_tool li.active .mn_plan{
	background-image: url(../images/tool_touzhu_icon2.png);	
}
/*当前页面*/
.footer_tool li.active .tool_index{
	background-image: url(../images/tool_index2.png);
}
.footer_tool li.active .tool_plan{
	background-image: url(../images/tool_plan_list2.png);
}
.footer_tool li.active .tool_history{
	background-image: url(../images/tool_history2.png);
}
.footer_tool li.active .tool_trend{
	background-image: url(../images/tool_number2.png);
}
.footer_tool li.active .tool_cabinet{
	background-image: url(../images/tool_cabinet2.png);
}
.footer_tool li p{
    font-size: 12px;
    color: #858585;
    text-align: center;
    margin-top: 2px;
}
.footer_tool li.active p{
    color: #f77803;
}
/*缩水底部全局定位+拼接号码*/
.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: 1px 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: #fbf7f4;
    color: #f77803;
    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;
}
/*0910  计划列表倒计时  */
/*.draw_num_time .kjtime{*/
/*    float: right;*/
/*    height: 26px;*/
/*    line-height: 26px;*/
/*    border-radius: 4px;*/
/*    background-image: none;*/
/*    background: linear-gradient(180deg,#ff9800,#ff9a60);*/
/*    box-shadow: 0 2px 5px #ffc8ae;*/
/*}*/
/*0912*/
#draw{
    padding-top: 8px;
    padding-bottom: 8px;
}
#draw .line{
    margin: 0 4px;
}
#draw .draw_cz{
    width: 88px;
}
#draw .draw_num{
    width: 71.2%;
}
#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 span{
    width: 30px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
}
/*0918*/
.nav_right_copy img,.nav_right_copy span{
	vertical-align: middle;
}
.footer_tool{
	height: 48px;
	margin-top: 0;
}
.footer_tool li{
	padding-top: 5px;
}
/*兼容小屏手机*/
@media screen and (min-width: 100px) and (max-width: 375px) {
    #draw .draw_num{
        width: 69.2%;
    }
    .draw_num_time .kj{
        font-size: 13px;
        margin-top: 0;
    }
    .draw_num_time .kjtime{
        border-radius: 4px;
        font-size: 12px;
        height: 24px;
        line-height: 24px;
        width: 64px;
    }
    #draw .draw_cz .draw_cz_tp{
        width:44px;
    }

}
@media screen and (min-width: 100px) and (max-width: 364px) {
    #draw .line{
        margin: 0 2px;
    }
}

*{
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Chrome/Safari/Opera */
-khtml-user-select: none; /* Konqueror */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none; /* Non-prefixed version, currently
not supported by any browser */
}
