html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

.maxHeader .tip {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  background-color: #f4f4f4;
  border-bottom: 1px solid black;
}

.maxHeader .tip p {
  width: 1200px;
  color: #666666;
  padding: 0 1.25rem;
}

.maxHeader .logoDom {
  display: flex;
  align-items: center;
  height: 110px;
  background-color: white;
}

.maxHeader .logo {
  width: 1200px;
  display: flex;
  gap: 20px;
  margin: 0 auto;
  padding: 0 1.25rem;
  align-items: center;
}

.maxHeader .logo .logoImg {
  width: 124px;
  height: auto;
  object-fit: contain;
}

.maxHeader .logo .info {
  line-height: 24px;
  margin-right: 4px;
}

.maxHeader .logo .tel {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  color: var(--primary-color);
  font-size: 34px;
  gap: 6px;
}

.maxHeader .logo .tel .phoneSvg {
  fill: var(--primary-color);
  width: 34px;
}

.maxHeader .navDom {
  margin-top: 20px;
  background-color: var(--primary-color);
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.maxHeader .navDom .nav {
  width: 1200px;
  display: flex;
  gap: 24px;
  padding: 0 1.25rem;
}

.maxHeader .navDom .nav a {
  color: white;
  transition: color 0.3s ease-in-out;
}

.maxHeader .navDom .nav a:hover {
  color: black;
}

.maxHeader .navDom .nav a.active {
  color: black;
}

.minHeader {
  background-color: white;
  padding: 0 1.25rem;
}

.minHeader .logoDom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.minHeader .logoDom img {
  object-fit: contain;
  height: auto;
}

.minHeader .logoDom .mobileMenu {
  cursor: pointer;
  color: var(--primary-color);
}

.minHeader .logoDom .mobileClose {
  cursor: pointer;
  display: none;
  color: var(--primary-color);
}

.minHeader .nav {
  display: none;
}

.minHeader .nav a {
  display: block;
  height: 2.5rem;
  line-height: 2.5rem;
  color: black;
  font-size: 0.875rem;
}

.minHeader .nav a:hover {
  color: var(--primary-color);
}

.minHeader .nav a.active {
  color: var(--primary-color);
}

@media (min-width: 921px) {
  .maxHeader {
    display: block;
  }
  .minHeader {
    display: none;
  }
}

@media (max-width: 921px) {
  .maxHeader {
    display: none;
  }
  .minHeader .logoDom img {
    width: 12.5rem;
  }
}

@media (max-width: 770px) {
  .minHeader .logoDom {
    height: 6.875rem;
  }
  .minHeader .logoDom img {
    width: 7rem;
  }
}

.maxFooter .footNav {
  display: flex;
  justify-content: center;
  gap: 1.25rem;
  background-color: var(--primary-color);
  text-align: center;
  height: 4.375rem;
  align-items: center;
}

.maxFooter .footNav a {
  font-size: 1.25rem;
  color: white;
  transition: color 0.3s ease-in-out;
}

.maxFooter .footNav a:hover {
  color: #cc1939;
}

.maxFooter .footInfo {
  padding: 6.25rem 0;
  background-color: #140609;
}

.maxFooter .footInfo .footDom {
  width: 75rem;
  margin: 0 auto;
  display: flex;
  gap: 3.125rem;
}

.maxFooter .footInfo .footCon {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  color: white;
  width: 12.5rem;
}

.maxFooter .footInfo .footCon .title {
  font-weight: bold;
  font-size: 1.3125rem;
  margin-bottom: 1.375rem;
}

.maxFooter .footInfo .footCon a {
  color: white;
  font-size: 0.9375rem;
  transition: color 0.3s ease-in-out;
}

.maxFooter .footInfo .footCon a:hover {
  color: var(--primary-color);
}

.maxFooter .footInfo .footCon .info {
  font-size: 0.9375rem;
  line-height: 1.5rem;
}

.maxFooter .footInfo .leftAuto {
  margin-left: auto;
}

.maxFooter .footAt {
  background-color: #140609;
  display: flex;
  align-items: center;
  color: white;
  height: 7.5rem;
  border-top: 1px solid rgba(195, 193, 193, 0.27);
}

.maxFooter .footAt div {
  width: 75rem;
  margin: 0 auto;
}

@media (min-width: 921px) {
  .maxFooter .footNav {
    display: flex;
  }
}

@media (max-width: 921px) {
  .maxFooter .footNav {
    display: none;
  }
  .maxFooter .footInfo .footDom {
    width: 100%;
  }
}

@media (max-width: 544px) {
  .footDom {
    display: flex;
    justify-content: center;
  }
  .footDom .footCon {
    width: 100% !important;
  }
  .footDom .footCon p {
    text-align: center;
  }
  .footMaxCon {
    display: none !important;
  }
  .footAt div {
    text-align: center !important;
  }
}

.float {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  height: 14.375rem;
  margin: auto 0;
  z-index: 100;
}

.float.active {
  height: 2rem;
  width: 2rem;
}

.float .content {
  position: relative;
  z-index: 2;
  display: flex;
  width: 3.3125rem;
  overflow: hidden;
  flex-direction: column;
}

.float .arr {
  cursor: pointer;
  font-size: 1.25rem;
  background-color: black;
  color: white;
  width: 3.3125rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  border-top-left-radius: 0.625rem;
}

.float .arr span {
  display: block;
  transition: all 0.3s ease-in-out;
}

.float .arr.active {
  width: 2rem;
}

.float .arr.active span {
  font-size: 0.75rem;
  transform: rotate(180deg);
}

.float .link {
  cursor: pointer;
  font-size: 0.75rem;
  transform: rotate(-90deg);
  width: 9rem;
  height: 9rem;
  text-align: center;
  background-color: white;
}

.float .link .linkCon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3.3125rem;
}

