			#dlyz {
				width: 600px;
				height: 200px;
				background-color: #FFFFFF;
				margin: auto;
				position: fixed;
				z-index: 500;
				top: 50%;
				left: 50%;
                -webkit-transform: translate(-50%,-50%);
				transform: translate(-50%,-50%);
				display: none;
				border-radius: 6px;
			}
			#beian {
				width: 600px;
				height: 200px;
				background-color: #FFFFFF;
				margin: auto;
				position: fixed;
				z-index: 500;
				top: 50%;
				left: 50%;
                -webkit-transform: translate(-50%,-50%);
				transform: translate(-50%,-50%);
				border-radius: 6px;
				display: none;
			}
			#dlyz p{
				margin-top: 60px;
			}
			#test {
				width:100%;
				height:100%;
				width: 100vw;
				height: 100vw;
				background-color: #000;
				position: fixed;
				top: 0;
				left: 0;
				z-index: 500;
				opacity: 0.6;
				/*兼容IE8及以下版本浏览器*/
				filter: alpha(opacity=30);
				display: none;
			}
			.btn-success{
				margin-top: 60px;
    			width: 79px;
			    height: 40px;
			    color: #fff;
			    background-color: #68a2d7;
			    border-color: #68a2d7;
			    border-radius: 4px;
			}
