@charset "UTF-8";
.el-loading-spinner i {
  font-size: 28px !important;
  color: #fff !important;
}

.el-loading-spinner .el-loading-text {
  color: #fff !important;
}

.PhotoApp {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.PhotoApp .van-popup {
  max-width: 480px;
  border-radius: 0.04rem;
}
.PhotoApp .van-popup::-webkit-scrollbar {
  width: 8px;
  height: 5px;
  display: block;
}
.PhotoApp .van-tabs__nav--line {
  height: 56px !important;
}
.PhotoApp .van-tab__text--ellipsis {
  font-size: 0.14rem;
}
.PhotoApp .type_cut {
  width: 2rem;
}
.PhotoApp .van-tabs__line {
  bottom: 20px;
}
.PhotoApp .control_card {
  width: 100%;
  height: 44px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.PhotoApp .control_card .sort_cut {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.PhotoApp .control_card .sort_cut .go_manage {
  position: absolute;
  bottom: 31px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: -webkit-gradient(linear, left top, left bottom, from(#60AFF7), to(#3476F6));
  background: linear-gradient(180deg, #60AFF7 0%, #3476F6 100%);
  border: 2px solid #FFFFFF;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  width: 0.95rem;
  height: 0.36rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 7;
}
.PhotoApp .control_card .sort_cut .go_manage .go_manage_btn {
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#60aff7), to(#3476f6));
  background: linear-gradient(180deg, #60aff7 0%, #3476f6 100%);
  border-radius: 0.02rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.16rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
}
.PhotoApp .control_card .sort_cut .go_manage .go_manage_btn .go_manage_btn_text {
  color: #ffffff;
  letter-spacing: 1px;
}
.PhotoApp .control_card .sort_cut .icon_area {
  width: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  position: relative;
}
.PhotoApp .control_card .sort_cut .icon_area .icon_sort {
  width: 0.16rem;
  height: 0.14rem;
}
.PhotoApp .control_card .sort_cut .icon_area .icon_sort .icon_img {
  width: 100%;
  height: 100%;
}
.PhotoApp .control_card .sort_cut .icon_area .icon_img_layout {
  width: 0.14rem;
  height: 0.14rem;
}
.PhotoApp .control_card .sort_cut .icon_area .icon_img_layout .icon_img {
  width: 100%;
  height: 100%;
}
.PhotoApp .control_card .sort_cut .icon_area .sort_set_frame {
  position: absolute;
  width: 0.92rem;
  max-height: 1.6rem;
  top: 30px;
  right: 12px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  border-radius: 0.02rem;
}
.PhotoApp .control_card .sort_cut .icon_area .sort_set_frame .set_frame_top {
  width: 100%;
  padding: 0.08rem 0.12rem;
  padding-top: 0;
  padding-bottom: 0.08rem;
  border-bottom: 0.5px solid #E6E9EE;
}
.PhotoApp .control_card .sort_cut .icon_area .sort_set_frame .set_frame_bottom {
  width: 100%;
  padding: 0.08rem 0.12rem;
  padding-top: 0;
}
.PhotoApp .control_card .sort_cut .icon_area .sort_set_frame .set_item {
  width: 100%;
  height: 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0.08rem;
}
.PhotoApp .control_card .sort_cut .icon_area .sort_set_frame .set_item .set_item_left {
  color: #323233;
  font-weight: 400;
  font-size: 0.14rem;
}
.PhotoApp .control_card .sort_cut .icon_area .sort_set_frame .set_item .set_item_right {
  width: 0.15rem;
  height: 0.15rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.PhotoApp .control_card .sort_cut .icon_area .sort_set_frame .set_item .set_item_right .item_right_img {
  width: 100%;
  height: 100%;
}
.PhotoApp .control_selection {
  width: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 12px;
  bottom: 14px;
  z-index: 6;
}
.PhotoApp .control_selection .selection_item {
  width: 0.4rem;
  height: 0.4rem;
  overflow: hidden;
  margin-bottom: 0.12rem;
  position: relative;
}
.PhotoApp .control_selection .selection_item .refresh_tips {
  width: 7px;
  height: 7px;
  position: absolute;
  top: 3px;
  left: 7px;
  background: red;
  border-radius: 50%;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  /* don't forget to set a duration! */
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.PhotoApp .control_selection .selection_item .item_icon {
  width: 0.4rem;
  height: 0.4rem;
}

.wrapper_content {
  width: 3.75rem;
  height: calc(100vh - 56.25vw - 84px);
  background: #fff;
  padding: 0 0.12rem;
  overflow: auto;
  max-width: 480px;
  font-size: 0px;
}
.wrapper_content .wrapper {
  width: 100%;
  height: calc(100vh - 56.25vw - 84px);
  background: #fff;
  overflow: auto;
  max-width: 480px;
  font-size: 0px;
}
.wrapper_content .wrapper .left,
.wrapper_content .wrapper .right {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.wrapper_content .wrapper .item {
  margin-bottom: 10px;
  width: calc(100% - 0.04rem);
  max-height: 2rem;
  background: #ccc url("/photolive/components/published/img/img_load.png") no-repeat 50%;
  background-size: 40%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.wrapper_content .wrapper img {
  width: 100%;
  height: auto;
  /* 容器高度 */
  max-height: 2rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.wrapper_content .wrapper_not {
  background: #fff;
  padding: 0.12rem;
  height: calc(100vh - 355px);
  overflow: auto;
  max-width: 480px;
  font-size: 0px;
}
.wrapper_content .go_top {
  width: 0.64rem;
  height: 0.3rem;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 1px;
  color: #323233;
  font-weight: 400;
  font-size: 0.12rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.08rem 0.06rem;
  position: absolute;
  top: 120px;
  cursor: pointer;
  z-index: 1;
}
.wrapper_content .upload_photo_btn {
  width: 0.64rem;
  height: 0.3rem;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 1px;
  color: #323233;
  font-weight: 400;
  font-size: 0.12rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.08rem 0.06rem;
  position: absolute;
  top: 160px;
  cursor: pointer;
}

.gridLineSort {
  width: 3.75rem;
  height: calc(100vh - 56.25vw - 84px);
  background: #fff;
  padding: 0 0.12rem;
  overflow: auto;
  max-width: 480px;
  font-size: 0px;
}
.gridLineSort .wrapper {
  width: 100%;
  height: calc(100vh - 56.25vw - 84px);
  background: #fff;
  overflow: auto;
  max-width: 480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.gridLineSort .wrapper .wrapper_list {
  width: 100%;
  height: calc(100vh - 56.25vw - 84px);
  background: #fff;
  overflow: auto;
  max-width: 480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.gridLineSort .wrapper .img_item {
  width: 0.8rem;
  height: 0.8rem;
  padding-top: 0.8rem;
  margin-right: 0.1rem;
  margin-bottom: 0.1rem;
  position: relative;
  background: #ccc url("/photolive/components/published/img/img_load.png") no-repeat 50%;
  background-size: 40%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.gridLineSort .wrapper .img_item .icon_close_area {
  width: 0.19rem;
  height: 0.19rem;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
}
.gridLineSort .wrapper .img_item .icon_close_area .close_img {
  width: 100%;
  height: 100%;
}
.gridLineSort .wrapper .img_item .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.gridLineSort .wrapper .img_item:nth-of-type(4n) {
  margin-right: 0;
  width: 0.8rem;
  height: 0.8rem;
}
.gridLineSort .wrapper_not {
  background: #fff;
  padding: 0.12rem;
  height: calc(100vh - 56.25vw - 84px);
  overflow: auto;
  max-width: 480px;
  font-size: 0px;
}
.gridLineSort .go_top {
  width: 0.64rem;
  height: 0.3rem;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 1px;
  color: #323233;
  font-weight: 400;
  font-size: 0.12rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.08rem 0.06rem;
  position: absolute;
  top: 120px;
  cursor: pointer;
  z-index: 1;
}
.gridLineSort .upload_photo_btn {
  width: 0.64rem;
  height: 0.3rem;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 1px;
  color: #323233;
  font-weight: 400;
  font-size: 0.12rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.08rem 0.06rem;
  position: absolute;
  top: 160px;
  cursor: pointer;
  z-index: 1;
}

.timeLineSort {
  width: 3.75rem;
  height: calc(100vh - 56.25vw - 84px);
  background: #fff;
  padding: 0 0.12rem;
  overflow: auto;
  max-width: 480px;
  font-size: 0px;
}
.timeLineSort .el-timeline-item__wrapper {
  padding-left: 0px !important;
}
.timeLineSort .wrapper {
  width: 100%;
  height: calc(100vh - 56.25vw - 84px);
  background: #fff;
  overflow: auto;
  max-width: 480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.timeLineSort .wrapper .wrapper_list {
  width: 100%;
  height: calc(100vh - 56.25vw - 84px);
  background: #fff;
  overflow: auto;
  max-width: 480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.timeLineSort .wrapper .img_content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.timeLineSort .wrapper .img_item {
  width: 0.8rem;
  height: 0.8rem;
  padding-top: 0.8rem;
  margin-right: 0.1rem;
  margin-bottom: 0.1rem;
  position: relative;
  background: #ccc url("/photolive/components/published/img/img_load.png") no-repeat 50%;
  background-size: 40%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.timeLineSort .wrapper .img_item .icon_close_area {
  width: 0.19rem;
  height: 0.19rem;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
}
.timeLineSort .wrapper .img_item .icon_close_area .close_img {
  width: 100%;
  height: 100%;
}
.timeLineSort .wrapper .img_item .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.timeLineSort .wrapper .img_item:nth-of-type(4n) {
  margin-right: 0;
  width: 0.8rem;
  height: 0.8rem;
}
.timeLineSort .wrapper_not {
  background: #fff;
  padding: 0.12rem;
  height: calc(100vh - 56.25vw - 84px);
  overflow: auto;
  max-width: 480px;
  font-size: 0px;
}
.timeLineSort .go_top {
  width: 0.64rem;
  height: 0.3rem;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 1px;
  color: #323233;
  font-weight: 400;
  font-size: 0.12rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.08rem 0.06rem;
  position: absolute;
  top: 120px;
  cursor: pointer;
  z-index: 1;
}
.timeLineSort .upload_photo_btn {
  width: 0.64rem;
  height: 0.3rem;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 1px;
  color: #323233;
  font-weight: 400;
  font-size: 0.12rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.08rem 0.06rem;
  position: absolute;
  top: 160px;
  cursor: pointer;
  z-index: 1;
}

.character_module {
  width: 3.75rem;
  height: calc(100vh - 56.25vw - 84px);
  background: #fff;
  padding: 0 0.12rem;
  max-width: 480px;
  font-size: 0px;
}
.character_module .character_empty {
  height: calc(100vh - 56.25vw - 84px);
  background: #fff;
  padding: 0 0.12rem;
  padding-top: 0.12rem;
  max-width: 480px;
  font-size: 0px;
}
.character_module .character {
  height: calc(100vh - 56.25vw - 84px);
  background: #fff;
  max-width: 480px;
  font-size: 0px;
  padding-bottom: 0.12rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: auto;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.character_module .img_card {
  width: calc(25% - 0.08rem + 0.02rem);
  height: 0.84rem;
  border-radius: 0.02rem;
  margin-right: 0.08rem;
  margin-bottom: 0.08rem;
  position: relative;
  background-size: 40%;
}
.character_module .img_card .photo_total {
  min-width: 0.18rem;
  min-height: 0.18rem;
  background: rgba(0, 0, 0, 0.33);
  text-align: center;
  border-radius: 0.34rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  position: absolute;
  right: 0.03rem;
  bottom: 0.03rem;
  color: #ffffff;
  z-index: 3;
}
.character_module .img_card .photo_total .total_text {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 12px;
}
.character_module .img_card .show_img_area {
  width: 0.84rem;
  height: 0.84rem;
  border-radius: 50%;
  border: 2px solid #fff;
  overflow: hidden;
}
.character_module .img_card .show_img_area .show_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1.08);
      -ms-transform: scale(1.08);
          transform: scale(1.08);
}
.character_module .img_card:nth-of-type(4n) {
  width: calc(25% - 0.08rem);
  margin-right: 0;
}

.popularSort {
  width: 3.75rem;
  height: calc(100vh - 56.25vw - 84px);
  background: #fff;
  padding: 0 0.12rem;
  overflow: auto;
  max-width: 480px;
  font-size: 0px;
}
.popularSort .wrapper {
  width: 100%;
  height: calc(100vh - 56.25vw - 84px);
  background: #fff;
  overflow: auto;
  max-width: 480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.popularSort .wrapper .wrapper_list {
  width: 100%;
  height: calc(100vh - 56.25vw - 84px);
  background: #fff;
  overflow: auto;
  max-width: 480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.popularSort .wrapper .img_item {
  width: calc(50% - 0.08rem);
  height: 1.15rem;
  border-radius: 0.02rem;
  margin-right: 0.08rem;
  margin-bottom: 0.08rem;
  position: relative;
  background: #ccc url("/photolive/components/published/img/img_load.png") no-repeat 50%;
  background-size: 40%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.popularSort .wrapper .img_item .icon_close_area {
  width: 0.19rem;
  height: 0.19rem;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
}
.popularSort .wrapper .img_item .icon_close_area .close_img {
  width: 100%;
  height: 100%;
}
.popularSort .wrapper .img_item .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.popularSort .wrapper .img_item .like {
  width: 0.36rem;
  height: 0.2rem;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  border-radius: 0.34rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #ffffff;
  font-size: 0.14rem;
}
.popularSort .wrapper .img_item .like .like_img {
  width: 0.12rem;
  height: 0.12rem;
  margin-right: 0.05rem;
}
.popularSort .wrapper .img_item .show_img {
  width: 100%;
  height: 1.15rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.popularSort .wrapper .img_item:nth-of-type(2n) {
  width: 50%;
  margin-right: 0;
}
.popularSort .wrapper_not {
  background: #fff;
  padding: 0.12rem;
  height: calc(100vh - 56.25vw - 84px);
  overflow: auto;
  max-width: 480px;
  font-size: 0px;
}
.popularSort .go_top {
  width: 0.64rem;
  height: 0.3rem;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 1px;
  color: #323233;
  font-weight: 400;
  font-size: 0.12rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.08rem 0.06rem;
  position: absolute;
  top: 120px;
  cursor: pointer;
  z-index: 1;
}
.popularSort .upload_photo_btn {
  width: 0.64rem;
  height: 0.3rem;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 1px;
  color: #323233;
  font-weight: 400;
  font-size: 0.12rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.08rem 0.06rem;
  position: absolute;
  top: 160px;
  cursor: pointer;
  z-index: 1;
}

.seekCharacter .seek_area {
  height: 4rem;
  background: #ffffff;
}
.seekCharacter .seek_area .tit {
  width: 100%;
  height: 0.5rem;
  text-align: center;
  border-bottom: 0.5px solid #e6e9ee;
  line-height: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.seekCharacter .seek_area .tit .ai_text {
  margin: 0 0.12rem;
  font-weight: 400;
  font-size: 0.16rem;
  color: #3D93ED;
}
.seekCharacter .seek_area .tit .ai_divider {
  width: 0.38rem;
  height: 1px;
  width: 0.38rem;
  background-color: #3D93ED;
}
.seekCharacter .seek_area .identify_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0.28rem;
}
.seekCharacter .seek_area .identify_area .tips {
  text-align: center;
}
.seekCharacter .seek_area .identify_area .tips .tips_text {
  font-size: 0.14rem;
  color: #323233;
}
.seekCharacter .seek_area .identify_area .identify_frame {
  width: 1.26rem;
  height: 1.26rem;
  margin-top: 0.26rem;
  background: url("/photolive/components/seekPeople/img/face_sketch_map.png");
  background-size: 100% 100%;
}
.seekCharacter .seek_area .identify_area .control_btn {
  width: 1.28rem;
  height: 0.36rem;
  margin-top: 0.22rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#60aff7), to(#3476f6));
  background: linear-gradient(180deg, #60aff7 0%, #3476f6 100%);
  border-radius: 0.04rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.seekCharacter .seek_area .identify_area .control_btn .btn_text {
  color: #ffffff;
  font-size: 0.16rem;
  line-height: 0.36rem;
}
.seekCharacter .seek_area .identify_area .control_btn:hover {
  width: 1.28rem;
  height: 0.36rem;
  margin-top: 0.22rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#60aff7), to(#3476f6));
  background: linear-gradient(180deg, #60aff7 0%, #3476f6 100%);
  border-radius: 0.04rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.seekCharacter .seek_area .identify_area .control_btn:hover .btn_text {
  color: #ffffff;
  font-size: 0.16rem;
  line-height: 0.36rem;
}
.seekCharacter .seek_area .identify_area .tips_min {
  margin-top: 0.12rem;
  color: #969799;
  font-weight: 400;
  font-size: 0.12rem;
}
.seekCharacter .seek_result {
  max-height: 5rem;
  background: #ffffff;
  padding-bottom: 0.2rem;
}
.seekCharacter .seek_result .tit {
  width: 100%;
  height: 0.5rem;
  text-align: center;
  border-bottom: 0.5px solid #e6e9ee;
  line-height: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.seekCharacter .seek_result .tit .ai_text {
  margin: 0 0.12rem;
  font-weight: 400;
  font-size: 0.16rem;
  color: #3D93ED;
}
.seekCharacter .seek_result .tit .ai_divider {
  width: 0.38rem;
  height: 1px;
  width: 0.38rem;
  background-color: #3D93ED;
}
.seekCharacter .seek_result .tips {
  text-align: center;
  margin-top: 0.04rem;
}
.seekCharacter .seek_result .tips .tips_text {
  font-size: 0.14rem;
  color: #323233;
}
.seekCharacter .seek_result .tips .tips_text_min {
  font-weight: 400;
  font-size: 0.14rem;
  color: #969799;
}
.seekCharacter .seek_result .result_area {
  padding: 0.05rem 0.12rem;
  padding-top: 0.16rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.seekCharacter .seek_result .result_area .img_area {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* 当子元素数量超过1个时，设置为50%宽度 */
  margin-bottom: 0.1rem;
}
.seekCharacter .seek_result .result_area .result_area:only-child {
  width: 100%;
}
.seekCharacter .seek_result .result_area .img_card {
  width: 0.84rem;
  height: 0.84rem;
  border-radius: 0.78rem;
  overflow: hidden;
}
.seekCharacter .seek_result .result_area .img_card .show_img {
  width: 0.84rem;
  height: 0.84rem;
  border-radius: 50%;
  border: 2px solid #2b8ef5;
  -o-object-fit: cover;
     object-fit: cover;
}
.seekCharacter .identify_range {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #323233;
  z-index: 88;
}
.seekCharacter .identify_range .identify_range_content {
  width: 100%;
  height: 100%;
  position: relative;
}
.seekCharacter .identify_range .identify_range_content .back_icon {
  width: 0.28rem;
  height: 0.28rem;
  position: absolute;
  left: 0.2rem;
  top: 0.2rem;
  background: rgba(255, 255, 255, 0.18);
  border-radius: 50%;
}
.seekCharacter .identify_range .identify_range_content .back_icon .img {
  width: 0.28rem;
  height: 0.28rem;
}
.seekCharacter .identify_range .identify_range_content .identify_face {
  width: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
.seekCharacter .identify_range .identify_range_content .identify_face .identify_frame {
  width: 2rem;
  height: 2rem;
  margin-bottom: 0.5rem;
  background: url("/photolive/components/seekPeople/img/face_sketch_area.png");
  background-size: 100% 100%;
  position: relative;
}
.seekCharacter .identify_range .identify_range_content .identify_face .identify_frame .up_img {
  width: 2rem;
  height: 2rem;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.seekCharacter .identify_range .identify_range_content .identify_face .control_btn {
  display: inline-block;
  width: 1.28rem;
  height: 0.36rem;
  margin: auto;
  background: -webkit-gradient(linear, left top, left bottom, from(#60aff7), to(#3476f6));
  background: linear-gradient(180deg, #60aff7 0%, #3476f6 100%);
  border-radius: 0.04rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.seekCharacter .identify_range .identify_range_content .identify_face .control_btn .btn_text {
  color: #ffffff;
  font-size: 0.16rem;
  line-height: 0.36rem;
}
.seekCharacter .identify_range .identify_range_content .identify_face .searching {
  width: 100%;
  text-align: center;
}
.seekCharacter .identify_range .identify_range_content .identify_face .searching .searching_text {
  color: #ffffff;
  font-weight: 400;
  font-size: 0.14rem;
  margin-top: 0.12rem;
}

.photoLivePc {
  height: 710px;
  background: #fff;
  padding: 0 12px;
  overflow: auto;
  font-size: 0px;
  position: relative;
}
.photoLivePc .top_manage {
  width: 100%;
  height: 44px;
}
.photoLivePc .top_manage .go_manage {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.photoLivePc .top_manage .go_manage .go_manage_btn {
  padding: 5px 10px;
  height: 28px;
  background: -webkit-gradient(linear, left top, left bottom, from(#60aff7), to(#3476f6));
  background: linear-gradient(180deg, #60aff7 0%, #3476f6 100%);
  border-radius: 0.02rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
}
.photoLivePc .top_manage .go_manage .go_manage_btn .go_manage_btn_text {
  color: #ffffff;
  letter-spacing: 1px;
}
.photoLivePc .wrapper {
  width: 100%;
  height: 710px;
  background: #fff;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.photoLivePc .wrapper .wrapper_list {
  width: 100%;
  height: 700px;
  background: #fff;
  padding-top: 10px;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.photoLivePc .wrapper .wrapper_list {
  -ms-overflow-style: none;
  /* IE 和 Edge */
  scrollbar-width: none;
  /* Firefox */
}
.photoLivePc .wrapper .wrapper_list::-webkit-scrollbar {
  display: none;
  /* Chrome 和 Safari */
}
.photoLivePc .wrapper .img_item {
  width: calc(20% - 10px + 2.5px);
  height: 216px;
  padding-top: 80px;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
  background: #ccc url("/photolive/components/published/img/img_load.png") no-repeat 50%;
  background-size: 40%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.photoLivePc .wrapper .img_item .icon_close_area {
  width: 19px;
  height: 19px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
}
.photoLivePc .wrapper .img_item .icon_close_area .close_img {
  width: 100%;
  height: 100%;
}
.photoLivePc .wrapper .img_item .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.photoLivePc .wrapper .img_item:nth-of-type(5n) {
  margin-right: 0;
  width: calc(20% - 10px);
  height: 216px;
}
.photoLivePc .wrapper_not {
  background: #fff;
  padding: 12px;
  height: 400px;
  overflow: auto;
  font-size: 0px;
}
.photoLivePc .go_top {
  background: rgba(255, 255, 255, 0.85);
  border-radius: 1px;
  color: #323233;
  font-weight: 400;
  font-size: 0.12rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 6px;
  position: absolute;
  top: 120px;
  cursor: pointer;
  z-index: 1;
}
.photoLivePc .upload_photo_btn {
  width: 64px;
  height: 30px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 1px;
  color: #323233;
  font-weight: 400;
  font-size: 0.12rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 6px;
  position: absolute;
  top: 160px;
  cursor: pointer;
  z-index: 1;
}

.admin_up_tips {
  padding: 0.12rem;
}
.admin_up_tips .up_tips_title {
  font-style: normal;
  font-weight: 400;
  font-size: 0.16rem;
  color: #323233;
}
.admin_up_tips .tips_Url {
  margin: 0.1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.admin_up_tips .tips_Url .tips_Url_title {
  margin-right: 0.05rem;
}
.admin_up_tips .tips_Url .tips_Url_text {
  word-wrap: break-word;
}
.admin_up_tips .tips_btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.admin_up_tips .tips_btn .publish_btn {
  width: 0.8rem;
  height: 0.28rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#60aff7), to(#3476f6));
  background: linear-gradient(180deg, #60aff7 0%, #3476f6 100%);
  border-radius: 0.02rem;
  font-size: 0.14rem;
  color: #ffffff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.admin_up_tips .tips_btn .publish_btn .publish_btn_text {
  color: #ffffff;
}

.img_gallery {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 110;
}
.img_gallery .el-loading-spinner i {
  font-size: 28px;
  color: #fff;
}
.img_gallery .el-loading-spinner .el-loading-text {
  color: #fff;
}
.img_gallery .gallery_top {
  width: calc(100% - 0.24rem);
  padding: 0 0.12rem;
  color: #ffffff;
  font-weight: 400;
  font-size: 0.12rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  top: 0.12rem;
  z-index: 8;
}
.img_gallery .icon_close {
  width: 0.26rem;
  height: 0.26rem;
}
.img_gallery .icon_close .close_img {
  width: 100%;
  height: 100%;
}
.img_gallery .rotation_area {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.img_gallery .rotation_area .modals {
  width: 100%;
  height: 100%;
  z-index: 122;
}
.img_gallery .rotation_area .modals .swiper_waterfall {
  width: 100%;
  height: 100%;
}
.img_gallery .rotation_area .modals .swiper_waterfall .large_area {
  width: 100%;
  height: 100%;
}
.img_gallery .rotation_area .modals .swiper_waterfall .img_area {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.img_gallery .rotation_area .modals .swiper_waterfall .large {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.img_gallery .rotation_area .modals .swiper_waterfall .large_primary {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 3;
}
.img_gallery .rotation_area .modals .swiper_grid_line {
  width: 100%;
  height: 100%;
}
.img_gallery .rotation_area .modals .swiper_grid_line .large_area {
  width: 100%;
  height: 100%;
}
.img_gallery .rotation_area .modals .swiper_grid_line .img_area {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.img_gallery .rotation_area .modals .swiper_grid_line .large {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.img_gallery .rotation_area .modals .swiper_grid_line .large_primary {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 3;
}
.img_gallery .rotation_area .modals .swiper_time_line {
  width: 100%;
  height: 100%;
}
.img_gallery .rotation_area .modals .swiper_time_line .large_area {
  width: 100%;
  height: 100%;
}
.img_gallery .rotation_area .modals .swiper_time_line .img_area {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.img_gallery .rotation_area .modals .swiper_time_line .large {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.img_gallery .rotation_area .modals .swiper_time_line .large_primary {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 3;
}
.img_gallery .rotation_area .modals .swiper_popular_line {
  width: 100%;
  height: 100%;
}
.img_gallery .rotation_area .modals .swiper_popular_line .large_area {
  width: 100%;
  height: 100%;
}
.img_gallery .rotation_area .modals .swiper_popular_line .img_area {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.img_gallery .rotation_area .modals .swiper_popular_line .large {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.img_gallery .rotation_area .modals .swiper_popular_line .large_primary {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 3;
}
.img_gallery .bottom_btn_area {
  width: 100%;
  position: absolute;
  bottom: 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 8;
}
.img_gallery .bottom_btn_area .btn_left {
  width: 50%;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 0.12rem;
  line-height: 0.24rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 12px;
}
.img_gallery .bottom_btn_area .btn_left .look_img {
  max-width: 1.6rem;
  height: 0.24rem;
  background: #383838;
  text-align: center;
  border-radius: 0.04rem;
  cursor: pointer;
  padding: 0 5px;
}
.img_gallery .bottom_btn_area .btn_left .bill {
  width: 0.4rem;
  height: 0.24rem;
  background: #383838;
  text-align: center;
  border-radius: 0.04rem;
  cursor: pointer;
}
.img_gallery .bottom_btn_area .btn_right {
  width: 30%;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 0.12rem;
  line-height: 0.24rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding-right: 12px;
}
.img_gallery .bottom_btn_area .btn_right .share_btn {
  width: 0.52rem;
  height: 0.24rem;
  background: #383838;
  text-align: center;
  border-radius: 0.34rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  margin-right: 0.08rem;
}
.img_gallery .bottom_btn_area .btn_right .share_btn .share_img {
  width: 0.12rem;
  height: 0.12rem;
  margin-right: 0.05rem;
}
.img_gallery .bottom_btn_area .btn_right .like {
  width: 0.42rem;
  height: 0.24rem;
  background: #383838;
  text-align: center;
  border-radius: 0.34rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.img_gallery .bottom_btn_area .btn_right .like .like_img {
  width: 0.12rem;
  height: 0.12rem;
  margin-right: 0.05rem;
}
.img_gallery .distinguish_frame {
  width: 100%;
  height: 78px;
  background: skyblue;
  margin-top: 22px;
  padding: 0 12px;
  position: absolute;
  bottom: 80px;
  background: url("/photolive/components/waterfallFlowSort/img/ai_distinguish_frame.png");
  background-position: left center;
  background-size: auto 78px;
  background-repeat: no-repeat;
  /* 禁止背景图重复 */
  z-index: 101;
  font-size: 0;
}
.img_gallery .distinguish_frame .distinguish_area {
  width: 100%;
  height: 78px;
}
.img_gallery .distinguish_frame .distinguish_area .ai_head {
  width: 100%;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 8px;
  padding-top: 4px;
}
.img_gallery .distinguish_frame .distinguish_area .ai_head .ai_head_title {
  color: #FFFFFF;
  font-family: "Source Han Sans CN";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
}
.img_gallery .distinguish_frame .distinguish_area .ai_character {
  width: 100%;
  height: 54px;
  padding-top: 6px;
  font-size: 0;
  overflow-x: auto;
  /* 当元素超出div宽度时，显示滚动条 */
  white-space: nowrap;
  /* 元素不会自动换行 */
}
.img_gallery .distinguish_frame .distinguish_area .ai_character .ai_face {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  margin-left: 8px;
  font-size: 0;
}
.img_gallery .distinguish_frame .distinguish_area .ai_character .ai_face .face_img {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}

.img_galleryComputer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 110;
}
.img_galleryComputer .el-loading-spinner i {
  font-size: 28px;
  color: #fff;
}
.img_galleryComputer .el-loading-spinner .el-loading-text {
  color: #fff;
}
.img_galleryComputer .gallery_top {
  width: 100%;
  padding: 0 12px;
  color: #ffffff;
  font-weight: 400;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  top: 12px;
  z-index: 8;
}
.img_galleryComputer .icon_close {
  width: 26px;
  height: 26px;
}
.img_galleryComputer .icon_close .close_img {
  width: 100%;
  height: 100%;
}
.img_galleryComputer .rotation_area {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.img_galleryComputer .rotation_area .modals {
  width: 100%;
  height: 100%;
  z-index: 122;
}
.img_galleryComputer .rotation_area .modals .swiper_waterfall {
  width: 100%;
  height: 100%;
}
.img_galleryComputer .rotation_area .modals .swiper_waterfall .large_area {
  width: 100%;
  height: 100%;
}
.img_galleryComputer .rotation_area .modals .swiper_waterfall .img_area {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.img_galleryComputer .rotation_area .modals .swiper_waterfall .large {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  image-rendering: auto;
}
.img_galleryComputer .rotation_area .modals .swiper_waterfall .large_primary {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 3;
}
.img_galleryComputer .rotation_area .modals .swiper_grid_line {
  width: 100%;
  height: 100%;
}
.img_galleryComputer .rotation_area .modals .swiper_grid_line .large_area {
  width: 100%;
  height: 100%;
}
.img_galleryComputer .rotation_area .modals .swiper_grid_line .img_area {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.img_galleryComputer .rotation_area .modals .swiper_grid_line .large {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.img_galleryComputer .rotation_area .modals .swiper_grid_line .large_primary {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 3;
}
.img_galleryComputer .rotation_area .modals .swiper_time_line {
  width: 100%;
  height: 100%;
}
.img_galleryComputer .rotation_area .modals .swiper_time_line .large_area {
  width: 100%;
  height: 100%;
}
.img_galleryComputer .rotation_area .modals .swiper_time_line .img_area {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.img_galleryComputer .rotation_area .modals .swiper_time_line .large {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.img_galleryComputer .rotation_area .modals .swiper_time_line .large_primary {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 3;
}
.img_galleryComputer .rotation_area .modals .swiper_popular_line {
  width: 100%;
  height: 100%;
}
.img_galleryComputer .rotation_area .modals .swiper_popular_line .large_area {
  width: 100%;
  height: 100%;
}
.img_galleryComputer .rotation_area .modals .swiper_popular_line .img_area {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.img_galleryComputer .rotation_area .modals .swiper_popular_line .large {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.img_galleryComputer .rotation_area .modals .swiper_popular_line .large_primary {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 3;
}
.img_galleryComputer .bottom_btn_area {
  width: 100%;
  position: absolute;
  bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 8;
}
.img_galleryComputer .bottom_btn_area .btn_left {
  width: 50%;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 12px;
}
.img_galleryComputer .bottom_btn_area .btn_left .look_img {
  max-width: 160px;
  height: 24px;
  background: #383838;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  padding: 0 5px;
}
.img_galleryComputer .bottom_btn_area .btn_left .bill {
  width: 40px;
  height: 24px;
  background: #383838;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
}
.img_galleryComputer .bottom_btn_area .btn_right {
  width: 30%;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 0.12rem;
  line-height: 0.24rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding-right: 12px;
}
.img_galleryComputer .bottom_btn_area .btn_right .share_btn {
  width: 52px;
  height: 24px;
  background: #383838;
  text-align: center;
  border-radius: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.img_galleryComputer .bottom_btn_area .btn_right .share_btn .share_img {
  width: 12px;
  height: 12px;
  margin-right: 5px;
}
.img_galleryComputer .bottom_btn_area .btn_right .like {
  width: 42px;
  height: 24px;
  background: #383838;
  text-align: center;
  border-radius: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.img_galleryComputer .bottom_btn_area .btn_right .like .like_img {
  width: 12px;
  height: 12px;
  margin-right: 5px;
}
.img_galleryComputer .distinguish_frame {
  width: 100%;
  height: 78px;
  background: skyblue;
  margin-top: 22px;
  padding: 0 12px;
  position: absolute;
  bottom: 80px;
  background: url("/photolive/components/waterfallFlowSort/img/ai_distinguish_frame.png");
  background-position: left center;
  background-size: auto 78px;
  background-repeat: no-repeat;
  /* 禁止背景图重复 */
  z-index: 101;
  font-size: 0;
}
.img_galleryComputer .distinguish_frame .distinguish_area {
  width: 100%;
  height: 78px;
}
.img_galleryComputer .distinguish_frame .distinguish_area .ai_head {
  width: 100%;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 8px;
  padding-top: 4px;
}
.img_galleryComputer .distinguish_frame .distinguish_area .ai_head .ai_head_title {
  color: #FFFFFF;
  font-family: "Source Han Sans CN";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
}
.img_galleryComputer .distinguish_frame .distinguish_area .ai_character {
  width: 100%;
  height: 54px;
  padding-top: 6px;
  font-size: 0;
  overflow-x: auto;
  /* 当元素超出div宽度时，显示滚动条 */
  white-space: nowrap;
  /* 元素不会自动换行 */
}
.img_galleryComputer .distinguish_frame .distinguish_area .ai_character .ai_face {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  margin-left: 8px;
  font-size: 0;
}
.img_galleryComputer .distinguish_frame .distinguish_area .ai_character .ai_face .face_img {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 480px) {
  .gallery_top .icon_close {
    width: 26px;
    height: 26px;
  }
  .gallery_top .icon_close .close_img {
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
            transform: translateX(-20px);
  }
}
.photo_overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.photo_overlay .photo_overlay_content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.photo_overlay .photo_overlay_content .van-loading__spinner {
  width: 20px;
  height: 20px;
}
.photo_overlay .photo_overlay_content .photo_overlay_text {
  color: #fff;
  font-size: 14px;
}

.photo_share_prototype {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 113;
  width: 95vw;
}
.photo_share_prototype .share_card_prototype {
  max-width: 400px;
  background: #fff;
  padding: 12px;
  margin: auto;
}
.photo_share_prototype .share_card_prototype .img_card {
  width: 100%;
  height: 231px;
  margin-bottom: 14px;
}
.photo_share_prototype .share_card_prototype .img_card .share_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.photo_share_prototype .share_card_prototype .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 4px;
}
.photo_share_prototype .share_card_prototype .info .left {
  margin-right: 10px;
  color: #989999;
  font-family: Source Han Sans CN;
  font-size: 14px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.photo_share_prototype .share_card_prototype .info .left .left_time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.photo_share_prototype .share_card_prototype .info .left .left_time .share_icon {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
.photo_share_prototype .share_card_prototype .info .left .left_address {
  margin-top: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.photo_share_prototype .share_card_prototype .info .left .left_address .share_icon {
  width: 15px;
  height: 15px;
  margin-right: 2px;
}
.photo_share_prototype .share_card_prototype .info .right {
  width: 42px;
  height: 42px;
}
.photo_share_prototype .share_card_prototype .info .right .img {
  width: 42px;
  height: 42px;
}
.photo_share_prototype .share_card_prototype .img_card_canvas {
  width: 200px;
  height: 200px;
  position: absolute;
  top: 7px;
  left: 35px;
  opacity: 0;
}
.photo_share_prototype .share_title {
  width: calc(100% - 42px);
  font-size: 16px;
}
.photo_share_prototype .share_card {
  max-width: 400px;
  height: 325px;
  background: #fff;
  width: 375px;
}
.photo_share_prototype .share_card .share_img_result {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.photo_share_prototype .tips_text {
  margin-top: 8px;
  color: #fff;
  text-align: center;
  font-family: Source Han Sans CN;
  font-size: 12px;
  font-weight: 400;
}

.photo_share {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 113;
  max-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.photo_share .share_card {
  max-width: 400px;
  background: #fff;
  width: 95vw;
}
.photo_share .share_card .share_img_result {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 200;
}
.photo_share .tips_text {
  color: #fff;
  text-align: center;
  font-family: Source Han Sans CN;
  font-size: 12px;
  font-weight: 400;
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.photo_share .tips_text .icon_close_bottom {
  width: 0.2rem;
  height: 0.2rem;
  margin-left: 5px;
}
.photo_share .tips_text .icon_close_bottom .close_img {
  width: 0.2rem;
  height: 0.2rem;
}