@charset "utf-8";

body {
  background: #EEE;
}

.wrap {
  background: #EEE;
  padding-bottom: 0.1px;
}

.top_bg {
  /* background: #C0805F; */
  background: linear-gradient(180deg, #C0805F 30%, #eee 50%, #eee 100%);
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.showtoper {
  background: #C0805F;
  border: 0;
  box-shadow: none;
  color: #FFF;
}

.showtoper a.areturn {
  width: .714em;
  height: .714em;
  display: block;
  position: absolute;
  left: 1em;
  background: none;
  border-left: .11em solid #FFF;
  border-bottom: .11em solid #FFF;
  content: "";
  position: absolute;
  transform: rotate(45deg);
  transform-origin: 50% 50%;
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: 50% 50%;
  right: 0;
  top: 15px;
}

.showtoper a.person_img {
  position: absolute;
  left: 14%;
  top: .417em;
  padding: 0;
  margin: 0;
  border: 0;
  width: 7.5%;
}

.showtoper a.person_img img {
  width: 100%;
}

.showtoper span.tt_w60 {
  font-size: 14px;
  color: #FFF;
  margin: 3px 0 0 23%;
  width: 30%;
  text-align: left;
}

.showtoper span.btn_br_top,
.user_info_top span.btn_br_top {
  position: absolute;
  right: 4.5%;
  top: .6em;
  height: 23px;
  line-height: 23px;
  padding: 0 8px;
  border: 1px solid #FFF;
  border-radius: 20px;
  font-weight: 400;
  font-size: 14px;
  color: #FFF;
}

.user_info_top span.btn_br_top {
  top: 1.5em;
}

.arrowR {
  width: 1em;
  height: 1em;
  border-right: .1em solid #999;
  border-top: .1em solid #999;
  content: "";
  height: 0.553em;
  width: 0.553em;
  position: absolute;
  transform: rotate(45deg);
  transform-origin: 50% 50%;
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: 50% 50%;
  right: -12px;
  top: 4px;
}

.bgBlack {
  background: #000;
}

.block {
  margin-bottom: 3.4%;
  background: #fff;
}

.bg {
  height: 225px;
  margin: -80px 0 47px;
  padding-top: 80px;
  background: #C0805F;
  border-radius: 0 0 0 32px;
}

/*** 自己看自己&&  ***/
.user_info_top {
  width: 90%;
  margin: 0 auto;
}

.user_info_top .i_buyer,
.user_info_top .i_label {
  display: inline-block;
  margin-left: 0;
  transform: translate(0, -10px);
  width: auto;
}

.user_pic {
  width: 80px;
  height: 90px;
  padding-top: 1.667em;
  text-align: center;
  position: relative;
}

.pt_tips {
  top: 0;
  left: 5px;
  font-size: 12px;
}

.pic_tag {
  font-size: 10px;
  color: #FFF;
  background: #EDF7FF;
  border: .5px solid #2373DD;
  border-radius: 2px;
  color: #2373DD;
  white-space: nowrap;
  transform: translateY(-10px);
  display: inline-block;
  padding: .083em .25em 0;
}

.user_pic img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.big_pic_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1001;
}

.big_pic_bg img {
  width: 100%;
}

.user_tt {
  width: 98%;
  /* margin-left: 2%; */
  color: #FFF;
}

.user_tt p {
  font-family: PingFangSC-Semibold;
  font-size: 22px;
  color: #FFF;
  padding: .25em 0 0;
  max-width: 65%;
  white-space: pre-wrap;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.user_tt span {
  margin: 0 5px 0 3px;
}

.user_tt span:first-child {
  margin-left: 0;
}

.user_info {
  position: absolute;
  left: 3.2%;
  bottom: -35px;
  width: 87.6%;
  background: #FFF;
  border-radius: 8px;
  height: 69px;
  padding: 5px 3% 0;
  overflow: hidden;
  display: flex;
}

.user_info .btn_concern {
  position: static;
  width: 80%;
  margin-left: 10%;
}

.user_info span {
  width: 25%;
  text-align: center;
  color: #777;
  font-size: 14px;
  line-height: 1.4;
}

.user_info span p {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  margin-top: .5em;
}

.btn_edit_user {
  position: absolute;
  right: 0;
  bottom: 1.4em;
  width: 30%;
  height: 32px;
  line-height: 32px;
  background: #FFFFFF;
  border-radius: 20px;
  color: #777;
  font-size: 14px;
  display: block;
  text-align: center;
}

.btn_concern {
  position: absolute;
  right: 0;
  top: auto;
  bottom: 1.4em;
  width: 30%;
  height: 32px;
  line-height: 32px;
  border-radius: 20px;
  background: #fff;
  color: #C0805F;
  display: block;
  text-align: center;
}

.btn_attention.on,
.btn_concern.alr {
  color: #999999;
  background: #EEEEEE;
}

.title {
  height: 3.5em;
  line-height: 3.5em;
  color: #777;
  font-size: 16px;
  margin-bottom: .5em;
  padding-left: 4.5%;
}

.title span {
  color: #333;
  font-size: 20px;
  font-weight: 600;
}


/*** 没有发过文章 ***/
.empty {
  width: 93%;
  padding: 20% 0;
  margin: 0 auto 4%;
  background: #FFF;
  border-radius: 8px;
  text-align: center;
}

.empty span {
  display: inline-block;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  background: #EEE url(../../images/public/empty.png) no-repeat 0 10px;
  background-size: 80px;
}

.empty p {
  font-size: 14px;
  color: #999;
  margin-top: .667em;
}

.btn_empty {
  width: 45%;
  height: 38px;
  line-height: 38px;
  border-radius: 30px;
  border: 1px solid #e33e41;
  color: #e33e41;
  font-size: 16px;
  display: block;
  text-align: center;
  margin: 1.8em auto 0;
}