@charset "utf-8";
:root {
  --color: #6a1685;
  --vh: 100vh;
}
/*字体*/
/* @font-face {
	font-family: "Fontke";
	src: url("Fontke.woff2") format("woff2"),
		 url("Fontke.woff") format("woff"),
		 url("Fontke.ttf") format("truetype"),
		 url("Fontke.eot") format("embedded-opentype"),
		 url("Fontke.svg") format("svg"),
		 url("Fontke.otf") format("opentype");
} */
@font-face {
  font-family: "MONTSERRATBOLD";
  src: url("../fonts/MONTSERRAT-BOLD.OTF") format("opentype");
}
.font-en {
  font-family: "MONTSERRATBOLD", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: calc(100vw/19.2);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1901px) {
  html {
    font-size: 100px;
  }
}
@media (max-width: 1580px) {
  html {
    font-size: 66px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 50px;
  }
}
body {
  min-height: 100%;
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  background: #fff;
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
img {
  max-width: 100%;
  border: 0;
  vertical-align: top;
}
sup {
  font-size: 0.6em;
}
video,
video:focus {
  max-width: 100%;
  display: block;
  font-size: 0;
  border: 0;
  outline: none;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
}
a {
  color: inherit;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
input,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
button {
  cursor: pointer;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  appearance: button;
  cursor: pointer;
}
textarea {
  resize: none;
  overflow: auto;
}
input,
button,
textarea,
select {
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
  color: inherit;
  background: transparent;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
table {
  border-collapse: collapse;
}
svg path,
svg circle,
svg rect {
  fill: currentColor !important;
  opacity: 1 !important;
}
picture,
section,
main {
  display: block;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.container {
  margin: 0 auto;
  width: 85%;
  max-width: 1400px;
}
@media (max-width: 1260px) {
  .container {
    width: 90%;
  }
}
.bg-color1 {
  background-color: #fff;
}
.ptb100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .ptb100 {
    padding-top: 1.2rem;
    padding-bottom: 1.2em;
  }
}
.pt100 {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .pt100 {
    padding-top: 1.2rem;
  }
}
.pb100 {
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .pb100 {
    padding-bottom: 1.2rem;
  }
}
.font14 {
  font-size: 14px;
  line-height: 1.71428571;
}
.font16 {
  font-size: 16px;
  line-height: 1.625;
}
.font18 {
  font-size: 18px;
  line-height: 1.55555556;
}
.font20 {
  font-size: 20px;
  line-height: 1.5;
}
.font22 {
  font-size: 22px;
  line-height: 1.45454545;
}
.font24 {
  font-size: 24px;
  line-height: 1.41666667;
}
.font26 {
  font-size: 26px;
  line-height: 1.38461538;
}
.font28 {
  font-size: 28px;
  line-height: 1.35714286;
}
.font30 {
  font-size: 30px;
  line-height: 1.33333333;
}
.font32 {
  font-size: 32px;
  line-height: 1.3125;
}
.font36 {
  font-size: 36px;
  line-height: 1.27777778;
}
.font38 {
  font-size: 38px;
  line-height: 1.26315789;
}
.font40 {
  font-size: 40px;
  line-height: 1.25;
}
.font42 {
  font-size: 42px;
  line-height: 1.23809524;
}
.font44 {
  font-size: 44px;
  line-height: 1.22727273;
}
.font48 {
  font-size: 48px;
  line-height: 1.20833333;
}
.font50 {
  font-size: 50px;
  line-height: 1.2;
}
.font60 {
  font-size: 60px;
  line-height: 1.16666667;
}
@media (max-width: 1580px) {
  .font16 {
    font-size: 14px;
  }
  .font18 {
    font-size: 16px;
  }
  .font20,
  .font22 {
    font-size: 18px;
  }
  .font24,
  .font26,
  .font28 {
    font-size: 20px;
  }
  .font30,
  .font32 {
    font-size: 28px;
  }
  .font36,
  .font38,
  .font40,
  .font42,
  .font44 {
    font-size: 34px;
  }
  .font48 {
    font-size: 38px;
  }
  .font50 {
    font-size: 40px;
  }
  .font60 {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .font20,
  .font22,
  .font24,
  .font26,
  .font28 {
    font-size: 18px;
  }
  .font30,
  .font32 {
    font-size: 20px;
  }
  .font36,
  .font38,
  .font40,
  .font42,
  .font44 {
    font-size: 28px;
  }
  .font48,
  .font50 {
    font-size: 34px;
  }
  .font60 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .font20,
  .font22,
  .font24,
  .font28 {
    font-size: 18px;
  }
  .font30,
  .font32 {
    font-size: 20px;
  }
  .font36,
  .font38 {
    font-size: 24px;
  }
  .font40,
  .font42,
  .font44 {
    font-size: 26px;
  }
  .font48,
  .font50 {
    font-size: 28px;
  }
  .font60 {
    font-size: 30px;
  }
}
.public-btn {
  position: relative;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 42px;
  border-radius: 27px;
  border: 1px solid rgba(170, 170, 170, 0.5);
  padding: 0 8px 0 15px;
  color: #000;
  transition: all 0.4s;
  white-space: nowrap;
  overflow: hidden;
}
.public-btn::before {
  content: '';
  position: absolute;
  top: 7px;
  right: 8px;
  z-index: 1;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--color);
  transition: all 0.4s;
}
.public-btn span {
  position: relative;
  z-index: 5;
}
.public-btn .c-ico {
  position: relative;
  z-index: 5;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--color);
  color: #fff;
  transition: all 0.4s;
  overflow: hidden;
}
.public-btn .c-ico .c-svg {
  width: 10px;
  height: 10px;
  object-fit: contain;
}
.public-btn:hover {
  color: #fff;
  border-color: rgba(106, 22, 133, 0.5);
}
.public-btn:hover::before {
  transform: scale(11);
}
.public-btn:hover .c-ico {
  color: var(--color);
  background: #fff;
  border-color: var(--color);
}
.public-btn:hover .c-ico .c-svg {
  animation: arrow 0.4s;
}
.public-btn.public-btn2 {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
}
.public-btn.public-btn2 .c-ico {
  color: var(--color);
  background: #fff;
}
.public-btn.public-btn2:hover {
  border-color: var(--color);
}
.public-btn.public-btn3 {
  color: #000;
  border-color: rgba(170, 170, 170, 0.5);
}
.public-btn.public-btn3 .c-ico {
  color: #fff;
  background: var(--color);
}
.public-btn.public-btn3:hover {
  color: #fff;
  border-color: var(--color);
}
.public-btn.public-btn3:hover .c-ico {
  color: var(--color);
  background: #fff;
}
.public-btn4 {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  height: 42px;
  padding: 0 15px;
  border-radius: 21px;
  color: var(--color);
  border: 1px solid rgba(106, 22, 133, 0.5);
  transition: all 0.4s;
}
.public-btn4 .c-svg {
  margin-left: 0.1rem;
  width: 10px;
  height: 10px;
  object-fit: contain;
  transition: all 0.4s;
}
.public-btn4:hover {
  color: #fff;
  background: var(--color);
  border-color: var(--color);
}
.public-btn4:hover .c-svg {
  margin-left: 0.3rem;
}
.public-img {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.public-img::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 100%;
}
.public-img > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s;
}
.public-content {
  color: #666;
  line-height: 1.8;
}
.public-content a {
  color: #666;
}
.public-content table {
  max-width: 100%;
}
.public-content table td,
.public-content table th {
  padding: 10px 15px;
  border: 1px solid #dbf1ed;
}
.public-content li {
  margin-left: 15px;
  list-style: disc;
}
.public-content ol {
  margin-left: 15px;
  list-style: decimal;
}
.public-content img,
.public-content video {
  max-width: 100%;
  height: auto !important;
}
.public-title {
  text-align: center;
  margin-bottom: 0.55rem;
}
.public-title .c-title {
  font-weight: bold;
}
.public-title .c-title span {
  color: var(--color);
}
.public-title .c-text {
  margin-top: 0.2rem;
  color: #999;
}
.public-title .public-btn {
  margin-top: 0.45rem;
}
@keyframes width100 {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes width0 {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
@keyframes arrow {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(250%);
  }
  51% {
    transform: translateX(-250%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes scale {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}
@keyframes fixedConsult1 {
  0% {
    top: 100%;
    opacity: 0;
    transform: translateX(-50%) scale(0);
    -webkit-transform: translateX(-50%) scale(0);
  }
  50% {
    top: 0;
    opacity: 1;
    transform: translateX(-50%) scale(1.5);
    -webkit-transform: translateX(-50%) scale(1.5);
  }
  100% {
    top: 0;
    opacity: 0;
    transform: translateX(-50%) scale(3);
    -webkit-transform: translateX(-50%) scale(3);
  }
}
@keyframes fixedConsult2 {
  0% {
    top: 0;
    opacity: 0;
    transform: translateX(-50%) scale(2);
    -webkit-transform: translateX(-50%) scale(2);
  }
  50% {
    top: 0;
    opacity: 1;
    transform: translateX(-50%) scale(1.5);
    -webkit-transform: translateX(-50%) scale(1.5);
  }
  100% {
    top: 100%;
    opacity: 0;
    transform: translateX(-50%) scale(0);
    -webkit-transform: translateX(-50%) scale(0);
  }
}
@keyframes fixedConsult3 {
  0% {
    top: 100%;
    opacity: 0;
    width: 60px;
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  33.33% {
    top: 0;
    opacity: 1;
    width: 60px;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    top: 0;
    opacity: 1;
    width: 100%;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes fixedConsult4 {
  0% {
    top: 0;
    opacity: 1;
    width: 100%;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  66.66% {
    top: 0;
    opacity: 1;
    width: 60px;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    top: 100%;
    opacity: 0;
    width: 60px;
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}
@keyframes fixedConsult5 {
  0% {
    top: 100%;
    opacity: 0;
    width: 40px;
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  33.33% {
    top: 0;
    opacity: 1;
    width: 40px;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    top: 0;
    opacity: 1;
    width: 100%;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes fixedConsult6 {
  0% {
    top: 0;
    opacity: 1;
    width: 100%;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  66.66% {
    top: 0;
    opacity: 1;
    width: 40px;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    top: 100%;
    opacity: 0;
    width: 40px;
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}
/* 占位标签，设置导航样式 */
#c-placeholder {
  height: 86px;
}
@media (max-width: 991px) {
  #c-placeholder {
    height: 60px;
  }
}
/*头部*/
#c-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  line-height: 86px;
  text-align: center;
  color: #fff;
  transition: 0.4s;
  border-bottom: 1px solid transparent;
}
@media (max-width: 991px) {
  #c-header {
    line-height: 60px;
  }
}
#c-header a {
  color: #fff;
  transition: 0.4s;
}
#c-header > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1920px;
  padding: 0 0.6rem;
}
@media (max-width: 991px) {
  #c-header > .container {
    padding: 0;
    width: 90%;
    height: 60px;
  }
}
#c-header .c-right-box {
  display: flex;
  align-items: center;
}
#c-header.c-head-move {
  top: -100px;
}
@media (max-width: 991px) {
  #c-header.c-head-move {
    top: -60px;
  }
}
#c-header.heade-transparent {
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}
#c-header.heade-transparent .c-nav > li > .c-title-box {
  color: rgba(51, 51, 51, 0.6);
}
#c-header.heade-transparent .c-logo .c-img-box img {
  display: none;
}
#c-header.heade-transparent .c-logo .c-img-box img:nth-child(2) {
  display: block;
}
#c-header.heade-transparent .c-gn form {
  color: rgba(51, 51, 51, 0.6);
}
#c-header.heade-transparent .c-gn .c-consult-btn span {
  border-color: rgba(102, 102, 102, 0.3);
  color: rgba(51, 51, 51, 0.4);
}
#c-header.heade-transparent .c-gn .c-consult-btn:hover span {
  border-color: var(--color);
  color: #fff;
  background: var(--color);
}
#c-header.heade-transparent .c-gn .c-language {
  color: rgba(51, 51, 51, 0.6);
}
#c-header.heade-transparent .c-switch i {
  background: #000;
}
#c-header.c-style2 {
  color: rgba(51, 51, 51, 0.6);
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid transparent;
}
#c-header.c-style2 a {
  color: rgba(51, 51, 51, 0.6);
}
#c-header .c-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  #c-header .c-logo {
    position: static;
    transform: translate(0, 0);
  }
}
#c-header .c-logo .c-img-box {
  display: flex;
  align-items: center;
}
#c-header .c-logo .c-img-box img {
  height: 20px;
}
#c-header .c-logo .c-img-box img:nth-child(2) {
  display: none;
}
#c-header .c-logo span {
  display: inline-block;
  margin-left: 0.2rem;
  padding-left: 0.2rem;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
  #c-header .c-logo span {
    display: none;
  }
}
#c-header.c-style2 .c-logo .c-img-box img:nth-child(1) {
  display: none;
}
#c-header.c-style2 .c-logo .c-img-box img:nth-child(2) {
  display: inline-block;
}
#c-header .c-switch {
  position: relative;
  display: none;
  width: 24px;
  height: 20px;
  cursor: pointer;
}
@media (max-width: 991px) {
  #c-header .c-switch {
    display: block;
  }
}
#c-header .c-switch i {
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background: #fff;
  transition: all 0.4s;
}
#c-header .c-switch i:nth-child(1) {
  top: 0;
}
#c-header .c-switch i:nth-child(3) {
  bottom: 0;
}
#c-header .c-switch i:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}
#c-header.c-style2 .c-switch i {
  background: #000;
}
#c-header .c-gn {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 991px) {
  #c-header .c-gn {
    color: #fff;
  }
}
#c-header .c-gn form {
  padding-left: 0.3rem;
}
@media (max-width: 991px) {
  #c-header .c-gn form {
    padding: 0 0.3rem;
  }
}
#c-header .c-gn form > img,
#c-header .c-gn form > svg {
  width: 18px;
  height: 18px;
  transition: 0.4s;
  vertical-align: middle;
  cursor: pointer;
}
@media (max-width: 991px) {
  #c-header .c-gn form > img,
  #c-header .c-gn form > svg {
    width: 20px;
    height: 20px;
  }
}
#c-header .c-gn form:hover > svg {
  color: var(--color);
}
#c-header .c-gn form .c-box {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  width: 100%;
  color: #666;
  background: #fff;
  border-top: 1px solid #ececec;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
#c-header .c-gn form .c-box .c-wrap {
  padding: 1rem 0;
  max-width: 600px;
  margin: 0 auto;
  text-align: left;
}
#c-header .c-gn form .c-box .c-wrap .c-input-box {
  display: flex;
  align-items: center;
  height: 60px;
  line-height: 56px;
  border: 2px solid #e2dcf1;
  border-radius: 30px;
}
#c-header .c-gn form .c-box .c-wrap .c-input-box input {
  padding: 0 0.15rem;
  width: 100%;
  height: 56px;
  padding: 0 20px 0 50px;
  background: url(../images/ico-search2.svg) no-repeat left 20px center / 18px 18px;
}
#c-header .c-gn form .c-box .c-wrap .c-input-box button {
  flex-shrink: 0;
  margin-right: 10px;
  width: 80px;
  height: 40px;
  border-radius: 20px;
  color: #fff;
  background: var(--color);
  cursor: pointer;
  transition: all 0.4s;
}
#c-header .c-gn form .c-box .c-wrap .c-input-box button:hover {
  background: #821ba1;
}
#c-header .c-gn form .c-box .c-wrap .c-box2 {
  display: flex;
  align-items: flex-start;
  line-height: 30px;
  margin-top: 0.3rem;
}
#c-header .c-gn form .c-box .c-wrap .c-box2 .c-text {
  margin-right: 0.2rem;
  flex-shrink: 0;
  color: #b8b8b8;
}
#c-header .c-gn form .c-box .c-wrap .c-box2 .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 0 -0.1rem;
}
#c-header .c-gn form .c-box .c-wrap .c-box2 .c-list li {
  padding: 0 0.1rem 0.1rem 0;
}
#c-header .c-gn form .c-box .c-wrap .c-box2 .c-list li a {
  display: block;
  padding: 0 0.15rem;
  border-radius: 5px;
  color: #949698;
  background: #f6f6f7;
  transition: all 0.4s;
}
#c-header .c-gn form .c-box .c-wrap .c-box2 .c-list li a:hover {
  color: #fff;
  background: var(--color);
}
#c-header .c-gn .c-language {
  margin-left: 0.18rem;
  padding: 0 0.18rem;
  position: relative;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 991px) {
  #c-header .c-gn .c-language {
    padding-right: 0;
    color: #fff;
  }
}
#c-header .c-gn .c-language .c-ico-text {
  display: flex;
  align-items: center;
  height: 86px;
}
@media (max-width: 991px) {
  #c-header .c-gn .c-language .c-ico-text {
    height: 60px;
  }
}
#c-header .c-gn .c-language .c-ico-text img,
#c-header .c-gn .c-language .c-ico-text svg {
  width: 18px;
  height: 18px;
  transition: 0.4s;
  vertical-align: middle;
}
@media (max-width: 991px) {
  #c-header .c-gn .c-language .c-ico-text img,
  #c-header .c-gn .c-language .c-ico-text svg {
    width: 20px;
    height: 20px;
  }
}
#c-header .c-gn .c-language .c-box {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
  line-height: 40px;
  font-size: 14px;
  border-radius: 0 0 5px 5px;
  padding: 10px;
  border-top: 1px solid #ececec;
}
#c-header .c-gn .c-language .c-box a {
  margin-bottom: 5px;
  position: relative;
  display: block;
  padding: 0 15px;
  border-radius: 5px;
  transition: all 0.4s;
}
#c-header .c-gn .c-language .c-box a:last-child {
  margin: 0;
}
#c-header .c-gn .c-language .c-box a:hover {
  color: var(--color);
  background: #f8f9fc;
}
#c-header .c-gn .c-language:hover .c-ico-text {
  color: var(--color);
}
#c-header .c-gn .c-language:hover .c-ico-text svg {
  color: var(--color);
}
#c-header.c-style2 form {
  color: rgba(51, 51, 51, 0.6);
}
@media (max-width: 767px) {
  #c-header.c-style2 form {
    color: #333;
  }
}
#c-header.c-style2 .c-consult-btn span {
  border-color: rgba(51, 51, 51, 0.6);
  color: rgba(51, 51, 51, 0.6);
}
#c-header.c-style2 .c-language {
  color: rgba(51, 51, 51, 0.6);
}
@media (max-width: 767px) {
  #c-header.c-style2 .c-language {
    color: #333;
  }
}
#c-header .c-consult-btn {
  margin-left: 0.36rem;
}
@media (max-width: 1260px) {
  #c-header .c-consult-btn {
    display: none;
  }
}
#c-header .c-consult-btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  padding: 0 0.3rem;
  border-radius: 19px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.4);
  transition: all 0.4s;
}
#c-header .c-consult-btn:hover span {
  color: #fff;
  border-color: var(--color);
  background: var(--color);
}
#c-header .c-nav {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  #c-header .c-nav {
    display: none;
  }
}
#c-header .c-nav > li {
  margin-right: 0.65rem;
}
@media (max-width: 1260px) {
  #c-header .c-nav > li {
    margin-right: 0.36rem;
  }
}
#c-header .c-nav > li:hover .c-list-box {
  z-index: 5;
}
#c-header .c-nav > li:last-child {
  margin-right: 0;
}
#c-header .c-nav > li > .c-title-box {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.5);
}
#c-header .c-nav > li > .c-title-box img,
#c-header .c-nav > li > .c-title-box svg {
  margin-left: 0.05rem;
  width: 14px;
  height: 14px;
  transform: rotate(90deg);
  transition: all 0.4s;
}
#c-header .c-nav > li > .c-title-box:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 0;
  height: 2px;
  background: var(--color);
  transition: 0.4s;
}
#c-header.c-style2 {
  color: rgba(51, 51, 51, 0.6);
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
#c-header.c-style2 a,
#c-header.c-style2 .c-nav li .c-title-box {
  color: rgba(51, 51, 51, 0.6);
}
#c-header.c-style2 .c-logo .c-img-box img:nth-child(1) {
  display: none;
}
#c-header.c-style2 .c-logo .c-img-box img:nth-child(2) {
  display: inline-block;
}
#c-header.c-style2 .c-nav li.on > .c-title-box > a,
#c-header .c-nav li:hover > .c-title-box,
#c-header .c-nav li.on > a,
#c-header .c-nav li:hover > a {
  color: var(--color);
}
#c-header.c-style2 .c-nav li.on > .c-title-box > a:before,
#c-header .c-nav li:hover > .c-title-box:before,
#c-header .c-nav li.on > a:before,
#c-header .c-nav li:hover > a:before {
  left: 0;
  width: 100%;
}
#c-header.c-style2 .c-nav li.on > .c-title-box svg,
#c-header .c-nav li:hover > .c-title-box svg {
  color: rgba(51, 51, 51, 0.6);
}
#c-header .c-nav2-box {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: 0;
  line-height: 60px;
  color: rgba(51, 51, 51, 0.6);
  background: #fff;
  overflow-y: auto;
  transition: 0.4s;
  text-align: left;
}
#c-header .c-nav2-box .c-consult-btn-box {
  width: 100%;
  border-bottom: 1px solid #f1f1f1;
  text-align: center;
  line-height: 80px;
  background: #fff;
}
#c-header .c-nav2-box .c-consult-btn-box .c-consult-btn {
  display: inline-flex;
  margin-left: 0;
}
#c-header .c-nav2-box .c-consult-btn-box .c-consult-btn span {
  background: var(--color);
  border-color: var(--color);
  color: #fff;
}
#c-header .c-nav2 {
  width: 100%;
}
#c-header .c-nav2 > li:last-child {
  border-bottom: 1px solid #f1f1f1;
}
#c-header .c-nav2 li {
  padding: 0 5vw;
  border-top: 1px solid #f1f1f1;
}
#c-header .c-nav2 li .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#c-header .c-nav2 li .c-title-box img,
#c-header .c-nav2 li .c-title-box svg {
  width: 10px;
  height: 10px;
  transition: all 0.4s;
}
#c-header .c-nav2 li .c-title-box.on img,
#c-header .c-nav2 li .c-title-box.on svg {
  transform: rotate(90deg);
}
#c-header .c-nav2 li a {
  color: rgba(51, 51, 51, 0.6);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#c-header .c-nav2 li a:hover,
