.bg_header{
	width: 100%;
	height: 300px;
	background: url(//huilv.paihang8.com/images/bg_header.png?6d7886) no-repeat;
	background-size: 100% 100%;
}
.bg-header-curr{
	height: 220px;
}
p.web-tit-curr{
	width: 1176px;
	margin: 0 auto;
	line-height: 100px;
	font-size: 22px;
	color: #FEFEFF;
	padding: 0 12px;
}
p.web-tit-curr span{
	color: #95F684;
}
.rate-tool-curr{
	margin-top: -120px;
}
.result-curr-tool{
	overflow: hidden;
	padding: 20px 20px 30px;
}
span.result-name{
	font-size: 20px;
	font-weight: bold;
	color: #191F28;
}
p.result-name-txt{
	font-size: 16px;
	color: #191F28;
	display: inline-block;
	margin-left: 58px;
}
p.result-name-txt span{
	color: #00ACEA;
}

/*amount*/
.curr-amount{
	width: 1200px;
	margin: 0 auto 40px;
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	border-radius: 10px;
	padding-bottom: 10px;
}
.curr-amount-header{
	height: 50px;
	background: rgba(1, 95, 245, 0.1);
	border-radius: 5px 5px 0px 0px;
	margin-bottom: 10px;
}
.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: 20px;
	font-weight: bold;
	color: #015FF5;
	width: 300px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.curr-amount-cont span{
	width: 210px;
	text-align: center;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	color: #015FF5;
	vertical-align: 19px;
}
p.curr-amount-cont-txt{
	font-size: 18px;
	font-weight: normal;
	color: #191F28;
	line-height: 44px;
}
/*K线图*/
.k-curve{
	width: 1200px;
	margin: 0 auto 40px;
	overflow: hidden;
}
ul.k-curve-nav{
	/*width: 1200px;*/
	height: 44px;
	background: rgba(1, 95, 245, 0.1);
    border-radius: 22px;
    margin-bottom: 20px;
}
.k-curve-nav li.k-curve-nav-list{
	height: 44px;
	line-height: 44px;
	padding: 0 43px;
	margin-right: 40px;
	font-size: 16px;
	color: #191F28;
}
.k-curve-nav li.k-curve-nav-list:hover{
	cursor: pointer;
}
li.k-curve-nav-list.active{
	background: #015FF5;
	border-radius: 22px;
	color: #fff;
}
.k-curve-cont{
	width: 1200px;
	height: 418px;
	background: #FFFFFF;
}

/*推荐币对详情页*/
.currency-pair-rec{
	width: 1200px;
	margin: 0 auto 40px;
	overflow: hidden;
}
.currency-pair-rec-cont{
	width: 545px;
}
p.highest-curr-tit span{
	color: #737983;
}
a.currency-pair-list{
	-webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 0%);
	        box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 0%);
}
a.currency-pair-list:hover{
	-webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 6%);
	        box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 6%);
}

.highest-curr{
	background: #F3F5F8;
	border-radius: 10px;
	padding: 20px;
	width: 1160px;
	margin: 0 auto;
}
p.highest-curr-tit{
	font-size: 20px;
	font-weight: bold;
	color: #191F28;
	border-bottom: 1px solid #D7E6F5;
	padding-bottom: 16px;
}
i.highest-curr-line{
	width: 4px;
	height: 20px;
	background: #00ACEA;
	border-radius: 2px;
	display: inline-block;
	margin-right: 10px;
	vertical-align: -2px;
}
a.hightest-currency-list{
	height: 42px;
	background: #FFFFFF;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
	        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
	border-radius: 5px;
	line-height: 42px;
	color: #015EAA;
	margin-top: 16px;
	display: inline-block;
	width: 100%;
}
.hightest-currency-tit{
	font-size: 16px;
	margin-left: 16px;
}
span.hightest-currency-txt{
	color: #191F28;
	margin-right: 16px;
	display: inline-block;
	width: 600px;
	text-align: right;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
