	.footer{
		position: relative;
		margin:0 auto;
		position:relative;
		
		display: flex;
		color: #fff;
		z-index: 10;
		flex-direction: column-reverse;
		background:#355593;
		width: 100%;
		padding: 0rem 1rem 1rem 1rem;
    	box-sizing: border-box;
	
	}
	.footer_box_qrcode{
		flex-direction: column;
		display: flex;
		text-align:center;
		align-items: center;
	    justify-content: center;
	    margin-top :1rem;
	    margin-left: 1rem;
	}
	.footer_box_qrcode p{
		margin-bottom: .71rem;
	}
	.footer_box_qrcode p a{
		color: #fff;
	}
	.footer_box_qrcode p a:hover{
		opacity: .8;
	}
	.footer_box {
		position:relative;
		z-index:22;
	}
	.footer_box img{
		width:40%;
		margin :1rem;
		margin-bottom:.5rem;
		
	}
	.footer_box_input{
		width:100%;
		box-sizing:border-box;
		padding: .5rem;
		padding-bottom:1rem;
		background: #fff;
		margin:0 auto;
		margin-top :1rem;
		border-radius:1rem;
		color: #000;
	}
	.contact_btn{
		width:90%;
		background: #355593;
		color:#fff;
		outline: none;
		border:none;
		height:2.5rem;
		border-radius:10rem;
		margin-top:1rem;
		

	}
	.contact_btn:hover{
		opacity:.8;
		cursor: pointer;
	}
	.contact_btn:focus{
		outline: none;
		border:none;
	}
	.contact_input{
		padding-top:0.1rem;
		height:2.5rem;
		flex-direction: row;
		display: flex;
		text-align:center;
		align-items: center;
	    justify-content: space-evenly;
	    border-bottom: 1px solid #ccc;
	}
	.contact_input:last-child{
		
		border-bottom:none;
	}
	.contact_input:nth-child(4){
		border-bottom:none;
	}
	.contact_input:last-child:after{
		display:none;
		
	}
	.contact_input:after{
		content: '';
		flex:0.1;
	}
	.contact_input label{
		flex:0.5;
		margin-bottom:0;

	}
	.contact_input label:before{
		content: attr(data-before);
		color: #c00;
		display: inline-block;

	}
	.contact_input input{
		flex:2;
		border:none;
		outline: none;
		height:100%;
	}
	.footer:after{
		display: block;
		/*content: '';*/
		height:100%;
		position:absolute;
		background:#355593;
		left:0;
		top:0;
		width:100%;
		z-index: 2;
	}


	.footerOut{
		background: #355593;
		width: 100%;
		height: 100%;

		overflow: hidden;
		margin-top: 1rem;
	}
