body {
    background-color: #ffffff;
}

.logo {
    background-color: #0C5172;
    width: 100%;
    height: 80px;
    position: relative;
}

.logo img {
    margin-left: 20px;
    margin-top: 20px;
}

.logo .btn-login {
    position: absolute;
    top: 25px;
    right: 20px;
    width: 80px;
    color: #fff;
    background-color: #186f9c;
    border: 2px solid #38bbff;
}

.nav {
    height: 50px;
    width: 100%;
    z-index: 999999;
    background-color: #0C5172;
    border-bottom: 2px solid #38bbff;
}

.nav .wrapper {
    display: none;
    background-color: #1788c3;
    position: absolute;
    z-index: 9999;
    width: 100%;
}

.nav .wrapper a.item {
    text-align: center;
    font-size: 13px;
    line-height: 45px;
    color: #ffffff;
    width: 33%;
    float: left;
}

.nav ul {
    list-style-type: none;
    height: 50px;
    padding: 0;
    margin: 0;
    display: flex;
}

.nav ul li.left-border {
    position: relative;
    flex: 4;
    color: #ffffff;
    line-height: 50px;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
}

.nav ul li.active {
    color: #38bbff;
    opacity: 0.9;
    border-bottom: 3px solid #38bcfd;
}

.nav ul li.activef {
    background: #186f9c;
}

.bottom {
    position: fixed;
    bottom: 0;
    height: 50px;
    width: 100%;
    display: flex;
    background-color: #f5f5f5;
    z-index: 999;
}

.bottom a {
    display: block;
    flex: 2;
    text-align: center;
    line-height: 50px;
    color: #1b7fd4;
    font-size: 16px;
    font-weight: bold;
}

.bottom a.revrse {
    color: #ffffff;
    background-color: #1b7fd4;
}

.loadmore {
    margin-top: 20px;
    margin-bottom: 80px;
}

.loadmore .text {
    text-align: center;
    font-size: 16px;
    color: #5d8bb3;
}

.loadmore .text .arrow {
    width: 18px;
    margin-left: 10px;
}