.area_title {
  font-size: 0.32rem;
  font-weight: 600;
  color: #333333;
  line-height: 0.46rem;
  text-align: center;
  position: relative;
  margin-bottom: 0.6rem;
}
.area_title::after {
  content: " ";
  width: 1rem;
  height: 0.1rem;
  background: #32b14d;
  border-radius: 0.01rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.1rem;
  margin: 0 auto;
  bottom: -0.3rem;
}
/* 区域1 */
.product_area_1 {
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
.product_area_1::before {
  content: "1";
  font-family: font-Heavy;
  font-size: 2rem;
  font-weight: 800;
  color: #f5f5f5;
  line-height: 1.5rem;
  position: absolute;
  left: 3.8rem;
  top: 0.64rem;
  display: none;
}
.product_area_1 .inside_container {
  width: 100%;
  padding: 1rem 0;
}

.product_area_1 .area_1-1_content {
  margin: 0.3rem 0;
  display: block;
  height: auto;
}
.product_area_1 .area_1-1_content .left {
  width: 100%;
  background: url("../assets/product/area_1-1-1_bg.png") no-repeat center center;
  background-size: 100% 100%;
  padding: 0.4rem 15px;
  margin-bottom: 0.3rem;
}
.product_area_1 .area_1-1_content .right {
  width: 100%;
  height: 100%;
  background: url("../assets/product/area_1-1-2_bg.png") no-repeat center center;
  background-size: 100% 100%;
  padding: 0.4rem 15px;
}

.product_area_1 .area_1-1_content .title {
  width: 2.4rem;
  height: 0.4rem;
  border-radius: 0rem 1rem 1rem 0rem;
  margin-bottom: 0.3rem;
  position: relative;
}
.product_area_1 .area_1-1_content .title > p {
  /* font-size: 0.18rem; */
  font-size: 0.2rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 0.4rem;
  text-align: center;
  border-radius: 0rem 1rem 1rem 0rem;
  margin-bottom: 0.3rem;
  position: relative;
  z-index: 10;
}
.product_area_1 .area_1-1_content .title .shadow {
  position: absolute;
  width: 2.5rem;
  height: 0.4rem;
  background: #d2ebd5;
  border-radius: 0px 1rem 1rem 0px;
  bottom: -0.1rem;
  left: 0;
  z-index: 1;
}
.product_area_1 .area_1-1_content .desc {
  font-size: 0.16rem;
  font-weight: 500;
  line-height: 0.3rem;
  text-align: justify;
}
.product_area_1 .area_1-1_content .left .title > p {
  background: linear-gradient(135deg, #38b44a 0%, #0c8a1e 100%);
}
.product_area_1 .area_1-1_content .right .title > p {
  background: linear-gradient(135deg, #fedd9d 0%, #f6a00c 100%);
}
.product_area_1 .area_1-1_content .left .title .shadow {
  background: linear-gradient(135deg, #38b44a 0%, #0c8a1e 100%);
  opacity: 0.3;
}
.product_area_1 .area_1-1_content .right .title .shadow {
  background: linear-gradient(135deg, #fedd9d 0%, #f6a00c 100%);
  opacity: 0.3;
}
.product_area_1 .area_1-1_content .left .desc {
  color: #666666;
}
.product_area_1 .area_1-1_content .right .desc {
  color: #ffffff;
}

.product_area_1 .area_1-2_content {
  display: grid;
  grid-template-columns: auto;
  grid-column-gap: 1rem;
  grid-row-gap: 0.3rem;
  justify-content: center;
}
.product_area_1 .area_1-2_content .card_item {
  width: 3.32rem;
  height: 1.2rem;
  box-sizing: border-box;
  padding: 0.07rem 0.24rem;
  display: flex;
  align-items: center;
  background: url("../assets/product/area_1-2_1_bg.png") no-repeat center center;
  background-size: 100% 100%;
}
.product_area_1 .area_1-2_content .card_item .icon_image {
  width: 1.06rem;
  height: 1.06rem;
  margin-right: 0.7rem;
}
.product_area_1 .area_1-2_content .card_item .card_txt {
  font-size: 0.18rem;
  font-weight: 500;
  color: #333333;
  line-height: 0.25rem;
  position: relative;
}
.product_area_1 .area_1-2_content .card_item .card_txt::before {
  content: " ";
  width: 0.26rem;
  height: 0.1rem;
  background: #38b44a;
  border-radius: 0.05rem;
  position: absolute;
  left: 0;
  bottom: -0.14rem;
}

.product_area_1 .area_1-3_content {
  width: 100%;
  box-sizing: border-box;
  padding: 0.6rem 0 0.7rem 0;
  text-align: center;
  background: #fafafa;
  border-radius: 0.04rem;
}
.product_area_1 .area_1-3_content .title {
  /* font-size: 0.24rem; */
  font-size: 0.28rem;
  font-weight: 600;
  color: #333333;
  line-height: 0.46rem;
  margin-bottom: 0.6rem;
}
.product_area_1 .area_1-3_content .image {
  /* width: 10.08rem;
  height: 5.5rem; */
  width: 100%;
  height: 100%;
  display: block;
}
/* 区域2 */
.product_area_2 {
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
.product_area_2::before {
  content: "2";
  font-family: font-Heavy;
  font-size: 2rem;
  font-weight: 800;
  color: #f5f5f5;
  line-height: 1.5rem;
  position: absolute;
  right: 3.8rem;
  top: 0.2rem;
  display: none;
}

.product_area_2 .inside_container {
  width: 100%;
  padding: 1rem 0;
}
.product_area_2 .area_2-1_content {
  width: 100%;
  margin: 1rem auto 0 auto;
  box-sizing: border-box;
  padding: 0.75rem 15px;
  background: url("../assets/product/area_2-1-1_bg.png") no-repeat center center;
  background-size: 100% 100%;
  box-shadow: 0px 0px 0.2rem 0px rgba(56, 180, 74, 0.2);
  position: relative;
}
.product_area_2 .area_2-1_content .txt {
  font-size: 0.16rem;
  font-weight: 500;
  color: #666666;
  line-height: 0.3rem;
  text-align: justify;
  margin-bottom: 0.1rem;
}
.product_area_2 .area_2-1_content .txt span {
  font-size: 0.24rem;
  font-weight: 600;
  color: #39b54a;
  line-height: 0.3rem;
  margin-right: 0.2rem;
  text-shadow: 0.02rem 0.02rem 0.02rem #39b54a;
}
.product_area_2 .area_2-1_content .txt .txt_500 {
  margin-left: 0.1rem;
}

.product_area_2 .area_2-1_content .right_text {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: url("../assets/product/area_2-1-2_bg.png") no-repeat center center;
  background-size: 100% 100%;
  position: relative;
  margin-top: 0.3rem;
  padding: 0.3rem 0.3rem 0.3rem 1.2rem;
}
.product_area_2 .area_2-1_content .right_text p {
  font-size: 0.16rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 0.3rem;
  text-align: justify;
}

.product_area_2 .area_2-2_content {
  padding: 0;
  margin-top: 1.1rem;
  text-align: center;
}

.product_area_2 .area_2-2_content .title {
  /* font-size: 0.24rem; */
  font-size: 0.28rem;
  font-weight: 600;
  color: #333333;
  line-height: 0.46rem;
  margin-bottom: 0.6rem;
}

.product_area_2 .area_2-2_content .area_2-2_card .card_item {
  padding: 0.4rem 0.54rem 0.45rem 0.54rem;
  background-color: #ffffff;
  box-shadow: 0px 0px 0.2rem 0px rgba(56, 180, 74, 0.2);
  border-radius: 0.1rem;
  margin-bottom: 0.3rem;
}
.product_area_2 .area_2-2_content .area_2-2_card .card_item .image {
  width: 1.1rem;
  height: 1.1rem;
  margin-bottom: 0.2rem;
}
.product_area_2 .area_2-2_content .area_2-2_card .card_item p {
  font-size: 0.18rem;
  font-weight: 500;
  color: #333333;
  line-height: 0.3rem;
}

.product_area_2 .area_2-3_content {
  width: 100%;
  box-sizing: border-box;
  padding: 0.6rem 0 0.7rem 0;
  text-align: center;
  background: #fafafa;
  border-radius: 0.04rem;
}

.product_area_2 .area_2-3_content .title {
  /* font-size: 0.24rem; */
  font-size: 0.28rem;
  font-weight: 600;
  color: #333333;
  line-height: 0.46rem;
  margin-bottom: 0.6rem;
}
.product_area_2 .area_2-3_content .image {
  width: 100%;
  height: 100%;
}

/* 区域3 */
.product_area_3 {
  padding-top: 1.2rem;
  position: relative;
}
.product_area_3::before {
  content: "3";
  font-family: font-Heavy;
  font-size: 2rem;
  font-weight: 800;
  color: #f5f5f5;
  line-height: 1.5rem;
  position: absolute;
  left: 3.8rem;
  top: 0.7rem;
  display: none;
}
.product_area_3 .area_3-1_content {
  margin-top: 0.4rem;
  background-color: #ffffff;
}
.product_area_3 .area_3-1_content .title {
  /* font-size: 0.24rem; */
  font-size: 0.28rem;
  font-weight: 600;
  color: #333333;
  line-height: 0.33rem;
  margin-bottom: 0.3rem;
}
.product_area_3 .area_3-1_content .desc {
  font-size: 0.18rem;
  font-weight: 600;
  color: #666666;
  line-height: 0.3rem;
  text-align: justify;
  position: relative;
}
.product_area_3 .area_3-1_content .desc::after {
  content: " ";
  width: 1.24rem;
  height: 1.23rem;
  background: url("../assets/product/area_3-1_1_icon.svg") no-repeat center
    center;
  background-size: 100% 100%;
  position: absolute;
  left: -0.3rem;
  bottom: -1.05rem;
}
.product_area_3 .area_3-1_content .image {
  width: 100%;
  height: 100%;
}

.product_area_3 .area_3-2_content {
  padding: 0.9rem 0;
  background-color: #fafafa;
  display: flex;
  align-items: center;
  margin-top: 0.7rem;
}
.product_area_3 .area_3-2_content .title {
  font-size: 0.28rem;
  font-weight: 600;
  color: #333333;
  line-height: 0.33rem;
  margin-bottom: 0.3rem;
}
.product_area_3 .area_3-2_content .desc {
  text-align: left;
  font-size: 0.18rem;
  font-weight: bold;
  color: #666666;
  line-height: 0.3rem;
  margin-bottom: 0.3rem;
}
.product_area_3 .area_3-2_content .card_list .list_item {
  display: flex;
  align-items: center;
}
.product_area_3 .area_3-2_content .card_list .list_item:not(:last-child) {
  margin-bottom: 0.37rem;
}
.product_area_3 .area_3-2_content .card_list .list_item .list_icon {
  width: 0.8rem;
  height: 0.8rem;
  margin-right: 0.4rem;
}
.product_area_3 .area_3-2_content .card_list .list_item .item_content .title {
  font-size: 0.18rem;
  font-weight: 500;
  color: #666666;
  line-height: 0.22rem;
  margin-bottom: 0.15rem;
}
.product_area_3 .area_3-2_content .card_list .list_item .item_content .column {
  display: grid;
  grid-template-columns: auto auto;
  grid-row-gap: 0.1rem;
}
.product_area_3
  .area_3-2_content
  .card_list
  .list_item
  .item_content
  .column_txt {
  min-width: 1.6rem;
  margin-right: 0.2rem;
  font-size: 0.16rem;
  font-weight: 400;
  color: #666666;
  line-height: 0.2rem;
  white-space: nowrap;
}
.product_area_3
  .area_3-2_content
  .card_list
  .list_item
  .item_content
  .column_txt::before {
  content: " ";
  display: inline-block;
  width: 0.12rem;
  height: 0.12rem;
  background: url("../assets/product/area_3-2_5_icon.svg") no-repeat center
    center;
  background-size: 100% 100%;
  margin-right: 0.06rem;
}

.product_area_3 .area_3-3_content {
  padding: 1rem 0;
}
.product_area_3 .area_3-3_content .title {
  /* font-size: 0.24rem; */
  font-size: 0.28rem;
  font-weight: 500;
  color: #333333;
  text-align: center;
  margin-bottom: 0.6rem;
}
.area_3-3_content .card_list {
  display: grid;
  justify-content: center;
  grid-template-columns: auto;
  grid-row-gap: 0.34rem;
  position: relative;
}
.area_3-3_content .card_list::after {
  content: "势";
  font-size: 2.12rem;
  font-family: font-Medium;
  font-weight: 500;
  color: #f8f8f8;
  position: absolute;
  z-index: -1;
  bottom: -1.5rem;
  right: 3.6rem;
}
.area_3-3_content .card_list::before {
  content: "优";
  font-size: 2.12rem;
  font-family: font-Medium;
  font-weight: 500;
  color: #f8f8f8;
  position: absolute;
  z-index: -1;
  top: -1.5rem;
  left: 3.6rem;
}
.area_3-3_content .card_list .card_item {
  padding: 0.4rem;
  border-radius: 0.1rem;
  border: 0.02rem solid #39b54a;
}
.area_3-3_content .card_list .card_item .card_icon {
  width: 0.8rem;
  height: 0.8rem;
  display: block;
  margin: 0 auto;
}
.area_3-3_content .card_list .card_item .card_title {
  font-size: 0.2rem;
  font-weight: 500;
  color: #333333;
  text-align: center;
  margin: 0.16rem 0;
}
.area_3-3_content .card_list .card_item .card_desc {
  font-size: 0.16rem;
  font-weight: 500;
  color: #666666;
  text-align: left;
}

.area_3-4_content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.4rem 0;
}
.area_3-4_content .l_container {
  margin-right: 0;
}
.area_3-4_content .title {
  /* font-size: 0.24rem; */
  font-size: 0.28rem;
  font-weight: 600;
  color: #333333;
  line-height: 0.33rem;
  margin-bottom: 0.3rem;
}
.area_3-4_content .desc {
  /* font-size: 0.14rem; */
  font-size: 0.18rem;
  font-weight: bold;
  color: #666666;
  line-height: 0.3rem;
}
.area_3-4_content .l_desc {
  /* max-width: 3.75rem; */
  max-width: 100%;
  margin-bottom: 0.3rem;
}
.area_3-4_content .r_desc {
  margin-bottom: 0.65rem;
}
.area_3-4_content .image {
  width: 100%;
  height: 100%;
}

.are_3-5_content {
  display: grid;
  justify-content: center;
  padding: 1.3rem 0 1.09rem 0;
  background-color: #fafafa;
}
.are_3-5_content .t_container {
  margin-bottom: 0.82rem;
}
.are_3-5_content .t_container .title {
  font-size: 0.28rem;
  font-weight: 600;
  color: #333333;
  line-height: 0.33rem;
  margin-bottom: 0.3rem;
}
.are_3-5_content .t_container .desc {
  font-size: 0.18rem;
  font-weight: bold;
  color: #666666;
  line-height: 0.3rem;
}
.are_3-5_content .b_container .image {
  width: 100%;
  height: 100%;
}

.area_3-6_content {
  text-align: center;
  padding: 1.7rem 0;
}
.area_3-6_content .title {
  /* font-size: 0.24rem; */
  font-size: 0.28rem;
  font-weight: 600;
  color: #333333;
  line-height: 0.33rem;
  margin-bottom: 0.6rem;
}
.area_3-6_content .card_list {
  display: grid;
  justify-content: center;
  grid-template-columns: auto;
  grid-row-gap: 0.34rem;
  position: relative;
}
.area_3-6_content .card_list .card_item {
  padding: 0.4rem;
  border-radius: 0.1rem;
  border: 0.02rem solid #39b54a;
}
.area_3-6_content .card_list .card_item .card_icon {
  width: 0.8rem;
  height: 0.8rem;
  display: block;
  margin: 0 auto;
}
.area_3-6_content .card_list .card_item .card_title {
  font-size: 0.2rem;
  font-weight: 500;
  color: #333333;
  text-align: center;
  margin: 0.16rem 0;
}
.area_3-6_content .card_list .card_item .card_desc {
  font-size: 0.16rem;
  font-weight: 500;
  line-height: 0.3rem;
  color: #666666;
  text-align: left;
}

@media (min-width: 992px) {
  .area_title {
    font-size: 32px;
    line-height: 46px;
    margin-bottom: 0;
  }
  .area_title::after {
    content: " ";
    width: 100px;
    height: 10px;
    background: #32b14d;
    border-radius: 1px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -10px;
  }
  .product_area_1::before,
  .product_area_2::before,
  .product_area_3::before {
    display: block;
  }
  .product_area_1 {
    margin: 0;
    padding: 0;
  }

  .product_area_1 .inside_container {
    width: 100%;
    padding: 100px 0 120px 0;
    margin: 0;
  }
  .product_area_1 .area_1-1_content {
    padding: 0;
    margin: 100px 0 120px 0;
    display: flex;
    align-items: center;
  }
  .product_area_1 .area_1-1_content .left,
  .product_area_1 .area_1-1_content .right {
    width: 50%;
    height: 372px;
    margin: 0;
    padding: 40px 0;
  }
  .product_area_1 .area_1-1_content .title {
    width: 240px;
    height: 40px;
    margin-bottom: 30px;
  }
  .product_area_1 .area_1-1_content .title {
    width: 240px;
    height: 40px;
    margin-bottom: 30px;
  }
  .product_area_1 .area_1-1_content .title .shadow,
  .product_area_1 .area_1-1_content .title .shadow {
    width: 240px;
    height: 40px;
  }
  .product_area_1 .area_1-1_content .title > p {
    font-size: 20px;
    line-height: 40px;
  }
  .product_area_1 .area_1-1_content .left .desc,
  .product_area_1 .area_1-1_content .right .desc {
    padding: 0 76px;
    font-size: 16px;
    line-height: 24px;
  }
  .product_area_1 .area_1-2_content {
    grid-template-columns: 332px 332px 332px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
  .product_area_1 .area_1-2_content .card_item {
    width: 332px;
    height: 120px;
    padding: 70px 24px;
  }
  .product_area_1 .area_1-2_content .card_item .icon_image {
    width: 106px;
    height: 106px;
  }
  .product_area_1 .area_1-2_content .card_item .card_txt {
    font-size: 18px;
  }
  .product_area_1 .area_1-2_content .card_item .card_txt::before {
    width: 26px;
    height: 10px;
    bottom: -14px;
  }
  .product_area_1 .area_1-3_content .title {
    font-size: 28px;
  }
  .product_area_1 .area_1-3_content {
    padding: 60px 0 70px 0;
  }
  .product_area_1 .area_1-3_content .image {
    width: 1008px;
    max-width: 100%;
    height: 550px;
  }

  .product_area_2 .inside_container {
    padding: 120px 0;
  }
  .product_area_2 .area_2-1_content {
    margin-top: 100px;
    padding: 50px 74px 74px 74px;
    width: 100%;
    height: inherit;
  }
  .product_area_2 .area_2-1_content .txt {
    font-size: 16px;
    line-height: 28px;
    max-width: 50%;
  }
  .product_area_2 .area_2-1_content .right_text {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    margin-top: 0;
    padding: 50px 74px 74px 138px;
  }
  .product_area_2 .area_2-1_content .right_text p {
    font-size: 16px;
    line-height: 30px;
  }

  .product_area_2 .area_2-2_content .title {
    font-size: 28px;
  }
  .product_area_2 .area_2-2_content .area_2-2_card {
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-column-gap: 34px;
  }
  .product_area_2 .area_2-2_content .area_2-2_card .card_item .image {
    width: 110px;
    height: 110px;
  }
  .product_area_2 .area_2-2_content .area_2-2_card .card_item p {
    font-size: 18px;
  }

  .product_area_2 .area_2-3_content {
    padding: 60px 0 70px 0;
  }
  .product_area_2 .area_2-3_content .title {
    font-size: 28px;
    margin-bottom: 60px;
  }
  .product_area_2 .area_2-3_content .image {
    width: 734px;
    height: 442px;
  }

  .product_area_3 {
    padding-top: 120px;
  }

  .product_area_3 .area_3-1_content {
    margin-top: 130px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .product_area_3 .area_3-1_content .content {
    margin-right: 100px;
  }
  .product_area_3 .area_3-1_content .title {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .product_area_3 .area_3-1_content .desc {
    font-size: 18px;
    line-height: 30px;
  }
  .product_area_3 .area_3-1_content .image {
    width: 540px;
    height: 500px;
  }

  .product_area_3 .area_3-2_content {
    padding: 90px 0 120px 0;
  }
  .product_area_3 .area_3-2_content > .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .product_area_3 .area_3-2_content .title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .product_area_3 .area_3-2_content .desc {
    font-size: 18px;
    margin-bottom: 0;
    max-width: 400px;
  }
  .product_area_3 .area_3-2_content .card_list .list_item .list_icon {
    width: 80px;
    height: 80px;
  }
  .product_area_3 .area_3-2_content .card_list .list_item .item_content .title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .product_area_3
    .area_3-2_content
    .card_list
    .list_item
    .item_content
    .column_txt::before {
    width: 12px;
    height: 12px;
    margin-right: 6px;
  }
  .product_area_3
    .area_3-2_content
    .card_list
    .list_item
    .item_content
    .column_txt {
    font-size: 16px;
    line-height: 20px;
  }

  .product_area_3 .area_3-3_content {
    padding: 100px 0 120px 0;
  }
  .product_area_3 .area_3-3_content .title {
    font-size: 28px;
  }
  .area_3-3_content .card_list {
    grid-template-columns: auto auto auto auto;
    grid-row-gap: 0;
    grid-column-gap: 34px;
  }
  .area_3-3_content .card_list .card_item .card_icon {
    width: 80px;
    height: 80px;
  }
  .area_3-3_content .card_list .card_item .card_title {
    font-size: 20px;
    margin: 16px 0;
  }
  .area_3-3_content .card_list .card_item .card_desc {
    font-size: 16px;
  }

  .area_3-4_content {
    padding: 140px 0;
    display: block;
  }
  .area_3-4_content > .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .area_3-4_content .title {
    font-size: 28px;
    line-height: 33px;
  }
  .area_3-4_content .l_desc {
    font-size: 18px;
    line-height: 28px;
    max-width: 390px;
  }
  .area_3-4_content .r_desc {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 65px;
    max-width: 450px;
  }
  .area_3-4_content .image {
    width: 478px;
    height: 115px;
  }

  .are_3-5_content {
    display: block;
    padding: 130px 0 110px 0;
  }
  .are_3-5_content .t_container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 82px;
  }
  .are_3-5_content .t_container .title {
    font-size: 28px;
    line-height: 33px;
    margin-bottom: 0;
  }
  .are_3-5_content .t_container .desc {
    font-size: 18px;
    line-height: 30px;
    width: 400px;
  }
  .are_3-5_content .b_container {
    display: flex;
    justify-content: center;
  }
  .are_3-5_content .b_container .image {
    width: 870px;
    height: 406px;
  }

  .area_3-6_content {
    padding: 100px 0 170px 0;
  }
  .area_3-6_content .title {
    margin-bottom: 60px;
    font-size: 28px;
  }
  .area_3-6_content .card_list {
    grid-template-columns: auto auto auto auto;
    grid-column-gap: 34px;
    grid-row-gap: 0;
  }
  .area_3-6_content .card_list .card_item .card_icon {
    width: 80px;
    height: 80px;
  }

  .area_3-6_content .card_list .card_item .card_title {
    font-size: 20px;
    margin: 16px;
  }
  .area_3-6_content .card_list .card_item .card_desc {
    font-size: 16px;
  }
}
