@charset "utf-8";
/* CSS Document for iWeekly homepage since 2013
 * Copyright 2013 Modern Media CO., LTD. 
 * Last update: 2013-12-5 
 */
 



/* default style begin*/
body{
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	color:#fff;
	font-family:Helvetica, Tahoma, "Hiragino Sans GB", "华文细黑", "Microsoft YaHei", Hei;
	-webkit-font-smoothing: antialiased;
	font-size:9pt;
	background: url("../img/bg00.jpg") top center no-repeat #000;}

img{ 
	border: none;}
	
a{ 
	color: #fff;
	text-decoration: none;}
	
ol, ul {
	list-style: none; 
	margin:0;
	padding:0;}
	
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {
	display: block;}

.hidden{
	display:none;}
	
/* default style end */

/* layout begin */

header{
	width: 100%;
	height: 80px;
	margin: 0;
	padding: 0;
	line-height: 80px;
	z-index: 1000;
	position: absolute;
	top:0;
	left: 0;
	border-top:2px solid #c32518;}

	header h1{
		text-indent: -9999px;
		background: url("../img/logo.png") no-repeat top left;
		margin: 0 10px;
		padding: 0;}
		
 	header div nav{
	 	position: absolute;
	 	top:0;
	 	right: 10px;
	 	line-height: 80px;
	 	width: 250px;
		_width: 300px;
	 	height: 80px;
	 	clear: both;}

 		nav#contactUs ul li{
	 		float: left;
	 		margin: 0 20px;
	 		line-height: 80px;}
 		
 		nav#contactUs ul li a{
			display: inline-block; 
			line-height: 80px;
			height: 80px;
			*display:block; }
 		
		#contactUs a{
			width: 40px; 
			text-indent: -9999px;}
			
			#contactUs a.iconSina{ 
				background: url("../img/icon-sina.png") no-repeat center center;
				_background: url("../img/icon-sina.gif"); 
				background-position:center center; 
				background-repeat:no-repeat;}
				
			#contactUs a.iconWx{ 
				background: url("../img/icon-wx.png") no-repeat center center;
				_background: url("../img/icon-wx.gif");
				background-position:center center; 
				background-repeat:no-repeat;}
				
			#contactUs a.iconMail{ 
				background: url("../img/icon-mail.png") no-repeat center center;
				_background: url("../img/icon-mail.gif");
				background-position:center center; 
				background-repeat:no-repeat;}

footer{
	width: 100%;
	height: 260px;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #000;
	z-index: 1200;
	clear:both;}
	
	footer .wrap {
		padding: 20px 0 0 0;}
		
		footer .wrap p{
			line-height: 25px;
			clear:both; 
			/* width:300px; */ 
			text-align:center; 
			margin:10px auto;
			*width:220px;}
			
	footer a{
		text-decoration: underline;}
footer a.btnMETA{
  display:inline-block; 
  text-indent: 31px;
  background:url("../img/logo-metamedia.png") center center no-repeat;
  height: 30px; 
  width: 70px; 
  background-size: 30px 30px; 
  background-position: left top;
  margin: 0 10px;
  text-decoration: none;
  line-height: 30px;
  font-weight:600;
  color:#f2f2f2f1;
  font-size:12px;
}	
		footer a.btnMM{
			display:inline-block; 
			*display:block;
			*float:left;
			text-indent: -9999px;
			background:url("../img/logo-mm.png") center center no-repeat;
			_background: url("../img/logo-mm.gif");
			height: 25px; 
			width: 63px; 
			background-size: 63px 25px; 
			margin: 0 10px;
			text-decoration: none;}
			
		footer a.btnMDM{
			display:inline-block; 
			*display:block;
			*float:left;
			text-indent: -9999px;
			background:url("../img/logo-mdm.png") center center no-repeat;
			_background: url("../img/logo-mdm.gif");
			height: 25px; 
			width: 102px; 
			background-size: 102px 25px; 
			margin: 0 10px;
			text-decoration: none;}

.loading-container{ 
	*display:none;}
	

div.wrap{
	max-width: 1024px;
	/*min-width: 768px;*/
	margin: 0 auto;
	position: relative;
	width:100%;}

div#main, div#slides{
	overflow: hidden;
	width: 100%;
	height: 780px;
	position:relative;
}

	a.prev, a.arrowL{
		display: inline-block;
		*display:none;
		width: 36px;
		height: 68px;
		position: absolute;
		left: 18px;
		top:320px;
		background: url("../img/nudge-icon-arrow-l.png") center center no-repeat;
		text-indent:-9999px;
		z-index:9999;}
	
	
	a.next, a.arrowR{
		display: inline-block;
		*display:none;
		width: 36px;
		height: 68px;
		position: absolute;
		right: 18px;
		top:320px;
		background: url("../img/nudge-icon-arrow-r.png") center center no-repeat;
		text-indent:-9999px;
		z-index:9999;}
		
