@charset "UTF-8";
.popover {
  top: 0;
  left: 0;
  z-index: 1060;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.21875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.075rem;
}

.popover, .popover .arrow {
  position: absolute;
  display: block;
}

.popover .arrow {
  width: 0.25rem;
  height: 0.125rem;
  margin: 0 0.075rem;
}

.popover .arrow:after, .popover .arrow:before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-auto[x-placement^=top], .bs-popover-top {
  margin-bottom: 0.125rem;
}

.bs-popover-auto[x-placement^=top] > .arrow, .bs-popover-top > .arrow {
  bottom: calc(-0.125rem - 1px);
}

.bs-popover-auto[x-placement^=top] > .arrow:before, .bs-popover-top > .arrow:before {
  bottom: 0;
  border-width: 0.125rem 0.125rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^=top] > .arrow:after, .bs-popover-top > .arrow:after {
  bottom: 1px;
  border-width: 0.125rem 0.125rem 0;
  border-top-color: #fff;
}

.bs-popover-auto[x-placement^=right], .bs-popover-right {
  margin-left: 0.125rem;
}

.bs-popover-auto[x-placement^=right] > .arrow, .bs-popover-right > .arrow {
  left: calc(-0.125rem - 1px);
  width: 0.125rem;
  height: 0.25rem;
  margin: 0.075rem 0;
}

.bs-popover-auto[x-placement^=right] > .arrow:before, .bs-popover-right > .arrow:before {
  left: 0;
  border-width: 0.125rem 0.125rem 0.125rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^=right] > .arrow:after, .bs-popover-right > .arrow:after {
  left: 1px;
  border-width: 0.125rem 0.125rem 0.125rem 0;
  border-right-color: #fff;
}

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
  margin-top: 0.125rem;
}

.bs-popover-auto[x-placement^=bottom] > .arrow, .bs-popover-bottom > .arrow {
  top: calc(-0.125rem - 1px);
}

.bs-popover-auto[x-placement^=bottom] > .arrow:before, .bs-popover-bottom > .arrow:before {
  top: 0;
  border-width: 0 0.125rem 0.125rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^=bottom] > .arrow:after, .bs-popover-bottom > .arrow:after {
  top: 1px;
  border-width: 0 0.125rem 0.125rem;
  border-bottom-color: #fff;
}

.bs-popover-auto[x-placement^=bottom] .popover-header:before, .bs-popover-bottom .popover-header:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 0.25rem;
  margin-left: -0.125rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-auto[x-placement^=left], .bs-popover-left {
  margin-right: 0.125rem;
}

.bs-popover-auto[x-placement^=left] > .arrow, .bs-popover-left > .arrow {
  right: calc(-0.125rem - 1px);
  width: 0.125rem;
  height: 0.25rem;
  margin: 0.075rem 0;
}

.bs-popover-auto[x-placement^=left] > .arrow:before, .bs-popover-left > .arrow:before {
  right: 0;
  border-width: 0.125rem 0 0.125rem 0.125rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^=left] > .arrow:after, .bs-popover-left > .arrow:after {
  right: 1px;
  border-width: 0.125rem 0 0.125rem 0.125rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.125rem 0.1875rem;
  margin-bottom: 0;
  font-size: 0.25rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.075rem - 1px);
  border-top-right-radius: calc(0.075rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.125rem 0.1875rem;
  color: #212529;
}

.w-tip-popover .popover-body {
  background-color: #d8f2b0;
}
.w-tip-popover .popover-body > div + div {
  margin-top: 0.2rem;
}
.w-tip-popover.bs-popover-bottom > .arrow:before {
  border-width: 0 0.2rem 0.3rem;
}
.w-tip-popover.bs-popover-bottom > .arrow:after {
  border-width: 0 0.2rem 0.3rem;
  border-bottom-color: #d8f2b0;
}

.form-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.06rem;
  margin-left: -0.06rem;
}

.form-group {
  margin-bottom: 0.16rem;
}

.tpl-title {
  display: inline-block;
  padding: 0 1.2rem;
  border-radius: 50em;
  background-color: #ec7696;
  color: #ffffff;
  font-size: 0.625rem;
  line-height: 0.8125rem;
  margin-top: 0.3rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
}

.tpl-select-box {
  margin-bottom: 0.4rem;
}
.tpl-select-box select {
  font-size: 0.3rem;
  color: #444444;
  background-color: #ffffff;
  border: 0.06rem solid #ff9b30;
  -webkit-box-shadow: inset 0 0 0 2px #ff9b30;
          box-shadow: inset 0 0 0 2px #ff9b30;
  padding: 0rem 0.6rem 0rem 0.4rem;
  border-radius: 50em;
  margin-right: 0.4rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../images/icon_pulldown.png);
  background-size: 0.45rem 0.45rem;
  background-repeat: no-repeat;
  background-position: right center;
  outline: none;
  cursor: pointer;
  min-width: 2.6rem;
  height: 0.6rem;
  text-align: left;
}
.tpl-select-box select:hover {
  background-image: url(../images/icon_pulldown_h.png);
}
.tpl-select-box select:last-child {
  margin-right: 0;
}

.tpl-table-box {
  margin-bottom: 0.3rem;
  border-radius: 0.3rem;
  overflow: hidden;
  border: 3px solid #ec7696;
}
.tpl-table-box .b-table {
  margin: 0;
}
.tpl-table-box .b-table tr th {
  text-align: center;
  font-size: 0.375rem;
  color: #ffffff;
  padding: 0.1rem 0.2rem;
  background-color: #ec7696;
}
.tpl-table-box .b-table tr td {
  font-size: 0.3rem;
  color: #444444;
  padding: 0.1rem 0.2rem;
  vertical-align: middle;
}
.tpl-table-box .b-table tr th {
  background-color: #ec7696;
  border-right: 2px solid #ffffff;
}
.tpl-table-box .b-table tr th:last-child {
  border-right: none;
}
.tpl-table-box .b-table tr td {
  border-right: 2px solid rgba(236, 118, 150, 0.5);
}
.tpl-table-box .b-table tr td:last-child {
  border-right: none;
}
.tpl-table-box .b-table.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-bg-type: #ffffff;
}
.tpl-table-box .b-table.table-striped > tbody > tr:nth-of-type(even) > * {
  --bs-table-bg-type: rgba(236, 118, 150, 0.2);
}
.tpl-table-box.is-calendar {
  border-radius: 0.3rem;
  overflow: hidden;
  border: 3px solid #f1a826;
}
.tpl-table-box.is-calendar .b-table tr th {
  background-color: rgb(241, 168, 38);
  border-right: 2px solid #ffffff;
}
.tpl-table-box.is-calendar .b-table tr th:last-child {
  border-right: none;
}
.tpl-table-box.is-calendar .b-table tr td {
  border-right: 2px solid rgba(241, 168, 38, 0.5);
}
.tpl-table-box.is-calendar .b-table tr td:last-child {
  border-right: none;
}
.tpl-table-box.is-calendar .b-table.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-bg-type: #ffffff;
}
.tpl-table-box.is-calendar .b-table.table-striped > tbody > tr:nth-of-type(even) > * {
  --bs-table-bg-type: rgba(241, 168, 38, 0.2);
}

