body{
    background-color: #f5f7fd;
    /*overflow: hidden;*/
    /*height:100%;*/
    width:100%;
    margin:0;
    padding:0;
}
ol,ul{list-style:none;}
*{margin:0;padding:0;border:0}

form,h1,h3,h4,h5,input,li,p,ul {
    margin: 0;
    padding: 0
}

li,ul {
    list-style: none
}

img {
    border: none
}

a {
    text-decoration: none;
    color: #333;
    cursor: pointer
}
.hidden {
    display: none
}
.clear:after {
    content: '';
    display: block;
    height: 0;
    visibility: hidden;
    clear: both
}

.clear {
    zoom:1}
.s-login{
    height: auto;
    width:548px;
    margin: 0 auto;
    display: table;
    vertical-align: middle;
    position: relative;
    top: 0; /*偏移*/
    margin-top: 20px;
}
.s-login-bg{
    padding:10px 35px 20px 35px;
}
.s-login-btn-big{
    background-color: #2f3bf1;
}
.whitebg{
    height: auto;
    width:548px;
    border-radius: 2px;
    background-color: #fff;
    display: table-cell;
    vertical-align: middle;
}
.s-login-logo{
    width:100%;
    text-align: center;
    height: 80px;
}
.s-login-logo img{
    height: 50px;
    width:200px;
    padding-top: 20px;
    margin: 0 auto;
    display: inline-block;
}
.s-login-tit{
    font-size: 24px;
    color: #0f1b41;
}
.s-login-tips{
    color: #5a7180;
    font-size: 14px;
}
.s-login-btn-wx{
    height: 40px;
    line-height: 40px;
    background-color: #00df6c;
    border-radius: 4px;
    color: #fff;
    display: block;
    margin-top: 10px;
    padding:5px;
    text-align: center;
    font-size: 14px;
}
.s-login-btn-wb{
    height: 40px;
    line-height: 40px;
    background-color: #04a0ff;
    border-radius: 4px;
    color: #fff;
    display: block;
    margin-top: 20px;
    padding:5px;
    text-align: center;
    font-size: 14px;
}
.s-login-btn-wx:hover{
    background-color: #1eef83;
}
.s-login-btn-wb:hover{
    background-color: #3cb3fb;
}
.s-login-btn-wx i img,.s-login-btn-wb i img{
    display: inline-block;
    height:26px;
    width:26px;
    vertical-align: -9px;
}
.s-login-txt1{
    color: #80898e;
    position: relative;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    margin-bottom: 26px;
}
.s-login-txt1:before{
    content: "";
    border-bottom: 1px solid #f4f4ff;
    position: absolute;
    bottom: 14px;
    width: 46%;
    right: 0;
}
.s-login-txt1:after{
    content: "";
    border-bottom: 1px solid #f4f4ff;
    position: absolute;
    bottom: 14px;
    width: 46%;
    left: 0;
}
.s-login-txt2{
    color: #0f1b41;
    font-size: 14px;
}
.s-login-input{
    height: 36px;
    line-height: 36px;
    border: 1px solid #e0e7ff;
    padding:5px 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 4px;
}
.s-login-input input{
    width:100%;
    height: 30px;
    line-height: 30px;
    padding: 5px 5px;
}
.s-login-input-box{
    border: 1px solid #e0e7ff;
    margin-top: 5px;
    margin-bottom: 5px;
    /* line-height: 36px; */
    border-radius: 4px;
}
.s-login-yzm{
    height: 36px;
    line-height: 36px;
    display: inline-block;
    width: 158px;
    background-color: #f3f5f8;
    color: #99a2bc;
    padding: 5px 5px;
    float: right;
    text-align: center;
    border-left:1px solid #e0e7ff;
}
.s-login-input-box input{
    display: inline-block;
    width: calc(74% - 60px);
    float: left;
    height: 30px;
    line-height: 30px;
    padding: 5px 5px;
}
.s-login-btn-big{
    height:47px;
    line-height: 47px;
    display: block;
    padding:5px;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    margin: 30px 0;
}
.s-login-btn-big:hover{
    background-color: #6a73fd;
}