/**
 * 这里是uni-app内置的常用样式变量
 *
 * uni-app 官方扩展插件及插件市场（https://ext.dcloud.net.cn）上很多三方插件均使用了这些样式变量
 * 如果你是插件开发者，建议你使用scss预处理，并在插件代码中直接使用这些变量（无需 import 这个文件），方便用户通过搭积木的方式开发整体风格一致的App
 *
 */
/* uni.scss */
/**
 * 如果你是App开发者（插件使用者），你可以通过修改这些变量来定制自己的插件主题，实现自定义主题功能
 *
 * 如果你的项目同样使用了scss预处理，你也可以直接在你的 scss 代码中使用如下变量，同时无需 import 这个文件
 */
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.uni-status-bar[data-v-f41f53d2] {
  height: 20px;
}/**
 * 这里是uni-app内置的常用样式变量
 *
 * uni-app 官方扩展插件及插件市场（https://ext.dcloud.net.cn）上很多三方插件均使用了这些样式变量
 * 如果你是插件开发者，建议你使用scss预处理，并在插件代码中直接使用这些变量（无需 import 这个文件），方便用户通过搭积木的方式开发整体风格一致的App
 *
 */
/* uni.scss */
/**
 * 如果你是App开发者（插件使用者），你可以通过修改这些变量来定制自己的插件主题，实现自定义主题功能
 *
 * 如果你的项目同样使用了scss预处理，你也可以直接在你的 scss 代码中使用如下变量，同时无需 import 这个文件
 */
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.uni-nav-bar-text[data-v-ca8c2267] {
  font-size: 14px;
}
.uni-nav-bar-right-text[data-v-ca8c2267] {
  font-size: 12px;
}
.uni-navbar__content[data-v-ca8c2267] {
  width: calc(100 * var(--vw));
  margin: 0 auto;
  position: relative;
  background-color: transparent;
}
.uni-navbar-btn-text[data-v-ca8c2267] {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  line-height: 12px;
}
.uni-navbar__header[data-v-ca8c2267] {
  display: flex;
  padding: 0 10px;
  flex-direction: row;
  height: 48px;
  font-size: 12px;
}
.uni-navbar__header-btns[data-v-ca8c2267] {
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  width: 60px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.uni-navbar__header-btns-left[data-v-ca8c2267] {
  display: flex;
  width: 60px;
  justify-content: flex-start;
  align-items: center;
}
.uni-navbar__header-btns-right[data-v-ca8c2267] {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.uni-navbar__header-container[data-v-ca8c2267] {
  display: flex;
  flex: 1;
  padding: 0 10px;
  overflow: hidden;
}
.uni-navbar__header-container-inner[data-v-ca8c2267] {
  display: flex;
  flex: 1;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  overflow: hidden;
}
.uni-navbar__placeholder-view[data-v-ca8c2267] {
  height: 48px;
}
.uni-navbar--fixed[data-v-ca8c2267] {
  position: fixed;
  z-index: 998;
  left: var(--window-left);
  right: var(--window-right);
}
.uni-navbar--shadow[data-v-ca8c2267] {
  box-shadow: 0 1px 6px #ccc;
}
.uni-navbar--border[data-v-ca8c2267] {
  border-bottom-width: 0.5px;
  border-bottom-style: solid;
  border-bottom-color: #eee;
}
.uni-ellipsis-1[data-v-ca8c2267] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}.mtl-icon[data-v-4edf4e9e] {
  font-size: 22px;
}
.default-title-style[data-v-4edf4e9e] {
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  opacity: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.default-title-style .subtitle-style[data-v-4edf4e9e] {
  line-height: 9px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  padding-bottom: 5px;
}
.title-image[data-v-4edf4e9e] {
  width: 180px;
  height: 20px;
}
.mtl-popup-header[data-v-bde0aea6] {
  padding: 16px 44px 16px 16px;
  text-align: var(--headerAlign);
  background-color: var(--headerBGC);
  border-radius: var(--radius);
  position: relative;
}
.mtl-popup-header .title[data-v-bde0aea6] {
  font-size: 18px;
  font-weight: 500;
  color: var(--color, #323038);
}
.mtl-popup-header .mtl-icon[data-v-bde0aea6] {
  font-size: 24px;
  line-height: 1em;
  color: var(--color, #323038);
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.customer-service-body[data-v-4659dbdf] {
  background-color: #F6F6F7;
  border-radius: 12px 12px 0 0;
}
.customer-service-options-container[data-v-4659dbdf] {
  height: 336px;
  padding: 0 16px;
  overflow: auto;
}
.customer-service-options-container .customer-service-option[data-v-4659dbdf] {
  box-sizing: content-box;
  padding: 16px;
  display: flex;
  align-items: center;
  background-color: #fff;
  text-align: unset;
  line-height: unset;
  border-radius: 8px;
  border: none;
  margin-bottom: 16px;
}
.customer-service-options-container .customer-service-option[data-v-4659dbdf]::after {
  border: none;
}
.customer-service-options-container .customer-service-option .left[data-v-4659dbdf] {
  flex: 1;
  font-family: PingFang SC;
}
.customer-service-options-container .customer-service-option .left .title[data-v-4659dbdf] {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #3D3D3D;
}
.customer-service-options-container .customer-service-option .left .sub-title[data-v-4659dbdf] {
  padding-top: 9px;
  font-size: 14px;
  color: #95949D;
}
.customer-service-options-container .customer-service-option .right[data-v-4659dbdf] {
  width: 23px;
  height: 23px;
}
.mtl-table[data-v-9740abad] {
  width: 100%;
  display: table;
  border-spacing: 0;
  border-collapse: unset;
}
.mtl-table .table-header-row[data-v-9740abad] {
  display: table-header-group;
}
.mtl-table .table-body-row[data-v-9740abad] {
  display: table-row;
}
.mtl-table .t-header[data-v-9740abad] {
  display: table-cell;
}
.mtl-table .t-cell[data-v-9740abad] {
  display: table-cell;
}
.mtl-table.bordered .t-header[data-v-9740abad],
.mtl-table.bordered .t-cell[data-v-9740abad] {
  border: 0.5px solid #E7E7E7;
}
/* 2024/05/11 第一个版本的预设样式 */
.mtl-table.preset-style .t-header[data-v-9740abad] {
  padding: 6px 12px;
  background-color: #F6F6F6;
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.mtl-table.preset-style .t-cell[data-v-9740abad] {
  padding: 6px 12px;
  font-family: PingFang SC;
  font-size: 12px;
  font-weight: normal;
  line-height: 22px;
  color: #323038;
}
.mtl-text-popup[data-v-d8333f35] {
  background: #FFFFFF;
  border-radius: 8px 8px 0 0;
  font-family: PingFangSC-Medium, PingFang SC;
  padding: 0 0 24px;
}
.popup-title[data-v-d8333f35] {
  padding: 15px 24px 10px;
  text-align: var(--align);
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 25px;
  position: relative;
  min-height: 40px;
  box-sizing: border-box;
}
.popup-title .mtl-icon[data-v-d8333f35] {
  position: absolute;
  right: 15px;
  top: 50%;
  font-size: 18px;
  transform: translateY(-50%);
}
.popup-content[data-v-d8333f35] {
  padding: 10px 24px;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  font-size: 12px;
  max-height: 50vh;
  overflow: hidden auto;
}
.popup-footer[data-v-d8333f35] {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 20px 20px 0;
}
.web-image[data-v-d8333f35] {
  display: inline-block;
}
.mtl-confirm-content.simple-confirm[data-v-3eaa2953] {
  box-sizing: border-box;
  background: #ffffff;
  font-family: PingFangSC-Medium, PingFang SC;
  position: relative;
  margin: 0 auto;
  padding: 24px;
  width: 300px;
  border-radius: 12px;
}
.mtl-confirm-content.simple-confirm .close-button[data-v-3eaa2953] {
  font-size: 22px;
  color: #000;
  position: absolute;
  top: 16px;
  right: 16px;
}
.mtl-confirm-content.simple-confirm .confirm-title[data-v-3eaa2953] {
  font-family: PingFang SC;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  text-align: center;
  color: #1a1a1a;
}
.mtl-confirm-content.simple-confirm .confirm-content[data-v-3eaa2953] {
  font-family: PingFang SC;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.5px;
  color: #323038;
  padding: 12px 0 0;
  word-wrap: break-word;
}
.mtl-confirm-content.simple-confirm.without-title .confirm-content[data-v-3eaa2953] {
  padding-top: 0;
}
.mtl-confirm-content.simple-confirm .confirm-footer.simple-footer[data-v-3eaa2953] {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  position: relative;
  gap: 12px;
}
.mtl-confirm-content[data-v-2334dd71] {
  box-sizing: border-box;
  width: 300px;
  background: #FFFFFF;
  border-radius: 12px;
  padding: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  position: relative;
  margin: 0 auto;
}
.mtl-confirm-content .close-button[data-v-2334dd71] {
  font-size: 11px;
  color: #000;
  position: absolute;
  top: 16px;
  right: 16px;
}
.mtl-confirm-content .confirm-title[data-v-2334dd71] {
  font-family: PingFang SC;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  text-align: center;
  color: #1A1A1A;
}
.mtl-confirm-content .confirm-content[data-v-2334dd71] {
  font-family: PingFang SC;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.5px;
  color: #323038;
  padding-top: 12px;
  word-wrap: break-word;
}
.mtl-confirm-content.without-title .confirm-content[data-v-2334dd71] {
  padding-top: 0;
}
.mtl-confirm-content .confirm-footer[data-v-2334dd71] {
  width: 100%;
  padding-top: 20px;
  display: flex;
  justify-content: center;
  position: relative;
  flex-wrap: wrap;
}
.mtl-confirm-content .confirm-footer.button-reverse[data-v-2334dd71] {
  flex-direction: row-reverse;
  align-items: center;
}
.preview-modal[data-v-65f3ea01] {
  background-color: transparent;
  position: relative;
}
.preview-modal.full-screen[data-v-65f3ea01] {
  width: calc(100 * var(--vw));
  height: 100vh;
}
.preview-modal .close-icon[data-v-65f3ea01] {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 20px;
  font-weight: bold;
  z-index: var(--z-index-max, 9);
}
.preview-modal .swiper-container[data-v-65f3ea01] {
  width: 100%;
  height: 100%;
  position: relative;
}
.preview-modal .swiper-container .swiper-for-pictures[data-v-65f3ea01] {
  width: 100%;
  height: 100%;
}
.preview-modal .swiper-container .swiper-for-pictures .image-container[data-v-65f3ea01] {
  width: 100%;
  height: 100%;
  overflow: auto;
}
.preview-modal .swiper-container .swiper-for-pictures .image-container.image-align-center[data-v-65f3ea01] {
  display: flex;
  align-items: center;
}
.preview-modal .swiper-container .swiper-for-pictures .image-container .image[data-v-65f3ea01] {
  width: 100%;
}
.preview-modal .swiper-container .customised-dots[data-v-65f3ea01] {
  position: absolute;
  left: 50%;
  bottom: 20px;
  text-align: center;
  white-space: nowrap;
  transform: translate(-50%, 0);
  display: flex;
}
.preview-modal .swiper-container .customised-dots .customised-dot[data-v-65f3ea01] {
  width: 8px;
  height: 8px;
  margin-right: 7px;
  border-radius: 50%;
  background-color: #D8D8D8;
}
.preview-modal .swiper-container .customised-dots .customised-dot.active[data-v-65f3ea01] {
  width: 17px;
  border-radius: 500px;
  background-color: #FF1D41;
}
.notification-container[data-v-1004834a] {
  background-color: transparent;
}
.mtl-notification-content[data-v-1004834a] {
  box-sizing: border-box;
  width: 343px;
  padding: 16px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  background-color: #fff;
  margin: 0 auto;
  font-family: PingFang SC;
}
.mtl-notification-content .notification-title[data-v-1004834a] {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #000000;
}
.mtl-notification-content .notification-sub[data-v-1004834a] {
  padding-top: 4px;
  font-size: 14px;
  color: #95949D;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mtl-checkbox[data-v-899c5e10] {
  display: flex;
  width: 100%;
  align-items: flex-start;
  border-top: 0.5px solid transparent;
}
.mtl-checkbox.disabled .check-icon-container[data-v-899c5e10] {
  opacity: 0.5;
}
.mtl-checkbox .check-icon-container[data-v-899c5e10] {
  margin-right: 0.2em;
}
.mtl-checkbox .check-icon-container > .mtl-icon[data-v-899c5e10] {
  display: block;
}
.mtl-checkbox .label-container[data-v-899c5e10] {
  flex: 1;
  overflow: hidden;
}
.login-agreement-tip[data-v-4356170c] {
  padding-top: 15px;
  color: #95949d;
  font-size: 10px;
  line-height: 20px;
  text-align: left;
}
.login-tips-modal[data-v-0102eba6] {
  width: 300px;
  border-radius: 6px;
  color: #333;
  background-color: #fff;
  margin: 0 auto;
}
.login-tips-modal .login-tips-title[data-v-0102eba6] {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding: 18px 0;
  color: #000;
}
.login-tips-modal .login-tips-content[data-v-0102eba6] {
  padding: 0 18px;
  font-size: 14px;
  line-height: 1.64;
  letter-spacing: normal;
  text-align: left;
  color: #68676c;
  max-height: 268px;
  overflow-y: scroll;
}
.login-tips-modal .login-tips-content-tip[data-v-0102eba6] {
  padding: 10px 18px;
  font-size: 12px;
  line-height: 1.7;
  color: #95949d;
}
.login-tips-modal .login-tips-content-tip .login-tips-link[data-v-0102eba6] {
  color: #006bff;
  text-decoration: underline;
}
.login-tips-modal .login-tips-footer[data-v-0102eba6] {
  padding: 9px 18px;
  overflow: auto;
}
.login-tips-modal .login-tips-footer .login-tips-footer-right[data-v-0102eba6] {
  width: 100%;
  height: 44px;
  border-radius: 2px;
  font-size: 16px;
  line-height: 44px;
  text-align: center;
  background-image: linear-gradient(285deg, #ff1d41, #ee0e87);
  float: right;
  color: #fff;
  cursor: pointer;
}
.login-tips-modal .login-tips-footer .login-tips-footer-left[data-v-0102eba6] {
  width: 100%;
  height: 44px;
  border-radius: 2px;
  font-size: 16px;
  line-height: 44px;
  text-align: center;
  float: left;
  cursor: pointer;
}
.account-register-layout[data-v-4912b1c1] {
  border-top: 0.5px solid transparent;
  flex: 1;
  min-height: 0;
  overflow-y: auto;
}
.account-register-layout .register-main[data-v-4912b1c1] {
  width: 80%;
  margin: 0 auto;
  margin-top: 30px;
  font-size: 16px;
  line-height: 16px;
  border-top: 0.5px solid transparent;
}
.account-register-layout .register-main .section[data-v-4912b1c1] {
  margin-top: 10px;
  width: 100%;
  border-bottom: 1px solid #eaeaeb;
  padding-bottom: 10px;
  display: flex;
}
.account-register-layout .register-main uni-input[data-v-4912b1c1] {
  height: 30px;
  line-height: 30px;
  flex: 1;
  border: none;
  outline: 0;
  color: #494949;
  font-size: 16px;
  width: 100px;
}
.account-register-layout .register-main uni-input[data-v-4912b1c1]:focus {
  color: #323038;
}
.account-register-layout .register-main .time-down[data-v-4912b1c1] {
  line-height: 30px;
}
.account-register-layout .register-main .code-image[data-v-4912b1c1] {
  width: 75px;
  height: 30px;
}
.account-register-layout .register-main .mtl-logo[data-v-4912b1c1] {
  width: 237px;
  height: 65px;
  margin: 45px auto 80px;
}
.account-register-layout .login-btn[data-v-4912b1c1] {
  margin: 30px auto 0;
  height: 36px;
  line-height: 36px;
  color: #fff;
  text-align: center;
  font-size: 32rox;
  border-radius: 18px;
  background-color: #ff1d41;
}
.login-in-modal[data-v-59c479f5] {
  width: calc(100 * var(--vw));
  height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  box-sizing: border-box;
}
.login-in-modal .login-in-modal-header[data-v-59c479f5] {
  padding: 0 40px 0 20px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background-color: #fff;
  border-radius: 6px 6px 0 0;
  position: relative;
  margin-top: var(--safe-top);
}
.login-in-modal .login-in-modal-header .title[data-v-59c479f5] {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #000000;
}
.login-in-modal .login-in-modal-header .mtl-icon[data-v-59c479f5] {
  font-size: 14px;
  line-height: 1em;
  color: #878787;
  position: absolute;
  top: 50%;
  left: 21px;
  transform: translateY(-50%);
}
.mtl-page-container[data-v-80575074] {
  --page-z-index-base: 1;
  --page-z-index-middle: 5;
  --page-z-index-high: 9;
  --page-z-index-max: 10;
  --modal-z-index: 10070;
  --modal-content-z-index: 10075;
  --z-index-max: 99999;
  box-shadow: -3px 0 3px -2px #eee, 3px 0 3px -2px #eee;
}
.mtl-page-container.full-screen[data-v-80575074] {
  min-height: 100vh;
  min-height: -webkit-fill-available;
}
