.ellipse, .jieban-show__user-left .user-id {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.imgposition, .jieban-show__user-left .img, .jieban-show__basic span {
  position: relative; }
  .imgposition img, .jieban-show__user-left .img img, .jieban-show__basic span img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%; }

.alignItems, .jieban-show__user-left {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center; }

.alignJustify, .jieban-show__user-right {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; }

.jieban-show {
  padding: 0 0.333333rem 0.373333rem;
  background-color: #fff; }

.jieban-show__user {
  display: -webkit-flex;
  display: flex;
  height: 2.413333rem;
  padding: 0.653333rem 0 0.413333rem;
  border-bottom: 1px solid #f2f2f2; }

.jieban-show__user-left {
  -webkit-flex: 1;
  flex: 1; }
  .jieban-show__user-left .img {
    width: 1.333333rem;
    height: 1.333333rem;
    margin-right: 0.146666rem; }
  .jieban-show__user-left .text {
    -webkit-flex: 1;
    flex: 1; }
  .jieban-show__user-left .user-id {
    margin-bottom: 0.16rem;
    line-height: 0.373333rem;
    font-size: 0.373333rem;
    color: #333; }
  .jieban-show__user-left .date {
    line-height: 0.253333rem;
    font-size: 0.266666rem;
    color: #999; }

.jieban-show__user-right {
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 2.32rem;
  padding-left: 0.533333rem;
  border-left: 1px solid #f2f2f2; }
  .jieban-show__user-right .number {
    font-size: 0.48rem;
    color: #ff7700; }
  .jieban-show__user-right .apply {
    font-size: 0.32rem;
    color: #666; }

.jieban-show__scenicInfo {
  position: relative;
  padding-top: 0.373333rem; }
  .jieban-show__scenicInfo .title {
    margin-bottom: 0.4rem;
    font-family: "HiraginoSansGB";
    font-size: 0.4rem;
    font-weight: bold;
    color: #333; }
.jieban-show__detail-bg {
    content: '';
    position: absolute;
    top: 0.573333rem;
    right: 0.213333rem;
    width: 3.173333rem;
    height: 2.693333rem;
    background: url(../images/show-cluster.png) no-repeat;
    background-size: contain; }

.jieban-show__basic {
  line-height: 1.667;
  font-size: 0.32rem;
  color: #999; }
  .jieban-show__basic .site, .jieban-show__basic .number, .jieban-show__basic .date {
    display: -webkit-flex;
    display: flex;
    margin-bottom: 0.2rem; }
    .jieban-show__basic .site p, .jieban-show__basic .number p, .jieban-show__basic .date p {
      -webkit-flex: 1;
      flex: 1; }
  .jieban-show__basic span {
    display: inline-block;
    width: 0.48rem;
    height: 0.48rem;
    margin-right: 0.16rem;
    background-color: #e6e6e6;
    border-radius: 50%; }
  .jieban-show__basic .site img {
    max-height: 0.4rem; }
  .jieban-show__basic .number img {
    max-height: 0.32rem; }
  .jieban-show__basic .date img {
    max-height: 0.346666rem; }

.jieban-show__detail .text {
  font-size: 0.32rem;
  color: #666;
  line-height: 1.5; }
.jieban-show__detail img {
  display: block;
  max-width: 100%;
  margin-top: 0.266666rem; }

.jieban-onEarth {
  line-height: 1.08rem;
  font-size: 0.266666rem;
  color: #bebebe;
  text-align: center; }

.jieban-bottom-info {
  height: 1.306666rem; }

.jieban-bottom-info__fixed {
  display: -webkit-flex;
  display: flex;
  position: fixed;
  left: 50%;
  bottom: 0;
  width: 10rem;
  height: 1.306666rem;
  z-index: 11111;
  background-color: #fff;
  box-shadow: 0 -0.066666rem 0.066666rem rgba(11, 2, 5, 0.05);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  .jieban-bottom-info__fixed .select-info {
    -webkit-flex: 1;
    flex: 1;
    padding-left: 0.333333rem;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center; }
    .jieban-bottom-info__fixed .select-info .number {
      padding: 0.066666rem 0;
      font-size: 0.32rem;
      color: #ff7700; }
    .jieban-bottom-info__fixed .select-info .phone {
      font-size: 0.266666rem;
      color: #999; }
  .jieban-bottom-info__fixed .select {
    width: 6rem;
    line-height: 1.306666rem;
    text-align: center;
    font-size: 0.346666rem;
    color: #fff;
    background-color: #2dbb55; }

.jieban-bottom-info--0 .select, .jieban-bottom-info--1 .select {
  background-color: #fff;
  color: #2dbb55; }

/*# sourceMappingURL=jieban-show.css.map */
