﻿.main_wrapper{
	margin-top: 20px;
}
.mainconent-wrapper{
	width: 920px;
	display: inline-block;
	margin-right: 15px;

}
.main-content{
	width: 920px;
	display: inline-block;
	background-color: #fff;
	margin-bottom: 20px;
}
.main-content .wrapper-title{
	height: 57px;
	border-bottom: 1px solid #e6e6e6;
	line-height: 57px;
	padding-left: 50px;
	font-weight: normal;
}
.logcontent{
	padding: 40px 50px 50px 50px;
}
.logcontent h3{
	font-size: 24px;
	color: #333;
	font-weight: normal;
	margin-bottom: 20px;
}
.logcontent .loginfo-header{
	margin-bottom: 20px;
}
.logcontent .loginfo-header h3{
	font-size: 24px;
	color: #000;
	font-weight: normal;
	margin-bottom: 20px;
}
.logcontent .loginfo-header p{
	color: #b2b2b2;
}
.logcontent .loginfo-header p span{
	margin-right: 20px;
}
.loginfo-txt{
	margin-bottom: 55px;
    word-wrap: break-word;
}
.logud p span{
	color: #333;
}
.logud p{
	color: #b2b2b2;
	
}
.logud p:first-child{
	margin-bottom: 10px;
}
.logud p a{
	color: #3f91f7;
}
.logud p a:hover{
	color: red;
}



/*right-content*/
.right-content{
	display: inline-block;
	background-color: #fff;
	width: 260px;
	vertical-align: top;
}
.right-content .other-author{
	padding: 20px;
	border-bottom: 1px solid #e6e6e6;
}
.other-author img{
	display: inline-block;
	width: 80px;
	height: 80px;
	    margin-right: 5px;
}
.author-info{
display: inline-block;
vertical-align: top;
}
.author-info p{
font-size: 16px;

}
.author-info p .authorname{
color: #3498DB;
margin-right: 5px;
display: inline-block;
max-width: 65px;
vertical-align: top;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.author-info p .count{
color: #E77E22;
margin:0px 5px;
}

.author-info p .btn{
color: #3f91f7;
padding: 5px 7px;
float: left;
line-height: 14px;
border: 1px solid #3f91f7;
font-size: 14px;

}
.author-info p .btn:hover{
	border: 1px solid #ef672b;
	color: #ef672b;
}
.author-info p .btn:first-child{
	margin-right: 10px;
}
.mr5{
	    margin-bottom: 5px;
}
.other-logline{
	padding: 25px 20px 20px 20px;
	font-weight: bold;
}
.other-logline h4{
	margin-bottom: 5px;
}
.other-logline .morebtn{
	color: #b2b2b2;
	float: right;
	
}
.other-logline ul{

}
.other-logline ul li{
padding: 5px 0;
}
.other-logline ul li a{
display: block;
width: 220px;
color: #4c4c4c;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.author-info p em {
    font-size: 14px; 
    color: #999; 
    float:left;
    margin-right: 5px;
}
    .author-info p em .icon-yiguanzhu {
        color:#04e300;
    }



/*弹出添加站内信框*/
.DetailsAlert {
	padding-bottom: 35px;
}
.Details-content{
	padding: 30px;
}
.from-wapper{
	border-bottom: 1px solid #e6e6e6;
}
.Details-content .from-g  {
    width: 100%;
    margin-bottom: 20px;
}

.Details-content .from-g label {
    display: inline-block;
    width: 60px;
    text-align: right;
    color: #333;
    font-size: 14px;
    font-weight: normal;
}
.detailmailtxt {
	color: #808080;
    width: 80%;
    display: inline-block;
    vertical-align: top;
}
.from-g .tittxt{
	font-weight: bold;
	color: #333;
}

.project-summary .line .mailtable{
	    margin-bottom: 0;
}
.icon-zhanneixinmain{
	display: inline-block;
    vertical-align: middle;
  
    margin-right: 10px;
	color: #f0672b;
}
.from-sub{
	text-align: center;
}
.clearbtn{
	display: inline-block;
	width: 110px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background-color: #b3b3b3;
	  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; 
  border-radius: 5px;
}
.addreplybtn{
	display: inline-block;
	width: 110px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background-color: #f8970d;
	  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; 
  border-radius: 5px;
  margin-right: 40px;
}
.opera{
	height: 30px;
	background-color: #f3f3f3;
	line-height: 30px;
	padding-left: 10px;
}
.opera input,.opera label{
	margin-right: 5px;
    margin-top: 8px;
}

.opera label:hover{
	color:#ef672b;
	text-decoration: underline;
	cursor:pointer;
}
.opera a{
	color:#666666;
	margin-right: 20px;
}
.opera a:hover{
	color:#ef672b;
	text-decoration: underline;
}



.form-group1 {
    margin-bottom: 30px;
}
.form-group1 label {
    font-size: 14px;
    font-weight: bold;
    color: #333;
}
.form-control1 {
    height: 30px;
    border-color: #e6e6e6;
}
.form-control1 {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
   
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 2px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 96%;
    display: inline-block;
    margin-right: 10px;
}
.form-group1 .col-9 {
    width: 90%;
    vertical-align: top;
    display: inline-block;
}

.form-group1 .col-9 .form-control-textarea1 {
    height: 180px !important;
    width: 96%;
}

.form-control1:focus,
textarea:focus {
	border-color: #3f91f7;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
	
}
.content1{
	padding: 30px 30px 0 30px;
}
.from-wapper1{
	border-bottom: none;
}
.icon-yiguanzhu{
	color: #04e300;
}
.form-submit a:first-child:hover {
    background-color: #f54809;
    margin-right: 30px;
}
.form-submit a:first-child {
    background-color: #ff6d15;
    margin-right: 30px;
}
.form-submit {
    text-align: center;
    margin-top: 50px;
}
.form-submit a {
    width: 140px;
    height: 45px;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
}

.form-submit a:last-child {
    background-color: #cccccc;
}
.col-2 {
    width: 200px;
    display: inline-block;
}