﻿.stockDiv{
	width: 354px;
    height:176px;
	background: #f19c9f;
    z-index:1;
}

.stockDiv .placeholder {
	width: 100%;
	height:100%;
    color:#fff;
    font:18px/1.5 微軟正黑體,Arial;
	line-height: 1.2em;
}
.stockDiv_down{
	width: 354px;
    height:176px;
	background: #37c36f;
    z-index:1;
}
.stockDiv_down .placeholder {
	width: 100%;
	height:100%;
    color:#fff;
    font:18px/1.5 微軟正黑體,Arial;
	line-height: 1.2em;
}

.yaxes {
    color:#ffffff;
    font:12px/1.5 微軟正黑體,Arial;
}