* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  font-size: 100%;
}

:active,
:focus {
  outline: none !important;
}
ol,
ul {
  list-style-type: none;
  list-style-position: inside;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
::-webkit-input-placeholder {
  color: #7c858c;
}

::-moz-input-placeholder {
  color: #7c858c;
}

::-ms-input-placeholder {
  color: #7c858c;
}
#target { height:800px;overflow:hidden;position:relative; }
body {
  background-color: rgb(255, 255, 255);
  /* min-width: 1440px; */
}
.mobile {
  display: none;
}
.pc {
  display: block;
}
.wrap_page_box {
  /* max-width: 1681px;  */
  height: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}
.header {
  width: 100%;
  height: 109px;
  /* padding: 0 64px; */
}
.header-wrap {
  width: 100%;
  position: fixed;
  left: 0 !important;
  z-index: 999;
  /* margin: 0 auto; */
}
.text-all{
  font-size:34px !important;
}
.header-nav-top {
  /* max-height: 100%; */
  /* max-width: 1440px; */
  height: 36px;
  background: #f6f7f9;
  /* border-bottom: 1px solid rgb(228 231 237); */
  padding: 0 64px;
}
.header-nav-bottom {
  /* display: flex; */
  /* max-width: 1440px; */
  height: 73px;
  /* background: crimson; */
  /* align-self: center; */
  padding: 0 64px;
  background: #27235e;
  /* border-bottom: 1px solid rgb(209, 215, 224); */
}
.top-wrap {
  width: 100%;
  height: 100%;
  max-width: 1440px;
  /* background: #7c858c; */
}
.bottom-wrap {
  width: 100%;
  height: 100%;
  max-width: 1440px;
  /* background: #7c858c; */
}
.nav-top-left {
  /* max-width: 1440px; */
  /* background: #7c858c; */
}
.nav-bottom-left {
  height: 100%;
  /* max-width: 1440px; */
  /* background: #7c858c; */
}
.nav-bottom-left > li {
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
}
.top-tab {
  width: 160px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  background: #fff;
}
.top-tab-r {
  padding: 0 12px;
}
.top-tab > a,
.top-tab-r > a {
  font-size: 12px;
  color: rgb(109 110 122);
}
.logo-li {
  /* padding-right: 24px; */
}
.logo-li img {
  width: 55px;
  height: 55px;
}
.bottom-tab {
  /* height: 50%; */
  /* padding: 5px 0px; */
  margin: 0 25px;
}
.trigle {
  position: relative;
}
.trigle::after {
  position: absolute;
  display: inline-block;
  content: "";
  border-top: 3px solid;
  border-right: 3px solid transparent;
  border-bottom: 0;
  border-left: 3px solid transparent;
  top: 12px;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.5s;
}
.trigle.rotated::after {
  transform: translateY(-50%) rotate(180deg);
  /* transition: transform 0.5s; */
}
.bottom-tab > span:hover {
  cursor: pointer;
  border-bottom: 2px solid white;
}
.bottom-tab-active {
  border-bottom: 2px solid white;
}
.bottom-tab > span {
  padding: 5px;
  font-size: 14px;
  color: white;
  /* transform: translateY(-50%); */
  /* border-bottom: 2px solid white; */
  /* padding: 10px 25px; */
}
.bottom-tab-dj {
  /* height: 50%; */
  /* padding: 5px 0px; */
  margin: 0 25px;
}
.bottom-tab-a:hover {
  cursor: pointer;
  border-bottom: 2px solid white;
}
.bottom-tab-dj-active {
  border-bottom: 2px solid white;
}
.bottom-tab-a {
  padding: 5px;
  font-size: 14px;
  color: #121118;
  /* transform: translateY(-50%); */
  /* border-bottom: 2px solid white; */
  /* padding: 10px 25px; */
}

/* nav-menu */
.nav-menu {
  width: 100%;
  /* height: 500px; */
  background: #fff;
  /* position: absolute; */
  position: fixed;
  z-index: 997;
  transform: translateY(-100%);
  transition: all 0.5s;
  left: 0 !important;
}
.bg {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0 !important;
  z-index: 996;
  background: rgba(18, 17, 24, 0.5);
  display: none;
}
.plat-wrap {
  width: 100%;
  height: 100%;
  padding: 0 64px;
  background: linear-gradient(to right, #ffffff 50%, #edeff3 50%);
}
.plat-box {
  height: 100%;
  max-width: 1440px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 auto;
}
.plat-left {
  grid-column: span 3 / span 3;
  padding: 48px 48px 48px 0;
  background: #fff;
}
.plat-right {
  background-color: rgb(237, 239, 243);
  min-width: 330px;
  grid-column: span 1 / span 1;
  background: #edeff3;
  padding: 48px 0 48px 48px;
}
.plat-left-list {
  width: 33.33%;
  padding: 0 16px;
}
.plat-left-tit {
  line-height: 20px;
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 8px;
  border-bottom: 1px solid rgb(209, 215, 224);
}
.plat-left-item {
  padding-top: 20px;
}
.plat-left-item-top > img {
  width: 18px;
  height: 23px;
  margin-right: 15px;
}
.plat-left-item-top > span {
  color: rgb(18, 17, 24);
  line-height: 19.2px;
  font-weight: 500;
  font-size: 16px;
}
.plat-left-item-to:hover .plat-left-item-top > span {
  color: #0d52ff;
}
.res-left-item-top > a {
  color: rgb(18, 17, 24);
  line-height: 19.2px;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 20px;
}
.res-left-item-top > a:hover {
  color: #0d52ff;
}
.plat-left-item-bt {
  margin-top: 8px;
  color: rgb(76, 75, 88);
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.plat-right-img {
  width: 100%;
  height: 145px;
}
.plat-right-box {
  height: calc(100% - 145px);
  padding: 32px;
  background: #000;
}
.plat-right-tit {
  color: hsla(0, 0%, 100%, 1);
  font-family: Gotham;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  font-style: initial;
}
.plat-right-ftit {
  color: hsla(0, 0%, 100%, 1);
  font-family: Gotham;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  font-style: initial;
}
.plat-right-more {
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
}
.plat-right-more:hover {
  color: #03eada;
}
.plat-right-more:hover .plat-right-more-img {
  transform: translateX(5px);
}
.plat-right-more > img {
  width: 20px;
  height: 16px;
  margin-left: 8px;
  transition: transform 0.5s;
}
.new-res-list {
  line-height: 20px;
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 8px;
  border-bottom: 1px solid rgb(209, 215, 224);
  margin-top: 48px;
}
.new-res-tit {
}
.new-res-item-top {
}
.new-res-item-bt {
}
/* part1 */
.part-1 {
  width: 100%;
  height: 760px;
  /* background: #7c858c; */
}
.nav-wrap {
  width: 1156px;
  padding-top: 110px;
  margin: 0 auto;
}
.tit-wrap {
  width: 60%;
  padding-bottom: 48px;
}
.p1-fu-tit {
  color: hsla(248.571, 17.0732%, 8.03922%, 1);
  font-family: Gotham;
  font-size: 16px;
  font-weight: 500;
}
.p1-mian-tit {
  color: hsla(248.571, 17.0732%, 8.03922%, 1);
  font-family: Gotham;
  font-size: 34px;
  font-weight: 700;
}
.cont-wrap {
  width: 100%;
  height: 540px;
  padding-top: 48px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  align-items: center;
  justify-items: center;
  grid-gap: 16px;
}
.cont-item-box {
  width: 260px;
  height: 230px;
  /* background: #f6f7f9; */
  border-radius: 20px;
  position: relative;
}
.cont-grid-item {
  width: 260px;
  height: 230px;
  background: #f6f7f9;
  border-radius: 20px;
  padding: 32px;
  position: absolute;
  /* bottom: 0; */

  transition: all 0.3s ease;
  /* transition: transform 0.5s ease; */
  /* box-shadow:0 0 0px 0px rgba(241, 241, 241, 0.8); */
}
.i1 {
  background: linear-gradient(rgb(166, 232, 236), rgb(224, 246, 247)) center top;
}
.i2 {
  background: linear-gradient(rgb(167, 221, 241), rgb(224, 243, 249)) center top;
}
.i3 {
  background: linear-gradient(rgb(168, 210, 245), rgb(224, 238, 250)) center top;
}
.i4 {
  background: linear-gradient(rgb(169, 199, 250), rgb(224, 234, 252)) center top;
}
.i5 {
  background: linear-gradient(rgb(184, 211, 250), rgb(227, 238, 252)) center top;
}
.i6 {
  background: linear-gradient(rgb(182, 196, 250), rgb(227, 231, 251)) center top;
}
.i7 {
  background: linear-gradient(rgb(189, 187, 243), rgb(229, 229, 249)) center top;
}
.i8 {
  background: linear-gradient(rgb(195, 178, 236), rgb(231, 225, 247)) center top;
}
.item_img_icon {
  width: 48px;
  height: 48px;
}
.item_text {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  margin-top: 16px;
}
.item_right_icon {
  width: 20px;
  height: 16px;
  margin-top: 16px;
  transition: transform 0.5s;
}
.cont-grid-item:hover {
  /* animation:fangda 0.4s;
  animation-fill-mode:forwards; */
  /* bottom:20px; */
  /* transform: all 0.5s; */
  box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.3);
  /* box-shadow: 18px 10px 80px rgba(0, 0, 0, 0.3), 18px 10px 80px rgba(0, 0, 0, 0.3), 0 10px 80px rgba(0, 0, 0, 0.3); */

  transform: translateY(-10px);
}
.cont-grid-item:hover .item_right_icon {
  transform: translateX(5px);
}

/* part-2 */
.part-2 {
  width: 100%;
  /* height: 760px; */
  /* background: #7c858c; */
  background: linear-gradient(
    3.141592653589793rad,
    hsla(0, 0%, 100%, 1) 0%,
    hsla(255, 80%, 98.0392%, 1) 53%,
    hsla(252, 83.3333%, 95.2941%, 1) 100%
  );
}
.p2-nav-wrap {
  width: 1156px;
  padding-top: 110px;
  margin: 0 auto;
}
.p2-tit-wrap {
  width: 60%;
  padding-bottom: 48px;
}
/* .p2-fu-tit {
  color: hsla(248.571, 17.0732%, 8.03922%, 1);
  font-family: Gotham;
  font-size: 16px;
  font-weight: 500;
} */
.p2-mian-tit {
  color: hsla(248.571, 17.0732%, 8.03922%, 1);
  font-family: Gotham;
  font-size: 34px;
  font-weight: 700;
}
.p2-cont-wrap {
  width: 100%;
  padding: 48px 0;
}
.p2-cont-item-list {
  display: flex;
  align-items: center;
  justify-content: center;
  /* display: grid;
  grid-auto-flow: column;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(6,1fr);
  gap:12px 0px;
  column-count: 2; */
}
.p2-list-wrap {
  width: 50%;
  padding-left: 20px;
}
.p2-cont-item {
  margin-bottom: 12px;
  position: relative;
}
.p2-cont-item::before {
  content: "◢";
  display: inline-block;
  font-size: 10px;
  font-style: normal;
  line-height: 24px;
  position: absolute;
  left: -19.2px;
  color: #222;
}
.p2-cont-box {
  width: 1156px;
  margin: 0 auto;
  padding: 48px 0 96px 0;
}
.p2-cont-left {
  width: 50%;
}
.p2-cont-left-tit {
  color: hsla(248.571, 17.0732%, 8.03922%, 1);
  font-family: Gotham;
  font-size: 34px;
  font-weight: 700;
  font-style: initial;
  margin-bottom: 20px;
}
.p2-cont-left-fu-tit {
  color: hsla(248.571, 17.0732%, 8.03922%, 1);
  font-family: Gotham;
  font-size: 24px;
  font-weight: 500;
  font-style: initial;
  margin-bottom: 20px;
  padding-right: 55px;
}
.p2-cont-left-text {
  color: hsla(240, 6.06061%, 38.8235%, 1);
  font-family: Gotham;
  font-size: 16px;
  font-weight: 400;
  text-transform: initial;
  font-style: initial;
  margin-bottom: 20px;
  padding-right: 55px;
}
.p2-cont-left-foot {
  color: hsla(248.571, 17.0732%, 8.03922%, 1);
  font-family: Gotham;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0em;
  font-style: initial;
  margin-bottom: 36px;
}
.p2-cont-left-btn {
  padding: 12px 28px;
  background: rgb(10, 80, 255);
  color: #fff;
  border-radius: 6px;
}
.p2-cont-right {
  width: 50%;
  display: grid;
  /* grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: repeat(5, 1fr); */
  align-items: center;
  justify-items: center;
  /* gap: 50px 0; */
}
.other-logo {
  width: 100%;
  height: 390px;
  margin: 0 25px;
}

/* part3 */
.p3-tit-part {
  width: 100%;
  height: 136px;
  background: linear-gradient(
    2.8797932657906435rad,
    hsla(222.893, 100%, 52.549%, 1) 0%,
    hsla(275.745, 83.9286%, 56.0784%, 1) 52%,
    hsla(330.171, 92.5926%, 62.9412%, 1) 100%
  );
}
.p3-cont-part {
  width: 100%;
}
.p3-tit-text {
  color: hsla(0, 0%, 100%, 1);
  font-family: Gotham;
  font-size: 24px;
  font-weight: 500;
  font-style: initial;
  margin-right: 16px;
}
.more-btn {
  font-weight: 500;
  padding: 8px 24px;
  border-radius: 6px;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(255, 255, 255);
  color: #000;
  margin-left: 16px;
}
.p3-cont-part {
  width: 100%;
  height: 600px;
  background: url("../img/background-image-bc-people-working.jpg") no-repeat;
  background-size: cover;
  padding: 96px 0;
}
.p3-cont-part-wrap {
  height: 100%;
  max-width: 1156px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.p3-black-bc {
  width: 480px;
  /* height: 290px; */
  background: #000;
  grid-column-start: 7;
  clip-path: polygon(0 40px, 40px 0, 110% 0, 110% 110%, 0 110%);
  position: relative;
  box-sizing: border-box;
  padding: 48px 64px;
  align-items: start;
  justify-content: start;
}
.p3-black-tit {
  color: hsla(0, 0%, 100%, 1);
  font-family: Gotham;
  font-size: 34px;
  font-weight: 700;
  font-style: initial;
  margin-bottom: 20px;
}
.p3-black-fu-tit {
  color: hsla(0, 0%, 100%, 1);
  font-family: Gotham;
  font-size: 24px;
  font-weight: 500;
  font-style: initial;
}
.text-bc-green {
  position: absolute;
  bottom: -16px;
  right: 0;
  color: rgb(3, 234, 218);
}
/* part4 */
.part-4 {
  width: 100%;
  padding-top: 96px;
}
.p4-wrap {
  width: 1156px;
  /* background: blueviolet; */
  margin: 0 auto;
}
.p4-tit {
  width: 60%;
  color: hsla(248.571, 17.0732%, 8.03922%, 1);
  font-family: Gotham;
  font-size: 28px;
  font-weight: 700;
  font-style: initial;
  text-align: center;
  margin-bottom: 48px;
}
.p4-cont-wrap {
  padding: 48px 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.p4-cont-item-box {
  width: 33.3%;
  height: 100%;
  border-radius: 20px;
  margin: 0 16px;
}
.p4-cont-grid-item {
  width: 100%;
  height: 230px;
  border-radius: 20px;
  padding: 32px;
  transition: all 0.3s ease;
}
.p4-i1 {
  background: linear-gradient(to right, #0378a5, #0941b1);
}
.p4-i2 {
  background: linear-gradient(to right, #6825a7, #9a2e82);
}
.p4-i3 {
  background: linear-gradient(to right, #0380a3, #0380a3);
}
.p4-item_img_icon {
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
}
.p4-item_text {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.p4-item_right_icon {
  width: 20px;
  height: 16px;
  transition: transform 0.5s;
}
.p4-cont-grid-item:hover {
  box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.3);
  transform: translateY(-10px);
}
.p4-cont-grid-item:hover .p4-item_right_icon {
  transform: translateX(5px);
}
.part-5 {
}
.in-part-5 {
  /* background: #010E1D; */
}

.ip5-img {
  width: 100%;
  /* max-width: 1480px; */
  height: 900px;
  /* background: url("../img/641.webp") no-repeat;
background-size: 100% 100%; */
  background-image: -webkit-linear-gradient(
    left,
    #181031 0%,
    #0e0e0e 40%,
    #0e0e0e 60%,
    #181031 100%
  );
  display: flex;
  align-items: center;
  justify-content: space-around;
  /* margin-bottom: 32px; */
}
.ip5-banner-box {
  width: 900px;
  height: 100%;
  position: relative;
}
.ip5-banner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url("../img/banner.png") no-repeat;
  background-size: 100% 100%;
  animation: xuanzhuan 30s linear infinite;
}
.fill {
  animation-delay: -5s;
  animation-duration: 40s;
}
@keyframes xuanzhuan {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}

.ip5-cont {
  display: flex;
  align-items: end;
  justify-content: center;
  flex-direction: column;
  width: 550px;
  margin-right: 140px;
}
.ip5-tit {
  font-size: 43px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 5px;
  position: absolute;
  right: 100px;
  top: 40%;
}
.ip5-tit2 {
  font-size: 43px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 5px;
  position: absolute;
  right: 100px;
  top: 50%;
}
.ip5-text {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  text-align: right;
  margin-bottom: 5px;
}
.ip5-text2 {
  font-size: 30px;
  color: #fff;
  font-weight: 500;
  text-align: right;
  margin-bottom: 5px;
}
.ip5-tit-part {
  width: 100%;
  height: 136px;
  background: linear-gradient(
    2.8797932657906435rad,
    hsla(213.926, 100%, 31.9608%, 1) 10%,
    hsla(330.171, 92.5926%, 62.9412%, 1) 90%
  );
}
.p5-tit-part {
  width: 100%;
  height: 136px;
  background: linear-gradient(
    2.8797932657906435rad,
    hsla(263.926, 100%, 31.9608%, 1) 0%,
    hsla(330.171, 92.5926%, 62.9412%, 1) 100%
  );
}
.p5-tit-text {
  color: hsla(0, 0%, 100%, 1);
  font-family: Gotham;
  font-size: 24px;
  font-weight: 500;
  font-style: initial;
  margin-right: 16px;
}
.go-btn {
  font-weight: 500;
  padding: 8px 24px;
  border-radius: 6px;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(255, 255, 255);
  color: #000;
  margin-left: 16px;
}
/* part-6 */
.part-6 {
  padding-top: 96px;
  /* box-sizing: border-box; */
  background-color: hsla(0, 0%, 0%, 1);
}
.p6-top {
}
.p6-tit-border {
  width: 890px;
  margin: 0 auto;
}
.p6-tit {
  width: 700px;
  color: hsla(0, 0%, 100%, 1);
  font-family: Gotham;
  font-size: 61px;
  font-weight: 700;
  font-style: initial;
  margin: 0 auto;
  padding-top: 64px;
  padding-bottom: 16px;
  text-align: center;
}
.p6-fu-tit {
  color: hsla(196.207, 77.6786%, 43.9216%, 1);
  font-family: Gotham;
  font-size: 26px;
  font-weight: 400;
  text-transform: initial;
  font-style: initial;
  padding-bottom: 64px;
  margin: 0 auto;
}
.p6-bottom {
  width: 100%;
  background: linear-gradient(
    3.141592653589793rad,
    hsla(0, 0%, 0%, 1) 0%,
    hsla(223.953, 84.3137%, 20%, 1) 100%
  );
}
.p6-bottom-wrap {
  width: 1156px;
  padding: 96px 0;
  margin: 0 auto;
}
.p6-bt-tit {
  width: 66%;
  color: hsla(0, 0%, 100%, 1);
  font-family: Gotham;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0em;
  font-style: initial;
  text-align: center;
}
.p6-bt-btn {
  background: rgb(10, 80, 255);;
  border-color: rgb(10, 80, 255);;
  font-weight: 500;
  font-size: 15px;
  color: rgb(255, 255, 255);
  line-height: 24px;
  border-radius: 6px;
  padding: 12px 28px;
  margin-top: 40px;
  cursor: pointer;
}
.call-part {
  width: 100%;
  height: 100px;
  margin-top: 45px;
  transition: all 0.5s;
  overflow: hidden;
}
.call-part-tit {
  width: 66%;
  color: hsla(0, 0%, 100%, 1);
  font-family: Gotham;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0em;
  font-style: initial;
  text-align: center;
}
.call-part-box {
  width: 100%;
  height: 100%;
}
.call-part-box > span {
  color: hsla(0, 0%, 100%, 1);
  font-family: Gotham;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  text-transform: initial;
  font-style: initial;
}
.footer {
  width: 100%;
  height: 100%;
  background: rgb(18, 17, 24);
  padding-bottom: 56px;
  padding-top: 56px;
}
.footer-wrap {
  max-width: 1156px;
  padding: 80px 30px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
.footer-part-nav {
  width: 100%;
  height: 100%;
}
.footer-list-top {
  color: rgb(255, 255, 255);
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 8px;
}
.footer-list-item > a {
  color: rgb(255, 255, 255);
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 6px;
}
.footer-list-item > a:hover {
  color: #afb4be;
}
.foot-bt {
  max-width: 1156px;
  margin: 0 auto;
  padding: 0 30px;
}
.foot-logo {
  width: 150px;
  height: 65px;
}
.ft-bt-right {
  padding-top: 20px;
}
.foot-web-nav {
  margin-bottom: 0px;
  line-height: 26px;
}
.foot-web-nav > a {
  color: rgb(255, 255, 255);
  font-size: 12px;
  padding: 0 6px;
}
.foot-web-nav > a:hover {
  color: #afb4be;
}
.foot-dress {
  color: rgb(142, 145, 156);
  line-height: 26px;
  font-size: 12px;
  margin-bottom: 0px;
}
.foot-fun-nav {
  color: rgb(142, 145, 156);
  margin-bottom: 0px;
  text-align: right;
  /* transform: scaleY(0.5); */
}
.foot-fun-nav > a {
  color: rgb(142, 145, 156);
  line-height: 26px;
  font-size: 12px;
  padding: 0 5px;
}
.foot-fun-nav > a:hover {
  color: #e4e4e4;
}
