.pro_battery1 {
  position: relative;
  z-index: 1;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center; }
  .pro_battery1 .wrap {
    width: 1440px; }
    .pro_battery1 .wrap .p1 {
      font-weight: bold;
      font-size: 56px;
      color: #313D56;
      margin: 0 0 28px; }
    .pro_battery1 .wrap .p2 {
      font-weight: 500;
      font-size: 26px;
      color: #313D56; }

.pro_battery2 {
  height: 100vh;
  position: relative; }
  .pro_battery2 .fix {
    height: 100vh;
    position: sticky;
    top: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center; }
  .pro_battery2 .wrap {
    width: 1440px;
    margin: auto;
    position: relative; }
    .pro_battery2 .wrap .matter {
      display: flex;
      justify-content: space-between;
      opacity: 0;
      transition: .6s;
      pointer-events: none;
      transform: translateY(20px);
      width: 100%; }
      .pro_battery2 .wrap .matter:not(:last-child) {
        position: absolute;
        top: 0;
        left: 0; }
      .pro_battery2 .wrap .matter.on {
        pointer-events: auto;
        opacity: 1;
        transition-delay: .3s;
        transform: translateY(0); }
    .pro_battery2 .wrap .left2 {
      width: 500px;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .pro_battery2 .wrap .left2 .item {
        width: 100%;
        height: 310px;
        background: #EBEEF3;
        border-radius: 12px;
        padding: 50px 65px; }
        .pro_battery2 .wrap .left2 .item .p1 {
          font-weight: bold;
          font-size: 36px;
          color: #111111;
          margin: 0 0 40px; }
        .pro_battery2 .wrap .left2 .item .display {
          display: flex;
          align-items: flex-end;
          justify-content: space-between; }
          .pro_battery2 .wrap .left2 .item .display .dis {
            display: flex;
            align-items: flex-end; }
            .pro_battery2 .wrap .left2 .item .display .dis span {
              font-weight: bold;
              font-size: 64px;
              color: #313D56;
              line-height: 100%;
              background: linear-gradient(0deg, #F0831F 0%, #EA5420 100%);
              -webkit-background-clip: text;
              -webkit-text-fill-color: transparent; }
            .pro_battery2 .wrap .left2 .item .display .dis .dw {
              font-weight: bold;
              font-size: 24px;
              color: #313D56;
              background: linear-gradient(0deg, #F0831F 0%, #EA5420 100%);
              -webkit-background-clip: text;
              -webkit-text-fill-color: transparent;
              margin: 0 0 0 10px; }
        .pro_battery2 .wrap .left2 .item .pick {
          margin: 20px 0 0 0; }
    .pro_battery2 .wrap .left {
      width: 500px;
      height: 650px;
      background: #F0F2F5;
      border-radius: 12px;
      padding: 52px 65px 51px 65px; }
      .pro_battery2 .wrap .left .title {
        font-weight: bold;
        font-size: 36px;
        color: #111111;
        margin: 0 0 40px; }
      .pro_battery2 .wrap .left .figure .item {
        padding: 0 0 30px;
        display: flex;
        align-items: flex-end;
        justify-content: space-between; }
        .pro_battery2 .wrap .left .figure .item:not(:last-child) {
          margin: 0 0 30px;
          border-bottom: 1px solid #FFFFFF; }
        .pro_battery2 .wrap .left .figure .item .dis {
          display: flex;
          align-items: flex-end; }
          .pro_battery2 .wrap .left .figure .item .dis span {
            font-size: 64px;
            color: #313D56;
            line-height: 100%;
            font-weight: bold;
            background: linear-gradient(0deg, #F0831F 0%, #EA5420 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent; }
          .pro_battery2 .wrap .left .figure .item .dis .dw {
            font-weight: bold;
            font-size: 24px;
            color: #313D56;
            background: linear-gradient(0deg, #F0831F 0%, #EA5420 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            margin: 0 0 0 7px; }
        .pro_battery2 .wrap .left .figure .item p {
          width: 140px;
          font-weight: 400;
          font-size: 18px;
          color: #111111; }
    .pro_battery2 .wrap .images {
      width: 920px;
      height: 100%;
      border-radius: 12px;
      top: 0;
      left: 0;
      z-index: 1;
      overflow: hidden; }
      .pro_battery2 .wrap .images:hover img {
        transform: scale(1.05); }
      .pro_battery2 .wrap .images img {
        width: 100%;
        height: 100%;
        transition: 1s; }

.pro_battery3 {
  padding: 0 0 186px; }
  .pro_battery3 .wrap {
    width: 1440px;
    margin: auto; }
    .pro_battery3 .wrap .title {
      font-weight: bold;
      font-size: 48px;
      color: #111111; }
    .pro_battery3 .wrap .figure {
      margin: 90px 0 0 0;
      display: flex;
      justify-content: space-between; }
      .pro_battery3 .wrap .figure .item .dis {
        display: flex;
        align-items: flex-end; }
        .pro_battery3 .wrap .figure .item .dis span {
          font-size: 64px;
          color: #313D56;
          line-height: 100%;
          font-weight: bold;
          background: linear-gradient(0deg, #F0831F 0%, #EA5420 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; }
        .pro_battery3 .wrap .figure .item .dis .dw {
          font-weight: bold;
          font-size: 24px;
          color: #313D56;
          background: linear-gradient(0deg, #F0831F 0%, #EA5420 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          margin: 0 0 0 7px; }
      .pro_battery3 .wrap .figure .item p {
        font-weight: 400;
        font-size: 18px;
        color: #111111;
        margin: 10px 0 0 0; }
    .pro_battery3 .wrap .images {
      margin: 80px 0 0 0;
      width: 100%; }
      .pro_battery3 .wrap .images img {
        width: 100%; }

.pro_battery4 {
  position: relative;
  z-index: 1;
  height: 100vh; }
  .pro_battery4 .fix {
    height: 100vh;
    position: sticky;
    z-index: 1;
    overflow: hidden;
    top: 0; }
    .pro_battery4 .fix .matter {
      width: 100%;
      height: 100%;
      padding: 150px 0 0 0;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1; }
      .pro_battery4 .fix .matter.on {
        z-index: 9; }
      .pro_battery4 .fix .matter.matter3 .wrap .figure {
        gap: 100px; }
      .pro_battery4 .fix .matter.matter2 .position {
        font-weight: 400;
        font-size: 18px;
        color: #FFFFFF;
        width: 100%;
        padding: 0 0 42px;
        text-align: center;
        position: absolute;
        bottom: 0;
        left: 0; }
  .pro_battery4 .wrap .title {
    font-weight: bold;
    font-size: 48px;
    color: #404E7E;
    text-align: center; }
  .pro_battery4 .wrap .label {
    display: flex;
    justify-content: center;
    gap: 23px;
    margin: 90px 0 0 0; }
    .pro_battery4 .wrap .label .list {
      width: fit-content;
      padding: 0 24px;
      height: 67px;
      background: #FFFFFF;
      border-radius: 8px;
      border: 1px solid #FFFFFF;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      font-size: 42px;
      color: #404E7E; }
      .pro_battery4 .wrap .label .list:nth-child(2n) {
        background: transparent;
        color: #fff; }
  .pro_battery4 .wrap .figure {
    display: flex;
    justify-content: center;
    gap: 160px;
    margin: 90px 0 0 0; }
    .pro_battery4 .wrap .figure .item .dis {
      display: flex;
      align-items: flex-end; }
      .pro_battery4 .wrap .figure .item .dis .p1 {
        font-size: 48px;
        height: 52px; }
      .pro_battery4 .wrap .figure .item .dis span {
        font-size: 52px;
        color: #404E7E;
        line-height: 100%;
        font-weight: bold; }
      .pro_battery4 .wrap .figure .item .dis .dw {
        font-weight: bold;
        font-size: 20px;
        color: #404E7E;
        margin: 0 0 0 7px; }
      .pro_battery4 .wrap .figure .item .dis .svg {
        width: 20px;
        height: 20px;
        margin: 0 0 0 7px;
        position: relative;
        top: -3px; }
        .pro_battery4 .wrap .figure .item .dis .svg svg {
          width: 100%;
          height: 100%; }
      .pro_battery4 .wrap .figure .item .dis .svg2 {
        width: 20px;
        height: 20px;
        margin: 0 0 0 7px;
        position: relative;
        top: -3px;
        transform: rotate(180deg); }
        .pro_battery4 .wrap .figure .item .dis .svg2 svg {
          width: 100%;
          height: 100%; }
    .pro_battery4 .wrap .figure .item p {
      font-weight: 400;
      font-size: 18px;
      color: #404E7E;
      margin: 10px 0 0 0; }

.pro_battery5 {
  padding: 110px 0 176px; }
  .pro_battery5 .wrap {
    width: 1440px;
    margin: auto; }
    .pro_battery5 .wrap .title {
      text-align: center;
      font-weight: bold;
      font-size: 48px;
      color: #111111;
      margin: 0 0 58px; }
    .pro_battery5 .wrap .content {
      display: flex;
      flex-wrap: wrap;
      gap: 20px; }
      .pro_battery5 .wrap .content .item {
        width: 466px;
        height: 360px;
        position: relative;
        border-radius: 15px;
        overflow: hidden; }
        .pro_battery5 .wrap .content .item:hover .img {
          transform: scale(1.05); }
        .pro_battery5 .wrap .content .item .img {
          width: 100%;
          height: 100%;
          transition: 1s; }
        .pro_battery5 .wrap .content .item .text {
          position: absolute;
          width: 100%;
          bottom: 0;
          left: 0;
          padding: 24px 27px;
          z-index: 2;
          font-weight: 400;
          font-size: 20px;
          color: #FFFFFF; }
        .pro_battery5 .wrap .content .item.big {
          width: 710px; }

@media screen and (max-width: 1919px) {
  .pro_battery1 .wrap {
    width: 75vw; }

  .pro_battery1 .wrap .p1 {
    font-size: 2.9166666667vw;
    margin: 0px 0px 1.4583333333vw; }

  .pro_battery1 .wrap .p2 {
    font-size: 1.3541666667vw; }

  .pro_battery2 .wrap {
    width: 75vw; }

  .pro_battery2 .wrap .matter {
    transform: translateY(1.0416666667vw); }

  .pro_battery2 .wrap .left2 {
    width: 26.0416666667vw; }

  .pro_battery2 .wrap .left2 .item {
    height: 16.1458333333vw;
    border-radius: 0.625vw;
    padding: 2.6041666667vw 3.3854166667vw; }

  .pro_battery2 .wrap .left2 .item .p1 {
    font-size: 1.875vw;
    margin: 0px 0px 2.0833333333vw; }

  .pro_battery2 .wrap .left2 .item .display .dis span {
    font-size: 3.3333333333vw; }

  .pro_battery2 .wrap .left2 .item .display .dis .dw {
    font-size: 1.25vw;
    margin: 0px 0px 0px 0.5208333333vw; }

  .pro_battery2 .wrap .left2 .item .pick {
    margin: 1.0416666667vw 0px 0px; }

  .pro_battery2 .wrap .left {
    width: 26.0416666667vw;
    height: 33.8541666667vw;
    border-radius: 0.625vw;
    padding: 2.7083333333vw 3.3854166667vw 2.65625vw; }

  .pro_battery2 .wrap .left .title {
    font-size: 1.875vw;
    margin: 0px 0px 2.0833333333vw; }

  .pro_battery2 .wrap .left .figure .item {
    padding: 0px 0px 1.5625vw; }

  .pro_battery2 .wrap .left .figure .item:not(:last-child) {
    margin: 0px 0px 1.5625vw; }

  .pro_battery2 .wrap .left .figure .item .dis span {
    font-size: 3.3333333333vw; }

  .pro_battery2 .wrap .left .figure .item .dis .dw {
    font-size: 1.25vw;
    margin: 0px 0px 0px 0.3645833333vw; }

  .pro_battery2 .wrap .left .figure .item p {
    width: 7.2916666667vw;
    font-size: 0.9375vw; }

  .pro_battery2 .wrap .images {
    width: 47.9166666667vw;
    border-radius: 0.625vw; }

  .pro_battery3 {
    padding: 0px 0px 9.6875vw; }

  .pro_battery3 .wrap {
    width: 75vw; }

  .pro_battery3 .wrap .title {
    font-size: 2.5vw; }

  .pro_battery3 .wrap .figure {
    margin: 4.6875vw 0px 0px; }

  .pro_battery3 .wrap .figure .item .dis span {
    font-size: 3.3333333333vw; }

  .pro_battery3 .wrap .figure .item .dis .dw {
    font-size: 1.25vw;
    margin: 0px 0px 0px 0.3645833333vw; }

  .pro_battery3 .wrap .figure .item p {
    font-size: 0.9375vw;
    margin: 0.5208333333vw 0px 0px; }

  .pro_battery3 .wrap .images {
    margin: 4.1666666667vw 0px 0px; }

  .pro_battery4 .fix .matter {
    padding: 7.8125vw 0px 0px; }

  .pro_battery4 .fix .matter.matter3 .wrap .figure {
    gap: 5.2083333333vw; }

  .pro_battery4 .fix .matter.matter2 .position {
    font-size: 0.9375vw;
    padding: 0px 0px 2.1875vw; }

  .pro_battery4 .wrap .title {
    font-size: 2.5vw; }

  .pro_battery4 .wrap .label {
    gap: 1.1979166667vw;
    margin: 4.6875vw 0px 0px; }

  .pro_battery4 .wrap .label .list {
    padding: 0px 1.25vw;
    height: 3.4895833333vw;
    border-radius: 0.4166666667vw;
    font-size: 2.1875vw; }

  .pro_battery4 .wrap .figure {
    gap: 8.3333333333vw;
    margin: 4.6875vw 0px 0px; }

  .pro_battery4 .wrap .figure .item .dis .p1 {
    font-size: 2.5vw;
    height: 2.7083333333vw; }

  .pro_battery4 .wrap .figure .item .dis span {
    font-size: 2.7083333333vw; }

  .pro_battery4 .wrap .figure .item .dis .dw {
    font-size: 1.0416666667vw;
    margin: 0px 0px 0px 0.3645833333vw; }

  .pro_battery4 .wrap .figure .item .dis .svg {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
    margin: 0px 0px 0px 0.3645833333vw;
    top: -0.15625vw; }

  .pro_battery4 .wrap .figure .item .dis .svg2 {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
    margin: 0px 0px 0px 0.3645833333vw;
    top: -0.15625vw; }

  .pro_battery4 .wrap .figure .item p {
    font-size: 0.9375vw;
    margin: 0.5208333333vw 0px 0px; }

  .pro_battery5 {
    padding: 5.7291666667vw 0px 9.1666666667vw; }

  .pro_battery5 .wrap {
    width: 75vw; }

  .pro_battery5 .wrap .title {
    font-size: 2.5vw;
    margin: 0px 0px 3.0208333333vw; }

  .pro_battery5 .wrap .content {
    gap: 1.0416666667vw; }

  .pro_battery5 .wrap .content .item {
    width: 24.2708333333vw;
    height: 18.75vw;
    border-radius: 0.78125vw; }

  .pro_battery5 .wrap .content .item .text {
    padding: 1.25vw 1.40625vw;
    font-size: 1.0416666667vw; }

  .pro_battery5 .wrap .content .item.big {
    width: 36.9791666667vw; } }
@media screen and (max-width: 1024px) {
  .pro_battery1 .wrap {
    width: 90%; }

  .pro_battery1 .wrap .p1 {
    font-size: 24px;
    margin: 0 0 15px; }

  .pro_battery1 .wrap .p2 {
    font-size: 14px; }

  .pro_battery2 {
    padding: 30px 0; }

  .pro_battery2 .wrap {
    width: 90%;
    flex-direction: column; }

  .pro_battery2 .wrap .left {
    width: 100%;
    height: auto;
    border-radius: 10px;
    padding: 20px; }

  .pro_battery2 .wrap .left .title {
    font-size: 18px;
    margin: 0 0 25px; }

  .pro_battery2 .wrap .left .figure .item:not(:last-child) {
    margin: 0 0 20px; }

  .pro_battery2 .wrap .left .figure .item .dis span {
    font-size: 30px; }

  .pro_battery2 .wrap .left .figure .item .dis .dw {
    font-size: 14px;
    margin: 0 0 0 10px; }

  .pro_battery2 .wrap .left .figure .item {
    padding: 0 0 15px; }

  .pro_battery2 .wrap .left .figure .item p {
    width: unset;
    font-size: 13px; }

  .pro_battery2 .wrap .images {
    width: 100%;
    margin: 15px 0 0 0;
    border-radius: 10px; }

  .pro_battery3 {
    padding: 30px 0; }

  .pro_battery3 .wrap {
    width: 90%; }

  .pro_battery3 .wrap .title {
    font-size: 22px; }

  .pro_battery3 .wrap .figure {
    margin: 20px 0 0 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 0; }

  .pro_battery3 .wrap .figure .item .dis span {
    font-size: 30px; }

  .pro_battery3 .wrap .figure .item .dis .dw {
    font-size: 14px;
    margin: 0 0 0 10px; }

  .pro_battery3 .wrap .figure .item p {
    font-size: 13px;
    margin: 5px 0 0 0; }

  .pro_battery3 .wrap .images {
    margin: 30px 0 0 0; }

  .pro_battery4 {
    height: 100vh;
    padding: 50px 0 0 0; }

  .pro_battery4 .wrap .title {
    font-size: 22px;
    margin: 0 0 30px; }

  .pro_battery4 .wrap .figure {
    margin: 20px 0 0 0;
    flex-wrap: wrap;
    gap: 30px; }

  .pro_battery4 .wrap .figure .item {
    width: 100%; }

  .pro_battery4 .wrap .figure .item .dis {
    justify-content: center; }

  .pro_battery4 .wrap .figure .item .dis span {
    font-size: 30px; }

  .pro_battery4 .wrap .figure .item .dis .dw {
    font-size: 14px;
    margin: 0 0 0 5px; }

  .pro_battery4 .wrap .figure .item .dis .svg, .pro_battery4 .wrap .figure .item .dis .svg2 {
    width: 16px;
    height: 16px;
    margin: 0 0 0 5px;
    position: relative;
    top: -3px; }

  .pro_battery4 .wrap .figure .item p {
    font-size: 13px;
    text-align: center;
    margin: 5px 0 0 0; }

  .pro_battery5 {
    padding: 40px 0; }

  .pro_battery5 .wrap {
    width: 90%; }

  .pro_battery5 .wrap .title {
    font-size: 22px;
    margin: 0 0 30px; }

  .pro_battery5 .wrap .content {
    gap: 15px;
    flex-direction: column; }

  .pro_battery5 .wrap .content .item.big {
    width: 100%; }

  .pro_battery5 .wrap .content .item {
    width: 100%;
    height: auto;
    border-radius: 10px; }

  .pro_battery5 .wrap .content .item .text {
    padding: 15px 5%;
    font-size: 16px; }

  .pro_battery3 .wrap .images img {
    display: none; }

  .pro_battery3 .wrap .images img.sj_pic {
    display: block !important; }

  .pro_battery2 {
    height: auto !important; }

  .pro_battery2 .fix {
    height: auto; }

  .pro_battery2 .wrap .matter {
    flex-direction: column;
    position: static !important;
    transform: translateY(0);
    opacity: 1;
    margin: 0 0 20px;
    pointer-events: auto; }

  .pro_battery2 .wrap .left2 {
    width: 100%;
    gap: 15px; }

  .pro_battery2 .wrap .left2 .item {
    height: auto;
    border-radius: 10px;
    padding: 20px; }

  .pro_battery2 .wrap .left2 .item .p1 {
    font-size: 18px;
    margin: 0 0 22px; }

  .pro_battery2 .wrap .left2 .item .display .dis span {
    font-size: 30px; }

  .pro_battery2 .wrap .left2 .item .display .dis .dw {
    font-size: 14px;
    margin: 0 0 0 10px; }

  .pro_battery2 .wrap .left2 .item .pick {
    margin: 10px 0 0 0; }

  .pro_battery4 .wrap .label {
    margin: 20px 0 0 0;
    gap: 10px; }

  .pro_battery4 .wrap .label .list {
    height: auto;
    padding: 5px 10px;
    font-size: 13px; }

  .pro_battery4 .fix .matter {
    padding: 60px 0 0 0; }

  .pro_battery4 .wrap .figure .item .dis .p1 {
    font-size: 30px;
    height: auto; }

  .pro_battery4 .fix .matter.matter3 .wrap .figure {
    gap: 25px 0;
    grid-template-columns: repeat(2, 1fr);
    display: grid; } }

/*# sourceMappingURL=proInfo3.css.map */
