.login-wrap {text-align: center;}
.login-wrap .copyright {position: relative;font-size: 1.1rem;font-weight: 400;color: #454545;line-height: 29px;}
.login-wrap .copyright::after{
    content:"";
    display: block;
    width:50px;
    height: 1px;
    background-color: #E6E6E6;
    position: absolute;
    left: 50%;
    margin-left: 60px;
    top: 50%;
}
.login-wrap .copyright::before{
    content:"";
    display: block;
    width:50px;
    height: 1px;
    background-color: #E6E6E6;
    position: absolute;
    left: 50%;
    margin-left: -105px;
    top: 50%;
}
.login-list {padding:20px 100px;}
.login-list a{
    display: block;
    line-height: 30px;
}
.login-list a img{
    display: block;
    width:60px;
    height:60px;
}
/*.login-list a {width: 48px;height: 36px;display: inline-block;text-indent: -9999px; background: url(/m/images/auth0.png) no-repeat;
background-size: 36px auto;margin: 0 8px;}
.login-list .sina {background-position: 0 0;}
.login-list .qq {background-position: 0 -52px;}
.login-list .happy {background-position: 0 -105px;}
.login-list .qq-zone {background-position: 0 -156px;}
.login-list .qq-weibo {background-position: 0 -206px;}
.login-list .renren {background-position: 0 -259px;}
.login-list .alipay {background-position: 0 -312px;}
.login-list .weixin {background-position: 0 -365px;}*/