/* 货币 */
.currency-two{
  width: 47.5%;
}
.currency-two p.highest-curr-tit{
  border: none;
  padding: 6px 0;
}
.currency-two a.hightest-currency-list{
  padding:0 10px;
  display: block;
  width: auto;
}
/*amount*/
.curr-amount{
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	border-radius: 5px;
	padding-bottom: 5px;
  margin-bottom: 20px;
}
.curr-amount-header{
	height: 40px;
	background: rgba(1, 95, 245, 0.1);
	border-radius: 5px 5px 0px 0px;
	margin-bottom: 10px;
  line-height: 40px;
}
.curr-amount-cont{
	display: inline-block;
	position:relative;
	left:50%;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
}
p.curr-amount-txt{
	text-align: center;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	color: #015FF5;
	width: 140px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.curr-amount-cont span{
	width: 40px;
	text-align: center;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	color: #015FF5;
	vertical-align: 14px;
}
p.curr-amount-cont-txt{
	font-size: 16px;
	font-weight: normal;
	color: #191F28;
	line-height: 24px;
}
/*K线图*/
.k-curve{
	overflow: hidden;
  margin-bottom: 25px;
}
ul.k-curve-nav{
	height: 36px;
	background: #fff;
  border: 1px solid #015FF5;
  border-radius: 5px;
  margin-bottom: 10px;
}
.k-curve-nav li.k-curve-nav-list{
	height: 36px;
	line-height: 36px;
  width:16%;
  font-size: 14px;
  border-right: 1px solid #015ff5;
	color: #015FF5;
  text-align: center;
}
li.k-curve-nav-list.active{
	background: #015FF5;
	color: #fff;
}
.k-curve-cont{
	width: 100%;
  height:250px;
  border: 1px solid #E3E1E1;
  overflow-x: auto;
  overflow-y: hidden;
  display: -webkit-box;
}
.k-curve-cont img{
  height: 250px;
}
/* Result */
.result-box{
  padding: 12px 12px 0;
  overflow: hidden;
  background: #F3F5F8;
  border-radius: 10px;
  margin-top: 20px;
}
.result-box p.result-box-tit{
  font-size: 18px;
  font-weight: bold;
  color: #333;
  line-height: 24px;
}
.result-box p.result-box-txt{
  width: 100%;
  margin-top: 6px;
  color: #666;
}
span.curr-txt{
  color: #00ACEA;
  margin-left: 8px;
}
p.result-box-date{
  color: #7F868F;
  font-size: 13px;
  line-height: 30px;
  border-top: 1px solid #D7E6F5;
  margin-top: 10px;
}
