.footer {
	    position: fixed;
	    left: 0;
	    bottom: -1px;
	    right: 0;
	    padding: 0px 0 0px 0;
	    z-index: 10;
	    background-color: #fff;
	}
	
	.footer .rowCon {
	    text-align: center;
	}
	
	.footer img {
	    width: 28%;
	}
	
	.footer .rowCon .current {
	    color: #007AFF;
	}
	/*flex ����*/
	.rowBoxs {
	    display: flex;
	    display: -webkit-box;
	    display: -webkit-flex;
	    flex-direction: row;
	    -webkit-flex-direction: row;
	}
	.verBox {
	    display: flex;
	    display: -webkit-box;
	    display: -webkit-flex;
	    flex-direction: row;
	    -webkit-flex-direction: row;
	}
	.rowCon {
	    -webkit-box-flex: 1;
	    -webkit-flex: 1;
	    flex: 0.8;
	}