@charset "utf-8";
body,#app{background-color: #fff;}
.container{
	width: 100%;
	height: auto;
	padding: 0.3rem;
	box-sizing: border-box;
}
header{
	color: #fff;
	display: flex;
	width: 100%;
	height: 3.4rem;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 0.3rem;
	background-color: #3965FF;
}
header .p1{font-size: 0.66rem;}
header .p2{color: #B0C2FF;font-size: 0.24rem;padding: 0.15rem 0 0.3rem 0;}
header .headerBox{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.headerBox .line{
	width: 2px;
	height: 0.39rem;
}
.headerBox .smallBox{
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.headerBox .smallBox p:nth-child(1){color: #B0C2FF;font-size: 0.24rem;padding-bottom: 0.15rem;}
.headerBox .smallBox p:nth-child(2){font-size: 0.3rem;}
.bigTitle{
	color: #000000;
	font-size: 0.36rem;
	padding: 0.5rem 0;
}
.tips{
	color: #000000;
	font-size: 0.36rem;
	margin-top: 0.2rem;
}
.tips a{
	background: #3965ff;
	padding: 0 0.2rem;
	border-radius: 0.2rem;
	font-size: 0.2rem;
	color: #fff;
}
.tips a i{
	font-size: 0.35rem;
	margin-left: 0.1rem;
}
.text{
	color: #666666;
	font-size: 0.28rem;
	line-height: 0.5rem;
}
.hr{
	width: 100%;
	border: none;
	margin: 0.6rem 0;
	border-bottom: 1px solid #D5D5D5;
}
/*利率走势图*/
.echartBox img{
	width: 100%;
}
button{
	color: #Fff;
	width: 100%;
	height: 1rem;
	display: flex;
	font-size: 0.36rem;
	align-items: center;
	border-radius: 0.5rem;
	justify-content: center;
	background-color: #3965FF;
}
