
/*/////////////////////////*/
/*首页搜索框弹窗*/
.layui-layer-title {
  border-bottom:none!important;
}
.imgso-modal-overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* 半透明黑色 */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: opacity 0.3s ease;
}
.imgso-layer-container{
    background:#ffffff;
    width: 600px;
    height:430px;
    margin:30px auto;  
    border:1px solid #ffffff;
    border-radius:8px;
  }
  .imgso-layer-container .close-modal-btn{
      
      
   
  }
   .imgso-layer-container .imgso-row{
    width:100%;
    height:50px;
    margin:43px auto 10px;
    text-align: center;
  }
  
   .imgso-layer-container .imgso-row .imgso-urlso-box{
       
       width:93%;
       height:auto;
       margin:0 auto;
       
   
  }
   .imgso-layer-container .imgso-row p{
    font-size: 20px;
    margin-bottom:10px;

  }
   .imgso-layer-container .imgso-row input{
    height: 50px;
    width:calc(100% - 60px);
    border-radius:  6px 0 0 6px ;
    float: left;

  }

  .imgso-layer-container .imgso-row .imgso-layer-search-btn{
    height: 50px;
    width: 60px;
    border-radius: 0 6px  6px 0;
    cursor: pointer;
    float: left;
  }
   .imgso-layer-container .imgso-row .auto-upimg-area{
    height: 170px;
    width: 93%;
    margin:0 auto ;
    border-radius: 6px;
    border: 2px dashed #ccc7c7;
    cursor: pointer;
    background:#f7f9fa;
  }
   .imgso-layer-container .imgso-row .auto-upimg-btn{
    height: 50px;
    width:50px;
    margin: 0px auto 10px;

  }




/*搜索页面*/

    .center-search{
        margin: 0 auto;
    }
    .imgso-imgso-search-area{
        width: 60%;
        margin: 0 auto;
    }
 
.imgso-logo {
    width: auto;
    margin: 0 auto;
    text-align: center;
    font-size: 0;
}
.imgso-logo .imgso-search-title {
    font-size: 14px;
    line-height: 1;
    /*border-left: 1px solid #e7e7e9;*/
    display: inline-block;
    vertical-align: middle;
}
.search-panel-bg {
    margin-top: 40px;
    text-align: center;
}
.search-panel-bg .imgso-search-area {
    width: auto;
    height: 44px;
    font-size: 0;
    line-height: 44px;
    text-align: center;
}
.search-panel-bg .imgso-search-area .imgso-search-box {
    position: relative;
    height: 44px;
    width: 548px;
    line-height: 44px;
    font-size: 14px;
    /* margin-left: 10px; */
    display: inline-block;
    vertical-align: middle;
}

.search-panel-bg .imgso-search-area .imgso-search-box .imgso-search-adress {
    width: 548px;
    padding: 0 12px;
    color: #666;
    font-size: 14px;
    height: 44px;
    box-sizing: border-box;
    border: 1px solid #3bc66f;
    border-radius: 6px 0 0 6px;
    outline:none;
}
.search-panel-bg .imgso-search-area .imgso-search-box .imgso-search-adress:focus {
   
     
}
.search-panel-bg .imgso-search-area .search-btn {
    width: 80px;
    height: 44px;
    background-color: #3bc66f;
    text-align: center;
    line-height: 50px;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
    border-radius: 0 6px 6px 0;
    vertical-align: middle;
}
.search-panel-bg .imgso-search-area .search-btn .icon-search {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(/www2/images/icon-search.png) no-repeat;
}
.clearfix:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}
.imgso-search-quyu {
    width: 630px;
    height: 190px;
    background: #FFFFFF;
    /*box-shadow: 0px 1px 8px 0px rgba(4, 0, 0, 0.1);*/
    border-radius: 10px;
    margin: 10px auto 0px;
    box-sizing: border-box;
    padding-top: 20px;
}
.imgso-search-toped {
    width: 620px;
    height: 100px;
    background: #FFFFFF;
    border: 1px dashed #D7D9E0;
    border-radius: 6px;
    margin: 0px auto 0px;
    text-align: center;
    position: relative;
}
.imgso-search-top-text {
    font-size: 14px;
}
.imgso-search-top-text .imgso-search-top-pc {
    color: #333333;
    display: block;
    width: 100%;
    text-align: center;
    padding: 29px 0px 8px;
}
.imgso-search-top-text .imgso-search-top-pc-t {
    color: #999;
}
.imgso-search-toped .imgso-search-top-pc-haha {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 590px;
    height: 100px;
    box-sizing: border-box;
    color: #3bc66f;
    font-size: 30px;
    text-align: center;
    cursor:pointer;
}
.imgso-search-top-pc-btn {
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #3BC66F;
    border-radius: 6px;
    cursor: pointer;
    margin: 20px auto 0px;
    position: relative;
}
.imgso-search-top-pc-btn span {
    font-size: 14px;
    color: #fff;
}
.imgso-search-top-pc-btn .input-uploader-label {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
    background: white;
}
.imgso-search-top-pc-btn .input-uploader {
    position: absolute;
    left: 0;
    top: 0;
    -moz-clip: rect(1px 1px 1px 1px);
    -webkit-clip: rect(1px 1px 1px 1px);
    -o-clip: rect(1px 1px 1px 1px);
    clip: rect(1px 1px 1px 1px);
}
.clearfix:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}

