@charset "utf-8";
/*
 * @Author: hl,haolei@ec.com.cn
 * @Date: 2025-07-04 18:20:41
 * @LastEditTime: 2025-12-04 13:59:56
 * @LastEditors: hl,haolei@ec.com.cn
 * @Description:
 */

.m-gis-map-box .u-sch-box .hd {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.m-gis-map-box .u-sch-box .u-tt {
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    color: rgba(255, 255, 255, 1);
}

.m-gis-map-box .u-sch-box .u-go-home {
    font-size: 18px;
    line-height: 25px;
    color: rgba(255, 255, 255, 1);
}

.m-gis-map-box .u-sch-box .u-go-home .iconfont {
    font-size: 22px;
    line-height: 1;
}

.m-gis-map-box .u-sch-box .bd {
    padding: 30px;
    background-color: #edf0f5;
}

.m-gis-map-box .u-sch-ipt-box {
    display: flex;
    justify-content: space-between;
}

.m-gis-map-box .u-sch-ipt-box .layui-input {
    padding-left: 54px;
    height: 40px;
    background: rgba(255, 255, 255, 1) url(../../img/20250703-03.png) 24px center no-repeat;
    font-size: 18px;
    color: rgba(28, 28, 28, 1);
}

.m-gis-map-box .u-sch-ipt-box .layui-input::placeholder {
    color: #57677d;
}

.m-gis-map-box .u-sch-ipt-box .u-area-sel-box {
    padding-left: 48px;
    display: flex;
    justify-content: space-between;
    margin-right: 12px;
    width: 400px;
    background: rgba(255, 255, 255, 1) url(../../img/20250703-04.png) 20px center no-repeat;
}

.m-gis-map-box .u-sch-ipt-box .u-sel-box {
    flex: 1 1 0;
}

.m-gis-map-box .u-sch-ipt-box .u-sel-box .layui-input {
    padding-left: 10px;
    background: none;
    border-color: transparent;
}

.m-gis-map-box .u-sch-ipt-box .u-sel-box .layui-input:focus,
.m-gis-map-box .u-sch-ipt-box .u-sel-box .layui-input:hover {
    border-color: transparent !important;
    box-shadow: none;
}

.m-gis-map-box .u-sch-ipt-box .u-sch-ipt {
    margin: 0 12px;
    flex: 1 1 0;
}

.m-gis-map-box .u-sch-ipt-box .u-sch-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 40px;
    background-color: #0e62d7;
    font-size: 18px;
    line-height: 40px;
    color: rgba(255, 255, 255, 1);
    box-shadow: 0px 12px 18px 3px rgba(14, 98, 215, 0.21);
}

.m-gis-map-box .u-sch-btn .iconfont {
    margin-left: 20px;
    font-size: 20px;
}

.m-gis-map-box .u-filter-box {
    width: 255px;
}

.m-gis-map-box .u-filter-box .u-filter-item {
    position: relative;
    padding: 0 18px 0 24px;
    background-color: rgba(255, 255, 255, 1);
    z-index: 500;
}

.m-gis-map-box .u-filter-box .u-txt {
    position: relative;
    padding-right: 18px;
    display: block;
    font-size: 18px;
    line-height: 40px;
    color: #57677d;
    cursor: pointer;
}

.m-gis-map-box .u-filter-box .u-txt::after {
    position: absolute;
    margin-top: -3px;
    top: 50%;
    right: 0;
    content: '';
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-top: 6px solid #c2c2c2;
}

.m-gis-map-box .u-filter-box .u-filter-item.z-crt .u-txt {
    /* color: #286fc7; */
    color: rgba(28, 28, 28, 1);
}

.m-gis-map-box .u-filter-box .u-filter-item.z-crt .u-txt::after {
    /* border-top-color: #286fc7; */
    color: rgba(28, 28, 28, 1);
}

.m-gis-map-box .u-filter-box .u-filter-dropdown {
    position: absolute;
    left: 0;
    top: 40px;
    padding: 0 12px;
    min-width: 255px;
    height: 152px;
    background-color: #fff;
    display: none;
}

.m-gis-map-box .u-filter-dropdown .u-item {
    margin-top: 4px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    background-color: #e5f0ff;
    font-size: 13px;
    line-height: 30px;
    color: #999;
    cursor: pointer;
    transition: .3s;
}

.m-gis-map-box .u-filter-dropdown .u-icon {
    margin-right: 10px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    border: 2px solid #999;
    background-size: 12px 7px;
    border-radius: 50%;
}

.m-gis-map-box .u-filter-dropdown .u-item:hover,
.m-gis-map-box .u-filter-dropdown .u-item.z-crt {
    color: #286fc7;
}

.m-gis-map-box .u-filter-dropdown .u-item.z-crt .u-icon {
    background-image: url(../../img/20250703-14.png);
    background-color: #0e62d7;
    border-color: #0e62d7;
}

