@charset "utf-8";
/* CSS Document */
body {
	font-family: 宋体, 新宋体;
	font-size:11pt;
	margin: 0; /* 最好将 body 元素的边距和填充设置为 0 以覆盖不同的浏览器默认值 */
	padding: 0;
	text-align: center; /* 在 IE 5* 浏览器中，这会将容器居中。文本随后将在 #container 选择器中设置为默认左对齐 */
	color: #000000;
	background-color:#eee;
}
div {
	background-color:transparent;
}
.oneColFixCtrHdr #container {
	width: 980px;  /* 使用比最大宽度 (800px) 小 20px 的宽度可显示浏览器界面元素，并避免出现水平滚动条 */
	background: #FFFFFF;
	margin: 0 auto; /* 自动边距（与宽度一起）会将页面居中 */
	/*border: 1px solid #000000;*/
	text-align: left; /* 这将覆盖 body 元素上的“text-align: center”。 */
	position:relative;
	background-color:#eee;
}
.oneColFixCtrHdr #header {
	height:90px;
	padding: 0 10px 0 20px;  /* 此填充会将出现在它后面的 div 中的元素左对齐。如果 #header 中使用的是图像（而不是文本），您最好删除填充。 */
	background-color:#eee;
}
.oneColFixCtrHdr #mainContent {
	padding: 0px; /* 请记住，填充是 div 方块内部的空间，边距则是 div 方块外部的空间 */
	padding-top:20px;
	background: #FFFFFF;
	background-color:#eee;
}
.oneColFixCtrHdr #footer {
	padding: 0; /* 此填充会将它上面 div 中的所有元素左对齐。 */
	background-color:#eee;
}


