
* {
    margin: 0;
    padding: 0;
    transition: all 0.2s ease-out 0s;
}
body {
    color: #693817;
    font-size: 12px;
    line-height: inherit;
    font-family: 'Noto Serif', serif;
}
a {
    color: #693817;
    text-decoration: none;
}
a:hover {
    color: #693817;
    text-decoration: underline;
}
.code, .high-low, .source-wrap {
    text-align: center;
}
.code {
    margin-bottom: 16px;
}
.code > p {
    font-size: 18px;
}
.chinesetraditional, .chinesesimple, .chinese{
    font-family: "source-han-serif-tc",serif;
}
i {
    font-style: normal;
}
span.price {
    font-size: 30px;
}
span.price i {
    font-size: 50px;
}
span.up-down {
    font-size: 50px;
}
.up {
    background: rgba(0, 0, 0, 0) url("../images/up.png") no-repeat scroll left center / 16px auto;
    padding-left: 20px;
}
.high-low {
    margin-bottom: 16px;
}
.high-low::after {
    clear: both;
    content: "";
    display: table;
    font-size: 0;
    visibility: hidden;
}
.high {
    margin-bottom: 16px;
}
.high > p, .low > p {
    font-size: 18px;
}
.high > span, .low > span {
    font-size: 12px;
}
.high > span i, .low > span i {
    font-size: 50px;
}
.source-wrap {
    text-align: center;
}
.source-wrap p {
    color: #693817;
    font-size: 14px;
}
ul.ann-news-list dl dd .source-wrap p span {
    display: inline-block;
}

.alteration-down {
    background: rgba(0, 0, 0, 0) url("images/down.png") no-repeat scroll left center / 16px auto;
    padding-left: 20px;
}

.alteration-up {
    background: rgba(0, 0, 0, 0) url("images/up.png") no-repeat scroll left center / 16px auto;
    padding-left: 20px;
}

.alteration-equal {
    background: rgba(0, 0, 0, 0) url("images/equal.png") no-repeat scroll left center / 16px auto;
    padding-left: 20px;
}

@media (min-width: 600px) {
	.code-high::after {
	    clear: both;
	    content: "";
	    display: table;
	    font-size: 0;
	    visibility: hidden;
	}
}
@media (min-width: 880px) {
	.code > p, .high > p, .low > p {
	    font-size: 16px;
	}
	.price-wrap > span, .high > span, .low > span {
	    display: inline-block;
	    font-size: 25px;
	}
	.price-wrap > span i, .high > span i, .low > span i {
	    font-size: 36px;
	}
	.source-wrap {
	    font-size: 14px;
	}
	.alteration-up,.alteration-down,.alteration-equal {
	    background-size: 30px auto;
	    padding-left: 35px;
	}
}
@media (min-width: 980px) {
	.code > p, .high > p, .low > p {
	    font-size: 18px;
	}
	.price-wrap > span, .high > span, .low > span {
	    display: inline-block;
	    font-size: 30px;
	}
	.price-wrap > span i, .high > span i, .low > span i {
	    font-size: 50px;
	}
	.source-wrap {
	    font-size: 14px;
	}
	.alteration-up,.alteration-down,.alteration-equal {
	    background-size: 30px auto;
	    padding-left: 35px;
	}
}
