@charset "UTF-8";
/**
    *相关初始化
*/
:root {
  --theme-color: #1e68a9;
  --swiper-pagination-bullet-inactive-opacity: 1;
}
.w {
  width: 1400px;
  margin: 0 auto;
}
[v-cloak] {
  display: none;
}
* {
  word-break: break-all;
  font-family: Source Han Sans CN, Source Han Sans CN, Arial, Helvetica,
    sans-serif;
  -webkit-text-size-adjust: none;
  box-sizing: border-box;
  --swiper-theme-color: var(--theme-color);
}
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #000000;
  font-size: 14px;
  font-family: Source Han Sans CN, Source Han Sans CN, Arial, Helvetica,
    sans-serif;
}
body:has(.img-detail-popup)::-webkit-scrollbar {
  display: none;
}
.ctheme {
  color: var(--theme-color);
}
.cdanger {
  color: #d63031;
}
.csuccess {
  color: #46db7a;
}
.highlight {
  color: #d63031;
}
a.block {
  display: block;
}
a.link:hover {
  color: var(--theme-color);
  transition: all 0.3s ease-out 0s;
}
.btn:hover {
  background-color: var(--theme-color) !important;
  color: #fff;
  border-color: var(--theme-color) !important;
}
form,
input,
select,
textarea,
td,
th {
  padding: 0;
  font-size: 14px;
}
input,
textarea,
select {
  margin: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield; /* Firefox */
  -webkit-appearance: textfield; /* Safari and Chrome */
  appearance: textfield;
}
input {
  outline: none;
  border: none;
}
img {
  border: none;
}
ul li {
  list-style-type: none;
}
ol li {
  list-style-type: decimal;
}
ul,
form {
  margin: 0px;
  padding: 0px;
}
a {
  text-decoration: none;
  color: inherit;
}
.line-through {
  text-decoration: line-through;
  color: #6e757c;
  margin-left: 6px;
}
.underline-link:hover {
  text-decoration: underline;
}
.mask {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.tstn {
  transition: all 0.3s ease-out 0s;
}
.cfff {
  color: #fff;
}
.bgfff {
  background-color: #fff;
}
.c999 {
  color: #999999;
}
.curp {
  cursor: pointer;
}
.nodata {
  margin: 100px auto;
}
.pagination {
  margin: 50px 0;
  display: flex;
  justify-content: center;
}
.valign-middle {
  vertical-align: middle;
}
.valign-bottom {
  vertical-align: bottom;
}
.flex1 {
  flex: 1;
}
.fz0 {
  font-size: 0;
}
.fz22 {
  font-size: 22px;
}
.fz12 {
  font-size: 12px;
}
.fz13 {
  font-size: 13px;
}
.fz14 {
  font-size: 14px;
}
.fz16 {
  font-size: 16px;
}
.fz18 {
  font-size: 18px;
}
.fz20 {
  font-size: 20px;
}
.fz22 {
  font-size: 22px;
}
.fz24 {
  font-size: 24px;
}
.fz26 {
  font-size: 26px;
}
.fz28 {
  font-size: 28px;
}
.fz30 {
  font-size: 30px;
}
.fz32 {
  font-size: 32px;
}
.fz36 {
  font-size: 36px;
}
.fz40 {
  font-size: 40px;
}
.fz50 {
  font-size: 50px;
}
.fz55 {
  font-size: 55px;
}
.fz60 {
  font-size: 60px;
}
.fz80 {
  font-size: 80px;
}
.fz100 {
  font-size: 100px;
}
.ml5 {
  margin-left: 5px;
}
.mt5 {
  margin-top: 5px;
}
.mb5 {
  margin-bottom: 5px;
}
.mr5 {
  margin-right: 5px;
}
.ml10 {
  margin-left: 10px;
}
.mr10 {
  margin-right: 10px;
}
.mb10 {
  margin-bottom: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mr15 {
  margin-right: 15px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.mr20 {
  margin-right: 20px;
}
.mt20 {
  margin-top: 20px;
}
.mb20 {
  margin-bottom: 20px;
}
.mt10 {
  margin-top: 10px;
}
.ml25 {
  margin-left: 25px;
}
.mt30 {
  margin-top: 30px;
}
.ml30 {
  margin-left: 30px;
}
.mr30 {
  margin-right: 30px;
}
.mb30 {
  margin-bottom: 30px;
}
.ml40 {
  margin-left: 40px;
}
.mb40 {
  margin-bottom: 40px;
}
.mt40 {
  margin-top: 40px;
}
.mr40 {
  margin-right: 40px;
}
.mt50 {
  margin-top: 50px;
}
.ml50 {
  margin-left: 50px;
}
.mt60 {
  margin-top: 60px;
}
.ml60 {
  margin-left: 60px;
}
.pt50 {
  padding-top: 50px;
}
.ml70 {
  margin-left: 70px;
}
.mlauto {
  margin-left: auto;
}
.fwb {
  font-weight: bold;
}
.fwn {
  font-weight: normal;
}
.clrfff {
  color: #fff;
}
.p_left {
  text-align: left;
}
.p_center {
  text-align: center;
}
.p_right {
  text-align: right;
}
.of1 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.of2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.of3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
/* layout */
.acea-row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* 辅助类 */
}
.acea-row.row-middle {
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.acea-row.row-top {
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.acea-row.row-bottom {
  -webkit-box-align: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.acea-row.row-center {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.acea-row.row-right {
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.acea-row.row-left {
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.acea-row.row-between {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.acea-row.row-around {
  justify-content: space-around;
  -webkit-justify-content: space-around;
}
.acea-row.row-column-around {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-around;
  -webkit-justify-content: space-around;
}
.acea-row.row-column {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.acea-row.row-column-right {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.acea-row.row-column-between {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
/* 上下左右垂直居中 */
.acea-row.row-center-wrapper {
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
/* 上下两边居中对齐 */
.acea-row.row-between-wrapper {
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
