@charset "UTF-8";
body,
html {
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.modal-img::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 0 !important;
}

.modal-img::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
  border-radius: 0;
}

.modal-img::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: rgba(0, 0, 0, 0);
}

.modal-img::-webkit-scrollbar-thumb:window-inactive,
body::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0, 0, 0, 0);
}

html {
  width: 100%;
}

*,
html {
  font-family: SF Pro SC, SF Pro Text, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif, Microsoft YaHei, 微软雅黑;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  border: 0;
  text-indent: -9999em;
}

body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  font-size: 0.8333vw;
  width: 100%;
}
[class^='section'] {
  background: url(/bj.webp) repeat;
  background-size: cover;
}

button {
  outline: 0;
}

input,
select,
textarea {
  border-radius: 0.104rem;
  border: 1px solid #c8cccf;
  color: #6a6f77;
  outline: 0;
}

li,
ul {
  list-style: none;
}

a:hover {
  cursor: pointer;
  text-decoration: none;
}

h2,
h3 {
  font-weight: 400;
}

a {
  text-decoration: none;
}

a,
body,
h1,
h2,
h3,
h4,
p,
textarea {
  font-family: SF Pro SC, SF Pro Text, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif, Microsoft YaHei, 微软雅黑;
}

.section1 {
  width: 100%;
  margin-top: 4.167rem;
  padding: 0 14.583rem;
  height: 45.833rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 4.167rem);
}

.section1 .title {
  font-weight: 700;
  font-size: 3.542rem;
}

.section1 .bg {
  margin-top: 3.125rem;
  background-image: url(/section1-bg.9aa3751e.webp);
  height: 28.125rem;
  width: 69.792rem;
  background-position: 50%;
  background-size: 100%;
}

.section2 {
  width: 100%;
  /*  */
  padding-top: 1.823rem;
}

