.mask{
			height: 100%;
			position: 100%;
			top:0px;
			left:0px;
			z-index: 99;
		}
.zc_auth_pop_container{
				height:300px;
				width: 560px;
				border-radius: 3px;
				background-color: #EEEEEE;
				position: absolute;
				z-index: 100;
				left:50%;
				top:50%;
				box-shadow: 0px 0px 1px 1px #d0d0d0;
}
.zc_auth_pop_header{
				line-height: 32px;
                color: #808080;
                font-size: 14px;
                padding-left: 15px;
			}
.zc_auth_pop_close{
	position: absolute;
    right: -35px;
    background-color: #808080;
    width: 35px;
    text-align: right;
    padding: 5px 0px;
    border-bottom-right-radius: 12px;
    border-top-right-radius: 12px;
    text-align: center;
}
.zc_auth_pop_close img{
	width: 13px;
	cursor: pointer;
}
.zc_auth_pop_mask{
    height: 100%;
    width: 100%;
    z-index: 99;
    left: 0px;
    top: 0px;
    background-color: #808080;
    position: absolute;
    opacity: 0.4;
}
.zc_auth_pop_container>iframe{
	border-radius:3px;
}

