.mobile-footer-rightint {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  background: var(--color-primary);
  z-index: 99;
  box-shadow: 1px 2px 8px 4px rgba(0, 0, 0, 0.1);
}

.mobile-footer-rightint a {
  float: left;
  width: 25%;
  height: 60px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  border-right: 1px solid #268f36;
  box-sizing: border-box;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;  
}

.mobile-footer-rightint a img{
    width: 1.5rem;
    margin-bottom: 0.225rem;
}

.mobile-footer-rightint a:last-child {
  border-right: none;
}

.mobile-footer-rightint a:hover {
  text-decoration: none;
}

.mobile-footer-rightint i {
  display: block;
  height: 28px;
  margin: 3px auto;
  font-size: 20px;
  color: #fff;
  line-height: 34px;
}

.mobile-footer-rightint i.m-home {
  font-size: 32px;
}

.mobile-footer-rightint i.m-pro {
  font-size: 36px;
}

.mobile-footer-rightint i.m-contact {
  font-size: 32px;
}

.rightint-footer {
  background: #fff;
  padding: 60px 0;
  border-top: 1px solid #f3f3f3;
}

.rightint-footer .container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.rightint-footer .container .row {
  width: 100%;
}

.rightint-footer h5 {
  font-size: 24px;
  color: #000;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 15px;
  text-transform: uppercase;
}

.rightint-foot-list ul {
  margin: 0;
  overflow: hidden;
}

.rightint-foot-list ul li {
  color: #505050;
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
}

.rightint-foot-list ul li+li {
  margin-top: 8px;
}

.rightint-foot-list ul li a:hover {
  color: var(--color-primary);
  text-decoration: underline;
}

.rightint-foot-contact p {
  color: #505050;
  font-size: 18px;
  line-height: 25px;
}

.rightint-foot-contact p+p {
  margin-top: 8px;
}

.rightint-foot-contact p a:hover {
  color: var(--color-primary);
}

.rightint-copyright {
  padding: 30px 0;
  background: #f3f3f3;
}

.rightint-copyright .container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.rightint-copyright p {
  color: #141414;
  font-size: 18px;
  font-weight: 300;
  max-width: 70%;
}

.rightint-copyright .share {
  font-size: 0;
}

.rightint-copyright .share a {
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  color: #fff;
  border-radius: 50%;
  background: var(--color-primary);
  text-align: center;
}

.rightint-copyright .share a+a {
  margin-left: 10px;
}

.rightint-copyright .share a i {
  font-size: 20px;
}

.rightint-copyright .share a:hover {
  background: #000;
}

.rightint-foot-logo img {
  height: 152px;
}

.mobile-footer-rightint a.wx {
  position: relative;
}


.mobile-footer-rightint a.wx .wx-box {
    position: absolute;
    /* right: -23%; */
    top: -130%;
    transform: translateY(-50%);
  display: none;
}

.mobile-footer-rightint a.wx .wx-box .box {
  width: 140px;
  padding: 5px;
  border: 1px solid #D6D7D7;
  text-align: center;
  background: #fff;
  overflow: hidden;
}

.mobile-footer-rightint a.wx .wx-box .box img {
  width: 140px;
}

.mobile-footer-rightint a.wx .wx-box .box span {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
}

.mobile-footer-rightint a.wx .wx-box .arrowPanel {
    width: 12px;
    height: 20px;
    position: absolute;
    right: 64px;
    top: 103%;
    transform: translateY(-50%) rotate(90deg);
}

.mobile-footer-rightint a.wx .wx-box .arrowPanel .arrow01 {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: 0;
  left: 2px;
  top: 0;
  border-top: 10px dashed transparent;
  border-right: 10px dashed transparent;
  border-bottom: 10px dashed transparent;
  border-left: 10px solid #ddd;
}

.mobile-footer-rightint a.wx .wx-box .arrowPanel .arrow02 {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  border-top: 10px dashed transparent;
  border-right: 10px dashed transparent;
  border-bottom: 10px dashed transparent;
  border-left: 10px solid #fff;
}

.mobile-footer-rightint a.wx:hover .wx-box {
  display: block;
}



@media screen and (max-width: 1441px) {
  .rightint-foot-list ul li {
    font-size: 17px;
    line-height: 24px;
  }

  .rightint-foot-contact p {
    font-size: 17px;
    line-height: 24px;
  }
}

@media screen and (max-width: 1281px) {
  .rightint-foot-logo {
    width: 200px;
  }

  .rightint-copyright p {
    font-size: 17px;
  }
}


:root {
  --foot-height: 80px;   /* 根据你页面实际高度调 */
}


@media screen and (max-width: 768px) {


  .mobile-footer-rightint {
      display: block;
  }


  .rightint-footer {
    padding: 30px 0;
  }

  .rightint-footer .container {
    display: block;
  }

  .rightint-footer .container .row {
    margin-left: 0;
    margin-right: 0;
  }

  .rightint-footer h5 {
    font-size: 22px;
    text-align: center;
  }

  .rightint-foot-logo {
    width: 100%;
    text-align: center;
  }

  .rightint-foot-logo img {
    width: 60%;
    height: auto;
    /*aspect-ratio: 412 / 246;*/
    margin-top: 30px;
  }

  .rightint-foot-list {
    display: none;
  }

  .rightint-foot-contact {
    /* width: 100%; */
    margin: 20px 0 0;
  }

  .rightint-foot-contact p {
    font-size: 16px;
  }

  .rightint-copyright {
    padding: 20px 0 80px 0;
    text-align: center;
  }

  .rightint-copyright .container {
    display: block;
  }

  .rightint-copyright p {
    font-size: 16px;
    max-width: none;
  }

  .rightint-copyright .share {
    margin-top: 15px;
  }

  .rightint-copyright .share a+a {
    margin-left: 8px;
  }
}

@media screen and (max-width: 480px) {


  .mobile-footer-rightint a img {
    width: 1.2rem;
    margin-bottom: 0.225rem;
  }

  .mobile-footer-rightint a span {
    font-size: 0.8rem;
  }


  .rightint-foot-contact p {
    font-size: 15px;
    line-height: 22px;
  }

  .rightint-copyright p {
    font-size: 15px;
  }

  .rightint-copyright p span {
    display: block;
  }
}