/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
.exchange_code input[data-v-c52a3a32] {
  width: 100%;
  height: 2.1rem;
  border: 0;
  border-top: 1PX solid #ddd;
  border-bottom: 1PX solid #ddd;
  background-color: #fff;
  margin: 1.275rem 0 1.8rem;
  font-size: 0.75rem;
  text-indent: 0.85rem;
  color: #444;
}
.exchange_code ul.qa[data-v-c52a3a32] {
  width: 100%;
  margin-top: 1.325rem;
  background-color: #fff;
}
.exchange_code ul.qa li[data-v-c52a3a32] {
  padding: 0.7rem 1.05rem;
  min-height: 3.325rem;
}
.exchange_code ul.qa li[data-v-c52a3a32]:not(:last-child) {
  position: relative;
}
.exchange_code ul.qa li[data-v-c52a3a32]:not(:last-child):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 200%;
  height: calc(200% - 1PX);
  transform: scale(0.5, 0.5);
  transform-origin: 0 0;
  pointer-events: none;
  border-radius: 0;
  border-bottom: 1PX solid #e5e5e5;
}
.exchange_code ul.qa li .q[data-v-c52a3a32] {
  font-size: 0.7rem;
  margin-bottom: 0.25rem;
}
.exchange_code ul.qa li .q[data-v-c52a3a32]::before {
  content: "";
  display: inline-block;
  width: 0.175rem;
  height: 0.775rem;
  background-color: #dc3b40;
  margin-left: 0.65rem;
  margin-right: 0.55rem;
  position: relative;
  top: 0.125rem;
}
.exchange_code ul.qa li .a[data-v-c52a3a32] {
  font-size: 0.6rem;
  color: #999;
}

