body, html {
  height: 100%;
}

ul li {
  list-style: none;
}

i.add-img-icon {
  width: 37px;
  height: 32px;
  background: url("/static/image/icons/add-img.svg") no-repeat center;
  margin: 0;
  border-radius: initial;
  margin-top: 20px;
  display: inline-block;
}

.source-wrap{
  height: 100%;
  background-color: #F6F8F9;
}
.source-top{
  /* height: 40px; */
  padding: 20px;
  background-color: #fff;
}
.source-top .app-logo{
  margin-left: 20px;
  height: 40px;
}
.source-top .pc-top-a{
  float: right;
  width:96px;
  height:40px;
  border-radius:4px;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
}
.source-top .pc-signin{
  color: #333;
  border:1px solid rgba(0,0,0,0.15);
  line-height: 38px;
  margin-right: 12px;
}
.source-top .pc-register{
  color: #fff;
  background-color: #F89129;
}
.phuser-info{
  display: none;
}
.phuser-list{
  position: absolute;
  right: 9999px;
}
.source-con{
  min-height: calc(100% - 200px);
  background-color: #fff;
  border: 30px solid rgba(242, 242, 242, 1);
  padding: 30px 0;
}
.source-con-con {
  width: 1100px;
  margin: 0 auto;
}
.source-con-tit{
  font-size:20px;
  color: #333;
  margin-bottom: 30px;
}
.sc-group span{
  display: inline-block;
  width: 150px;
  color: #6e6e6e;
  font-size: 14px;
  text-align:right;
  margin-right:15px;
}
.sc-group input {
  width: 500px;
}
.sc-group{
  margin-bottom: 20px;
}
.source-inp{
  height: 40px;
  border-radius: 4px;
  border:1px solid rgba(0,0,0,0.15);
  text-indent: 12px;
}
.description {
  position: relative;
  height: 150px;
}
.sc-group .w120 {
  width: 120px;
}
.sc-group .w376 {
  width: 376px;
}
.sc-group .w88 {
  width: 88px;
}
.w505{
  width: 505px;
  height: 143px;
  resize: none;
  position: absolute;
}
.sc-group button{
  width:140px;
  height:40px;
  border-radius:4px;
  text-align: center;
}
.cancel-btn{
  color: #333;
  background-color: #fff;
  border:1px solid rgba(0,0,0,0.15);
  cursor: pointer;
}
.cancel-btn:hover{
  background-color: #cfcfcf;
}
.sub-btn{
  margin-left: 6px;
  color: #fff;
  background-color: #F89129;
  cursor: pointer;
}
.sub-btn:hover{
  background-color: rgb(249, 170, 87);
}



