
.xu-mask[data-v-61bebdce] {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  /* background-color: pink; */
  backdrop-filter: blur(1rem);
}

.board-warp[data-v-d42985ea] {
  width: 100%;
  background: #ffffff;
  padding: 1.5rem;
  border-bottom: 1px solid #006cff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.board-warp .msg-icon[data-v-d42985ea] {
    margin-right: 1.875rem;
}
.board-warp .msg-icon > img[data-v-d42985ea] {
      width: 3rem;
}
.board-warp .msg-cont[data-v-d42985ea] {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 1.125rem;
    line-height: 1.625rem;
}
.board-warp .msg-cont .div_message[data-v-d42985ea] {
      color: #3c3c3c;
}
.board-warp .msg-cont .div_message .name-color[data-v-d42985ea] {
        font-family: D-DIN-Bold;
        margin-right: 6px;
}
.board-warp .msg-cont .div_message .theme-color[data-v-d42985ea] {
        color: #006cff;
}
.board-warp .msg-cont .div_message .programs-color[data-v-d42985ea] {
        font-family: D-DIN-Bold;
        color: #3c3c3c;
}
.board-warp .msg-cont .div_message .click-span[data-v-d42985ea] {
        cursor: pointer;
        text-decoration: underline;
        -webkit-text-decoration-color: #006cff;
           -moz-text-decoration-color: #006cff;
                text-decoration-color: #006cff;
}
.board-warp .msg-cont .boardtime[data-v-d42985ea] {
      color: #8cbeff;
      margin-top: 1rem;
}

@charset "UTF-8";
.msg-dropdown[data-v-50dfb283] {
  margin-right: 3.75rem;
  font-family: D-DIN;
}
.msg-dropdown .msg-icon[data-v-50dfb283] {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    border: 1px solid #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.msg-dropdown .msg-icon > img[data-v-50dfb283] {
      width: 1.125rem;
}
.msg-dropdown .has-message-bell[data-v-50dfb283] {
    -webkit-transform-origin: top center;
        -ms-transform-origin: top center;
            transform-origin: top center;
    -webkit-animation: bell-ring-50dfb283 3s ease-in-out infinite;
            animation: bell-ring-50dfb283 3s ease-in-out infinite;
}
.msg-dropdown .has-message-dot[data-v-50dfb283] {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    top: 2px;
    right: 2px;
    background-color: #ff8c00;
}
.msg-dropdown-menu[data-v-50dfb283] {
  width: 38.75rem;
  padding: 1.25rem 1.875rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.msg-dropdown-menu .message-title[data-v-50dfb283] {
    font-family: D-DIN-Bold;
    font-size: 1.5rem;
    line-height: 2rem;
}
.msg-dropdown-menu .message-content[data-v-50dfb283] {
    height: 30rem;
    margin: 1.25rem 0;
    border-top: 2px solid #bcd8ff;
    border-bottom: 2px solid #bcd8ff;
}
.msg-dropdown-menu .message-content .no-new-msg[data-v-50dfb283] {
      font-size: 1.125rem;
      line-height: 1.375rem;
      text-align: center;
      color: rgba(0, 115, 250, 0.6);
      margin-top: 45%;
}
.msg-dropdown-menu .message-content[data-v-50dfb283] .el-scrollbar {
      height: 100%;
}
.msg-dropdown-menu .message-content[data-v-50dfb283] .el-scrollbar .el-scrollbar__wrap {
        overflow-x: hidden;
}
.msg-dropdown-menu .message-content[data-v-50dfb283] .board-warp {
      margin-top: 0 !important;
      margin-bottom: 0 !important;
      -webkit-box-shadow: none !important;
              box-shadow: none !important;
      border-radius: 0 !important;
      border-bottom: 1px solid #bcd8ff;
}
.msg-dropdown-menu .message-content[data-v-50dfb283] .board-warp .boardtime {
        margin-top: 4px !important;
}
.msg-dropdown-menu .message-footer[data-v-50dfb283] {
    font-size: 1.125rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #006cff;
}
.msg-dropdown-menu .message-footer .footer-btn[data-v-50dfb283] {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      font-size: 1.125rem;
      line-height: 1.5rem;
      cursor: pointer;
}
.msg-dropdown-menu .message-footer .footer-btn > img[data-v-50dfb283] {
        width: 1rem;
        margin-left: 0.875rem;
        -webkit-transform: translateX(1.25rem);
            -ms-transform: translateX(1.25rem);
                transform: translateX(1.25rem);
        -webkit-filter: drop-shadow(#006cff -1.25rem 0 0);
                filter: drop-shadow(#006cff -1.25rem 0 0);
}
.msg-dropdown-menu .message-footer .new-msg[data-v-50dfb283] {
      color: #ff9729;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
}
.msg-dropdown-menu .message-footer .new-msg > img[data-v-50dfb283] {
        width: 1rem;
        margin-left: 4px;
        -webkit-transform: rotate(90deg) translateX(1.25rem);
            -ms-transform: rotate(90deg) translateX(1.25rem);
                transform: rotate(90deg) translateX(1.25rem);
        -webkit-filter: drop-shadow(#ff9729 -1.25rem 0 0);
                filter: drop-shadow(#ff9729 -1.25rem 0 0);
}
@-webkit-keyframes bell-ring-50dfb283 {
0%,
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    /* 初始状态和最终状态保持静止 */
}
5% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
    /* 向右摇晃 */
}
10% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
    /* 向左摇晃 */
}
15% {
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg);
    /* 向右回摆（幅度逐渐减小） */
}
20% {
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg);
    /* 向左回摆 */
}
25% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
    /* 慢慢回正 */
}
30%,
  99% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    /* 保持静止休息，直到下一个周期 */
}
}
@keyframes bell-ring-50dfb283 {
0%,
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    /* 初始状态和最终状态保持静止 */
}
5% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
    /* 向右摇晃 */
}
10% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
    /* 向左摇晃 */
}
15% {
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg);
    /* 向右回摆（幅度逐渐减小） */
}
20% {
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg);
    /* 向左回摆 */
}
25% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
    /* 慢慢回正 */
}
30%,
  99% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    /* 保持静止休息，直到下一个周期 */
}
}
@-webkit-keyframes pulse-ring-50dfb283 {
0% {
    width: 100%;
    height: 100%;
    opacity: 0.8;
}
100% {
    width: 250%;
    /* 扩散到原来的2.5倍 */
    height: 250%;
    opacity: 0;
    /* 完全透明 */
}
}
@keyframes pulse-ring-50dfb283 {
0% {
    width: 100%;
    height: 100%;
    opacity: 0.8;
}
100% {
    width: 250%;
    /* 扩散到原来的2.5倍 */
    height: 250%;
    opacity: 0;
    /* 完全透明 */
}
}
@media screen and (max-width: 46.875rem) {
.msg-dropdown-menu[data-v-50dfb283] {
    width: 100%;
}
}

.el-dropdown-menu {
  border-radius: 0;
  border: none;
}

@charset "UTF-8";
.header-dropdown > img[data-v-5bcd3762] {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
}
.header-dropdown-menu[data-v-5bcd3762] {
  font-family: D-DIN;
}
.header-dropdown-menu[data-v-5bcd3762] .el-dropdown-menu__item {
    padding: 0 2rem;
    height: 3.25rem;
    position: relative;
}
.header-dropdown-menu[data-v-5bcd3762] .el-dropdown-menu__item > a {
      height: 3.25rem;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
}
.header-dropdown-menu[data-v-5bcd3762] .el-dropdown-menu__item:hover, .header-dropdown-menu[data-v-5bcd3762] .el-dropdown-menu__item:focus {
      background-color: #f7faff !important;
}
.header-dropdown-menu[data-v-5bcd3762] .el-dropdown-menu__item:hover .dropdown-txt, .header-dropdown-menu[data-v-5bcd3762] .el-dropdown-menu__item:focus .dropdown-txt {
        color: #006cff !important;
}
.header-dropdown-menu[data-v-5bcd3762] .el-dropdown-menu__item .dropdown-img {
      position: relative;
      width: 1.5rem;
      height: 1.5rem;
      -o-object-fit: cover;
         object-fit: cover;
}
.header-dropdown-menu[data-v-5bcd3762] .el-dropdown-menu__item .dropdown-txt {
      line-height: 1;
      font-size: 1.25rem;
      color: #3c3c3c;
      margin-left: 1rem;
}
.header-dropdown-menu[data-v-5bcd3762] .el-dropdown-menu__item .header-dropdown-item_has-dot {
      position: absolute;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      top: 1.375rem;
      right: 0.75rem;
      background-color: #ff8c00;
}
.header-dropdown-menu[data-v-5bcd3762] .el-dropdown-menu__item .header-dropdown-item_has-dot::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background-color: #ff8c00;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        /* 居中定位 */
        -webkit-animation: pulse-ring-5bcd3762 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
                animation: pulse-ring-5bcd3762 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