.imgsoso-content-footer .imgso-search-feature-wrap{
    width: 100%;
    height: 300px;
    /*background: red;*/
    display: flex;
    flex-direction:row;
    flex-wrap:nowrap;
    

}
.imgsoso-content-footer .imgso-search-feature-wrap li{
    display:block;
    width:40%;
    height:130px;
    background:#ffffff;
   /*box-shadow:1px 4px 20px 0px #eae5e5;*/
    text-align: center;
    border-right:1px solid #e7e7e9;

}
 .imgsoso-content-footer .imgso-search-feature-wrap li i{
    display: block;
    width: 50%;
    height: 100px;
    margin:  0 auto;
    background-repeat:no-repeat;
    background-position: center center;

}

 .imgsoso-content-footer .imgso-search-feature-wrap li p{
  margin-top: 5px;
}

/*搜索列表页面*/
.imgso-container{
    width: 1700px;
    margin: 0 auto 100px;
   
   
}
.imgso-container .imgso-boxs{
    width: 95%;
    height: 360px;
    
    border-radius: 6px;
    position: relative;
}
.imgso-container .imgso-boxs img{
      width:auto;
    height:100%;
    margin: 0 auto;


}
.imgso-container .imgso-boxs .cut-btn{
    width: 50px;
    height: 50px;
    position:absolute;
    bottom:10px;
    right:10px;
  border-radius: 60px;
  cursor:pointer;

}

.imgso-container .imginput{
    width: 95%;
    height: 360px;
    background: yellow;
}

 .imgso-container .img-src-text{
height: 60px;
border: 1px solid #f1f1f1;
border-radius:8px;
}
.imgso-container .upload-pic-area{
    width: 100%;
    height: 250px;
    background: red;
    margin-top: 47px;
}
.imgso-container  .imgso-search-btn{
    width: 70px;
    height: 60px;
    border-radius: 0 6px 6px 0;
    position: absolute;
    cursor: pointer;
    top:0;
    right: 0;
}
.imgso-container .upload-pic-area{
      text-align: center;
    background: #fafafa;
    border: 1px dashed #d9d9d9;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: border-color .3s;
    transition: border-color .3s;
    position:relative;
}
.imgso-container .upload-pic-area .upload-pic-btn{
      width: 60px;
      height: 60px;
      position: absolute;
      top:30%;
      left:47%;
}
.imgso-container .upload-pic-text{
      width: 100%;
      height: 50px;
      position: absolute;
      top: 58%;
      font-size:16px;
}
.imgso-container .upload-pic-text p{
     margin-bottom: 0px!important;
}
.imgso-container .imgso-result {
    margin-top: 60px;
}
.imgso-container .imgso-result li{
    font-size: 16px;
    padding: 0 30px;
}


/*格子*/
.imgso-posts-box .imgso-post-row{
            width: 100%;
            height: auto;
            margin-bottom:30px;

        }
       /* .imgso-posts-box .imgso-post-row {
            display:flex;
            flex-flow:row nowrap;
            display: -webkit-flex; 
            
        }*/
        .imgso-posts-box .imgso-post-row .imgso-post-layout{
            border-radius: 8px;
            position:relative;
            text-align: center;
            overflow: hidden;
           
        
        }
        

        .imgso-posts-box .imgso-post-layout  .post-same-search-icon{
            width:40px;
            height:40px;
            position:absolute;
            top:10px;
            right:10px;
            border-radius:100px;
            z-index:3;
            cursor: pointer;
            display: none;
          
            
        }

        .imgso-posts-box  .imgso-post .imgso-post-title{
        width:100%;
        height:50px;
        background: linear-gradient(to top,rgba(0,0,0,.4) 0,transparent 100%);
        position:absolute;
        bottom:-20px;
        line-height:40px;
        font-size: 16px;
        color:#ffffff;
        display:none;
        
        
        }

        .imgso-posts-box .imgso-post-layout:hover  .post-same-search-icon{
          display: block;
          }

          .imgso-posts-box .imgso-post-layout:hover  .imgso-post-title{
          display: block;
          }


          /*pages*/
 .imgso-page-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.imgso-page-container .imgso-pagination {
    text-align: center;
    color: #666;
    font-size: 14px;
}
.imgso-page-container .imgso-pagination .current{
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #00B277;
    color: #fff;
    border: 1px solid #00B277;
}


.imgso-page-container .imgso-pagination a {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    text-decoration:none;
    color: inherit;

}

.imgso-page-container a:hover { 
    text-decoration:none; 
    background-color: #00B277;
    color: #fff;
}
.imgso-page-container .imgso-pagination .current, .imgso-page-container .imgso-pagination a {
    padding: 0 10px;
    margin-right: 3px;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
}
/*去webuploader文件上传按钮样式*/
.imgso-search-quyu input[type="file"] {  
    opacity: 0;  
    position: absolute;  
    z-index: -1;  
    width: 1px;  
    height: 1px;  
    margin: -1px;  
}