.res-upload-div .up-bg-div {
  display: inline-block;
  width: 104px;
  height: 104px;
  text-align: center;
  background: rgba(0, 0, 0, 0.02);
  border: 1px dashed rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
.res-upload-div .up-bg-div .up-bg-img {
  margin: 24px 0 14px;
}
.res-upload-div .up-bg-div .up-bg-img img {
  width: 26px;
  height: 26px;
}
.res-upload-div .up-bg-div p {
  font-size: 14px;
  color: #6e6e6e;
}
.imgs-show-div {
  /* display: inline-block;
  width: 680px;
  overflow-y: auto;
  vertical-align: top;
  margin-top: -12px;
  padding-top: 12px; */
  /* display: flex; */
}
.imgs-show-div ul {
  display: flex;
  flex-flow: row wrap;
  /* justify-content: space-between; */
  padding-left: 169px;
  width: 100%;
}
.imgs-show-div ul .boxes {
  position: relative;
  width: 269px;
  padding: 5px;
  border: 1px solid #ececec;
  box-sizing: border-box;
  margin: 0 25px 20px 0;
  height: 100%;
}
.imgs-show-div .boxes .show-big-img {
  width: 100%;
  height: 267px;
}
.imgs-show-div .boxes .delete-img {
  position: absolute;
  width: 22px;
  right: -11px;
  top: -11px;
  cursor: pointer;
}

.imgs-show-div .boxes p {
  text-align: center;
  color: var(--color-theme-1);
  font-size: 18px;
  line-height: 25px;
  font-family: PingFangSC-Medium,PingFang SC;
  padding: 20px 0 10px;
}

.imgs-show-div .boxes a {
  line-height: 75px;
}
/* .imgs-show-div .boxes a:hover / */

.imgs-show-div .boxes ol {
  width: 1050px;
  transition: all 1s;
}

.imgs-show-div .boxes ol li {
  position: relative;
  width: 75px;
  height: 75px;
  margin-right: 3px;
}
.imgs-show-div .boxes ol li .detail-box {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 20px;
  transition: all .5s;
  overflow: hidden;
}
.imgs-show-div .boxes ol li .detail-box div {
  position: absolute;
  bottom: 0;
  background:rgba(0,0,0,0.75);
  width: 75px;
  height: 75px;
}
.imgs-show-div .boxes ol li .detail-box p {
  position: absolute;
}
.imgs-show-div .boxes ol li .detail-box p:nth-child(1) {
  top: 0;
  height: 42px;
  /* width: 84px; */
  padding: 8px;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;

  font-size: 12px;
  color: rgba(255,255,255,1);
  font-weight:400;
  line-height:17px;
}
.imgs-show-div .boxes ol li .detail-box p:nth-child(2) {
  bottom: 0;
  padding: 0 0 0 8px;
  text-align: left;
  width:100%;
  height:20px;
  font-size:12px;
  font-weight:500;
  color:rgba(255,255,255,1);
  line-height:20px;
}
.imgs-show-div .boxes ol li:hover .detail-box{
  height: 100%;
}

.imgs-show-div .boxes ol li:hover .detail-box p:nth-child(2) {
  font-size: 16px;
}

.imgs-show-div .boxes ol img {
  width: 100%;
  height: 100%;
}



.allowed-img {
  font-size: 14px;
  color: #6e6e6e;
  margin-top: 8px;
}
.mycj-footer {
  height: 60px;
  width: 100%;
  background-color: #262626;
  display: table;
}
.mycj-footer .forfoo-con {
  width: 100%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.mycj-footer .forfoo-con span {
  padding: 0 16px;
  font-size: 14px;
  color: #c1c1c1;
}
.mycj-footer .forfoo-con span .copyright-logo {
  padding: 0 5px 0 0;
  font-size: 22px;
  vertical-align: middle;
}
.mycj-footer .forfoo-con a {
  padding: 0 16px;
  font-size: 14px;
  color: #c1c1c1;
  border-right: 1px solid #c1c1c1;
}
.phone-show{
  display: none;
}

/* 带搜图的卡片 */
.product_card_with_search_img {
  position: relative;
  box-sizing: border-box;
}
.product_card_with_search_img .like_img_list {
  display: flex;
  justify-content: space-around;
}
.product_card_with_search_img .like_img_list a {
  color:rgba(255,119,0,1);
  line-height: 75px;
  font-size:12px;
}
.product_card_with_search_img .like_img_list .bed-imgs{
  width: 1110px;
  transition: all 1s;
}
.product_card_with_search_img .bed-imgs li{
  display: inline-block;
  margin-right: 5px;
}
.product_card_with_search_img .like_img_list img{
  width: 100px;
  height: 100px;
}
.product_card_with_search_img .like-title{
  margin: 30px 0 10px;
  text-align: center;
  font-size: 18px;
  font-weight:500;;
  line-height:25px;
  color:rgba(255,119,0,1);
}
.product_card_with_search_img .detail-text {
  margin-top: 10px;
  color:rgba(51,51,51,1);
}
.product_card_with_search_img .product-price {
  margin-top: 5px;
  font-size:16px;
  font-weight:500;
  color:rgba(51,51,51,1);
  line-height:22px;
}
.product_card_with_search_img .read-more{
  cursor: pointer;
  margin: 10px auto;
  width: 140px;
  height: 24px;
  border-radius:4px;
  border:1px solid rgba(249,148,41,1);
  font-size:14px;
  font-weight:500;
  color:rgba(249,148,41,1);
  text-align: center;
  line-height:24px;
}
.product_card_with_search_img .read-more:hover {
  background: #F99429;
  color: #fff;
}

.bed-imgs .like-href {
  display: inline-block;
  width: 75px;
  margin-right: 3px;
}


@media screen and (max-width: 750px) {
    .source-top{
      height: 20px;
      padding: 20px;
      background-color: #fff;
    }
    .source-top .app-logo{
      margin-left: 0px;
      height: 20px;
    }
    .source-con{
      width: 91%;
      padding: 12px 0 38px 14px;
    }
    .source-top .pc-top-a{
      display: none;
    }
    .phuser-info{
      display: block;
      float: right;
      position: relative;
    }
    .phuser-list{
      width:80px;
      background:rgb(255,255,255);
      box-shadow:0px 0px 4px 2px #EEEEEE;
      border-radius:4px;
      position: absolute;
      top: 46px;
      right: 20px;
    }
    .phuser-list li{
      height: 40px;
      border-bottom: 1px solid #EEEEEE;
    }
    .phuser-list li a{
      font-size: 12px;
      color: #666666;
      display: block;
      line-height: 40px;
      padding-left: 16px;
    }
    .sc-group{
      margin-bottom: 12px;
    }
    .sc-group li{
      display: block;
      width: 100%;
      text-align: center;
    }
    .sc-group label{
      display: inline-block;
      width: 80%;
      text-align: left;
    }
    .imgs-show-div li{
      display: inline-block;
      width: auto;
    }
    .sc-group input {
      width: 80%;
    }
    .w120{
      width: 30%;
      margin-right: 2%;
    }
    .phone47{
      width: 47%;
    }
    .phone80{
      width: 80%;
    }
    .phone-span{
      text-align: left;
      display: inline-block;
      margin: 8px 0;
    }
    .mar-top0{
      margin-top: 0;
    }
    .w505{
      width: 80%;
      height: 143px;
      resize: none;
    }
    .sc-group button{
      width: 80px;
    }
    .imgs-show-div{
      width: 140px;
    }
    .mycj-footer {
      height: 54px;
      width: 100%;
      background-color: #262626;
      display: table;
    }
    .mycj-footer .forfoo-con {
      width: 100%;
      text-align: center;
      display: table-cell;
      vertical-align: middle;
    }
    .mycj-footer .forfoo-con span {
      padding: 0 2px;
      font-size: 8px;
      color: #c1c1c1;
    }
    .mycj-footer .forfoo-con span .copyright-logo {
      padding: 0 5px 0 0;
      font-size: 22px;
      vertical-align: middle;
    }
    .mycj-footer .forfoo-con a {
      padding: 0 2px;
      font-size: 8px;
      color: #c1c1c1;
      border-right: 1px solid #c1c1c1;
    }
    .allowed-img{
      display: none;
    }
    .phone-show{
      display: block;
    }
}


.sourcing-loading{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height:178px;
  width:100%;
}

.sourcing-loading .loading-animation{
  width:35px;
  height:25px;
}

.sourcing-loading .loading-text{
  color:#999999;
  font-size:14px;
  width:180px;
  text-align: center;
  line-height: 20px;
  margin-top:10px;
}

.sourcing-empty{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height:178px;
  width:100%;
}

.sourcing-empty .sourcing-empty-img{
  width:100px;
  height:69px;
  background: url('/egg/image/sourcing/empty_sourcing.png') center no-repeat;
}

.sourcing-empty .sourcing-empty-text{
  color:#999999;
  font-size:14px;
  width:180px;
  line-height: 20px;
  margin-top:10px;
  text-align: center;
}