.header-dropdown-menu[data-v-5bcd3762] .el-dropdown-menu__item .header-dropdown-item_has-tip {
      position: absolute;
      width: 28.125rem;
      right: calc(100% + 1rem);
      top: 0;
      padding: 0.875rem;
      border-radius: 2px;
      background-color: rgba(255, 255, 255, 0.85);
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border: 1px solid #fff;
      font-family: D-DIN;
      font-size: 1.25rem;
      line-height: 1.75rem;
      color: #0a418c;
      -webkit-box-shadow: 0 0 1px 1px #006cff;
              box-shadow: 0 0 1px 1px #006cff;
      display: none;
}
.header-dropdown-menu[data-v-5bcd3762] .el-dropdown-menu__item .header-dropdown-item_has-tip > span {
        font-family: D-DIN-Bold;
}
.header-dropdown-menu[data-v-5bcd3762] .el-dropdown-menu__item:hover .header-dropdown-item_has-tip {
      display: block;
}
@-webkit-keyframes pulse-ring-5bcd3762 {
0% {
    width: 100%;
    height: 100%;
    opacity: 0.8;
}
100% {
    width: 250%;
    /* 扩散到原来的2.5倍 */
    height: 250%;
    opacity: 0;
    /* 完全透明 */
}
}
@keyframes pulse-ring-5bcd3762 {
0% {
    width: 100%;
    height: 100%;
    opacity: 0.8;
}
100% {
    width: 250%;
    /* 扩散到原来的2.5倍 */
    height: 250%;
    opacity: 0;
    /* 完全透明 */
}
}

