.comTitleMedia {
  font-weight: 600;
  font-size: 20px;
  line-height: 29px;
}
.centerMg1023 {
  margin-left: 20px;
  margin-right: 20px;
}
.centerPd1023 {
  padding-left: 20px;
  padding-right: 20px;
}
.centerMg768 {
  margin-left: 4vw;
  margin-right: 4vw;
}
.centerPd768 {
  padding-left: 4vw;
  padding-right: 4vw;
}
@media screen and (max-width: 1330px) {
  .footer-top {
    overflow: hidden;
  }
}
.footer-new {
  padding-bottom: 40px;
  background-color: #fff;
}
.footer-new .footer-top {
  padding-top: 175px;
}
.footer-new .footer-top .yun-center {
  width: 100vw;
  padding: 0 20px;
}
.footer-new .footer-top .title-name {
  line-height: 47px;
  font-weight: bold;
  font-size: 32px;
  color: #1b2c50;
}
.footer-new .footer-top .title-tips {
  height: 1.5em;
  font-weight: 400;
  color: #48536b;
  font-size: 18px;
  margin-top: 20px;
}
.footer-new .footer-top .btn-group {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}
.footer-new .footer-top .btn-group .footer-btn {
  width: 160px;
  height: 40px;
  font-weight: bold;
  font-size: 14px;
  border-radius: 100px;
}
.footer-new .footer-top .btn-group .btn-primary {
  box-shadow: 0px 4px 5px 0px rgba(67, 127, 236, 0.1);
  transition: color 0.3s;
  background-color: #2d5aff;
  color: #fff;
}
.footer-new .footer-top .btn-group .btn-primary:hover {
  background-color: #476eff;
}
.footer-new .footer-top .btn-group .btn-primary:active {
  background-color: #0035f9;
}
.footer-new .footer-top .btn-group .btn-plain {
  transition: all 0.3s;
  background-color: transparent;
  border: 1px solid #1b2c50;
  color: #1b2c50;
}
.footer-new .footer-top .btn-group .btn-plain:hover {
  color: #284176;
  border-color: #284176;
}
.footer-new .footer-top .btn-group .btn-plain:active {
  color: #0e172a;
  border-color: #0e172a;
}
.footer-new .logo-box {
  padding-top: 107px;
  border-bottom: 1px solid #ebebeb;
}
.footer-new .logo-box .yun-center {
  position: relative;
}
.footer-new .logo-box .yun-center .logo-img {
  position: absolute;
  display: block;
  width: 46.67%;
  height: auto;
  max-width: 500px;
  bottom: 0;
  right: -4.2%;
}
.footer-new .logo-box .logo-text {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}
.footer-new .footer-middle {
  display: flex;
  padding-top: 70px;
}
.footer-new .footer-middle .yun-center {
  width: 100vw;
  padding: 0px 20px;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  line-height: 1.43em;
}
.footer-new .footer-middle .yun-center .title {
  font-weight: bold;
  color: #8892af;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-new .footer-middle .yun-center .title .wap-arrow-icon {
  display: none;
  height: 14px;
}
.footer-new .footer-middle .yun-center .title .wap-arrow-icon svg {
  width: 14px;
  height: 14px;
}
.footer-new .footer-middle .yun-center .list {
  display: flex;
  flex-direction: column;
  gap: 15px 0;
  color: #1b2c50;
  margin-top: 15px;
}
.footer-new .footer-middle .yun-center .list .more {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  color: #1b2c50;
}
.footer-new .footer-middle .yun-center .list .more .text1 {
  display: none;
}
.footer-new .footer-middle .yun-center .list .more .text2 {
  display: block;
}
.footer-new .footer-middle .yun-center .list .more svg {
  transform: rotate(180deg);
  transition: transform 0.5s ease;
}
.footer-new .footer-middle .yun-center .list .more.active .text1 {
  display: block;
}
.footer-new .footer-middle .yun-center .list .more.active .text2 {
  display: none;
}
.footer-new .footer-middle .yun-center .list .more.active svg {
  transform: rotate(0deg);
}
.footer-new .footer-middle .yun-center .list a:hover,
.footer-new .footer-middle .yun-center .list .subtitle:hover {
  color: #2d5aff !important;
}
.footer-new .footer-middle .yun-center .more-list {
  display: none;
}
.footer-new .contact-way-qr {
  padding-top: 65px;
}
.footer-new .contact-way-qr .yun-center {
  display: flex;
  justify-content: center;
  gap: 50px;
}
.footer-new .contact-way-qr img {
  width: 90px;
  height: 90px;
  display: block;
}
.footer-new .contact-way-qr p {
  font-weight: 400;
  font-size: 12px;
  color: #48536b;
  line-height: 20px;
  text-align: center;
  margin-top: 15px;
}
.footer-new .social-media-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 60px;
}
.footer-new .social-media-list a {
  display: flex;
}
.footer-new .social-media-list .imgMedia {
  width: 40px;
  height: 40px;
  background: #fcfdff;
  border-radius: 6px 6px 6px 6px;
  border: 1px solid #e1ecf8;
  transition: border-color 0.3s ease;
}
.footer-new .social-media-list .imgMedia:hover {
  border-color: #2d5aff;
}
.footer-new .social-media-list .hover-box {
  position: relative;
}
.footer-new .social-media-list .hover-box .popup {
  position: absolute;
  bottom: 65px;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  margin-top: 8px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  white-space: nowrap;
  width: 144px;
  opacity: 0;
  z-index: 10;
  padding: 0;
  overflow: hidden;
  pointer-events: none;
  transition: all 0.5s ease;
}
.footer-new .social-media-list .hover-box .popup img {
  vertical-align: bottom;
  width: 144px;
}
.footer-new .social-media-list .hover-box:hover .popup {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}
.footer-new .footer-bottom {
  padding-top: 30px;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 20px;
}
.footer-new .footer-bottom .links {
  font-weight: 400;
  font-size: 12px;
  color: #1b2c50;
  line-height: 24px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 5px;
}
.footer-new .footer-bottom .links .underline {
  text-decoration: underline;
}
.footer-new .footer-bottom .licence {
  font-weight: 400;
  font-size: 12px;
  color: #48536b;
  text-align: center;
  line-height: 1.5em;
  margin-top: 50px;
}
.footer-new .filing {
  padding-top: 20px;
}
.footer-new .filing .provider {
  line-height: 1.5em;
  font-weight: 400;
  font-size: 12px;
  color: #48536b;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  gap: 0 3px;
}
.footer-new .filing .provider .gongan {
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  background: url(/images/footer/footer-gongan.png) no-repeat center center;
  background-size: 100% 100%;
}
.footer-new .filing .high-tech {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 3px;
  font-weight: 400;
  font-size: 12px;
  color: #48536b;
  margin-top: 20px;
}
.footer-new .filing .high-tech .high-tech-img {
  width: 14px;
  height: 14px;
}
.footer-new .filing .high-tech .sitemap {
  margin-left: 8px;
  text-decoration: underline;
}
