@charset "UTF-8";
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

ol,
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

button {
  cursor: pointer;
  border: unset;
}

body * {
  box-sizing: border-box;
  flex-shrink: 0;
}

.max-width-box {
  width: 100%;
}

.ez-pd-lr-60 {
  padding-left: clamp(1.5rem, 0.664rem + 3.43vw, 3.75rem);
  padding-right: clamp(1.5rem, 0.664rem + 3.43vw, 3.75rem);
}

/* 宽度超过1440的时候，最大宽度1440px */
@media screen and (min-width: 1440px) {
  .max-width-box {
    max-width: 1440px;
    margin: 0 auto;
  }
  main {
    max-width: 1440px;
  }
}
body {
  position: relative;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  margin: 0;
  text-align: left;
  font-size: clamp(0.75rem, 0.704rem + 0.19vw, 0.875rem);
  line-height: clamp(1rem, 0.907rem + 0.38vw, 1.25rem);
  color: #404247;
  margin: 0 auto;
  padding-top: 88px;
  background-color: #E7E1DA;
}

header {
  margin: 0 auto;
  height: 88px;
  border: 1px solid #E4E9EE;
  background-color: #F3F0ED;
  position: fixed;
  top: 0;
  color: #404247;
  z-index: 996;
  width: 100%;
}
header .max-width-box {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 clamp(1.5rem, 0.432rem + 4.38vw, 4.375rem);
}
header .logo-img {
  display: block;
  width: clamp(11.063rem, 5.449rem + 11.52vw, 15.813rem);
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 34px;
}
header .header-nav {
  margin-left: clamp(0rem, -7.756rem + 15.91vw, 6.563rem);
  display: flex;
  align-items: center;
  gap: clamp(1rem, -1.955rem + 6.06vw, 3.5rem);
}
header .header-nav li {
  cursor: pointer;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #404247;
  line-height: 20px;
}
header .header-nav .active {
  position: relative;
}
header .header-nav .active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background-color: #404247;
}
header .action-box {
  margin-left: auto;
  display: flex;
  align-items: center;
}
header .action-box .icon {
  cursor: pointer;
  width: clamp(2rem, 0.818rem + 2.42vw, 3rem);
  height: clamp(2rem, 0.818rem + 2.42vw, 3rem);
}
header .action-box .line {
  margin: 0 clamp(0.5rem, -0.091rem + 1.21vw, 1rem);
  width: 1px;
  height: 24px;
  background-color: #404247;
}

footer {
  margin: 0 auto;
  background: #E0D9D0;
}
footer .footer-logo {
  height: 33px;
}
footer .copyright-box {
  font-size: clamp(0.75rem, 0.657rem + 0.38vw, 1rem);
  line-height: 162.5%;
  height: 58px;
  display: flex;
  padding: 0 clamp(1.5rem, 0.664rem + 3.43vw, 3.75rem) 0 clamp(1.5rem, 0.664rem + 3.43vw, 3.75rem);
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
footer .copyright-box::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #E7E1DA;
  left: -100vw;
  bottom: 0;
  width: 200vw;
  height: 100%;
}
footer .nav-list {
  padding: clamp(1rem, -0.486rem + 6.1vw, 5rem) clamp(1.5rem, 0.432rem + 4.38vw, 4.375rem) clamp(1rem, -0.486rem + 6.1vw, 5rem) clamp(1.5rem, 0.432rem + 4.38vw, 4.375rem);
  display: flex;
  line-height: 26px;
  gap: 12px;
}
footer .nav-list > li {
  width: 100%;
  font-size: clamp(0.75rem, 0.657rem + 0.38vw, 1rem);
  line-height: 162.5%;
}
footer .nav-list > li:not(:first-child) .other li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
footer .nav-list > li h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 400;
  font-size: clamp(0.875rem, 0.736rem + 0.57vw, 1.25rem);
  line-height: 140%;
}
footer .nav-list > li:first-child {
  width: 40%;
}
footer .nav-list > li:not(:first-child) {
  width: 20%;
}
footer .nav-list .other {
  width: 100%;
  margin-top: clamp(1rem, 0.872rem + 0.52vw, 1.313rem);
}
footer .nav-list .other > li:not(:first-child) {
  margin-top: clamp(0.375rem, 0.273rem + 0.42vw, 0.625rem);
}

@media screen and (max-width: 780px) {
  header .max-width-box {
    padding: 16px;
    justify-content: center;
  }
  header .logo-img {
    position: absolute;
    left: 16px;
    top: 14px;
    display: block;
  }
  header .action-box {
    position: absolute;
    right: 16px;
    top: 10px;
  }
  header .header-nav {
    width: 100%;
    margin-top: 40px;
    gap: 0;
    justify-content: space-between;
  }
  header .header-nav li {
    font-size: 12px;
  }
  header .header-nav li.active::after {
    bottom: -6px;
  }
  footer .copyright-box {
    flex-direction: column;
    justify-content: center;
    gap: 4px;
  }
  footer .nav-list {
    flex-wrap: wrap;
    row-gap: 24px !important;
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  footer .nav-list > li:first-child {
    width: 100% !important;
  }
  footer .nav-list > li:nth-child(2) {
    width: 50% !important;
  }
  footer .nav-list > li:nth-child(3) {
    width: 50% !important;
  }
  footer .nav-list > li:nth-child(4) {
    width: 100% !important;
  }
}
main {
  margin: 0 auto;
}

.c-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ez-ellipsis-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

.ez-ellipsis-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.ez-ellipsis-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.c-hidden {
  overflow: hidden;
}

input[type=number],
input[type=password],
input[type=text] {
  outline: none;
  /* border: 0; */
  /* border: 1px solid #898989; */
  -moz-appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button,
input[type=password]::-webkit-outer-spin-button,
input[type=password]::-webkit-inner-spin-button,
input[type=text]::-webkit-outer-spin-button,
input[type=text]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.ez-tabs {
  display: flex;
  align-items: center;
  gap: clamp(1.25rem, -0.027rem + 5.24vw, 4.688rem);
  padding: 27px 0 21px 0;
  border-bottom: 1px solid #D9D6D5;
}
.ez-tabs > li {
  color: #404247;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  line-height: 18px;
}
.ez-tabs > li.active {
  font-weight: 400;
  color: #CD7E2C;
}

.ez-tabs-2 {
  display: inline-flex;
  align-items: center;
  gap: clamp(1.25rem, -0.027rem + 5.24vw, 4.688rem);
}
.ez-tabs-2 > li {
  color: #404247;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  line-height: 18px;
}
.ez-tabs-2 > li.active {
  font-weight: 400;
  color: #CD7E2C;
}/*# sourceMappingURL=common.css.map */