/*通用**/
.body {
  min-height: 100%;
  height: auto;;
  width: 100%;
  padding-bottom: 20%;
}

.header {
  position: fixed;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 100%;
  background-color: #575151;
  height: 40px;
  font-size: 16px;
  z-index: 100; 
  top: 0;
}


a {
  text-decoration: none;
  color: #fff;
}

.btn-1 {
  height: 6%;
  width: 92%;
  margin: 0 2%;
}

.btn-2 {
  height: 6%;
}

p {
  margin: 0
}

/*页面底部固定导航*/
.navbar-bg {
  background-color: #000;
  height: 50px;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 100;
  display: flex;
  justify-content: space-around;
}

.navbar-bg .col-xs-2, .navbar-bg .col-md-2 {
  padding: 0 4%
}

.nav-info {
  text-align: center;
  font-size: 12px;
  height: 100%;
  color: grey;
  display: flex;
  align-items: center;
}

.grid .feed-content {
  color: white;
}

.comment-bottom {
  position: fixed;
  bottom: 0;
  width: 100%;
}

.navbar-bg a{
  color: #D7D0D0;
}

.navbar-bg a img {
  width: 24px;
}

/*页面头*/
.header-title {
  font-size: 12px;
}

.header-right {
  float: right;
}

.header-left {
  float: left;
}

/*页面按钮组*/
.button-list {
  height: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.button-list col-xs-2, .button-list .col-md-2 {
  padding: 0
}

.button-list col-xs-10, .button-list .col-md-10 {
  padding: 0
}

.button-list .button-group {
  display: flex;
  justify-content: center;
}

.button-list .info {
  margin-left: 3%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  background-color: #575151;
  height: 50%;
  width: 20%;
}

.button-list .btn-auto {
  height: 40px;
  width: 22%;
  font-size: 14px;
  padding: auto 0;
  text-align: center;
  margin: 1%;
  line-height: 40px;
}

/*文字简介*/
.box {
  padding: 2%;
  margin: 3%;
  width: 94%;
  word-wrap: break-word;
  overflow: hidden;
  background-color: #575151;
  font-size: 12px;
}

/*表单*/
.form {
  background-color: #514D4D;
  padding-bottom: 2%;
  margin: 1% 0 4%;
}

.form > div {
  width: 98%;
  margin: 2% 1%;
}

.form > div > input {
  height: 50px;
}

.verified {
  width: 53%;
  float: left;
}

.verifyimg {
  float: right;
  width: 45%;
  height: 7%;
}

.help {
  height: 6%;
  margin: 5% 2%;
}

.forget {
  float: left;
}

.login-by-msg {
  float: right;
}

.help {
  margin-top: 14px;
  font-size: 12px;
}

.other-login {
  margin: 1%;
}

/*图片轮播*/
.carousel-caption {
  width: 100%;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
}

.carousel-caption > div {
  padding: 0;
  margin: 0 2% 2%;
  box-shadow: inset 0 0 0 20px rgba(0, 0, 0, .2);
}

.carousel .item img {
  width: 100%;
}

/*页面导航，可滑动*/
.lr_nb {
  display: flex;
  align-items: center;
  height: 10%;
  position: relative;
  box-sizing: border-box;
  z-index: 1;
  opacity: 1;
  top: 0;
  -webkit-transition: .3s all;
  transition: .3s all
}

.lr_nb .slider_wrap.line {
  overflow: hidden;
  overflow-x: scroll;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}

.lr_nb .slider_wrap.line .item_cell {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 30%;
  padding: 3%;
  margin-left: 2%;
  text-align: center;
  align-items: center;
  vertical-align: middle;
}

.lr_nb .slider_wrap.box {
  overflow: hidden;
  width: 100%
}

.lr_nb .slider_wrap::-webkit-scrollbar {
  display: none
}

.lr_nb .wx_items {
  white-space: nowrap;
}

.feed-content {
  word-wrap: break-word;
  overflow: hidden;
}

.button-row-lists {
  margin: 4% 0;
}

.feed-user {
  text-align: right;
  color: #999;
  font-weight: bold;
}

.input-share {
  background-color: #fff;
  padding: 2%;
  width: 100%;
  height: auto;
  float: left;
}

.word-share {
  overflow-y: hidden;
  width: 96%;
  height: 11%;
  margin: 2%;
  display: block;
  box-shadow: none;
  resize: none;
  font-size: 16px;
  outline: none;
  border: none;
  line-height: 20px;
  padding-bottom: 0px;
  color: black
}

.pic-thumb {
  background-repeat: no-repeat;
  background-size: cover;
  text-indent: -9999px;
  height: 100px;
  line-height: 80px;
  width: 100px;
}

.list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0
}

a:visited, a:hover, a:link {
  text-decoration: none;
}