.float .link .email {
  width: 1.25rem;
  line-height: 1.875rem;
  margin-right: 0.625rem;
}

.float .dh {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.375rem 0;
  gap: 0.625rem;
  background-color: #dd3333;
  color: white;
  width: 3.3125rem;
  font-size: 0.75rem;
  border-bottom-left-radius: 0.625rem;
  transition: all 0.3s ease-in-out;
}

.float .dh .floatPhone {
  fill: white;
  width: 1.25rem;
}

.float .dh.active {
  border-bottom-left-radius: 0;
}

.float .phoneDom {
  position: absolute;
  bottom: 0;
  height: 3.375rem;
  background-color: #dd3333;
  color: white;
  line-height: 3.375rem;
  right: -15rem;
  width: 11.25rem;
  padding: 0 1.25rem;
  border-top-left-radius: 0.625rem;
  border-bottom-left-radius: 0.625rem;
  transition: right 0.3s ease-in-out;
}

.float .phoneDom.active {
  right: 3.3125rem;
}

.float .form {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -31.25rem;
  background-color: white;
  border-radius: 0.625rem;
  padding: 1.25rem;
  height: 10rem;
  margin: auto 0;
  width: 25rem;
  transition: right 0.3s ease-in-out;
}

.float .form.active {
  right: 3.3125rem;
}

.float .form .closeIcon {
  position: absolute;
  right: 0.625rem;
  top: 0.625rem;
  fill: #ccc;
  color: #ccc;
  font-weight: bold;
  cursor: pointer;
}

.float .form .title {
  color: #7761df;
  font-size: 1.125rem;
  font-weight: bold;
}

.float .form .inputDom {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1.25rem 0;
  border: 0.0625rem solid #dce2e2;
  height: 2.375rem;
  border-radius: 6.25rem;
  padding: 0 1.25rem;
}

.float .form .inputDom input {
  height: 1.875rem;
  width: 100%;
  outline: none;
  border: none;
}

.float .form .btn {
  height: 2.375rem;
  line-height: 2.375rem;
  margin-top: 1.25rem;
  text-align: center;
  background-color: #7761df;
  color: white;
  border-radius: 6.25rem;
  font-size: 1rem;
  cursor: pointer;
}

.footFloat {
  height: 2.875rem;
}

.footFloatDom {
  position: fixed;
  left: 0;
  width: 100vw;
  bottom: 0;
  display: flex;
  height: 2.875rem;
  transition: all 0.3s ease-in-out;
}

.footFloatDom .arr,
.footFloatDom .content,
.footFloatDom .dh {
  position: relative;
  z-index: 2;
}

.footFloatDom .arr {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: black;
  color: white;
  width: 2.875rem;
  flex-shrink: 0;
}

.footFloatDom .arr span {
  display: block;
  transition: all 0.3s ease-in-out;
}

