.bannerCA {
  height: 440px;
  background: url(../images/product/xz/banner-new.jpg) no-repeat top center;
  background-size:cover;
}

.bannerBox {
  max-width: 640px;
}

.actionBtn a.a1 {
  background-color: #fff;
  border-radius: 30px;
  color: #0075F9;
}

section {
  padding-top: 80px !important;
  padding-bottom: 100px !important;
}

section h2 {
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

section h2 img{
  height: 32px;
  margin-right: 10px;
}

.product-functions>ul>li {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.help-docs {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.help-docs a {
  width: 32%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.help-docs a img {
  width: 100%;
}

.help-docs a p {
  font-size: 18px;
  color: #333333;
  padding: 20px 0;
  margin-bottom: 0;
}

.version-update-new {
  display: flex;
}

.version-update-new .left-menus {
  width: 168px;
  display: flex;
  flex-direction: column;
  margin-right: 15px;
}

.version-update-new .left-menus a {
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 5px;
  padding: 10px 0;
  margin-bottom: 10px;
  position: relative;
  cursor: pointer;
}

.version-update-new .left-menus a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 9px solid #fff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.version-update-new .left-menus a.current {
  background-color: #0275FA;
  color: #fff;
}

.version-update-new .left-menus a.current::after {
  border-left: 9px solid #0275FA;
}

.version-update-new .right-contents {
  flex: 1;
}

.version-update-new .right-contents>li {
  background: #FFFFFF;
  box-shadow: 0px 4px 18px 2px rgba(10, 54, 179, 0.05);
  border-radius: 6px;
  box-sizing: border-box;
  padding: 20px 30px;
}

.version-update-new .right-contents>li h3 {
  font-size: 18px;
  font-weight: bold;
  color: #0275FA;
  margin-bottom: 20px;
}

.rpa-online {
  width: 100%;
  display: flex;
}

.rpa-online>li {
  width: 50%;
  height: 420px;
}

.rpa-online>li:first-child {
  background: url(../images/product/xz/rpa-online-01.jpg) no-repeat calc(100% - 30px) center;
}

.rpa-online>li:last-child {
  background: url(../images/product/xz/rpa-online-02.jpg) no-repeat center;
  background-size:cover;
}

.tit-and-btn {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-left: 60px;
  position: relative;
  top: -30px;
}

.tit-and-btn h3 {
  font-size: 28px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 28px;
  margin-bottom: 50px;
}

.tit-and-btn a {
  width: 120px;
  height: 42px;
  background: #FFFFFF;
  border-radius: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  color: #216AEF;
}

.app-store {
  width: 100%;
}

.app-store>ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.app-store>ul>li {
  width: 49%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 25px 25px 0;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 15px;
  align-items: flex-start;
}

.app-store>ul>li img {
  width: 60px;
  margin-right: 28px;
}

.app-store>ul>li .store-content {
  flex: 1;
}

.app-store>ul>li .store-content h3 {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}

.app-store>ul>li .store-content p {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  margin-top: 10px;
  line-height: 26px;
}

.go-to-store {
  width: 180px;
  height: 48px;
  background: #2C89FF;
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  margin: 0 auto;
  margin-top: 50px;
}

.h2-second-tit{
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  text-align: center;
  margin-top: -30px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px){
  section{
    padding: 2rem 0 !important;
  }


  .help-docs a {
    width: 48%;
    margin-bottom: 1rem;
  }

  .help-docs a p {
    font-size: 1rem;
    color: #333333;
    padding: .5rem 0;
  }

  .version-update-new {
    flex-direction: column;
  }

  .version-update-new .left-menus {
    margin-right: 0;
    flex-direction: row;
    width: 100%;
  }

  .version-update-new .left-menus a{
    width: 30%;
    display: flex;
    margin-right: 1rem;
    padding: 5px;
    margin-bottom: 1rem;
  }

  .version-update-new .left-menus a::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-top: 8px solid #fff;
    border-right: 7px solid transparent;
    /* border-bottom: none; */
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
  }

  .version-update-new .left-menus a.current::after {
    border-top: 8px solid #0275FA;
    border-left: 7px solid transparent;
  }

  .rpa-online>li {
    width: 50%;
    height: 16rem;
  }

  .rpa-online>li:first-child {
    background: url(../images/product/xz/rpa-online-01.jpg) no-repeat  center;
    background-size: contain;
  }

  .tit-and-btn {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 0;
    position: relative;
    top: auto;
  }

  .tit-and-btn h3 {
    font-size: 1.3rem;
    margin-bottom: 1.2rem;
  }
  
  .tit-and-btn a {
    height: 2rem;
    font-size: .9rem;
  }

  .app-store>ul>li {
    width: 48%;
    flex-direction: column;
    padding: 1rem 1rem 0;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 15px;
    align-items: center;
    }

    .app-store>ul>li img {
      margin-right: 0;
      margin-bottom: 1rem;
    }

    .app-store>ul>li .store-content h3 {
      font-size: 1rem
    }

    .go-to-store {
      height: 2rem;
      margin-top: 20px;
  }

}