div#main div.wrap{ 
	top: 630px; 
	z-index: 1000;
	position:absolute; 
	width:100%; 
	max-width:none;}
	
#downloadApp{
	text-align: center;
	width: 768px;
	height: 60px;
	clear: both;
	z-index: 2000;
	margin:0 auto;}

footer div nav{
	display:none;}
	
	#downloadApp a{ 
		display:inline-block;
		*display:block; 
		*float:left;
		margin: 0 3px; 
		width: 180px; 
		height: 60px;
		text-indent: -9999px;}
		
		#downloadApp a.iconiPhone{
			background: url("../img/icon-appstore.png") no-repeat center center;
		background-size:180px 60px;}
			
		#downloadApp a.iconGoogleplay{
			background: url("../img/icon-googleplay.png") no-repeat center center;
		background-size:180px 60px;}
			
		#downloadApp a.iconiPad{
			background: url("../img/icon-appstore-ipad.png") no-repeat center center;
		background-size:180px 60px;}
			
		#downloadApp a.iconQR{
			background: url("../img/icon-qrcode.png") no-repeat center center;
		background-size:180px 60px;}
	
	#moreApps{ 
		height:70px; 
		width:300px; 
		margin:0 auto;}
		
	#moreApps a{
		display:inline-block; 
		margin: 10px; 
		width: 50px; 
		height: 50px; 
		text-indent: -9999px;
		*display:block; *float:left;}
		
		#moreApps a.iconImgz{ 
			background: url("../img/icon-imgz.png") no-repeat center center;
			_background: url("../img/icon-imgz.gif");}
		
		#moreApps a.iconLohas{ 
			background: url("../img/icon-lohas.png") no-repeat center center;
			_background: url("../img/icon-lohas.gif");}
		
		#moreApps a.iconIlady{ 
			background: url("../img/icon-ilady.png") no-repeat center center;
			_background: url("../img/icon-ilady.gif");}
			
		#moreApps a.iconIbg{ 
			background: url("../img/icon-ibg.png") no-repeat center center;
			_background: url("../img/icon-ibg.gif");}

		
#slider{
    position:relative;
    width:100%;
    height: 780px;
    z-index:3;
    top:0;
    background: none;
    overflow: hidden;}
	
.slider {
	position:relative;
    width:100%;
    height: 780px;
    z-index: 0;
    top:0;
    background: none;
    overflow: hidden;
	display: none;}
	
.screen {
    position:absolute;
	/*position:relative;*/
    height: 780px;
    width: 100%; 
   /* float: left;*/
    overflow: hidden;
    top:0; left:0;}

#dl{
	display:none;}

#screen-1{
	background: url("../img/bg00.jpg") no-repeat center center #FFF;  
	z-index: 4;}
	
	#screen-1 div.content{
		background: url("../img/slide01.png") no-repeat center -30px; 
		background-image:url("../img/slide01.png")\9;
		_background-image:url("../img/slide01ie6.png");
		background-size:1023px 682px; }

#screen-2{
	background: url("../img/bg02.jpg") no-repeat center top #FFF;  
	z-index: 3;}
	
	#screen-2 div.content{
		background: url("../img/slide03.png") no-repeat center top; 
		background-image:url("../img/slide03.png")\9; 
		background-size:1023px 682px;}

#screen-3{
	background: url("../img/bg03.jpg") no-repeat center top #FFF; 
	z-index: 2;}
	
	#screen-3 div.content{
		background: url("../img/slide02.png") no-repeat center top;  
		background-image:url("../img/slide02.png")\9;
		background-size:1023px 682px; }

#screen-4{
	background: url("../img/bg04.jpg") no-repeat center top #FFF;
	z-index: 1;}
	
	#screen-4 div.content{
		background: url("../img/slide04.png") no-repeat center top; 
		background-image:url("../img/slide04.png")\9; 
		background-size:1023px 682px; }

	.screen div.content{
		max-width: 1024px;
		width: 100%;
		height: 682px;
		margin: 120px auto 0 auto;
		text-align: center;
		position: relative;}
	
	.screen div.content p{
		font-size: 18px;
		line-height:30px;/* font-family:fzltkhjw;*/}
		
	.screen div.content h2{
		font-size: 66px;}
		
	.screen div.content img{
		width:100%; 
		min-width:1024px;}
		
		#screen-1 div.content p{
			color: #333;
			padding: 0 15px;
			text-align: left; 
			width:620px; 
			margin:0 auto;
			_display:none;}
			
		#screen-2 div.content h2{
			top:130px;
			right: 125px; 
			position: absolute;
			text-align: left;}
			
		#screen-2 div.content p{
			top:260px;
			right: 50px; 
			position: absolute;
			font-size: 18px;
			text-align: left;}
			
		#screen-3 div.content h2{
			top:180px;
			left: 80px; 
			position: absolute;
			text-align: left;}
			
		#screen-3 div.content p{
			top:310px;
			left: 80px; 
			position: absolute;
			font-size: 18px;
			text-align: left;}
			
		#screen-4 div.content h2{
			bottom:230px;
			left: 10px; 
			position: absolute;
			text-align: left;}
			
		#screen-4 div.content p{
			bottom:200px;
			left: 10px; 
			position: absolute;
			font-size: 18px;
			text-align: left;}	
	