.m-gis-map-box .u-filter-box .u-filter-item:hover .u-filter-dropdown {
    display: block;
}

.m-gis-map-box .u-map-switch-box {
    position: absolute;
    top: 25px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 5px 10px 0px rgba(21, 29, 89, 0.16);
    border-radius: 6px;
    z-index: 2000;
}

.m-gis-map-box .u-map-switch-box .u-item {
    padding: 0 26px 0 15px;
    display: inline-flex;
    align-items: center;
    height: 40px;
    font-size: 14px;
    line-height: 26px;
    color: rgba(26, 26, 26, 1);
}

.m-gis-map-box .u-map-switch-box .u-item .iconfont {
    margin-right: 10px;
    font-size: 22px;
    line-height: 1;
    color: rgb(153, 153, 153);
}

.m-gis-map-box .u-map-switch-box .u-item.z-crt {
    background-color: #e5f0ff;
}

.m-gis-map-box .u-map-switch-box .u-item.z-crt,
.m-gis-map-box .u-map-switch-box .u-item.z-crt .iconfont,
.m-gis-map-box .u-map-switch-box .u-item:hover,
.m-gis-map-box .u-map-switch-box .u-item:hover .iconfont {
    color: rgb(9, 102, 215);
}

.m-gis-map-box .u-gis-map-box {
    position: relative;
    margin-top: 24px;
    height: 732px;
    background-color: #fff;
    box-shadow: 0px 5px 10px 0px rgba(21, 29, 89, 0.16);
    z-index: 50;
}

.u-gis-map-box .u-network-list-box {
    position: absolute;
    top: 25px;
    left: 20px;
    padding: 10px 6px;
    width: 400px;
    bottom: 40px;
    background-color: rgba(255, 255, 255, .85);
    box-shadow: 0px 12px 18px 3px rgba(14, 98, 215, 0.21);
    z-index: 2000;
    overflow: hidden;
    transition: height .3s ease;
}

.u-gis-map-box .u-arrow {
    height: 25px;
    width: 25px;
    font-size: 20px;
    line-height: 25px;
    /* transform: translateX(-50%); */
    cursor: pointer;
    text-align: center;
    z-index: 1000;
    transition: all .3s ease;
}

/*
.u-gis-map-box .u-up,
.u-gis-map-box .u-down {
    position: absolute;
    left: 50%;
    bottom: 0px;
} */

.u-gis-map-box .u-arrow.z-crt {
    transform: rotate(180deg);
}

.u-gis-map-box .u-network-map {
    min-width: 10px;
    height: 100%;
}

