@font-face {
    font-family: "Calibri";
    src: url(../fonts/calibri.ttf);
}
.h_support2 {
  padding: 80px 0 0;
}
.h_support2 .h_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 37px 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  row-gap: 20px;
  margin-bottom: 80px;
}
.h_support2 .h_box:nth-child(2n) {
  flex-direction: row-reverse;
}
.h_support2 .h_box:nth-child(2n) .h_text .h_btom{
    justify-content: flex-start;
}
.h_support2 .h_box .h_img {
  width: 47%;
}
.h_support2 .h_box .h_img img {
  width: 100%;
}
.h_support2 .h_box .h_text {
  width: 47%;
}
.h_support2 .h_box .h_text .h_p1 {
  font-family: "Calibri";
  font-size: 32px;
  color: #3D3D3D;
}
.h_support2 .h_box .h_text .h_p2 {
  font-family: "Calibri";
  font-size: 16px;
  color: #777777;
  line-height: 30px;
  margin-top: 21px;
}
.h_support2 .h_box .h_text .h_btom {
  margin-top: 40px;
}
.h_support2 .h_box .h_text .h_btom a {
  padding: 0 10px;
  font-family: "Calibri";
  text-align: center;
  font-size: 14px;
  color: #ACACAC;
  line-height: 36px;
  width: 100px;
  height: 36px;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #ACACAC;
}
.h_support2 .h_box .h_text .h_btom a:hover {
  border-color: #fff;
  background: var(--gg-bgcolor2);
  color: #fff;
}
.h_support2 .h_box .h_text .h_imgs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 45px;
  row-gap: 10px;
}
.h_support2 .h_box .h_text .h_imgs img {
  width: 56px;
}
.h_appDetails {
  padding: 60px 0;
}
.h_appDetails .h_L {
  width: 100%;
}
.h_appDetails .h_L .h_title {
  font-family: "Calibri";
  font-size: 33px;
  color: #3D3D3D;
}
.h_appDetails .h_L .h_content {
  margin-top: 22px;
  font-family: "Calibri" !important;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}