.login-btn[data-v-2b8b40be] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.125rem;
  color: #fff;
  padding-left: 2rem;
}
.login-btn .login-btn-item[data-v-2b8b40be] {
    cursor: pointer;
    white-space: nowrap;
}
.login-btn > span[data-v-2b8b40be] {
    margin: 0 1.5rem;
}
.mobile-btn[data-v-2b8b40be] {
  padding: 0;
}
.mobile-nav-open[data-v-2b8b40be] {
  width: 0;
  padding: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

header[data-v-4b87bca6] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: 4.25rem;
  background: #006cff;
  font-family: D-DIN;
  border-bottom: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
header .header-container[data-v-4b87bca6] {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
header .header-container .header-logo[data-v-4b87bca6] {
      width: 4.375rem;
      cursor: pointer;
}
header .header-container .header-nav[data-v-4b87bca6] {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      margin: 0 3.5rem;
      background-color: transparent;
      color: #fff;
      border: none;
}
header .header-container .header-nav[data-v-4b87bca6] .el-submenu > .el-submenu__title,
      header .header-container .header-nav[data-v-4b87bca6] .el-menu-item {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        color: #fff;
        height: 3.125rem;
        line-height: 3.125rem;
        font-size: 1.125rem;
        border: none;
        position: relative;
        transition: all 0.3s ease;
}
header .header-container .header-nav[data-v-4b87bca6] .el-submenu > .el-submenu__title::after,
        header .header-container .header-nav[data-v-4b87bca6] .el-menu-item::after {
          content: '';
          position: absolute;
          top: 0;
          height: 1px;
          left: 15%;
          width: 70%;
          background-color: #fff;
          -webkit-transform: scale(0);
              -ms-transform: scale(0);
                  transform: scale(0);
          -webkit-transition: -webkit-transform 0.3s ease;
          transition: -webkit-transform 0.3s ease;
          transition: transform 0.3s ease;
          transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
header .header-container .header-nav[data-v-4b87bca6] .el-submenu > .el-submenu__title:hover,
        header .header-container .header-nav[data-v-4b87bca6] .el-menu-item:hover {
          background-color: transparent;
          font-family: D-DIN-Bold;
}
header .header-container .header-nav[data-v-4b87bca6] .el-submenu > .el-submenu__title i,
        header .header-container .header-nav[data-v-4b87bca6] .el-menu-item i {
          color: #fff;
}
header .header-container .header-nav[data-v-4b87bca6] .is-active,
      header .header-container .header-nav[data-v-4b87bca6] .is-active .el-submenu__title {
        font-family: D-DIN-Bold;
        -webkit-transform: translateY(2px);
            -ms-transform: translateY(2px);
                transform: translateY(2px);
}
header .header-container .header-nav[data-v-4b87bca6] .is-active::after,
        header .header-container .header-nav[data-v-4b87bca6] .is-active .el-submenu__title::after {
          -webkit-transform: scale(1);
              -ms-transform: scale(1);
                  transform: scale(1);
}

.header-nav-submenu {
  background-color: #fff;
  border-top: none;
  top: 4.25rem !important;
  padding: 1.5rem 0;
  font-family: D-DIN;
  left: 0 !important;
  right: 0 !important;
  border-bottom: 1px solid #006cff;
  -webkit-box-shadow: 0px 1.0625rem 4.375rem 0px rgba(10, 65, 140, 0.2);
          box-shadow: 0px 1.0625rem 4.375rem 0px rgba(10, 65, 140, 0.2);
}
.header-nav-submenu .el-menu {
    background-color: transparent;
    margin-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
    max-width: 90rem;
    min-width: 64rem;
    margin-left: auto;
    margin-right: auto;
}
.header-nav-submenu .el-menu .nav-menu-wrap {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
}
.header-nav-submenu .el-menu .nav-menu-wrap .nav-menu-wrap-module {
        margin-right: 2.5rem;
}
.header-nav-submenu .el-menu .nav-menu-wrap .nav-menu-wrap-module:nth-last-child(1) {
          margin-right: 0;
}
.header-nav-submenu .el-menu .el-menu-item {
      min-width: 15rem;
      background-color: transparent;
      color: #3e3a39;
      font-size: 1.125rem;
      padding: 8px 0.75rem;
      height: unset;
      line-height: unset;
}
.header-nav-submenu .el-menu .el-menu-item:hover {
        color: #006cff;
        background-color: #f7faff;
}
.header-nav-submenu .el-menu .is-active {
      font-family: D-DIN-Bold;
      color: #006cff !important;
}
.header-nav-submenu .el-menu .isTitle {
      font-family: D-DIN-Bold;
      border-bottom: 1px solid #fff;
      opacity: 1;
      padding-top: 10px;
      padding-bottom: 10px;
      -webkit-box-sizing: content-box;
              box-sizing: content-box;
      border-top: 1px solid #fff;
}
.header-nav-submenu .el-menu .isTitle:nth-child(2) {
        border-top: none;
}


/* 关键css样式，高度线性匀速过渡 */
.transitionWrap[data-v-0e63ed32] {
  -webkit-transition: height 0.3s linear;
  transition: height 0.3s linear;
  overflow: hidden;
}

header[data-v-038d0a55] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: 4.25rem;
  background: #006cff;
  font-family: D-DIN;
  border-bottom: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
header .header-container[data-v-038d0a55] {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
header .header-container .mobile-nav-icon[data-v-038d0a55] {
      width: 8.75rem;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 0 1.5rem;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
}
header .header-container .mobile-nav-icon > div[data-v-038d0a55] {
        position: relative;
        display: inline-block;
        width: 1.75rem;
        height: 1.75rem;
        border: 1px solid #fff;
        border-left: transparent;
        border-right: transparent;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
}
header .header-container .mobile-nav-icon > div[data-v-038d0a55]::before, header .header-container .mobile-nav-icon > div[data-v-038d0a55]::after {
          content: '';
          display: block;
          position: absolute;
          background: #fff;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          -webkit-transition: all 0.3s;
          transition: all 0.3s;
}
header .header-container .mobile-nav-icon > div[data-v-038d0a55]::before {
          content: '';
          width: 1.25rem;
          height: 1px;
}
header .header-container .mobile-nav-icon > div[data-v-038d0a55]::after {
          width: 1px;
          height: 1.25rem;
          opacity: 0;
}
header .header-container .show-nav[data-v-038d0a55] {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      text-align: right;
}
header .header-container .show-nav > div[data-v-038d0a55] {
        border-color: transparent;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
}
header .header-container .show-nav > div[data-v-038d0a55]::before {
          width: 100%;
}
header .header-container .show-nav > div[data-v-038d0a55]::after {
          height: 100%;
          opacity: 1;
}
header .header-container .header-logo[data-v-038d0a55] {
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding: 0 2.5rem;
      height: 4.25rem;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      border-right: 1px solid #fff;
      border-left: 1px solid #fff;
      cursor: pointer;
      -webkit-transition: all 0.2s;
      transition: all 0.2s;
}
header .header-container .header-logo img[data-v-038d0a55] {
        width: 3.75rem;
}
header .header-container .show-nav-logo[data-v-038d0a55] {
      -webkit-box-flex: unset;
      -webkit-flex: unset;
          -ms-flex: unset;
              flex: unset;
      padding: 0 2.5rem;
}
header .header-container .header-user-center[data-v-038d0a55] {
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      width: 8.75rem;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding: 0 1rem;
      box-sizing: border-box;
}
header .header-container .hide-user-center[data-v-038d0a55] {
      width: 0;
      padding: 0;
      overflow: hidden;
      opacity: 0;
}
header .header-container .logo-left[data-v-038d0a55] {
      text-align: left;
}
header .header-container .msg-module[data-v-038d0a55] {
      margin-right: 1.125rem;
}
.mobile-header[data-v-038d0a55] .v-modal,
.mobile-header[data-v-038d0a55] .el-drawer__wrapper {
  top: 4.25rem;
}
.mobile-header .mobile-nav-item[data-v-038d0a55] {
  font-size: 1.125rem;
}
.mobile-header .mobile-nav-item .mobile-nav-item-title[data-v-038d0a55] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #006cff;
    padding: 0 1.25rem;
}
.mobile-header .mobile-nav-item .mobile-nav-item-title .mobile-nav-item-title-wrap[data-v-038d0a55] {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      font-family: D-DIN-Bold;
      padding-left: 1.25rem;
}
.mobile-header .mobile-nav-item .mobile-nav-item-title .mobile-nav-item-title-icon[data-v-038d0a55] {
      padding: 1.25rem;
}
.mobile-header .mobile-nav-item .mobile-nav-item-title .mobile-nav-item-title-icon .mobile-nav-item-title-icon-wrap[data-v-038d0a55] {
        position: relative;
        width: 1.5rem;
        height: 1.5rem;
        cursor: pointer;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
}
.mobile-header .mobile-nav-item .mobile-nav-item-title .mobile-nav-item-title-icon .mobile-nav-item-title-icon-wrap[data-v-038d0a55]::before, .mobile-header .mobile-nav-item .mobile-nav-item-title .mobile-nav-item-title-icon .mobile-nav-item-title-icon-wrap[data-v-038d0a55]::after {
          content: '';
          display: block;
          position: absolute;
          background-color: #006cff;
          -webkit-transition: all 0.2s 0.2s;
          transition: all 0.2s 0.2s;
}
.mobile-header .mobile-nav-item .mobile-nav-item-title .mobile-nav-item-title-icon .mobile-nav-item-title-icon-wrap[data-v-038d0a55]::before {
          width: 100%;
          height: 1px;
          top: calc(50% - 0.5px);
          left: 0;
}
.mobile-header .mobile-nav-item .mobile-nav-item-title .mobile-nav-item-title-icon .mobile-nav-item-title-icon-wrap[data-v-038d0a55]::after {
          width: 1px;
          height: 100%;
          left: calc(50% - 0.5px);
          top: 0;
}
.mobile-header .mobile-nav-item .mobile-nav-item-title .showIcon[data-v-038d0a55] {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
}
.mobile-header .mobile-nav-item .mobile-nav-item-title .showIcon[data-v-038d0a55]::before {
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
}
.mobile-header .mobile-nav-item .mobile-nav-item-title .showIcon[data-v-038d0a55]::after {
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
}
.mobile-header .mobile-nav-item .mobile-nav-item-content[data-v-038d0a55] {
    padding: 0 1.25rem 0 4.375rem;
    height: 3.75rem;
    line-height: 3.75rem;
    border-bottom: 1px solid rgba(0, 108, 255, 0.5);
    cursor: pointer;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.mobile-header .mobile-nav-item .isTitle[data-v-038d0a55] {
    font-family: D-DIN-Bold;
    color: #3c3c3c;
    cursor: not-allowed;
}


.my-header{
    height:4.25rem;
    font-family: D-DIN;
    z-index: 9;
}

footer[data-v-57964a84] {
  background-color: #0f141e;
  padding-top: 2rem;
  font-family: D-DIN;
  font-size: 1.25rem;
  color: #ffffff;
  position: relative;
  z-index: 1;
}
footer .footer-container[data-v-57964a84] {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
footer .footer-container .footer-container-view[data-v-57964a84] {
      border-left: 1px solid #fff;
      border-right: 1px solid #fff;
      padding: 3.75rem 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
}
footer .footer-container .footer-container-view .footer-container-view-item[data-v-57964a84] {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
        padding: 0 2rem;
}
footer .footer-container .footer-container-view .footer-container-view-item .footer-container-view-item-module[data-v-57964a84] {
          margin-bottom: 3rem;
}
footer .footer-container .footer-container-view .footer-container-view-item .footer-container-view-item-module .link-title[data-v-57964a84] {
            display: block;
            font-size: 1.25rem;
            font-family: D-DIN-Bold;
            margin-bottom: 1.5rem;
            color: rgba(249, 252, 253, 0.8);
}
footer .footer-container .footer-container-view .footer-container-view-item .footer-container-view-item-module .link-title[data-v-57964a84]:hover {
              color: #fff;
              text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.15);
}
footer .footer-container .footer-container-view .footer-container-view-item .footer-container-view-item-module .link-children[data-v-57964a84] {
            display: block;
            margin-bottom: 1rem;
            color: rgba(249, 252, 253, 0.6);
}
footer .footer-container .footer-container-view .footer-container-view-item .footer-container-view-item-module .link-children[data-v-57964a84]:hover {
              color: #fff;
              text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.15);
}
footer .footer-container .footer-container-view .footer-container-view-item .footer-container-view-item-module[data-v-57964a84]:nth-last-child(1) {
          margin-bottom: 0;
}
footer .footer-container .footer-container-view .container-right[data-v-57964a84] {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding-right: 1rem;
}
footer .footer-container .footer-container-view .container-right .container-right-logo[data-v-57964a84] {
          display: block;
          width: 7.5rem;
}
footer .footer-container .footer-container-view .container-right .container-right-logo > img[data-v-57964a84] {
            width: 100%;
}
footer .footer-container .footer-container-view .container-right .container-right-content[data-v-57964a84] {
          font-size: 1.125rem;
}
footer .footer-container .footer-container-view .container-right .container-right-content .container-right-content-link[data-v-57964a84] {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: end;
            -webkit-align-items: flex-end;
                -ms-flex-align: end;
                    align-items: flex-end;
            margin-bottom: 1.125rem;
}
footer .footer-container .footer-container-view .container-right .container-right-content .container-right-content-link img[data-v-57964a84] {
              width: 2.5rem;
              height: 2.5rem;
              -o-object-fit: cover;
                 object-fit: cover;
}
footer .footer-container .footer-container-view .container-right .container-right-content .container-right-content-link > div[data-v-57964a84] {
              border-bottom: 1px solid #fff;
              margin-left: 1rem;
              -webkit-box-sizing: border-box;
                      box-sizing: border-box;
              line-height: 2.5rem;
              -webkit-transition: all 0.3s ease;
              transition: all 0.3s ease;
}
footer .footer-container .footer-container-view .container-right .container-right-content .container-right-content-link > div[data-v-57964a84]:hover {
                height: 2.5rem;
                background: #fff;
                color: #000;
                padding-left: 8px;
                padding-right: 8px;
                margin-left: 8px;
}
footer .bottom-view[data-v-57964a84] {
    height: 5rem;
    line-height: 5rem;
    font-size: 1.125rem;
    text-align: center;
}
.border-lr[data-v-57964a84] {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

footer[data-v-27c57933] {
  background-color: #0f141e;
  padding-top: 2rem;
  font-family: D-DIN;
  font-size: 1.125rem;
  color: #ffffff;
  position: relative;
  z-index: 1;
}
footer .footer-container[data-v-27c57933] {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
footer .footer-container .footer-container-view[data-v-27c57933] {
      border-left: 1px solid #fff;
      border-right: 1px solid #fff;
      padding: 1.5rem;
      margin: 0 1.5rem;
}
footer .footer-container .footer-container-view .footer-container-view-item .footer-container-view-item-module[data-v-27c57933] {
        margin-bottom: 2rem;
}
footer .footer-container .footer-container-view .footer-container-view-item .footer-container-view-item-module .link-title[data-v-27c57933] {
          display: block;
          font-size: 0.875rem;
          font-family: D-DIN-Bold;
          margin-bottom: 1.5rem;
          color: rgba(249, 252, 253, 0.8);
}
footer .footer-container .footer-container-view .footer-container-view-item .footer-container-view-item-module .link-children[data-v-27c57933] {
          display: inline-block;
          width: 50%;
          vertical-align: text-top;
          margin-bottom: 0.875rem;
          color: rgba(249, 252, 253, 0.6);
}
footer .footer-container .footer-container-view .container-right[data-v-27c57933] {
        border-top: 1px solid #fff;
        margin-top: 2rem;
        padding-top: 1.5rem;
}
footer .footer-container .footer-container-view .container-right .container-right-content[data-v-27c57933] {
          font-size: 1rem;
}
footer .footer-container .footer-container-view .container-right .container-right-content .container-right-content-link[data-v-27c57933] {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: end;
            -webkit-align-items: flex-end;
                -ms-flex-align: end;
                    align-items: flex-end;
            margin-bottom: 1.5rem;
}
footer .footer-container .footer-container-view .container-right .container-right-content .container-right-content-link img[data-v-27c57933] {
              width: 1.5rem;
              height: 1.5rem;
              -o-object-fit: cover;
                 object-fit: cover;
}
footer .footer-container .footer-container-view .container-right .container-right-content .container-right-content-link span[data-v-27c57933] {
              padding-bottom: 2px;
              border-bottom: 1px solid #fff;
              margin-left: 8px;
}
footer .footer-container .footer-container-view .container-right .container-right-content .container-right-content-link[data-v-27c57933]:nth-last-child(1) {
              margin-bottom: 0;
}
footer .footer-container .footer-container-view .footer-container-view-logo[data-v-27c57933] {
        border-bottom: 1px solid #fff;
        margin-bottom: 1.5rem;
        padding-bottom: 1.5rem;
}
footer .footer-container .footer-container-view .footer-container-view-logo .container-right-logo[data-v-27c57933] {
          display: block;
          width: 5rem;
}
footer .footer-container .footer-container-view .footer-container-view-logo .container-right-logo > img[data-v-27c57933] {
            width: 100%;
}
footer .bottom-view[data-v-27c57933] {
    height: 3.75rem;
    line-height: 3.75rem;
    font-size: 0.875rem;
    text-align: center;
}

.driver-view[data-v-1f0b16e0] {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: 9999999999;
  background: -webkit-linear-gradient(193deg, rgba(0, 18, 91, 0.8) 6%, rgba(0, 97, 255, 0.8) 97%);
  background: linear-gradient(257deg, rgba(0, 18, 91, 0.8) 6%, rgba(0, 97, 255, 0.8) 97%);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.driver-view[data-v-1f0b16e0]::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 4.375rem;
    left: 0;
    top: 0;
    background-color: #005fff;
    border-bottom: 1px solid #fff;
    z-index: -1;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
}
.driver-view .driverImg[data-v-1f0b16e0] {
    display: block;
}
.mobile-driver-view[data-v-1f0b16e0] {
  background: #005fff;
}
.mobile-driver-view[data-v-1f0b16e0]::after {
    display: none;
}
.mobile-driver-view .driverImg[data-v-1f0b16e0] {
    width: 100%;
}

.activity-btn-view[data-v-0c116547] {
  color: var(--font-color);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 1.5rem;
  cursor: pointer;
}
.activity-btn-view .img-view[data-v-0c116547] {
    display: inline-block;
    margin-left: 6px;
    width: 0;
    height: 0;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s 0.2s ease;
    transition: all 0.3s 0.2s ease;
}
.activity-btn-view .img-view > div[data-v-0c116547] {
      width: 100%;
      height: 100%;
      background-color: var(--font-color);
      border-radius: 50%;
      overflow: hidden;
      position: relative;
}
.activity-btn-view .img-view > div > img[data-v-0c116547] {
        position: absolute;
        bottom: -4px;
        left: 0;
        z-index: 1;
        height: 8px;
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
        -webkit-transform-origin: left;
            -ms-transform-origin: left;
                transform-origin: left;
}
.activity-btn-view .img-view[data-v-0c116547]::after {
      content: '';
      display: inline-block;
      width: 10px;
      height: 1px;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      background-color: var(--font-color);
      -webkit-transform-origin: left;
          -ms-transform-origin: left;
              transform-origin: left;
      position: absolute;
      bottom: -1px;
      left: 0;
}
.has-border[data-v-0c116547] {
  border-bottom: 1px solid var(--font-color);
  padding-bottom: 4px;
}
.mobile-btn[data-v-0c116547] {
  opacity: 1;
}
.mobile-btn .img-view[data-v-0c116547] {
    width: 1.5rem !important;
    height: 1.5rem !important;
}
.hover-btn[data-v-0c116547] {
  opacity: 1 !important;
}
.hover-btn .img-view[data-v-0c116547] {
    width: 1.5rem !important;
    height: 1.5rem !important;
}

@charset "UTF-8";
.promotion-dialog-body[data-v-c08fcc26] {
  padding-top: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: D-DIN;
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #3c3c3c;
  border: 1px solid #b0ceff;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.6);
  margin: 1rem 0;
}
.promotion-dialog-body .promotion-header[data-v-c08fcc26] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 1rem;
    margin-bottom: 8px;
}
.promotion-dialog-body .promotion-header .promotion-header-img[data-v-c08fcc26] {
      width: 7.125rem;
      height: 4rem;
      border-radius: 2px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border: 1px solid #94c0ff;
      margin-right: 6px;
      -o-object-fit: cover;
         object-fit: cover;
}
.promotion-dialog-body .promotion-header .promotion-header-title[data-v-c08fcc26] {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      font-family: D-DIN-Bold;
      font-size: 1rem;
      line-height: 1.25rem;
      color: #0a418c;
      display: -webkit-box;
      /* 将元素设为弹性盒子模型 */
      -webkit-box-orient: vertical;
      /* 设置子元素垂直排列 */
      -webkit-line-clamp: 3;
      /* 核心：限制最多显示3行 */
      overflow: hidden;
      /* 必须设置：隐藏超出部分 */
      text-overflow: ellipsis;
      /* 显示省略号 */
      word-break: break-all;
      /* 可选：防止纯数字/字母不换行 */
}
.promotion-dialog-body .promotion-content[data-v-c08fcc26] {
    position: relative;
    padding: 0 1rem;
}
.promotion-dialog-body .promotion-content .promotion-content-subtitle[data-v-c08fcc26] {
      border-top: 1px solid #8cbeff;
      padding: 8px 0;
      font-size: 0.875rem;
      line-height: 1.125rem;
}
.promotion-dialog-body .promotion-content .promotion-btn-view[data-v-c08fcc26] {
      position: absolute;
      inset: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      background: rgba(255, 255, 255, 0.8);
      opacity: 0;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
}
.promotion-dialog-body .promotion-content .promotion-btn-view .promotion-btn[data-v-c08fcc26] {
        margin-bottom: 8px;
        margin-right: 8px;
        cursor: pointer;
        padding: 4px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        color: #006cff;
        border-bottom: 1px solid #006cff;
}
.promotion-dialog-body .promotion-content .promotion-btn-view .promotion-btn > img[data-v-c08fcc26] {
          margin-left: 8px;
          width: 1rem;
}
.promotion-dialog-body .promotion-content:hover .promotion-btn-view[data-v-c08fcc26] {
      opacity: 1;
}
.promotion-dialog-body .promotion-content[data-v-c08fcc26]:hover {
      background-color: #fff;
}

.dialog-body[data-v-26390d98] {
  padding: 1.25rem;
}
.upload-img[data-v-26390d98] {
  width: 31.25rem;
  margin: 0 auto;
  font-size: 1.25rem;
  font-family: 'D-DIN';
  line-height: 1.625rem;
  color: #3c3c3c;
}
.edit-header-logo[data-v-26390d98] {
  position: relative;
  width: 10rem;
  height: 10rem;
  margin: 1.5rem auto;
}
.edit-header-logo .header-img[data-v-26390d98] {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
}
.edit-header-logo .edit-img[data-v-26390d98] {
    position: absolute;
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    border: 1px solid #006cff;
    padding: 8px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #ffffff;
    bottom: -4px;
    right: 4px;
    overflow: hidden;
}
.edit-header-logo .edit-img img[data-v-26390d98] {
      width: 100%;
      -webkit-transform: translateX(-20.625rem);
          -ms-transform: translateX(-20.625rem);
              transform: translateX(-20.625rem);
      -webkit-filter: drop-shadow(#006cff 20.625rem 0px 0px);
              filter: drop-shadow(#006cff 20.625rem 0px 0px);
}
.edit-header-logo .upload-btn-input[data-v-26390d98] {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}
.secondsubtit[data-v-26390d98] {
  color: #006cff;
  text-align: center;
  margin-bottom: 2.5rem;
}
.confirm-btn[data-v-26390d98] {
  display: block;
  border: none;
  color: #ffffff;
  background: #0073fa;
  width: 12.5rem;
  height: 3rem;
  margin: 2.5rem auto;
  margin-top: 3.75rem;
  font-size: 1.25rem;
}
.previewimg-txt[data-v-26390d98] {
  margin-top: 1.25rem;
  text-align: center;
}
.show-preview[data-v-26390d98] {
  margin: auto;
  text-align: center;
  width: 12.5rem;
  height: 12.5rem;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
}
.show-preview-img[data-v-26390d98] {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: darkgray;
  border: 2px solid darkgray;
  border-radius: 50%;
  overflow: hidden;
}
.show-preview-img img[data-v-26390d98] {
    max-width: none;
}
.crapperTxt[data-v-26390d98] {
  margin-bottom: 1.5rem;
}
.cropper-content[data-v-26390d98] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cropperstyle[data-v-26390d98] {
  width: 25rem !important;
  height: 25rem !important;
}
.previewimg[data-v-26390d98] {
  width: 15.625rem;
}
[data-v-26390d98] .el-dialog .el-dialog__body {
  font-size: 1.25rem;
}
[data-v-26390d98] .el-dialog .el-dialog__header {
  padding: 0;
}
[data-v-26390d98] .el-dialog .el-dialog__header .el-dialog__headerbtn {
    font-size: 1.25rem;
}
@media screen and (max-width: 46.875rem) {
.upload-img[data-v-26390d98] {
    width: 100%;
}
[data-v-26390d98] .el-dialog {
    margin-top: 4.5625rem !important;
    min-width: 0 !important;
    width: 85% !important;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
}
[data-v-26390d98] .el-dialog .el-dialog__header {
      padding: 0;
}
[data-v-26390d98] .el-dialog .el-dialog__header .el-dialog__headerbtn {
        font-size: 1.25rem;
}
.dialog-body[data-v-26390d98] {
    padding: 0;
    text-align: center;
}
.cropper-content[data-v-26390d98] {
    display: block;
}
.cropper-content .cropperstyle[data-v-26390d98] {
      width: 20rem !important;
      height: 20rem !important;
      margin: 0 auto 1.5rem;
}
.cropper-content .previewimg[data-v-26390d98] {
      width: 100%;
}
.cropper-content .previewimg .show-preview[data-v-26390d98] {
        display: none;
}
.cropper-content .previewimg .previewimg-txt[data-v-26390d98] {
        display: none;
}
.confirm-btn[data-v-26390d98] {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem !important;
}
}

.confirmBox-validate-err {
  width: 37.5rem;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #006cff;
}
.confirmBox-validate-err .el-message-box__content {
    font-family: D-DIN;
    font-size: 1.125rem;
    line-height: 1.375rem;
    color: #333333;
}
.confirmBox-validate-err .el-message-box__content .error-title {
      margin-bottom: 1.5rem;
}
.confirmBox-validate-err .el-message-box__content .error-cont {
      margin-bottom: 1rem;
}
.confirmBox-validate-err .el-message-box__btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.confirmBox-validate-err .el-message-box__btns .el-button {
      font-size: 1.125rem !important;
      line-height: 1.5625rem !important;
      padding: 8px 2.875rem !important;
      border: 1px solid #006cff;
      border-radius: 0px !important;
      cursor: pointer;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
}
@media screen and (max-width: 46.875rem) {
.confirmBox-validate-err {
    width: 90%;
}
.confirmBox-validate-err .el-message-box__btns .el-button {
      font-size: 0.875rem !important;
}
}

.imfwarp[data-v-cda3d804] {
  font-size: 1.125rem;
  font-family: 'D-DIN';
  line-height: 1.625rem;
  color: #3c3c3c;
}
.imfwarp .el-form[data-v-cda3d804] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.imfwarp[data-v-cda3d804] .el-form-item {
    width: 31.25rem;
}
.imfwarp .address-bottom[data-v-cda3d804] {
    margin-bottom: 3rem;
}
.imfwarp .address-bottom .addressTip[data-v-cda3d804] {
      color: #006cff;
      position: absolute;
}
.link[data-v-cda3d804] {
  color: #006cff;
}
[data-v-cda3d804] .el-loading-spinner {
  top: 15%;
}
[data-v-cda3d804] .el-input.is-disabled .el-input__inner {
  background-color: #fafcff;
}
.tipbot[data-v-cda3d804] {
  width: 31.25rem;
  color: #333333;
  padding-bottom: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.tipbot > span[data-v-cda3d804]:nth-of-type(1) {
    font-family: D-DIN-Bold;
}
.tipbot > span[data-v-cda3d804]:nth-of-type(2) {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: left;
    margin-left: 10px;
}
.secondtip[data-v-cda3d804] {
  width: 31.25rem;
  font-size: 1.5rem;
  font-family: D-DIN-Bold;
  color: #333333;
  letter-spacing: 0;
  margin-bottom: 1.5rem;
}
.secondtip[data-v-cda3d804]:before {
  content: '* ';
  color: #ff0000;
}
.hideRequiredIcon[data-v-cda3d804]:before {
  content: '';
  display: none;
}
.avatar[data-v-cda3d804] {
  color: #f56c6c;
  font-size: 0.75rem;
  line-height: 1;
  padding-top: 4px;
  font-family: D-DIN;
}
.avatar .el-form-item__error[data-v-cda3d804] {
    position: static;
    font-size: 1rem;
}
.borderline[data-v-cda3d804] {
  width: 80%;
  margin: auto;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  height: 1px;
  background: #ceddee;
}
.confirmbtn[data-v-cda3d804] {
  text-align: center;
  margin: auto;
  margin-bottom: 2.5rem;
}
.confirmbtn button[data-v-cda3d804] {
    width: 15rem;
    height: 3rem;
    background: #fff;
    border-radius: 0;
    border: 1px solid #006cff;
    font-size: 1.125rem;
    color: #006cff;
    letter-spacing: 0;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.confirmbtn button[data-v-cda3d804]:hover {
      background: #006cff;
      color: #fff;
}
@media screen and (max-width: 46.875rem) {
.imfwarp[data-v-cda3d804] {
    width: 100% !important;
}
.imfwarp[data-v-cda3d804] .el-form-item {
      width: 100%;
}
.imfwarp .tipbot[data-v-cda3d804] {
      width: 100%;
}
.imfwarp .secondtip[data-v-cda3d804] {
      width: 100%;
}
.imfwarp .borderline[data-v-cda3d804] {
      width: 100%;
}
}

.enroll-step-dialog-content {
  width: 50rem;
  margin: 0 auto 0;
}
.enroll-step-dialog-content .enroll-step-dialog-title {
    font-family: D-DIN-Bold;
    font-size: 2.5rem;
    line-height: 3rem;
    color: #505050;
    padding: 2.5rem 0;
    border-bottom: 1px solid #006cff;
    margin-bottom: 2.5rem;
}
.enroll-step-dialog-content .enroll-step-dialog-content-tip {
    color: #006cff;
    line-height: 1.5rem;
    margin-bottom: 2rem;
}
.dialog-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 3rem;
}
.dialog-footer > div {
    color: #006cff;
    font-size: 1.25rem;
    line-height: 1.5rem;
    border: 1px solid #006cff;
    padding: 8px;
    width: 15rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    margin-left: 2.625rem;
}
.dialog-footer > div:hover {
      background: #006cff;
      color: #fff;
}
.dialog-footer > div:first-child {
    margin-left: 0;
}

.flex_around[data-v-cb84c992] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.exam-view[data-v-cb84c992] {
  padding: 0 1.25rem;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.exam-view .sub-view[data-v-cb84c992] {
    border-top: none;
}
.exam-view .exam-view-item[data-v-cb84c992] {
    margin: 1.25rem 0;
}
.exam-view .exam-view-item .title[data-v-cb84c992] {
      margin-bottom: 1.5rem;
}
.exam-view .exam-view-item .question-star[data-v-cb84c992] {
      margin: 1.25rem 0 10px;
}
.exam-view .exam-view-item .question-star .question-star-item[data-v-cb84c992] {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
}
.exam-view .exam-view-item .question-star .question-star-item .star-item[data-v-cb84c992] {
          margin-bottom: 4px;
          width: 1.5rem;
}
.exam-view[data-v-cb84c992] .el-radio-group .el-radio,
  .exam-view[data-v-cb84c992] .el-radio-group .el-checkbox,
  .exam-view[data-v-cb84c992] .el-checkbox-group .el-radio,
  .exam-view[data-v-cb84c992] .el-checkbox-group .el-checkbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.875rem;
    margin-right: 0;
    color: #3c3c3c;
    font-weight: 400;
}
.exam-view[data-v-cb84c992] .el-radio-group .el-radio:nth-last-child(1),
    .exam-view[data-v-cb84c992] .el-radio-group .el-checkbox:nth-last-child(1),
    .exam-view[data-v-cb84c992] .el-checkbox-group .el-radio:nth-last-child(1),
    .exam-view[data-v-cb84c992] .el-checkbox-group .el-checkbox:nth-last-child(1) {
      margin-bottom: 0;
}
.exam-view[data-v-cb84c992] .el-radio-group .el-radio .el-radio__label,
    .exam-view[data-v-cb84c992] .el-radio-group .el-radio .el-checkbox__label,
    .exam-view[data-v-cb84c992] .el-radio-group .el-checkbox .el-radio__label,
    .exam-view[data-v-cb84c992] .el-radio-group .el-checkbox .el-checkbox__label,
    .exam-view[data-v-cb84c992] .el-checkbox-group .el-radio .el-radio__label,
    .exam-view[data-v-cb84c992] .el-checkbox-group .el-radio .el-checkbox__label,
    .exam-view[data-v-cb84c992] .el-checkbox-group .el-checkbox .el-radio__label,
    .exam-view[data-v-cb84c992] .el-checkbox-group .el-checkbox .el-checkbox__label {
      font-size: 1.125rem;
      line-height: 1.5rem;
      white-space: break-spaces;
}
.exam-view[data-v-cb84c992] .el-radio-group .el-radio .el-radio__input .el-radio__inner,
    .exam-view[data-v-cb84c992] .el-radio-group .el-checkbox .el-radio__input .el-radio__inner,
    .exam-view[data-v-cb84c992] .el-checkbox-group .el-radio .el-radio__input .el-radio__inner,
    .exam-view[data-v-cb84c992] .el-checkbox-group .el-checkbox .el-radio__input .el-radio__inner {
      margin-top: 4px;
      width: 1rem;
      height: 1rem;
      border-color: #006cff;
}
.exam-view[data-v-cb84c992] .el-radio-group .el-radio .el-radio__input .el-radio__inner::after,
      .exam-view[data-v-cb84c992] .el-radio-group .el-checkbox .el-radio__input .el-radio__inner::after,
      .exam-view[data-v-cb84c992] .el-checkbox-group .el-radio .el-radio__input .el-radio__inner::after,
      .exam-view[data-v-cb84c992] .el-checkbox-group .el-checkbox .el-radio__input .el-radio__inner::after {
        width: 8px;
        height: 8px;
}
.exam-view[data-v-cb84c992] .el-radio-group .el-radio .el-radio__input.is-checked .el-radio__inner,
    .exam-view[data-v-cb84c992] .el-radio-group .el-checkbox .el-radio__input.is-checked .el-radio__inner,
    .exam-view[data-v-cb84c992] .el-checkbox-group .el-radio .el-radio__input.is-checked .el-radio__inner,
    .exam-view[data-v-cb84c992] .el-checkbox-group .el-checkbox .el-radio__input.is-checked .el-radio__inner {
      background-color: #fff;
}
.exam-view[data-v-cb84c992] .el-radio-group .el-radio .el-radio__input.is-checked .el-radio__inner::after,
      .exam-view[data-v-cb84c992] .el-radio-group .el-checkbox .el-radio__input.is-checked .el-radio__inner::after,
      .exam-view[data-v-cb84c992] .el-checkbox-group .el-radio .el-radio__input.is-checked .el-radio__inner::after,
      .exam-view[data-v-cb84c992] .el-checkbox-group .el-checkbox .el-radio__input.is-checked .el-radio__inner::after {
        background-color: #006cff;
}
.exam-view[data-v-cb84c992] .el-radio-group .el-radio .el-checkbox__input .el-checkbox__inner,
    .exam-view[data-v-cb84c992] .el-radio-group .el-checkbox .el-checkbox__input .el-checkbox__inner,
    .exam-view[data-v-cb84c992] .el-checkbox-group .el-radio .el-checkbox__input .el-checkbox__inner,
    .exam-view[data-v-cb84c992] .el-checkbox-group .el-checkbox .el-checkbox__input .el-checkbox__inner {
      margin-top: 4px;
      width: 1rem;
      height: 1rem;
      border-color: #006cff;
}
.exam-view[data-v-cb84c992] .el-radio-group .el-radio .el-checkbox__input.is-checked .el-checkbox__inner,
    .exam-view[data-v-cb84c992] .el-radio-group .el-checkbox .el-checkbox__input.is-checked .el-checkbox__inner,
    .exam-view[data-v-cb84c992] .el-checkbox-group .el-radio .el-checkbox__input.is-checked .el-checkbox__inner,
    .exam-view[data-v-cb84c992] .el-checkbox-group .el-checkbox .el-checkbox__input.is-checked .el-checkbox__inner {
      background-color: #006cff;
}
.exam-view[data-v-cb84c992] .el-radio-group .el-radio .el-checkbox__input.is-checked .el-checkbox__inner::after,
      .exam-view[data-v-cb84c992] .el-radio-group .el-checkbox .el-checkbox__input.is-checked .el-checkbox__inner::after,
      .exam-view[data-v-cb84c992] .el-checkbox-group .el-radio .el-checkbox__input.is-checked .el-checkbox__inner::after,
      .exam-view[data-v-cb84c992] .el-checkbox-group .el-checkbox .el-checkbox__input.is-checked .el-checkbox__inner::after {
        height: 8px;
        width: 4px;
        top: 0;
}
.exam-view[data-v-cb84c992] .el-input {
    font-size: 1.125rem;
    width: 100%;
    height: 3rem;
}
.exam-view[data-v-cb84c992] .el-input .el-input__inner {
      height: 100%;
      background: #fff;
      border-color: #b0ceff;
      border-radius: 0;
}
.exam-view[data-v-cb84c992] .el-input .el-input__inner::-webkit-input-placeholder {
        height: 1.25rem;
        color: rgba(0, 96, 255, 0.2);
}
.exam-view[data-v-cb84c992] .el-input .el-input__inner::-moz-placeholder {
        height: 1.25rem;
        color: rgba(0, 96, 255, 0.2);
}
.exam-view[data-v-cb84c992] .el-input .el-input__inner:-ms-input-placeholder {
        height: 1.25rem;
        color: rgba(0, 96, 255, 0.2);
}
.exam-view[data-v-cb84c992] .el-input .el-input__inner::-ms-input-placeholder {
        height: 1.25rem;
        color: rgba(0, 96, 255, 0.2);
}
.exam-view[data-v-cb84c992] .el-input .el-input__inner::placeholder {
        height: 1.25rem;
        color: rgba(0, 96, 255, 0.2);
}
.exam-view[data-v-cb84c992] .el-input .el-input__inner:focus {
        border-color: #006cff;
}
.exam-view .other-view[data-v-cb84c992] {
    width: 100%;
    padding-left: 1.75rem;
}
.exam-view .other-view > .other-title[data-v-cb84c992] {
      font-size: 1.125rem;
      line-height: 1.5rem;
      color: #666666;
      margin-bottom: 10px;
}
.sub-view[data-v-cb84c992] {
  background-color: #F7FAFF;
  overflow: hidden;
  margin-top: 1.25rem;
  padding-left: 2.5rem !important;
}
.sub-view .sub-view[data-v-cb84c992] {
    border-top: 1px solid rgba(0, 108, 255, 0.2);
}
.sub-view .exam-view-item .title[data-v-cb84c992] {
    position: relative;
}
.sub-view .exam-view-item .title[data-v-cb84c992]::before {
      content: '';
      position: absolute;
      left: -2rem;
      top: 4px;
      width: 1rem;
      height: 1rem;
      background-color: #006cff;
      border-radius: 50%;
}

.enroll-step-dialog-content {
  width: 50rem;
  margin: 0 auto 0;
}
.enroll-step-dialog-content .enroll-step-dialog-title {
    font-family: D-DIN-Bold;
    font-size: 2.5rem;
    line-height: 3rem;
    color: #505050;
    padding: 2.5rem 0;
    border-bottom: 1px solid #006cff;
    margin-bottom: 2.5rem;
}
.enroll-step-dialog-content .enroll-step-dialog-content-tip {
    color: #006cff;
    line-height: 1.5rem;
    margin-bottom: 2rem;
}
.dialog-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 3rem;
}
.dialog-footer > div {
    color: #006cff;
    font-size: 1.25rem;
    line-height: 1.5rem;
    border: 1px solid #006cff;
    padding: 8px;
    width: 15rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    margin-left: 2.625rem;
}
.dialog-footer > div:hover {
      background: #006cff;
      color: #fff;
}
.dialog-footer > div:first-child {
    margin-left: 0;
}

.enroll-step-dialog {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #006cff;
  width: unset;
}
.enroll-step-dialog .el-dialog__header {
    display: none;
}
.enroll-step-dialog .el-dialog__body {
    font-size: 1.125rem;
    font-family: D-DIN;
    padding-top: 0;
    height: 80vh;
    overflow: auto;
}
.enroll-step-dialog .el-dialog__footer {
    display: none;
}

@charset "UTF-8";
/* 核心：定义进入和离开的过渡效果 */
.slide-bottom-enter-active[data-v-59b861a0],
.slide-bottom-leave-active[data-v-59b861a0] {
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: opacity 0.5s ease, -webkit-transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.5s ease;
  transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.5s ease, -webkit-transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* 核心：进入的初始状态（在屏幕最下方） */
.slide-bottom-enter[data-v-59b861a0] {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
}

/* 核心：离开的结束状态（滑回屏幕最下方） */
.slide-bottom-leave-to[data-v-59b861a0] {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
}
.fade-up-enter-active[data-v-59b861a0] {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.fade-up-enter[data-v-59b861a0] {
  opacity: 0;
  -webkit-transform: translateY(0.9375rem);
      -ms-transform: translateY(0.9375rem);
          transform: translateY(0.9375rem);
  /* 初始位置在下方 15px */
}
.fade-up-enter-to[data-v-59b861a0] {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  /* 最终回到正常位置 */
}
.pad_lr_32[data-v-59b861a0] {
  padding-left: 2rem;
  padding-right: 2rem;
}
.later-view-text[data-v-59b861a0] {
  margin-bottom: 1rem;
}
.later-view-btns[data-v-59b861a0] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.inprogress-program-dialog-btn[data-v-59b861a0] {
  color: #006cff;
  border-bottom: 1px solid #006cff;
  cursor: pointer;
}
.inprogress-program-dialog[data-v-59b861a0] {
  margin-top: 2rem;
  width: 100%;
  padding: 1.5rem 0;
  border-radius: 2px;
  background: -webkit-linear-gradient(331deg, #ffffff 0%, #ffffff99 55%, #ffffff 99%);
  background: linear-gradient(119deg, #ffffff 0%, #ffffff99 55%, #ffffff 99%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #b0ceff;
  /* 👇 毛玻璃模糊 */
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  -webkit-box-shadow: 0px 0px 8px 1px #fff;
          box-shadow: 0px 0px 8px 1px #fff;
  /* Safari 兼容 */
  z-index: 1001;
  font-family: D-DIN;
  font-size: 1.125rem;
  line-height: 1.5rem;
  /* 1. 定义滚动条整体尺寸 */
  /* 2. 定义滚动条轨道背景（设为透明，使其融入背景） */
  /* 3. 定义滚动条滑块（核心颜色与圆角） */
  /* 4. 增加悬停状态（让交互更自然） */
}
.inprogress-program-dialog .scroll-area[data-v-59b861a0] {
    overflow-y: auto;
}
.inprogress-program-dialog .dialog-title[data-v-59b861a0] {
    font-family: D-DIN-Bold;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    color: #3e3a39;
}
.inprogress-program-dialog .dialog-title .dialog-title-text[data-v-59b861a0] {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      margin-right: 1.5rem;
}
.inprogress-program-dialog .dialog-title .dialog-title-img[data-v-59b861a0] {
      width: 3rem;
      height: 3rem;
      background-color: #006cff;
      border-radius: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
}
.inprogress-program-dialog .dialog-title .dialog-title-img > img[data-v-59b861a0] {
        width: 1.5rem;
        -webkit-transform-origin: top center;
            -ms-transform-origin: top center;
                transform-origin: top center;
        -webkit-animation: bell-ring-59b861a0 3s ease-in-out infinite;
                animation: bell-ring-59b861a0 3s ease-in-out infinite;
}
.inprogress-program-dialog .program-list[data-v-59b861a0] {
    max-height: calc(7.125rem * 2);
    overflow-y: auto;
    overflow-x: hidden;
    margin: 1rem 2.5rem;
}
.inprogress-program-dialog .program-list .program-item[data-v-59b861a0] {
      padding: 1rem;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border: 1px solid #b0ceff;
      margin: 1rem 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      background-color: rgba(255, 255, 255, 0.6);
      position: relative;
}
.inprogress-program-dialog .program-list .program-item[data-v-59b861a0]:last-child {
        margin-bottom: 0;
}
.inprogress-program-dialog .program-list .program-item > img[data-v-59b861a0] {
        width: 6rem;
        height: 3.375rem;
        border-radius: 2px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        border: 1px solid #94c0ff;
        margin-right: 8px;
        -o-object-fit: cover;
           object-fit: cover;
}
.inprogress-program-dialog .program-list .program-item .program-item-text[data-v-59b861a0] {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
}
.inprogress-program-dialog .program-list .program-item .program-item-text .program-item-text-title[data-v-59b861a0] {
          font-family: D-DIN-Bold;
          color: #0a418c;
}
.inprogress-program-dialog .program-list .program-item .program-item-text .program-item-text-section[data-v-59b861a0] {
          color: #006cff;
          font-size: 1rem;
          line-height: 1.25rem;
}
.inprogress-program-dialog .program-list .program-item .program-item-hover[data-v-59b861a0] {
        padding: 1rem;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
            -ms-flex-align: end;
                align-items: flex-end;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        position: absolute;
        inset: 0;
        background-color: rgba(255, 255, 255, 0.8);
        opacity: 0;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        z-index: -1;
}
.inprogress-program-dialog .program-list .program-item:hover .program-item-hover[data-v-59b861a0] {
        z-index: 1;
        opacity: 1;
}
.inprogress-program-dialog .inprogress-program-later[data-v-59b861a0] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 1rem;
    /* 黑色圆形背景 */
    /* 对勾 SVG 样式 */
}
.inprogress-program-dialog .inprogress-program-later .later-study[data-v-59b861a0] {
      color: #010f3e;
      border-bottom: none;
      cursor: not-allowed;
}
.inprogress-program-dialog .inprogress-program-later .check-circle[data-v-59b861a0] {
      margin-left: 8px;
      width: 1.125rem;
      height: 1.125rem;
      background-color: #010f3e;
      border-radius: 50%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
}
.inprogress-program-dialog .inprogress-program-later .checkmark-svg[data-v-59b861a0] {
      width: 1rem;
      height: 1rem;
}
.inprogress-program-dialog .inprogress-program-later .checkmark-path[data-v-59b861a0] {
      fill: none;
      stroke: #fff;
      /* 1. 线条变细 */
      stroke-width: 4;
      /* 2. 圆角变小（改为直角/尖角） */
      stroke-linecap: butt;
      stroke-linejoin: miter;
      /* 核心动画属性 */
      stroke-dasharray: 100;
      stroke-dashoffset: 100;
      -webkit-animation: drawCheck-59b861a0 0.3s cubic-bezier(0.65, 0, 0.45, 1) forwards;
              animation: drawCheck-59b861a0 0.3s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
@-webkit-keyframes drawCheck-59b861a0 {
to {
    stroke-dashoffset: 0;
}
}
@keyframes drawCheck-59b861a0 {
to {
    stroke-dashoffset: 0;
}
}
.inprogress-program-dialog .program-list[data-v-59b861a0]::-webkit-scrollbar,
  .inprogress-program-dialog .scroll-area[data-v-59b861a0]::-webkit-scrollbar {
    width: 4px;
    /* 垂直滚动条宽度 */
}
.inprogress-program-dialog .program-list[data-v-59b861a0]::-webkit-scrollbar-track,
  .inprogress-program-dialog .scroll-area[data-v-59b861a0]::-webkit-scrollbar-track {
    background: transparent;
}
.inprogress-program-dialog .program-list[data-v-59b861a0]::-webkit-scrollbar-thumb,
  .inprogress-program-dialog .scroll-area[data-v-59b861a0]::-webkit-scrollbar-thumb {
    background: #006cff;
    border-radius: 2px;
    /* 2px的宽度配合2px的圆角，滑块两端呈完美的半圆形 */
}
.inprogress-program-dialog .program-list[data-v-59b861a0]::-webkit-scrollbar-thumb:hover,
  .inprogress-program-dialog .scroll-area[data-v-59b861a0]::-webkit-scrollbar-thumb:hover {
    background: #005ce6;
    /* 鼠标悬停时稍微加深一点颜色，提升质感 */
}
@-webkit-keyframes bell-ring-59b861a0 {
0%,
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    /* 初始状态和最终状态保持静止 */
}
5% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
    /* 向右摇晃 */
}
10% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
    /* 向左摇晃 */
}
15% {
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg);
    /* 向右回摆（幅度逐渐减小） */
}
20% {
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg);
    /* 向左回摆 */
}
25% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
    /* 慢慢回正 */
}
30%,
  99% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    /* 保持静止休息，直到下一个周期 */
}
}
@keyframes bell-ring-59b861a0 {
0%,
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    /* 初始状态和最终状态保持静止 */
}
5% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
    /* 向右摇晃 */
}
10% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
    /* 向左摇晃 */
}
15% {
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg);
    /* 向右回摆（幅度逐渐减小） */
}
20% {
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg);
    /* 向左回摆 */
}
25% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
    /* 慢慢回正 */
}
30%,
  99% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    /* 保持静止休息，直到下一个周期 */
}
}

