<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.masking { 
	background: #000; 
	display: none; 
	height: 100%; 
	width: 100%; 
	position: fixed; 
	top: 0; 
	left: 0; 
	filter: alpha(opacity=30); 
	-moz-opacity: .5; 
	-khtml-opacity: .5; 
	opacity: .5; 
	z-index: 14; }
	.dlForm{
		position: fixed;
        left: 50%;
        top: 50%;
        width:700px;
        height:560px;
        margin-left:-350px;
        margin-top:-280px;
        display: none;
        z-index: 100;
	}
	.dlForm2{
		height:420px;
		margin-top:-210px;
	}
	.dlForm-con{
		position:relative;
		width:700px;
		height:560px;
		background:#fff;
		display:block;
		overflow:hidden;}
	.dlForm-con2{
		height:420px;
	}
	.dlForm-con .get{
		margin-top:30px;
		font-size: 18px;
		font-weight: 600;
		text-align:center;}
	.dlForm-con .plan{
		font-size:14px;
		height:20px;
		line-height: 20px;
		text-align: center;
	}
	.dlForm-con .bj{
		width:305px;
		height:208px;
		background-image: url(../../images/solution/tc.jpg);
		margin:0 auto 20px auto;
	}
	.dlForm-con .bj2{
		width:305px;
		height:208px;
		background-image: url(../images/solution/tc-ok.jpg);
		margin:0 auto 20px auto;
	}
	.dlForm-con .register{
		width:390px;
		margin:0 auto 12px auto;
		overflow: hidden;
		font-size:12px;
		color:#333333;
		
	}
	.dlForm-con .register span{
		width:80px;
		display:inline-block;
		text-align:right;
		color:#333333;
		font-weight: 550;
		
	}
	.dlForm-con .register input{
		width:298px;
		height:38px;
		line-height: 38px;
		margin-left:4px;
		border:1px solid #e1e7f0;
		text-indent: 6px;
		border-radius:6px;
		-webkit-border-radius:6px;
		-moz-border-radius:6px;
	}
	.dlForm-con .refer{
		width:120px;
		height:40px;
		line-height:40px;
		margin:30px auto 0 auto;
		background:#01aa96;
		text-align:center;
		font-size:16px;
		color:#fff;
		border-radius:6px;
		-webkit-border-radius:6px;
		-moz-border-radius:6px;
		cursor: pointer;
	}
	.dlForm-con .refer a{
		color:#fff;
	   font-size:16px;
	   }
	.dlForm-con .refer:hover{
		background:#00776a;
		font-weight: 600;
	}
	.dlForm-con .close{
		position:absolute;
		top:6px;
		right:6px;
		width:45px;
		height:45px;
		background:url(../images/solution/close.jpg);
		cursor: pointer;
	}</pre></body></html>