.ep-html,
.ep-body {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.ep-html * {
    box-sizing: border-box;
}

.ep-body {
    margin: 0;
    padding: 0;
    min-width: 1020px;
    display: flex;
    flex-direction: column;
    background-color: #ededed;
    font-family: "Helvetica Neue", Helvetica, Tahoma, Arial, Georgia, "Xin Gothic", "Hiragino Sans GB", "Droid Sans Fallback", "Microsoft YaHei New", "Microsoft Yahei", "Microsoft JhengHei", "sans-serif" !important;
}

.ep-text-dark {
    color: #191919 !important;
}

.ep-primary,
a.ep-primary {
    color: rgb(1, 161, 228);
}

.ep-primary:hover,
a.ep-primary:hover {
    color: rgb(3, 168, 238)
}

.ep-container {
    margin: 0 auto;
    width: 1020px;
}

.ep-top .ep-container {
    display: flex;
    align-items: center;
}

.ep-brand {
    margin-right: auto;
    flex-grow: 1;
}

.ep-ad {
    width: 728px;
    height: 90px;
    overflow: hidden;
}

.ep-navbar {}

.ep-menu {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ep-menu li a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.ep-menu li a .svg-icon {
    display: flex;
    align-items: center;
    margin-right: 5px;
}

.ep-main {
    flex: 1 1 auto;
}

@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance: none) {
        .ep-main {
            flex: 1 1 auto;
            height: calc(80vh);
        }
    }
}

.ep-footer {
    height: 20px;
    line-height: 20px;
    font-size: 13px;
    text-align: center;
    color: #999999;
}



.floatingad-container {
    position: fixed;
    bottom: 0;
    width: 100%;
    /* z-index: 1200; */
    z-index: 10001;
}

.btn-close {
    position: absolute;
    z-index: 99999;
    padding: 10px;
    background: white;
    border-radius: 30px;
    margin: 10px;
    right: -20px;
    margin-top: -20px;
    cursor: pointer;
}

.btn-close img {
    width: 20px;
}