@charset "UTF-8";
.openPlatformWrap[data-v-9f765e8c] {
  width: 100%;
  min-height: 100%;
  background: #ffffff;
  min-width: 1400px;
}
.openPlatformWrap h1[data-v-9f765e8c] {
    visibility: hidden;
}
.openPlatformWrap h2[data-v-9f765e8c] {
    font-weight: 600;
    font-size: 32px;
    color: #191B21;
    text-align: center;
    line-height: 40px;
}
.openPlatformWrap .content[data-v-9f765e8c] {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
.openPlatformWrap .block1[data-v-9f765e8c] {
    width: 100%;
    height: 440px;
    background: url(../img/openTopImg.a352c420.png) no-repeat center;
    background-size: cover;
}
.openPlatformWrap .block1 .topWrap[data-v-9f765e8c] {
      width: 100%;
      position: absolute;
      left: 0;
      top: 186px;
      /* 闪光效果 */
      /* 定义闪光动画 */
}
.openPlatformWrap .block1 .topWrap .topTextImg[data-v-9f765e8c] {
        width: 153px;
        height: 44px;
        background: url(../img/topImgText.9ae69aaa.png) no-repeat;
        background-size: 100% 100%;
}
.openPlatformWrap .block1 .topWrap .topTextDescribe[data-v-9f765e8c] {
        font-weight: 400;
        font-size: 16px;
        color: #43464E;
        line-height: 24px;
        margin-top: 16px;
}
.openPlatformWrap .block1 .topWrap .buttonClick[data-v-9f765e8c] {
        width: 116px;
        height: 40px;
        background: #1D6EFE;
        border-radius: 2px;
        text-align: center;
        line-height: 40px;
        font-size: 14px;
        color: #FFFFFF;
        letter-spacing: 0;
        cursor: pointer;
        margin-top: 28px;
        position: relative;
        overflow: hidden;
        /* 隐藏超出部分 */
}
.openPlatformWrap .block1 .topWrap .buttonClick[data-v-9f765e8c]::before {
        content: '';
        position: absolute;
        bottom: -50%;
        /* 初始位置在按钮左下角之外 */
        left: -50%;
        width: 200%;
        /* 宽度和高度足够覆盖按钮 */
        height: 100%;
        background: radial-gradient(circle at center, rgba(255, 255, 255, 0.4) 10%, rgba(255, 255, 255, 0.8) 70%);
        /* 灯光渐变效果 */
        filter: blur(10px);
        /* 添加边缘虚化效果 */
        animation: flash-9f765e8c 2.5s linear infinite;
        /* 总时长为 4 秒，无限循环 */
        opacity: 0;
        /* 默认隐藏 */
        transform: rotate(45deg);
        /* 旋转 45 度 */
}
@keyframes flash-9f765e8c {
0% {
    transform: translate(-50%, 50%) rotate(45deg);
    /* 从左下角开始 */
    opacity: 0;
}
12% {
    opacity: 1;
    /* 灯光出现 */
    transform: translate(50%, -50%) rotate(45deg);
    /* 移动到右上角 */
}
100% {
    opacity: 0;
    /* 灯光消失 */
    transform: translate(50%, -50%) rotate(45deg);
    /* 保持最终位置 */
}
}
.openPlatformWrap .block2[data-v-9f765e8c] {
    padding-top: 60px;
    padding-bottom: 72px;
    height: 613px;
    background: #FFFFFF;
    box-sizing: border-box;
}
.openPlatformWrap .block2 ul[data-v-9f765e8c] {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 12px;
      margin-top: 30px;
}
.openPlatformWrap .block2 ul li[data-v-9f765e8c] {
        height: 24px;
        list-style: none;
        display: inline-block;
        padding: 21px 48px 21px 44px;
        font-weight: 600;
        font-size: 18px;
        color: #191B21;
        background: #F2F7FF;
        border-radius: 2px;
        cursor: pointer;
        line-height: 24px;
}
.openPlatformWrap .block2 ul li .b2Ico[data-v-9f765e8c] {
          width: 24px;
          height: 24px;
          margin-right: 8px;
          vertical-align: middle;
}
.openPlatformWrap .block2 .isActive[data-v-9f765e8c] {
      color: #FFFFFF;
      background: #1D6EFE;
      position: relative;
}
.openPlatformWrap .block2 .isActive .horn[data-v-9f765e8c] {
        width: 13px;
        height: 13px;
        background: #1D6EFE;
        transform: rotate(45deg);
        position: absolute;
        bottom: -6.5px;
        left: 50%;
        margin-left: -6.5px;
}
.openPlatformWrap .block2 .listConWrap[data-v-9f765e8c] {
      margin-top: 52px;
      width: 1200px;
      position: relative;
      /* 必要时给父容器加上定位 */
}
.openPlatformWrap .block2 .listConWrap .listCon[data-v-9f765e8c] {
        width: 1200px;
        border-radius: 2px;
        position: absolute;
        /* 设置为绝对定位 */
        top: 0;
        /* 确保所有列表项重叠 */
        left: 0;
        opacity: 0;
        visibility: hidden;
        /* 默认隐藏 */
        transition: opacity .5s ease-in-out, visibility 0s .5s;
        /* 设置延迟使得透明度变化后再隐藏 */
}
.openPlatformWrap .block2 .listConWrap .listCon .leftW[data-v-9f765e8c] {
          width: 500px;
          height: 270px;
          display: inline-block;
          vertical-align: top;
          background-size: 100% 100% !important;
          margin-top: 5px;
          position: relative;
}
.openPlatformWrap .block2 .listConWrap .listCon .leftW .animation[data-v-9f765e8c] {
            position: absolute;
            font-weight: 400;
            color: #2D2D2D;
            background: #ffffff;
}
.openPlatformWrap .block2 .listConWrap .listCon .leftW1[data-v-9f765e8c] {
          background: url(../img/b2L1.9b13cf36.png) no-repeat;
}
.openPlatformWrap .block2 .listConWrap .listCon .leftW1 .animation1[data-v-9f765e8c] {
            top: 44px;
            right: 54px;
            font-size: 16px;
            padding: 10px 20px;
            border-radius: 22px;
            animation: myBreath-9f765e8c 2s linear infinite;
}
.openPlatformWrap .block2 .listConWrap .listCon .leftW1 .animation2[data-v-9f765e8c] {
            top: 98px;
            left: 99px;
            font-size: 12px;
            padding: 6px 12px;
            border-radius: 15px;
            animation: myBreath-9f765e8c 2.6s linear infinite;
}
.openPlatformWrap .block2 .listConWrap .listCon .leftW1 .animation3[data-v-9f765e8c] {
            top: 172px;
            left: 37px;
            font-size: 14px;
            padding: 8px 16px;
            border-radius: 18px;
            animation: myBreath-9f765e8c 2.3s linear infinite;
}
.openPlatformWrap .block2 .listConWrap .listCon .leftW2[data-v-9f765e8c] {
          background: url(../img/b2L2.9a39a782.png) no-repeat;
}
.openPlatformWrap .block2 .listConWrap .listCon .leftW2 .animation4[data-v-9f765e8c] {
            top: 44px;
            right: 20px;
            font-size: 16px;
            padding: 10px 20px;
            border-radius: 22px;
            animation: myBreath-9f765e8c 2.3s linear infinite;
}
.openPlatformWrap .block2 .listConWrap .listCon .leftW2 .animation5[data-v-9f765e8c] {
            top: 108px;
            left: 59px;
            font-size: 12px;
            padding: 6px 12px;
            border-radius: 15px;
            animation: myBreath-9f765e8c 2.6s linear infinite;
}
.openPlatformWrap .block2 .listConWrap .listCon .leftW2 .animation6[data-v-9f765e8c] {
            top: 172px;
            left: 37px;
            font-size: 14px;
            padding: 8px 16px;
            border-radius: 18px;
            animation: myBreath-9f765e8c 2s linear infinite;
}
.openPlatformWrap .block2 .listConWrap .listCon .leftW3[data-v-9f765e8c] {
          background: url(../img/b2L3.2442ad20.png) no-repeat;
}
.openPlatformWrap .block2 .listConWrap .listCon .leftW3 .animation7[data-v-9f765e8c] {
            top: 58px;
            left: 58px;
            font-size: 16px;
            padding: 10px 20px;
            border-radius: 22px;
            animation: myBreath-9f765e8c 2.8s linear infinite;
}
.openPlatformWrap .block2 .listConWrap .listCon .leftW3 .animation8[data-v-9f765e8c] {
            top: 152px;
            right: 64px;
            font-size: 12px;
            padding: 6px 12px;
            border-radius: 15px;
            animation: myBreath-9f765e8c 2.3s linear infinite;
}
.openPlatformWrap .block2 .listConWrap .listCon .leftW3 .animation9[data-v-9f765e8c] {
            top: 172px;
            left: 47px;
            font-size: 14px;
            padding: 8px 16px;
            border-radius: 18px;
            animation: myBreath-9f765e8c 2.5s linear infinite;
}
.openPlatformWrap .block2 .listConWrap .listCon .leftW4[data-v-9f765e8c] {
          background: url(../img/b2L4.f2a235fb.png) no-repeat;
}
.openPlatformWrap .block2 .listConWrap .listCon .leftW4 .animation10[data-v-9f765e8c] {
            top: 166px;
            right: 88px;
            font-size: 16px;
            padding: 10px 20px;
            border-radius: 22px;
            animation: myBreath-9f765e8c 2.8s linear infinite;
}
.openPlatformWrap .block2 .listConWrap .listCon .leftW4 .animation11[data-v-9f765e8c] {
            top: 98px;
            left: 99px;
            font-size: 12px;
            padding: 6px 12px;
            border-radius: 15px;
            animation: myBreath-9f765e8c 2.3s linear infinite;
}
.openPlatformWrap .block2 .listConWrap .listCon .leftW4 .animation12[data-v-9f765e8c] {
            top: 172px;
            left: 37px;
            font-size: 14px;
            padding: 8px 16px;
            border-radius: 18px;
            animation: myBreath-9f765e8c 2.5s linear infinite;
}
.openPlatformWrap .block2 .listConWrap .listCon .leftW6[data-v-9f765e8c] {
          background: url(../img/b2L6.0df25683.png) no-repeat;
}
.openPlatformWrap .block2 .listConWrap .listCon .leftW6 .animation13[data-v-9f765e8c] {
            top: 183px;
            right: 71px;
            font-size: 16px;
            padding: 10px 20px;
            border-radius: 22px;
            animation: myBreath-9f765e8c 2.8s linear infinite;
}
.openPlatformWrap .block2 .listConWrap .listCon .leftW6 .animation14[data-v-9f765e8c] {
            top: 98px;
            left: 99px;
            font-size: 12px;
            padding: 6px 12px;
            border-radius: 15px;
            animation: myBreath-9f765e8c 2.3s linear infinite;
}
.openPlatformWrap .block2 .listConWrap .listCon .leftW6 .animation15[data-v-9f765e8c] {
            top: 172px;
            left: 66px;
            font-size: 14px;
            padding: 8px 16px;
            border-radius: 18px;
            animation: myBreath-9f765e8c 2.5s linear infinite;
}
.openPlatformWrap .block2 .listConWrap .listCon .rightW[data-v-9f765e8c] {
          width: calc(100% - 500px);
          height: 278px;
          display: inline-block;
          padding-left: 40px;
          box-sizing: border-box;
          position: relative;
}
.openPlatformWrap .block2 .listConWrap .listCon .rightW .rightW-title[data-v-9f765e8c] {
            font-weight: 600;
            font-size: 18px;
            color: #000C17;
            letter-spacing: 0;
            line-height: 30px;
}
.openPlatformWrap .block2 .listConWrap .listCon .rightW .rightW-title img[data-v-9f765e8c] {
              width: 25px;
              height: 30px;
              display: inline-block;
              vertical-align: top;
              margin-right: 8px;
}
.openPlatformWrap .block2 .listConWrap .listCon .rightW .rightW-describe[data-v-9f765e8c] {
            font-weight: 400;
            font-size: 16px;
            color: #2F323B;
            letter-spacing: 0;
            line-height: 24px;
            margin-top: 12px;
}
.openPlatformWrap .block2 .listConWrap .listCon .rightW .rightW-line[data-v-9f765e8c] {
            width: 100%;
            border-bottom: 1px solid #EBECF0;
            margin-top: 18px;
}
.openPlatformWrap .block2 .listConWrap .listCon .rightW .rightW-line span[data-v-9f765e8c] {
              width: 26px;
              height: 3px;
              background: #1D6EFE;
              float: left;
}
.openPlatformWrap .block2 .listConWrap .listCon .rightW .rightW-list[data-v-9f765e8c] {
            margin-top: 20px;
}
.openPlatformWrap .block2 .listConWrap .listCon .rightW .rightW-list .listW[data-v-9f765e8c] {
              overflow: hidden;
}
.openPlatformWrap .block2 .listConWrap .listCon .rightW .rightW-list .listW p[data-v-9f765e8c] {
                width: 50%;
                display: inline-block;
                vertical-align: top;
                font-size: 14px;
                color: #787C88;
                letter-spacing: 0;
                line-height: 22px;
                margin-bottom: 8px;
                float: left;
}
.openPlatformWrap .block2 .listConWrap .listCon .rightW .rightW-list .listW p img[data-v-9f765e8c] {
                  width: 16px;
                  height: 14px;
                  display: inline-block;
                  vertical-align: middle;
                  margin-right: 10px;
}
.openPlatformWrap .block2 .listConWrap .listCon .rightW .btnW[data-v-9f765e8c] {
            position: absolute;
            left: 40px;
            bottom: 2px;
}
.openPlatformWrap .block2 .listConWrap .listCon .rightW .btnW .goDoc[data-v-9f765e8c] {
              width: 110px;
              height: 40px;
              border: 1px solid #1D6EFE;
              border-radius: 2px;
              font-weight: 400;
              font-size: 14px;
              color: #1D6EFE;
              text-align: center;
              line-height: 40px;
              cursor: pointer;
              display: inline-block;
              margin-right: 12px;
              box-sizing: border-box;
}
.openPlatformWrap .block2 .listConWrap .listCon .rightW .btnW .access[data-v-9f765e8c] {
              width: 116px;
              height: 40px;
              background: #1D6EFE;
              border-radius: 2px;
              font-size: 14px;
              color: #FFFFFF;
              text-align: center;
              line-height: 40px;
              cursor: pointer;
              display: inline-block;
}
.openPlatformWrap .block2 .listConWrap .listCon .rightW .btnW .goDoc[data-v-9f765e8c]:hover, .openPlatformWrap .block2 .listConWrap .listCon .rightW .btnW .access[data-v-9f765e8c]:hover {
              opacity: .8;
}
@keyframes myBreath-9f765e8c {
0% {
    transform: scale(0.88);
}
50% {
    transform: scale(1);
}
100% {
    transform: scale(0.88);
}
}
.openPlatformWrap .block2 .listConWrap .show[data-v-9f765e8c] {
        opacity: 1;
        visibility: visible;
        /* 显示当前元素 */
        transition: opacity .5s ease-in-out, visibility 0s;
        /* 设置立即显示 */
}
.openPlatformWrap .block2 .listConWrap .listCon3 .leftLine[data-v-9f765e8c] {
        height: 106px !important;
}
.openPlatformWrap .block2 .listConWrap .listCon3 .leftLine .centerLine[data-v-9f765e8c] {
          height: 99px !important;
}
.openPlatformWrap .block3[data-v-9f765e8c] {
    padding-top: 60px;
    padding-bottom: 80px;
    height: 448px;
    background-image: linear-gradient(103deg, #F2F6FF 0%, #E5F0FF 47%, #F7FBFF 100%);
    box-sizing: border-box;
}
.openPlatformWrap .block3 ul[data-v-9f765e8c] {
      display: flex;
      justify-content: space-between;
      margin-top: 40px;
}
.openPlatformWrap .block3 ul li[data-v-9f765e8c] {
        list-style: none;
        width: 285px;
        height: 208px;
        background: #FFFFFF;
        box-shadow: 0 10px 20px 0 #eff3f93d;
        border-radius: 2px;
        padding: 40px 30px 30px 30px;
        box-sizing: border-box;
        position: relative;
        transition: top 0.3s ease;
}
.openPlatformWrap .block3 ul li h3[data-v-9f765e8c] {
          font-weight: 600;
          font-size: 20px;
          color: #191B21;
          line-height: 30px;
}
.openPlatformWrap .block3 ul li h3 img[data-v-9f765e8c] {
            width: 21px;
            height: 21px;
            float: right;
            margin-top: 5px;
}
.openPlatformWrap .block3 ul li p[data-v-9f765e8c] {
          margin-top: 12px;
          font-weight: 400;
          font-size: 14px;
          color: #787C88;
          line-height: 24px;
}
.openPlatformWrap .block3 ul li[data-v-9f765e8c]:hover {
        top: -10px;
}
.openPlatformWrap .block4[data-v-9f765e8c] {
    padding-top: 60px;
    padding-bottom: 80px;
    height: 450px;
    background-image: linear-gradient(180deg, #FFFFFF 0%, #FAFCFF 100%);
    box-sizing: border-box;
}
.openPlatformWrap .block4 .platformCon[data-v-9f765e8c] {
      margin-top: 40px;
}
.openPlatformWrap .block4 .platformCon .itemCon[data-v-9f765e8c] {
        width: 200px;
        height: 210px;
        list-style: none;
        display: inline-block;
        vertical-align: top;
}
.openPlatformWrap .block4 .platformCon .itemCon .b3icoWrap[data-v-9f765e8c] {
          width: 100px;
          height: 100px;
          background: #F6F9FF;
          margin: 0 auto;
          padding: 32px;
          border-radius: 50px;
          box-sizing: border-box;
}
.openPlatformWrap .block4 .platformCon .itemCon .b3icoWrap img[data-v-9f765e8c] {
            width: 36px;
            height: 36px;
}
.openPlatformWrap .block4 .platformCon .itemCon h3[data-v-9f765e8c] {
          font-weight: 600;
          font-size: 20px;
          color: #191B21;
          line-height: 30px;
          margin-top: 20px;
          text-align: center;
}
.openPlatformWrap .block4 .platformCon .itemCon p[data-v-9f765e8c] {
          margin-top: 8px;
          font-weight: 400;
          font-size: 14px;
          color: #787C88;
          letter-spacing: 0;
          line-height: 24px;
          text-align: center;
}
.openPlatformWrap .block4 .platformCon .intervalIco[data-v-9f765e8c] {
        width: 32px;
        height: 32px;
        margin: 99px 50px;
}
.openPlatformWrap .block5[data-v-9f765e8c] {
    padding-top: 52px;
    padding-bottom: 60px;
    height: 595px;
    background: url(../img/b5Bg.c454d139.png) no-repeat center;
    background-size: cover;
    box-sizing: border-box;
}
.openPlatformWrap .block5 .partnerCount[data-v-9f765e8c] {
      margin: 32px 0 38px 0;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 48px;
}
.openPlatformWrap .block5 .partnerCount p[data-v-9f765e8c] {
        font-weight: 600;
        font-size: 20px;
        color: #191B21;
        letter-spacing: 0;
        line-height: 30px;
}
.openPlatformWrap .block5 .partnerCount p span[data-v-9f765e8c] {
          font-size: 24px;
          color: #1D6EFE;
          letter-spacing: 0;
          line-height: 30px;
          display: inline-block;
          margin-right: 12px;
}
.openPlatformWrap .block5 .longImageWrap[data-v-9f765e8c] {
      background: #fff;
}
.openPlatformWrap .block5 .longImage1[data-v-9f765e8c],
    .openPlatformWrap .block5 .longImage2[data-v-9f765e8c],
    .openPlatformWrap .block5 .longImage3[data-v-9f765e8c] {
      width: 100%;
      height: 106px;
      background-size: auto 100%;
      opacity: 0;
      animation-name: animation1-9f765e8c,animation2-9f765e8c;
      animation-fill-mode: forwards, none;
      animation-timing-function: ease, linear;
      animation-iteration-count: 1, infinite;
      position: relative;
}
.openPlatformWrap .block5 .longImage1[data-v-9f765e8c]::before,
    .openPlatformWrap .block5 .longImage2[data-v-9f765e8c]::before,
    .openPlatformWrap .block5 .longImage3[data-v-9f765e8c]::before,
    .openPlatformWrap .block5 .longImage1[data-v-9f765e8c]::after,
    .openPlatformWrap .block5 .longImage2[data-v-9f765e8c]::after,
    .openPlatformWrap .block5 .longImage3[data-v-9f765e8c]::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.09);
      z-index: 1;
      width: 20%;
}
.openPlatformWrap .block5 .longImage1[data-v-9f765e8c]::before,
    .openPlatformWrap .block5 .longImage2[data-v-9f765e8c]::before,
    .openPlatformWrap .block5 .longImage3[data-v-9f765e8c]::before {
      left: 0;
      background: linear-gradient(270deg, rgba(255, 255, 255, 0), #fff);
}
.openPlatformWrap .block5 .longImage1[data-v-9f765e8c]::after,
    .openPlatformWrap .block5 .longImage2[data-v-9f765e8c]::after,
    .openPlatformWrap .block5 .longImage3[data-v-9f765e8c]::after {
      left: unset;
      right: 0;
      background: linear-gradient(90deg, rgba(255, 255, 255, 0), #fff);
}
.openPlatformWrap .block5 .longImage1[data-v-9f765e8c] {
      background-image: url(../img/1.ad9c9e30.png);
      animation-duration: 0.46667s, 80s;
}
.openPlatformWrap .block5 .longImage2[data-v-9f765e8c] {
      background-image: url(../img/2.355dbc86.png);
      animation-duration: 0.46667s, 120s;
}
.openPlatformWrap .block5 .longImage3[data-v-9f765e8c] {
      background-image: url(../img/3.891251c8.png);
      animation-duration: 0.46667s, 100s;
}
@keyframes animation1-9f765e8c {
0% {
    opacity: 0;
    transform: scale(0.7);
}
100% {
    opacity: 1;
    transform: scale(1);
}
}
@keyframes animation2-9f765e8c {
0% {
    background-position: 0 0;
}
100% {
    background-position: -2718px 0;
}
}
.openPlatformWrap .block6[data-v-9f765e8c] {
    padding-top: 60px;
    padding-bottom: 80px;
    height: 860px;
    background-color: #F7FAFF;
    background-image: url(../img/b6bg.b619d405.png);
    background-repeat: no-repeat;
    background-size: 1337px 705px;
    background-position: center 40px;
    box-sizing: border-box;
}
.openPlatformWrap .block6 .information[data-v-9f765e8c] {
      width: 844px;
      min-height: 586px;
      background: #FFFFFF;
      box-shadow: 0 0 31px 0 #e0e2e65c;
      border-radius: 2px;
      margin: 39px auto 0 auto;
}
.openPlatformWrap .block6 .information .left[data-v-9f765e8c] {
        width: 184px;
        display: inline-block;
        vertical-align: top;
        padding: 46px 38px 0 46px;
        box-sizing: border-box;
}
.openPlatformWrap .block6 .information .left .qr[data-v-9f765e8c] {
          width: 100px;
          height: 100px;
          display: block;
}
.openPlatformWrap .block6 .information .left .serveText[data-v-9f765e8c] {
          font-weight: 400;
          font-size: 14px;
          color: #191B21;
          letter-spacing: 0;
          text-align: center;
          line-height: 22px;
          margin-top: 12px;
}
.openPlatformWrap .block6 .information .right[data-v-9f765e8c] {
        width: 660px;
        display: inline-block;
        vertical-align: top;
        padding: 40px 40px 40px 0;
        box-sizing: border-box;
}
.openPlatformWrap .block6 .information .right .rightText[data-v-9f765e8c] {
          width: 100%;
          font-weight: 600;
          font-size: 20px;
          color: #191B21;
          line-height: 30px;
          margin-bottom: 30px;
}
.openPlatformWrap .block6 .information .right .formItem[data-v-9f765e8c] {
          width: 300px;
          display: inline-block;
          vertical-align: top;
}
.openPlatformWrap .block6 .information .right .formItem[data-v-9f765e8c] .el-form-item__label {
            width: 300px !important;
            text-align: left !important;
}
.openPlatformWrap .block6 .information .right .formItem[data-v-9f765e8c]:nth-child(odd) {
          margin-right: 20px;
}
.openPlatformWrap .block6 .information .right .formItemWrap[data-v-9f765e8c] {
          width: 620px;
}
.openPlatformWrap .block6 .information .right .formItemWrap[data-v-9f765e8c] .el-form-item__label {
            width: 620px !important;
            text-align: left !important;
}
.openPlatformWrap .block6 .information .right .formItemWrap2[data-v-9f765e8c] {
          margin: 10px 0 30px 0;
}
.openPlatformWrap .block6 .information .right .formItemLabel[data-v-9f765e8c], .openPlatformWrap .block6 .information .right .formItemLabel2[data-v-9f765e8c] {
          color: #191B21;
          font-weight: 400;
          line-height: 22px;
          margin-bottom: 8px;
}
.openPlatformWrap .block6 .information .right .formItemLabel i[data-v-9f765e8c], .openPlatformWrap .block6 .information .right .formItemLabel2 i[data-v-9f765e8c] {
            font-style: normal;
            color: #8D9199;
}
.openPlatformWrap .block6 .information .right .formItemLabel span[data-v-9f765e8c], .openPlatformWrap .block6 .information .right .formItemLabel2 span[data-v-9f765e8c] {
            color: #FF0000;
}
.openPlatformWrap .block6 .information .right .codeWrap[data-v-9f765e8c] {
          position: relative;
}
.openPlatformWrap .block6 .information .right .codeWrap[data-v-9f765e8c] .el-input__inner {
            padding-right: 104px;
}
.openPlatformWrap .block6 .information .right .codeWrap .getCode[data-v-9f765e8c] {
            cursor: pointer;
            position: absolute;
            right: 16px;
            bottom: 0;
}
.openPlatformWrap .block6 .information .right .codeWrap .codeImg[data-v-9f765e8c] {
            position: absolute;
            right: 1px;
            top: 1px;
            width: 100px;
            height: 35px;
            line-height: 35px;
            border-radius: 4px;
            margin-left: 22px;
            overflow: hidden;
}
.openPlatformWrap .block6 .information .right .codeWrap .codeImg img[data-v-9f765e8c] {
              width: 100%;
              height: 100%;
}
.openPlatformWrap .block6 .information .right .subBtn[data-v-9f765e8c] {
          width: 620px;
          height: 40px;
          background: #1D6EFE;
          border-radius: 2px;
          text-align: center;
          line-height: 40px;
          color: #ffffff;
          font-size: 14px;
          cursor: pointer;
          margin-top: 24px;
}
.openPlatformWrap .block6 .information .right .subBtn[data-v-9f765e8c]:hover {
          opacity: .8;
}
.openPlatformWrap[data-v-9f765e8c] .apisWrap.el-checkbox-group {
    line-height: 0 !important;
}