/* layout end */

#wxCode{
	background:url(../img/qrcode.png) center center no-repeat;
	background-image:url(../img/qrcodeie.png)\9;
	background-color: rgba(0,0,0,0.7);
	/*background-color:#000;*/
	position:fixed;
	position:absolute\9;
	width:100%;
	height:100%;
	_width:400px;
	_height:450px;
	top:0;
	_top:200px;
	bottom:0;
	left:0;
	right:0;
	z-index:9999;
	display:none;
	margin:0 auto;}
	
	#wxCode a{
		display:block;
		width:100%;
		height:100%;}
		
#dlCode{
	background:url(../img/iweekly_yyb_web.jpg) center center no-repeat;
	background-size:50%;
	background-image:url(../img/dlcodeie.png)\9;
	background-color: rgba(0,0,0,0.7);
	/*background-color:#000;*/
	position:fixed;
	position:absolute\9;
	width:100%;
	height:100%;
	_width:400px;
	_height:450px;
	top:0;
	_top:200px;
	bottom:0;
	left:0;
	right:0;
	z-index:9999;
	display:none;
	margin:0 auto;}
	
	#dlCode a{
		display:block;
		width:100%;
		height:100%;}


@media screen and (max-width: 767px) {
	
footer div nav{
	display:block;
	line-height: 80px;
	width: 250px;
	height: 80px;
	clear: both;
	margin:0 auto;}

header div nav{
	display:none;}

footer{
	width: 100%;
	height: 330px;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #000;
	z-index: 1200;}



div#main{
	overflow: hidden;
	width: 100%;
	height: 600px;}
	
div#main div.wrap{ 
	top: 420px; }

#downloadApp{
	text-align: center;
	width: 100%;
	clear: both;
	z-index: 2000;
	line-height:260px;
	height:160px;}	

#downloadApp a{ 
	display:inline-block;
	margin:5px auto; 
	height:60px; 
	width:180px; }
		
.slider {
	display:none;}

.screen {
    position: relative;
    width: 100%; 
    overflow: hidden;}
	
	.screen div.content{
		width: 100%;
		height: 600px;
		margin: 120px auto 0 auto;
		text-align: center;
		position: relative;}

#screen-1{
	background: url("../img/bg01.jpg") no-repeat center top;  
	z-index: 4;}
	
	#screen-1 div.content{
		background: url("../img/slide01.png") no-repeat 50% 20%; 
		background-size:480px 360px; }
		
#screen-2{
	background: url("../img/bg02.jpg") no-repeat center top;  
	z-index: 3;}
	
	#screen-2 div.content{
		background: url("../img/slide03.png") no-repeat 50% 50%;  
		background-size:680px 510px;}
		
#screen-3{
	background: url("../img/bg03.jpg") no-repeat center top;  
	z-index: 2;}
	
	#screen-3 div.content{
		background: url("../img/slide02.png") no-repeat 50% 50%;  
		background-size:680px 510px; }
		
#screen-4{
	background: url("../img/bg04.jpg") no-repeat center top;  
	z-index: 1;}
	
	#screen-4 div.content{
		background: url("../img/slide04.png") no-repeat 50% 85%;  
		background-size:560px 420px; }

#screen-1, #screen-2, #screen-3{
	background-size:1280px 600px;}
	
#screen-4{
	background-size:1920px 900px;}
	
#screen-1 div.content p{
	color: #333;
	padding: 0 10px;
	text-align:justify; 
	font-size:14px; 
	width:auto; 
	line-height:24px;}
	
#screen-2 div.content h2{
	top:30px;
	right: 10px; 
	position: absolute;
	text-align: left;
	font-size: 50px;}
	
#screen-2 div.content p{
	top:10px;
	right: 10px; 
	position: absolute;
	font-size: 16px;
	text-align:right; 
	line-height:24px;}
	
#screen-3 div.content h2{
	top:0px;
	left: 20px; 
	position: absolute;
	text-align: left;
	font-size: 50px;}
	
