.exchange-error .rate-error {
    letter-spacing: normal;
    font-size: large;
    margin-top: 24px;
    text-align: right;
}
.exchange-error .rate-error-wrapper {
    display: inline-block;
    text-align: right
}

.exchange-error .rate-error .deal-rate {
    color: #a4f14b;
    font-weight: 600;
}
.exchange-error .rate-error .way-rate {
    color: inherit;
    font-weight: 600;
}
.exchange-error .rate-error .deal-rate-error,
.exchange-error .rate-error .way-rate-error {
    display: inline-block;
    padding: 0px 16px 0px 16px;
}

.exchange-error .rate-error .deal-rate-wrapper,
.exchange-error .rate-error .way-rate-wrapper {
    display: inline-block;
    padding: 0px 16px 0px 16px;
    min-width: 128px;
    text-align: left;
}

.cur-from,
.cur-to {
    font-weight: 200;
}

.main-note{
    display:block;
    background:rgba(104, 167, 220, 0.6);
    color:#fff;
    font-size:16px;
    line-height:20px;
    text-align:center;
    padding-top: 8px;
    border-radius:2px;
    padding-bottom: 8px;
}
.main-note span:before{
    content:'';
    background:url('../img/sprite.png') no-repeat -195px 0;
    width:5px;
    height:17px;
    display:inline-block;
    vertical-align:middle;
    margin:-5px 10px 0 0;
}
.main-note a{
    color:#006cf1;
    text-decoration:none;
    font-weight: 600;
    font-size: 14px;
    margin-left: 8px;
}
.main-note a:hover{text-decoration:underline;}