#c-header .c-nav2 li.on > a {
  color: var(--color);
}
#c-header .c-nav2 li ul {
  display: none;
}
#c-header .c-list-box {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  color: #333;
  background: #fff;
  overflow: hidden;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}
#c-header .c-list-box a {
  color: #333;
}
#c-header .c-list-box.c-head-about .c-left::before {
  display: none;
}
#c-header .c-list-box.c-head-about .c-left .c-list li .c-wrap {
  background: #f8f9fc;
}
#c-header .c-list-box.c-head-service .c-left::before {
  display: none;
}
#c-header .c-list-box.c-head-innovate .c-left::before {
  display: none;
}
#c-header .c-list-box.c-head-innovate .c-right {
  width: 43%;
  border-left: 0;
}
@media (max-width: 1260px) {
  #c-header .c-list-box.c-head-innovate .c-right {
    width: 38%;
  }
}
#c-header .c-list-box .container {
  display: inline-flex;
  width: 100%;
  max-width: 1920px;
  padding: 0 0.6rem;
}
@media (max-width: 991px) {
  #c-header .c-list-box .container {
    padding: 0;
    width: 90%;
    height: 60px;
  }
}
#c-header .c-list-box .c-left {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  flex-shrink: 0;
  width: 260px;
  padding: 0.3rem 0;
  border-right: 1px solid #ececec;
}
#c-header .c-list-box .c-left::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  height: 100%;
  width: 50vw;
  background: #f8f9fc;
}
#c-header .c-list-box .c-left .c-list {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-right: -1px;
}
#c-header .c-list-box .c-left .c-list li {
  padding-right: 0.3rem;
  margin-bottom: 0.1rem;
  border-right: 2px solid transparent;
}
#c-header .c-list-box .c-left .c-list li:last-child {
  margin-bottom: 0.4rem;
}
#c-header .c-list-box .c-left .c-list li.on,
#c-header .c-list-box .c-left .c-list li:hover {
  border-color: var(--color);
}
#c-header .c-list-box .c-left .c-list li.on .c-wrap,
#c-header .c-list-box .c-left .c-list li:hover .c-wrap {
  color: #fff;
}
#c-header .c-list-box .c-left .c-list li.on .c-wrap::before,
#c-header .c-list-box .c-left .c-list li:hover .c-wrap::before {
  opacity: 1;
}
#c-header .c-list-box .c-left .c-list li.on .c-wrap .c-ico,
#c-header .c-list-box .c-left .c-list li:hover .c-wrap .c-ico {
  color: #fff;
}
#c-header .c-list-box .c-left .c-list li.on .c-wrap .c-ico img,
#c-header .c-list-box .c-left .c-list li:hover .c-wrap .c-ico img,
#c-header .c-list-box .c-left .c-list li.on .c-wrap .c-ico svg,
#c-header .c-list-box .c-left .c-list li:hover .c-wrap .c-ico svg {
  animation: arrow 0.4s;
}
#c-header .c-list-box .c-left .c-list li .c-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.2rem;
  height: 50px;
  cursor: pointer;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}
#c-header .c-list-box .c-left .c-list li .c-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url(../images/head-menu-bg.png) no-repeat center / cover;
  opacity: 0;
  transition: all 0.4s;
}
#c-header .c-list-box .c-left .c-list li .c-wrap span {
  position: relative;
  z-index: 2;
}
#c-header .c-list-box .c-left .c-list li .c-wrap .c-ico {
  position: relative;
  z-index: 2;
  margin-left: 0.2rem;
  width: 10px;
  height: 10px;
  overflow: hidden;
  color: #999;
  transition: all 0.4s;
}
#c-header .c-list-box .c-left .c-list li .c-wrap .c-ico img,
#c-header .c-list-box .c-left .c-list li .c-wrap .c-ico svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#c-header .c-list-box .c-left .c-list2 {
  position: relative;
  z-index: 2;
}
#c-header .c-list-box .c-left .c-list2 li {
  margin-bottom: 0.15rem;
}
#c-header .c-list-box .c-left .c-list2 li:last-child {
  margin-bottom: 0;
}
#c-header .c-list-box .c-left .c-list2 li a {
  display: flex;
  align-items: center;
}
#c-header .c-list-box .c-left .c-list2 li a span {
  margin: 0 0 0 0.15rem;
  transition: all 0.4s;
}
#c-header .c-list-box .c-left .c-list2 li a img,
#c-header .c-list-box .c-left .c-list2 li a svg {
  display: block;
  width: 16px;
  height: 16px;
  color: #666;
  transition: all 0.4s;
}
#c-header .c-list-box .c-left .c-list2 li a .c-ico {
  width: 10px;
  height: 10px;
  object-fit: contain;
}
#c-header .c-list-box .c-left .c-list2 li a .c-ico img,
#c-header .c-list-box .c-left .c-list2 li a .c-ico svg {
  color: transparent;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
}
#c-header .c-list-box .c-left .c-list2 li a:hover {
  color: var(--color);
}
#c-header .c-list-box .c-left .c-list2 li a:hover span {
  margin: 0 0.08rem 0 0.15rem;
}
#c-header .c-list-box .c-left .c-list2 li a:hover svg {
  color: var(--color);
}
#c-header .c-list-box .c-left .c-list2 li a:hover .c-ico svg {
  color: var(--color);
}
#c-header .c-list-box .c-left .c-text-box {
  padding-right: 0.2rem;
  text-align: left;
}
#c-header .c-list-box .c-left .c-text-box .c-title {
  font-weight: bold;
}
#c-header .c-list-box .c-left .c-text-box .c-text {
  margin: 0.1rem 0 0.7rem;
  color: #666;
}
#c-header .c-list-box .c-left .c-text-box .c-more {
  display: inline-flex;
  align-items: center;
  color: var(--color);
}
#c-header .c-list-box .c-left .c-text-box .c-more span {
  text-decoration: underline;
}
#c-header .c-list-box .c-left .c-text-box .c-more img,
#c-header .c-list-box .c-left .c-text-box .c-more svg {
  margin-left: 0.05rem;
  width: 10px;
  height: 10px;
  object-fit: contain;
  transition: all 0.4s;
}
#c-header .c-list-box .c-left .c-text-box .c-more:hover img,
#c-header .c-list-box .c-left .c-text-box .c-more:hover svg {
  margin-left: 0.2rem;
}
#c-header .c-list-box .c-center {
  width: 100%;
  padding: 0.3rem;
}
#c-header .c-list-box .c-center .c-list > li {
  display: none;
}
#c-header .c-list-box .c-center .c-list > li.on {
  display: block;
}
#c-header .c-list-box .c-center .c-list > li .c-more {
  padding-top: 0.2rem;
  text-align: center;
}
#c-header .c-list-box .c-center .c-list > li .c-more a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color);
}
#c-header .c-list-box .c-center .c-list > li .c-more a span {
  text-decoration: underline;
  text-underline-offset: 4px;
}
#c-header .c-list-box .c-center .c-list > li .c-more a img,
#c-header .c-list-box .c-center .c-list > li .c-more a svg {
  width: 10px;
  height: 10px;
  object-fit: contain;
  margin-left: 0.05rem;
  transition: all 0.4s;
}
#c-header .c-list-box .c-center .c-list > li .c-more a:hover img,
#c-header .c-list-box .c-center .c-list > li .c-more a:hover svg {
  margin-left: 0.15rem;
}
#c-header .c-list-box .c-center .c-list > li .c-list-1 {
  display: flex;
  flex-wrap: wrap;
}
#c-header .c-list-box .c-center .c-list > li .c-list-1 li {
  margin: 0 0 0.2rem;
  width: 25%;
  text-align: center;
}
#c-header .c-list-box .c-center .c-list > li .c-list-1 li a {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}
#c-header .c-list-box .c-center .c-list > li .c-list-1 li a .public-img {
  margin: 0 auto 5px;
  width: 120px;
  border-radius: 10px;
  transition: all 0.4s;
  max-width: 100%;
}
@media (max-width: 1580px) {
  #c-header .c-list-box .c-center .c-list > li .c-list-1 li a .public-img {
    width: 80px;
  }
}
#c-header .c-list-box .c-center .c-list > li .c-list-1 li a .public-img img {
  transform: scale(0.6);
  object-fit: contain;
}
#c-header .c-list-box .c-center .c-list > li .c-list-1 li a:hover {
  color: var(--color);
}
#c-header .c-list-box .c-center .c-list > li .c-list-1 li a:hover .public-img {
  background: #f8f9fc;
}
#c-header .c-list-box .c-center .c-list > li .c-list-1 li a:hover .public-img img {
  transform: scale(0.7);
}
#c-header .c-list-box .c-center .c-list > li .c-list-2 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.15rem -0.3rem;
}
#c-header .c-list-box .c-center .c-list > li .c-list-2 li {
  padding: 0 0.15rem 0.3rem;
  width: 14.2857%;
}
@media (max-width: 1580px) {
  #c-header .c-list-box .c-center .c-list > li .c-list-2 li {
    width: 20%;
  }
}
#c-header .c-list-box .c-center .c-list > li .c-list-2 li a {
  display: inline-block;
  vertical-align: top;
}
#c-header .c-list-box .c-center .c-list > li .c-list-2 li a .public-img {
  margin-bottom: 5px;
  width: 0.7rem;
  max-width: 100%;
  border-radius: 50%;
  transition: all 0.4s;
}
#c-header .c-list-box .c-center .c-list > li .c-list-2 li a .public-img img,
#c-header .c-list-box .c-center .c-list > li .c-list-2 li a .public-img svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#c-header .c-list-box .c-center .c-list > li .c-list-2 li a:hover {
  color: var(--color);
}
#c-header .c-list-box .c-center .c-list > li .c-list-2 li a:hover .public-img {
  background: #f8f9fc;
  color: #fff;
  background: var(--color);
}
#c-header .c-list-box .c-center .c-list > li .c-list-3 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.15rem -0.15rem;
}
#c-header .c-list-box .c-center .c-list > li .c-list-3 li {
  padding: 0 0.15rem 0.15rem;
  width: 50%;
}
#c-header .c-list-box .c-center .c-list > li .c-list-3 li a {
  display: flex;
  align-items: center;
}
#c-header .c-list-box .c-center .c-list > li .c-list-3 li a .public-img {
  width: 120px;
  border-radius: 10px;
  background: #f8f9fc;
  max-width: 100%;
  flex-shrink: 0;
}
@media (max-width: 1580px) {
  #c-header .c-list-box .c-center .c-list > li .c-list-3 li a .public-img {
    width: 80px;
  }
}
#c-header .c-list-box .c-center .c-list > li .c-list-3 li a .public-img img {
  transform: scale(0.5);
}
#c-header .c-list-box .c-center .c-list > li .c-list-3 li a .c-box {
  padding: 0 0.15rem 0 0.2rem;
  text-align: left;
  width: calc(100% - 120px);
}
#c-header .c-list-box .c-center .c-list > li .c-list-3 li a .c-box .c-title {
  white-space: nowrap;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
}
#c-header .c-list-box .c-center .c-list > li .c-list-3 li a .c-box .c-title span {
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
  height: 16px;
  margin-left: 5px;
  padding: 0 5px;
  border: 1px solid var(--color);
  color: var(--color);
  font-size: 10px;
  font-weight: normal;
  border-radius: 8px;
}
#c-header .c-list-box .c-center .c-list > li .c-list-3 li a .c-box .c-text {
  color: #666;
}
@media (max-width: 1580px) {
  #c-header .c-list-box .c-center .c-list > li .c-list-3 li a .c-box .c-text {
    font-size: 12px;
  }
}
#c-header .c-list-box .c-center .c-list > li .c-list-3 li a:hover .public-img img {
  transform: scale(0.6);
}
#c-header .c-list-box .c-center .c-text-box {
  text-align: left;
}
#c-header .c-list-box .c-center .c-text-box .c-title {
  font-weight: bold;
}
#c-header .c-list-box .c-center .c-text-box .c-text {
  margin: 0.1rem 0 0.2rem;
  color: #666;
  max-width: 590px;
}
#c-header .c-list-box .c-center .c-text-box .c-more {
  margin-bottom: 0.4rem;
  display: inline-flex;
  align-items: center;
  color: var(--color);
}
#c-header .c-list-box .c-center .c-text-box .c-more span {
  text-decoration: underline;
}
#c-header .c-list-box .c-center .c-text-box .c-more img,
#c-header .c-list-box .c-center .c-text-box .c-more svg {
  margin-left: 0.05rem;
  width: 10px;
  height: 10px;
  object-fit: contain;
  transition: all 0.4s;
}
#c-header .c-list-box .c-center .c-text-box .c-more:hover img,
#c-header .c-list-box .c-center .c-text-box .c-more:hover svg {
  margin-left: 0.2rem;
}
#c-header .c-list-box .c-center .c-list2 {
  display: flex;
  justify-content: space-between;
  text-align: left;
}
#c-header .c-list-box .c-center .c-list2 li .c-num {
  font-weight: bold;
  color: var(--color);
  -webkit-mask-image: linear-gradient(to left, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 50%, #fff 100%);
  mask-image: linear-gradient(to left, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 50%, #fff 100%);
}
#c-header .c-list-box .c-center .c-list3 {
  display: flex;
  margin: 0 -0.25rem;
}
#c-header .c-list-box .c-center .c-list3 > li {
  padding: 0 0.25rem;
  width: 25%;
  text-align: left;
}
#c-header .c-list-box .c-center .c-list3 > li .c-box {
  position: relative;
  display: flex;
  align-items: center;
}
#c-header .c-list-box .c-center .c-list3 > li .c-box > img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
#c-header .c-list-box .c-center .c-list3 > li .c-box .c-title {
  padding: 0 0.3rem 0 0.2rem;
  font-weight: bold;
}
#c-header .c-list-box .c-center .c-list3 > li .c-box .c-ico {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: #999;
  overflow: hidden;
}
#c-header .c-list-box .c-center .c-list3 > li .c-box .c-ico img,
#c-header .c-list-box .c-center .c-list3 > li .c-box .c-ico svg {
  display: block;
  width: 10px;
  height: 10px;
  object-fit: contain;
}
#c-header .c-list-box .c-center .c-list3 > li .c-box:hover .c-ico {
  color: var(--color);
}
#c-header .c-list-box .c-center .c-list3 > li .c-box:hover .c-ico img,
#c-header .c-list-box .c-center .c-list3 > li .c-box:hover .c-ico svg {
  animation: arrow 0.4s;
}
#c-header .c-list-box .c-center .c-list3 > li ul {
  margin-top: 0.15rem;
  border-top: 1px solid #eee;
  padding-left: calc(20px + 0.2rem);
}
#c-header .c-list-box .c-center .c-list3 > li ul li {
  margin-top: 0.1rem;
}
#c-header .c-list-box .c-center .c-list3 > li ul li:first-child {
  margin-top: 0.15rem;
}
#c-header .c-list-box .c-center .c-list3 > li ul li a {
  color: #666;
}
#c-header .c-list-box .c-center .c-list3 > li ul li a:hover {
  color: var(--color);
}
#c-header .c-list-box .c-center .c-list4 {
  max-width: 300px;
}
#c-header .c-list-box .c-center .c-list4 li {
  margin-bottom: 0.1rem;
}
#c-header .c-list-box .c-center .c-list4 li:last-child {
  margin-bottom: 0;
}
#c-header .c-list-box .c-center .c-list4 li .c-wrap {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 0.2rem;
  height: 50px;
  border-radius: 5px;
  cursor: pointer;
}
#c-header .c-list-box .c-center .c-list4 li .c-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url(../images/head-menu-bg.png) no-repeat center / cover;
  opacity: 0;
  transition: all 0.4s;
}
#c-header .c-list-box .c-center .c-list4 li .c-wrap > img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
#c-header .c-list-box .c-center .c-list4 li .c-wrap span {
  padding: 0 0.3rem 0 0.2rem;
  position: relative;
  z-index: 2;
}
#c-header .c-list-box .c-center .c-list4 li .c-wrap .c-ico {
  position: absolute;
  top: 50%;
  right: 0.4rem;
  z-index: 2;
  margin-left: 0.2rem;
  width: 10px;
  height: 10px;
  overflow: hidden;
  color: transparent;
  transition: all 0.4s;
  transform: translateY(-50%);
}
#c-header .c-list-box .c-center .c-list4 li .c-wrap .c-ico img,
#c-header .c-list-box .c-center .c-list4 li .c-wrap .c-ico svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#c-header .c-list-box .c-center .c-list4 li .c-wrap:hover {
  background: #f8f9fc;
}
#c-header .c-list-box .c-center .c-list4 li .c-wrap:hover .c-ico {
  right: 0.2rem;
  color: #666;
}
#c-header .c-list-box .c-right {
  width: 380px;
  flex-shrink: 0;
  padding: 0.3rem 0 0.3rem 0.3rem;
  border-left: 1px solid #ececec;
}
@media (max-width: 1580px) {
  #c-header .c-list-box .c-right {
    width: 300px;
  }
}
@media (max-width: 1260px) {
  #c-header .c-list-box .c-right {
    width: 200px;
  }
}
#c-header .c-list-box .c-right .c-list {
  max-width: 315px;
}
#c-header .c-list-box .c-right .c-list li {
  margin-bottom: 0.3rem;
}
#c-header .c-list-box .c-right .c-list li:last-child {
  margin-bottom: 0;
}
#c-header .c-list-box .c-right .c-list li .c-wrap {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
#c-header .c-list-box .c-right .c-list li .c-wrap .public-img::before {
  padding-top: calc(150/315*100%);
}
#c-header .c-list-box .c-right .c-list li .c-wrap .c-title {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 15;
  width: 100%;
  padding: 0.15rem 0.2rem;
  text-align: left;
  color: #fff;
}
#c-header .c-list-box .c-right .c-list li .c-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 70px;
  background: rgba(0, 0, 0, 0.3);
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}
#c-header .c-list-box .c-right .c-list li .c-wrap:hover .public-img img {
  transform: scale(1.1);
}
#c-header .c-list-box .c-right .c-list2 li a {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
#c-header .c-list-box .c-right .c-list2 li a .public-img::before {
  padding-top: calc(180/350*100%);
}
#c-header .c-list-box .c-right .c-list2 li a .c-box {
  padding: 0.15rem 0.2rem;
  background: #f8f9fc;
  text-align: left;
}
#c-header .c-list-box .c-right .c-list2 li a .c-box .c-title {
  height: 3em;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
#c-header .c-list-box .c-right .c-list2 li a .c-box .c-more {
  margin-top: 0.25rem;
  display: inline-flex;
  align-items: center;
  color: var(--color);
}
#c-header .c-list-box .c-right .c-list2 li a .c-box .c-more span {
  text-decoration: underline;
}
#c-header .c-list-box .c-right .c-list2 li a .c-box .c-more img,
#c-header .c-list-box .c-right .c-list2 li a .c-box .c-more svg {
  margin-left: 0.05rem;
  width: 10px;
  height: 10px;
  object-fit: contain;
  transition: all 0.4s;
}
#c-header .c-list-box .c-right .c-list2 li a .c-box .c-more:hover img,
#c-header .c-list-box .c-right .c-list2 li a .c-box .c-more:hover svg {
  margin-left: 0.2rem;
}
#c-header .c-list-box .c-right .c-list2 li a:hover .public-img img {
  transform: scale(1.1);
}
#c-header .c-list-box .c-right .c-list2 li a:hover .c-box .c-more img,
#c-header .c-list-box .c-right .c-list2 li a:hover .c-box .c-more svg {
  margin-left: 0.2rem;
}
#c-header .c-list-box .c-right .c-list3 {
  display: flex;
  margin: 0 -0.15rem;
}
#c-header .c-list-box .c-right .c-list3 li {
  padding: 0 0.15rem;
  width: 50%;
  text-align: left;
}
#c-header .c-list-box .c-right .c-list3 li .c-wrap {
  display: block;
}
#c-header .c-list-box .c-right .c-list3 li .c-wrap .public-img {
  margin: 0 0 0.15rem;
  border-radius: 10px;
}
#c-header .c-list-box .c-right .c-list3 li .c-wrap .public-img::before {
  padding-top: calc(185/330*100%);
}
#c-header .c-list-box .c-right .c-list3 li .c-wrap p {
  height: 3em;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.c-open #c-header .c-nav2-box {
  height: calc(100vh - 1.2rem);
}
.c-open #c-header .c-switch i:nth-child(2) {
  opacity: 0;
}
.c-open #c-header .c-switch i:nth-child(1) {
  top: 50%;
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-open #c-header .c-switch i:nth-child(3) {
  bottom: 50%;
  margin-bottom: -1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* 底部 */
