.footer{
	background:#1c1c1c !important;
}
.desclist{
	width:100%;
	color:#fff;
}

.desclist .col-md-4 .desclt-list li{
	height:50px;
	line-height:50px;
}
.desclist .col-md-4 .d-service li a{
	margin-right:24px;
}
.desclist .col-md-4 .vpnphone{
	font-size:26px;
	color:#3497e3;
	font-weight:bold;
	letter-spacing:4px;
}	

.desclist .col-md-4 .vpnqq{
	border-radius:30px;
	text-align:center;
	width:230px;
	height:40px !important;
	line-height:40px !important;
	margin-top:5px;
    background: #3497e3 url(../image/footer_qq.png) 22px center no-repeat;
    background-size: 20px 20px;
    padding-left: 32px;
}
.desclist .col-md-4 .vpnqq span a{
	color:#fff;
}

.desclist .col-md-4 .vpnqq span a:hover{
	color:#fff!important;
}

.desclist .col-md-4 .vpnemail{
    background:url(../image/footer_email.png) left center no-repeat;
    background-size: 20px 20px;
    padding-left: 26px;
}

.desclist .col-md-4 .vpnlocate{
	background:url(../image/footer_locate.png) left center no-repeat;
    background-size: 20px 20px;
    padding-left: 26px;
}
/*footer友情链接*/
.desclist div ul.d-friendship{
	overflpw:hidden;
}
.desclist div ul.d-friendship li{
	float:left;
	margin-right:24px;
}
.desclist div ul.desclt-list li a{
	color:#fff;
}
.desclist div ul.desclt-list li a:hover{
	color:#3497e3;
}
copyright{
	display: block;
	text-align:center;
	line-height: 22px;
	color:#636363;
	font-size:12px;
	margin:0 auto;
}

.vpnlaw{
	max-width:1000px;
	color:#636363;
	font-size:12px;
	text-align:center;
	line-height: 24px;
	margin:0 auto 12px auto;
	padding: 0 12px;
}
@media (min-width: 768px){
	/*footer*/	
	.desclist{
		height:520px;
		padding:80px 200px 0 200px;
	}
	.desclist .col-md-4{
	    margin-bottom: 60px;
	}
	copyright{
		padding:8px;
	}
}
@media (max-width: 768px){
	
	/*footer*/	
	.desclist{
		height:auto;
		padding-top:40px;
	}
	.desclist .col-md-4{
		border-top:1px solid #1c1c1c;
	    margin-bottom: 22px;
	}
	
	.d-service:after {
		 content:".";
		 display:block;
		 height:0;
		 visibility:hidden;
		 clear:both;
	}   
	.desclist .col-md-4 .d-service li{
		float:left;
		width:50%;

	}
	copyright{
		padding:8px 12px;
	}
	.desclt-tit{
		font-size: 16px;
		font-weight:bold;
	}
}