﻿@charset "UTF-8";
/* 初始化 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,address{margin:0px;padding:0px;-webkit-text-size-adjust:none;}
*{border:none; margin:0px; padding:0px;}
address,caption,cite,code,dfn,th,var,em{font-style:normal;font-weight:normal;}
ul,ol{list-style:none;}
select,input{vertical-align:middle;}
select,input,textarea{font-size:24px;}
body{ color:#666;font:12px/14px 'Microsoft YaHei','微软雅黑','宋体', sans-serif; width:100%; background:url(../images/bgTexture.jpg) #d0c19f; background-size:128px 128px;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight: normal;}
.clearfix:after{content:'.';display:block;height:0;clear:both;visibility:hidden;}
.clearfix{*zoom:1;}
a{color:#222;text-decoration:none; }

/*通用------*/
#out{ position:absolute; display:block; width:100%; height:100%; overflow:hidden; left:0px; top:50px;}

#Main{position:absolute; top:0px; left:0px; width:100%; height:100%; overflow:hidden; z-index:1; padding-top:6px;}
#toolBarBlack, #toolBar{ display:block; width:100%; height:10px; position:absolute; bottom:0px; right:0px; text-align:center; z-index:20; overflow:hidden; background:#000000; white-space:nowrap; text-overflow:ellipsis; margin:0px;}
#toolBar{ z-index:21; height:49px; background:url(../images/footer.jpg) repeat-x 0px 0px; background-size:auto 49px; border-radius:0px 0px 5px 5px;}
#toolBar a, #toolBar p{ display:inline-block; height:49px; line-height:49px; color:#b4b1ab; text-align:center; padding:0px 5px; font-size:16px;}
#toolBar a{color:#dde0e6;}
#toolBar a:hover{color:#fec30e;}


#scroll{display:block; width:100%; height:100%; overflow:hidden; float:left;}

/*
<img src="images/logo.jpg" width="67" height="95" id="logo" >
		<p id="intro">学信，移动的智慧校园</p>
		<a id="toSetup" href="#">点击安装</a>
*/
#logo{ display:block; margin:100px auto 30px auto; }
#intro{ display:block; width:100%; height:22px; font-size:21px; text-align:center; color:#333;}
#toSetup{ display:block; width:85%; height:45px; line-height:45px; margin:30px auto 0px auto; font-size:20px; text-align:center; color:#FFF; background:#ff9c00; border-radius:4px;}
