@charset "utf-8";
.currency_btn {
    display: inline-block;
}

.currencyBtns {
    margin-top: 10px;
    margin-bottom: 10px;
}

.currency_btn {
    text-align: center;
    min-width: 200px;
    padding: 2px 10px;
    margin: 6px 2px;
    font-size: 18px;
    height: 32px;
    line-height: 32px;
    cursor: pointer;
    color: grey;
    background: white;
    border:
        1px solid grey;
}

.mktBtns {
    border: 1px solid #005095;
    padding: 10px 0;
    margin-bottom: 20px;
    text-align: left;
}

.border-triangle {
    display: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 12px 12px;
    position: absolute;
    margin-top: 39px;
    margin-left: -30px;
    border-color: transparent transparent #005095 transparent;
}

.border-triangle:before {
    content: '';
    border-style: solid;
    border-width: 0 12px 12px 12px;
    border-color: transparent transparent white transparent;
    position: absolute;
    left: -12px;
    top: 2px;
}

.mktInfo_btn {
    display: inline-block;
}

.mktInfo_btn {
    text-align: center;
    min-width: 200px;
    padding: 2px 10px;
    margin: 6px 2px;
    font-size: 16px;
    height: 28px;
    line-height: 28px;
    cursor: pointer;
    color: grey;
    background: #F1F8FE;
    border: 1px solid #F1F8FE;
}

.mktInfo_btn:hover {
    border-bottom: 2px solid #fdd100;
}

.curbtn_on {
    border: 1px solid #01bee6;
    color: #fff;
    background: #01bee6;
}

.curbtn_on .border-triangle {
    display: inline-block;
}

.btn_on {
    border: 1px solid #B3ECFF;
    background: #B3ECFF;
}

.hide {
    display: none
}

.mktInfo {
    display: flex;
    flex-wrap: wrap;
    border: 2px solid #eaeaea;
}

.mktInfo dd{	
    display: flex;
    width: 50%;
    float: left;
    align-items: stretch;
    min-height: 30px;
}
.mktInfo dd .tit {
    width: 50%;
    padding: 0 10px;
    border-bottom: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    line-height: 30px;
    text-align: left;
}
.mktInfo dd .txt {
    padding: 0 10px;
    width: 50%;
    border-bottom: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    line-height: 30px;
    text-align: center;
    background: #f8f6f7;
}
@media screen and (max-width: 768px){
    .mktInfo dd {
        width: 100%;
    }
    .currency_btn {
        min-width: 80px;
    }
}