@charset "UTF-8";
@font-face {
  font-family: "Poppins-Bold";
  src: url("https://site-cdn.huami.com/static/common/font/Poppins/Poppins-Bold.ttf"); }
@font-face {
  font-family: "Poppins-Regular";
  src: url("https://site-cdn.huami.com/static/common/font/Poppins/Poppins-Regular.ttf"); }
@font-face {
  font-family: "Poppins-Medium";
  src: url("https://site-cdn.huami.com/static/common/font/Poppins/Poppins-Medium.ttf"); }
@font-face {
  font-family: "Poppins-Thin";
  src: url("https://site-cdn.huami.com/static/common/font/Poppins/Poppins-Thin.ttf"); }
@font-face {
  font-family: 'Poppins-SemiBold';
  src: url("https://site-cdn.huami.com/static/common/font/Poppins/Poppins-SemiBold.ttf"); }
html,
body {
  overflow-x: hidden;
  margin: 0;
  letter-spacing: inherit;
  word-wrap: break-word; }
  @media screen and (min-width: 992px) {
    html,
    body {
      height: initial !important; } }
  @media screen and (max-width: 1200px) {
    html,
    body {
      overflow: auto; } }
  @media screen and (max-width: 768px) {
    html,
    body {
      overflow-x: hidden; } }

.float-right, .fr {
  float: right !important; }

.float-left, .fl {
  float: left !important; }

.opacity-50 {
  opacity: .5 !important; }

.position-relative {
  position: relative; }

.text-center {
  text-align: center; }

.sticky-top {
  position: fixed; }

.site-container sup {
  font-size: 1em !important;
  line-height: .1;
  top: -.3em;
  left: -.1em;
  display: inline-block;
  margin-right: -.2em;
  margin-left: -.1em;
  transform: scale(0.5); }
.site-container sup.tm {
  font-size: 1em !important;
  top: -.3em;
  left: -.1em;
  display: inline-block;
  transform: scale(0.5); }
.site-container sup.down {
  font-size: 1em !important;
  top: .3em;
  left: -.1em;
  display: inline-block;
  transform: scale(0.5);
  vertical-align: sub; }
