@font-face {
  font-family: 'Poppins';  
  src: url('font/Poppins-Light.ttf') format('truetype');
  font-weight: 100;
}

@font-face {
  font-family: 'Poppins';  
  src: url('font/Poppins-Regular.ttf') format('truetype');
  font-weight: 300;
}

@font-face {
  font-family: 'Poppins';  
  src: url('font/Poppins-Medium.ttf') format('truetype');
  font-weight: 600;
}


@font-face {
  font-family: 'Poppins';  
  src: url('font/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 800;
}

@font-face {
  font-family: 'Poppins';  
  src: url('font/Poppins-Bold.ttf') format('truetype');
  font-weight: 900;
}

html,body{font-family:'Poppins'; }
.g-goods-info .title{font-weight: 600;}
.g-goods-info .spec-bar li{width: auto; margin-right:26px;}
.g-goods-info .spec-bar li:nth-child(2n){margin-right: 0;}