@CHARSET "UTF-8";
/* 
 *  全局样式
 *  ---------------------------------------
 *  作者: haibao(http://smwell.sinaapp.com/)
 *  时间: 2015-1-27
 *  企鹅：964279742
 *  创意源于生活，代码如诗从你我开始
 *  OOCSS虽好，需培养，需规范，需慢慢品尝
 */
html { width:100%;height:100%;font-size: 100%;-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;}
body { width:100%;height:100%;padding: 0;margin: 0; font-family: "微软雅黑",'microsoft yahei',Arial,sans-serif;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none; }
img {border: 0 none; max-width: 100%;height: auto;width: auto9;-ms-interpolation-mode: bicubic;vertical-align: middle;}

.box{width:100%;height:100%;background:url('../images/bg.jpg') no-repeat center center;background-size:cover;}
#finger{width:380px;height:380px;position:absolute;top:50%;left:50%;margin:-90px 0 0 -90px;text-align: center;}
#finger_box{width:100%;height:100%;position:relative;}
#line{width:100%;height:12px;position:absolute;top:50%;left:50%;margin:-6px 0 0 -50%;display:none;-webkit-animation: line 1.4s linear;animation: line 1.4s linear;}
#info{width:100%;height:30px;line-height:30px;position:absolute;top:-50px;left:50%;margin-left:-50%;color:#fff;font-size:1.2em;}
@keyframes line{ 0% {transform: translateY(-90px);} 50% {transform: translateY(90px);} 100% {transform: translateY(-90px);} }
@-webkit-keyframes line{ 0% {-webkit-transform: translateY(-90px);} 50% {-webkit-transform: translateY(90px);} 100% {-webkit-transform: translateY(-90px);}}