* {
  padding: 0;
  margin: 0;
}

::-webkit-scrollbar {
  width: 8px;
  height: 12px;
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  display: block;
  min-height: 12px;
  min-width: 8px;
  border-radius: 6px;
  background-color: rgb(217, 217, 217);
}

::-webkit-scrollbar-thumb:hover {
  display: block;
  min-height: 12px;
  min-width: 8px;
  border-radius: 6px;
  background-color: rgb(159, 159, 159);
}

@media screen and (min-width: 1100px) {

  .moblie-comparison-title,
  .moblie-comparison-product-link,
  .moblie-comparison-select,
  .moblie-comparison-select-product,
  .moblie-comparison-nav {
    display: none;
  }

  .comparison-title {
    font-family: PingFangSC-Semibold;
    color: #343434;
    font-size: 0.44rem;
    line-height: 0.44rem;
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 0.25rem;
  }

  .comparison-product-link {
    font-family: PingFang SC;
    color: #c6000b;
    font-size: 0.16rem;
    line-height: 0.16rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    margin-bottom: 0.5rem;
  }

  .comparison-product-link div {
    position: relative;
    cursor: pointer;
  }

  .comparison-product-link div::after {
    content: "";
    width: 0.96rem;
    height: 0.02rem;
    background-color: #c6000b;
    position: absolute;
    bottom: -0.07rem;
    left: 0;
  }

  .comparison-select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    padding: 0 1.4rem;
    position: sticky;
    top: 0.8rem;
    z-index: 99;
    background: #ffffff;
  }

  .comparison-select-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 3.6rem;
    height: 0.5rem;
    background-color: #ffffff;
    border-radius: 2.5rem;
    padding: 0 0.17rem 0 0.29rem;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    cursor: pointer;
    border: 1px solid;
    border-color: #999999;
    position: absolute;
    top: 0;
    z-index: 2;
  }

  .comparison-select .done {
    background-color: #f6f6f6;
    border: none;
  }

  .comparison-select-item img {
    width: 0.16rem;
    height: 0.16rem;
  }

  .comparison-select-item-name {
    color: #666666;
    font-family: PingFang SC;
    font-weight: 500;

    font-size: 0.16rem;
    line-height: 0.16rem;
  }

  .done .comparison-select-item-name {
    color: #282728;
  }

  .comparison-select-item-wrap {
    position: relative;
    width: 3.6rem;
    height: 0.5rem;
  }

  .comparison-select-down {
    display: none;
    position: absolute;
    width: 3.85rem;
    height: 4.41rem;
    background: #fff;
    top: -0.15rem;
    left: -0.125rem;
    border-radius: 0.15rem;
    padding: 0.8rem 0.46rem 0rem 0.46rem;
    box-sizing: border-box;
    overflow-y: scroll;
    box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
  }

  .comparison-select-down-item {
    font-size: 0.16rem;
    line-height: 0.24rem;
    color: #333;
    font-family: PingFang SC;
    margin-bottom: 0.12rem;
    cursor: pointer;
  }

  .comparison-select-down-item:hover {
    color: #c6000b;
  }

  .comparison-select-product {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    padding: 0 1.4rem;
    margin-top: 0.4rem;
    margin-bottom: 0.71rem;
  }

  .comparison-select-product-item {
    width: 3.6rem;
    height: 3.6rem;
    background-color: #f6f6f6;
  }

  .comparison-select-product-item-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    box-shadow: 0px 0.05rem 0.1rem rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    height: 100%;
  }

  /* .comparison-select-product .active {
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 0.05rem 0.1rem rgba(0, 0, 0, 0.05);
  } */
  .product-img {
    width: 3.6rem;
    height: 2.7rem;
    margin-bottom: 0.27rem;
    cursor: pointer;
    /* transition: 0.3s; */
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
  
  }

  .product-img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
  }

  .product-item-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0.42rem;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }

  .product-item-button div {
    width: 1.3rem;
    height: 0.4rem;
    background-color: #ffffff;
    border: 0.01rem solid #999999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
  }

  .product-item-button img {
    width: 0.14rem;
    height: 0.14rem;
    margin-right: 0.04rem;
  }

  .product-item-button1 {
    font-family: PingFang SC;
    color: #666666;
    font-size: 0.14rem;
    line-height: 0.14rem;
    cursor: pointer;
  }

  .product-item-button1:hover {
    background-color: #666666;
    color: #ffffff;
  }

  .product-item-button2 {
    font-family: PingFang SC;
    color: #c6000b;
    font-size: 0.14rem;
    line-height: 0.14rem;
    cursor: pointer;
  }

  .product-item-button2:hover {
    background-color: #c6000b;
    color: #ffffff;
  }

  .comparison-select-product-item-img {
    width: 0.64rem;
    height: 0.64rem;
  }

  .comparison-select-product .no-active {
    /* display: flex;
    justify-content: center;
    align-items: center; */
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
  }

  .comparison-main,
  .comparison-other {
    padding: 0 1.4rem;
  }

  .comparison-main-wrap {
    /* display: flex;
    justify-content: space-between;
    align-items: center; */

    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    position: relative;
    margin-bottom: 0.85rem;
  }

  .comparison-other-wrap {
    position: relative;
    margin-bottom: 0.85rem;
  }

  .comparison-other-wrap::after {
    content: "";
    width: 100%;
    height: 0.01rem;
    background-color: #cccccc61;
    position: absolute;
    bottom: -0.24rem;
    left: 0;
  }

  .comparison-main-wrap::after {
    content: "";
    width: 100%;
    height: 0.01rem;
    background-color: #cccccc61;
    position: absolute;
    bottom: -0.24rem;
    left: 0;
  }

  .comparison-main-wrap-title {
    font-family: PingFang SC;
    font-weight: 500;
    color: #333232;
    font-size: 0.3rem;
    line-height: 0.3rem;
  }

  .button-wrap {
    /* display: flex;
    align-items: center; */

    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
  }

  .comparison-main-wrap-button {
    font-family: PingFang SC;
    color: #666666;
    font-size: 0.16rem;
    line-height: 0.16rem;
    cursor: pointer;
  }

  .comparison-main-wrap-button1 {
    margin-right: 0.18rem;
  }

  .comparison-main-parameter-wrap {
    /* display: flex;
    justify-content: space-between; */
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }

  .parameter-item {
    width: 3.6rem;
    margin-bottom: 0.3rem;
  }

  .parameter-item-title {
    font-family: PingFangSC-Regular;
    color: #666666;
    font-size: 0.14rem;
    line-height: 0.14rem;
    margin-bottom: 0.12rem;
  }

  .parameter-item-parameter {
    font-family: PingFangSC-Regular;
    color: #000000;
    font-size: 0.18rem;
    line-height: 0.18rem;
    margin-bottom: 0.4rem;
  }

  .parameter-item-parameter {
    font-family: PingFang SC;
    font-weight: 600;
    color: #000000;
    font-size: 0.24rem;
    line-height: 0.24rem;
    margin-bottom: 0.45rem;
  }

  .nav {
    position: fixed;
    top: 30%;
    left: 0.25rem;
  }

  .nav-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.26rem;
    align-items: center;
  }

  .same {
    color: #cccccc;
    font-size: 0.18rem;
  }

  .unsame {
    font-family: PingFang SC;
    font-weight: 600;
    color: #000000;
    font-size: 0.24rem;
    line-height: 0.24rem;
    margin-bottom: 0.45rem;
  }

  .nav-item-text {
    width: 0.6rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #666666;
    font-size: 0.14rem;
    line-height: 0.16rem;
    /* text-align: right; */
    margin-right: 0.09rem;
    cursor: pointer;
  }

  .circle {
    width: 0.1rem;
    height: 0.1rem;

    border-radius: 50%;
    position: relative;
  }

  .circle::after {
    content: "";
    width: 1px;
    height: 0.2rem;
    background-color: #cccccc;
    position: absolute;
    bottom: -0.25rem;
    left: 50%;
    transform: translateX(-50%);
  }

  .circle-last::after {
    content: "";
    width: 0px;
    height: 0rem;
  }

  .circle1 {
    width: 0.08rem;
    height: 0.08rem;
    border: 0.01rem solid #707070;
    background-color: #ffffff;
  }

  .circle2 {
    background-color: #cccccc;
  }

  .active .circle {
    background-color: #c6000b;
  }

  .active .nav-item-text {
    color: #c6000b;
  }
}

