.index2-quote__title {
 float:left;
 width:100%;
 padding-bottom:20px;
 padding-top:50px;
 color:#393939
}
.index2-quote__title li {
 float:left;
 text-align:center;
 font-size: 16px;
color: #fff;
}
.index2-quote__title li.pro {
 width:50%;
text-align: left;
}
.index2-quote__title li.buy,.index2-quote__title li.sell {
 width:25%
}
.index2-quote__content {
 float:left;
 width:100%;
 padding:17px 0;
 color:#393939
}
.index2-quote__content.h_border {
 border-right:1px solid #ccc
}
.index2-quote__content li {
 float:left;
 text-align:center
}
.index2-quote__content li span {
 padding:1px 0;
 display:inline-block;
 border-radius:4px;
 width:65px
}
.index2-quote__content li.pro {
 width:50%;
 font-size: 14px;
color: #fff;
text-align: left;
}
.index2-quote__content li.buy,.index2-quote__content li.sell {
 width:25%
}
.index2-quote__content li.sell.up span {
 background-color:#f05452;
 color:#fff
}
.index2-quote__content li.sell.down span {
 background-color:#25c875;
 color:#fff
}
.index2-quote__content li.buy.up span {
 background-color:#f05452;
 color:#fff
}
.index2-quote__content li.buy.down span {
 background-color:#25c875;
 color:#fff
}