@charset "UTF-8";
.cp[data-v-b2fa8106] {
  cursor: pointer;
}
.disabled[data-v-b2fa8106] {
  cursor: not-allowed;
}
.button[data-v-b2fa8106] {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.flex[data-v-b2fa8106] {
  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-b2fa8106] {
  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-b2fa8106] {
  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-b2fa8106] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bbox_wrapper[data-v-b2fa8106] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bbox_wrapper *[data-v-b2fa8106] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.btn_dark[data-v-b2fa8106] {
  -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-b2fa8106]:hover {
  background-color: #004080;
}
.btn_warn[data-v-b2fa8106] {
  -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-b2fa8106] {
  -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-b2fa8106]:hover {
  background-color: #ccdded;
}
[data-v-b2fa8106]::-ms-clear,[data-v-b2fa8106]::-ms-reveal {
  display: none;
}
.un_sel[data-v-b2fa8106] {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.text_justify[data-v-b2fa8106] {
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-justify: inter-ideograph;
}
.components_control_wrapper[data-v-b2fa8106] {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: rgb(204, 204, 204);
}
.components_control_wrapper .title[data-v-b2fa8106] {
  /*滚动条样式*/
  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-b2fa8106]::-webkit-scrollbar {
  width: 4px;
}
.components_control_wrapper .title[data-v-b2fa8106]::-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-b2fa8106]::-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-b2fa8106]:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.components_control_wrapper input[data-v-b2fa8106] {
  -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-b2fa8106]::-webkit-input-placeholder { /* WebKit browsers */
  color: #ccc;
  font-weight: normal;
}
.components_control_wrapper input[data-v-b2fa8106]::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #ccc;
  font-weight: normal;
}
.components_control_wrapper input[data-v-b2fa8106]:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #ccc;
  font-weight: normal;
}
.components_control_wrapper .content_group[data-v-b2fa8106] {
  padding-top: 15px;
}
.components_control_wrapper .content_group[data-v-b2fa8106]:first-child {
  padding-top: 0;
}
.flex[data-v-b2fa8106] {
  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-b2fa8106] {
  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-b2fa8106] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.justify-start[data-v-b2fa8106] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.justify-end[data-v-b2fa8106] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.justify-center[data-v-b2fa8106] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.justify-space-between[data-v-b2fa8106] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.align-start[data-v-b2fa8106] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.align-end[data-v-b2fa8106] {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.align-center[data-v-b2fa8106] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.align-stretch[data-v-b2fa8106] {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.align-self-start[data-v-b2fa8106] {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.align-self-end[data-v-b2fa8106] {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.align-self-center[data-v-b2fa8106] {
  -ms-flex-item-align: center;
      align-self: center;
}
.flex-nowrap[data-v-b2fa8106] {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.flex-wrap[data-v-b2fa8106] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.align-content-center[data-v-b2fa8106] {
  -ms-flex-line-pack: center;
      align-content: center;
}
.flex-shrink-0[data-v-b2fa8106] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.overflow-hidden[data-v-b2fa8106] {
  overflow: hidden;
}
.overflow-y-auto[data-v-b2fa8106] {
  overflow-y: auto;
}
.views_shopping_mail_modules_title[data-v-b2fa8106] {
  width: 100%;
}
.views_shopping_mail_modules_title .title[data-v-b2fa8106] {
  font-size: 30px;
  font-weight: bold;
  color: #333;
}
.views_shopping_mail_modules_title .inventory[data-v-b2fa8106] {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 0 20px;
  height: 40px;
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
  background-image: linear-gradient(125deg, #65E1B6, #016BA2);
}
.views_shopping_mail_modules_title .inventory[data-v-b2fa8106]:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
.views_shopping_mail_modules_title .inventory .icon[data-v-b2fa8106] {
  width: 16px;
  height: 18px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAASCAYAAABSO15qAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAEKADAAQAAAABAAAAEgAAAABOlSKSAAABlUlEQVQ4EY2UvS9DURiHe6sqEpGIGFoJZgvRwWQQsdhsJhZ/gInZaBeLTSJCQrqVRSQGDBKzkDYRA0kR2pBWXc+vOac590PjTZ77fpzf+97Te89tIuGY7/sZuII6uNYguYOcI4+GCDZNVwX/6PBq6ufRLioszsIN/BjhtCuk1mfqckVYtuspkimSAnRADdKQo17BW8uY4Bs/DNuspz3P29LdCyBbgbVm9PdljyXtVs9IPzHpcSkzsRt6QLYKE9CpxFgDX4J17vpBzyXxJAxpBzV4Ivm3oT8B2WiKriT4tpviPHHW5o6vEu+ygzre6pMa0DKaR0iOWoVo8EYp75YDA5heYsgSgkFXZGK9leNwPTBAiwzZCYva5ZEB7GCAhv6YpirDH8L1wACadWCK0BUWKmd9hiGn7poG6B17pviCP4C4t6BncGt0Vt/Q1Gf4gsBujDDWob0GWVYDDpuh72/g9T20NTSLoI/uXkId5TH8Beg4f4LetT0ohAHTce81lQWex34zZsg45KEM+vOIM931Hc5gzo79BacGYhb4wTeaAAAAAElFTkSuQmCC);
}
.views_shopping_mail_modules_title .user_group[data-v-b2fa8106] {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 4px;
  background-color: transparent;
}
.views_shopping_mail_modules_title .user_group.is_vip[data-v-b2fa8106] {
  background-color: #F2B649;
}
.views_shopping_mail_modules_title .user_group[data-v-b2fa8106]:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
.views_shopping_mail_modules_title .user_group .avatar[data-v-b2fa8106] {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background-color: #333;
  display: block;
}
.views_shopping_mail_modules_title .user_group .vip[data-v-b2fa8106] {
  position: absolute;
  top: -10px;
  right: -10px;
}
@charset "UTF-8";
.cp[data-v-4c65e5ad] {
  cursor: pointer;
}
.disabled[data-v-4c65e5ad] {
  cursor: not-allowed;
}
.button[data-v-4c65e5ad] {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.flex[data-v-4c65e5ad] {
  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-4c65e5ad] {
  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-4c65e5ad] {
  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-4c65e5ad] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bbox_wrapper[data-v-4c65e5ad] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bbox_wrapper *[data-v-4c65e5ad] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.btn_dark[data-v-4c65e5ad] {
  -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-4c65e5ad]:hover {
  background-color: #004080;
}
.btn_warn[data-v-4c65e5ad] {
  -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-4c65e5ad] {
  -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-4c65e5ad]:hover {
  background-color: #ccdded;
}
[data-v-4c65e5ad]::-ms-clear,[data-v-4c65e5ad]::-ms-reveal {
  display: none;
}
.un_sel[data-v-4c65e5ad] {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.text_justify[data-v-4c65e5ad] {
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-justify: inter-ideograph;
}
.components_control_wrapper[data-v-4c65e5ad] {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: rgb(204, 204, 204);
}
.components_control_wrapper .title[data-v-4c65e5ad] {
  /*滚动条样式*/
  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-4c65e5ad]::-webkit-scrollbar {
  width: 4px;
}
.components_control_wrapper .title[data-v-4c65e5ad]::-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-4c65e5ad]::-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-4c65e5ad]:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.components_control_wrapper input[data-v-4c65e5ad] {
  -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-4c65e5ad]::-webkit-input-placeholder { /* WebKit browsers */
  color: #ccc;
  font-weight: normal;
}
.components_control_wrapper input[data-v-4c65e5ad]::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #ccc;
  font-weight: normal;
}
.components_control_wrapper input[data-v-4c65e5ad]:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #ccc;
  font-weight: normal;
}
.components_control_wrapper .content_group[data-v-4c65e5ad] {
  padding-top: 15px;
}
.components_control_wrapper .content_group[data-v-4c65e5ad]:first-child {
  padding-top: 0;
}
.flex[data-v-4c65e5ad] {
  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-4c65e5ad] {
  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-4c65e5ad] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.justify-start[data-v-4c65e5ad] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.justify-end[data-v-4c65e5ad] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.justify-center[data-v-4c65e5ad] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.justify-space-between[data-v-4c65e5ad] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.align-start[data-v-4c65e5ad] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.align-end[data-v-4c65e5ad] {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.align-center[data-v-4c65e5ad] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.align-stretch[data-v-4c65e5ad] {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.align-self-start[data-v-4c65e5ad] {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.align-self-end[data-v-4c65e5ad] {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.align-self-center[data-v-4c65e5ad] {
  -ms-flex-item-align: center;
      align-self: center;
}
.flex-nowrap[data-v-4c65e5ad] {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.flex-wrap[data-v-4c65e5ad] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.align-content-center[data-v-4c65e5ad] {
  -ms-flex-line-pack: center;
      align-content: center;
}
.flex-shrink-0[data-v-4c65e5ad] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.overflow-hidden[data-v-4c65e5ad] {
  overflow: hidden;
}
.overflow-y-auto[data-v-4c65e5ad] {
  overflow-y: auto;
}
.views_shopping_mail_modules_title_search[data-v-4c65e5ad] {
  font-size: 30px;
  font-weight: bold;
  color: #333333;
  line-height: 40px;
  border-bottom: 1px solid #f4f4f4;
}
@charset "UTF-8";
.cp[data-v-125c4c69] {
  cursor: pointer;
}
.disabled[data-v-125c4c69] {
  cursor: not-allowed;
}
.button[data-v-125c4c69] {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.flex[data-v-125c4c69] {
  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-125c4c69] {
  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-125c4c69] {
  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-125c4c69] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bbox_wrapper[data-v-125c4c69] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bbox_wrapper *[data-v-125c4c69] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.btn_dark[data-v-125c4c69] {
  -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-125c4c69]:hover {
  background-color: #004080;
}
.btn_warn[data-v-125c4c69] {
  -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-125c4c69] {
  -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-125c4c69]:hover {
  background-color: #ccdded;
}
[data-v-125c4c69]::-ms-clear,[data-v-125c4c69]::-ms-reveal {
  display: none;
}
.un_sel[data-v-125c4c69] {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.text_justify[data-v-125c4c69] {
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-justify: inter-ideograph;
}
.components_control_wrapper[data-v-125c4c69] {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: rgb(204, 204, 204);
}
.components_control_wrapper .title[data-v-125c4c69] {
  /*滚动条样式*/
  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-125c4c69]::-webkit-scrollbar {
  width: 4px;
}
.components_control_wrapper .title[data-v-125c4c69]::-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-125c4c69]::-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-125c4c69]:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.components_control_wrapper input[data-v-125c4c69] {
  -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-125c4c69]::-webkit-input-placeholder { /* WebKit browsers */
  color: #ccc;
  font-weight: normal;
}
.components_control_wrapper input[data-v-125c4c69]::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #ccc;
  font-weight: normal;
}
.components_control_wrapper input[data-v-125c4c69]:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #ccc;
  font-weight: normal;
}
.components_control_wrapper .content_group[data-v-125c4c69] {
  padding-top: 15px;
}
.components_control_wrapper .content_group[data-v-125c4c69]:first-child {
  padding-top: 0;
}
.flex[data-v-125c4c69] {
  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-125c4c69] {
  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-125c4c69] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.justify-start[data-v-125c4c69] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.justify-end[data-v-125c4c69] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.justify-center[data-v-125c4c69] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.justify-space-between[data-v-125c4c69] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.align-start[data-v-125c4c69] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.align-end[data-v-125c4c69] {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.align-center[data-v-125c4c69] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.align-stretch[data-v-125c4c69] {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.align-self-start[data-v-125c4c69] {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.align-self-end[data-v-125c4c69] {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.align-self-center[data-v-125c4c69] {
  -ms-flex-item-align: center;
      align-self: center;
}
.flex-nowrap[data-v-125c4c69] {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.flex-wrap[data-v-125c4c69] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.align-content-center[data-v-125c4c69] {
  -ms-flex-line-pack: center;
      align-content: center;
}
.flex-shrink-0[data-v-125c4c69] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.overflow-hidden[data-v-125c4c69] {
  overflow: hidden;
}
.overflow-y-auto[data-v-125c4c69] {
  overflow-y: auto;
}
.views_shopping_mail_modules_common_navigation_bar .unit[data-v-125c4c69] {
  cursor: pointer;
  font-size: 14px;
  margin-right: 12px;
  width: 88px;
  height: 28px;
  line-height: 28px;
  background-color: rgb(241, 241, 241);
  border-radius: 4px;
  color: #333;
}
.views_shopping_mail_modules_common_navigation_bar .unit.active[data-v-125c4c69] {
  color: rgb(0, 84, 166);
}
.views_shopping_mail_modules_common_navigation_bar .unit.active.featured[data-v-125c4c69] {
  background-color: RGBA(244, 236, 231, 1);
}
.views_shopping_mail_modules_common_navigation_bar .unit.active.teaching_package[data-v-125c4c69] {
  background-color: RGBA(229, 237, 246, 1);
}
.views_shopping_mail_modules_common_navigation_bar .unit .feature_icon[data-v-125c4c69] {
  width: 12px;
  height: 10px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAAAXNSR0IArs4c6QAAASVJREFUKFN1zj9LQmEUx/HvudfAMvLaIi2hVxqjpogIegEN0RyRVmtuLTW2N9gY2bUhCGlraOzPGyiJaEh9BdY1aFDrOaFSypXO9vwOn+d3hMCk3bEpkDvUznrVt2JwL8FgM+nMGOEBIeuV/aMBkHGdogolr+wfpBOEsaK3IHMoNdsy8yflj9cNN7Ys6N63fK1KJhW7VtUFIC9CQpWV3q/6IsKpUbZAhuxWaLFzUtp1asB4sL7/bSmz+ar/2AUp5wZl6X+grc9wfbT4TLMLkk4OYQfVC8W6/4WWZSZUZV/hqVDxp9t5B2SS0W0VOQZtgjT6mkLAMOi5V6mv9cBk1DU2VyIyMnCWYlR0t1CpX/6B9Xg8YkcaOcBCu639Y5DDs+p7qZ39ABQOZVrgX0I3AAAAAElFTkSuQmCC);
  margin-right: 5px;
}
@charset "UTF-8";
.cp[data-v-7c1ca9e0] {
  cursor: pointer;
}
.disabled[data-v-7c1ca9e0] {
  cursor: not-allowed;
}
.button[data-v-7c1ca9e0] {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.flex[data-v-7c1ca9e0] {
  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-7c1ca9e0] {
  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-7c1ca9e0] {
  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-7c1ca9e0] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bbox_wrapper[data-v-7c1ca9e0] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bbox_wrapper *[data-v-7c1ca9e0] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.btn_dark[data-v-7c1ca9e0] {
  -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-7c1ca9e0]:hover {
  background-color: #004080;
}
.btn_warn[data-v-7c1ca9e0] {
  -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-7c1ca9e0] {
  -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-7c1ca9e0]:hover {
  background-color: #ccdded;
}
[data-v-7c1ca9e0]::-ms-clear,[data-v-7c1ca9e0]::-ms-reveal {
  display: none;
}
.un_sel[data-v-7c1ca9e0] {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.text_justify[data-v-7c1ca9e0] {
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-justify: inter-ideograph;
}
.components_control_wrapper[data-v-7c1ca9e0] {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: rgb(204, 204, 204);
}
.components_control_wrapper .title[data-v-7c1ca9e0] {
  /*滚动条样式*/
  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-7c1ca9e0]::-webkit-scrollbar {
  width: 4px;
}
.components_control_wrapper .title[data-v-7c1ca9e0]::-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-7c1ca9e0]::-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-7c1ca9e0]:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.components_control_wrapper input[data-v-7c1ca9e0] {
  -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-7c1ca9e0]::-webkit-input-placeholder { /* WebKit browsers */
  color: #ccc;
  font-weight: normal;
}
.components_control_wrapper input[data-v-7c1ca9e0]::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #ccc;
  font-weight: normal;
}
.components_control_wrapper input[data-v-7c1ca9e0]:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #ccc;
  font-weight: normal;
}
.components_control_wrapper .content_group[data-v-7c1ca9e0] {
  padding-top: 15px;
}
.components_control_wrapper .content_group[data-v-7c1ca9e0]:first-child {
  padding-top: 0;
}
.flex[data-v-7c1ca9e0] {
  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-7c1ca9e0] {
  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-7c1ca9e0] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.justify-start[data-v-7c1ca9e0] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.justify-end[data-v-7c1ca9e0] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.justify-center[data-v-7c1ca9e0] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.justify-space-between[data-v-7c1ca9e0] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.align-start[data-v-7c1ca9e0] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.align-end[data-v-7c1ca9e0] {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.align-center[data-v-7c1ca9e0] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.align-stretch[data-v-7c1ca9e0] {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.align-self-start[data-v-7c1ca9e0] {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.align-self-end[data-v-7c1ca9e0] {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.align-self-center[data-v-7c1ca9e0] {
  -ms-flex-item-align: center;
      align-self: center;
}
.flex-nowrap[data-v-7c1ca9e0] {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.flex-wrap[data-v-7c1ca9e0] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.align-content-center[data-v-7c1ca9e0] {
  -ms-flex-line-pack: center;
      align-content: center;
}
.flex-shrink-0[data-v-7c1ca9e0] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.overflow-hidden[data-v-7c1ca9e0] {
  overflow: hidden;
}
.overflow-y-auto[data-v-7c1ca9e0] {
  overflow-y: auto;
}
.views_shopping_mail_pages_home[data-v-7c1ca9e0] {
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: 10px 0 0;
  position: relative;
  overflow: auto;
}
.views_shopping_mail_pages_home .page_wrapper[data-v-7c1ca9e0] {
  /*滚动条样式*/
  width: 100%;
  height: 100%;
  overflow: auto;
  min-width: 890px;
}
.views_shopping_mail_pages_home .page_wrapper[data-v-7c1ca9e0]::-webkit-scrollbar {
  width: 4px;
}
.views_shopping_mail_pages_home .page_wrapper[data-v-7c1ca9e0]::-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);
}
.views_shopping_mail_pages_home .page_wrapper[data-v-7c1ca9e0]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
  border-radius: 0;
  background: rgba(0, 0, 0, 0);
}
.views_shopping_mail_pages_home .sticky_group[data-v-7c1ca9e0] {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
}
.views_shopping_mail_pages_home .padding_x[data-v-7c1ca9e0] {
  padding-left: 40px;
  padding-right: 40px;
}
.views_shopping_mail_pages_home .main_group[data-v-7c1ca9e0] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  position: relative;
  z-index: 2;
  background-color: #fff;
  overflow: auto;
}
.views_shopping_mail_pages_home .main_group .sub_navigation[data-v-7c1ca9e0] {
  background-color: #fff;
}
.views_shopping_mail_pages_home .white[data-v-7c1ca9e0] {
  background-color: #fff;
}

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