* {
				padding: 0px;
				margin: 0px;
			}
			
			img {
				border: 0px;
			}
			
			.main {
				font-size: 14px;
				text-transform: uppercase;
				font-family: 'Î¢ÈíÑÅºÚ', Helvetica, Arial, sans-serif;
				width: 300px;
				height: 300px;
				background: #fff;
				position: absolute;
				left: 0;
				right: 0;
				top: 0;
				bottom: 0;
				margin: auto;
				border: 2px solid #ccc;
				box-sizing: border-box;
		
				
			}
			
			.main p {
				line-height: 32px;
				text-align: center;
				color: #f43627;
				font-size: 14px;
				width: 100%;
			}
			.main p input{
				width: 55%;
				height: 30px;
				margin-bottom: 10px;
			}
		
			.main h1 {
				color: #F00;
				line-height: 45px;
				font-size: 16px;
				text-align: center;
				padding-top: 20px;
			}
			.main h2{
				color: #333;
				font-size: 14px;
				text-align: center;
				margin-bottom: 10px;
			}
			#submit1 {
				width: 200px;
				height: 40px;
				background: #ea5b17;
				/*border-radius: 10px;*/
				text-align: center;
				line-height: 40px;
				margin-top: 30px;
				border: 0;
				outline: none;
				cursor: pointer;
				color: #fff;
				font-size: 16px;
			}
			#submit1:hover{
				background: #f0763b;
			}
			#yy-x{
				position: absolute;
				right: 20px;
				top: 10px;
				font-size: 18px;
				cursor: pointer;
				color: #636160;
			}
/*Ô¤Ô¼ ÏÔÊ¾*/
.iframe2{
	margin-left:160px;
}
