<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.yuyue {
				display: none;
	z-index:3;
			}
			
			#yuyue1 {
				position: fixed;
				background: #fff2c5;
				left: 0;
				top: 0;
				right: 0;
				bottom: 0;
				margin: auto;
				display: none;
			}
			
			img {
				border: 0px;
			}
			
			.main {
				font-size: 14px;
				text-transform: uppercase;
				font-family: '瀹嬩綋', Helvetica, Arial, sans-serif;
				width: 80%;
				height: 200px;
				position: relative;
				background: #fff2c5;
				border-radius: 10px;
				z-index: 10;
			}
			
			.main p {
				line-height: 32px;
				text-align: center;
				color: #000;
				font-size: 18px;
				font-weight: bold;
			}
			
			.main p input {
				height: 25px;
				width: 64%;
				border-radius: 5px;
				margin-bottom: 10px;
				border: 2px solid #72655b;
				font-size: 16px;
			}
			
			.main h1 {
				color: #F00;
				line-height: 45px;
				font-size: 24px;
				text-align: center;
				font-weight: 100;
				margin-top: 10px;
			}
			
			#submit {
				width: 64%;
				height: 32px;
				line-height: 32px;
				background: #fa6015;
				border-radius: 10px;
				border: 0;
				outline: none;
				cursor: pointer;
				color: #fff;
				font-size: 16px;
			}
			
			.main .yuyue1-x {
				position: absolute;
				right: 25px;
				top: 8px;
				font-size: 24px;
				cursor: pointer;
			}
			
			.yy {
				width: 100%;
				height: 100%;
				position: fixed;
				background: rgba(0, 0, 0, 0.3);
				/*display: none;*/
				z-index: 2;
			}</pre></body></html>