.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-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)	/*only for safari*/
{ @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;
}

/* EDUplus */
.ep-primary, a.ep-primary {
	color: #44af34;
}
.ep-primary:hover, a.ep-primary:hover {
	color: #00843a;
}
.ep-top {
  padding: 5px 0;
  background-color: #6d8c14;;
}
.ep-top .ep-ad {
    width: 728px;
    height: 90px;
    background-image: url(header.png);
    background-repeat: no-repeat;
    background-position: center right
}
.ep-brand .logo {
  display: block;
  width: 270px;
  height: 90px;
  background-image: url(header.png);
  background-position: left center;
  background-repeat: no-repeat;
  text-indent: -9999px;
}