.footer-pc-ipad-view{
  padding: 120px 0;
  background-color: rgba(0, 7, 25, 1)
}
.footer-pc-ipad-view .footer-content-view{
  display: flex;
  justify-content: space-between
}
.footer-pc-ipad-view .logo-li .icon-logo1{
  color: #ffffff;
  font-size: 50px
}
.footer-pc-ipad-view .footer-content-view .li-title{
  color: rgba(255, 255, 255, 1)
}
.footer-pc-ipad-view .li-item-content{
  margin-top: 24px
}
.footer-pc-ipad-view .li-item-content .item-view{
  margin-top: 16px;
  
}
.footer-pc-ipad-view .li-item-content .item-view:first-child{
  margin-top: 0
}
.footer-pc-ipad-view .li-item-content .item-label{
  color: #ffffff;
  position: relative;
}
.footer-pc-ipad-view .contact-us-li .social-media-list{
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  width: 307px
}
.footer-pc-ipad-view .social-media-list .social-media-item .iconfont{
  font-size: 40px;
  color: #ffffff
}
.footer-pc-ipad-view .footer-line{
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 24px 0
}
.footer-pc-ipad-view .footer-bottom-view .bottom-left-link-item {
  color: rgba(255, 255, 255, 1);
  margin-right: 24px;
  position: relative;
}
.footer-pc-ipad-view .footer-bottom-view  .bottom-right-view p{
  color: #ffffff
}

.footer-pc-ipad-view .footer-bottom-view .bottom-right-view a {
  color: #ffffff;
  line-height: 20px;
  margin-right: 24px;
  margin-bottom: 16px;
  display: inline-block;
  white-space: nowrap
}

.footer-pc-ipad-view .fixed-operate-view{
  position: fixed;
  bottom: 80px;
  right: 48px
}
.footer-pc-ipad-view .fixed-operate-view button{
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 40px rgba(122, 138, 176, 0.15);
  border-radius: 100px;
  background: #FFFFFF;
  margin-top: 12px;
  width: 40px;
  height: 40px;
}
.footer-pc-ipad-view .fixed-operate-view button .iconfont{
  font-size: 24px;
  color: rgba(43, 50, 67, 1)
}

.footer-pc-ipad-view .footer-bottom-view .bottom-left-link-item .pc-ipa-nav-link-item-line{
  left: 0
}

@media(any-hover:hover){
  .footer-pc-ipad-view .li-item-content .item-label:hover{
    color: #ffffff
  }
  .resources-li .item-view:hover .pc-ipa-nav-link-item-line{
    width: 100%
  }
  .footer-pc-ipad-view .footer-bottom-view .bottom-left-link-item:hover .pc-ipa-nav-link-item-line{
    width: 100%
  }
}


/* ipad */
@media screen and (min-width:768px) and (max-width: 1024px){
  .footer-pc-ipad-view{
    padding: 80px 0;
  }
  .footer-pc-ipad-view .safe-area-view{
    /* padding: 0 12.5% */
  }
  .footer-pc-ipad-view .logo-li .icon-logo1{
    font-size: 41px;
  }
  .footer-pc-ipad-view .social-media-list .social-media-item .iconfont{
    font-size: 32px;
  }
  .footer-pc-ipad-view .contact-us-li .social-media-list{
    width: 232px
  }
}