@charset "utf-8";
/*banner*/
.banner {
  position: relative;
  width: 100%;
  height: 100%;
}
.banner .swiper-pagination {
  bottom: 6.4%;
  left: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: left;
  background: #fff;
  opacity: 1;
  color: #fff;
  font-size: 0;
  border-radius: 50%;
  margin: 0 16px;
}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 42px;
  height: 42px;
  border: 1px solid #fff;
  background: transparent;
  font-size: 16px;
  line-height: 42px;
  text-align: center;
  position: relative;
}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  width: 44px;
  height: 44px;
  border: 2px solid #006be2;
  border-radius: 50%;
  clip: rect(0, 100px, 10px, 0);
  animation: loading 3.6s infinite linear;
}
@keyframes loading {
  0% {
    transform: rotate(90deg);
    clip: rect(0, 100px, 10px, 0);
  }
  100% {
    transform: rotate(360deg);
    clip: rect(0, 100px, 100px, 0);
  }
}
.banner .banner_list {
  position: relative;
  /* Chrome, Safari, Opera */
}
.banner .banner_list .banner_list_img img {
  width: 100%;
  height: calc(100vh);
  object-fit: cover;
}
@-webkit-keyframes magicada {
  0% {
    -webkit-transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(1.1, 1.1);
  }
}
.banner .banner_list .banner_list_txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  padding: 0 30px;
  max-width: 1660px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.banner .banner_list .banner_list_txt .list_txt_dd {
  font-size: 60px;
  color: #fff;
  line-height: 80px;
  letter-spacing: 2px;
  text-align: left;
  text-transform: uppercase;
  font-family: jht;
}
.banner .banner_list .banner_list_txt a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 146px;
  height: 54px;
  background: #1C4F9B;
  color: #fff;
  font-size: 16px;
  border-radius: 26px;
  text-decoration: none;
  margin-top: 32px;
  text-align: center;
  font-family: sy-r;
  letter-spacing: 1px;
}
.banner .banner_list .banner_list_txt a img {
  display: inline-block;
  width: 16px;
  height: auto;
  margin-left: 6px;
}
/*首页简介*/
.home_jj {
  width: 100%;
  background: url(../images/home/jianj_bg.png) no-repeat center center;
  background-size: 100% auto;
  padding: 110px 0 140px 0;
}
.home_jj .jianjie_con {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home_jj .jianjie_con .jianjie_left {
  width: 50%;
}
.home_jj .jianjie_con .jianjie_left img {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 100%;
}
.home_jj .jianjie_con .jianjie_right {
  width: 46.5%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.home_jj .jianjie_con .jianjie_right h5 {
  font-size: 40px;
  line-height: 60px;
  color: #000;
  font-weight: bold;
  text-align: left;
}
.home_jj .jianjie_con .jianjie_right .jj_desc {
  width: 100%;
  margin: 20px 0;
  display: inline-block;
}
.home_jj .jianjie_con .jianjie_right .jj_desc p {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  line-height: 34px;
  color: #313131;
}
.home_jj .jianjie_con .jianjie_right a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 54px;
  width: 168px;
  background: #1C4F9B;
  border-radius: 27px;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  letter-spacing: 1px;
}
.home_jj .jianjie_con .jianjie_right a img {
  display: inline-block;
  width: 16px;
  height: auto;
  margin-left: 10px;
}
.home_jj .jianjie_data {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 60px;
}
.home_jj .jianjie_data .data_item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.home_jj .jianjie_data .data_item .number {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.home_jj .jianjie_data .data_item .number span {
  font-size: 82px;
  line-height: 84px;
  color: #1C4F9B;
  letter-spacing: 1px;
  font-weight: bold;
}
.home_jj .jianjie_data .data_item .number text {
  margin-left: 6px;
  font-size: 18px;
  color: #1C4F9B;
  line-height: 34px;
  position: relative;
}
.home_jj .jianjie_data .data_item .number text em {
  font-size: 20px;
  color: #1C4F9B;
  line-height: 24px;
  font-style: normal;
  position: absolute;
  left: 0;
  top: -48px;
  z-index: 1;
}
.home_jj .jianjie_data .data_item p {
  width: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  color: #9F9F9F;
  letter-spacing: 1px;
  margin-top: 6px;
}
/*明星产品*/
.home_cp {
  width: 100%;
  background: url(../images/home/cp_bj.jpg) no-repeat center center;
  background-size: 100% 100%;
  padding: 120px 0 170px 0;
}
.home_cp .head {
  width: 100%;
  font-size: 50px;
  line-height: 60px;
  color: #000;
  font-weight: bold;
}
.home_cp .cp_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
}
.home_cp .cp_box .cp_right {
  width: 47.5%;
}
.home_cp .cp_box .cp_right .cp_img {
  width: 100%;
  background: #fff;
  height: 590px;
  border-radius: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home_cp .cp_box .cp_right .cp_img img {
  display: none;
  width: auto;
  height: auto;
  max-width: 90%;
}
.home_cp .cp_box .cp_left {
  width: 48.7%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
}
.home_cp .cp_box .cp_left .cp_desc {
  width: 100%;
}
.home_cp .cp_box .cp_left .cp_desc .desc_item {
  width: 100%;
  display: none;
}
.home_cp .cp_box .cp_left .cp_desc .desc_item .desc_text {
  width: 100%;
}
.home_cp .cp_box .cp_left .cp_desc .desc_item .desc_text h5 {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-wrap: wrap;
}
.home_cp .cp_box .cp_left .cp_desc .desc_item .desc_text h5 span {
  font-size: 38px;
  line-height: 44px;
  color: #010101;
  margin-right: 10px;
  font-weight: bold;
}
.home_cp .cp_box .cp_left .cp_desc .desc_item .desc_text h5 text {
  font-size: 24px;
  color: #010101;
  line-height: 30px;
  margin-top: 12px;
}
.home_cp .cp_box .cp_left .cp_desc .desc_item .desc_text p {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  font-size: 16px;
  color: #313131;
  line-height: 30px;
}
.home_cp .cp_box .cp_left .cp_list {
  width: 100%;
  padding-top: 36px;
}
.home_cp .cp_box .cp_left .cp_list .cp_switch {
  width: 100%;
  max-width: 420px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.home_cp .cp_box .cp_left .cp_list .cp_switch li {
  width: calc(50% - 10px);
  height: 52px;
  background: #1C4F9B;
  font-size: 18px;
  color: #fff;
  border-radius: 27px;
  text-align: center;
  line-height: 52px;
  cursor: pointer;
  border: 1px solid #1C4F9B;
  margin-bottom: 16px;
}
.home_cp .cp_box .cp_left .cp_list .cp_switch li.on {
  background: #fff;
  color: #1C4F9B;
}
.home_cp .cp_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 54px;
  width: 168px;
  background: #fff;
  border-radius: 27px;
  text-decoration: none;
  font-size: 16px;
  color: #2572B2;
  letter-spacing: 1px;
  margin-top: -65px;
}
.home_cp .cp_btn img {
  display: inline-block;
  width: 16px;
  height: auto;
  margin-left: 10px;
}
/*新闻动态*/
.home_news {
  width: 100%;
  padding: 100px 0 160px 0;
}
.home_news .head {
  width: 100%;
  font-size: 50px;
  line-height: 60px;
  color: #000;
  font-weight: bold;
}
.home_news .new_swiper {
  width: 100%;
  padding-top: 100px;
  margin-top: -42px;
}
.home_news .new_swiper .swiper-pagination {
  text-align: left;
  width: 100px;
  top: 12px;
  bottom: unset;
  right: 120px;
  left: unset;
  font-weight: bold;
  font-size: 20px;
}
.home_news .new_swiper .swiper-pagination .zongshu {
  color: #828282;
}
.home_news .new_swiper .fg_line {
  display: inline-block;
  width: 1px;
  height: 20px;
  background: #CCCCCC;
  position: absolute;
  top: 19px;
  right: 66px;
}
.home_news .new_swiper .swiper-button-next,
.home_news .new_swiper .swiper-button-prev {
  width: 24px;
  height: 24px;
  left: unset !important;
  top: 16px;
  margin-top: unset;
  bottom: unset;
  margin-right: 20px;
  background: url(../images/home/r_blue.png) no-repeat center center;
  background-size: 100% auto;
}
.home_news .new_swiper .swiper-button-next.swiper-button-disabled,
.home_news .new_swiper .swiper-button-prev.swiper-button-disabled {
  background: url(../images/home/r_gray.png) no-repeat center center;
  background-size: 100% auto;
  opacity: 1;
}
.home_news .new_swiper .swiper-button-prev {
  background: url(../images/home/l_blue.png) no-repeat center center;
  background-size: 100% auto;
  margin-right: 80px;
  right: 0;
  left: unset;
}
.home_news .new_swiper .swiper-button-prev.swiper-button-disabled {
  background: url(../images/home/l_gray.png) no-repeat center center;
  background-size: 100% auto;
  opacity: 1;
}
.home_news .new_swiper .news_item {
  display: inline-block;
  border: 1px solid #E1E1E1;
  overflow: hidden;
  width: 100%;
}
.home_news .new_swiper .news_item .news_img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
}
.home_news .new_swiper .news_item .news_img img {
  display: inline-block;
  width: 100%;
  height: auto;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.home_news .new_swiper .news_item .news_text {
  width: 100%;
  display: inline-block;
  padding: 28px;
}
.home_news .new_swiper .news_item .news_text h5 {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  line-height: 30px;
  height: 60px;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.home_news .new_swiper .news_item .news_text p {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
}
.home_news .new_swiper .news_item .news_text p span {
  font-size: 18px;
  line-height: 20px;
  color: #000000;
}
.home_news .new_swiper .news_item:hover {
  background: #1c4f9b;
}
.home_news .new_swiper .news_item:hover .news_img img {
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  transform: scale(1.06);
}
.home_news .new_swiper .news_item:hover .news_text h5 {
  color: #fff;
}
.home_news .new_swiper .news_item:hover .news_text p span {
  color: #fff;
}
@media screen and (max-width: 1900px) {
  /*明星产品*/
  .home_cp {
    height: 972px;
    background: url(../images/home/cp_bj.jpg) no-repeat center center;
    background-size: auto 100%;
  }
}
@media screen and (max-width: 1440px) {
  /*banner*/
  .banner {
    height: unset;
    overflow: hidden;
  }
  .banner .banner_list .banner_list_img img {
    height: auto;
  }
  .banner .banner_list .banner_list_txt .list_txt_dd {
    font-size: 56px;
    line-height: 76px;
  }
}
@media screen and (max-width: 1024px) {
  /*banner*/
  .banner .banner_list .banner_list_txt {
    padding: 0 20px;
  }
  .banner .banner_list .banner_list_txt .list_txt_dd {
    font-size: 50px;
    line-height: 70px;
  }
  .banner .banner_list .banner_list_txt a {
    height: 50px;
  }
  /*首页简介*/
  .home_jj {
    padding: 70px 0 100px 0;
  }
  .home_jj .jianjie_con .jianjie_right h5 {
    font-size: 28px;
    line-height: 48px;
  }
  .home_jj .jianjie_con .jianjie_right .jj_desc p {
    font-size: 16px;
    line-height: 34px;
  }
  .home_jj .jianjie_con .jianjie_right a {
    height: 50px;
    width: 160px;
    border-radius: 25px;
    font-size: 16px;
  }
  .home_jj .jianjie_con .jianjie_right a img {
    width: 16px;
    margin-left: 10px;
  }
  .home_jj .jianjie_data {
    margin-top: 50px;
  }
  .home_jj .jianjie_data .data_item .number span {
    font-size: 68px;
    line-height: 70px;
  }
  .home_jj .jianjie_data .data_item .number text {
    margin-left: 6px;
    font-size: 16px;
    line-height: 32px;
  }
  .home_jj .jianjie_data .data_item .number text em {
    font-size: 16px;
    line-height: 20px;
    top: -38px;
  }
  .home_jj .jianjie_data .data_item p {
    font-size: 16px;
    line-height: 28px;
    margin-top: 6px;
  }
  /*明星产品*/
  .home_cp {
    width: 100%;
    background: url(../images/home/cp_bj.jpg) no-repeat center center;
    background-size: auto 100%;
    padding: 100px 0 60px 0;
    height: 840px;
  }
  .home_cp .head {
    font-size: 38px;
    line-height: 48px;
  }
  .home_cp .cp_box {
    margin-top: 40px;
  }
  .home_cp .cp_box .cp_right .cp_img {
    height: 520px;
  }
  .home_cp .cp_box .cp_left {
    width: 48.7%;
  }
  .home_cp .cp_box .cp_left .cp_desc .desc_item .desc_text {
    width: 100%;
  }
  .home_cp .cp_box .cp_left .cp_desc .desc_item .desc_text h5 span {
    font-size: 30px;
    line-height: 36px;
    margin-right: 10px;
  }
  .home_cp .cp_box .cp_left .cp_desc .desc_item .desc_text h5 text {
    font-size: 16px;
    line-height: 28px;
    margin-top: 8px;
  }
  .home_cp .cp_box .cp_left .cp_desc .desc_item .desc_text p {
    margin-top: 16px;
    font-size: 15px;
    line-height: 26px;
  }
  .home_cp .cp_box .cp_left .cp_list {
    padding-top: 30px;
  }
  .home_cp .cp_box .cp_left .cp_list .cp_switch li {
    height: 48px;
    font-size: 16px;
    border-radius: 24px;
    line-height: 48px;
    margin-bottom: 16px;
  }
  .home_cp .cp_btn {
    height: 50px;
    width: 160px;
    border-radius: 25px;
    margin-top: -65px;
  }
  /*新闻动态*/
  .home_news {
    padding: 80px 0 100px 0;
  }
  .home_news .head {
    font-size: 38px;
    line-height: 48px;
  }
  .home_news .new_swiper {
    padding-top: 80px;
    margin-top: -42px;
  }
  .home_news .new_swiper .news_item .news_text {
    padding: 22px;
  }
  .home_news .new_swiper .news_item .news_text h5 {
    font-size: 16px;
    line-height: 24px;
    height: 48px;
  }
  .home_news .new_swiper .news_item .news_text p {
    margin-top: 12px;
  }
  .home_news .new_swiper .news_item .news_text p span {
    font-size: 16px;
    line-height: 18px;
  }
}
@media screen and (max-width: 767px) {
  /*banner*/
  .banner {
    height: unset;
    overflow: hidden;
  }
  .banner .swiper-pagination {
    bottom: 1rem;
  }
  .banner .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 12px;
  }
  .banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 32px;
    height: 32px;
    font-size: 12px;
    line-height: 32px;
  }
  .banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    width: 34px;
    height: 34px;
  }
  .banner .banner_list .banner_list_img img {
    height: auto;
  }
  .banner .banner_list .banner_list_txt {
    padding: 0 0.65rem;
  }
  .banner .banner_list .banner_list_txt .list_txt_dd {
    font-size: 1.4rem;
    line-height: 1.65rem;
    padding-right: 28%;
  }
  .banner .banner_list .banner_list_txt a {
    width: 4.25rem;
    height: 1.6rem;
    line-height: 1.6rem;
    border-radius: 0.8rem;
    margin-top: 0.8rem;
    font-size: 0.6rem;
  }
  .banner .banner_list .banner_list_txt a img {
    width: 0.4rem;
    margin-left: 0.15rem;
  }
  /*首页简介*/
  .home_jj {
    padding: 2.25rem 0 3rem 0;
  }
  .home_jj .jianjie_con {
    flex-direction: column;
  }
  .home_jj .jianjie_con .jianjie_left {
    width: 100%;
  }
  .home_jj .jianjie_con .jianjie_left img {
    width: 100%;
  }
  .home_jj .jianjie_con .jianjie_right {
    width: 100%;
    margin-top: 1.15rem;
  }
  .home_jj .jianjie_con .jianjie_right h5 {
    font-size: 1.2rem;
    line-height: 1.75rem;
  }
  .home_jj .jianjie_con .jianjie_right .jj_desc {
    margin-top: 0.65rem;
  }
  .home_jj .jianjie_con .jianjie_right .jj_desc p {
    font-size: 0.6rem;
    line-height: 1.2rem;
  }
  .home_jj .jianjie_con .jianjie_right a {
    height: 2rem;
    width: 5.85rem;
    border-radius: 1rem;
    font-size: 0.65rem;
  }
  .home_jj .jianjie_con .jianjie_right a img {
    width: 0.6rem;
    margin-left: 0.7rem;
  }
  .home_jj .jianjie_data {
    margin-top: 0.25rem;
    flex-wrap: wrap;
  }
  .home_jj .jianjie_data .data_item {
    margin-top: 1.25rem;
    width: 50%;
  }
  .home_jj .jianjie_data .data_item .number span {
    font-size: 1.75rem;
    line-height: 1.8rem;
  }
  .home_jj .jianjie_data .data_item .number text {
    margin-left: 0.15rem;
    font-size: 0.6rem;
    line-height: 0.8rem;
  }
  .home_jj .jianjie_data .data_item .number text em {
    font-size: 0.6rem;
    line-height: 0.8rem;
    top: -0.9rem;
  }
  .home_jj .jianjie_data .data_item p {
    font-size: 0.55rem;
    line-height: 0.8rem;
    margin-top: 0.5rem;
    letter-spacing: 0;
  }
  /*明星产品*/
  .home_cp {
    background: url(../images/home/cp_bj_m.jpg) no-repeat center center;
    background-size: 100% 100%;
    padding: 2.75rem 0 1.2rem 0;
    height: unset;
  }
  .home_cp .head {
    font-size: 1.25rem;
    line-height: 1.3rem;
  }
  .home_cp .cp_box {
    margin-top: 1rem;
    flex-direction: column;
  }
  .home_cp .cp_box .cp_right {
    width: 100%;
    padding-top: 2rem;
  }
  .home_cp .cp_box .cp_right .cp_img {
    border-radius: 0.8rem;
    height: 11.4rem;
  }
  .home_cp .cp_box .cp_left {
    width: 100%;
  }
  .home_cp .cp_box .cp_left .cp_desc .desc_item .desc_text h5 span {
    font-size: 0.75rem;
    line-height: 1.15rem;
    margin-right: 0.2rem;
  }
  .home_cp .cp_box .cp_left .cp_desc .desc_item .desc_text h5 text {
    font-size: 0.65rem;
    line-height: 0.9rem;
    margin-top: 0.2rem;
  }
  .home_cp .cp_box .cp_left .cp_desc .desc_item .desc_text p {
    margin-top: 0.75rem;
    font-size: 0.65rem;
    line-height: 1.05rem;
  }
  .home_cp .cp_box .cp_left .cp_list {
    padding-top: 1rem;
  }
  .home_cp .cp_box .cp_left .cp_list .cp_switch li {
    width: calc(50% - 0.38rem);
    height: 1.95rem;
    font-size: 0.65rem;
    border-radius: 0.95rem;
    line-height: 1.95rem;
    margin-bottom: 0.5rem;
  }
  .home_cp .cp_btn {
    height: 2.15rem;
    width: 100%;
    border-radius: 1.1rem;
    margin-top: 0.85rem;
    font-size: 0.65rem;
  }
  .home_cp .cp_btn img {
    width: 0.6rem;
    margin-left: 0.7rem;
  }
  /*新闻动态*/
  .home_news {
    padding: 2.2rem 0;
  }
  .home_news .head {
    font-size: 1.25rem;
    line-height: 1.3rem;
  }
  .home_news .news_list {
    width: 100%;
    margin-top: 1.2rem;
  }
  .home_news .news_list .news_item {
    display: inline-block;
    border: 0.0125rem solid #E1E1E1;
    overflow: hidden;
    width: 100%;
    margin-bottom: 1rem;
  }
  .home_news .news_list .news_item .news_img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
  }
  .home_news .news_list .news_item .news_img img {
    display: inline-block;
    width: 100%;
    height: auto;
    webkit-transition: all 0.4s ease-in-out 0.1s;
    transition: all 0.4s ease-in-out 0.1s;
  }
  .home_news .news_list .news_item .news_text {
    width: 100%;
    display: inline-block;
    padding: 0.75rem 0.65rem;
  }
  .home_news .news_list .news_item .news_text h5 {
    display: inline-block;
    width: 100%;
    font-size: 0.7rem;
    line-height: 1rem;
    height: unset;
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .home_news .news_list .news_item .news_text p {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.6rem;
  }
  .home_news .news_list .news_item .news_text p span {
    font-size: 0.6rem;
    line-height: 0.7rem;
    color: #000000;
  }
  .home_news .news_list .news_item:hover {
    background: #1c4f9b;
  }
  .home_news .news_list .news_item:hover .news_img img {
    webkit-transition: all 0.4s ease-in-out 0.1s;
    transition: all 0.4s ease-in-out 0.1s;
    transform: scale(1.06);
  }
  .home_news .news_list .news_item:hover .news_text h5 {
    color: #fff;
  }
  .home_news .news_list .news_item:hover .news_text p span {
    color: #fff;
  }
  .home_news .more_new {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1c4f9b;
    margin-top: 0.2rem;
    height: 2rem;
    border-radius: 1rem;
    line-height: 2rem;
    font-size: 0.65rem;
    color: #fff;
    letter-spacing: 1px;
  }
  .home_news .more_new img {
    width: 0.6rem;
    margin-left: 0.7rem;
  }
}
