.wrapper {
	height: 77% !important;
	height: 77%;
	margin: 0 auto; 
	overflow: hidden;
	margin-top: 80px;
}

a {
  text-decoration: none;
}
.main {
  float: left;
  width: 100%;
  margin: 0 auto;
}

.reload.bell {
  font-size: 12px;
  padding: 20px;
  width: 45px;
  text-align: center;
  height: 47px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
}

.reload.bell #notification {
  font-size: 25px;
  line-height: 140%;
}

.reload{
  -webkit-border-radius: 5px;
  display: inline-block;
  line-height: 100%;
  padding: 0.7em;
  text-decoration: none;
  font-size: 27px;
}
.reload:hover{
	-webkit-transform: scale(1.1); /* Safari & Chrome */ 
	-moz-transform: scale(1.1); /* Firefox */ 
	-o-transform: scale(1.1); /* Opera */ 
}
.btn1 {
  color: #739eec;
}
.btn2 {
  color: #fffffd;
}
.clear {
  width: auto;
}
.btns {
	position:absolute;
	bottom:30px;
	left:40px;
	background: url(../images/btn.png) no-repeat;
	width: 200px;
	height: 72px;
	text-align: center;
}
.btns_more {
	position:absolute;
	bottom:30px;
	left:260px;
	background: url(../images/btn_more.png) no-repeat;
	width: 200px;
	height: 72px;
	text-align: center;
}
.btns_more_left {
	position:absolute;
	bottom:30px;
	left:40px;
	background: url(../images/btn_more.png) no-repeat;
	width: 200px;
	height: 72px;
	text-align: center;
}
.btns_right {
	position:absolute;
	bottom:30px;
	right:260px;
	background: url(../images/btn.png) no-repeat;
	width: 200px;
	height: 72px;
	text-align: center;
}
.btns_more_right {
	position:absolute;
	bottom:30px;
	right:40px;
	background: url(../images/btn_more.png) no-repeat;
	width: 200px;
	height: 72px;
	text-align: center;
}
.healthy {
	position:absolute;
	bottom:0px;
	left:0px;
}
.qk {
	position:absolute;
	bottom:0px;
	left:0px;
}

.main section .page_container {
  position: relative;
  top: 25%;
  margin: 0 auto 0;
  max-width: 950px;
  z-index: 3;
}
.main section  {
  overflow: hidden;
}

.main section > img {
  position: absolute;
  max-width: 100%;
  z-index: 1;
}

.main section.page1 {
  background: #555557 url(../images/banner.jpg) no-repeat;
  background-size:100% 100%;
}
.main section .page_container .btns a{
  text-align: center;
}
.main section.page2 {
  background: #555557 url(../images/eseecon.jpg) no-repeat;
  background-size:100% 100%;
}
.main section.page2 > img {
  position: absolute;
  top: -300px;
  left: 50%;
  margin-left: -1095px;
}
.main section.page3 {
  background: #555557 url(../images/learn.jpg) no-repeat;
  background-size:100% 100%;
}
.main section.page4 {
  background: #555557 url(../images/qk1.jpg) no-repeat;
  background-size:100% 100%;
}
.main section.page5 {
  background: #555557 url(../images/healthy1.jpg) no-repeat;
  background-size:100% 100%;
}
body.disabled-onepage-scroll .onepage-wrapper  section {
  min-height: 77%;
  height: auto;
}

body.disabled-onepage-scroll .main section .page_container, body.disabled-onepage-scroll .main section.page3 .page_container  {
  padding: 20px;
  margin-top: 150px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body.disabled-onepage-scroll section .page_container h2, body.disabled-onepage-scroll section .page_container .credit, body.disabled-onepage-scroll section .page_container .btns{
  text-align: center;
  width: 100%;
}

body.disabled-onepage-scroll .main section.page1 > img {
  position: absolute;
  width: 80%;
  left: 10%;
}

body.disabled-onepage-scroll .main section > img {
  position: relative;
  max-width: 80%;
  bottom: 0;
}
.scroll-down:after {
  content: "";
  position: absolute;
  left: calc(50% - 1.5rem);
  width: 3rem;
  height: 3rem;
  border: 0.5rem solid #fff;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  animation: arrowMove 1.2s infinite;
  bottom: 80px;
}
@keyframes arrowMove {
  to {
    -webkit-transform: rotate(45deg) translateY(2rem) translateX(2rem);
            transform: rotate(45deg) translateY(2rem) translateX(2rem);
    opacity: 0;
  }
}