#c-footer {
  background: url(../images/footer-bg.png) no-repeat center / cover;
}
#c-footer .container {
  max-width: 1600px;
}
#c-footer a {
  color: #666;
  transition: 0.4s;
}
#c-footer a:hover {
  color: var(--color);
}
#c-footer .c-top-box.on .container {
  border-top: 1px solid #dedfe1;
}
#c-footer .c-top-box .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.4rem 0;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container {
    padding: 1rem 0;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .c-left {
    width: 100%;
    text-align: center;
  }
}
#c-footer .c-top-box .c-left .c-title {
  margin-bottom: 0.35rem;
  font-weight: bold;
}
#c-footer .c-top-box .c-left .c-title span {
  color: var(--color);
}
#c-footer .c-top-box .c-left .public-btn {
  color: #000;
}
#c-footer .c-top-box .c-left .public-btn:hover {
  color: #fff;
}
#c-footer .c-top-box .c-right {
  flex-shrink: 0;
  padding-left: 1rem;
  margin-left: 1rem;
  border-left: 1px solid #dedfe1;
}
@media (max-width: 1260px) {
  #c-footer .c-top-box .c-right {
    padding-left: 0.6rem;
    margin-left: 0.6rem;
  }
}
@media (max-width: 991px) {
  #c-footer .c-top-box .c-right {
    padding-left: 0.4rem;
    margin-left: 0.4rem;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .c-right {
    padding: 0;
    margin: 0.6rem 0 0;
    border: 0;
    width: 100%;
  }
}
#c-footer .c-top-box .c-right .c-title {
  color: #999;
}
@media (max-width: 991px) {
  #c-footer .c-top-box .c-right .c-title {
    display: none;
  }
}
#c-footer .c-top-box .c-right .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .c-right .c-list {
    margin-top: 0.4rem;
  }
}
#c-footer .c-top-box .c-right .c-list li:nth-child(2) {
  margin: 0 0.7rem;
}
@media (max-width: 1260px) {
  #c-footer .c-top-box .c-right .c-list li:nth-child(2) {
    margin: 0 0.6rem;
  }
}
@media (max-width: 991px) {
  #c-footer .c-top-box .c-right .c-list li:nth-child(2) {
    margin: 0 0.4rem;
  }
}
#c-footer .c-top-box .c-right .c-list li a {
  display: block;
  font-weight: bold;
  color: #000;
  text-align: center;
}
#c-footer .c-top-box .c-right .c-list li a:hover {
  color: var(--color);
}
#c-footer .c-top-box .c-right .c-list li img,
#c-footer .c-top-box .c-right .c-list li lottie-player {
  display: inline-block;
  margin-bottom: 0.15rem;
  width: 42px;
  height: 42px;
  object-fit: contain;
}
@media (max-width: 991px) {
  #c-footer .c-top-box .c-right .c-list li img,
  #c-footer .c-top-box .c-right .c-list li lottie-player {
    width: 30px;
    height: 30px;
  }
}
#c-footer .c-center-box .container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0.8rem 0 0.1rem;
  border-top: 1px solid #dedfe1;
}
@media (max-width: 767px) {
  #c-footer .c-center-box .container {
    padding: 0.6rem 0 1rem;
  }
}
#c-footer .c-center-box .container .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #999;
}
#c-footer .c-center-box .container .c-title-box:hover {
  color: var(--color);
}
@media (max-width: 767px) {
  #c-footer .c-center-box .container .c-title-box {
    padding: 0.3rem 0;
    border-bottom: 1px solid #dedfe1;
  }
}
#c-footer .c-center-box .container .c-title-box img,
#c-footer .c-center-box .container .c-title-box svg {
  margin-left: 20px;
  flex-shrink: 0;
  display: none;
  transition: 0.4s;
  width: 10px;
  height: 10px;
}
@media (max-width: 767px) {
  #c-footer .c-center-box .container .c-title-box img,
  #c-footer .c-center-box .container .c-title-box svg {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  #c-footer .c-center-box .container .c-list-box {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #c-footer .c-center-box .container .c-list-box .c-list {
    display: none;
    padding-bottom: 0.2rem;
  }
}
#c-footer .c-center-box .container .c-list-box .c-list li {
  margin-top: 5px;
  font-weight: bold;
}
@media (max-width: 991px) {
  #c-footer .c-center-box .container .c-list-box .c-list li {
    margin-top: 0.3rem;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #c-footer .c-center-box .container .c-list-box .c-list li {
    font-weight: normal;
  }
}
#c-footer .c-center-box .container .c-list-box .c-list li:first-child {
  margin-top: 0.2rem;
}
@media (max-width: 767px) {
  #c-footer .c-center-box .container .c-list-box .c-list li:first-child {
    margin-top: 0.3rem;
  }
}
#c-footer .c-center-box .container .c-list-box.on .c-title-box img,
#c-footer .c-center-box .container .c-list-box.on .c-title-box svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (max-width: 767px) {
  #c-footer .c-center-box .container .c-list-box.on .c-title-box img,
  #c-footer .c-center-box .container .c-list-box.on .c-title-box svg {
    display: inline-block;
  }
}
#c-footer .c-center-box .container .c-ico {
  display: flex;
  align-items: flex-start;
  color: #999;
}
@media (max-width: 767px) {
  #c-footer .c-center-box .container .c-ico {
    justify-content: center;
  }
  #c-footer .c-center-box .container .c-ico p {
    width: 100px;
  }
}
#c-footer .c-center-box .container .c-ico div {
  margin-right: 0.2rem;
  font-size: 12px;
}
#c-footer .c-center-box .container .c-ico a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d5bedd;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  color: var(--color);
  transition: 0.4s;
}
@media (max-width: 1580px) {
  #c-footer .c-center-box .container .c-ico a {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 991px) {
  #c-footer .c-center-box .container .c-ico a {
    width: 46px;
    height: 46px;
  }
}
#c-footer .c-center-box .container .c-ico a img,
#c-footer .c-center-box .container .c-ico a svg {
  width: 50%;
  height: 50%;
}
#c-footer .c-center-box .container .c-ico a:hover {
  color: #fff;
  border-color: var(--color);
  background: var(--color);
}
@media (max-width: 991px) {
  #c-footer .c-center-box .container .c-text-wrap {
    margin-top: 0.4rem;
    width: 100%;
  }
}
@media (max-width: 767px) {
  #c-footer .c-center-box .container .c-text-wrap {
    margin-top: 0.8rem;
  }
}
#c-footer .c-center-box .container .c-text-wrap .c-title {
  font-weight: bold;
  color: #000;
}
@media (max-width: 767px) {
  #c-footer .c-center-box .container .c-text-wrap .c-title {
    text-align: center;
  }
}
#c-footer .c-center-box .container .c-text-wrap form {
  display: flex;
  align-items: center;
  margin: 0.2rem 0;
  height: 54px;
  padding: 0 10px 0 25px;
  border-radius: 27px;
  border: 2px solid #eae2ef;
}
#c-footer .c-center-box .container .c-text-wrap form .c-svg {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  color: #6a1685;
  opacity: 0.4;
}
#c-footer .c-center-box .container .c-text-wrap form input {
  height: 50px;
  width: 208px;
  padding: 0 0.2rem;
}
@media (max-width: 1580px) {
  #c-footer .c-center-box .container .c-text-wrap form input {
    width: 160px;
  }
}
@media (max-width: 991px) {
  #c-footer .c-center-box .container .c-text-wrap form input {
    width: 100%;
  }
}
#c-footer .c-center-box .container .c-text-wrap form button {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 34px;
  border-radius: 17px;
  background: #6a1685;
  color: #fff;
  transition: all 0.4s;
}
#c-footer .c-center-box .container .c-text-wrap form button:hover {
  background: #821ba1;
}
#c-footer .c-center-box .container .c-text-wrap .c-feedback-btn {
  display: inline-flex;
  align-items: center;
  margin-top: 0.45rem;
  color: #000;
  font-weight: bold;
}
@media (max-width: 991px) {
  #c-footer .c-center-box .container .c-text-wrap .c-feedback-btn {
    display: none;
  }
}
#c-footer .c-center-box .container .c-text-wrap .c-feedback-btn span {
  margin: 0 0.1rem;
}
#c-footer .c-center-box .container .c-text-wrap .c-feedback-btn .c-svg {
  width: 18px;
  height: 18px;
  transition: all 0.4s;
}
#c-footer .c-center-box .container .c-text-wrap .c-feedback-btn .c-svg:last-child {
  width: 10px;
  height: 10px;
}
#c-footer .c-center-box .container .c-text-wrap .c-feedback-btn:hover {
  color: var(--color);
}
#c-footer .c-center-box .container .c-text-wrap .c-feedback-btn:hover .c-svg:last-child {
  margin-left: 0.1rem;
}
#c-footer .c-bottom-box {
  padding: 0.36rem 0;
  color: #999;
}
@media (max-width: 767px) {
  #c-footer .c-bottom-box {
    padding: 0 0 0.6rem;
  }
}
#c-footer .c-bottom-box .container .c-friend-link {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  color: #aaa;
}
@media (max-width: 991px) {
  #c-footer .c-bottom-box .container .c-friend-link {
    display: none;
  }
}
#c-footer .c-bottom-box .container .c-friend-link a {
  margin: 0 0 0 0.2rem;
  color: #aaa;
}
#c-footer .c-bottom-box .container .c-friend-link a:hover {
  color: var(--color);
}
#c-footer .c-bottom-box .container .c-copyright-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-top: 1px solid #dedfe1;
  padding-top: 0.2rem;
  margin-top: 0.2rem;
}
@media (max-width: 991px) {
  #c-footer .c-bottom-box .container .c-copyright-box {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  #c-footer .c-bottom-box .container .c-copyright-box {
    justify-content: center;
    text-align: center;
  }
}
#c-footer .c-bottom-box .container .c-copyright-box a {
  color: #999;
}
#c-footer .c-bottom-box .container .c-copyright-box a:hover {
  color: var(--color);
}
#c-footer .c-bottom-box .container .c-copyright-box .c-copyright {
  word-wrap: break-word;
  word-break: break-all;
}
@media (max-width: 991px) {
  #c-footer .c-bottom-box .container .c-copyright-box .c-copyright {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  #c-footer .c-bottom-box .container .c-copyright-box .c-copyright {
    max-width: 225px;
  }
}
#c-footer .c-bottom-box .container .c-copyright-box .c-policy-link a {
  margin-left: 0.25rem;
}
@media (max-width: 991px) {
  #c-footer .c-bottom-box .container .c-copyright-box .c-policy-link a {
    font-size: 10px;
    margin: 0 0.1rem 0 0;
  }
}
#c-go-top {
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 800;
  cursor: pointer;
}
@media (max-width: 767px) {
  #c-go-top {
    display: none !important;
  }
}
#c-go-top .c-list {
  white-space: nowrap;
}
#c-go-top .c-list li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.2rem;
  cursor: pointer;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  color: var(--color);
  transition: all 0.4s;
  background: #fff;
}
#c-go-top .c-list li > img,
#c-go-top .c-list li > svg {
  width: 0.28rem;
  height: 0.28rem;
  transition: all 0.4s;
}
#c-go-top .c-list li > img .cls-right-ico1-2,
#c-go-top .c-list li > svg .cls-right-ico1-2 {
  color: #fff;
  transition: all 0.4s;
}
#c-go-top .c-list li:hover {
  background: var(--color);
}
#c-go-top .c-list li:hover > svg {
  color: #fff;
}
#c-go-top .c-list li:hover > svg .cls-right-ico1-2 {
  color: var(--color);
}
#c-go-top .c-list li .c-box {
  display: none;
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
  padding-right: 20px;
  transition: all 0.4s;
  color: #222;
}
#c-go-top .c-list li .c-box .c-wrap {
  position: relative;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  text-align: left;
  padding: 15px;
}
#c-go-top .c-list li .c-box .c-wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: -18px;
  border: 10px solid transparent;
  border-left: 10px solid #fff;
}
#c-go-top .c-list li .c-box .c-wrap .c-item {
  display: flex;
  align-items: flex-start;
  line-height: 20px;
  margin-bottom: 0.3rem;
}
#c-go-top .c-list li .c-box .c-wrap .c-item > img {
  margin: 0 10px;
  width: 20px;
  height: 20px;
  object-fit: contain;
}
#c-go-top .c-list li .c-box .c-wrap .c-item .c-phone {
  font-weight: bold;
}
#c-go-top .c-list li .c-box .c-wrap .c-item p:nth-child(2) {
  display: inline-flex;
  align-items: center;
  color: var(--color);
  margin-top: 5px;
}
#c-go-top .c-list li .c-box .c-wrap .c-item p:nth-child(2) img,
#c-go-top .c-list li .c-box .c-wrap .c-item p:nth-child(2) svg {
  margin-left: 10px;
  width: 10px;
  height: 10px;
  object-fit: contain;
  transition: all 0.4s;
}
#c-go-top .c-list li .c-box .c-wrap .c-item p:nth-child(2):hover img,
#c-go-top .c-list li .c-box .c-wrap .c-item p:nth-child(2):hover svg {
  margin-left: 15px;
}
#c-go-top .c-list li .c-box .c-wrap .c-more {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: #f9f6fa;
  transition: all 0.4s;
  min-width: 210px;
  border-radius: 5px;
}
#c-go-top .c-list li .c-box .c-wrap .c-more img,
#c-go-top .c-list li .c-box .c-wrap .c-more svg {
  margin-left: 10px;
  width: 10px;
  height: 10px;
  object-fit: contain;
  color: var(--color);
  transition: all 0.4s;
}
#c-go-top .c-list li .c-box .c-wrap .c-more:hover {
  background: var(--color);
  color: #fff;
}
#c-go-top .c-list li .c-box .c-wrap .c-more:hover svg {
  margin-left: 15px;
  color: #fff;
}
#c-code-pop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 910;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
#c-code-pop .c-img-box {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 20px;
  width: 200px;
  border-radius: 5px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#c-code-pop .c-img-box .c-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  bottom: -60px;
  left: 50%;
  margin-left: -20px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.4s;
  color: #333;
}
#c-code-pop .c-img-box .c-close img,
#c-code-pop .c-img-box .c-close svg {
  margin: 4px;
  width: 18px;
  height: 18px;
}
#c-code-pop .c-img-box .c-close:hover {
  color: #fff;
  background-color: var(--color);
}
#c-code-pop .c-img-box > img {
  width: 100%;
}
#c-code-pop .c-img-box .c-text {
  padding-top: 10px;
  line-height: 1;
  text-align: center;
  color: #333;
}
/*首页内容1*/
.c-home1 .swiper-slide {
  overflow: hidden;
  text-align: center;
}
.c-home1 .swiper-slide .c-img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: var(--vh);
}
.c-home1 .swiper-slide .c-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-home1 .swiper-slide .c-video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-home1 .swiper-slide .c-box {
  position: absolute;
  top: 2rem;
  left: 0;
  z-index: 10;
  width: 100%;
  color: #fff;
}
@media (max-width: 767px) {
  .c-home1 .swiper-slide .c-box {
    top: 2.5rem;
  }
}
.c-home1 .swiper-slide .c-box .c-title {
  font-weight: bold;
  letter-spacing: 0.25rem;
}
@media (max-width: 767px) {
  .c-home1 .swiper-slide .c-box .c-title {
    letter-spacing: inherit;
  }
}
.c-home1 .swiper-slide .c-box .c-text {
  margin-top: 0.15rem;
  color: rgba(255, 255, 255, 0.75);
  letter-spacing: 0.06rem;
}
@media (max-width: 767px) {
  .c-home1 .swiper-slide .c-box .c-text {
    letter-spacing: inherit;
  }
}
.c-home1 .swiper-slide.c-style2 .c-box {
  top: 40%;
  transform: translateY(-50%);
  text-align: left;
}
@media (max-width: 767px) {
  .c-home1 .swiper-slide.c-style2 .c-box {
    top: 2.5rem;
    text-align: center;
    transform: translateY(0);
  }
}
.c-home1 .swiper-slide.c-style2 .c-box .c-subtitle {
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 0;
}
.c-home1 .swiper-slide.c-style2 .c-box .c-title {
  font-family: "MONTSERRATBOLD", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 0.9rem;
  line-height: 1.2;
  letter-spacing: 0;
}
.c-home1 .swiper-slide.c-style2 .c-box .c-text {
  margin: 0;
}
.c-home1 .swiper-button-next,
.c-home1 .swiper-button-prev {
  margin-top: -0.2rem;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  transition: 0.4s;
  right: 0.6rem;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}
