@charset "utf-8";
/*Environmental chamber 20210106*/
.prod-cards {
  background: #fff;
  text-align: center;
  padding: 80px 0;
}
figure {
  display: block;
  margin-block-end: 1em;
  margin-inline-start: 40px;
  margin-inline-end: 40px;
}
.prod-cards .cards {
  --padding: 20px;
}
.cards .card {
  overflow: hidden;
  border-radius: 20px;
}
.prod-cards .h2 {
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 15px;
  text-align: center;
}
.prod-cards .cards {
  --gap: 31px;
  --cols: 4;
  --grid-flow: chamber;
  --max-width: 1600px;
  display: grid;
  grid-template-columns: repeat(var(--cols), minmax(0, 1fr));
  grid-auto-flow: var(--grid-flow);
  grid-gap: var(--gap);
  max-width: var(--max-width);
  padding: 70px 20px 0 20px;
  margin: auto;
}
.prod-cards .card-chamber-01 {
  background: #fff;
  box-shadow: 1px 1px 18px -4px rgba(0, 0, 0, .14);
}
.chamber {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  min-width: 0px;
}
.image-High-and-Low-Chamber {
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("/Public/Home/images/high-low-chamber.jpg");
}
.image-MGDW-408-40C {
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("https://neware-web.oss-cn-shenzhen.aliyuncs.com/Pro-MGDW/MGDW-408-40C.jpg");
}
.image-MGDW-408-40BC {
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("https://neware-web.oss-cn-shenzhen.aliyuncs.com/Pro-MGDW/MGDW-408-40BC.jpg");
}
.image-MGDW-408-40HC {
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("https://neware-web.oss-cn-shenzhen.aliyuncs.com/Pro-MGDW/MGDW-408-40HC.jpg");
}
.image-MGDW-408-40HBC-208V {
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("https://neware-web.oss-cn-shenzhen.aliyuncs.com/Pro-MGDW/MGDW-408-40HBC-208V.jpg");
}
.image-MGDW-800-40BFC {
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("https://neware-web.oss-cn-shenzhen.aliyuncs.com/Pro-MGDW/MGDW-800-40BFC.jpg");
}
.image-MGDW-800-40HBFC {
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("https://neware-web.oss-cn-shenzhen.aliyuncs.com/Pro-MGDW/MGDW-800-40HBFC.jpg");
}
.image-MGDW-225-2-40C {
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("https://neware-web.oss-cn-shenzhen.aliyuncs.com/Pro-MGDW/MGDW-225-2-40C.jpg");
}
.image-MGDW-225-2-40BC {
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("https://neware-web.oss-cn-shenzhen.aliyuncs.com/Pro-MGDW/MGDW-225-2-40BC.jpg");
}
.image-MGDW-225-2-40BFC {
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("https://neware-web.oss-cn-shenzhen.aliyuncs.com/Pro-MGDW/MGDW-225-2-40BFC.jpg");
}
.image-WGDW-5V20mA{
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("https://neware-web.oss-cn-shenzhen.aliyuncs.com/Pro-MGDW/MGDW-225-40-5V20mA160CH.jpg");
}
.image-WGDW-5V30A{
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("https://neware-web.oss-cn-shenzhen.aliyuncs.com/Pro-MGDW/WGDW-50-40-5V30A16CH.jpg");
}
.cards .card .chamber-copy {
  padding: var(--padding);
}
.prod-cards .card-chamber-01 .image {
  position: relative;
  left: 50%;
  margin-left: -192.5px;
}
.High-and-Low-Chamber:hover image {
  -webkit-transform: scale(1.04);
}
.High-and-Low-Chamber image {
  transition: all .5s;
}
.High-and-Low-Chamber {
  flex-basis: 100%;
  max-width: 100%;
}
.chamber:hover {
  -webkit-tap-highlight-color: transparent;
  outline-offset: -2px;
}
.chamber-headline {
  font-size: 14px;
  line-height: 1.21053;
  font-weight: 600;
  letter-spacing: .012em;
  margin-bottom: 10px;
  text-align: left;
  margin-left: 24px;
}
.chamber .MGDW {
  font-size: 16px;
  line-height: 1.21053;
  font-weight: 600;
  letter-spacing: .012em;
  margin-bottom: 10px;
  text-align: left;
  margin-left: 24px;
}
.prod-cards .card-chamber-01 .card-copy {
  margin-left: auto;
  margin-right: auto;
  max-width: 280px;
  font-weight: 400;
  text-align: left;
  line-height: 1.6;
  color: #7e7e7e;
}
.prod-cards .card-environmental-chamber .card-copy {
  font-weight: 400;
  text-align: left;
  max-width: 280px;
  margin: auto;
  color: #7e7e7e;
  line-height: 1.6;
}
.prod-cards .card-High-Temperature-Chamber .card-copy {
  font-weight: 400;
  margin-left: auto;
  margin-right: auto;
  max-width: 280px;
  text-align: left;
  color: #7e7e7e;
  line-height: 1.6;
}
.bold {
  font-weight: 700;
}
.cards .card .card-cta {
  margin-top: 0.8em;
}
.card-cta .icon-copy:hover {
  background-color: #FFE7A1;
  color: #5c5c5c;
}
.card-cta .icon-copy {
  font-size: 14px;
  padding: 5px 10px;
  background-color: #f0b100;
  color: #fff;
  border-radius: 5px;
}
.chamber-intro {
  font-size: 18px;
  line-height: 1.381;
  font-weight: 400;
  letter-spacing: .011em;
}
.prod-cards .card-environmental-chamber {
  background: #fff;
  box-shadow: 1px 1px 18px -4px rgba(0, 0, 0, .14);
}
.prod-cards .card-environmental-chamber .image {
  position: relative;
  left: 50%;
  margin-left: -192.5px;
}
.prod-cards .card-environmental-chamber .image:hover {
  opacity: 0.85;
}
.prod-cards .card-chamber-01 .image:hover {
  opacity: 0.85;
}
.image-MGW-408-B {
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("https://neware-web.oss-cn-shenzhen.aliyuncs.com/Pro-Chambers/MGW-408-B.jpg");
}
.image-MGW-1000 {
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("https://neware-web.oss-cn-shenzhen.aliyuncs.com/Pro-Chambers/MGW-408-B.jpg");
}
.image-MGW-1000-BF {
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("https://neware-web.oss-cn-shenzhen.aliyuncs.com/Pro-Chambers/MGW-1000-BF.jpg");
}
.image-MFB-350-2K {
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("https://neware-web.oss-cn-shenzhen.aliyuncs.com/Pro-Chambers/MFB-350-2K.jpg");
}
.image-MFB-220-20K {
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("https://neware-web.oss-cn-shenzhen.aliyuncs.com/Pro-Chambers/MFB-220-20K.jpg");
}
.image-environmental-chamber {
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("/Public/Home/images/environmental-chamber.jpg");
}
.image_cte_4032d_5v30a {
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("/Public/Home/images/CTE-4032D-5V30A.jpg");
}
.image_cte_4064d_5v30a {
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("/Public/Home/images/CTE-4064D-5V30A.jpg");
}
.image_cte_4064d_5v30a {
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("/Public/Home/images/CTE-4064D-5V30A.jpg");
}
.image_cte_4032_5v100a {
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("/Public/Home/images/CTE-4032-5V100A.jpg");
}
.image_ct_4008_5v30a {
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("/Public/Home/images/CT-4008-5V30A.jpg");
}
.image_cte_4008d_5v20a {
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("https://neware-web.oss-cn-shenzhen.aliyuncs.com/Pro-Testers/CT-4008-5V20A.jpg");
}
.image_ct_4008_5v20a {
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("https://neware-web.oss-cn-shenzhen.aliyuncs.com/Pro-Testers/CT-4008-5V20A.jpg");
}
.image_ct_4008_20v6a {
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("https://neware-web.oss-cn-shenzhen.aliyuncs.com/Pro-Testers/CT-4008-20V6A.jpg");
}
.image_cte_4008d_5v30a {
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("https://neware-web.oss-cn-shenzhen.aliyuncs.com/Pro-Testers/CTE-4008D-5V30A.jpg");
}
.image_cte_4048d_5v60a {
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("https://neware-web.oss-cn-shenzhen.aliyuncs.com/Pro-Testers/CT-4048-5V60A.jpg");
}
.image_cte_4008_5v60a {
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("https://neware-web.oss-cn-shenzhen.aliyuncs.com/Pro-Testers/CT-4008-5V60A.jpg");
}
.image_ct_4008_5v100a {
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("/Public/Home/images/CT-4008-5V100A.jpg");
}
.image_cte_4048_5v100a {
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("https://neware-web.oss-cn-shenzhen.aliyuncs.com/Pro-Testers/CTE-4048-5V100A.jpg");
}
.image_cte_4032_5v100a {
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("https://neware-web.oss-cn-shenzhen.aliyuncs.com/Pro-Testers/CTE-4032-5V100A-NTA.jpg");
}
.image_ct_4008_5v100a {
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("https://neware-web.oss-cn-shenzhen.aliyuncs.com/Pro-Testers/CT-4008-5V100A-NTA.jpg");
}
.image_ct_4008_5v120a {
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("/Public/Home/images/CT-4008-5V120A.jpg");
}
.image_cte_4048_5v120a {
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("https://neware-web.oss-cn-shenzhen.aliyuncs.com/Pro-Testers/CTE-4048-5V100A.jpg");
}
.image_cte_4032_5v120a {
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("https://neware-web.oss-cn-shenzhen.aliyuncs.com/Pro-Testers/CTE-4032-5V100A-NTA.jpg");
}
.image_ct_4008_5v120a {
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("https://neware-web.oss-cn-shenzhen.aliyuncs.com/Pro-Testers/CT-4008-5V120A-NTA.jpg");
}
.image_cte_4016_5v200a {
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("https://neware-web.oss-cn-shenzhen.aliyuncs.com/Pro-Testers/CTE-4016-5V200A.jpg");
}
.image_cte_4004_5v500a {
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("https://neware-web.oss-cn-shenzhen.aliyuncs.com/Pro-Testers/CTE-4004-5V500A.jpg");
}
.image_ce_6008n_5v300a {
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("https://neware-web.oss-cn-shenzhen.aliyuncs.com/Pro-Testers/CE-6008n-5V300A-H.jpg");
}
.image_cte_8008_5V200A {
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("https://neware-web.oss-cn-shenzhen.aliyuncs.com/Pro-Testers/CTE-8008-5V200A.jpg");
}
.image_cte_8008_5V300A {
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("https://neware-web.oss-cn-shenzhen.aliyuncs.com/Pro-Testers/CTE-8008-5V300A.jpg");
}
.image_cte_8008_5V500A {
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("https://neware-web.oss-cn-shenzhen.aliyuncs.com/Pro-Testers/CTE-8008-5V500A.jpg");
}
.image_CE_6002n_750V200A_IG {
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("https://neware-web.oss-cn-shenzhen.aliyuncs.com/Pro-Testers/CE-6008-pack.jpg");
}
.image_ce_6016n_6v300a {
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("https://neware-web.oss-cn-shenzhen.aliyuncs.com/Pro-Testers/CE-6016n-6V300A.jpg");
}
.image_ce_6008n_20v150a {
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("https://neware-web.oss-cn-shenzhen.aliyuncs.com/Pro-Testers/CE-6008n-20V150A.jpg");
}
.image_cte_6012n_60v50a {
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("https://neware-web.oss-cn-shenzhen.aliyuncs.com/Pro-Testers/CE-6008n-20V150A.jpg");
}
.image_ce_6008n_100v100a {
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("https://neware-web.oss-cn-shenzhen.aliyuncs.com/Pro-Testers/CE-6008n-100V100A-H.jpg");
}
.image_ct_4008tn_ma {
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("/Public/Home/images/CT-4008Tn-mA.jpg");
}
.image_ct_4008tn_10ma_supercap {
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("/Public/Home/images/CT-4008Tn-5V10mA-Supercap.jpg");
}
.image_ct_4008tn_6a_supercap {
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("/Public/Home/images/CT-4008Tn-5V6A-supercap.jpg");
}
.image_CT5_5V6A {
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("https://neware-web.oss-cn-shenzhen.aliyuncs.com/Pro-Testers/5008-5V6A.jpg");
}
.image_CE5-20V10A {
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("https://neware-web.oss-cn-shenzhen.aliyuncs.com/Pro-Testers/CE5-20V10A.jpg");
}
.image_CT9_9004 {
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("https://neware-web.oss-cn-shenzhen.aliyuncs.com/Pro-Testers/9004.jpg");
}
.image_CT9_9008 {
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("https://neware-web.oss-cn-shenzhen.aliyuncs.com/Pro-Testers/9008.jpg");
}
.image_CT9_9008_5V12A {
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("https://neware-web.oss-cn-shenzhen.aliyuncs.com/Pro-Testers/9008_5V12A.jpg");
}
.image_CE5080-20V30A {
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("https://neware-web.oss-cn-shenzhen.aliyuncs.com/Pro-Testers/CE5080-20V30A.jpg");
}
.image_CE5000-5V600A {
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("https://neware-web.oss-cn-shenzhen.aliyuncs.com/Pro-Testers/CE5000-5V600A.jpg");
}
.image_calibration {
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("https://neware-web.oss-cn-shenzhen.aliyuncs.com/other-pro/Calibration.jpg");
}
.image_aux {
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("https://neware-web.oss-cn-shenzhen.aliyuncs.com/other-pro/AUX-NEWARE.jpg");
}
.image_aux1 {
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("https://neware-web.oss-cn-shenzhen.aliyuncs.com/other-pro/CA-4008n-1U-T-TC.jpg");
}
.image_aux2 {
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("https://neware-web.oss-cn-shenzhen.aliyuncs.com/other-pro/CA-4016n-1U-T-TC.jpg");
}
.image_aux3 {
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("https://neware-web.oss-cn-shenzhen.aliyuncs.com/other-pro/CA-4032n-1U-T-TC.jpg");
}
.image_aux4 {
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("https://neware-web.oss-cn-shenzhen.aliyuncs.com/other-pro/CA-4008n-1U-5VT-TX.jpg");
}
.image_A608_DCJ_X{
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("https://neware-web.oss-cn-shenzhen.aliyuncs.com/Clamp/A608-DCJ-X.jpg");
}
.image_A705_P5_45B{
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("https://neware-web.oss-cn-shenzhen.aliyuncs.com/Clamp/A705-P5-45B.jpg");
}
.image_B01_WX_VIBF14{
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("https://neware-web.oss-cn-shenzhen.aliyuncs.com/Clamp/B01-WX-VIBF-14.jpg");
}
.image_B01_WX_VIBF15{
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("https://neware-web.oss-cn-shenzhen.aliyuncs.com/Clamp/B01-WX-VIBF-15.jpg");
}
.image_chamber_ma{
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("https://neware-web.oss-cn-shenzhen.aliyuncs.com/Clamp/chamber-ma.jpg");
}
.image_bvir {
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("https://neware-web.oss-cn-shenzhen.aliyuncs.com/other-pro/BVIR.jpg");
}
.image_A705_T_P_HWX_200A {
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("https://neware-web.oss-cn-shenzhen.aliyuncs.com/Clamp/A705-T-P-HWX-200A.jpg");
}
.image_MTF_Y_ZJ_60A_1CH_L {
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("https://neware-web.oss-cn-shenzhen.aliyuncs.com/Clamp/MTF-Y-ZJ-60A-1CH-L.jpg");
}
.image_A705_P7_20A {
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("https://neware-web.oss-cn-shenzhen.aliyuncs.com/Clamp/A705-P7-20A-2.jpg");
}
.image_A705_P_GY_30A_K {
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("https://neware-web.oss-cn-shenzhen.aliyuncs.com/Clamp/A705-P-GY-30A-K.jpg");
}
.image_A705_P_GY_30A_R {
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("https://neware-web.oss-cn-shenzhen.aliyuncs.com/Clamp/A705-P-GY-30A-R.jpg");
}
.image_A705_P_QS_60A {
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("https://neware-web.oss-cn-shenzhen.aliyuncs.com/Clamp/A705-P-QS-60A.jpg");
}
.image_A705_P_HS_30A {
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("https://neware-web.oss-cn-shenzhen.aliyuncs.com/Clamp/A705-P-HS-30A.jpg");
}
.image_A705_P_GY_B_S {
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("https://neware-web.oss-cn-shenzhen.aliyuncs.com/Clamp/A705-P-GY-B-S.jpg");
}
.image_A705_P_QS_B {
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("https://neware-web.oss-cn-shenzhen.aliyuncs.com/Clamp/A705-P-QS-B.jpg");
}
.image_A705_P_QS_DG_10A {
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("https://neware-web.oss-cn-shenzhen.aliyuncs.com/Clamp/A705-P-QS-DG-10A.jpg");
}
.image_A705_P_YZB_100A {
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("https://neware-web.oss-cn-shenzhen.aliyuncs.com/Clamp/A705-P-YZB-100A.jpg");
}
.image_A705_P_YZB_DG_15A {
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("https://neware-web.oss-cn-shenzhen.aliyuncs.com/Clamp/A705-P-YZB-DG-15A.jpg");
}
.image_A705_T_100A_KSJ {
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("https://neware-web.oss-cn-shenzhen.aliyuncs.com/Clamp/A705-T-100A-KSJ.jpg");
}
.image_ct_4008_6a {
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("/Public/Home/images/CT-4008Q-5V6A-164-S1.jpg");
}
.image_ct_4008_12a {
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("/Public/Home/images/5V12A.jpg");
}
.image_ct_4008q_100ma {
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("/Public/Home/images/CT-4008Q-100mA.jpg");
}
.prod-cards .card-High-Temperature-Chamber {
  background: #fff;
  box-shadow: 1px 1px 18px -4px rgba(0, 0, 0, .14);
}
.prod-cards .card-High-Temperature-Chamber .image {
  position: relative;
  left: 50%;
  margin-left: -192.5px;
}
.prod-cards .card-High-Temperature-Chamber .image:hover {
  opacity: 0.85;
}
.image-High-Temperature-Chamber {
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("/Public/Home/images/high-chamber.jpg");
}
.image-25L {
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("https://neware-web.oss-cn-shenzhen.aliyuncs.com/Pro-MHW/25L.jpg");
}
.image-25L-4pieces {
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("https://neware-web.oss-cn-shenzhen.aliyuncs.com/Pro-MHW/4pieces.jpg");
}
.image-MIHW-200-160CH-B {
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("https://neware-web.oss-cn-shenzhen.aliyuncs.com/Pro-MHW/MIHW-200-160CH-B.jpg");
}
.image_ma {
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("https://neware-web.oss-cn-shenzhen.aliyuncs.com/solution/mA.jpg");
}
.image_Electric_vertical_roller_alignment {
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("https://neware-web.oss-cn-shenzhen.aliyuncs.com/solution/Electric-vertical-roller-alignment-machine.jpg");
}
.image_coincell_sealing_equipment {
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("https://neware-web.oss-cn-shenzhen.aliyuncs.com/solution/coincell--sealing-equipment.jpg");
}
.image_Automatic_coating_dryer {
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("https://neware-web.oss-cn-shenzhen.aliyuncs.com/solution/Automatic-coating-dryer.jpg");
}
.image_Small_planetary_vacuum_mixer {
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("https://neware-web.oss-cn-shenzhen.aliyuncs.com/solution/Small-planetary-vacuum-mixer.jpg");
}
.image_film_processor {
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("https://neware-web.oss-cn-shenzhen.aliyuncs.com/solution/Film-processor.jpg");
}
.image-MHW-300-5V12A80CH-380V {
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("https://neware-web.oss-cn-shenzhen.aliyuncs.com/Pro-MHW/MHW-300-5V12A80CH-380V.jpg");
}
.image-MHW-500-5V6A80CH-380V {
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("https://neware-web.oss-cn-shenzhen.aliyuncs.com/Pro-MHW/MHW-500-5V6A80CH-380V.jpg");
}
.image-MHW-200L {
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("https://neware-web.oss-cn-shenzhen.aliyuncs.com/Pro-MGDW/MHW-200L.jpg");
}
.image-25L-2 {
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("https://neware-web.oss-cn-shenzhen.aliyuncs.com/Pro-MHW/25L-2.jpg");
}
.image-MHW-480 {
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("https://neware-web.oss-cn-shenzhen.aliyuncs.com/Pro-MHW/MHW-480.jpg");
}
.image-MHW-480-B {
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("https://neware-web.oss-cn-shenzhen.aliyuncs.com/Pro-MHW/MHW-480-B.jpg");
}
.image-MHW-100-2-160CH {
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("https://neware-web.oss-cn-shenzhen.aliyuncs.com/Pro-MHW/MHW-100-2-160CH.jpg");
}
.image-MGW-408-B {
  width: 385px;
  height: 310px;
  background-size: 385px 310px;
  background-repeat: no-repeat;
  background-image: url("https://neware-web.oss-cn-shenzhen.aliyuncs.com/Pro-Chambers/MGW-1000.jpg");
}
.icon-wrapper .icon, .icon-wrapper .more::after, .icon-wrapper .icon-before::before, .icon-wrapper .icon-after::after {
  display: inline;
  position: static;
}
.icon::before, .icon::after, .more::before, .more::after {
  color: inherit;
  font-style: normal;
  font-weight: inherit;
  font-size: inherit;
  line-height: 1;
  z-index: 1;
}
.icon-after::after, .more::after {
  padding-left: .3em;
  top: 0;
}
.icon::before, .icon::after, .more::before, .more::after {
  text-decoration: none;
}
a, .link {
  color: #06c;
  letter-spacing: inherit;
}
a:hover, a:focus {
  -webkit-tap-highlight-color: transparent;
  outline-offset: -2px;
}
.MGDW-2 {
  background-color: #edcb60;
  max-height: 300px;
}
.prod-3-001 {
  background-color: #b3c2d9;
  max-height: 300px;
}
.prod-3-001 .container {
  max-width: 1300px;
  width: 100%;
}
.prod-3-001 .h2 {
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  font-weight: 300;
  padding: 0;
  margin-bottom: 80px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.prod-3-01 {
  background-color: #b3c2d9;
  max-height: 300px;
}
.prod-3-01 .container {
  max-width: 1500px;
  width: 100%;
}
.prod-3-01 .h1 {
  font-size: 32px;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 60px 0 100px;
}
.prod-3-01 .h2 {
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  font-weight: 400;
  padding: 0;
  margin-bottom: 150px;
  margin-top: -80px;
  margin-left: auto;
  margin-right: auto;
  width: 1300px;
}
@media (max-width: 1024px) {
  .prod-cards .cards {
    --padding: 16px;
    --cols: 2;
  }
  .prod-cards {
    padding: 40px 0;
  }
  .prod-3-01 .h1 {
    padding: 50px 0 100px;
  }
  .prod-3-01 .h2 {
    font-size: 18px;
    width: 100%;
  }
  .back-color {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .85);
    opacity: 0;
    z-index: 3;
  }
  .prod-3-001 .h2 {
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
    color: #fff;
    font-weight: 300;
    padding: 0;
    margin-bottom: 80px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .prod-cards .cards {
    --padding: 16px;
  }
  .prod-cards h2 {
    font-size: 20px;
  }
  .prod-cards {
    padding: 40px 0;
  }
  .prod-3-01 .h1 {
    padding: 50px 0 100px;
    font-size: 18px;
    line-height: 1.3;
  }
  .prod-3-01 .h2 {
    font-size: 14px;
    width: 100%;
  }
  .prod-3-001 .h2 {
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    color: #fff;
    font-weight: 300;
    padding: 0;
    margin-bottom: 60px;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .prod-cards strong {
    padding: 0;
    margin: 0;
  }
}
@media (max-width: 414px) {
  .prod-cards .cards {
    --cols: 1;
    padding: 40px 20px 0 20px;
  }
  .prod-cards {
    padding: 40px 0;
  }
  .prod-3-001 .h2 {
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    color: #fff;
    font-weight: 300;
    padding: 0;
    margin-bottom: 80px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}