/*内容页，巨幕*/
.xwy-jumu-1 .curtain{background: url("bg_foreignExchange_1.jpg") no-repeat center center;background-size: cover; height: 325px;}
/* 内容页*/
/*左侧栏目录的图片展示*/
.leftCatalogImg{background: url("img_catalogImg_1.jpg") no-repeat center center;background-size: cover;}

/*外汇牌价*/
.foreign-xwy-1{border-bottom: 3px solid #004DA1;margin-left: 0;margin-right: 0}
.foreign-xwy-1>div{text-align: center;padding-top: 25px;padding-bottom: 30px;}
.foreign-xwy-1>div>label{color: #333;font-size: 14px;margin-right: 5px;}
.foreign-xwy-1>div>.in1{width: 120px;height: 30px;line-height: 30px;font-size: 14px;border: 1px solid #bbb;text-align: center;outline: none}
.foreign-xwy-1>div>button{width: 80px;height: 30px;font-size: 14px;color: #fff;border: none;background-color: #004DA1;}
.foreign-xwy-1>div>button>span{margin-right: 5px;}
.foreign-xwy-1>.btn-xwy{text-align: left;margin-top: 25px;}
.foreign-xwy-1>.btn-xwy>button>span{margin-right: 5px;text-align: left}

.foreign-xwy-2{margin-left: 0;margin-right: 0;border-bottom: 3px solid #004DA1;}
.foreign-xwy-2>.table{margin-bottom: 0}
.foreign-xwy-2>.table>tbody{}
.foreign-xwy-2>.table>tbody>.trTh{color: #004DA1}
.foreign-xwy-2>.table>tbody>.trTh>th{padding-top: 10px;padding-bottom: 10px;}
.foreign-xwy-2>.table>tbody>.trTh>th>h3{font-size: 16px;margin-top: 0;margin-bottom: 0;line-height: 1.5}
.foreign-xwy-2>.table>tbody>.trTh>th>h4{font-size: 12px;margin-top: 0;margin-bottom: 0;line-height: 1.5}
.foreign-xwy-2>.table>tbody>.trcon{}
.foreign-xwy-2>.table>tbody>.trcon>td{border-top: 1px dotted #ccc;}

@media (min-width: 768px) {
    .foreign-xwy-1{margin-left:0;}
    .foreign-xwy-2{margin-left:0;}

}
/*移动端*/
@media (max-width: 767px) {
    .foreign-xwy-1>div{padding-top: 10px;padding-bottom: 10px;text-align: left}
    .foreign-xwy-1>.btn-xwy{text-align: right}
    .foreign-xwy-1>div>.in1{width: 100%}
}

