body {
  position: relative;
}
.popover-open{
  overflow:hidden;
  height:100vh;
}
.popover-open .f-igixEP-popover-bg,
.popover-open .f-igixEP-popover{
  display: block;
}

.download-short-body {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.download-short-body .f-igixEP-middle {
  flex: 1 1 0;
}
.f-igixEP-top-content-btnGroup{
  width:auto;
  display: flex;
}
.f-igixEP-top-content-btnGroup .btn2{
  background:none;
  height: 48px!important;
  border:2px solid #2D7AFF;
  border-radius: 24px;
  width: auto;
  padding-left: 16px;
  padding-right: 16px;
  margin-left:30px;
  background: rgba(255,255,255,0.4);
}
.f-igixEP-top-content-btnGroup .btn2 a{
  color: #2D7AFF;
  text-shadow: none;
}
/* .f-igixEP-top{
    background:none;
}
.f-igixEP-top::after{
    position:absolute;
    content:'';
    left:0;
    right:0;
    height:64px;
    background:#fff;
    box-shadow: 0px 2px 15px 0px rgba(45,64,84,0.1);
} */
.inb-download--header-main {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  margin-top: 64px;
}

.f-igixEP-top-content-text {
  font-weight: 500;
  flex: 2;
  height: 45px;
  font-family: PingFangSC-Medium;
  font-size: 32px;
  color: #1A1A1A;
  font-weight: 500;
  position: relative;
  left: 0;
  margin-left: calc(5vw + 20px);
  margin-bottom: 10px;
}

.f-igixEP-download {
  width: 100%;
  position: relative;
}

.f-igixEP-download-header {
  display: flex;
  min-height: 250px;
  padding: 20px 0 20px 0;
}

.f-igixEP-download-header-left {
  width: 10%;
  position: relative;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  min-width: 120px;
  padding: 20px 0 0 20px;
}

.f-igixEP-download-header-left img {
  width: 90px;
  height: 90px;
}

.f-igixEP-download-header-right {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
}

.f-igixEP-download-header-bgc {
  background-image: url('../img/freeDownloadBgc.png');
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0px;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;

}

.inb-download--header-title {
  font-family: Helvetica;
  font-size: 32px;
  color: rgba(0, 0, 0, 0.75);
  line-height: 70px;
  font-weight: 400;
  flex-shrink: 0;
}

.inb-download--header-des {
  font-family: PingFangSC-Semibold;
  font-size: 15px;
  color: #3e4b5e;
  line-height: 35px;
  font-weight: 600;
  flex: 1 1 0;
}

.inb-download--header-button {
  display: block;
  width: 450px;
  height: 60px;
  position: relative;
  cursor: pointer;
}

.f-igixEP-middle {
  display: flex;
  flex-direction: column;
  z-index: 2;
}

.f-igixEP-middlePart-list-group {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  margin-bottom: 90px;
  font-size: 18px;
}

.f-igixEP-version-header {
  cursor: pointer;
  height: 30px;
}

.f-igixEP-version-header img {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  transition: 0.2s transform linear;
}

.f-igixEP-middle-version-item {
  border-top: 1px solid #DEDEDE;
  padding: 10px;
}

.f-igixEP-middle-version-item.expand img {

  transform: rotate(90deg);
}

.f-igixEP-middle-version-item.expand .f-igixEP-version-header,
.f-igixEP-middle-version-item.expand .f-igixEP-version-content-name {
  color: #0262DD;
}

.f-igixEP-middle-version-item.expand .f-igixEP-version-content {
  display: flex;
}


.f-igixEP-version-content {
  display: none;
  margin-top: 36px;
}

.f-igixEP-version-content-name {
  flex-shrink: 0;
  margin-left: 20px;
  /* text-align: center; */
}

.f-igixEP-version-content-description {
  flex: 1 1 0;
  padding-left: 20px;
}

.f-igixEP-version-content-downloadBtn {
  margin: 5px 0 0 60px;
  flex-shrink: 0;
}

.f-igixEP-version-content-downloadBtn a {
  font-family: PingFangSC-Medium;
  font-size: 14px;
  text-align: center;
  color: #FFFFFF;
  font-weight: 500;
  background-image: linear-gradient(152deg, #1875F0 29%, #1EA4F8 100%);
  border-radius: 21px;
  height: 28px;
  width: 100px;
  line-height: 28px;
  cursor: pointer;
  display: block;
  margin-left: auto;
}

.f-igixEP-middlePart-ifFold {
  display: none;
  justify-content: flex-end;
  margin-bottom: 13px;
}

.f-igixEP-middlePart-fold {
  width: 72px;
  height: 25px;
  font-family: PingFangSC-Regular;
  font-size: 18px;
  color: #02458E;
  font-weight: 400;
  cursor: pointer;
}

.f-igixEP-middlePart-unfold {
  width: 72px;
  height: 25px;
  font-family: PingFangSC-Regular;
  font-size: 18px;
  color: #02458E;
  font-weight: 400;
  margin: 0 15px;
  cursor: pointer;
}

/*******************************
      下载弹出
*******************************/
.f-igixEP-popover {
  position: fixed;
  top:50%;
  left:50%;
  margin-top:-210px;
  margin-left:-380px;
  height: 420px;
  width: 760px;
  font-family: PingFangSC-Semibold;
  color: #3e4b5e;
  font-weight: 600;
  background-color: rgba(250, 248, 248, 0.96);
  border: 1px solid rgb(214, 214, 252);
  box-shadow: 0px 2px 15px 0px rgba(126, 184, 247, 0.1);
  border-radius: 14px;
  padding: 5px 30px;
  display: flex;
  align-items: center;
  vertical-align: middle;
  flex-direction: column;
  z-index: 2001;
  display: none;
}

.f-igixEP-popover-instruction {
  margin-top: 30px;
}

.f-igixEP-popover-bg {
  position: fixed;
  z-index: 2000;
  background-color: rgba(235, 239, 239, 0.6);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
}

.f-igixEP-popover-close {
  position: absolute;
  top: 15px;
  bottom: 0;
  right: 15px;
  height: 14px;
  width: 14px;
  cursor: pointer;
}

.f-igixEP-popover-page {
  width: 100%;
  height:100%;
  padding-top:20px;
  display: flex;
  flex-direction: column;
}

.f-igixEP-popover-invitation {
  position: absolute;
  top: calc(50vh - 140px);
  left: calc(50vw - 290px);
  font-family: PingFangSC-Semibold;
  color: #3e4b5e;
  font-weight: 600;
  border: 1px solid rgb(214, 214, 252);
  border-radius: 14px;
  padding: 5px 30px;
  align-items: center;
  vertical-align: middle;
  flex-direction: column;
  z-index: 2001;
  display: none;
  min-width: 520px;
  min-height: 250px;
  width: 520px;
  height: 266px;
  background: #FFFFFF;
  box-shadow: 0px 0px 47px 0px rgba(0, 0, 0, 0.2);
  border-radius: 21.27px;
}

.f-igixEP-popover-invitation-header {
  width: 500px;
  height: 24px;
  margin: 24px 24px 24px 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.f-igixEP-popover-invitation-header-text {
  width: 100px;
  height: 24px;
  font-family: PingFangSC-Medium;
  font-size: 17px;
  color: #2D2F33;
  font-weight: 500;
  flex: 1;
  flex-grow: 1;
}

.f-igixEP-popover-invitation-close {
  width: 12px;
  height: 12px;
  padding: 10px;
  cursor: pointer;
}


.f-igixEP-popover-invitation-bottom {
  display: flex;
  position: absolute;
  bottom: 24px;
  right: 24px;
  width: 100%;
  justify-content: right;
}

.f-igixEP-popover-invitation-option {
  max-height: 270px;
  overflow: scroll;
  text-overflow: ellipsis;
}

#f-igixEP-popover-invitation-option-text {
  background: #FFFFFF;
  box-shadow: 0px 2px 20px 0px rgba(3, 18, 51, 0.12);
  padding: 9px 6px;
  width: 100%;
  height: 100%;
}

.f-igixEP-popover-invitation-option-text-style {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #2D2F33;
  line-height: 18px;
  font-weight: 400;
  padding: 7px;
  list-style: none;
}

.f-igixEP-popover-invitation-option-text-style:hover {
  cursor: pointer;
  background: #F7F8FB;
  border-radius: 6px;
}

.f-igixEP-popover-bottom-btn1 {
  width: 122px;
  height: 32px;
  background: #FFFFFF;
  border: 1px solid rgba(232, 235, 242, 1);
  box-shadow: 0px 2px 6px 0px rgba(31, 35, 41, 0.06);
  border-radius: 6px;
  font-family: PingFangSC-Regular;
  font-size: 13px;
  color: #2D2F33;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
}

.f-igixEP-popover-bottom-btn1:hover {
  cursor: pointer;
}

.f-igixEP-popover-bottom-btn2:hover {
  cursor: pointer;
}

.f-igixEP-popover-bottom-btn2 {
  width: 70px;
  height: 32px;
  background-image: linear-gradient(-51deg, #328BFF 0%, #2A87FF 100%);
  box-shadow: 0px 4px 10px 0px rgba(69, 144, 255, 0.25);
  border-radius: 6px;
  font-family: PingFangSC-Regular;
  font-size: 13px;
  color: #FFFFFF;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
}

.f-igixEP-popover-invitation-content {
  background: #FFFFFF;
  border: 1px solid rgba(217, 222, 231, 1);
  border-radius: 6px;
  width: 460px;
  position: relative;
  z-index: 2;
}

.f-igixEP-popover-invitation-select {
  width: 460px;
}

.f-igixEP-popover-invitation-select-content {
  width: 444px;
  height: 40px;
  background: #FFFFFF;
  box-shadow: 0px 0px 4px 2px rgba(42, 135, 255, 0.12);
  border: 1px solid rgba(217, 222, 231, 1);
  border-radius: 6px;
  padding-left: 16px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: rgba(45, 47, 51, 0.90);
  font-weight: 400;
}

.f-igixEP-popover-invitation-select-icon {
  position: absolute;
  width: 11px;
  height: 11px;
  transform: rotate(90deg);
  margin-right: 0;
  right: 0;
  top: 0;
  padding: 16px;
  color: #848C9A;
}

.f-igixEP-popover-invitation-select-icon:hover {
  cursor: pointer;
}

.f-igixEP-popover-invitation-select-content:focus-visible {
  outline: unset;
}


.f-igixEP-popover-content {
  display: flex;
  flex:1 1 0;
  overflow:auto;
}

.f-igixEP-popover-contentItem1 {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.f-igixEP-popover-contentItem2 {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: center;
  background-image: url('../img/popoverBg.png');
  background-repeat: no-repeat;
  margin-left: 20px;
}

.f-igixEP-popover-contentItem3 {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.f-igixEP-popover-instruction-lg {
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #232B3D;
  font-weight: 500;
}

.f-igixEP-popover-instruction-sm {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #232B3D;
  font-weight: 400;
  margin-top: 35px;
  text-align: center;
  width: 140px;
  overflow: hidden;
  height: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.f-igixEP-popover-instruction-sm1 {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #232B3D;
  font-weight: 400;
  margin-top: 35px;
  margin-left: 15px;
  text-align: center;
  width: 140px;
  overflow: hidden;
  height: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.f-igixEP-popover-instruction-contentItemBtn {
  width: 88px;
  height: 32px;
  background-image: linear-gradient(46deg, #2A87FF 0%, #328BFF 100%);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 400;
  margin-top: 18px;
  cursor: pointer;
}

.f-igixEP-popover-instruction-contentItemBtn1 {
  width: 88px;
  height: 32px;
  background-image: linear-gradient(46deg, #2A87FF 0%, #328BFF 100%);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 400;
  margin-top: 18px;
  cursor: pointer;
  margin-left: 15px;
}

.f-igixEP-popover-instruction-contentItemBtn2 {
  width: 112px;
  height: 32px;
  background-image: linear-gradient(46deg, #2A87FF 0%, #328BFF 100%);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 400;
  margin-top: 18px;
  cursor: pointer;
}

.f-igixEP-popover-instruction-contentItemBtn3 {
  width: 126px;
  height: 32px;
  background-image: linear-gradient(46deg, #2A87FF 0%, #328BFF 100%);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 400;
  margin-top: 18px;
  cursor: pointer;
}

#f-igixEP-popover-img {
  width: 150px;
  height: 140px;
}

.dot {
  font-family: PingFangSC-Regular;
  animation: dot 3s infinite step-start;
  display: inline-block;
  width: 18px;
  vertical-align: bottom;
  overflow: hidden;
}

/*使用inbuilder*/
.inb-download--use-step .caption{
  margin-bottom: 16px;
}
.inb-download--use-step .use-step--list {
  display: flex;
}
.inb-download--use-step .use-step--item{
  flex:1 1 0;
  position: relative;
  margin-right: 40px;  
  min-height: 280px;
}
.inb-download--use-step .use-step--item .use-step--item-detail{
  font-size: 14px;
  height: 100%;
  z-index: 100;
  padding: 10px 22px 38px;
  border: 2px solid #fff;
  box-shadow: 0px 14px 28px 0px rgba(0, 48, 85, 0.08);
  position:relative;

  background:rgba(255,255,255,0.9);
}
.inb-download--use-step .use-step--item .use-step--item-detail::before{
  z-index: -2;
  content: '';  top:0;
  position: absolute;
  left: 50%;
  margin-left: -80px;
  width: 160px;
  height: 50px;
  background: url(../img/new-step-arrow.svg) no-repeat #fff bottom center;
  filter: blur(14px);
}
.inb-download--use-step .use-step--item::before,
.inb-download--use-step .use-step--item::after{
  z-index: -1;
  content:'';
  position:absolute;
}
.inb-download--use-step .use-step--item::before{
  top:-8px;
  left:50%;
  margin-left:-80px;
  width:160px;
  height:60px;
  background:url('../img/new-step-arrow.svg') no-repeat;
}
.inb-download--use-step .use-step--item::after{
  width: 28px;
    height: 20px;
    right: -29px;
    top: 50%;
    margin-top: -8px;
    background: url(../img/new-step-icon.svg) no-repeat 0 -185px;
}

.inb-download--use-step .use-step--intro{
  font-size: 18px;
  color: #67728B;
  text-align: center;
  line-height: 26px;
  margin:0 0 50px;
}

.inb-download--use-step .use-step--item:last-child {
  margin-right: 0;
}
.inb-download--use-step .use-step--item:last-child::after{
  display: none;
}
.inb-download--use-step .use-step--item .step {
  display: block;
  line-height: 37px;
  font-family: PingFangSC-Semibold;
  font-size: 26px;
  color: #FFFFFF;
  text-align: center;
  margin: 0 0 14px;
  text-shadow: 1px 1px 2px rgba(4, 41, 119, 0.3);
}

.inb-download--use-step .use-step--item .icon {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto 14px;  
  background:url('../img/new-step-icon.svg') no-repeat;
}
.inb-download--use-step .use-step--item .icon02{
  background-position: 0 -44px;
}
.inb-download--use-step .use-step--item .icon03{
  background-position: 0 -88px;
}
.inb-download--use-step .use-step--item .icon04{
  background-position: 0 -132px;
}

.inb-download--use-step .use-step--item h4 {
  font-size: 16px;
  color: #000000;
  text-align: center;
  margin:0 0 14px;
  text-align: center;
}

.inb-download--use-step .use-step--item .des {
  color: #67728B;
  line-height: 22px;
}
.inb-download--use-step .use-step--item a{
  color: #0262DD;
  display: block;
}
.inb-download--use-step .use-step--item .link{
  text-align: center;
  position:absolute;
  left:0;
  right:0;
  bottom:12px;
}

@keyframes dot {
  0% {
    width: 0;
    margin-right: 18px;
  }

  33% {
    width: 4px;
    margin-right: 14px;
  }

  66% {
    width: 8px;
    margin-right: 10px;
  }

  100% {
    width: 18px;
    margin-right: 0;
  }
}

@media(max-width:830px) {
  .f-igixEP-top-content img {
      width: 60% !important;
  }
  .inb-download--use-step .use-step--list{
    flex-wrap: wrap;
    margin:0 -10px;
  }
  .inb-download--use-step .use-step--item{
    width:50%;
    padding:0 20px;
    flex:none;
    margin:0 0 30px;
  }
  .inb-download--use-step .use-step--item::after{
    display: none;
  }

  .f-igixEP-middle-version-item.expand .f-igixEP-version-content {
    display: block;
    margin-top: 20px;
  }

  .f-igixEP-version-content>* {
    margin-bottom: 20px;
  }
}
@media (max-width:740px) {
  .popover-open .f-igixEP-popover{
    margin:0;
    top:40px;
    left:40px;
    right:40px;
    bottom:40px;
    width:auto;
    height:auto;
  }
  .f-igixEP-popover-contentItem1{
    display: none;
  }
  .popover-open .f-igixEP-popover .f-igixEP-popover-content{
    flex-wrap: wrap;
    margin-top:20px;
    
  }
  .popover-open .f-igixEP-popover .f-igixEP-popover-instruction-sm,
  .popover-open .f-igixEP-popover .f-igixEP-popover-instruction-sm1{
    margin-top:20px;
  }
  .popover-open .f-igixEP-popover img{
    zoom:0.8;
  }
 
  .popover-open .f-igixEP-popover .f-igixEP-popover-content>div{
    flex:none;
    width:50%;
    margin:0;
    background:none;
  }
}
@media (max-width:639px) {
  .inb-download--header-main {
    width: 100%;
  }
  /* .inb-download--use-step .use-step--intro{
    font-size:16px;
  } */
  .popover-open .f-igixEP-popover img{
    zoom:0.7;
  }
  .f-igixEP-download-header-left {
    min-width: 90px;
  }

  .f-igixEP-download-header-left img {
    width: 60px;
    height: 60px;
  }

  .f-igixEP-download-header-right {
    display: block;
    overflow: hidden;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .inb-download--header-title {
    font-size: 24px;
    line-height: 48px;
  }
}
@media(max-width:420px){
  .inb-download--use-step .use-step--item{
    width:100%;
  }
  .popover-open .f-igixEP-popover {
    padding-left:16px;
    padding-right:16px;
    top:20px;
    left:20px;
    right:20px;
    bottom:20px;
  }
  .f-igixEP-popover-instruction-lg{
    font-size: 16px;
  }
  .popover-open .f-igixEP-popover .f-igixEP-popover-content>div{
    width:100%;
   
  }
}