/* font-family: 'Noto Sans TC', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC&display=swap');

*{margin: 0;padding: 0;}
html,body{
    font-family: 微软雅黑, Helvetica, sans-serif;
}
a{text-decoration: none;}
li{list-style: none;}
.clear{clear: both;}
::-webkit-scrollbar {
    width: 8rem !important;
    height: 8rem !important;
}
::-webkit-scrollbar-thumb {
    border-radius: 4rem;
    border-style: dashed;
    background-color: transparent;
    border-color: transparent;
    border-width: 1.5rem;
    background-clip: padding-box;
}
::-webkit-scrollbar-thumb:hover {
    background: transparent;
}
#App{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-image: url(../static/imgzx/bgjq.png);
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
}
.header{
    height: 110rem;
    background-repeat: no-repeat;
    background-image: url(../static/imgzx/header_jq.png);
    background-size: 100% 100%;
    /*margin-top: 16rem;*/
    position: relative;
}
.header .text{
    height: 26rem;
    padding-top: 25rem;
    padding-bottom: 59rem;
}
@font-face {
    src: url("../assets/font/pmzd.ttf");
    font-family: title-font;
}
.header .text h1{
    height: 26rem;
    overflow-wrap: break-word;
    color: #F1F1F1;
    font-size: 34rem;
    font-style: italic;
    font-family: title-font;
    letter-spacing: 6rem;
    text-shadow: 0rem 28rem 50rem rgba(0, 0, 0, 0.04);
    /*background: linear-gradient(0deg, #F1F1F1 0%, rgba(241, 241, 241, 0.75) 1%, white 100%);*/
    /*background-clip: border-box;*/
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
    /*text-align: left;*/
    text-align: center;
    white-space: nowrap;
    line-height: 20rem;
}
.date{
    position: absolute;
    right: 40rem;
    top: 20rem;
    color: #ffffff;
    font-size: 20rem;
    font-style: italic;
}
.content{
    min-height: 0;
    flex: 1;
    padding: 0 49rem 29rem 49rem;
    display: flex;
}
.column{
    width: 475rem;
    display: flex;
    flex-direction: column;
}
.column-center{
    display: flex;
    flex-direction: column;
    min-width: 0;
    flex: 1;
    padding: 0 28rem;
}
.item-1,.item-6{
    height: 267rem;
    margin-bottom: 30rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.item-2,.item-7{
    min-height: 0;
    flex: 1;
    margin-top: -30rem;
    margin-bottom: -10rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.item-3,.item-8{
    height: 255rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.item-4{
    min-height: 0;
    flex: 1;
    margin-bottom: 26rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 13rem;
    display: flex;
    flex-direction: column;
    position: relative;
}
.item-1{
    /*background-image: url(../static/imgzx/bg1.png);*/
    padding: 0;
    display: flex;
    flex-direction: column;
}
.item-title-bg{
    height: 66rem;
    background: url(../static/imgzx/bg_title.png) 0rem -1rem no-repeat;
    background-size: 100% 100%;
    /*background-size: 490rem 67rem;*/
    /*width: 490rem;*/
}
.item-title{
    height: 21rem;
    display: flex;
    align-items: center;
    /*border-left: 4rem solid #1AC9FF;*/
    padding-left: 30rem;
    color: #ffffff;
    font-size: 18rem;
    font-style: italic;
    font-weight: bolder;
    margin: 10rem 0;
    letter-spacing: 2rem;
    background: linear-gradient(to bottom, #d0ddea, #e0f0ff, #a5c4ef);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.item-content{
    min-height: 0;
    flex: 1;
    /* margin-bottom: 10rem; */
    display: flex;
    /*justify-content: center;*/
    overflow: auto;
    background: url(../static/imgzx/bg_title2.png) 0rem -1rem no-repeat;
    background-size: 100% 100%;
}
.item-1-column{
    display: flex;
    flex-direction: column;
    min-width: 0;
    flex: 1;
    padding-bottom: 30rem;
}
.item-1 .items{
    min-height: 0;
    flex: 1;
    display: flex;
    justify-content: center;
    padding-top: 14rem;
}
.item-1 .icon{
    width: 100%;
    /*margin-right: 10rem;*/
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
    position: relative;
}
.text-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16rem;
    background-color: rgba(0, 0, 0, 0);
}
.item-1 .icon1{
    background-image: url(../static/imgzx/icon1.png);
}
.item-1 .icon2{
    background-image: url(../static/imgzx/icon2.png);
}
.item-1 .icon3{
    background-image: url(../static/imgzx/icon3.png);
}
.item-1 .icon4{
    background-image: url(../static/imgzx/icon4.png);
}
.item-1 .icon5{
    background-image: url(../static/imgzx/icon5.png);
}
.item-1 .icon6{
    background-image: url(../static/imgzx/icon6.png);
}
.item-1 .iconjq{
    background-image: url(../static/imgzx/iconjq.png);
}
.item-1 .contents{
    min-width: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-top: -20rem;
}
.item-1 .text1{
    min-height: 0;
    flex: 1;
    align-items: center;
    color: #558AF5;
    font-size: 16rem;
    font-weight: 400;
    line-height: 32rem;
    text-align: center;
    white-space: nowrap;
    text-shadow: 1rem 2rem 0rem rgba(17,20,22,0.22);

    background: linear-gradient(to bottom, #558AF5, #558AF5, #406cbd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Noto Sans TC', sans-serif;
}
.item-1 .text2{
    min-height: 0;
    flex: 1;
    /*display: flex;*/
    align-items: center;
    color: #EDFBFF;
    font-size: 24rem;
    font-weight: 700;
    text-align: center;
    background: linear-gradient(to bottom, #8ceaff, #b5f1ff, #eefbff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.item-2{
    /*background-image: url(../static/imgzx/bg2.png);*/
    padding: 0;
    display: flex;
    flex-direction: column;
}
.item-2 .row{
    /* height: 20rem; */
    /* margin-top: 25rem; */
    margin-bottom: 12rem;
    display: flex;
    align-items: center;
}
.item-2 .tag{
    width: 54rem;
    height: 26rem;
    margin-right: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 14rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /*padding-right: 6rem;*/
}
.item-2 .tag1{
    /* background: url(../static/imgzx/top1.png) -3rem -3rem no-repeat; */
    /* background-size: 61rem 33rem; */
    border: 1rem solid #E2C57C;
    /* background: linear-gradient(-30deg, rgba(3,0,0,0.34), rgba(255,255,255,0.34)); */
}
.item-2 .tag2{
    /* background: url(../static/imgzx/top2.png) -3rem -3rem no-repeat; */
    /* background-size: 61rem 33rem; */
    border: 1rem solid #FFFFFF;
/* background: linear-gradient(-30deg, rgba(3,0,0,0.34), rgba(255,255,255,0.34)); */
}
.item-2 .tag3{
    /* background: url(../static/imgzx/top3.png) -3rem -3rem no-repeat; */
    /* background-size: 61rem 33rem; */
    border: 1rem solid #D28559;
/* background: linear-gradient(-30deg, rgba(3,0,0,0.34), rgba(255,255,255,0.34)); */
}
.item-2 .tag4{
    background-color: rgba(118, 154, 220, 0.18);
    /* height: 26rem;
    width: 54rem; */
}
.item-2 .tag1 .text{
    /* width: 40rem; */
    height: 12rem;
    overflow-wrap: break-word;
    color: rgba(246, 213, 130, 1);
    font-size: 14rem;
    text-align: left;
    white-space: nowrap;
    line-height: 14rem;
    margin: 8rem 0 0 5rem;
}
.item-2 .tag2 .text{
    /* width: 40rem; */
    height: 12rem;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 14rem;
    text-align: left;
    white-space: nowrap;
    line-height: 14rem;
    margin: 8rem 0 0 5rem;
}
.item-2 .tag3 .text{
    /* width: 40rem; */
    height: 12rem;
    overflow-wrap: break-word;
    color: rgba(210, 133, 89, 1);
    font-size: 14rem;
    text-align: left;
    white-space: nowrap;
    line-height: 14rem;
    margin: 8rem 0 0 5rem;
}
.item-2 .tag4 .text{
    /* width: 40rem; */
    height: 12rem;
    overflow-wrap: break-word;
    color: rgba(182, 216, 255, 1);
    font-size: 14rem;
    text-align: left;
    white-space: nowrap;
    line-height: 14rem;
    margin: 8rem 0 0 5rem;
}
.item-2 .text1{
    width: 50rem;
    display: flex;
    align-items: center;
    font-size: 14rem;
    /* font-weight: bold; */
    font-family: 'Noto Sans TC', sans-serif;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 10rem;
}
.item-2 .text2{
    /*width: 80rem;*/
    display: flex;
    align-items: center;
    font-size: 14rem;
    color: #C6DAEB;
    /*overflow: hidden;*/
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 10rem;
}
.line-container {
    display: block; /* 将容器设置为块级元素，使其占据整行 */
    width: 90%; /* 设置容器的宽度为100% */
    padding-top: 6rem;
}
.item-2 .line{
    top: 0;
    height: 3rem;
    /*margin-right: 10rem;*/
    /*border-radius: 4rem;*/
    background-color: #22304b;

    /*position: relative;*/
    /*min-width: 0;*/
    /*flex: 1;*/

    width: 100%;
    border-radius: 5rem;
    position: relative;
}
.item-2 .line-content{
    position: absolute;
    left: 0;
    top: 0;
    height: 3rem;
    /*border-radius: 4rem;*/
    /* background-color: #80A4E5; */
    background: linear-gradient(90deg, #1890ff, #80A4E5);

    display: inline-block;
    border-radius: 5rem;
}
.item-2 .line-content2{
    display: inline-block;
    height: 5rem;
    border-radius: 5rem;
    background-color: #1890ff;
    position: absolute;
    top: 0;
    left: 0;
}
.item-2 .item-content,.item-2 .item-content .row{
    display: flex;
    flex-direction: column;
}
.item-2 .item-content .row .text{
    display: flex;
    /* width: 90%; */
}
.item-2 .item-content .row .text .text2{
    margin-left: auto;
}
.item-3{
    padding: 0;
    display: flex;
    flex-direction: column;
    /*background-image: url(../static/imgzx/bg3.png);*/
}
.item-5{
    height: 255rem;
    display: flex;
    flex-direction: column;
    /*background-image: url(../static/imgzx/bg5.png);*/
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 0;
}
.item-5 .item-title-bg{
    height: 66rem;
    background-size: contain;
    background: url(../static/imgzx/bg_title3.png) 0 0rem no-repeat;
    background-size: 100% 100%;
}
.item-5 .item-content{
    flex-direction: column;
    display: flex;
}
.item-5 .table-content{
    min-height: 0;
    flex: 1;
    overflow: auto;
    background: none;
    padding: 0 12rem;
}
.table-title{
    height: 36rem;
    display: flex;
    align-items: center;

    background: rgba(0,102,255,0.06);
border: 1rem solid rgba(12,68,108,0.61);
opacity: 0.6;
font-family: 'Noto Sans TC', sans-serif;
}
.table-content{
    min-height: 0;
    flex: 1;
    overflow: auto;
    background: url(../static/imgzx/bg_title2.png) 0rem -1rem no-repeat;
    background-size: 100% 100%;
}
.table-row{
    height: 36rem;
    display: flex;
    align-items: center;
    background: linear-gradient(0deg, rgba(27,53,98,0.05), rgba(0,127,246,0.05));
/* border: 1rem solid; */
border-image: linear-gradient(0deg, rgba(20,123,204,0.35)) 1 1;
margin-top: 4rem;
font-family: 'Noto Sans TC', sans-serif;
}
.cell{
    font-size: 14rem;
    font-weight: bold;
    color: #7D99B4;
    margin-left: 5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cells{
    font-size: 16rem;
    color: #DCECFF;
    margin-left: 5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cell1{
    width: 65rem;
}
.cell2{
    min-width: 0;
    flex: 1;
}
.cell3{
    min-width: 0;
    flex: 1;
}
.cell4{
    width: 110rem;
}
.cell5{
    width: 110rem;
}
.cell6{
    width: 110rem;
}
.cell7{
    width: 110rem;
}
.item-6{
    padding: 0;
    display: flex;
    flex-direction: column;
    /*background-image: url(../static/imgzx/bg6.png);*/
}
.item-7{
    padding: 0;
    display: flex;
    flex-direction: column;
    /*background-image: url(../static/imgzx/bg7.png);*/
}
.item-8{
    padding: 0;
    display: flex;
    flex-direction: column;
    /*background-image: url(../static/imgzx/bg8.png);*/
}
.item-4 .item-header{
    height: 85rem;
    display: flex;
    background: url(../static/imgzx/bg11.png) no-repeat;
    background-size: 100% 100%;
}
.item-4 .item-content4{
    min-height: 0;
    flex: 1;
    /* margin-bottom: 10rem; */
    display: flex;
    /*justify-content: center;*/
    overflow: auto;

}
.map-item{
    min-width: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 20rem;
    flex: 1;
}
.map-item-title{
    min-height: 0;
    flex: 1;
    display: flex;
    align-items: center;
    font-size: 16rem;
    font-style: italic;
    color:  #8CCAFF;
}
.map-item-content{
    display: flex;
    height: 45rem;
    line-height: 24rem;
    font-size: 24rem;
    font-weight: bolder;
    color: #E4EDF7;

    background: linear-gradient(to bottom, #9bbdce, #b3c9d7, #d1d7e0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.map-item-num{
    width: 38rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1rem solid #4690FF;
    border-radius: 2rem;
    font-weight: bold;
    color: #1AC9FF;
    font-size: 46rem;
    margin-right: 5rem;
}
.item-4 .tooltip{
    width: 286rem;
    height: 218rem;
    /* position: absolute; */
    /* left: 43rem; */
    /* top: 175rem; */
    background-image: url(../static/imgzx/bg9_2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    /* z-index: 100; */
}
.item-4 .tooltip-title{
    display: flex;
    padding: 6rem 26rem;
    align-items: center;
    height: 23rem;
    font-family: Source Han Sans CN;
}
.item-4 .tooltip-title .text1{
    color: #ffffff;
    font-size: 18rem;
    min-width: 0;
    flex: 1;
    font-weight: bold;
}
.item-4 .tooltip-title .text2{
    color: #ffffff;
    font-size: 14rem;
    opacity: .86;
}
.item-4 .tooltip-title .text3{
    color: #ffffff;
    font-size: 14rem;
    opacity: .86;
    line-height: 1rem;
    min-width: 0;
    flex: 1;
}
.item-4 .tooltip-content{
    min-height: 0;
    flex: 1;
    display: grid;
    grid-template-columns: auto auto;
}
.item-4 .tooltip-content-item{
    padding: 5rem 20rem;
    display: flex;
    flex-direction: column;
}
.item-4 .tooltip-content-item .text1{
    display: flex;
    font-size: 14rem;
    color: #1AC9FF;
    align-items: center;
    min-height: 0;
    flex: 1;
}
.item-4 .tooltip-content-item .text2{
    display: flex;
    font-size: 14rem;
    color: #E6EDFE;
    align-items: center;
    min-height: 0;
    flex: 1;
}

