.footer{
			background: #2B373D;
			padding-bottom: 10px;
			padding-top: 40px;
		}
		.footer p{
			font-size:16px;
			font-family:SourceHanSansCN-Regular;
			font-weight:400;
			color:rgba(255,255,255,1);
			
		}
		.footer a{
			font-size:14px;
			font-family:SourceHanSansCN-Normal;
			font-weight:400;
			color:rgba(255,255,255,1);
			line-height: 40px;
			opacity:0.6;
		}
		.footer_code img{
			width: 100%;
		}
		.footer_code{
			
			font-family:SourceHanSansCN-Normal;
			font-weight:400;
			color:rgba(255,255,255,1);
			text-align: center;
			margin-top: 50px;
			
		}
		.footer_code p{
			font-size:12px;
			margin-top: 10px;
		}
		.footer_bot{
			font-size:12px;
			font-family:SourceHanSansCN-Regular;
			font-weight:400;
			color:rgba(255,255,255,.7);
			text-align: center;
			padding-top: 40px;
		}
		.list_text a{
			margin-left: 10px;
		}
		@media screen and (max-width:992px ){
			.footer_code img{
				width: 80%;
			}
		}
		@media screen and (max-width:768px ){
			.footer_code img{
				width: 50%;
			}
		}
		