*{
    margin: 0;
    padding: 0;
}

body{
    width: 100%;
    height: 100vh;
    position: relative;
}

#app{
    margin: 0 auto;
    /*padding-top: 68px;*/
    /*height: 68px;*/
    height: 100%;
    position: relative;
}

.top-nav{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1000;
    height: 56px;
    padding: 10px 0;
    margin: 0 auto;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}
.top-nav>div{
    height: 100%;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: row;
}
.top-nav>div>div{
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}

.city-select input.el-input__inner{
    width: 110px;
    font-size: 16px;
}

/*.footer-nav{*/
/*    position: absolute;*/
/*    left: 0;*/
/*    right: 0;*/
/*    background-color: #2b343d;*/
/*}*/
/*.footer-nav-con{*/
    /*position: absolute;*/
    /*left: 0;*/
    /*right: 0;*/
    /*background-color: #2b343d;*/
    /*display: flex;*/
    /*flex-direction: row;*/
/*}*/
.footer-nav-con>div{
    flex: 1;
}
/*.footer-nav-con>div:nth-child(1){*/
    /*flex: 2;*/
    /*margin-left: 100px;*/
/*}*/
/*.footer-nav-con>div>div{*/
/*    height: 34px;*/
/*    line-height: 34px;*/
/*    color: #4c565f;*/
/*}*/
/*.footer-nav-con>div>div:hover{*/
/*    cursor: pointer;*/
/*}*/
/*.footer-nav-con>div>div:nth-child(1){*/
/*    font-weight: 700;*/
/*    color: #444;*/
/*    cursor: default;*/
/*}*/

.login-tip{
    display: none;
}

.login-tip.show-flex{
    display: flex;
}

.evm_icon .evm{
    display: none;
}
.evm_icon:hover .evm{
    display: inline-block;
}