.u-gis-map-box .u-res-txt-box {
    padding: 0 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.u-gis-map-box .u-res-txt {
    flex: 1 1 0;
    min-width: 10px;
    font-size: 14px;
    line-height: 22px;
    color: #0966d7;
}

.u-gis-map-box .u-network-list {
    padding: 10px 6px 15px;
    height: calc(100% - 25px);
    overflow: auto;
    transition: all .3s ease;
    will-change: transform;
}

.u-gis-map-box .u-network-list .u-item {
    padding: 15px;
    background-color: rgba(255, 255, 255, .85);
    cursor: pointer;
}

.u-gis-map-box .u-network-list .u-item+.u-item {
    border-top: 1px solid #e7eaef;
}

.u-network-list .u-tt-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.u-network-list .u-tt {
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    color: #333;
}

.u-network-list .u-km {
    display: none;
    font-size: 14px;
    line-height: 30px;
    color: #286fc7;
}

.u-network-list .u-address,
.u-network-list .u-tel,
.u-network-list .u-time {
    font-size: 14px;
    line-height: 24px;
    color: #666;
}

.u-network-list .u-tag-box {
    margin-top: 6px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.u-network-list .u-tag-box .u-tag {
    margin-right: 8px;
    padding: 0 6px;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    border-radius: 3px;
}

.u-network-list .u-tag-box .u-tag.u-style1 {
    background-image: linear-gradient(90deg, #1bc78d 0%, #6fd96c 100%);
}

.u-network-list .u-tag-box .u-tag.u-style2 {
    background-image: linear-gradient(90deg, #ff6461 0%, #ff871c 100%);
}

.u-network-list .u-tag-box .u-tag.u-style3 {
    background-image: linear-gradient(90deg, #757ae8 0%, #a294f7 100%);
}

.u-network-list .u-tag-box .u-tag.u-style4 {
    background-image: linear-gradient(90deg, #0e62d7 0%, #3290fa 100%);
}

.u-gis-map-box .u-network-list .u-item.z-crt {
    background-color: #edf0f5;
}

.u-gis-map-box .u-network-list .u-item.z-crt .u-tt {
    color: #0e62d7;
}

.u-network-list.u-style1 .u-tag-box .u-tag {
    margin-top: 6px;
}

.u-network-list.u-style1 .u-tt,
.u-network-list.u-style1 .u-address,
.u-network-list .u-time {
    max-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.u-gis-map-box .u-network-List {
    padding: 15px 20px 40px;
}

.u-network-list-box.z-crt {
    height: 42px;
    overflow: hidden;
}

.u-network-list-box.z-crt .u-network-list,
.u-network-list-box.z-crt .u-up {
    visibility: hidden;
    opacity: 0;
}

.u-network-list-box.z-crt .u-down {
    visibility: visible;
    opacity: 1;
}

.u-network-list-box.z-crt::after {
    visibility: hidden;
}

.u-gis-map-box.u-style1 {
    height: auto;
}

.u-gis-map-box .u-tools-box {
    padding: 15px 20px 0;
    display: flex;
    justify-content: space-between;
}

.u-gis-map-box .u-tools-box .u-tt {
    font-size: 16px;
    font-weight: 500;
    line-height: 40px;
    color: #0966d7;
}

.u-gis-map-box .u-tools-box .u-go-back {
    font-size: 16px;
    font-weight: 500;
    line-height: 40px;
    color: #333;
}

.u-gis-map-box .u-tools-box .u-go-back .iconfont {
    margin-right: 5px;
}

.u-gis-map-box .u-tools-box .u-map-switch-box {
    position: static;
    background-color: rgba(245, 246, 247, 1);
    box-shadow: none;
}

/*******定制表格外观**********/
.u-custom-tb.layui-table-view,
.u-custom-tb .layui-table-page {
    border-color: transparent;
}

.u-custom-tb.layui-table-view:after {
    background-color: transparent;
}

.u-custom-tb .layui-table-click,
.u-custom-tb .layui-table-hover,
.u-custom-tb .layui-table[lay-even] tbody tr:nth-child(even) {
    background-color: #f2f7fa;
}

.u-custom-tb .layui-table-header,
.u-custom-tb .layui-table-header .layui-table {
    background-color: #f2f2f2;
    color: #1a1a1a;
}

.u-custom-tb .layui-table-page {
    text-align: center;
}

.u-custom-tb .u-tag {
    margin-right: 8px;
    padding: 2px 6px;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    border-radius: 3px;
    white-space: nowrap;
    overflow-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
}

.u-custom-tb .u-tag.u-style1 {
    background-image: linear-gradient(90deg, #1bc78d 0%, #6fd96c 100%);
}

.u-custom-tb .u-tag.u-style2 {
    background-image: linear-gradient(90deg, #ff6461 0%, #ff871c 100%);
}

.u-custom-tb .u-tag.u-style3 {
    background-image: linear-gradient(90deg, #757ae8 0%, #a294f7 100%);
}

.u-custom-tb .u-tag.u-style4 {
    background-image: linear-gradient(90deg, #0e62d7 0%, #3290fa 100%);
}

.m-tax-refund-guide-box {
    padding: 40px 60px;
}

.m-tax-refund-guide-box .u-pdf-list {
    display: flex;
    flex-wrap: wrap;
}

.m-tax-refund-guide-box .u-pdf-list .u-item {
    position: relative;
    padding-left: 30px;
    margin: 20px 20px 0 0;
    display: flex;
    align-items: center;
    width: 255px;
    height: 80px;
    background-color: #ffffff;
    font-size: 18px;
    line-height: 32px;
    color: #383838;
    border: solid 1px #e5e5e5;
    transition: all .3s ease;
}

.m-tax-refund-guide-box .u-pdf-list .u-item:nth-child(4n) {
    margin-right: 0;
}

.m-tax-refund-guide-box .u-pdf-list .iconfont {
    position: absolute;
    top: 50%;
    right: 24px;
    font-size: 18px;
    line-height: 32px;
    color: #383838;
    transform: translateY(-50%);
}

.m-tax-refund-guide-box .u-pdf-list .u-item:hover {
    border-color: #0966d7;
    color: #0966d7;
    transform: translateY(-10px);
}

.m-tax-refund-guide-box .u-pdf-list .u-item:hover .iconfont {
    color: #0966d7;
}


.u-gis-map-box .u-zoom-in-out-box {
    position: absolute;
    bottom: 5%;
    right: 24px;
    width: 30px;
    height: 95px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 1px 1px 0px 0px rgba(172, 182, 188, 0.48);
    z-index: 1000;
}

.u-gis-map-box .u-zoom-in-out-box .iconfont {
    background-color: #ffffff;
    width: 30px;
    font-size: 24px;
    line-height: 30px;
    color: #666;
    text-align: center;
    cursor: pointer;
}

.u-gis-map-box .u-zoom-in-out-box .iconfont:first-child {
    margin-bottom: 5px;
}

@media screen and (min-width:2000px) {}

@media screen and (max-width:1700px) {}

@media screen and (max-width:1440px) {}

@media screen and (max-width:1280px) {}

/********** 移动端及华为C7平板 ***********/
@media screen and (max-width:992px) {}