@media (max-width: 767px){
  .footerBox .footerLogo{
    margin: 0 auto;
  }
  .footerBox .footerCode{
    margin: 10px auto;
  }
  .footerBox .footerBottom .imgLeft{
    display: none;
  }
  .footerBox .aboutTop, .footerBox .contactTop, .footerBox .relatedTop{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .footerBox .footerCode{
    margin: 10px 0 0 10px;
  }
  .footerBox .footerTop .imgLeft{
    display: none;
  }
  .footerBox .footerTop .sitemapColumn .fa{
    display: none !important;
  }
  .footerBox .footerBottom .desc{
    height: 36px;
    line-height: 36px;
  }
  .footerBox .footerTop .desc{
    display: block !important;
  }
}
.clearfix{
  content: "";
  display: block;
  clear: both;
}
.footerBox{
  width: 89%;
  height: auto;
  margin: 0 auto;
  margin-top: 100px;
  padding-bottom: 10px;
}
.footerBox .footer{
  height: auto;
  margin: 0 auto;
  position: relative;
  /* border-top: 1px solid #fff; */
}
.footerBox .footerLeft{
  margin-top: 20px;
}
.footerBox .footerLogo{
  width: 260px;
  height: auto;
}
.footerBox .footerLogo img{
  width: 100%;
  height: 100%;
}
.footerBox .footerCode{
  width: 120px;
  height: 120px;
  margin: 0 auto;
  margin-top: 20px;
}
.footerBox .footerCode img{
  width: 100%;
  height: 100%;
}
.footerBox .footerRight{
  margin-top: 20px;
  color: #fff;
  display: flex;
  justify-content: space-between;
}
.footerBox .title{
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 5px;
}
.footerBox .desc p{
  font-size: 14px;
  margin-top: 16px;
}
.footerBox .related .desc p:hover, .footerBox .about .desc p:hover{
  text-decoration: underline;
  cursor: pointer;
}
.footerBox .desc p a:hover{
  /* color: #fff; */
}
.footerBox .footerBottom{
  margin-top: 15px;
  color: #fff;
  font-size: 13px;
}
.footerBox .footerBottom .imgLeft{
  text-align: center;
  padding-left: 10px;
}
.footerBox .footerTop .imgLeft{
  text-align: center;
}
.footerBox .footerBottom .imgLeft .fa, .footerBox .footerTop .imgLeft .fa{
  width: 14px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  margin: 5px;
  font-size: 16px;
  cursor: pointer;
  border: 1px solid white;
  border-radius: 50%;
  padding: 5px;
  box-sizing: content-box;
}
.footerTop{
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ffffff40;
}
.desc{
  color: #00d7ff;
}
.desc a{
  color: #00d7ff;
}
.desc a:hover{
  color: #00d7ff;
}
.jptFooter{
  margin-top: 20px;
}
.jptFooter .title{
  color: #fff;
}
.jptfd1-pub{
  display: flex;
  align-items: center;
  /* justify-content: center; */
  margin-top: 10px;
  font-size: 14px;
}
.jptfd1-pub .d1-pub{
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
.jptfd1-pub .d1-d1{
  background: url('https://files.sciengine.com/template/img/JPT/jpt/wytb-01.png') no-repeat;
  background-size: contain;
  background-position: center;
  flex-shrink: 0;
}
.jptfd1-pub .d1-d2{
  width: 28px;
  margin-right: 6px;
  background: url('https://files.sciengine.com/template/img/JPT/jpt/wytb-02.png') no-repeat;
  background-size: contain;
  background-position: center;
}
.jptfd1-pub .d1-d3{
  background: url('https://files.sciengine.com/template/img/JPT/jpt/wytb-03.png') no-repeat;
  background-size: contain;
  background-position: center;
}
.jptf-line1{
  position: absolute;
  width: 20px;
  height: 50px;
  top: -49px;
  left: -20px;
  border-radius: 0px 0 0px 20px;
  border-bottom: 1px solid #ffffff40;
  border-left: 1px solid #ffffff40;
}
.jptf-line2{
  position: absolute;
  width: 20px;
  height: 50px;
  top: -49px;
  right: -20px;
  border-radius: 0px 0px 20px 0px;
  border-bottom: 1px solid #ffffff40;
  border-right: 1px solid #ffffff40;
}

@media (min-width: 1200px) {
  #journal-content{
    width: calc(100% - 120px) !important;
  }
  .footerTop{
    display: block;
  }
  .footerBox .footerRight{
    /* display: block; */
  }
}
@media (max-width: 767px){
  .footerTop{
    display: block!important;
  }
  .footerBox .footerRight{
    display: block;
  }
}