.zoomImg{
    /*width: 200% !important;*/
    /*height: 200% !important;*/
}

/** 兼容我的分页 START */
.aa li{
    float: left;
}
.aa .hidden,.aa .first,.aa .last{
    display: none;
}
.aa>.selected>a:hover, .aa>.selected>a{
    background: #666 !important;
    color: #fff !important;
    border: #666 solid 1px !important;
}
/** 兼容我的分页 END */

/** 弹出层 选择收藏夹 鼠标移动到该分类上 背景色变化 */
#collectmodal .category .list:hover {
    background: #FFF !important;
    cursor: pointer;
}

/** 解决搜索结果时候 搜索输入框被盖住的bug */
.nav_iconbox{
    z-index: 10000;
}

/** 个人中心 我的收藏夹显示图片地方 背景颜色修改 */
.personalwrap .collect-alllist .item .pic ul{
    background: #ececec;
}

.title_bg b {
    font-family:hl;
}


/** 艺术列表页 菜单不够宽 */
.tag{
    /*width:960px;*/
}


/** 联系客服 完成订单页面 弹出层修改样式 */
.contact_service:first-child{
    margin-bottom: 0;
}


.zoomit-ghost {
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    /*background:rgba(0,0,0,.2);*/
    cursor: wait;
    display: block;
    position: absolute;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}
.zoomit-zoomed {
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 5;
    position: absolute;
    width: auto !important;
    height: auto !important;
    max-width: none !important;
    max-height: none !important;
    min-width: 100% !important;
    min-height: 100% !important;
}
.zoomit-container {
    overflow: hidden;
    position: relative;
    vertical-align: top;
    display: inline-block;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}

.zoomit-container.loaded .zoomit-ghost {
    cursor: crosshair;
    display: flex;
    justify-content: center;
    align-items: center;
}
.zoomit-container.loaded .zoomit-zoomed {
    opacity: 1;
}
