/*公共底部*/
.row{
	display: table;
	width: 100%;
	table-layout: fixed;
	position: fixed;
	bottom: 0;
	height: 1.31rem;
	line-height: 1.31rem;
	background-color: #fff;
}
.column{
	display: table-cell;
	text-align: center;
	line-height: 0.8rem;
}
.column a img{
	width: 0.63rem;
    height: 0.63rem;
    display: block;
    margin: 0.15rem auto -0.1rem;
}
.column a span{
	display: inline;
}
.select{
	color: #0076FF;
}

/*公共头部*/
.top-height{
    width: 100%;
    height: 1.2rem;
    line-height: 1.2rem;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: #007AFF;
    font-size: 0.42rem;
    color: #fff;
}
.top-height .back-href{
    width: 0.3rem;
    position: absolute;
    top: 0.2rem;
    left: 0.2rem;
    z-index: 101;
}