.mui-table-view-cell>a:not(.mui-btn){
	margin: inherit;
}
.mui-icon.mui-pull-left{
	color: #092f4b;
}
.mui-content{
	background: white;
}
.footer{	
	background: -webkit-radial-gradient(center, ellipse cover, #12394c 0%,#12394c 0%,#12394c 0%,#172942 100%);
	padding: 0.526rem 0.4rem;
}
.footerTitle{
	color: white;
	line-height: 1;
	margin-bottom: 0.3rem;
	font-size: 0.5rem;
	letter-spacing: 1px;
	text-align: center;
}
.footerText{
	color: rgba(255,255,255,.9);
	font-size: 0.34rem;
	line-height: 2;
	text-align: justify;
	text-indent: 2em;
}
.twoBtn{
	padding-top: 0.315rem;
	display: flex;
	justify-content: center;
}
.twoBtn a{
	color: white;
	font-size: 0.3rem;
	line-height: 1;
	padding: 0.29rem 0.7rem;
	border: 1px solid rgba(255,255,255,.2);
	border-radius: 5px;
}
.twoBtn a:first-child{
	margin-right: 1.2rem;
}
.twoBtn a:hover{
	color:red;
}
.copy{
	background: #fff;
	display: flex;
	flex-direction: column;
	padding-top: 0.48rem;
	padding-bottom: 0.1rem;
	align-items: center;
}
.copy p{
	color: #0d121b;
	font-size: 0.3rem;
	line-height: 1;
	text-align: center;	
}