.tyrz-container{width: 400px;height: 400px;position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);background-color:#FFF;}
.tyrz-container .login-title{font-size: 20px;text-align: center;font-weight: bold;margin-top: 20px;}
.tyrz-container .login-user{text-align: center}
.tyrz-container .login-user img.default{width:187px;height:191px;margin-top: 20px;display: inline;}
.tyrz-container .login-user img.red{display: none;}
.tyrz-container .close{text-align: right;cursor: pointer;}
.tyrz-container .close img{width:32px;height:32px;background-color: var(--gcolor);}
.tyrz-container #login-btn{text-align: center;margin-top: 30px}