/*-------------------------
	Simple reset
--------------------------*/
* {
	margin:0;
	padding:0;
}

/*-------------------------
	General Styles
--------------------------*/
body { 
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
}

#bn {
	position:absolute;
	height:100%;
	width:100%;
	overflow:hidden;
	margin:0px;
}

#bn .tu {
	text-align:center;
	display:block;
	height:100%;
	width:100%;
	margin:0px;
}

.tu img {
	vertical-align:middle;
	width:100%;
	height:100%;
	display:block;
	position:absolute;
}


#bn #hao .xu {
	display:inline;
	float:left;
	width:25%;
	height:70px;
	line-height:70px;
	color:#FFFFFF;
	cursor:pointer;
	background-color:#000000;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity:0.7;
	opacity:0.7;
	text-align:center;
	font-size:38px;
	font-weight:bolder;
	
}


#bn #hao {
	position:absolute;
	left:0px;
	height:100px;
	width:100%;
	z-index:2;
	bottom:0px;
}
#bn #hao1 .xu {
	display:inline;
	float:left;
	width:25%;
	height:100px;
	line-height:100px;
	color:#c1c1c1;
	cursor:pointer;
	background-color:#000;
filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity:0.8;
	opacity:0.8;
	text-align:center;
	font-size:38px;
	font-weight:bolder;
	padding-top:33px;
}


#bn #hao1 {
	position:absolute;
	left:0px;
	height:100px;
	width:100%;
	z-index:2;
	bottom:0px;
	padding-top:33px;
}
/*----------------------------
	Directional Nav
-----------------------------*/		
#popupBigimage {
	position:absolute;
	width:100%;
	height:100%;
	visibility:hidden; 
	overflow:auto; 
	background-color:#f3f3f3; 
	left:0px;
	top:0px;
	z-index:1001;
	text-align:center;
}

/*----------------------------
	The popupWindow
-----------------------------*/
#popupContents {
	box-shadow:0 0 10px #040404;
	position:absolute;
	visibility:hidden;   
	overflow:hidden;
	height:100%; 
	background-color:#f3f3f3; 
	padding:0px;
	z-index:1;
}

#popupContents .title_left {
	padding-top:12px; 
	padding-left:10px;
	float:left;
}

#popupContents .title_right {
	float:right;
	padding-right:5px;
}

#albumContent {
	height:78%;
	margin-top:1px;
	overflow-y:auto;
	overflow-x:hidden;
}

.ItemContent {
	float:left;
	position:absolute;
	left:20px;
	padding-top:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
}

.ItemNum {
	float:right;
	position:absolute;
	right:55px;
	padding-top:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:right;
}

#popupProfiles {
	box-shadow:0 0 10px #040404;
	position:absolute;
	visibility:hidden;   
	overflow:hidden;;  
	background-color:#f3f3f3;   
	padding:0px;
	z-index:1;
	height:100%;
}

#popupProfiles .title_left {
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#6d6a64;
	padding-top:12px; 
	padding-left:10px; 
	float:left;
}

#popupProfiles .title_right {
	float:right;
	padding-right:5px;
}

#btn_contentArea {
	width:100%;
	position:absolute;
	margin:0;
	padding:0;
	z-index:100;
	top:50px;
	height:85%;
}

#btn_profile.btnProfile {
	position:absolute;
	left:8px;
	z-index:120;
	top:8px;
	cursor:pointer;
}

#popupShareBox {
	position:absolute;
	width:100%;
	height:500px;
	bottom:0px;
	visibility:hidden;   
   	overflow:hidden;
	clear:both;
	margin:auto;
	cursor:pointer;
	background-color:#FFFFFF;
	padding-top:20px;
	padding-bottom:20px;
	z-index:1002;
	text-align:center;
}

#screenMask {
	position:absolute;
	width:100%;
	height:100%;
	visibility:hidden;   
	overflow:hidden;
	background-color:#000000;
	opacity:0.6;
	padding:0px;
	margin:0px;
	z-index:1001;
}

#popupPassword {
	position:absolute;
	visibility:hidden;   
	overflow:hidden;
	width:260px;
	height:280px;
	background-color:#ffffff;
	padding:0px;
	z-index:1002;
}

#passwordContent {
	position:absolute;
	left:6px;
	z-index:120;
	top:0px;
	width:98%;
	height:306px;
	border-radius: 5px;
	
}

.pb {
	padding-bottom: 10px; 
}

