.myNavBox{
    min-width: 1500px;
    width: 100%;
    background-color: #194572;
}
.myNav{
    width: 1500px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    height: 60px;
    padding-left: 5%;
    padding-right: 5%;
}
.logoBox{
    display: flex;
    width: 30%;
    height: 100%;
    align-items: center;
}
.navItemBox{
    width: 60%;
    height: 100%;
}
.logo{
    color: white;
    font-size: 20px;
}
.navUl{
    display: flex;
    justify-content: space-between;
    float: left;
    list-style: none;
    width: 100%;
    height: 100%;
}
.navItem{
    display: flex;
    align-items: center;
    color: white;
    font-size: 18px;
    justify-content: center;
    padding-right: 20px;
    padding-left: 20px;
    height: 100%;
    text-decoration: none;
}
.navItem:hover{
    background-color: #337ab7;
    cursor: pointer;
}
.myNavActive{
    border-bottom:solid 3px #ffd04b !important;
    color: #ffd04b;
}
.navSpan {
    width: 1%;
    display: flex;
    justify-content: right;
    align-items: center;
}
.navCoin{
    color: white;
    font-size: 20px;
}
.navCoin:hover{
    cursor: pointer;
}


/*底部*/
.footerBox{
    background-color: #194572;
    width: 100%;
    min-width: 1500px;
}
.footerContainer{
    margin: auto;
    display:flex;
    width: 1500px;
    flex-wrap: wrap;
    padding: 10px 5%;
    font-size: 18px;
    color: white;
}
.span{
    margin-top: 2px;
    width: 100%;
}