.leaflet-image-layer, .leaflet-layer, .leaflet-map-pane canvas, .leaflet-map-pane svg, .leaflet-marker-icon, .leaflet-marker-shadow, .leaflet-pane, .leaflet-tile, .leaflet-tile-container, .leaflet-zoom-box {
    position: absolute;
    left: 0;
    top: 0
}

.leaflet-container {
    overflow: hidden
}

.leaflet-marker-icon, .leaflet-marker-shadow, .leaflet-tile {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none
}

.leaflet-safari .leaflet-tile {
    image-rendering: -webkit-optimize-contrast
}

.leaflet-safari .leaflet-tile-container {
    width: 1600px;
    height: 1600px;
    -webkit-transform-origin: 0 0
}

.leaflet-marker-icon, .leaflet-marker-shadow {
    display: block
}

.leaflet-container .leaflet-marker-pane img, .leaflet-container .leaflet-overlay-pane svg, .leaflet-container .leaflet-tile-pane img, .leaflet-container img.leaflet-image-layer {
    max-width: none !important
}

.leaflet-container.leaflet-touch-zoom {
    touch-action: pan-x pan-y
}

.leaflet-container.leaflet-touch-drag {
    -ms-touch-action: pinch-zoom
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-drag {
    touch-action: none
}

.leaflet-tile {
    filter: inherit;
    visibility: hidden
}

.leaflet-tile-loaded {
    visibility: inherit
}

.leaflet-zoom-box {
    width: 0;
    height: 0;
    box-sizing: border-box;
    z-index: 800
}

.leaflet-overlay-pane svg {
    -moz-user-select: none
}

.leaflet-pane {
    z-index: 400
}

.leaflet-tile-pane {
    z-index: 200
}

.leaflet-overlay-pane {
    z-index: 400
}

.leaflet-shadow-pane {
    z-index: 500
}

.leaflet-marker-pane {
    z-index: 600
}

.leaflet-tooltip-pane {
    z-index: 650
}

.leaflet-popup-pane {
    z-index: 700
}

.leaflet-map-pane canvas {
    z-index: 100
}

.leaflet-map-pane svg {
    z-index: 200
}

.leaflet-vml-shape {
    width: 1px;
    height: 1px
}

.lvml {
    behavior: url(#default#VML);
    display: inline-block;
    position: absolute
}

.leaflet-control {
    position: relative;
    z-index: 800;
    pointer-events: visiblePainted;
    pointer-events: auto
}

.leaflet-bottom, .leaflet-top {
    position: absolute;
    z-index: 1000;
    pointer-events: none
}

.leaflet-top {
    top: 0
}

.leaflet-right {
    right: 0
}

.leaflet-bottom {
    bottom: 0
}

.leaflet-left {
    left: 0
}

.leaflet-control {
    float: left;
    clear: both
}

.leaflet-right .leaflet-control {
    float: right
}

.leaflet-top .leaflet-control {
    margin-top: 10px
}

.leaflet-bottom .leaflet-control {
    margin-bottom: 10px
}

.leaflet-left .leaflet-control {
    margin-left: 10px
}

.leaflet-right .leaflet-control {
    margin-right: 10px
}

.leaflet-fade-anim .leaflet-tile {
    will-change: opacity
}

.leaflet-fade-anim .leaflet-popup {
    opacity: 0;
    transition: opacity .2s linear
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
    opacity: 1
}

.leaflet-zoom-animated {
    transform-origin: 0 0
}

.leaflet-zoom-anim .leaflet-zoom-animated {
    will-change: transform;
    transition: transform .25s cubic-bezier(0, 0, .25, 1)
}

.leaflet-pan-anim .leaflet-tile, .leaflet-zoom-anim .leaflet-tile {
    transition: none
}

.leaflet-zoom-anim .leaflet-zoom-hide {
    visibility: hidden
}

.leaflet-interactive {
    cursor: pointer
}

.leaflet-grab {
    cursor: -webkit-grab;
    cursor: -moz-grab
}

.leaflet-crosshair, .leaflet-crosshair .leaflet-interactive {
    cursor: crosshair
}

.leaflet-control, .leaflet-popup-pane {
    cursor: auto
}

.leaflet-dragging .leaflet-grab, .leaflet-dragging .leaflet-grab .leaflet-interactive, .leaflet-dragging .leaflet-marker-draggable {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing
}

.leaflet-image-layer, .leaflet-marker-icon, .leaflet-marker-shadow, .leaflet-pane > svg path, .leaflet-tile-container {
    pointer-events: none
}

.leaflet-image-layer.leaflet-interactive, .leaflet-marker-icon.leaflet-interactive, .leaflet-pane > svg path.leaflet-interactive {
    pointer-events: visiblePainted;
    pointer-events: auto
}

.leaflet-container {
    background: #ddd;
    outline: 0
}

.leaflet-container a {
    color: #0078a8
}

.leaflet-container a.leaflet-active {
    outline: 2px solid orange
}

.leaflet-zoom-box {
    border: 2px dotted #38f;
    background: hsla(0, 0%, 100%, .5)
}

.leaflet-container {
    font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif
}

.leaflet-bar {
    box-shadow: 0 1px 5px rgba(0, 0, 0, .65);
    border-radius: 4px
}

.leaflet-bar a, .leaflet-bar a:hover {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #00a65a
}

.leaflet-bar a, .leaflet-control-layers-toggle {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block
}

.leaflet-bar a:hover {
    background-color: #f4f4f4
}

.leaflet-bar a:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.leaflet-bar a:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom: none
}

.leaflet-bar a.leaflet-disabled {
    cursor: default;
    background-color: #f4f4f4;
    color: #bbb
}

.leaflet-touch .leaflet-bar a {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.leaflet-control-zoom-in, .leaflet-control-zoom-out {
    font: 700 18px "Lucida Console", Monaco, monospace;
    text-indent: 1px
}

.leaflet-control-zoom-out {
    font-size: 20px
}

.leaflet-touch .leaflet-control-zoom-in {
    font-size: 22px
}

.leaflet-touch .leaflet-control-zoom-out {
    font-size: 24px
}

.leaflet-control-layers {
    box-shadow: 0 1px 5px rgba(0, 0, 0, .4);
    background: #fff;
    border-radius: 5px
}

.leaflet-control-layers-toggle {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);
    width: 36px;
    height: 36px
}

.leaflet-retina .leaflet-control-layers-toggle {
    /*background-image: url(/img/layers-2x.8f2c4d1.png);*/
    background-size: 26px 26px
}

.leaflet-touch .leaflet-control-layers-toggle {
    width: 44px;
    height: 44px
}

.leaflet-control-layers-expanded .leaflet-control-layers-toggle, .leaflet-control-layers .leaflet-control-layers-list {
    display: none
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
    display: block;
    position: relative
}

.leaflet-control-layers-expanded {
    padding: 6px 10px 6px 6px;
    color: #333;
    background: #fff
}

.leaflet-control-layers-scrollbar {
    overflow-y: scroll;
    padding-right: 5px
}

.leaflet-control-layers-selector {
    margin-top: 2px;
    position: relative;
    top: 1px
}

.leaflet-control-layers label {
    display: block
}

.leaflet-control-layers-separator {
    height: 0;
    border-top: 1px solid #ddd;
    margin: 5px -10px 5px -6px
}

.leaflet-default-icon-path {
    /*background-image: url(/img/marker-icon.2b3e1fa.png)*/
}

.leaflet-container .leaflet-control-attribution {
    background: #fff;
    background: hsla(0, 0%, 100%, .7);
    margin: 0
}

.leaflet-control-attribution, .leaflet-control-scale-line {
    padding: 0 5px;
    color: #333
}

.leaflet-control-attribution a {
    text-decoration: none
}

.leaflet-control-attribution a:hover {
    text-decoration: underline
}

.leaflet-container .leaflet-control-attribution, .leaflet-container .leaflet-control-scale {
    font-size: 11px
}

.leaflet-left .leaflet-control-scale {
    margin-left: 5px
}

.leaflet-bottom .leaflet-control-scale {
    margin-bottom: 5px
}

.leaflet-control-scale-line {
    border: 2px solid #777;
    border-top: none;
    line-height: 1.1;
    padding: 2px 5px 1px;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    background: #fff;
    background: hsla(0, 0%, 100%, .5)
}

.leaflet-control-scale-line:not(:first-child) {
    border-top: 2px solid #777;
    border-bottom: none;
    margin-top: -2px
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
    border-bottom: 2px solid #777
}

.leaflet-touch .leaflet-bar, .leaflet-touch .leaflet-control-attribution, .leaflet-touch .leaflet-control-layers {
    box-shadow: none
}

.leaflet-touch .leaflet-bar, .leaflet-touch .leaflet-control-layers {
    border: 2px solid rgba(0, 0, 0, .2);
    background-clip: padding-box
}

.leaflet-popup {
    position: absolute;
    text-align: center;
    margin-bottom: 20px
}

.leaflet-popup-content-wrapper {
    padding: 1px;
    text-align: left;
    border-radius: 12px
}

.leaflet-popup-content {
    margin: 13px 19px;
    line-height: 1.4
}

.leaflet-popup-content p {
    margin: 18px 0
}

.leaflet-popup-tip-container {
    width: 40px;
    height: 20px;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    overflow: hidden;
    pointer-events: none
}

.leaflet-popup-tip {
    width: 17px;
    height: 17px;
    padding: 1px;
    margin: -10px auto 0;
    transform: rotate(45deg)
}

.leaflet-popup-content-wrapper, .leaflet-popup-tip {
    background: #fff;
    color: #333;
    box-shadow: 0 3px 14px rgba(0, 0, 0, .4)
}

.leaflet-container a.leaflet-popup-close-button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px 4px 0 0;
    border: none;
    text-align: center;
    width: 18px;
    height: 14px;
    font: 16px/14px Tahoma, Verdana, sans-serif;
    color: #c3c3c3;
    text-decoration: none;
    font-weight: 700;
    background: transparent
}

