.header-content {
    width: 1240px;
    /* background-color: #000000; */
    color: #ffffff;
    overflow: hidden;
    padding: 36px 30px 30px;
    margin: 0 auto;
}
.header .header-active {
    background-color: #ffffff;
    color: #000206;
}
.header-logo {
    width: 150px;
    background-size: 100% 100%;
    float: left;
}
.header-logo img {
    display: block;
    width: 100%;
    height: 100%;
}
.header-nav {
    float: right;
    overflow: hidden;
    font-size: 16px;
}
.header-nav div {
    float: left;
    margin: 0 16.5px;
    padding: 6px 0;
    cursor:pointer;
}
.header-nav-else {
    float: right;
    overflow: hidden;
    font-size: 16px;
}
.header-nav-else div {
    float: left;
    margin: 0 16.5px;
    padding: 6px 0;
    cursor:pointer;
}
.header-nav-else a {
    color: #000206;
}
.header-nav a {
    color: #ffffff;
}
.header-nav .nav-active {
    border-bottom: 2px solid #ffffff;
}
.header-nav-else .nav-active {
    color: #096DD9;
    border-bottom: 2px solid #096DD9;
}
.tost {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 300px;
    height: 150px;
    margin-left: -150px;
    margin-top: -75px;
    background-color: #ffffff;
    padding: 30px 0 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 13px 3px rgba(0,0,0,0.1);
    z-index: 999;
}
.tost p {
    text-align: center;
}
.tost div {
    width: 80px;
    height: 40px;
    background-color: #1C7DE6;
    margin-left: 110px;
    text-align: center;
    margin-top: 35px;
    line-height: 40px;
    border-radius: 5px;
    color: #ffffff;
}
