.banner {
  width: 100%;
  position: relative;
}
.banner img {
  width: 100%;
}
.banner .banner-title-group {
  position: absolute;
  top: 0;
  width: 100%;
  height: calc(100% - 4px);
}
.banner .banner-title-group .banner-title-div {
  position: absolute;
  width: 100%;
  top: 44.83%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .banner-title-group .banner-title-div .banner-title {
  height: calc(5.125 * var(--font-size));
  font-family: "Alimama_ShuHeiTi_Bold", sans-serif;
  font-weight: bold;
  font-size: calc(4.25 * var(--font-size));
  color: #fff;
  line-height: calc(5 * var(--font-size));
  text-align: left;
}
.banner .banner-title-group .banner-title-div .banner-sub-title {
  height: calc(2 * var(--font-size));
  font-family: "HarmonyOS_Sans_Regular", sans-serif;
  font-weight: 400;
  font-size: calc(1.75 * var(--font-size));
  color: #fff;
  line-height: calc(2 * var(--font-size));
  text-align: left;
  margin-top: calc(1.75 * var(--font-size));
}
.new-content-box {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.product-name-box{
  margin-top: calc(3.75 * var(--font-size));
width:100%;
    
}
.box-content{
    width:100%;
}
.box-content .solve-box-t-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.box-content .solve-box-t-content .box-group-content-item {
  position: relative;
  width: calc(17 * var(--font-size));
  height: calc(4.69 * var(--font-size));
  border: 1px solid rgba(32, 32, 32, 0.2);
  border-radius: 4px;
}

.box-content .solve-box-t-content .box-group-content-item::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: calc(-0.6 * var(--font-size));
  transform: translateX(-50%);
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0);
}
.box-content .solve-box-t-content .box-group-content-item .item {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box-content .solve-box-t-content .box-group-content-item .item .item-txt {
  font-family: "HarmonyOS_Sans_Bold", sans-serif;
  font-weight: bold;
  font-size: var(--font-size);
  color: #000;
  text-align: left;
  font-style: normal;
  text-transform: none;
  width: 100%;
  height: 100%;
}
.box-content .solve-box-t-content .box-group-content-item .item .item-txt a {
  text-decoration: none;
  color: inherit;
  display: block;
  height: 100%;
  line-height: calc(4.69 * var(--font-size));
  text-align: center;
}
.box-content .solve-box-t-content .box-group-content-item-selected {
  background: #1167fe;
  border: none !important;
}
.box-content .solve-box-t-content .box-group-content-item-selected::after {
  border-color: #1167fe rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.box-content .solve-box-t-content .box-group-content-item-selected .item-txt {
  color: #fff !important;
}
.box-content .solve-box-list-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.box-content .solve-box-list-content .box-group-content {
  margin-top: calc(1.5 * var(--font-size));
  /*width: calc(43.25 * var(--font-size));*/
  width:calc(50% - 15px);
  min-height: 344px;
  background: #fff;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid rgba(32, 32, 32, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
}
.box-content .solve-box-list-content .box-group-content:hover {
  box-shadow: 0 0 10px 0 #c8d8ec;
  cursor: pointer;
}
.box-content .solve-box-list-content .box-group-content .left {
  width: calc(18.75 * var(--font-size));
  margin-right: calc(var(--font-size));
}
.box-content .solve-box-list-content .box-group-content .left .left-t1 {
  font-family: "HarmonyOS_Sans_Regular", sans-serif;
  font-weight: bold;
  font-size: calc(1.5 * var(--font-size));
  color: #000;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.box-content .solve-box-list-content .box-group-content .left .left-t2 {
  font-family: "HarmonyOS_Sans_Regular", sans-serif;
  font-weight: 500;
  font-size: calc(0.875 * var(--font-size));
  color: #1167fe;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-top: calc(var(--font-size));
}
.box-content .solve-box-list-content .box-group-content .left .left-t3 {
  font-family: "HarmonyOS_Sans_Regular", sans-serif;
  font-weight: 400;
  font-size: calc(1 * var(--font-size));
  color: rgba(32, 32, 32, 0.7);
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-top: calc(var(--font-size));
  margin-bottom: calc(1.5 * var(--font-size));
}
.box-content .solve-box-list-content .box-group-content .left .left-t4 {
  width: calc(2.5 * var(--font-size));
  height: calc(2.5 * var(--font-size));
}
.box-content .solve-box-list-content .box-group-content .left .left-t4 img {
  width: 100%;
  height: 100%;
}
.box-content .solve-box-list-content .box-group-content .right {
  width: calc(20 * var(--font-size));
  height: calc(20 * var(--font-size));
}
.box-content .solve-box-list-content .box-group-content .right .right-img {
  width: 100%;
  height: 100%;
  border: none !important;
  object-fit: cover;
}
.box-content-single {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.box-content-single .box-content-left {
  width: calc(35.82 * var(--font-size));
  height: calc(26.38 * var(--font-size));
  border-radius: 0px 0px 0px 0px;
}
.box-content-single .box-content-left .box-content-left-top {
  font-family: "HarmonyOS_Sans_Regular", sans-serif;
  font-weight: bold;
  font-size: calc(2 * var(--font-size));
  color: #000;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.box-content-single .box-content-left .box-content-left-line {
  width: calc(3.125 * var(--font-size));
  height: calc(0.3125 * var(--font-size));
  background: #1167fe;
  border-radius: 0px;
  margin: calc(2 * var(--font-size)) 0;
}
.box-content-single .box-content-left .box-content-left-bottom .txt {
  font-family: "HarmonyOS_Sans_Regular", sans-serif;
  font-weight: bold;
  font-size: calc(1.25 * var(--font-size));
  line-height: calc(1.25 * var(--font-size));
  color: #000;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.box-content-single .box-content-left .box-content-left-bottom .txt-content {
  text-align: left;
  font-style: normal;
  text-transform: none;
  font-family: "HarmonyOS_Sans_Regular", sans-serif;
  font-weight: 400;
  font-size: calc(var(--font-size));
  color: #000;
  line-height: calc(1.75 * var(--font-size));
  margin-top: calc(0.75 * var(--font-size));
}
.box-content-single .box-content-right {
  width: calc(43.25 * var(--font-size));
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.box-content-single .box-content-right .box-content-middle {
  width: calc(35.75 * var(--font-size));
}
.box-content-single .box-content-right .box-content-middle img {
  width: calc(35.75 * var(--font-size));
  height: calc(35.75 * var(--font-size));
  object-fit: contain;
}
.box-content-single .box-content-right .box-content-right-group {
  width: 100%;
}
.box-content-single .box-content-right .box-content-right-group img {
  width: calc(6 * var(--font-size));
  height: calc(6 * var(--font-size));
  border: 1px solid #f0f0ee;
  border-radius: 4px;
}
.box-content-single
  .box-content-right
  .box-content-right-group
  img:not(:last-child) {
  margin-bottom: 10px;
}
.box-content-single .box-content-right .box-content-right-group .active {
  border: 1px solid #2196f3;
}
.box-content-detail {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.box-content-detail .box-content-item {
  height: calc(5.25 * var(--font-size));
  font-family: "HarmonyOS_Sans_Regular", sans-serif;
  font-weight: bold;
  font-size: calc(1.125 * var(--font-size));
  color: #000;
  line-height: calc(5.25 * var(--font-size));
  text-align: left;
  font-style: normal;
  text-transform: none;
  cursor: pointer;
}
.box-content-detail .box-content-item-selected {
  border-bottom: calc(0.25 * var(--font-size)) solid #1167fe;
}
.box-content-detail .box-content-item:not(:nth-child(1)) {
  margin-left: calc(7.5 * var(--font-size));
} /*# sourceMappingURL=product.css.map */
.footer-margin{
    margin-bottom:calc(3 * var(--font-size));
}
.w100{
    width:100%;
}
.formatted-text{
    word-wrap: break-word;
}
@media screen and (max-width: 1279px) {
  .box-content .solve-box-t-content .box-group-content-item {
    width: calc(15 * var(--font-size));
    height: calc(4.6 * var(--font-size));
  }
    .product-name-box{
        overflow-y:scroll;
    }
}
@media screen and (max-width: 1000px) {
    .box-content .solve-box-list-content {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-flow: column;
    }
    .box-content .solve-box-list-content .box-group-content{
      width:100%;
    }
} 
@media screen and (max-width: 800px) {
    .box-product-detail {
      padding:calc(var(--font-size));
      width:100%;
    }
    .box-product-detail .box-content-left{
        width:100%;
        height:auto;
    }
    .box-content-detail{
      justify-content:space-between;
    }
    .box-content-detail .box-content-item{
        margin-left:0!important;
    }
}
@media screen and (max-width: 600px) {
    .box-product-detail .box-content-right{
      flex-flow: column;
      align-items: flex-start;
      width:100%;
    }
    .box-product-detail .box-content-right .box-content-middle{
      width:100%;
    }
    
    .box-product-detail .box-content-right .box-content-middle img{
      width:100%;
    }
}
@media screen and (max-width: 500px) {
    .box-content .solve-box-list-content .box-group-content{
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-flow: column;
      padding:calc(2 * var(--font-size));
    }
    
    .box-content .solve-box-list-content .box-group-content .left{
        width:100%;
    }
}