.tpl-tag,
.tpl-btn-dlall,
.tpl-btn {
  --bs-btn-active-color: #73ba35;
  --bs-btn-active-bg: #f5feed;
  --bs-btn-active-border-color: #73ba35;
  font-weight: bold;
  border-radius: 50em;
  background-color: #f5feed;
  border: 0.08rem solid #73ba35;
  color: #73ba35;
  min-width: 2.2rem;
  padding: 0 0.2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.3rem;
  min-height: 0.6rem;
}
.tpl-tag span,
.tpl-btn-dlall span,
.tpl-btn span {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 2px;
}
.tpl-tag:hover,
.tpl-btn-dlall:hover,
.tpl-btn:hover {
  background-color: #f5feed;
  border: 0.08rem solid #73ba35;
  color: #73ba35;
}
.tpl-tag:hover:not(.dim-file) .icon-download,
.tpl-btn-dlall:hover:not(.dim-file) .icon-download,
.tpl-btn:hover:not(.dim-file) .icon-download {
  background-image: url(../images/icon_download_h.png);
}
.tpl-tag:hover:not(.dim-file) .icon-open,
.tpl-btn-dlall:hover:not(.dim-file) .icon-open,
.tpl-btn:hover:not(.dim-file) .icon-open {
  background-image: url(../images/icon_open_h.png);
}
.tpl-tag .icon-download,
.tpl-btn-dlall .icon-download,
.tpl-btn .icon-download {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  width: 0.24rem;
  height: 0.24rem;
  background-image: url(../images/icon_download.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 0.02rem;
}
.tpl-tag .icon-open,
.tpl-btn-dlall .icon-open,
.tpl-btn .icon-open {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  width: 0.27rem;
  height: 0.27rem;
  background-image: url(../images/icon_open.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.tpl-btn-download:hover i {
  background-image: url(../images/icon_download_h.png);
}
.tpl-btn-download i {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  width: 0.24rem;
  height: 0.24rem;
  margin-left: 0.02rem;
  background-image: url(../images/icon_download.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.tpl-btn-dlall {
  min-width: 3rem;
  padding: 0 0.5rem;
}

.theme-1 .tpl-title {
  color: #ffffff;
  background-color: #ec7696;
  -webkit-box-shadow: 0px 0px 0px 0.1rem #ec7696;
          box-shadow: 0px 0px 0px 0.1rem #ec7696;
}
.theme-1 .tpl-table-box {
  border-radius: 0.3rem;
  overflow: hidden;
  border: 3px solid #ec7696;
}
.theme-1 .tpl-table-box .b-table tr th {
  background-color: #ec7696;
  border-right: 2px solid #ffffff;
}
.theme-1 .tpl-table-box .b-table tr th:last-child {
  border-right: none;
}
.theme-1 .tpl-table-box .b-table tr td {
  border-right: 2px solid rgba(236, 118, 150, 0.5);
}
.theme-1 .tpl-table-box .b-table tr td:last-child {
  border-right: none;
}
.theme-1 .tpl-table-box .b-table.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-bg-type: #ffffff;
}
.theme-1 .tpl-table-box .b-table.table-striped > tbody > tr:nth-of-type(even) > * {
  --bs-table-bg-type: rgba(236, 118, 150, 0.2);
}
.theme-1 .tpl-grid .tpl-grid-item .container {
  border: 0.08rem solid #ec7696;
}

.theme-2 .tpl-title {
  color: #ffffff;
  background-color: #f8a937;
  -webkit-box-shadow: 0px 0px 0px 0.1rem #f8a937;
          box-shadow: 0px 0px 0px 0.1rem #f8a937;
}
.theme-2 .tpl-table-box {
  border-radius: 0.3rem;
  overflow: hidden;
  border: 3px solid #f8a937;
}
.theme-2 .tpl-table-box .b-table tr th {
  background-color: #f8a937;
  border-right: 2px solid #ffffff;
}
.theme-2 .tpl-table-box .b-table tr th:last-child {
  border-right: none;
}
.theme-2 .tpl-table-box .b-table tr td {
  border-right: 2px solid rgba(248, 169, 55, 0.5);
}
.theme-2 .tpl-table-box .b-table tr td:last-child {
  border-right: none;
}
.theme-2 .tpl-table-box .b-table.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-bg-type: #ffffff;
}
.theme-2 .tpl-table-box .b-table.table-striped > tbody > tr:nth-of-type(even) > * {
  --bs-table-bg-type: rgba(248, 169, 55, 0.2);
}
.theme-2 .tpl-grid .tpl-grid-item .container {
  border: 0.08rem solid #f8a937;
}

.theme-3 .tpl-title {
  color: #ffffff;
  background-color: #247cce;
  -webkit-box-shadow: 0px 0px 0px 0.1rem #247cce;
          box-shadow: 0px 0px 0px 0.1rem #247cce;
}
.theme-3 .tpl-table-box {
  border-radius: 0.3rem;
  overflow: hidden;
  border: 3px solid #247cce;
}
.theme-3 .tpl-table-box .b-table tr th {
  background-color: #247cce;
  border-right: 2px solid #ffffff;
}
.theme-3 .tpl-table-box .b-table tr th:last-child {
  border-right: none;
}
.theme-3 .tpl-table-box .b-table tr td {
  border-right: 2px solid rgba(36, 124, 206, 0.5);
}
.theme-3 .tpl-table-box .b-table tr td:last-child {
  border-right: none;
}
.theme-3 .tpl-table-box .b-table.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-bg-type: #ffffff;
}
.theme-3 .tpl-table-box .b-table.table-striped > tbody > tr:nth-of-type(even) > * {
  --bs-table-bg-type: rgba(36, 124, 206, 0.2);
}
.theme-3 .tpl-grid .tpl-grid-item .container {
  border: 0.08rem solid #247cce;
}

.theme-4 .tpl-title {
  color: #ffffff;
  background-color: #a165d4;
  -webkit-box-shadow: 0px 0px 0px 0.1rem #a165d4;
          box-shadow: 0px 0px 0px 0.1rem #a165d4;
}
.theme-4 .tpl-table-box {
  border-radius: 0.3rem;
  overflow: hidden;
  border: 3px solid #a165d4;
}
.theme-4 .tpl-table-box .b-table tr th {
  background-color: #a165d4;
  border-right: 2px solid #ffffff;
}
.theme-4 .tpl-table-box .b-table tr th:last-child {
  border-right: none;
}
.theme-4 .tpl-table-box .b-table tr td {
  border-right: 2px solid rgba(161, 101, 212, 0.5);
}
.theme-4 .tpl-table-box .b-table tr td:last-child {
  border-right: none;
}
.theme-4 .tpl-table-box .b-table.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-bg-type: #ffffff;
}
.theme-4 .tpl-table-box .b-table.table-striped > tbody > tr:nth-of-type(even) > * {
  --bs-table-bg-type: rgba(161, 101, 212, 0.2);
}
.theme-4 .tpl-grid .tpl-grid-item .container {
  border: 0.08rem solid #a165d4;
}

.theme-5 .tpl-title {
  color: #ffffff;
  background-color: #75b5e6;
  -webkit-box-shadow: 0px 0px 0px 0.1rem #75b5e6;
          box-shadow: 0px 0px 0px 0.1rem #75b5e6;
}
.theme-5 .tpl-table-box {
  border-radius: 0.3rem;
  overflow: hidden;
  border: 3px solid #75b5e6;
}
.theme-5 .tpl-table-box .b-table tr th {
  background-color: #75b5e6;
  border-right: 2px solid #ffffff;
}
.theme-5 .tpl-table-box .b-table tr th:last-child {
  border-right: none;
}
.theme-5 .tpl-table-box .b-table tr td {
  border-right: 2px solid rgba(117, 181, 230, 0.5);
}
.theme-5 .tpl-table-box .b-table tr td:last-child {
  border-right: none;
}
.theme-5 .tpl-table-box .b-table.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-bg-type: #ffffff;
}
.theme-5 .tpl-table-box .b-table.table-striped > tbody > tr:nth-of-type(even) > * {
  --bs-table-bg-type: rgba(117, 181, 230, 0.2);
}
.theme-5 .tpl-grid .tpl-grid-item .container {
  border: 0.08rem solid #75b5e6;
}

.theme-6 .tpl-title {
  color: #ffffff;
  background-color: #42ba2e;
  -webkit-box-shadow: 0px 0px 0px 0.1rem #42ba2e;
          box-shadow: 0px 0px 0px 0.1rem #42ba2e;
}
.theme-6 .tpl-table-box {
  border-radius: 0.3rem;
  overflow: hidden;
  border: 3px solid #42ba2e;
}
.theme-6 .tpl-table-box .b-table tr th {
  background-color: #42ba2e;
  border-right: 2px solid #ffffff;
}
.theme-6 .tpl-table-box .b-table tr th:last-child {
  border-right: none;
}
.theme-6 .tpl-table-box .b-table tr td {
  border-right: 2px solid rgba(66, 186, 46, 0.5);
}
.theme-6 .tpl-table-box .b-table tr td:last-child {
  border-right: none;
}
.theme-6 .tpl-table-box .b-table.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-bg-type: #ffffff;
}
.theme-6 .tpl-table-box .b-table.table-striped > tbody > tr:nth-of-type(even) > * {
  --bs-table-bg-type: rgba(66, 186, 46, 0.2);
}
.theme-6 .tpl-grid .tpl-grid-item .container {
  border: 0.08rem solid #42ba2e;
}

.theme-7 .tpl-title {
  color: #ffffff;
  background-color: #4dcbec;
  -webkit-box-shadow: 0px 0px 0px 0.1rem #4dcbec;
          box-shadow: 0px 0px 0px 0.1rem #4dcbec;
}
.theme-7 .tpl-table-box {
  border-radius: 0.3rem;
  overflow: hidden;
  border: 3px solid #4dcbec;
}
.theme-7 .tpl-table-box .b-table tr th {
  background-color: #4dcbec;
  border-right: 2px solid #ffffff;
}
.theme-7 .tpl-table-box .b-table tr th:last-child {
  border-right: none;
}
.theme-7 .tpl-table-box .b-table tr td {
  border-right: 2px solid rgba(77, 203, 236, 0.5);
}
.theme-7 .tpl-table-box .b-table tr td:last-child {
  border-right: none;
}
.theme-7 .tpl-table-box .b-table.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-bg-type: #ffffff;
}
.theme-7 .tpl-table-box .b-table.table-striped > tbody > tr:nth-of-type(even) > * {
  --bs-table-bg-type: rgba(77, 203, 236, 0.2);
}
.theme-7 .tpl-grid .tpl-grid-item .container {
  border: 0.08rem solid #4dcbec;
}

.theme-8 .tpl-title {
  color: #ffffff;
  background-color: #ad95e7;
  -webkit-box-shadow: 0px 0px 0px 0.1rem #ad95e7;
          box-shadow: 0px 0px 0px 0.1rem #ad95e7;
}
.theme-8 .tpl-table-box {
  border-radius: 0.3rem;
  overflow: hidden;
  border: 3px solid #ad95e7;
}
.theme-8 .tpl-table-box .b-table tr th {
  background-color: #ad95e7;
  border-right: 2px solid #ffffff;
}
.theme-8 .tpl-table-box .b-table tr th:last-child {
  border-right: none;
}
.theme-8 .tpl-table-box .b-table tr td {
  border-right: 2px solid rgba(173, 149, 231, 0.5);
}
.theme-8 .tpl-table-box .b-table tr td:last-child {
  border-right: none;
}
.theme-8 .tpl-table-box .b-table.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-bg-type: #ffffff;
}
.theme-8 .tpl-table-box .b-table.table-striped > tbody > tr:nth-of-type(even) > * {
  --bs-table-bg-type: rgba(173, 149, 231, 0.2);
}
.theme-8 .tpl-grid .tpl-grid-item .container {
  border: 0.08rem solid #ad95e7;
}