.site-container .section {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-left: 3em;
  padding-right: 3em; }
  .site-container .section .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover; }
  .site-container .section article {
    font-family: Poppins-Regular, serif;
    position: absolute; }
    .site-container .section article.center {
      top: 1.2em;
      left: 50%;
      width: 12em;
      margin-left: -6em;
      text-align: center; }
    .site-container .section article h1 {
      font-family: Poppins-Bold, serif;
      font-size: 1.2em;
      font-weight: bold;
      line-height: 1.2;
      margin: 0; }
      .site-container .section article h1 span {
        font-family: Poppins-Bold, serif;
        display: block; }
    .site-container .section article h2 {
      font-family: Poppins-Bold, serif;
      font-size: 1em;
      font-weight: bold;
      margin: 0; }
      .site-container .section article h2 span {
        font-family: Poppins-Bold, serif;
        display: block; }
      .site-container .section article h2 sup {
        font-family: Poppins-Bold, serif; }
    .site-container .section article h3 {
      font-family: Poppins-Medium, serif;
      font-size: .6em;
      font-weight: bold;
      margin: 0;
      color: #fff; }
    .site-container .section article h4 {
      font-family: Poppins-Regular, serif;
      font-size: .36em;
      font-weight: 400;
      line-height: 1.4;
      margin: 0;
      color: #fff; }
    .site-container .section article h5 {
      font-family: Poppins-Regular, serif;
      font-size: .24em;
      font-weight: 400;
      line-height: 1.2;
      margin: 0;
      color: #fff; }
    .site-container .section article h6 {
      font-family: Poppins-Regular, serif;
      font-size: .3em;
      font-weight: bold;
      margin: 0; }
  .site-container .section video {
    vertical-align: bottom;
    background: none; }
  .site-container .section p {
    font-family: Poppins-Regular, sans-serif;
    font-size: .22em;
    font-weight: 400;
    line-height: 1.6;
    margin: 0; }
  .site-container .section p.p2 {
    font-family: Poppins-Regular, sans-serif;
    font-size: .26em;
    line-height: 1.4;
    margin: 0; }
  .site-container .section p.tip {
    font-size: .14em;
    margin: 0;
    opacity: .7; }
  .site-container .section .ptip {
    font-size: .18em;
    opacity: .8; }
  .site-container .section .scaleSmall {
    transform: scale(0.9);
    color: #999; }

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: inherit; }

@keyframes zhuan-circle {
  0% {
    transform: rotate(0);
    transform-origin: center center; }
  100% {
    transform: rotate(360deg); } }
@keyframes ni-zhuan-circle {
  0% {
    transform: rotate(0);
    transform-origin: center center; }
  100% {
    transform: rotate(-360deg); } }
@keyframes scaleSize {
  0% {
    transform: scale(3); }
  75% {
    transform: scale(1); } }
@keyframes changeBg {
  0% {
    background-color: rgba(0, 0, 0, 0.1); }
  25% {
    background-color: rgba(0, 0, 0, 0.3); }
  50% {
    background-color: rgba(0, 0, 0, 0.5); }
  75% {
    background-color: rgba(0, 0, 0, 0.8); }
  100% {
    background-color: black; } }
#provance {
  line-height: 1.2;
  display: inherit; }
  #provance img {
    max-width: inherit; }
  #provance .scrollmagic-pin-spacer {
    background-color: #fff; }
  #provance #provance-section-0 {
    padding: 0;
    display: flex;
    justify-content: center; }
    #provance #provance-section-0 .section_0_article {
      top: 1.5em;
      text-align: center; }
      #provance #provance-section-0 .section_0_article h3 {
        font-size: 1em;
        font-family: Poppins-SemiBold;
        font-weight: 600;
        color: #000000;
        line-height: 1.4; }
      #provance #provance-section-0 .section_0_article h1 {
        font-size: 0.55em;
        font-family: Poppins-SemiBold;
        font-weight: bold;
        color: #000000; }
      #provance #provance-section-0 .section_0_article h4 {
        font-size: 0.28em;
        font-family: Poppins-Regular;
        font-weight: 400;
        color: #000000;
        line-height: 1.6;
        margin-top: 1em; }
    #provance #provance-section-0 img {
      width: 100%; }
  #provance #provance-section-1 {
    background: #F8F8F8;
    padding-top: 1.5em;
    padding-bottom: 1.5em; }
    #provance #provance-section-1 .content_1 {
      display: flex; }
      #provance #provance-section-1 .content_1 .section_1_article {
        left: 40%;
        margin-left: -2em;
        top: 0.5em; }
        #provance #provance-section-1 .content_1 .section_1_article h3 {
          font-size: 0.45em;
          font-family: Poppins-SemiBold;
          font-weight: 600;
          color: #000000; }
        #provance #provance-section-1 .content_1 .section_1_article h5 {
          font-size: 0.2em;
          font-family: Poppins-Regular;
          font-weight: 400;
          color: #8C8C8C;
          margin-top: 1em;
          line-height: 1.6; }
      #provance #provance-section-1 .content_1 img {
        width: 100%;
        border-radius: 0.28em; }
      #provance #provance-section-1 .content_1 .left_content {
        flex: 3.17; }
        #provance #provance-section-1 .content_1 .left_content > div {
          position: relative; }
      #provance #provance-section-1 .content_1 .clear_content {
        flex: 0.14; }
      #provance #provance-section-1 .content_1 .right_content {
        flex: 5.66; }
        #provance #provance-section-1 .content_1 .right_content .top_content, #provance #provance-section-1 .content_1 .right_content .bottom_content {
          position: relative; }
          #provance #provance-section-1 .content_1 .right_content .top_content .section_1_article, #provance #provance-section-1 .content_1 .right_content .bottom_content .section_1_article {
            width: 6em;
            left: 0.41em;
            margin-left: 0; }
            #provance #provance-section-1 .content_1 .right_content .top_content .section_1_article.s1, #provance #provance-section-1 .content_1 .right_content .bottom_content .section_1_article.s1 {
              top: 37%; }
            #provance #provance-section-1 .content_1 .right_content .top_content .section_1_article.s2, #provance #provance-section-1 .content_1 .right_content .bottom_content .section_1_article.s2 {
              top: 20%; }
        #provance #provance-section-1 .content_1 .right_content .center_content {
          display: flex;
          flex-direction: row; }
          #provance #provance-section-1 .content_1 .right_content .center_content > div {
            flex: 2.75;
            position: relative; }
          #provance #provance-section-1 .content_1 .right_content .center_content .clear_content {
            flex: 0.14; }
  #provance #provance-section-2 {
    padding-top: 1.5em;
    padding-bottom: 1.5em; }
    #provance #provance-section-2 .container_2 {
      height: 10.5em;
      position: relative; }
      #provance #provance-section-2 .container_2 .content_2 {
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        flex-direction: row;
        opacity: 0; }
        #provance #provance-section-2 .container_2 .content_2.active {
          opacity: 1;
          transform: translate(0px, 0px); }
        #provance #provance-section-2 .container_2 .content_2 img {
          width: 100%; }
        #provance #provance-section-2 .container_2 .content_2 .left_content {
          flex: 4.48; }
          #provance #provance-section-2 .container_2 .content_2 .left_content .top_content {
            position: relative; }
          #provance #provance-section-2 .container_2 .content_2 .left_content .bottom_content {
            display: flex;
            flex-direction: row; }
            #provance #provance-section-2 .container_2 .content_2 .left_content .bottom_content > div:nth-child(1) {
              flex: 2.82;
              position: relative; }
            #provance #provance-section-2 .container_2 .content_2 .left_content .bottom_content > div:nth-child(2) {
              flex: 0.1; }
            #provance #provance-section-2 .container_2 .content_2 .left_content .bottom_content > div:nth-child(3) {
              flex: 1.57;
              position: relative; }
        #provance #provance-section-2 .container_2 .content_2 .clear_content {
          flex: 0.1; }
        #provance #provance-section-2 .container_2 .content_2 .right_content {
          flex: 4.39;
          position: relative; }
    #provance #provance-section-2 .part_ul {
      display: flex;
      padding-left: 1em;
      margin-top: 0.2em; }
      #provance #provance-section-2 .part_ul .ul_item {
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        align-items: center;
        width: 2em; }
        #provance #provance-section-2 .part_ul .ul_item:nth-child(1) .icon .icon_inner {
          background-color: #DDF4F0; }
        #provance #provance-section-2 .part_ul .ul_item:nth-child(2) .icon .icon_inner {
          background-color: #F6E2DF; }
        #provance #provance-section-2 .part_ul .ul_item:nth-child(3) .icon .icon_inner {
          background-color: #000000; }
        #provance #provance-section-2 .part_ul .ul_item:nth-child(4) .icon .icon_inner {
          background-color: #E9DECE; }
        #provance #provance-section-2 .part_ul .ul_item .icon {
          width: 0.6em;
          height: 0.6em;
          border-radius: 100%;
          border: solid #fff 0.03em; }
          #provance #provance-section-2 .part_ul .ul_item .icon .icon_inner {
            width: 0.44em;
            height: 0.44em;
            border-radius: 100%;
            margin: 0.05em; }
        #provance #provance-section-2 .part_ul .ul_item .label {
          font-size: 0.2em;
          font-family: Poppins-Regular;
          font-weight: 400;
          color: #000000;
          margin-top: 0.5em;
          display: none; }
        #provance #provance-section-2 .part_ul .ul_item:nth-child(1).active .icon {
          border-color: #DDF4F0; }
        #provance #provance-section-2 .part_ul .ul_item:nth-child(1).active .label {
          display: block; }
        #provance #provance-section-2 .part_ul .ul_item:nth-child(2).active .icon {
          border-color: #F6E2DF; }
        #provance #provance-section-2 .part_ul .ul_item:nth-child(2).active .label {
          display: block; }
        #provance #provance-section-2 .part_ul .ul_item:nth-child(3).active .icon {
          border-color: #000000; }
        #provance #provance-section-2 .part_ul .ul_item:nth-child(3).active .label {
          display: block; }
        #provance #provance-section-2 .part_ul .ul_item:nth-child(4).active .icon {
          border-color: #E9DECE; }
        #provance #provance-section-2 .part_ul .ul_item:nth-child(4).active .label {
          display: block; }
  #provance #provance-section-3 {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    display: flex;
    flex-direction: column;
    align-items: center; }
    #provance #provance-section-3 .section_3_article {
      position: relative;
      width: 8.3em; }
      #provance #provance-section-3 .section_3_article h2 {
        font-size: 0.7em;
        font-family: Poppins-SemiBold;
        font-weight: 600;
        color: #000000; }
      #provance #provance-section-3 .section_3_article h4 {
        font-size: 0.28em;
        font-family: Poppins-Regular;
        font-weight: 400;
        color: #8C8C8C;
        margin-top: 1.5em;
        line-height: 1.4; }
    #provance #provance-section-3 .weight {
      font-size: unset !important; }
      #provance #provance-section-3 .weight .num {
        font-size: 3em;
        font-family: Poppins-SemiBold;
        font-weight: 600;
        color: #ECE2D5;
        background: linear-gradient(-70deg, #93E7BB 0%, #64BEC5 99.0478515625%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      #provance #provance-section-3 .weight .unit {
        font-size: 3em;
        font-family: Poppins-SemiBold;
        font-weight: 600;
        color: #ECE1D5;
        background: linear-gradient(-70deg, #93E7BB 0%, #64BEC5 99.0478515625%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-left: -0.1em; }
      #provance #provance-section-3 .weight .unit2 {
        margin-left: 0.04em !important; }
    #provance #provance-section-3 .part_ul {
      display: flex;
      width: 8.3em;
      flex-wrap: wrap; }
      #provance #provance-section-3 .part_ul .ul_item {
        display: flex;
        justify-content: center;
        flex-direction: column;
        width: 4em;
        height: 1.2em; }
        #provance #provance-section-3 .part_ul .ul_item .title {
          font-size: 0.45em;
          font-family: Poppins-SemiBold;
          font-weight: 600;
          color: #000000;
          line-height: 1.4; }
        #provance #provance-section-3 .part_ul .ul_item .label {
          font-size: 0.2em;
          font-family: Poppins-Regular;
          font-weight: 400;
          color: #8C8C8C; }
    #provance #provance-section-3 .top_content {
      width: 90%;
      display: flex;
      align-items: self-start;
      justify-content: space-between; }
      #provance #provance-section-3 .top_content .left_part .section_3_article h2 {
        background: linear-gradient(267deg, #A2F3B8 0%, #55B1C8 98.779296875%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      #provance #provance-section-3 .top_content .left_part .tips {
        font-size: 0.2em;
        font-family: Poppins-Regular;
        font-weight: 400;
        color: #CDCDCD;
        margin-top: 2em; }
    #provance #provance-section-3 img {
      width: 50%;
      position: absolute;
      top: 6.4em; }
    #provance #provance-section-3 .bottom_content {
      width: 90%;
      z-index: 2;
      margin-top: 1.5em;
      display: flex;
      flex-direction: column;
      align-items: flex-end; }
      #provance #provance-section-3 .bottom_content .weight {
        margin-left: -3.5em;
        margin-top: 0em; }
      #provance #provance-section-3 .bottom_content .top_part .section_3_article h2 {
        background: linear-gradient(0deg, #93E7BB 0%, #4A9ED2 99.0478515625%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      #provance #provance-section-3 .bottom_content .bottom_part.part_ul {
        margin-top: 1em; }
  #provance #provance-section-4 {
    padding-bottom: 1.5em;
    display: flex;
    flex-direction: column;
    align-items: center; }
    #provance #provance-section-4 .section_4_article {
      position: relative;
      width: 9.5em;
      text-align: center; }
      #provance #provance-section-4 .section_4_article h2 {
        font-size: 0.7em;
        font-family: Poppins-SemiBold;
        font-weight: 600;
        color: #000000; }
      #provance #provance-section-4 .section_4_article h4 {
        font-size: 0.28em;
        font-family: Poppins-Regular;
        font-weight: 400;
        color: #8C8C8C;
        margin-top: 1.5em; }
    #provance #provance-section-4 .section_4_article.top_article {
      width: 9.5em; }
      #provance #provance-section-4 .section_4_article.top_article h2 {
        background: linear-gradient(267deg, #FFDCD5 0%, #F19988 99.31640625%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
    #provance #provance-section-4 .part_ul {
      margin-top: 0.5em;
      width: 10em;
      display: flex; }
      #provance #provance-section-4 .part_ul .ul_item {
        flex: 1;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center; }
        #provance #provance-section-4 .part_ul .ul_item .title {
          font-size: 0.45em;
          font-family: Poppins-SemiBold;
          font-weight: 600;
          color: #000000; }
        #provance #provance-section-4 .part_ul .ul_item .label {
          font-size: 0.2em;
          font-family: Poppins-Regular;
          font-weight: 400;
          color: #8C8C8C; }
    #provance #provance-section-4 .watch_4 {
      width: 120%; }
    #provance #provance-section-4 .watch_4_bg {
      width: 60%; }
    #provance #provance-section-4 .section_4_article.bottom_article {
      width: 11em;
      margin-top: -3em; }
      #provance #provance-section-4 .section_4_article.bottom_article h2 {
        background: linear-gradient(89deg, #FDD2C9 0%, #F4A596 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        line-height: 1.4; }
  #provance #provance-section-5 {
    height: 14em;
    padding: 0;
    display: flex;
    flex-direction: row;
    position: relative;
    background-color: rgba(0, 0, 0, 0); }
    #provance #provance-section-5.bg {
      background-color: #000000;
      animation: changeBg 2s linear; }
    #provance #provance-section-5.bg1 {
      background-color: rgba(0, 0, 0, 0.1); }
    #provance #provance-section-5.bg2 {
      background-color: rgba(0, 0, 0, 0.5); }
    #provance #provance-section-5.bg3 {
      background-color: black; }
    #provance #provance-section-5 .shadow-up {
      display: none;
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 999;
      background-color: rgba(0, 0, 0, 0.57); }
      #provance #provance-section-5 .shadow-up .content {
        padding-top: 8.5em;
        display: flex;
        flex-direction: column;
        align-items: center;
        color: white;
        line-height: 3.4;
        font-size: 0.45em;
        height: 100%;
        font-weight: 600; }
        #provance #provance-section-5 .shadow-up .content div {
          opacity: 0;
          margin-top: 100px; }
    #provance #provance-section-5 .col {
      flex: 1;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-around; }
      #provance #provance-section-5 .col .waImg {
        width: 100%;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
        position: relative;
        opacity: 0; }
        #provance #provance-section-5 .col .waImg .main {
          width: 100%;
          padding-right: 0.1em; }
        #provance #provance-section-5 .col .waImg .shadow {
          position: absolute;
          width: 100%;
          left: 0.2em;
          bottom: -1em;
          z-index: -1; }
        #provance #provance-section-5 .col .waImg.special {
          opacity: 1 !important; }
  #provance #provance-section-6 {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    display: flex;
    flex-direction: column; }
    #provance #provance-section-6 .section_6_article {
      position: relative; }
      #provance #provance-section-6 .section_6_article h2 {
        font-size: 0.7em;
        font-family: Poppins-SemiBold;
        font-weight: bold;
        color: #2D91FF; }
    #provance #provance-section-6 .top_content {
      margin-top: 0.5em;
      height: 10em;
      background: url("../jpg/%e7%9f%a9%e5%bd%a2%205%402x.jpg");
      background-size: cover;
      background-position: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding-left: 1em;
      border-radius: 0.28em; }
      #provance #provance-section-6 .top_content .section_6_article_sub {
        position: relative;
        width: 7.8em; }
        #provance #provance-section-6 .top_content .section_6_article_sub h2 {
          font-size: 1.8em;
          font-family: Poppins-SemiBold;
          font-weight: 600;
          color: #FFFFFF;
          line-height: 1.1; }
        #provance #provance-section-6 .top_content .section_6_article_sub h5 {
          font-size: 0.45em;
          font-family: Poppins-Regular;
          font-weight: 400;
          color: #FFFFFF; }
        #provance #provance-section-6 .top_content .section_6_article_sub h4 {
          font-size: 0.28em;
          font-family: Poppins-Regular;
          font-weight: 400;
          color: #FFFFFF;
          line-height: 1.4;
          margin-top: 2em; }
    #provance #provance-section-6 .center_content {
      display: flex;
      flex-direction: column;
      margin-left: 1em;
      margin-top: 1em; }
      #provance #provance-section-6 .center_content .top_part {
        display: flex;
        flex-direction: row;
        align-items: center; }
        #provance #provance-section-6 .center_content .top_part img {
          width: 1em; }
        #provance #provance-section-6 .center_content .top_part span {
          font-size: 0.3em;
          font-family: Poppins-SemiBold;
          font-weight: 600;
          color: #151515;
          margin-left: 0.5em; }
      #provance #provance-section-6 .center_content .section_6_article_sub {
        position: relative;
        margin-top: 0.1em; }
        #provance #provance-section-6 .center_content .section_6_article_sub h3 {
          font-size: 0.3em;
          font-family: Poppins-SemiBold;
          font-weight: 600;
          color: #151515; }
      #provance #provance-section-6 .center_content .part_ul {
        display: flex;
        margin-top: 0.5em; }
        #provance #provance-section-6 .center_content .part_ul .ul_item {
          display: flex;
          justify-content: center;
          flex-direction: column;
          align-items: center;
          flex: 1; }
          #provance #provance-section-6 .center_content .part_ul .ul_item img {
            width: 1.5em; }
          #provance #provance-section-6 .center_content .part_ul .ul_item .label {
            font-size: 0.2em;
            font-family: Poppins-Regular;
            font-weight: 400;
            color: #8C8C8C;
            margin-top: 0.5em; }
    #provance #provance-section-6 .section_6_article.center_article {
      margin-top: 1.5em; }
    #provance #provance-section-6 .bottom_content {
      margin-top: 0.5em;
      display: flex;
      flex-direction: row;
      height: 13em; }
      #provance #provance-section-6 .bottom_content .part {
        flex: 4.39;
        border-radius: 0.28em;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative; }
        #provance #provance-section-6 .bottom_content .part .bg_6 {
          width: 100%; }
      #provance #provance-section-6 .bottom_content .clear_part {
        flex: 0.19; }
      #provance #provance-section-6 .bottom_content .left_part .section_6_article_sub {
        width: 7.5em; }
        #provance #provance-section-6 .bottom_content .left_part .section_6_article_sub .top_part {
          display: flex;
          flex-direction: row;
          align-items: center;
          height: 1.8em;
          margin-top: 0.2em; }
          #provance #provance-section-6 .bottom_content .left_part .section_6_article_sub .top_part img {
            width: 1em; }
          #provance #provance-section-6 .bottom_content .left_part .section_6_article_sub .top_part span {
            font-size: 0.3em;
            font-family: Poppins-SemiBold;
            font-weight: 600;
            color: #2D91FF;
            margin-left: 0.5em; }
        #provance #provance-section-6 .bottom_content .left_part .section_6_article_sub h4 {
          font-size: 0.28em;
          font-family: Poppins-Regular;
          font-weight: 400;
          color: #7C7C7C;
          line-height: 1.4; }
      #provance #provance-section-6 .bottom_content .right_part .section_6_article_sub {
        width: 7.8em;
        top: 0.2em; }
        #provance #provance-section-6 .bottom_content .right_part .section_6_article_sub .top_part {
          display: flex;
          flex-direction: row;
          align-items: center;
          height: 1.8em; }
          #provance #provance-section-6 .bottom_content .right_part .section_6_article_sub .top_part h3 {
            font-size: 0.45em;
            font-family: Poppins-SemiBold;
            font-weight: 600;
            color: #2D91FF;
            margin-bottom: -1.5em; }
        #provance #provance-section-6 .bottom_content .right_part .section_6_article_sub h4 {
          font-size: 0.28em;
          font-family: Poppins-Regular;
          font-weight: 400;
          color: #7C7C7C;
          line-height: 1.6; }
  #provance #provance-section-7 {
    padding: 0em 4em 1.5em;
    display: flex;
    flex-direction: column;
    position: relative; }
    #provance #provance-section-7 .section_7_article {
      position: relative; }
    #provance #provance-section-7 .left_article {
      align-self: flex-start; }
      #provance #provance-section-7 .left_article h2 {
        font-size: 0.7em;
        font-family: Poppins-SemiBold;
        font-weight: bold;
        color: #000000; }
    #provance #provance-section-7 .right_article {
      align-self: flex-end;
      width: 8em; }
      #provance #provance-section-7 .right_article h4 {
        font-size: 0.28em;
        font-family: Poppins-Regular;
        font-weight: 400;
        color: #8C8C8C;
        line-height: 1.4; }
    #provance #provance-section-7 .center_content {
      margin-top: -1.3em;
      height: 10em;
      position: relative; }
      #provance #provance-section-7 .center_content .bg_7 {
        position: absolute; }
        #provance #provance-section-7 .center_content .bg_7:nth-child(1) {
          width: 13em;
          z-index: 2; }
        #provance #provance-section-7 .center_content .bg_7:nth-child(2) {
          width: 5.5em;
          left: 10%; }
        #provance #provance-section-7 .center_content .bg_7:nth-child(3) {
          width: 6.6em;
          right: 20%;
          top: 4em; }
      #provance #provance-section-7 .center_content .specialWord {
        position: absolute;
        bottom: 0.15em;
        left: 0em;
        font-weight: 600;
        color: #000000;
        font-size: 4.3em;
        line-height: 0.8em;
        opacity: 0.05;
        z-index: -1; }
    #provance #provance-section-7 .center_article {
      font-family: Poppins-SemiBold;
      font-weight: bold;
      color: #000000;
      display: flex;
      flex-direction: row;
      align-items: center; }
      #provance #provance-section-7 .center_article .left_title {
        font-size: 1.6em; }
      #provance #provance-section-7 .center_article .right_title {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        margin-left: 0.2em;
        position: relative;
        width: 100%; }
        #provance #provance-section-7 .center_article .right_title #sw1 {
          font-size: 1.6em;
          transform-origin: 0px 0px;
          margin-top: -0.03em; }
        #provance #provance-section-7 .center_article .right_title #sw2 {
          position: absolute;
          bottom: 0.3em;
          left: 0;
          display: none;
          font-size: 0.8em; }
      #provance #provance-section-7 .center_article h2 {
        font-size: 0.7em; }
    #provance #provance-section-7 .bottom_content {
      height: 9em;
      background: url("../png/11-backgroup%402x-2.png");
      background-size: cover;
      background-position: center;
      margin-top: 1em;
      border-radius: 0.28em;
      display: flex;
      position: relative;
      align-items: center; }
      #provance #provance-section-7 .bottom_content .section_7_article {
        width: 52%;
        padding: 1em 0.5em 1em 1em; }
        #provance #provance-section-7 .bottom_content .section_7_article h2 {
          font-size: 0.7em;
          font-family: Poppins-SemiBold;
          font-weight: 600;
          color: #FFFFFF;
          line-height: 1.4; }
        #provance #provance-section-7 .bottom_content .section_7_article h4 {
          font-size: 0.28em;
          font-family: Poppins-Regular;
          font-weight: 400;
          color: #FFFFFF;
          line-height: 1.4;
          margin-top: 1em; }
      #provance #provance-section-7 .bottom_content .section_7_img {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 48%;
        height: 9em; }
        #provance #provance-section-7 .bottom_content .section_7_img .watch {
          width: 100%;
          text-align: center;
          z-index: 999999;
          position: absolute; }
          #provance #provance-section-7 .bottom_content .section_7_img .watch img {
            height: 6.2em;
            margin-left: 0.2em; }
        #provance #provance-section-7 .bottom_content .section_7_img .mask {
          position: absolute;
          width: 100%;
          height: 100%;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center; }
          #provance #provance-section-7 .bottom_content .section_7_img .mask .pic {
            border-radius: 50%;
            box-shadow: 5px 5px 15px rgba(78, 194, 112, 0.2) inset, -5px -5px 15px rgba(78, 194, 112, 0.2) inset;
            position: relative; }
            #provance #provance-section-7 .bottom_content .section_7_img .mask .pic .dot {
              position: absolute;
              width: 0.36em;
              height: 0.36em;
              left: -0.18em;
              top: 50%;
              transform: translateY(-50%); }
            #provance #provance-section-7 .bottom_content .section_7_img .mask .pic.pic2 {
              width: 4.73em;
              height: 4.73em;
              border: 1px solid rgba(78, 194, 112, 0.63);
              animation: ni-zhuan-circle 9s linear infinite; }
            #provance #provance-section-7 .bottom_content .section_7_img .mask .pic.pic3 {
              width: 7.53em;
              height: 7.53em;
              border: 1px solid rgba(78, 194, 112, 0.63);
              animation: zhuan-circle 9s linear infinite; }
  #provance #provance-section-8 {
    padding: 1.5em 4em;
    display: flex;
    flex-direction: column; }
    #provance #provance-section-8 .section_8_article {
      position: relative; }
      #provance #provance-section-8 .section_8_article h2 {
        font-size: 0.7em;
        font-family: Poppins-SemiBold;
        font-weight: bold;
        color: #000000;
        line-height: 1.2; }
      #provance #provance-section-8 .section_8_article.top_article h2 {
        background: linear-gradient(267deg, #FFBB86 0%, #E25270 99.0478515625%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      #provance #provance-section-8 .section_8_article.bottom_article {
        margin-top: 1.5em; }
        #provance #provance-section-8 .section_8_article.bottom_article h2 {
          background: linear-gradient(0deg, #FBAE83 0%, #F36B78 99.0478515625%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; }
    #provance #provance-section-8 .top_content {
      display: flex;
      flex-direction: row;
      margin-top: 0.5em; }
      #provance #provance-section-8 .top_content .left_part {
        flex: 5.58;
        position: relative;
        background: #F8F8F8;
        border-radius: 0.28em;
        display: flex;
        justify-content: center; }
        #provance #provance-section-8 .top_content .left_part .section_8_article_sub {
          width: 10em;
          margin-top: 1em; }
          #provance #provance-section-8 .top_content .left_part .section_8_article_sub h4 {
            font-size: 0.28em;
            font-family: Poppins-Regular;
            font-weight: 400;
            color: #000000;
            line-height: 1.4; }
        #provance #provance-section-8 .top_content .left_part img {
          width: 100%;
          position: absolute;
          bottom: 1em; }
      #provance #provance-section-8 .top_content .clear_part {
        flex: 0.14; }
      #provance #provance-section-8 .top_content .right_part {
        height: 8.5em;
        background: url("../png/12-%e7%bb%84%2055%402x.png");
        background-size: cover;
        background-position: center;
        flex: 3.24;
        border-radius: 0.28em;
        display: flex;
        flex-direction: column; }
        #provance #provance-section-8 .top_content .right_part .section_8_article_sub {
          position: relative;
          margin: 0.6em; }
          #provance #provance-section-8 .top_content .right_part .section_8_article_sub h3 {
            font-size: 0.45em;
            font-family: Poppins-SemiBold;
            font-weight: 600;
            color: #FEFFFE; }
        #provance #provance-section-8 .top_content .right_part .part_ul {
          display: flex;
          align-items: flex-start; }
          #provance #provance-section-8 .top_content .right_part .part_ul .ul_item {
            display: flex;
            justify-content: center;
            flex-direction: column;
            align-items: center;
            flex: 1;
            text-align: center; }
            #provance #provance-section-8 .top_content .right_part .part_ul .ul_item img {
              width: 1em; }
            #provance #provance-section-8 .top_content .right_part .part_ul .ul_item .label {
              font-size: 0.2em;
              font-family: Poppins-Regular;
              font-weight: 400;
              color: #FFFFFF;
              margin-top: 0.5em; }
    #provance #provance-section-8 .bottom_content {
      display: flex;
      flex-direction: row;
      margin-top: 0.5em; }
      #provance #provance-section-8 .bottom_content .left_part {
        flex: 3.24;
        height: 8.5em;
        background: url("../png/13-%e7%bb%84%2055%402x.png");
        background-size: cover;
        background-position: center;
        border-radius: 0.28em; }
      #provance #provance-section-8 .bottom_content .clear_part {
        flex: 0.12; }
      #provance #provance-section-8 .bottom_content .right_part {
        flex: 5.6;
        background: #F8F8F8;
        border-radius: 0.28em;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; }
        #provance #provance-section-8 .bottom_content .right_part .section_8_article_sub {
          position: relative;
          width: 9em; }
          #provance #provance-section-8 .bottom_content .right_part .section_8_article_sub h4 {
            font-size: 0.28em;
            font-family: Poppins-Regular;
            font-weight: 400;
            color: #000000;
            line-height: 1.4; }
            #provance #provance-section-8 .bottom_content .right_part .section_8_article_sub h4:last-child {
              margin-top: 1.5em; }
        #provance #provance-section-8 .bottom_content .right_part .part_ul {
          margin-top: 0.3em;
          display: flex;
          flex-wrap: wrap;
          width: 9em;
          justify-content: space-between; }
          #provance #provance-section-8 .bottom_content .right_part .part_ul .ul_item {
            display: flex;
            flex-direction: row;
            align-items: center;
            width: 4em;
            height: 1.5em; }
            #provance #provance-section-8 .bottom_content .right_part .part_ul .ul_item img {
              width: 1em; }
            #provance #provance-section-8 .bottom_content .right_part .part_ul .ul_item .label {
              font-size: 0.2em;
              font-family: Poppins-Regular;
              font-weight: 400;
              color: #8C8C8C;
              margin-left: 1em; }
  #provance #provance-section-9 {
    padding: 1.5em 4em;
    display: flex;
    flex-direction: column; }
    #provance #provance-section-9 .top_part {
      display: flex;
      flex-direction: row;
      align-items: center; }
      #provance #provance-section-9 .top_part img {
        width: 4em; }
      #provance #provance-section-9 .top_part span {
        font-size: 0.2em;
        font-family: Poppins-Regular;
        font-weight: 400;
        color: #2D91FF;
        margin-left: 0.5em; }
    #provance #provance-section-9 .section_9_article {
      position: relative;
      margin-top: 0.3em; }
      #provance #provance-section-9 .section_9_article h2 {
        font-size: 0.7em;
        font-family: Poppins-SemiBold;
        font-weight: bold; }
      #provance #provance-section-9 .section_9_article.top_article h2 {
        color: #000D5E;
        background: linear-gradient(137deg, #4754FF 0.146484375%, #B583DA 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      #provance #provance-section-9 .section_9_article.bottom_article {
        margin-top: 2em; }
        #provance #provance-section-9 .section_9_article.bottom_article h2 {
          color: #000E4C;
          background: linear-gradient(0deg, #4754FF 0%, #F096CF 98.779296875%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; }
    #provance #provance-section-9 .top_content {
      background: #F8F8F8;
      border-radius: 0.28em;
      display: flex;
      flex-direction: row;
      margin-top: 0.5em;
      height: 9em;
      padding: 1em; }
      #provance #provance-section-9 .top_content .left_part {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; }
        #provance #provance-section-9 .top_content .left_part .section_9_article_sub {
          position: relative;
          width: 9em; }
          #provance #provance-section-9 .top_content .left_part .section_9_article_sub h4 {
            font-size: 0.28em;
            font-family: Poppins-Regular;
            font-weight: 400;
            color: #8C8C8C;
            line-height: 1.4; }
        #provance #provance-section-9 .top_content .left_part .part_ul {
          width: 9em;
          display: flex;
          margin-top: 1em; }
          #provance #provance-section-9 .top_content .left_part .part_ul .ul_item {
            display: flex;
            justify-content: center;
            flex-direction: column;
            align-items: center;
            flex: 1; }
            #provance #provance-section-9 .top_content .left_part .part_ul .ul_item img {
              width: 1em; }
            #provance #provance-section-9 .top_content .left_part .part_ul .ul_item .label {
              font-size: 0.2em;
              font-family: Poppins-Regular;
              font-weight: 400;
              color: #8C8C8C;
              margin-top: 0.5em;
              text-align: center; }
      #provance #provance-section-9 .top_content .right_part {
        margin-left: 2em; }
        #provance #provance-section-9 .top_content .right_part img {
          width: 4.5em; }
    #provance #provance-section-9 .bottom_content {
      margin-top: 0.5em;
      display: flex;
      flex-direction: row;
      height: 11em; }
      #provance #provance-section-9 .bottom_content .part {
        flex: 4.39;
        border-radius: 0.28em;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative; }
        #provance #provance-section-9 .bottom_content .part .top_part {
          display: flex;
          flex-direction: row;
          align-items: center;
          margin: 0.3em 0.5em;
          align-self: self-start;
          position: absolute; }
          #provance #provance-section-9 .bottom_content .part .top_part img {
            width: 1em; }
          #provance #provance-section-9 .bottom_content .part .top_part span {
            font-size: 0.2em;
            font-family: Poppins-Regular;
            font-weight: 500;
            color: #FFFFFF;
            margin-left: 1.5em; }
        #provance #provance-section-9 .bottom_content .part .section_9_article_sub {
          width: 7.7em;
          top: 1.5em; }
          #provance #provance-section-9 .bottom_content .part .section_9_article_sub h4 {
            font-size: 0.28em;
            font-family: Poppins-Regular;
            font-weight: 400;
            color: #FFFFFF;
            line-height: 1.4; }
        #provance #provance-section-9 .bottom_content .part.left_part {
          background: linear-gradient(0deg, #161616 0%, #494949 100%); }
          #provance #provance-section-9 .bottom_content .part.left_part .top_part span,
          #provance #provance-section-9 .bottom_content .part.left_part .section_9_article_sub h4 {
            color: #FFFFFF; }
          #provance #provance-section-9 .bottom_content .part.left_part .bg_9 {
            width: 5em;
            position: absolute;
            bottom: 0.5em; }
            #provance #provance-section-9 .bottom_content .part.left_part .bg_9 .bg_9_article {
              width: 5em;
              left: 50%;
              margin-left: -2.5em;
              top: 50%;
              text-align: center; }
              #provance #provance-section-9 .bottom_content .part.left_part .bg_9 .bg_9_article h3 {
                font-size: 0.45em;
                font-family: Poppins-Regular;
                font-weight: 400;
                color: #FFFFFF; }
            #provance #provance-section-9 .bottom_content .part.left_part .bg_9 img {
              width: 100%; }
        #provance #provance-section-9 .bottom_content .part.right_part .top_part span,
        #provance #provance-section-9 .bottom_content .part.right_part .section_9_article_sub h4 {
          color: #000000; }
        #provance #provance-section-9 .bottom_content .part.right_part .bg_9 {
          width: 100%; }
      #provance #provance-section-9 .bottom_content .clear_part {
        flex: 0.18; }
  #provance #provance-section-10 {
    padding: 1.5em 4em;
    display: flex;
    flex-direction: column; }
    #provance #provance-section-10 .section_10_article {
      position: relative;
      text-align: center; }
      #provance #provance-section-10 .section_10_article.bottom_article {
        margin-top: 2em; }
      #provance #provance-section-10 .section_10_article h2 {
        font-size: 0.7em;
        font-family: Poppins-SemiBold;
        font-weight: bold;
        color: #000000; }
    #provance #provance-section-10 .top_content {
      height: 9em;
      border-radius: 0.28em;
      display: flex;
      flex-direction: column;
      justify-content: center;
      margin-top: 0.5em; }
      #provance #provance-section-10 .top_content .section_10_article_sub {
        margin-left: 1em;
        width: 8.5em; }
        #provance #provance-section-10 .top_content .section_10_article_sub h4 {
          font-size: 0.28em;
          font-family: Poppins-Regular;
          font-weight: 400;
          color: #8C8C8C;
          line-height: 1.4; }
        #provance #provance-section-10 .top_content .section_10_article_sub img {
          width: 3.3em;
          margin-top: 0.5em; }
      #provance #provance-section-10 .top_content .bg_10 {
        width: 100%;
        height: 100%; }
    #provance #provance-section-10 .tips {
      font-size: 0.2em;
      font-family: Poppins-Regular;
      font-weight: 400;
      color: #CDCDCD;
      margin-top: 2em; }
    #provance #provance-section-10 .bottom_content {
      margin-top: 0.5em;
      display: flex;
      flex-direction: row;
      height: 11em; }
      #provance #provance-section-10 .bottom_content .part {
        flex: 4.39;
        border-radius: 0.28em;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative; }
        #provance #provance-section-10 .bottom_content .part .section_10_article_sub {
          width: 7.4em;
          margin-top: 0.5em; }
          #provance #provance-section-10 .bottom_content .part .section_10_article_sub h4 {
            font-size: 0.28em;
            font-family: Poppins-Regular;
            font-weight: 400;
            color: #8C8C8C;
            line-height: 1.4; }
        #provance #provance-section-10 .bottom_content .part img {
          width: 100%; }
      #provance #provance-section-10 .bottom_content .clear_part {
        flex: 0.18; }
  #provance #provance-section-11 {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 1.5em;
    display: flex;
    flex-direction: column;
    align-items: center; }
    #provance #provance-section-11 .section_11_article {
      position: relative;
      text-align: center;
      margin-top: 1.5em; }
      #provance #provance-section-11 .section_11_article h2 {
        font-size: 0.7em;
        font-family: Poppins-SemiBold;
        font-weight: bold;
        color: #000000; }
      #provance #provance-section-11 .section_11_article h4 {
        font-size: 0.28em;
        font-family: Poppins-Regular;
        font-weight: 400;
        color: #8C8C8C;
        line-height: 1.4;
        margin-top: 1em; }
    #provance #provance-section-11 .top_content {
      margin-top: 1.5em;
      height: 10em;
      width: 100%;
      position: relative; }
      #provance #provance-section-11 .top_content .item {
        position: absolute;
        display: flex;
        flex-direction: column;
        align-items: center; }
        #provance #provance-section-11 .top_content .item img {
          width: 100%; }
        #provance #provance-section-11 .top_content .item .label {
          font-size: 0.2em;
          font-family: Poppins-Regular;
          font-weight: 400;
          color: #000000;
          line-height: 1.4;
          margin-top: 0.5em;
          text-align: center;
          margin-left: -3em;
          margin-right: -3em; }
        #provance #provance-section-11 .top_content .item:nth-child(1) {
          width: 2em;
          z-index: 2;
          left: 22%;
          margin-left: 0.2em;
          top: 9%; }
        #provance #provance-section-11 .top_content .item:nth-child(2) {
          width: 1.6em;
          z-index: 2;
          left: 33%;
          margin-left: -0.2em;
          top: 18%; }
        #provance #provance-section-11 .top_content .item:nth-child(3) {
          width: 1.2em;
          z-index: 2;
          left: 14%;
          margin-left: 0em;
          top: 33%; }
        #provance #provance-section-11 .top_content .item:nth-child(4) {
          width: 2em;
          z-index: 2;
          left: 26%;
          margin-left: -0.4em;
          top: 37%; }
        #provance #provance-section-11 .top_content .item:nth-child(5) {
          width: 1.3em;
          z-index: 2;
          left: 33%;
          margin-left: -0.05em;
          top: 50%; }
        #provance #provance-section-11 .top_content .item:nth-child(6) {
          width: 0.8em;
          z-index: 2;
          left: 15%;
          margin-left: 1em;
          top: 49%; }
        #provance #provance-section-11 .top_content .item:nth-child(7) {
          width: 1.2em;
          z-index: 2;
          left: 10%;
          margin-left: 0em;
          top: 61%; }
        #provance #provance-section-11 .top_content .item:nth-child(8) {
          width: 1.2em;
          z-index: 2;
          left: 24%;
          margin-left: 0em;
          top: 66%; }
        #provance #provance-section-11 .top_content .item:nth-child(9) {
          width: 6em;
          left: 50%;
          margin-left: -2.4em;
          bottom: -1.5em; }
        #provance #provance-section-11 .top_content .item:nth-child(10) {
          width: 1.8em;
          z-index: 2;
          right: 29%;
          margin-right: -1.5em;
          top: 8%; }
        #provance #provance-section-11 .top_content .item:nth-child(11) {
          width: 1.4em;
          z-index: 2;
          right: 17%;
          margin-right: -1.3em;
          top: 21%; }
        #provance #provance-section-11 .top_content .item:nth-child(12) {
          width: 1em;
          z-index: 2;
          right: 38%;
          margin-right: -1.1em;
          top: 24%; }
        #provance #provance-section-11 .top_content .item:nth-child(13) {
          width: 2em;
          z-index: 2;
          right: 23%;
          margin-right: -1.6em;
          top: 43%; }
        #provance #provance-section-11 .top_content .item:nth-child(14) {
          width: 1em;
          z-index: 2;
          right: 12%;
          margin-right: -1.1em;
          top: 42%; }
        #provance #provance-section-11 .top_content .item:nth-child(15) {
          width: 1.8em;
          z-index: 2;
          right: 38%;
          margin-right: -1.5em;
          top: 65%; }
        #provance #provance-section-11 .top_content .item:nth-child(16) {
          width: 1em;
          z-index: 2;
          right: 28%;
          margin-right: -1.1em;
          top: 71%; }
        #provance #provance-section-11 .top_content .item:nth-child(17) {
          width: 0.7em;
          z-index: 2;
          right: 16%;
          margin-right: -0.95em;
          top: 70%; }
        #provance #provance-section-11 .top_content .item:nth-child(18) {
          width: 1.4em;
          z-index: 2;
          right: 33%;
          margin-right: -1.6em;
          top: 44%; }
    #provance #provance-section-11 .bottom_content {
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      margin-top: 1em; }
      #provance #provance-section-11 .bottom_content img {
        width: 4em; }
        #provance #provance-section-11 .bottom_content img:nth-child(2), #provance #provance-section-11 .bottom_content img:nth-child(4) {
          margin-top: 1.5em; }
    #provance #provance-section-11 .icon {
      width: 1em;
      margin-top: 1.5em; }
    #provance #provance-section-11 #move {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
  #provance #params {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    padding-top: 1em;
    padding-bottom: 2em;
    background: #000; }
    #provance #params .clearfix:after {
      display: block;
      visibility: hidden;
      clear: both;
      height: 0;
      content: ''; }
    #provance #params .template-collapse-header {
      padding: 20px 0;
      border-bottom: 2px solid #fff; }
    #provance #params .template-collapse-arrow {
      line-height: 0;
      margin-top: 0.15em;
      float: right;
      cursor: pointer;
      transition: all .5s;
      transform: rotate(180deg); }
    #provance #params .template-collapse.collapse .template-collapse-arrow {
      transform: rotate(360deg); }
    #provance #params .template-collapse-body {
      padding: 30px 0; }
    #provance #params .template-collapse.collapse .template-collapse-body {
      display: none; }
    #provance #params .container-param {
      width: 20em; }
      #provance #params .container-param .params-title {
        font-family: Poppins-Medium, serif;
        font-size: 0.45em;
        color: #fff; }
      #provance #params .container-param .params_part {
        display: flex;
        justify-content: space-around; }
        #provance #params .container-param .params_part .sub_part {
          display: flex;
          flex-direction: column;
          width: 100%;
          margin-bottom: 0.7em; }
          #provance #params .container-param .params_part .sub_part .params-subtitle {
            font-family: Poppins-Medium, serif;
            font-size: 0.3em;
            font-weight: 600;
            line-height: 1.2;
            padding-bottom: 40px;
            color: #fff; }
          #provance #params .container-param .params_part .sub_part .column {
            font-family: Poppins-Regular, sans-serif;
            font-size: 0.2em;
            font-weight: 400;
            line-height: 1.6;
            display: flex;
            align-items: flex-start;
            margin-bottom: 40px;
            color: #fff; }
            #provance #params .container-param .params_part .sub_part .column label {
              font-family: Poppins-Medium, serif;
              font-size: 1em;
              font-weight: 500;
              line-height: 1.6;
              width: 13em;
              color: #fff; }
              #provance #params .container-param .params_part .sub_part .column label.label_title {
                font-family: Poppins-Medium, serif;
                font-size: 24px !important;
                font-weight: 500; }
            #provance #params .container-param .params_part .sub_part .column p {
              margin: 0; }
              #provance #params .container-param .params_part .sub_part .column p.p_title {
                font-family: Poppins-Medium, serif;
                font-size: 24px;
                font-weight: 500; }
        #provance #params .container-param .params_part .part_left {
          display: flex;
          flex: 1;
          flex-direction: column; }
        #provance #params .container-param .params_part .part_right {
          display: flex;
          flex: 1;
          flex-direction: column; }
      #provance #params .container-param .params_part.params_part_18 .sub_part .column label {
        width: 18em; }
    #provance #params .container-param .params_part .part_col_12 .column label,
    #provance #params .container-param .params_part .part_col_12 .column p {
      flex: 1; }
  #provance .tips p {
    font-family: Poppins-Regular, sans-serif;
    font-size: 0.2em;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
    padding-top: 1em;
    padding-right: 0.3em;
    color: #fff; }

.mobile-version {
  display: none; }

/* 超小屏幕（手机，小于 768px） */
@media (max-width: 768px) {
  html {
    line-height: 0 !important; }

  .mobile-version {
    display: block !important;
    margin-top: 1px; }
    .mobile-version img {
      max-width: 100%;
      width: 100%;
      height: auto;
      border: 0;
      vertical-align: bottom;
      margin-top: -1px; }

  .pc-show {
    display: none !important; } }
/* 小屏幕（平板） */
@media (max-width: 992px) {
  html {
    line-height: 0 !important; }

  .mobile-version {
    display: block !important;
    margin-top: 1px; }
    .mobile-version img {
      max-width: 100%;
      width: 100%;
      height: auto;
      border: 0;
      vertical-align: bottom;
      margin-top: -1px; }

  .pc-show {
    display: none !important; } }

/*# sourceMappingURL=provance.css.map */
