
.errorMessage_wrap > div[data-v-7352a30f] {
  margin-top: 12px;
}
.el-tag[data-v-7352a30f] {
  width: 100%;
  /* font-size: 15px; */
  font-size: 14px;
  text-align: center;
  height: auto;
  white-space: normal;
}
.el-tag i[data-v-7352a30f] {
  margin-right: 5px;
  width: 15px;
}
.errorMessage_wrap[data-v-7352a30f] {
  padding-left: 0px !important;
}

.HRB[data-v-f08233c4] {
  border-left: 1px solid #000;
  border-top: 1px solid #000;
}
.HRB .HRB_item[data-v-f08233c4] {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  height: 50px;
  line-height: 50px;
  padding-left: 10px;
}
.HRB p[data-v-f08233c4] {
  padding: 10px 40px 40px 10px;
  border-right: 1px solid #0c0b0b;
  border-bottom: 1px solid #000;
  overflow: hidden;
}
.goback[data-v-f08233c4] {
  margin-top: -24px;
  margin-bottom: 10px;
  font-size: 16px;
  cursor: pointer;
  color: #3d5eb9;
  font-weight: 600;
  display: inline-block;
}
.goback[data-v-f08233c4]:hover {
  color: #3d5eb9;
}
img[data-v-f08233c4] {
  -o-object-fit: cover;
     object-fit: cover;
}
.card-box[data-v-f08233c4] {
  padding: 30px;
  margin-bottom: 20px;
  border: 1px solid #e5e8ef !important;
  background: #fff !important;
  cursor: pointer;
  position: relative;
  border-radius: 15px !important;
  height: auto;
}
.card-box .maintenance[data-v-f08233c4] {
  position: absolute;
  bottom: 0;
  width: 100%;
  right: 0;
  text-align: right;
  font-size: 18px;
  background: rgba(105, 105, 105, 0.3);
  font-weight: 600;
  padding: 25px 20px 25px 50px;
  border: 1px solid #bbb;
  color: rgba(55, 55, 55, 0.9);
}
.card-box img[data-v-f08233c4] {
  width: 150%;
}
.freeDescript[data-v-f08233c4] {
  padding: 0 10px;
}
.freeDescript h3[data-v-f08233c4] {
  color: #f13f27;
}
.freeCaculateWrap[data-v-f08233c4] {
  font-size: 14px;
  line-height: 30px;
  padding: 0 10px;
}
.freeCaculateWrap button[data-v-f08233c4] {
  margin-top: 5px;
}
.Card_right_tips[data-v-f08233c4] {
  font-size: 12px;
  position: absolute;
  right: -15px;
  bottom: -6px;
  color: #606266;
}
.Card_right[data-v-f08233c4] {
  right: -35px;
}
.applyCard_bl_tit[data-v-f08233c4] {
  color: #4095e5;
  font-size: 16px;
  font-weight: 600;
  padding: 0px 12px 12px 0;
}
.applyCard_blk_tit[data-v-f08233c4] {
  color: #101010;
  font-size: 16px;
  font-weight: 600;
  max-width: 470px;
  display: inline-block;
  margin: 10px 0 10px 0;
}
.applyCard_red_tit[data-v-f08233c4] {
  color: #f13f27;
  font-size: 14px;
  font-weight: 600;
}
.form-item-tips[data-v-f08233c4] {
  line-height: 16px;
  font-size: 12px;
  color: #ee8a46;
}
.new_logo_box[data-v-f08233c4] {
  position: absolute;
  top: 0;
  left: 0px;
}
.new_logo_box .new_logo_img[data-v-f08233c4] {
  width: 55px;
}
.open-card[data-v-f08233c4] {
  margin-top: 10vh !important;
}
[data-v-f08233c4] .custom-dialog .el-dialog__body {
  padding: 20px 40px 1px 30px !important;
}
[data-v-f08233c4] .colorItem .el-form-item__label {
  font-weight: 900;
  color: black;
}
.new_collect_box[data-v-f08233c4] {
  position: absolute;
  top: 0;
  right: 0px;
}
.new_collect_box .new_collect_img[data-v-f08233c4] {
  width: 25px;
}
.cardText-style[data-v-f08233c4] {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 16px;
}
.radio-style[data-v-f08233c4] {
  width: 134px;
  border: 1px solid #e1e1e1;
  display: flex;
  /* 确保内容居中 */
  justify-content: center;
  /* 水平居中 */
  align-items: center;
  /* 垂直居中 */
  padding: 22px;
  border-radius: 8px;
  margin-bottom: 5px;
  background-color: #f4f8ff;
  transition: background-color 0.3s, border-color 0.3s, box-shadow 0.3s;
}
.radio-style[data-v-f08233c4]:hover {
  background-color: #f4f8ff;
  /* 鼠标移入时的背景颜色 */
  border-color: #3d5eb9;
  /* 鼠标移入时的边框颜色 */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  /* 鼠标移入时的阴影效果 */
}
.radio-style.active-radio[data-v-f08233c4] {
  -webkit-animation: spread-bg-data-v-f08233c4 0.2s forwards;
          animation: spread-bg-data-v-f08233c4 0.2s forwards;
  /* 应用动画 */
}
@-webkit-keyframes spread-bg-data-v-f08233c4 {
0% {
    background-color: #3d5eb9;
    /* 初始背景色 */
    box-shadow: inset 0 0 0 0 #3d5eb9;
    /* 蔚蓝色，但初始宽度为0 */
}
50% {
    box-shadow: inset 0 0 0 50% #3d5eb9;
    /* 蔚蓝色扩散到50% */
}
100% {
    background-color: #f4f8ff;
    /* 最终背景色变为蔚蓝色 */
    box-shadow: none;
    /* 移除box-shadow */
}
}
@keyframes spread-bg-data-v-f08233c4 {
0% {
    background-color: #3d5eb9;
    /* 初始背景色 */
    box-shadow: inset 0 0 0 0 #3d5eb9;
    /* 蔚蓝色，但初始宽度为0 */
}
50% {
    box-shadow: inset 0 0 0 50% #3d5eb9;
    /* 蔚蓝色扩散到50% */
}
100% {
    background-color: #f4f8ff;
    /* 最终背景色变为蔚蓝色 */
    box-shadow: none;
    /* 移除box-shadow */
}
}
[data-v-f08233c4] .active-radio {
  border-color: #3d5eb9 !important;
  box-shadow: 0 2px 3px rgba(0, 128, 255, 0.3) !important;
}
[data-v-f08233c4] .no-margin {
  margin: 0px 0px 0px 40px !important;
  width: 150%;
}
[data-v-f08233c4] .no-margin-text {
  margin: 0px 0px 20px 40px !important;
}
.applyCard_tp[data-v-f08233c4] {
  font-size: 14px;
  color: #98a0a7;
  font-weight: 500;
  margin-bottom: 5px;
}
.applyCard_text[data-v-f08233c4] {
  width: 160%;
  border: 1px solid #e4e7ed;
  border-radius: 8px;
  padding: 15px 8px 15px 8px;
  display: flex;
  flex-direction: column;
  background-color: #f4f8ff;
  cursor: pointer;
}
.applyCard_tp_describe[data-v-f08233c4] {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
.applyCard_tp_text[data-v-f08233c4] {
  width: 140%;
  font-weight: 15px;
}
.radio-group[data-v-f08233c4] {
  display: flex;
  flex-wrap: wrap;
  /* 允许换行 */
  justify-content: center;
  /* 居中对齐 */
  margin-left: 0px;
  justify-content: flex-start;
}
@media (min-width: 990px) and (max-width: 1600px) {
.applyCard_text[data-v-f08233c4] {
    width: 160%;
}
}
@media (min-width: 380px) and (max-width: 990px) {
.applyCard_text[data-v-f08233c4] {
    width: 100%;
}
.no-margin[data-v-f08233c4] {
    margin: 0px 0px 20px -85px !important;
    width: 100% !important;
}
}
@media (max-width: 1050px) {
.radio-style[data-v-f08233c4] {
    margin-bottom: 10px;
}
.applyCard_text[data-v-f08233c4] {
    width: 100%;
}
.no-margin-text[data-v-f08233c4] {
    margin: 0px  !important;
}
}
@media (max-width: 700px) {
.radio-group[data-v-f08233c4] {
    display: flex;
    flex-wrap: wrap;
    /* 允许换行 */
    justify-content: center;
    /* 居中对齐 */
    margin-left: 0px;
    justify-content: flex-start;
    width: 100%;
}
.no-margin[data-v-f08233c4] {
    width: 100%;
}
.radio-style[data-v-f08233c4] {
    display: flex;
}
}
@media (min-width: 510px) and (max-width: 1050px) {
.applyCard_blk_tit[data-v-f08233c4] {
    margin-left: 25px !important;
}
}
.ellipsis[data-v-f08233c4] {
  white-space: nowrap;
  /* 不换行 */
  overflow: hidden;
  /* 超出隐藏 */
  text-overflow: ellipsis;
  /* 显示省略号 */
  width: 100%;
  /* 宽度占满父元素 */
}
.radio-content[data-v-f08233c4] {
  position: relative;
  /* 相对定位以便绝对定位子元素 */
}
.maintenance-message[data-v-f08233c4] {
  color: #e85757;
  /* 维护中的文本颜色 */
  font-size: 12px;
  /* 调整字体大小 */
  position: absolute;
  /* 绝对定位 */
  left: -38px;
  /* 向左对齐 */
  bottom: -20px;
  /* 向下偏移，确保不影响 el-radio 布局 */
  background-color: #fff2f1;
  padding: 4px;
}
[data-v-f08233c4] .el-form-item {
  margin-bottom: 18px;
}
@media (max-width: 1340px) {
[data-v-f08233c4] .el-form-item {
    margin-bottom: 25px;
}
}
.css-19t2ho9[data-v-f08233c4] {
  display: flex;
  align-items: stretch;
}
.css-19t2ho9 .css-1th1l5t[data-v-f08233c4] {
  width: 80px;
  flex-basis: auto;
  flex-shrink: 0;
  margin-right: 8px;
}
.info-label[data-v-f08233c4] {
  text-align: right;
  /* 右对齐 */
  margin-bottom: 2px;
  /* 添加一些下边距 */
  color: #3d5eb9;
  font-size: 12px;
  cursor: pointer;
}
.radio-container[data-v-f08233c4] {
  display: flex;
  flex-direction: column;
  max-height: 225px;
  border: 1px solid #e4e7ed;
  padding: 5px 10px;
  border-radius: 5px;
  overflow-y: auto;
  /* 允许 Y 轴滚动 */
  overflow-x: hidden;
  /* 隐藏 X 轴滚动条 */
  cursor: pointer;
}
.radio-container[data-v-f08233c4]:hover {
  background-color: rgba(240, 248, 255, 0.5);
  /* 悬停时的背景颜色 */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  /* 悬停时的阴影效果 */
}
.radio-style[data-v-f08233c4] {
  width: calc(16.66% - 10px);
  /* 6个一行，减去边距 */
  margin: 5px;
  /* 为每个 radio 添加间距 */
}
@media (min-width: 1500px) and (max-width: 1700px) {
.radio-style[data-v-f08233c4] {
    width: calc(20% - 10px);
    /* 5 个一行，减去边距 */
}
}
@media (min-width: 700px) and (max-width: 1499px) {
.radio-style[data-v-f08233c4] {
    width: calc(25% - 10px);
    /* 4 个一行，减去边距 */
}
}
@media (min-width: 430px) and (max-width: 699px) {
.radio-style[data-v-f08233c4] {
    width: calc(49% - 10px);
    /* 2 个一行，减去边距 */
}
.radio-container[data-v-f08233c4] {
    width: 115%;
}
.bg-purple[data-v-f08233c4] {
    padding-right: 20px;
}
}
@media (min-width: 300px) and (max-width: 429px) {
.radio-style[data-v-f08233c4] {
    width: calc(49% - 10px);
    /* 2 个一行，减去边距 */
}
.radio-container[data-v-f08233c4] {
    width: 135%;
}
}
/* 自定义滚动条样式 */
.radio-container[data-v-f08233c4]::-webkit-scrollbar {
  width: 5px;
  /* 滚动条宽度 */
}
@media (min-width: 300px) and (max-width: 699px) {
[data-v-f08233c4] .resetTpBtn {
    font-size: 14px;
    line-height: 30px;
    padding: 0 10px;
    margin-right: -25px !important;
}
}
.resetTpBtn[data-v-f08233c4] {
  font-size: 14px;
  line-height: 30px;
  padding: 0 10px;
  margin-right: -35px;
}
.resetTpBtn button[data-v-f08233c4] {
  margin-top: 5px;
}

.top_card {
  margin-left: 0 !important;
  margin-top: 8px !important;
}
.sxq_card {
  margin-top: 8px !important;
}
.applyCard .el-card {
  background-color: transparent;
}
.applyCard .el-tag {
  white-space: break-spaces !important;
  height: auto !important;
}
.badge-item {
  margin-bottom: 20px;
  margin-right: 40px;
}
.Card_btn {
  position: relative;
  margin-bottom: 16px;
  margin-right: 65px;
}
.Card_logo {
  position: absolute;
  width: 35px;
  height: 35px;
}
.Card_logo_VISA {
  top: -9px;
  left: -10px;
}
.Card_logo_MasterCard {
  top: -6px;
  left: -10px;
  width: 35px;
  height: 35px;
}
.Card_logo img {
  width: 100%;
}
.Card_btn:first-child {
  margin-left: 10px;
}
.applyCard .mt--10 {
  margin-top: -10px;
}
.hidden-md-and-up .h-auto {
  height: auto;
  white-space: pre-wrap;
}
.applyCard .el-card__header {
  padding: 18px 10px;
}
.applyCard .el-card__body {
  padding: 0;
}
.applyCard .el-table tr {
  background-color: #fff !important;
}
.search_card {
  margin: 5px;
  display: flex;
  align-items: center;
  height: 100%;
  margin-right: 8px;
  width: 15%;
}
.search_card_scene {
  margin: 5px;
  display: flex;
  align-items: center;
  height: 100%;
  margin-right: 8px;
  width: 18%;
}
.label-text {
  width: 100px;
  text-align: right;
  margin-right: 10px;
}
.search_icons {
  width: 100%;
}
.el-row-style {
  margin-bottom: 10px;
  display: flex;
}
@media (max-width: 1850px) {
.search_card {
    margin: 5px;
    display: flex;
    align-items: center;
    height: 100%;
    margin-right: 8px;
    width: 100%;
}
.search_card_scene {
    margin: 5px;
    display: flex;
    align-items: center;
    height: 100%;
    margin-right: 8px;
    width: 100%;
}
}
@media (max-width: 1050px) {
.search_card {
    margin: 5px;
    display: flex;
    align-items: center;
    height: 100%;
    margin-right: 8px;
    width: 100%;
}
.search_card_scene {
    margin: 5px;
    display: flex;
    align-items: center;
    height: 100%;
    margin-right: 8px;
    width: 100%;
}
.el-row-style {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}
}
.card-address {
  display: flex;
}
.card-address .card-address-custon {
  margin-left: 60px;
}
.image-text {
  margin-bottom: 10px;
}
.image-text img {
  vertical-align: middle;
  transform: scale(0.8);
}
.disabled-card {
  pointer-events: none;
  opacity: 0.5;
  background: #e8e8e8;
}
.is-confirm-xieyi {
  margin-top: 2px;
}
.is-confirm-xieyi .el-form-item__content {
  margin-left: 0px !important;
}
.is-confirm-xieyi .el-form-item__error {
  margin-top: -2px;
}
.amount-tips .el-form-item__content {
  line-height: 1.1;
}
.is-error + .card-spending-platform_tips {
  margin-top: 0px !important;
}
.card-rate-table {
  font-size: 12px !important;
  margin-bottom: 25px;
}
.card-rate-table td,
.card-rate-table th {
  padding: 5px 0;
}
.card-rate-table .cell {
  line-height: 18px;
}
.card-rate-table th {
  background: #f5f8ff !important;
}
.card-rate-table tr {
  background: #f5f8ff !important;
}
.applyCard .el-table {
  border: 1px solid #000;
  border-spacing: 0;
  border-collapse: collapse;
}
.applyCard .el-table tr {
  background: #f5f8ff !important;
}
.applyCard .el-table td,
.applyCard .el-table th {
  border-right: 1px solid #000;
  border-collapse: collapse;
  border-spacing: 0;
  border-bottom: 1px solid #000;
}
.applyCard .have-access .card-box {
  font-weight: 500;
  background: #f0f8ff !important;
}
.applyCard .have-access .card-box:hover {
  background: #f0f8ff !important;
  box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.2);
  /* 悬停时阴影 */
  transform: scale(1.02);
  /* 悬停时放大整体 */
}
.applyCard .applyCard_en_msg {
  min-height: 130px;
}
.applyCard .applyCard_cn_msg {
  min-height: 130px;
}
.BIN_Apply .we_chat .el-form-item__content {
  display: flex;
}

