.m_list5_flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  .m_list5_flex {
    display: block;
  }
}
.m_list5_flex .item {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1920px) {
  .m_list5_flex .item {
    width: calc((100% - calc(60 / 1920 * 100vw)) / 3);
    margin-right: calc(30 / 1920 * 100vw);
    margin-bottom: calc(30 / 1920 * 100vw);
  }
}
@media screen and (max-width: 1024px) {
  .m_list5_flex .item {
    width: calc((100% - calc(30 / 1920 * 100vw)) / 2);
  }
}
@media screen and (max-width: 750px) {
  .m_list5_flex .item {
    width: auto;
    margin-right: 0;
    margin-bottom: 0.2rem;
  }
}
.m_list5_flex .item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .m_list5_flex .item:nth-child(3n) {
    margin-right: calc(30 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .m_list5_flex .item:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .m_list5_flex .item:nth-child(2n) {
    margin-right: 0;
  }
}
.m_list6_radius .item {
  
}
@media screen and (max-width: 1920px) {
  .m_list6_radius .item {
  }
}
@media screen and (max-width: 750px) {
  .m_list6_radius .item {
  }
}
.m_product_reagent_intro .box .left {
}
.m_import_product_gallery {
  margin-top: 50px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1920px) {
  .m_import_product_gallery {
    margin-top: calc(50 / 1920 * 100vw);
    margin-bottom: calc(40 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .m_import_product_gallery {
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
  }
}
.m_import_product_gallery .box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-bottom: 30px;
}
@media screen and (max-width: 990px) {
  .m_import_product_gallery .box {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .m_import_product_gallery .box {
    margin-bottom: 0.3rem;
  }
}
.m_import_product_gallery .box .picture {
  width: 50%;
}
@media screen and (max-width: 990px) {
  .m_import_product_gallery .box .picture {
    width: auto;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 750px) {
  .m_import_product_gallery .box .picture {
    margin-bottom: 0.2rem;
  }
}
.m_import_product_gallery .box .picture img {
  display: block;
  max-width: 100%;
}
.m_import_product_gallery .box .text {
  flex: 1;
  margin-right: 150px;
}
@media screen and (max-width: 1920px) {
  .m_import_product_gallery .box .text {
    margin-right: calc(150 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .m_import_product_gallery .box .text {
    margin-right: 0;
  }
}
@media screen and (max-width: 750px) {
  .m_import_product_gallery .box .text {
    margin-right: 0;
  }
}
.m_import_product_gallery .box .text .btn {
  width: 140px;
  height: 50px;
  border: 1px solid #dedede;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flexbox;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-color: #09524a;
  background-color: #09524a;
}
@media screen and (max-width: 1920px) {
  .m_import_product_gallery .box .text .btn {
    width: calc(140 / 1920 * 100vw);
    height: calc(50 / 1920 * 100vw);
    min-width: 100px;
    min-height: 35px;
  }
}
@media screen and (max-width: 1440px) {
  .m_import_product_gallery .box .text .btn {
    font-size: 14px;
  }
}
@media screen and (max-width: 990px) {
  .m_import_product_gallery .box .text .btn {
    font-size: 12px;
  }
}
@media screen and (max-width: 750px) {
  .m_import_product_gallery .box .text .btn {
    font-size: 0.24rem;
    width: 2.2rem;
    height: 0.8rem;
  }
}
.m_import_product_gallery .box .text .btn:hover {
  color: #fff;
  border-color: #09524a;
  background-color: #09524a;
}
.m_import_product_gallery .title {
  font-size: 28px;
  padding-bottom: 30px;
  border-bottom: 2px solid rgba(49,123,126,0.2);
  margin-bottom: 30px;
}
@media screen and (max-width: 1920px) {
  .m_import_product_gallery .title {
    font-size: clamp(16px, calc(28 / 1920 * 100vw), 28px);
    padding-bottom: calc(30 / 1920 * 100vw);
    margin-bottom: calc(30 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .m_import_product_gallery .title {
    font-size: 0.32rem;
    font-weight: bold;
    padding-bottom: 0.2rem;
    margin-bottom: 0.2rem;
  }
}
.m_import_product_gallery .desc {
  font-size: 18px;
  line-height: 2;
  height: 8em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 50px;
}
@media screen and (max-width: 1920px) {
  .m_import_product_gallery .desc {
    margin-bottom: clamp(30px, calc(50 / 1920 * 100vw), 50px);
  }
}
@media screen and (max-width: 1440px) {
  .m_import_product_gallery .desc {
    font-size: 16px;
  }
}
@media screen and (max-width: 1280px) {
  .m_import_product_gallery .desc {
    font-size: 14px;
  }
}
@media screen and (max-width: 990px) {
  .m_import_product_gallery .desc {
    font-size: 14px;
    height: auto;
  }
}
@media screen and (max-width: 750px) {
  .m_import_product_gallery .desc {
    font-size: 0.28rem;
    line-height: 1.75;
    margin-bottom: 0.4rem;
  }
}
.m_import_product_gallery .hd {
  font-size: 28px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1920px) {
  .m_import_product_gallery .hd {
    font-size: clamp(16px, calc(28 / 1920 * 100vw), 28px);
  }
}
@media screen and (max-width: 750px) {
  .m_import_product_gallery .hd {
    font-size: 0.32rem;
    font-weight: bold;
    margin-bottom: 0.2rem;
  }
}
.m_import_product_gallery .list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  color: #09524a;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 1920px) {
  .m_import_product_gallery .list {
    font-size: clamp(14px, calc(20 / 1920 * 100vw), 20px);
  }
}
@media screen and (max-width: 1440px) {
  .m_import_product_gallery .list {
    font-size: 18px;
  }
}
@media screen and (max-width: 1280px) {
  .m_import_product_gallery .list {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .m_import_product_gallery .list {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .m_import_product_gallery .list {
    font-size: 0.28rem;
  }
}
.m_import_product_gallery .list li {
  height: 55px;
  padding: 0 35px;
  border: 2px solid rgba(49,123,126,0.2);
  margin-right: 15px;
  margin-bottom: 15px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1920px) {
  .m_import_product_gallery .list li {
    height: clamp(35px, calc(55 / 1920 * 100vw), 55px);
    padding: 0 calc(35 / 1920 * 100vw);
    margin-right: calc(15 / 1920 * 100vw);
    margin-bottom: calc(15 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .m_import_product_gallery .list li {
    width: 45%;
    height: 1rem;
    padding: 0 0.3rem;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 0.15rem;
    margin-bottom: 0.15rem;
  }
}
.m_import_product_gallery .list li .icon {
  height: 50px;
  margin-right: 10px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1920px) {
  .m_import_product_gallery .list li .icon {
    height: clamp(30px, calc(50 / 1920 * 100vw), 50px);
    margin-right: calc(10 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .m_import_product_gallery .list li .icon {
    height: 0.8rem;
    margin-right: 0.1rem;
  }
}
.m_import_product_gallery .list li .icon img {
  display: block;
  max-height: 100%;
}
.m_import_product_thumbs {
  padding: 20px;
  background-color: #fff;
  -webkit-border-radius: 0 25px 0 25px;
  -ms-border-radius: 0 25px 0 25px;
  border-radius: 0 25px 0 25px;
}
@media screen and (max-width: 1920px) {
  .m_import_product_thumbs {
    -webkit-border-radius: 0 calc(25 / 1920 * 100vw) 0 calc(25 / 1920 * 100vw);
    -ms-border-radius: 0 calc(25 / 1920 * 100vw) 0 calc(25 / 1920 * 100vw);
    border-radius: 0 calc(25 / 1920 * 100vw) 0 calc(25 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .m_import_product_thumbs {
    -webkit-border-radius: 0 0.3rem 0 0.3rem;
    -ms-border-radius: 0 0.3rem 0 0.3rem;
    border-radius: 0 0.3rem 0 0.3rem;
  }
}
.m_import_product_thumbs .swiper .swiper-slide:last-child .item::after {
  display: none;
}
.m_import_product_thumbs .swiper .swiper-slide.active .item .picture {
  border-color: #317b7e;
}
.m_import_product_thumbs .item {
  position: relative;
}
.m_import_product_thumbs .item::after {
  content: '';
  position: absolute;
  left: 100%;
  top: 80px;
  width: 20px;
  height: 4px;
  background-color: #317b7e;
}
@media screen and (max-width: 1920px) {
  .m_import_product_thumbs .item::after {
    top: clamp(40px, calc(80 / 1920 * 100vw), 80px);
  }
}
@media screen and (max-width: 750px) {
  .m_import_product_thumbs .item::after {
    top: 0.8rem;
  }
}
.m_import_product_thumbs .item .picture {
  width: 160px;
  height: 160px;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 8px solid rgba(49,123,126,0.2);
  margin: 0 auto;
  margin-bottom: 10px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: 0.55s;
  -ms-transition: 0.55s;
  transition: 0.55s;
}
@media screen and (max-width: 1920px) {
  .m_import_product_thumbs .item .picture {
    width: clamp(80px, calc(160 / 1920 * 100vw), 160px);
    height: clamp(80px, calc(160 / 1920 * 100vw), 160px);
    border-width: calc(8 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .m_import_product_thumbs .item .picture {
    width: 1.6rem;
    height: 1.6rem;
    border-width: 0.08rem;
  }
}
.m_import_product_thumbs .item .picture img {
  display: block;
  max-width: 80%;
  max-height: 80%;
}
.m_import_product_thumbs .item .title {
  color: #09524a;
  text-align: center;
  max-width: 190px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .m_import_product_thumbs .item .title {
    max-width: 100%;
  }
}
.m_product_device_intro_det .box {
   align-items: center;
}
.m_product_device_intro_det .box .picture {
  width: 760px;
  height: 510px;
  padding: 0;
  background-color: #fff;
  -webkit-box-shadow: 3px 5.196px 11px 0px rgba(0,0,0,0.09);
  -ms-box-shadow: 3px 5.196px 11px 0px rgba(0,0,0,0.09);
  box-shadow: 3px 5.196px 11px 0px rgba(0,0,0,0.09);
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  margin-right: 80px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1920px) {
  .m_product_device_intro_det .box .picture {
    width: calc(760 / 1920 * 100vw);
    height: calc(510 / 1920 * 100vw);
    margin-right: calc(80 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .m_product_device_intro_det .box .picture {
    width: auto;
    height: auto;
    padding: 40px 0;
    margin-right: 0;
    margin-bottom: calc(40 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .m_product_device_intro_det .box .picture {
    padding: 0.4rem 0;
    margin-bottom: 0.4rem;
  }
}
.m_product_device_intro_det .box .picture img {
  display: block;
  max-width: 80%;
  max-height: 80%;
}
.m_product_device_intro_det .box .text {
   padding-top: 40px;
  padding: 0;
}
@media screen and (max-width: 1920px) {
  .m_product_device_intro_det .box .text {
    padding-top: calc(40 / 1920 * 100vw);
  padding: 0;
  }
}
@media screen and (max-width: 990px) {
  .m_product_device_intro_det .box .text {
    padding-top: 0;
  }
}
.m_posr {
  position: relative;
}
.m_breadcrumb_share {
  font-size: 36px;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 1920px) {
  .m_breadcrumb_share {
    font-size: clamp(24px, calc(36 / 1920 * 100vw), 36px);
  }
}
@media screen and (max-width: 750px) {
  .m_breadcrumb_share {
    font-size: 0.5rem;
  }
}
.m_breadcrumb_share a {
  color: #dedede;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}
.m_breadcrumb_share a:hover {
  color: #09524a;
}
.m_list4_txt {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -40px;
}
@media screen and (max-width: 1920px) {
  .m_list4_txt {
    margin-bottom: calc(-40 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .m_list4_txt {
    margin-bottom: -0.4rem;
  }
}
.m_list4_txt .item {
  width: calc((100% - 100px) / 3);
  padding: 50px 35px;
  background-color: #fff;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 3px 5.196px 11px 0px rgba(0,0,0,0.09);
  -ms-box-shadow: 3px 5.196px 11px 0px rgba(0,0,0,0.09);
  box-shadow: 3px 5.196px 11px 0px rgba(0,0,0,0.09);
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 50px;
  margin-bottom: 50px;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}
@media screen and (max-width: 1920px) {
  .m_list4_txt .item {
    width: calc((100% - calc(100 / 1920 * 100vw)) / 3);
    padding: calc(50 / 1920 * 100vw) calc(35 / 1920 * 100vw);
    margin-right: calc(50 / 1920 * 100vw);
    margin-bottom: calc(50 / 1920 * 100vw);
  }
}
@media screen and (max-width: 1024px) {
  .m_list4_txt .item {
    width: calc((100% - calc(50 / 1920 * 100vw)) / 2);
  }
}
@media screen and (max-width: 750px) {
  .m_list4_txt .item {
    width: 100%;
    padding: 0.4rem;
    margin-right: 0;
    margin-bottom: 0.4rem;
  }
}
.m_list4_txt .item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .m_list4_txt .item:nth-child(3n) {
    margin-right: calc(50 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .m_list4_txt .item:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .m_list4_txt .item:nth-child(2n) {
    margin-right: 0;
  }
}
.m_list4_txt .item:hover {
  color: #fff;
  background-color: #09524a;
}
.m_list4_txt .item:hover .title {
  color: #fff;
  border-color: rgba(255,255,255,0.1);
}
.m_list4_txt .item .title {
  color: #09524a;
  font-size: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 20px;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}
@media screen and (max-width: 1920px) {
  .m_list4_txt .item .title {
    font-size: clamp(18px, calc(30 / 1920 * 100vw), 30px);
    padding-bottom: calc(20 / 1920 * 100vw);
    margin-bottom: calc(20 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .m_list4_txt .item .title {
    font-size: 0.32rem;
    padding-bottom: 0.2rem;
    margin-bottom: 0.2rem;
  }
}
.m_list4_txt .item .desc {
  line-height: 2;
}
@media screen and (max-width: 750px) {
  .m_list4_txt .item .desc {
    line-height: 1.75;
  }
}
.m_tab_reagent_tit {
  margin-bottom: 40px;
}
@media screen and (max-width: 1920px) {
  .m_tab_reagent_tit {
    margin-bottom: calc(40 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .m_tab_reagent_tit {
    margin-bottom: 0.4rem;
  }
}
.m_tab_reagent_tit ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 750px) {
  .m_tab_reagent_tit ul {
    justify-content: space-between;
  }
}
.m_tab_reagent_tit ul li {
  font-size: 32px;
  margin: 0 10px;
  cursor: pointer;
      color: #09524a;
    padding: 10px 25px;
    background: rgba(9,57,53,0.1);
}
@media screen and (max-width: 1920px) {
  .m_tab_reagent_tit ul li {
    font-size: clamp(18px, calc(32 / 1920 * 100vw), 32px);
    padding-bottom: calc(10 / 1920 * 100vw);
    margin: 0 calc(10 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .m_tab_reagent_tit ul li {
    font-size: 0.32rem;
    padding: 0.1rem 0.25rem;
    margin: 0;
  }
}
.m_tab_reagent_tit ul li.active {
  color: #fff;
  background: #09524a;
}
.m_tab_reagent_con .tab_con {
  display: none;
}
.m_tab_reagent_con .tab_con.active {
  display: block;
}
.m_relate_product_list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.m_relate_product_list .item {
  width: calc((100% - 120px) / 4);
  margin-right: 40px;
  margin-top: 35px;
}
@media screen and (max-width: 1920px) {
  .m_relate_product_list .item {
    width: calc((100% - calc(120 / 1920 * 100vw)) / 4);
    margin-right: calc(40 / 1920 * 100vw);
    margin-top: calc(35 / 1920 * 100vw);
  }
}
@media screen and (max-width: 1024px) {
  .m_relate_product_list .item {
    width: calc((100% - calc(40 / 1920 * 100vw)) / 2);
  }
}
@media screen and (max-width: 750px) {
  .m_relate_product_list .item {
    width: 100%;
    margin-right: 0;
    margin-top: 0.2rem;
  }
}
.m_relate_product_list .item:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .m_relate_product_list .item:nth-child(2n) {
    margin-right: 0;
  }
}
.m_relate_product_list .item .item_con {
  color: #09524a;
  font-size: 18px;
  padding: 10px;
  min-height: 40px;
  border: 1px solid #09524a;
  display: block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}
@media screen and (max-width: 1920px) {
  .m_relate_product_list .item .item_con {
    min-height: clamp(20px, calc(40 / 1920 * 100vw), 32px);
  }
}
@media screen and (max-width: 1440px) {
  .m_relate_product_list .item .item_con {
    font-size: 16px;
  }
}
@media screen and (max-width: 1280px) {
  .m_relate_product_list .item .item_con {
    font-size: 14px;
  }
}
@media screen and (max-width: 990px) {
  .m_relate_product_list .item .item_con {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .m_relate_product_list .item .item_con {
    font-size: 0.28rem;
    padding: 0.1rem;
    min-height: 0.6rem;
  }
}
.m_relate_product_list .item .item_con:hover {
  color: #fff;
  background-color: #09524a;
}
.g_helpbox_light {
  color: #333;
}
.g_helpbox_light .gbtn1.btn_border_dark {
  color: #317b7e;
  background-color: transparent;
  border: 1px solid #317b7e;
}
.g_helpbox_light .gbtn1.btn_border_dark:hover {
  color: #fff;
  background-color: #09524a;
}
.g_list3_list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  .g_list3_list {
    display: block;
  }
}
.g_list3_list .item {
  min-width: 0;
  width: calc((100% - 100px) / 3);
  margin-right: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1920px) {
  .g_list3_list .item {
    width: calc((100% - calc(100 / 1920 * 100vw)) / 3);
    margin-right: calc(50 / 1920 * 100vw);
    margin-bottom: calc(50 / 1920 * 100vw);
  }
}
@media screen and (max-width: 1024px) {
  .g_list3_list .item {
    width: calc((100% - calc(50 / 1920 * 100vw)) / 2);
  }
}
@media screen and (max-width: 750px) {
  .g_list3_list .item {
    width: auto;
    margin-right: 0;
  }
}
.g_list3_list .item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .g_list3_list .item:nth-child(3n) {
    margin-right: calc(50 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .g_list3_list .item:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .g_list3_list .item:nth-child(2n) {
    margin-right: 0;
  }
}


.my_tech_applylist {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0;
}
@media screen and (max-width: 1920px) {
  .my_tech_applylist {
    margin: calc(30 / 1920 * 100vw) 0;
  }
}
@media screen and (max-width: 750px) {
  .my_tech_applylist {
    display: block;
    margin: 0.3rem 0;
  }
}
.my_tech_applylist .list_item {
  color: #09524a;
  font-size: 22px;
  font-weight: bold;
  padding: 35px 35px 25px;
  width: calc((100% - 100px) / 6);
  background-color: #f1f3f5;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  margin-right: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1920px) {
  .my_tech_applylist .list_item {
    font-size: clamp(16px, calc(22 / 1920 * 100vw), 22px);
    padding: calc(35 / 1920 * 100vw) calc(35 / 1920 * 100vw) calc(25 / 1920 * 100vw);
    width: calc((100% - calc(100 / 1920 * 100vw)) / 6);
    margin-right: calc(20 / 1920 * 100vw);
    margin-bottom: calc(20 / 1920 * 100vw);
  }
}
@media screen and (max-width: 1024px) {
  .my_tech_applylist .list_item {
    width: calc((100% - calc(40 / 1920 * 100vw)) / 3);
  }
}
@media screen and (max-width: 750px) {
  .my_tech_applylist .list_item {
    font-size: 0.28rem;
    text-align: center;
    padding: 0.4rem 0.4rem 0.2rem;
    width: auto;
    margin-right: 0;
    margin-bottom: 0.2rem;
  }
}
.my_tech_applylist .list_item:nth-child(6n) {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .my_tech_applylist .list_item:nth-child(3n) {
    margin-right: 0;
  }
}
.my_tech_applylist .list_item .icon {
  height: 64px;
  margin-bottom: 10px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1920px) {
  .my_tech_applylist .list_item .icon {
    height: clamp(40px, calc(64 / 1920 * 100vw), 64px);
    margin-bottom: calc(10 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .my_tech_applylist .list_item .icon {
    height: 0.64rem;
    justify-content: center;
    margin-bottom: 0.1rem;
  }
}
.my_tech_applylist .list_item .icon img {
  display: block;
  max-height: 100%;
}