.footFloatDom .content,
.footFloatDom .dh {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  top: 0;
  transition: all 0.3s ease-in-out;
}

.footFloatDom .content {
  background-color: white;
}

.footFloatDom .content img {
  width: 1.25rem;
}

.footFloatDom .dh {
  color: white;
  background-color: #dd3333;
}

.footFloatDom .dh .floatPhone {
  color: white;
  fill: white;
  font-size: 1.25rem;
  width: 1.25rem;
}

.footFloatDom .phoneDom {
  position: absolute;
  bottom: -3.5rem;
  height: 3.375rem;
  background-color: #dd3333;
  color: white;
  text-align: center;
  font-size: 1.125rem;
  line-height: 3.375rem;
  width: calc(100vw - 2.5rem);
  padding: 0 1.25rem;
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
  transition: bottom 0.3s ease-in-out;
}

.footFloatDom .phoneDom.active {
  bottom: 2.875rem;
}

.footFloatDom .form {
  position: absolute;
  bottom: -31.25rem;
  background-color: white;
  border-radius: 0.625rem;
  padding: 1.25rem;
  height: 10rem;
  width: calc(100vw - 2.5rem);
  box-shadow: 0 0 0.625rem #ccc;
  transition: bottom 0.3s ease-in-out;
}

.footFloatDom .form.active {
  bottom: 2.875rem;
}

.footFloatDom .form .closeIcon {
  position: absolute;
  right: 0.625rem;
  top: 0.625rem;
  fill: #ccc;
  color: #ccc;
  font-weight: bold;
  cursor: pointer;
}

.footFloatDom .form .title {
  color: #7761df;
  font-size: 1.125rem;
  font-weight: bold;
}

.footFloatDom .form .inputDom {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1.25rem 0;
  border: 0.0625rem solid #dce2e2;
  height: 2.375rem;
  border-radius: 6.25rem;
  padding: 0 1.25rem;
}

.footFloatDom .form .inputDom input {
  height: 1.875rem;
  width: 100%;
  outline: none;
  border: none;
}

.footFloatDom .form .btn {
  height: 2.375rem;
  line-height: 2.375rem;
  margin-top: 1.25rem;
  text-align: center;
  background-color: #7761df;
  color: white;
  border-radius: 6.25rem;
  font-size: 1rem;
  cursor: pointer;
}

.scrollTop {
  position: fixed;
  right: 1.25rem;
  bottom: 5rem;
  width: 2.5rem;
  z-index: 100;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-color);
  cursor: pointer;
  display: none;
}

.scrollTop .arrow {
  color: white;
  fill: white;
  font-size: 1.25rem;
  width: 1.25rem;
  transform: rotate(180deg);
}

.scrollTop.active {
  display: flex;
}

@media (min-width: 1024px) {
  .footFloat {
    display: none;
  }
}

@media (max-width: 1024px) {
  .float {
    display: none;
  }
}

@media (min-width: 540px) {
  .footFloatDom.active {
    height: 2.375rem;
    width: 2.875rem;
    overflow: hidden;
  }
  .footFloatDom.active .arr {
    height: 2.375rem;
  }
  .footFloatDom.active .arr span {
    transform: rotate(-180deg);
  }
  .footFloatDom.active .content {
    font-size: 0;
  }
  .footFloatDom .content,
  .footFloatDom a {
    padding: 0.25rem 0;
  }
  .footFloatDom .content span,
  .footFloatDom a span {
    font-size: 0.625rem;
  }
}

@media (max-width: 540px) {
  .footFloatDom.active {
    height: 2.375rem;
  }
  .footFloatDom.active .content,
  .footFloatDom.active .dh {
    top: 2.875rem;
  }
  .footFloatDom.active .arr span {
    transform: rotate(-90deg);
  }
  .footFloatDom .arr {
    width: 1.875rem;
  }
  .footFloatDom .arr span {
    transform: rotate(90deg);
  }
  .footFloatDom .content,
  .footFloatDom a {
    padding: 0.25rem 0;
  }
  .footFloatDom .content span,
  .footFloatDom a span {
    font-size: 0.625rem;
  }
}

::selection {
  background-color: red;
  color: white;
}

:root {
  --primary-color: #dd163b;
}

body {
  background-color: #f5f7fa;
  font-family: -apple-system, BlinkMacSystemFont, "Microsoft YaHei", sans-serif;
}

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