.leaflet-container a.leaflet-popup-close-button:hover {
    color: #999
}

.leaflet-popup-scrolled {
    overflow: auto;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd
}

.leaflet-oldie .leaflet-popup-content-wrapper {
    zoom: 1
}

.leaflet-oldie .leaflet-popup-tip {
    width: 24px;
    margin: 0 auto;
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)
}

.leaflet-oldie .leaflet-popup-tip-container {
    margin-top: -1px
}

.leaflet-oldie .leaflet-control-layers, .leaflet-oldie .leaflet-control-zoom, .leaflet-oldie .leaflet-popup-content-wrapper, .leaflet-oldie .leaflet-popup-tip {
    border: 1px solid #999
}

.leaflet-div-icon {
    background: #fff;
    border: 1px solid #666
}

.leaflet-tooltip {
    position: absolute;
    padding: 6px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #222;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .4)
}

.leaflet-tooltip.leaflet-clickable {
    cursor: pointer;
    pointer-events: auto
}

.leaflet-tooltip-bottom:before, .leaflet-tooltip-left:before, .leaflet-tooltip-right:before, .leaflet-tooltip-top:before {
    position: absolute;
    pointer-events: none;
    border: 6px solid transparent;
    background: transparent;
    content: ""
}

.leaflet-tooltip-bottom {
    margin-top: 6px
}

