@font-face {
  font-family: 'iconfont';  /* project id 1146774 */
  src: url('//at.alicdn.com/t/font_1146774_ccyegh37yj.eot');
  src: url('//at.alicdn.com/t/font_1146774_ccyegh37yj.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_1146774_ccyegh37yj.woff2') format('woff2'),
  url('//at.alicdn.com/t/font_1146774_ccyegh37yj.woff') format('woff'),
  url('//at.alicdn.com/t/font_1146774_ccyegh37yj.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_1146774_ccyegh37yj.svg#iconfont') format('svg');
}

.radioItemNormal{padding:1em 1em 1em 0; display:inline-block;}
.radioItemNormal label{padding-right:1em; font-size:1em; color:#666;}

input[type=checkbox] {
    display: inline-block;
    vertical-align: middle;
	width: 20px;
    height: 20px;
    -webkit-appearance: none;
    background-color: transparent;
    border: 0;
    outline: 0 !important;
    line-height: 20px;
    color: #d8d8d8;
}

input[type=checkbox]:after {
    content: "";
    display:block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 14px;
    font-size: 16px;
    color: #fff;
    border: 1px solid #ddd;
    background-color: #fff;
    box-sizing:border-box;
}

input[type=checkbox]:checked:after {
    content: "L";
    transform:matrix(-0.766044,-0.642788,-0.642788,0.766044,0,0);
    -webkit-transform:matrix(-0.766044,-0.642788,-0.642788,0.766044,0,0);
    border-color: #2D8CF0;
    background-color: #2D8CF0;
}


.searchBtn{
	background-color:#E3F6ED;color:#2D8CF0;text-decoration:none;padding:7px;border-radius:25px;float:right;
}
.searchBtn:hover{background-color:#E3F6ED;color:#2D8CF0;text-decoration:none;padding:7px;border-radius:25px;}

.iconfont{
    font-family:"iconfont" !important;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0px;
    -moz-osx-font-smoothing: grayscale;
    font-size:12px;
}

.iconfontByOperation{
    font-family:"iconfont" !important;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0px;
    -moz-osx-font-smoothing: grayscale;
    font-size:25px;
    color:#2D8CF0;
    cursor: pointer;
}

.count {
	font-family: "΢���ź�";
	color: white;
	font-size: 12px;
	font-weight: bold;
	background: red;
	display: inline-block;
	*zoom: 1;
	*display: inline;
	padding: 0px 5px;
	margin-left: 5px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.huibiao {
	font-family: "΢���ź�";
	color: white;
	font-size: 13px;
	background: #FF9900;
	display: inline-block;
	*zoom: 1;
	*display: inline;
	padding: 1px 8px;
	-moz-border-radius: 20%;
	-webkit-border-radius: 20%;
	border-radius: 20%;
}

.hoverClass
{
	padding:8px 8px;
	color: black;
}
.hoverClass:hover
{
	cursor: pointer;
	background-color:#E7EAEF;
	color: black;
}
.LihoverClass
{
	padding:2px 8px;
	color: black;
}
.LihoverClass:hover
{
	cursor: pointer;
	color: black;
	background-color:#E7EAEF;
}

body, td, th {
	font-family: "Microsoft YaHei", "Lucida Grande", "Segoe UI", Arial,
		Helvetica, Verdana, sans-serif;
	font-size: 13px;
	color: #333333;
}


body {
	font-family: "Microsoft YaHei", "Lucida Grande", "Segoe UI", Arial,
		Helvetica, Verdana, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/* background: #eaedf1 url(../images/bg.jpg) repeat-y; */
	background-attachment: fixed;
}

ul {
	list-style: none;
}

button {
	font-family: "Microsoft YaHei", "Lucida Grande", "Segoe UI", Arial,
		Helvetica, Verdana, sans-serif;
}

a:link {
	color: #2D8CF0;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #2D8CF0;
}

a:hover {
	text-decoration: underline;
	color: #333333;
}

a:active {
	text-decoration: none;
}

.micgoobtn a{}
.micgoobtn a:hover{ text-decoration: none; opacity:0.8; }
.micgoobtn a:visited{ text-decoration: none; }
.micgoobtn a:active{ text-decoration: none; }
.micgoobtn .red{ color:#EB4A4B;}
.splitline{color:#eee; padding:0px 5px; font-weight:lighter;}

.fixbottombtn{ position:fixed; bottom:0px;border-top:solid 1px #efefef;background:white; right:11px; left:201px; padding:10px 0;}

.btnblue {
	display: inline;
	padding: 5px 10px;
	background-color: #2D8CF0;
	border: solid 1px #2D8CF0;
	margin-left: 10px;
	font-size: 14px;
	color: White;
	border-radius: 20px;
	font-family: "Microsoft YaHei", "Lucida Grande", "Segoe UI", Arial,
		Helvetica, Verdana, sans-serif;
}

.btngrayA{
	color:#8F8F8F;
	background:#CFCFCF;
	padding-top:6px;
	padding-bottom:6px;
	padding-left:10px;
	padding-right:10px;
	border-radius:8px;
}
.btngray {
	background-color: #333333;
	border: solid 1px #333333;
}
.Tag {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	border: solid 1px #eee;
	padding: 5px;
	border-radius: 3px;
	margin-bottom: 10px;
	margin-right: 10px;
	cursor: pointer;
}

.Active {
	border: solid 2px #2D8CF0;
	cursor: default;
}

.FileLabel {
	background-color: #FF6600;
	color: White;
	padding-left: 6px;
	padding-right: 6px;
	border-radius: 3px;
	text-decoration: none;
}

.FileLabel:HOVER {
	color: White;
	text-decoration: none;
}

#TopBar {
	background: #008EB7;
	color: White;
}

#TopBar .TopBarArea {
	width: 100%;
}

#TopBar .TopBarLeft {
	width: 200px;
	float: left;
	margin-top: 5px;
	height: 24px;
	color: #fff;
	padding-top: 4px;
	padding-left: 0px;
}

#TopBar .TopBarLeft a {
	color: White;
}

#Header {
	background: #373D41;
}

#Header .HeaderContainer {
	padding: 0px 10px;
}

.newNotice {
	display: inline-block;
	margin-right: 30px;
	padding: 3px;
}

.noticeNo {
	background-color: red;
	display: inline-block;
	padding: 0 3px;
	border-radius: 8px;
	text-align: center;
	color: white;
	font-size: 12px;
	margin-left: 3px;
	margin-bottom: 5px;
}
/*ͳ����Ϣ��ʾ��*/
.countInfo {
	margin: 15px;
	line-height: 40px;
	background-color: #09C;
	color: white;
	text-align: center;
	border-radius: 3px;
	font-size: 16px;
}

#Notice {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	background: #FFF3D7;
	border: solid 1px #FFD7AC;
	border-radius: 3px;
	margin-top: 10px;
}

#Notice ul {
	padding: 6px 10px;
	margin: 0px;
}

#Notice ul li {
	display: inline;
	margin-right: 100px;
	padding: 0px;
}

#Notice ul li a {
	color: #FF6600;
}

#Notice ul li b {
	font-size: 14px;
}

.MainBody {
	padding: 0px 15px 0px 15px;
}

.MainBody .Left {
	width: 180px;
	float: left;
	position: absolute;
	left: 0px;
}

.MainBody .Right {
	width: 100%;
}

.tip {
	background: #F1F6FA;
	padding: 10px;
	color: #333;
}

.TagErr {
	color: Red;
}

.MenuTitle {
	color: #3F5157;
	padding: 10px 10px 10px 30px;
	font-size: 14px;
	background: url(../images/menuTop.png) no-repeat;
	background-position: 15px 17px;
    cursor:pointer;
}

.MenuTitle:hover
{
	background-color:#E7EAEF;
}

.MenuTitle2 {
	color: #3F5157;
	padding: 10px 10px 10px 30px;
	font-size: 14px;
	background: #22282e url(../images/menuRight.png) no-repeat;
	background-position: 15px 17px;
    margin-top:1px;
    cursor:pointer;
}

/* SITE MENU   
----------------------------------------------------------*/
.SiteMenu {
	
}

