<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.zoomImg{
    /*width: 200% !important;*/
    /*height: 200% !important;*/
}

/** 鍏煎鎴戠殑鍒嗛〉 START */
.aa li{
    float: left;
}
.aa .hidden,.aa .first,.aa .last{
    display: none;
}
.aa&gt;.selected&gt;a:hover, .aa&gt;.selected&gt;a{
    background: #666 !important;
    color: #fff !important;
    border: #666 solid 1px !important;
}
/** 鍏煎鎴戠殑鍒嗛〉 END */

/** 寮瑰嚭灞� 閫夋嫨鏀惰棌澶� 榧犳爣绉诲姩鍒拌鍒嗙被涓� 鑳屾櫙鑹插彉鍖� */
#collectmodal .category .list:hover {
    background: #FFF !important;
    cursor: pointer;
}

/** 瑙ｅ喅鎼滅储缁撴灉鏃跺€� 鎼滅储杈撳叆妗嗚鐩栦綇鐨刡ug */
.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;
}
</pre></body></html>