.section2 .top {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section2 .top .swich {
  position: relative;
  width: 8.333rem;
  height: 2.083rem;
  border-radius: 1.042rem;
  background: var(--bg1);
  display: flex;
  justify-content: space-around;
  align-items: center;
  cursor: pointer;
  user-select: none;
}

.section2 .top .swich > img {
  width: 1.25rem;
  height: 1.25rem;
  z-index: 1;
  transform: translateX(-0.26rem);
}

.section2 .top .swich > img:first-child {
  transform: translateX(0.26rem);
}

.section2 .top .swich .bar {
  width: 4.688rem;
  background-color: var(--c3);
  position: absolute;
  height: 100%;
  border-radius: 1.042rem;
  left: 0;
  transition: all 0.3s;
}

.section2 .top .swich.two .bar {
  left: 3.646rem;
}

.section2 > .title {
  padding: 1.563rem 14.583rem 0;
  font-size: 1.354rem;
  color: var(--c3);
  font-weight: 700;
}

.section2 > .title > span {
  color: #fff;
}

.section2 .carr .page-1,
.section2 .carr .page-11 {
  width: 100%;
  position: relative;
}

.page-11 .card {
  background-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  box-shadow: none;
  height: 31.771rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s;
  width: 16rem;
  border-radius: 0.938rem;
}
.page-11 .card .top {
  padding: 2rem 1.4rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.page-11 .card .title {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
}

.page-11 .card .subtitle {
  color: var(--c3);
  line-height: 1.4rem;
  font-size: 0.833rem;
  margin-top: 0.625rem;
  max-width: 15.625rem;
  text-align: center;
}

.page-3 .card:nth-child(1) {
  background-image: url(/01-pc.webp);
}
.page-3 .card:nth-child(2) {
  background-image: url(/02-pc.webp);
}
.page-3 .card:nth-child(3) {
  background-image: url(/03-pc.webp);
}
.page-3 .card:nth-child(4) {
  background-image: url(/04-pc.webp);
}

.page-4 .card:nth-child(1) {
  background-image: url(/qqh-01-pc.webp);
}
.page-4 .card:nth-child(2) {
  background-image: url(/qqh-02-pc.webp);
}
.page-4 .card:nth-child(3) {
  background-image: url(/qqh-03-pc.webp);
}
.page-4 .card:nth-child(4) {
  background-image: url(/qqh-04-pc.webp);
}

.section2 .carr .page-1 .icon {
  opacity: 0;
  position: absolute;
  width: 2.708rem;
  height: 2.708rem;
  top: 50%;
  margin-top: -1.354rem;
  transform: scale(0.5);
  z-index: 222;
  transition: transform 0.5s ease-in, opacity 0.7s cubic-bezier(0.15, 0, 0.2, 1) 0.1s;
  cursor: pointer;
}

.section2 .carr .page-1 .icon.left {
  left: 1.042rem;
}

.section2 .carr .page-1 .icon.right {
  right: 1.042rem;
}

.section2 .carr .page-1 .icon.left.active,
.section2 .carr .page-1 .icon.right.active {
  transform: scale(1);
  opacity: 1;
}

.section2 .carr .page-1 .box {
  width: 100%;
  overflow-x: auto;
  padding-top: 1.563rem;
  padding-right: 1.042rem;
  padding-bottom: 1.823rem;
  display: flex;
}

.section2 .carr .page-1 .box::-webkit-scrollbar {
  display: none;
}

.section2 .carr .page-1 .img {
  cursor: pointer;
  transition: all 0.3s;
  width: 12.396rem;
  height: 25.521rem;
  margin-right: 2.708rem;
}

.section2 .carr .page-1 .img:first-child {
  margin-left: 14.583rem;
}

.section2 .carr .page-1 .img:hover {
  transform: scale3d(1.01, 1.01, 1.01);
}

.section2 .carr .page-2 {
  /* display: none; */
  width: 100%;
  position: relative;
}

.section2 .carr .page-2 .icon {
  opacity: 0;
  position: absolute;
  width: 2.708rem;
  height: 2.708rem;
  top: 50%;
  margin-top: -1.354rem;
  transform: scale(0.5);
  z-index: 222;
  transition: transform 0.5s ease-in, opacity 0.7s cubic-bezier(0.15, 0, 0.2, 1) 0.1s;
  cursor: pointer;
}

.section2 .carr .page-2 .icon.left {
  left: 1.042rem;
}

.section2 .carr .page-2 .icon.right {
  right: 1.042rem;
}

.section2 .carr .page-2 .icon.left.active,
.section2 .carr .page-2 .icon.right.active {
  transform: scale(1);
  opacity: 1;
}

.section2 .carr .page-2 .box {
  width: 100%;
  overflow-x: auto;
  padding-top: 1.563rem;
  padding-bottom: 1.823rem;
  padding-right: 1.042rem;
  display: flex;
}

.section2 .carr .page-2 .box::-webkit-scrollbar {
  display: none;
}

.section2 .carr .page-2 .card {
  transition: all 0.3s;
  cursor: pointer;
  min-width: 19.792rem;
  height: 25.521rem;
  border-radius: 0.938rem;
  /* background-color: #fff; */
  box-shadow: 0.104rem 0.208rem 0.625rem 0 rgba(0, 0, 0, 0.08);
  margin-right: 1.042rem;
  padding: 3.646rem 1.302rem 1.563rem;
}

.section2 .carr .page-2 .card:hover {
  box-shadow: 0.104rem 0.208rem 0.833rem rgba(0, 0, 0, 0.16);
  transform: scale3d(1.01, 1.01, 1.01);
}

.section2 .carr .page-2 .card:first-child {
  margin-left: 14.583rem;
}

.section2 .carr .page-2 .card .title {
  font-size: 1.25rem;
  color: #fff;
  font-weight: 700;
}

.section2 .carr .page-2 .card .subtitle {
  margin-top: 0.521rem;
  font-size: 0.833rem;
  color: var(--c3);
}

.section2 .carr .page-2 .card .img {
  margin-top: 3.229rem;
  width: 17.188rem;
  height: 14.479rem;
}

.section2 .carr .page-11 .box {
  display: flex;
  justify-content: space-between;
}
.section2 .carr .page-11 .img:first-child {
  margin: 0;
}
.section2 .carr .page-11 .img {
  width: 16rem;
  margin: 0;
}

.section3 {
  width: 100%;
  /*  */
  padding-top: 1.823rem;
}

.section3 > .title {
  padding: 0 14.583rem;
  font-size: 1.354rem;
  color: #fff;
  font-weight: 700;
}

.section3 .carr .page {
  position: relative;
  width: 100%;
}

.section3 .carr .page .icon {
  opacity: 0;
  position: absolute;
  width: 2.708rem;
  height: 2.708rem;
  top: 50%;
  margin-top: -1.354rem;
  transform: scale(0.5);
  z-index: 222;
  transition: transform 0.5s ease-in, opacity 0.7s cubic-bezier(0.15, 0, 0.2, 1) 0.1s;
  cursor: pointer;
}

.section3 .carr .page .icon.left {
  left: 1.042rem;
}

.section3 .carr .page .icon.right {
  right: 1.042rem;
}

.section3 .carr .page .icon.left.active,
.section3 .carr .page .icon.right.active {
  transform: scale(1);
  opacity: 1;
}

.section3 .carr .page .box {
  width: 100%;
  overflow-x: auto;
  display: flex;
  padding: 3rem 0;
}

.section3 .carr .page .box::-webkit-scrollbar {
  display: none;
}

.section3 .carr .page .card {
  transition: all 0.3s;
  min-width: 21.146rem;
  max-width: 21.146rem;
  height: 28.646rem;
  border-radius: 0.938rem;
  background-color: #fff;
  box-shadow: 0.104rem 0.208rem 0.625rem 0 rgba(0, 0, 0, 0.08);
  margin-right: 1.042rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.section3 .carr .page .card:first-child {
  margin-left: 14.583rem;
}

.section3 .carr .page .card:hover {
  box-shadow: 0.104rem 0.208rem 0.833rem rgba(0, 0, 0, 0.16);
  transform: scale3d(1.01, 1.01, 1.01);
}

.section3 .carr .page .card .top {
  padding: 3.646rem 1.563rem 0;
}

.section3 .carr .page .card .title {
  font-size: 1.25rem;
  font-weight: 700;
}

.section3 .carr .page .card .subtitle {
  margin-top: 0.521rem;
  font-size: 0.833rem;
}

.section3 .carr .page .card .img {
  width: 21.146rem;
  height: 17.708rem;
}

.section4 {
  width: 100%;
  /*  */
  padding-top: 1.823rem;
}

.section4 > .title {
  padding: 0 14.583rem;
  font-size: 1.354rem;
  color: var(--c3);
  font-weight: 700;
}

.section4 > .title > span {
  color: #fff;
}

.section4 .carr .page {
  width: 100%;
}

.section4 .carr .page .box {
  width: 100%;
  overflow-x: auto;
  display: flex;
  justify-content: space-between;
  padding: 4rem 0;
}

.section4 .carr .page .box::-webkit-scrollbar {
  display: none;
}

.section4 .carr .page .card {
  transition: all 0.3s;
  width: 16rem;
  /* height: 28.646rem; */
  border-radius: 0.938rem;
  background-color: #fff;
  box-shadow: 0.104rem 0.208rem 0.625rem 0 rgba(0, 0, 0, 0.08);
  /* margin-right: 1.042rem; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* .section4 .carr .page .card:first-child {
  margin-left: 14.583rem;
} */

.section4 .carr .page .card:hover {
  box-shadow: 0.104rem 0.208rem 0.833rem rgba(0, 0, 0, 0.16);
  transform: scale3d(1.01, 1.01, 1.01);
}

.section4 .carr .page .card .title {
  font-size: 1.25rem;
  font-weight: 700;
}

.section4 .carr .page .card .subtitle {
  font-size: 0.833rem;
}

.section4 .carr .page .card .img {
  width: 22.917rem;
  height: 15.833rem;
}

.section5 .carr .page .card .subtitle {
  margin-top: 0.625rem;
}
.section5 .carr .page .card .img {
  width: 22.917rem;
  height: 17.5rem;
}

.section6 {
  width: 100%;
  padding: 1.823rem 14.583rem 0;
}

.section6 > .title {
  font-size: 1.354rem;
  color: var(--c3);
  font-weight: 700;
}

.section6 > .title > span {
  color: #fff;
}

.section6 .carr .page {
  font-size: 21px;
  color: #b5c2d4;
  line-height: 36px;
  padding: 0.6rem 30px;
  margin-top: 37px;
}
.section6 .call {
  padding-top: 58px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section6 .call .text {
  display: flex;
  align-items: center;
  gap: 19px;
  width: 399px;
  background: #263142;
  border-radius: 30px;
  color: #c1dbff;
  padding: 9px 23px;
  margin-bottom: 28px;
}
.section6 .callicon {
  width: 40px;
}
input::placeholder,
textarea::placeholder {
  color: #a6afbc;
}
.section6 .el-input__inner,
.section6 .el-textarea__inner {
  width: 100%;
  height: 60px;
  background: #0b1018;
  border: 1px solid rgba(142, 188, 255, 0.2);
  border-radius: 31px;
  text-indent: 17px;
  margin-bottom: 20px;
  padding: 5px;
  color: #a6afbc;
  line-height: 25px;
  font-size: 18px;
}
.section6 .el-textarea__inner {
  height: 185px;
  border: 1px solid rgba(142, 188, 255, 0.2);
  border-radius: 12px;
  margin-bottom: 10px;
}
.section6 .tip {
  font-size: 16px;
  color: #727C8A;
  line-height: 18px;
  margin-top: 5px;
}
.section6 .el-button {
  width: 500px;
  margin: 0 auto;
}
.section6 .carr .page .box {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 0.6rem 0;
  gap: 6rem;
  font-weight: normal;
  line-height: 30px;
}

.section6 .carr .page .card {
  transition: all 0.3s;
  min-width: 10.417rem;
  max-width: 10.417rem;
  height: 21.563rem;
  border-radius: 0.938rem;
  background-color: #fff;
  box-shadow: 0.104rem 0.208rem 0.625rem 0 rgba(0, 0, 0, 0.08);
  margin-right: 1.042rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.section6 .carr .page .card:hover {
  box-shadow: 0.104rem 0.208rem 0.833rem rgba(0, 0, 0, 0.16);
  transform: scale3d(1.01, 1.01, 1.01);
}

.section6 .carr .page .card .num {
  width: 1.563rem;
  height: 1.563rem;
  margin-bottom: 3.125rem;
}

.section6 .carr .page .card .icon {
  width: 6.25rem;
  height: 6.25rem;
  margin-bottom: 0.521rem;
}

.section6 .carr .page .card .text {
  font-size: 1.042rem;
  color: #fff;
}

.section6 .carr .page .card.call {
  min-width: 13.542rem;
  max-width: 13.542rem;
}

.section6 .carr .page .card.call .callicon {
  width: 3.125rem;
  height: 3.125rem;
  cursor: pointer;
}

.section6 .carr .page .card.call .text {
  font-size: 1.042rem;
  color: #fff;
  font-weight: 700;
  margin-top: 0.313rem;
  margin-bottom: 0;
}

.section6 .carr .page .card.call .ver-separator {
  height: 1.563rem;
}

.section6 .carr .button {
  margin-top: 1.042rem;
  width: 300px;
  height: 60px;
  font-size: 20px;
  border-radius: 50px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background: var(--c1); */
  color: var(--c2);
  background: var(--c1);
  border: 0.104rem solid var(--c1);
}
.section6 .carr .button.block{
  margin-top: 30px;
}
.section6 .carr .button.contact{
  margin-top: 10px;
  width: 399px;
}
/* .section6 .carr .page .card.call .button:hover {
  background: linear-gradient(270deg, rgba(121, 101, 232, 0.8), rgba(121, 175, 255, 0.8));
} */

.section7 {
  width: 100%;
  /*  */
  padding: 1.823rem 14.583rem 0;
}

.section7 .logos {
  display: flex;
  justify-content: center;
  align-items: center;
}

.section7 .logos a {
  margin-right: 1.563rem;
  width: 4.688rem;
  height: 1.771rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100%;
}

.section7 .logos a:first-child {
  background-image: url(/LOGO1.0921ff6a.webp);
}

.section7 .logos a:first-child:hover {
  background-image: url(/LOGO1-hover.1e294644.webp);
}

.section7 .logos a:nth-child(2) {
  background-image: url(/LOGO2.6535f4e2.webp);
}

.section7 .logos a:nth-child(2):hover {
  background-image: url(/LOGO2-hover.63a07aa5.webp);
}

.section7 .logos a:nth-child(3) {
  background-image: url(/LOGO3.370819ca.webp);
}

.section7 .logos a:nth-child(3):hover {
  background-image: url(/LOGO3-hover.e3a19d6a.webp);
}

.section7 .logos a:nth-child(4) {
  background-image: url(/LOGO4.b9206bb2.webp);
}

.section7 .logos a:nth-child(4):hover {
  background-image: url(/LOGO4-hover.2e51845d.webp);
}

.section7 .logos a:nth-child(5) {
  background-image: url(/LOGO5.e0c79b2a.webp);
}

.section7 .logos a:nth-child(5):hover {
  background-image: url(/LOGO5-hover.68c7ecc2.webp);
}

.section7 .logos a:nth-child(6) {
  background-image: url(/LOGO6.70fb3988.webp);
  margin-right: 0;
}

.section7 .logos a:nth-child(6):hover {
  background-image: url(/LOGO6-hover.94e99974.webp);
}

.section7 .c {
  font-size: 0.625rem;
  color: var(--c3);
  margin-top: 1.563rem;
  padding-bottom: 1.875rem;
  text-align: center;
}

.header {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  padding: 0 14.583rem;
  height: 4.167rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--bg1);
  backdrop-filter: blur(0.391rem);
  -webkit-backdrop-filter: blur(0.391rem);
}

.header .logo .ico {
  height: 2.6rem;
  vertical-align: -1rem;
  /* width: 10rem;
   background: url(/SKG-logo.eb250233.webp) no-repeat;
  background-position: 50%;
  background-size: contain;  */
}

.header .right {
  margin-left: 0.521rem;
  height: 2.396rem;
  width: 52.396rem;
}

.header .right,
.header .right .menu {
  display: flex;
  justify-content: space-between;
}

.header .right .menu {
  position: relative;
  padding-top: 0.5rem;
  width: 41.771rem;
}

.header .right .menu .item {
  font-size: 1rem;
  cursor: pointer;
}

.header .right .menu .item.active {
  color: #7965e8;
}

.header .right .menu .bar {
  position: absolute;
  width: 2.969rem;
  height: 1px;
  /* background-color: #7965e8; */
  bottom: 0;
  left: 0;
  transition: all 0.3s;
}

.header .right .btn {
  align-self: center;
  margin-left: 0.521rem;
  border-radius: 1.302rem;
  color: var(--c2);
  background: var(--c1);
  border: 0.104rem solid var(--c1);
  /* background: var(--color-function-color-success-1, var(--c1));
  color: #fff; */
  width: 5.417rem;
  height: 2.188rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

/* .header .right .btn:hover {
  background: linear-gradient(270deg, rgba(121, 101, 232, 0.8), rgba(121, 175, 255, 0.8));
} */

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(50, 50, 50, 0.88);
  backface-visibility: visible;
  -webkit-tap-highlight-color: transparent;
  display: none;
  z-index: 999;
}

.modal .modal-warp {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  overflow-y: scroll;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
}

.modal .modal-warp .modal-body {
  width: 42.448rem;
  margin: 2.083rem auto;
  background-color: #fff;
  padding: 3.125rem;
  border-radius: 0.938rem;
  position: relative;
}

.modal .modal-warp .modal-body .close-icon {
  display: block;
  position: absolute;
  top: 0.833rem;
  left: 0.833rem;
  cursor: pointer;
  width: 1.771rem;
  height: 1.771rem;
  background: url(/close-btn.8e885f59.webp) no-repeat 50%;
  background-size: 100%;
  transition: all 0.2s ease;
}

.modal .modal-warp .modal-body .img {
  width: 100%;
  border-radius: 1.042rem;
}

.contact-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(50, 50, 50, 0.3);
  backface-visibility: visible;
  -webkit-tap-highlight-color: transparent;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(var(--scale));
}

.contact-modal .body.use-px {
  width: 720px;
  height: 558px;
  background-color: var(--bg2);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-modal .body.use-px .title {
  width: 100%;
  font-weight: 700;
  font-size: 31px;
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px 12px 0 0;
  color: #fff;
  background: var(--c1);
  position: relative;
}

.contact-modal .body.use-px .title .close-btn {
  position: absolute;
  width: 38px;
  height: 38px;
  right: 20px;
  cursor: pointer;
}

.contact-modal .body.use-px .title .close-btn:hover {
  opacity: 0.8;
}

.contact-modal .body.use-px .content {
  margin-top: 12px;
  width: 669px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-modal .body.use-px .content .des,
.contact-modal .body.use-px .content .strong {
  text-align: center;
  font-size: 15px;
  color: var(--c3);
}

.contact-modal .body.use-px .content .strong {
  margin-top: 12px;
  font-weight: 700;
}

.contact-modal .body.use-px .content .strong > span {
  font-weight: 500;
  color: var(--c1);
}

.contact-modal .body.use-px .content .msg {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 440px;
  height: 340px;
  /* border-radius: 12px;
  background: #fff;
  box-shadow: 0 3px 6px 0 rgba(119, 102, 231, 0.1), 0 11px 11px 0 rgba(119, 102, 231, 0.09), 0 25px 15px 0 rgba(119, 102, 231, 0.05),
    0 45px 18px 0 rgba(119, 102, 231, 0.01), 0 70px 20px 0 rgba(119, 102, 231, 0); */
}

.contact-modal .body.use-px .content .msg .top {
  border-radius: 8px 8px 0 0;
  width: 100%;
  height: 50px;
  /* background: var(--c1); */
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-modal .body.use-px .content .msg .top .img {
  width: 88px;
  height: 88px;
  margin-top: 10px;
}

.contact-modal .body.use-px .content .msg .top .text {
  margin-top: 10px;
  font-size: 14px;
  color: var(--c3);
}

.contact-modal .body.use-px .content .msg .bottom {
  width: 380px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
}

.contact-modal .body.use-px .content .msg .bottom .item {
  height: 44px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contact-modal .body.use-px .content .msg .bottom .item .left {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}

.contact-modal .body.use-px .content .msg .bottom .item .left .img {
  width: 20px;
  height: 20px;
  margin-right: 7px;
}

.contact-modal .body.use-px .content .msg .bottom .item .right {
  position: relative;
  cursor: pointer;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 30px;
  border: 0.5px solid var(--color-function-color-success-1, #7965e8);
  font-size: 14px;
}

.contact-modal .body.use-px .content .msg .bottom .item .right a {
  color: #fff;
}

.contact-modal .body.use-px .content .msg .bottom .item .right .cur {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: -34px;
  animation: swing 0.75s infinite alternate-reverse;
}

.contact-modal .body.use-px .content .service {
  margin-top: 20px;
  color: var(--c3);
  font-size: 14px;
  font-weight: 500;
}

.contact-modal .body.use-px .content .service .red {
  color: #e90a0a;
}

@keyframes swing {
  0% {
    transform: translateX(-5px);
  }
  to {
    transform: translateX(5px);
  }
}

.hash {
  color: #fff;
}
