.def_btn {
  background: #20b09f;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 0;
  outline: 0;
  cursor: pointer; }

.def_btn.hover:hover {
  background-color: #1aa090; }

::-webkit-scrollbar {
  width: 6px;
  height: 6px; }

::-webkit-scrollbar-track-piece {
  background-color: #CCCCCC;
  -webkit-border-radius: 6px; }

.claer::after {
  display: block;
  clear: both;
  content: "";
  overflow: hidden; }

.item-title {
  width: 100%;
  height: 88px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 20px 15px 0;
  box-sizing: border-box;
  position: relative; }
  .item-title .top {
    height: 40px;
    display: flex;
    align-items: center;
    margin-bottom: 5px; }
    .item-title .top .label {
      width: 40px;
      height: 22px;
      border-radius: 2px;
      font-size: 12px;
      line-height: 1;
      margin-right: 10px; }
    .item-title .top .pre-poster, .item-title .top .back-tag, .item-title .top .pre-tag {
      font-size: 14px; }
  .item-title .bottom {
    height: 20px;
    display: flex;
    align-items: center;
    color: #999;
    font-size: 12px; }
    .item-title .bottom .time {
      margin-right: 25px; }
    .item-title .bottom .scan {
      margin-right: 5px; }
  .item-title p {
    font-family: Microsoft YaHei;
    font-weight: 400;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #EEE;
    font-size: 20px; }
  .item-title .user_des {
    position: absolute;
    right: 82px;
    width: 132px;
    height: 30px;
    border-radius: 15px;
    top: 50%;
    margin-top: -15px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: white;
    cursor: pointer; }
    .item-title .user_des img {
      margin-right: 8px; }
  .item-title .sign-in {
    width: 36px;
    position: absolute;
    top: 18px;
    right: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer; }
    .item-title .sign-in .icon {
      width: 100%;
      height: 36px;
      border-radius: 50%;
      margin-bottom: 6px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .item-title .sign-in .icon img {
        width: 22px;
        height: 25px; }
      .item-title .sign-in .icon .img {
        display: block; }
      .item-title .sign-in .icon .un_img {
        display: none; }
    .item-title .sign-in .act {
      background-color: #eee; }
    .item-title .sign-in span {
      font-size: 12px;
      line-height: 12px;
      font-family: Microsoft YaHei;
      font-weight: 400;
      color: #eee; }
  .item-title .un_sign span {
    color: #C5C7CB; }
  .item-title .un_sign .img {
    display: none; }
  .item-title .un_sign .un_img {
    display: block; }

#main_wrap .item-share {
  position: relative; }
#main_wrap .item-qr {
  color: #999999;
  height: 46px;
  line-height: 46px;
  display: flex;
  align-items: center;
  background: none;
  position: relative;
  padding-left: 0;
  z-index: 1; }
  #main_wrap .item-qr .qr_icon {
    width: 26px;
    height: 26px;
    margin-right: 10px; }
  #main_wrap .item-qr .act {
    display: none; }
#main_wrap .item-share:hover .item-qr {
  color: #20B09F; }
  #main_wrap .item-share:hover .item-qr .act {
    display: block; }
  #main_wrap .item-share:hover .item-qr .def {
    display: none; }
#main_wrap .qr-img {
  position: absolute;
  width: 288px;
  height: 340px;
  top: 0;
  left: 0;
  display: block;
  transition: all .3s ease;
  transform: translateY(-90%);
  opacity: 0;
  visibility: hidden;
  z-index: 10; }
  #main_wrap .qr-img .hover_cont {
    width: 100%;
    height: 330px;
    background: rgba(0, 0, 0, 0.5); }
    #main_wrap .qr-img .hover_cont img {
      width: 180px;
      height: 180px;
      left: 50%;
      margin-left: -90px;
      top: 35px;
      position: absolute; }
    #main_wrap .qr-img .hover_cont .tip {
      font-size: 12px;
      font-family: Microsoft YaHei;
      font-weight: 400;
      color: #fff;
      display: inline-block;
      width: 100%;
      text-align: center;
      position: absolute;
      top: 240px; }
    #main_wrap .qr-img .hover_cont .address {
      width: 260px;
      left: 50%;
      margin-left: -130px;
      bottom: 20px;
      height: 34px;
      position: absolute;
      display: flex;
      justify-content: flex-start; }
      #main_wrap .qr-img .hover_cont .address .addr {
        height: 100%;
        display: block;
        width: 200px;
        background: #fff;
        font-size: 14px;
        font-family: Arial;
        font-weight: 400;
        color: #999999;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-all;
        white-space: nowrap;
        line-height: 34px;
        box-sizing: border-box;
        padding: 0 12px; }
      #main_wrap .qr-img .hover_cont .address .def_btn {
        width: 60px; }
  #main_wrap .qr-img .hover_cont.unlogin {
    height: 255px;
    position: relative;
    top: 75px; }