.input-group[data-v-25a0f970] {
  display: flex;
  align-items: center;
}
[data-v-25a0f970] .el-form-item__label {
  text-align: left !important;
}
[data-v-25a0f970] .el-dialog__body {
  padding: 20px 0px 0px 30px !important;
}
[data-v-25a0f970] .el-form-item {
  margin-bottom: 13px !important;
}
.InAmountCount[data-v-25a0f970] {
  margin-top: 15vh !important;
}

.input-group[data-v-069715eb] {
  display: flex;
  align-items: center;
}
[data-v-069715eb] .el-form-item__label {
  text-align: left !important;
}
[data-v-069715eb] .el-dialog__body {
  padding: 20px 0px 0px 30px !important;
}
[data-v-069715eb] .el-form-item {
  margin-bottom: 18px !important;
}
.OutAmountCount[data-v-069715eb] {
  margin-top: 15vh !important;
}
[data-v-069715eb] .el-dialog__footer {
  padding: 20px 20px 20px !important;
}

.input-group[data-v-75dbe511] {
  display: flex;
  align-items: center;
}
[data-v-75dbe511] .el-form-item__label {
  text-align: left !important;
}
.no-border[data-v-75dbe511] {
  border: none !important;
}
.form-item-tips[data-v-75dbe511] {
  font-size: 12px;
  color: #ee8a46;
}
.el-form-item[data-v-75dbe511] {
  margin-bottom: 10px !important;
}

