/*=========================
　　　　 for chinese
===========================*/
body{
    font-family: 'Noto Sans SC', sans-serif;
    /* font-weight: bold; */
	margin:0;
	padding:0;
    min-height: 100vh;
    position: relative;
	-webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: 100%;
}
/* company */
.company-item .item {
    font-weight: 500;
    font-size: 26px;
    height: auto;
}
/* products */
.products_info dl dt, .products_info dl dd {
    padding: 10px 2px 10px 8px;
}
@media(max-width:599px){
    .company-item .item {
        font-size: 5.5vw;
    }
}