.fmBox {
  background-color: #ffffff;
  margin-bottom: 5px;
  padding: 10px 10px 10px 10px;
}
.fmBox .fmTit {
  font-size: 16px;
  color: #666;
  padding: 0 10px;
}
.noMore {
  text-align: center;
  font-size: 3em;
  color: #999;
}
.fmPage {
  padding: 0;
  display: flex;
  justify-content: center;
}
.fmPage .pager {
  margin: 0;
  padding-top: 10px;
}
.fmPage .pager #navigation {
  margin-bottom: 0;
}
.fmWrap {
  display: flex;
  justify-content: space-between;
}
.fmWrap .fmLeft {
  flex: 1;
}
.fmWrap .fmLeft .advTop {
  height: 220px;
  width: 100%;
}
.fmWrap .fmLeft .invitation {
  list-style: none;
}
.fmWrap .fmRight {
  width: 300px;
  margin-left: 20px;
}
.fmNum {
  display: flex;
}
.fmNum span {
  padding: 0 30px;
  border-right: 1px dashed #ddd;
  color: #999;
}
.fmNum span b {
  color: #666;
}
.fmNum span a {
  color: #0ca6f2;
}
.fmNum span:last-of-type {
  border: none;
}
.fmList {
  display: flex;
  border-bottom: 1px #e5e5e5 solid;
}
.fmList .cover {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
}
.fmList .fmInfo {
  flex: 1;
  padding-bottom: 15px;
}
.fmList .fmInfo h3 {
  margin: 0;
  padding-top: 5px;
  font-weight: 600;
  color: #444444;
  font-size: 16px;
  font-weight: normal;
}
.fmList .fmInfo .author {
  display: flex;
  align-items: center;
  padding: 10px 0;
  position: relative;
  color: #999;
  font-size: 14px;
}
.fmList .fmInfo .author .fmAvt {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  overflow: hidden;
}
.fmList .fmInfo .author .name {
  padding: 0 10px 0 0;
  color: #0ca6f2;
  max-width: 8em !important;
}
.fmList .fmInfo .author .form-model {
  color: #0ca6f2;
}
.fmList .fmInfo .author .pull-right {
  position: absolute;
  right: 5%;
}
.fmList .fmInfo .cont {
  /*overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;*/
  color: #666;
}
.fmList .fmInfo .last {
  display: flex;
  justify-content: space-between;
  color: #999;
  font-size: 13px;
}
.fmList .fmInfo .last .readAll {
  color: #0ca6f2;
}
.fmCard {
  padding: 20px 10px 0;
}
.fmCard .rtAvt {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  margin: 10px auto 10px;
}
.fmCard p {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #2c3e50;
}
.fmCard .myNum {
  background-color: #fff;
  display: flex;
  padding: 10px 0;
  border-top: 2px solid #E5E5E5;
}
.fmCard .myNum .one {
  flex: 1;
  text-align: center;
}
.fmCard .myNum .one span {
  color: #acbbc6;
  display: block;
  font-size: 12px;
}
.fmCard .myNum .one b {
  font-size: 16px;
  color: #34495e;
}
.fmSend {
  text-align: center;
  padding: 0;
  margin: 0;
}
.fmSend .sendBtn {
  display: inline-block;
  background-color: #0ca6f2;
  color: #fff;
  text-align: center;
  line-height: 60px;
  width: 100%;
  font-size: 22px;
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #0ca6f2;
}
.fmSend .sendBtn:hover {
  background-color: transparent;
  color: #0ca6f2;
}
.fmSend .antBtn {
  margin-top: 15px;
  background-color: transparent;
  color: #0ca6f2;
}
.fmPlate {
  padding: 10px 0 0;
}
.fmPlate .plate {
  display: flex;
  flex-wrap: wrap;
}
.fmPlate .plate a {
  display: inline-block;
  width: 150px;
  padding: 10px 0;
  text-align: center;
  border-right: 1px solid #ededed;
  border-top: 1px solid #ededed;
}
.fmPlate .plate a:nth-of-type(even) {
  border-right: none;
}
.fmPlate .plate a:hover {
  background-color: #fbfbfb;
  color: #0ca6f2;
}
.fmPlate .toAll {
  display: block;
  padding: 10px 0;
  text-align: center;
  background-color: #f8f8f8;
  color: #acbbc6;
}
.fmPlate .toAll:hover {
  color: #0ca6f2;
}
.hotList {
  padding: 10px 0 0;
}
.hotList .fmTit {
  margin: 0;
}
.hotList ul {
  padding: 10px 0;
  margin: 0;
}
.hotList ul li {
  list-style: none;
}
.hotList ul li a {
  max-width: 280px;
  padding: 0 10px;
  line-height: 30px;
  color: #666;
}
.hotList ul li a:hover {
  color: #0ca6f2;
  transform: translateX(10px);
}
.hotList .suggestion-box {
  margin-top: 10px;
  border-bottom: 1px solid #ccc;
}
.hotList .suggestion-box:last-child {
  border-bottom: none;
}
.hotList .suggestion-box .suggestion-title {
  color: #666;
  font-size: 16px;
}
.hotList .suggestion-box .suggestion-text {
  color: #999;
  margin-bottom: 10px;
}
.hotList .suggestion-box .suggestion-text span {
  margin-left: 20px;
}
.user {
  display: flex;
  flex-wrap: wrap;
}
.user .actWrap {
  display: inline-block;
  padding: 10px;
  width: 100px;
}
.user .actWrap .text-ellipsis-2 {
  margin-top: 10px;
  width: 100%;
  padding: 0 10%;
  text-align: center;
}
.user .actWrap a {
  display: block;
  width: 60px;
  height: 60px;
  margin-left: 10px;
  border-radius: 100%;
  overflow: hidden;
}
.index-fmBlock {
  padding: 0;
}
.index-fmBlock .index-bkTit {
  padding: 10px;
  font-size: 16px;
  border-bottom: 1px solid #ededed;
  margin: 0;
  background-color: #fdfdfd;
}
.index-fmBlock .index-bkWrap {
  padding: 15px 12px;
  display: flex;
  flex-wrap: wrap;
}
.index-fmBlock .index-bkWrap .index-block {
  width: 194px;
  height: 100px;
  padding-left: 5px;
  border-radius: 3px;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  border: 1px solid transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-fmBlock .index-bkWrap .index-block:hover {
  background-color: #fbfbfb;
  border-color: #ededed;
}
.index-fmBlock .index-bkWrap .index-block:hover .index-bkName {
  color: #0ca6f2 !important;
}
.index-fmBlock .index-bkWrap .index-block .index-bkCover {
  width: 55px;
  height: 55px;
  min-width: 55px;
  min-height: 55px;
  overflow: hidden;
  border-radius: 6px;
  margin-right: 7px;
}
.index-fmBlock .index-bkWrap .index-block .index-bkInfo .index-bkName {
  font-size: 16px;
  line-height: 22px;
  color: #4d4d4d;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  margin: 0;
}
.index-fmBlock .index-bkWrap .index-block .index-bkInfo .index-desc {
  width: 110px;
  max-width: 200px;
  margin: 7px 0 0;
  font-size: 12px;
  line-height: 15px;
  color: #999;
}
.index-fmBlock .index-bkWrap .index-block .index-bkInfo .index-num {
  margin: 7px 0 0;
  line-height: 15px;
  white-space: nowrap;
  font-size: 12px;
  color: #999;
}
.fmBlock {
  padding: 0;
}
.fmBlock .bkTit {
  padding: 10px;
  font-size: 16px;
  border-bottom: 1px solid #ededed;
  margin: 0;
  background-color: #fdfdfd;
}
.fmBlock .bkWrap {
  padding: 30px 12px;
  display: flex;
  flex-wrap: wrap;
}
.fmBlock .bkWrap .block {
  width: 372px;
  height: 122px;
  border-radius: 3px;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  border: 1px solid transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fmBlock .bkWrap .block:hover {
  background-color: #fbfbfb;
  border-color: #ededed;
}
.fmBlock .bkWrap .block:hover .bkName {
  color: #0ca6f2 !important;
}
.fmBlock .bkWrap .block .bkCover {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 10px;
}
.fmBlock .bkWrap .block .bkInfo .bkName {
  font-size: 20px;
  line-height: 22px;
  color: #4d4d4d;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  margin: 0;
}
.fmBlock .bkWrap .block .bkInfo .desc {
  line-height: 15px;
  color: #999;
  margin: 7px 0 0;
  width: 200px;
  max-width: 200px;
}
.fmBlock .bkWrap .block .bkInfo .num {
  line-height: 15px;
  color: #999;
  margin: 7px 0 0;
}
.filter {
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.coverHeader {
  width: 100%;
  height: 190px;
  position: relative;
  overflow: hidden;
}
.coverHeader .cover {
  width: 100%;
  height: 150px;
}
.coverHeader .summary {
  position: absolute;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.4);
  bottom: 40px;
  left: 90px;
  width: 100%;
  padding: 0 10px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 30px;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
}
.coverHeader .hdInfo {
  height: 40px;
  padding-left: 100px;
  line-height: 40px;
}
.coverHeader .hdInfo .name {
  font-size: 18px;
  font-weight: 600;
  color: #4d4d4d;
}
.coverHeader .hdInfo sub {
  margin-left: 15px;
  color: #999;
}
.coverHeader .hdInfo sub span:nth-child(2) {
  padding: 0 10px;
}
.coverHeader .hdLogo {
  width: 80px;
  height: 80px;
  border-radius: 2px;
  overflow: hidden;
  position: absolute;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  left: 10px;
  bottom: 0;
}
.inList .noMore {
  padding: 20px 0;
}
.inList .listOne {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.inList .listOne:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.inList .listOne:hover .oneTit {
  color: #0ca6f2 !important;
}
.inList .listOne .left {
  display: flex;
  align-items: center;
}
.inList .listOne .left .oneAvt {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  overflow: hidden;
  display: block;
  margin-right: 10px;
}
.inList .listOne .left .oneInfo {
  padding-top: 3px;
}
.inList .listOne .left .oneInfo .oneTit {
  color: #4d4d4d;
  font-size: 15px;
}
.inList .listOne .left .oneInfo .oneTit:hover {
  color: #0ca6f2;
}
.inList .listOne .left .oneInfo .oneMore {
  margin: 0;
  font-size: 13px;
  color: #999;
}
.inList .listOne .left .oneInfo .oneMore span {
  margin-right: 15px;
}
.inList .listOne .left .oneInfo .oneMore i {
  font-size: 14px;
  margin-right: 5px;
}
.inList .listOne .left .oneInfo .oneMore a {
  color: #999;
}
.inList .listOne .left .oneInfo .oneMore a:hover {
  color: #0ca6f2;
}
.inList .listOne .time {
  color: #999;
}
a[ucard] {
  color: #0ca6f2;
}
.bkFlex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.noFocus {
  text-align: center;
  padding: 10px 0;
  color: #666;
  width: 100%;
}
.dtWrap {
  display: flex;
  position: relative;
  flex-direction: column;
  padding: 0px 50px;
}
.dtWrap .people {
  margin: 30px 60px 0px 15px;
  display: flex;
}
.dtWrap .people .avt {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  overflow: hidden;
}
.dtWrap .people .avatar-left {
  margin-left: 15px;
}
.dtWrap .people .tit {
  font-weight: 600;
  font-size: 20px;
  color: #454545;
  margin: 0;
}
.dtWrap .people .text-center {
  display: inline-flex;
}
.dtWrap .people .text-center .text-ellipsis {
  font-size: 14px;
  max-width: 7em;
  color: #0ca6f2;
}
.dtWrap .people .fmNumber {
  position: absolute;
  align-items: center;
  right: 60px;
}
.dtWrap .people .fmNumber .lab {
  display: inline-block;
  background-color: #0ca6f2;
  color: #fff;
  padding: 3px 8px;
  font-size: 12px;
  border-radius: 2px;
}
.dtWrap .forum {
  flex: 1;
  padding: 10px 20px;
}
.dtWrap .forum .popup-gallery {
  padding: 0px 60px;
}
.dtWrap .forum .fmInfo {
  border-bottom: 1px solid #ededed;
}
.dtWrap .forum .reply-content {
  border-top: dashed 1px #E5E5E5;
}
.dtWrap .forum .fmNumber {
  padding-bottom: 15px;
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
}
.dtWrap .forum .fmNumber a,
.dtWrap .forum .fmNumber span {
  color: #999;
}
.dtWrap .forum .fmNumber a {
  padding: 0 15px;
  border-right: 1px solid #ededed;
}
.dtWrap .forum .fmNumber a.border {
  color: #0ca6f2;
}
.dtWrap .forum .fmNumber a:last-of-type {
  border: none;
}
.dtWrap .forum .fmNumber .lab {
  display: inline-block;
  background-color: #0ca6f2;
  color: #fff;
  padding: 3px 8px;
  font-size: 12px;
  border-radius: 2px;
}
.dtWrap .forum .text-muted {
  text-align: right;
  margin: 30px auto;
  padding-right: 10%;
  font-size: 14px;
  color: #999999;
}
.dtWrap .forum .forum-lzl {
  padding-left: 120px;
}
.inLink {
  margin: 10px 0;
  color: #999;
}
.inLink a {
  color: #999;
}
.inLink i {
  padding: 0 5px;
}
.share {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.share p {
  margin: 0px;
}
.rpList .forum .fmNumber {
  padding-top: 0;
  border-bottom: 1px solid #ededed;
}
.rpList .forum .fmOpt {
  margin-bottom: 10px;
}
.rpList .forum .fmOpt a {
  color: #999;
  padding: 0 8px;
}
.sedBox .tips {
  width: 100%;
  text-align: center;
  margin-top: 10px;
  font-size: 20px;
}
.sedBox .tips a {
  color: #0ca6f2;
  padding: 0 5px;
}
.look {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border-bottom: 1px solid #ededed;
}
.forum_left_operation {
  position: absolute;
  left: -46px;
  background-color: #fff;
}
.forum_left_operation .edBtn {
  display: block;
  padding: 15px;
  color: #999;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.forum_left_operation .edBtn:hover {
  background-color: #0ca6f2;
  color: #fff;
}
.sendBox {
  width: 900px;
  margin: 0 auto;
}
.sendTit {
  border-bottom: 1px solid #ededed;
  padding-bottom: 10px;
  font-size: 16px;
}
.sendTit sub {
  color: #999;
  margin-left: 15px;
}
#sub_nav {
  background-color: #f3f6f8;
  box-shadow: 0 4px 4px -3px #d1d1d1;
}
#sub_nav .active {
  border-bottom: 2px solid #0ca6f2;
}
#sub_nav .active a {
  color: #0ca6f2;
}
.sedNav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.shWrap {
  display: flex;
  align-items: center;
  padding: 0 10px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  background-color: #ffffff;
}
.shWrap input {
  border: none;
  outline: none;
  background-color: transparent;
  height: 30px;
  width: 250px;
}
.shWrap a {
  padding-left: 10px;
}
.invitation .post-nav {
  margin: 5px 0 10px 5px;
  padding: 8px 5px;
  font-size: 1.2em;
}
.invitation .post-nav .tab-type {
  display: inline-block;
  margin-bottom: 5px;
  padding: 5px 10px;
  text-align: center;
  cursor: pointer;
}
.invitation .post-nav .select {
  background-color: #f2f2f2;
}
.invitation .post-nav .choice-line {
  width: 51px;
}
.invitation .post-nav .choice-red {
  width: 83px;
  margin-left: 55px;
}