@charset "UTF-8";
/* 核心：定义进入和离开的过渡效果 */
.slide-bottom-enter-active[data-v-3b0a6cae],
.slide-bottom-leave-active[data-v-3b0a6cae] {
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: opacity 0.5s ease, -webkit-transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.5s ease;
  transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.5s ease, -webkit-transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* 核心：进入的初始状态（在屏幕最下方） */
.slide-bottom-enter[data-v-3b0a6cae] {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
}

/* 核心：离开的结束状态（滑回屏幕最下方） */
.slide-bottom-leave-to[data-v-3b0a6cae] {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
}
.coupon-dialog[data-v-3b0a6cae] {
  width: 100%;
  padding: 1.5rem 2rem;
  border-radius: 2px;
  background: -webkit-linear-gradient(331deg, #fff 0%, #ffffff99 55%, #fff 99%);
  background: linear-gradient(119deg, #fff 0%, #ffffff99 55%, #fff 99%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #b0ceff;
  /* 👇 毛玻璃模糊 */
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  -webkit-box-shadow: 0px 0px 8px 1px #fff;
          box-shadow: 0px 0px 8px 1px #fff;
  /* Safari 兼容 */
  z-index: 1001;
  font-family: D-DIN;
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #3e3a39;
}
.coupon-dialog .coupon-dialog-title[data-v-3b0a6cae] {
    font-family: D-DIN-Bold;
    font-size: 1.25rem;
    color: #3e3a39;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.coupon-dialog .coupon-dialog-title .coupon-dialog-title-text[data-v-3b0a6cae] {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      margin-right: 1rem;
}
.coupon-dialog .coupon-dialog-title .coupon-dialog-title-img[data-v-3b0a6cae] {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      cursor: pointer;
      position: relative;
      width: 1.125rem;
      height: 1.125rem;
}
.coupon-dialog .coupon-dialog-title .coupon-dialog-title-img[data-v-3b0a6cae]::before, .coupon-dialog .coupon-dialog-title .coupon-dialog-title-img[data-v-3b0a6cae]::after {
        position: absolute;
        content: '';
        width: 1px;
        height: 100%;
        top: 0;
        left: 50%;
        background-color: #006cff;
}
.coupon-dialog .coupon-dialog-title .coupon-dialog-title-img[data-v-3b0a6cae]::before {
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
}
.coupon-dialog .coupon-dialog-title .coupon-dialog-title-img[data-v-3b0a6cae]::after {
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
}
.coupon-dialog .coupon-detail[data-v-3b0a6cae] {
    border: 1px solid #b0ceff;
    margin: 1rem 0;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 2px;
}
.coupon-dialog .coupon-detail .coupon-value[data-v-3b0a6cae] {
      font-size: 1.25rem;
      color: #006cff;
      font-family: D-DIN-Bold;
}
.coupon-dialog .coupon-detail .coupon-name[data-v-3b0a6cae] {
      font-family: D-DIN-Bold;
}
.coupon-dialog .coupon-dialog-btn[data-v-3b0a6cae] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.global-dialog[data-v-3111ac65] {
  position: fixed;
  width: 32.5rem;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 1001;
}

@charset "UTF-8";
.fade-enter-active[data-v-358bb21c],
.fade-leave-active[data-v-358bb21c] {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.fade-enter[data-v-358bb21c],
.fade-leave-to[data-v-358bb21c] {
  opacity: 0;
}
.margin-bottom-8[data-v-358bb21c] {
  margin-bottom: 8px;
}
.bottom-line[data-v-358bb21c] {
  text-decoration: underline;
  cursor: pointer;
}
.promotion-dialog[data-v-358bb21c] {
  background: -webkit-linear-gradient(331deg, #b4d3ff96 0%, #ffffff99 55%, #b4d3ff96 99%);
  background: linear-gradient(119deg, #b4d3ff96 0%, #ffffff99 55%, #b4d3ff96 99%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #b0ceff;
  /* 👇 毛玻璃模糊 */
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  -webkit-box-shadow: 0px 0px 8px 1px #fff;
          box-shadow: 0px 0px 8px 1px #fff;
  position: fixed;
  bottom: 2.5rem;
  left: 50%;
  z-index: 1002;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 2px;
  width: 75rem;
  padding: 0.875rem;
  box-sizing: border-box;
  font-family: D-DIN;
  font-size: 1.5rem;
  line-height: 2rem;
}
.promotion-dialog .promotion-dialog-wrap[data-v-358bb21c] {
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 1.5rem;
    position: relative;
}
.promotion-dialog .promotion-dialog-body[data-v-358bb21c] {
    color: #0a418c;
    overflow: auto;
}
.promotion-dialog .promotion-dialog-body .promotion-header-text-title[data-v-358bb21c] {
      font-family: 'D-DIN-Bold';
}
.promotion-dialog .promotion-dialog-body .promotion-header-text-content .theme-color[data-v-358bb21c] {
      color: #006cff;
}
.promotion-dialog .close-btn[data-v-358bb21c] {
    position: absolute;
    top: 2rem;
    right: 2.75rem;
    cursor: pointer;
}
.promotion-dialog .close-btn > img[data-v-358bb21c] {
      width: 0.875rem;
}
@media screen and (max-width: 46.875rem) {
.promotion-dialog[data-v-358bb21c] {
    width: 90%;
    background-size: 100% auto;
    margin: 0 auto;
    bottom: 2.5rem;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 1rem;
}
.promotion-dialog .promotion-dialog-wrap[data-v-358bb21c] {
      padding: 1rem;
}
.promotion-dialog .promotion-dialog-body[data-v-358bb21c] {
      font-size: 1.125rem;
      line-height: 1.5rem;
}
.promotion-dialog .promotion-dialog-body .promotion-header[data-v-358bb21c] {
        display: block;
}
.promotion-dialog .close-btn[data-v-358bb21c] {
      top: 1.5rem;
      right: 2rem;
}
}

.main[data-v-d4ba89ee] {
  padding-left: 0px;
  padding-right: 0px;
  min-height: calc(100vh - 27.375rem);
}
.layout[data-v-d4ba89ee] {
  width: 100%;
}

.main[data-v-8e72faf6] {
  padding-left: 0px;
  padding-right: 0px;
  min-height: calc(100vh - 27.375rem);
}
.layout[data-v-8e72faf6] {
  width: 100%;
}

@charset "UTF-8";
.main[data-v-21bb1854] {
  overflow: hidden;
}
.my-header[data-v-21bb1854] {
  height: 4.25rem;
}
header[data-v-21bb1854] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: 4.25rem;
  background: #006cff;
  font-family: D-DIN;
  border-bottom: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
header .header-container[data-v-21bb1854] {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
header .header-container .header-logo[data-v-21bb1854] {
      width: 4.375rem;
      cursor: pointer;
}
@media screen and (max-width: 46.875rem) {
  /*当屏幕尺寸小于750px时，应用下面的CSS样式*/
.w14[data-v-21bb1854] {
    min-width: auto !important;
}
.header[data-v-21bb1854] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.header .header-content[data-v-21bb1854] {
      width: 100%;
      margin: 0 1.5rem;
}
.header .header-content img[data-v-21bb1854] {
        height: 2rem !important;
}
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0; }

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block; }

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: D-DIN;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent; }

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
     -moz-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: D-DIN;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%; }

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none; }

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible; }

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none; }

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline; }

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto; }

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block; }

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item; }

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none; }

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none; }

