.main-wrap {
  background: #f4f4f9;
}
.bank-detail {
  margin-bottom: 20px;
}
.bank-detail .top {
  background: #fff;
  padding: 20px;
}
.bank-detail .top .img {
  font-size: 0;
  width: 176px;
  height: 60px;
  overflow: hidden;
  /*background: #f9f9f9;*/
  /*border: 1px solid #eee;*/
}
.bank-detail .top .img img {
  width: 100%;
  height: 100%;
}
.bank-detail .top .desc {
  padding-left: 20px;
}
.bank-detail .top .desc .title {
  font-size: 22px;
  color: #333;
}
.bank-detail .top .desc .title span {
  font-size: 12px;
  color: #999;
  margin: 0 30px;
}
.bank-detail .top .desc p {
  line-height: 2em;
  color: #666;
}
.bank-detail .info {
  background: #fafafa;
  width: 100%;
  height: 130px;
  padding: 25px 0;
}
.bank-detail .info .item {
  text-align: center;
  border-right: 1px solid #eee;
}
.bank-detail .info .item h2 {
  font-weight: normal;
  font-size: 12px;
  color: #aaa;
}
.bank-detail .info .item h2 span {
  font-size: 34px;
  color: #fbaf03;
  margin-right: 5px;
}
.bank-detail .info .item .desc {
  font-size: 16px;
  color: #666;
  margin-left: 5px;
}
.bank-detail .info .item:last-child {
  border-right: none;
}
.detail-wrap {
  min-width: 1200px;
  background: #f4f4f9;
}
.detail-wrap .inner {
  width: 1200px;
  margin: 0 auto;
}
.detail-wrap .breadcrumb {
  padding: 15px 0;
}
.detail-wrap .breadcrumb .bin-breadcrumb {
  line-height: normal;
}
.detail-wrap .breadcrumb .bin-separator {
  margin: 0 2px;
}
.detail-wrap .detail{
  display: flex;
  justify-content: space-between;
}
.detail-wrap .detail .left {
  width: 850px;
}
.detail-wrap .detail .right {
  width: 335px;
}
.detail-wrap .detail .box {
  background: #fff;
  padding: 20px;
}
.detail-wrap .detail .box .img {
  font-size: 0;
  width: 176px;
  height: 60px;
  overflow: hidden;
  /*background: #f9f9f9;*/
  /*border: 1px solid #eee;*/
}
.detail-wrap .detail .box .img img {
  width: 100%;
  height: 100%;
}
.detail-wrap .detail .box .desc {
  padding-left: 20px;
}
.detail-wrap .detail .box .desc .title {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
}
.detail-wrap .detail .box .desc .bg {
  background: #f3faf9;
  padding: 15px 20px;
  margin-bottom: 15px;
}
.detail-wrap .detail .box .desc .bg > div {
  line-height: 20px;
  display: flex;
}

.detail-wrap .detail .box .desc .bg div > div {
  width: 33%;
}
.detail-wrap .detail .box .desc .field {
  line-height: 25px;
  color: #333;
}
.detail-wrap .detail .box .desc .field > span {
  color: #666;
}
.detail-wrap .detail .box .label {
  display: flex;
}
.detail-wrap .detail .box .label .key {
  width: 115px;
  font-weight: bold;
  color: #333;
}
.detail-wrap .detail .box .label .value{
  width: 83%;
  white-space: normal;
  word-break: break-all;
  word-wrap: break-word;
}


.detail-wrap .detail .box .label .value p {
  margin: 0;
  color: #666;
  line-height: 1.5em;
}
.detail-wrap .detail .box.mini .img {
  width: 146px;
  height: 50px;
  border: none;
}
.detail-wrap .detail .hot {
  background: #fff;
  padding: 20px;
}
.detail-wrap .detail .hot .box {
  padding: 0;
}

.light {
  color: #fbaf03;
}

.bin-divider{
  border-top: 1px dashed #e8eaec;
  margin: 24px 0;
}