.SiteMenu .Title {
	color: #fff;
	padding: 10px 10px 10px 30px;
	font-size: 14px;
	font-weight: bold;
	background: #22282e url(../images/titleicon.png) no-repeat;
	background-position: 15px 17px
}

.SiteMenu .Title2 {
	color: #fff;
	padding: 10px 10px 10px 30px;
	font-size: 14px;
	font-weight: bold;
	background: #22282e url(../images/titleiconleft.png) no-repeat;
	background-position: 15px 17px
}

.SiteMenu .SiteMenuList {
	
}

.SiteMenu .SiteMenuList ul {
	list-style: none;
	margin: 0;
	z-index: 10;
	padding-left: 0px;
	padding-bottom: 15px;
	padding-top: 15px;
}

.SiteMenu .SiteMenuList ul li {
	
}

.SiteMenu .SiteMenuList ul li a, .SiteMenu .SiteMenuList ul li a:visited
	{
	font-size: 12px;
	color: #fff;
	display: block;
	text-decoration: none;
	padding: 10px 10px 10px 40px;
}

.SiteMenu .SiteMenuList ul li a:hover {
	color: #fff;
	text-decoration: none;
}

.SiteMenu .SiteMenuList ul li a:active {
	color: #fff;
	text-decoration: none;
}

.SiteMenu .SiteMenuList ul a {
	background: #293038;
	background-position: 30px 10px;
}

.SiteMenu .SiteMenuList ul a:hover {
	background: #008EB7;
	background-position: 30px 10px;
}

.SiteMenu .SiteMenuList ul .active {
	background: #008EB7;
	background-position: 30px 10px;
}

