
.other_login{ width:100%; text-align:center;}

.popSys{transform: scale(0,0); transition: .4s; opacity: 0;position:fixed;top:0;bottom:0;right:0;left:0;z-index:1008;background:rgba(0, 0, 0, 0.7);height: 100%; width:100%;}
.popSys.show { transform: scale(1,1); opacity: 1;}
.popSys .con{ position: absolute; border-radius: 7px; background-color: #fff; left: 50%; top: 50%; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%);}

.img-headers {
	display: block;
	margin:10% auto;
}
.biaoti{ border:1px solid #FFFF00; padding:2px 10px 1px;border-radius:5px; line-height:30px; color:#FFFF00;position:absolute;top:20%;right:15%;}


.login_bg{ margin:4%; padding:0px 10px 10px 10px;border-radius: 5px; background:#fff;display: block;}

.m-guess .tit{	width: 100%;	text-align:center;    display:-webkit-box;	display:-webkit-flex;	display: flex;	-webkit-box-align: center;	-webkit-align-items:center;	align-items:center;	-webkit-box-pack: center;	-webkit-justify-content:center;	justify-content:center;}
.m-guess{ margin:10px auto;}
.m-guess .tit span {    position: relative;	height:1rem;    display:-webkit-box;	display:-webkit-flex;	display: flex;	-webkit-box-align: center;	-webkit-align-items:center;	align-items:center; font-weight:bold;}

.m-guess .tit span:before {    content: '';    width: 1.5rem;    height: 1px;    background: #e3e5e9;    position: absolute;    right: -2rem;    top: 50%;    -webkit-transform: scaleY(0.5);    transform: scaleY(0.5);    -webkit-transform-origin: 0 0;    transform-origin: 0 0;    z-index: 10;} 
.m-guess .tit span:after {    content: '';    width: 1.5rem;    height: 1px;    background: #e3e5e9;    position: absolute;    left: -2rem;    top: 50%;    -webkit-transform: scaleY(0.5);    transform: scaleY(0.5);    -webkit-transform-origin: 0 0;    transform-origin: 0 0;    z-index: 10;}

.other_login{ width:100%; text-align:center;}