a:link, a:visited, a:active {
		    text-decoration: none;
		}
		
		#notice {
			width: 530px;
			height: 180px;
			padding: 0;
			margin-top: -140px;
		}

		.pop_close {
			position: absolute;
			top: 10px;
			right: 10px;
			width: 25px;
			height: 25px;
			background: rgba(0, 0, 0, 0);
			color: rgba(0, 0, 0, 0);
			border-radius: 50%;
			text-align: center;
			line-height: 25px;
			text-decoration: none;
		}
		
		.pop_close:hover{
		    background: rgba(0, 0, 0, 0);
			color: rgba(0, 0, 0, 0);
		}
	
		.pop_fz {
			font-size: 24px;
			color: #fff;
			font-weight: bold;
			line-height: 40px;
			margin-top: 50px;
			text-align: center;
		}
	
		.pop_fz a {
			display: block;
			color: #fff
		}
		.piaofu1{
		    display: block;
		}
		.piaofu0{
		    display: none;
		}