
.search_img_box{
    width: 950px;
    margin:  auto;
    overflow: hidden;
    min-height:520px ;
}

 /*检索说明*/
.search_explain{
    background: #fef8f3;
    border: solid 1px #fde3d5;
    padding: 10px 20px;
    line-height: 20px;
    margin: 20px 0px;
}
 /*图片上传部分样式 */
.search_img_pic{
    width: 280px;
    height: 180px;
    float: left;
}
.img_box{
    width: 100%;
    height:100%;
    border:2px dashed #cccccc;
    border-radius: 10px;
    /*background-image: url("../../images/searchImgIcon.png");*/
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    margin-bottom: 14px;
}
.footImg{
    background-image: url("../../images/searchImgIcon.png");
}
#img_ipt{
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.img_cont{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.img_cont>img{
    max-height: 180px;
    max-width: 280px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

/*条件检索部分*/
.search_img_item{
    float: right;
    width: 615px;
    margin-bottom: 20px;
    /*min-height: 420px;*/
}

/* 日期检索条件 */
.search_img_date{
    position: relative;
    margin: 0px 0px 11px 0px;
}
.search_img_date >select{
    height: 30px;
    width: 121px;
    border-radius: 5px;
    margin-right: 26px;
    font-size: 12px;
}
.search_img_date>input{
    height: 28px;
    width: 215px;
    border-radius: 5px;
    border: 1px solid #ccc;
}
.search_img_date>input:nth-child(2){
    margin-right: 26px;
}

/*其他检索条件*/
.add_search_item{
    margin: 14px 0px 12px 0px;
}
.add_search_item>button{
    padding: 0px 298px;
    font-size: 27px;
    color: #fff;
    background-color: #e99d42;
    border:0px;
    border-radius: 3px;
}

#btnSearchImg{
    background-color: #17719d;
    color: #fff;
}
.search_img_btns>button{
    font-size: 14px;
    padding: 5px 28px;
    border: 1px solid #efefef;
    border-radius: 5px;
}
.search_img_btns>button:first-child {
    margin-right: 24px;
}

/*历史记录*/
.history_box{
    margin-top: 50px;
    clear: both;
}
.history_box>div:first-child{
    background-color: #efefef;
    padding: 2px 10px;
}
.search_img_history_all{
    display: inline-block;
    margin-right: 50px;
    left: 150px;
    top: 564px;
    width: 56px;
    height: 20px;
    color: rgba(16, 16, 16, 1);
    font-size: 14px;
    text-align: left;
    font-family: SourceHanSansSC-bold;
}
.clean_search_img_history{
    color: #55a4fc;
    cursor: pointer;
    left: 255px;
    top: 564px;
    width: 56px;
    height: 20px;
    font-size: 14px;
    text-align: left;
    font-family: SourceHanSansSC-regular;
}
#history_img_box{
    margin-top: 30px;
    /*height: 100px;*/
}
#history_img_box span{
    position: absolute;
    top: 0;
    right: 4px;
    font-size: 20px;
    display: none;
}
#history_img_box li:hover>span{
    display: block;
}
/* 尾部声明部分 */
.search_img_statement{
    margin-top: 39px;
    height: 70px;
}
.search_img_statement>P{
    color: #201d34;
    font-size: 18px;
    text-align: left;
    font-family: SourceHanSansSC-regular;
    margin-bottom: 13px;
}
.search_img_statement>span{
    color: #201d34;
    font-size: 14px;
    text-align: left;
    font-family: SourceHanSansSC-regular;
}

/*清除历史*/
#history_img_box{
    height: 174px;
}
#history_img_box ul li{
    width: 50px;
    height: 50px;
    border: 1px solid #E4E7ED;
    float: left;
    margin-right: 8px;
    display: table;
    table-layout: fixed;
    position: relative;
    cursor: pointer;
}
#history_img_box ul li a{
    width: 131px;
    height: 174px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}
#history_img_box ul li a img{
    max-width: 129px;
    max-height: 172px;
    vertical-align: middle;
}


/*删除所有历史记录*/
.deleteAllHistory{
    border: 1px #ccc solid;
    width: 400px;
    height: 90px;
    padding: 10px;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    background-color: #fff;
    display: none;
}
.deleteAllHistoryBtn{
    float: right;
}
.deleteAllHistoryBtn>button{
    padding: 3px 15px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
}
.deleteAllHistoryBtn>button:nth-child(2){
    background-color: #bd3124;
    color: #fff;
    padding: 4px 15px;
}

/*时间选择器样式*/
.xs-date {
    color: #606266;
    border: 1px solid #e4e7ed;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
    background: #fff;
    border-radius: 4px;
    line-height: 30px;
    /*margin: 100px auto;*/
    width: 196px;
    min-height: 300px;
    padding: 10px;
    position: absolute;
    top: 30px;
    left: 150px;
    display: none;
}

.xs-date-title {
    display: flex;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    color: #606266;
    font-size: 16px;
}

.date-prev {
    width: 15%;
    font-family: cursive;
}

.date-year-prev {
    width: 15%;
    font-family: cursive;
}

.date-time {
    width: 57%;
}

.date-next {
    width: 15%;
    font-family: cursive;
}

.date-year-next {
    width: 15%;
    font-family: cursive;
}

.xs-date-week {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e4e7ed;
}

.xs-date-week div {
    list-style: none;
    width: calc(100%/7);
    text-align: center;
    color: #606266;
    font-size: 14px;
}

.xs-date-day {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 15px;
}

.xs-date-day div {
    width: calc(100%/7);
    height: 40px;
    text-align: center;
    color: #606266;
    font-size: 14px;
    cursor: pointer;
}

.date-prev:hover,
.date-next:hover,
.date-time:hover,
.xs-date-day div:hover {
    color: #409eff;
}

.active {
    color: #409eff !important;
}

.Disable {
    color: #c0c4cc !important;
}



