/*前缀兼容样式 start*/
/*单行省略*/
/*多行省略*/
/*背景线性渐变*/
/*opacity*/
/*gray*/
.gray {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
/*前缀兼容样式 end*/
.theme-detail .detail-main {
  width: 100%;
  height: 274px;
  padding: 30px;
  background-color: #ffffff;
  margin-bottom: 39px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.theme-detail .detail-main .box-1 {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.theme-detail .detail-main .box-1 .theme-img {
  float: left;
  width: 214px;
  height: 214px;
  margin-left: 10px;
}
.theme-detail .detail-main .box-1 .theme-img img {
  width: 100%;
  height: 100%;
}
.theme-detail .detail-main .box-1 .detail-wrap {
  float: left;
  width: 680px;
  height: 214px;
  padding-left: 34px;
  position: relative;
}
.theme-detail .detail-main .box-1 .detail-wrap .theme-title {
  font-size: 18px;
  color: #333333;
  margin-bottom: 15px;
  font-weight: bold;
}
.theme-detail .detail-main .box-1 .detail-wrap .theme-brief {
  width: 805px;
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* autoprefixer: off*/
  -webkit-box-orient: vertical;
  /* autoprefixer: on*/
}
.theme-detail .detail-main .box-1 .detail-wrap .theme-inspiration .label {
  margin-right: 20px;
  font-size: 14px;
  color: #666666;
}
.theme-detail .detail-main .box-1 .detail-wrap .theme-inspiration .inspiration_list .inspiration_item {
  margin-bottom: 8px;
  display: block;
  font-size: 14px;
  color: #b54d6e;
}
.theme-detail .detail-main .box-1 .detail-wrap .theme-share {
  position: absolute;
  bottom: 0;
}
.theme-detail .detail-main .box-1 .detail-wrap .theme-share .bshare-custom span {
  display: block;
  float: left;
  margin-right: 10px;
}
.theme-detail .detail-main .box-1 .detail-wrap .theme-share .bshare-custom .social-share {
  float: left;
  position: relative;
  top: -9px;
  /*.social-share-icon{
                width: 28px;
                height: 28px;
                line-height: 28px;
              }*/
}
.theme-detail .detail-main .box-1 .detail-wrap .theme-share .bshare-custom .bshare-shareto {
  padding-left: 0;
  display: inline-block;
  line-height: 24px;
}
.theme-detail .detail-main .box-1 .upload_btn {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 140px;
  height: 36px;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  line-height: 36px;
  background-color: #060202;
}
.theme-detail .classify-txt {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.theme-detail .classify-txt i {
  display: inline-block;
  width: 33px;
  height: 27px;
  background: url("../../img/icon_upload_11.png") no-repeat;
  background-size: 100%;
  vertical-align: middle;
  margin-right: 9px;
}
.theme-detail .classify-txt .number {
  vertical-align: middle;
  font-family: SourceHanSansCN-Medium;
  font-size: 18px;
  color: #333333;
}
.theme-detail .classify-txt .category_container {
  width: 100%;
}
.theme-detail .classify-txt .category_container .label {
  margin-right: 37px;
  font-size: 14px;
  color: #333333;
  margin-top: 14px;
}
.theme-detail .classify-txt .category_container .category_list {
  width: 1000px;
}
.theme-detail .classify-txt .category_container .category_list .category_item {
  float: left;
  margin-right: 37px;
  margin-top: 14px;
  font-size: 14px;
  color: #333333;
}
.theme-detail .classify-txt .category_container .category_list .category_item.active {
  color: #fcd042;
}
.theme-detail .classify-txt .list {
  min-height: 700px;
  margin-left: -10px;
  margin-right: -10px;
}
.theme-detail .classify-txt .list .list-item {
  width: 224px;
  height: 296px;
  margin: 30px 10px 0;
  position: relative;
}
.theme-detail .classify-txt .list .list-item .item-wrap {
  width: 100%;
  height: 100%;
}
.theme-detail .classify-txt .list .list-item .item-wrap .cover-img {
  width: 100%;
  height: 252px;
  background-color: #ffffff;
}
.theme-detail .classify-txt .list .list-item .item-wrap .ad-type-style {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.theme-detail .classify-txt .list .list-item .item-wrap .ad-type-style:hover {
  box-shadow: 0 0 14px rgba(99, 99, 99, 0.2);
}
.theme-detail .classify-txt .list .list-item .item-wrap .swiper-container-material {
  background: #fff;
  overflow: hidden;
}
.theme-detail .classify-txt .list .list-item .item-wrap .name {
  font-size: 14px;
  height: 44px;
  line-height: 44px;
  text-align: left;
  white-space: nowrap;
  word-break: keep-all;
  text-overflow: ellipsis;
  overflow: hidden;
}
.theme-detail .classify-txt .list .list-item .mask-wrap {
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: 0;
  left: 0;
  box-shadow: 2px 4px 13px 0px rgba(187, 187, 187, 0.35);
  overflow: hidden;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.theme-detail .classify-txt .list .list-item .mask-wrap .mask-a {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.theme-detail .classify-txt .list .list-item .mask-wrap .icon-collect-btn {
  width: 30px;
  height: 30px;
  background-image: url("../../img/icon_collect_03.png");
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 3;
}
.theme-detail .classify-txt .list .list-item .mask-wrap .icon-collect-btn.active {
  background-image: url("../../img/icon_collect_04.png");
}
.theme-detail .classify-txt .list .list-item .mask-wrap .mask-wrap-bottom {
  width: 100%;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
}
.theme-detail .classify-txt .list .list-item .mask-wrap .mask-wrap-bottom .btn {
  width: 100%;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  color: #ffffff;
  background-color: #060202;
}
.theme-detail .classify-txt .list .list-item .mask-wrap .mask-wrap-bottom .tip {
  line-height: 44px;
  overflow: hidden;
  position: relative;
}
.theme-detail .classify-txt .list .list-item .mask-wrap .mask-wrap-bottom .tip .item {
  width: 50%;
  color: #0d0d0d;
  float: left;
}
.theme-detail .classify-txt .list .list-item .mask-wrap .mask-wrap-bottom .tip .item .icon {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.theme-detail .classify-txt .list .list-item .mask-wrap .mask-wrap-bottom .tip .item .icon.icon-download {
  background-image: url("../../img/icon_download_02.png");
}
.theme-detail .classify-txt .list .list-item .mask-wrap .mask-wrap-bottom .tip .item .icon.icon-collect {
  background-image: url("../../img/icon_collect_05.png");
}
.theme-detail .classify-txt .list .list-item .mask-wrap .mask-wrap-bottom .tip .item > * {
  vertical-align: middle;
  display: inline-block;
}
.theme-detail .classify-txt .list .list-item .mask-wrap .mask-wrap-bottom .tip:after {
  content: '';
  width: 1px;
  height: 21px;
  background-color: #e3e3e3;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.theme-detail .classify-txt .list .list-item:hover .mask-wrap {
  height: 296px;
}
.theme-detail .classify-txt .pageWrap1 {
  margin-top: 50px;
}
.theme-detail .empty-wrap {
  padding-bottom: 276px;
}
.theme-detail .empty-wrap .empty-tip {
  margin-bottom: 40px;
}
body {
  /*需求弹框*/
}
body .pop-demand {
  padding: 40px 20px 0 40px;
  font-size: 14px;
}
body .pop-demand .layui-form-item .layui-form-label {
  width: 100px ;
  text-align: right;
}
body .pop-demand .layui-form-item .layui-input-inline {
  width: 376px;
}
body .pop-demand .layui-form-item.pop-textarea .layui-input-inline {
  line-height: 24px;
}
body .pop-demand .layui-form-item.pop-textarea .layui-input-inline textarea {
  height: 188px;
  padding: 10px;
}
body .pop-demand .layui-form-item.pop-textarea .layui-input-inline .placeholder-word {
  top: 10px;
  bottom: auto;
}
body .pop-demand .layui-form-item.pop-addImg .layui-input-inline .cover-img {
  width: 132px;
  height: 100px;
  margin-right: 12px;
  margin-top: 12px;
  float: left;
}
body .pop-demand .layui-form-item.pop-addImg .layui-input-inline .cover-img .layui-icon-close-fill {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.3);
  display: none;
}
body .pop-demand .layui-form-item.pop-addImg .layui-input-inline .cover-img .img {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
body .pop-demand .layui-form-item.pop-addImg .layui-input-inline .cover-img:hover .layui-icon-close-fill {
  display: block;
}
body .pop-demand .layui-form-item.pop-addImg .layui-input-inline .file-upload {
  width: 100%;
  height: 100%;
  background: url("../../img/icon_upload_02.png") center center no-repeat;
  background-size: cover;
  border: solid 1px #dbdbdb;
}
body .pop-demand .layui-form-item.pop-addImg .layui-form-mid {
  font-size: 12px;
  color: #b5b2b2;
}
body .pop-demand .layui-form-item .btn {
  width: 132px;
  text-align: center;
  height: 40px;
  line-height: 38px;
  border: solid 1px #fcd042;
  color: #fcd042;
}
.pop-class .layui-layer-title {
  height: 50px;
  padding: 0;
  text-align: center;
  border: none;
  font-size: 18px;
  line-height: 50px;
}
.pop-class .layui-layer-setwin {
  width: 17px;
  height: 17px;
  cursor: pointer;
}
.pop-class .layui-layer-close {
  width: 17px;
  height: 17px;
  position: absolute;
  top: 0px;
  right: 0px;
  background-image: url(../../img/icon_close_01.png);
  cursor: pointer;
}
/*收藏记录*/
.pop-collect-record .collect-content {
  height: 409px;
  padding-top: 142px;
  text-align: center;
  box-sizing: border-box;
}
.pop-collect-record .collect-content .title {
  color: #333333;
  font-size: 18px;
  margin-bottom: 65px;
}
.pop-collect-record .collect-content .add-btn {
  width: 140px;
  height: 36px;
  border: none;
  background-color: #0d0d0d;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}
/*创建*/
.pop-collect-creation .collect-content {
  height: 409px;
  padding-top: 142px;
  text-align: center;
  box-sizing: border-box;
}
.pop-collect-creation .collect-content .layui-form {
  padding: 0 110px 0 42px;
}
.pop-collect-creation .collect-content .layui-form .layui-form-item .layui-form-label {
  padding: 9px 0 9px 15px;
  line-height: 20px;
}
.pop-collect-creation .collect-content .layui-form .layui-form-item .layui-input-block {
  margin-left: 96px;
  width: 340px;
}
.pop-collect-creation .collect-content .layui-form .layui-form-item .layui-input-block .layui-input {
  background-color: #f9f9f9;
}
.pop-collect-creation .collect-content .text {
  padding-left: 95px;
  text-align: left;
  font-size: 14px;
  color: #888888;
}
.pop-collect-creation .collect-content .botton {
  margin-top: 127px;
}
.pop-collect-creation .collect-content .botton .creation,
.pop-collect-creation .collect-content .botton .cancel {
  width: 140px;
  height: 36px;
  margin: 0 7px;
  border: solid 1px #0d0d0d;
  cursor: pointer;
}
.pop-collect-creation .collect-content .botton .creation {
  margin-left: 56px;
  background-color: #0d0d0d;
  color: #fff;
}
.pop-collect-creation .collect-content .botton .cancel {
  border: solid 1px #0d0d0d;
}
/*添加*/
.pop .layui-form-item input,
.pop .layui-form-item select {
  height: 40px;
}
.pop-collect-add {
  min-height: 410px;
  padding-bottom: 30px;
}
.pop-collect-add .collect-content {
  /*margin-top: 100px;*/
  padding: 26px 100px 50px 10px;
}
.pop-collect-add .collect-content .layui-form .creat {
  width: 108px;
  padding: 10px 20px;
  border: solid 1px #dbdbdb;
  color: #0d0d0d;
  font-size: 14px;
  cursor: pointer;
}
.pop-collect-add .collect-content .layui-form .layui-form-item {
  float: right;
}
.pop-collect-add .collect-content .layui-form .layui-form-item .layui-form-label {
  line-height: 40px;
}
.pop-collect-add .collect-content .layui-form .layui-form-item .layui-input-block {
  margin-left: 0px;
  width: 248px;
  display: inline-block;
}
.pop-collect-add .collect-content .layui-form .layui-form-item .layui-input-block .layui-input {
  background-color: #f9f9f9;
}
.pop-collect-add .collect-content .layui-form .layui-form-item .layui-input-block .layui-form-select dl dd.layui-this {
  background-color: #212121;
}
.pop-collect-add .collect-content .top {
  width: 363px;
  text-align: right;
  float: right;
  box-sizing: border-box;
  overflow: hidden;
}
.pop-collect-add .collect-content .top .text {
  font-size: 14px;
  color: #333333;
  text-align: left;
}
.pop-collect-add .collect-content .top .list {
  margin-top: 20px;
  margin-bottom: 10px;
  float: right;
}
.pop-collect-add .collect-content .top .list .list-item {
  width: 363px;
  height: 76px;
  padding: 20px;
  margin-bottom: 10px;
  border: solid 1px #000000;
  border-radius: 5px;
  box-sizing: border-box;
  background: url("../../img/bg_01.png") no-repeat center center;
}
.pop-collect-add .collect-content .top .list .list-item .text {
  color: #747474;
  font-size: 12px;
}
.pop-collect-add .collect-content .top .list .list-item .left {
  float: left;
  text-align: left;
  line-height: 20px;
}
.pop-collect-add .collect-content .top .list .list-item .left .title {
  margin-bottom: 0px;
  color: #000000;
  font-size: 16px;
  font-weight: bold;
}
.pop-collect-add .collect-content .top .list .list-item .right {
  float: right;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
}
.pop-collect-add .collect-content .top .list .list-item .right .img {
  width: 30px;
  height: 26px;
}
.pop-collect-add .botton {
  margin-top: 125px;
  text-align: center;
}
.pop-collect-add .botton .isok,
.pop-collect-add .botton .cancel {
  width: 140px;
  height: 36px;
  border: none;
  cursor: pointer;
}
.pop-collect-add .botton .cancel {
  color: #0d0d0d;
  background-color: #fff;
  border: solid 1px #0d0d0d;
}
.pop-collect-add .botton .isok {
  background-color: #0d0d0d;
  color: #fff;
}
/*# sourceMappingURL=themeDetail.css.map */