* {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #111;
}

body,html {
	margin : 0px;
	padding : 0px;
	width:100%;
	height:100%;
}

.body1 {
	# background-image : url(../images/indexBg/sun1.jpg);
	# background-repeat: no-repeat;
	# background-attachment: fixed;
	# background-position: center top;
	# background-size:cover;
	background-color: #EEE;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#topBar {
	line-height: 60px;
	top: 0px;
	background-image: url(../images/bg/btm.png);
	background-color: #000;
	padding: 0px 0px 0px 0px;
}

#topBarWrap {
}

#logo {
	height:60px;
	width: 120px;
	background-image: url(../images/fl_logo.png);
	background-repeat:no-repeat;
	background-position: 50% 50%;
	float:left;
	margin-left:0px;
}

#topBarMenu {
	float: left;
	margin-left:0px;
}

.menuItemWrap {
	display:inline-block;
	height: 38px;
	text-align:center;
	padding: 0px 5px 0px 5px;
}

.menuItemWrap:HOVER {
	border-bottom:2px solid orange;
}

.menuItemWrapSelected {
	display:inline-block;
	height: 38px;
	text-align:center;
	border-bottom:2px solid orange;
	padding: 0px 5px 0px 5px;
}

.menuItem {
	color: white;
	display:inline-block;
	text-decoration: none;
}
.menuItem:HOVER {
	color: orange;
}

.selectItem {
	color: orange;
}

#loginRegWrap {
	float:right;
	list-style:none;
	width: 280px;
	text-align: right;
	margin-right: 60px;
}
#loginRegWrap ul {
	float: right;	
}

#loginRegWrap ul, li { list-style:none;}
#loginRegWrap a { text-decoration:none;}
#loginRegWrap { overflow:hidden; }
#loginRegWrap ul li { float:left; padding-right: 20px;}
#loginRegWrap ul li a { 
	width:120px; height:40px; text-align:center; 
	line-height:40px; display: block; 
	background:#000; color:#EEE;
}
#loginRegWrap ul li a:hover{ color:orange; }
#loginRegWrap ul li ul { position:absolute; display:none; z-index: 999999 }
#loginRegWrap ul li ul li { float:none;}
#loginRegWrap ul li ul li a { border-right:none; border-top:1px dotted #888; background:#000; color: #EEE}
#loginRegWrap ul li:hover ul{ display:block; }


#loginUserInfo {
	color:white;
	background-image:url(../images/menudown.png);
	background-position:right center;
	background-repeat: no-repeat;
	margin-right:10px;
	padding-right:12px;
	cursor: pointer;
	list-style:none;
	display: inline;
}
#loginUserLogoff {
	color:white;
}

.btn {
	display:inline-block;
	width:50px;
	height:30px;
	line-height:30px;
	background-color: #aaa;
	margin:0px 0px 0px 0px;
	text-align:center;
	cursor: pointer;
	border-radius: 3px 3px 3px 3px;
}
.btn:HOVER {
	background-color: #eee;
}


.btnBlack {
	display:inline-block;
	width:50px;
	height:22px;
	line-height:22px;
	margin:0px 0px 0px 0px;
	text-align:center;
	color: #EEE;
	cursor: pointer;
	border-radius: 2px 2px 2px 2px;
	border: 1px solid #eee;
}
.btnBlack:HOVER {
	background-color: #eee;
	color: #000;
}


#registBtn {
	background-color: #aaf;
}
#registBtn:HOVER {
	background-color: #ccf;
}

.exitLink {
	text-decoration: none;
	color: white;
}

.pageWorkspace {
	# background-image: url(../images/bg/btmWhite.png);	
	# height:100%;
	margin: 0px 0px 0px 0px;
}

.topSpace {
	height: 0px;
}

.pageTitle {
	height: 100px;
	line-height: 100px;
	text-align: Left;
	font-size: 18px;
	font-weight: 700;
	padding-left:20px; 	
}
.pageTitle1 {
	height: 80px;
	line-height: 80px;
	text-align: left;
	font-size: 18px;
	font-weight: 700;
	padding-left:20px; 	
}

.pageContent {
	# background-image: url(../images/bg/btmWhite.png);
	padding: 5px;
	overflow: auto;
	background-color: #FFF;
}

.timeInput {
	width:120px;
	font-size:10px;
}

#gridToolbar {
	padding: 10px;
}

.smallTitle {
	font-weight: bold;
}

.fyTjTable {
	border: 1px solid blue;
	margin: 10px 10px 50px 10px;
	padding: 5px;
}
.mytextbox {
  border: 1px solid #95B8E7;
  background-color: #fff;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  
  font-size: 12px;
  padding: 4px;
  white-space: normal;
  outline-style: none;
}

.divForm {
	background-image:url(../images/bg/btmWhite.png);
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	padding: 10px;
	margin-bottom: 20px;
}

.title1 {
	font-weight:bold;
}

.formRow {
	padding:5px 5px 5px 5px;
}