@charset "UTF-8";
@font-face {
  font-family: D-DIN;
  src: url(../fonts/D-DIN.93a9f667.ttf) format("truetype"); }

@font-face {
  font-family: D-DIN-Bold;
  src: url(../fonts/D-DIN-Bold.7bada7dd.ttf) format("truetype"); }

@font-face {
  font-family: 'D-DIN';
  src: url(../fonts/D-DIN.93a9f667.ttf) format("truetype"); }

@font-face {
  font-family: 'D-DIN-Bold';
  src: url(../fonts/D-DIN-Bold.7bada7dd.ttf) format("truetype"); }

.word-break {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: break-word; }

.rich-text {
  font-family: D-DIN;
  font-size: 1.25rem;
  line-height: 1.75rem; }
  .rich-text span,
  .rich-text ul,
  .rich-text ol,
  .rich-text li,
  .rich-text p,
  .rich-text div,
  .rich-text h1,
  .rich-text h2,
  .rich-text h3,
  .rich-text h4,
  .rich-text h5,
  .rich-text h6,
  .rich-text h7 {
    font-family: D-DIN; }
  .rich-text li {
    margin-bottom: 8px; }

body {
  font-family: D-DIN !important; }

.el-dialog__body {
  word-wrap: break-word !important;
  word-break: break-word !important; }

