btn-plain#quantTrade{
	overflow:hidden;
	width: 1280px;
    margin: 0 auto;
    box-shadow: 0px 0px 12px 0px rgba(21, 36, 84, 0.21);

}
body {
    background: #F7F8FB;
}

#quantTrade .el-loading-spinner{
	top:250px;
}
.quantTitle{	
	font-size: 24px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #313836;
	line-height: 36px;
	margin-top:58px;
	position:relative;
	height: 40px;
	margin-bottom:14px;
}
.toConsult{	
	position:absolute;
	right:0;
	top:50px;
	height:40px;
	line-height:40px;
	background:#5870CB;
}
.toConsult:hover{
	background:#4C61AE;
}
.progress-wapper {
	margin-bottom:15px;
}
.fixedBox.fixed{
	position:fixed;
	top:60px;
	width: 1280px;
	background:#fff;
	z-index: 1000;
	box-shadow: 0px 8px 15px 0px rgba(28, 50, 122, 0.15);
}

.progress-container {
    /* padding: 0 80px; */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.progress-box {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-weight: 600;
    background: #E5E7EC;
    cursor: pointer;
    position: relative;
}
.progress-box:before{
	content:'';
	width: 0px;
	height: 21px;  
}
.progress-box + .progress-box:before{
	content:'';
	width: 1px;
	height: 33px;
	background: rgba(28, 50, 122, 0.15);
    position: absolute;
    left: 0;
    top: 9px;
}
.progress-box:fist-child:before{
	content:'';
	width: 0px;
	height: 21px;  
}
.progress-box::after{
	content: '';
    border: 12px solid transparent;
    border-top-color:#E5E7EC;
    position: absolute;
    left: 47%;
    top: 100%;
}
.progress-box.active-progress-box {
    background: #314282;
    color: #fff;
}
.progress-box.active-progress-box:after{ 
    border-top-color:#314282;
}