@import 'fonts.css';

.bgc-dark {
  background-color: #03153b;
  color: #ffffff;
}

.bgc-blue {
  background-color: #050b47;
  color: #ffffff;
}

.bgc-white {
  background-color: #ffffff;
  color: #00143e;
}

.full-img-view {
  position: relative;
  box-sizing: border-box;
  width: 100%;
}

.full-img-view img {
  width: 100%;
  height: auto;
}

.st-blue {
  color: #1783fc !important;
}

.product-video-item .video-item>img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .pse-mt {
    margin-top: 20px;
  }

  .pro-section-tdi-view {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .pro-section-tdi-view .pro-section-title-label {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    padding-bottom: 20px;

    font-size: 24px;
    font-weight: 500;
    font-family: gothic-medium;
    color: #00143e;
  }

  .pro-section-tdi-view .pro-section-desc-label {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    padding-bottom: 10px;

    font-size: 14px;
    font-weight: 400;
    font-family: gothic-regular;
    color: #03022e;
  }

  .pro-section-tdi-view .pro-section-video-view {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 258px;
    margin: 0 auto;
    background-color: #000000;
  }

  .pro-section-tdi-view .pro-section-video-view video {
    width: 100%;
    height: 100%;
  }

  .product-video-item .video-item video {
    width: 100%;
    height: 100%;
  }

  .pro-section-tdi-view .pro-section-card-view {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 10px 0;

    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .pro-section-tdi-view .pro-section-card-view .pro-section-card-item {
    position: relative;
    box-sizing: border-box;
    width: 50%;
    height: 154px;

    background: #ffffff;
    border-radius: 3px;

    flex-grow: 0;
    flex-shrink: 0;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .pro-section-tdi-view .pro-section-card-view .pro-section-card-item .item-icon {
    width: 44px;
    height: 44px;
  }

  .pro-section-tdi-view .pro-section-card-view .pro-section-card-item .item-title {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding-top: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    font-family: gothic-medium;
    color: #0b2154;
  }

  .pro-section-tdi-view .pro-section-line-view {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding-top: 10px;

    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .pro-section-tdi-view .pro-section-line-view .pro-section-line-item {
    position: relative;
    box-sizing: border-box;
    width: 50%;
    height: 212px;
    padding: 20px 10px;
    text-align: center;

    background: #ffffff;
    border: 1px solid #6f8eea;

    flex-grow: 0;
    flex-shrink: 0;
  }

  .pro-section-tdi-view .pro-section-line-view .pro-section-line-item .item-icon {
    width: 44px;
    height: 44px;
    margin: 0 auto;
  }

  .pro-section-tdi-view .pro-section-line-view .pro-section-line-item .item-title {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding-top: 20px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    font-family: gothic-medium;
    color: #0b2154;
  }

  .pro-section-tdi-view .pro-section-line-view .pro-section-line-item .item-intro {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding-top: 20px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    font-family: gothic-medium;
    color: #0b2154;
  }

  .pro-section-tdi-view .pro-section-three-view {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 20px 0;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .pro-section-tdi-view .pro-section-three-view .pro-section-three-item {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 0 10px;

    flex-grow: 0;
    flex-shrink: 0;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .pro-section-tdi-view .pro-section-three-view .sub-item {
    height: 148px;
    color: #0b2154;
    background-color: #f1f4ff;
  }

  .pro-section-tdi-view .pro-section-three-view .sub-item .item-title {
    font-size: 18px;
  }

  .pro-section-tdi-view .pro-section-three-view .main-item {
    height: 178px;
    color: #ffffff;
    background-color: #6f8eea;
  }

  .pro-section-tdi-view .pro-section-three-view .main-item .item-title {
    font-size: 20px;
  }

  .pro-section-tdi-view .pro-section-three-view .pro-section-three-item .item-title {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    line-height: 2.2;
    text-align: center;
    font-weight: 500;
    font-family: gothic-medium;
  }

  .pro-section-tdi-view .pro-section-three-view .pro-section-three-item .item-intro {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    line-height: 1.8;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    font-family: gothic-regular;
  }

  .pro-section-tdi-view .pro-section-img-view {
    position: relative;
    box-sizing: border-box;
    width: 100%;
  }

  .pro-section-tdi-view .pro-section-emgs-view {
    position: relative;
    box-sizing: border-box;
    width: 100%;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .pro-section-tdi-view .pro-section-emgs-view .emgs-item {
    position: relative;
    box-sizing: border-box;
    width: 33%;
  }

  .pro-section-tdi-view .pro-section-emgs-view .emgs-item .text-view {
    position: absolute;
    box-sizing: border-box;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(20, 20, 63, 0.3);

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .pro-section-tdi-view .pro-section-emgs-view .emgs-item .text-view .title-label {
    font-size: 16px;
    font-weight: 500;
    font-family: gothic-medium;
    color: #ffffff;
    line-height: 28px;
  }

  .pro-section-tdi-view .pro-section-emgs-view .emgs-item .text-view .desc-label {
    display: none;
    font-size: 13px;
    font-weight: 400;
    font-family: gothic-regular;
    color: #ffffff;
    line-height: 21px;
  }

  .pro-section-tdi-view .pro-section-emgs-view .emgs-item img {
    width: 100%;
    height: auto;
  }

  .pro-section-tdi-view .pro-section-imgs-view {
    position: relative;
    box-sizing: border-box;
    width: 100%;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .pro-section-tdi-view .pro-section-img-view img {
    width: 100%;
    height: auto;
  }

  .pro-section-tdi-view .pro-section-imgs-view img {
    width: 50%;
    height: auto;
  }

  .product-robot-func-view {
    position: relative;
    box-sizing: border-box;
    width: 100%;

    padding-top: 20px;
    padding-bottom: 20px;
  }

  .product-robot-func-view .product-func-title-label {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding-bottom: 20px;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    font-family: gothic-medium;
    color: #00143e;
  }

  .product-robot-func-view .func-item-list {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding-bottom: 20px;

    display: inline-block;
    vertical-align: middle;
  }

  .func-item-image-view {
    width: 100%;
  }

  .func-item-text-view {
    width: 100%;
  }

  .product-robot-func-view .func-item-list .robot-front-img {
    width: 60%;
    height: auto;
  }

  .product-robot-func-view .func-item-list .robot-element-front-img {
    width: 100%;
    margin-top: 20%;
  }

  .func-item-list .func-item {
    position: relative;
    box-sizing: border-box;
    width: 100%;
  }

  .func-item-list .func-item .func-title {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding-bottom: 12px;

    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .func-item-list .func-item .func-title .func-title-icon {
    width: 12px;
    height: 5px;
    background: linear-gradient(90deg, #4802c8 0%, #009bdc 100%);
    border-radius: 3px;
    flex-grow: 0;
    flex-shrink: 0;
  }

  .func-item-list .func-item .func-title .func-title-label {
    padding-left: 10px;
    font-size: 16px;
    font-weight: 500;
    font-family: gothic-medium;
    color: #0b2154;
    flex-grow: 1;
  }

  .func-item-list .func-item .func-desc {
    padding-left: 22px;
    font-size: 14px;
    font-weight: 400;
    font-family: gothic-regular;
    color: #656b6f;
  }

  .pro-section-func-view {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
  }

  .pro-section-func-view .func-img-bg {
    width: 100%;
    height: auto;
  }

  .func-con-view {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .func-con-view .func-card-view {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .func-con-view .func-card-view .func-card-item {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 360px;
    margin-bottom: 20px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 20px;
    border: 4px solid rgba(255, 255, 255, 0.5);
    overflow: hidden;
  }

  .func-con-view .func-card-view .func-card-item .item-con {
    position: relative;
    box-sizing: border-box;
    width: 100%;
  }

  .func-con-view .func-card-view .func-card-item .v-scroll {
    animation: scrolling 20s infinite;
    -webkit-animation: scrolling 20s infinite;
  }

  .func-card-view .func-card-item .item-con .i-card-body {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 360px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .func-card-view .func-card-item .item-con .i-card-body .i-card-icon {
    width: 20%;
    height: auto;
  }

  .func-card-view .func-card-item .item-con .i-card-body .i-card-title {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    line-height: 1.5;
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
    color: #264ad1;
    text-align: center;
  }

  .func-card-view .func-card-item .item-con .i-card-body .i-card-desc {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    font-size: 18px;
    color: #536078;
    text-align: center;
  }

  .pro-section-fit-view {
    position: relative;
    box-sizing: border-box;
    width: 100%;
  }

  .pro-section-fit-view .fit-img-bg {
    width: 100%;
    height: auto;
  }

  .pro-section-fit-view .fit-top-view {
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    top: 0;
    padding-top: 20px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .pro-section-fit-view .fit-top-view .title-item {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    text-align: center;

    line-height: 42px;
    font-size: 18px;
    font-weight: 500;
    font-family: gothic-medium;
    color: #ffffff;
  }

  .pro-section-fit-view .fit-top-view .desc-item {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    font-family: gothic-regular;
    color: #ffffff;
    line-height: 1.2;
  }

  .pro-section-fit-view .fit-left-view {
    position: absolute;
    box-sizing: border-box;
    width: 50%;
    height: 100%;
    padding-left: 10px;
    top: 0;
    left: 0;

    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .pro-section-fit-view .fit-left-view .robint-item {
    display: none;
  }

  .pro-section-fit-view .fit-left-view .title-item {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 500;
    font-family: gothic-medium;
    color: #ffffff;
  }

  .pro-section-fit-view .fit-left-view .desc-item {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    font-family: gothic-regular;
    color: #ffffff;
    line-height: 1.5;
  }

  /* 接待 */
  .pro-section-fit-view .fit-right-img-view {
    position: absolute;
    box-sizing: border-box;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
  }

  .pro-section-fit-view .fit-right-img-view .sm-first {
    animation: one2zero 2s infinite;
    -webkit-animation: one2zero 2s infinite;
  }

  .pro-section-fit-view .fit-right-img-view .sm-last {
    animation: zero2one 4s infinite;
    -webkit-animation: zero2one 4s infinite;
  }

  .pro-section-fit-view .fit-right-img-view .h-img {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
  }

  .pro-section-fit-view .fit-right-img-view .v-img {
    position: absolute;
    bottom: 0;
    width: auto;
    height: 100%;
  }

  .pro-section-fit-view .rit-left-view {
    position: absolute;
    box-sizing: border-box;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;

    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .pro-section-fit-view .rit-left-view .title-item {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    line-height: 42px;
    font-size: 16px;
    font-weight: 500;
    font-family: gothic-medium;
    color: #ffffff;
  }

  .pro-section-fit-view .rit-left-view .desc-item {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    font-family: gothic-regular;
    color: #ffffff;
    line-height: 1.5;
  }

  /* 接待 */

  .pro-section-fit-view .fit-right-view {
    position: absolute;
    box-sizing: border-box;
    width: 50%;
    height: 100%;
    padding-left: 10px;
    top: 0;
    right: 0;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
  }

  .pro-section-fit-view .fit-right-view .robint-item {
    display: none;
  }

  .pro-section-fit-view .fit-right-view .title-item {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 500;
    font-family: gothic-medium;
    color: #ffffff;
  }

  .pro-section-fit-view .fit-right-view .stitle-item {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    line-height: 1.5;
    text-align: right;
    font-size: 18px;
    font-weight: 500;
    font-family: gothic-medium;
    color: #ffffff;
  }

  .pro-section-fit-view .fit-right-view .intro-view {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding-top: 20px;

    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }

  .pro-section-fit-view .fit-right-view .intro-view .intro-item {
    position: relative;
    box-sizing: border-box;
    padding-left: 10px;
    text-align: center;

    flex-grow: 0;
    flex-shrink: 0;
  }

  .pro-section-fit-view .fit-right-view .intro-view .intro-item .item-title {
    font-size: 12px;
    color: white;
    line-height: 1.5;
  }

  .pro-section-fit-view .fit-right-view .intro-view .intro-item .item-desc {
    font-size: 14px;
    color: white;
  }

  .pro-section-fit-view .fit-right-view .desc-item {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    font-family: gothic-regular;
    color: #ffffff;
    line-height: 1.5;
  }

  /* 接待 */
  .pro-section-fit-view .rit-right-view {
    position: absolute;
    box-sizing: border-box;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .pro-section-fit-view .rit-right-view .title-item {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    line-height: 42px;
    font-size: 18px;
    font-weight: 500;
    font-family: gothic-medium;
    color: #ffffff;
  }

  .pro-section-fit-view .rit-right-view .desc-item {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    font-family: gothic-regular;
    color: #ffffff;
    line-height: 1.5;
  }

  /* 接待 */

  .pro-section-fci-view {
    position: relative;
    box-sizing: border-box;
    width: 100%;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .pro-section-fci-view .fci-edge-view {
    position: relative;
    box-sizing: border-box;
    width: 100%;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .pro-section-fci-view .fci-edge-view .edge-item {
    position: relative;
    box-sizing: border-box;
    width: 48%;
    height: 78px;
    border-radius: 5px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .pro-section-fci-view .fci-edge-view .bg-color1 {
    background-color: #0299db;
  }

  .pro-section-fci-view .fci-edge-view .bg-color2 {
    background-color: #1f5bd4;
  }

  .pro-section-fci-view .fci-edge-view .bg-color3 {
    background-color: #1d5dd4;
  }

  .pro-section-fci-view .fci-edge-view .bg-color4 {
    background-color: #3c1ccb;
  }

  .pro-section-fci-view .fci-edge-view .edge-item .title {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    font-family: gothic-bold;
    color: #ffffff;
  }

  .pro-section-fci-view .fci-center-view {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 156px;
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: center;
    background-color: #dde8ee;
    border-radius: 5px;
  }

  .pro-section-fci-view .fci-center-view .center-img {
    width: auto;
    height: 100%;
  }

  /* jiedai */
  .pro-section-rci-view {
    position: relative;
    box-sizing: border-box;
    width: 100%;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .pro-section-rci-view .rci-edge-view {
    position: relative;
    box-sizing: border-box;
    width: 100%;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .pro-section-rci-view .rci-edge-view .edge-item {
    position: relative;
    box-sizing: border-box;
    width: 30%;
    height: 106px;
    border-radius: 5px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .pro-section-rci-view .rci-edge-view .bg-color1 {
    background-color: #0299db;
  }

  .pro-section-rci-view .rci-edge-view .bg-color2 {
    background-color: #1f5bd4;
  }

  .pro-section-rci-view .rci-edge-view .bg-color3 {
    background-color: #1d5dd4;
  }

  .pro-section-rci-view .rci-edge-view .bg-color4 {
    background-color: #3c1ccb;
  }

  .pro-section-rci-view .rci-edge-view .edge-item .title {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    font-family: gothic-bold;
    color: #ffffff;
  }

  .pro-section-rci-view .rci-center-view {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 156px;
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: center;
    background-color: #dde8ee;
    border-radius: 5px;
  }

  .pro-section-rci-view .rci-center-view .center-img {
    width: auto;
    height: 100%;
  }

  /* jiedai */

  .pro-section-params-view {
    position: relative;
    box-sizing: border-box;
    width: 100%;
  }

  .pro-section-params-view .params-img {
    width: 100%;
    height: auto;
  }

  .pro-section-params-view .params-intro-view {
    position: relative;
    box-sizing: border-box;
    width: 100%;
  }

  .pro-section-params-view .params-intro-view .params-intro-line {
    position: relative;
    box-sizing: border-box;
    width: 100%;
  }

  .pro-section-params-view .params-intro-view .params-intro-line .param-item {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eeeeee;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .pro-section-params-view .params-intro-view .params-intro-line .param-item .item-label {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
    font-family: gothic-medium;
    font-weight: 400;
    color: #0b2154;
    opacity: 0.75;
  }

  .pro-section-params-view .params-intro-view .params-intro-line .param-item .item-desc {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding-top: 10px;
    font-family: gothic-medium;
    font-size: 18px;
    font-weight: 400;
    color: #0b2154;
  }

  .pro-section-params-view .params-intro-view .params-intro-line .param-item .item-mark {
    position: relative;
    box-sizing: border-box;
    line-height: 1.5;
    font-size: 14px;
    color: #888888;
  }

  .pro-xiaosha-neck-view {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    text-align: center;

    background-repeat: no-repeat;
    background-size: cover;
  }

  .pro-xiaosha-neck-view .pro-neck-content {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding-top: 20px;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .pro-xiaosha-neck-view .pro-neck-content .neck-item {
    position: relative;
    box-sizing: border-box;
    width: 50%;
    padding-bottom: 20px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .pro-xiaosha-neck-view .pro-neck-content .neck-item .neck-icon {
    width: 24px;
    height: 24px;
    margin-bottom: 18px;
  }

  .pro-xiaosha-neck-view .pro-neck-content .neck-item .neck-label {
    position: relative;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 24px;
  }

  .pro-xiaosha-neck-view .pro-neck-content .neck-item .label1 {
    background: linear-gradient(90deg, #3529cd 0%, #2f37cf 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .pro-xiaosha-neck-view .pro-neck-content .neck-item .label2 {
    background: linear-gradient(90deg, #264ad1 0%, #1e5ad3 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .pro-xiaosha-neck-view .pro-neck-content .neck-item .label3 {
    background: linear-gradient(90deg, #166dd6 0%, #0f7ad8 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .pro-xiaosha-neck-view .pro-neck-content .neck-item .label4 {
    background: linear-gradient(90deg, #088ada 0%, #0493db 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .product-video-item {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .product-video-item .title-label {
    position: relative;
    box-sizing: border-box;
    padding-bottom: 18px;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    font-family: gothic-medium;
    color: #00143e;
  }

  .product-video-item .intro-label {
    position: relative;
    box-sizing: border-box;
    padding-bottom: 18px;
    text-align: center;
    font-size: 16px;
    color: #03022e;
    line-height: 1.8;
  }

  .product-video-item .image-item {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
  }

  .product-video-item .video-item {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 258px;
    margin: 0 auto;
    background-color: #000000;
  }

  .product-video-item .video-item video {
    width: 100%;
    height: 100%;
  }

  .title-desc-img-view {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 20px 10px;
  }

  .title-desc-img-view .title-label {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    color: #00143e;
    font-size: 24px;
    font-weight: 500;
    font-family: gothic-medium;
  }

  .title-desc-img-view .desc-label {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #03022e;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    font-family: gothic-regular;
  }

  .title-desc-img-view .imgs-view {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .title-desc-img-view .imgs-view img {
    width: 100%;
    height: auto;
  }

  .audio-card-view {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .audio-card-view .card-item {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding-bottom: 10px;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .audio-card-view .card-item .icon-item {
    position: relative;
    box-sizing: border-box;
    width: 58px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    border-radius: 50%;
    background: #dee8fa;
    font-size: 16px;
    font-weight: bold;
    font-family: gothic-bold;
    color: #536078;
  }

  .audio-card-view .card-item .audio-item {
    position: relative;
    box-sizing: border-box;
    width: 96px;
    height: 32px;
    margin-left: 8px;
    padding: 3px 12px;
    background: #ebebeb;
    border-radius: 16px 16px 16px 0px;
    border: none !important;
  }

  .audio-card-view .card-item .audio-item .sound-icon {
    width: 20px;
    height: 20px;
  }

  .audio-card-view .card-item .time-item {
    position: relative;
    box-sizing: border-box;
    padding-left: 8px;
    font-size: 16px;
    font-weight: 500;
    font-family: gothic-medium;
    color: #7d7d7d;
  }

  .robot-audio-view {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 248px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .robot-audio-view .bg-sound-video-view {
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
  }

  .robot-audio-view .bg-sound-video-view video {
    width: 100%;
    height: 100%;
  }

  .robot-audio-view .top-robot-img {
    width: 96px;
    height: auto;
    z-index: 9;
  }

  .pro-saomiao-img {
    position: absolute;
    display: none;
    top: 0;
    right: 20%;
    width: 256px;
    height: auto;
  }

  .robot-work-data-view {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding-top: 20px;
  }

  .robot-work-data-view .work-data-item {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding-bottom: 20px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .robot-work-data-view .work-data-item .data-val-label {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    line-height: 1.5;
    text-align: center;
    font-size: 44px;
    font-family: gothic-regular;
    font-weight: 400;
    color: #00143e;
  }

  .robot-work-data-view .work-data-item .data-val-label span {
    font-size: 22px;
  }

  .robot-work-data-view .work-data-item .data-inter-line {
    position: relative;
    box-sizing: border-box;
    width: 32px;
    height: 4px;
    background: linear-gradient(90deg, #4802c8 0%, #009bdc 100%);
    border-radius: 2px;
  }

  .robot-work-data-view .work-data-item .data-intro-label {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    font-size: 15px;
    font-family: gothic-regular;
    font-weight: 400;
    color: #999999;
    line-height: 1.5;
  }

  .pro-section-tdi-view .pro-section-mode-view {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .pro-section-tdi-view .pro-section-mode-view .mode-con {
    position: relative;
    box-sizing: border-box;
    width: 100%;
  }

  .pro-section-mode-view .mode-con .left-con-item {
    position: relative;
    box-sizing: border-box;
    width: 100%;
  }

  .mode-con .left-con-item .child-item {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
  }

  .left-con-item .child-item .item-avatar {
    width: 100%;
    height: auto;
  }

  .left-con-item .child-item .label-card {
    position: absolute;
    box-sizing: border-box;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 0;
    background-color: RGBA(0, 113, 200, 0.8);
    border-radius: 8px;
  }

  .child-item .label-card .l-card-title {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    line-height: 2;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }

  .child-item .label-card .l-card-desc {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    line-height: 1.8;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
  }

  .pro-section-mode-view .mode-con .center-con-item {
    position: relative;
    box-sizing: border-box;
    width: 100%;
  }

  .mode-con .center-con-item .child-item {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
  }

  .center-con-item .child-item .item-avatar {
    width: 100%;
    height: auto;
  }

  .center-con-item .child-item .label-card {
    position: absolute;
    box-sizing: border-box;
    left: 20px;
    top: 20px;
    right: 20px;
    bottom: 20px;
    background-color: RGBA(0, 113, 200, 0.8);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .pro-section-mode-view .mode-con .right-con-item {
    position: relative;
    box-sizing: border-box;
    width: 100%;
  }

  .mode-con .right-con-item .child-item {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
  }

  .right-con-item .child-item .item-avatar {
    width: 100%;
    height: auto;
  }

  .right-con-item .child-item .label-card {
    position: absolute;
    box-sizing: border-box;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 0;
    background-color: RGBA(0, 113, 200, 0.8);
    border-radius: 8px;
  }

  .uv-ster-title {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    color: #03022e;
  }

  .uv-ster-desc-view {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding-top: 10px;
    display: none;
  }

  .uv-ster-desc-view .ster-desc-item {
    position: relative;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 20px;
    line-height: 32px;
    border-radius: 16px;
    background-color: #3c1acb;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
  }

  .uv-ster-info-view {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 12px;
    display: none;
  }

  .uv-ster-info-view .hl-label {
    font-size: 15px;
    font-weight: bold;
    color: #3c1acb;
  }

  .ster-head-img-view {
    position: relative;
    box-sizing: border-box;
    width: 50%;
    height: 100%;
    flex-grow: 0;
    flex-shrink: 0;
    display: none;
  }

  .ster-head-img-view .head-fist-item {
    opacity: 1;
    animation: one2zero 4s infinite;
    -webkit-animation: one2zero 4s infinite;
  }

  .ster-head-img-view .head-last-item {
    opacity: 0;
    animation: zero2one 4s infinite;
    -webkit-animation: zero2one 4s infinite;
  }

  .ster-head-img-view img {
    position: absolute;
    top: 0;
    left: 20%;
    width: auto;
    height: 80vh;
  }
}

@media (min-width: 769px) {
  .pse-mt {
    margin-top: 24px;
  }

  .pro-section-tdi-view {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .pro-section-tdi-view .pro-section-title-label {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    padding-bottom: 60px;

    font-size: 34px;
    font-weight: 500;
    font-family: gothic-medium;
    color: #00143e;
  }

  .pro-section-tdi-view .pro-section-desc-label {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 60px;

    font-size: 16px;
    font-weight: 400;
    font-family: gothic-regular;
    color: #03022e;
  }

  .pro-section-tdi-view .pro-section-video-view {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 675px;
    margin: 0 auto;
    background-color: #000000;
  }

  .pro-section-tdi-view .pro-section-video-view video {
    width: 100%;
    height: 100%;
  }

  .pro-section-tdi-view .pro-section-card-view {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 50px 60px;

    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .pro-section-tdi-view .pro-section-card-view .pro-section-card-item {
    position: relative;
    box-sizing: border-box;
    width: 168px;
    height: 154px;

    background: #ffffff;
    border-radius: 3px;

    flex-grow: 0;
    flex-shrink: 0;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .pro-section-tdi-view .pro-section-card-view .pro-section-card-item:hover {
    box-shadow: 0px 4px 12px 0px rgba(20, 20, 63, 0.3);
    border-radius: 4px;
  }

  .pro-section-tdi-view .pro-section-card-view .pro-section-card-item .item-icon {
    width: 44px;
    height: 44px;
  }

  .pro-section-tdi-view .pro-section-card-view .pro-section-card-item .item-title {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding-top: 20px;
    text-align: center;
    font-size: 19px;
    font-weight: 500;
    font-family: gothic-medium;
    color: #0b2154;
  }

  .pro-section-tdi-view .pro-section-line-view {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 20px 60px;

    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .pro-section-tdi-view .pro-section-line-view .pro-section-line-item {
    position: relative;
    box-sizing: border-box;
    width: 24%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 54px;
    background: #ffffff;
    border: 4px solid #6f8eea;
    flex-grow: 0;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .pro-section-tdi-view .pro-section-line-view .zh-item {
    height: 328px;
  }

  .pro-section-tdi-view .pro-section-line-view .en-item {
    height: 398px;
  }

  .pro-section-tdi-view .pro-section-line-view .pro-section-line-item .item-icon {
    width: 54px;
    height: 54px;
  }

  .pro-section-tdi-view .pro-section-line-view .pro-section-line-item .item-title {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding-top: 40px;
    text-align: center;
    font-size: 21px;
    font-weight: 500;
    font-family: gothic-medium;
    color: #0b2154;
  }

  .pro-section-tdi-view .pro-section-line-view .pro-section-line-item .item-intro {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding-top: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    font-family: gothic-medium;
    color: #0b2154;
  }

  .pro-section-tdi-view .pro-section-three-view {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 50px 0;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .pro-section-tdi-view .pro-section-three-view .pro-section-three-item {
    position: relative;
    box-sizing: border-box;
    width: 30%;
    padding: 0 20px;

    flex-grow: 0;
    flex-shrink: 0;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .pro-section-tdi-view .pro-section-three-view .sub-item {
    height: 278px;
    color: #0b2154;
    background-color: #f1f4ff;
  }

  .pro-section-tdi-view .pro-section-three-view .sub-item .item-title {
    font-size: 20px;
  }

  .pro-section-tdi-view .pro-section-three-view .main-item {
    height: 328px;
    color: #ffffff;
    background-color: #6f8eea;
  }

  .pro-section-tdi-view .pro-section-three-view .main-item .item-title {
    font-size: 24px;
  }

  .pro-section-tdi-view .pro-section-three-view .pro-section-three-item .item-title {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding-bottom: 50px;
    text-align: center;
    font-weight: 500;
    font-family: gothic-medium;
  }

  .pro-section-tdi-view .pro-section-three-view .pro-section-three-item .item-intro {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding-bottom: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    font-family: gothic-medium;
  }

  .pro-section-tdi-view .pro-section-img-view {
    position: relative;
    box-sizing: border-box;
    width: 100%;
  }

  .pro-section-tdi-view .pro-section-emgs-view {
    position: relative;
    box-sizing: border-box;
    width: 100%;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .pro-section-tdi-view .pro-section-emgs-view .emgs-item {
    position: relative;
    box-sizing: border-box;
    width: 33%;
  }

  .pro-section-tdi-view .pro-section-emgs-view .emgs-item .text-view {
    position: absolute;
    box-sizing: border-box;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .pro-section-tdi-view .pro-section-emgs-view .emgs-item .text-view .title-label {
    padding-bottom: 20px;
    font-size: 26px;
    font-weight: 500;
    font-family: gothic-medium;
    color: #ffffff;
    line-height: 28px;
  }

  .pro-section-tdi-view .pro-section-emgs-view .emgs-item .text-view .desc-label {
    padding-top: 10px;
    font-size: 16px;
    font-weight: 400;
    font-family: gothic-regular;
    color: #ffffff;
    line-height: 21px;
  }

  .pro-section-tdi-view .pro-section-emgs-view .emgs-item img {
    width: 100%;
    height: auto;
  }

  .pro-section-tdi-view .pro-section-imgs-view {
    position: relative;
    box-sizing: border-box;
    width: 100%;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .pro-section-tdi-view .pro-section-img-view img {
    width: 100%;
    height: auto;
  }

  .pro-section-tdi-view .pro-section-imgs-view img {
    width: 25%;
    height: auto;
  }

  .product-robot-func-view {
    position: relative;
    box-sizing: border-box;
    width: 100%;

    padding-bottom: 60px;
    padding-top: 60px;
  }

  .product-robot-func-view .product-func-title-label {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding-bottom: 60px;
    text-align: center;
    font-size: 34px;
    font-weight: 500;
    font-family: gothic-medium;
    color: #00143e;
  }

  .product-robot-func-view .func-item-list {
    position: relative;
    box-sizing: border-box;
    width: 33%;

    display: inline-block;
    vertical-align: middle;
  }

  .func-item-image-view {
    width: 32%;
  }

  .func-item-text-view {
    width: 32%;
  }

  .product-robot-func-view .func-item-list .robot-front-img {
    width: 100%;
    height: auto;
    padding-top: 30px;
  }

  .product-robot-func-view .func-item-list .robot-element-front-img {
    width: 100%;
    margin-top: 60%;
  }

  .func-item-list .func-item {
    position: relative;
    box-sizing: border-box;
    width: 100%;
  }

  .func-item-list .zh-item {
    padding: 60px 24% 0 24%;
  }

  .func-item-list .en-item {
    padding: 0;
  }

  .func-item-list .func-item .func-title {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding-bottom: 12px;

    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .func-item-list .func-item .func-title .func-title-icon {
    width: 12px;
    height: 5px;
    background: linear-gradient(90deg, #4802c8 0%, #009bdc 100%);
    border-radius: 3px;
    flex-grow: 0;
    flex-shrink: 0;
  }

  .func-item-list .func-item .func-title .func-title-label {
    padding-left: 10px;
    font-size: 24px;
    font-weight: 500;
    font-family: gothic-medium;
    color: #0b2154;
    flex-grow: 1;
  }

  .func-item-list .func-item .func-desc {
    padding-left: 22px;
    font-size: 16px;
    font-weight: 400;
    font-family: gothic-regular;
    color: #656b6f;
  }

  .pro-section-params-view {
    position: relative;
    box-sizing: border-box;
    width: 100%;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .pro-section-params-view .params-img {
    width: 40%;
    height: auto;
    flex-grow: 0;
    flex-shrink: 0;
  }

  .pro-section-params-view .params-intro-view {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding-left: 5%;
    flex-grow: 0;
    flex-shrink: 0;
  }

  .pro-section-params-view .params-intro-view .params-intro-line {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eeeeee;

    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .pro-section-params-view .params-intro-view .params-intro-line .param-item {
    position: relative;
    box-sizing: border-box;
    width: 50%;
  }

  .pro-section-params-view .params-intro-view .params-intro-line .param-item .item-label {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #0b2154;
    opacity: 0.75;
    font-family: gothic-medium;
  }

  .pro-section-params-view .params-intro-view .params-intro-line .param-item .item-desc {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    font-size: 18px;
    font-family: gothic-medium;
    font-weight: 400;
    color: #0b2154;
    line-height: 37px;
  }

  .pro-section-params-view .params-intro-view .params-intro-line .param-item .item-mark {
    position: relative;
    box-sizing: border-box;
    line-height: 40px;
    font-size: 14px;
    color: #888888;
  }

  .pro-section-func-view {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
  }

  .pro-section-func-view .func-img-bg {
    width: 100%;
    height: auto;
  }

  .func-con-view {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding-top: 240px;
    padding-bottom: 240px;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .func-con-view .func-card-view {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 1200px;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .func-con-view .func-card-view .func-card-item {
    position: relative;
    box-sizing: border-box;
    width: 30%;
    height: 360px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 20px;
    border: 4px solid rgba(255, 255, 255, 0.5);
    overflow: hidden;
  }

  .func-con-view .func-card-view .func-card-item .item-con {
    position: relative;
    box-sizing: border-box;
    width: 100%;
  }

  .func-con-view .func-card-view .func-card-item .v-scroll {
    animation: scrolling 20s infinite;
    -webkit-animation: scrolling 20s infinite;
  }

  .func-card-view .func-card-item .item-con .i-card-body {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 360px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .func-card-view .func-card-item .item-con .i-card-body .i-card-icon {
    width: 20%;
    height: auto;
  }

  .func-card-view .func-card-item .item-con .i-card-body .i-card-title {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    line-height: 1.5;
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
    color: #264ad1;
    text-align: center;
  }

  .func-card-view .func-card-item .item-con .i-card-body .i-card-desc {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    font-size: 18px;
    color: #536078;
    text-align: center;
  }

  .pro-section-fit-view {
    position: relative;
    box-sizing: border-box;
    width: 100%;
  }

  .pro-section-fit-view .fit-img-bg {
    width: 100%;
    height: auto;
  }

  .pro-section-fit-view .fit-top-view {
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    top: 0;
    padding-top: 88px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .pro-section-fit-view .fit-top-view .title-item {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    text-align: center;

    line-height: 1;
    font-size: 3.5rem;
    font-weight: 500;
    font-family: gothic-medium;
    color: #ffffff;
    text-shadow: 0px 1px 0px rgb(0 0 0 / 32%);
  }

  .pro-section-fit-view .fit-top-view .desc-item {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    margin-top: 40px;
    font-size: 18px;
    font-weight: 400;
    font-family: gothic-regular;
    color: #ffffff;
    text-shadow: 0px 1px 0px rgb(0 0 0 / 32%);
    line-height: 1.5;
  }

  .pro-section-fit-view .fit-left-view {
    position: absolute;
    box-sizing: border-box;
    width: 42%;
    height: 100%;
    top: 0;
    left: 0;
    padding-left: 15%;

    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .pro-section-fit-view .bg-left-mark {
    background: linear-gradient(90deg, rgba(0, 20, 62, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  }

  .pro-section-fit-view .fit-left-view .robint-item {
    position: relative;
    box-sizing: border-box;
    width: 108px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    font-family: gothic-regular;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 16px;
  }

  .pro-section-fit-view .fit-left-view .title-item {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    line-height: 1.5;
    margin-top: 40px;
    font-size: 32px;
    font-weight: 500;
    font-family: gothic-medium;
    color: #ffffff;
    text-shadow: 0px 1px 0px rgb(0 0 0 / 32%);
  }

  .pro-section-fit-view .fit-left-view .desc-item {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    margin-top: 42px;
    font-size: 18px;
    font-weight: 400;
    font-family: gothic-regular;
    color: #ffffff;
    text-shadow: 0px 1px 0px rgb(0 0 0 / 32%);
    line-height: 1.5;
  }

  /* 接待 */
  .pro-section-fit-view .rit-left-view {
    position: absolute;
    box-sizing: border-box;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;

    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .pro-section-fit-view .rit-left-view .title-item {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    line-height: 1;
    font-size: 24px;
    font-weight: 500;
    font-family: gothic-medium;
    color: #ffffff;
  }

  .pro-section-fit-view .rit-left-view .desc-item {
    position: relative;
    box-sizing: border-box;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 40px;
    font-size: 16px;
    font-weight: 400;
    font-family: gothic-regular;
    color: #ffffff;
    line-height: 1.8;
  }

  /* 接待 */
  .pro-section-fit-view .fit-right-img-view {
    position: absolute;
    box-sizing: border-box;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
  }

  .pro-section-fit-view .fit-right-img-view .sm-first {
    animation: one2zero 2s infinite;
    -webkit-animation: one2zero 2s infinite;
  }

  .pro-section-fit-view .fit-right-img-view .sm-last {
    animation: zero2one 4s infinite;
    -webkit-animation: zero2one 4s infinite;
  }

  .pro-section-fit-view .fit-right-img-view .h-img {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
  }

  .pro-section-fit-view .fit-right-img-view .v-img {
    position: absolute;
    bottom: 0;
    width: auto;
    height: 100%;
  }

  .pro-section-fit-view .fit-right-view {
    position: absolute;
    box-sizing: border-box;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
    padding-left: 10%;
    padding-right: 10%;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .pro-section-fit-view .bg-right-mark {
    background: linear-gradient(-90deg, rgba(0, 20, 62, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  }

  .pro-section-fit-view .fit-right-view .robint-item {
    position: relative;
    box-sizing: border-box;
    width: 108px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    font-family: gothic-regular;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 16px;
  }

  .pro-section-fit-view .fit-right-view .title-item {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    line-height: 1.5;
    margin-top: 40px;
    font-size: 32px;
    font-weight: 500;
    font-family: gothic-medium;
    color: #ffffff;
    text-shadow: 0px 1px 0px rgb(0 0 0 / 32%);
  }

  .pro-section-fit-view .fit-right-view .stitle-item {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    line-height: 1.5;
    font-size: 42px;
    font-weight: 500;
    font-family: gothic-medium;
    color: #ffffff;
    text-shadow: 0px 1px 0px rgb(0 0 0 / 32%);
  }

  .pro-section-fit-view .fit-right-view .intro-view {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding-top: 45px;

    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .pro-section-fit-view .fit-right-view .intro-view .intro-item {
    position: relative;
    box-sizing: border-box;
    padding-right: 30px;
    text-align: center;
  }

  .pro-section-fit-view .fit-right-view .intro-view .intro-item .item-title {
    font-size: 27px;
    font-weight: bold;
    font-family: gothic-bold;
    color: white;
    line-height: 1.5;
    text-shadow: 0px 1px 0px rgb(0 0 0 / 32%);
  }

  .pro-section-fit-view .fit-right-view .intro-view .intro-item .item-desc {
    font-size: 20px;
    font-weight: bold;
    font-family: gothic-bold;
    color: white;
    text-shadow: 0px 1px 0px rgb(0 0 0 / 32%);
  }

  .pro-section-fit-view .fit-right-view .desc-item {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    margin-top: 30px;
    font-size: 16px;
    font-weight: 400;
    font-family: gothic-regular;
    color: #ffffff;
    line-height: 1.5;
    text-shadow: 0px 1px 0px rgb(0 0 0 / 32%);
  }

  /* 接待 */
  .pro-section-fit-view .rit-right-view {
    position: absolute;
    box-sizing: border-box;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .pro-section-fit-view .rit-right-view .title-item {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    line-height: 1.5;
    font-size: 24px;
    font-weight: 500;
    font-family: gothic-medium;
    color: #ffffff;
  }

  .pro-section-fit-view .rit-right-view .desc-item {
    position: relative;
    box-sizing: border-box;
    width: 80%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    font-family: gothic-regular;
    color: #ffffff;
    line-height: 1.8;
  }

  /* 接待 */

  .pro-section-fci-view {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding-top: 110px;
    padding-bottom: 80px;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .pro-section-fci-view .fci-edge-view {
    position: relative;
    box-sizing: border-box;
    flex-grow: 4;
  }

  .pro-section-fci-view .fci-edge-view .edge-item {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 178px;
    border-radius: 5px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .pro-section-fci-view .fci-edge-view .bg-color1 {
    background-color: #0299db;
  }

  .pro-section-fci-view .fci-edge-view .bg-color2 {
    background-color: #1f5bd4;
  }

  .pro-section-fci-view .fci-edge-view .bg-color3 {
    background-color: #1d5dd4;
  }

  .pro-section-fci-view .fci-edge-view .bg-color4 {
    background-color: #3c1ccb;
  }

  .pro-section-fci-view .fci-edge-view .edge-item .title {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    line-height: 1.5;
    text-align: center;
    font-size: 27px;
    font-weight: bold;
    font-family: gothic-bold;
    color: #ffffff;
  }

  .pro-section-fci-view .fci-center-view {
    position: relative;
    box-sizing: border-box;
    height: 376px;
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    background-color: #dde8ee;
    border-radius: 5px;

    flex-grow: 1;
  }

  .pro-section-fci-view .fci-center-view .center-img {
    position: relative;
    box-sizing: border-box;
    width: 230px;
    height: auto;
    margin-top: -40px;
    margin-left: auto;
    margin-right: auto;
  }

  /* jiedai */
  .pro-section-rci-view {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding-top: 110px;
    padding-bottom: 80px;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .pro-section-rci-view .rci-edge-view {
    position: relative;
    box-sizing: border-box;
    flex-grow: 4;
    text-align: center;
  }

  .pro-section-rci-view .rci-edge-view .edge-item {
    position: relative;
    box-sizing: border-box;
    height: 106px;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .pro-section-rci-view .rci-edge-view .bg-color1 {
    background-color: #0299db;
  }

  .pro-section-rci-view .rci-edge-view .bg-color2 {
    background-color: #1f5bd4;
  }

  .pro-section-rci-view .rci-edge-view .bg-color3 {
    background-color: #1d5dd4;
  }

  .pro-section-rci-view .rci-edge-view .bg-color4 {
    background-color: #3c1ccb;
  }

  .pro-section-rci-view .rci-edge-view .edge-item .title {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    font-family: gothic-bold;
    color: #ffffff;
  }

  .pro-section-rci-view .rci-center-view {
    position: relative;
    box-sizing: border-box;
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    flex-grow: 1;
  }

  .pro-section-rci-view .rci-center-view .center-img {
    position: relative;
    box-sizing: border-box;
    width: 230px;
    height: auto;
    margin-top: -40px;
    margin-left: auto;
    margin-right: auto;
  }

  /* jiedai */

  .pro-xiaosha-neck-view {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 206px;
    text-align: center;

    background-repeat: no-repeat;
    background-size: 100% 100%;
  }

  .pro-xiaosha-neck-view .pro-neck-content {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .pro-xiaosha-neck-view .pro-neck-content .neck-item {
    position: relative;
    box-sizing: border-box;
    width: 256px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .pro-xiaosha-neck-view .pro-neck-content .neck-item .neck-icon {
    width: 24px;
    height: 24px;
    margin-bottom: 18px;
  }

  .pro-xiaosha-neck-view .pro-neck-content .neck-item .neck-label {
    position: relative;
    box-sizing: border-box;
    min-height: 32px;
    font-size: 20px;
    line-height: 28px;
  }

  .pro-xiaosha-neck-view .pro-neck-content .neck-item .label1 {
    background: linear-gradient(90deg, #3529cd 0%, #2f37cf 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .pro-xiaosha-neck-view .pro-neck-content .neck-item .label2 {
    background: linear-gradient(90deg, #264ad1 0%, #1e5ad3 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .pro-xiaosha-neck-view .pro-neck-content .neck-item .label3 {
    background: linear-gradient(90deg, #166dd6 0%, #0f7ad8 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .pro-xiaosha-neck-view .pro-neck-content .neck-item .label4 {
    background: linear-gradient(90deg, #088ada 0%, #0493db 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .product-video-item .image-item {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
  }

  .product-video-item {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding-top: 78px;
    padding-bottom: 78px;
  }

  .product-video-item .title-label {
    position: relative;
    box-sizing: border-box;
    padding-bottom: 36px;
    text-align: center;
    font-size: 34px;
    font-weight: 500;
    font-family: gothic-medium;
    color: #00143e;
  }

  .product-video-item .intro-label {
    position: relative;
    box-sizing: border-box;
    padding-bottom: 36px;
    text-align: center;
    font-size: 18px;
    color: #03022e;
    line-height: 1.8;
  }

  .product-video-item .video-item {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 675px;
    margin: 0 auto;
    background-color: #000000;
  }

  .product-video-item .video-item video {
    width: 100%;
    height: 100%;
  }

  .title-desc-img-view {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .title-desc-img-view .title-label {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    color: #00143e;
    font-size: 34px;
    font-weight: 500;
    font-family: gothic-medium;
  }

  .title-desc-img-view .desc-label {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding-top: 38px;
    padding-bottom: 38px;
    color: #03022e;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    font-family: gothic-regular;
  }

  .title-desc-img-view .imgs-view {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .title-desc-img-view .imgs-view img {
    width: 100%;
    height: auto;
  }

  .audio-card-view {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .audio-card-view .card-item {
    position: relative;
    box-sizing: border-box;
    width: 30%;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .audio-card-view .card-item .icon-item {
    position: relative;
    box-sizing: border-box;
    width: 58px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    border-radius: 50%;
    background: #dee8fa;
    font-size: 16px;
    font-weight: bold;
    font-family: gothic-regular;
    color: #536078;
  }

  .audio-card-view .card-item .audio-item {
    position: relative;
    box-sizing: border-box;
    width: 96px;
    height: 32px;
    margin-left: 8px;
    padding: 3px 12px;
    background: #ebebeb;
    border-radius: 16px 16px 16px 0px;
    border: none !important;
  }

  .audio-card-view .card-item .audio-item .sound-icon {
    width: 20px;
    height: 20px;
  }

  .audio-card-view .card-item .time-item {
    position: relative;
    box-sizing: border-box;
    padding-left: 8px;
    font-size: 16px;
    font-weight: 500;
    font-family: gothic-medium;
    color: #7d7d7d;
  }

  .robot-audio-view {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 388px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .robot-audio-view .bg-sound-video-view {
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
  }

  .robot-audio-view .bg-sound-video-view video {
    width: 100%;
    height: 100%;
  }

  .robot-audio-view .top-robot-img {
    width: 258px;
    height: auto;
    z-index: 9;
  }

  .pro-waves {
    position: absolute;
    top: 52%;
    background: transparent;
    left: 56%;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .pro-waves:before {
    position: absolute;
    background: transparent;
    margin-left: -14px;
    margin-top: -14px;
    width: 50px;
    height: 50px;
    content: '';
    display: block;
    border-radius: 50%;
    border: 3px solid #0654f3;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    animation: wave-animate 3s infinite ease-out;
  }

  .pro-waves:after {
    position: absolute;
    background: transparent;
    margin-left: -14px;
    margin-top: -14px;
    width: 50px;
    height: 50px;
    content: '';
    display: block;
    border-radius: 50%;
    border: 3px solid #0654f3;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
    animation: wave-animate 3s 1.5s infinite ease-out;
  }

  .pro-child-waves {
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .pro-child-waves:before {
    position: absolute;
    background: transparent;
    margin-left: -19px;
    margin-top: -19px;
    width: 60px;
    height: 60px;
    content: '';
    display: block;
    border-radius: 50%;
    border: 3px solid #0654f3;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    animation: wave-animate 5s infinite ease-out;
  }

  .pro-child-waves:after {
    position: absolute;
    background: transparent;
    margin-left: -19px;
    margin-top: -19px;
    width: 60px;
    height: 60px;
    content: '';
    display: block;
    border-radius: 50%;
    border: 3px solid #0654f3;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
    animation: wave-animate 5s 1.5s infinite ease-out;
  }

  .pro-saomiao-img {
    position: absolute;
    width: 26%;
    top: 0;
    right: 30%;
    height: auto;
    animation: saomiao-animate 1s 2s infinite ease-out;
  }

  .robot-work-data-view {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 148px;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .robot-work-data-view .work-data-item {
    position: relative;
    box-sizing: border-box;
    width: 176px;
    flex-grow: 0;
    flex-shrink: 0;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .robot-work-data-view .work-data-item .data-val-label {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    line-height: 1.5;
    text-align: center;
    font-size: 44px;
    font-family: gothic-regular;
    font-weight: 400;
    color: #00143e;
  }

  .robot-work-data-view .work-data-item .data-val-label span {
    font-size: 22px;
  }

  .robot-work-data-view .work-data-item .data-inter-line {
    position: relative;
    box-sizing: border-box;
    width: 32px;
    height: 4px;
    background: linear-gradient(90deg, #4802c8 0%, #009bdc 100%);
    border-radius: 2px;
  }

  .robot-work-data-view .work-data-item .data-intro-label {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    font-size: 15px;
    font-family: gothic-medium;
    font-weight: 400;
    color: #999999;
    line-height: 1.5;
  }

  .pro-section-tdi-view .pro-section-mode-view {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .pro-section-tdi-view .pro-section-mode-view .mode-con {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .pro-section-mode-view .mode-con .left-con-item {
    position: relative;
    box-sizing: border-box;
    width: 25%;
  }

  .mode-con .left-con-item .child-item {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
  }

  .left-con-item .child-item .item-avatar {
    width: 100%;
    height: auto;
  }

  .left-con-item .child-item .label-card {
    position: absolute;
    box-sizing: border-box;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 0;
    background-color: RGBA(0, 113, 200, 0.8);
    border-radius: 8px;
  }

  .child-item .label-card .l-card-title {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    line-height: 2;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }

  .child-item .label-card .l-card-desc {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    line-height: 1.8;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
  }

  .pro-section-mode-view .mode-con .center-con-item {
    position: relative;
    box-sizing: border-box;
    width: 40%;
  }

  .mode-con .center-con-item .child-item {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
  }

  .center-con-item .child-item .item-avatar {
    width: 100%;
    height: auto;
  }

  .center-con-item .child-item .label-card {
    position: absolute;
    box-sizing: border-box;
    left: 20px;
    top: 20px;
    right: 20px;
    bottom: 20px;
    background-color: RGBA(0, 113, 200, 0.8);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .pro-section-mode-view .mode-con .right-con-item {
    position: relative;
    box-sizing: border-box;
    width: 25%;
  }

  .mode-con .right-con-item .child-item {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
  }

  .right-con-item .child-item .item-avatar {
    width: 100%;
    height: auto;
  }

  .uv-ster-title {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    line-height: 1.2;
    font-size: 32px;
    font-weight: bold;
    color: #03022e;
  }

  .uv-ster-desc-view {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding-top: 15px;
  }

  .uv-ster-desc-view .ster-desc-item {
    position: relative;
    box-sizing: border-box;
    padding: 0 20px;
    line-height: 32px;
    border-radius: 16px;
    background-color: #3c1acb;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
  }

  .uv-ster-info-view {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 12px;
  }

  .uv-ster-info-view .hl-label {
    font-size: 15px;
    font-weight: bold;
    color: #3c1acb;
  }

  .right-con-item .child-item .label-card {
    position: absolute;
    box-sizing: border-box;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 0;
    background-color: RGBA(0, 113, 200, 0.8);
    border-radius: 8px;
  }

  .ster-head-img-view {
    position: relative;
    box-sizing: border-box;
    width: 50%;
    height: 100%;
    flex-grow: 0;
    flex-shrink: 0;
  }

  .ster-head-img-view .head-fist-item {
    opacity: 1;
    animation: one2zero 4s infinite;
    -webkit-animation: one2zero 4s infinite;
  }

  .ster-head-img-view .head-last-item {
    opacity: 0;
    animation: zero2one 4s infinite;
    -webkit-animation: zero2one 4s infinite;
  }

  .ster-head-img-view img {
    position: absolute;
    top: 0;
    left: 20%;
    width: auto;
    height: 80vh;
  }
}

@keyframes scrolling {
  0% {
    transform: translateY(0);
  }

  25% {
    transform: translateY(-360px);
  }

  50% {
    transform: translateY(-720px);
  }

  75% {
    transform: translateY(-360px);
  }

  100% {
    transform: translateY(0);
  }
}

@-webkit-keyframes scrolling {
  0% {
    transform: translateY(0);
  }

  25% {
    transform: translateY(-360px);
  }

  50% {
    transform: translateY(-720px);
  }

  75% {
    transform: translateY(-360px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes wave-animate {
  0% {
    transform: scale(0);
    opacity: 1;
    transform-origin: center;
  }

  100% {
    transform: scale(3);
    opacity: 0;
    transform-origin: center;
  }
}

@keyframes saomiao-animate {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes zero2one {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes zero2one {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes one2zero {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes one2zero {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}