@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");
@import 'reset.css';
.cookie-confirm {
  background-color: #D8D8D8;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.cookie-confirm .cc-btn-close {
  position: absolute;
  top: 5px;
  right: 20px;
}
.cookie-confirm .cc-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cookie-confirm .cc-wrap .cc-txt .cc-link {
  font-size: inherit;
  color: #004DA1;
  text-decoration: underline;
  display: block;
}
.cookie-confirm .cc-wrap .cc-btn {
  width: 104px;
  text-align: center;
  height: 50px;
  font-size: 16px;
  color: #fff;
  line-height: 50px;
  background-color: #fb7400;
  border-radius: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  .cookie-confirm .cc-wrap {
    width: 90%;
    margin: 0 auto;
    padding: 25px 0;
  }
  .cookie-confirm .cc-wrap .cc-txt {
    font-size: 20px;
    line-height: 26px;
  }
  .cookie-confirm .cc-wrap .cc-btn:hover {
    -webkit-filter: brightness(1.15);
            filter: brightness(1.15);
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
  }
}
@media screen and (max-width: 768px) {
  .cookie-confirm .cc-wrap {
    width: 100%;
    padding: 20px;
  }
  .cookie-confirm .cc-wrap .cc-txt {
    font-size: 16px;
    line-height: 22px;
  }
}
.CM-lh-1 {
  line-height: 1.2 !important;
}

.CM-lh-2 {
  line-height: 1.4 !important;
}

.CM-lh-3 {
  line-height: 1.6 !important;
}

.CM-fz-l {
  font-size: 18px !important;
}

.CM-fz-m {
  font-size: 16px !important;
}

.CM-fz-s {
  font-size: 14px !important;
}

.CM-blank-05 {
  width: 100%;
  height: 5px;
}

.CM-blank-1 {
  width: 100%;
  height: 10px;
}

.CM-blank-15 {
  width: 100%;
  height: 15px;
}

.CM-blank-2 {
  width: 100%;
  height: 20px;
}

.CM-blank-3 {
  width: 100%;
  height: 30px;
}

.CM-gray-hr {
  border-bottom: 1px solid #dcdcdc;
  height: 1px;
  width: 100%;
}

.CM-notice {
  line-height: 1.4;
}
.CM-notice ol {
  margin-left: 20px;
}
.CM-notice ol li {
  list-style-type: decimal;
}
.CM-notice ul {
  margin-left: 20px;
}
.CM-notice ul li {
  list-style-type: disc;
}
@media screen and (max-width: 768px) {
  .CM-notice {
    font-size: 14px;
  }
}

.CM-text-primary {
  color: #1e1e1e !important;
}

.CM-text-sec {
  color: #666 !important;
}

.CM-text-accent {
  color: #808080 !important;
}

.CM-text-red {
  color: #F55431 !important;
}

.CM-text-orange {
  color: #fb7400 !important;
}

.CM-text-blue {
  color: #0071B8 !important;
}

.CM-link {
  color: #0071B8;
  font-size: 14px;
  line-height: 14px;
}
.CM-link.link-black {
  color: #1e1e1e;
}
.CM-link.nl {
  text-decoration: none;
}
.CM-link.nl:hover {
  text-decoration: underline;
}

.CM-text-l {
  text-align: left !important;
}

.CM-text-c {
  text-align: center !important;
}

.CM-text-r {
  text-align: right !important;
}

