@charset "UTF-8";
/*by meizi*/
@font-face {
  font-family: 'icon';
  /* project id 388299 */
  src: url("//at.alicdn.com/t/font_388299_zcrqn686ba7fd2t9.eot");
  src: url("//at.alicdn.com/t/font_388299_zcrqn686ba7fd2t9.eot?#iefix") format("embedded-opentype"), url("//at.alicdn.com/t/font_388299_zcrqn686ba7fd2t9.woff") format("woff"), url("//at.alicdn.com/t/font_388299_zcrqn686ba7fd2t9.ttf") format("truetype"), url("//at.alicdn.com/t/font_388299_zcrqn686ba7fd2t9.svg#iconfont") format("svg"); }
.icon {
  font-family: "icon";
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.flex-1 {
  height: 100%;
  display: block;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.img-list {
  padding: 0 10px; }

.base-img {
  text-align: center;
  overflow: hidden;
  padding: 5px; }

.base-img img {
  cursor: pointer;
  width: 100%;
  margin-bottom: 10px;
  height: 140px; }

.base-img img:hover {
  box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.63); }

.img-list p {
  margin-bottom: 10px; }

.pagination li .page-link {
  background-color: #f7f7f7;
  border-color: #e7e7e7; }

/*******清浮动********/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearfix {
  *zoom: 1; }

/****浮动块*****/
.fl {
  float: left; }

.fr {
  float: right; }

/*****弹窗******/
/****图片播放组*****/
.img_player {
  width: 100%;
  height: 100%;
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  display: none; }

.img_player .cover {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0; }

@media screen and (max-width: 3000px) and (min-width: 901px) {
  .img_player .pic-wrap .box {
    margin: 2% auto 0;
    width: 80%;
    height: 80%;
    overflow: hidden;
    position: relative;
    top: 10px; }

  .img_player .pic-wrap .box img {
    margin: 0 auto;
    width: 100%;
    height: 100% !important;
    display: block;
    object-fit: cover; }

  .img_player .img-info {
    width: 35%; }

  .img_player .pic-wrap {
    position: fixed;
    width: 70%;
    height: 85%;
    background: white;
    border-radius: 4px;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    margin: auto;
    overflow: hidden; }

  .img_player .pic-wrap h4 {
    text-align: center;
    position: relative;
    top: 15px; }

  .img_player .pic-wrap h6 {
    width: 80%;
    margin: 0 auto;
    position: relative;
    top: 10px; }
    .img_player .pic-wrap h6 span {
      display: inline-block;
      width: 50%; }

  .base-img img {
    height: 180px;
    object-fit: cover; } }
.img_player .img-info .clearfix {
  width: 100%; }

.img_player .img-info .tit {
  width: 60px; }

.img_player .img-info .flex {
  margin-bottom: 4px; }

.img_player .img-info .flex-1 {
  word-break: break-all !important; }

.img-info .icon {
  width: 20px;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  top: 9px;
  color: red; }

/*****按钮组*****/
.pic-wrap .btn-btn {
  position: absolute;
  font-size: 26px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 26px;
  height: 26px;
  cursor: pointer; }

.pic-wrap .left_btn {
  left: 20px; }

.pic-wrap .right_btn {
  right: 20px; }

@media screen and (max-width: 900px) and (min-width: 320px) {
  .img_player .pic-wrap {
    position: fixed;
    width: 85%;
    height: 60%;
    background: white;
    border-radius: 4px;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    margin: auto;
    overflow: hidden; }

  .img_player .pic-wrap .box {
    margin: 5% auto 0;
    width: 80%;
    height: 70%;
    float: none; }

  .img_player .pic-wrap .box img {
    margin: 0 auto;
    width: 100%;
    height: 100% !important;
    display: block;
    object-fit: cover;
    overflow: auto; }

  .img_player .pic-wrap .img-info {
    width: 100%;
    float: none;
    padding: 10px 15px; }

  .img_player .pic-wrap h4 {
    text-align: center;
    position: relative;
    top: 15px; }

  .img_player .pic-wrap h6 {
    width: 80%;
    margin: 0 auto;
    position: relative;
    top: 10px; }
    .img_player .pic-wrap h6 span {
      display: inline-block;
      width: 50%; }

  /*****按钮组*****/
  .pic-wrap .btn-btn {
    position: absolute;
    font-size: 26px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 26px;
    height: 26px;
    cursor: pointer; }

  .pic-wrap .left_btn {
    left: 0; }

  .pic-wrap .right_btn {
    right: 0; } }
.img_player .pic-wrap .icon-close {
  font-size: 26px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 1;
  height: 22px;
  line-height: 22px; }

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