.tpl-grid-box {
  margin-bottom: 0.3rem;
}

.tpl-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0.3rem 5%;
}
.tpl-grid .thumbnail {
  margin-right: 0.2rem;
  width: 45%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
}
.tpl-grid .thumbnail img {
  max-width: 100%;
  max-height: 3.5rem;
}
.tpl-grid .tpl-grid-item > .container {
  height: 100%;
}
.tpl-grid .tpl-grid-item .container {
  border-radius: 0.4rem;
  border: 0.08rem solid #f8a937;
  background-color: #ffffff;
  padding: 0.4rem 0.2rem;
}
.tpl-grid .tpl-grid-item .right-box {
  margin: 0.3rem 0.1rem 0.2rem 0;
}
.tpl-grid .tpl-grid-item .title {
  color: #ad6a08;
  font-size: 0.375rem;
  margin-bottom: 0.1rem;
  text-align: center;
  white-space: pre-wrap;
}
.tpl-grid .tpl-grid-item .desc {
  color: #444444;
  font-size: 0.275rem;
  white-space: pre-wrap;
}
.tpl-grid .text-box {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-bottom: 0.4rem;
  word-break: break-word;
}
.tpl-grid .btn-box {
  margin-top: -0.2rem;
}
.tpl-grid .btn-box .tpl-btn {
  margin-right: 0.2rem;
}
.tpl-grid .btn-box .tpl-btn:last-child {
  margin-right: 0;
}

.tpl-btn-watch {
  font-size: 0.3rem;
}
.tpl-btn-watch i {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  width: 0.27rem;
  height: 0.27rem;
  background-image: url(../images/icon_video.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.tpl-btn-watch:hover i {
  background-image: url(../images/icon_video_h.png);
}

.tpl-btn-faq {
  margin-right: 0.2rem;
  font-weight: bold;
  min-width: 3rem;
  font-size: 0.3rem;
}
.tpl-btn-faq i {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  width: 0.28rem;
  height: 0.28rem;
  background-repeat: no-repeat;
  background-image: url(../images/icon_help.png);
  background-size: contain;
}
.tpl-btn-faq:hover i {
  background-image: url(../images/icon_help_h.png);
}

.tpl-html-content {
  font-size: 0.3rem;
}

.tpl-html-footer {
  font-size: 0.3rem;
}

.tpl-html-data {
  font-size: 0.3rem;
  padding: 0.2rem;
  word-wrap: break-word;
  background-color: rgb(237, 250, 225);
  margin-bottom: 0.2rem;
}

.tpl-btn-bottoms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 0.2rem;
}
.tpl-btn-bottoms .tpl-btn {
  margin-right: 0.2rem;
}
.tpl-btn-bottoms .tpl-btn:last-child {
  margin-right: 0;
}

.tpl-grid .tpl-btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.05rem;
}
.tpl-grid .tpl-btn-group .label {
  margin-right: 0.1rem;
}
.tpl-grid .tpl-btn-group.auto-width .tpl-btn {
  min-width: auto;
  margin-right: 0.05rem;
}

.tpl-btn-clip {
  padding: 0 0.02rem;
}

.tpl-tag-group {
  margin-bottom: 0.2rem;
}

.tpl-tag {
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #73ba35;
  --bs-btn-active-border-color: #73ba35;
  min-width: auto;
  margin-right: 0.1rem;
}
.tpl-tag:hover {
  background-color: #73ba35;
  border-color: #73ba35;
  color: #ffffff;
}

header {
  background-color: #ffffff;
}
header .header-btn {
  --bs-btn-active-border-color: transparent;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.3rem;
  color: #444444;
  cursor: pointer;
  margin-right: 0.3rem;
  font-weight: bold;
}
header .header-btn i.icon {
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  margin-right: 0.1rem;
  background-size: contain;
}
header .header-btn-login,
header .header-btn-logout {
  margin-right: 0;
}
header .logo {
  display: inline-block;
  background-size: contain;
}
header .logo-humanity-chi {
  width: 2.23rem;
  height: 1.15rem;
  margin-right: 0.24rem;
  background-image: url(../images/logo_humanity_chi.png);
}
header .logo-humanity-eng {
  width: 2.81rem;
  height: 1.15rem;
  background-image: url(../images/logo_humanity_eng.png);
}
header .logo-science-chi {
  width: 2.43rem;
  height: 1.1rem;
  margin-right: 0.24rem;
  background-image: url(../images/logo_science_chi.png);
  background-repeat: no-repeat;
}
header .logo-science-eng {
  width: 2.4rem;
  height: 1.1rem;
  background-image: url(../images/logo_science_eng.png);
  background-repeat: no-repeat;
}
header .user {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .user .avatar {
  width: 0.66rem;
  height: 0.66rem;
  margin-right: 0.1rem;
}
header .user .greeting {
  color: #0485ca;
  font-size: 0.325rem;
  font-weight: bold;
}

.header-btn-login i.icon-login {
  background-image: url("../images/tab4_login.png");
}
.header-btn-login:hover i.icon-login {
  background-image: url("../images/tab4_login_h.png");
}

.header-btn-student i.icon-student {
  background-image: url("../images/tab3_student.png");
}
.header-btn-student:hover i.icon-student {
  background-image: url("../images/tab3_student_h.png");
}

.header-btn-science i.icon-science {
  background-image: url("../images/tab2_science.png");
}
.header-btn-science:hover i.icon-science {
  background-image: url("../images/tab2_science_h.png");
}

.header-btn-general i.icon-general {
  background-image: url("../images/tab1_general.png");
}
.header-btn-general:hover i.icon-general {
  background-image: url("../images/tab1_general_h.png");
}

#app.student-site .header-btn i.icon-login {
  background-image: url("../images/student/tab4_login.png");
}
#app.student-site .header-btn:hover i.icon-login {
  background-image: url("../images/student/tab4_login_h.png");
}
#app.student-site .header-btn i.icon-student {
  background-image: url("../images/student/tab3_pupil.png");
}
#app.student-site .header-btn:hover i.icon-student {
  background-image: url("../images/student/tab3_pupil_h.png");
}
#app.student-site .header-btn i.icon-science {
  background-image: url("../images/student/tab2_science.png");
}
#app.student-site .header-btn:hover i.icon-science {
  background-image: url("../images/student/tab2_science_h.png");
}
#app.student-site .header-btn i.icon-general {
  background-image: url("../images/student/tab1_general.png");
}
#app.student-site .header-btn:hover i.icon-general {
  background-image: url("../images/student/tab1_general_h.png");
}
#app.student-site .logo.logo-humanity-eng,
#app.student-site .logo.logo-science-eng {
  display: none;
}

html[lang=en-US] #app.student-site .logo.logo-humanity-chi,
html[lang=en-US] #app.student-site .logo.logo-science-chi {
  display: none;
}
html[lang=en-US] #app.student-site .logo.logo-humanity-eng,
html[lang=en-US] #app.student-site .logo.logo-science-eng {
  display: inline-block;
}

.my-footer {
  right: 0;
  bottom: 0;
  left: 0;
}
.my-footer .copyright {
  color: #308143;
  font-size: 0.25rem;
  text-align: right;
  font-weight: bold;
}
.my-footer .footer-select {
  border-radius: 0.08rem;
  font-size: 0.25rem;
  font-weight: bold;
  color: #000000;
  margin-left: 0.26rem;
  padding: 0.02rem 0rem;
  min-height: 0.28rem;
}
.my-footer > .container, .my-footer .container-fluid {
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  /*     &>.row {
        height: var(--footer-height);
      } */
}
.my-footer .eph {
  max-height: 0.43rem;
  margin-right: 0.26rem;
}
.my-footer .popular {
  max-height: 0.37rem;
}
.my-footer .ai {
  max-height: 0.4rem;
  margin-right: 0.26rem;
}

.footer-breadcrumb {
  margin-bottom: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.footer-breadcrumb .breadcrumb-item,
.footer-breadcrumb .breadcrumb-item.active {
  margin-bottom: 0;
  font-size: 0.25rem;
  font-weight: bold;
}
.footer-breadcrumb .breadcrumb-item a,
.footer-breadcrumb .breadcrumb-item.active a {
  color: #308143;
  text-decoration: none;
}
.footer-breadcrumb .breadcrumb-item a:hover,
.footer-breadcrumb .breadcrumb-item.active a:hover {
  text-decoration: underline;
}

.footer-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "|";
  color: #308143;
}

.w-menu {
  position: relative;
  background-image: url(../images/empty_header_pic_01.png);
  background-size: 100% 100%;
  height: 3.58rem;
  padding-top: 0.3rem;
}
.w-menu .dropdown-toggle {
  text-align: center;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding: 0;
}
.w-menu .dropdown-toggle-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 2.6rem;
  min-height: 1.02rem;
  font-size: 0.3rem;
  color: #444444;
  padding: 0.2rem 0.1rem 0.1rem;
  margin-top: -0.3rem;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  font-weight: bold;
  border: 0.06rem solid transparent;
  border-bottom: none;
}
.w-menu .dropdown-toggle-text:hover {
  color: #ffffff;
  background-color: #fb962a;
  border-color: #ffffff;
}
.w-menu .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 0;
  min-width: 2.6rem;
  top: -0.02rem !important;
  border: 0.06rem solid #ffffff;
  border-top: none;
  -webkit-box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.2), -4px 4px 4px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.2), -4px 4px 4px 0px rgba(0, 0, 0, 0.2);
}
.w-menu .dropdown-item {
  font-size: 0.25rem;
  color: #333333;
  background-color: #ffffff;
  padding: 0.04rem 0.12rem;
  font-weight: bold;
}
.w-menu .menu-icon {
  cursor: pointer;
}
.w-menu .menu-icon i.icon {
  display: inline-block;
  width: 1.748rem;
  height: 1.235rem;
  background-size: contain;
  background-repeat: no-repeat;
}
.w-menu .menu-icon:hover .dropdown-toggle-text,
.w-menu .menu-icon.show .dropdown-toggle-text {
  color: #ffffff;
  background-color: #fb962a;
  border-color: #ffffff;
  -webkit-box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.2), -4px 4px 4px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.2), -4px 4px 4px 0px rgba(0, 0, 0, 0.2);
}