.leaflet-tooltip-top {
    margin-top: -6px
}

.leaflet-tooltip-bottom:before, .leaflet-tooltip-top:before {
    left: 50%;
    margin-left: -6px
}

.leaflet-tooltip-top:before {
    bottom: 0;
    margin-bottom: -12px;
    border-top-color: #fff
}

.leaflet-tooltip-bottom:before {
    top: 0;
    margin-top: -12px;
    margin-left: -6px;
    border-bottom-color: #fff
}

.leaflet-tooltip-left {
    margin-left: -6px
}

.leaflet-tooltip-right {
    margin-left: 6px
}

.leaflet-tooltip-left:before, .leaflet-tooltip-right:before {
    top: 50%;
    margin-top: -6px
}

.leaflet-tooltip-left:before {
    right: 0;
    margin-right: -12px;
    border-left-color: #fff
}

.leaflet-tooltip-right:before {
    left: 0;
    margin-left: -12px;
    border-right-color: #fff
}

.leaflet-control-attribution {
    display: none
}

#baseMap .leaflet-top.leaflet-left {
    top: auto;
    bottom: .54rem;
    left: auto;
    right: .4rem
}

#baseMap .leaflet-left .leaflet-control {
    margin: 0
}

#baseMap .leaflet-bar {
    border-radius: 4px;
    border: 1px solid rgba(0, 153, 221, .3);
    background: none;
    overflow: hidden;
    width: .56rem;
    height: 1.16rem
}