@media (max-width: 1260px) {
  .c-home1 .swiper-button-next,
  .c-home1 .swiper-button-prev {
    display: none;
  }
}
.c-home1 .swiper-button-next::after,
.c-home1 .swiper-button-prev::after {
  display: none;
}
.c-home1 .swiper-button-next img,
.c-home1 .swiper-button-prev img,
.c-home1 .swiper-button-next svg,
.c-home1 .swiper-button-prev svg {
  width: 18px;
  height: 18px;
}
@media (max-width: 1580px) {
  .c-home1 .swiper-button-next img,
  .c-home1 .swiper-button-prev img,
  .c-home1 .swiper-button-next svg,
  .c-home1 .swiper-button-prev svg {
    width: 14px;
    height: 14px;
  }
}
.c-home1 .swiper-button-prev {
  left: 0.6rem;
}
.c-home1 .swiper-button-next:hover,
.c-home1 .swiper-button-prev:hover {
  background: #fff;
  color: var(--color);
}
.c-home1 .swiper-pagination {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  bottom: 0.5rem;
}
@media (max-width: 767px) {
  .c-home1 .swiper-pagination {
    bottom: 0.6rem;
  }
}
.c-home1 .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  opacity: 1;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0;
  width: 130px;
  height: 2px;
  vertical-align: top;
  margin: 0 0.1rem;
}
@media (max-width: 767px) {
  .c-home1 .swiper-pagination .swiper-pagination-bullet {
    margin: 0 0.1rem;
    width: 0.6rem;
  }
}
.c-home1 .swiper-pagination .swiper-pagination-bullet div {
  height: 100%;
  background: #fff;
  width: 0;
  animation-timing-function: linear;
}
.c-home1 .swiper-pagination .swiper-pagination-bullet p {
  position: absolute;
  bottom: 100%;
  left: 0;
  margin-bottom: 0.1rem;
  width: 100%;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .c-home1 .swiper-pagination .swiper-pagination-bullet p {
    display: none;
  }
}
.c-home1 .swiper-pagination .swiper-pagination-bullet p:hover {
  color: #fff;
}
.c-home1 .swiper-pagination .swiper-pagination-bullet-active div {
  animation-name: width100;
}
.c-home2 {
  padding-top: 0.6rem;
}
.c-home2 .container {
  width: 95%;
  max-width: 1800px;
}
@media (max-width: 1260px) {
  .c-home2 .container {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .c-home2 {
    overflow: hidden;
  }
  .c-home2 .swiper {
    overflow: visible;
  }
  .c-home2 .swiper .swiper-pagination {
    bottom: 0;
  }
  .c-home2 .swiper .swiper-pagination-bullet-active {
    background: var(--color);
  }
}
.c-home2 .c-list {
  flex-wrap: wrap;
}
.c-home2 .c-list li {
  margin-bottom: 0.8rem;
}
@media (max-width: 991px) {
  .c-home2 .c-list li {
    margin-bottom: 0.6rem;
  }
}
@media (max-width: 767px) {
  .c-home2 .c-list li {
    margin-bottom: 0.4rem;
  }
}
.c-home2 .c-list li .c-wrap {
  position: relative;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
}
.c-home2 .c-list li .c-wrap .c-mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  height: 100%;
  pointer-events: none;
}
@media (max-width: 991px) {
  .c-home2 .c-list li .c-wrap .c-mask {
    display: none;
  }
}
.c-home2 .c-list li .c-wrap .c-mask.c-mask2 {
  left: auto;
  right: 0;
}
.c-home2 .c-list li .c-wrap .public-img::before {
  padding-top: calc(640/1800*100%);
}
@media (max-width: 991px) {
  .c-home2 .c-list li .c-wrap .public-img::before {
    padding-top: 140%;
  }
}
@media (max-width: 767px) {
  .c-home2 .c-list li .c-wrap .public-img::before {
    padding-top: 135%;
  }
}
.c-home2 .c-list li .c-wrap .c-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 0.4rem;
  text-align: center;
}
@media (max-width: 767px) {
  .c-home2 .c-list li .c-wrap .c-box {
    padding: 0.4rem;
  }
}
.c-home2 .c-list li .c-wrap .c-box .c-title {
  font-family: "MONTSERRATBOLD", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.c-home2 .c-list li .c-wrap .c-box .c-text {
  margin: 0.1rem 0 0.25rem;
  color: #666;
  letter-spacing: 0.1rem;
}
@media (max-width: 767px) {
  .c-home2 .c-list li .c-wrap .c-box .c-text {
    letter-spacing: inherit;
  }
}
.c-home2 .c-list li .c-wrap .c-box .c-btn-box {
  display: flex;
  justify-content: center;
}
.c-home2 .c-list li .c-wrap .c-box .c-btn-box .public-btn4:nth-child(1) {
  background: var(--color);
  color: #fff;
}
.c-home2 .c-list li .c-wrap .c-box .c-btn-box .public-btn4:nth-child(1):hover {
  color: var(--color);
  background: transparent;
  border-color: rgba(106, 22, 133, 0.5);
}
.c-home2 .c-list li .c-wrap .c-box .c-btn-box .public-btn4:nth-child(2) {
  margin-left: 0.2rem;
}
.c-home3 {
  padding: 0 0 1.3rem;
  overflow: hidden;
}
.c-home3.on .c-wrap .public-img::before {
  padding-top: calc(600/690*100%);
}
@media (max-width: 767px) {
  .c-home3.on .c-wrap .public-img::before {
    padding-top: calc(600/450*100%);
  }
}
.c-home3 .public-title {
  display: none;
}
@media (max-width: 767px) {
  .c-home3 .public-title {
    display: block;
  }
}
@media (max-width: 991px) {
  .c-home3 {
    margin-top: 0.8rem;
  }
  .c-home3 .swiper {
    overflow: visible;
  }
  .c-home3 .swiper .swiper-slide {
    display: flex;
    flex-direction: column-reverse;
  }
}
.c-home3 .c-num-box {
  display: none;
  position: relative;
  text-align: center;
  margin: 0 0 0.4rem;
}
@media (max-width: 991px) {
  .c-home3 .c-num-box {
    margin: 0.4rem 0 0;
  }
}
@media (max-width: 767px) {
  .c-home3 .c-num-box {
    display: none;
  }
}
.c-home3 .c-num-box .c-line {
  position: absolute;
  top: 19px;
  left: -25px;
  z-index: 1;
  width: calc(100% + 25px);
  height: 1px;
  background: #e5e5e5;
}
@media (max-width: 767px) {
  .c-home3 .c-num-box .c-line {
    top: 14px;
    left: -20px;
  }
}
.c-home3 .c-num-box .c-line::before {
  content: "";
  display: block;
  border-top: 1px solid var(--color);
  width: 100%;
}
.c-home3 .c-num-box .c-num {
  position: relative;
  z-index: 5;
  display: inline-flex;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .c-home3 .c-num-box .c-num {
    width: 30px;
    height: 30px;
  }
}
.c-home3 .c-num-box .c-num::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 200%;
  height: 200%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .c-home3 .c-num-box .c-num::before {
    width: 150%;
    height: 150%;
  }
}
.c-home3 .c-num-box .c-num span {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid var(--color);
  color: var(--color);
}
.c-home3 .c-wrap {
  position: relative;
  z-index: 1;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.c-home3 .c-wrap .public-img::before {
  padding-top: calc(600/450*100%);
}
.c-home3 .c-wrap .c-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  padding: 0.6rem 0.3rem;
  text-align: center;
}
.c-home3 .c-wrap .c-box .c-title {
  font-family: "MONTSERRATBOLD", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.c-home3 .c-wrap .c-box .c-text {
  margin-top: 0.1rem;
  color: #666;
  letter-spacing: 0.08rem;
}
@media (max-width: 767px) {
  .c-home3 .c-wrap .c-box .c-text {
    letter-spacing: inherit;
  }
}
.c-home3 .c-wrap .c-box .public-btn4 {
  margin-top: 0.3rem;
  background: var(--color);
  color: #fff;
}
.c-home3 .c-wrap .c-box .public-btn4:hover {
  color: var(--color);
  background: transparent;
  border-color: rgba(106, 22, 133, 0.5);
}
.c-home3 .c-wrap:hover .public-img img {
  transform: scale(1.1);
}
.c-home3 .swiper-slide-active ~ .swiper-slide .c-num-box .c-line::before {
  width: 0;
}
.c-home4 {
  position: relative;
  height: 350vh;
  border-bottom: 1rem solid #f8fafc;
  background: #f8fafc;
}
@media (max-width: 991px) {
  .c-home4 {
    height: auto;
    padding: 1.2rem 0;
  }
}
.c-home4.on .c-sticky .c-main1 .c-line div {
  opacity: 1;
}
.c-home4.on .c-sticky .c-main1 .c-line div:nth-child(1) {
  transition: all 0.4s 0s;
}
.c-home4.on .c-sticky .c-main1 .c-line div:nth-child(2) {
  transition: all 0.4s 0.1s;
}
.c-home4.on .c-sticky .c-main1 .c-line div:nth-child(3) {
  transition: all 0.4s 0.2s;
}
.c-home4.on .c-sticky .c-main1 .c-list li .c-wrap-box {
  transform: scale(1);
}
.c-home4.on .c-sticky .c-main1 .c-list li:nth-child(1) .c-wrap-box {
  transition: all 0.4s 0s;
}
.c-home4.on .c-sticky .c-main1 .c-list li:nth-child(2) .c-wrap-box {
  transition: all 0.4s 0.3s;
}
.c-home4.on .c-sticky .c-main1 .c-list li:nth-child(3) .c-wrap-box {
  transition: all 0.4s 0.1s;
}
.c-home4.on .c-sticky .c-main1 .c-list li:nth-child(4) .c-wrap-box {
  transition: all 0.4s 0.2s;
}
.c-home4.on .c-sticky .c-main1 .c-list li:nth-child(5) .c-wrap-box {
  transition: all 0.4s 0.1s;
}
.c-home4.on .c-sticky .c-main1 .c-list li:nth-child(6) .c-wrap-box {
  transition: all 0.2s 0.1s;
}
.c-home4.on .c-sticky .c-main1 .c-list li:nth-child(7) .c-wrap-box {
  transition: all 0.4s 0.3s;
}
.c-home4.on .c-sticky .c-main1 .c-list li:nth-child(8) .c-wrap-box {
  transition: all 0.4s 0.2s;
}
.c-home4.on .c-sticky .c-main1 .c-list li:nth-child(9) .c-wrap-box {
  transition: all 0.4s 0.3s;
}
.c-home4.on .c-sticky .c-main1 .c-list li:nth-child(10) .c-wrap-box {
  transition: all 0.4s 0.1s;
}
.c-home4 .c-sticky {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 991px) {
  .c-home4 .c-sticky {
    position: static;
    height: auto;
  }
}
.c-home4 .c-sticky .c-main1 {
  position: relative;
  height: 100%;
}
.c-home4 .c-sticky .c-main1 .c-line {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.c-home4 .c-sticky .c-main1 .c-line div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  opacity: 0;
}
.c-home4 .c-sticky .c-main1 .c-line div:nth-child(1) {
  width: 7rem;
  height: 7rem;
  border: 1px solid rgba(106, 22, 133, 0.05);
  border-radius: 50%;
  transition: all 0.4s 0s;
}
.c-home4 .c-sticky .c-main1 .c-line div:nth-child(2) {
  width: 10.7rem;
  height: 10.7rem;
  border: 1px dashed rgba(106, 22, 133, 0.1);
  transition: all 0.4s 0s;
}
.c-home4 .c-sticky .c-main1 .c-line div:nth-child(3) {
  width: 15.4rem;
  height: 15.4rem;
  border: 1px dashed rgba(106, 22, 133, 0.1);
  transition: all 0.4s 0s;
}
.c-home4 .c-sticky .c-main1 .c-title-box {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 10;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
  pointer-events: none;
}
@media (max-width: 991px) {
  .c-home4 .c-sticky .c-main1 .c-title-box {
    position: static;
    transform: translateY(0);
  }
}
.c-home4 .c-sticky .c-main1 .c-title-box > div {
  display: inline-block;
  vertical-align: top;
  pointer-events: auto;
}
.c-home4 .c-sticky .c-main1 .c-title-box .c-title {
  font-weight: bold;
  color: var(--color);
  -webkit-mask-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.6) 50%, #fff 100%);
  mask-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.6) 50%, #fff 100%);
}
.c-home4 .c-sticky .c-main1 .c-title-box .c-text {
  font-weight: bold;
  -webkit-mask-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.6) 50%, #fff 100%);
  mask-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.6) 50%, #fff 100%);
}
.c-home4 .c-sticky .c-main1 .hi-steady-carousel-box {
  padding: 20px 0;
}
.c-home4 .c-sticky .c-main1 .hi-steady-carousel {
  margin-bottom: 10px;
  display: none;
}
@media (max-width: 767px) {
  .c-home4 .c-sticky .c-main1 .hi-steady-carousel {
    display: flex;
  }
}
.c-home4 .c-sticky .c-main1 .hi-steady-carousel .c-box .c-item {
  width: 100px;
}
.c-home4 .c-sticky .c-main1 .hi-steady-carousel .public-img {
  border: 1px solid #e3e4e4;
  border-radius: 50%;
  background: #fff;
}
.c-home4 .c-sticky .c-main1 .hi-steady-carousel .public-img img {
  object-fit: contain;
}
.c-home4 .c-sticky .c-main1 .hi-steady-carousel .public-img::before {
  padding-top: 100%;
}
.c-home4 .c-sticky .c-main1 .c-list {
  position: relative;
  z-index: 5;
  height: 100%;
}
@media (max-width: 991px) {
  .c-home4 .c-sticky .c-main1 .c-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0.6rem 5vw 0;
  }
}
@media (max-width: 767px) {
  .c-home4 .c-sticky .c-main1 .c-list {
    display: none;
  }
}
.c-home4 .c-sticky .c-main1 .c-list li {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.8rem;
  height: 1.8rem;
  margin: -0.9rem 0 0 -0.9rem;
  transform-origin: center center;
}
@media (max-width: 991px) {
  .c-home4 .c-sticky .c-main1 .c-list li {
    position: static;
    margin: 0 0 20px;
    transform: translate(0, 0) !important;
  }
}
@media (max-width: 767px) {
  .c-home4 .c-sticky .c-main1 .c-list li {
    width: 19vw;
    height: 19vw;
  }
}
.c-home4 .c-sticky .c-main1 .c-list li:nth-child(1) {
  transform: translate(-6.8rem, -3.5rem);
}
.c-home4 .c-sticky .c-main1 .c-list li:nth-child(1) .c-wrap {
  transform: scale(0.4);
}
.c-home4 .c-sticky .c-main1 .c-list li:nth-child(2) {
  transform: translate(4rem, -3.5rem);
}
.c-home4 .c-sticky .c-main1 .c-list li:nth-child(2) .c-wrap {
  transform: scale(0.5);
}
.c-home4 .c-sticky .c-main1 .c-list li:nth-child(3) {
  transform: translate(-5rem, -2rem);
}
.c-home4 .c-sticky .c-main1 .c-list li:nth-child(3) .c-wrap {
  transform: scale(0.6);
}
.c-home4 .c-sticky .c-main1 .c-list li:nth-child(4) {
  transform: translate(7.4rem, -2.2rem);
}
.c-home4 .c-sticky .c-main1 .c-list li:nth-child(4) .c-wrap {
  transform: scale(0.6);
}
.c-home4 .c-sticky .c-main1 .c-list li:nth-child(5) {
  transform: translate(-7.65rem, -0.5rem);
}
.c-home4 .c-sticky .c-main1 .c-list li:nth-child(5) .c-wrap {
  transform: scale(0.7);
}
.c-home4 .c-sticky .c-main1 .c-list li:nth-child(6) {
  transform: translate(5.3rem, 0.5rem);
}
.c-home4 .c-sticky .c-main1 .c-list li:nth-child(6) .c-wrap {
  transform: scale(0.8);
}
.c-home4 .c-sticky .c-main1 .c-list li:nth-child(7) {
  transform: translate(7.5rem, 1.5rem);
}
.c-home4 .c-sticky .c-main1 .c-list li:nth-child(7) .c-wrap {
  transform: scale(0.6);
}
.c-home4 .c-sticky .c-main1 .c-list li:nth-child(8) {
  transform: translate(-7.1rem, 3rem);
}
.c-home4 .c-sticky .c-main1 .c-list li:nth-child(8) .c-wrap {
  transform: scale(0.4);
}
.c-home4 .c-sticky .c-main1 .c-list li:nth-child(9) {
  transform: translate(4.3rem, 3.2rem);
}
.c-home4 .c-sticky .c-main1 .c-list li:nth-child(9) .c-wrap {
  transform: scale(0.5);
}
.c-home4 .c-sticky .c-main1 .c-list li:nth-child(10) {
  transform: translate(-5.2rem, 1rem);
}
.c-home4 .c-sticky .c-main1 .c-list li .c-wrap-box {
  height: 100%;
  transform: scale(0);
  transition: all 0.1s 0s;
}
@media (max-width: 991px) {
  .c-home4 .c-sticky .c-main1 .c-list li .c-wrap-box {
    transform: scale(1);
  }
}
.c-home4 .c-sticky .c-main1 .c-list li .c-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 1px solid #e3e4e4;
  border-radius: 50%;
  background: #fff;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .c-home4 .c-sticky .c-main1 .c-list li .c-wrap {
    transform: scale(1) !important;
  }
}
.c-home4 .c-sticky .c-main1 .c-list li .c-wrap:hover {
  border-color: transparent;
  transform: scale(1);
}
.c-home4 .c-sticky .c-main1 .c-list li .c-wrap:hover .c-box {
  opacity: 1;
}
.c-home4 .c-sticky .c-main1 .c-list li .public-img {
  width: 50%;
}
@media (max-width: 767px) {
  .c-home4 .c-sticky .c-main1 .c-list li .public-img {
    width: 70%;
  }
}
.c-home4 .c-sticky .c-main1 .c-list li .public-img img {
  object-fit: contain;
}
.c-home4 .c-sticky .c-main1 .c-list li .c-box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-image: linear-gradient(180deg, #6a1685 0%, #bf74ea 100%);
  text-align: center;
  opacity: 0;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .c-home4 .c-sticky .c-main1 .c-list li .c-box {
    display: none;
  }
}
.c-home4 .c-sticky .c-main1 .c-list li .c-box img {
  height: 30px;
  max-width: 70%;
  object-fit: contain;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.c-home4 .c-sticky .c-main1 .c-list li .c-box .c-text {
  margin-top: 0.15rem;
  padding-top: 0.1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
}
.c-home4 .c-sticky .c-main2 {
  position: absolute;
  top: 70%;
  width: 100%;
  z-index: 10;
  pointer-events: none;
  opacity: 0;
}
@media (max-width: 991px) {
  .c-home4 .c-sticky .c-main2 {
    position: static;
    opacity: 1;
    pointer-events: auto;
    margin-top: 0.1rem;
  }
}
.c-home4 .c-sticky .c-main2.on {
  pointer-events: auto;
}
.c-home4 .c-sticky .c-main2 .c-box {
  position: relative;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
}
.c-home4 .c-sticky .c-main2 .c-box .c-video-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-home4 .c-sticky .c-main2 .c-box .c-video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-home4 .c-sticky .c-main2 .c-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #6a1685 22%, #bf74ea 100%);
  opacity: 0.25;
}
.c-home4 .c-sticky .c-main2 .c-box .c-box2 {
  position: relative;
  z-index: 3;
  padding: 0.55rem 1rem;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .c-home4 .c-sticky .c-main2 .c-box .c-box2 {
    padding: 1rem 0.4rem;
  }
}
.c-home4 .c-sticky .c-main2 .c-box .c-box2 .c-title {
  margin-top: 1.4rem;
  font-weight: bold;
}
@media (max-width: 1580px) {
  .c-home4 .c-sticky .c-main2 .c-box .c-box2 .c-title {
    margin-top: 0.8rem;
  }
}
@media (max-width: 991px) {
  .c-home4 .c-sticky .c-main2 .c-box .c-box2 .c-title {
    margin: 0;
    font-size: 24px;
  }
}
.c-home4 .c-sticky .c-main2 .c-box .c-box2 .public-btn {
  margin: 0.4rem 0 0.8rem;
}
@media (max-width: 1580px) {
  .c-home4 .c-sticky .c-main2 .c-box .c-box2 .public-btn {
    margin-bottom: 1.4rem;
  }
}
.c-home4 .c-sticky .c-main2 .c-box .c-box2 .c-list {
  position: relative;
  bottom: -0.5rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .c-home4 .c-sticky .c-main2 .c-box .c-box2 .c-list {
    bottom: 0;
  }
}
.c-home4 .c-sticky .c-main2 .c-box .c-box2 .c-list li {
  padding: 0.4rem;
}
@media (max-width: 767px) {
  .c-home4 .c-sticky .c-main2 .c-box .c-box2 .c-list li {
    padding: 5px;
    display: flex;
    align-items: center;
    width: 20%;
  }
}
.c-home4 .c-sticky .c-main2 .c-box .c-box2 .c-list li img {
  max-width: 135px;
  max-height: 50px;
}
@media (max-width: 767px) {
  .c-home4 .c-sticky .c-main2 .c-box .c-box2 .c-list li img {
    max-width: 100%;
    max-height: 100%;
  }
}
.c-home5 {
  position: relative;
  padding: 1rem 0;
  height: calc(970/1920*100vw);
  overflow: hidden;
}
@media (max-width: 767px) {
  .c-home5 {
    height: 120vw;
  }
}
.c-home5 .c-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-home5 .c-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-home5 .container {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .c-home5 .public-title br {
    display: none;
  }
}
.c-home5 .public-title .c-text {
  margin: 0 0 0.25rem;
}
.c-home6 {
  padding: 1.3rem 0;
}
@media (max-width: 767px) {
  .c-home6 .public-title .c-text {
    display: none;
  }
}
.c-home6 .c-video-box .public-img {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.c-home6 .c-video-box .public-img::before {
  padding-top: calc(640/1400*100%);
}
.c-home6 .c-video-box .public-img video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-home6 .c-video-box .public-img .c-play-box {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 20;
  text-align: center;
  min-width: 94%;
  transform: translate(-50%, -50%);
}
.c-home6 .c-video-box .public-img .c-play-text {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0.5rem;
  letter-spacing: 4px;
}
@media (max-width: 767px) {
  .c-home6 .c-video-box .public-img .c-play-text {
    display: none;
    letter-spacing: 0;
  }
}
.c-home6 .c-video-box .public-img .c-play {
  display: inline-block;
  border-radius: 50%;
  transition: all 0.4s;
  white-space: nowrap;
  color: #fff;
  cursor: pointer;
  text-align: center;
}
.c-home6 .c-video-box .public-img .c-play img {
  width: 0.8rem;
  margin-bottom: 0.1rem;
  transition: all 0.4s;
}
.c-home6 .c-video-box .public-img .c-play:hover img {
  transform: scale(0.8);
}
.c-home6 .c-list {
  display: flex;
  margin: 0 -0.15rem;
}
@media (max-width: 767px) {
  .c-home6 .c-list {
    flex-wrap: wrap;
  }
}
.c-home6 .c-list li {
  flex: 1 1 50%;
  padding: 0.3rem 0.15rem 0;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .c-home6 .c-list li {
    flex: 1 1 100%;
  }
}
.c-home6 .c-list li.on {
  flex: 0 0 63%;
}
@media (max-width: 991px) {
  .c-home6 .c-list li.on {
    flex: 0 0 50%;
  }
}
@media (max-width: 767px) {
  .c-home6 .c-list li.on {
    flex: 1 1 100%;
  }
}
.c-home6 .c-list li .c-wrap {
  position: relative;
  display: block;
  height: 6.4rem;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .c-home6 .c-list li .c-wrap {
    height: 70vw;
  }
}
.c-home6 .c-list li .c-wrap .c-img,
.c-home6 .c-list li .c-wrap .c-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-home6 .c-list li .c-wrap .c-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  padding: 0.55rem 0.4rem;
  text-align: center;
}
@media (max-width: 991px) {
  .c-home6 .c-list li .c-wrap .c-box {
    padding: 0.4rem 0.2rem;
  }
}
.c-home6 .c-list li .c-wrap .c-box .c-title {
  color: #7c7a8b;
  margin-bottom: 0.35rem;
}
@media (max-width: 767px) {
  .c-home6 .c-list li .c-wrap .c-box .c-title {
    font-size: 20px;
  }
}
.c-home6 .c-list li .c-wrap .c-box .c-title span {
  color: #333;
  font-weight: bold;
}
.c-home6 .c-list li .c-wrap:hover .public-btn.public-btn3 {
  color: #fff;
  border-color: var(--color);
}
.c-home6 .c-list li .c-wrap:hover .public-btn.public-btn3::before {
  transform: scale(11);
}
.c-home6 .c-list li .c-wrap:hover .public-btn.public-btn3 .c-ico {
  color: var(--color);
  background: #fff;
}
.c-home6 .c-list li .c-wrap:hover .public-btn.public-btn3 .c-ico .c-svg {
  animation: arrow 0.4s;
}
.agent-box5.c-form {
  padding: 1.66rem 0 1.4rem;
}
@media (max-width: 1580px) {
  .agent-box5.c-form {
    padding: 2rem 0 1.4rem;
  }
}
@media (max-width: 991px) {
  .agent-box5.c-form {
    padding: 1.8rem 0 1.2rem;
  }
}
.agent-box5.c-form .container .left .img::before {
  padding-top: calc(710/610*100%);
}
.agent-box5.c-form .public-form-box form .input-box .input-box textarea {
  height: auto;
  min-height: 1.5rem;
}
.agent-box5.c-form.c-style2 .public-form-box form .input-box:nth-child(5),
.agent-box5.c-form.c-style2 .public-form-box form .input-box:nth-child(6),
.agent-box5.c-form.c-style2 .public-form-box form .input-box:nth-child(7) {
  width: calc(33.33% - 0.07rem);
}
@media (max-width: 767px) {
  .agent-box5.c-form.c-style2 .public-form-box form .input-box:nth-child(5),
  .agent-box5.c-form.c-style2 .public-form-box form .input-box:nth-child(6),
  .agent-box5.c-form.c-style2 .public-form-box form .input-box:nth-child(7) {
    width: 100%;
  }
}
#c-deliver-pop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
#c-deliver-pop .c-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 600px;
  background: #fff url(../images/deliver-pop-bg.png) no-repeat top left / 100% auto;
  border-radius: 10px;
  padding: 0.4rem;
}
#c-deliver-pop .c-wrap .c-close {
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  width: 40px;
  height: 40px;
  border-radius: 500%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.4s;
}
#c-deliver-pop .c-wrap .c-close img,
#c-deliver-pop .c-wrap .c-close svg {
  width: 10px;
  height: 10px;
  object-fit: contain;
}
#c-deliver-pop .c-wrap .c-close:hover {
  color: #fff;
  background: var(--color);
}
#c-deliver-pop .c-wrap .c-title {
  font-weight: bold;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #eeeeee;
}
#c-deliver-pop .c-wrap .layui-form > .input-box:nth-child(3) {
  width: 100%;
}
#c-deliver-pop .c-wrap .c-code-box {
  width: 100%;
}
#c-deliver-pop .c-wrap .c-code-box .input-box {
  display: flex;
  align-items: center;
}
#c-deliver-pop .c-wrap .c-code-box .input-box input {
  max-width: 180px;
}
#c-deliver-pop .c-wrap .c-code-box .input-box .c-code {
  flex-shrink: 0;
  width: 130px;
  margin-left: 0.2rem;
  cursor: pointer;
}
#c-deliver-pop .c-wrap .c-file-box {
  width: 100%;
}
#c-deliver-pop .c-wrap .c-file-box .input-box {
  position: relative;
}
#c-deliver-pop .c-wrap .c-file-box .input-box input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  height: 100%;
  cursor: pointer;
}
#c-deliver-pop .c-wrap .c-file-box .c-box {
  border-radius: 0.06rem;
  border: 1px solid #ededed !important;
  padding: 10px;
  pointer-events: none;
}
#c-deliver-pop .c-wrap .c-file-box .c-box > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 0.9rem;
  border: 1px dashed #ededed;
  color: #999;
  padding: 10px;
}
#c-deliver-pop .c-wrap .c-file-box .c-box > div img {
  margin-right: 10px;
  width: 16px;
  height: 16px;
}
.hi-404-2 {
  background-color: #f6f8fa;
}
.hi-404-2 .container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding-top: 43px;
}
@media (max-width: 991px) {
  .hi-404-2 .container {
    padding-top: 30px;
  }
}
.hi-404-2 .container .public-nav-box {
  position: absolute;
  top: 86px;
  left: 0;
}
@media (max-width: 991px) {
  .hi-404-2 .container .public-nav-box {
    top: 60px;
  }
}
.hi-404-2 .container .c-wrap {
  text-align: center;
}
.hi-404-2 .container .c-wrap .c-img img {
  max-width: 100%;
  max-height: 200px;
}
.hi-404-2 .container .c-wrap .c-text2 {
  margin: 0.5rem 0 0.35rem;
}
.hi-sitemap3 {
  position: relative;
  padding: 86px 0 1.4rem;
}
@media (max-width: 991px) {
  .hi-sitemap3 {
    padding: 60px 0 1.2rem;
  }
}
.hi-sitemap3 .c-main {
  max-width: 1200px;
  margin: 0.9rem auto 0;
}
.hi-sitemap3 .c-main-title {
  color: #000;
  font-weight: bold;
  text-align: center;
}
.hi-sitemap3 .c-list > li {
  padding: 0.7rem 0 0.25rem;
  border-top: 1px solid #dbf1ed;
}
.hi-sitemap3 .c-list > li:first-child {
  border: 0;
}
.hi-sitemap3 .c-list > li .c-title {
  font-weight: bold;
  padding-bottom: 0.1rem;
  line-height: 1.2;
}
.hi-sitemap3 .c-list > li ul {
  display: flex;
  flex-wrap: wrap;
}
.hi-sitemap3 .c-list > li ul li {
  padding: 0.25rem 0.5rem 0 0;
}
.hi-sitemap3 .c-list > li ul li a {
  color: #666;
  transition: all 0.3s;
}
.hi-sitemap3 .c-list > li ul li a:hover {
  color: var(--color);
}
.public-main-page.c-style2 {
  padding: 86px 0 0;
}
@media (max-width: 991px) {
  .public-main-page.c-style2 {
    padding: 60px 0 0;
  }
}
.public-main-page.c-style2.background {
  background: #f9fafc;
}
.public-main-page.c-style2 .public-joinleft .pcn2 .pcn2a .pcn3 {
  display: block;
}
.public-main-page.c-style2 .public-joinleft .pcn2 .pcn2a .pcn3 .pcn5 {
  transform: rotate(90deg) !important;
}
.public-main-page.c-style2 .c-search-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.public-main-page.c-style2 .c-search-box .c-input-box {
  display: flex;
  align-items: center;
  height: 60px;
  line-height: 56px;
  border: 2px solid #e2dcf1;
  border-radius: 30px;
}
.public-main-page.c-style2 .c-search-box .c-input-box input {
  padding: 0 0.15rem;
  width: 4rem;
  height: 56px;
  padding: 0 20px 0 50px;
  background: url(../images/ico-search2.svg) no-repeat left 20px center / 18px 18px;
}
.public-main-page.c-style2 .c-search-box .c-input-box button {
  flex-shrink: 0;
  margin-right: 10px;
  width: 80px;
  height: 40px;
  border-radius: 20px;
  color: #fff;
  background: var(--color);
  cursor: pointer;
  transition: all 0.4s;
}
.public-main-page.c-style2 .c-search-box .c-input-box button:hover {
  background: #821ba1;
}
.public-main-page.c-style2 .c-policy .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.35rem;
  margin-bottom: 0.35rem;
  border-bottom: 1px dashed #777;
}
@media (max-width: 767px) {
  .public-main-page.c-style2 .c-policy .c-title-box {
    flex-wrap: wrap;
  }
}
.public-main-page.c-style2 .c-policy .c-title-box .c-title {
  font-weight: bold;
}
@media (max-width: 767px) {
  .public-main-page.c-style2 .c-policy .c-title-box .c-title {
    margin-right: 20px;
  }
}
.public-main-page.c-style2 .c-policy .public-content a {
  color: var(--color);
}
.public-main-page.c-style2 .c-policy .public-content a:hover {
  text-decoration: underline;
}
.public-main-page.c-style2 .c-policy .public-content hr {
  margin: 0.35rem 0;
  height: 1px;
  border: none;
  border-top: 1px dashed #777;
}
.public-main-page.c-style2 .c-policy .public-content hr:last-child {
  margin-bottom: 0;
}
.public-main-page.c-style2 .c-search > .c-item {
  display: none;
}
.public-main-page.c-style2 .c-search > .c-item.on {
  display: block;
}
.public-main-page.c-style2 .c-search .c-item .c-title-box {
  display: flex;
  align-items: centers;
  justify-content: space-between;
  padding: 0.3rem 0;
  border-bottom: 1px solid #e0e1e2;
  margin-bottom: 0.3rem;
}
.public-main-page.c-style2 .c-search .c-item .c-title-box .c-title {
  font-weight: bold;
}
.public-main-page.c-style2 .c-search .c-item .c-title-box .c-text span {
  color: var(--color);
}
.public-main-page.c-style2 .c-search .c-item .c-more-box {
  padding: 0.35rem 0;
  border-bottom: 1px solid #e0e1e2;
}
.public-main-page.c-style2 .c-search .c-item .c-more-box a {
  display: inline-flex;
  align-items: center;
  color: #666;
  transition: all 0.4s;
}
.public-main-page.c-style2 .c-search .c-item .c-more-box a img,
.public-main-page.c-style2 .c-search .c-item .c-more-box a svg {
  margin-left: 0.1rem;
  width: 10px;
  height: 10px;
  object-fit: contain;
  transition: all 0.4s;
}
.public-main-page.c-style2 .c-search .c-item .c-more-box a:hover {
  color: var(--color);
}
.public-main-page.c-style2 .c-search .c-item .c-more-box a:hover img,
.public-main-page.c-style2 .c-search .c-item .c-more-box a:hover svg {
  margin-left: 0.2rem;
}
.public-main-page.c-style2 .c-search .c-item .public-news-list {
  margin-top: 0;
  margin-bottom: -0.23rem;
}
.public-main-page.c-style2 .c-search .c-item .public-news-list .pbox .pbox2 {
  background: #fff;
}
.public-main-page.c-style2 .c-search .c-item .public-downloadlistbox .pbox.pbox1 {
  background: #f5f6fc;
}
.public-main-page.c-style2 .c-search .c-item .public-downloadlistbox .pbox.pbox2 {
  background: transparent;
}
.public-product-list2 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.1rem;
}
.public-product-list2 li {
  display: flex;
  width: 33.33%;
  padding: 0 0.1rem 0.2rem;
}
@media (max-width: 991px) {
  .public-product-list2 li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .public-product-list2 li {
    width: 100%;
  }
}
.public-product-list2 li .c-wrap {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.public-product-list2 li .c-wrap .public-img img {
  object-fit: contain;
  transform: scale(0.6);
}
.public-product-list2 li .c-wrap .public-img::before {
  padding-top: calc(280/340*100%);
}
.public-product-list2 li .c-wrap .public-img:hover img {
  transform: scale(0.7);
}
.public-product-list2 li .c-wrap .c-box {
  margin-top: -20px;
  padding: 0 0.4rem 0.4rem;
  text-align: center;
  transform: translateY(20px);
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .public-product-list2 li .c-wrap .c-box {
    transform: translateY(-10px);
  }
}
.public-product-list2 li .c-wrap .c-box .c-title {
  position: relative;
  font-weight: bold;
}
.public-product-list2 li .c-wrap .c-box .c-title .ztext1 {
  max-width: calc(100% - 0.2rem);
  display: inline-block;
  text-align: center;
}
@media (max-width: 1580px) {
  .public-product-list2 li .c-wrap .c-box .c-title .ztext1 {
    max-width: calc(100% - 0.8rem);
  }
}
@media (max-width: 991px) {
  .public-product-list2 li .c-wrap .c-box .c-title .ztext1 {
    font-size: 20px;
  }
}
.public-product-list2 li .c-wrap .c-box .c-title .ztext2 {
  white-space: nowrap;
  position: absolute;
  left: 100%;
  top: 0;
  vertical-align: middle;
  margin-left: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 16px;
  border: 1px solid var(--color);
  padding: 0 5px;
  font-size: 10px;
  border-radius: 8px;
  font-weight: normal;
  color: var(--color);
}
@media (max-width: 1580px) {
  .public-product-list2 li .c-wrap .c-box .c-title .ztext2 {
    top: -1em;
  }
}
.public-product-list2 li .c-wrap .c-box .c-text {
  margin: 0.05rem 0 0.15rem;
  color: #666;
}
.public-product-list2 li .c-wrap .c-box .c-btn-box {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .public-product-list2 li .c-wrap .c-box .c-btn-box {
    opacity: 1;
  }
}
.public-product-list2 li .c-wrap .c-box .c-btn-box a {
  margin: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding: 0 0.15rem;
  border-radius: 15px;
  border: 1px solid #aaa;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .public-product-list2 li .c-wrap .c-box .c-btn-box a {
    height: 38px;
    border-radius: 19px;
    padding: 0 20px;
  }
}
.public-product-list2 li .c-wrap .c-box .c-btn-box a:hover {
  color: #fff;
  background: var(--color);
  border-color: var(--color);
}
.public-product-list2 li .c-wrap:hover .c-box {
  transform: translateY(-10px);
}
.public-product-list2 li .c-wrap:hover .c-box .c-btn-box {
  opacity: 1;
}
.c-product {
  padding: 1.2rem 0;
  background: #f9fafc;
}
@media (max-width: 767px) {
  .c-product {
    padding: 0.6rem 0 1.2rem;
  }
}
.c-product .container {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .c-product .container {
    flex-wrap: wrap;
  }
}
.c-product .c-left {
  position: relative;
  z-index: 5;
  flex-shrink: 0;
  width: 300px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1580px) {
  .c-product .c-left {
    width: 260px;
  }
}
@media (max-width: 991px) {
  .c-product .c-left {
    width: 100%;
  }
}
.c-product .c-left .c-input-box {
  display: flex;
  align-items: center;
  height: 50px;
  line-height: 48px;
  border: 1px solid #e2dcf1;
  border-radius: 30px;
  background: #fff;
  order: 2;
  margin-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .c-product .c-left .c-input-box {
    margin-bottom: 0.4rem;
    order: 0;
  }
}
.c-product .c-left .c-input-box input {
  padding: 0 0.15rem;
  width: 100%;
  height: 48px;
  padding: 0 20px 0 50px;
  background: url(../images/ico-search2.svg) no-repeat left 20px center / 18px 18px;
}
.c-product .c-left .c-input-box button {
  flex-shrink: 0;
  margin-right: 5px;
  width: 80px;
  height: 40px;
  border-radius: 20px;
  color: #fff;
  background: var(--color);
  cursor: pointer;
  transition: all 0.4s;
}
.c-product .c-left .c-input-box button:hover {
  background: #821ba1;
}
.c-product .c-left .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0.2rem 0;
  order: 0;
}
.c-product .c-left .c-title-box .c-box {
  align-items: center;
  transition: all 0.4s;
  display: flex;
}
.c-product .c-left .c-title-box .c-box .xcnt {
  color: var(--color);
}
.c-product .c-left .c-title-box .c-box img,
.c-product .c-left .c-title-box .c-box svg {
  margin-right: 0.1rem;
  width: 14px;
  height: 14px;
  object-fit: contain;
  color: #999;
  transition: all 0.4s;
}
.c-product .c-left .c-title-box .c-box:nth-child(2) {
  cursor: pointer;
}
.c-product .c-left .c-title-box .c-box:nth-child(2):hover {
  color: var(--color);
}
.c-product .c-left .c-title-box .c-box:nth-child(2):hover svg {
  color: var(--color);
}
@media (max-width: 767px) {
  .c-product .c-left .c-list-box-wrap {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: space-between;
  }
}
.c-product .c-left .c-list-box {
  padding: 0 0.2rem 0.2rem;
  margin-bottom: 0.2rem;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #f4f5f8;
  order: 1;
}
@media (max-width: 767px) {
  .c-product .c-left .c-list-box {
    width: 49%;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.c-product .c-left .c-list-box.on {
  border-color: transparent;
  padding-bottom: 0;
}
.c-product .c-left .c-list-box.on .c-box {
  border-color: transparent;
}
.c-product .c-left .c-list-box.on .c-box img,
.c-product .c-left .c-list-box.on .c-box svg {
  transform: rotate(0deg);
}
@media (max-width: 767px) {
  .c-product .c-left .c-list-box.on .c-box img,
  .c-product .c-left .c-list-box.on .c-box svg {
    transform: rotate(270deg);
  }
}
.c-product .c-left .c-list-box.on .c-list {
  display: flex;
}
.c-product .c-left .c-list-box .c-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.2rem 0;
  cursor: pointer;
  border-bottom: 1px solid #f4f5f8;
  font-weight: bold;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .c-product .c-left .c-list-box .c-box {
    border: 0;
  }
}
.c-product .c-left .c-list-box .c-box img,
.c-product .c-left .c-list-box .c-box svg {
  flex-shrink: 0;
  margin-left: 0.2rem;
  width: 14px;
  height: 14px;
  object-fit: contain;
  color: #666;
  transform: rotate(90deg);
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .c-product .c-left .c-list-box .c-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .c-product .c-left .c-list-box .c-list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 0 0.2rem 0.2rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
  }
}
.c-product .c-left .c-list-box .c-list li {
  margin-top: 0.1rem;
}
@media (max-width: 991px) {
  .c-product .c-left .c-list-box .c-list li {
    margin: 0.2rem 0.2rem 0 0;
  }
}
.c-product .c-left .c-list-box .c-list li:first-child {
  margin-top: 0.2rem;
}
@media (max-width: 991px) {
  .c-product .c-left .c-list-box .c-list li:first-child {
    margin: 0.2rem 0.2rem 0 0;
  }
}
.c-product .c-left .c-list-box .c-list li label {
  cursor: pointer;
}
.c-product .c-left .c-list-box .c-list li label input {
  margin-right: 0.1rem;
  width: 18px;
  height: 18px;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  vertical-align: middle;
  background: url(../images/zimg15.svg) no-repeat center / 100% 100%;
  cursor: pointer;
}
.c-product .c-left .c-list-box .c-list li label input:checked {
  border-color: var(--color);
  background-color: var(--color);
}
.c-product .c-left .c-download-box {
  display: block;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  order: 3;
}
@media (max-width: 991px) {
  .c-product .c-left .c-download-box {
    display: none;
  }
}
.c-product .c-left .c-download-box .public-img::before {
  padding-top: calc(375/300*100%);
}
.c-product .c-left .c-download-box .c-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  padding: 0.4rem 0.35rem;
}
.c-product .c-left .c-download-box .c-box .c-title {
  font-weight: bold;
  color: #fff;
}
.c-product .c-left .c-download-box .c-box .c-btn {
  margin-top: 0.25rem;
  display: inline-flex;
  align-items: center;
  padding: 0 0.2rem;
  height: 40px;
  border-radius: 20px;
  background: #fff;
  transition: all 0.4s;
}
.c-product .c-left .c-download-box .c-box .c-btn img,
.c-product .c-left .c-download-box .c-box .c-btn svg {
  margin-left: 0.1rem;
  width: 14px;
  height: 14px;
  object-fit: contain;
  transition: all 0.4s;
}
.c-product .c-left .c-download-box .c-box .c-btn:hover {
  background: var(--color);
  color: #fff;
}
.c-product .c-left .c-download-box .c-box .c-btn:hover img,
.c-product .c-left .c-download-box .c-box .c-btn:hover svg {
  margin-left: 0.2rem;
}
.c-product .c-right {
  padding-left: 0.5rem;
  width: 100%;
}
@media (max-width: 991px) {
  .c-product .c-right {
    padding: 0.4rem 0 0;
  }
}
.c-search .c-top {
  margin-bottom: 0.5rem;
  padding: 0.9rem 0 0.5rem;
  border-bottom: 1px solid #e8edf1;
}
.c-search .c-top .container {
  position: relative;
}
@media (max-width: 991px) {
  .c-search .c-top .container .swiper {
    margin: 0 25px;
  }
}
.c-search .c-top .container .swiper-button-prev,
.c-search .c-top .container .swiper-button-next {
  margin-top: 0;
  top: 15px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .c-search .c-top .container .swiper-button-prev,
  .c-search .c-top .container .swiper-button-next {
    width: 20px;
    height: 20px;
  }
}
.c-search .c-top .container .swiper-button-prev img,
.c-search .c-top .container .swiper-button-next img,
.c-search .c-top .container .swiper-button-prev svg,
.c-search .c-top .container .swiper-button-next svg {
  width: 12px;
  height: 12px;
}
.c-search .c-top .container .swiper-button-prev::after,
.c-search .c-top .container .swiper-button-next::after {
  display: none;
}
.c-search .c-top .container .swiper-button-prev:hover,
.c-search .c-top .container .swiper-button-next:hover {
  color: var(--color);
}
.c-search .c-top .container .swiper-button-prev.swiper-button-disabled,
.c-search .c-top .container .swiper-button-next.swiper-button-disabled {
  opacity: 0.2;
}
.c-search .c-top .container .swiper-button-prev {
  left: -50px;
}
@media (max-width: 991px) {
  .c-search .c-top .container .swiper-button-prev {
    left: 0;
  }
}
.c-search .c-top .container .swiper-button-next {
  right: -50px;
}
@media (max-width: 991px) {
  .c-search .c-top .container .swiper-button-next {
    right: 0;
  }
}
.c-search .c-top .container .swiper-slide {
  width: auto;
}
.c-search .c-top .container .swiper-slide.on .c-wrap {
  color: var(--color);
}
.c-search .c-top .container .swiper-slide.on .c-wrap .public-img {
  color: #fff;
  border-color: transparent;
}
.c-search .c-top .container .swiper-slide.on .c-wrap .public-img::after {
  opacity: 1;
}
.c-search .c-top .container .c-wrap {
  position: relative;
  text-align: center;
  color: #999;
  transition: all 0.4s;
  cursor: pointer;
}
.c-search .c-top .container .c-wrap .public-img {
  margin-bottom: 0.15rem;
  display: inline-flex;
  width: 80px;
  border-radius: 50%;
  border: 1px solid #dde1e7;
}
@media (max-width: 991px) {
  .c-search .c-top .container .c-wrap .public-img {
    width: 50px;
  }
}
.c-search .c-top .container .c-wrap .public-img img,
.c-search .c-top .container .c-wrap .public-img svg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.c-search .c-top .container .c-wrap .public-img::after {
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: all 0.1s;
  background-image: linear-gradient(10deg, #6a1685 22%, #bf74ea 100%), linear-gradient(#ffffff, #ffffff);
}
.c-search .c-top .container .c-wrap p {
  position: relative;
  z-index: 10;
}
.c-search .c-bottom .container {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .c-search .c-bottom .container {
    flex-wrap: wrap;
  }
}
.c-search .c-bottom .container .c-left {
  padding-right: 0.6rem;
  width: 100%;
}
.c-search .c-bottom .container .c-left .c-title {
  font-weight: bold;
}
.c-search .c-bottom .container .c-left .c-text {
  padding: 0.2rem 0 0.4rem;
  color: #666;
  line-height: 26px;
}
@media (max-width: 1580px) {
  .c-search .c-bottom .container .c-left .c-text {
    line-height: 24px;
  }
}
.c-search .c-bottom .container .c-left .c-text p {
  display: flex;
  align-items: flex-start;
  padding: 3px 0;
}
.c-search .c-bottom .container .c-left .c-text p::before {
  flex-shrink: 0;
  margin-right: 0.1rem;
  content: "•";
  color: var(--color);
}
.c-search .c-bottom .container .c-left .c-text p strong {
  flex-shrink: 0;
  color: #000;
}
.c-search .c-bottom .container .c-left .c-img {
  margin-top: 0.2rem;
  text-align: center;
}
.c-search .c-bottom .container .c-left .c-img img {
  max-height: 6rem;
}
.c-search .c-bottom .container .c-right {
  width: 4rem;
  padding: 0.3rem 0.4rem;
  border-radius: 10px;
  background: #f8f9fc;
}
@media (max-width: 767px) {
  .c-search .c-bottom .container .c-right {
    margin-top: 0.8rem;
    width: 100%;
  }
}
.c-search .c-bottom .container .c-right .c-box1 .c-item2 {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.1rem;
}
.c-search .c-bottom .container .c-right .c-box1 .c-item2:last-child {
  margin-bottom: 0.35rem;
}
.c-search .c-bottom .container .c-right .c-box1 .c-item2 p:nth-child(1) {
  flex-shrink: 0;
}
.c-search .c-bottom .container .c-right .c-box1 .c-item2 p:nth-child(2) {
  color: #666;
}
.c-search .c-bottom .container .c-right .c-box1 .c-item2 .swiper {
  width: 100%;
  padding-bottom: 30px;
}
.c-search .c-bottom .container .c-right .c-box1 .c-item2 .swiper .swiper-pagination {
  bottom: 0;
}
.c-search .c-bottom .container .c-right .c-box1 .c-item2 .swiper .public-img {
  border-radius: 5px;
}
.c-search .c-bottom .container .c-right .c-box1 .c-item2 .swiper .public-img::before {
  padding-top: calc(150/280*100%);
}
.c-search .c-bottom .container .c-right .c-box2 .c-title {
  padding-bottom: 0.15rem;
}
.c-search .c-bottom .container .c-right .c-box2 .swiper {
  padding-bottom: 30px;
}
.c-search .c-bottom .container .c-right .c-box2 .swiper .swiper-pagination {
  bottom: 0;
}
.c-search .c-bottom .container .c-right .c-box2 .swiper .swiper-slide {
  display: block;
}
.c-search .c-bottom .container .c-right .c-box2 .swiper .swiper-slide .public-img {
  border: 1px solid #eceefa;
  border-radius: 5px;
  background: url(../images/search-right2-bg.jpg) no-repeat center / cover;
}
.c-search .c-bottom .container .c-right .c-box2 .swiper .swiper-slide .public-img img {
  transform: scale(0.7);
  object-fit: contain;
}
.c-search .c-bottom .container .c-right .c-box2 .swiper .swiper-slide .public-img::before {
  padding-top: calc(195/330*100%);
}
.c-search .c-bottom .container .c-right .c-box2 .swiper .swiper-slide .c-title2 {
  margin-top: 0.1rem;
  font-weight: bold;
  transition: all 0.4s;
}
.c-search .c-bottom .container .c-right .c-box2 .swiper .swiper-slide .c-text {
  color: #666;
}
.c-search .c-bottom .container .c-right .c-box2 .swiper .swiper-slide:hover .public-img img {
  transform: scale(0.8);
}
.c-search .c-bottom .container .c-right .c-box2 .swiper .swiper-slide:hover .c-title2 {
  color: var(--color);
}
.c-product-info1 {
  padding: 0.9rem 0;
}
@media (max-width: 767px) {
  .c-product-info1 {
    padding: 1.2rem 0;
  }
}
.c-product-info1 .c-main-title {
  margin-bottom: 0.6rem;
  font-weight: bold;
}
.c-product-info1 .c-main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.c-product-info1 .c-main .c-list-box {
  position: relative;
  width: calc(600/1400*100%);
}
@media (max-width: 1580px) {
  .c-product-info1 .c-main .c-list-box {
    width: calc(700/1400*100%);
  }
}
@media (max-width: 991px) {
  .c-product-info1 .c-main .c-list-box {
    width: calc(800/1400*100%);
  }
}
@media (max-width: 767px) {
  .c-product-info1 .c-main .c-list-box {
    width: 100%;
  }
}
.c-product-info1 .c-main .c-list-box .c-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 230px;
  border: 1px solid #e8edf1;
  border-radius: 10px;
  background: url(../images/c-product-info1-bg.jpg) no-repeat center center / 100% 100%;
}
@media (max-width: 991px) {
  .c-product-info1 .c-main .c-list-box .c-box {
    display: none;
  }
}
.c-product-info1 .c-main .c-list-box .c-box .c-line {
  width: 5px;
  height: 0.7rem;
  border-radius: 5px 0 0 5px;
  flex-shrink: 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  transition: all 0.6s;
  background: var(--color);
  box-shadow: 0.1rem 0 0.2rem 0 rgba(106, 22, 133, 0.8);
}
.c-product-info1 .c-main .c-list-box .c-list {
  position: relative;
  z-index: 5;
}
.c-product-info1 .c-main .c-list-box .c-list li {
  display: flex;
  align-items: center;
  padding: 20px 30px;
  height: 130px;
  margin-bottom: 60px;
  transition: all 0.4s;
}
@media (max-width: 1580px) {
  .c-product-info1 .c-main .c-list-box .c-list li {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .c-product-info1 .c-main .c-list-box .c-list li {
    padding: 30px;
    height: auto !important;
    border: 1px solid #e8edf1;
    border-radius: 10px;
    background: url(../images/c-product-info1-bg.jpg) no-repeat center center / 100% 100%;
  }
}
.c-product-info1 .c-main .c-list-box .c-list li:last-child {
  margin-bottom: 0;
}
.c-product-info1 .c-main .c-list-box .c-list li .c-wrap {
  max-width: 500px;
}
.c-product-info1 .c-main .c-list-box .c-list li .c-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 18px;
  width: 42px;
  border: 1px solid #ccc;
  border-radius: 9px;
  color: #fff;
  background: #ccc;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .c-product-info1 .c-main .c-list-box .c-list li .c-num {
    color: var(--color);
    border-color: var(--color);
    background: transparent;
  }
}
.c-product-info1 .c-main .c-list-box .c-list li .c-title {
  margin-top: 20px;
  font-weight: bold;
  color: #999;
  transition: all 0.4s;
  word-break: break-all;
}
@media (max-width: 991px) {
  .c-product-info1 .c-main .c-list-box .c-list li .c-title {
    color: #333;
  }
}
.c-product-info1 .c-main .c-list-box .c-list li .c-text {
  opacity: 0;
  color: #ccc;
  transition: all 0.4s;
  height: 32px;
  line-height: 16px;
  margin-top: -32px;
}
@media (max-width: 991px) {
  .c-product-info1 .c-main .c-list-box .c-list li .c-text {
    opacity: 1;
  }
}
.c-product-info1 .c-main .c-list-box .c-list li.on {
  height: 230px;
}
.c-product-info1 .c-main .c-list-box .c-list li.on .c-num {
  color: var(--color);
  border-color: var(--color);
  background: transparent;
}
.c-product-info1 .c-main .c-list-box .c-list li.on .c-title {
  color: #333;
}
.c-product-info1 .c-main .c-list-box .c-list li.on .c-text {
  opacity: 1;
  margin-top: 20px;
}
.c-product-info1 .c-main .public-img {
  position: sticky;
  top: 15vh;
  width: calc(596/1400*100%);
  border: 1px solid #e8edf1;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .c-product-info1 .c-main .public-img {
    width: calc(560/1400*100%);
  }
}
@media (max-width: 767px) {
  .c-product-info1 .c-main .public-img {
    margin-top: 20px;
    width: 100%;
  }
}
.c-product-info1 .c-main .public-img::before {
  padding-top: calc(596/596*100%);
}
.c-product-info1 .c-main .public-img img {
  object-fit: contain;
  transform: scale(0.7);
}
.c-product-info2 {
  padding: 0.8rem 0 1rem;
  background: #f8fafc;
  overflow: hidden;
}
@media (max-width: 767px) {
  .c-product-info2 {
    padding: 1.2rem 0;
  }
}
.c-product-info2 .c-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.8rem;
}
.c-product-info2 .c-top .c-main-title {
  font-weight: bold;
}
.c-product-info2 .c-top .c-btn-box {
  display: flex;
  align-items: center;
}
.c-product-info2 .c-top .c-btn-box .c-btn {
  width: 0.49rem;
  height: 0.49rem;
  border: 1px solid var(--color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  right: -0.9rem;
  cursor: pointer;
  transition: all 0.5s;
  z-index: 5;
  background: var(--color);
}
@media (max-width: 991px) {
  .c-product-info2 .c-top .c-btn-box .c-btn {
    width: 0.76rem;
    height: 0.76rem;
  }
}
.c-product-info2 .c-top .c-btn-box .c-btn img,
.c-product-info2 .c-top .c-btn-box .c-btn svg {
  width: 10px;
  height: 10px;
  object-fit: contain;
}
.c-product-info2 .c-top .c-btn-box .c-btn:hover {
  background-color: transparent;
  color: var(--color);
}
.c-product-info2 .c-top .c-btn-box .c-btn:nth-child(1) {
  margin-right: 0.1rem;
}
.c-product-info2 .c-top .c-btn-box .c-btn:nth-child(1) img,
.c-product-info2 .c-top .c-btn-box .c-btn:nth-child(1) svg {
  transform: rotate(180deg);
}
.c-product-info2 .c-top .c-btn-box .c-btn.swiper-button-disabled {
  opacity: 0.1;
  pointer-events: none;
}
.c-product-info2 .c-bottom .swiper {
  overflow: visible;
}
.c-product-info2 .c-bottom .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: flex-end;
  padding: 0.4rem;
  background: #fff;
  border-radius: 10px;
  cursor: pointer;
  height: auto;
}
.c-product-info2 .c-bottom .swiper-slide .c-box {
  width: 100%;
}
.c-product-info2 .c-bottom .swiper-slide .c-num {
  position: relative;
  z-index: 2;
  width: 44px;
  line-height: 30px;
  text-align: center;
}
.c-product-info2 .c-bottom .swiper-slide .c-num::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(../images/ico-num.svg) no-repeat center / contain;
}
.c-product-info2 .c-bottom .swiper-slide .c-title {
  margin: 0.3rem 0 0.1rem;
  font-weight: bold;
}
.c-product-info2 .c-bottom .swiper-slide .c-text {
  color: #999;
}
.c-product-info2 .c-bottom .swiper-slide .c-add {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.3rem -0.2rem -0.2rem 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #333;
}
.c-product-info2 .c-bottom .swiper-slide .c-add img,
.c-product-info2 .c-bottom .swiper-slide .c-add svg {
  width: 16px;
  height: 16px;
}
.hide-scrollbar .c-product-info2-pop .c-main-box {
  top: 0;
}
.c-product-info2-pop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(20px);
  overflow-y: auto;
  text-align: center;
}
.c-product-info2-pop .c-main-box {
  position: relative;
  display: inline-block;
  max-width: 1000px;
  width: 90%;
  margin: 40px 0;
  padding: 80px;
  border-radius: 10px;
  background: #fff;
  text-align: left;
  top: 60px;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .c-product-info2-pop .c-main-box {
    padding: 20px;
  }
}
.c-product-info2-pop .c-main-box .c-top .c-title-box .c-title {
  font-weight: bold;
}
.c-product-info2-pop .c-main-box .c-top .c-title-box .c-text {
  color: #999;
}
.c-product-info2-pop .c-main-box .c-top .c-list li {
  margin-top: 40px;
  border-radius: 10px;
  background: #f5f5f7;
  overflow: hidden;
}
@media (max-width: 767px) {
  .c-product-info2-pop .c-main-box .c-top .c-list li {
    margin-top: 20px;
  }
}
.c-product-info2-pop .c-main-box .c-top .c-list li .c-box {
  padding: 40px 60px;
}
.c-product-info2-pop .c-main-box .c-top .c-list li .c-box .c-title {
  font-weight: bold;
}
.c-product-info2-pop .c-main-box .c-top .c-list li .c-box .c-text {
  color: #999;
}
.c-product-info2-pop .c-main-box .c-top .c-list li img {
  width: 100%;
}
.c-product-info2-pop .c-close-box {
  position: absolute;
  top: 0;
  right: 20px;
  height: 100%;
  padding: 20px 0;
}
.c-product-info2-pop .c-close-box .c-close {
  position: sticky;
  position: -webkit-sticky;
  top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  background: #000;
  cursor: pointer;
  transition: all 0.4s;
}
.c-product-info2-pop .c-close-box .c-close img,
.c-product-info2-pop .c-close-box .c-close svg {
  width: 40%;
  height: 40%;
}
.c-product-info2-pop .c-close-box .c-close:hover {
  background: var(--color);
}
.hide-scrollbar {
  overflow: auto;
  -ms-overflow-style: none;
  /* IE/Edge */
  scrollbar-width: none;
  /* Firefox */
  overflow: hidden;
}
.hide-scrollbar::-webkit-scrollbar {
  display: none;
  /* Chrome/Safari */
}
.c-technology1 {
  position: relative;
  color: #fff;
}
.c-technology1 .c-img {
  height: 100vh;
  height: 100svh;
  height: 100dvh;
}
.c-technology1 .c-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-technology1 .c-video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .c-technology1 .c-video {
    display: none;
  }
}
.c-technology1 .c-main {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
}
.c-technology1 .c-main .container {
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
  height: 100%;
  padding: 1.8rem 0 0.85rem;
}
.c-technology1 .c-main .c-box1 {
  width: 100%;
  text-align: center;
}
.c-technology1 .c-main .c-box1 .c-text {
  opacity: 0.5;
  font-weight: bold;
}
.c-technology1 .c-main .c-box1 .c-title {
  margin: 0.2rem 0 0.3rem;
  font-weight: bold;
}
.c-technology1 .c-main .c-box2 {
  width: 100%;
}
.c-technology1 .c-main .c-box2 .c-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.3rem 0.5rem;
  border: 1px solid #fff;
  border-radius: 0.2rem;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
}
.c-technology1 .c-main .c-box2 .c-wrap .c-left {
  display: flex;
  align-items: center;
  font-weight: bold;
}
@media (max-width: 767px) {
  .c-technology1 .c-main .c-box2 .c-wrap .c-left {
    width: 100%;
  }
}
.c-technology1 .c-main .c-box2 .c-wrap .c-left img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .c-technology1 .c-main .c-box2 .c-wrap .c-left img {
    width: 40px;
    height: 40px;
  }
}
.c-technology1 .c-main .c-box2 .c-wrap .c-left .c-num {
  margin: 0 0.2rem 0 0.25rem;
}
@media (max-width: 767px) {
  .c-technology1 .c-main .c-box2 .c-wrap .c-left .c-num {
    margin: 0;
  }
}
.c-technology1 .c-main .c-box2 .c-wrap .c-left .c-box3 {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .c-technology1 .c-main .c-box2 .c-wrap .c-left .c-box3 {
    flex-wrap: wrap;
    margin: 0 0.2rem 0 0.25rem;
  }
}
@media (max-width: 767px) {
  .c-technology1 .c-main .c-box2 .c-wrap .c-left .c-box3 {
    justify-content: center;
    text-align: center;
  }
}
.c-technology1 .c-main .c-box2 .c-wrap .c-right {
  display: flex;
  align-items: center;
  font-weight: bold;
  cursor: pointer;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .c-technology1 .c-main .c-box2 .c-wrap .c-right {
    display: none;
  }
}
.c-technology1 .c-main .c-box2 .c-wrap .c-right img {
  margin-left: 0.2rem;
  width: 48px;
  height: 48px;
  object-fit: contain;
}
.c-technology2 {
  padding: 1.2rem 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .c-technology2 {
    padding: 1.2rem 0 0;
  }
}
.c-technology2 .public-img {
  border-radius: 0.2rem;
  transition: all 0.4s;
}
.c-technology2 .public-img::before {
  padding-top: calc(540/810*100%);
}
.c-technology2 .swiper {
  padding-bottom: 100px;
  overflow: visible;
}
@media (max-width: 991px) {
  .c-technology2 .swiper {
    padding-bottom: 60px;
  }
}
.c-technology2 .swiper-button-prev,
.c-technology2 .swiper-button-next {
  margin-top: 0;
  top: auto;
  bottom: 0;
  width: 60px;
  height: 60px;
  border: 1px solid #efedf5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color);
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .c-technology2 .swiper-button-prev,
  .c-technology2 .swiper-button-next {
    width: 40px;
    height: 40px;
  }
}
.c-technology2 .swiper-button-prev img,
.c-technology2 .swiper-button-next img,
.c-technology2 .swiper-button-prev svg,
.c-technology2 .swiper-button-next svg {
  width: 16px;
  height: 16px;
}
.c-technology2 .swiper-button-prev::after,
.c-technology2 .swiper-button-next::after {
  display: none;
}
.c-technology2 .swiper-button-prev:hover,
.c-technology2 .swiper-button-next:hover {
  color: #fff;
  background: var(--color);
  border-color: var(--color);
}
.c-technology2 .swiper-button-prev.swiper-button-disabled,
.c-technology2 .swiper-button-next.swiper-button-disabled {
  opacity: 0.2;
}
.c-technology2 .swiper-button-prev {
  left: 50%;
  margin: 0 0 0 -80px;
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .c-technology2 .swiper-button-prev {
    margin: 0 0 0 -50px;
  }
}
.c-technology2 .swiper-button-next {
  right: 50%;
  margin: 0 -80px 0 0;
}
@media (max-width: 991px) {
  .c-technology2 .swiper-button-next {
    margin: 0 -50px 0 0;
  }
}
.c-technology3 {
  position: relative;
  z-index: 2;
  padding: 1rem 0 2.1rem;
  background: #fff;
  overflow: hidden;
}
@media (max-width: 767px) {
  .c-technology3 {
    padding: 1.2rem 0;
  }
}
.c-technology3.c-dt {
  margin-top: -3.4rem;
  z-index: 3;
  padding: 0.6rem 0 1.2rem;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0rem, rgba(255, 255, 255, 0) 3.3rem, #fff 3.35rem, #fff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0rem, rgba(255, 255, 255, 0) 3.3rem, #fff 3.35rem, #fff 100%);
}
@media (max-width: 1260px) {
  .c-technology3.c-dt {
    margin-top: -2rem;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0rem, rgba(255, 255, 255, 0) 1.8rem, #fff 1.8rem, #fff 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0rem, rgba(255, 255, 255, 0) 1.8rem, #fff 1.8rem, #fff 100%);
  }
}
@media (max-width: 767px) {
  .c-technology3.c-dt {
    margin-top: 0;
    background: #fff;
  }
}
.c-technology3.c-dt .container {
  max-width: 1300px;
}
.c-technology3 .public-title .c-title {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.c-technology3 .public-title .c-title img {
  width: 94px;
  margin: 0 0.1rem -25px;
}
@media (max-width: 767px) {
  .c-technology3 .public-title .c-title img {
    width: 30px;
    margin: 0 0.1rem -5px;
  }
}
.c-technology3 .c-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.12rem -0.24rem;
}
.c-technology3 .c-list li {
  width: 33.33%;
  padding: 0 0.12rem 0.24rem;
}
@media (max-width: 767px) {
  .c-technology3 .c-list li {
    width: 100%;
  }
}
.c-technology3 .c-list li .c-wrap {
  position: relative;
  z-index: 1;
  border-radius: 0.2rem;
  overflow: hidden;
  box-shadow: 0 0 0.6rem rgba(140, 92, 155, 0.15);
}
.c-technology3 .c-list li .c-wrap .public-img::before {
  padding-top: calc(480/450*100%);
}
@media (max-width: 767px) {
  .c-technology3 .c-list li .c-wrap .public-img::before {
    padding-top: 60%;
  }
}
.c-technology3 .c-list li .c-wrap .c-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  padding: 0.45rem;
  display: flex;
  align-items: flex-end;
  background: -webkit-linear-gradient(bottom, rgba(106, 22, 133, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(106, 22, 133, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
}
.c-technology3 .c-list li .c-wrap .c-box .c-title {
  width: 100%;
  text-align: center;
  color: rgba(255, 255, 255, 0.75);
}
.c-technology45-box {
  position: relative;
  z-index: 5;
}
.c-technology45-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #f7f2fa 34%, #e4c2ff 80%, #a563dd 92%, #683094 100%);
  opacity: 0.9;
}
.c-technology4-wrap {
  height: 150vh;
}
@media (max-width: 1260px) {
  .c-technology4-wrap {
    height: auto;
  }
}
.c-technology4 {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  padding-top: 1.2rem;
}
@media (max-width: 1260px) {
  .c-technology4 {
    position: static;
  }
}
.c-technology4.on .c-list li .c-wrap {
  transform: scale(1) !important;
}
.c-technology4.on .c-list li:nth-child(1) .public-img img:nth-child(2) {
  opacity: 1;
}
.c-technology4.on .c-list li:nth-child(2) {
  top: 10%;
  left: 100%;
}
@media (max-width: 1580px) {
  .c-technology4.on .c-list li:nth-child(2) {
    top: 10%;
    left: 90%;
  }
}
.c-technology4.on .c-list li:nth-child(3) {
  top: 60%;
  left: 0%;
}
@media (max-width: 1580px) {
  .c-technology4.on .c-list li:nth-child(3) {
    top: 50%;
    left: 10%;
  }
}
.c-technology4.on .c-list li:nth-child(4) {
  top: 90%;
  left: 95%;
}
@media (max-width: 1900px) {
  .c-technology4.on .c-list li:nth-child(4) {
    top: 70%;
    left: 90%;
  }
}
@media (max-width: 1580px) {
  .c-technology4.on .c-list li:nth-child(4) {
    top: 70%;
    left: 87%;
  }
}
.c-technology4 .public-title {
  color: #fff;
}
.c-technology4 .public-title .c-text {
  color: #fff;
  margin: 0 0 0.2rem;
}
.c-technology4 .c-list {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1260px) {
  .c-technology4 .c-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.c-technology4 .c-list li {
  transition: all 0.6s 0.2s;
}
@media (max-width: 1260px) {
  .c-technology4 .c-list li {
    padding: 0 0.2rem 0.4rem;
  }
}
.c-technology4 .c-list li .c-wrap {
  position: relative;
  z-index: 2;
  border-radius: 0.2rem;
  overflow: hidden;
  background: #fff;
  transition: all 0.6s 0.2s;
}
.c-technology4 .c-list li .c-wrap .c-title {
  text-align: center;
  font-weight: bold;
}
.c-technology4 .c-list li .c-wrap .c-title span {
  color: transparent;
  background: linear-gradient(to right, #e4c2ff, #6a1685);
  background-clip: border-box;
  -webkit-background-clip: text;
  background-clip: text;
  mask: linear-gradient(to right, #e4c2ff, #6a1685);
  -webkit-mask: linear-gradient(to right, #e4c2ff, #6a1685);
}
@media (max-width: 1260px) {
  .c-technology4 .c-list li:nth-child(1) {
    width: 100%;
  }
}
.c-technology4 .c-list li:nth-child(1) .public-img img:nth-child(2) {
  opacity: 0;
  transition: all 0.4s;
}
.c-technology4 .c-list li:nth-child(1) .public-img::before {
  padding-top: calc(600/1200*100%);
}
.c-technology4 .c-list li:nth-child(2),
.c-technology4 .c-list li:nth-child(3) {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  transform: translate(-50%, -50%);
}
@media (max-width: 1260px) {
  .c-technology4 .c-list li:nth-child(2),
  .c-technology4 .c-list li:nth-child(3) {
    width: 40% !important;
    position: static;
    transform: translate(0, 0);
  }
}
@media (max-width: 767px) {
  .c-technology4 .c-list li:nth-child(2),
  .c-technology4 .c-list li:nth-child(3) {
    width: 100% !important;
    position: static;
    transform: translate(0, 0);
  }
}
.c-technology4 .c-list li:nth-child(2) .c-wrap,
.c-technology4 .c-list li:nth-child(3) .c-wrap {
  transform: scale(0);
  padding: 10px;
  box-shadow: 0px 0px 50px 0px rgba(72, 19, 90, 0.15);
}
@media (max-width: 767px) {
  .c-technology4 .c-list li:nth-child(2) .c-wrap,
  .c-technology4 .c-list li:nth-child(3) .c-wrap {
    transform: scale(1);
  }
}
.c-technology4 .c-list li:nth-child(2) .c-wrap .c-title,
.c-technology4 .c-list li:nth-child(3) .c-wrap .c-title {
  padding: 0.1rem 0 0.35rem;
}
.c-technology4 .c-list li:nth-child(2) {
  width: 260px;
}
.c-technology4 .c-list li:nth-child(2) .public-img {
  border-radius: 0.1rem;
}
.c-technology4 .c-list li:nth-child(2) .public-img::before {
  padding-top: calc(160/240*100%);
}
.c-technology4 .c-list li:nth-child(3) {
  width: 320px;
}
.c-technology4 .c-list li:nth-child(3) .public-img {
  border-radius: 0.1rem;
}
.c-technology4 .c-list li:nth-child(3) .public-img::before {
  padding-top: calc(200/300*100%);
}
.c-technology4 .c-list li:nth-child(4) {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  transform: translate(-50%, -50%);
  width: 6.4rem;
}
@media (max-width: 1260px) {
  .c-technology4 .c-list li:nth-child(4) {
    width: 60%;
    position: static;
    transform: translate(0, 0);
  }
}
@media (max-width: 767px) {
  .c-technology4 .c-list li:nth-child(4) {
    width: 100%;
  }
}
.c-technology4 .c-list li:nth-child(4) .c-wrap {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  padding: 0.2rem;
  transform: scale(0);
  box-shadow: 0px 0px 50px 0px rgba(72, 19, 90, 0.15);
}
@media (max-width: 767px) {
  .c-technology4 .c-list li:nth-child(4) .c-wrap {
    transform: scale(1);
  }
}
.c-technology4 .c-list li:nth-child(4) .public-img {
  width: 55%;
  border-radius: 0.1rem;
}
.c-technology4 .c-list li:nth-child(4) .public-img::before {
  padding-top: calc(280/330*100%);
}
.c-technology4 .c-list li:nth-child(4) .public-img img {
  object-fit: cover;
}
.c-technology4 .c-list li:nth-child(4) .c-title {
  padding-left: 0.25rem;
  width: 45%;
  text-align: left;
}
.c-technology5-wrap {
  margin-top: 1.2rem;
  height: 150vh;
}
@media (max-width: 991px) {
  .c-technology5-wrap {
    height: auto;
    padding-bottom: 1.2rem;
  }
}
.c-technology5-wrap .c-technology5 {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
  text-align: center;
  overflow: hidden;
}
@media (max-width: 991px) {
  .c-technology5-wrap .c-technology5 {
    position: relative;
    height: auto;
  }
}
.c-technology5-wrap .c-technology5 .c-line-box {
  position: absolute;
  top: 35%;
  left: 0;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .c-technology5-wrap .c-technology5 .c-line-box {
    display: none;
  }
}
.c-technology5-wrap .c-technology5 .c-line-box .c-line {
  width: 200vw;
  height: 10px;
  background: url(../images/line.png) repeat-x left top / auto 6px;
}
.c-technology5-wrap .c-technology5 .c-line-box:nth-child(1) {
  top: 65%;
}
.c-technology5-wrap .c-technology5 .c-title {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 5;
  width: 100%;
  transform: translateY(-50%);
  font-weight: bold;
  opacity: 0;
}
@media (max-width: 991px) {
  .c-technology5-wrap .c-technology5 .c-title {
    position: static;
    opacity: 1;
    transform: translateY(0);
  }
}
.c-technology5-wrap .c-technology5 .c-title span {
  color: transparent;
  background: linear-gradient(to right, #e4c2ff, #6a1685);
  background-clip: border-box;
  -webkit-background-clip: text;
  background-clip: text;
  mask: linear-gradient(to right, #e4c2ff, #6a1685);
  -webkit-mask: linear-gradient(to right, #e4c2ff, #6a1685);
}
.c-technology5-wrap .c-technology5 .public-img {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 62.5%;
  z-index: 1;
  transform: translate(-50%, -50%) scale(0.5);
  border-radius: 0.2rem;
}
@media (max-width: 1260px) {
  .c-technology5-wrap .c-technology5 .public-img {
    width: 90%;
  }
}
@media (max-width: 991px) {
  .c-technology5-wrap .c-technology5 .public-img {
    top: 0;
    left: 0;
    margin: 0.6rem auto 0;
    opacity: 1;
    position: relative;
    transform: translate(0, 0);
  }
}
.c-technology5-wrap .c-technology5 .public-img::before {
  padding-top: calc(640/1200*100%);
}
.c-technology5-wrap .c-technology5 .public-img video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .c-technology5-wrap .c-technology5 .public-img video {
    display: none;
  }
}
.c-technology6 {
  position: relative;
  z-index: 2;
  padding-bottom: 1.2rem;
  background: #0f102a;
  overflow: hidden;
}
.c-technology6 .c-main1 {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .c-technology6 .c-main1 {
    padding-top: 3rem;
  }
}
.c-technology6 .c-main1 .public-title {
  position: absolute;
  top: 1.2rem;
  left: 0;
  z-index: 10;
  width: 100%;
  color: #fff;
}
.c-technology6 .c-main1 .public-title .c-text {
  margin: 0 0 0.2rem;
  color: #999;
}
@media (max-width: 767px) {
  .c-technology6 .c-main1 .public-img {
    transform: scale(1.5);
  }
}
.c-technology6 .c-main1 .public-img img:nth-child(2) {
  opacity: 0;
  transition: all 0.8;
}
.c-technology6 .c-main1 .public-img.on img:nth-child(2) {
  opacity: 1;
}
.c-technology6 .c-main1 .public-img::before {
  padding-top: calc(1100/1920*100%);
}
.c-technology6 .c-main2 {
  position: relative;
  z-index: 2;
  margin-top: -1.2rem;
}
@media (max-width: 767px) {
  .c-technology6 .c-main2 {
    margin-top: 0;
  }
}
.c-technology6 .c-main2.on .c-list li:nth-child(1) .c-wrap .c-box2 .c-item .c-line::before {
  width: 100%;
}
.c-technology6 .c-main2 .c-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.12rem -0.24rem;
}
.c-technology6 .c-main2 .c-list li {
  display: flex;
  padding: 0 0.12rem 0.24rem;
  width: 33.33%;
}
@media (max-width: 991px) {
  .c-technology6 .c-main2 .c-list li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .c-technology6 .c-main2 .c-list li {
    width: 100%;
  }
}
.c-technology6 .c-main2 .c-list li .c-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  border-radius: 0.2rem;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.c-technology6 .c-main2 .c-list li .c-wrap .c-box1 {
  position: relative;
  z-index: 5;
}
.c-technology6 .c-main2 .c-list li .c-wrap .c-box1 .c-text span,
.c-technology6 .c-main2 .c-list li .c-wrap .c-box1 .c-title span {
  color: transparent;
  background: linear-gradient(to right, #e4c2ff, #6a1685);
  background-clip: border-box;
  -webkit-background-clip: text;
  background-clip: text;
  mask: linear-gradient(to right, #e4c2ff, #6a1685);
  -webkit-mask: linear-gradient(to right, #e4c2ff, #6a1685);
}
.c-technology6 .c-main2 .c-list li:nth-child(1) .c-wrap {
  color: #fff;
  background: #272840;
}
.c-technology6 .c-main2 .c-list li:nth-child(1) .c-wrap .c-box1 {
  width: 100%;
  padding: 0.5rem;
  text-align: center;
  font-weight: bold;
}
.c-technology6 .c-main2 .c-list li:nth-child(1) .c-wrap .c-box2 {
  width: calc(100% - 0.3rem);
  margin: 0.15rem;
  padding: 0.4rem;
  border-radius: 0.15rem;
  background: #47485c;
}
.c-technology6 .c-main2 .c-list li:nth-child(1) .c-wrap .c-box2 .c-item {
  display: inline-block;
  margin-bottom: 0.55rem;
}
.c-technology6 .c-main2 .c-list li:nth-child(1) .c-wrap .c-box2 .c-item:nth-child(2) {
  margin: 0;
  display: block;
  color: rgba(255, 255, 255, 0.35);
}
.c-technology6 .c-main2 .c-list li:nth-child(1) .c-wrap .c-box2 .c-item:nth-child(2) .c-tbox {
  justify-content: space-between;
}
.c-technology6 .c-main2 .c-list li:nth-child(1) .c-wrap .c-box2 .c-item:nth-child(2) .c-line::before {
  background: #6c6d7d;
}
.c-technology6 .c-main2 .c-list li:nth-child(1) .c-wrap .c-box2 .c-item .c-tbox {
  display: flex;
  align-items: center;
}
.c-technology6 .c-main2 .c-list li:nth-child(1) .c-wrap .c-box2 .c-item .c-tbox .c-num {
  margin-left: 0.6rem;
}
.c-technology6 .c-main2 .c-list li:nth-child(1) .c-wrap .c-box2 .c-item .c-line {
  margin-top: 0.25rem;
  height: 6px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.05);
}
.c-technology6 .c-main2 .c-list li:nth-child(1) .c-wrap .c-box2 .c-item .c-line::before {
  content: '';
  display: block;
  width: 0;
  height: 100%;
  border-radius: 3px;
  background: -webkit-linear-gradient(left, #e4c2ff 0%, #6a1685 100%);
  background: linear-gradient(to right, #e4c2ff 0%, #6a1685 100%);
  transition: all 0.8s;
}
.c-technology6 .c-main2 .c-list li:nth-child(2) .c-wrap {
  justify-content: center;
  background: #fff;
  padding: 0.5rem;
  font-weight: bold;
  text-align: center;
}
.c-technology6 .c-main2 .c-list li:nth-child(3) .c-wrap {
  justify-content: center;
  color: #fff;
  padding: 0.5rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 991px) {
  .c-technology6 .c-main2 .c-list li:nth-child(3) .c-wrap {
    height: 50vw;
  }
}
@media (max-width: 991px) {
  .c-technology6 .c-main2 .c-list li:nth-child(3) .c-wrap {
    height: 100vw;
  }
}
.c-technology6 .c-main2 .c-list li:nth-child(3) .c-wrap .c-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-technology7 {
  position: relative;
  z-index: 2;
  padding: 1.2rem 0;
}
.c-technology7::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #f7f2fa 34%, #e4c2ff 70%, #a563dd 85%, #683094 100%);
  opacity: 0.9;
}
.c-technology7 .public-title {
  color: #fff;
}
.c-technology7 .public-title .c-text {
  margin: 0 0 0.2rem;
  color: #e8d8f5;
}
.c-technology7 .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -0.12rem -0.24rem;
}
.c-technology7 .c-list li {
  padding: 0 0.12rem 0.24rem;
}
.c-technology7 .c-list li:not(:first-child) {
  width: 33.33%;
}
@media (max-width: 767px) {
  .c-technology7 .c-list li:not(:first-child) {
    width: 100%;
  }
}
.c-technology7 .c-list li:not(:first-child) .c-wrap {
  position: relative;
  z-index: 1;
  border-radius: 0.2rem;
  overflow: hidden;
}
.c-technology7 .c-list li:not(:first-child) .c-wrap .public-img::before {
  padding-top: calc(420/450*100%);
}
.c-technology7 .c-list li:not(:first-child) .c-wrap .c-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  padding: 0.35rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.c-technology7 .c-list li:first-child {
  width: 100%;
}
.c-technology7 .c-list li:first-child .c-wrap {
  position: relative;
  padding: 0.3rem;
  border-radius: 0.2rem;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
}
.c-technology7 .c-list li:first-child .c-wrap .public-img {
  width: 53.73%;
  border-radius: 0.1rem;
}
@media (max-width: 767px) {
  .c-technology7 .c-list li:first-child .c-wrap .public-img {
    width: 100%;
  }
}
.c-technology7 .c-list li:first-child .c-wrap .public-img::before {
  padding-top: calc(480/720*100%);
}
.c-technology7 .c-list li:first-child .c-wrap .c-box {
  padding: 0.9rem 0 0.9rem 0.8rem;
  width: 42.27%;
}
@media (max-width: 767px) {
  .c-technology7 .c-list li:first-child .c-wrap .c-box {
    padding: 0.4rem 0;
    width: 100%;
  }
}
.c-technology7 .c-list li:first-child .c-wrap .c-box .c-title {
  font-weight: bold;
  color: var(--color);
}
.c-technology7 .c-list li:first-child .c-wrap .c-box .c-text {
  margin-top: 0.35rem;
  color: #666;
}
.c-technology8 {
  position: relative;
  z-index: 2;
  padding: 1.2rem 0;
}
.c-technology8 .public-title .c-title span {
  color: transparent;
  background: linear-gradient(to right, #e4c2ff, #6a1685);
  background-clip: border-box;
  -webkit-background-clip: text;
  background-clip: text;
  mask: linear-gradient(to right, #e4c2ff, #6a1685);
  -webkit-mask: linear-gradient(to right, #e4c2ff, #6a1685);
}
.c-technology8 .c-video-box {
  position: relative;
  border-radius: 0.2rem;
  overflow: hidden;
}
.c-technology8 .c-video-box video {
  width: 100%;
  vertical-align: top;
}
.c-technology8 .c-video-box .c-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.c-technology8 .c-video-box .c-box > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-technology8 .c-video-box .c-box .c-play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
  width: 0.8rem;
  height: 0.8rem;
}
.c-technology8 .c-video-box .c-box .c-play img,
.c-technology8 .c-video-box .c-box .c-play svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.4s;
}
.c-technology8 .c-video-box .c-box .c-play:hover img,
.c-technology8 .c-video-box .c-box .c-play:hover svg {
  transform: scale(1.1);
}
.product-info-box6 .public-agent-textbox2 span {
  color: transparent;
  background: linear-gradient(to right, #e4c2ff, #6a1685);
  background-clip: border-box;
  -webkit-background-clip: text;
  background-clip: text;
  mask: linear-gradient(to right, #e4c2ff, #6a1685);
  -webkit-mask: linear-gradient(to right, #e4c2ff, #6a1685);
}
.public-product-info1 {
  position: relative;
  z-index: 2;
  background: #fff;
}
.public-product-info1 .public-title {
  position: absolute;
  z-index: 5;
  top: 1rem;
  left: 0;
  width: 100%;
  text-align: left;
}
@media (max-width: 991px) {
  .public-product-info1 .public-title {
    top: 0.6rem;
  }
}
@media (max-width: 767px) {
  .public-product-info1 .public-title {
    padding-top: 1.2rem;
    position: static;
    text-align: center;
  }
}
.public-product-info1 .public-title .c-title span {
  color: transparent;
  background: linear-gradient(to left, #e4c2ff, #6a1685);
  background-clip: border-box;
  -webkit-background-clip: text;
  background-clip: text;
  mask: linear-gradient(to left, #e4c2ff, #6a1685);
  -webkit-mask: linear-gradient(to left, #e4c2ff, #6a1685);
}
.public-product-info1 .public-title .c-text {
  margin: 0 0 0.2rem;
}
.public-product-info1 .c-img {
  text-align: center;
}
.public-product-info1 .c-img img {
  width: 100%;
}
.public-product-info2 {
  position: relative;
  z-index: 2;
  background: #fff;
}
@media (max-width: 767px) {
  .public-product-info2 {
    overflow: hidden;
  }
}
.public-product-info2 .c-top {
  position: relative;
}
.public-product-info2 .c-top .c-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .public-product-info2 .c-top .c-bg {
    transform: scale(1.8);
  }
}
.public-product-info2 .c-top .public-product-position {
  margin: 0 auto;
  width: calc(1400/1920*100%);
}
@media (max-width: 767px) {
  .public-product-info2 .c-top .public-product-position {
    transform: scale(1.8);
  }
}
.public-product-info2 .c-top .c-note {
  position: absolute;
  bottom: 0.8rem;
  left: 0;
  z-index: 10;
  width: 100%;
  text-align: center;
  color: #999;
  transform: translateY(50%);
}
@media (max-width: 991px) {
  .public-product-info2 .c-top .c-note {
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .public-product-info2 .c-top .c-note {
    bottom: -1rem;
  }
}
.public-product-info2 .c-bottom {
  margin-top: -0.2rem;
}
@media (max-width: 991px) {
  .public-product-info2 .c-bottom {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .public-product-info2 .c-bottom {
    margin-top: 100px;
  }
}
.public-product-info2 .c-bottom .c-swiper-box {
  position: relative;
}
@media (max-width: 991px) {
  .public-product-info2 .c-bottom .c-swiper-box {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .public-product-info2 .c-bottom .c-swiper-box {
    padding: 0;
  }
  .public-product-info2 .c-bottom .c-swiper-box .swiper {
    padding-bottom: 20px;
  }
}
.public-product-info2 .c-bottom .c-swiper-box .swiper {
  padding: 10px 10px 0;
}
@media (max-width: 767px) {
  .public-product-info2 .c-bottom .c-swiper-box .swiper {
    padding: 10px;
  }
}
.public-product-info2 .c-bottom .c-swiper-box .swiper-pagination {
  display: none;
  top: auto;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .public-product-info2 .c-bottom .c-swiper-box .swiper-pagination {
    display: block;
  }
}
.public-product-info2 .c-bottom .c-swiper-box .c-prev,
.public-product-info2 .c-bottom .c-swiper-box .c-next {
  flex-shrink: 0;
  position: absolute;
  top: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  background: #f4f2f5;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .public-product-info2 .c-bottom .c-swiper-box .c-prev,
  .public-product-info2 .c-bottom .c-swiper-box .c-next {
    top: 0;
    width: 40px;
    height: 40px;
    background: var(--color);
    color: #fff;
  }
}
@media (max-width: 767px) {
  .public-product-info2 .c-bottom .c-swiper-box .c-prev,
  .public-product-info2 .c-bottom .c-swiper-box .c-next {
    display: none;
  }
}
.public-product-info2 .c-bottom .c-swiper-box .c-prev.disabled,
.public-product-info2 .c-bottom .c-swiper-box .c-next.disabled {
  opacity: 0;
}
@media (max-width: 991px) {
  .public-product-info2 .c-bottom .c-swiper-box .c-prev.disabled,
  .public-product-info2 .c-bottom .c-swiper-box .c-next.disabled {
    opacity: 0.2;
  }
}
.public-product-info2 .c-bottom .c-swiper-box .c-prev:hover,
.public-product-info2 .c-bottom .c-swiper-box .c-next:hover {
  color: #fff;
  background: var(--color);
}
.public-product-info2 .c-bottom .c-swiper-box .c-prev img,
.public-product-info2 .c-bottom .c-swiper-box .c-next img,
.public-product-info2 .c-bottom .c-swiper-box .c-prev svg,
.public-product-info2 .c-bottom .c-swiper-box .c-next svg {
  width: 40%;
  height: 40%;
  object-fit: contain;
}
.public-product-info2 .c-bottom .c-swiper-box .c-prev {
  left: -70px;
  transform: translateY(-50%) rotate(180deg);
}
@media (max-width: 1580px) {
  .public-product-info2 .c-bottom .c-swiper-box .c-prev {
    left: -40px;
  }
}
@media (max-width: 991px) {
  .public-product-info2 .c-bottom .c-swiper-box .c-prev {
    margin-left: -50px;
    left: 50%;
  }
}
.public-product-info2 .c-bottom .c-swiper-box .c-next {
  right: -70px;
}
@media (max-width: 1580px) {
  .public-product-info2 .c-bottom .c-swiper-box .c-next {
    right: -40px;
  }
}
@media (max-width: 991px) {
  .public-product-info2 .c-bottom .c-swiper-box .c-next {
    right: 50%;
    margin-right: -50px;
  }
}
.public-product-info2 .c-bottom .c-swiper-box .c-wrap {
  position: relative;
  z-index: 2;
  text-align: center;
  font-weight: bold;
  transition: all 0.4s;
  cursor: pointer;
}
@media (max-width: 767px) {
  .public-product-info2 .c-bottom .c-swiper-box .c-wrap {
    font-size: 14px;
  }
}
.public-product-info2 .c-bottom .c-swiper-box .c-wrap .public-img {
  margin-bottom: 15px;
  border-radius: 0.2rem;
  border: 2px solid transparent;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .public-product-info2 .c-bottom .c-swiper-box .c-wrap .public-img {
    margin-bottom: 0.1rem;
  }
}
.public-product-info2 .c-bottom .c-swiper-box .c-wrap .public-img:before {
  padding-top: calc(110/218*100%);
}
.public-product-info2 .c-bottom .c-swiper-box .c-wrap .public-img .c-ico {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  width: 30px;
  height: 30px;
  object-fit: contain;
  transform: translate(-50%, -50%);
  color: #fff;
  transition: all 0.4s;
}
.public-product-info2 .c-bottom .c-swiper-box .on .c-wrap {
  color: var(--color);
}
.public-product-info2 .c-bottom .c-swiper-box .on .c-wrap .public-img {
  border-color: var(--color);
  box-shadow: 0 5px 10px rgba(104, 48, 148, 0.3);
}
.public-product-info2 .c-bottom .c-swiper-box .on .c-wrap .public-img .c-ico {
  color: var(--color);
}
.public-product-position {
  position: relative;
  z-index: 2;
}
.public-product-position > img {
  width: 100%;
}
.public-product-position .c-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.public-product-position .c-list li {
  position: absolute;
  z-index: 1;
  cursor: pointer;
}
.public-product-position .c-list li.on,
.public-product-position .c-list li.on2 {
  z-index: 5;
}
.public-product-position .c-list li.on .c-box::before,
.public-product-position .c-list li.on2 .c-box::before {
  animation: scale 2s infinite;
}
.public-product-position .c-list li.on .c-box::after,
.public-product-position .c-list li.on2 .c-box::after {
  animation: scale 2s 1s infinite;
}
.public-product-position .c-list li.on .c-box .c-ico,
.public-product-position .c-list li.on2 .c-box .c-ico {
  background: rgba(255, 255, 255, 0.8);
}
.public-product-position .c-list li.on .c-box .c-ico::before,
.public-product-position .c-list li.on2 .c-box .c-ico::before {
  opacity: 0;
}
.public-product-position .c-list li.on .c-box .c-ico img,
.public-product-position .c-list li.on2 .c-box .c-ico img {
  opacity: 0;
}
.public-product-position .c-list li.on .c-box .c-ico img:nth-child(2),
.public-product-position .c-list li.on2 .c-box .c-ico img:nth-child(2) {
  opacity: 1;
}
.public-product-position .c-list li .c-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
}
@media (max-width: 1580px) {
  .public-product-position .c-list li .c-box {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 991px) {
  .public-product-position .c-list li .c-box {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 767px) {
  .public-product-position .c-list li .c-box {
    width: 10px;
    height: 10px;
  }
}
.public-product-position .c-list li .c-box::before,
.public-product-position .c-list li .c-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-sizing: border-box;
  background: rgba(106, 22, 133, 0.5);
  transform: scale(0.8);
}
.public-product-position .c-list li .c-box .c-ico {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 5;
  border-radius: 50%;
  background-image: linear-gradient(-45deg, #6a1685 27%, #bf74ea 100%);
}
.public-product-position .c-list li .c-box .c-ico::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 140%;
  height: 140%;
  border: 1px solid var(--color);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}
.public-product-position .c-list li .c-box .c-ico img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 50%;
  transition: all 0.4s;
}
.public-product-position .c-list li .c-box .c-ico img:nth-child(2) {
  opacity: 0;
}
.public-product-info2-pop-mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(106, 22, 133, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s 0.4s;
}
.public-product-info2-pop-mask.on {
  opacity: 1;
  transition: all 0.4s 0s;
}
.public-product-info2-pop {
  position: fixed;
  bottom: -100%;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
  transition: all 0.8s;
}
.public-product-info2-pop.on {
  bottom: 0;
  pointer-events: auto;
}
.public-product-info2-pop .c-main {
  position: relative;
  height: 100%;
  background: #f0f1f7;
  border-radius: 0.2rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .public-product-info2-pop .c-main {
    padding-bottom: 50px;
  }
}
.public-product-info2-pop .c-main .c-close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 10;
  top: 0.5rem;
  right: 0.4rem;
  width: 60px;
  height: 60px;
  background: var(--color);
  border-radius: 50%;
  box-shadow: 0px 0px 40px 0px rgba(38, 46, 56, 0.15);
  transition: all 0.4s;
  color: #fff;
  cursor: pointer;
}
@media (max-width: 991px) {
  .public-product-info2-pop .c-main .c-close {
    top: auto;
    bottom: 10px;
    right: 50%;
    transform: translateX(50%);
    background: var(--color);
    color: #fff;
    width: 30px;
    height: 30px;
  }
}
.public-product-info2-pop .c-main .c-close img,
.public-product-info2-pop .c-main .c-close svg {
  width: 25%;
  height: 25%;
  object-fit: contain;
}
.public-product-info2-pop .c-main .c-close:hover {
  transform: rotate(180deg);
}
.public-product-info2-pop .c-main .public-product-position {
  position: absolute;
  top: 50%;
  left: 0.4rem;
  transform: translateY(-50%);
  width: 240px;
  border: solid 1px #e6e1ef;
  border-radius: 0.1rem;
  background: #fff;
}
@media (max-width: 1580px) {
  .public-product-info2-pop .c-main .public-product-position {
    width: 200px;
  }
}
@media (max-width: 1260px) {
  .public-product-info2-pop .c-main .public-product-position {
    display: none;
    width: 160px;
  }
}
@media (max-width: 991px) {
  .public-product-info2-pop .c-main .public-product-position {
    display: none;
  }
}
.public-product-info2-pop .c-main .public-product-position .c-box {
  transform: translate(-50%, -50%) scale(0.4);
}
.public-product-info2-pop .c-main .c-list1 {
  position: relative;
  z-index: 1;
  height: 100%;
}
@media (max-width: 1260px) {
  .public-product-info2-pop .c-main .c-list1 {
    overflow-y: auto;
  }
}
.public-product-info2-pop .c-main .c-list1 li {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 0.7rem 0 0;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  transition: all 0.4s;
}
@media (max-width: 1260px) {
  .public-product-info2-pop .c-main .c-list1 li {
    opacity: 1;
    position: relative;
    height: auto;
    min-height: 550px;
  }
}
@media (max-width: 991px) {
  .public-product-info2-pop .c-main .c-list1 li {
    padding: 0.6rem 0.4rem;
  }
}
@media (max-width: 767px) {
  .public-product-info2-pop .c-main .c-list1 li {
    min-height: 75vw;
  }
}
.public-product-info2-pop .c-main .c-list1 li.on {
  opacity: 1;
  z-index: 5;
  pointer-events: auto;
}
.public-product-info2-pop .c-main .c-list1 li .public-title {
  position: relative;
  z-index: 5;
}
@media (max-width: 767px) {
  .public-product-info2-pop .c-main .c-list1 li .public-title .c-title {
    font-size: 24px;
  }
}
.public-product-info2-pop .c-main .c-list1 li .public-title .c-text {
  margin: 0 0 0.2rem;
}
.public-product-info2-pop .c-main .c-list1 li .public-title .c-title span {
  color: transparent;
  background: linear-gradient(to right, #e4c2ff, #6a1685);
  background-clip: border-box;
  -webkit-background-clip: text;
  background-clip: text;
  mask: linear-gradient(to right, #e4c2ff, #6a1685);
  -webkit-mask: linear-gradient(to right, #e4c2ff, #6a1685);
}
.public-product-info2-pop .c-main .c-list1 li > .c-img2,
.public-product-info2-pop .c-main .c-list1 li > .c-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
@media (max-width: 991px) {
  .public-product-info2-pop .c-main .c-list1 li > .c-img2 {
    position: static;
    height: auto;
    transform: scale(1.2);
  }
}
.public-product-info2-pop .c-main .c-list1 li > .c-img {
  position: relative;
  z-index: 1;
  width: 100%;
  width: 57.44%;
  margin: 0 auto;
  border-radius: 0.2rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .public-product-info2-pop .c-main .c-list1 li > .c-img {
    width: 100%;
  }
}
.public-product-info2-pop .c-main .c-list1 li > .c-img img {
  vertical-align: top;
  width: 100%;
}
.public-product-info2-pop .c-main .c-list1 li > .c-img video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.public-product-info2-pop .c-main .c-list1 li .c-swiper-box {
  position: relative;
  z-index: 1;
  width: 100%;
  width: 57.44%;
  margin: 0 auto;
  border-radius: 0.2rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .public-product-info2-pop .c-main .c-list1 li .c-swiper-box {
    width: 100%;
  }
}
.public-product-info2-pop .c-main .c-list1 li .swiper1 .public-img::before {
  padding-top: calc(500/1080*100%);
}
.public-product-info2-pop .c-main .c-list1 li .swiper1 .public-img video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.public-product-info2-pop .c-main .c-list1 li .swiper2 {
  position: absolute;
  bottom: 0.2rem;
  left: 0.2rem;
  z-index: 5;
  width: calc(100% - 0.4rem);
}
@media (max-width: 767px) {
  .public-product-info2-pop .c-main .c-list1 li .swiper2 {
    position: static;
    width: 100%;
    margin-top: 15px;
  }
}
.public-product-info2-pop .c-main .c-list1 li .swiper2 .swiper-slide {
  cursor: pointer;
}
.public-product-info2-pop .c-main .c-list1 li .swiper2 .public-img {
  border-radius: 0.1rem;
}
.public-product-info2-pop .c-main .c-list1 li .swiper2 .public-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 0.1rem;
  box-sizing: border-box;
  opacity: 0;
  transition: all 0.4s;
}
.public-product-info2-pop .c-main .c-list1 li .swiper2 .public-img::before {
  padding-top: calc(100/150*100%);
}
.public-product-info2-pop .c-main .c-list1 li .swiper2 .public-img .c-play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  width: 30px;
  height: 30px;
  background: url(../images/ico-play.svg) no-repeat center center / contain;
  transform: translate(-50%, -50%);
}
.public-product-info2-pop .c-main .c-list1 li .swiper2 .swiper-slide-thumb-active .public-img::after {
  opacity: 1;
}
.public-product-info2-pop .c-main .c-list1 li .swiper3 {
  position: relative;
  z-index: 1;
  width: 100%;
  width: 57.44%;
  margin: 0 auto;
  border-radius: 0.2rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .public-product-info2-pop .c-main .c-list1 li .swiper3 {
    width: 100%;
  }
}
.public-product-info2-pop .c-main .c-list1 li .swiper3 .swiper-slide {
  z-index: 1;
  border-radius: 0.2rem;
  overflow: hidden;
}
.public-product-info2-pop .c-main .c-list1 li .swiper3 .swiper-slide .public-img::before {
  padding-top: calc(540/1080*100%);
}
.public-product-info2-pop .c-main .c-list1 li .swiper3 .swiper-slide .c-title {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  padding: 0.35rem;
  color: #fff;
  text-align: center;
}
.public-product-info2-pop .c-main .c-list1 li .swiper3 .swiper-slide::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 70%;
  background: -webkit-linear-gradient(bottom, rgba(106, 22, 133, 0.7) 0%, rgba(106, 22, 133, 0) 100%);
  background: linear-gradient(to top, rgba(106, 22, 133, 0.7) 0%, rgba(106, 22, 133, 0) 100%);
}
.public-product-info2-pop .c-main .c-list1 li .swiper3 .swiper-button-prev,
.public-product-info2-pop .c-main .c-list1 li .swiper3 .swiper-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  color: #999;
  background: rgba(255, 255, 255, 0.75);
  margin-top: -0.3rem;
  transition: all 0.4s;
}
.public-product-info2-pop .c-main .c-list1 li .swiper3 .swiper-button-prev.swiper-button-disabled,
.public-product-info2-pop .c-main .c-list1 li .swiper3 .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}
.public-product-info2-pop .c-main .c-list1 li .swiper3 .swiper-button-prev img,
.public-product-info2-pop .c-main .c-list1 li .swiper3 .swiper-button-next img,
.public-product-info2-pop .c-main .c-list1 li .swiper3 .swiper-button-prev svg,
.public-product-info2-pop .c-main .c-list1 li .swiper3 .swiper-button-next svg {
  width: 30%;
  height: 30%;
}
.public-product-info2-pop .c-main .c-list1 li .swiper3 .swiper-button-prev::after,
.public-product-info2-pop .c-main .c-list1 li .swiper3 .swiper-button-next::after {
  display: none;
}
.public-product-info2-pop .c-main .c-list1 li .swiper3 .swiper-button-prev:hover,
.public-product-info2-pop .c-main .c-list1 li .swiper3 .swiper-button-next:hover {
  background: var(--color);
  color: #fff;
}
.public-product-info2-pop .c-main .c-list1 li .swiper3 .swiper-button-prev {
  left: 0.3rem;
  transform: rotate(180deg);
}
.public-product-info2-pop .c-main .c-list1 li .swiper3 .swiper-button-next {
  right: 0.3rem;
}
.public-product-info2-pop .c-main .c-list2 {
  position: absolute;
  top: 50%;
  right: 0.4rem;
  z-index: 2;
  transform: translateY(-50%);
}
@media (max-width: 1260px) {
  .public-product-info2-pop .c-main .c-list2 {
    display: none;
  }
}
.public-product-info2-pop .c-main .c-list2 li {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0.5rem;
  color: rgba(0, 0, 0, 0.5);
  transition: all 0.4s;
  cursor: pointer;
}
.public-product-info2-pop .c-main .c-list2 li:last-child {
  margin: 0;
}
.public-product-info2-pop .c-main .c-list2 li .c-ico {
  position: relative;
  margin-left: 0.25rem;
  width: 30px;
  height: 30px;
}
.public-product-info2-pop .c-main .c-list2 li .c-ico img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.4s;
}
.public-product-info2-pop .c-main .c-list2 li .c-ico img:nth-child(2) {
  opacity: 0;
}
.public-product-info2-pop .c-main .c-list2 li.on {
  color: #000;
}
.public-product-info2-pop .c-main .c-list2 li.on .c-ico img {
  opacity: 0;
}
.public-product-info2-pop .c-main .c-list2 li.on .c-ico img:nth-child(2) {
  opacity: 1;
}
.c-fixed-consult {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 850;
  bottom: 20px;
  left: 50%;
  width: 200px;
  height: 60px;
  border-radius: 30px;
  color: #000;
  transform: translateX(-50%);
  pointer-events: none;
  opacity: 0;
  transition: all 0s 1.5s;
}
@media (max-width: 1580px) {
  .c-fixed-consult {
    height: 40px;
    border-radius: 20px;
    width: 148px;
  }
}
.c-fixed-consult::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 1;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  transform: translateX(-50%) scale(0);
  -webkit-transform: translateX(-50%) scale(0);
  background: var(--color);
  opacity: 0;
}
@media (max-width: 1580px) {
  .c-fixed-consult::before {
    width: 40px;
    height: 40px;
    border-radius: 20px;
  }
}
.c-fixed-consult::before {
  animation: fixedConsult2 1s 0.5s forwards;
}
.c-fixed-consult::after {
  content: "";
  width: 60px;
  height: 60px;
  border-radius: 30px;
  transform: scale(0);
  -webkit-transform: scale(0);
  background: var(--color);
  position: relative;
  z-index: 2;
  background-color: rgba(220, 219, 219, 0.5);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  opacity: 0;
}
@media (min-width: 1581px) {
  .c-fixed-consult::after {
    animation: fixedConsult4 1.5s forwards;
  }
}
@media (max-width: 1580px) {
  .c-fixed-consult::after {
    animation: fixedConsult6 1.5s forwards;
    width: 40px;
    height: 40px;
    border-radius: 20px;
  }
}
.c-fixed-consult.on {
  opacity: 1;
  pointer-events: auto;
  transition: all 0s 0s;
}
.c-fixed-consult.on::before {
  animation: fixedConsult1 1s forwards;
}
@media (min-width: 1581px) {
  .c-fixed-consult.on::after {
    animation: fixedConsult3 1.5s forwards;
  }
}
@media (max-width: 1580px) {
  .c-fixed-consult.on::after {
    animation: fixedConsult5 1.5s forwards;
  }
}
.c-fixed-consult.on .c-box {
  opacity: 1;
  transition: all 0.4s 1s;
}
.c-fixed-consult .c-box {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  color: #000;
  transition: all 0.4s 0s;
  transform: translateY(-50%);
}
@media (max-width: 1580px) {
  .c-fixed-consult .c-box {
    padding-left: 10px;
  }
}
.c-fixed-consult .c-box .c-ico {
  margin-left: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: var(--color);
  border-radius: 50%;
}
@media (max-width: 1580px) {
  .c-fixed-consult .c-box .c-ico {
    width: 26px;
    height: 26px;
  }
}
.c-fixed-consult .c-box .c-ico img {
  width: 10px;
  height: 10px;
  object-fit: contain;
}
#c-footer .c-bottom-box .c-copyright-box .c-policy-link {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#c-footer .c-bottom-box .c-copyright-box .c-policy-link .c-list-box {
  position: relative;
  border: 1px solid rgba(153, 153, 153, 0.2);
  border-radius: 5px;
}
@media (max-width: 991px) {
  #c-footer .c-bottom-box .c-copyright-box .c-policy-link .c-list-box {
    display: none;
  }
}
#c-footer .c-bottom-box .c-copyright-box .c-policy-link .c-list-box:hover .c-box {
  display: block;
}
#c-footer .c-bottom-box .c-copyright-box .c-policy-link .c-list-box .c-text-box {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  cursor: pointer;
}
#c-footer .c-bottom-box .c-copyright-box .c-policy-link .c-list-box .c-text-box .c-svg {
  margin-left: 10px;
  width: 12px;
  height: 12px;
  transform: rotate(-90deg);
}
#c-footer .c-bottom-box .c-copyright-box .c-policy-link .c-list-box .c-box {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-bottom: 1px;
  transform: translateX(-50%);
  background: #fff;
  box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.05);
  white-space: nowrap;
  line-height: 40px;
  font-size: 14px;
  border-radius: 5px 5px 0 0;
  padding: 10px;
  border-top: 1px solid #ececec;
}
#c-footer .c-bottom-box .c-copyright-box .c-policy-link .c-list-box .c-box a {
  margin: 0 0 5px;
  position: relative;
  display: block;
  padding: 0 10px;
  border-radius: 5px;
  transition: all 0.4s;
}
#c-footer .c-bottom-box .c-copyright-box .c-policy-link .c-list-box .c-box a:last-child {
  margin: 0;
}
#c-footer .c-bottom-box .c-copyright-box .c-policy-link .c-list-box .c-box a:hover {
  color: var(--color);
  background: #f8f9fc;
}
