<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.app_footer .app_footer_item{
  padding: 1px 33px 18px;
  color: #fff;
  background-color: #001d3f;
}
.app_footer .app_footer_item .app_footer-logo-brand{
  margin-top: 34px;
}
.app_footer .app_footer_item .app_footer-logo-brand .app_footer-logo{
  width: 100px;
  height: 100px;
  margin: 0 auto;
  margin-bottom: 25px;
  background-image: url("../../img/public/footer_logo.png");
}
.app_footer .app_footer_item .app_footer-brand ul {
    position:relative;
    border-bottom: 1px solid #fff;
    margin-bottom: 15px;
    display:flex;
    justify-content:space-between;
    padding-bottom:30px;
}
.app_footer .app_footer_item .app_footer-brand ul li{
    position:absolute;
    top:0;
    width:34%;
}
.app_footer .app_footer_item .app_footer-brand ul .app_footer-brand-visipak{
    right:0;
    width:23%;
}
.app_footer .app_footer_item .app_footer-brand ul .app_footer-brand-stockcap{
    left:0;
    top:1px;
    width:35%;
}
.app_footer .app_footer_item .app_footer-brand ul .app_footer-brand-gripworks{
    left:56%;
    transform:translateX(-50%);
}
.app_footer .app_footer_item .app_footer-size{
  font-size: 1.5rem;
  line-height: 2rem;
}
.app_footer .app_footer_item .app_footer-tools{
  margin-top: 17px;
}
.app_footer .app_footer_item .app_footer-tools a{
  display:block;
  width: 36px;
  height: 36px;
  float:left;
  margin-right:11px;
}
.app_footer .app_footer_item .app_footer-tools .app_footer-tools-f{
  background-image: url('../../img/public/fb.png');
}
.app_footer .app_footer_item .app_footer-tools .app_footer-tools-b{
  background-image: url('../../img/public/wb.png');
}
.app_footer .app_footer_item .app_footer-tools .app_footer-tools-w{
  background-image: url('../../img/public/wx.png');
}
.app_footer .app_footer_item .app_footer-tools .app_footer-tools-q{
  background-image: url('../../img/public/qq.png');
}

.app_footer .app_footer_item .put-on-records{
    margin-top:23px;
    line-height:1.8rem;
}

.app_footer .app_footer_item .put-on-records p:last-child{
    color:#c9caca;
    margin-top:6px;
}
.app_footer .app_footer_item .put-on-records p:last-child span{
    display:inline-block;
    width:13px;
}
.app_footer .app_footer_item .put-on-records p:last-child a{
    font-weight:bold;
}

@media (max-width: 325px) {
    .app_footer .app_footer_item .app_footer-brand ul li a {
        font-size: 1.4rem;
    }
    .app_footer .app_footer_item .app_footer-size {
        font-size: 1.2rem;
        line-height: 1.7rem;
    }
    .app_footer .app_footer_item .put-on-records p:last-child span {
        display: inline-block;
        width: 100px;
    }
    
}</pre></body></html>