@charset "utf-8";

html {height:100%;}
html {font-size: 62.5%; /* 10÷16=62.5% */}
@media only screen and (min-width: 481px){
    html {
        font-size: 94%!important; /* 15.04÷16=94% */
    }
}
@media only screen and (min-width: 561px){
    html {
        font-size: 109%!important; /* 17.44÷16=109% */
    }
}
@media only screen and (min-width: 641px){
    html {
        font-size: 125%!important; /* 20÷16=125% */
    }
}

/*@media only screen and (min-width: 376px){*/
    /*.index-new-box li{*/
        /*width:47.7% !important;*/
    /*}*/
/*}*/
html,body{font-family:'Microsoft yahei',Verdana,Arial,Helvetica,sans-serif;background:url('/static/images/default/bodybg.gif') #FFF;}
html,body,ul,li,p,h1,h2,h3,h4,h5,form,img,div{margin:0;padding:0;list-style:none;border:0;}
body{min-width:320px;}

.fl{float:left;}
.fr{float:right;}
.bold{font-weight:bold;}
.indent{text-indent:2.4em;}
.cf:after{content:"";display:table;clear:both}
.cf{*zoom:1}
.clear{clear:both;}

.body_box{position:absolute;width:100%;margin:0 auto;text-align:center;top:40%;left:0;}
.msg_cont{width:200px;margin:0 auto;padding:15px 0;text-align:center;border:1px solid #FF4B31;font-size:20px;color:#FF4B31;background:#FFF;overflow:hidden;}