@charset "gb2312";
body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,input,textarea,p {
    margin:0px;
    padding:0px;
    font-size:16px;
	color:#666;
    font-family:Helvetica,arial,STheiti,"Microsoft YaHei",sans-serif;
}
@font-face{font-family:login-icon;src:url(/style/font/login.eot);src:url(/style/font/login.eot?#iefix) format('embedded-opentype'),url(/style/font/login.woff) format('woff'),url(/style/font/login.ttf) format('truetype')}
.login-icon{font-family:login-icon!important;font-size:16px;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
body{background:#fff;}
.all{background:url(images/bg.jpg) no-repeat bottom center; width:100%; position:absolute; bottom:0; left:0; z-index:0;}
.main{width:320px; height:320px; position:absolute; top:50%; left:50%; margin:-160px 0 0 -160px; z-index:1;}
.common{width:320px; height:320px; position:absolute; top:90px; left:90px; overflow:hidden; z-index:5;}
.title{width:100%; height:30px; text-align:center; line-height:30px; font-size:24px; padding:20px 0; color:#fff; letter-spacing:6px; font-weight:0;}
.title .yun{font-size:30px;}
.title .wifi{width:60px; height:50px; position:absolute; left:50%; top:-10px; margin-left:-18px; z-index:10; overflow:hidden; font-size:60px; color:#fff; opacity:0.2; animation: moveup 1.2s infinite ease-in-out; -webkit-animation: moveup 1.2s infinite ease-in-out;}
@-webkit-keyframes moveup{0%{top:-10px;opacity:0.2}60%{top:-15px;opacity:0.6}100%{top:-20px;opacity:0}}
@keyframes moveup{0%{top:-10px;opacity:0.2}60%{top:-15px;opacity:0.6}100%{top:-20px;opacity:0}}
.blank20{width:100%; height:20px;}
.finput{width:220px; height:35px; line-height:35px; padding:0 50px;}
.leftusername{width:30px; height:100%; float:left; background:rgba(255,255,255,0.1);border-top-left-radius:10px; border-bottom-left-radius:10px; text-align:center; color:#d1d1d1;}
.inputs{width:180px; height:100%; border:none; background:rgba(255,255,255,0.1); border-top-right-radius:10px; border-bottom-right-radius:10px; float:left; color:#fff;}
input:focus{border:none; outline:none;}
input::-webkit-input-placeholder{color: #ccc;}
input:-moz-placeholder{color: #ccc;}
input::-moz-placeholder{color: #ccc;}
input:-ms-input-placeholder{color: #ccc;}
.btn_submit{width:210px; height:35px; border:none; background:#f96332; color:#fff; letter-spacing:5px; border-radius:10px; line-height:35px;}
.btn_submit:hover {-webkit-transform:scale(1.1);}
