.w {
    width: 990px;
    margin: 0 auto;
    height:110px;
}
.logo {
    position: relative;
    width: 600px;
    margin: 10px 0 0;
    height: 70px;
}

html,body {
	height: 100%;
}
.content {
	/*background: url('../images/loginmain.png') 0px 0px no-repeat;*/
	/*background-color: #e93854; */
	margin: 0 auto;
	position: relative;
	width: 100%;
	height: 500px;
	text-align:center;
}
.box {
	/*background: url('../images/loginmain.png') 0px 0px no-repeat;
	background-color: #e93854;*/
	margin: 0 auto;
}
.login-box {
	margin: 0 auto;
	max-width:350px;
	height: 400px;
	margin-top:70px;
	/*position: absolute;*/
	/*top: 50%;*/
	/*left: 60%;*/

	/*margin-top: -200px;*/
	/*设置负值，为要定位子盒子的一半高度*/
	
}
@media screen and (min-width:350px){
	.login-box {
		/*left: 80%;*/
		/*设置负值，为要定位子盒子的一半宽度*/
		/*margin-left: -250px;*/
	}
}	

.form {
	width: 100%;
	max-width:350px;
	height: 275px;
	margin: 25px auto 0px auto;
	padding-top: 25px;
}	
.login-content {
	height: 300px;
	width: 100%;
	max-width:350px;
	background-color: rgba(255, 250, 2550, .6);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#F6ACBA,endColorstr=#F6ACBA);
	float: left;
}		
	
	
.input-group {
	margin: 0px 0px 30px 0px !important;
}
.form-control,
.input-group {
	height: 40px;
}

.form-group {
	margin-bottom: 0px !important;
}
.login-title {
	padding-bottom:10px;
	border-bottom:1px solid #f4f4f4;
	background-color: rgba(0, 0, 0, .6);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
}
.login-title h1 {
	margin-top: 10px !important;
}
.login-title small {
	color: #f4f4f4;
}

.link p {
	line-height: 20px;
	margin-top: 30px;
}
.btn-sm {
	padding: 8px 24px !important;
	font-size: 16px !important;
}
.header_font{
	height: 34px;
    line-height: 34px;
    font-size: 20px;
    color: #000;
    border-left: solid 1px #bbb;
    margin-left: 25px;
    padding-left: 25px;
    margin-top: 34px;
}

#menu{
	width: 100px;padding-left: 10px;
}
#content{
	/*padding-left: 120px;*/
	/*padding-top: 20px;*/
	margin-top: 74px;
	display: block;
}
#sub{
}
#menu dl{
	padding-bottom: 15px;
}
dl {
	display: block;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}
#menu dl dt {
	height: 28px;
	line-height: 28px;
	color: #333;
	font-weight: 700;
}
dt {
	display: block;
}
body {
	color: #666;
	background: #fff;
	background-color: #f5f5f5;
}
#menu dl dd {
	color: #666;
	line-height: 24px;
}
dd {
	display: block;
}
#menu dl dd a {
	color: #777;
}
#main {
	/*
	float: left;
	width: 99.9%;
	margin-left: -120px;*/
	overflow: hidden;
}
#menu dl dd.curr a {
	color: #e4393c;
	font-weight: 700;
}

.mb10{
	margin-bottom: 10px;	
}
.mod-comm {
}
.mod-main {
	background-color: #fff;
	margin: 10px 0;
}
.mycomment-bd{
	width: 100%;
	background: #fff;
}
.mycomment-table {
	padding: 0 20px 20px;
}


#nav .logo {
	position: relative;
	float: left;
	width: 600px;
	height: 70px;
	overflow: hidden;
	margin-top:10px;
}

#nav .nav-r {
	float: right;
	width: 340px;
	color: #fff;
	text-align: right;
}

#nav .dh{
	float: right;
	color: #fff;
	height: 90px;
	overflow: hidden;
	margin-top:10px;
}

.user_div{
	margin-left:120px;margin-right:120px;margin-bottom:20px;
}
.user_span{
	float:left;width:100px;text-align:right;
}

.navTool{
	margin-right: auto; margin-left: auto; padding: 0 20px;
	text-align:right;
}
.panel_top_title {
    line-height: 34px;
    color: #333;
    font-size: 16px;
}