    * {
        margin: 0;
        padding: 0;
    }
    
    li {
        list-style: none;
    }

    a{
        text-decoration: none;
    }
    
    .left {
        float: left;
    }
    
    .right {
        float: right;
    }
    
    .hidden {
        overflow: hidden;
    }
    /* flex */
    
    .d-flex {
        display: flex;
    }
    
    .flex-1 {
        flex: 1;
    }
    
    .flex-2 {
        flex: 2;
    }
    
    .flex-3 {
        flex: 3;
    }
    
    .flex-column {
        flex-direction: column;
    }
    
    .flex-row {
        flex-direction: row;
    }
    
    .flex-wrap {
        flex-wrap: wrap;
    }
    
    .flex-nowrap {
        flex-wrap: nowrap;
    }
    
    .j-sb {
        justify-content: space-between;
    }
    
    .row {
        box-sizing: border-box !important;
        display: flex !important;
        /* flex-direction: row; */
        /* flex-wrap: wrap; */
    }
    
    [class*='col-'],
    [class*='span-'],
    [class*='span24-'] {
        min-height: 1px;
        box-sizing: border-box !important;
    }
    
    .span-1 {
        width: 5%;
    }
    
    .span-2 {
        width: 10%;
    }
    
    .span-3 {
        width: 15%;
    }
    
    .span-4 {
        width: 20%;
    }
    
    .span-5 {
        width: 25%;
    }
    
    .span-6 {
        width: 30%;
    }
    
    .span-7 {
        width: 35%;
    }
    
    .span-8 {
        width: 40%;
    }
    
    .span-9 {
        width: 45%;
    }
    
    .span-10 {
        width: 50%;
    }
    
    .span-11 {
        width: 55%;
    }
    
    .span-12 {
        width: 60%;
    }
    
    .span-13 {
        width: 65%;
    }
    
    .span-14 {
        width: 70%;
    }
    
    .span-15 {
        width: 75%;
    }
    
    .span-16 {
        width: 80%;
    }
    
    .span-17 {
        width: 85%;
    }
    
    .span-18 {
        width: 90%;
    }
    
    .span-19 {
        width: 95%;
    }
    
    .span-20 {
        width: 100%;
    }
    
    .span-column-3 {
        width: 32.5%;
    }
    
    .w-100 {
        width: 100%;
    }
    
    .margin-b-d {
        margin-bottom: 1.2vh;
    }
    
    .padding {
        box-sizing: border-box;
        padding: 0 2.5%;
    }
    
    .page {
        width: 100%;
        height: 100vh;
        background: url("../img/back.png") no-repeat;
        background-size: 100% 100%;
        box-sizing: border-box;
        padding: 2vh 30px;
        position: relative;
    }
    
    .pageIndex {
        background: url("../img/back1.png") no-repeat;
        background-size: 100% 100%;
    }
    
    .subTitle {
        height: 2.5vh;
        font-size: 18px;
        font-family: PingFang SC-Medium, PingFang SC;
        font-weight: 500;
        color: rgba(92, 216, 255, 0.9);
        line-height: 1.4vh;
        background: url(../img/short.png) no-repeat;
        background-size: 100% 100%;
    }
    
    #container {
        width: 100%;
        height: 100%;
        border-radius: 14px;
    }
    
    .amap-logo,
    .amap-copyright {
        display: none !important;
    }
    
    .amap-marker-content {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 30px;
        height: 30px;
    }
    
    .amap-marker-content .point-title {
        position: absolute;
        bottom: 0;
        background-color: rgba(171, 233, 210, 0.5);
        border-radius: 4px;
        box-shadow: 0 0 8px 2px rgba(144, 202, 249, 0.4);
        border: 1px solid rgba(3, 252, 252, 0.2);
        margin: 0 0 -28px;
        padding: 2px 10px;
        font-size: 14px;
        white-space: nowrap;
        color: rgba(3, 252, 252, 1);
    }
    
    .amap-info-content {
        min-width: 120px;
        background: rgba(18, 219, 247, 0.2);
        border-radius: 8px;
        border: 1px solid #12DBF7;
        /* box-shadow: 0 0 8px 2px rgba(144, 202, 249, 0.4); */
        padding-right: 10px;
    }
    
    .amap-info-content .input-title {
        margin: 0 0 5px;
        font-size: 13px;
        font-weight: bold;
        color: rgba(3, 252, 252, 1);
    }
    
    .amap-info-content .input-title:not(:first-child) {
        border-top: 1px solid rgba(0, 0, 0, 0.5);
        margin-top: 15px;
        padding-top: 10px;
    }
    
    .amap-info-content .input-item {
        min-width: 50px;
        margin: 5px;
        font-size: 14px;
        font-weight: normal;
        color: #08c6ff;
    }
    
    .table-header {
        width: 100%;
        height: 3vh;
        background: rgba(45, 154, 255, 0.3);
        display: flex;
        margin: 1vh 0 0;
        box-sizing: border-box;
        padding-right: 10px;
    }
    
    .table-header p {
        width: 100%;
        height: 100%;
        line-height: 3vh;
        flex: 1;
        text-align: center;
        font-size: 14px;
        font-family: PingFang SC-Medium, PingFang SC;
        font-weight: 500;
        color: #FFFFFF;
    }
    
    .table-content ul li {
        line-height: 3.2vh;
        display: flex;
        align-items: center;
        text-align: center;
        box-sizing: border-box;
        padding-right: 10px;
    }
    
    .table-content ul li:nth-of-type(odd) {
        background: rgba(115, 183, 246, 0.12);
    }
    
    .table-content ul li p {
        flex: 1;
        font-size: 14px;
        font-family: PingFang SC-Regular, PingFang SC;
        font-weight: 400;
        color: #FFFFFF;
        overflow:hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        -o-text-overflow:ellipsis;
    }
    
    .table-content li .parentSlider {
        flex: 0.6;
        height: 1.5vh;
        background: #0FC6C2;
        display: flex;
    }
    
    .table-content li .childPercent {
        height: 1.5vh;
        background: #165DFF;
    }
    
    .switchMenu {
        width: 100%;
        display: flex;
        justify-content: space-between;
        position: absolute;
        left: 0;
        top: 0;
    }
    
    .switchMenu .item ,.switchMenu .item a{
        width: 150px;
        height: 6.5vh;
        font-size: 16px;
        font-family: Source Han Sans CN-Bold, Source Han Sans CN;
        font-weight: bold;
        color: #FFFFFF;
        line-height: 6.5vh;
        text-align: center;
        cursor: pointer;
    }
    
    .switchMenu .item.menu-1 {
        background: url(../img/left.png) no-repeat left center;
        background-size: 100% 100%;
    }
    
    .switchMenu .item.menu-2 {
        width: 160px;
        background: url(../img/right.png) no-repeat right center;
        background-size: 100% 100%;
    }
    
    .tabList {
        width: 100%;
        height: 3.5vh;
        display: flex;
        align-items: center;
        margin: 0.7vh 0;
    }
    
    .tabList p {
        width: 90px;
        height: 3.5vh;
        line-height: 3.5vh;
        background: rgba(176, 77, 255, 0.12);
        border: 1px solid #4D89FF;
        font-size: 14px;
        font-family: Source Han Sans CN-Regular, Source Han Sans CN;
        font-weight: 400;
        color: #FFFFFF;
        margin-right: 8px;
        opacity: 0.6;
        text-align: center;
        cursor: pointer;
    }
    
    .tabList p:last-child {
        margin-right: 0;
    }
    
    .tabList p.active {
        color: #4D89FF;
        opacity: 1;
    }