/*头部*/
/*header.mui-bar{
	background: rgba(255,255,255,0);
}*/
.mui-inner-wrap{
	background: #f8f8f8;
}
/*#offCanvasContentScroll{
	background: rgba(255,255,255,0) url(../images/top_bg.jpg) no-repeat top/contain;
}*/
/*header.mui-bar a{
	color: #fff;
}*/
.mui-inner-wrap header{
	background-color: #fff;
}
.mui-bar .mui-btn-link{
	color: #fff;
}
header.mui-bar .mui-search{
	top: -42px;
}
/*banner*/
.banner{
	width: 15.0rem;
}
.banner img{
	width: 100%;
}
/*底部空间*/
.space{
	height: 2.4rem;
}
/*汇率兑换*/
.mui-card{
	overflow: visible;
}
.trans span{
	color: #929292;
}
.trans .board{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin: 0.2rem 0;
}
.trans .board img{
	width: 1.8rem;
	height: 1.8rem;
	border-radius: 50%;
	margin-left: 0.2rem;
}
.trans .board p{
	margin: 0.2rem 0 0.2rem 0.8rem;
}
.trans form .mui-button{
	width: 2.16rem;
	background: #5e93f9;
	text-align: center;
	padding: 0;
	color: #fff;
}
.mui-input-row{
	display: flex;
	justify-content: space-around;
	margin-bottom: 10px;
}
.mui-input-group input{
	border: 1px solid #bababa;
	width: 5.0rem;
	text-align: center;
	border-radius: 3px;
}
.mui-input-group select{
	width: 5.0rem !important;
	border: 1px solid #bababa !important;
	text-align: center;
	padding: 10px 15px !important;
}
.mui-input-group .mui-input-row:after{
	height: 0;
}

/*汇率信息*/
.info{
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.info .country{
	width: 25%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
}
.info .country img{
	width: 1.9rem;
	height: 1.9rem;
	border-radius: 50%;
	margin-bottom: 0.2rem;
}
.info .country p{
	margin-bottom: 0;
}
.info .price{
	width: 75%;
	display: flex;
	flex-wrap: wrap;
}
.info .price p{
	width: 50%;
	margin: 0.2rem 0;
}
.info .price span{
	display: inline-block;
	padding-left: 0.4rem;
}