#baseMap .leaflet-bar a {
    width: 100%;
    height: 50%;
    line-height: .56rem;
    border-radius: 0;
    background: rgba(4, 16, 28, .9);
    border: 0;
    font-size: .32rem;
    color: #2df
}

#baseMap .leaflet-bar a.leaflet-disabled {
    color: rgba(34, 221, 255, .3)
}

#baseMap .L-icon {
    border-radius: 50%
}

.leaflet-container {
    background: none
}

.map-location .leaflet-popup-content-wrapper {
    background: none;
    box-shadow: none
}

.map-location .leaflet-popup-close-button, .map-location .leaflet-popup-tip-container {
    display: none
}

.map-location .leaflet-popup-content {
    margin: 0;
    padding-bottom: 10px
}

.map-location .floatingLayer {
    padding: 0 6px;
    max-width: 132px;
    height: 26px;
    line-height: 26px;
    background: #2df;
    box-shadow: 0 5px 15px 0 rgba(4, 16, 28, .3);
    position: relative;
    border-radius: 2px
}

.map-location .floatingLayer:after {
    content: "";
    display: block;
    clear: both;
    width: 12px;
    height: 4px;
    position: absolute;
    left: 50%;
    bottom: -4px;
    margin-left: -6px;
    background: url(../img/popover_img_triangle_14x6.png) 50% 50%/12px 4px no-repeat
}

.map-location .floatingLayer p {
    text-align: center;
    width: 100%;
    height: 100%;
    font-size: 12px;
    font-weight: 700;
    color: #04101c;
    margin: 0
}

.map-location-base .floatingLayer {
    max-width: 400px
}
.listCollectionModule[data-v-04e99412] {
    position: absolute;
    right: -4.24rem;
    bottom: .4rem;
    width: 4.24rem;
    height: 86.54%;
    transition: right .7s ease-in;
    z-index: 110
}

.listCollectionModule .main[data-v-04e99412] {
    width: 100%;
    height: 100%;
    position: relative
}

.listCollectionModule .boxModel-main[data-v-04e99412] {
    width: 100%;
    height: 100%
}

.listCollectionModule .handle[data-v-04e99412] {
    position: absolute;
    width: .32rem;
    height: .96rem;
    top: .27rem;
    left: -.32rem;
    display: block;
    border: 0;
    padding: 0;
    background: none
}

.listCollectionModule .handle[data-v-04e99412]:hover {
    opacity: .8
}

/*    .listCollectionModule .handle-close[data-v-04e99412] {
    background: url(/img/home_btn_collapse_32x96.45d868f.png) 100% 50%/.32rem .96rem no-repeat
}

.listCollectionModule .handle-expand[data-v-04e99412] {
    background: url(/img/home_btn_expand_32x96.d313549.png) 100% 50%/.32rem .96rem no-repeat
}*/

.auxiliaryBox[data-v-04e99412] {
    width: 1.04rem;
    height: 79.13%;
    display: block;
    opacity: 0
}

.expandModule[data-v-04e99412] {
    right: .4rem;
    transition: right .9s ease-out
}

.listModule-nav[data-v-04e99412] {
    height: .56rem;
    padding: 0 .24rem
}

.listModule-nav ul[data-v-04e99412] {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center
}

.listModule-nav .line[data-v-04e99412] {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: .02rem;
    background: linear-gradient(90deg, rgba(0, 153, 221, .1), rgba(0, 153, 221, .3) 50%, rgba(0, 153, 221, .1))
}

.listModule-nav .line label[data-v-04e99412] {
    display: block;
    float: left;
    height: .03rem;
    margin-top: -.01rem;
    border-radius: .1rem .1rem 0 0;
    background: #2df;
    transition: all .3s
}

.listModule-nav li[data-v-04e99412] {
    flex-grow: 1;
    line-height: .56rem;
    text-align: center;
    font-size: .16rem;
    color: rgba(34, 221, 255, .7);
    cursor: pointer
}

.listModule-nav li[data-v-04e99412]:last-child {
    margin-right: 0
}

.listModule-nav li[data-v-04e99412]:hover {
    color: #2df
}

.listModule-nav .active[data-v-04e99412] {
    color: #2df;
    font-size: .18rem;
    transition: all .1s
}

.listModule-main[data-v-04e99412] {
    width: 100%;
    height: 8.64rem;
    height: calc(100% - .56rem);
    display: flex;
    flex-direction: column
}

.listModule-Search[data-v-04e99412] {
    height: .64rem
}

