/*前缀兼容样式 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*/
html,
body {
  background-color: #f6f6f6;
}
.bar-wrap {
  font-size: 14px;
  background-color: #fff;
  box-shadow: 2px 4px 27px 0px rgba(187, 187, 187, 0.35);
}
.bar-wrap .now-position {
  line-height: 28px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f6f6f6;
  color: #666666;
}
.bar-wrap .now-position .list {
  width: 1200px;
  margin: 0 auto;
}
.bar-wrap .now-position .list .list-item {
  float: left;
  margin-right: 4px;
}
.bar-wrap .now-position .list .list-item.btn {
  font-size: 12px;
  line-height: 26px;
  color: #fcd042;
  padding-left: 10px;
  padding-right: 22px;
  border: 1px dashed #fcd042;
  position: relative;
}
.bar-wrap .now-position .list .list-item.btn .icon-delete {
  width: 22px;
  height: 26px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("../../img/icon_close_02.png");
}
.bar-wrap .now-position .list .list-item .h1 {
  font-size: 14px;
  font-weight: normal;
  color: #666666;
}
.bar-wrap .box {
  padding-top: 20px;
  padding-bottom: 20px;
}
.bar-wrap .box .box-inner {
  width: 1200px;
  margin: 0 auto;
  line-height: 30px;
  padding: 4px 40px;
  position: relative;
  min-height: 30px;
}
.bar-wrap .box .box-inner .layui-form-checkbox[lay-skin=primary] {
  display: block;
}
.bar-wrap .box .box-inner .layui-form-checkbox[lay-skin=primary] span {
  color: #666;
}
.bar-wrap .box .box-inner .title {
  font-weight: bold;
  position: absolute;
  top: 4px;
  right: 98%;
  white-space: nowrap;
}
.bar-wrap .box .box-inner .list .list-item {
  float: left;
  cursor: pointer;
  color: #666666;
  margin-right: 20px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.bar-wrap .box .box-inner .list .list-item.boutique {
  padding-left: 30px;
  background: url("../../img/icon_label_05.png") no-repeat 9px center;
}
.bar-wrap .box .box-inner .list .list-item.basics {
  padding-left: 30px;
  background: url("../../img/icon_label_04.png") no-repeat 9px center;
}
.bar-wrap .box .box-inner .list .list-item.enterprise {
  padding-left: 30px;
  background: url("../../img/icon_label_06.png") no-repeat 9px center;
}
.bar-wrap .box .box-inner .list .list-item:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.bar-wrap .box .box-inner .list .list-item.active {
  color: #a00f4a;
}
.bar-wrap .box .box-inner .list .list-item.active.boutique {
  padding-left: 30px;
  background: url("../../img/icon_label_08.png") no-repeat 9px center;
}
.bar-wrap .box .box-inner .list .list-item.active.basics {
  padding-left: 30px;
  background: url("../../img/icon_label_07.png") no-repeat 9px center;
}
.bar-wrap .box .box-inner .list .list-item.active.enterprise {
  padding-left: 30px;
  background: url("../../img/icon_label_09.png") no-repeat 9px center;
}
.bar-wrap .box .box-inner .other {
  margin-left: -62px;
}
.bar-wrap .box .box-inner .other .layui-nav {
  padding: 0;
  background: none;
  color: #666;
  border-radius: 2px;
}
.bar-wrap .box .box-inner .other .layui-nav .layui-nav-item {
  line-height: inherit;
}
.bar-wrap .box .box-inner .other .layui-nav .layui-nav-item a {
  line-height: 30px;
  color: #666;
  overflow: hidden;
}
.bar-wrap .box .box-inner .other .layui-nav .layui-nav-item .layui-nav-more {
  background: url("../../img/icon_arrow_05.png") center center no-repeat;
  background-size: contain;
  width: 9px;
  height: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  border: none;
}
.bar-wrap .box .box-inner .other .layui-nav .layui-nav-item .layui-nav-more.layui-nav-mored {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.bar-wrap .box .box-inner .other .layui-nav .layui-nav-child {
  padding: 0;
  border-color: #f1f1f1;
  top: 35px;
}
.bar-wrap .box .box-inner .other .layui-nav .layui-nav-child a {
  height: 32px;
  line-height: 32px;
  text-align: center;
}
.bar-wrap .box .box-inner .other .layui-nav .layui-nav-child a:hover {
  background-color: #0d0d0d;
  color: #fff;
}
.bar-wrap .box .box-inner .other .layui-nav .layui-nav-child .layui-this a {
  background-color: #0d0d0d;
  color: #fff;
}
.bar-wrap .box .box-inner .other .layui-nav .layui-nav-bar {
  background: none;
}
.bar-wrap .box .box-inner .other .layui-nav .layui-this:after {
  display: none;
}
.bar-wrap .box .box-inner .other .other-checkbox {
  position: relative;
  margin-left: 20px;
  width: 96px;
}
.bar-wrap .box .box-inner .other .other-checkbox .icon-info {
  position: absolute;
  right: 0;
  top: 50%;
  width: 14px;
  height: 14px;
  background: url("../../img/icon_help_02.png") no-repeat center center / cover;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 2;
}
.bar-wrap .box .box-inner .other .other-checkbox .icon-info:hover .info-content {
  display: block;
}
.bar-wrap .box .box-inner .other .other-checkbox .icon-info .info-content {
  display: none;
  position: absolute;
  top: 150%;
  left: 0;
  padding: 10px;
  width: 128px;
  font-size: 12px;
  color: #888888;
  line-height: 1.5;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.bar-wrap .box .box-inner .other .other-checkbox .icon-info .info-content:after {
  position: absolute;
  top: 0;
  left: 54%;
  display: block;
  content: '';
  width: 14px;
  height: 14px;
  box-shadow: -4px -4px 8px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  -webkit-transform: rotate(45deg) translateX(-48%);
  -moz-transform: rotate(45deg) translateX(-48%);
  -ms-transform: rotate(45deg) translateX(-48%);
  -o-transform: rotate(45deg) translateX(-48%);
  transform: rotate(45deg) translateX(-48%);
}
.bar-wrap .box.box-1 {
  border-bottom: 1px solid #f6f6f6;
}
.bar-wrap .box.box-2 .list {
  height: 30px;
  overflow: hidden;
}
.container-wrap .empty-wrap {
  padding-bottom: 200px;
}
.container-wrap .empty-wrap .empty-img {
  margin-top: 200px;
}
.container-wrap .empty-wrap .empty-tip {
  margin-bottom: 40px;
}
.container-wrap .container .list {
  min-height: 700px;
  margin-left: -10px;
  margin-right: -10px;
}
.container-wrap .container .list .list-item {
  width: 224px;
  height: 296px;
  margin: 30px 10px 0;
  position: relative;
}
.container-wrap .container .list .list-item .item-wrap {
  width: 100%;
  height: 100%;
}
.container-wrap .container .list .list-item .item-wrap .cover-img {
  width: 224px;
  height: 252px;
  background-color: #ffffff;
}
.container-wrap .container .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;
}
.container-wrap .container .list .list-item .item-wrap .ad-type-style:hover {
  box-shadow: 0 0 14px rgba(99, 99, 99, 0.2);
}
.container-wrap .container .list .list-item .item-wrap .swiper-container-material {
  background: #fff;
  overflow: hidden;
}
.container-wrap .container .list .list-item .item-wrap .name {
  font-size: 14px;
  height: 44px;
  line-height: 44px;
  white-space: nowrap;
  word-break: keep-all;
  text-overflow: ellipsis;
  overflow: hidden;
}
.container-wrap .container .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;
}
.container-wrap .container .list .list-item .mask-wrap .mask-a {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.container-wrap .container .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;
}
.container-wrap .container .list .list-item .mask-wrap .icon-collect-btn.active {
  background-image: url("../../img/icon_collect_04.png");
}
.container-wrap .container .list .list-item .mask-wrap .mask-wrap-bottom {
  width: 100%;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  z-index: 1;
}
.container-wrap .container .list .list-item .mask-wrap .mask-wrap-bottom .btn {
  width: 100%;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  color: #ffffff;
  background-color: #060202;
}
.container-wrap .container .list .list-item .mask-wrap .mask-wrap-bottom .tip {
  line-height: 44px;
  overflow: hidden;
  position: relative;
}
.container-wrap .container .list .list-item .mask-wrap .mask-wrap-bottom .tip .item {
  width: 50%;
  color: #0d0d0d;
  float: left;
}
.container-wrap .container .list .list-item .mask-wrap .mask-wrap-bottom .tip .item .icon {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.container-wrap .container .list .list-item .mask-wrap .mask-wrap-bottom .tip .item .icon.icon-download {
  background-image: url("../../img/icon_download_02.png");
}
.container-wrap .container .list .list-item .mask-wrap .mask-wrap-bottom .tip .item .icon.icon-collect {
  background-image: url("../../img/icon_collect_05.png");
}
.container-wrap .container .list .list-item .mask-wrap .mask-wrap-bottom .tip .item > * {
  vertical-align: middle;
  display: inline-block;
}
.container-wrap .container .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;
}
.container-wrap .container .list .list-item:hover .mask-wrap {
  height: 296px;
}
.container-wrap .container .pageWrap1 {
  margin-top: 50px;
}
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 {
  padding-bottom: 30px;
}
.pop-collect-add .collect-content {
  /*margin-top: 100px;*/
  padding: 26px 100px 50px 10px;
}
.pop-collect-add .collect-content .layui-form .creat {
  min-width: 108px;
  padding: 10px 20px;
  height: 40px;
  border: solid 1px #dbdbdb;
  color: #0d0d0d;
  font-size: 14px;
  cursor: pointer;
  float: left;
}
.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;
  margin-right: 10px;
  width: 248px;
  float: left;
}
.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=list.css.map */