<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.icons.weixin {
    background-position: 0 0;
    background-size: 42px;
}



.icons.qq {
    background-position: 0 -85px;
    background-size: 43px;
	
}


.icons.weibo {
    background-position: 0 -131px;
    background-size: 44px;
}

.icons {
    background: url(../images/icon/login.png) no-repeat;
    display: inline-block;
    width: 42px;
    height: 42px;
}

.main-login {

	padding-left: 70upx;
	padding-right: 70upx;
}
.login-user{
	padding-left: 70upx;
	padding-right: 70upx;
}
</pre></body></html>