

			html,
			body {
				margin: 0;
				height: 100%;
				font-family: "Helvetica Neue","PingFang SC","Microsoft Yahei",Arial,Verdana,sans-serif;
			}
		
			#qgg_popup {
				position: fixed;
				top: 0;
				left: 0;
				display: none;
				width: 100%;
				height: 100%;
				margin: auto;
				background: rgba(36, 36, 36, 0.1);
			}

			.qgg_popup_box {
		 	z-index: 10;
				position: absolute;
				top: 0;
				left: 0;
				bottom: 0;
				right: 0;
				width: 580px;
				height:808px;
				margin: auto;
				text-align: center;
				background-color: #fff;
				border-radius: 10px;
				padding-top: 26px;
				padding-bottom: 62px;
			}

			.qgg_popup_close {
				position: relative;
				width: 36px;
				height: 36px;
				background: #fff;
				color: #999;
				float: right;
				font-size: 24px;
				text-align: center;
				border-radius: 50%;
				line-height: 36px;
				font-weight: bold;
			}

			.qgg_popup_close:hover,
			.qgg_popup_close:focus {
				color: red;
				cursor: pointer;
			}

			.qgg_popup_img {
				position: relative;
				top: 0px;
				left: 0px;
				width: 580px;
				height:auto;
				border-radius: 15px;
			}
			.qgg_popup_box p{
				background-color: #fff;
				margin:5px auto;
				font-size: 15px;
			}
			.qgg_popup_box a{
				color: #197AFC;
			}
			.ziti3{
				font-size: 10px; 
				/*color: #4ae779;
				float:right; */
				
			}
			/* #header .zxzx {width: 216px;} */
       @media screen and (max-width:768px) {
				.qgg_popup_box {
					z-index: 10;
					position: absolute;
					top: 5%;
					left: 0;
					bottom: 0;
					right: 0;
					width: 100%;
					height: auto;
					margin: auto;
					text-align: center;
				}

				.qgg_popup_img {
					position: relative;
					top: 0px;
					left: 0px;
					width: 100%;
					height: auto;
					border-radius: 15px;
				}
			}