.CM-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.jc-s {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.jc-c {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.jc-e {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.jc-sa {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.jc-sb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.jc-se {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.ai-s {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.ai-c {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ai-e {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.gap-1 {
  gap: 5px;
}

.gap-2 {
  gap: 10px;
}

.gap-3 {
  gap: 15px;
}

.grow-0 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.grow-1 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.shrink-0 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.shrink-1 {
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.CM-btn {
  text-decoration: none;
  border-radius: 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 46px;
  line-height: 46px;
  border-width: 1px;
  border-style: solid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.CM-btn img {
  height: 24px;
}
.CM-btn.btn-fill-white {
  background-color: #fff;
  border-color: #fff;
  color: #1e1e1e;
}
.CM-btn.btn-fill-orange {
  background-color: #fb7400;
  border-color: #fb7400;
  color: #fff;
}
.CM-btn.btn-fill-orange:hover {
  -webkit-filter: brightness(1.15);
          filter: brightness(1.15);
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.CM-btn.btn-border-orange {
  background-color: #fff;
  border-color: #fb7400;
  color: #fb7400;
}
.CM-btn.btn-border-orange:hover {
  background-color: #fb7400;
  color: #fff;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.CM-btn.btn-fill-green {
  background-color: #82b500;
  border-color: #82b500;
  color: #fff;
}
.CM-btn.btn-fill-green:hover {
  -webkit-filter: brightness(1.15);
          filter: brightness(1.15);
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.CM-btn.btn-fill-gray {
  background-color: #f4f4f4;
  border-color: #f4f4f4;
  color: #1e1e1e;
}
.CM-btn.btn-fill-darkgray {
  background-color: #808080;
  border-color: #808080;
  color: #fff;
}
.CM-btn.btn-fill-darkgray:hover {
  -webkit-filter: brightness(1.15);
          filter: brightness(1.15);
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.CM-btn.disabled {
  background-color: #D9D9D9;
  border-color: #D9D9D9;
  color: #808080;
  cursor: default;
}
.CM-btn.disabled:hover {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}
@media screen and (max-width: 768px) {
  .CM-btn {
    font-size: 14px;
  }
}

input::-webkit-input-placeholder {
  font-size: 14px;
  color: #808080;
}

input::-moz-placeholder {
  font-size: 14px;
  color: #808080;
}

input:-ms-input-placeholder {
  font-size: 14px;
  color: #808080;
}

input::-ms-input-placeholder {
  font-size: 14px;
  color: #808080;
}

input::placeholder {
  font-size: 14px;
  color: #808080;
}

.CM-input {
  position: relative;
}
.CM-input input[type=text],
.CM-input input[type=email],
.CM-input input[type=tel],
.CM-input input[type=password],
.CM-input input[type=date],
.CM-input input[type=time],
.CM-input input[type=number],
.CM-input textarea {
  width: 100%;
  color: #1e1e1e;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  font-size: 14px;
  padding: 11px 14px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.CM-input input[type=text]:focus,
.CM-input input[type=email]:focus,
.CM-input input[type=tel]:focus,
.CM-input input[type=password]:focus,
.CM-input input[type=date]:focus,
.CM-input input[type=time]:focus,
.CM-input input[type=number]:focus,
.CM-input textarea:focus {
  outline: 0;
  border: 1px solid #fb7400;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.CM-input input[type=text]:disabled,
.CM-input input[type=email]:disabled,
.CM-input input[type=tel]:disabled,
.CM-input input[type=password]:disabled,
.CM-input input[type=date]:disabled,
.CM-input input[type=time]:disabled,
.CM-input input[type=number]:disabled,
.CM-input textarea:disabled {
  background-color: #f4f4f4;
  color: #808080;
}
.CM-input input[type=date],
.CM-input input[type=time] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  padding: 11px 14px;
  height: 46px;
}
.CM-input input[type=time] {
  font-size: 16px;
}
.CM-input textarea {
  resize: none;
  height: 100px;
}
.CM-input .error-tip {
  margin-top: 5px;
  color: #f55431;
  font-size: 14px;
}
.CM-input input[type=number]::-webkit-outer-spin-button,
.CM-input input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  margin: 0;
}
.CM-input.pwd-input .ic-eye {
  position: absolute;
  right: 15px;
  bottom: 9px;
}
.CM-input.pwd-input .ic-eye .close {
  display: block;
}
.CM-input.pwd-input .ic-eye .open {
  display: none;
}
.CM-input.pwd-input .ic-eye.open .open {
  display: block;
}
.CM-input.pwd-input .ic-eye.open .close {
  display: none;
}
.CM-input.send-input input[type=text] {
  padding: 11px 40px 11px 14px;
}
.CM-input.send-input .ic-send {
  position: absolute;
  right: 15px;
  bottom: 9px;
}
.CM-input.date-input input[type=date]::-webkit-date-and-time-value {
  text-align: left;
}
.CM-input.date-input input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
  width: 100%;
  position: absolute;
  right: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
  height: 100%;
}
.CM-input.date-input input[type=date] {
  padding: 11px 40px 11px 14px;
}
.CM-input.date-input:after {
  content: "";
  background: url(../Images/ico-date1.svg) no-repeat center center;
  position: absolute;
  right: 12px;
  height: 24px;
  width: 24px;
  top: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
}
.CM-input.date-input input[type=time]::-webkit-calendar-picker-indicator {
  background-image: unset;
  color: #ccc;
  font-size: 16px;
}
.CM-input.search-input:after {
  content: "";
  background: url(../Images/ico_search.svg) no-repeat center center;
  position: absolute;
  right: 12px;
  height: 24px;
  width: 24px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}

.CM-fileupload-input .input-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  font-size: 14px;
}
.CM-fileupload-input .input-file input[type=file] {
  display: none;
}
.CM-fileupload-input .input-file .CM-btn {
  height: 40px;
  line-height: 40px;
  width: 82px;
  margin: auto 0 auto auto;
}

.CM-fileuploaded {
  background-color: #f4f4f4;
  border-radius: 10px;
  padding: 12px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.CM-fileuploaded span {
  font-size: 14px;
  color: #666;
}
.CM-fileuploaded a {
  width: 20px;
}
.CM-fileuploaded a img {
  width: 100%;
  vertical-align: top;
}

.CM-tel-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100;
  gap: 8px;
}
.CM-tel-input .CM-tel-select-wrap {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 30%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.CM-tel-input .CM-tel-select-wrap .default-option {
  background-color: #fff;
  position: relative;
  height: 42px;
  border-radius: 5px;
  border: 1px solid #dcdcdc;
}
.CM-tel-input .CM-tel-select-wrap .default-option li {
  line-height: 45px;
  padding: 0 10px;
  color: #1e1e1e;
}
.CM-tel-input .CM-tel-select-wrap .default-option li:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 8px;
  width: 4px;
  height: 4px;
  border: 2px solid;
  border-color: transparent transparent #555555 #555555;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.CM-tel-input .CM-tel-select-wrap .CM-tel-select-ul {
  position: absolute;
  top: 47px;
  left: 0;
  width: 100%;
  border-radius: 5px;
  display: none;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  padding: 10px;
}
.CM-tel-input .CM-tel-select-wrap .CM-tel-select-ul li {
  padding: 8px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.CM-tel-input .CM-tel-select-wrap .CM-tel-select-ul li span {
  color: #1e1e1e;
}
.CM-tel-input .CM-tel-select-wrap .CM-tel-select-ul li:hover span {
  color: #FB7400;
}
.CM-tel-input .CM-tel-select-wrap.active .default-option {
  border: 1px solid #fb7400;
}
.CM-tel-input .CM-tel-select-wrap.active .CM-tel-select-ul {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  max-height: 200px;
}
.CM-tel-input.verify .CM-btn {
  width: 160px;
}
.CM-tel-input.verify .CM-tel-select-wrap {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .CM-tel-input.verify .CM-btn {
    width: 90px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .CM-tel-input.verify .CM-tel-select-wrap {
    width: 80px;
  }
}

.CM-verify-sms-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.CM-verify-sms-input .CM-btn {
  width: 160px;
}
@media screen and (max-width: 768px) {
  .CM-verify-sms-input .CM-btn {
    width: 90px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.CM-verify-code-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.CM-verify-code-input .v-code {
  width: 90px;
  vertical-align: top;
}
.CM-verify-code-input a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 16px;
}
.CM-checkbox {
  position: relative;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 26px;
}
.CM-checkbox label {
  padding-left: 26px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.CM-checkbox input[type=checkbox] {
  display: none;
}
.CM-checkbox input[type=checkbox] + span {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #D9D9D9;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.CM-checkbox input[type=checkbox]:checked + span {
  background: url(../Images/icon_check.svg) no-repeat center center;
  border-color: transparent;
}
.CM-checkbox.check-2 label {
  padding-left: 30px;
}
.CM-checkbox.check-2 input[type=checkbox] + span {
  width: 26px;
  height: 26px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: url(../Images/ico_check-2.svg) no-repeat center center;
  background-size: 100%;
}
.CM-checkbox.check-2 input[type=checkbox]:checked + span {
  background: url(../Images/ico_check-1.svg) no-repeat center center;
  background-size: 100%;
}

.CM-radio {
  position: relative;
  font-size: 16px;
  display: inline-block;
  line-height: 26px;
}
.CM-radio label {
  padding-left: 23px;
  position: relative;
}
.CM-radio input[type=radio] {
  display: none;
}
.CM-radio input[type=radio] + span {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 1px solid #a5a5a5;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.CM-radio input[type=radio] + span:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.CM-radio input[type=radio]:checked + span {
  border-color: #F55431;
}
.CM-radio input[type=radio]:checked + span:before {
  background-color: #F55431;
}
.CM-radio.bd {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  padding: 0 14px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 42px;
  line-height: 41px;
}
.CM-radio.bd label {
  display: block;
}
.CM-radio.radio-2 input[type=radio]:checked + span {
  border: unset;
}
.CM-radio.radio-2 input[type=radio]:checked + span:before {
  background: url(../Images/ico_check-1.svg) no-repeat center center;
  background-size: 100%;
  width: 18px;
  height: 18px;
}

.CM-select {
  position: relative;
}
.CM-select:after {
  content: "";
  position: absolute;
  background: url(../Images/ico-arrow-down.svg) no-repeat center center;
  width: 20px;
  height: 20px;
  background-size: 20px;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.CM-select select {
  width: 100%;
  color: #454545;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0;
  border: 1px solid #dcdcdc;
  font-size: 16px;
  padding: 10px 35px 10px 10px;
  height: 44px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.CM-select select:focus {
  outline: 0;
  border-color: #F55431;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.CM-tip {
  font-size: 14px;
  background-color: #f4f4f4;
  border-radius: 8px;
  padding: 12px 16px 12px 35px;
  position: relative;
  line-height: 1.4;
}
.CM-tip img {
  margin-right: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 12px;
  top: 13px;
}
.CM-tip.tip-2 {
  background-color: #FFFCDF;
}
.CM-tip.tip-2 img {
  width: 16px;
  height: 16px;
}

.CM-pages-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.CM-pages-row a, .CM-pages-row span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 48px;
  line-height: 48px;
  border-radius: 10px;
  font-size: 14px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #1e1e1e;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 48px;
}
.CM-pages-row a img, .CM-pages-row span img {
  vertical-align: top;
}
.CM-pages-row a.active, .CM-pages-row span.active {
  background-color: #fb7400;
  color: #fff;
}

.CM-table table {
  width: 100%;
  color: #1e1e1e;
}
.CM-table table td, .CM-table table th {
  border: 1px solid #dcdcdc;
  padding: 10px 16px;
  vertical-align: middle;
}
.CM-table.table-wb td, .CM-table.table-wb th {
  border: 1px solid #fff;
}
.CM-table.table-nb td, .CM-table.table-nb th {
  border: none;
}
.CM-table .bgc-ly {
  background-color: #FFFCDF;
}
.CM-table .bgc-gray {
  background-color: #808080;
  color: #fff;
}
.CM-table td.nw {
  white-space: nowrap;
}

.CM-page-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}
.CM-page-tab a {
  display: inline-block;
  padding: 15px 20px;
  color: #808080;
  border-bottom: 2px solid transparent;
  text-decoration: none;
  font-size: 20px;
}
.CM-page-tab a.active {
  color: #fb7400;
  border-color: #fb7400;
}
@media screen and (max-width: 768px) {
  .CM-page-tab {
    margin-bottom: 20px;
    gap: 0;
  }
  .CM-page-tab a {
    font-size: 16px;
    padding: 12px 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: center;
  }
}

.CM-step-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  position: relative;
  width: 100%;
  max-width: 720px;
  padding: 30px 0 45px 0;
  margin: auto;
}
.CM-step-row dl {
  width: 33.3333333333%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  color: #666;
  position: relative;
  z-index: 1;
}
.CM-step-row dl dt {
  border-radius: 50%;
  background-color: #dcdcdc;
  font-size: 18px;
  font-weight: bold;
  width: 46px;
  line-height: 46px;
  height: 46px;
  margin: 0 auto 8px;
  color: #1e1e1e;
}
.CM-step-row dl.active dt {
  color: #fff;
  background-color: #fb7400;
}
.CM-step-row dl.active dd {
  color: #fb7400;
}
.CM-step-row:after {
  content: "";
  height: 3px;
  width: 70%;
  top: 54px;
  right: 0;
  left: 0;
  margin: auto;
  position: absolute;
  background-color: #dcdcdc;
}
@media screen and (max-width: 768px) {
  .CM-step-row {
    background-color: #f4f4f4;
    padding: 25px 0;
  }
  .CM-step-row dl dt {
    margin-bottom: 0;
  }
  .CM-step-row dl dd {
    display: none;
  }
  .CM-step-row:after {
    top: 49px;
  }
}

.CM-copy-alert {
  position: fixed;
  height: 40px;
  width: 109px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #d9d9d9;
  background-color: #454545;
  border-radius: 6px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9999;
  display: none;
}

.CM-lightbox-bg {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1100;
  width: 0;
  margin: auto;
  overflow-x: hidden;
}
.CM-lightbox-bg.open {
  width: 100%;
}

.CM-lightbox {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1100;
  width: 0;
  margin: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.CM-lightbox.open {
  width: 100%;
  height: 100%;
}
.CM-lightbox .wrap {
  position: relative;
  background-color: #fff;
  max-width: 450px;
  border-radius: 10px;
  width: 100%;
  padding: 50px 40px;
  color: #454545;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.CM-lightbox .wrap a.lb-header {
  position: absolute;
  right: 15px;
  top: 15px;
}
.CM-lightbox .wrap a.lb-header img {
  vertical-align: top;
}
.CM-lightbox .wrap .lb-title {
  font-size: 18px;
  font-weight: 500;
  position: absolute;
  top: 25px;
}
.CM-lightbox .wrap .btn-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
  gap: 10px;
}
.CM-lightbox .wrap .btn-row a {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 40%;
}
.CM-lightbox .wrap .btn-row a.btn-cancal {
  color: #808080;
  text-align: center;
  text-decoration: none;
}
.CM-lightbox .wrap .btn-row a.btn-cancal:hover {
  text-decoration: underline;
}
.CM-lightbox.pp-fraud .wrap {
  background: url(../Images/ba-800x625.jpg) no-repeat center center;
  background-size: 100%;
  width: 800px;
  height: 625px;
  max-width: 800px;
  padding: 0;
}
.CM-lightbox.pp-fraud .wrap .mb-bn {
  display: none;
}
@media screen and (max-width: 768px) {
  .CM-lightbox .wrap {
    width: 95%;
  }
  .CM-lightbox.pp-fraud .wrap {
    width: 95%;
    height: auto;
  }
  .CM-lightbox.pp-fraud .wrap .mb-bn {
    display: block;
    width: 100%;
    border-radius: 10px;
  }
}

body, body * {
  font-family: "Noto Sans TC", "microsoft jhenghei", Verdana, Arial, sans-serif;
}

body {
  overflow-x: hidden;
  background-color: #1e1e1e;
}
body.fixed {
  overflow: hidden;
}
body * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body header {
  background-color: #1e1e1e;
  padding: 18px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
body header .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
body header .menu {
  position: relative;
  text-decoration: none;
}
body header .menu .new {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: red;
  right: -1px;
  top: 0;
}
body header .menu .close {
  display: none;
}
body header .menu.active .default {
  display: none;
}
body header .menu.active .close {
  display: block;
}
body header .menu.active .new {
  display: none;
}
body header .logo img {
  display: none;
}
body header .logo .default {
  display: inline-block;
}
body header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
body header nav a {
  text-decoration: none;
  color: #fff;
  line-height: 40px;
  border-bottom: 2px solid #1e1e1e;
}
body header nav a:hover {
  border-bottom: 2px solid #FB7400;
}
body header .member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
}
body header .member .img {
  width: 44px;
  height: 44px;
  overflow: hidden;
  border-radius: 50%;
}
body header .member .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body header .member span {
  color: #fff;
  font-size: 14px;
}
body header .logout-col {
  height: 48px;
  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;
  background-color: #fb7400;
  border-radius: 8px;
  color: #fff;
  margin: auto;
  gap: 5px;
  padding: 0 20px;
}
body header .logout-col a {
  text-decoration: none;
  color: #fff;
  padding: 0 5px;
}
body header .logout-col a:hover {
  text-decoration: underline;
}
body header .CM-btn {
  padding: 0 20px;
}
body header .CM-language-select-wrap {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100px;
}
body header .CM-language-select-wrap .default-option {
  background-color: #666;
  color: #fff;
  position: relative;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
}
body header .CM-language-select-wrap .default-option li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  padding: 0 10px;
  cursor: pointer;
}
body header .CM-language-select-wrap .default-option li:before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 0;
  margin: auto;
  right: 8px;
  height: 4px;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #fff transparent transparent transparent;
}
body header .CM-language-select-wrap .CM-language-select-ul {
  position: absolute;
  top: 55px;
  left: 0;
  width: 100%;
  border-radius: 5px;
  display: none;
  overflow: hidden;
  background-color: #fff;
  border-radius: 5px;
  padding: 10px;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
}
body header .CM-language-select-wrap .CM-language-select-ul li {
  padding: 12px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body header .CM-language-select-wrap .CM-language-select-ul li span {
  color: #1e1e1e;
}
body header .CM-language-select-wrap .CM-language-select-ul li:hover {
  color: #FB7400;
}
body header .CM-language-select-wrap.active .CM-language-select-ul {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  max-height: 200px;
}
body header.omgnews .logo .default {
  display: none;
}
body header.omgnews .logo .omgnews {
  display: inline-block;
}
body header.omgnews nav a:hover {
  border-bottom: 2px solid #A3DCFF;
}
body header.omgnews .logout-col {
  background-color: #57BFFF;
}
body header.lineat .logo .default {
  display: none;
}
body header.lineat .logo .lineat {
  display: inline-block;
}
body header.lineat nav a:hover {
  border-bottom: 2px solid #89BF00;
}
body header.lineat .logout-col {
  background-color: #89BF00;
}
body header.play .logo .default {
  display: none;
}
body header.play .logo .games {
  display: inline-block;
}
body header.play nav a:hover {
  border-bottom: 2px solid #F9BE00;
}
body header.play .logout-col {
  background-color: #F9BE00;
}
@media screen and (max-width: 1200px) {
  body header nav {
    gap: 25px;
  }
}
@media screen and (max-width: 1000px) {
  body header {
    padding: 8.5px 30px;
    height: 60px;
  }
  body header nav, body header .member, body header .CM-btn, body header .CM-language-select-wrap {
    display: none;
  }
  body header .col:first-child {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body header .col:first-child .menu {
    position: absolute;
    left: 0;
  }
  body header .col:last-child {
    display: none;
  }
}
body aside {
  width: 100%;
  max-width: 340px;
  position: fixed;
  z-index: 999;
  top: 84px;
  padding-top: 10px;
  background-color: #fff;
  height: calc(100% - 84px);
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transform: translateX(-340px);
          transform: translateX(-340px);
  opacity: 0;
  -webkit-transition: opacity 0.3s 0.1s, -webkit-transform 0.3s;
  transition: opacity 0.3s 0.1s, -webkit-transform 0.3s;
  transition: opacity 0.3s 0.1s, transform 0.3s;
  transition: opacity 0.3s 0.1s, transform 0.3s, -webkit-transform 0.3s;
  gap: 3px;
  overflow-y: scroll;
}
body aside .member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 8px 20px;
}
body aside .member .img {
  width: 44px;
  height: 44px;
  overflow: hidden;
  border-radius: 50%;
}
body aside .member .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body aside .member span {
  font-size: 18px;
}
body aside .row {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
body aside .row a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  font-size: 18px;
  color: #1e1e1e;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
body aside .row a .active {
  display: none;
}
body aside .row .arrow {
  position: relative;
}
body aside .row .arrow .active {
  display: none;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
body aside .sub-menu-toggle {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
body aside .sub-menu-toggle .sub-menu {
  display: none;
}
body aside .sub-menu-toggle .sub-menu li {
  margin-bottom: 5px;
}
body aside .sub-menu-toggle .sub-menu li a {
  text-decoration: none;
  color: #fff;
  display: inline-block;
  padding: 8px 0 8px 44px;
  border-radius: 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
body aside .sub-menu-toggle .sub-menu li a:hover {
  background-color: #FB7400;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
body aside .sub-menu-toggle .sub-menu li .new-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
body aside .sub-menu-toggle .sub-menu li .new-tag span {
  background-color: #fff;
  color: #F55431;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 10px;
  font-weight: bold;
}
body aside .sub-menu-toggle.active {
  background-color: #FFA04E;
  padding: 10px 0;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
body aside .sub-menu-toggle.active .row a {
  color: #fff;
}
body aside .sub-menu-toggle.active .row .default {
  display: none;
}
body aside .sub-menu-toggle.active .row .active {
  display: block;
}
body aside .sub-menu-toggle.active .arrow .default {
  display: none;
}
body aside .sub-menu-toggle.active .arrow .active {
  display: block;
}
body aside .sub-menu-toggle.active .sub-menu {
  padding: 0 20px;
}
body aside.active {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
body aside > .row:hover {
  background-color: #FFA04E;
  border-radius: 10px;
  margin: 0 10px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
body aside > .row:hover a {
  color: #fff;
}
body aside > .row:hover .default {
  display: none;
}
body aside > .row:hover .active {
  display: block;
}
body aside .btn-row {
  padding: 10px 0 15px;
  border-bottom: 1px solid #f4f4f4;
  text-align: center;
}
body aside .btn-row .logout-col {
  height: 48px;
  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;
  background-color: #fb7400;
  border-radius: 8px;
  color: #fff;
  margin: auto;
  gap: 5px;
  padding: 0 20px;
}
body aside .btn-row .logout-col a {
  text-decoration: none;
  color: #fff;
  padding: 0 5px;
}
body aside .btn-row .logout-col a:hover {
  text-decoration: underline;
}
body aside .account-info {
  padding: 20px;
  border-bottom: 1px solid #f4f4f4;
  background-color: #f4f4f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body aside .account-info .txt {
  line-height: 2;
}
body aside .account-info .CM-btn {
  height: 38px;
  line-height: 38px;
  width: 60px;
}
body aside .logut {
  text-align: center;
  padding: 20px 0 40px;
}
body aside .logut a {
  text-decoration: none;
  color: #1e1e1e;
}
@media screen and (max-width: 1000px) {
  body aside {
    top: 60px;
    height: calc(100% - 60px);
  }
}
@media screen and (max-width: 768px) {
  body aside {
    overflow-y: scroll;
  }
}
body footer {
  background-color: #1e1e1e;
}
body footer .wrap {
  width: 1100px;
  max-width: 100%;
  overflow: hidden;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
body footer .wrap .scope .copyright {
  font-size: 13px;
  color: #fff;
  padding: 0 10px;
}
body footer .wrap .scope .logo-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
body footer .wrap .scope .logo-col a {
  display: inline-block;
}
body footer .wrap .scope .logo-col a img {
  vertical-align: top;
}
body footer .wrap .scope nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
body footer .wrap .scope nav a {
  color: #fff;
  font-size: 14px;
  padding: 0 20px;
  text-decoration: none;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
body footer .wrap .scope nav a:hover {
  color: #F9BE00;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
body footer .wrap .scope nav a:first-child {
  padding-left: 0;
}
body footer .wrap .scope nav a:not(:last-child) {
  border-right: 1px solid #666;
}
body footer .wrap .scope .info-col {
  line-height: 1.4;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 1100px) {
  body footer.lineat .wrap {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  body footer.play .wrap {
    padding-bottom: 160px;
  }
}
@media screen and (max-width: 768px) {
  body footer.play-2 .wrap {
    padding-bottom: 280px;
  }
}
@media screen and (max-width: 768px) {
  body footer .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
  }
  body footer .wrap .scope .info-col {
    width: 300px;
    margin: auto;
  }
  body footer .wrap .scope nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px 0;
  }
  body footer .wrap .scope nav a {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;
    text-align: center;
  }
  body footer .wrap .scope nav a:nth-child(2) {
    border-right: 0;
  }
  body footer .wrap .scope nav a:first-child {
    padding-left: 20px;
  }
}
body article {
  margin-top: 84px;
  padding: 32px 0;
  background-color: #f4f4f4;
  min-height: 700px;
}
body article .breadcrumb-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body article .breadcrumb-wrap.wp-large {
  width: 1100px;
  max-width: 100%;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 17px;
}
body article .breadcrumb-wrap.wp-medium {
  width: 680px;
  max-width: 100%;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 17px;
}
body article .breadcrumb-wrap .breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  font-size: 14px;
}
body article .breadcrumb-wrap .breadcrumb a, body article .breadcrumb-wrap .breadcrumb span {
  font-size: 14px;
}
body article .wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08);
  padding: 30px 50px;
}
body article .wrap.wp-large {
  width: 1100px;
  max-width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
body article .wrap.wp-medium {
  width: 680px;
  max-width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  body article {
    background-color: #fff;
    margin-top: 60px;
    padding: 0;
  }
  body article .breadcrumb-wrap {
    background-color: #f4f4f4;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  body article .breadcrumb-wrap.wp-large, body article .breadcrumb-wrap.wp-medium {
    margin-bottom: 0;
  }
  body article .wrap {
    border-radius: 0;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  body article {
    min-height: 600px;
  }
}

.CM-content {
  width: 100%;
  background-color: #fff;
}
.CM-content .page-title {
  font-weight: bold;
  font-size: 20px;
  color: #666;
  margin-bottom: 20px;
}
.CM-content .btn-row {
  text-align: center;
}
.CM-content .btn-row .CM-btn {
  width: 100%;
  max-width: 300px;
}
@media screen and (max-width: 768px) {
  .CM-content .page-title {
    font-size: 18px;
  }
  .CM-content .btn-row .CM-btn {
    max-width: 100%;
  }
}

article .news-tag {
  color: #fff;
  height: 28px;
  line-height: 28px;
  text-align: center;
  width: 50px;
  border-radius: 20px;
  font-size: 13px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
article .news-tag.tag-1 {
  background-color: #00951b;
}
article .news-tag.tag-2 {
  background-color: #f9be00;
}
article .news-tag.tag-3 {
  background-color: #d66bfa;
}
article .news-tag.tag-4 {
  background-color: #f55431;
}
article .btn-row {
  text-align: center;
}
article .btn-row .CM-btn {
  width: 100%;
  max-width: 300px;
}
@media screen and (max-width: 768px) {
  article .btn-row .page-title {
    font-size: 18px;
  }
  article .btn-row .CM-btn {
    max-width: 100%;
  }
}
article.page-index {
  padding: 0;
}
article.page-index .wrap {
  all: unset;
  width: 1100px;
  max-width: 100%;
  overflow: hidden;
  margin: 0 auto;
  display: block;
  padding: 25px 0;
}
article.page-index > .wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(350px, 746px) 19px 330px;
  grid-template-columns: minmax(350px, 746px) 330px;
  gap: 19px;
}
article.page-index .se-title-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
article.page-index .se-title-row .se-title {
  font-size: 20px;
  color: #666;
  font-weight: bold;
}
article.page-index .se-1 {
  height: 495px;
  width: 100%;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
article.page-index .se-1 .swiper {
  height: 100%;
  position: relative;
}
article.page-index .se-1 .swiper-slide {
  height: 100%;
  text-decoration: none;
  display: block;
}
article.page-index .se-1 .swiper-slide .mb-bn {
  display: none;
}
article.page-index .se-1 .swiper-slide .pc-bn {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
article.page-index .se-1 .wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
article.page-index .se-1 .wrap .swiper-pagination {
  all: unset;
  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;
  gap: 10px;
}
article.page-index .se-1 .wrap .swiper-pagination * {
  font-family: "Roboto";
  font-weight: bold;
}
article.page-index .se-1 .wrap .swiper-pagination .current {
  color: #F9BE00;
}
article.page-index .se-1 .wrap .swiper-pagination .total {
  color: #fff;
}
article.page-index .se-1 .wrap .swiper-pagination .progress-bar {
  width: 107px;
  height: 4px;
  border-radius: 5px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
article.page-index .se-1 .wrap .swiper-pagination .progress-bar:after {
  content: "";
  position: absolute;
  left: 0;
  width: 0%;
  top: 0;
  height: 100%;
  background-color: #F9BE00;
  border-radius: 5px;
}
article.page-index .se-1 .wrap .swiper-pagination .current.stage-1 ~ .progress-bar:after {
  width: calc(25% * 1);
}
article.page-index .se-1 .wrap .swiper-pagination .current.stage-2 ~ .progress-bar:after {
  width: calc(25% * 2);
}
article.page-index .se-1 .wrap .swiper-pagination .current.stage-3 ~ .progress-bar:after {
  width: calc(25% * 3);
}
article.page-index .se-1 .wrap .swiper-pagination .current.stage-4 ~ .progress-bar:after {
  width: calc(25% * 4);
}
article.page-index .se-2 .banner-scope {
  margin-bottom: 10px;
  overflow: hidden;
  height: 340px;
}
article.page-index .se-2 .banner-scope .swiper {
  height: 100%;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
article.page-index .se-2 .banner-scope .swiper-slide {
  height: 100%;
  text-decoration: none;
  display: block;
  position: relative;
}
article.page-index .se-2 .banner-scope .swiper-slide .mb-bn {
  display: none;
}
article.page-index .se-2 .banner-scope .swiper-slide .img {
  height: 100%;
}
article.page-index .se-2 .banner-scope .swiper-slide .img img {
  vertical-align: top;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
article.page-index .se-2 .banner-scope .swiper-slide .title {
  background-color: #666;
  color: #fff;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 13px 15px;
  width: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
article.page-index .se-2 .banner-scope .arrow-row {
  position: absolute;
  width: 100%;
  top: 0;
  height: 40px;
  bottom: 0;
  left: 0;
  margin: auto;
}
article.page-index .se-2 .banner-scope .arrow-row .swiper-button-prev,
article.page-index .se-2 .banner-scope .arrow-row .swiper-button-next {
  width: 40px;
  height: 40px;
  background: url(../Images/ico-ba-arrow.svg) no-repeat center center;
  margin: unset;
  color: transparent;
  top: 0;
  bottom: 0;
}
article.page-index .se-2 .banner-scope .arrow-row .swiper-button-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
article.page-index .se-2 .news-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 14px;
  background-color: #fff;
  height: 165px;
}
article.page-index .se-2 .news-row .img {
  width: 239px;
  height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
article.page-index .se-2 .news-row .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
article.page-index .se-2 .news-row dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 55px 62px;
  grid-template-rows: 55px 62px;
  padding: 20px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
article.page-index .se-2 .news-row dl dt {
  line-height: 1.4;
}
article.page-index .se-2 .news-row dl dt a {
  color: #1e1e1e;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
article.page-index .se-2 .news-row dl .txt {
  font-size: 14px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: #1e1e1e;
}
article.page-index .se-2 .news-row.ad-box .img {
  position: relative;
}
article.page-index .se-2 .news-row.ad-box .img span {
  position: absolute;
  color: #fff;
  font-size: 12px;
  border: 1px solid #fff;
  width: 18px;
  height: 16px;
  line-height: 16px;
  top: 8px;
  right: 8px;
  text-align: center;
}
article.page-index .se-2 .news-row.ad-box dl {
  -ms-grid-rows: 32px 46px 30px auto;
  grid-template-rows: 32px 46px 30px auto;
  padding: 16px 15px;
}
article.page-index .se-2 .news-row.ad-box dl .CM-link {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
article.page-index .se-2 .news-row.ad-box dl dt a {
  -webkit-line-clamp: 1;
}
article.page-index .se-2 .news-row.ad-box dl .ad {
  font-size: 14px;
  color: #808080;
  border-top: 1px solid #dcdcdc;
  padding-top: 10px;
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
  text-align: end;
}
article.page-index .se-2 .news-row.ad-box dl .txt {
  -webkit-line-clamp: 2;
}
article.page-index .se-3 .product-scope {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 10px;
}
article.page-index .se-3 .product-scope .box {
  border-radius: 12px;
  border: 1px solid #dcdcdc;
  padding: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 130px 10px 1fr;
  grid-template-columns: 130px 1fr;
  -ms-grid-rows: 93px 0 auto;
  grid-template-rows: 93px auto;
  gap: 0 10px;
  background-color: #fff;
  text-decoration: none;
  color: #1e1e1e;
}
article.page-index .se-3 .product-scope .box > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
article.page-index .se-3 .product-scope .box > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
article.page-index .se-3 .product-scope .box > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
article.page-index .se-3 .product-scope .box > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
article.page-index .se-3 .product-scope .box .tag-img {
  position: absolute;
  left: 0;
  top: 20px;
  width: 60px;
}
article.page-index .se-3 .product-scope .box .tag-img img {
  width: 100%;
  vertical-align: top;
}
article.page-index .se-3 .product-scope .box .img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/3/2;
  width: 130px;
  height: 130px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
article.page-index .se-3 .product-scope .box .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
}
article.page-index .se-3 .product-scope .box .img span {
  position: absolute;
  border: 1px solid #fff;
  color: #fff;
  font-size: 12px;
  right: 10px;
  top: 10px;
  line-height: 18px;
  width: 18px;
  text-align: center;
}
article.page-index .se-3 .product-scope .box .p-name {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/2/3;
  line-height: 1.6;
  border-bottom: 1px solid #dcdcdc;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  padding: 10px 0;
}
article.page-index .se-3 .product-scope .box .p-amount {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 2/2/3/3;
  -ms-grid-row-align: center;
      align-self: center;
}
article.page-index .se-3 .product-scope .box .p-amount span {
  color: #f55431;
}
article.page-index .se-3 .product-scope .box .p-ad {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 2/2/3/3;
  text-align: right;
  -ms-grid-row-align: center;
      align-self: center;
  color: #808080;
  font-size: 14px;
}
article.page-index .se-4 {
  background-color: #FFE696;
}
article.page-index .se-4 .se-title {
  font-size: 25px;
  font-weight: 500;
}
article.page-index .se-4 .wrap {
  padding: 50px 0;
  max-width: 98%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1100px) {
  article.page-index > .wrap {
    padding: 25px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  article.page-index .se-1 {
    height: 350px;
  }
}
@media screen and (max-width: 1000px) {
  article.page-index {
    background-color: #f4f4f4;
  }
  article.page-index > .wrap {
    display: block;
    width: 100%;
  }
  article.page-index .se-2 {
    width: 100%;
  }
  article.page-index .se-3 .product-scope {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  article.page-index {
    overflow: hidden;
  }
  article.page-index .se-1 {
    height: auto;
  }
  article.page-index .se-1 .swiper-slide {
    height: auto;
    width: 100%;
  }
  article.page-index .se-1 .swiper-slide .mb-bn {
    display: block;
    width: 100%;
    vertical-align: top;
  }
  article.page-index .se-1 .swiper-slide .pc-bn {
    display: none;
  }
  article.page-index .se-title-row {
    padding: 0 20px;
  }
  article.page-index > .wrap {
    padding: 25px 0;
    display: block;
  }
  article.page-index .se-2 {
    height: auto;
  }
  article.page-index .se-2 .banner-scope {
    height: 286px;
    margin-bottom: 14px;
  }
  article.page-index .se-2 .banner-scope .swiper {
    border-radius: 0;
  }
  article.page-index .se-2 .banner-scope .swiper-slide {
    height: auto;
    width: 100%;
  }
  article.page-index .se-2 .banner-scope .swiper-slide .mb-bn {
    display: block;
    width: 100%;
    vertical-align: top;
  }
  article.page-index .se-2 .banner-scope .swiper-slide .pc-bn {
    display: none;
  }
  article.page-index .se-2 .banner-scope .arrow-row .swiper-button-prev,
  article.page-index .se-2 .banner-scope .arrow-row .swiper-button-next {
    width: 22px;
    height: 22px;
    background-size: 100%;
  }
  article.page-index .se-2 .news-row {
    margin: 0 10px 14px;
    height: 136px;
  }
  article.page-index .se-2 .news-row .img {
    width: 30%;
  }
  article.page-index .se-2 .news-row dl {
    padding: 10px;
    -ms-grid-rows: 52px 62px;
    grid-template-rows: 52px 62px;
  }
  article.page-index .se-2 .news-row dl dt a {
    font-size: 16px;
  }
  article.page-index .se-2 .news-row.ad-box dl {
    -ms-grid-rows: 24px 40px 24px auto;
    grid-template-rows: 24px 40px 24px auto;
  }
  article.page-index .se-2 .news-row.ad-box dl .ad {
    padding-top: 5px;
  }
  article.page-index .se-3 .product-scope {
    padding: 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  article.page-index .se-3 .product-scope .box {
    -ms-grid-columns: 100px 1fr;
    grid-template-columns: 100px 1fr;
    -ms-grid-rows: 60px auto;
    grid-template-rows: 60px auto;
  }
  article.page-index .se-3 .product-scope .box > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  article.page-index .se-3 .product-scope .box > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  article.page-index .se-3 .product-scope .box > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  article.page-index .se-3 .product-scope .box > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  article.page-index .se-3 .product-scope .box .img {
    width: 100px;
    height: 100px;
  }
  article.page-index .se-3 .product-scope .box .p-name {
    -webkit-line-clamp: 2;
    font-size: 14px;
  }
  article.page-index .se-4 .wrap {
    max-width: 100%;
    padding: 30px 20px;
  }
}
@media screen and (max-width: 600px) {
  article.page-index .se-3 .product-scope {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
article.page-index-v1 {
  padding: 0;
}
article.page-index-v1 .wrap {
  all: unset;
  width: 1100px;
  max-width: 100%;
  overflow: hidden;
  margin: 0 auto;
  display: block;
  padding: 25px 0;
}
article.page-index-v1 .se-title-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}
article.page-index-v1 .se-title-row .se-title {
  font-size: 25px;
  color: #666;
  font-weight: bold;
}
article.page-index-v1 .se-1 {
  height: 495px;
  width: 100%;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
article.page-index-v1 .se-1 .swiper {
  height: 100%;
  position: relative;
}
article.page-index-v1 .se-1 .swiper-slide {
  height: 100%;
  text-decoration: none;
  display: block;
}
article.page-index-v1 .se-1 .swiper-slide .mb-bn {
  display: none;
}
article.page-index-v1 .se-1 .swiper-slide .pc-bn {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
article.page-index-v1 .se-1 .wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
article.page-index-v1 .se-1 .wrap .swiper-pagination {
  all: unset;
  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;
  gap: 10px;
}
article.page-index-v1 .se-1 .wrap .swiper-pagination * {
  font-family: "Roboto";
  font-weight: bold;
}
article.page-index-v1 .se-1 .wrap .swiper-pagination .current {
  color: #F9BE00;
}
article.page-index-v1 .se-1 .wrap .swiper-pagination .total {
  color: #fff;
}
article.page-index-v1 .se-1 .wrap .swiper-pagination .progress-bar {
  width: 107px;
  height: 4px;
  border-radius: 5px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
article.page-index-v1 .se-1 .wrap .swiper-pagination .progress-bar:after {
  content: "";
  position: absolute;
  left: 0;
  width: 0%;
  top: 0;
  height: 100%;
  background-color: #F9BE00;
  border-radius: 5px;
}
article.page-index-v1 .se-1 .wrap .swiper-pagination .current.stage-1 ~ .progress-bar:after {
  width: calc(25% * 1);
}
article.page-index-v1 .se-1 .wrap .swiper-pagination .current.stage-2 ~ .progress-bar:after {
  width: calc(25% * 2);
}
article.page-index-v1 .se-1 .wrap .swiper-pagination .current.stage-3 ~ .progress-bar:after {
  width: calc(25% * 3);
}
article.page-index-v1 .se-1 .wrap .swiper-pagination .current.stage-4 ~ .progress-bar:after {
  width: calc(25% * 4);
}
article.page-index-v1 .se-2 {
  background-color: #fff;
  margin-bottom: 20px;
}
article.page-index-v1 .se-2 .wrap {
  padding: 16px 0;
}
article.page-index-v1 .se-2 .news-grid-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
article.page-index-v1 .se-2 .news-grid-row .news-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 20px 50%;
  grid-template-columns: repeat(2, 50%);
  width: 85%;
  gap: 20px;
}
article.page-index-v1 .se-2 .news-grid-row .news-grid .news-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
article.page-index-v1 .se-2 .news-grid-row .news-grid .news-col .news-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  color: #1e1e1e;
  text-decoration: none;
  padding: 2px 0;
}
article.page-index-v1 .se-2 .news-grid-row .news-grid .news-col .news-title:hover {
  text-decoration: underline;
}
article.page-index-v1 .se-3 {
  margin-bottom: 45px;
}
article.page-index-v1 .se-3 .grid-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(calc((100% - 30px) / 3), 1fr) 15px minmax(calc((100% - 30px) / 3), 1fr) 15px minmax(calc((100% - 30px) / 3), 1fr);
  grid-template-columns: repeat(3, minmax(calc((100% - 30px) / 3), 1fr));
  gap: 15px;
}
article.page-index-v1 .se-3 .grid-row dl {
  border-radius: 12px;
  background-color: #fff;
  padding-bottom: 25px;
}
article.page-index-v1 .se-3 .grid-row dl:nth-child(1) dt {
  color: #0071b8;
}
article.page-index-v1 .se-3 .grid-row dl:nth-child(2) dt {
  color: #ff7700;
}
article.page-index-v1 .se-3 .grid-row dl:nth-child(3) dt {
  color: #B600BF;
}
article.page-index-v1 .se-3 .grid-row dl .img {
  width: 357px;
  height: 246px;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
}
article.page-index-v1 .se-3 .grid-row dl .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
article.page-index-v1 .se-3 .grid-row dl dt {
  margin: 15px 0;
  font-size: 18px;
  font-weight: 500;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
article.page-index-v1 .se-3 .grid-row dl dd:not(.img) {
  line-height: 1.4;
  padding: 0 15px;
}
article.page-index-v1 .se-4 {
  margin-bottom: 45px;
}
article.page-index-v1 .se-4 .swiper {
  position: relative;
}
article.page-index-v1 .se-4 .swiper-wrapper {
  height: 100%;
}
article.page-index-v1 .se-4 .swiper-slide {
  height: 100%;
  text-decoration: none;
  display: block;
  border-radius: 12px;
  overflow: hidden;
}
article.page-index-v1 .se-4 .swiper-slide .mb-bn {
  display: none;
}
article.page-index-v1 .se-4 .swiper-slide .img {
  width: 100%;
}
article.page-index-v1 .se-4 .swiper-slide .img img {
  vertical-align: top;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
article.page-index-v1 .se-4 .swiper-slide .title {
  background-color: #666;
  color: #fff;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 13px 15px;
  width: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
article.page-index-v1 .se-4 .arrow-row {
  position: absolute;
  width: 100%;
  top: 0;
  height: 40px;
  bottom: 0;
  left: 0;
  margin: auto;
}
article.page-index-v1 .se-4 .arrow-row .swiper-button-prev,
article.page-index-v1 .se-4 .arrow-row .swiper-button-next {
  width: 40px;
  height: 40px;
  background: url(../Images/ico-ba-arrow.svg) no-repeat center center;
  margin: unset;
  color: transparent;
  top: 0;
  bottom: 0;
}
article.page-index-v1 .se-4 .arrow-row .swiper-button-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
article.page-index-v1 .se-5 {
  margin-bottom: 45px;
}
article.page-index-v1 .se-5 .swiper {
  position: relative;
  background-color: #fff;
  border-radius: 12px;
  padding: 30px 26px 45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
article.page-index-v1 .se-5 .swiper-slide {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 70px auto;
  grid-template-columns: 70px auto;
  -ms-grid-rows: 25px 55px auto;
  grid-template-rows: 25px 55px auto;
  text-decoration: none;
  overflow: hidden;
}
article.page-index-v1 .se-5 .swiper-slide > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
article.page-index-v1 .se-5 .swiper-slide > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
article.page-index-v1 .se-5 .swiper-slide > *:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
article.page-index-v1 .se-5 .swiper-slide > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
article.page-index-v1 .se-5 .swiper-slide > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
article.page-index-v1 .se-5 .swiper-slide > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}
article.page-index-v1 .se-5 .swiper-slide .icon {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/3/2;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 12px;
}
article.page-index-v1 .se-5 .swiper-slide .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
}
article.page-index-v1 .se-5 .swiper-slide .title {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/2/3;
  font-size: 18px;
  font-weight: 500;
  color: #1e1e1e;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
article.page-index-v1 .se-5 .swiper-slide .txt {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 2/2/3/3;
  font-size: 14px;
  color: #808080;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 40px;
}
article.page-index-v1 .se-5 .swiper-slide .bn {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 3/1/4/3;
  height: 163px;
  border-radius: 12px;
  overflow: hidden;
}
article.page-index-v1 .se-5 .swiper-slide .bn img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
}
article.page-index-v1 .se-6 {
  margin-bottom: 45px;
}
article.page-index-v1 .se-6 .product-scope {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc((100% - 10px) / 2) 10px calc((100% - 10px) / 2);
  grid-template-columns: repeat(2, calc((100% - 10px) / 2));
  gap: 13px 10px;
}
article.page-index-v1 .se-6 .product-scope .box {
  border-radius: 12px;
  border: 1px solid #dcdcdc;
  padding: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 130px 10px 1fr;
  grid-template-columns: 130px 1fr;
  -ms-grid-rows: 95px 0 35px;
  grid-template-rows: 95px 35px;
  gap: 0 10px;
  background-color: #fff;
  text-decoration: none;
  color: #1e1e1e;
}
article.page-index-v1 .se-6 .product-scope .box > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
article.page-index-v1 .se-6 .product-scope .box > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
article.page-index-v1 .se-6 .product-scope .box > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
article.page-index-v1 .se-6 .product-scope .box > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
article.page-index-v1 .se-6 .product-scope .box .tag-img {
  position: absolute;
  left: 0;
  top: 20px;
  width: 60px;
}
article.page-index-v1 .se-6 .product-scope .box .tag-img img {
  width: 100%;
  vertical-align: top;
}
article.page-index-v1 .se-6 .product-scope .box .img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/3/2;
  width: 130px;
  height: 130px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
article.page-index-v1 .se-6 .product-scope .box .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
}
article.page-index-v1 .se-6 .product-scope .box .img span {
  position: absolute;
  border: 1px solid #fff;
  color: #fff;
  font-size: 12px;
  right: 10px;
  top: 10px;
  line-height: 18px;
  width: 18px;
  text-align: center;
}
article.page-index-v1 .se-6 .product-scope .box .p-name {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/2/3;
  line-height: 1.6;
  border-bottom: 1px solid #dcdcdc;
}
article.page-index-v1 .se-6 .product-scope .box .p-amount {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 2/2/3/3;
  -ms-grid-row-align: center;
      align-self: center;
}
article.page-index-v1 .se-6 .product-scope .box .p-amount span {
  color: #f55431;
}
article.page-index-v1 .se-6 .product-scope .box .p-ad {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 2/2/3/3;
  text-align: right;
  -ms-grid-row-align: center;
      align-self: center;
  color: #808080;
  font-size: 14px;
}
article.page-index-v1 .se-7 {
  background-color: #FFE696;
}
article.page-index-v1 .se-7 .se-title {
  font-size: 25px;
  font-weight: 500;
}
article.page-index-v1 .se-7 .wrap {
  padding: 50px 0;
  max-width: 98%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1100px) {
  article.page-index-v1 .wrap {
    padding: 0;
  }
  article.page-index-v1 .se-title-row {
    padding: 15px 20px;
    margin-bottom: 0;
  }
  article.page-index-v1 .se-title-row .se-title {
    font-size: 20px;
  }
  article.page-index-v1 .se-1 {
    height: 380px;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
  }
  article.page-index-v1 .se-1 .wrap {
    padding: 12px 0;
  }
  article.page-index-v1 .se-2 {
    margin-bottom: 10px;
  }
  article.page-index-v1 .se-2 .wrap {
    padding: 16px 12px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  article.page-index-v1 .se-2 .wrap .news-title {
    font-size: 14px;
  }
  article.page-index-v1 .se-3 {
    overflow-x: scroll;
    margin-bottom: 10px;
  }
  article.page-index-v1 .se-3 .grid-row {
    width: 1100px;
    padding: 0 10px;
  }
  article.page-index-v1 .se-4 {
    margin-bottom: 10px;
  }
  article.page-index-v1 .se-5 {
    margin-bottom: 10px;
  }
  article.page-index-v1 .se-5 .swiper {
    border-radius: 0;
  }
  article.page-index-v1 .se-6 .product-scope {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1000px) {
  article.page-index-v1 {
    background-color: #f4f4f4;
  }
}
@media screen and (max-width: 768px) {
  article.page-index-v1 .se-1 {
    height: auto;
    overflow-x: hidden;
  }
  article.page-index-v1 .se-1 .swiper-slide .mb-bn {
    display: block;
    width: 100%;
  }
  article.page-index-v1 .se-1 .swiper-slide .mb-bn img {
    vertical-align: top;
  }
  article.page-index-v1 .se-1 .swiper-slide .pc-bn {
    display: none;
  }
  article.page-index-v1 .se-2 .news-grid-row .news-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  article.page-index-v1 .se-2 .news-grid-row .news-grid .news-col:last-child {
    display: none;
  }
  article.page-index-v1 .se-4 .swiper {
    overflow-x: hidden;
  }
  article.page-index-v1 .se-4 .swiper-slide {
    border-radius: 0;
  }
  article.page-index-v1 .se-4 .swiper-slide .mb-bn {
    display: block;
    width: 100%;
  }
  article.page-index-v1 .se-4 .swiper-slide .pc-bn {
    display: none;
  }
  article.page-index-v1 .se-4 .arrow-row {
    height: 25px;
  }
  article.page-index-v1 .se-4 .arrow-row .swiper-button-prev,
  article.page-index-v1 .se-4 .arrow-row .swiper-button-next {
    width: 25px;
    height: 25px;
    background-size: 100%;
  }
  article.page-index-v1 .se-5 .swiper {
    overflow-x: hidden;
    padding: 25px 15px;
  }
  article.page-index-v1 .se-6 .product-scope {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  article.page-index-v1 .se-7 .wrap {
    padding: 30px 20px;
    max-width: 100%;
  }
}
article.page-news-list {
  padding: 0;
}
article.page-news-list .wrap {
  all: unset;
  width: 1100px;
  max-width: 100%;
  overflow: hidden;
  margin: 0 auto;
  display: block;
}
article.page-news-list .sub-menu {
  background-color: #fff;
  margin-bottom: 22px;
}
article.page-news-list .sub-menu .tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
article.page-news-list .sub-menu .tab-list li {
  padding: 0 30px;
  color: #1e1e1e;
  text-align: center;
  cursor: pointer;
  height: 60px;
  line-height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
article.page-news-list .sub-menu .tab-list li:not(:last-child):after {
  content: "";
  width: 1px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  background-color: #dcdcdc;
  height: 30%;
}
article.page-news-list .sub-menu .tab-list li:hover, article.page-news-list .sub-menu .tab-list li.current {
  color: #FB7400;
}
article.page-news-list .tab-content {
  position: relative;
}
article.page-news-list .tab-content .tc-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  display: none;
}
article.page-news-list .tab-content .tc-box.current {
  position: relative;
  z-index: 1;
  opacity: 1;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc((100% - 20px) / 3) 10px calc((100% - 20px) / 3) 10px calc((100% - 20px) / 3);
  grid-template-columns: repeat(3, calc((100% - 20px) / 3));
  gap: 10px;
}
article.page-news-list .tab-content .tc-box .news-scope {
  background-color: #fff;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 12px;
}
article.page-news-list .tab-content .tc-box .news-scope .news-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
article.page-news-list .tab-content .tc-box .news-scope .news-col .news-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  color: #1e1e1e;
  text-decoration: none;
  padding: 2px 0;
  line-height: 26px;
}
article.page-news-list .tab-content .tc-box .news-scope .news-col .news-title:hover {
  text-decoration: underline;
}
article.page-news-list .tab-content .tc-box .news-scope .news-summary {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  line-height: 1.4;
  font-size: 14px;
  color: #1e1e1e;
  text-decoration: none;
  margin-bottom: 15px;
  text-align: justify;
}
article.page-news-list .tab-content .tc-box .news-scope .news-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
article.page-news-list .tab-content .tc-box .news-scope .news-row .date {
  font-size: 14px;
  color: #808080;
}
@media screen and (max-width: 1024px) {
  article.page-news-list {
    background-color: #f4f4f4;
  }
  article.page-news-list .sub-menu {
    margin-bottom: 0;
  }
  article.page-news-list .breadcrumb-wrap.wp-large {
    padding: 10px;
    margin-bottom: 0;
  }
  article.page-news-list .tab-content {
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  article.page-news-list .tab-content .tc-box.current {
    -ms-grid-columns: (calc((100% - 10px) / 2))[2];
    grid-template-columns: repeat(2, calc((100% - 10px) / 2));
  }
}
@media screen and (max-width: 768px) {
  article.page-news-list .sub-menu .tab-list {
    overflow-x: scroll;
    width: 100%;
  }
  article.page-news-list .sub-menu .tab-list li {
    word-break: keep-all;
  }
  article.page-news-list .tab-content {
    padding: 0;
  }
  article.page-news-list .tab-content .tc-box.current {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 10px 0;
  }
  article.page-news-list .tab-content .tc-box.current .news-scope {
    border-radius: 0;
  }
}
article.page-news-content .wrap .news-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
article.page-news-content .wrap .news-col .news-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  font-size: 25px;
  font-weight: 500;
  line-height: 36px;
  color: #1e1e1e;
}
article.page-news-content .wrap .news-row {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 12px;
  margin-bottom: 15px;
}
article.page-news-content .wrap .news-row .date {
  font-weight: bold;
  color: #666;
  font-size: 14px;
}
article.page-news-content .editor-scope {
  line-height: 1.8;
  font-size: 16px;
  color: #1e1e1e;
}
article.page-news-content .editor-scope a {
  color: #0071B8;
  text-decoration: none;
}
article.page-news-content .editor-scope img, article.page-news-content .editor-scope iframe {
  max-width: 100%;
  margin: 10px 0;
}
@media screen and (max-width: 768px) {
  article.page-news-content .wrap .news-col .news-title {
    font-size: 18px;
  }
}
article.page-omgnews {
  padding: 0;
}
article.page-omgnews .wrap {
  all: unset;
  width: 1100px;
  max-width: 100%;
  overflow: hidden;
  margin: 0 auto;
  display: block;
}
article.page-omgnews .se-1 {
  height: 495px;
  width: 100%;
  padding-bottom: 34px;
  background-color: #A3DCFF;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
article.page-omgnews .se-1 .swiper {
  height: 100%;
  position: relative;
}
article.page-omgnews .se-1 .swiper-slide {
  height: 100%;
  text-decoration: none;
  display: block;
}
article.page-omgnews .se-1 .swiper-slide img {
  vertical-align: top;
}
article.page-omgnews .se-1 .swiper-slide .mb-bn {
  display: none;
}
article.page-omgnews .se-1 .swiper-slide .pc-bn {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
article.page-omgnews .se-1 .swiper-slide .wrap {
  font-size: 14px;
  padding: 0 10px;
  color: #1e1e1e;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 34px;
}
article.page-omgnews .se-1 .swiper-slide .wrap span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
article.page-omgnews .se-1 .arrow-row {
  position: absolute;
  width: 100%;
  top: 0;
  height: 60px;
  bottom: 0;
  left: 0;
  margin: auto;
}
article.page-omgnews .se-1 .arrow-row .swiper-button-prev,
article.page-omgnews .se-1 .arrow-row .swiper-button-next {
  width: 60px;
  height: 60px;
  background: url(../Images/ico-ba-arrow.svg) no-repeat center center;
  margin: unset;
  color: transparent;
  top: 0;
  bottom: 0;
}
article.page-omgnews .se-1 .arrow-row .swiper-button-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
article.page-omgnews .func-row {
  margin: 50px 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
article.page-omgnews .func-row .tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
article.page-omgnews .func-row .tab-list li {
  background-color: #dcdcdc;
  border-radius: 25px;
  color: #666;
  padding: 8px 10px;
  min-width: 60px;
  text-align: center;
  font-size: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
article.page-omgnews .func-row .tab-list li.current {
  background-color: #33B1FF;
  color: #fff;
}
article.page-omgnews .func-row .CM-input input[type=text] {
  border-radius: 50px;
  padding: 9px 14px;
}
article.page-omgnews .se-2 {
  position: relative;
}
article.page-omgnews .se-2 .tc-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: none;
}
article.page-omgnews .se-2 .tc-box.current {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc((100% - 28px) / 3) 14px calc((100% - 28px) / 3) 14px calc((100% - 28px) / 3);
  grid-template-columns: repeat(3, calc((100% - 28px) / 3));
  gap: 14px;
}
article.page-omgnews .se-2 .tc-box.current dl {
  border-radius: 12px;
  overflow: hidden;
  background-color: #fff;
  padding-bottom: 25px;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 246px 10px 50px 10px auto;
  grid-template-rows: 246px 50px auto;
  gap: 10px;
}
article.page-omgnews .se-2 .tc-box.current dl .img {
  width: 100%;
  height: 246px;
  padding: 0;
}
article.page-omgnews .se-2 .tc-box.current dl .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
article.page-omgnews .se-2 .tc-box.current dl dt {
  line-height: 1.4;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
article.page-omgnews .se-2 .tc-box.current dl dt a {
  font-weight: 500;
  font-size: 18px;
  color: #1e1e1e;
  text-decoration: none;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
article.page-omgnews .se-2 .tc-box.current dl dd {
  font-size: 14px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
article.page-omgnews .ad-banner {
  display: block;
  width: 90%;
  margin: 30px auto 50px;
}
article.page-omgnews .ad-banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
article.page-omgnews .ad-banner .mb-bn {
  display: none;
}
@media screen and (max-width: 1000px) {
  article.page-omgnews .func-row {
    gap: 10px;
  }
  article.page-omgnews .func-row .tab-list {
    gap: 10px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (max-width: 768px) {
  article.page-omgnews {
    background-color: #f4f4f4;
  }
  article.page-omgnews .se-1 {
    height: auto;
    overflow-x: hidden;
    padding-bottom: 0;
  }
  article.page-omgnews .se-1 .swiper-slide .mb-bn {
    display: block;
    width: 100%;
  }
  article.page-omgnews .se-1 .swiper-slide .mb-bn img {
    vertical-align: top;
  }
  article.page-omgnews .se-1 .swiper-slide .pc-bn {
    display: none;
  }
  article.page-omgnews .se-1 .arrow-row {
    height: 25px;
  }
  article.page-omgnews .se-1 .arrow-row .swiper-button-prev,
  article.page-omgnews .se-1 .arrow-row .swiper-button-next {
    width: 25px;
    height: 25px;
    background-size: 100%;
  }
  article.page-omgnews .func-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 20px 10px;
    overflow: hidden;
  }
  article.page-omgnews .func-row .tab-list {
    overflow-x: scroll;
    width: 100%;
    padding-bottom: 10px;
  }
  article.page-omgnews .func-row .tab-list span {
    word-break: keep-all;
  }
  article.page-omgnews .func-row .CM-input {
    width: 100%;
  }
  article.page-omgnews .se-2 {
    padding: 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  article.page-omgnews .se-2 .tc-box.current {
    -ms-grid-columns: calc((100% - 10px) / 2) 10px calc((100% - 10px) / 2);
    grid-template-columns: repeat(2, calc((100% - 10px) / 2));
    gap: 10px;
  }
  article.page-omgnews .se-2 .tc-box.current dl {
    -ms-grid-rows: 119px auto;
    grid-template-rows: 119px auto;
  }
  article.page-omgnews .se-2 .tc-box.current dl .img {
    height: 119px;
  }
  article.page-omgnews .se-2 .tc-box.current dl dt a {
    font-size: 14px;
    -webkit-line-clamp: 3;
  }
  article.page-omgnews .se-2 .tc-box.current dl dd:not(.img) {
    display: none;
  }
  article.page-omgnews .ad-banner {
    margin: 20px auto;
    width: 80%;
  }
  article.page-omgnews .ad-banner .mb-bn {
    display: block;
  }
  article.page-omgnews .ad-banner .pc-bn {
    display: none;
  }
}
article.page-omgnews-list {
  padding: 0;
}
article.page-omgnews-list .wrap {
  all: unset;
  width: 1100px;
  max-width: 100%;
  overflow: hidden;
  margin: 0 auto;
  display: block;
}
article.page-omgnews-list .sub-menu {
  background-color: #fff;
  margin-bottom: 10px;
}
article.page-omgnews-list .sub-menu .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
article.page-omgnews-list .sub-menu .wrap .tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
article.page-omgnews-list .sub-menu .wrap .tab-list li {
  padding: 0 30px;
  color: #1e1e1e;
  text-align: center;
  cursor: pointer;
  height: 60px;
  line-height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
article.page-omgnews-list .sub-menu .wrap .tab-list li:not(:last-child):after {
  content: "";
  width: 1px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  background-color: #dcdcdc;
  height: 30%;
}
article.page-omgnews-list .sub-menu .wrap .tab-list li:hover, article.page-omgnews-list .sub-menu .wrap .tab-list li.current {
  color: #33B1FF;
}
article.page-omgnews-list .sub-menu .wrap .CM-input input[type=text] {
  border-radius: 50px;
  padding: 9px 14px;
}
article.page-omgnews-list .se-1 {
  height: 300px;
  width: 100%;
  padding-bottom: 34px;
  background-color: #A3DCFF;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
article.page-omgnews-list .se-1 .swiper {
  height: 100%;
  position: relative;
}
article.page-omgnews-list .se-1 .swiper-slide {
  height: 100%;
  text-decoration: none;
  display: block;
}
article.page-omgnews-list .se-1 .swiper-slide img {
  vertical-align: top;
}
article.page-omgnews-list .se-1 .swiper-slide .mb-bn {
  display: none;
}
article.page-omgnews-list .se-1 .swiper-slide .pc-bn {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
article.page-omgnews-list .se-1 .swiper-slide .wrap {
  font-size: 14px;
  padding: 0 10px;
  color: #1e1e1e;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 34px;
}
article.page-omgnews-list .se-1 .swiper-slide .wrap span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
article.page-omgnews-list .se-1 .arrow-row {
  position: absolute;
  width: 100%;
  top: 0;
  height: 60px;
  bottom: 0;
  left: 0;
  margin: auto;
}
article.page-omgnews-list .se-1 .arrow-row .swiper-button-prev,
article.page-omgnews-list .se-1 .arrow-row .swiper-button-next {
  width: 60px;
  height: 60px;
  background: url(../Images/ico-ba-arrow.svg) no-repeat center center;
  margin: unset;
  color: transparent;
  top: 0;
  bottom: 0;
}
article.page-omgnews-list .se-1 .arrow-row .swiper-button-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
article.page-omgnews-list .breadcrumb-wrap.wp-large {
  margin: 20px auto;
}
article.page-omgnews-list .se-2 {
  position: relative;
}
article.page-omgnews-list .se-2 .tc-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: none;
}
article.page-omgnews-list .se-2 .tc-box.current {
  position: relative;
  display: block;
}
article.page-omgnews-list .se-2 .tc-box .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 14px;
  background-color: #fff;
}
article.page-omgnews-list .se-2 .tc-box .row .img {
  width: 357px;
  height: 246px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
article.page-omgnews-list .se-2 .tc-box .row .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
article.page-omgnews-list .se-2 .tc-box .row dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 35px 62px;
  grid-template-rows: 35px 62px;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
article.page-omgnews-list .se-2 .tc-box .row dl dt a {
  color: #1e1e1e;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 24px;
}
article.page-omgnews-list .se-2 .tc-box .row dl .txt {
  font-size: 14px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: #1e1e1e;
}
article.page-omgnews-list .se-2 .tc-box .row.ad-box .img {
  position: relative;
}
article.page-omgnews-list .se-2 .tc-box .row.ad-box .img span {
  position: absolute;
  color: #fff;
  font-size: 12px;
  border: 1px solid #fff;
  width: 18px;
  height: 16px;
  line-height: 16px;
  top: 8px;
  right: 8px;
  text-align: center;
}
article.page-omgnews-list .se-2 .tc-box .row.ad-box dl {
  -ms-grid-rows: 40px 60px 50px auto;
  grid-template-rows: 40px 60px 50px auto;
}
article.page-omgnews-list .se-2 .tc-box .row.ad-box dl .CM-link {
  padding-top: 15px;
}
article.page-omgnews-list .se-2 .tc-box .row.ad-box dl .ad {
  font-size: 14px;
  color: #808080;
  border-top: 1px solid #dcdcdc;
  padding-top: 15px;
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
  text-align: end;
}
article.page-omgnews-list .CM-pages-row {
  margin: 30px auto;
}
article.page-omgnews-list .CM-pages-row a.active {
  background-color: #33B1FF;
}
@media screen and (max-width: 1000px) {
  article.page-omgnews-list .sub-menu {
    padding: 0 10px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 0;
  }
  article.page-omgnews-list .sub-menu .wrap {
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  article.page-omgnews-list .sub-menu .wrap .tab-list {
    overflow-x: scroll;
    width: 100%;
  }
  article.page-omgnews-list .sub-menu .wrap .tab-list li {
    word-break: keep-all;
    height: 50px;
    line-height: 50px;
  }
  article.page-omgnews-list .sub-menu .wrap .CM-input {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  article.page-omgnews-list {
    background-color: #f4f4f4;
  }
  article.page-omgnews-list .breadcrumb-wrap.wp-large {
    margin: 5px auto;
  }
  article.page-omgnews-list .CM-pages-row {
    margin: 15px auto;
  }
  article.page-omgnews-list .se-1 {
    height: auto;
    overflow-x: hidden;
    padding-bottom: 0;
  }
  article.page-omgnews-list .se-1 .swiper-slide .mb-bn {
    display: block;
    width: 100%;
  }
  article.page-omgnews-list .se-1 .swiper-slide .mb-bn img {
    vertical-align: top;
  }
  article.page-omgnews-list .se-1 .swiper-slide .pc-bn {
    display: none;
  }
  article.page-omgnews-list .se-1 .arrow-row {
    height: 25px;
  }
  article.page-omgnews-list .se-1 .arrow-row .swiper-button-prev,
  article.page-omgnews-list .se-1 .arrow-row .swiper-button-next {
    width: 25px;
    height: 25px;
    background-size: 100%;
  }
  article.page-omgnews-list .se-2 {
    padding: 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  article.page-omgnews-list .se-2 .tc-box .row {
    gap: 0;
  }
  article.page-omgnews-list .se-2 .tc-box .row .img {
    width: 150px;
    height: 104px;
  }
  article.page-omgnews-list .se-2 .tc-box .row dl {
    padding: 10px 10px 8px;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    font-size: 14px;
    font-weight: 400;
    -webkit-line-clamp: 3;
    line-height: 1.4;
  }
  article.page-omgnews-list .se-2 .tc-box .row dl .txt {
    display: none;
  }
  article.page-omgnews-list .se-2 .tc-box .row.ad-box dl {
    -ms-grid-rows: 40px 25px auto;
    grid-template-rows: 40px 25px auto;
    -webkit-line-clamp: 2;
  }
  article.page-omgnews-list .se-2 .tc-box .row.ad-box dl .CM-link {
    padding-top: 2px;
  }
  article.page-omgnews-list .se-2 .tc-box .row.ad-box dl .ad {
    padding-top: 6px;
  }
}
article.page-omgnews-content .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
article.page-omgnews-content .wrap .news-scope {
  width: 700px;
}
article.page-omgnews-content .wrap .news-scope .news-title {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 12px;
  color: #1e1e1e;
}
article.page-omgnews-content .wrap .news-scope .news-func {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  padding-bottom: 12px;
  border-bottom: 1px solid #dcdcdc;
}
article.page-omgnews-content .wrap .news-scope .news-func .date {
  font-weight: 700;
  font-size: 14px;
  color: #666;
}
article.page-omgnews-content .wrap .news-scope .news-func .icon-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
article.page-omgnews-content .wrap .news-scope .news-func .icon-row a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  text-decoration: none;
  font-size: 14px;
  color: #666;
}
article.page-omgnews-content .wrap .news-scope .news-func .icon-row a:hover {
  color: #0071B8;
}
article.page-omgnews-content .wrap .news-scope .editor-scope {
  line-height: 1.8;
  font-size: 16px;
  color: #1e1e1e;
  margin-bottom: 20px;
}
article.page-omgnews-content .wrap .news-scope .editor-scope a {
  color: #0071B8;
  text-decoration: none;
}
article.page-omgnews-content .wrap .news-scope .editor-scope img, article.page-omgnews-content .wrap .news-scope .editor-scope iframe {
  max-width: 100%;
  margin: 10px 0;
}
article.page-omgnews-content .wrap .news-scope .hashtag-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding-top: 12px;
  border-top: 1px solid #dcdcdc;
  margin-bottom: 25px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
article.page-omgnews-content .wrap .news-scope .hashtag-row span {
  display: inline-block;
  background-color: #f4f4f4;
  border-radius: 8px;
  font-size: 14px;
  color: #666;
  padding: 8px 12px;
}
article.page-omgnews-content .wrap .news-scope .discuss-scope-box {
  border: 1px solid #dcdcdc;
  border-radius: 8px;
}
article.page-omgnews-content .wrap .news-scope .discuss-scope-box .func-row {
  text-align: right;
  padding: 18px 20px;
  font-size: 14px;
  border-bottom: 1px solid #dcdcdc;
  color: #1e1e1e;
}
article.page-omgnews-content .wrap .news-scope .discuss-scope-box .func-row a {
  font-size: 14px;
  color: #808080;
  text-decoration: none;
}
article.page-omgnews-content .wrap .news-scope .discuss-scope-box .func-row a.active {
  color: #0071B8;
}
article.page-omgnews-content .wrap .news-scope .discuss-scope-box .discuss-scope {
  padding: 0 25px 15px;
}
article.page-omgnews-content .wrap .news-scope .discuss-scope-box .discuss-scope .user-info span {
  font-weight: 500;
  color: #1e1e1e;
}
article.page-omgnews-content .wrap .news-scope .discuss-scope-box .discuss-scope .user-info .img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  overflow: hidden;
}
article.page-omgnews-content .wrap .news-scope .discuss-scope-box .discuss-scope .user-info .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
article.page-omgnews-content .wrap .news-scope .discuss-scope-box .discuss-scope .dc-box {
  padding: 20px 0;
  border-bottom: 1px solid #dcdcdc;
}
article.page-omgnews-content .wrap .news-scope .discuss-scope-box .discuss-scope .dc-box.last-box {
  border: unset;
}
article.page-omgnews-content .wrap .news-scope .discuss-scope-box .discuss-scope .dc-box .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 12px;
}
article.page-omgnews-content .wrap .news-scope .discuss-scope-box .discuss-scope .dc-box .row .user-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
article.page-omgnews-content .wrap .news-scope .discuss-scope-box .discuss-scope .dc-box .row .time {
  color: #808080;
  font-size: 12px;
}
article.page-omgnews-content .wrap .news-scope .discuss-scope-box .discuss-scope .dc-box .txt {
  font-size: 14px;
  line-height: 23px;
  color: #1e1e1e;
  padding-left: 33px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 10px;
}
article.page-omgnews-content .wrap .news-scope .discuss-scope-box .discuss-scope .dc-box .icon-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 20px;
}
article.page-omgnews-content .wrap .news-scope .discuss-scope-box .discuss-scope .dc-box .icon-row a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  text-decoration: none;
  font-size: 14px;
  color: #808080;
}
article.page-omgnews-content .wrap .news-scope .discuss-scope-box .discuss-scope .dc-box .icon-row a:hover {
  color: #0071B8;
}
article.page-omgnews-content .wrap .news-scope .discuss-scope-box .discuss-scope .dc-box .sub-dc-box {
  padding-left: 30px;
  margin-top: 30px;
}
article.page-omgnews-content .wrap .news-scope .discuss-scope-box .discuss-scope .dc-box .re-dc-box {
  padding-left: 30px;
  margin-top: 30px;
}
article.page-omgnews-content .wrap .news-scope .discuss-scope-box .discuss-scope .dc-box .re-dc-box .user-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}
article.page-omgnews-content .wrap .news-scope .discuss-scope-box .discuss-scope .dc-box .re-dc-box .CM-input {
  padding-left: 30px;
}
article.page-omgnews-content .wrap .news-scope .discuss-scope-box .discuss-scope .re-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin: 20px auto;
}
article.page-omgnews-content .wrap .news-scope .discuss-scope-box .discuss-scope .re-box .CM-input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
article.page-omgnews-content .wrap .recommend-scope {
  width: 300px;
}
article.page-omgnews-content .wrap .recommend-scope dl dt {
  font-weight: 500;
  margin-bottom: 20px;
  color: #1e1e1e;
}
article.page-omgnews-content .wrap .recommend-scope dl dd {
  padding: 12px 0;
}
article.page-omgnews-content .wrap .recommend-scope dl dd:not(:last-child) {
  border-bottom: 1px solid #f4f4f4;
}
article.page-omgnews-content .wrap .recommend-scope dl dd a {
  text-decoration: none;
  color: #666;
  font-size: 14px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
article.page-omgnews-content .wrap .recommend-scope dl dd a:hover {
  color: #0071B8;
}
article.page-omgnews-content .wrap .recommend-scope .ad img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
article.page-omgnews-content .wrap .recommend-scope .ad-1 {
  width: 100%;
  height: 250px;
  margin-bottom: 20px;
}
article.page-omgnews-content .wrap .recommend-scope .ad-2 {
  width: 100%;
  height: 600px;
}
@media screen and (max-width: 1000px) {
  article.page-omgnews-content .wrap .recommend-scope {
    display: none;
  }
  article.page-omgnews-content .wrap .news-scope {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  article.page-omgnews-content .wrap .news-scope .news-title {
    font-size: 20px;
  }
  article.page-omgnews-content .wrap .news-scope .discuss-scope-box .discuss-scope {
    padding: 0 15px 15px;
  }
}
article.page-play {
  padding: 0;
  overflow: hidden;
}
article.page-play .wrap {
  all: unset;
  width: 1100px;
  max-width: 100%;
  overflow: hidden;
  margin: 0 auto;
  display: block;
  padding: 25px 0;
}
article.page-play .se-title {
  font-size: 25px;
  color: #666;
  font-weight: bold;
  margin-bottom: 25px;
}
article.page-play .se-1 {
  height: 495px;
  width: 100%;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
article.page-play .se-1 .swiper {
  height: 100%;
  position: relative;
}
article.page-play .se-1 .swiper-slide {
  height: 100%;
  text-decoration: none;
  display: block;
}
article.page-play .se-1 .swiper-slide .mb-bn {
  display: none;
}
article.page-play .se-1 .swiper-slide .pc-bn {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
article.page-play .se-1 .wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
article.page-play .se-1 .wrap .swiper-pagination {
  all: unset;
  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;
  gap: 10px;
}
article.page-play .se-1 .wrap .swiper-pagination * {
  font-family: "Roboto";
  font-weight: bold;
}
article.page-play .se-1 .wrap .swiper-pagination .current {
  color: #F9BE00;
}
article.page-play .se-1 .wrap .swiper-pagination .total {
  color: #fff;
}
article.page-play .se-1 .wrap .swiper-pagination .progress-bar {
  width: 107px;
  height: 4px;
  border-radius: 5px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
article.page-play .se-1 .wrap .swiper-pagination .progress-bar:after {
  content: "";
  position: absolute;
  left: 0;
  width: 0%;
  top: 0;
  height: 100%;
  background-color: #F9BE00;
  border-radius: 5px;
}
article.page-play .se-1 .wrap .swiper-pagination .current.stage-1 ~ .progress-bar:after {
  width: calc(25% * 1);
}
article.page-play .se-1 .wrap .swiper-pagination .current.stage-2 ~ .progress-bar:after {
  width: calc(25% * 2);
}
article.page-play .se-1 .wrap .swiper-pagination .current.stage-3 ~ .progress-bar:after {
  width: calc(25% * 3);
}
article.page-play .se-1 .wrap .swiper-pagination .current.stage-4 ~ .progress-bar:after {
  width: calc(25% * 4);
}
article.page-play .se-2 {
  background-color: #FFE696;
  margin-bottom: 20px;
}
article.page-play .se-2 .wrap {
  padding: 16px 0;
}
article.page-play .se-2 .news-grid-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
article.page-play .se-2 .news-grid-row .news-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 20px 50%;
  grid-template-columns: repeat(2, 50%);
  width: 85%;
  gap: 20px;
}
article.page-play .se-2 .news-grid-row .news-grid .news-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
article.page-play .se-2 .news-grid-row .news-grid .news-col .news-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  color: #1e1e1e;
  text-decoration: none;
  padding: 2px 0;
}
article.page-play .se-2 .news-grid-row .news-grid .news-col .news-title:hover {
  text-decoration: underline;
}
article.page-play .se-3 .grid-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc((100% - 30px) / 3) 15px calc((100% - 30px) / 3) 15px calc((100% - 30px) / 3);
  grid-template-columns: repeat(3, calc((100% - 30px) / 3));
  gap: 15px;
  margin-bottom: 30px;
}
article.page-play .se-3 .grid-row dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 246px 35px 68px auto;
  grid-template-rows: 246px 35px 68px auto;
  border-radius: 12px;
  background-color: #fff;
  overflow: hidden;
}
article.page-play .se-3 .grid-row dl .img {
  width: 100%;
  position: relative;
}
article.page-play .se-3 .grid-row dl .img span {
  display: inline-block;
  padding: 8.5px 20px;
  color: #1e1e1e;
  font-size: 13px;
  background-color: #8dd3ff;
  border-bottom-right-radius: 10px;
  position: absolute;
  left: 0;
  top: 0;
}
article.page-play .se-3 .grid-row dl .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
article.page-play .se-3 .grid-row dl .img.empty {
  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;
  font-size: 30px;
  font-weight: 500;
  background-color: #dcdcdc;
  color: #fff;
}
article.page-play .se-3 .grid-row dl dt {
  padding: 15px 15px 0;
  font-size: 18px;
  font-weight: 500;
}
article.page-play .se-3 .grid-row dl dd:not(.img) {
  padding: 15px 15px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 15px;
}
article.page-play .se-3 .grid-row dl .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px 15px;
}
article.page-play .se-3 .grid-row dl .row a {
  text-decoration: none;
  border-radius: 20px;
  display: inline-block;
  height: 28px;
  line-height: 28px;
  border: 1px solid #666;
  color: #666;
  text-align: center;
  font-size: 14px;
  padding: 0 15px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
article.page-play .se-3 .grid-row dl .row a:hover {
  background-color: #ffe696;
  border-color: #ffe696;
  color: #1e1e1e;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
@media screen and (max-width: 1024px) {
  article.page-play {
    background-color: #f4f4f4;
  }
  article.page-play .wrap {
    padding: 0;
  }
  article.page-play .se-title {
    font-size: 20px;
    padding: 15px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 0;
  }
  article.page-play .se-1 {
    height: 380px;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
  }
  article.page-play .se-1 .wrap {
    padding: 12px 0;
  }
  article.page-play .se-2 {
    margin-bottom: 10px;
  }
  article.page-play .se-2 .wrap {
    padding: 16px 12px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  article.page-play .se-2 .wrap .news-title {
    font-size: 14px;
  }
  article.page-play .se-3 .grid-row {
    padding: 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-grid-columns: (calc((100% - 15px) / 2))[2];
    grid-template-columns: repeat(2, calc((100% - 15px) / 2));
  }
}
@media screen and (max-width: 768px) {
  article.page-play .se-1 {
    height: auto;
    overflow-x: hidden;
  }
  article.page-play .se-1 .swiper-slide .mb-bn {
    display: block;
    width: 100%;
  }
  article.page-play .se-1 .swiper-slide .mb-bn img {
    vertical-align: top;
  }
  article.page-play .se-1 .swiper-slide .pc-bn {
    display: none;
  }
  article.page-play .se-2 .news-grid-row .news-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  article.page-play .se-2 .news-grid-row .news-grid .news-col:last-child {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  article.page-play .se-3 .grid-row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
article.page-play-game {
  padding: 0;
  overflow: hidden;
}
article.page-play-game .game-start {
  position: fixed;
  right: 0;
  top: 300px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 12px 0 0 12px;
  padding: 20px;
  z-index: 995;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  width: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
article.page-play-game .game-start a {
  display: block;
  text-decoration: none;
}
article.page-play-game .game-start .btn {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 231, 154)), color-stop(50%, rgb(255, 217, 97)), to(rgb(255, 195, 0)));
  background: linear-gradient(to bottom, rgb(255, 231, 154) 0%, rgb(255, 217, 97) 50%, rgb(255, 195, 0) 100%);
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  height: 80px;
  line-height: 80px;
  border-radius: 6px;
  color: #622918;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
article.page-play-game .game-start .btn:hover {
  -webkit-filter: brightness(1.08);
          filter: brightness(1.08);
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
article.page-play-game .game-start .app-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
article.page-play-game .game-start .app {
  width: 100%;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
article.page-play-game .game-start .app img {
  width: 100%;
  vertical-align: top;
}
article.page-play-game .game-start .app:hover {
  -webkit-filter: brightness(1.08);
          filter: brightness(1.08);
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
article.page-play-game .wrap {
  all: unset;
  width: 1100px;
  max-width: 100%;
  overflow: hidden;
  margin: 0 auto;
  display: block;
  padding: 25px 0;
}
article.page-play-game .se-title {
  font-size: 25px;
  color: #666;
  font-weight: bold;
  margin-bottom: 25px;
}
article.page-play-game .se-1 {
  height: 495px;
  width: 100%;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
article.page-play-game .se-1 .swiper {
  height: 100%;
  position: relative;
}
article.page-play-game .se-1 .swiper-slide {
  height: 100%;
  text-decoration: none;
  display: block;
}
article.page-play-game .se-1 .swiper-slide .mb-bn {
  display: none;
}
article.page-play-game .se-1 .swiper-slide .pc-bn {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
article.page-play-game .se-1 .wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
article.page-play-game .se-1 .wrap .swiper-pagination {
  all: unset;
  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;
  gap: 10px;
}
article.page-play-game .se-1 .wrap .swiper-pagination * {
  font-family: "Roboto";
  font-weight: bold;
}
article.page-play-game .se-1 .wrap .swiper-pagination .current {
  color: #F9BE00;
}
article.page-play-game .se-1 .wrap .swiper-pagination .total {
  color: #fff;
}
article.page-play-game .se-1 .wrap .swiper-pagination .progress-bar {
  width: 107px;
  height: 4px;
  border-radius: 5px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
article.page-play-game .se-1 .wrap .swiper-pagination .progress-bar:after {
  content: "";
  position: absolute;
  left: 0;
  width: 0%;
  top: 0;
  height: 100%;
  background-color: #F9BE00;
  border-radius: 5px;
}
article.page-play-game .se-1 .wrap .swiper-pagination .current.stage-1 ~ .progress-bar:after {
  width: calc(25% * 1);
}
article.page-play-game .se-1 .wrap .swiper-pagination .current.stage-2 ~ .progress-bar:after {
  width: calc(25% * 2);
}
article.page-play-game .se-1 .wrap .swiper-pagination .current.stage-3 ~ .progress-bar:after {
  width: calc(25% * 3);
}
article.page-play-game .se-1 .wrap .swiper-pagination .current.stage-4 ~ .progress-bar:after {
  width: calc(25% * 4);
}
article.page-play-game .se-2 {
  background-color: #FFE696;
  margin-bottom: 20px;
}
article.page-play-game .se-2 .wrap {
  padding: 16px 0;
}
article.page-play-game .se-2 .news-grid-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
article.page-play-game .se-2 .news-grid-row .news-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 20px 50%;
  grid-template-columns: repeat(2, 50%);
  width: 85%;
  gap: 20px;
}
article.page-play-game .se-2 .news-grid-row .news-grid .news-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
article.page-play-game .se-2 .news-grid-row .news-grid .news-col .news-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  color: #1e1e1e;
  text-decoration: none;
  padding: 2px 0;
}
article.page-play-game .se-2 .news-grid-row .news-grid .news-col .news-title:hover {
  text-decoration: underline;
}
article.page-play-game .se-3 .game-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc((100% - 20px) / 3) 10px calc((100% - 20px) / 3) 10px calc((100% - 20px) / 3);
  grid-template-columns: repeat(3, calc((100% - 20px) / 3));
  margin-bottom: 10px;
  vertical-align: top;
  gap: 10px;
}
article.page-play-game .se-3 .game-row img, article.page-play-game .se-3 .game-row iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
article.page-play-game .se-3 .game-full {
  margin-bottom: 10px;
}
article.page-play-game .se-3 .game-full img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
article.page-play-game .inner-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 40px 0;
}
article.page-play-game .inner-rating dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  color: #1e1e1e;
}
@media screen and (max-width: 1100px) {
  article.page-play-game .wrap {
    padding: 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 1024px) {
  article.page-play-game {
    background-color: #f4f4f4;
  }
  article.page-play-game .se-title {
    font-size: 20px;
    padding: 15px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 0;
  }
  article.page-play-game .se-1 {
    height: 380px;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
  }
  article.page-play-game .se-1 .wrap {
    padding: 12px 0;
  }
  article.page-play-game .se-2 {
    margin-bottom: 10px;
  }
  article.page-play-game .se-2 .wrap {
    padding: 16px 12px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  article.page-play-game .se-2 .wrap .news-title {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  article.page-play-game .wrap {
    padding: 0;
  }
  article.page-play-game .game-start {
    top: unset;
    bottom: 0;
    left: 0;
    background-color: #fff;
    border-radius: 0;
    width: unset;
    padding: 10px;
  }
  article.page-play-game .game-start .btn {
    height: 40px;
    line-height: 40px;
  }
  article.page-play-game .game-start .download {
    display: none;
  }
  article.page-play-game .game-start .app-box {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
    gap: 5px;
  }
  article.page-play-game .game-start .app-box a {
    background: #000;
    border-radius: 6px;
    text-align: center;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: 48px;
  }
  article.page-play-game .game-start .app-box a img {
    height: 100%;
    width: unset;
    vertical-align: middle;
  }
  article.page-play-game .se-1 {
    height: auto;
    overflow-x: hidden;
  }
  article.page-play-game .se-1 .swiper-slide .mb-bn {
    display: block;
    width: 100%;
  }
  article.page-play-game .se-1 .swiper-slide .mb-bn img {
    vertical-align: top;
  }
  article.page-play-game .se-1 .swiper-slide .pc-bn {
    display: none;
  }
  article.page-play-game .se-2 .news-grid-row .news-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  article.page-play-game .se-2 .news-grid-row .news-grid .news-col:last-child {
    display: none;
  }
  article.page-play-game .se-3 {
    padding: 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  article.page-play-game .se-3 .game-row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  article.page-play-game .se-3 .game-row iframe {
    min-height: 300px;
  }
  article.page-play-game .inner-rating {
    padding: 0 10px;
    margin: 10px 0;
  }
  article.page-play-game .inner-rating dl {
    display: block;
    line-height: 1.2;
  }
}
@media screen and (max-width: 500px) {
  article.page-play-game .game-start .app-box a {
    height: 36px;
  }
}
article.page-error {
  padding: 0;
  overflow: hidden;
}
article.page-error .wrap {
  all: unset;
  width: 450px;
  max-width: 100%;
  overflow: hidden;
  margin: 0 auto;
  display: block;
  padding: 25px 0;
  margin: 140px auto;
}
article.page-error .wrap .img {
  position: relative;
  text-align: center;
  padding-bottom: 50px;
}
article.page-error .wrap .img span {
  color: #e4e4e4;
  position: relative;
  z-index: 0;
  font-weight: bold;
  display: block;
}
article.page-error .wrap .img span.error {
  font-size: 255px;
}
article.page-error .wrap .img span.maintain {
  font-size: 100px;
  margin-bottom: 120px;
}
article.page-error .wrap .img .box {
  position: relative;
  position: absolute;
  z-index: 1;
  vertical-align: bottom;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
article.page-error .wrap .img .box i {
  position: absolute;
  color: #312c2b;
  bottom: 45px;
  font-weight: 600;
  font-size: 30px;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  left: 290px;
}
article.page-error .wrap .img .box img {
  width: 185px;
}
article.page-error .wrap dl {
  text-align: center;
  margin: 30px auto 50px;
  line-height: 1.8;
}
article.page-error .wrap dl dt {
  font-weight: bold;
  font-size: 30px;
  color: #666;
}
article.page-error .wrap dl dd {
  color: #808080;
  font-size: 25px;
}
article.page-error .wrap .btn-row {
  text-align: center;
}
article.page-error .wrap .btn-row .CM-btn {
  width: 200px;
}
@media screen and (max-width: 500px) {
  article.page-error .wrap {
    width: 100%;
    margin: 20px auto 40px;
  }
  article.page-error .wrap .img {
    padding-bottom: 40px;
  }
  article.page-error .wrap .img span.maintain {
    font-size: 70px;
    margin-bottom: 40px;
  }
  article.page-error .wrap .img span.error {
    font-size: 150px;
  }
  article.page-error .wrap .img .box i {
    left: 40%;
    right: 0;
    font-size: 20px;
    bottom: 28px;
    margin: auto;
  }
  article.page-error .wrap .img .box img {
    width: 110px;
  }
  article.page-error .wrap dl {
    margin: 20px auto;
  }
  article.page-error .wrap dl dt {
    font-size: 25px;
  }
  article.page-error .wrap dl dd {
    font-size: 20px;
  }
  article.page-error .wrap .btn-row .CM-btn {
    width: 150px;
  }
}