p {
  margin-top: 0;
  margin-bottom: 0; }

.w14 {
  max-width: 90rem;
  min-width: 64rem;
  margin-left: auto;
  margin-right: auto; }

a,
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  outline: none !important;
  color: inherit; }

.el-select-dropdown {
  border-radius: 0;
  font-family: 'D-DIN'; }
  .el-select-dropdown .el-select-dropdown__item.hover,
  .el-select-dropdown .el-select-dropdown__item:hover {
    background-color: #f7faff;
    color: #006cff; }

.el-select-dropdown__item, .el-date-table, .el-picker-panel__icon-btn {
  font-size: 1rem !important; }

.el-input,
.el-switch,
.el-select {
  font-size: 1.125rem;
  height: 3rem;
  width: 100% !important; }
  .el-input i,
  .el-switch i,
  .el-select i {
    font-size: 1rem;
    color: #b0ceff !important; }

.el-form-item__label {
  line-height: 1;
  font-size: 1.125rem;
  line-height: 1.625rem; }
  .el-form-item__label::before {
    font-size: 1.25rem;
    height: 1.125rem;
    vertical-align: middle; }

.el-form-item__error {
  position: static;
  font-size: 1rem; }

.el-input__inner {
  height: 100%;
  background: #fff;
  border-color: #b0ceff;
  border-radius: 0; }
  .el-input__inner::-webkit-input-placeholder {
    height: 1.25rem;
    color: #b0ceff; }
  .el-input__inner::-moz-placeholder {
    height: 1.25rem;
    color: #b0ceff; }
  .el-input__inner:-ms-input-placeholder {
    height: 1.25rem;
    color: #b0ceff; }
  .el-input__inner::-ms-input-placeholder {
    height: 1.25rem;
    color: #b0ceff; }
  .el-input__inner::placeholder {
    height: 1.25rem;
    color: #b0ceff; }
  .el-input__inner:focus {
    border-color: #006cff; }

.el-textarea__inner {
  border-color: #b0ceff;
  border-radius: 0; }
  .el-textarea__inner::-webkit-input-placeholder {
    color: #b0ceff; }
  .el-textarea__inner::-moz-placeholder {
    color: #b0ceff; }
  .el-textarea__inner:-ms-input-placeholder {
    color: #b0ceff; }
  .el-textarea__inner::-ms-input-placeholder {
    color: #b0ceff; }
  .el-textarea__inner::placeholder {
    color: #b0ceff; }
  .el-textarea__inner:focus {
    border-color: #006cff; }

.ellipsis {
  word-break: keep-all;
  /* 不换行 */
  white-space: nowrap;
  /* 不换行 */
  overflow: hidden;
  /* 内容超出宽度时隐藏超出部分的内容 */
  text-overflow: ellipsis; }

.el-popup-parent--hidden {
  padding: 0 !important; }

@media screen and (max-width: 46.875rem) {
  .w14 {
    min-width: auto !important; }
  .el-message--error .el-message__content {
    font-size: 1rem !important; }
  .el-message--success .el-message__content {
    font-size: 1rem !important; }
  .el-message__icon {
    font-size: 1rem !important; }
  .el-message {
    width: auto !important; }
  .el-popover {
    width: calc(100vw - 3rem - 2rem) !important;
    left: calc(1.5rem + 1rem) !important; }
  .rich-text {
    font-family: D-DIN;
    font-size: 1.125rem;
    line-height: 1.5rem; } }

.el-select-dropdown {
  max-width: 90vw !important; }
  .el-select-dropdown .el-select-dropdown__wrap {
    overflow-y: auto !important; }

.prism-player .prism-big-play-btn {
  z-index: 2 !important; }

.prism-player .prism-ErrorMessage {
  z-index: 7 !important; }

.el-image-viewer__mask,
.v-modal {
  background: #fff !important;
  opacity: 0.8 !important; }