#inBookLogin {
	background-color: #FFFFFF;
	width: 90%;
	padding: 10px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#inBookLogin .s_title { 
	font-family: "Î¢ÈíÑÅºÚ"; 
	font-size: 24px; 
	color: #333333; 
	text-align: left;
	padding-left:5px; 
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px; 
}

#inBookLogin input { 
	width: 98%; 
	height: 40px; 
	line-height: 20px; 
	padding-left: 5px; 
	border-radius: 5px; 
	border: solid 1px #CCCCCC; 
	font-size: 14px;
	padding-top:10px;
	padding-bottom:10px;
}

#inBookLogin #btnEnter { 
	background-color: #FF9900; 
	border-radius: 5px; 
	width: 99%; 
	height: 40px; 
	line-height: 40px; 
	font-family: "Î¢ÈíÑÅºÚ"; 
	font-size: 18px; 
	color: #FFFFFF; 
	display: block; 
	margin-left: auto; 
	margin-right: auto;
	cursor:pointer; 
}

#inBookLogin #btnEnter a { 
	display: block; 
	color: #FFFFFF; 
	text-decoration: none; 
}

#inBookLogin #companyInfo { 
	text-align: left; 
	line-height: 28px; 
	font-family: "Î¢ÈíÑÅºÚ"; 
	font-size: 14px; 
	color: #666666; 
	padding-top: 10px; 
}

#inBookLogin #companyInfo ul { 
	list-style: none; 
	margin: 0px; 
	padding: 0px; 
}

#inBookLogin #companyInfo ul li { 
	padding-left: 5px; 
}

#boxCss {
	position:absolute;
	height:100%;
	width:100%;
	overflow:hidden;
	margin:0px;
}

.piclist{
	position:relative;
	-webkit-transition: left 600ms ease-out;
	width:100%;
	height:100%;
	left:0;
}

.piclist li{
	display:table-cell;
	width:100%;
	height: 235px;
	position:relative;
	float: left;
	vertical-align: middle;
}

.swipe{
	text-align:center;
	vertical-align: middle;
	display:block;
	height:100%;
	width:100%;
	background: #fff url(/v3/singlePage/images/loader.gif) no-repeat center center;
	margin:0px;
	overflow: hidden; visibility: visible; list-style: none; 
}

#pageCountDiv {
	position: absolute;
	right: 40%;
	z-index: 2;
	bottom: 90px;
	height: 80px;
	width: 150px;
	line-height: 80px;
	opacity: 0.5;
	color: #333;
	text-align: center;
	font-size: 38px;
}

#pageScreenDiv {
	position:absolute;
	left:0px;
	z-index:2;
	top:0px;
	height:80px;
	width:150px;
	line-height:80px;
	background:#333;
	opacity:0.5;
	color:#fff;
	font-size:38px;
	text-align:center;	
}

#cancelBtn {
	position:absolute;
	width:96%;
	height:100px;
	border:solid #cccccc 2px;
	margin-top:10px;
	left:20px;
	right:20px;
	text-align:center;
	background:#cccccc;
	line-height:100px;
	cursor:pointer;
	font-size:52px;
	font-weight:bold;
}

.listDivShow {
	width:90%;
	margin:auto;
	clear:both;
	overflow:hidden;
}

.listShowDivCss {
	float:left;
	background-color:#ffffff;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:20px;
}

.listShowImgDivCss {
	width:223px;
	height:280px;
	cursor:pointer;
}

.handPoint {
	cursor:pointer;
}

.objectAlignCenter {
	text-align:center;
}

.popupShareTitleTxt {
	text-align:center;
	font-family:Arial, Verdana, Tahoma;
	font-size:52px;
	font-weight:bold;
}

.popupShareTxt {
	font-family:Arial, Verdana, Tahoma;
	font-size:38px;
	font-weight:bold;
}

#pause {
	position:absolute;
	left:0px;
	z-index:2;
	top:0px;
	height:80px;
	width:100px;
	line-height:80px;
	background:#333;
	opacity:0.5;
	color:#fff;
	font-size:42px;
	font-weight:bold;
	text-align:center;
	cursor:pointer;	
}

#popupAppBox {
	position:absolute;
	width:100%;
	display:none;   
	clear:both;
	margin:auto;
	cursor:pointer;
	background-color:#FFFFFF;
	z-index:1001;
	text-align:center;
}

#appDownloadMask {
	position:absolute;
	width:100%;
	height:100%;
	display:none;
	overflow:hidden;
	background-color:#000000;
	cursor:pointer;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity:0.6;
	opacity:0.6;
	padding:0px;
	margin:0px;
	z-index:1000;
}
