@charset "UTF-8";
.main_tb-title .row{
  background-color: #eeeeee;
  border-bottom: 0px;

}

.main_tb-title .row div{
  border-bottom: #4c88d1 4px solid;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #333;
  font-size: 18px;
  text-align: center;
  position: relative;

}
.main_tb-title .row div:before{
  position: absolute;
  right: 0px;
  top: 0px;
  height: calc(100% + 4px);
  width: 4px;
  content: "";
  z-index: 2;
  background-color: #fff;
}
.main_tb-title .row div:last-child:before{
  content: unset;
}

.main_tb-body .download-r{
  padding-top: 40px;
  padding-bottom: 40px;
  align-items: center;
}

.main_tb-body .download-r div{
  text-align: left;
  padding-left: 15px;
  font-weight: bold;
}
.main_tb-body .download-r div i{
  margin-left: 10px;
}
.main_tb-body .download-r div:last-child{
  text-align: center;
}

.download-ti{
  color: #243c7a;
  text-align: center;
  font-size: 32px;
  margin-bottom: 2em;
}
@media (max-width: 991px){
  .main_tb-body .download-r{
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .main_tb-body .download-r div:before{
    content: attr(data-title);
  }
  .main_tb-body .download-r div:last-child{
  text-align: left;

}
.download-ti{
  margin-bottom: 1em;
}
}

.img-wrap.license .img-item {
  position: relative;
  padding-top: 70%;
  overflow: hidden;
}