@media screen and (max-width: 1099px) {

  .comparison-title,
  .comparison-product-link,
  .comparison-select,
  .comparison-select-product,
  .comparison-nav,
  .nav {
    display: none !important;
  }

  .moblie-comparison-title {
    font-family: PingFangSC-Semibold;
    color: #343434;
    font-size: 0.72rem;
    line-height: 0.72rem;
    text-align: center;
    margin-top: 1.32rem;
    margin-bottom: 0.32rem;
  }

  .moblie-comparison-product-link {
    font-family: PingFang SC;
    color: #c6000b;
    font-size: 0.32rem;
    line-height: 0.32rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    margin-bottom: 1.04rem;
  }

  .moblie-comparison-product-link div {
    position: relative;
    cursor: pointer;
  }

  .moblie-comparison-product-link div::after {
    content: "";
    width: 1.93rem;
    height: 0.04rem;
    background-color: #c6000b;
    position: absolute;
    bottom: -0.07rem;
    left: 0;
  }

  .moblie-comparison-select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;

    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    padding: 0 0.24rem;
    position: sticky;
    top: 1.32rem;
    background: #fff;
    z-index: 999;
  }

  .moblie-comparison-select-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 3.41rem;
    height: 0.9rem;
    background-color: #ffffff;
    border-radius: 5rem;
    padding: 0 0.31rem 0 0.34rem;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;

    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    border: 0.01rem solid;
    border-color: #999999;
    /* background-image: linear-gradient( 269.39deg, #f6f6f6 0%, rgba(246, 246, 246, 0) 100% );*/
  }

  .moblie-comparison-select-item-wrap {
    position: relative;
  }

  .moblie-comparison-select-down {
    display: none;
    position: absolute;
    background: #f6f6f6;
    border-radius: 0.21rem;
    max-height: 5.21rem;
    overflow-y: scroll;
    width: 3.23rem;
    left: 0.1rem;
  }

  .moblie-comparison-select-down-item {
    font-family: PingFang SC;
    font-weight: 500;
    overflow: hidden;
    white-space: nowrap;
    font-size: 0.26rem;
    line-height: 0.32rem;
    padding: 0.21rem 0.1rem;
  }

  .moblie-comparison-select .moblie-active {
    background-color: #f6f6f6;
    border: none;
  }

  .moblie-comparison-select-item img {
    width: 0.32rem;
    height: 0.32rem;
  }

  .moblie-comparison-select-item-name {
    color: #666666;
    font-family: PingFang SC;
    font-weight: 500;
    overflow: hidden;
    white-space: nowrap;
    font-size: 0.32rem;
    line-height: 0.32rem;
  }

  .moblie-active .moblie-comparison-select-item-name {
    color: #282728;
  }

  .moblie-comparison-select-product {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    /* display: flex;
    align-items: center;
    justify-content: space-between; */
    padding: 0 0.24rem;
    margin-top: 0.52rem;
    margin-bottom: 1.18rem;

    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;

    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;

  }

  .moblie-comparison-select-product-item {
    width: 3.41rem;
    height: 4.95rem;
    background-color: #f6f6f6;
  }

  .moblie-comparison-select-product .moblie-active {
    background-color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    box-shadow: 0px 0.1rem 0.2rem rgba(0, 0, 0, 0.05);
  }

  .moblie-product-img {
    width: 3.41rem;
    height: 2.56rem;
    margin-bottom: 0.4rem;
    cursor: pointer;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
  }

  .moblie-product-img:hover {
    transform: scale(1.1);
  }

  .moblie-product-item-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    padding: 0 0.31rem;
  }

  .moblie-product-item-button div {
    width: 2.8rem;
    height: 0.7rem;
    background-color: #ffffff;
    border: 0.01rem solid #999999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;

    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
  }

  .moblie-product-item-button img {
    width: 0.27rem;
    height: 0.27rem;
    margin-right: 0.1rem;
  }

  .moblie-product-item-button1 {
    font-family: PingFang SC;
    color: #666666;
    font-size: 0.28rem;
    line-height: 0.28rem;
    cursor: pointer;
    margin-bottom: 0.2rem;
  }

  .moblie-product-item-button1:hover {
    background-color: #666666;
    color: #ffffff;
  }

  .moblie-product-item-button2 {
    font-family: PingFang SC;
    color: #c6000b;
    font-size: 0.28rem;
    line-height: 0.28rem;
    cursor: pointer;
  }

  .moblie-product-item-button2:hover {
    background-color: #c6000b;
    color: #ffffff;
  }

  .moblie-comparison-select-product-item-img {
    width: 0.88rem;
    height: 0.88rem;
  }

  .moblie-comparison-select-product .moblie-no-active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;

    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
  }

  .moblie-comparison-main,
  .moblie-comparison-other {
    padding: 0 0.24rem;
  }

  .moblie-comparison-main-wrap {
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;

    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;

    position: relative;
    margin-bottom: 1.31rem;
  }

  .moblie-comparison-other-wrap {
    position: relative;
    margin-bottom: 1.31rem;
  }

  .moblie-comparison-other-wrap::after {
    content: "";
    width: 100%;
    height: 0.01rem;
    background-color: #cccccc61;
    position: absolute;
    bottom: -0.48rem;
    left: 0;
  }

  .moblie-comparison-main-wrap::after {
    content: "";
    width: 100%;
    height: 0.01rem;
    background-color: #cccccc61;
    position: absolute;
    bottom: -0.48rem;
    left: 0;
  }

  .moblie-comparison-main-wrap-title {
    font-family: PingFang SC;
    font-weight: 500;
    color: #333232;
    font-size: 0.48rem;
    line-height: 0.48rem;
  }

  .moblie-button-wrap {
    /* display: flex;
    align-items: center; */
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;

  }

  .moblie-comparison-main-wrap-button {
    font-family: PingFang SC;
    color: #666666;
    font-size: 0.32rem;
    line-height: 0.32rem;
    cursor: pointer;
    display: none;
  }

  .moblie-comparison-main-parameter-wrap {
    /* display: flex;
    justify-content: space-between; */
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;

  }

  .moblie-parameter-item {
    width: 3.41rem;
    margin-bottom: 0.83rem;
  }

  .moblie-parameter-item-title {
    font-family: PingFangSC-Regular;
    color: #666666;
    font-size: 0.28rem;
    line-height: 0.28rem;
    margin-bottom: 0.08rem;
  }

  .moblie-parameter-item-parameter {
    font-family: PingFangSC-Regular;
    color: #000000;
    font-size: 0.36rem;
    line-height: 0.5rem;
    margin-bottom: 0.6rem;
  }

  .moblie-same {
    font-family: PingFang SC;
    font-weight: 600;
    color: #000000;
    font-size: 0.36rem;
    line-height: 0.36rem;
    margin-bottom: 0.94rem;
  }

  .moblie-same .moblie-parameter-item-title {
    margin-bottom: 0.26rem;
  }

  .moblie-same .moblie-parameter-item-parameter {
    font-family: PingFang SC;
    font-weight: 600;
    color: #000000;
    font-size: 0.36rem;
    line-height: 0.36rem;
    margin-bottom: 0.94rem;
  }
}<!--ºÄÊ±1761067669.9909Ãë-->