/*717域名活动*/
.activity-link{
	display:inline-block;
	position: fixed;
	bottom: 100px;
	left: 0px;
	z-index: 90;
	cursor: pointer;
}
.activity-modal{
	position: fixed;
	top: 50%;
	left: 50%;
	width:1020px;
	height:498px;
	margin-left:-510px;
	margin-top:-249px;
	z-index: 100;
}
.activity-modal .activity-modal-btn{
	display:inline-block;
	width:250px;
	height:60px;
	background:url('../img/717-modal-btn.png') no-repeat 100%;
	position: absolute;
	left:50%;
	margin-left:-90px;
	bottom:35px;
}
.activity-modal .activity-modal-btn:hover{
	background:url('../img/717-modal-btn-hover.png') no-repeat 100%;
}
.activity-modal .activity-modal-close{
	position:absolute;
	right:-24px;
	top:-35px;
	cursor: pointer;
}

.zt-dialog .dialog-cont {
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 98;
    width: 864px;
    height: 474px;
    background: url('../img/common/0617-dialog.png');
}

.zt-dialog .dialog-cont .dialog-close {
    position: absolute;
    top: -20px;
    right: 200px;
    cursor: pointer
}

.zt-dialog .dialog-cont .dialog-btn {
    position: absolute;
    bottom: 30px;
    left: 280px;
    cursor: pointer
}