.cpn {
	float: left;
	width: 100%;
	padding: 1px !important;
	margin: 0;
	box-sizing: border-box;
	position: relative;
}

.cpn a {
	text-align: center;
	color: #333;
	font-size: 14px;
	line-height: 20px;
	position: relative;
	width: 100%;
	display: block;
}

.cpn a img {
	width: 100%;
	max-height: 60px;
}

.cpn a p {
	width: 100%;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	text-align: center;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

#dgf {
	position: relative;
	width: 100%;
	overflow: visible !important;
	display: block!important;
	margin: auto;
	padding: 0;
	border: 0;
	max-width:962px
}

#dgf * {
	margin: 0;
	padding: 0;
	border: 0;
	min-width: none;
	max-width: none;
	display: block;
}

.dgf * img {
	max-width: none;
	max-height: none;
	width: auto;
	height: auto;
}

.dgfFa {
	width: 100%;
	float: left;
	text-align: center;
	background-size: 100% auto !important;
	position: relative;
}

#dgfFi {
	width: 100%;
	float: left;
	visibility: hidden;
}

.dgfCR {
	bottom: 0;
	position: absolute;
	right: 0;
	margin: 0;
}

.dgfCR a {
	float: right;
}

.dgfCR img {
	float: right;
	width: 28px !important;
}

@media screen and (max-width: 960px) {
    .cpn {
    	float: left;
    	width: 100%;
    	padding: 1px !important;
    	margin: 0;
    	box-sizing: border-box;
    	position: relative;
    }
    
    .cpn a {
    	text-align: center;
    	color: #333;
    	font-size: 14px;
    	line-height: 20px;
    	position: relative;
    	width: 100%;
    	display: block;
    }
    
    .cpn a img {
    	width: 100%;
    	max-height: 50px;
    }
    
    .cpn a p {
    	width: 100%;
    	position: absolute;
    	width: 100%;
    	left: 0;
    	bottom: 0;
    	background: rgba(0, 0, 0, 0.6);
    	color: #fff;
    	text-align: center;
    	height: 24px;
    	line-height: 24px;
    	overflow: hidden;
    	font-size: 12px;
    	margin: 0;
    	padding: 0;
    }
    
    #dgf {
    	position: relative;
    	width: 100%;
    	overflow: visible !important;
    	display: inline-block;
    	margin: 0;
    	padding: 0;
    	border: 0;
    }
    
    #dgf * {
    	margin: 0;
    	padding: 0;
    	border: 0;
    	min-width: none;
    	max-width: none;
    	display: block;
    }
    
    .dgf * img {
    	max-width: none;
    	max-height: none;
    	width: auto;
    	height: auto;
    }
    
    .dgfFa {
    	width: 100%;
    	float: left;
    	text-align: center;
    	background-size: 100% auto !important;
    	position: relative;
    }
    
    #dgfFi {
    	width: 100%;
    	float: left;
    	visibility: hidden;
    }
    
    .dgfCR {
    	bottom: 0;
    	position: absolute;
    	right: 0;
    	margin: 0;
    }
    
    .dgfCR a {
    	float: right;
    }
    
    .dgfCR img {
    	float: right;
    	width: 28px !important;
    }
}