

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;700&subset=chinese-simplified&display=swap');

body {
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 400;
  margin: 0 !important;
}

	.txo {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	
	.txo2 {
		display: -webkit-box;
		overflow: hidden;
		text-overflow: ellipsis;
		word-wrap: break-word;
		white-space: normal !important;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	
	.txo3 {
		display: -webkit-box;
		overflow: hidden;
		text-overflow: ellipsis;
		word-wrap: break-word;
		white-space: normal !important;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}
	
	.txo4 {
		display: -webkit-box;
		overflow: hidden;
		text-overflow: ellipsis;
		word-wrap: break-word;
		white-space: normal !important;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
	}
	
	.img,
	.icon100 {
		position: relative;
	}
	
	.img img,
	.icon100 img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
        height: auto;
        max-width: 100%;
        object-fit: contain;
	}
	
	.bs {
		box-shadow: 0 0 2.6667vw rgba(100, 100, 100, 0.2);
	}