#main_wrap .item-share:hover .qr-img {
  transform: translateY(-100%);
  opacity: 1;
  visibility: visible; }

.coustom_mask {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s ease-in;
  visibility: hidden;
  z-index: 999; }
  .coustom_mask .dialog_wrap {
    width: 518px;
    height: 245px;
    background: white;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -259px;
    margin-top: -122.5px;
    padding: 15px 25px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column; }
    .coustom_mask .dialog_wrap .title {
      width: 100%;
      height: 20px;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .coustom_mask .dialog_wrap .title span {
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333333; }
      .coustom_mask .dialog_wrap .title .close {
        color: #CCCCCC;
        font-size: 12px;
        transform: scale(1.8, 1.5);
        line-height: 12px;
        margin-top: -10px;
        cursor: pointer; }
    .coustom_mask .dialog_wrap .content {
      width: 100%;
      height: 100%;
      display: flex; }
      .coustom_mask .dialog_wrap .content > div {
        display: flex;
        flex-direction: column; }
        .coustom_mask .dialog_wrap .content > div .line {
          width: 100%;
          display: flex;
          align-items: center;
          margin-bottom: 25px; }
          .coustom_mask .dialog_wrap .content > div .line .label {
            width: 68px;
            text-align: right;
            margin-right: 10px;
            font-size: 14px;
            font-family: Microsoft YaHei;
            font-weight: 400;
            color: #666666; }
          .coustom_mask .dialog_wrap .content > div .line .required::before {
            content: "*";
            color: #F01818;
            font-size: 14px;
            display: inline; }
          .coustom_mask .dialog_wrap .content > div .line .user_name {
            width: 260px;
            height: 30px;
            font-size: 14px;
            font-family: Microsoft YaHei;
            font-weight: 400;
            color: #666666;
            outline: 0;
            border: 1px solid #e5e5e5;
            padding-left: 0.5em; }
          .coustom_mask .dialog_wrap .content > div .line .addPic {
            width: 50px;
            height: 50px;
            display: flex;
            cursor: pointer;
            margin-top: 0;
            position: relative; }
            .coustom_mask .dialog_wrap .content > div .line .addPic > img {
              width: 100%;
              height: 100%; }
            .coustom_mask .dialog_wrap .content > div .line .addPic .del_img {
              width: 15px;
              height: 15px;
              position: absolute;
              border-radius: 50%;
              color: #fff;
              font-size: 13px;
              line-height: 1;
              display: block;
              line-height: 12px;
              right: -6px;
              text-align: center;
              top: -6px;
              z-index: 2;
              display: none;
              padding: 0; }
          .coustom_mask .dialog_wrap .content > div .line .def_btn {
            padding: 0 20px;
            height: 30px;
            font-size: 14px;
            font-family: Microsoft YaHei;
            font-weight: 400;
            position: relative; }
          .coustom_mask .dialog_wrap .content > div .line .def_btn.loading {
            padding-left: 14px;
            opacity: 0.7;
            cursor: pointer; }
          .coustom_mask .dialog_wrap .content > div .line .def_btn.loading::before {
            width: 10px;
            height: 10px;
            content: "";
            border-radius: 50%;
            border: 2px solid #fff;
            border-right-color: transparent;
            margin-right: 6px;
            animation: loading 1s linear infinite; }
@keyframes loading {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }
        .coustom_mask .dialog_wrap .content > div .line:nth-last-of-type(1) {
          margin-bottom: 0; }
      .coustom_mask .dialog_wrap .content .left {
        flex: 1;
        padding-top: 20px; }
      .coustom_mask .dialog_wrap .content .right {
        width: 80px; }
        .coustom_mask .dialog_wrap .content .right .user_pic {
          width: 80px;
          height: 80px;
          border-radius: 50%;
          margin-bottom: 10px; }
        .coustom_mask .dialog_wrap .content .right span {
          font-size: 14px;
          line-height: 1;
          text-align: center;
          font-family: Microsoft YaHei;
          font-weight: 400;
          color: #666666; }

.coustom_mask.show {
  visibility: visible; }

.coustom_mask.active {
  opacity: 1;
  transition: 0.3s ease-in; }

/*# sourceMappingURL=show_feimengzhu.css.map */
