.exchange-page{background: #fff;}
.exchange-page .col200{width:200px;}
.exchange-page .col90{width:90px;}
.exchange-page .col750{width:320px;}
.exchange-page .col120{width:120px;}
.exchange-page .fleft{float: left;}
@media (min-width: 1500px ) {
    .exchange-page .col200{width:200px;}
    .exchange-page .col90{width:90px;}
    .exchange-page .col750{width:750px;}
    .exchange-page .col120{width:120px;}
}

.exchange-page{padding-bottom: 110px;}
.exchange-page__left{float: left; width: 18%; margin-right: 10px;}
.exchange-page__right{float: left; width: 80%;}
.exchange-page .bank{border: 1px solid #cdcdcd; border-radius: 3px;}
.exchange-page .bank h3{display: block; line-height: 50px; background: #d4e885; padding: 0 10px; color: #3e4816; text-align: center; font-family: 'Arial Black', sans-serif; font-weight: normal; margin: 0; font-size: 18px !important;}
.exchange-page .bank ul{list-style: none;padding: 0;}
.exchange-page .bank ul li{border-bottom: 1px solid #e6e6e6;}
.exchange-page .bank ul li img{margin-right: 10px;}
.exchange-page .bank ul li:last-child{border-bottom: none;}
.exchange-page .bank ul li a{display: block; font-size: 14px !important; font-family: 'Arial', sans-serif; line-height: 35px; color: #363636; text-decoration: none; padding: 0 10px;}

.exchange-page table{width:100%; border: 1px solid #cdcdcd; border-radius: 3px; border-collapse: collapse;}
.exchange-page table thead{background: #efefef; text-align: center;}
.exchange-page table tbody{}
.exchange-page table tbody tr td:first-child{text-align: left;}
.exchange-page table tbody tr td{text-align: right; font-size: 14px !important;}
.exchange-page table th{}
.exchange-page table td{padding: 10px !important; vertical-align: middle !important; border: 1px solid #cdcdcd; font-size: 12px !important; color: #363636; font-family: 'Arial', sans-serif;}
.exchange-page table td img{margin-right: 10px;}
.exchange-page table tr:nth-child(2n){background: #efefef;}
@media (max-width: 767px){
    .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
        white-space: normal !important;
    }
}