﻿*{margin:0;padding:0;box-sizing: border-box;outline:none;}
ol,ul,li {list-style: none;}
a{color:#333;}
a,a:active,a:hover,a:focus,a:visited {text-decoration: none;}
a,img {-webkit-touch-callout: none;}
img {border-width: 0;}
a,input{-webkit-tap-highlight-color:rgba(255,0,0,0);-webkit-appearance:none;border: none;outline: none;}
input,input:focus,input:active{user-select: text;}
.clearfix:after{content: '';display: table;clear: both;}
.clearfix{*zonm:1;}
 body {
    font-family: 'Microsoft YaHei';
    max-width: 500px;
    max-height: 600px;
    background-image: url("../img/111.png");
}
.login {
    text-align: center;
    position:absolute;
    top:-120px;right:0;bottom:0;left:0;
    margin:auto;
    height:530px;
    width:400px;
}
 /*frame*/
.Information-input li {
    margin-top: 40px;
    min-height:21px;
}
.Frame {
    text-align: left;
    width: 280px;
    margin: 0 auto;
}
.imglay{
    display:inline-block;
    width: 245px;
}
.imglay>img{
     width:100%;
}
.Frame .inplay {
    border: 1px solid #9b9b9b;
    background-color: #fff;
    margin: 12px 16px;
    border-radius: 20px;
}
.Frame .icolay{
    width:18%;
    text-align:center;
    display: inline-block;
}
.Frame .icolay>img {
    width: 15px;
    height: 15px;
    margin-bottom: -3px;
}
.Frame .inpTet{
    width: 73%;
    font-family: 'Microsoft YaHei';
    padding: 8px 0;
    font-size: 14px;
}
/*登录按钮*/
.btn-login {
    width: 245px;
    height: 38px;
    background: none;
    background: url("../img/btn_register_english_unchecked.png") no-repeat;
    border: 0;
    border-radius: 16px;
    background-size: cover;
}
.btn-login:hover{
    background: url("../img/btn_register_english_checked.png") no-repeat;
    border: 0;
    border-radius: 16px;
    background-size: cover;
}
/*Social*/
.Social-software {
    width: 347px;
    margin: 0px auto;
}
.Social-software li {
    float: left;
    width: 33.33%;
}
.Social-software li img {
    width: 40px;
    height: 40px;
}
.Social-software li div {
    font-size: 12px;
    color: #7a8e91;
}
/*copyright*/
.copyright{
    position: fixed; 
    left:0;
    width: 100%; 
    color: #b8caca;
    bottom: 8px; 
    font-size: 14px;
    padding: 20px;
}