.albumInfo {
  width: 100%;
  padding: .2rem;
  background: url('../img/photo_desc_bg.png') repeat;
}
.albumInfo .title {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  font-size:16px;
}
.albumInfo p {
  font-size: 14px;
  margin-bottom: 10px;
  color: #d3d3d3;
  line-height: 22px;
  text-indent: 2em;
}
.albumInfo .zutu-list{
  margin-bottom: 7px;
  color: #d3d3d3;
}
.albumInfo .zutu-list span{
  display: inline-block;
  text-indent: 2em;
}
.albumInfo .bottomBox {
  font-size: 12px;
  color: #bababc;
}
.albumInfo .bottomBox .leftBox .iconfont{
  font-size: 14px;
  color: #bcbcbc;
}
.albumInfo .bottomBox .leftBox {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 7px;
}
.albumInfo .bottomBox .leftBox.picId{
  /*display: none;*/
}
.albumInfo .bottomBox .picNums i{
  font-size: 13px;
}
.albumInfo .bottomBox .rightBox {
  display: inline-block;
  float: right;
}
.albumInfo .bottomBox .rightBox :first-child {
  color: #e3b37b;
}

.section-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.1rem;
}
.section-top .tit {
  color: #e3b37b;
}
.section-top .tit i {
  margin-right: 5px;
}
.section-top .tit .iconfont {
  font-size: 0.24rem;
}
.section-top .section-more {
  padding: 5px;
  color: #b7b7b7;
}
.section {
  margin-top: 0.1rem;
  box-sizing: border-box;
}
.section ul {
  margin: 0 -0.1rem;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
}
.section ul li {
  vertical-align: top;
  display: inline-block;
  width: 50%;
  padding: 0.2rem 0.1rem;
  padding-top: 0;
  font-size: 0.28rem;
  display: flex;
  flex-direction: column;
}
.section ul li .img-box {
  height: 2.3rem;
}
.section ul li .img-box .collect-download {
  position: absolute;
  right: 0.1rem;
  bottom: 0.1rem;
  display: none;
  align-items: center;
}
.section ul li .img-box .collect-download .collect,
.section ul li .img-box .collect-download .download {
  background: #004578;
  color: #fff;
}
.section ul li .img-box .collect-download .collect {
  margin-right: 0.1rem;
}
.section ul li .img-box .collect-download span {
  width: .4rem;
  height: .4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.section ul li > a {
  background: url('../img/photo_desc_bg.png') repeat;
    /* flex:1; */
    flex-grow: 1;
  display: flex;
    flex-direction: column;
}
.section .desc {
  overflow: hidden;
  padding: 0.18rem;
    /* flex:1; */
    flex-grow: 1;
}
.section .cline2 {
  height: 0.65rem;
  font-size: 0.24rem;
  word-break: break-word;
  /* display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; */
}
.section .cline2 italic{
  font-style: italic;
}
.section.section-with-date .desc {
  padding-bottom: 0.1rem;
}
.section.section-with-date .date-wrap {
  display: flex;
  color: #cdd8cd;
  justify-content: space-between;
  font-size: 0.14rem;
  padding: 0.1rem 0.2rem;
  border-top: 0.01rem solid #343434;
}
.section.section-with-date .date-wrap .iconfont {
  font-size: 0.14rem;
}
.section.section-with-date .num .iconfont {
  margin-right: 0.04rem;
}
.section.section-with-date.section-with-play-btn .img-box {
  position: relative;
}
.section.section-with-date.section-with-play-btn .play-btn {
  position: absolute;
  bottom: 0.2rem;
  right: 0.2rem;
  width: 61px;
  height: 25px;
  text-align: center;
  border-radius: 20px;
  line-height: 25px;
  background: #996e3d;
  font-size: 0.14rem;
}
.section.section-with-date.section-with-play-btn .play-btn .iconfont {
  font-size: 0.14rem;
}
.section-with-info .section-body li .img-box {
  position: relative;
}
.section-with-info .section-body li .img-box img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit:contain;
}
.section-with-info .section-body li .img-box .checkbox-blue {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
  background-color: #004578;
  border: 0.02rem solid #004578;
  display: none;
  height: 0.4rem;
  line-height: .4rem;
  width: 0.4rem;
  text-align: center;
}
.section-with-info .section-body li .img-box .checkbox-blue .iconfont {
  font-size: 17px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  /*top: 0;
  left: 0.1rem;*/
}
.section-with-info .section-body .info {
  padding: 0rem 10px 10px;
  font-size: 12px;
  color: #a0a0a0;
}
.section-with-info .section-body .info .key-value{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.section-with-info .section-body .info .key-value span:nth-of-type(1){
  width: 60px;
  display: inline-block;
  text-align: justify;
  /* white-space: nowrap; */
  height: 16px;
}
.section-with-info .section-body .info .key-value span:nth-of-type(1):after {
  content: '';
  width: 100%;
  display: inline-block;
  height: 0;
  overflow: hidden;
}
.section-video ul li .img-box {
  height: 2rem;
  position: relative;
}
.section-video ul li .img-box .desc {
  font-size: 16px;
  position: absolute;
  width: 100%;
  padding: 0 0.2rem 0.19rem;
  left: 0;
  bottom: 0;
  overflow: visible;
}
.section-video ul li .img-box .desc .date {
  color: #d2d2d2;
  font-size: 12px;
  float: right;
}
.section-video ul li .img-box .desc .single-title {
  font-size: 14px;
}
.section-video ul li .img-box .desc .play-btn {
  position: absolute;
  top: -33px;
  right: 0.2rem;
  width: 61px;
  height: 25px;
  text-align: center;
  border-radius: 20px;
  line-height: 25px;
  background: #996e3d;
  font-size: 12px;
}
.section-video ul li .img-box .desc .play-btn .iconfont {
  font-size: 14px;
}
.choose-all-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: .2rem;
  align-content: center;
  font-size: 14px;
}
.choose-all-wrap .left-label {
  cursor: pointer;
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.choose-all-wrap .left-label .input-wrap {
  display: inline-block;
  width: 15px;
  height: 15px;
  text-align: center;
  background: #434343;
  line-height:14px;
  vertical-align: middle;
  margin-right: .15rem;
}
.choose-all-wrap .left-label .input-wrap .iconfont {
  font-size: 14px;
}
.choose-all-wrap .right-box .choose-num {
  display: inline-block;
}
.choose-all-wrap .right-box .choose-num span {
  color: #e3b37b;
  margin-left: .05rem;
  margin-right: .05rem;
}
.choose-all-wrap .right-box .choose-num .iconfont {
  font-size: 12px;
}
.choose-all-wrap .right-box .pack-download {
  display: inline-block;
}
.choose-all-wrap .right-box button {
  background: #004578;
  border-radius: .2rem;
  vertical-align: baseline;
  font-size: 12px;
  padding: .05rem .1rem;
}
.choose-all-wrap .right-box button .iconfont {
  font-size: 12px;
}
.iconfenxiang1:before{
  font-size: 16px;
  margin-right: 5px;
  color: #e3b37b;
}
.iconxitongtupianziyuan:before{
  color: #e3b37b;
}
#copyUrl{
  cursor: pointer;
} 
.zutu-list italic{
  font-style: italic;
}