.brandSearch2-page .search-wrap .searchPanel{}
#com-topSearch .search .icon-camera{ display: block; width: 30px; height: 28px; position: absolute; right: 150px; top: 5px; z-index: 2; background: url(../images/icon-camera.png) no-repeat center; cursor: pointer; }
#com-topSearch .search .drop-menu{ display: none; position: absolute; top: 53px; border: solid 1px #f08b2f; border-top: solid 1px #ddd; background-color: #fff; width: 100%; height: 160px; text-align: center; z-index: 3; }
#com-topSearch .search .select-btn{ background-color: #f08b2f; color: #fff; border: 0; cursor: pointer; padding: 10px 25px; margin-top: 60px; }
#com-topSearch .search .select-input{ display: none; }
#com-topSearch .search .drop-menu .close{ display: block; width: 32px; height: 32px; position: absolute; bottom: 10px; right: 10px; background: url(../images/close.png) no-repeat center; cursor: pointer;}

.showImgModal{ text-align: center; height: 99%; position: relative; }
.showImgModal.loading{  }
.showImgModal.loading:after{ content: ""; display: block; clear: both; position: absolute; top: 0px; left: 0px; width: 100%; height: 101%; z-index: 9; background: #fff url(../images/loading1.gif) no-repeat center center;}
.showImgModal .cutImage{ max-width: 90%; max-height: 90%; }
body .layui-layer-page .layui-layer-content{  }

.bgtext a{
    color: #fff;
}
.bgtext a:hover{
    color: #fff;
}
.showImgModal {
    text-align: center;
    height: 99%;
    position: relative;
}
.search-input .icon-camera {
    display: block;
    width: 30px;
    height: 28px;
    position: absolute;
    right: 135px;
    top: 5px;
    z-index: 2;
    background: url(../images/pic-search.png) no-repeat center;
    cursor: pointer;
}
.search-input .select-input{
    display: none;
}
.search-img-box{
    height: 100%;
    background-color: #f3f3f3;
    border: 2px solid #ff5c00;
}
.search-img-box .img-title{
    padding: 5px 0;
    text-align: center;
}
.search-img-box .img{
    margin: 10px;
    margin-top: 0px;
    width: 120px;
    height: 120px;
    background-color: #fff;
}
.search-img-box .img img{
    width: 100%;
}
.cartoon-box {
    visibility: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
}
.showImgModalBtns a.button{
    display: inline-block;
    width: 100px;
    line-height: 28px;
    text-align: center;
    padding: 3px 6px;
    border-radius: 2px;
    background-color: #ff7200;
    color: #fff;
    border: 1px solid #ff7200;
}
.showImgModalBtns a.button.button-white{
    margin-right: 15px;
    background-color: #fff;
    color: #ff7200;
}
.checkbox-box span{
    display: inline-block;
    vertical-align: middle;
}
.checkbox{
    display: inline-block;
    width: 13px;
    height: 13px;
    border-width: 1px;
    border-style: solid;
    border-color: #999;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle;
    user-select: none;
}
.checkbox.checked{
    background-image: url(../images/icon-checked.png);
    border-color: #ff5c00;
    background-size: 90%;
}
.checkbox input[type=checkbox]{
    width: 100%;
    height: 100%;
    opacity: 0;
}