/*顶部导航*/
.navList {
  height: 35px;
  border-bottom: 1px solid  #d9dbe9;;
  margin-bottom: 20px;
}
.navList .navItem {
  float: left;
  line-height: 33px;
  margin-right: 50px;
  cursor: pointer;
}
.navList .navItem.active {
  color: #ff9d00;
  border-bottom: 2px solid #ff9d00;
}
.navItem_item {
  display: none;
}
.navItem_item.active {
  display: block;
}



/*导航底部标题*/
/*点差表*/
.comm_title {
  height: 18px;
  margin-bottom: 20px;
}
.comm_title span{
  font-size: 18px;
  color: #1e1e1e;
}
.comm_title i {
  font-style: normal;
  font-size: 14px;
  color: #a5a6ac;
}
.comm_title:before {
  content: "";
  width: 2px;
  height:18px ;
  border-right: 2px solid #ff9d00;
  margin-right: 10px;
}
.comm_title_tips {
  font-size: 14px;
  color: #181105;
  line-height: 58px;
}
.bg-grid {
  height: 50px;
}

/*出入金*/
.tabNav {
  margin-bottom: 20px;
}
.navListItem {
  min-height: 500px;
}
.tabNavItem {
  color: #a5a6ac;
  line-height: 38px;
  font-size: 14px;
  display: inline-block;
  margin: 0 20px;
}
.tabNavItem.active {
  color: #181105;
}

/* 流动性 桥 CRM*/
.ItemInfoList {

}
.ItemInfoList_Item {
  border-bottom: 1px solid #d9dbe9;
}
.ItemInfoList_Item h3.title {
  height: 18px;
  margin-bottom: 20px;
  font-size: 18px;
  color: #1e1e1e;
}
.ItemInfoList_Item h3.title:before {
  content: "";
  width: 2px;
  height: 18px;
  border-right: 2px solid #ff9d00;
  margin-right: 10px;
}
.ItemInfoList_Item .Dealers_logo {
  width: 100px;
  height: 100px;
  border: solid 1px #d9dbe9;
}
.ItemInfoList_Item .Dealers_content {
  margin-left: 20px;
}
.ItemInfoList_Item .Dealers_content .Dealers_content_title {
  font-size: 16px;
  color: #181105;
  margin-bottom: 5px;
}
.ItemInfoList_Item .Dealers_content .links {
  margin-top: 15px;
}
.ItemInfoList_Item .Dealers_content .links span a {
  color: #181105;
}

.Dealers_direction {
  white-space: pre-wrap;
  width: 100%;
  margin: 20px 0 30px 0;
}













