@charset "utf-8";
img{
	max-width: 100%;
}
/*限制最大宽度720屏幕浏览*/
html,body,#header,#footer_label,.ft_navbar{
	max-width: 720px;
    height: 100%;
    margin: 0 auto;
}
#header,#footer_label{
	left:0;
	right: 0;
}
/*顶部导航栏header*/
#header{
    width: 100%;
    height: 48px;
    line-height: 48px;
    background: url(../andriod/tool_btnbg.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{
	padding-top: 48px;
}
.wap_body{
    overflow-y: auto;
    height: calc(100% - 48px);
}
.space_margin{
	margin-top: 42px;
	width: 100%;
	height: 1px;
}
.footer_mb{
	margin-bottom: 48px;
}
/*左边返回*/
.header_nav{
	font-size: 0;
}
.header_left,.header_mid,.header_right{
	vertical-align: middle;
	display: inline-block;
}
.header_left{
	width: 20%;
}
.header_mid{
	width: 60%;
}
.header_right{
	width: 20%;
}
.nav_return{
	display: block;
	width: 20px;
	height: 20px;
}
.nav_return img{
	vertical-align: top;
}
#header h1{
	display: block;
    font-size: 17px;
    color: #ffffff;
    font-weight: normal;
    text-align: center;;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.header_nav:after{
	display: block;
	clear: both;
	content: '';
}

/*  foot_navbar */
.ft_navbar {
    width: 100%;
    box-sizing: border-box;
    height: 48px;
    line-height: 48px;
    position: fixed;
    bottom: 0;
    background: linear-gradient(180deg,#f46d00,#ed6400);
    padding: 2px;
    /* left: 0; */
}

.bottom_btn {
    width: 100%;
    font-size: 0;
}
/* .bottom_btn a{
    display: block;
    width: 100%;
    height: 100%;
} */
.bottom_btn .btm_btns{
 	display: inline-block;
    width: 50%;
    text-align: center;
    box-sizing: border-box;
}
.bottom_btn a {
	display: block;
	width: 100%;
	line-height: 44px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
	background: linear-gradient(180deg,#ff8c5a,#ea4700);
}
.bottom_btn .btm_btns:first-child{
	padding-right: 1px;
}
.bottom_btn .btm_btns:first-child+.btm_btns{
	padding-left: 1px;
}
.bottom_btn a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin-right: 8px;
}
.bottom_btn a span{
	vertical-align: middle;
}
.bottom_btn .btm_btns.active a{
	background: linear-gradient(180deg,#ffe84e,#ff961b);
	color: #982503;
}
.bottom_btn .btm_btns .index_btn:before{
	background: url(../andriod/tool_home_nor.png) no-repeat center;
	background-size: cover;
}
.bottom_btn .btm_btns.active .index_btn:before {
    background: url(../andriod/tool_home_on.png) no-repeat center;
    background-size: cover;
}
.bottom_btn .btm_btns .plan_list_btn:before {
    background: url(../andriod/tool_planall_nor.png) no-repeat center;
    background-size: cover;
}
.bottom_btn .btm_btns.active .plan_list_btn:before {
    background: url(../andriod/tool_planall_on.png) no-repeat center;
    background-size: cover;
}



/*右边复制*/
.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: 13px;
    text-align: center;
    margin-top: 2px;
}
#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: 75.8%;
    padding-left: 6px;
    box-sizing: border-box;
}
.draw_num_time .kjtime{
    display: inline-block;
    width: 62px;
    height: 29px;
    line-height: 28px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../andriod/plan_count_down.png);
    vertical-align: middle;

}
.draw_num .draw_num_numball{
    flex-grow: 1;
    display: flex;
    justify-content: flex-start;
    margin-top: 6px;
    margin-right: 20px;
}
.draw_num .draw_num_numball span{
    width: 36px;
    height: 36px;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    line-height: 36px;
    text-align: center;
    background: url(../andriod/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{
    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: contain;
    background-repeat: no-repeat;

	margin: 0 auto;
}
.tool_index{
    background-image: url(../andriod/nav_home_icon1@2x.png);

}
.tool_plan{
    background-image: url(../andriod/nav_plan_icon1@2x.png);

}
.tool_history{
    background-image: url(../andriod/nav_function_icon1@2x.png);

}
.tool_trend{
    background-image: url(../andriod/nav_trend_icon1@2x.png);

}
.tool_cabinet{
    background-image: url(../andriod/nav_my_icon1@2x.png);

}
/*当前页面*/
.footer_tool li.active .tool_index{
    background-image: url(../andriod/nav_home_icon2@2x.png);

}
.footer_tool li.active .tool_plan{
    background-image: url(../andriod/nav_plan_icon2@2x.png);

}
.footer_tool li.active .tool_history{
    background-image: url(../andriod/nav_function_icon2@2x.png);

}
.footer_tool li.active .tool_trend{
    background-image: url(../andriod/nav_trend_icon2@2x.png);

}
.footer_tool li.active .tool_cabinet{
    background-image: url(../andriod/nav_my_icon2@2x.png);

}
.footer_tool li p{
    font-size: 12px;
    color: #666;
    text-align: center;
    margin-top: 2px;
}
.footer_tool li.active p{
    color: #f22222;
}
/*缩水底部全局定位+拼接号码*/
.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{
	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;
}


/*兼容小屏手机*/
/*0901进行添加修改*/
.series_item{
    margin-top: 10px;
}
.series_item .series_tit{
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #ddd;
}
.series_tit .tit_line{
    display: inline-block;
    vertical-align: middle;
    width: 3px;
    height: 14px;
    border-radius: 10px;
    background: #F22222;
    margin-left: 12px;
}
.series_tit .tit_span{
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    color: #333;
    padding-left: 3px;
}
.ft_navbar{
    padding: 0;
    background: #fff;
    border-top: 1px solid #ddd;
}
.bottom_btn .btm_btns{
    width: 20%;
    padding: 0 !important;
    background: none;
}
.bottom_btn a{
    line-height: inherit;
    font-size: 16px;
    padding-top: 5px;
    background: none;
}
.bottom_btn .btm_btns.active a{
    background: none;
}
.bottom_btn a span{
    display: block;
    font-size: 13px;
    font-weight: normal;
    height: 18px;
    line-height: 18px;
    margin-top: 4px;
    color: #999;
}
.bottom_btn .btm_btns.active a span{
    color: #fb6b04;
}
.bottom_btn a:before{
    width: 18px;
    height: 18px;
    margin: 0 auto;
    display: block;
}
.bottom_btn .btm_btns .plan_ai_btn:before {
    background: url(../andriod/tool_planai_nor.png) no-repeat center;
    background-size: cover;
}
.bottom_btn .btm_btns.active .plan_ai_btn:before {
    background: url(../andriod/tool_planai_on.png) no-repeat center;
    background-size: cover;
}
.bottom_btn .btm_btns .plan_tool_btn:before {
    background: url(../andriod/tool_zuohao_nor.png) no-repeat center;
    background-size: cover;
}
.bottom_btn .btm_btns.active .plan_tool_btn:before {
    background: url(../andriod/tool_zuohao_on.png) no-repeat center;
    background-size: cover;
}
.bottom_btn .btm_btns .qq_btn:before {
    background: url(../andriod/service.png) no-repeat center;
    background-size: cover;
}
/*09-02*/
#header{
    background: linear-gradient(180deg,#ff9a57,#ff7d15);
}
.wrapper {
    width: 100%;
    height: auto;
    padding: 0 10px;
    box-sizing: border-box;
    margin-top: 11px;
    margin-bottom: 54px;
}
#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: 11px;
}
.nav_return .back{
    width: 22px;
    vertical-align: top;
}
.draw_num_time .kjtime{
    float:right;
    height: 26px;
    line-height: 26px;
    border-radius: 4px;
    background-image: none;
    background: linear-gradient(180deg,#ff3e1f,#ff9a60);
    box-shadow: 0 2px 5px #ffc8ae;
}
#draw .draw_cz .draw_cz_name{
    /*margin-top: -5px;*/
}
/*0904*/
.nav_return{
    top: 13px;
}
.nav_right_copy{
    top: 13px;
}
.nav_right_copy img{
    vertical-align: middle;
}
.nav_right_copy span{
    vertical-align: middle;
}

/*0911兼容iphonex*/
.space_margin{
    height: 0;
    margin-top: 48px;
}
.ft_navbar{
    height: auto;
    line-height: auto;
}
.ft_navbar .bottom_btn{
    height: 48px;
    line-height: 48px;
}
.T{
    display: none;
}
@media  screen and (min-width: 375px) and (min-height: 760px){
    .ft_navbar{
        box-sizing: inherit;
        padding-bottom: 4px 0;
    }
}
