// var(--font-size-stress)  18px
// var(--font-size-xs)  19px
// var(--font-size-l)  16px
// var(--font-size-base)  15px
// var(--font-size-s)  14px
// var(--font-size-xs)  13px
.ai-chat-queryopennetcard-frame-container {
  border-radius: 20px;
  width: 100%;
  background-color: transparent;
  box-sizing: border-box;
}

.ai-chat-queryopennetcard-container-cardopennet-flyer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  // margin-bottom: 8px;
  width: 100%;
  flex-direction: row;
}

.ai-chat-queryopennetcard-container-cardopennet-flyer-title {
  overflow: hidden;
  width: calc(60vw - 30px);
  font-size: var(--font-size-s);
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 20.27px;
  height: 21px;
  color: rgba(0, 24, 73, 1);
}

.ai-chat-queryopennetcard-container-cardopennet-flyer-value {
  overflow: hidden;
  width: calc(30vw - 30px);
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: var(--font-size-s);
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 20.27px;
  color: rgba(47, 111, 237, 1);
}

.ai-chat-queryopennetcard-container {
  margin-bottom: 10px;
  border-radius: 10px;
  padding: 10px 10px 10px 10px;
  width: 100%;
  background-color: white;
  box-sizing: border-box;
}

.ai-chat-queryopennetcard-container-leftcardinfo {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  height: 47px;
  flex-direction: row;
}

.ai-chat-queryopennetcard-container-cardinfo-img {
  border-radius: 2px;
  width: 57px;
  height: 38px;
}

.ai-chat-queryopennetcard-container-cardinfo-acct {
  display: flex;
  justify-content: space-between;
  margin-left: 10px;
  height: 43px;
  flex-direction: column;
}

.ai-chat-queryopennetcard-container-cardinfo-acct-header {
  display: inline-block;
  overflow: hidden;
  // width: calc(100vw - 30px - 10px - 60px - 30px - 60px);
  font-size: var(--font-size-base);
  text-overflow: ellipsis;
  white-space: nowrap;
  color: rgba(0, 24, 73, 1);
  height: 22px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 21.72px;
}

.ai-chat-queryopennetcard-container-cardinfo-acct-cardNumBtn {
  display: flex;
  align-items: center;
  flex-direction: row;
  height: var(--font-size-subhead);
}

.ai-chat-queryopennetcard-container-cardinfo-acct-cardNumBtn-num {
  font-size: var(--font-size-l);
  text-align: center;
  color: rgb(0 24 73 / 80%);
  height: 18px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 0px;
}

.ai-chat-queryopennetcard-container-cardinfo-acct-cardNumBtn-btn {
  margin-left: 7px;
  border-radius: 2px;
  padding-right: 5px;
  padding-left: 5px;
  font-size: var(--font-size-xxs);
  font-weight: 400;
  text-align: center;
  color: #2F6FED;
  background: #DDE9FF;
  opacity: 1;
}

.ai-chat-queryopennetcard-container-cardopennet {
  transition: max-height 1s ease;

  /* 添加过渡效果 */
}

.ai-chat-queryopennetcard-container-cardopennet-num {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  width: 100%;
  flex-direction: row;
}

.ai-chat-queryopennetcard-container-cardopennet-num:last-child {
  margin-bottom: 0;
}

.ai-chat-queryopennetcard-container-cardopennet-num-money-title {
  overflow: hidden;
  width: calc(40vw - 30px);
  font-size: var(--font-size-s);
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: 0px;
  line-height: 20.27px;
  height: 21px;
  color: rgba(0, 24, 73, 1);
}

.ai-chat-queryopennetcard-container-cardopennet-num-money-value {
  overflow: hidden;
  width: calc(60vw - 30px);
  font-size: var(--font-size-s);
  line-height: 20.27px;
  height: 21px;
  color: rgba(0, 24, 73, 1);
  font-weight: bold;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #001849;
}

.ai-chat-queryopennetcard-expand-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 25px;
  flex-direction: row;
}

.ai-chat-queryopennetcard-expand-button-span {
  font-size: var(--font-size-s);
  font-weight: 400;
  color: rgba(0, 24, 73, 0.6);
}

.ai-chat-queryopennetcard-expand-button-icon-img {
  width: 15px;
  height: 15px;
  transition: transform .3s ease;
}

.ai-chat-queryopennetcard-bbtn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  width: 100%;
  height: 25px;
  flex-direction: row;

  &-img-copy {
    width: 15px;
    height: 15px;
    transition: transform .3s ease;
  }

  &-span-copy {
    overflow: hidden;
    margin-left: 4px;
    font-size: var(--font-size-s);
    color: rgba(47, 111, 237, 1);
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.ai-chat-queryopennetcard-container-cardinfo {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  width: 100%;
  height: 47px;
  flex-direction: row;
  justify-content: space-between;
}
.ai-chat-queryopennetcard-bankinfo-btn {
  display: inline-block;
}

.ai-chat-queryopennetcard-phone {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  &-key {
    overflow: hidden;
    width: calc(40vw - 30px);
    font-size: var(--font-size-s);
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
    height: 21px;
    letter-spacing: 0px;
    line-height: 20.27px;
    color: rgba(0, 24, 73, 1);
  }
  &-value {
    display: flex;
    flex-direction: column;
  }
  &-values {
    display: flex;
    align-items: center;
    width: 100%;
    flex-direction: row;
    justify-content: flex-end;
  }
  &-value-img {
    width: 15px;
    height: 15px;
    transition: transform .3s ease;
    margin-right: 4px;
  }
  &-value-num {
    display: contents;
    width: calc(60vw - 30px - 15px);
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: var(--font-size-s);
    height: 21px;
    font-weight: bold;
    letter-spacing: 0px;
    line-height: 20.27px;
    color: rgba(47, 111, 237, 1);
  }
  &-value-num-disable {
    display: contents;
    width: calc(60vw - 30px - 15px);
    font-size: var(--font-size-s);
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 21px;
    font-weight: bold;
    letter-spacing: 0px;
    line-height: 20.27px;
    color: rgba(47, 111, 237, 1);
  }
}