.HRB[data-v-51fb16a9] {
  border-left: 1px solid #000;
  border-top: 1px solid #000;
}
.HRB .HRB_item[data-v-51fb16a9] {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  height: 50px;
  line-height: 50px;
  padding-left: 10px;
}
.HRB p[data-v-51fb16a9] {
  padding: 10px 40px 40px 10px;
  border-right: 1px solid #0c0b0b;
  border-bottom: 1px solid #000;
  overflow: hidden;
}
.goback[data-v-51fb16a9] {
  margin-top: -24px;
  margin-bottom: 10px;
  font-size: 16px;
  cursor: pointer;
  color: #3d5eb9;
  display: inline-block;
}
.goback[data-v-51fb16a9]:hover {
  color: #3d5eb9;
}
img[data-v-51fb16a9] {
  -o-object-fit: cover;
     object-fit: cover;
}
.card-box[data-v-51fb16a9] {
  padding: 30px;
  margin-bottom: 20px;
  border: 1px solid #e5e8ef !important;
  background: #fff !important;
  cursor: pointer;
  position: relative;
  border-radius: 15px !important;
  height: auto;
}
.card-box .maintenance[data-v-51fb16a9] {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  font-size: 18px;
  background: rgba(105, 105, 105, 0.3);
  font-weight: 600;
  padding: 16px 20px 25px 50px;
  border: 1px solid #bbb;
  color: rgba(55, 55, 55, 0.9);
}
.card-box img[data-v-51fb16a9] {
  width: 150%;
}
.box-card[data-v-51fb16a9] {
  margin-top: 10px;
}
.freeDescript[data-v-51fb16a9] {
  padding: 0 10px;
}
.freeDescript h3[data-v-51fb16a9] {
  color: #f13f27;
}
.freeCaculateWrap[data-v-51fb16a9] {
  font-size: 14px;
  line-height: 30px;
  padding: 0 10px;
}
.freeCaculateWrap button[data-v-51fb16a9] {
  margin-top: 5px;
}
.Card_right_tips[data-v-51fb16a9] {
  font-size: 12px;
  position: absolute;
  right: -15px;
  bottom: -6px;
  color: #606266;
}
.Card_right[data-v-51fb16a9] {
  right: -35px;
}
.applyCard_bl_tit[data-v-51fb16a9] {
  color: #4095e5;
  font-size: 16px;
  font-weight: 600;
  padding: 0px 12px 12px 0;
}
.applyCard_blk_tit[data-v-51fb16a9] {
  color: #101010;
  font-size: 16px;
  font-weight: 600;
  max-width: 300px;
  display: inline-block;
  margin: 15px 0 20px 0;
}
.applyCard_red_tit[data-v-51fb16a9] {
  color: #f13f27;
  font-size: 14px;
  font-weight: 600;
}
.form-item-tips[data-v-51fb16a9] {
  line-height: 16px;
  font-size: 12px;
  color: #ee8a46;
}
.new_logo_box[data-v-51fb16a9] {
  position: absolute;
  top: 0;
  left: 0px;
}
.new_logo_box .new_logo_img[data-v-51fb16a9] {
  width: 55px;
}

