body.on{height:100%;overflow:hidden;}
.column-banner{background:url(../images/wmyxback.jpg) #efe0de no-repeat center center;}
.active-tit{margin: 0 auto 15px;width:1200px;}
/*随手拍列表*/
.shoots-list{margin:0 auto;width:1200px;}

.shoots-list .shoots-tit{margin-right:20px;width:240px;}
.shoots-list .shoots-tit a{line-height:40px;border-bottom:1px solid #eee;border-radius:2px;display:block;font-size:14px;}
.shoots-list .shoots-tit a.on{color:#fff;border-color:#c20007;background:url(../images/shoots-bg-on.png) #c20007 no-repeat right 10px center;background-size:8px 16px;}
.shoots-list .shoots-list-arthury{width:940px;}
.shoots-list .shoots-list-arthury li{margin-bottom:15px;}
.shoots-personal-info{margin-bottom:10px;}
.shoots-personal-info img{width:50px;height:50px;display:block;border-radius:50%;}
.shoots-personal-info dl{padding-left:10px;line-height:25px;display:block;font-size:16px;}
.shoots-personal-info dl dd{padding-left:15px;color:#999;font-size:12px;background:url(../images/shoot-time-pic.png) no-repeat left center;background-size:12px;}
.shoots-theme{padding-left:60px;margin-bottom:10px;font-size:16px;}

.shoots-con{padding-left:60px;margin-bottom:10px;font-size:14px;color:#666;}

.shoots-img-list{margin:0 -36px 10px 0;padding-left:60px;height:150px;overflow:hidden;}
.shoots-img-list img{margin-right:32.5px;width:150px;height:150px;border-radius:4px;float:left;cursor:pointer;}
.shoots-list-arthury ul.no-data{height:330px;background:url(../images/no-data.jpg) no-repeat center center !important;}
/*轮播图-S*/
.shoots-pop{width:600px;height:600px;}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {width:100% !important;
  text-align: center;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide img{width:auto;height:auto;max-width:100%;max-height:100%;cursor:grab;}
.shoots-pop{top:0;left:0;width:100%;height:100%;background-color:#000;background-color:rgba(0,0,0,0.3);display:none;}
.shoots-pop-con{top:10%;left:10%;width:80%;height:80%;}
.shoots-pop i.close-shoots-pop{top:-48px;right:-48px;width:48px;height:48px;background:url(../images/pop-close-btn.png) no-repeat;display:block;cursor:pointer;}