/* 变量 START */
/* 变量 END */
.imContent .imgbox {
  padding-left: 15px;
}
.imContent .img {
  display: block;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
}
.hui {
  background: #f6f6f7;
}
.tab_bottom {
  display: none;
}
.tab_bottom.active {
  display: block;
}
.content p {
  font-size: 14px;
  color: #666;
  line-height: 26px;
  text-indent: 2em;
  margin-bottom: 4px;
}
table {
  font-size: 14px;
  color: #333;
  width: 100%;
}
td {
  border: 1px solid #e8e9ea;
  padding: 10px 0;
  padding-right: 35px;
  text-align: right;
  padding-left: 22px;
}
td.forLeft {
  text-align: left;
  color: #666;
}
.word_top {
  position: relative;
  left: -20px;
  padding-right: 0;
}
.tab_top {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 10px;
  margin-top: 25px;
  height: 40px;
  margin-bottom: 30px;
  width: 100%;
}
.tab_top .item {
  float: left;
  width: 240px;
  margin-left: 32px;
  position: relative;
  width: auto;
  padding-bottom: 10px;
  height: 40px;
  top: 1px;
  margin-right: 35px;
  padding-right: 10px;
  padding-left: 12px;
  cursor: pointer;
}
.tab_top .item:after {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 3px;
  height: 3px;
  background: #333;
}
.tab_top .item.red:after {
  background: #EA4120;
}
.tab_top .item.red {
  border-bottom: 3px solid #EA4120;
}
.tab_top .item:hover {
  color: #EA4120;
}
.tab_bottom {
  width: 100%;
}
@media (max-width: 767px) {
  .imContent {
    text-align: center;
  }
  .imContent .imgbox {
    width: 100%;
    padding-left: 0.15rem;
    padding-right: 0.15rem;
    padding-bottom: 0.3rem;
  }
  .imContent .img {
    width: 4.3rem;
    margin: 0 auto .4rem;
  }
  .word_top {
    position: static;
    padding-right: 15px;
  }
  p {
    font-size: .26rem;
    text-align: left;
  }
  .tab_top {
    border-bottom: none;
    width: 100%;
  }
  .tab_top .item {
    width: 50%;
    margin: 0;
    color: #333;
    padding: 0;
    height: .4rem;
    font-size: .24rem;
    margin-bottom: .2rem;
    padding-left: .24rem;
  }
  .tab_top .item:after {
    top: .14rem;
  }
  .tab_top .item.red {
    border-bottom: none;
    color: #EA4120;
  }
  td {
    padding-right: .38rem;
    padding-left: .2rem;
    font-size: .26rem;
  }
  .forLeft {
    width: 60%;
  }
}

/*# sourceMappingURL=debitCard_detail.css.map */
