.footer{
  box-sizing: border-box;
  padding: 1.4rem 8%;
  background: #C0191F;
  display: flex;
}
.footer-logo{
  width: 6.2rem;
}
.footer-logo-image{
  width: 100%;
}
.footer-link{
  display: flex;
  flex-wrap: wrap;
  width: calc(400rem / 40);
  padding-top: 1rem;
  margin-top: -0.7rem;
  margin-left: -1.2rem;
}
.footer-link-item{
  display: flex;
  padding-left: 0.8rem;
  background-size: 0.5rem 0.45rem;
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 0.4rem;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 0.5rem;
  transition: 0.3s all;
  margin-left: 1.2rem;
  margin-top: 0.7rem;
}
.footer-link-item:hover {
  color: #fff;
  transform: translateY(-0.05rem);
}
.footer-link-item:nth-child(1) {
  background-image: url('./../img/footer/i1.png');
}
.footer-link-item:nth-child(2) {
  background-image: url('./../img/footer/i2.png');
}
.footer-link-item:nth-child(3) {
  background-image: url('./../img/footer/i3.png');
}
.footer-right{
  padding-left: 5rem;
}
.footer-share{
  margin-left: -0.7rem;
}
.footer-share-item{
  position: relative;
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 0.7rem;
}
.footer-share-wechat{
  background-image: url(./../img/footer/wechat.png);
}

.footer-share-wechat:hover {
  background-image: url(./../img/footer/wechat_active.png);
}
.footer-share-weibo{
  background-image: url(./../img/footer/weibo.png);
}

.footer-share-weibo:hover {
  background-image: url(./../img/footer/weibo_active.png);
}
.footer-share-tiktok{
  background-image: url(./../img/footer/tiktok.png);
}

.footer-share-tiktok:hover {
  background-image: url(./../img/footer/tiktok_active.png);
}
.footer-share-redbook{
  background-image: url(./../img/footer/redbook.png);
}

.footer-share-redbook:hover {
  background-image: url(./../img/footer/redbook_active.png);
}
.footer-code{
  position: absolute;
  left: 0;
  top: -6rem;
  transform: translate(-0.1rem, 0);
  width: 5rem;
  height: 5.875rem;
  padding: 0.25rem;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./../img/footer/qr_border.png);
  z-index: 9999;
  visibility: hidden;
}
.footer-share-item:hover .footer-code{
  visibility: visible;
}
.footer-code-image{
  width: 100%;
}
.footer-code-text{
  text-align: center;
  font-size: 0.4rem;
  font-weight: 400;
  color: #4D4D4D;
  line-height: 0.55rem;
  margin-top: 0.1rem;
}
.footer-content{
  display: flex;
  flex-wrap: wrap;
  padding-top: 0.2rem;
  margin-left: -2rem;
}
.footer-content-row{
  font-size: 0.4rem;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 0.6rem;
  margin-top: 0.7rem;
  margin-left: 2rem;
}

.footer-content-row > a {
  display: inline-block;
  color: #fff;
  transition: 0.3s all;
}
.footer-content-row > a:hover {
  transform: translateY(-0.05rem);
}


/* 国际版本 start */
.footer-intel{
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.footer-intel-container{
  width: 100%;
}
.footer-intel-logo {
  width: calc(168rem / 40);
  height: calc(50rem / 40);
  line-height: 0;
}
.footer-intel-logo-image{
  width: 100%;
}
.footer-intel-share-list{
  display: flex;
  align-items: center;
  margin-top: 1rem;
}
.footer-intel-share-item{
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.footer-intel-share-item:not(:first-child) {
  margin-left: 0.5rem;
}
.footer-intel-share-item:nth-child(1) {
  background-image: url(./../img/footer/facebook.png);
}
.footer-intel-share-item:nth-child(1):hover {
  background-image: url(./../img/footer/facebook_active.png);
}
.footer-intel-share-item:nth-child(2) {
  background-image: url(./../img/footer/instagram.png);
}
.footer-intel-share-item:nth-child(2):hover {
  background-image: url(./../img/footer/instagram_active.png);
}

.footer-intel-share-item:nth-child(3) {
  background-image: url(./../img/footer/tiktok.png);
}
.footer-intel-share-item:nth-child(3):hover {
  background-image: url(./../img/footer/tiktok_active.png);
}

.footer-intel-share-item:nth-child(4) {
  background-image: url(./../img/footer/twitter.png);
}
.footer-intel-share-item:nth-child(4):hover {
  background-image: url(./../img/footer/twitter_active.png);
}

.footer-intel-share-item:nth-child(5) {
  background-image: url(./../img/footer/youtube.png);
}
.footer-intel-share-item:nth-child(5):hover {
  background-image: url(./../img/footer/youtube_active.png);
}

.footer-intel-share-item:nth-child(6) {
  background-image: url(./../img/footer/in.png);
}
.footer-intel-share-item:nth-child(6):hover {
  background-image: url(./../img/footer/in_active.png);
}



.footer-intel-position{
  display: flex;
}
.footer-intel-position-icon{
  width: 0.5rem;
  height: 0.5rem;
}
.footer-intel-position-text{
  font-weight: 400;
  font-size: 0.4rem;
  color: #FFFFFF;
  line-height: 0.55rem;
  padding-left: 0.1rem;
}
.footer-intel-right{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.footer-intel-link-wrap{
  position: relative;
  display: flex;
  flex-direction: column;
}
.footer-intel-link-wrap:not(:last-child) {
  margin-right: 1.5rem;
}
.footer-intel-link{
  display: flex;
}
.footer-intel-link-item{
  font-weight: 600;
  font-size: 0.4rem;
  color: #FFFFFF;
  line-height: 0.55rem;
  text-transform: uppercase;
  transition: 0.3s all;
}
.footer-intel-link-item:hover {
  color: #fff;
  transform: translateY(-0.05rem);
}
.footer-intel-link-item-position {
  position: absolute;
  left: 0;
  bottom: 0;
}
.footer-intel-link-child-item{
  font-weight: 400;
  font-size: 0.35rem;
  color: #FFFFFF;
  line-height: 20px;
  margin-top: 0.4rem;
  transition: 0.3s all;
}
a.footer-intel-link-child-item:hover {
  color: #fff;
  transform: translateY(-0.05rem);
}
.footer-intel-right-text{
  font-weight: 400;
  font-size: 0.4rem;
  color: #FFFFFF;
  line-height: 0.55rem;
}
.footer-intel-address{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.3rem;
}
/* 国际版本 end */

@media screen and (max-width: 1000px) { 
  .footer{
    flex-direction: column;
  }
  .footer-intel-right{
    display: none;
  }
  .footer-right{
    padding: 0;
    margin-top: 0.5rem;
  }

  .footer-intel-address{
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-intel-position-text{
    font-size: 0.5rem;
  }
  .footer-intel-right-text{
    font-size: 0.5rem;
    margin-top: 1rem;
  }
  

}