/* 用户中心首页 */
.home-info { border:1px #e5e5e5 solid; background-color:#fff;}
.home-info-user { height:125px; padding:20px 0 10px;}
.home-info-user>li { height:100%;}
.home-info-user>li>p { margin:15px 0 15px 45px;}
.home-info-order { margin-bottom:0; padding:5px 0; background-color:#f5f8fa; border-top:1px #e5e5e5 solid;}
.home-info-order>li { float:left; width:20%; height:45px; line-height:45px; text-align:center; border-right:1px #e5e5e5 solid;}
.home-info-order .red { margin-right:15px;}
.home-info-order>li>a { color:#000;}
.home-info-order>li>a:hover { color:#f33;}
.home-info-pic { display:inline-block; height:89px; width:89px; background:url(../../images/home_info_user.png) no-repeat 0 0;}
.user_level { display:inline-block; height:18px; background:url(../../images/user_level.png) repeat 0 0; vertical-align:middle;}
.level1 { width:24px;}
.level2 { width:48px;}
.level3 { width:72px;}
.level4 { width:96px;}
.level5 { width:120px;}

.home-info-msg {min-height:345px; margin-top:20px; border:1px #e5e5e5 solid; background-color:#fff;}
.home-info-title { height:55px; border-bottom:1px #e5e5e5 solid; background-color:#f5f8fa;}
.home-info-title>h2 { margin:0; font-size:16px; line-height:55px;}
.home-info-title>h2>span { margin:0 5px 0 10px;}
.icon-activity { display:inline-block; height:22px; width:22px; background:url(../../images/icon_activity.png) no-repeat 0 0; vertical-align:middle;}
.icon-notice { display:inline-block; height:19px; width:24px; background:url(../../images/icon_notice.png) no-repeat 0 0; vertical-align:middle;}
.home-info-content ul { padding-top:10px;}
.home-info-content li { height:35px; margin-top:15px; line-height:35px;white-space:nowrap; overflow:hidden;}
.home-info-content .c1 a { color:#333;}
.home-info-content .c2 a { color:#000;}
.home-info-content .red { float:right;}
.news-tip { display:inline-block; height:30px; width:100px; margin:0 20px 0 10px; line-height:30px; color:#333; text-align:center; border:1px #000 solid; background-color:#f0f0f0; vertical-align:middle;box-shadow:1px 1px 1px #999;}

/* 新商户中心首页 */
/* clear */
.clearfix {*zoom: 1; }
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
    line-height: 0; 
}
.clearfix:after { clear: both; }
.lwg-index-box{
  background-color: #f1f1f1;
  min-height: 460px;
  padding: 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.lwg-index-box .user-info-box{
  background-color: #fff;
  padding: 20px;
  height: 100%;
  color: #000;
}
.lwg-index-box .info-top{
  height: 100px;
}
.lwg-index-box .info-top img{
  width: 100px;
  height: 100px;
  border: 1px solid #e5e5e5;
  border-radius: 50px;
  float: left;
}

.lwg-index-box .info-top .name-div{
  float: left;
}

.lwg-index-box .info-top h1{
  /* float: left; */
  /* margin-left: 30px; */
  line-height: 40px;
  font-size: 32px;
  margin: 10px 30px;
  /* max-width: 60%; */
}
.lwg-index-box .info-top p{
  /* float: left; */
  font-size: 16px;
  margin-left: 30px;
  /* margin-top: 48px; */
}
.lwg-index-box .info-top span{
  /* display: inline-block;
  font-size: 14px;
  color: #eb5f02;
  border: 1px solid #eb5f02;
  padding: 0 14px;
  vertical-align: middle;
  height: 24px;
  line-height: 24px;
  border-radius: 12px;
 */
 margin-left: 10px;
  /* cursor: pointer; */
}
.info-middle{
  background: #f1f1f1;
  height: 170px;
  margin-top: 20px;
  display: table;
  width: 100%;
  padding: 30px 0;
}
.info-middle p{
  margin: 0;
  padding: 0;
}
.info-middle img{
  margin-right: 6px;
}
.info-middle li{
  text-align: center;
  /* margin-top: 35px;
  float: left;
  width: 19.6%; */
  height: 100px;
  border-left: 2px solid #eaeaea;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 16px;
  display: table-cell;
  /* vertical-align: middle; */
  width: 10%;
}
.info-middle li a{
  display: block;
  font-size: 46px;
  margin-top: 24px;
  font-weight: normal;
}
.info-middle li a:hover{
  color: #eb5f02;
}
.info-middle li:nth-child(1){
  border: none;
}
.color-red{
  color: #eb5f02;
}
.info-bottom{
  margin-top: 20px;
  color: #363636;
}
.info-bottom dl.left{
  float: left;
}
.info-bottom dl.right{
  float: right;
}
.info-bottom dl{
  width: 49%;
  border: 1px solid #f1f1f1;
  height: 270px;
  /* overflow-y: scroll; */
}
.info-bottom dl div{
  overflow-y: scroll;
  height: 100%;
}
.info-bottom dt{
  height: 50px;
  text-align: center;
  font-size: 24px;
  background-color: #f2f2f2;
  line-height: 50px;
  padding: 0 10px;
}
.info-bottom dt img{
  margin-right: 6px;
}
.info-bottom dt b{
  float: right;
  font-size: 18px;
  cursor: pointer;
}
.info-bottom dt b:hover {
  text-decoration: underline;
  color: #027DB4;
}
.info-bottom dd{
  font-size: 16px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0 10px;
  line-height: 50px;
  height: 50px;
  border-bottom: 1px solid #f2f2f2;
}
.info-bottom a{
  width: 80%;
  float: left;
  margin: 0;
  display: block;
}
.info-bottom a:hover{
  color: #eb5f02;
}
.info-bottom span{
  width: 20%;
  float: left;
  text-align: right;
}
.info-bottom .unread {
  font-weight: bold;
}
.info-bottom .read * {
  color: #999;
}
.info-bottom .new {
  width: auto !important;
  font-size: 10px;
  padding-right: 6px;
  color: red;
  transform: scale(0.7777);
}
.oneline-ctrl{overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}