/*普通链接设置*/
a:link { color:#000; text-decoration: none}
a:visited { color: #000; text-decoration: none}
a:hover { color: #000; text-decoration: underline}
a:active { color: #000; text-decoration: underline}
/*顶部导航栏链接设置*/
a.NvgtrTtl:link { color: #fff; text-decoration: none}
a.NvgtrTtl:visited { color: #fff; text-decoration: none}
a.NvgtrTtl:hover { color: #fff; text-decoration: underline}
a.NvgtrTtl:active { color: #fff; text-decoration: underline}
/*顶部注册、登录链接设置*/
a.Reg:link { color: #08c; text-decoration: none}
a.Reg:visited { color: #08c; text-decoration: none}
a.Reg:hover { color: #08c; text-decoration: underline}
a.Reg:active { color: #08c; text-decoration: underline}
/*了解更多链接设置*/
a.Mr:link { color: #08c; text-decoration: none}
a.Mr:visited { color: #08c; text-decoration: none}
a.Mr:hover { color: #08c; text-decoration: underline}
a.Mr:active { color: #08c; text-decoration: underline}
/*分页面顶部链接设置*/
a.ChactrstcLnk:link { color: #838383; text-decoration: none}
a.ChactrstcLnk:visited { color: #838383; text-decoration: none}
a.ChactrstcLnk:hover { color: #000; text-decoration: none}
a.ChactrstcLnk:active { color: #000; text-decoration: none}
/*微秀视频页面顶部标题后链接样式*/
a.PrdctLnkStyl:link { color: #000; text-decoration: none}
a.PrdctLnkStyl:visited { color: #000; text-decoration: none}
a.PrdctLnkStyl:hover { color: #0088cc; text-decoration: none}
a.PrdctLnkStyl:active { color: #0088cc; text-decoration: none}
a.PrdctLnkStyl{
	cursor:pointer;
}

/*分页面大标题样式*/
.TTL {
	font-family:黑体;
	font-size:20pt;
	line-height:150%;
	font-weight:bold;
}
.TTLII {
	font-size:18pt;
	font-weight:bold;
	line-height:50px;
	font-family:黑体;
}

/*视频播放列表样式*/
a.VdList:link { color: #838383; text-decoration: none}
a.VdList:visited { color: #838383; text-decoration: none}
a.VdList:hover { color: #000; text-decoration: none}
a.VdList:active { color: #000; text-decoration: none}
a.VdList {
	cursor:pointer;
}

/*各页面视频链接样式表*/
a.VdPlay:link { color: #08c; text-decoration: none}
a.VdPlay:visited { color: #08c; text-decoration: none}
a.VdPlay:hover { color: #08c; text-decoration: underline}
a.VdPlay:active { color: #08c; text-decoration: underline}
a.VdPlay {
	line-height:150%;
	cursor:pointer;
}
/*底部导航表链接样式*/
a.BttmLnkStyl:link { color: #838383; text-decoration: none}
a.BttmLnkStyl:visited { color: #838383; text-decoration: none}
a.BttmLnkStyl:hover { color: #000; text-decoration: none}
a.BttmLnkStyl:active { color: #000; text-decoration: none}

/*顶部导航栏样式*/
.BlckNvgtrTb {
	width:100%;
}
.BlckNvgtrTb td {
	width:103px;
	padding:0px;
}

/*底部导航栏样式*/
.BottomNvgtr {
	height:20px;
}
.BottomNvgtr td {
	vertical-align:middle;
	padding-left:2px;
	padding-right:2px;
	color:#838383;
}

/*底部导航表样式*/
.BottomNvgtrTb {
	width:980px;
	border:1px solid #d2d2d2;
}
.BottomNvgtrTb td {
	padding-left:20px;
	font-size:9pt;
}
.BottomNvgtrTb td.Arrow {
	background-image:url(../images/BottomArrow.png);
	background-repeat:no-repeat;
	height:28px;
	padding:0px;
}
.BottomNvgtrTb td.title {
	font-weight:bold;
}

/*印象微秀页面主表样式*/
.XpShwChrctrstcTb {
	width:980px;
	border:1px solid #d2d2d2;
	background-color:#fff;
}
.XpShwChrctrstcTb td {
	padding-top:0px;
	padding-left:50px;
	padding-right:30px;
	padding-bottom:5px;
	line-height:200%;
}

/*诚邀代理页面利润回报表样式*/
.ProfitTb {
	width:840px;
	margin-top:10px;
}
.ProfitTb td {
	font-size:10pt;
	padding:5px;
	padding-left:20px;
	padding-right:20px;
	line-height:150%;
	width:210px;
	vertical-align:top;
}

/*视频列表格式*/
.VdLstTb {
	width:200px;
}
.VdLstTb td {
	padding:0px;
	padding-left:5px;
	color:#ffffff;
	line-height:150%;
	height:84px;
	width:90px;
	background-color:#000000;
	vertical-align:middle;
}
.VdLstTb td.SP {
	background-color:#fff;
	height:8px;
}
.VdLstSlctStyl {
	width:90px;
	height:60px;
	border:1px solid #ff0000;
}
.VdLstStyle {
	width:90px;
	height:60px;
	border:1px solid #e3e3e3;
}
.PcLstStyle {
	width:100px;
	height:75px;
	border:1px solid #e3e3e3;
}
.PcLstSlctStyle {
	width:100px;
	height:75px;
	border:1px solid #ff0000;
}

/*视频列表内小表格式*/
.VdTb {
	width:196px;;
	height:80px;;
	position:absolute;
	top:2px; 
	left:4px;
	border-spacing:0;
	border-collapse:0;
}
.VdTb td.img{
	padding:2px;
	width:94px;
	vertical-align:middle;
}
.VdTb td.text{
	padding:2px;
	vertical-align:middle;
	text-align:left;
	font-size:9pt;
}

/*使用展厅页面视频列表格式*/
.UsPgVdLstTb {
	width:500px;
}
.UsPgVdLstTb td{
	padding:2px;
	font-size:9pt;
	vertical-align:top;
}


/*视频播放表样式*/
.VdPlyrTb {
	width:980px;
	margin-top:5px;
	border:1px solid #d2d2d2;
	background-color:#fff;
}
.VdPlyrTb td {
	padding:5px;
	padding-left:20px;
	vertical-align:top;
}

/*视频列表视频图标层样式*/
.VdLstPrdctLyr {
	margin-bottom:8px;
	background-color:#000;
	height:84px;
	width:200px;
	position:relative;
}

/*客服列表样式*/
.CstmSvcTb {
	border-collapse:0;
	border-spacing:0;
}
.CstmSvcTb td{
	padding:2px;
	font-size:9pt;
	vertical-align:middle;
	text-align:center;
}

/*人才招聘表*/
.RcrtmntTb {
	text-align:left;
	border:1px solid #e2e2e4;  /*表格边框*/
 	border-collapse:collapse;  /*边框重叠*/
 	background-color:#ffffff;/*alpha(opacity=75);  表格背景*/
 	font-family:宋体, Arial, Helvetica, sans-serif;    /*表格字体*/
 	font-size:9pt;
}
.RcrtmntTb td{
	line-height:150%;
	padding-left:20px;
	padding-right:10px;
	vertical-align:middle;
	padding-top:5px;
	padding-bottom:5px;
	border:1px solid #e2e2e4;
}
.RcrtmntTb tr.title {
	background-image:url(../images/backtitle.jpg);
	height:27px;
	border-bottom:1px solid #e2e2e4;
	font-weight:bold;
}
.RcrtmntTb td.title {
	border-bottom:1px solid #e2e2e4;
	color:#656565;
	padding-left:10px;
	padding-top:0px;
	padding-bottom:0px;
	vertical-align:middle;
}

/*分页面顶部导航层样式*/
.ChdNvgrtLyr {
	position:absolute;
	right:10px;
	top:22px;
	font-size:10pt;
}

/*微秀视频页面广告表样式*/
.ShwHllAdTb {
	width:980px;
	border:1px solid #d2d2d2;
}
.ShwHllAdTb td {
	vertical-align:top;
	border-left:1px solid #d2d2d2;
	background-color:#fff;
	line-height:150%;
}

/*首面广告表样式*/
.MnPgAdTb {
	width:100%;
}
.MnPgAdTb td {
	padding:20px;
	padding-bottom:0px;
	width:237px;
	line-height:150%;
	color:#838383;
	vertical-align:top;
	cursor:pointer;
}

.MnPgAdTbTxtTtl {
	color:#000;
	font-size:11pt;
	font-weight:bold;
}
.MnPgAdTbTxtNrml {
	font-size:9pt;
}

.KeywordsStyle {
	color:#ff7e00;
}
