
		@font-face {
			font-family: 'linkeidnf1';
			src: url('communitychinese-regular-webfont.woff') format('woff'), /* chrome、firefox */
		}
		@font-face {
			font-family: 'linkeidne1';
			src: url('Community-Regular.woff') format('woff'), /* chrome、firefox */
		}
		html, body {font-family: linkeidnf1,linkeidne1,-apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', 'Fira Sans', Ubuntu, Oxygen, 'Oxygen Sans', Cantarell, 'Droid Sans', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Lucida Grande', Helvetica, Arial, sans-serif;
			font-size: 100%;color: #000;margin: 0;padding: 0;background:url(bg.jpg) repeat-y center 0;background-size: 100% auto;
		}
		body.fixed{overflow:hidden}
		h2,h3,h4,p,li,ul{padding:0; margin:0; list-style:none;}
		img{display:block;width:100%;}


		.app{margin:0 auto;width:100%;}

		.two{display: flex;}
		.two a{display: block;width:50%;}

		.cols{position:fixed;bottom:0;left:0%;width:100%;}
		.cols div{display: flex;}
		.cols div a{width:50%;}

		.player{display:none;background:rgba(0,0,0,.6); position: fixed;top:0;left:0;width:100%;height:100%; z-index: 999; }
		.player-inner{width:90%; height:260px; position: absolute;left:5%;top:20%;}
		.player-inner a{cursor: pointer;background:url(wclose.png)  no-repeat center 0 ;  background-size: 100% auto; height:30px;width:30px;display:block;position: absolute;left:50%;bottom:-50px; margin-left: -15px;}
		.player-main{width:100%;height:100%; background: #000; position: absolute;border-radius: 12px;overflow: hidden;}
		.player-video{border-radius: 12px;overflow: hidden;height: 260px; width: 100%;}

		
		@media screen and (min-width: 750px){
			.app {width:440px;}
			.cols{width:440px;left:50%;margin-left:-220px}
		}