/* body {
  background-color: #F3F4F6;
} */
.nuedc-userinfo-wrap {
  box-sizing: border-box;
  padding-top: 44px;
  min-height: 100%;
  background-color: #F3F4F6
}
.nuedc-userinfo-wrap .user_box li span {
  color: 12px;
  color: #333;
}
.nuedc-userinfo-wrap .user_box {
  margin: 10px 0;
  padding: 0 15px;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.nuedc-userinfo-wrap .user_box li {
  position: relative;
  padding-right: 0;
  line-height: 50px;
  border-bottom: 1px solid #ddd;
}
.nuedc-userinfo-wrap .user_box li:after {
  content: '';
  position: absolute;
  left: 0;
  top: 19px;
  width: 2px;
  height: 13px;
  background-color: #4683FF;
}
.nuedc-userinfo-wrap .btn_exit {
  margin: 10px 0;
  padding: 0;
  height: 50px;
  background: #fff;
}
.nuedc-userinfo-wrap .btn_exit a {
  background: none;
  font-size: 14px;
  line-height: 50px;
  text-align: center;
  color: #333!important;
}
.nuedc-userinfo {
  padding: 20px 15px;
  height: 60px;
  background-color: #fff;
}
.nuedc-userinfo .avatar_m {
  float: left;
  height: 60px;
}
.nuedc-userinfo .avatar_m span {
  display: inline-block;
  margin-right: 15px;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  overflow: hidden;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.nuedc-userinfo .avatar_m img {
  width: 60px;
  height: 60px;
}
.nuedc-userinfo .name {
  float: left;
  font-size: 17px;
  color: #303235;
  line-height: 60px;
}
.nuedc-myinfo-list {
  margin-top: 10px;
}
.nuedc-myinfo-list li {
  position: relative;
  padding: 0 15px;
  height: 50px;
  line-height: 52px;
  background-color: #fff;
}
.nuedc-myinfo-list li:after {
  content: '';
  width: 7px;
  height: 12.5px;
  position: absolute;
  right: 15px;
  top: 19px;
  background: url('../image/user/MyCenter-arrows@2x.png') no-repeat right center;
  background-size: 7px 12.5px;
}
.nuedc-myinfo-list .nuedc-last{
  margin-top: 10px;
}
.nuedc-myinfo-list .nuedc-last a {
  border: none;
}
.nuedc-myinfo-list li+li a {
  border-top: 1px solid #ddd
}
.nuedc-icon {
  display: block;
  padding-left: 26px;
}
.nuedc-icon-collect {
  background: url('../image/user/MyCenter-collect@2x.png') no-repeat 0 17px;
  background-size: 16px;
}
.nuedc-icon-theme {
  background: url('../image/user/MyCenter-theme@2x.png') no-repeat 0 17px;
  background-size: 16px;
}
.nuedc-icon-information {
  background: url('../image/user/MyCenter-information@2x.png') no-repeat 0 17px;
  background-size: 16px;
}
.nuedc-icon-data {
  background: url('../image/user/MyCenter-data@2x.png') no-repeat 0 17px;
  background-size: 16px;
}
/* 头 */
.nuedc-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8;
  width: 100%;
}
.nuedc-header .nav {
  height: 28px;
  background: #4683FF;
}
.nuedc-header .z img {
  padding: 4px 0 0 10px;
  width: 22px;
  height: 22px;
}
.nuedc-header .name {
  /* margin-left: -22px; */
  padding-top: 2px;
  color: #fff;
  font-size: 17px;
}
.nuedc-header .hdc {
  padding-top: 0;
  background: #4683FF;
  height: 44px;
  margin-bottom: 0;
}
.nuedc-header h2 {
  margin-left: -20px;
}
.nuedc-header .user_fun li {
  padding: 0 5px;
}
.nuedc-header .user_fun a.icon_search {
  background: url('../image/mobile/images/new/icon2.png') no-repeat center;
  background-size: 22px;
}
.nuedc-header .user_fun a.icon_threadlist2 {
  height: 28px;
  float: left;
  background-size: 22px;
  overflow: hidden;
  line-height: 44px;
  font-size: 0;
  background: url('../image/user/home.png') no-repeat center;
  background-size: 22px;
}
.nuedc-header .user_fun {
  padding: 8px 0 0;
}
.nuedc-header .nuedc-threadlist-btn {
  float: left;
}
/* 消息 */
.nuedc-pmbox {
  padding-top: 50px;
  background-color: #fff;
}
.nuedc-pmbox li {
  padding: 10px 0;
  height: auto;
}
.nuedc-pmbox .avatar_img img {
  margin-top: 5px;
  width: 40px;
  height: 40px;
  left: 15px!important;
  overflow: hidden;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.nuedc-pmbox .time {
  padding-top: 3px;
  color: #999;
  font-size: 12px;
}
.nuedc-pmbox li a {
  padding: 5px 15px 5px 60px;
}
.nuedc-wp {
  padding-top: 50px;
}
.nuedc-wp.wp2 {
  box-sizing: border-box;
  min-height: 100%;
  background-color: #F3F4F6;
}
.nuedc-wp.wp2 .msgbox {
  margin-bottom: 10px;
}
.nuedc-wp .friend_msg .avat img,.nuedc-wp .self_msg .avat img {
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
}
.nuedc-wp .dialog_green .dialog_c {
  overflow: hidden;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: #fff;
}
.nuedc-wp .dialog_green .dialog_b {
  height: 7px;
  background: #fff;
  overflow: hidden;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.nuedc-wp .dialog_green .dialog_t {
  padding: 10px 10px 0;
  background: #fff;
}
.nuedc-wp .dialog_green.z {
  margin-left: 8px;
}
.nuedc-wp .date {
  margin-top: 5px;
}
.nuedc-wp .msgbox {
  margin-bottom: 60px;
}
.nuedc-wp form {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #fff;
  border-top: 1px solid #EBE9F4;
}
.nuedc-wp .reply .px {
  border: none;
  background: none;
  outline: none;
}
.nuedc-wp .reply {
  padding-left: 36px;
  background: #F3F4F6 url('../image/user/MyCenter-icon-reply@2x.png') no-repeat 20px 8px;
  background-size: 15px;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
}
.nuedc-wp .dialog_white .dialog_c {
  background: none;
}
.nuedc-wp .dialog_white .dialog_t {
  padding: 6px 10px 0;
  width: 200px;
  background: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.nuedc-wp .dialog_white .dialog_b {
  width: 220px;
  background: #fff;
  height: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.nuedc-header .btn_pn {
  position: relative;
  top: -2px;
  margin-right: 0;
  color: #fff;
  background: #4683FF;
  line-height: 28px;
  height: 28px;
  outline: none;
}
.nuedc-header .btn_pn_grey {
  color: #8FB4FF;
}
.nuedc-wp-list {
  padding: 0 15px;
}
.nuedc-wp .bl_line {
  position: relative;
  padding: 0 0 0 55px;
  height: 38px;
  border-color: #EBE9F4;
}
.nuedc-xp {
  display: block;
  width: 100%;
  height: 34px;
  line-height: 34px;
  outline: none;
  border: none;
}
.nuedc-label {
  position: absolute;
  left: 0;
  top: 6px;
}
.nuedc-wp .bl_none {
  padding: 0;
}
.nuedc-wp .bl_none textarea {
  margin-top: 10px;
  font-size: 13px;
  outline: none;
}
.tip {
  background: #fff;
}
.tip .button {
  margin-top: 20px;
  font-size: 14px;
  height: 26px;
  padding: 0 15px;
  width: auto;
  line-height: 26px;
  background: #4683FF;
  border-radius: 13px;
  outline: none;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  -o-border-radius: 13px;
}
.nuedc-threadlist {
  padding: 44px 15px 20px;
}
.nuedc-threadlist.list2 {
  padding-top: 100px;
}
.nuedc-threadlist.list2 li {
  padding: 13px 0 8px 0;
}
.nuedc-threadlist li {
  border-bottom: 1px solid #ddd;
  padding: 13px 0 10px 0;
}
.nuedc-threadlist .icon_top, .nuedc-threadlist .icon_tu {
  position: relative;
  top: 2px;
  left: 0;
  margin-right: 5px;
}
.nuedc-threadlist li a {
  display: block;
  margin-bottom: 5px;
  padding: 0;
}
.nuedc-thread-bottom {
  overflow: hidden;
}
.nuedc-thread-bottom .num {
  position: static;
  float: right;
  background: url('../image/mobile/images/new/icon14.png') no-repeat 0 3px;
  background-size: 12px;
}
.nuedc-thread-bottom .time {
  float: right;
  padding-left: 18px;
  margin-right: 10px;
  font-size: 12px;
  color: #c0c0c0;
  background: url('../image/mobile/images/new/icon5.png') no-repeat 0 3px;
  background-size: 12px;
}
.nuedc-thread-bottom .author {
  float: left;
  padding-left: 18px;
  font-size: 12px;
  color: #c0c0c0;
  background: url('../image/mobile/images/new/icon13.png') no-repeat 0 3px;
  background-size: 12px;
}
.page a {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.page a+a {
  margin-left: 5px;
}
.nuedc-category .subname_list {
  position: absolute;
  top: 44px;
  left: 0;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  width: 100%;
  background: #fff;
  box-shadow: 0 3px 3px #ccc;
}
.nuedc-category li {
  float: left;
  padding-left: 15px;
}
.nuedc-active {
  position: relative;
  font-size: 16px;
  color: #4683FF;
}
.nuedc-active:after {
  content: '';
  position: absolute;
  bottom: 10px;
  left: 38px;
  width: 18px;
  height: 2px;
  background-color: #4683FF;
  z-index: 5;
}
.nuedc-coll-list {
  margin: 100px 0 0;
  padding-left: 15px;
  padding-right: 15px;
  border: none;
  border-radius: 0;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.nuedc-coll-list ul {
  border-bottom: 1px solid #ddd;
}
.nuedc-coll-list .li {
  position: relative;
  border: none;
  margin: 0 15px;
  line-height: 50px;
}
.nuedc-coll-list .li+.li {
  border-top: 1px solid #ddd;
}
.nuedc-coll-list .li:after {
  content: '';
  position: absolute;
  left: 0;
  top: 19px;
  width: 2px;
  height: 13px;
  background-color: #4683FF;
}
.nuedc-coll-list .li a {
  font-size: 14px;
}
.nuedc-header .headTop-nav {
  margin: 0;
  width: 28px;
  height: 28px;
  background: url('../image/mobile/images/new/icon24.png') no-repeat center;
  background-size: 22px;
}
.nuedc-header .headTop-nav.ab {
  position: absolute;
  right: 15px;
  top: 8px;
}
.pmbox.nuedc-pmbox .num {
  position: absolute;
  top: 37px;
  right: 15px;
  padding: 0 6px;
  font-size: 12px;
  background-color: #FF3C3C;
  height: 19px;
  line-height: 20px;
}
.nuede-icon-edit {
  position: fixed;
  right: 15px;
  top: 70%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #4683FF;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.nuede-icon-edit a {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url('../image/user/MyCenter-icon-reply.png') no-repeat center;
  background-size: 16px;
}