#screen-3 div.content p{
	top:90px;
	left: 20px; 
	position: absolute;
	font-size: 16px;
	text-align: left; 
	line-height:24px;}
	
#screen-4 div.content h2{
	top:0px;
	left: 10px; 
	position: absolute;
	text-align: left;
	font-size: 50px;}
	
#screen-4 div.content p{
	top:90px;
	left: 10px; 
	position: absolute;
	font-size: 16px;
	text-align: left; 
	line-height:24px;}	

}
	
	
@media all and (-webkit-min-device-pixel-ratio:1.5){

#contactUs a.iconSina{ background: url("../img/icon-sina@2x.png") no-repeat center center;background-size:36px 30px;}
#contactUs a.iconWx{ background: url("../img/icon-wx@2x.png") no-repeat center center;background-size:36px 30px;}
#contactUs a.iconMail{ background: url("../img/icon-mail@2x.png") no-repeat center center;background-size:30px 34px;}
	
header h1{background: url("../img/logo@2x.png") no-repeat top left;background-size:172px 80px;}

#downloadApp a.iconiPhone{background: url("../img/icon-appstore@2x.png") no-repeat center center;background-size:180px 60px;}
#downloadApp a.iconiPad{background: url("../img/icon-appstore-ipad@2x.png") no-repeat center center;background-size:180px 60px;}
#downloadApp a.iconGoogleplay{background: url("../img/icon-googleplay@2x.png") no-repeat center center;background-size:180px 60px;}
#downloadApp a.iconQR{background: url("../img/icon-qrcode@2x.png") no-repeat center center;background-size:180px 60px;}

/*#screen-1{background: url("../img/bg00.jpg") no-repeat top center; background-size:cover;}
#screen-1 div.content p{color: #333;padding: 0 15px;text-align: left; width:620px; margin:0 auto;line-height:30px;} */
#moreApps a.iconImgz{ background: url("../img/icon-imgz@2x.png") no-repeat center center;background-size:cover;}
#moreApps a.iconLohas{ background: url("../img/icon-lohas@2x.png") no-repeat center center;background-size:cover;}
#moreApps a.iconIlady{ background: url("../img/icon-ilady@2x.png") no-repeat center center;background-size:cover;}
#moreApps a.iconIbg{ background: url("../img/icon-ibg@2x.png") no-repeat center center;background-size:cover;}

#screen-1 div.content{background: url("../img/slide01@2x.png") no-repeat center -30px; background-size:1023px 682px;}
#screen-2 div.content{background: url("../img/slide03@2x.png") no-repeat center top; background-size:1023px 682px;}
#screen-3 div.content{background: url("../img/slide02@2x.png") no-repeat center top; background-size:1023px 682px;}
#screen-4 div.content{background: url("../img/slide04@2x.png") no-repeat center top; background-size:1023px 682px;}

footer a.btnMM{display:inline-block;text-indent: -9999px;background:url("../img/logo-mm@2x.png") center center no-repeat;height: 25px; width: 73px; background-size: 73px 25px; margin: 0 10px;text-decoration: none;}
footer a.btnMDM{display:inline-block;text-indent: -9999px;background:url("../img/logo-mdm@2x.png") center center no-repeat;height: 25px; width: 102px; background-size: 102px 25px; margin: 0 10px;text-decoration: none;}
#wxCode{background:url(../img/qrcode@2x.png) center center no-repeat;background-size: 400px 450px;background-color: rgba(0,0,0,0.7);}
#dlCode{background:url(../img/iweekly_yyb_web.jpg) center center no-repeat;background-size: 400px 450px;background-color: rgba(0,0,0,0.7);background-size:50%;}
}
	
@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio:1.5){
a.next,a.prev{display:none;}

.slider {position:relative;width:100%;height: 600px;z-index: 0;top:0;background: none;overflow: hidden;display:block;}
	
#screen-1{background: url("../img/bg01.jpg") no-repeat top center; background-size:1280px 600px;}
#screen-1 div.content{background: url("../img/slide01mb@2x.png") no-repeat 50% 20%; background-size:90% ; height:600px; }
#screen-1 div.content p{text-align:justify; width:auto; margin:0 auto;padding:0 20px; font-size:14px;}
.slides-container{display:none;}
.loading-container{ display:none;}

#dl{margin-top: -1000px;}
#wxCode{background:url(../img/qrcode.png) center center no-repeat;background-size: 200px 225px;background-color: rgba(0,0,0,0.7);}
#dlCode{background:url(../img/iweekly_yyb_web.jpg) center center no-repeat;background-size: 200px 225px;background-color: rgba(0,0,0,0.7);}
#downloadApp a.iconQR{display:none;}
#downloadApp a.iconiPad{display:none;}
}
.police{width:15px;margin-bottom:-2px;}
.police a {margin-right:10px;}