.gridRowHeadImgDiv {
	width:50px;
	height:50px;
	border: 1px solid #aaa;
	border-radius:50px;
	overflow:hidden;
	float: left;
	cursor: pointer;
}
.gridRowHeadImg {
	width:50px;
	height:50px;
}
.gridRowUserName {
	height: 50px;
	line-height: 50px;
	cursor: pointer;
}
.btnSubscribe {
  display: inline-block;
  border: 1px solid #eee;
  background-color: #ff6200;
  color: white;
  font-size: 14px;
  cursor: pointer;
  margin: 2px;
  padding: 5px 20px 5px 20px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}

.btnSubscribe:HOVER {
	background-color: #fff;
	color: #ff6200;
	border: 1px solid #ff6200;
}

.btnAttention {
  display: inline-block;
  border: 1px solid #aaa;
  background-color: #fff;
  color: #555;
  font-size: 14px;
  cursor: pointer;
  margin: 2px;
  padding: 5px 20px 5px 20px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}
.btnAttention:HOVER {
	background-color: #fff;
	color: #ff6200;
	border: 1px solid #ff6200;	
}

.bottomSpace {
	height: 80px;
}

.div_remark {
	background-color: #EFEFEF;	
	padding: 10px;
	border-top: 1px solid #ddd;
}

.div_remark_title {
	font-weight: 700;
	color: #555;
}
.div_remark_body {
	color: #888;
	padding: 10px;
	text-indent: 20px;
	line-height:22px;
}

.footer {
	clear: both;
	height: 120px;
	line-height: 50px;
	font-size: 14px;
	text-align: center;
	background-color: #DDD;
	color: #555;
	margin: 0px auto;
	border-top: 1px solid #aaa;
	# border-bottom: 1px solid #aaa;
}

.publicerLayout {
	display: flex;
	display: -webkit-flex;
	flex-wrap: nowrap;
	align-content: stretch;
}
.publicerLeft {
	width: 200px;
	font-size: 14px;
}

.publicerRight {
	margin-left: 5px;
	border-left: 1px solid #DDD;
	flex-grow: 2;
	padding: 10px 10px 10px 10px;
}

.publicerHead {
	padding: 0px;
	width:100px;
	height:100px;
	border: 1px solid #aaa;
	border-radius:100px;
	overflow:hidden;
	margin: 10px auto;
}
.publicerHead img {
	width:100px;
	height:100px;
}
.publicerName {
	text-align: center;
	font-weight: 700;
	padding: 10px;
}
.publicerSubButtons {
	text-align: center;
	padding: 10px;
}

.publicerMan {
	padding: 10px 10px 10px 0px;
}.publicerWeman {
	padding: 10px 10px 10px 0px;
}
.publicerProvince {
	padding: 10px 10px 10px 0px;
}
.publicerBrief {
	padding: 10px 0px 10px 0px;
	font-size: 14px;
	line-height: 20px;
}
.publicerRegTime {
	padding: 10px 0px 10px 0px;
}

.publicerSubTitle {
	padding: 10px 10px 10px 10px;
	font-weight: 700;
	border-top : 1px solid #DDD;
}

.publicerSymbolAllContent {
	padding: 10px 10px 10px 20px;
	word-wrap:break-word;
}

.publicerBaseInfoContent {
	padding: 10px 10px 10px 20px;
}

.publicerDisclaimerContent {
	padding: 10px 10px 10px 20px;
	font-size: 12px;
	line-height: 20px;
}

.publicerUserNameRight {
	display: flex;
}
.publicerUserNameRightLeft {
	line-height: 30px;
	font-weight: bold;	
	padding: 10px 0px 10px 0px;
}
.publicerUserNameRightLeft div {
	width: 30px;
	height: 30px;
	border-radius:30px;
	float: left;
	overflow: hidden;
}
.publicerUserNameRightLeft img {
	width: 30px;
	height: 30px;
}
.publicerUserNameRightRight {
	flex-grow: 2;
	text-align: right;
	padding: 10px;
}

.publicerStrategy {
	border : 1px solid #EEE;
	margin : 10px 10px 10px 0px;
	padding: 10px;
	line-height: 25px;	
}

.publicerWinPercent {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	padding: 0px 10px 0px 0px;
}

.publicerWinPercentItem {
	border: 1px solid #EEE;
	flex-grow: 1;
}

.publicerWinPercentItemValue {
	padding: 10px;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
}
.publicerWinPercentItemName {
	padding: 10px 10px 0px 10px;
	font-size: 12px;
	color: #555;
	text-align: center;
}
.publicerSubscriberCountNum {
	padding: 0px 10px 10px 10px;
	font-size: 14px;
	color: #555;
	text-align: center;
}

.publicerChart {
	height: 400px;
	border: 1px solid #eee;
	margin : 10px 10px 10px 0px;
	padding: 10px;
}
.publicerDetail {
	height: 720px;
	border: 1px solid #eee;
	margin : 10px 10px 10px 0px;
	padding: 10px;
	
}

.errorDiv {
	background-color: #A88;
	color: #FF0;
	font-size: 16px;
	margin: 20px;
	padding: 20px;
	border: 1px solid red;
}

.groupDiv {
	margin : 20px 20px 20px 20px;
}

.btnSpan {
	background-color: #eee;
	padding: 2px 10px 2px 10px;
	border: 1px solid #ddd;
	display: inline-block;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	font-size: 14px;
	color: #555;
	cursor: pointer;
}

.zhifuImg {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.zhifuImg img {
	width: 300px;
	height: 400px;
	margin: 20px;
}