﻿html, body {
    height: 100%
}

.home-div {
    background: url(<%templateskin%>/img/home-bg.png) top no-repeat;
    width: 100%;
    background-size: 100% 100%;
    object-fit: cover;
    float: left;
    min-height: calc(100% - 258px);
    position: relative;
    margin: 0px;
    height: auto;
}

.nav-menu {
    background-color: transparent;
    height: 131px;
    width: 100%;
    bottom: -120px;
    position: absolute;
    white-space: normal;
    border-bottom-width: 0px;
}

    .nav-menu li {
        line-height: 40PX;
    }

        .nav-menu li.layui-this {
            background-color: rgba(10,115,188,1);
            color: white;
            height: 115px;
        }

            .nav-menu li.layui-this i {
                background-color: rgba(10,115,188,1);
                color: white
            }

.layui-tab-title .layui-this:after {
    display: none
}

.home-div {
    background: url(/templates/newMain/img/home-bg.png) top no-repeat;
    width: 100%;
    background-size: 100% 100%;
    object-fit: cover;
    float: left;
    height: calc(100% - 258px);
    position: relative;
    margin: 0px;
    /* height: auto; */
    overflow: inherit;
}

.layui-tab-item {
    height: calc(100% - 65px);
    overflow-y: hidden;
}

.jj-content {
    background-size: 100% 100%;
    object-fit: cover;
    min-height: 410px;
    margin-top: 20px;
    margin-bottom: 30px;
    height: 100%;
    position: relative;
    overflow-y: auto;
    padding-bottom: 20px;
}

@media screen and (min-width: 1440px) {
    .jj-content {
        overflow: hidden;
        overflow-y: auto;
    }
}

@media screen and (min-width: 1600px) {
    .jj-content {
        overflow: hidden;
        overflow-y: auto;
    }
}

@media screen and (min-width: 1366px) {
    .jj-content {
        overflow: hidden;
        overflow-y: auto;
    }
}