.SiteMenu .SiteMenuList ul .UpdatePassword a{ background:#293038 url(../images/UpdatePassword.png) no-repeat; background-position:12px 8px; }
.SiteMenu .SiteMenuList ul .UpdatePassword a:hover{  background:#008EB7 url(../images/UpdatePassword.png) no-repeat; background-position:12px 8px;}
.SiteMenu .SiteMenuList ul .UpdatePassword .active{  background:#008EB7 url(../images/UpdatePassword.png) no-repeat; background-position:12px 8px;}

.SiteMenu .SiteMenuList ul .SysUserManage a{ background:#293038 url(../images/newframework.png) no-repeat; background-position:12px 8px; }
.SiteMenu .SiteMenuList ul .SysUserManage a:hover{  background:#008EB7 url(../images/newframework.png) no-repeat; background-position:12px 8px;}
.SiteMenu .SiteMenuList ul .SysUserManage .active{  background:#008EB7 url(../images/newframework.png) no-repeat; background-position:12px 8px;}

.SiteMenu .SiteMenuList ul .RoleManage a{ background:#293038 url(../images/RoleManage.png) no-repeat; background-position:12px 8px; }
.SiteMenu .SiteMenuList ul .RoleManage a:hover{  background:#008EB7 url(../images/RoleManage.png) no-repeat; background-position:12px 8px;}
.SiteMenu .SiteMenuList ul .RoleManage .active{  background:#008EB7 url(../images/RoleManage.png) no-repeat; background-position:12px 8px;}

.SiteMenu .SiteMenuList ul .AreaManage a{ background:#293038 url(../images/AreaManage.png) no-repeat; background-position:12px 8px; }
.SiteMenu .SiteMenuList ul .AreaManage a:hover{  background:#008EB7 url(../images/AreaManage.png) no-repeat; background-position:12px 8px;}
.SiteMenu .SiteMenuList ul .AreaManage .active{  background:#008EB7 url(../images/AreaManage.png) no-repeat; background-position:12px 8px;}

.SiteMenu .SiteMenuList ul .Data1 a {
	background: #293038 url(/images/menu.png) no-repeat;
	background-position: 30px 10px;
}

.SiteMenu .SiteMenuList ul .Data1 a:hover {
	background: #008EB7 url(/images/menu.png) no-repeat;
	background-position: 30px 10px;
}

.SiteMenu .SiteMenuList ul .Data1 .active {
	background: #008EB7 url(/images/menu.png) no-repeat;
	background-position: 30px 10px;
}

.SiteMenu .SiteMenuList ul .Data2 a {
	background: #293038 url(/images/pagecontent.png) no-repeat;
	background-position: 30px 10px;
}

.SiteMenu .SiteMenuList ul .Data2 a:hover {
	background: #008EB7 url(/images/pagecontent.png) no-repeat;
	background-position: 30px 10px;
}

.SiteMenu .SiteMenuList ul .Data2 .active {
	background: #008EB7 url(/images/pagecontent.png) no-repeat;
	background-position: 30px 10px;
}

.SiteMenu .SiteMenuList ul .Data3 a {
	background: #293038 url(/images/scrollimages.png) no-repeat;
	background-position: 30px 10px;
}

.SiteMenu .SiteMenuList ul .Data3 a:hover {
	background: #008EB7 url(/images/scrollimages.png) no-repeat;
	background-position: 30px 10px;
}

.SiteMenu .SiteMenuList ul .Data3 .active {
	background: #008EB7 url(/images/scrollimages.png) no-repeat;
	background-position: 30px 10px;
}

.SiteMenu .SiteMenuList ul .Data4 a {
	background: #293038 url(/images/news.png) no-repeat;
	background-position: 30px 10px;
}

.SiteMenu .SiteMenuList ul .Data4 a:hover {
	background: #008EB7 url(/images/news.png) no-repeat;
	background-position: 30px 10px;
}

.SiteMenu .SiteMenuList ul .Data4 .active {
	background: #008EB7 url(/images/news.png) no-repeat;
	background-position: 30px 10px;
}

.SiteMenu .SiteMenuList ul .Sys1 a {
	background: #293038 url(/images/key.png) no-repeat;
	background-position: 30px 10px;
}

.SiteMenu .SiteMenuList ul .Sys1 a:hover {
	background: #008EB7 url(/images/key.png) no-repeat;
	background-position: 30px 10px;
}

.SiteMenu .SiteMenuList ul .Sys1 .active {
	background: #008EB7 url(/images/key.png) no-repeat;
	background-position: 30px 10px;
}

.SiteMenu .SiteMenuList ul .Sys2 a {
	background: #293038 url(/images/user.png) no-repeat;
	background-position: 30px 10px;
}

.SiteMenu .SiteMenuList ul .Sys2 a:hover {
	background: #008EB7 url(/images/user.png) no-repeat;
	background-position: 30px 10px;
}

.SiteMenu .SiteMenuList ul .Sys2 .active {
	background: #008EB7 url(/images/user.png) no-repeat;
	background-position: 30px 10px;
}
.console{min-height:400px;border-radius: 3px;box-shadow: 2px 2px 5px #EFEFEF; margin-top:15px; border:solid 1px #efefef; }
.consolelump{background:#fff; min-height:200px;min-width:200px;border-radius: 3px;box-shadow: 2px 2px 5px #EFEFEF; margin-top:15px; border:solid 1px #efefef; }
.demo_main{border-radius: 3px;background: #fff;}
.ReportLeft{width:48%;min-height:450px;float: left;border-radius: 3px;padding-top:10px;padding-left:10px;border-right:5px solid #EFEFEF}
.ReportRight{width:48%;min-height:450px;float: right;border-radius: 3px;padding-top:10px;padding-left:10px}
/* ������Ϣ�б�(����ҳ)  
----------------------------------------------------------*/
.TextDataListWithPager {
	background: white;
	min-height: 500px;
	box-shadow: 0px 0px 0px #D1D4D8; 
	margin-top: 15px;
	/*border: solid 1px #DFE2E6;*/
}

.Print {
	background: white;
	border-radius: 0px;
	box-shadow: 0px #FFF;
	margin-top: 0px;
	border: solid 0px #efefef;
}

.TextDataListWithPager .Title {
	margin-top:20px;
	margin-left:15px;
	padding:0 15px;
	color: #333333;
	background:url(../images/TitleLine.png) no-repeat left top;
	font-size:14px;
	line-height:14px;
}

.TextDataListWithPager .Title .btn {
	display: inline;
	padding: 8px 20px;
	background-color: #2D8CF0;
	border: solid 1px #2D8CF0;
	color: White;
	border-radius: 0px;
	font-size: 12px;
	border-radius:20px;
}

.TextDataListWithPager .Title .graybtn {
	display: inline;
	padding: 8px 20px;
	background-color: #F7F7F7;
	border: solid 1px #dddddd;
	color: #333;
	border-radius: 0px;
	font-size: 12px;
}

.PageTips{
	font-size:12px;
	padding: 8px 15px;
	background: #F6F6F8;
	border: solid 1px #F1F1F3;
	margin: 25px 15px 15px 15px;
	color:#999999;
}

.TextDataListWithPager .Filter {
	padding: 0;
	font-size:12px;
}

.TextDataListWithPager .Content {
	padding: 2px 15px;
	min-height: 400px;
}

.TextDataListWithPager ul {
	list-style: none;
	margin: 0px;
	padding: 0px
}

.TextDataListWithPager ul li {
	font-size: 14px;
	line-height: 30px;
	border-bottom: solid 1px #EFEFEF;
	font-family: "Microsoft YaHei", "Lucida Grande", "Segoe UI", Arial,
		Helvetica, Verdana, sans-serif;
}

.TextDataListWithPager ul li span {
	float: left;
	color: #999;
	font-size: 12px;
}

.TextDataListWithPager ul li a {
	color: #666;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.TextDataListWithPager ul li .dynamic-type {
	color: #00A2CD;
}

.TextDataListWithPager ul li .LiTitle {
	padding: 15px 0;
	font-weight: bold;
}

.TextDataListWithPager ul li .LiTitle a {
	color: #023D75;
}

.TextDataListWithPager ul li .Summary {
	font-size: 12px;
}

.TextDataListWithPager ul li .AddTime {
	font-size: 12px;
	color: #eee;
}

.NormalList ul {
	list-style: none;
	margin: 0px;
	padding: 0px
}

.NormalList ul li {
	font-size: 14px;
	line-height: 30px;
	border-bottom: solid 1px #EFEFEF;
	font-family: "Microsoft YaHei", "Lucida Grande", "Segoe UI", Arial,
		Helvetica, Verdana, sans-serif;
}

.NormalList ul li span {
	float: left;
	color: #999;
	font-size: 12px;
}

.NormalList ul li a {
	color: #666;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.NormalList ul li .dynamic-type {
	color: #00A2CD;
}

.NormalList ul li .LiTitle {
	padding: 15px 0;
	font-weight: bold;
}

.NormalList ul li .LiTitle a {
	color: #023D75;
}

.NormalList ul li .Summary {
	font-size: 12px;
}

.NormalList ul li .AddTime {
	font-size: 12px;
	color: #eee;
}

.TextDataListWithPager .Content .Summary {
	padding: 5px;
	background-color: #DBF5FA;
	border: solid 1px #A7E8F7;
	border-radius: 2px;
	display: none;
	line-height: 22px;
	width: 920px;
}

.TextDataListWithPager .Content table {
	width: 100%;
}

.TextDataListWithPager .Content table tr td {
	font-size: 14px;
}

.TextDataListWithPager .Content table td.thin {
	min-width: 60px;
	max-width: 300px;
}

.TextDataListWithPager .Content table tr .head {
	font-size: 12px;
	line-height: 30px;
	border-top: solid 0px #EFEFEF;
	font-weight: bold;
}

.Content table .btn {
	display: inline;
	padding: 5px 8px;
	background-color: #FF6600;
	border: solid 1px #FF6600;
	margin-left: 10px;
	color: White;
	font-family: "Microsoft YaHei", "Lucida Grande", "Segoe UI", Arial,
		Helvetica, Verdana, sans-serif;
}

.Content table .btnblue {
	display: inline;
	padding: 5px 8px;
	background-color: #2D8CF0;
	border: solid 1px #2D8CF0;
	margin-left: 10px;
	color: White;
	border-radius: 20px;
	font-weight:normal;
	font-family: "Microsoft YaHei", "Lucida Grande", "Segoe UI", Arial,
		Helvetica, Verdana, sans-serif;
}

.Content table .btngreen {
	display: inline;
	padding: 5px 10px;
	background-color: #23B838;
	border: solid 1px #23B838;
	margin-left: 10px;
	color: White;
	font-family: "Microsoft YaHei", "Lucida Grande", "Segoe UI", Arial,
		Helvetica, Verdana, sans-serif;
}

.Content table .btnred {
	display: inline;
	padding: 5px 10px;
	background-color: #CF0909;
	border: solid 1px #CF0909;
	margin-left: 10px;
	color: White;
	border-radius: 3px;
	font-family: "Microsoft YaHei", "Lucida Grande", "Segoe UI", Arial,
		Helvetica, Verdana, sans-serif;
}

.Content .btnbig {
	display: inline;
	padding: 8px 20px;
	background-color: #2D8CF0;
	border: solid 1px #2D8CF0;
	margin-left: 10px;
	font-weight: bold;
	color: White;
	border-radius: 3px;
	font-size: 14px;
}

/**ds**/
.layui-table{
	text-align:center;
}
.layui-table tr th{
	text-align:center;
}
.layui-table tr td{
	color:#7D7D7D;
}


/* .TextDataListWithPager .Content table tr .right {
	text-align: right;
}

.TextDataListWithPager .Content .CommonList {
	width: 100%;
}

.TextDataListWithPager .Content .CommonList table {
	width: 100%;
	border:solid 1px #DDDDDD;
	border-collapse:collapse;  
	border-spacing:0;  
}

.TextDataListWithPager .Content .CommonList table tr th {
	font-size: 12px;
	background:#F5F6FA;
	text-align:left;
	color:#999;
	font-weight:normal;
	padding:8px 8px;
}

.TextDataListWithPager .Content .CommonList table tr td {
	font-size: 12px;
	padding: 10px 8px;
	border-top: solid 1px #EFEFEF;
	min-width: 50px;
	max-width: 300px;
}

.TextDataListWithPager .Content .CommonList table tr:hover {
	background:#F5F6FA;
}

.TextDataListWithPager .Content .CommonList table td.thin {
	min-width: 60px;
	max-width: 300px;
}

.TextDataListWithPager .Content .CommonList table tr .head {
	font-size: 12px;
	line-height: 30px;
	border-top: solid 0px #EFEFEF;
	font-weight: bold;
}

.TextDataListWithPager .Content .CommonList table .btn {
	display: inline;
	padding: 3px 6px;
	background-color: #FF6600;
	border: solid 1px #FF6600;
	margin-left: 10px;
	font-weight: bold;
	color: White;
	border-radius: 3px;
}

.TextDataListWithPager .Content .CommonList table .btnblue {
	display: inline;
	padding: 3px 6px;
	background-color: #2D8CF0;
	border: solid 1px #2D8CF0;
	margin-left: 10px;
	color: White;
	border-radius:20px;
	font-size:12px;
}

.TextDataListWithPager .Content .CommonList table tr .right {
	text-align: right;
} */

.TextDataListWithPager .Content .AdsList table {
	width: 100%;
	*border-collapse: collapse;
	border-collapse: collapse;
}

.TextDataListWithPager .Content .AdsList table tr td {
	font-size: 14px;
	padding: 5px 5px;
	border: solid 1px #eeeeee;
	min-width: 50px;
	max-width: 300px;
}

.TextDataListWithPager .Content .AdsList table td.thin {
	min-width: 60px;
	max-width: 300px;
}

.TextDataListWithPager .Content .AdsList table tr .head {
	font-size: 14px;
	line-height: 25px;
	background: #293038;
	color: white;
	font-weight: bold;
	white-space: nowrap;
}

.TextDataListWithPager .Content .AdsList table tr .lefttopic {
	font-size: 14px;
	line-height: 20px;
	background: #293038;
	color: white;
	font-weight: bold;
	white-space: nowrap;
}

.TextDataListWithPager .Content .AdsList table tr .leftsite {
	font-size: 12px;
	line-height: 20px;
	background: #eeeeee;
	font-weight: bold;
	white-space: nowrap;
}

.TextDataListWithPager .Content .AdsList table .btn {
	display: inline;
	padding: 3px 6px;
	background-color: #FF6600;
	border: solid 1px #FF6600;
	margin-left: 10px;
	font-weight: bold;
	color: White;
	border-radius: 3px;
}

.TextDataListWithPager .Content .AdsList table .btnblue {
	display: inline;
	padding: 3px 6px;
	background-color: #2D8CF0;
	border: solid 1px #2D8CF0;
	margin-left: 10px;
	font-weight: bold;
	color: White;
	border-radius: 0px;
}

.TextDataListWithPager .Content .AdsList table tr .right {
	text-align: right;
}

.TextDataListWithPager .Content .AdsList table .center {
	text-align: center;
}

.redbtn {
	display: inline;
	padding: 3px 6px;
	background-color: #FF6600;
	border: solid 1px #FF6600;
	margin-left: 10px;
	font-weight: bold;
	color: White;
	border-radius: 3px;
}

.greenbtn {
	display: inline;
	padding: 3px 6px;
	background-color: #23B348;
	border: solid 1px #23B348;
	margin-left: 10px;
	font-weight: bold;
	color: White;
	border-radius: 3px;
}

.TextDataListWithPager .Content .ListItem {
	border: solid 1px #ddd;
	margin-top: 15px;
	max-width: 930px;
}

.TextDataListWithPager .Content .ListItem .Big {
	font-size: 16px;
}

.TextDataListWithPager .Content .ListItemHeader {
	background: #efefef;
	padding: 10px;
	font-size: 14px;
}

.TextDataListWithPager .Content .HighLight {
	background: #FFFFE0;
}

.TextDataListWithPager .Content .ListItemContent {
	padding: 10px;
	max-width: 900px;
}

.TextDataListWithPager .Content .ListItemContent table tr td {
	font-size: 13px;
	padding: 10px;
	border-top: dotted 1px #EFEFEF;
}

.TextDataListWithPager .Content .ListItemSummary {
	padding: 10px;
	border-top: solid 1px #efefef;
	line-height: 25px;
}

.TextDataListWithPager .buttonlist {
	text-align: center;
	font-size: 14px;
	margin-top: 25px;
}

.TextDataListWithPager .buttonlist .btn {
	display: inline;
	padding: 5px 10px;
	background-color: #FF6600;
	border: solid 1px #FF6600;
	margin-left: 10px;
	font-weight: bold;
	color: White;
	border-radius: 4px;
}

.TextDataListWithPager .buttonlist .bluebtn {
	display: inline;
	padding: 5px 10px;
	background-color: #2D8CF0;
	border: solid 1px #2D8CF0;
	margin-left: 10px;
	font-weight: bold;
	color: White;
	border-radius: 3px;
}

.TextDataListWithPager .buttonlist .graybtn {
	display: inline;
	padding: 5px 10px;
	background-color: #efefef;
	border: solid 1px #eee;
	margin-left: 10px;
	font-weight: bold;
	color: #333;
	border-radius: 3px;
}

.TextDataListWithPager .Filter {
	border-radius: 0px;
	padding: 10px 15px;
	border-bottom:1px solid #F1F1F1;
}

.TextDataListWithPager .Filter table {
	/* width: 100%; */
}

.TextDataListWithPager .Filter table tr td {
	font-size: 15px;
	line-height: 40px;
	font-weight:500;
	color:#000000;
}

.TextDataListWithPager .Filter table tr .Tdtitle {
	width:75px;
}
.TextDataListWithPager .Filter table tr .TdtitleMore {
	width:75px;
	padding-left:30px;
}
.TextDataListWithPager .Filter table tr .TdBtn {
	padding-left:12px;
}

.TextDataListWithPager .Filter table tr .head {
	font-size: 12px;
	line-height: 30px;
	border-top: solid 0px #EFEFEF;
	font-weight: bold;
}

.TextDataListWithPager .Filter table tr td a {
	text-decoration: none;
}
.TextDataListWithPager .Filter table tr td .btn {
	display: inline;
    background-color: rgb(18, 176, 144);
    color: white;
    font-size: 15px;
    padding: 5px 15px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(26, 179, 148);
    border-image: initial;
    border-radius: 20px;
}

.operationDiv{
	padding: 18px 15px;
}
.operationDiv a{
	text-decoration: none;
}
.operationDiv .btn {
	display: inline;
    background-color: rgb(18, 176, 144);
    color: white;
    font-size: 15px;
    padding: 5px 15px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(26, 179, 148);
    border-image: initial;
    border-radius: 20px;
}

.TextDataListWithPager .Filter table tr td .btnblue {
	display: inline;
	padding: 6px 15px;
	background-color: #2D8CF0;
	border: solid 1px #2D8CF0;
	margin-left: 10px;
	color: White;
	border-radius: 4px;
	font-size:12px;
	font-weight:normal;
}

.TextDataListWithPager .Filter table tr .right {
	text-align: right;
}

#TestObjDetail table {
	width: 100%;
	border-collapse: collapse;
	border: none;
	table-layout: fixed;
	font-size: 14px;
	margin-top: 0px;
}

#TestObjDetail table td {
	border: solid 1px #333;
	text-align: left;
	padding: 10px;
	font-size: 14px;
}

#TestObjDetail table .red {
	color: Red;
}

#TestObjDetail table td input {
	width: 90%;
	height: 20px;
	border: 0;
	margin: 0px;
	outline: none;
}

#TestObjDetail table td .inputBlock {
	display: inline-block;
	width: 100px;
	border-bottom: solid 1px #333;
	outline: none;
	text-decoration: none;
	text-align: center;
}

#TestObjDetail .checkbox {
	width: 14px;
	vertical-align: middle;
}

#TestObjDetail .inLineDiv {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.Menu {
	padding: 20px 160px 0px 10px;
}

.Menu a:link {
	color: #333;
	text-decoration: none;
	display: inline-block;
	padding: 6px 20px;
	background: #DBF5FA;
	border: solid 1px #A7E8F7;
	font-size: 14px;
}

.Menu a:visited {
	display: inline-block;
	padding: 6px 20px;
	color: #333;
	text-decoration: none;
	background: #DBF5FA;
	border: solid 1px #A7E8F7;
	margin: 0;
}

.Menu a:hover {
	display: inline-block;
	padding: 6px 20px;
	color: #fff;
	text-decoration: none;
	background: #12ADD1;
	border: solid 1px #12ADD1;
	margin: 0;
}

.Menu a:active {
	display: inline-block;
	padding: 6px 20px;
	color: #333;
	text-decoration: none;
	background: #DBF5FA;
	border: solid 1px #A7E8F7;
	margin: 0;
}

.Menu a.active {
	display: inline-block;
	padding: 6px 20px;
	color: #fff;
	text-decoration: none;
	background: #2D8CF0;
	border: solid 1px #2D8CF0;
	margin: 0;
	font-weight: bold;
}

.Menu a.leftRadius {
	
}

.Menu a.rightRadius {
	
}

.layerButtonList{position:fixed;bottom:0px; width:100%; text-align:center; border-top:solid 1px #eee; background:#fff;}

.layerButton {
	font-family: "Microsoft YaHei", "Lucida Grande", "Segoe UI", Arial,
	Helvetica, Verdana, sans-serif;
	background: #2D8CF0;
	padding: 8px 20px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	color: White;
	border: 0;
	font-size: 13px;
	outline: none;
}

.FormBlock {
	background: white;
	min-height: 500px;
	border-radius: 0px;
	margin-top: 15px;
	border: solid 1px #efefef;
}

.FormBlock .Title {
	font-size: 18px;
	padding: 20px 15px 0 15px;
	color: #008EB7;
	font-weight: bold;
}

.FormBlock .Content {
	padding: 15px;
}

.FormBlock table {
	width: 100%;
	margin-top: 20px;
}

.FormBlock table td {
	padding: 10px;
}

.FormBlock table .NameTd {
	color: #999;
	font-size: 14px;
	width: 150px;
	text-align: right;
}

.FormBlock table .ValueTd {
	color: #666;
	font-size: 14px;
}

.FormBlock table .ValueTd td {
	vertical-align: top;
	border-bottom: dotted 1px #efefef;
	font-size: 12px;
}

.FormBlock table .TagList {
	
}

.FormBlock table .TagList .Tag {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	border: solid 1px #eee;
	padding: 5px;
	border-radius: 3px;
	margin-bottom: 10px;
	margin-right: 10px;
}

.FormBlock table .TagList .Active {
	border: solid 2px #2D8CF0;
}

.FormBlock table .TagList .hide {
	display: none;
}

.FormBlock table .TagList .Tag input {
	border: 0px;
	padding: 0px;
	width: 40px;
	font-size: 14px;
	font-family: "Microsoft YaHei", "Lucida Grande", "Segoe UI", Arial,
		Helvetica, Verdana, sans-serif;
	font-weight: bold;
}

.FormBlock table .TagList .Tag select {
	border: 0px;
	padding: 0px;
}

.FormBlock table .TagList a {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	border-radius: 3px;
	padding: 2px 4px;
	text-decoration: none;
}

.FormBlock table .TagList .redbtn {
	background-color: #FF6600;
	color: White;
}

.FormBlock table .TagList .bluebtn {
	background-color: #2D8CF0;
	color: White;
}

.FormBlock table .TagList .littlefont {
	font-size: 10px;
}

.FormBlock table .TagList .Enter {
	padding: 5px 0px;
	color: #eeeeee;
	margin-bottom: 10px;
}

.MultiInput table {
	width: 100%;
	border-collapse: collapse;
	border: none;
	font-size: 14px;
}

.MultiInput table th {
	border: solid 1px #ddd;
	padding: 10px;
	background: #2D8CF0;
	color: White;
}

.MultiInput table td {
	border: solid 1px #ddd;
	padding: 3px;
	font-size: 13px;
}

.MultiInput table td input {
	width: 90%;
	border: 0px;
}

.MultiShow table {
	width: 100%;
	border-collapse: collapse;
	border: none;
	font-size: 12px;
}

.MultiShow table th {
	border: solid 1px #ddd;
	padding: 5px;
	background: #eee;
	color: #333;
}

.MultiShow table td {
	border: solid 1px #ddd;
	padding: 3px;
	font-size: 13px;
}

/* ��ҳ��ʽ */
.paging {
	text-align: left;
	margin-top: 20px;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 3px;
	font-size:12px;
}

.paging a:link {
	color: #999;
	text-decoration: none;
}

.paging a:visited {
	color: #999;
	text-decoration: none;
}

.paging a:hover {
	color: #000;
	text-decoration: underline;
}

.paging a:active {
	color: #333;
}

.paging span {
	display: inline;
	padding: 3px 6px;
	background-color: #fff;
	border: solid 1px #EFEFEF;
	margin-left: 10px;
	border-radius:5px;
}

.paging a {
	display: inline;
	padding: 3px 8px;
	background-color: #fff;
	border: solid 1px #EFEFEF;
	margin-left: 10px;
	border-radius:5px;
}

.paging select{ padding:0px; padding-left:20px;  font-size:12px;}

.paging .PageNow {
	display: inline;
	padding: 3px 6px;
	background-color: #2D8CF0;
	border: solid 1px #2D8CF0;
	margin-left: 10px;
	font-weight: bold;
	border-radius:5px;
	color: White;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/
fieldset {
	margin: 1em 0px;
	padding: 1em;
	border: 1px solid #eee;
}

fieldset p {
	margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
	{
	display: block;
}

fieldset label.inline {
	display: inline;
}

legend {
	font-size: 1.1em;
	font-weight: 600;
	padding: 2px 4px 8px 4px;
}
input,select,textarea{font-size:12px;}
select {
	font-family: "Microsoft YaHei", "Lucida Grande", "Segoe UI", Arial,
		Helvetica, Verdana, sans-serif;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	width: 170px;
	border: 1px solid #eee;
	padding: 8px 12px;
	border-radius:4px;
	font-size:13px;
	color:#666;
	outline: none;
}
select:focus{
    border-color: #2D8CF0;
}
select:focus{
	border-color: #2D8CF0;
}


select.select320 {
	font-family: "Microsoft YaHei", "Lucida Grande", "Segoe UI", Arial,
		Helvetica, Verdana, sans-serif;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	width: 332px;
	border: 1px solid #eee;
	padding: 5px;
}

input.textEntry {
	font-family: "Microsoft YaHei", "Lucida Grande", "Segoe UI", Arial,
		Helvetica, Verdana, sans-serif;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	width: 170px;
	border: 1px solid #eee!important;
	padding: 12px 12px;
	/* box-shadow: inset 0px 3px 3px #eeeeee; */
	font-weight:light;	
	border-radius:4px;
	font-size:13px;
	outline: none;
}
input.textEntry:focus{
    border-color: #2D8CF0;
}

input.textEntry100 {
	font-family: "Microsoft YaHei", "Lucida Grande", "Segoe UI", Arial,
		Helvetica, Verdana, sans-serif;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	width: 100px;
	border: 1px solid #eee;
	padding: 5px;
}

textarea.textEntry100 {
	font-family: "Microsoft YaHei", "Lucida Grande", "Segoe UI", Arial,
		Helvetica, Verdana, sans-serif;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	width: 100px;
	border: 1px solid #eee;
	padding: 5px;
	font-weight:light;
}

textarea.textEntry300 {
	font-family: "Microsoft YaHei", "Lucida Grande", "Segoe UI", Arial,
		Helvetica, Verdana, sans-serif;
	-moz-border-radius: 20px;
	-webkit-border-radius: 4px;
	width: 300px;
	border: 1px solid #eee;
	padding: 5px;
	font-weight:light;
}

textarea.textEntry500 {
	font-family: "Microsoft YaHei", "Lucida Grande", "Segoe UI", Arial,
		Helvetica, Verdana, sans-serif;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	width: 500px;
	border: 1px solid #eee;
	padding: 5px;
	font-weight:light;
}

textarea.textEntry800 {
	font-family: "Microsoft YaHei", "Lucida Grande", "Segoe UI", Arial,
		Helvetica, Verdana, sans-serif;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	width: 755px;
	height:80px;
	border: 1px solid #eee;
	padding: 5px;
	font-weight:light;
}

textarea {
	font-family: "Microsoft YaHei", "Lucida Grande", "Segoe UI", Arial,
		Helvetica, Verdana, sans-serif;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	width: 300px;
	border: 1px solid #eee;
	padding: 15px;
	font-size:13px;
	font-weight:light;
	outline:none;
}

textarea:focus {
	border-color: #2D8CF0;
}

input.passwordEntry {
	font-family: "Microsoft YaHei", "Lucida Grande", "Segoe UI", Arial,
		Helvetica, Verdana, sans-serif;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	width: 320px;
	border: 1px solid #eee;
	padding: 5px;
	box-shadow: inset 0px 3px 3px #eeeeee;
	font-weight:light;
}

input.button {
	font-family: "Microsoft YaHei", "Lucida Grande", "Segoe UI", Arial,
		Helvetica, Verdana, sans-serif;
	background: #2D8CF0;
	padding: 8px 20px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	color: White;
	border: 0;
	font-size: 13px;
	outline: none;
}

input.quitButton {
	font-family: "Microsoft YaHei", "Lucida Grande", "Segoe UI", Arial,
		Helvetica, Verdana, sans-serif;
	background: #eeeeee;
	padding: 8px 20px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	color: White;
	border: 0;
	font-size: 13px;
	outline: none;
}

input.redbutton {
	font-family: "Microsoft YaHei", "Lucida Grande", "Segoe UI", Arial,
		Helvetica, Verdana, sans-serif;
	background: #C43B25;
	padding: 10px 30px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: White;
	border: 0;
	font-size: 16px;
}

input.graybutton {
	font-family: "Microsoft YaHei", "Lucida Grande", "Segoe UI", Arial,
		Helvetica, Verdana, sans-serif;
	background: #999;
	padding: 10px 30px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: White;
	border: 0;
	font-size: 16px;
}

input.tbutton {
	font-family: "Microsoft YaHei", "Lucida Grande", "Segoe UI", Arial,
		Helvetica, Verdana, sans-serif;
	background: #00B7EE;
	padding: 10px 15px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: White;
	border: 0;
	font-size: 14px;
	margin: 0px;
}

input.addbutton {
	font-family: "Microsoft YaHei", "Lucida Grande", "Segoe UI", Arial,
		Helvetica, Verdana, sans-serif;
	background: #79B112;
	padding: 3px 8px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	color: White;
	border: 0;
	font-size: 14px;
}

input.delbutton {
	font-family: "Microsoft YaHei", "Lucida Grande", "Segoe UI", Arial,
		Helvetica, Verdana, sans-serif;
	background: #C43B25;
	padding: 3px 8px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	color: White;
	border: 0;
	font-size: 14px;
}

div.accountInfo {
	width: 42%;
}

.ButtonList {
	border-top: solid 1px #efefef;
	padding: 30px 20px 20px 180px;
	margin-top: 20px;
}

.top {
	
}

.logo {
	float: left;
	width: 200px;
}

.search_area {
	width: 200px;
	height: 30px;
	float: right;
	text-align: right;
}

.search_area .search_bj {
	width: 554px;
	height: 37px;
	background: #fff;
	float: right;
	margin-top: 20px;
}

.search_area .search_text {
	width: 150px;
	height: 19px;
	padding-top: 3px;
	padding-bottom: 2px;
	border: 1px solid #eeeeee;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	color: #eeeeee;
}

.search_area .search_button {
	width: 29px;
	height: 26px;
	background: url(../images/top/search_button.jpg);
	border: 0px;
	float: left;
	margin-top: 5px;
}

.UserBar {
	float: right;
	text-align: right;
	width: 300px;
	padding-top: 10px;
	padding-right: 10px;
}

.UserBar a {
	color: White;
}

.UserBar span {
	color: #54B8E0;
	padding-left: 5px;
	padding-right: 5px;
}

.hot {
	float: left;
	margin-top: 10px;
	margin-left: 5px;
}

.hot a {
	margin-left: 7px;
}

.hot a:link {
	color: #2A7CA2;
	text-decoration: none;
}

.hot a:visited {
	text-decoration: none;
	color: #2A7CA2;
}

.hot a:hover {
	text-decoration: underline;
	color: #2A7CA2;
}

.hot a:active {
	text-decoration: none;
}

.NavArea {
	float: left;
	width: 80%;
}

.navigation {
	width: 800px;
	float: left;
}

.navigation .active {
	background: #2A2F32;
}

.navigation .active a {
	color: White;
}

.navigationright {
	width: 240px;
	text-align: right;
	position: absolute;
	right: 0
}

.navigationright .active {
	background: #0087b4;
}

.navigationright .active a {
	color: White;
}

.navigation .nav {
	float: left;
	font-size: 14px;
	text-align: center;
	padding: 10px 20px;
	border-right:solid 0px #2A2F32;
	cursor: pointer;
}

.navigation .nav:hover {
	background-color: #008EB7;
	color: White;
	text-decoration: none;
}

.navigation .nav a {
	color: White;
}

.navigation .nav span {
	color: White;
}

.navigation .navigation_font {
	padding-top: 8px;
	display: block;
	padding-bottom: 8px;
}

.navigation .navigation_tell {
	margin-top: 10px;
	float: right;
	margin-right: 10px;
	display: inline;
	font-weight: bold;
	color: #fff;
}

.navigation .navigation_tell a {
	color: White;
}

.navigationright .nav {
	float: right;
	font-size: 14px;
	text-align: center;
	padding: 15px 15px;
	color: White;
}

.navigationright .nav:hover {
	color: White;
	text-decoration: none;
}

.navigationright .nav a {
	color: White;
}

.navigationright .navigation_font {
	padding-top: 8px;
	display: inline-block;
	_zoom: 1;
	_display: inline;
	padding-bottom: 8px;
}

.navigationright .navigation_tell {
	margin-top: 10px;
	float: right;
	margin-right: 10px;
	display: inline;
	font-weight: bold;
	color: #fff;
}

.navigationright .navigation_tell a {
	color: White;
}

.index_content {
	padding-top: 20px;
	padding-bottom: 50px;
}

.index_content_left {
	width: 665px;
	float: left;
}

.index_content_right {
	width: 240px;
	float: right;
}

.index_flow {
	width: 663px;
	border: 1px solid #dddddd;
	margin-top: 10px;
}

.index_flow_title {
	height: 20px;
	margin-top: 13px;
	margin-left: 15px;
}

.index_flow_title td {
	font-size: 14px;
	font-weight: bold;
}

.index_flow_tu {
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 15px;
}

.index_Shop_navigation {
	width: 605px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 15px;
	overflow: auto;
}

.index_Shop_navigation_left {
	width: 50px;
	float: left;
	font-weight: bold;
	line-height: 24px;
}

.index_Shop_navigation_left a:link {
	color: #2A7CA2;
	text-decoration: none;
}

.index_Shop_navigation_left a:visited {
	text-decoration: none;
	color: #2A7CA2;
}

.index_Shop_navigation_left a:hover {
	text-decoration: underline;
	color: #2A7CA2;
}

.index_Shop_navigation_left a:active {
	text-decoration: none;
}

.index_Shop_navigation_right {
	width: 555px;
	float: left;
	line-height: 24px;
}

.index_Shop_navigation_area {
	width: 90px;
	float: left;
}

.index_Shop_navigation_area_selected {
	width: 90px;
	float: left;
}

.index_Shop_navigation_area_selected a {
	color: #2A7CA2;
}

.index_Shop_navigation_line {
	height: 1px;
	border-bottom: 1px dotted #DDDDDD;
	width: 605px;
	margin-left: auto;
	margin-right: auto;
	font-size: 0px;
}

.index_brand {
	margin-top: 15px;
}

.index_brand_logo {
	border: solid 1px #E7E7E7;
	float: left;
	margin-left: 15px;
	margin-right: 3px;
	margin-bottom: 10px;
	display: inline;
}

.index_flow_title_left {
	float: left;
	width: 150px;
}

.index_flow_title_right {
	float: right;
	margin-right: 15px;
	display: inline;
}

.index_flow_title_right a:link {
	color: #2A7CA2;
	text-decoration: none;
}

.index_flow_title_right a:visited {
	text-decoration: none;
	color: #2A7CA2;
}

.index_flow_title_right a:hover {
	text-decoration: underline;
	color: #2A7CA2;
}

.index_flow_title_right a:active {
	text-decoration: none;
}

.index_entry_register {
	height: 42px;
}

.index_entry {
	width: 119px;
	height: 42px;
	background: url(../images/index/index_entry.gif);
	float: left;
}

.index_entry_word {
	margin-top: 12px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.index_entry_word a {
	color: White;
}

.index_register {
	width: 119px;
	height: 42px;
	background: url(../images/index/index_register.gif);
	float: left;
}

.index_serve {
	width: 238px;
	border: 1px solid #dddddd;
	margin-top: 10px;
}

.index_serve_title {
	height: 20px;
	margin-top: 10px;
	margin-left: 10px;
}

.index_serve_title td {
	font-size: 14px;
	font-weight: bold;
}

.index_serve_title_left {
	float: left;
	width: 150px;
}

.index_serve_title_right {
	float: right;
	margin-right: 10px;
	display: inline;
}

.index_serve_title_right a:link {
	color: #2A7CA2;
	text-decoration: none;
}

.index_serve_title_right a:visited {
	text-decoration: none;
	color: #2A7CA2;
}

.index_serve_title_right a:hover {
	text-decoration: underline;
	color: #2A7CA2;
}

.index_serve_title_right a:active {
	text-decoration: none;
}

.index_serve_tu {
	margin-left: 8px;
	margin-top: 7px;
	margin-bottom: 10px;
}

.index_notice {
	width: 215px;
	margin-left: auto;
	margin-right: auto;
	line-height: 22px;
	margin-top: 5px;
	margin-bottom: 10px;
}

.index_Newstore {
	width: 210px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: auto;
}

.index_Newstore_logo {
	width: 100px;
	float: left;
	border: solid 1px #eee;
}

.index_Newstore_content {
	float: left;
	margin-left: 10px;
	line-height: 18px;
	width: 95px;
}

.index_Newstore_line {
	height: 1px;
	border-bottom: 1px dotted #eeeeee;
	width: 210px;
	margin-left: auto;
	margin-right: auto;
	font-size: 0px;
}

.index_cellphone {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.index_attention {
	width: 168px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.index_attention img {
	margin-left: 5px;
	margin-right: 5px;
}

.index_recommend {
	border: solid 1px #DDDDDD;
	background-color: #F4F4F4;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	padding: 10px;
	line-height: 25px;
}

.index_recommend_left {
	width: 200px;
	float: left;
}

.index_recommend_right {
	width: 390px;
	float: right;
}

.index_recommend_title {
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
}

.index_recommend_title td span {
	margin-right: 5px;
}

.index_order_button {
	width: 218px;
	height: 52px;
	float: right;
	margin-top: 15px;
}

#IndexStoreList {
	padding-left: 15px;
	padding-right: 15px;
}

.tail {
	height: 200px;
	background-color: #623319;
	margin-top: 80px;
}

.footer {
	text-align: center;
	line-height: 25px;
	color: #666;
	padding-top: 25px;
	padding-bottom: 15px;
}

.BigBtn {
	background: url(../images/index/index.png);
	background-position: -203px -30px;
	width: 148px;
	height: 46px;
	border: 0px;
	color: White;
	font-size: 16px;
	font-weight: bold;
}

.SmallBtn {
	background: url(../images/index/index.png);
	background-position: -355px -30px;
	width: 83px;
	height: 38px;
	border: 0px;
	color: White;
	font-size: 16px;
	font-weight: bold;
}

.TinyBtn {
	background: url(../images/index/index.png);
	background-position: -355px -30px;
	width: 83px;
	height: 30px;
	border: 0px;
	color: White;
	font-size: 14px;
	font-weight: bold;
}

#basic-modal-content {
	display: none;
}

#basic-modal-content a {
	display: block;
	width: 100px;
	height: 100px;
	margin-left: 10px;
	margin-top: 10px;
	text-align: center;
	float: left;
}

#basic-modal-content a:hover {
	background-color: White;
}

#basic-modal-content img {
	border: 0;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	margin: 0 auto
}

#video-modal-content {
	display: none;
}

#video-modal-content a {
	display: block;
	width: 100px;
	height: 100px;
	margin-left: 10px;
	margin-top: 10px;
	text-align: center;
	float: left;
}

#video-modal-content a:hover {
	background-color: White;
}

#video-modal-content img {
	border: 0;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	margin: 0 auto
}

.Filter table .TagList {
	
}

.Filter table .TagList .Tag {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	border: solid 1px #eee;
	padding: 5px;
	border-radius: 3px;
	margin-bottom: 10px;
	margin-right: 10px;
	line-height: 14px;
	background: white;
}

.Filter table .TagList .Active {
	border: solid 2px #2D8CF0;
}

.Filter table .TagList .hide {
	display: none;
}

.Filter table .TagList .Tag input {
	border: 0px;
	padding: 0px;
	width: 40px;
	font-size: 14px;
	font-family: "Microsoft YaHei", "Lucida Grande", "Segoe UI", Arial,
		Helvetica, Verdana, sans-serif;
	font-weight: bold;
}

.Filter table .TagList .Tag select {
	border: 0px;
	padding: 0px;
}

.Filter table .TagList a {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	border-radius: 3px;
	padding: 2px 4px;
	text-decoration: none;
}

.Filter table .TagList .redbtn {
	background-color: #FF6600;
	color: White;
}

.Filter table .TagList .bluebtn {
	background-color: #2D8CF0;
	color: White;
}

.Filter table .TagList .littlefont {
	font-size: 10px;
}

.Filter table .TagList .Enter {
	padding: 5px 0px;
	color: #eeeeee;
	margin-bottom: 10px;
}

.InClock {
	background: url(/images/clock.png) center left no-repeat;
	background-position: 20px center;
	line-height: 20px;
}

.Music {
	background: url(/images/music.png) center left no-repeat;
	background-position: 20px center;
	line-height: 20px;
}

.Ads {
	background: url(/images/ads.png) center left no-repeat;
	background-position: 20px center;
	line-height: 20px;
}

.Jingle {
	background: url(/images/jingle.png) center left no-repeat;
	background-position: 20px center;
	line-height: 20px;
}

.TextDataListWithPager .Content .DateList table {
	width: 100%;
	line-height: 20px;
	border-collapse: collapse;
	border-spacing: 0;
	text-align: center;
}

.TextDataListWithPager .Content .DateList table tr td {
	font-size: 14px;
	border: solid 1px #EFEFEF;
	min-width: 10px;
	max-width: 300px;
	padding: 5px 4px;
	cursor: pointer;
}

.TextDataListWithPager .Content .DateList table td.thin {
	min-width: 60px;
	max-width: 300px;
}

.TextDataListWithPager .Content .DateList table tr .head {
	font-size: 12px;
	border: solid 1px #EFEFEF;
	font-weight: bold;
	padding: 5px 4px;
	background: #293038;
	color: White;
	line-height: 20px;
}

.TextDataListWithPager .Content .DateList table td:hover {
	background: #2D8CF0;
	color: White;
}

.TextDataListWithPager .Content .DateList table .btn {
	display: inline;
	padding: 3px 6px;
	background-color: #FF6600;
	border: solid 1px #FF6600;
	margin-left: 10px;
	font-weight: bold;
	color: White;
	border-radius: 3px;
}

.TextDataListWithPager .Content .DateList table .btnblue {
	display: inline;
	padding: 3px 6px;
	background-color: #2D8CF0;
	border: solid 1px #2D8CF0;
	margin-left: 10px;
	font-weight: bold;
	color: White;
	border-radius: 4px;
}

.TextDataListWithPager .Content .DateList table tr .right {
	text-align: right;
}

.TextDataListWithPager .Content .DateList .gray {
	color: #eee;
	font-weight: bold;
}

.TextDataListWithPager .Content .DateList .green {
	color: #02BE2E;
	font-weight: bold;
}

.TextDataListWithPager .Content .DateList .blue {
	color: #2D8CF0;
	font-weight: bold;
}

.sl_MusicLabelTags .Tag {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	border: solid 1px #eee;
	padding: 5px;
	border-radius: 3px;
	margin-bottom: 10px;
	margin-right: 10px;
	cursor: pointer;
}

.sl_MusicLabelTags .Active {
	border: solid 2px #2D8CF0;
	cursor: default;
}

.sl_MusicLabelTags .redbtn {
	color: White;
	text-decoration: none;
}

.AudioListArea {
	width: 600px;
}

.AudioListArea .MusicItem {
	border: solid 1px #00628F;
	background: #00628F;
	border-radius: 3px;
	margin-bottom: 10px;
}

.AudioListArea .MusicItem .TypeIcon {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	padding: 5px 10px;
	color: White;
	width: 50px;
}

.AudioListArea .MusicItem .Labels {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	padding: 5px 10px;
	font-size: 12px;
	width: 450px;
	color: white;
}

.AudioListArea .redbtn {
	color: White;
	text-decoration: none;
	float: right;
	margin: 1px;
}

.AudioListArea .greenbtn {
	color: White;
	text-decoration: none;
	float: right;
	margin: 1px;
}

.AudioListArea .JingleItem {
	border-radius: 3px;
	margin-bottom: 10px;
}

.AudioListArea .JingleItem .TypeIcon {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	padding: 5px 10px;
	color: White;
	width: 50px;
}

.AudioListArea .JingleItem .Labels {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	padding: 5px 10px;
	font-size: 12px;
}

.AudioListArea .TipsItem {
	border: solid 2px #008F57;
	border-radius: 3px;
	margin-bottom: 10px;
}

.AudioListArea .TipsItem .TypeIcon {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	background: #008F57;
	padding: 5px 10px;
	color: White;
	width: 50px;
}

.AudioListArea .TipsItem .Labels {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	padding: 5px 10px;
	font-size: 12px;
}

.AudioListArea .AdsItem {
	border: solid 2px #01D6C4;
	border-radius: 3px;
	margin-bottom: 10px;
}

.AudioListArea .AdsItem .TypeIcon {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	background: #01D6C4;
	padding: 5px 10px;
	color: White;
	width: 50px;
}

.AudioListArea .AdsItem .Labels {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	padding: 5px 10px;
	font-size: 12px;
}

.btnred {
	display: inline;
	font-size: 12px;
	padding: 3px 6px;
	background-color: #CF0909;
	border: solid 1px #CF0909;
	margin-left: 10px;
	color: White;
	border-radius: 3px;
	font-family: "Microsoft YaHei", "Lucida Grande", "Segoe UI", Arial,
		Helvetica, Verdana, sans-serif;
}

.adelete {
	width: 100%;
	display: block;
	background: url(../images/dele.png) no-repeat;
	text-indent: 50px;
	line-height: 30px;
	height: 30px;
	float: left;
}

.Auditname {
	min-width: 80px;
	height: 30px;
	border: 1px solid #eee;
	text-align: center;
	line-height: 30px;
	float: left;
	margin-left: 10px;
	font-size: 12px;
	margin-bottom: 10px;
	cursor: pointer;
	padding: 0 5px;
}

.jiantou {
	idth: 20px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	float: left;
	margin-left: 10px;
	font-size: 12px;
	margin-bottom: 10px;
}

.TagList {
	
}

.TagList .Tag {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	border: solid 1px #eee;
	padding: 5px;
	border-radius: 3px;
	margin-bottom: 10px;
	margin-right: 10px;
}

.TagList .Active {
	border: solid 2px #2D8CF0;
}

.TagList .hide {
	display: none;
}

.TagList .Tag input {
	border: 0px;
	padding: 0px;
	width: 40px;
	font-size: 14px;
	font-family: "΢���ź�", "Lucida Grande", "Segoe UI", Arial, Helvetica,
		Verdana, sans-serif;
	font-weight: bold;
}

.TagList .Tag select {
	border: 0px;
	padding: 0px;
}

.TagList a {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	border-radius: 3px;
	padding: 2px 4px;
	text-decoration: none;
}

.TagList .redbtn {
	background-color: #FF6600;
	color: White;
}

.TagList .bluebtn {
	background-color: #2D8CF0;
	color: White;
}

.TagList .littlefont {
	font-size: 10px;
}

.TagList .Enter {
	padding: 5px 0px;
	color: #eeeeee;
	margin-bottom: 10px;
}

.tabDivClass
{
	
}
.tabNavClick{
	padding:8px 12px;
	float:left;
	cursor:pointer;
	background-color:white;
	border-bottom:3px solid #2D8CF0;
	text-align:center;
	color:#2D8CF0;
	font-weight:bold;
	font-size:15px;
}
.tabNav{
	padding:8px 12px;
	float:left;
	cursor:pointer;
	background-color:white;
	text-align:center;
	color:#848484;
	font-weight:bold;
	font-size:15px;
}
.tabPage{
	width:100%;
	
	/* position:relative;border:1px solid #DEE0E0;  */
	/* top:50px; */
	line-height:30px;
	margin-bottom:50px;
}
.tabNavigate{
	background:#FFFFFF;
	width:100%;
	border:1px solid #F1F1F1;
	/*  background:#EAEDF1 url(../images/bottomline.jpg) repeat-x bottom;*/
}
.TabDelImage{
	width:24px;
	height:24px;
	display:inline-block;
	background:url('../images/deltab.png') center center; 
	margin-top:6px;
}


.console{
	/* background: #F3F3F3; */
    min-height: 500px;
    box-shadow: 0px 0px 0px #D1D4D8;
    margin-top: 15px;
    padding-bottom: 22px;
    border: 0;
}
.console .title{
    padding: 18px 26px;
    color: #333333;
	background: #FFF url(../images/TitleLine.png) no-repeat left center;
	background-position-x: 12px;
    font-size: 14px;
    line-height: 6px;
	border:1px solid #EBEBEB;
}
.console .dataReport{
	width: 100%;
	margin-top: 15px;
	float: left;
}
.console .dataReport > div{
    cursor: pointer;
	width: calc(20% - 14px);
	border:1px solid #EBEBEB;
	border-radius: 5px;
	background: #FFF;
	box-shadow: 0 0 5px rbg(200,200,200,5);
	float: left;
	margin-left: 14px;
}
.console .dataReport > div:first-child{
	margin-left: 0px;
}
.console .dataReport > div > div:first-child{
	padding:12px 0px 11px 15px;
	text-align: left;
	border-bottom: 1px solid #EBEBEB;
	color: #333;
	font-size: 14px;
}
.console .dataReport > div > div:nth-child(2){
	padding-top:20px;
	text-align: center;
	font-size: 36px;
	color: #666;
}
.console .dataReport > div > div:last-child{
	text-align: center;
	font-size: 12px;
	color: #333;
	padding-top: 18px;
	padding-bottom: 13px;
}
.businessReport{
	width: 100%;
}
.businessReport > div:first-child{
	padding: 15px 0px;
	font-size: 14px;
	color: #333;
}
.businessReport > div:nth-child(2){
	width: 49.6%;
	height: 366px;
	float: left;
	background-color: #FFF;
	border-radius: 5px;
	border:1px solid #EBEBEB;
	box-shadow: 0 0 5px rbg(200,200,200,5);
	padding-top: 12px;
}
.businessReport > div:nth-child(3){
	margin-left: 15px;
	height: 366px;
	padding-top: 12px;
	width: calc(50% - 15px);
	float: left;
	background-color: #FFF;
	border-radius: 5px;
	border:1px solid #EBEBEB;
	box-shadow: 0 0 5px rbg(200,200,200,5);
}
.report-list > div:last-child{
	margin-bottom: 0px;
}
.report-item{
	margin-bottom: 58px;
}
.report-item > div:first-child{
	font-size: 15px;
	color: #333;
}
.report-item > div:nth-child(2){
	font-size: 13px;
	color: #666;
}
.report-item > div:nth-child(3){
	margin-top: 8px;
}
.inputTips{
	color: red;
}

.functionTips{
	color: red;
	padding: 30px 58px 0px 58px;
	font-size: 18px;
}

.licensePlateList{
	width: 90%;
	margin-top: 12px;
}
.licensePlateList > div{
	display: inline-block;
	margin-right: 12px;
	font-size: 14px;
	background-color: #2D8CF0;
	color: #FFF;
	height: 30px;
	line-height: 30px;
	padding-left: 5px;
	margin-bottom: 12px;
}
.licensePlateList > div > label{
	width: 25px;
	height: 30px;
	line-height: 25px;
	background-color: red;
	color: #FFF;
	float: right;
	text-align: center;
	margin-left: 5px;
}


.console .dataReport2{
	width: 100%;
	margin-top: 15px;
	float: left;
}
.console .dataReport2 > div{
	cursor: pointer;
	width: calc(14% - 12px);
	border:1px solid #EBEBEB;
	border-radius: 5px;
	background: #FFF;
	box-shadow: 0 0 5px rbg(200,200,200,5);
	float: left;
	margin-left: 14px;
}
.console .dataReport2 > div:first-child{
	margin-left: 0px;
}
.console .dataReport2 > div > div:first-child{
	padding: 9px 0px 8px 15px;
	text-align: left;
	border-bottom: 1px solid #EBEBEB;
	color: #333;
	font-size: 14px;
}
.console .dataReport2 > div > div:nth-child(2){
	padding-top: 8px;
	text-align: center;
	font-size: 36px;
	color: #666;
}
.console .dataReport2 > div > div:last-child{
	text-align: center;
	font-size: 12px;
	color: #333;
	padding-top: 8px;
	padding-bottom: 8px;
}