.h_appDetails .h_L .h_content p,
.h_appDetails .h_L .h_content span,
.h_appDetails .h_L .h_content p span{
  font-family: "Calibri" !important;
}
.h_appDetails .h_L .h_content img,
.h_appDetails .h_L .h_content table,
.h_appDetails .h_L .h_content video,
.h_appDetails .h_L .h_content iframe {
  max-width: 100% !important;
  height: auto !important;
}
.h_appDetails .h_L .h_hr {
  margin: 30px 0;
  display: flex;
  justify-content: space-between;
}
.h_appDetails .h_L .h_hr .h_r1 {
  width: 68px;
  height: 2px;
  background: var(--active-color);
}
.h_appDetails .h_L .h_hr .h_r2 {
  width: calc(100% - 78px);
  height: 2px;
  background: #E4E4E4;
}
.h_appDetails .h_L .h_return {
  text-align: center;
}
.h_appDetails .h_L .h_return a {
  display: inline-flex;
  column-gap: 8px;
  align-items: center;
  justify-content: flex-end;
  font-family: "Calibri";
  font-size: 18px;
  color: #777777;
}
.h_appDetails .h_L .h_return a:hover {
  color: var(--active-color);
}
.h_appDetails .h_R {
  width: 410px;
}
.h_appDetails .h_R .h_title {
  font-family: "Calibri";
  font-size: 24px;
  color: #3D3D3D;
}
.h_appDetails .h_R .h_list {
  margin-top: 24px;
}
.h_appDetails .h_R .h_list .h_box {
  background: #F6F6F6;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  column-gap: 16px;
  padding: 16px;
}
.h_appDetails .h_R .h_list .h_box .h_img {
  width: 160px;
}
.h_appDetails .h_R .h_list .h_box .h_text .h_name {
  font-family: "Calibri";
  font-size: 18px;
  color: #3D3D3D;
  line-height: 25px;
}
.h_appDetails .h_R .h_list .h_box .h_text .h_desc {
  font-family: "Calibri";
  font-size: 14px;
  color: #777777;
  line-height: 23px;
  /*text-align: justify;*/
}
.h_appDetails .h_R .h_list .h_box:hover .h_text .h_name {
  color: var(--active-color);
}
@media (max-width: 1024px) {
  .h_support2 {
    padding: 60px 0;
  }
  .h_support2 .h_box {
    padding: 32px;
  }
  .h_support2 .h_box .h_text .h_p1 {
    font-size: 28px;
  }
  .h_support2 .h_box .h_text .h_p2 {
    margin-top: 12px;
  }
  .h_support2 .h_box .h_text .h_btom {
    margin-top: 20px;
  }
  .h_support2 .h_box .h_text .h_imgs {
    column-gap: 24px;
  }
  .h_support2 .h_box .h_text .h_imgs img {
    width: 46px;
  }
  .h_support2 .h_rowBox {
    padding: 20px;
  }
  .h_support2 .h_box {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .h_support2 .h_box .h_img,
  .h_support2 .h_box .h_text {
    width: 100%;
  }
  .h_support2 .h_rowBox .h_icon {
    width: 60px;
  }
  .h_support2 .h_rowBox {
    column-gap: 20px;
  }
  .h_support2 .h_rowBox .h_text {
    width: calc(100% - 80px);
  }
  .h_support2 .h_rowBox .h_text .h_p1 {
    font-size: 18px;
    line-height: 24px;
    -webkit-line-clamp: 1;
  }
  .h_support2 .h_rowBox .h_text .h_p2 {
    margin-top: 8px;
    font-size: 14px;
  }
  .h_appDetails .h_L {
    width: 100%;
  }
  .h_appDetails .h_R {
    width: 100%;
  }
  .h_appDetails .h_R .h_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .h_appDetails .h_R .h_list .h_box {
    width: 48%;
  }
}
@media (max-width: 480px) {
  .h_support2 {
    padding: 40px 0 0;
  }
  .h_support2 .h_box {
      row-gap: 10px;
    padding: 0;
    border: none;
    margin-bottom: 32px;
  }
  .h_support2 .h_box .h_text .h_p1 {
    font-size: 22px;
  }
  .h_support2 .h_box .h_text .h_p2 {
    font-size: 14px;
    margin-top: 0;
  }
  .h_support2 .h_box .h_text .h_imgs {
    display: none;
  }
  .h_appDetails .h_R .h_list .h_box {
    width: 100%;
  }
  .h_support2{
      padding: 20px 0;
  }
  .h_support2 .h_box .h_text .h_btom{
      margin-top: 16px;
  }
  .h_support2 .h_box{
      margin-bottom: 20px;
  }
  .h_support2 .h_box:last-child{
      margin-bottom: 0;
  }
  .h_support2 .h_box .h_text .h_p2{
      line-height: 26px;
      -webkit-line-clamp: 2;
  }
  .h_appDetails{
      row-gap: 15px;
      padding: 20px 0;
  }
  .h_appDetails .h_L .h_title{
      font-size: 24px;
  }
  .h_appDetails .h_L .h_content{
      margin-top: 14px;
  }
  .h_appDetails .h_L .h_hr,
  .h_appDetails .h_L .h_return{
      display: none;
  }
  .h_appDetails .h_R .h_list{
      margin-top: 18px;
  }
  .h_appDetails .h_R .h_list .h_box{
      overflow: hidden;
  }
  .h_appDetails .h_R .h_list .h_box .h_img {
    width: 140px;
}
.h_appDetails .h_R .h_list .h_box .h_text{
    width: calc(100% - 156px);
}
    .h_appDetails .h_R .h_list {
        margin-top: 12px;
    }
}
