/*
* @description: 公共样式
* @author: Wang xiao ping
* @update: name (2017-04-25 13:00)
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins,sup,sub, kbd, p, samp,
small, strong, var,
b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header,hgroup, menu, nav, section, menu,
time, mark, audio, video{margin:0; padding:0; border:0; outline:0; }
body{font-family: Helvetica, "Microsoft Yahei", "Heiti SC", "Droid Sans", "Droidsansfallback", SimSun, sans-serif;}
article, aside, figure, footer, header,hgroup, nav, section{display:block;}
nav ul{list-style:none;}
blockquote, p{quotes:none;}
blockquote:before, blockquote:after, p:before, p:after{content:''; content:none;}
a{margin:0; padding:0; vertical-align:top; text-decoration:none;color:inherit;}
a:link,a:visited,a:hover,a:active{text-decoration:none}
*{-webkit-tap-highlight-color:rgba(0,0,0,0);box-sizing:border-box;}
input, select{vertical-align:middle;}
ins{background-color:#ff9; color:#000; text-decoration:none;}
mark{background-color:#ff9; color:#000; font-style:italic; font-weight:bold;}
del{ text-decoration: line-through; }
abbr[title], dfn[title] {border-bottom:1px dotted #000; cursor:help;}
/* tables still need cellspacing="0" in the markup */
table{border-collapse:collapse; border-spacing:0;}
em,i{font-style:normal;}
hr{display:block; height:1px; border:0; border-top:1px solid #e0e0e0; }
select{-webkit-appearance:none;background:rgba(0,0,0,0);}
.clearfix:after{content: "."; display: block;height: 0;clear: both;visibility: hidden;}
html,body{background-color: #fff;color:#28282C;font-size:0.26rem;font-weight: 400;}
body {width: 7.5rem;margin: 0 auto;}
ul,li{list-style:none;}
.font_green{color:#13963D;}
.font_red{color:#ff4a03;}
.font_blue{color:#008aff;}
.font_grey{color:#999999;}
.blank_20{height:0.2rem;}
.blank_20_gray{height:0.2rem;background: #f7f7f7;}
/*
@media screen and (max-width:321px){body{font-size:14px}}
@media screen and (min-width:321px) and (max-width:400px){body{font-size:16px}}
@media screen and (min-width:400px){body{font-size:18px}}
*/


.fullBg{position:fixed;width:100%;height:100%;background:rgba(0,0,0,0.2);top:0;left:0;z-index:1000;display:none;}


footer{position:fixed;bottom:0;width:7.5rem;color:#a3a3a3;font-size:0.22rem;font-weight:600;margin:0 auto;height:1rem;display:flex;flex-direction:row;justify-content:space-around;align-items:center;background:rgba(255,255,255,0.85);align-content:center;z-index:999;border-top:0.01rem solid #E2E2E2;}
footer .cur{color:#ff5686;} 
footer .icon{display:block;width:0.44rem;height:0.44rem;margin:0 auto; } 
footer .homeIcon{background:url(../images/home.png) no-repeat center bottom;background-size:0.44rem 0.44rem;}
footer .cur .homeIcon{background:url(../images/home_cur.png) no-repeat center bottom;background-size:0.44rem 0.44rem;}
footer .runIcon{background:url(../images/run.png) no-repeat center bottom;background-size:0.44rem 0.44rem;}
footer .cur .runIcon{background:url(../images/run_cur.png) no-repeat center bottom;background-size:0.44rem 0.44rem;}
footer .rankIcon{background:url(../images/rank.png) no-repeat center bottom;background-size:0.44rem 0.44rem;}
footer .cur .rankIcon{background:url(../images/rank_cur.png) no-repeat center bottom;background-size:0.44rem 0.44rem;}
footer .prizeIcon{background:url(../images/prize.png) no-repeat center bottom;background-size:0.44rem 0.44rem;}
footer .cur .prizeIcon{background:url(../images/prize_cur.png) no-repeat center bottom;background-size:0.44rem 0.44rem;}
footer .myIcon{background:url(../images/my.png) no-repeat center bottom;background-size:0.44rem 0.44rem;}
footer .cur .myIcon{background:url(../images/my_cur.png) no-repeat center bottom;background-size:0.44rem 0.44rem;}
/*引导页*/
.leadBox{position:absolute;top:0;left:0;width:100%;height:100vh;overflow:hidden;background:url(../images/index_bg.jpg) no-repeat center center;background-size:100% 100%;text-align:center;}
.goBtn{display:block;background:url(../images/goBtn.png) no-repeat center center;background-size:100% 100%;width:2.98rem;height:1.16rem;position:absolute;bottom:1rem;left:50%;margin-left:-1.49rem;}