.listModule-container[data-v-04e99412] {
    height: 100%;
    height: calc(100% - .64rem)
}

.listModule-container-pagination[data-v-04e99412] {
    height: calc(100% - 1.1rem)
}

.listModule-listPage[data-v-04e99412] {
    height: .46rem
}

.listModule-listPage .ant-pagination-item a .ant-pagination.mini .ant-pagination-item[data-v-04e99412] {
    margin: 0;
    min-width: .32rem;
    width: .32rem;
    height: .32rem;
    line-height: .32rem;
    border-radius: .04rem;
    font-size: .14rem
}

.searchModule[data-v-04e99412] {
    padding: .16rem .48rem .08rem .24rem;
    position: relative
}

.searchModule input[data-v-04e99412] {
    display: block;
    width: 100%;
    height: .4rem;
    line-height: .4rem;
    font-size: .16rem;
    color: #2df;
    border: 0;
    padding: 0 0 0 .32rem;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAFo9M/3AAAAAXNSR0IArs4c6QAAAbVJREFUOBGFUz0vREEUPTOvI2QjUdBYy0/QUqDQUGj8APFRC5VKoSL6XV+1SqKToEAp0ajEPitBo7Ml+657Znb2zcqGW7w3c++555458x7wT5RrAx5RTrfdolwVExZAMgiTvXXgqKQ1lxWxOPzosRAZcgljMnx/vhvs1ya1txsZNlAYnvakhLA1oLm3yRSWildcAjreL6LnQTqrTfe2leLQODgCcpaPUEX4rt9ocgQGezrjFJLdxz0d156ByrPGZQthzAuWS0W/JzVFxhroXdMQ6+YmZg40IsRKaTMcWZWrqIa9C7Xfb+sUm+ykrRCN8yIrKelvIXYBSTaGhpxBzDlWSzO5D5XqFgRrquUJSc+EantU9occEGbwVI3PdUCFi4y6NJvUVSS9u1jsrwco3zkBvZLsQpuMTrmBxU7rcJTFqxEZ15rA2On8oklDefSykl4rqP1OWQ/BGjEOqz0aHsyzMWhC7LdLRg/WiGE0ezyBO6MmKfW/CJhmjyegq/w+aD8/g07HYI41Yohlj0ZuInfeyCMl8P8Rc3FY86q1PpXfpelLdBfm2wli8F/r4+civuREyV5/AHWCw5Znz/1GAAAAAElFTkSuQmCC) 0 50%/.16rem .16rem no-repeat
}

.searchModule button[data-v-04e99412] {
    display: block;
    width: .32rem;
    height: .32rem;
    border: 0;
    padding: 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAAEEfUpiAAAAAXNSR0IArs4c6QAAAR9JREFUWAljYKAbULr7/z+9LKOnXRT7CdmxTDDTlO79PwhjY6WN//9nxSox0gSRgw/md3gwwgRgtMq9/9kwNj6aEV0SaIsuUOwSujiUv/WeMqMPDrlR4dEQIBwC2JIxSBfOpEzYSIgKnAYo3/3/mxhDWNAVqT37L/LnO8NrYotzDAP+/GA4DTMUl79h8jhp5Xv/Z5KtGWaq0sP/zjD2KD0aAqMhMAAhACyItoIwMVZjlCXEaCKkBliQeRFSA5PHWZzCFGCjqVnMEB0CoBbih/sMU4DN7jSGP2BnYTRrsDmWkBhBQ8BtJUaGTQz/GRQIGYYuD2xHETSfoAKQoeBK6gfDWqAj7GCWEGM4TC1VaWBdlUNsdUtVi0cNGw0BWoUAAGQVVFTCA5oAAAAAAElFTkSuQmCC) 50% 50%/.32rem .32rem no-repeat;
    position: absolute;
    top: .16rem;
    right: .16rem
}

.searchModule button[data-v-04e99412]:hover {
    opacity: .8
}

.listModule-type-panel[data-v-04e99412] {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-left: .23rem;
    margin-right: .23rem;
    border-radius: .04rem;
    background: #002242
}

.listModule-type-panel .type-name[data-v-04e99412] {
    border: .2rem solid #002242;
    color: #0071a5;
    font-size: .16rem;
    align-content: center
}

.listModule-type-panel .active[data-v-04e99412] {
    background: #002242;
    color: #2df
}