<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 淇℃伅寮瑰嚭妗� */
		div.signMsg{
		    position: fixed;
		    width: 100%;
		    height: 100%;
		    top: 0;
		    background: rgba(0,0,0,.5);
		    display: none;
		}
		div.signMsg div{
		    width: 400px;
		    height: 360px;
		    background: url(../img/modal.png) no-repeat;
		    position: absolute;
		    transform: translate(-50%,-50%);
		    left: 50%;
		    top: 50%;
		}
		div.signMsg span{
		    position: absolute;
		    width: 50px;
		    height: 50px;
		    right: 0;
		    top: 0;
		}
		div.signMsg p.modalTitle{
			color: #bcaf82;
			font-size: 24px;
			margin-top: 180px;
			line-height: 1;
			margin-bottom: 40px;
		}
		div.signMsg p.modalMsg{
			font-size: 14px;
			color: #000;
			text-align: left;
			padding: 0 30px;
		}</pre></body></html>