.top_card[data-v-51fb16a9] {
  margin-left: 0 !important;
  margin-top: 8px !important;
}
.sxq_card[data-v-51fb16a9] {
  margin-top: 8px !important;
}
.applyCard .el-card[data-v-51fb16a9] {
  background-color: transparent;
}
.applyCard .el-tag[data-v-51fb16a9] {
  white-space: break-spaces !important;
  height: auto !important;
}
.badge-item[data-v-51fb16a9] {
  margin-bottom: 20px;
  margin-right: 40px;
}
.Card_btn[data-v-51fb16a9] {
  position: relative;
  margin-bottom: 16px;
  margin-right: 65px;
}
.Card_logo[data-v-51fb16a9] {
  position: absolute;
  width: 35px;
  height: 35px;
}
.Card_logo_VISA[data-v-51fb16a9] {
  top: -9px;
  left: -10px;
}
.Card_logo_MasterCard[data-v-51fb16a9] {
  top: -6px;
  left: -10px;
  width: 35px;
  height: 35px;
}
.Card_logo img[data-v-51fb16a9] {
  width: 100%;
}
.Card_btn[data-v-51fb16a9]:first-child {
  margin-left: 10px;
}
.applyCard .mt--10[data-v-51fb16a9] {
  margin-top: -10px;
}
.hidden-md-and-up .h-auto[data-v-51fb16a9] {
  height: auto;
  white-space: pre-wrap;
}
.applyCard .el-card__header[data-v-51fb16a9] {
  padding: 18px 10px;
}
.applyCard .el-card__body[data-v-51fb16a9] {
  padding: 0;
}
.applyCard .el-table tr[data-v-51fb16a9] {
  background-color: #fff !important;
}
.label-text[data-v-51fb16a9] {
  width: 100px;
  text-align: right;
  margin-right: 10px;
}
.title-count[data-v-51fb16a9] {
  width: 100%;
  height: auto;
  border-radius: 5px;
  padding: 10px 25px 10px 25px;
  margin-bottom: 20px;
  background: #ffffff;
}
.el-row-top[data-v-51fb16a9] {
  width: 100%;
  height: 100px;
  border-bottom: 1px solid #f2f3f8;
}
.el-row-top-right[data-v-51fb16a9] {
  width: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: space-between;
}
.el-row-bottom[data-v-51fb16a9] {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.el-row-bottom-left[data-v-51fb16a9] {
  width: 30%;
  text-align: left;
}
.el-row-bottom-left div[data-v-51fb16a9]:first-child {
  margin-bottom: 10px;
}
.el-row-bottom-center[data-v-51fb16a9] {
  width: 30%;
  text-align: left;
  padding-left: 20px;
  border-left: 1px solid #f2f3f8;
}
.el-row-bottom-center div[data-v-51fb16a9]:first-child {
  margin-bottom: 10px;
}
.el-row-bottom-right[data-v-51fb16a9] {
  width: 30%;
  padding-left: 20px;
  text-align: left;
  border-left: 1px solid #f2f3f8;
}
@media screen and (max-width: 768px) {
.el-row-top[data-v-51fb16a9] {
    margin-bottom: 50px;
}
.el-row-top-right[data-v-51fb16a9] {
    flex-wrap: wrap;
}
.el-row-top-right > div[data-v-51fb16a9] {
    width: 100%;
    margin-bottom: 10px;
}
.el-button[data-v-51fb16a9]:not(:first-child) {
    margin-left: 0px;
}
.el-row-bottom-center h2[data-v-51fb16a9] {
    white-space: normal;
    word-wrap: break-word;
}
.el-row-top-right-count[data-v-51fb16a9] {
    text-align: left;
    margin-top: 10px;
}
.search_icons[data-v-51fb16a9] {
    white-space: normal;
    word-wrap: break-word;
    min-height: 40px;
}
}
.el-row-bottom-right div[data-v-51fb16a9]:first-child {
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
.el-button + .el-button[data-v-51fb16a9] {
    padding: 12px;
}
.title-left[data-v-51fb16a9] {
    margin-left: 0px;
}
.button-row .search_icons[data-v-51fb16a9] {
    margin: 0 5px !important;
}
}
@media screen and (max-width: 1024px) {
.title-left[data-v-51fb16a9] {
    margin-left: 0px;
}
.button-row .search_icons[data-v-51fb16a9] {
    margin: 0 5px !important;
}
.title-deposit[data-v-51fb16a9] {
    margin-left: 0px !important;
}
}
.button-row[data-v-51fb16a9] {
  width: 100%;
  display: flex;
}
.button-row .search_icons[data-v-51fb16a9] {
  margin: 0 20px;
}
.title-center div[data-v-51fb16a9]:first-child {
  margin-bottom: 5px;
}
.card-address[data-v-51fb16a9] {
  display: flex;
}
.card-address .card-address-custon[data-v-51fb16a9] {
  margin-left: -28px;
}
.image-text[data-v-51fb16a9] {
  margin-left: 20px;
  margin-bottom: 10px;
}
.image-text img[data-v-51fb16a9] {
  vertical-align: middle;
  transform: scale(0.8);
}
.disabled-card[data-v-51fb16a9] {
  pointer-events: none;
  opacity: 0.5;
  background: #e8e8e8;
}
.is-confirm-xieyi[data-v-51fb16a9] {
  margin-top: 22px;
}
.is-confirm-xieyi .el-form-item__content[data-v-51fb16a9] {
  margin-left: 0px !important;
}
.is-confirm-xieyi .el-form-item__error[data-v-51fb16a9] {
  margin-top: -13px;
}
.amount-tips .el-form-item__content[data-v-51fb16a9] {
  line-height: 1.1;
}
.is-error + .card-spending-platform_tips[data-v-51fb16a9] {
  margin-top: 0px !important;
}
.card-rate-table[data-v-51fb16a9] {
  font-size: 12px !important;
  margin-bottom: 25px;
}
.card-rate-table td[data-v-51fb16a9],
.card-rate-table th[data-v-51fb16a9] {
  padding: 5px 0;
}
.card-rate-table .cell[data-v-51fb16a9] {
  line-height: 18px;
}
.card-rate-table th[data-v-51fb16a9] {
  background: #f5f8ff !important;
}
.card-rate-table tr[data-v-51fb16a9] {
  background: #f5f8ff !important;
}
.applyCard .el-table[data-v-51fb16a9] {
  border: 1px solid #000;
  border-spacing: 0;
  border-collapse: collapse;
}
.applyCard .el-table tr[data-v-51fb16a9] {
  background: #f5f8ff !important;
}
.applyCard .el-table td[data-v-51fb16a9],
.applyCard .el-table th[data-v-51fb16a9] {
  border-right: 1px solid #000;
  border-collapse: collapse;
  border-spacing: 0;
  border-bottom: 1px solid #000;
}
.applyCard .have-access .card-box[data-v-51fb16a9] {
  font-weight: 500;
  background: #f0f8ff !important;
}
.applyCard .have-access .card-box[data-v-51fb16a9]:hover {
  background: #f0f8ff !important;
}
.applyCard .applyCard_en_msg[data-v-51fb16a9] {
  min-height: 130px;
}
.applyCard .applyCard_cn_msg[data-v-51fb16a9] {
  min-height: 130px;
}
.BIN_Apply .we_chat .el-form-item__content[data-v-51fb16a9] {
  display: flex;
}
.container[data-v-51fb16a9] {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
}
.centered-content[data-v-51fb16a9] {
  padding: 40px;
  margin-top: -500px;
  background-color: #f0f0f0;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.centered-content p[data-v-51fb16a9] {
  margin-top: 20px;
}
[data-v-51fb16a9] .el-form-item-open {
  margin-bottom: 13px !important;
}
.open-card[data-v-51fb16a9] {
  margin-top: 15vh !important;
}
[data-v-51fb16a9] .custom-dialog .el-dialog__body {
  padding: 20px 0px 0px 30px !important;
}