.w-menu-bg {
  --menu-bg-width: 100vw;
  background-image: url(../images/header_repeat.png);
  background-size: 0.06rem 3.58rem;
  background-repeat: repeat-x;
}

.menu-icon-1.show i.icon, .menu-icon-1:hover i.icon {
  background-image: url("../images/menu1_intro_h.png");
}
.menu-icon-1 i.icon {
  background-image: url("../images/menu1_intro.png");
}
.menu-icon-1.show .dropdown-toggle-text {
  color: #ffffff;
  background-color: #f77280;
}
.menu-icon-1 .dropdown-item:hover {
  color: #f55f6d;
  background-color: #eaeaea;
}

.menu-icon-2.show i.icon, .menu-icon-2:hover i.icon {
  background-image: url("../images/menu2_about_h.png");
}
.menu-icon-2 i.icon {
  background-image: url("../images/menu2_about.png");
}
.menu-icon-2.show .dropdown-toggle-text {
  color: #ffffff;
  background-color: #fb962a;
}
.menu-icon-2 .dropdown-item:hover {
  color: #f97d1c;
  background-color: #eaeaea;
}

.menu-icon-3.show i.icon, .menu-icon-3:hover i.icon {
  background-image: url("../images/menu3_chi_h.png");
}
.menu-icon-3 i.icon {
  background-image: url("../images/menu3_chi.png");
}
.menu-icon-3.show .dropdown-toggle-text {
  color: #ffffff;
  background-color: #43ace6;
}
.menu-icon-3 .dropdown-item:hover {
  color: #349bdf;
  background-color: #eaeaea;
}

.menu-icon-4.show i.icon, .menu-icon-4:hover i.icon {
  background-image: url("../images/menu4_eng_h.png");
}
.menu-icon-4 i.icon {
  background-image: url("../images/menu4_eng.png");
}
.menu-icon-4.show .dropdown-toggle-text {
  color: #ffffff;
  background-color: #bc7ee0;
}
.menu-icon-4 .dropdown-item:hover {
  color: #ad6bd8;
  background-color: #eaeaea;
}

.menu-icon-5.show i.icon, .menu-icon-5:hover i.icon {
  background-image: url("../images/menu5_support_h.png");
}
.menu-icon-5 i.icon {
  background-image: url("../images/menu5_support.png");
}
.menu-icon-5.show .dropdown-toggle-text {
  color: #ffffff;
  background-color: #26c8c6;
}
.menu-icon-5 .dropdown-item:hover {
  color: #03aaa8;
  background-color: #eaeaea;
}

#menu-1.show i.icon, #menu-1:hover i.icon {
  background-image: url("../images/menu1_intro_h.png");
}
#menu-1 i.icon {
  background-image: url("../images/menu1_intro.png");
}
#menu-1.show .dropdown-toggle-text {
  color: #ffffff;
  background-color: #f77280;
}
#menu-1 .dropdown-item:hover {
  color: #f55f6d;
  background-color: #eaeaea;
}

#menu-7.show i.icon, #menu-7:hover i.icon {
  background-image: url("../images/menu2_about_h.png");
}
#menu-7 i.icon {
  background-image: url("../images/menu2_about.png");
}
#menu-7.show .dropdown-toggle-text {
  color: #ffffff;
  background-color: #fb962a;
}
#menu-7 .dropdown-item:hover {
  color: #f97d1c;
  background-color: #eaeaea;
}

#menu-15.show i.icon, #menu-15:hover i.icon {
  background-image: url("../images/menu3_chi_h.png");
}
#menu-15 i.icon {
  background-image: url("../images/menu3_chi.png");
}
#menu-15.show .dropdown-toggle-text {
  color: #ffffff;
  background-color: #43ace6;
}
#menu-15 .dropdown-item:hover {
  color: #349bdf;
  background-color: #eaeaea;
}

#menu-73.show i.icon, #menu-73:hover i.icon {
  background-image: url("../images/menu4_eng_h.png");
}
#menu-73 i.icon {
  background-image: url("../images/menu4_eng.png");
}
#menu-73.show .dropdown-toggle-text {
  color: #ffffff;
  background-color: #bc7ee0;
}
#menu-73 .dropdown-item:hover {
  color: #ad6bd8;
  background-color: #eaeaea;
}

#menu-131.show i.icon, #menu-131:hover i.icon {
  background-image: url("../images/menu5_support_h.png");
}
#menu-131 i.icon {
  background-image: url("../images/menu5_support.png");
}
#menu-131.show .dropdown-toggle-text {
  color: #ffffff;
  background-color: #26c8c6;
}
#menu-131 .dropdown-item:hover {
  color: #03aaa8;
  background-color: #eaeaea;
}

#menu-209.show i.icon, #menu-209:hover i.icon {
  background-image: url("../images/student/menu1_textbook_h.png");
}
#menu-209 i.icon {
  background-image: url("../images/student/menu1_textbook.png");
}
#menu-209.show .dropdown-toggle-text {
  color: #ffffff;
  background-color: #26c8c6;
}
#menu-209 .dropdown-item:hover {
  color: #0799bd;
  background-color: #eaeaea;
}

#menu-210.show i.icon, #menu-210:hover i.icon {
  background-image: url("../images/student/menu2_self_h.png");
}
#menu-210 i.icon {
  background-image: url("../images/student/menu2_self.png");
}
#menu-210.show .dropdown-toggle-text {
  color: #ffffff;
  background-color: #26c8c6;
}
#menu-210 .dropdown-item:hover {
  color: #875ed8;
  background-color: #eaeaea;
}

#app.student-site .w-menu .menu-icon {
  margin: 0 0.8rem;
}
#app.student-site .w-menu .dropdown-menu {
  min-width: 3.1rem;
  padding-top: 0.5rem;
  top: -0.6rem !important;
}
#app.student-site .w-menu .menu-icon i.icon {
  width: 3.9rem;
  height: 1.66rem;
  margin: 0 -0.4rem;
}
#app.student-site .w-menu .dropdown-toggle {
  position: relative;
  z-index: 1001;
}
#app.student-site .w-menu .dropdown-toggle-text {
  display: none;
  height: 0.2rem;
  background-color: #ffffff;
  color: transparent;
  margin-top: -0.78rem;
  margin-bottom: -0.2rem;
}

html[lang=en-US] #app.student-site #menu-209.show i.icon, html[lang=en-US] #app.student-site #menu-209:hover i.icon {
  background-image: url("../images/student/eng/menu1_textbook_h_e.png");
}
html[lang=en-US] #app.student-site #menu-209 i.icon {
  background-image: url("../images/student/eng/menu1_textbook_e.png");
}
html[lang=en-US] #app.student-site #menu-209.show .dropdown-toggle-text {
  color: #ffffff;
  background-color: #26c8c6;
}
html[lang=en-US] #app.student-site #menu-209 .dropdown-item:hover {
  color: #0799bd;
  background-color: #eaeaea;
}
html[lang=en-US] #app.student-site #menu-210.show i.icon, html[lang=en-US] #app.student-site #menu-210:hover i.icon {
  background-image: url("../images/student/eng/menu2_self_h_e.png");
}
html[lang=en-US] #app.student-site #menu-210 i.icon {
  background-image: url("../images/student/eng/menu2_self_e.png");
}
html[lang=en-US] #app.student-site #menu-210.show .dropdown-toggle-text {
  color: #ffffff;
  background-color: #26c8c6;
}
html[lang=en-US] #app.student-site #menu-210 .dropdown-item:hover {
  color: #875ed8;
  background-color: #eaeaea;
}
html[lang=en-US] #app.student-site .w-menu .menu-icon i.icon {
  width: 4.3rem;
  height: 1.66rem;
  margin: 0 -0.4rem;
}
html[lang=en-US] #app.student-site .w-menu .dropdown-menu {
  min-width: 3.47rem;
  padding-top: 0.45rem;
  top: -0.6rem !important;
}

.w-pagination-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

#login-modal label {
  min-width: 60px;
  margin-right: 5px;
  text-align: center;
  font-size: 16px;
}
#login-modal .icon-close-modal {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  width: 17px;
  font-size: 28px;
  color: #aaa;
  font-weight: bold;
  cursor: pointer;
}
#login-modal .icon-close-modal:hover {
  color: #000;
}
#login-modal .modal-dialog {
  max-width: 360px;
  margin-top: 15%;
}
#login-modal .modal-header {
  background-color: gold;
  padding: 10px;
  border-radius: 0;
}
#login-modal .modal-content {
  border-radius: 0;
}
#login-modal .modal-body {
  background-color: whitesmoke;
  padding: 20px;
}
#login-modal .error-msg {
  text-align: center;
  color: red;
  font-size: 16px;
}
#login-modal .login-form {
  padding: 12px;
}
#login-modal .login-form .login-form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
#login-modal .login-form .login-form-row:last-child {
  margin-bottom: 0;
}
#login-modal .login-form .login-form-row .form-control {
  height: 28px;
  padding: 5px;
  border: solid silver 1px;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border-radius: 0;
  font-size: 14px;
}
#login-modal .login-form .btn-login {
  background-color: gold;
  border: solid 1px orange;
  font-size: 14px;
  padding: 0 6px;
  border-radius: 0;
}

