@charset "UTF-8";
.cp[data-v-c4d0062c] {
  cursor: pointer;
}
.disabled[data-v-c4d0062c] {
  cursor: not-allowed;
}
.button[data-v-c4d0062c] {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.flex[data-v-c4d0062c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.d-flex[data-v-c4d0062c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.flexsb[data-v-c4d0062c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bbox[data-v-c4d0062c] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bbox_wrapper[data-v-c4d0062c] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bbox_wrapper *[data-v-c4d0062c] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.btn_dark[data-v-c4d0062c] {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
  background-color: rgb(0, 84, 166);
  color: #fff;
}
.btn_dark[data-v-c4d0062c]:hover {
  background-color: #004080;
}
.btn_warn[data-v-c4d0062c] {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
  background-color: #FAEDEB;
  color: #C84B33;
}
.btn_light[data-v-c4d0062c] {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  background-color: #e5eef6;
  cursor: pointer;
  color: rgb(0, 84, 166);
}
.btn_light[data-v-c4d0062c]:hover {
  background-color: #ccdded;
}
[data-v-c4d0062c]::-ms-clear,[data-v-c4d0062c]::-ms-reveal {
  display: none;
}
.un_sel[data-v-c4d0062c] {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.text_justify[data-v-c4d0062c] {
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-justify: inter-ideograph;
}
.components_control_wrapper[data-v-c4d0062c] {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: rgb(204, 204, 204);
}
.components_control_wrapper .title[data-v-c4d0062c] {
  /*滚动条样式*/
  padding: 0 20px 15px;
  display: block;
  width: 100%;
  line-height: 22px;
  font-size: 16px;
  outline: none;
  border: none;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
  font-weight: bold;
  color: rgb(51, 51, 51);
}
.components_control_wrapper .title[data-v-c4d0062c]::-webkit-scrollbar {
  width: 4px;
}
.components_control_wrapper .title[data-v-c4d0062c]::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}
.components_control_wrapper .title[data-v-c4d0062c]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
  border-radius: 0;
  background: rgba(0, 0, 0, 0);
}
.components_control_wrapper .title[data-v-c4d0062c]:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.components_control_wrapper input[data-v-c4d0062c] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 22px;
  font-size: 16px;
  outline: none;
  border: none;
  padding: 0 20px;
  background-color: transparent;
}
.components_control_wrapper input[data-v-c4d0062c]::-webkit-input-placeholder { /* WebKit browsers */
  color: #ccc;
  font-weight: normal;
}
.components_control_wrapper input[data-v-c4d0062c]::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #ccc;
  font-weight: normal;
}
.components_control_wrapper input[data-v-c4d0062c]:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #ccc;
  font-weight: normal;
}
.components_control_wrapper .content_group[data-v-c4d0062c] {
  padding-top: 15px;
}
.components_control_wrapper .content_group[data-v-c4d0062c]:first-child {
  padding-top: 0;
}
.flex[data-v-c4d0062c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.d-flex[data-v-c4d0062c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.flex-column[data-v-c4d0062c] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.justify-start[data-v-c4d0062c] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.justify-end[data-v-c4d0062c] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.justify-center[data-v-c4d0062c] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.justify-space-between[data-v-c4d0062c] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.align-start[data-v-c4d0062c] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.align-end[data-v-c4d0062c] {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.align-center[data-v-c4d0062c] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.align-stretch[data-v-c4d0062c] {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.align-self-start[data-v-c4d0062c] {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.align-self-end[data-v-c4d0062c] {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.align-self-center[data-v-c4d0062c] {
  -ms-flex-item-align: center;
      align-self: center;
}
.flex-nowrap[data-v-c4d0062c] {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.flex-wrap[data-v-c4d0062c] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.align-content-center[data-v-c4d0062c] {
  -ms-flex-line-pack: center;
      align-content: center;
}
.flex-shrink-0[data-v-c4d0062c] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.overflow-hidden[data-v-c4d0062c] {
  overflow: hidden;
}
.overflow-y-auto[data-v-c4d0062c] {
  overflow-y: auto;
}
.v_pc_gift_card_modules_can_purchase[data-v-c4d0062c] {
  width: 100%;
  padding: 0 40px;
  overflow: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.v_pc_gift_card_modules_can_purchase .flow_group[data-v-c4d0062c] {
  width: 100%;
}
.v_pc_gift_card_modules_can_purchase .flow_group .title[data-v-c4d0062c] {
  font-size: 14px;
  color: #82929C;
  padding-top: 24px;
}
.v_pc_gift_card_modules_can_purchase .flow_group .list_group[data-v-c4d0062c] {
  background-color: #f8f8f8;
  border-radius: 4px;
  padding: 20px 30px;
  margin-top: 16px;
}
.v_pc_gift_card_modules_can_purchase .flow_group .list_group .arrow[data-v-c4d0062c] {
  margin-top: 18px;
  margin-left: 30px;
  margin-right: 30px;
}
.v_pc_gift_card_modules_can_purchase .flow_group .list_group .title[data-v-c4d0062c] {
  color: #666;
  font-size: 14px;
  padding-top: 9px;
}
.v_pc_gift_card_modules_can_purchase .card_group[data-v-c4d0062c] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  overflow: auto;
}
.v_pc_gift_card_modules_can_purchase .card_group .title[data-v-c4d0062c] {
  font-size: 14px;
  color: #82929C;
  padding-top: 24px;
  width: 100%;
}
.v_pc_gift_card_modules_can_purchase .card_group .card_list[data-v-c4d0062c] {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: auto;
  height: 100%;
}
.v_pc_gift_card_modules_can_purchase .card_group .list_group[data-v-c4d0062c] {
  width: 100%;
  overflow: auto;
}
.v_pc_gift_card_modules_can_purchase .card_group .list_group .card_component[data-v-c4d0062c] {
  margin-right: 10px;
  margin-bottom: 5px;
}
.v_pc_gift_card_modules_can_purchase .card_group .list_group .price_gruop[data-v-c4d0062c] {
  font-size: 16px;
  font-family: MicrosoftYaHei, sans-serif;
  color: #666666;
  margin-bottom: 15px;
}
.v_pc_gift_card_modules_can_purchase .card_group .more_group[data-v-c4d0062c] {
  width: 100%;
  padding: 10px;
  text-align: center;
  font-size: 14px;
  height: 30px;
  color: rgb(0, 84, 166);
}
@charset "UTF-8";
.cp[data-v-300415c6] {
  cursor: pointer;
}
.disabled[data-v-300415c6] {
  cursor: not-allowed;
}
.button[data-v-300415c6] {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.flex[data-v-300415c6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.d-flex[data-v-300415c6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.flexsb[data-v-300415c6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bbox[data-v-300415c6] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bbox_wrapper[data-v-300415c6] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bbox_wrapper *[data-v-300415c6] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.btn_dark[data-v-300415c6] {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
  background-color: rgb(0, 84, 166);
  color: #fff;
}
.btn_dark[data-v-300415c6]:hover {
  background-color: #004080;
}
.btn_warn[data-v-300415c6] {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
  background-color: #FAEDEB;
  color: #C84B33;
}
.btn_light[data-v-300415c6] {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  background-color: #e5eef6;
  cursor: pointer;
  color: rgb(0, 84, 166);
}
.btn_light[data-v-300415c6]:hover {
  background-color: #ccdded;
}
[data-v-300415c6]::-ms-clear,[data-v-300415c6]::-ms-reveal {
  display: none;
}
.un_sel[data-v-300415c6] {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.text_justify[data-v-300415c6] {
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-justify: inter-ideograph;
}
.components_control_wrapper[data-v-300415c6] {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: rgb(204, 204, 204);
}
.components_control_wrapper .title[data-v-300415c6] {
  /*滚动条样式*/
  padding: 0 20px 15px;
  display: block;
  width: 100%;
  line-height: 22px;
  font-size: 16px;
  outline: none;
  border: none;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
  font-weight: bold;
  color: rgb(51, 51, 51);
}
.components_control_wrapper .title[data-v-300415c6]::-webkit-scrollbar {
  width: 4px;
}
.components_control_wrapper .title[data-v-300415c6]::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}
.components_control_wrapper .title[data-v-300415c6]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
  border-radius: 0;
  background: rgba(0, 0, 0, 0);
}
.components_control_wrapper .title[data-v-300415c6]:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.components_control_wrapper input[data-v-300415c6] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 22px;
  font-size: 16px;
  outline: none;
  border: none;
  padding: 0 20px;
  background-color: transparent;
}
.components_control_wrapper input[data-v-300415c6]::-webkit-input-placeholder { /* WebKit browsers */
  color: #ccc;
  font-weight: normal;
}
.components_control_wrapper input[data-v-300415c6]::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #ccc;
  font-weight: normal;
}
.components_control_wrapper input[data-v-300415c6]:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #ccc;
  font-weight: normal;
}
.components_control_wrapper .content_group[data-v-300415c6] {
  padding-top: 15px;
}
.components_control_wrapper .content_group[data-v-300415c6]:first-child {
  padding-top: 0;
}
.flex[data-v-300415c6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.d-flex[data-v-300415c6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.flex-column[data-v-300415c6] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.justify-start[data-v-300415c6] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.justify-end[data-v-300415c6] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.justify-center[data-v-300415c6] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.justify-space-between[data-v-300415c6] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.align-start[data-v-300415c6] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.align-end[data-v-300415c6] {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.align-center[data-v-300415c6] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.align-stretch[data-v-300415c6] {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.align-self-start[data-v-300415c6] {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.align-self-end[data-v-300415c6] {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.align-self-center[data-v-300415c6] {
  -ms-flex-item-align: center;
      align-self: center;
}
.flex-nowrap[data-v-300415c6] {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.flex-wrap[data-v-300415c6] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.align-content-center[data-v-300415c6] {
  -ms-flex-line-pack: center;
      align-content: center;
}
.flex-shrink-0[data-v-300415c6] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.overflow-hidden[data-v-300415c6] {
  overflow: hidden;
}
.overflow-y-auto[data-v-300415c6] {
  overflow-y: auto;
}
.v_pc_gift_card_m_card_style_give[data-v-300415c6] {
  padding: 20px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  border: 1px solid #E8EEFF;
  position: relative;
}
.v_pc_gift_card_m_card_style_give .time_group[data-v-300415c6] {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
}
.v_pc_gift_card_m_card_style_give .time_group .channel[data-v-300415c6] {
  color: #EB5800;
}
.v_pc_gift_card_m_card_style_give .time_group .channel.office[data-v-300415c6] {
  color: #884006;
}
.v_pc_gift_card_m_card_style_give .fun_group[data-v-300415c6] {
  margin-bottom: 10px;
}
.v_pc_gift_card_m_card_style_give .fun_group .button[data-v-300415c6] {
  border-radius: 4px;
  font-size: 16px;
  line-height: 36px;
  padding: 0 16px;
}
.v_pc_gift_card_m_card_style_give .fun_group .button.re_give[data-v-300415c6] {
  line-height: 34px;
  border-radius: 4px;
  border: 1px solid #82929C;
  color: #82929C;
}
.v_pc_gift_card_m_card_style_give .unclaimed[data-v-300415c6] {
  position: absolute;
  z-index: 3;
  bottom: 0;
  right: 0;
  width: 74px;
  height: 68px;
}
@charset "UTF-8";
.cp[data-v-5cac50ee] {
  cursor: pointer;
}
.disabled[data-v-5cac50ee] {
  cursor: not-allowed;
}
.button[data-v-5cac50ee] {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.flex[data-v-5cac50ee] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.d-flex[data-v-5cac50ee] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.flexsb[data-v-5cac50ee] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bbox[data-v-5cac50ee] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bbox_wrapper[data-v-5cac50ee] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bbox_wrapper *[data-v-5cac50ee] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.btn_dark[data-v-5cac50ee] {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
  background-color: rgb(0, 84, 166);
  color: #fff;
}
.btn_dark[data-v-5cac50ee]:hover {
  background-color: #004080;
}
.btn_warn[data-v-5cac50ee] {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
  background-color: #FAEDEB;
  color: #C84B33;
}
.btn_light[data-v-5cac50ee] {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  background-color: #e5eef6;
  cursor: pointer;
  color: rgb(0, 84, 166);
}
.btn_light[data-v-5cac50ee]:hover {
  background-color: #ccdded;
}
[data-v-5cac50ee]::-ms-clear,[data-v-5cac50ee]::-ms-reveal {
  display: none;
}
.un_sel[data-v-5cac50ee] {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.text_justify[data-v-5cac50ee] {
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-justify: inter-ideograph;
}
.components_control_wrapper[data-v-5cac50ee] {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: rgb(204, 204, 204);
}
.components_control_wrapper .title[data-v-5cac50ee] {
  /*滚动条样式*/
  padding: 0 20px 15px;
  display: block;
  width: 100%;
  line-height: 22px;
  font-size: 16px;
  outline: none;
  border: none;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
  font-weight: bold;
  color: rgb(51, 51, 51);
}
.components_control_wrapper .title[data-v-5cac50ee]::-webkit-scrollbar {
  width: 4px;
}
.components_control_wrapper .title[data-v-5cac50ee]::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}
.components_control_wrapper .title[data-v-5cac50ee]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
  border-radius: 0;
  background: rgba(0, 0, 0, 0);
}
.components_control_wrapper .title[data-v-5cac50ee]:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.components_control_wrapper input[data-v-5cac50ee] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 22px;
  font-size: 16px;
  outline: none;
  border: none;
  padding: 0 20px;
  background-color: transparent;
}
.components_control_wrapper input[data-v-5cac50ee]::-webkit-input-placeholder { /* WebKit browsers */
  color: #ccc;
  font-weight: normal;
}
.components_control_wrapper input[data-v-5cac50ee]::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #ccc;
  font-weight: normal;
}
.components_control_wrapper input[data-v-5cac50ee]:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #ccc;
  font-weight: normal;
}
.components_control_wrapper .content_group[data-v-5cac50ee] {
  padding-top: 15px;
}
.components_control_wrapper .content_group[data-v-5cac50ee]:first-child {
  padding-top: 0;
}
.flex[data-v-5cac50ee] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.d-flex[data-v-5cac50ee] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.flex-column[data-v-5cac50ee] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.justify-start[data-v-5cac50ee] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.justify-end[data-v-5cac50ee] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.justify-center[data-v-5cac50ee] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.justify-space-between[data-v-5cac50ee] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.align-start[data-v-5cac50ee] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.align-end[data-v-5cac50ee] {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.align-center[data-v-5cac50ee] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.align-stretch[data-v-5cac50ee] {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.align-self-start[data-v-5cac50ee] {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.align-self-end[data-v-5cac50ee] {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.align-self-center[data-v-5cac50ee] {
  -ms-flex-item-align: center;
      align-self: center;
}
.flex-nowrap[data-v-5cac50ee] {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.flex-wrap[data-v-5cac50ee] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.align-content-center[data-v-5cac50ee] {
  -ms-flex-line-pack: center;
      align-content: center;
}
.flex-shrink-0[data-v-5cac50ee] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.overflow-hidden[data-v-5cac50ee] {
  overflow: hidden;
}
.overflow-y-auto[data-v-5cac50ee] {
  overflow-y: auto;
}
.v_pc_gift_card_m_card_style_out[data-v-5cac50ee] {
  padding: 20px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  border: 1px solid #E8EEFF;
  position: relative;
}
.v_pc_gift_card_m_card_style_out .time_group[data-v-5cac50ee] {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
}
.v_pc_gift_card_m_card_style_out .time_group .channel[data-v-5cac50ee] {
  color: #EB5800;
}
.v_pc_gift_card_m_card_style_out .time_group .channel.office[data-v-5cac50ee] {
  color: #884006;
}
.v_pc_gift_card_m_card_style_out .fun_group[data-v-5cac50ee] {
  margin-bottom: 10px;
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
.v_pc_gift_card_m_card_style_out .fun_group .button[data-v-5cac50ee] {
  border-radius: 4px;
  font-size: 16px;
  line-height: 36px;
  padding: 0 16px;
}
.v_pc_gift_card_m_card_style_out .fun_group .button.re_give[data-v-5cac50ee] {
  line-height: 34px;
  border-radius: 4px;
  border: 1px solid #82929C;
  color: #82929C;
}
.v_pc_gift_card_m_card_style_out .unclaimed[data-v-5cac50ee] {
  position: absolute;
  z-index: 3;
  bottom: 0;
  right: 0;
  width: 74px;
  height: 68px;
}
@charset "UTF-8";
.cp[data-v-1207a46c] {
  cursor: pointer;
}
.disabled[data-v-1207a46c] {
  cursor: not-allowed;
}
.button[data-v-1207a46c] {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.flex[data-v-1207a46c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.d-flex[data-v-1207a46c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.flexsb[data-v-1207a46c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bbox[data-v-1207a46c] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bbox_wrapper[data-v-1207a46c] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bbox_wrapper *[data-v-1207a46c] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.btn_dark[data-v-1207a46c] {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
  background-color: rgb(0, 84, 166);
  color: #fff;
}
.btn_dark[data-v-1207a46c]:hover {
  background-color: #004080;
}
.btn_warn[data-v-1207a46c] {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
  background-color: #FAEDEB;
  color: #C84B33;
}
.btn_light[data-v-1207a46c] {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  background-color: #e5eef6;
  cursor: pointer;
  color: rgb(0, 84, 166);
}
.btn_light[data-v-1207a46c]:hover {
  background-color: #ccdded;
}
[data-v-1207a46c]::-ms-clear,[data-v-1207a46c]::-ms-reveal {
  display: none;
}
.un_sel[data-v-1207a46c] {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.text_justify[data-v-1207a46c] {
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-justify: inter-ideograph;
}
.components_control_wrapper[data-v-1207a46c] {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: rgb(204, 204, 204);
}
.components_control_wrapper .title[data-v-1207a46c] {
  /*滚动条样式*/
  padding: 0 20px 15px;
  display: block;
  width: 100%;
  line-height: 22px;
  font-size: 16px;
  outline: none;
  border: none;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
  font-weight: bold;
  color: rgb(51, 51, 51);
}
.components_control_wrapper .title[data-v-1207a46c]::-webkit-scrollbar {
  width: 4px;
}
.components_control_wrapper .title[data-v-1207a46c]::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}
.components_control_wrapper .title[data-v-1207a46c]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
  border-radius: 0;
  background: rgba(0, 0, 0, 0);
}
.components_control_wrapper .title[data-v-1207a46c]:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.components_control_wrapper input[data-v-1207a46c] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 22px;
  font-size: 16px;
  outline: none;
  border: none;
  padding: 0 20px;
  background-color: transparent;
}
.components_control_wrapper input[data-v-1207a46c]::-webkit-input-placeholder { /* WebKit browsers */
  color: #ccc;
  font-weight: normal;
}
.components_control_wrapper input[data-v-1207a46c]::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #ccc;
  font-weight: normal;
}
.components_control_wrapper input[data-v-1207a46c]:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #ccc;
  font-weight: normal;
}
.components_control_wrapper .content_group[data-v-1207a46c] {
  padding-top: 15px;
}
.components_control_wrapper .content_group[data-v-1207a46c]:first-child {
  padding-top: 0;
}
.flex[data-v-1207a46c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.d-flex[data-v-1207a46c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.flex-column[data-v-1207a46c] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.justify-start[data-v-1207a46c] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.justify-end[data-v-1207a46c] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.justify-center[data-v-1207a46c] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.justify-space-between[data-v-1207a46c] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.align-start[data-v-1207a46c] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.align-end[data-v-1207a46c] {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.align-center[data-v-1207a46c] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.align-stretch[data-v-1207a46c] {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.align-self-start[data-v-1207a46c] {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.align-self-end[data-v-1207a46c] {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.align-self-center[data-v-1207a46c] {
  -ms-flex-item-align: center;
      align-self: center;
}
.flex-nowrap[data-v-1207a46c] {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.flex-wrap[data-v-1207a46c] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.align-content-center[data-v-1207a46c] {
  -ms-flex-line-pack: center;
      align-content: center;
}
.flex-shrink-0[data-v-1207a46c] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.overflow-hidden[data-v-1207a46c] {
  overflow: hidden;
}
.overflow-y-auto[data-v-1207a46c] {
  overflow-y: auto;
}
.v_pc_gift_card_m_card_style_send[data-v-1207a46c] {
  padding: 20px 20px 60px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  border: 1px solid #E8EEFF;
  position: relative;
}
.v_pc_gift_card_m_card_style_send .time_group[data-v-1207a46c] {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
}
.v_pc_gift_card_m_card_style_send .time_group .channel[data-v-1207a46c] {
  color: #EB5800;
}
.v_pc_gift_card_m_card_style_send .time_group .channel.office[data-v-1207a46c] {
  color: #884006;
}
.v_pc_gift_card_m_card_style_send .fun_group[data-v-1207a46c] {
  margin-bottom: 10px;
}
.v_pc_gift_card_m_card_style_send .fun_group .button[data-v-1207a46c] {
  border-radius: 4px;
  font-size: 16px;
  line-height: 36px;
  padding: 0 16px;
}
.v_pc_gift_card_m_card_style_send .fun_group .button.re_give[data-v-1207a46c] {
  line-height: 34px;
  border-radius: 4px;
  border: 1px solid #82929C;
  color: #82929C;
}
.v_pc_gift_card_m_card_style_send .lose[data-v-1207a46c] {
  position: absolute;
  z-index: 3;
  bottom: 0;
  right: 0;
  width: 80px;
  height: 70px;
}
@charset "UTF-8";
.cp[data-v-5d11290c] {
  cursor: pointer;
}
.disabled[data-v-5d11290c] {
  cursor: not-allowed;
}
.button[data-v-5d11290c] {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.flex[data-v-5d11290c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.d-flex[data-v-5d11290c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.flexsb[data-v-5d11290c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bbox[data-v-5d11290c] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bbox_wrapper[data-v-5d11290c] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bbox_wrapper *[data-v-5d11290c] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.btn_dark[data-v-5d11290c] {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
  background-color: rgb(0, 84, 166);
  color: #fff;
}
.btn_dark[data-v-5d11290c]:hover {
  background-color: #004080;
}
.btn_warn[data-v-5d11290c] {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
  background-color: #FAEDEB;
  color: #C84B33;
}
.btn_light[data-v-5d11290c] {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  background-color: #e5eef6;
  cursor: pointer;
  color: rgb(0, 84, 166);
}
.btn_light[data-v-5d11290c]:hover {
  background-color: #ccdded;
}
[data-v-5d11290c]::-ms-clear,[data-v-5d11290c]::-ms-reveal {
  display: none;
}
.un_sel[data-v-5d11290c] {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.text_justify[data-v-5d11290c] {
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-justify: inter-ideograph;
}
.components_control_wrapper[data-v-5d11290c] {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: rgb(204, 204, 204);
}
.components_control_wrapper .title[data-v-5d11290c] {
  /*滚动条样式*/
  padding: 0 20px 15px;
  display: block;
  width: 100%;
  line-height: 22px;
  font-size: 16px;
  outline: none;
  border: none;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
  font-weight: bold;
  color: rgb(51, 51, 51);
}
.components_control_wrapper .title[data-v-5d11290c]::-webkit-scrollbar {
  width: 4px;
}
.components_control_wrapper .title[data-v-5d11290c]::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}
.components_control_wrapper .title[data-v-5d11290c]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
  border-radius: 0;
  background: rgba(0, 0, 0, 0);
}
.components_control_wrapper .title[data-v-5d11290c]:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.components_control_wrapper input[data-v-5d11290c] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 22px;
  font-size: 16px;
  outline: none;
  border: none;
  padding: 0 20px;
  background-color: transparent;
}
.components_control_wrapper input[data-v-5d11290c]::-webkit-input-placeholder { /* WebKit browsers */
  color: #ccc;
  font-weight: normal;
}
.components_control_wrapper input[data-v-5d11290c]::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #ccc;
  font-weight: normal;
}
.components_control_wrapper input[data-v-5d11290c]:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #ccc;
  font-weight: normal;
}
.components_control_wrapper .content_group[data-v-5d11290c] {
  padding-top: 15px;
}
.components_control_wrapper .content_group[data-v-5d11290c]:first-child {
  padding-top: 0;
}
.flex[data-v-5d11290c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.d-flex[data-v-5d11290c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.flex-column[data-v-5d11290c] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.justify-start[data-v-5d11290c] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.justify-end[data-v-5d11290c] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.justify-center[data-v-5d11290c] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.justify-space-between[data-v-5d11290c] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.align-start[data-v-5d11290c] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.align-end[data-v-5d11290c] {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.align-center[data-v-5d11290c] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.align-stretch[data-v-5d11290c] {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.align-self-start[data-v-5d11290c] {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.align-self-end[data-v-5d11290c] {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.align-self-center[data-v-5d11290c] {
  -ms-flex-item-align: center;
      align-self: center;
}
.flex-nowrap[data-v-5d11290c] {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.flex-wrap[data-v-5d11290c] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.align-content-center[data-v-5d11290c] {
  -ms-flex-line-pack: center;
      align-content: center;
}
.flex-shrink-0[data-v-5d11290c] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.overflow-hidden[data-v-5d11290c] {
  overflow: hidden;
}
.overflow-y-auto[data-v-5d11290c] {
  overflow-y: auto;
}
.v_pc_gift_card_modules_can_give .card_list[data-v-5d11290c] {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: auto;
  height: 100%;
  padding: 20px;
}
.v_pc_gift_card_modules_can_give .list_group[data-v-5d11290c] {
  width: 100%;
  overflow: auto;
}
.v_pc_gift_card_modules_can_give .list_group .unit[data-v-5d11290c] {
  margin-right: 10px;
  margin-bottom: 10px;
}
.v_pc_gift_card_modules_can_give .list_group .card_component[data-v-5d11290c] {
  margin-right: 10px;
  margin-bottom: 20px;
}
.v_pc_gift_card_modules_can_give .more_group[data-v-5d11290c] {
  width: 100%;
  padding: 10px;
  text-align: center;
  font-size: 14px;
  height: 30px;
  color: rgb(0, 84, 166);
}
@charset "UTF-8";
.cp[data-v-5526f49f] {
  cursor: pointer;
}
.disabled[data-v-5526f49f] {
  cursor: not-allowed;
}
.button[data-v-5526f49f] {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.flex[data-v-5526f49f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.d-flex[data-v-5526f49f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.flexsb[data-v-5526f49f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bbox[data-v-5526f49f] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bbox_wrapper[data-v-5526f49f] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bbox_wrapper *[data-v-5526f49f] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.btn_dark[data-v-5526f49f] {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
  background-color: rgb(0, 84, 166);
  color: #fff;
}
.btn_dark[data-v-5526f49f]:hover {
  background-color: #004080;
}
.btn_warn[data-v-5526f49f] {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
  background-color: #FAEDEB;
  color: #C84B33;
}
.btn_light[data-v-5526f49f] {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  background-color: #e5eef6;
  cursor: pointer;
  color: rgb(0, 84, 166);
}
.btn_light[data-v-5526f49f]:hover {
  background-color: #ccdded;
}
[data-v-5526f49f]::-ms-clear,[data-v-5526f49f]::-ms-reveal {
  display: none;
}
.un_sel[data-v-5526f49f] {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.text_justify[data-v-5526f49f] {
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-justify: inter-ideograph;
}
.components_control_wrapper[data-v-5526f49f] {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: rgb(204, 204, 204);
}
.components_control_wrapper .title[data-v-5526f49f] {
  /*滚动条样式*/
  padding: 0 20px 15px;
  display: block;
  width: 100%;
  line-height: 22px;
  font-size: 16px;
  outline: none;
  border: none;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
  font-weight: bold;
  color: rgb(51, 51, 51);
}
.components_control_wrapper .title[data-v-5526f49f]::-webkit-scrollbar {
  width: 4px;
}
.components_control_wrapper .title[data-v-5526f49f]::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}
.components_control_wrapper .title[data-v-5526f49f]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
  border-radius: 0;
  background: rgba(0, 0, 0, 0);
}
.components_control_wrapper .title[data-v-5526f49f]:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.components_control_wrapper input[data-v-5526f49f] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 22px;
  font-size: 16px;
  outline: none;
  border: none;
  padding: 0 20px;
  background-color: transparent;
}
.components_control_wrapper input[data-v-5526f49f]::-webkit-input-placeholder { /* WebKit browsers */
  color: #ccc;
  font-weight: normal;
}
.components_control_wrapper input[data-v-5526f49f]::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #ccc;
  font-weight: normal;
}
.components_control_wrapper input[data-v-5526f49f]:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #ccc;
  font-weight: normal;
}
.components_control_wrapper .content_group[data-v-5526f49f] {
  padding-top: 15px;
}
.components_control_wrapper .content_group[data-v-5526f49f]:first-child {
  padding-top: 0;
}
.flex[data-v-5526f49f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.d-flex[data-v-5526f49f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.flex-column[data-v-5526f49f] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.justify-start[data-v-5526f49f] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.justify-end[data-v-5526f49f] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.justify-center[data-v-5526f49f] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.justify-space-between[data-v-5526f49f] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.align-start[data-v-5526f49f] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.align-end[data-v-5526f49f] {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.align-center[data-v-5526f49f] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.align-stretch[data-v-5526f49f] {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.align-self-start[data-v-5526f49f] {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.align-self-end[data-v-5526f49f] {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.align-self-center[data-v-5526f49f] {
  -ms-flex-item-align: center;
      align-self: center;
}
.flex-nowrap[data-v-5526f49f] {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.flex-wrap[data-v-5526f49f] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.align-content-center[data-v-5526f49f] {
  -ms-flex-line-pack: center;
      align-content: center;
}
.flex-shrink-0[data-v-5526f49f] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.overflow-hidden[data-v-5526f49f] {
  overflow: hidden;
}
.overflow-y-auto[data-v-5526f49f] {
  overflow-y: auto;
}
.v_pc_gift_card_modules_send_out .card_list[data-v-5526f49f] {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: auto;
  height: 100%;
  padding: 20px;
}
.v_pc_gift_card_modules_send_out .list_group[data-v-5526f49f] {
  width: 100%;
  overflow: auto;
}
.v_pc_gift_card_modules_send_out .list_group .unit[data-v-5526f49f] {
  margin-right: 10px;
  margin-bottom: 10px;
}
.v_pc_gift_card_modules_send_out .list_group .card_component[data-v-5526f49f] {
  margin-right: 10px;
  margin-bottom: 20px;
}
.v_pc_gift_card_modules_send_out .more_group[data-v-5526f49f] {
  width: 100%;
  padding: 10px;
  text-align: center;
  font-size: 14px;
  height: 30px;
  color: rgb(0, 84, 166);
}
@charset "UTF-8";
.cp[data-v-6a59d2bc] {
  cursor: pointer;
}
.disabled[data-v-6a59d2bc] {
  cursor: not-allowed;
}
.button[data-v-6a59d2bc] {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.flex[data-v-6a59d2bc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.d-flex[data-v-6a59d2bc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.flexsb[data-v-6a59d2bc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bbox[data-v-6a59d2bc] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bbox_wrapper[data-v-6a59d2bc] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bbox_wrapper *[data-v-6a59d2bc] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.btn_dark[data-v-6a59d2bc] {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
  background-color: rgb(0, 84, 166);
  color: #fff;
}
.btn_dark[data-v-6a59d2bc]:hover {
  background-color: #004080;
}
.btn_warn[data-v-6a59d2bc] {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
  background-color: #FAEDEB;
  color: #C84B33;
}
.btn_light[data-v-6a59d2bc] {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  background-color: #e5eef6;
  cursor: pointer;
  color: rgb(0, 84, 166);
}
.btn_light[data-v-6a59d2bc]:hover {
  background-color: #ccdded;
}
[data-v-6a59d2bc]::-ms-clear,[data-v-6a59d2bc]::-ms-reveal {
  display: none;
}
.un_sel[data-v-6a59d2bc] {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.text_justify[data-v-6a59d2bc] {
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-justify: inter-ideograph;
}
.components_control_wrapper[data-v-6a59d2bc] {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: rgb(204, 204, 204);
}
.components_control_wrapper .title[data-v-6a59d2bc] {
  /*滚动条样式*/
  padding: 0 20px 15px;
  display: block;
  width: 100%;
  line-height: 22px;
  font-size: 16px;
  outline: none;
  border: none;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
  font-weight: bold;
  color: rgb(51, 51, 51);
}
.components_control_wrapper .title[data-v-6a59d2bc]::-webkit-scrollbar {
  width: 4px;
}
.components_control_wrapper .title[data-v-6a59d2bc]::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}
.components_control_wrapper .title[data-v-6a59d2bc]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
  border-radius: 0;
  background: rgba(0, 0, 0, 0);
}
.components_control_wrapper .title[data-v-6a59d2bc]:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.components_control_wrapper input[data-v-6a59d2bc] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 22px;
  font-size: 16px;
  outline: none;
  border: none;
  padding: 0 20px;
  background-color: transparent;
}
.components_control_wrapper input[data-v-6a59d2bc]::-webkit-input-placeholder { /* WebKit browsers */
  color: #ccc;
  font-weight: normal;
}
.components_control_wrapper input[data-v-6a59d2bc]::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #ccc;
  font-weight: normal;
}
.components_control_wrapper input[data-v-6a59d2bc]:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #ccc;
  font-weight: normal;
}
.components_control_wrapper .content_group[data-v-6a59d2bc] {
  padding-top: 15px;
}
.components_control_wrapper .content_group[data-v-6a59d2bc]:first-child {
  padding-top: 0;
}
.flex[data-v-6a59d2bc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.d-flex[data-v-6a59d2bc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.flex-column[data-v-6a59d2bc] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.justify-start[data-v-6a59d2bc] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.justify-end[data-v-6a59d2bc] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.justify-center[data-v-6a59d2bc] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.justify-space-between[data-v-6a59d2bc] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.align-start[data-v-6a59d2bc] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.align-end[data-v-6a59d2bc] {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.align-center[data-v-6a59d2bc] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.align-stretch[data-v-6a59d2bc] {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.align-self-start[data-v-6a59d2bc] {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.align-self-end[data-v-6a59d2bc] {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.align-self-center[data-v-6a59d2bc] {
  -ms-flex-item-align: center;
      align-self: center;
}
.flex-nowrap[data-v-6a59d2bc] {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.flex-wrap[data-v-6a59d2bc] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.align-content-center[data-v-6a59d2bc] {
  -ms-flex-line-pack: center;
      align-content: center;
}
.flex-shrink-0[data-v-6a59d2bc] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.overflow-hidden[data-v-6a59d2bc] {
  overflow: hidden;
}
.overflow-y-auto[data-v-6a59d2bc] {
  overflow-y: auto;
}
.v_pc_gift_card_modules_lose_effectiveness .card_list[data-v-6a59d2bc] {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: auto;
  height: 100%;
  padding: 20px;
}
.v_pc_gift_card_modules_lose_effectiveness .list_group[data-v-6a59d2bc] {
  width: 100%;
  overflow: auto;
}
.v_pc_gift_card_modules_lose_effectiveness .list_group .unit[data-v-6a59d2bc] {
  margin-right: 10px;
  margin-bottom: 10px;
}
.v_pc_gift_card_modules_lose_effectiveness .list_group .card_component[data-v-6a59d2bc] {
  margin-right: 10px;
  margin-bottom: 20px;
}
.v_pc_gift_card_modules_lose_effectiveness .more_group[data-v-6a59d2bc] {
  width: 100%;
  padding: 10px;
  text-align: center;
  font-size: 14px;
  height: 30px;
  color: rgb(0, 84, 166);
}
@charset "UTF-8";
.cp[data-v-0d831ad3] {
  cursor: pointer;
}
.disabled[data-v-0d831ad3] {
  cursor: not-allowed;
}
.button[data-v-0d831ad3] {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.flex[data-v-0d831ad3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.d-flex[data-v-0d831ad3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.flexsb[data-v-0d831ad3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bbox[data-v-0d831ad3] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bbox_wrapper[data-v-0d831ad3] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bbox_wrapper *[data-v-0d831ad3] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.btn_dark[data-v-0d831ad3] {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
  background-color: rgb(0, 84, 166);
  color: #fff;
}
.btn_dark[data-v-0d831ad3]:hover {
  background-color: #004080;
}
.btn_warn[data-v-0d831ad3] {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
  background-color: #FAEDEB;
  color: #C84B33;
}
.btn_light[data-v-0d831ad3] {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  background-color: #e5eef6;
  cursor: pointer;
  color: rgb(0, 84, 166);
}
.btn_light[data-v-0d831ad3]:hover {
  background-color: #ccdded;
}
[data-v-0d831ad3]::-ms-clear,[data-v-0d831ad3]::-ms-reveal {
  display: none;
}
.un_sel[data-v-0d831ad3] {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.text_justify[data-v-0d831ad3] {
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-justify: inter-ideograph;
}
.components_control_wrapper[data-v-0d831ad3] {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: rgb(204, 204, 204);
}
.components_control_wrapper .title[data-v-0d831ad3] {
  /*滚动条样式*/
  padding: 0 20px 15px;
  display: block;
  width: 100%;
  line-height: 22px;
  font-size: 16px;
  outline: none;
  border: none;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
  font-weight: bold;
  color: rgb(51, 51, 51);
}
.components_control_wrapper .title[data-v-0d831ad3]::-webkit-scrollbar {
  width: 4px;
}
.components_control_wrapper .title[data-v-0d831ad3]::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}
.components_control_wrapper .title[data-v-0d831ad3]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
  border-radius: 0;
  background: rgba(0, 0, 0, 0);
}
.components_control_wrapper .title[data-v-0d831ad3]:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.components_control_wrapper input[data-v-0d831ad3] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 22px;
  font-size: 16px;
  outline: none;
  border: none;
  padding: 0 20px;
  background-color: transparent;
}
.components_control_wrapper input[data-v-0d831ad3]::-webkit-input-placeholder { /* WebKit browsers */
  color: #ccc;
  font-weight: normal;
}
.components_control_wrapper input[data-v-0d831ad3]::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #ccc;
  font-weight: normal;
}
.components_control_wrapper input[data-v-0d831ad3]:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #ccc;
  font-weight: normal;
}
.components_control_wrapper .content_group[data-v-0d831ad3] {
  padding-top: 15px;
}
.components_control_wrapper .content_group[data-v-0d831ad3]:first-child {
  padding-top: 0;
}
.flex[data-v-0d831ad3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.d-flex[data-v-0d831ad3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.flex-column[data-v-0d831ad3] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.justify-start[data-v-0d831ad3] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.justify-end[data-v-0d831ad3] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.justify-center[data-v-0d831ad3] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.justify-space-between[data-v-0d831ad3] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.align-start[data-v-0d831ad3] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.align-end[data-v-0d831ad3] {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.align-center[data-v-0d831ad3] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.align-stretch[data-v-0d831ad3] {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.align-self-start[data-v-0d831ad3] {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.align-self-end[data-v-0d831ad3] {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.align-self-center[data-v-0d831ad3] {
  -ms-flex-item-align: center;
      align-self: center;
}
.flex-nowrap[data-v-0d831ad3] {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.flex-wrap[data-v-0d831ad3] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.align-content-center[data-v-0d831ad3] {
  -ms-flex-line-pack: center;
      align-content: center;
}
.flex-shrink-0[data-v-0d831ad3] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.overflow-hidden[data-v-0d831ad3] {
  overflow: hidden;
}
.overflow-y-auto[data-v-0d831ad3] {
  overflow-y: auto;
}
.v_pc_gift_card_index[data-v-0d831ad3] {
  width: 100%;
  height: 100%;
  border-left: 10px solid #f4f4f4;
  background-color: #fff;
  overflow: auto;
}
.v_pc_gift_card_index .tabbar[data-v-0d831ad3] {
  width: 100%;
  border-bottom: 1px solid #f4f4f4;
  height: 60px;
  padding: 0 40px;
}
.v_pc_gift_card_index .tabbar .tab[data-v-0d831ad3] {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-right: 60px;
  height: 59px;
  line-height: 53px;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  color: #333;
  font-size: 14px;
}
.v_pc_gift_card_index .tabbar .tab.active[data-v-0d831ad3] {
  color: rgb(0, 84, 166);
  border-bottom: 3px solid rgb(0, 84, 166);
}
.v_pc_gift_card_index .tabbar .tab[data-v-0d831ad3]:hover {
  color: rgb(0, 84, 166);
}
.v_pc_gift_card_index .main_group[data-v-0d831ad3] {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: auto;
}

/*# sourceMappingURL=43.css.map?t=1769050992548*/