.step-1{
	padding: 60px 0px 47px;
	overflow: hidden;
}
.step-1-flex{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.step-1 .step-left{
	width: 50%;
}
.step-1 .step-left .tab{
	display: flex;
	border-bottom: 1px solid #EEEEEE;
	margin-bottom: 20px;
}
.step-1 .step-left .tab>div{
	padding: 20px 0px;
	cursor: pointer;
	font-weight: 600;
	font-size: 24px;
	color: #999999;
	position: relative;
}

.step-1 .step-left .tab>div:not(:last-child){
	margin-right: 50px;
}
.step-1 .step-left .tab>div.active{
	
	color: #333333;
	
}
.step-1 .step-left .tab>div::before{
	content: '';
	width: 0px;
	height: 2px;
	background: var(--color);
	position: absolute;
	bottom: -1px;
	left: 0;
	
}
.step-1 .step-left .tab>div.active::before{
	content: '';
	width: 100%;
	height: 2px;
	background: #333333;
	position: absolute;
	bottom: -1px;
	left: 0;
	transition: all .5s; 
}
.step-1 .step-left  p{
	font-weight: 400;
	font-size: 18px;
	color: #000000;
	text-align: left;
}
.step-1 .step-left  p:nth-child(1){
	margin-bottom: 5px;
}
.step-right img{
	display: none;
}
.step-right img.active{
	display: block;
}

/* 行情 */
.step-2{
	padding: 70px 0px 100px;
	background: #F8F8F8;
	margin-bottom: 100px;
}
.index-top-bot {
  margin-top: 50px;
  box-shadow: 0px 2px 30px 10px rgba(0,0,0,0.04);
  border-radius: 8px;
  overflow: hidden;
}

.index-top-bot-pro{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;

	
}
.index-pro-th{
	width: 100%;
	padding: 7px 15px;
	background:#14171D;
	display: flex;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	
}
.index-pro-th p{
	width: 14%;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 22px;
	text-align: center;
	font-style: normal;
}
.index-pro-th p:first-child{
	text-align: left;
}
.index-pro-th p:last-child{
	text-align: right;
}
.index-top-bot-pro .index-pro-i {
  width: 100%;
  padding: 20px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: row;
  align-items: center;
 justify-content: space-between;
 background: #FFFFFF;
}
.index-top-bot-pro .index-pro-i span{
	font-weight: 600;
	display: inline-block;
	width: 14%;
	text-align: center;
}
.index-top-bot-pro .index-pro-i span:first-child{
	text-align: left;
}
.index-top-bot-pro .index-pro-i span:last-child{
	text-align: right;
}
.index-top-bot-pro .index-pro-i:not(:last-child){
	border-bottom: 1px solid #EEEEEE;
}
.index-top-bot-pro .ask.raise,
.index-top-bot-pro .bid.raise,
.index-top-bot-pro .raise .chang,
.index-top-bot-pro .raise .chang_diff{
  color: #009D48;
}
.index-top-bot-pro .ask.drop,
.index-top-bot-pro .bid.drop,
.index-top-bot-pro .drop .chang,
.index-top-bot-pro .drop .chang_diff {
  color: #E52B22;
}


.step-3 .table-box{
	width: 998px;
	margin: 50px auto 130px;
	border: 1px solid #D6D6D6;
	border-radius:  8px ;
	overflow: hidden;
}
.step-3 table{
	width: 100%;
	text-align: center;
	
}
.step-3 table th,.step-3 table td{
	padding: 13px 0px;
}
.step-3 table thead tr{
background: #E2E2E2;
}
.step-3 table thead th{
	font-weight: 600;
	font-size: 18px;
	color: #000000;
	border:1px solid #D6D6D6;
}
.step-3 table tbody td{
	font-weight: 400;
	font-size: 16px;
	color: #000000;
	border:1px solid #D6D6D6;
}
.step-3 table tbody tr:nth-child(even){
	background: #F4F4F4;
}