html[lang=en-US] #login-modal label {
  min-width: 75px;
}

.w-navi {
  margin-top: 0.2rem;
  font-weight: bold;
}
.w-navi .breadcrumb-item a,
.w-navi .breadcrumb-item span {
  font-size: 0.3rem;
  color: #444444;
  text-decoration: none;
}
.w-navi .breadcrumb-item + .breadcrumb-item::before {
  content: ">";
}

.grade-setting-box {
  margin-bottom: 0.3rem;
  margin-left: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.grade-setting-box .grade-setting-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #444444;
  background-color: #d9f4af;
  border-radius: 50em;
  padding: 0.1rem 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.grade-setting-box .grade-setting-label .text {
  margin-right: 0.3rem;
}
.grade-setting-box .icon-setting {
  display: inline-block;
  width: 0.48rem;
  height: 0.48rem;
  background-image: url(../images/icon_setting.png);
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}
.grade-setting-box .icon-setting:hover {
  background-image: url(../images/icon_setting_h.png);
}

.grade-setting-panel {
  margin-top: 0.3rem;
  margin-bottom: 0.5rem;
}
.grade-setting-panel .icon-save {
  display: inline-block;
  width: 0.26rem;
  height: 0.24rem;
  margin-right: 0.2rem;
  background-image: url(../images/icon_save.png);
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}
.grade-setting-panel .btn-save-setting {
  --bs-btn-active-color: #3889ad;
  --bs-btn-active-bg: #cef7f3;
  --bs-btn-active-border-color: transparent;
  font-size: 0.3rem;
  color: #3889ad;
  background-color: #cef7f3;
  padding: 0.2rem 0.4rem;
  border-radius: 50em;
  font-weight: bold;
}
.grade-setting-panel .btn-save-setting:hover .icon-save {
  background-image: url(../images/icon_save_h.png);
}
.grade-setting-panel .setting-tips {
  font-size: 0.3rem;
  color: #095d85;
  border-bottom: 0.04rem solid #2590bc;
  background-color: #cef7f3;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  text-align: center;
  padding: 0.2rem;
}
.grade-setting-panel .panel-bd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.3rem;
  color: #3889ad;
  padding: 0.1rem;
  background-color: #ffffff;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  min-height: 1.3rem;
}
.grade-setting-panel .radio-group {
  color: #68b9dd;
  margin-right: 0.2rem;
}
.grade-setting-panel .radio-group .custom-radio {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.grade-setting-panel .radio-group .custom-radio .custom-control-label {
  cursor: pointer;
}
.grade-setting-panel .radio-group .custom-control-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 0.44rem;
  height: 0.44rem;
  margin-right: 0.1rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/btn_tick_h.png);
}
.grade-setting-panel .radio-group .custom-control-input:not(:disabled) {
  cursor: pointer;
}
.grade-setting-panel .radio-group .custom-control-input:checked {
  background-image: url(../images/btn_tick_h-1.png);
}
.grade-setting-panel .radio-group .custom-control-input:disabled {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  cursor: not-allowed;
}
.grade-setting-panel .radio-group .custom-control-input:disabled + .custom-control-label {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  cursor: not-allowed;
}

