.global_tab_component {
  overflow: hidden; }
  .global_tab_component .global_tab_btn {
    border-bottom: 1px solid #d3d4db; }
  .global_tab_component .global_tab_btn button {
    position: relative;
    font-weight: 600;
    background: #fff;
    height: 56px;
    padding: 0 16px; }
    .global_tab_component .global_tab_btn button:hover {
      background: #f5f5f5; }
    .global_tab_component .global_tab_btn button.act:after {
      position: absolute;
      bottom: 0;
      height: 3px;
      background: #2ebb6f;
      left: 16px;
      right: 16px;
      content: "";
      bottom: 0; }

.mar_bot_16 {
  margin-bottom: 16px; }

.color_7b {
  color: #7b7b7b; }

.color_2e {
  color: var(--primary-color); }

.global_tab_ul {
  max-width: 700px;
  list-style: disc; }
  .global_tab_ul li {
    margin-left: 16px;
    margin-bottom: 12px; }
    .global_tab_ul li::marker {
      color: #2ebb6f; }

.border_d3 {
  border: 1px solid #d3d4db;
  border-radius: 12px; }

.border_r12 {
  border-radius: 12px; }

.flex_box {
  display: flex; }

.nuxt_icon {
  color: #fff;
  text-align: center;
  line-height: 18px; }

.v_switch_track .v_switch_track_btn {
  display: inline-block;
  position: relative;
  border-radius: 14px;
  background: #d5d5d5;
  width: 48px;
  height: 28px; }
  .v_switch_track .v_switch_track_btn:before {
    transition: all .2s;
    content: "";
    position: absolute;
    left: 4px;
    top: 4px;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #fff; }
.v_switch_track.open .v_switch_track_btn {
  background: #ec7337; }
  .v_switch_track.open .v_switch_track_btn:before {
    left: 24px; }

.v_input {
  line-height: 26px;
  outline: 0;
  box-sizing: border-box;
  font-size: 15px;
  border-radius: 8px;
  width: 100%;
  transition: all .2s;
  padding: 21px 16px 1px;
  z-index: 1;
  background-color: transparent;
  position: relative; }
  .v_input:not([disabled]) {
    border: 1px solid #d3d4db; }
  .v_input[disabled] {
    border: 1px solid #f0f0f0;
    background: #f0f0f0;
    color: #9d9d9d; }
    .v_input[disabled] ~ .color_7b {
      color: #d8bfbf;
      z-index: 2; }
  .v_input:not([disabled]):hover {
    border-color: #67686e; }
  .v_input:focus ~ span {
    opacity: 1; }
  .v_input ~ span {
    position: absolute;
    left: 16px;
    top: 7px;
    z-index: 1;
    opacity: .8;
    transition: all .2s; }
  .v_input ~ .unit_left {
    position: absolute;
    left: 16px;
    top: 26px;
    z-index: 1;
    opacity: 1;
    font-size: 15px;
    transition: all .2s; }
  .v_input[disabled] ~ .unit_left {
    color: #d8bfbf; }
  .v_input.empty ~ span {
    top: 16px;
    font-size: 15px; }
  .v_input.bg_ff {
    background-color: #fff; }
  .v_input ~ label {
    left: 0;
    top: 100%; }
  .v_input ~ .unit_left + span {
    top: 9px !important;
    opacity: .8;
    font-size: 12px !important; }

/*# sourceMappingURL=/style_new.css?ver=8.0.map */