.ani-rocket-container {
  position: absolute;
  top: 0.2rem;
  right: 6.6%;
  -webkit-animation: rocket-float 2.5s ease-in-out infinite;
          animation: rocket-float 2.5s ease-in-out infinite;
}
.ani-rocket-container .ani-rocket {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.416rem;
  height: 1.304rem;
  background-image: url(../ani/rocket_01.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
}
.ani-rocket-container .ani-rocket-fire {
  position: absolute;
  top: 1.12rem;
  left: 0.01rem;
  width: 0.4rem;
  height: 0.6rem;
  background-image: url(../ani/rocket_02.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  -webkit-animation: fire-flicker 0.4s ease-in-out infinite;
          animation: fire-flicker 0.4s ease-in-out infinite;
}

@-webkit-keyframes rocket-float {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

@keyframes rocket-float {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@-webkit-keyframes fire-flicker {
  0%, 100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  25% {
    -webkit-transform: scaleY(1.3);
            transform: scaleY(1.3);
  }
  50% {
    -webkit-transform: scaleY(0.7);
            transform: scaleY(0.7);
  }
  75% {
    -webkit-transform: scaleY(1.2);
            transform: scaleY(1.2);
  }
}
@keyframes fire-flicker {
  0%, 100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  25% {
    -webkit-transform: scaleY(1.3);
            transform: scaleY(1.3);
  }
  50% {
    -webkit-transform: scaleY(0.7);
            transform: scaleY(0.7);
  }
  75% {
    -webkit-transform: scaleY(1.2);
            transform: scaleY(1.2);
  }
}
.ani-train-container {
  position: absolute;
  top: 2.03rem;
  right: 9.6%;
}
.ani-train-container .ani-train {
  position: absolute;
  top: 0.05rem;
  left: 0.4rem;
  width: 1.22rem;
  height: 0.56rem;
  background-image: url(../ani/train_01.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
  -webkit-animation: train-arrive 4s ease-in-out infinite;
          animation: train-arrive 4s ease-in-out infinite;
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
@-webkit-keyframes grass-wind {
  0%, 50% {
    -webkit-transform: skewX(0deg);
            transform: skewX(0deg);
  }
  62.5% {
    -webkit-transform: skewX(5deg);
            transform: skewX(5deg);
  }
  75% {
    -webkit-transform: skewX(-3deg);
            transform: skewX(-3deg);
  }
  87.5% {
    -webkit-transform: skewX(2deg);
            transform: skewX(2deg);
  }
  100% {
    -webkit-transform: skewX(0deg);
            transform: skewX(0deg);
  }
}
@keyframes grass-wind {
  0%, 50% {
    -webkit-transform: skewX(0deg);
            transform: skewX(0deg);
  }
  62.5% {
    -webkit-transform: skewX(5deg);
            transform: skewX(5deg);
  }
  75% {
    -webkit-transform: skewX(-3deg);
            transform: skewX(-3deg);
  }
  87.5% {
    -webkit-transform: skewX(2deg);
            transform: skewX(2deg);
  }
  100% {
    -webkit-transform: skewX(0deg);
            transform: skewX(0deg);
  }
}
.ani-train-container .ani-grass {
  position: absolute;
  top: 0.59rem;
  left: -0.2rem;
  width: 0.91rem;
  height: 0.31rem;
  background-image: url(../ani/train_02.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  -webkit-animation: grass-wind 4s ease-in-out infinite;
          animation: grass-wind 4s ease-in-out infinite;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}

@-webkit-keyframes train-arrive {
  0% {
    -webkit-transform: translateX(33%) translateY(4px) scale(0.2);
            transform: translateX(33%) translateY(4px) scale(0.2);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  25% {
    -webkit-transform: translateX(10%) translateY(2px) scale(0.6);
            transform: translateX(10%) translateY(2px) scale(0.6);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    rotate: 1deg;
  }
  40% {
    -webkit-transform: translateX(2%) translateY(0) scale(0.9);
            transform: translateX(2%) translateY(0) scale(0.9);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    rotate: 2deg;
  }
  70% {
    -webkit-transform: translateX(0) translateY(0) scale(1);
            transform: translateX(0) translateY(0) scale(1);
    rotate: 3deg;
  }
  80%, 100% {
    -webkit-transform: translateX(0) translateY(0) scale(1);
            transform: translateX(0) translateY(0) scale(1);
    rotate: 3deg;
  }
}

@keyframes train-arrive {
  0% {
    -webkit-transform: translateX(33%) translateY(4px) scale(0.2);
            transform: translateX(33%) translateY(4px) scale(0.2);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  25% {
    -webkit-transform: translateX(10%) translateY(2px) scale(0.6);
            transform: translateX(10%) translateY(2px) scale(0.6);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    rotate: 1deg;
  }
  40% {
    -webkit-transform: translateX(2%) translateY(0) scale(0.9);
            transform: translateX(2%) translateY(0) scale(0.9);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    rotate: 2deg;
  }
  70% {
    -webkit-transform: translateX(0) translateY(0) scale(1);
            transform: translateX(0) translateY(0) scale(1);
    rotate: 3deg;
  }
  80%, 100% {
    -webkit-transform: translateX(0) translateY(0) scale(1);
            transform: translateX(0) translateY(0) scale(1);
    rotate: 3deg;
  }
}
.ani-goos-container {
  position: absolute;
  top: 0.4rem;
  left: 6%;
}
@-webkit-keyframes bird-fly {
  0%, 100% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  25% {
    -webkit-transform: translateY(-3px) rotate(3deg);
            transform: translateY(-3px) rotate(3deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  75% {
    -webkit-transform: translateY(3px) rotate(-3deg);
            transform: translateY(3px) rotate(-3deg);
  }
}
@keyframes bird-fly {
  0%, 100% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  25% {
    -webkit-transform: translateY(-3px) rotate(3deg);
            transform: translateY(-3px) rotate(3deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  75% {
    -webkit-transform: translateY(3px) rotate(-3deg);
            transform: translateY(3px) rotate(-3deg);
  }
}
.ani-goos-container .ani-goos1 {
  position: absolute;
  top: 0.2rem;
  left: -0.05rem;
  width: 0.504rem;
  height: 0.168rem;
  background-image: url(../ani/goos_01.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  -webkit-animation: bird-fly 3.5s ease-in-out infinite;
          animation: bird-fly 3.5s ease-in-out infinite;
}
.ani-goos-container .ani-goos2 {
  position: absolute;
  top: 0rem;
  left: 0.7rem;
  width: 0.792rem;
  height: 0.228rem;
  background-image: url(../ani/goos_02.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  -webkit-animation: bird-fly 4s ease-in-out infinite;
          animation: bird-fly 4s ease-in-out infinite;
}

.ani-boat-container {
  position: absolute;
  top: 2.06rem;
  left: 17%;
  z-index: 0;
}
@-webkit-keyframes boat-sail {
  0% {
    -webkit-transform: skew(0deg, 0deg);
            transform: skew(0deg, 0deg);
  }
  15% {
    -webkit-transform: skew(1.5deg, -0.5deg) rotate(-2deg);
            transform: skew(1.5deg, -0.5deg) rotate(-2deg);
  }
  30% {
    -webkit-transform: skew(-0.8deg, 0.3deg) rotate(1deg);
            transform: skew(-0.8deg, 0.3deg) rotate(1deg);
  }
  45% {
    -webkit-transform: skew(1.2deg, -0.4deg) rotate(-3deg);
            transform: skew(1.2deg, -0.4deg) rotate(-3deg);
  }
  60% {
    -webkit-transform: skew(-1deg, 0.2deg) rotate(0.5deg);
            transform: skew(-1deg, 0.2deg) rotate(0.5deg);
  }
  75% {
    -webkit-transform: skew(0.7deg, -0.3deg) rotate(-2deg);
            transform: skew(0.7deg, -0.3deg) rotate(-2deg);
  }
  90% {
    -webkit-transform: skew(-0.5deg, 0.1deg) rotate(1deg);
            transform: skew(-0.5deg, 0.1deg) rotate(1deg);
  }
  100% {
    -webkit-transform: skew(0deg, 0deg) rotate(0deg);
            transform: skew(0deg, 0deg) rotate(0deg);
  }
}
@keyframes boat-sail {
  0% {
    -webkit-transform: skew(0deg, 0deg);
            transform: skew(0deg, 0deg);
  }
  15% {
    -webkit-transform: skew(1.5deg, -0.5deg) rotate(-2deg);
            transform: skew(1.5deg, -0.5deg) rotate(-2deg);
  }
  30% {
    -webkit-transform: skew(-0.8deg, 0.3deg) rotate(1deg);
            transform: skew(-0.8deg, 0.3deg) rotate(1deg);
  }
  45% {
    -webkit-transform: skew(1.2deg, -0.4deg) rotate(-3deg);
            transform: skew(1.2deg, -0.4deg) rotate(-3deg);
  }
  60% {
    -webkit-transform: skew(-1deg, 0.2deg) rotate(0.5deg);
            transform: skew(-1deg, 0.2deg) rotate(0.5deg);
  }
  75% {
    -webkit-transform: skew(0.7deg, -0.3deg) rotate(-2deg);
            transform: skew(0.7deg, -0.3deg) rotate(-2deg);
  }
  90% {
    -webkit-transform: skew(-0.5deg, 0.1deg) rotate(1deg);
            transform: skew(-0.5deg, 0.1deg) rotate(1deg);
  }
  100% {
    -webkit-transform: skew(0deg, 0deg) rotate(0deg);
            transform: skew(0deg, 0deg) rotate(0deg);
  }
}
@-webkit-keyframes boat-wave {
  0%, 100% {
    rotate: 0deg;
  }
  50% {
    rotate: 3deg;
  }
}
@keyframes boat-wave {
  0%, 100% {
    rotate: 0deg;
  }
  50% {
    rotate: 3deg;
  }
}
@-webkit-keyframes flag-wave {
  0%, 100% {
    rotate: 0deg;
  }
  25% {
    rotate: 2deg;
  }
  50% {
    rotate: -1deg;
  }
  75% {
    rotate: 1deg;
  }
}
@keyframes flag-wave {
  0%, 100% {
    rotate: 0deg;
  }
  25% {
    rotate: 2deg;
  }
  50% {
    rotate: -1deg;
  }
  75% {
    rotate: 1deg;
  }
}
@-webkit-keyframes sail-wind {
  0%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  50% {
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
  }
  75% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
}
@keyframes sail-wind {
  0%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  50% {
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
  }
  75% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
}
.ani-boat-container .ani-boat1 {
  position: absolute;
  top: -0.04rem;
  left: 0.2rem;
  width: 0.672rem;
  height: 0.588rem;
  background-image: url(../ani/boat_01.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 3;
  -webkit-animation: sail-wind 3s ease-in-out infinite;
          animation: sail-wind 3s ease-in-out infinite;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.ani-boat-container .ani-boat2 {
  position: absolute;
  top: 0.21rem;
  left: 0;
  width: 0.924rem;
  height: 0.516rem;
  background-image: url(../ani/boat_02.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
  -webkit-animation: boat-wave 4s ease-in-out infinite;
          animation: boat-wave 4s ease-in-out infinite;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}
.ani-boat-container .ani-boat3 {
  position: absolute;
  top: -0.06rem;
  left: 0.47rem;
  width: 0.096rem;
  height: 0.744rem;
  background-image: url(../ani/boat_03.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  -webkit-animation: flag-wave 4s ease-in-out infinite;
          animation: flag-wave 4s ease-in-out infinite;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}
.ani-boat-container .ani-boat {
  position: absolute;
  top: 0.04rem;
  -webkit-animation: boat-sail 8s ease-in-out infinite;
          animation: boat-sail 8s ease-in-out infinite;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}
.ani-boat-container .ani-boat-water {
  position: absolute;
  top: 0.72rem;
  left: 0.2rem;
  width: 0.672rem;
  height: 0.144rem;
  background-image: url(../ani/boat_04.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 4;
}

@media (max-width: 1024px) {
  .ani-rocket-container {
    right: 6.6%;
  }
  .ani-train-container {
    right: 9.6%;
  }
  .ani-boat-container {
    left: 17%;
  }
  .ani-goos-container {
    left: 6%;
  }
}
@media (min-width: 1200px) {
  .ani-rocket-container {
    right: 6.6%;
  }
  .ani-train-container {
    right: 9.6%;
  }
  .ani-boat-container {
    left: 17%;
  }
  .ani-goos-container {
    left: 6%;
  }
}
@media (min-width: 1420px) {
  .ani-rocket-container {
    right: 14.2%;
  }
  .ani-train-container {
    right: 16.7%;
  }
  .ani-boat-container {
    left: 22%;
  }
  .ani-goos-container {
    left: 13.2%;
  }
}
.virtue-category-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 0.2rem;
}
.virtue-category-grid .virtue-category-grid-item .virtue-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 0 0.1rem 0;
  cursor: pointer;
  border: 0.05rem solid #f8818d;
  background-color: #ffffff;
  border-radius: 0.3rem;
  height: 4.4rem;
  text-decoration: none;
}
.virtue-category-grid .virtue-category-grid-item .virtue-card .virtue-card-bd {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.virtue-category-grid .virtue-category-grid-item .virtue-card .virtue-card-icon {
  display: inline-block;
  position: absolute;
  top: 0.1rem;
  left: 0.1rem;
  width: 0.7rem;
  height: 0.7rem;
  background-image: url(../images/student/virtue_icon1.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.virtue-category-grid .virtue-category-grid-item .virtue-card .virtue-card-text {
  font-size: 0.625rem;
  font-weight: bold;
  text-align: center;
  padding: 0.1rem 0.2rem;
  color: #ffffff;
  background-color: #f8818d;
}
.virtue-category-grid .virtue-category-grid-item .virtue-card.virtue-card-theme-0 {
  border-color: #f8818d;
}
.virtue-category-grid .virtue-category-grid-item .virtue-card.virtue-card-theme-0 .virtue-card-icon {
  background-image: url("../images/student/virtue_icon1.png");
}
.virtue-category-grid .virtue-category-grid-item .virtue-card.virtue-card-theme-0 .virtue-card-text {
  background-color: #f8818d;
}
.virtue-category-grid .virtue-category-grid-item .virtue-card.virtue-card-theme-1 {
  border-color: #6798e7;
}
.virtue-category-grid .virtue-category-grid-item .virtue-card.virtue-card-theme-1 .virtue-card-icon {
  background-image: url("../images/student/virtue_icon2.png");
}
.virtue-category-grid .virtue-category-grid-item .virtue-card.virtue-card-theme-1 .virtue-card-text {
  background-color: #6798e7;
}
.virtue-category-grid .virtue-category-grid-item .virtue-card.virtue-card-theme-2 {
  border-color: #42c0b0;
}
.virtue-category-grid .virtue-category-grid-item .virtue-card.virtue-card-theme-2 .virtue-card-icon {
  background-image: url("../images/student/virtue_icon3.png");
}
.virtue-category-grid .virtue-category-grid-item .virtue-card.virtue-card-theme-2 .virtue-card-text {
  background-color: #42c0b0;
}
.virtue-category-grid .virtue-card-img {
  text-align: center;
}
.virtue-category-grid .virtue-card-img img {
  width: 2.2rem;
  height: 2.2rem;
}

/* (\d+)?(\d{2})\.?(\d+)?px */
/* $1.$2$3rem */
:root {
  --min-height: 768px;
  --min-width: 1024px;
  --max-width: 1420px;
  --html-font-size: 60px;
  --body-font-family: "Microsoft JhengHei", "微軟正黑體", "微軟正黑", Microsoft YaHei, FangSong, KaiTi, Arial, Helvetica, sans-serif;
  --mobile-navi-offset: 0px;
  --news-container-height: 3.38rem;
}

[v-cloak] {
  display: none !important;
}

@font-face {
  font-family: "EPHVAB";
  /* 自定义字体的名称 */
  src: url("../font/EPHVAB.TTF"), url("../font/EPHVAB.ttf");
  font-weight: normal;
  /* 字体的粗细 */
  font-style: normal;
  /* 字体的样式（如正常、斜体等） */
}
.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.x-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.y-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

html {
  font-size: var(--html-font-size);
}

body {
  min-width: var(--min-width);
  min-height: var(--min-height);
  font-size: 0.3rem;
  font-family: var(--body-font-family) !important;
  color: #444444;
}

#app {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  background-color: #bcda83;
}

.pointer:not(.dim), .pointer:not(.disabled), .pointer:not(:disabled) {
  cursor: pointer;
}

.text-ellipsis-2 {
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.text-num {
  color: blue;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 0.24rem;
  padding-left: 0.24rem;
}

.custom-control-inline {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  margin-right: 0.16rem;
}
.custom-control-inline.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.ml-auto {
  margin-left: auto;
}

.w-btn {
  color: blue;
  border-color: rgb(183, 183, 238);
  background-color: white;
  border-width: 0.04rem;
  border-style: solid;
  border-radius: 50rem;
}
.w-btn:hover, .w-btn.active {
  color: white;
  border-color: rgb(183, 183, 238);
  background-color: rgb(9, 9, 111);
}

.panel {
  padding: 0.16rem 0.2rem;
  border-radius: 0.12rem;
  background-color: white;
  -webkit-box-shadow: wfs(3px) wfs(3px) wfs(3px) rgba(0, 0, 0, 0.2);
          box-shadow: wfs(3px) wfs(3px) wfs(3px) rgba(0, 0, 0, 0.2);
}

.act-resource-grid {
  display: grid;
  margin: 0 auto;
  grid-template-columns: repeat(6, 1rem);
}

.act-task-grid {
  display: grid;
  margin: 0 auto;
  grid-template-columns: repeat(6, 3rem);
}

.resource-tab-box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.resource-tab-box .resource-tab:first-child {
  margin-left: -0.16rem;
}

.resource-tab {
  position: relative;
  margin: 0.16rem;
  padding: 0.08rem 0.16rem;
  font-size: 0.2rem;
  color: #333;
  background-color: white;
  border-radius: 50rem;
  cursor: pointer;
  -webkit-box-shadow: wfs(3px) wfs(3px) wfs(3px) rgba(0, 0, 0, 0.2);
          box-shadow: wfs(3px) wfs(3px) wfs(3px) rgba(0, 0, 0, 0.2);
}
.resource-tab .icon {
  display: block;
}
.resource-tab:hover, .resource-tab.active {
  color: white;
  background-color: rgb(9, 9, 111);
}
.resource-tab:hover::after, .resource-tab.active::after {
  position: absolute;
  content: "";
  bottom: -0.24rem;
  left: calc(50% - 0.072rem);
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-top-color: rgb(9, 9, 111);
  border-top-width: 0.12rem;
  border-right-width: 0.072rem;
  border-bottom-width: 0.12rem;
  border-left-width: 0.072rem;
}

.distribute-form .form-row {
  margin-bottom: 0.16rem;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.distribute-form .w-form-label {
  width: 5em;
  text-align: right;
}

.input-width-md {
  width: 2rem;
}

.container-fluid {
  max-width: 1420px;
}

.carousel-indicators {
  list-style: none;
}
.carousel-indicators li {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
          flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

.w-today-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 90%;
}
.w-today-box .w-today {
  background-color: #ffe8c1;
  border-radius: 12px;
}
.w-today-box .w-today {
  width: 2.31rem;
  height: 2.09rem;
  background-image: url(../images/date_calendar.png);
  background-size: 2.09rem 2.024rem;
  background-position: center;
  background-repeat: no-repeat;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.w-today-box .w-today .w-today-title {
  height: 0.924rem;
  padding-top: 0.44rem;
  font-size: 0.24rem;
  text-align: center;
  font-weight: bold;
  color: #935700;
}
.w-today-box .w-today .w-today-day {
  font-size: 0.8rem;
  color: #444444;
  text-align: center;
  line-height: 1.265rem;
  font-weight: bold;
  position: relative;
  top: -0.165rem;
  font-family: EPHVAB;
}
.w-today-box .w-today-card-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.w-today-box .w-today-card-box .w-today-card-wrap {
  padding: 0.16rem 0;
  height: 2.09rem;
  background-color: #ffe8c1;
  margin-bottom: 0.16rem;
}
.w-today-box .w-today-card-box .w-today-card-wrap:first-child {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.w-today-box .w-today-card-box .w-today-card-wrap:first-child .w-today-card {
  border-left: 3px solid transparent;
}
.w-today-box .w-today-card-box .w-today-card-wrap:last-child {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.w-today-box .w-today-card-box .w-today-card-wrap .w-today-card {
  height: 100%;
}
.w-today-box .w-today-card-box .w-today-card {
  padding: 0 0.24rem;
  height: 100%;
  border-left: 3px solid #fdbf75;
  cursor: pointer;
}
.w-today-box .w-today-card-box .w-today-type {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.25rem;
  padding: 0.04rem 0.2rem 0.04rem 0.05rem;
  margin: 0.08rem 0;
  border-radius: 50em;
  color: white;
  background-color: #ff9b30;
  font-weight: bold;
}
.w-today-box .w-today-card-box .w-today-type i {
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.16rem;
  background-image: url(../images/date_icon1.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.w-today-box .w-today-card-box .w-today-name {
  max-width: 3.2rem;
  font-size: 0.25rem;
  color: #333333;
  font-weight: bold;
}

.w-today-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 0.2rem;
}
.w-today-section .w-today-section-title {
  width: 90%;
  max-width: 32rem;
  height: 1.04rem;
  margin: 0 auto;
  background-image: url(../images/date_title.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-bottom: 0.1rem;
}

.w-banner-main {
  font-size: 0.25rem;
  position: relative;
  padding-left: 17.5%;
  margin-bottom: 0.3rem;
  margin-top: -0.35rem;
}
.w-banner-main img {
  max-width: 100%;
  max-height: 100%;
}
.w-banner-main::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0.1rem;
  width: 17.5%;
  height: 2.23rem;
  background-image: url(../images/banner_pic1.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top right;
}
.w-banner-main::after {
  content: " ";
  position: absolute;
  left: -1%;
  bottom: 0;
  width: 16%;
  height: 1.94rem;
  background-image: url(../images/banner_pic2.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom left;
}
.w-banner-main .w-banner-main-view .w-banner-main-view-ad .custom-carousel {
  position: relative;
  background-color: #fbe7d8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.2rem 5% 0.2rem 5%;
}
.w-banner-main .w-banner-main-view .w-banner-main-view-ad .custom-carousel::before, .w-banner-main .w-banner-main-view .w-banner-main-view-ad .custom-carousel::after {
  position: absolute;
  content: " ";
  width: 5%;
  height: 110%;
  display: block;
  background-image: url(../images/banner_scroll.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.w-banner-main .w-banner-main-view .w-banner-main-view-ad .custom-carousel::before {
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.w-banner-main .w-banner-main-view .w-banner-main-view-ad .custom-carousel::after {
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.w-banner-main .w-banner-img {
  max-width: 7.8rem;
  max-height: 4.4rem;
  border-width: 0.1rem;
  border-style: solid;
  border-color: #fbe7d8;
  background-color: #fbe7d8;
}
.w-banner-main .w-banner-img img {
  max-width: 100%;
  max-height: 100%;
}
.w-banner-main .w-banner-main-pic,
.w-banner-main .w-banner-main-scroll {
  display: none;
}

.w-news-main {
  height: var(--news-container-height, 3.38rem);
  margin-top: -0.35rem;
  position: relative;
  padding-right: 22%;
}
.w-news-main .w-news-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.16rem;
}
.w-news-main .w-news-top .icon-news-dash {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 0.12rem;
  margin: 0 0.1rem;
  background-image: url(../images/svg/dot.svg);
  background-size: 0.1rem 0.1rem;
  background-repeat: repeat-x;
}
.w-news-main .w-news-top .btn-news-more {
  font-size: 0.3rem;
  color: white;
  background-color: #fa6d6d;
  border-radius: 50em;
  padding: 0rem 0.2rem;
}
.w-news-main .w-news-top .w-news-title {
  font-size: 0.4rem;
  color: white;
  width: 1.8rem;
  height: 0.6rem;
  letter-spacing: 0.09rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0.07rem;
  background-image: url(../images/news_title.png);
  background-size: contain;
}
.w-news-main .w-news-content {
  position: relative;
  border-radius: 0.12rem;
  background-color: #8fca5b;
  padding: 0.16rem 0.32rem 0.16rem 0.24rem;
  height: calc(100% - 0.74rem);
}
.w-news-main .w-news-content::before {
  position: absolute;
  content: " ";
  top: 0;
  right: -23%;
  width: 22%;
  height: 1.5rem;
  background-image: url(../images/news_pic1.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top right;
}
.w-news-main .w-news-content::after {
  position: absolute;
  content: " ";
  bottom: 0;
  right: -27%;
  width: 31%;
  height: 2.03rem;
  background-image: url(../images/news_pic2.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom right;
}
.w-news-main .w-news-container {
  max-height: 100%;
  position: relative;
}
.w-news-main .w-news-container .ps__rail-x,
.w-news-main .w-news-container .ps__rail-y {
  opacity: 1;
}
.w-news-main .w-news-container .ps__rail-y {
  width: 0.08rem;
  background-color: #a8e275;
  right: 0.04rem !important;
}
.w-news-main .w-news-container .ps__thumb-y {
  width: 0.16rem;
  background-color: #4fab0c;
}
.w-news-main .w-news-container .w-news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: #163000;
  font-size: 0.24rem;
  margin-bottom: 0.2rem;
}
.w-news-main .w-news-container .w-news-item:nth-last-child(3) {
  margin-bottom: 0;
}
.w-news-main .w-news-container .w-news-item .icon-news-dot {
  position: relative;
  top: 0.05rem;
  margin-right: 0.16rem;
  width: 0.24rem;
  height: 0.24rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-image: url(../images/news_dot.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.w-news-main .w-news-container .w-news-time {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 0.16rem;
}
.w-news-main .w-news-container .w-news-text {
  margin-right: 0.24rem;
}
.w-news-main .w-news-container p {
  margin: 0;
}

.main.container {
  margin-bottom: 0.5rem;
}

*[href="#dim"] {
  position: relative;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  pointer-events: none;
  cursor: not-allowed;
}

.dim-file {
  position: relative;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  cursor: not-allowed;
}

.btn-up {
  background-image: url("../images/btn_up.png");
  background-size: 1rem 1rem;
  width: 1rem;
  height: 1rem;
  /* float: right;
  position: relative;
  left: 1.2rem;
  bottom: 1.2rem; */
  cursor: pointer;
  position: fixed;
  /* right: -1.2rem; */
  /* top: 1rem; */
  bottom: 1.2rem;
  -webkit-transform: translateX(-0.2rem);
          transform: translateX(-0.2rem);
}

.btn-up:hover {
  background-image: url("../images/btn_up_h.png");
}

.up {
  float: right;
  width: 1rem;
  height: 1rem;
}

.inner-menu-box ul {
  border: 0.08rem solid #ec7696;
  background-color: #fff;
  border-radius: 0.7rem;
  padding: 0 0.2rem 0.2rem;
}
.inner-menu-box ul:nth-child(1) {
  border-color: #ec7696;
}
.inner-menu-box ul:nth-child(2) {
  border-color: #f29106;
}
.inner-menu-box ul:nth-child(3) {
  border-color: #1a6ab4;
}
.inner-menu-box ul:nth-child(4) {
  border-color: #8f59bd;
}
.inner-menu-box ul:nth-child(5) {
  border-color: #63a3d3;
}
.inner-menu-box ul:nth-child(6) {
  border-color: #379f25;
}
.inner-menu-box ul[id=menu_16_box] {
  border-color: #ec7696;
}
.inner-menu-box ul[id=menu_17_box] {
  border-color: #f29106;
}
.inner-menu-box ul[id=menu_18_box] {
  border-color: #1a6ab4;
}
.inner-menu-box ul[id=menu_19_box] {
  border-color: #8f59bd;
}
.inner-menu-box ul[id=menu_20_box] {
  border-color: #63a3d3;
}
.inner-menu-box ul[id=menu_67_box] {
  border-color: #379f25;
}
.inner-menu-box ul[id=menu_209_box] {
  border-color: #4dcbec;
}
.inner-menu-box ul[id=menu_210_box] {
  border-color: #ac94e7;
}

#app.student-role select[data-type=select-grade] {
  display: none;
}

#app.student-site {
  background-color: #ffdf9a;
}
#app.student-site .w-menu-bg {
  background-image: url(../images/student/header_repeat.png);
}
#app.student-site .w-menu {
  padding-top: 0.5rem;
  background-image: url(../images/student/empty_header_pic_01.png);
}
#app.student-site .w-today-section .w-today-section-title {
  background-image: url(../images/student/date_title.png);
}
#app.student-site .w-today-box .w-today-card-box .w-today-type i.icon-world-day {
  background-image: url(../images/student/icon_date.png);
}
#app.student-site .w-today-box .w-today {
  background-image: url(../images/student/date_calendar.png);
}
#app.student-site .selected_resources_titles .title {
  background-image: url(../../assets/images/student/resource_title.png);
}
#app.student-site .selected_resources_content .selected_resources_control_btn .control_btns.prev_btn {
  background-image: url(../../assets/images/student/resource_back.png);
}
#app.student-site .selected_resources_content .selected_resources_control_btn .control_btns.next_btn {
  background-image: url(../../assets/images/student/resource_next.png);
}
#app.student-site .grade-setting-box .icon-setting {
  background-image: url(../images/student/icon_setting.png);
}
#app.student-site .w-calendar-hd button.prev {
  background-image: url(../images/student/btn_date_back.png);
}
#app.student-site .w-calendar-hd button.prev:not(:disabled):hover {
  background-image: url(../images/student/btn_date_back_h.png);
}
#app.student-site .w-calendar-hd button.next {
  background-image: url(../images/student/btn_date_next.png);
}
#app.student-site .w-calendar-hd button.next:not(:disabled):hover {
  background-image: url(../images/student/btn_date_next_h.png);
}
#app.student-site .ani-goos-container .ani-goos1 {
  background-image: url(../images/student/bird1.png);
}
#app.student-site .ani-goos-container .ani-goos2 {
  background-image: url(../images/student/bird2.png);
}
#app.student-site .w-today-box .w-today .w-today-title {
  color: #008b3a;
}
#app.student-site .w-today-box .w-today-card-box .w-today-type {
  background-color: #42c579;
}
#app.student-site .w-today-box .w-today-card-box .w-today-card-wrap:not(:first-child) .w-today-card {
  border-left-color: #42c579;
}
#app.student-site .my-footer .copyright,
#app.student-site .footer-breadcrumb .breadcrumb-item a, #app.student-site .footer-breadcrumb .breadcrumb-item.active a {
  color: #ab5713;
}
#app.student-site .grade-setting-box .grade-setting-label {
  background-color: #fad27d;
}
#app.student-site .tpl-title.calendar-title {
  background-color: #ad95e7;
  -webkit-box-shadow: 0px 0px 0px 0.1rem #ad95e7;
  box-shadow: 0px 0px 0px 0.1rem #ad95e7;
}
#app.student-site .w-year-modth-title {
  background-color: #ad95e7;
}
#app.student-site .w-tip-title {
  background-color: #d2c5f2;
  color: #7d50ec;
}
#app.student-site .w-calendar .w-calendar-bd .th {
  background-color: #ad95e7;
  color: #fbf0b1;
}
#app.student-site .w-calendar .w-calendar-bd .th:nth-child(even) {
  background-color: #d2c5f2;
  color: #754dd6;
}

.w-tip-popover.student-popover .popover-body {
  background-color: #ece6f9;
  color: #9a7aee;
}

.popover.student-popover {
  border-color: #ece6f9;
}

.w-tip-popover.student-popover.bs-popover-bottom > .arrow:after {
  border-bottom-color: #ece6f9;
}

.w-tip-popover.student-popover.bs-popover-top > .arrow:before,
.w-tip-popover.student-popover.bs-popover-top > .arrow:after {
  border-top-color: #ece6f9;
}

html[lang=en-US] #app.student-site .w-today-section .w-today-section-title {
  background-image: url(../images/student/eng/date_title_e.png);
}
html[lang=en-US] #app.student-site .selected_resources_titles .title {
  background-image: url(../../assets/images/student/eng/resource_title_e.png);
}

@media (max-width: 768px) {
  :root {
    --html-font-size: 44px;
  }
  .banner-img img {
    max-height: 4.3rem;
  }
}
@media (min-width: 768px) {
  :root {
    --html-font-size: 44px;
  }
  .banner-img img {
    max-height: 4.3rem;
  }
}
@media (min-width: 992px) {
  :root {
    --html-font-size: 44px;
  }
  .banner-img img {
    max-height: 4.1rem;
  }
}
@media (min-width: 1024px) {
  :root {
    --html-font-size: 44px;
  }
}
@media (min-width: 1200px) {
  :root {
    --html-font-size: 60px;
  }
  .banner-img img {
    max-height: 3.6rem;
  }
}
@media (max-width: 1420px) {
  .w-menu {
    max-width: 100%;
  }
}
@media (min-width: 1400px) {
  .banner-img img {
    max-height: 4.2rem;
  }
}
@media (min-width: 1420px) {
  .w-menu {
    max-width: calc(1320px + 4rem);
    background-image: url(../images/empty_header_pic_02.png);
  }
  #app.student-site .w-menu {
    background-image: url(../images/student/empty_header_pic_02.png);
  }
}
@media (min-width: 1600px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1420px;
  }
  .w-menu {
    max-width: calc(1420px + 4rem);
    background-image: url(../images/empty_header_pic_02.png);
  }
  .banner-img img {
    max-height: 4.5rem;
  }
  #app.student-site .w-menu {
    background-image: url(../images/student/empty_header_pic_02.png);
  }
}