.header {
  display: none;
}

.page {
  position: relative;
  padding-top: 72px;
  /* height: 100%; */
}

body {
  background: url(../img/index_bg_wap.jpg) no-repeat fixed;
  min-width: auto;
}
body.expanded {
  overflow: hidden;
}
.wap-header .vcenter{
  height: 72px;
}
.menu{
  height: auto;
}
.wap-header {
  background: url(../img/index_bg_wap.jpg) no-repeat;
  /* min-height: 0%; */
  transition: 400ms;
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  position: fixed;
  z-index: 9999;
  border: none;
}
.wap-header.expanded{
  height: 100%;
  min-height: 100%;
  background-color: black;
}
.wap-logo {
  overflow: hidden;
  /* max-width: 75%; */
  /* height: 50%; */
  /* width: 160px; */
  /* line-height: 100%; */
  display: inline-flex;
  /* margin: auto 0 auto 15px; */
  vertical-align: middle;
  align-items: center;
}
.wap-logo a{
  /* font-size: 0em; */
  line-height: 0;
  height: 100%;
  width: 100%;
}
.wap-logo img{
  height: 100%;
}
.wap-page {
  transition: 400ms;
  height: 0px;
  /* flex: 0; */
  overflow: auto;
  /* background: #fff; */
  /* opacity: 0; */
  /* position: fixed; */
  width: 100%;
  display: block;
  /* z-index: 999; */
}
.wap-page.expanded {
  flex:1;
}
.wap-menu {
  transition: 500ms;
  /* height: 0%; */
  /* margin: 60px 0 0 25px; */
}
.wap-menu.expanded {
  opacity: 1;
}
.wap-menu-flex {
  width: 100%;
  padding: 0;
  margin: 0;
}
.wap-menu-flex ul {
  overflow: hidden;
  margin: 0;
  padding: 20px 0;
}
.wap-menu-flex-auto {
  list-style: none;
  margin: 20px 40px;
  width: auto;
  line-height: 32px;
}
.wap-menu-flex-arrows {
  width: 13px;
  height: 24px;
}
.wap-menu-flex-auto a {
  display: flex;
  justify-content: space-between;
  color: white;
  font-size: 20px;
  white-space: nowrap;
}
.yx_icon_right {
  color: #46b96c;
}
.wap-menu-btn {
  overflow: visible;
  float: none;
  width: auto;
  justify-content: center;
  /* padding: 0px 10px 70px 0px; */
}
.wap-menu-btn-get {
  /* width: 158px; */
  height: 50px;
  line-height: 50px;
}
.wap-menu-btn-login {
  width: 158px;
  height: 50px;
  border-radius: 3px;
  border: 1px solid #ffffff;
  /* float: right; */
  line-height: 50px;
  text-align: center;
  color: #46b96c;
  font-size: 20px;
  /* position: absolute; */
  /* bottom: 45px; */
  /* right: 5.3%; */
}

.mb_bar {
  transition: 250ms;
  display: inline-flex;
  /* border: none; */
  width: 30px;
  height: 30px;
  /* margin: auto; */
  /* text-indent: -900em; */
  cursor: pointer;
  /* outline: none; */
  background: url(../img/menu.png) no-repeat center center;
  background-size: contain;
}

.mb_bar.expanded {
  background: url(../img/close.png) no-repeat center center;
  background-size: 24px;
}

.footer {
  width: 100%;
  /* background: #31323c; */
  height: 150px;
}
.footer-link {
  display: flex;
  flex-flow: column;
  flex-wrap: wrap;
  place-content: space-between;
  align-content: space-evenly;
  width: 100%;
  height: 0;
  margin: 0 auto;
  overflow: hidden;
  /* padding: 50px 0; */
}
.footer-link-about {
  margin: 0px;
}
.footer-link-support {
  margin: 0px;
}
.footer-link-contact {
  margin: 0px;
}
.footer-text {
  width: 100%;
  /* background: #000000; */
  /* color: #979797; */
  line-height: 46px;
  text-align: center;
  font-size: 12px;
}
.footer-link-line {
  width: 24px;
  height: 3px;
  background: #46b96c;
  margin: 15px 0 15px 0;
}
.footer-link-title {
  font-size: 20px;

  font-weight: 500;
  color: #ffffff;
  line-height: 20px;
}
.footer-link-text {
  font-size: 15px;

  font-weight: 400;
  color: #999999;
  line-height: 16px;
  margin-bottom: 15px;
  overflow: hidden;
}
.footer-img {
  width: 32px;
  height: 32px;
  float: left;
}
.footer-link-text-group {
  height: 32px;
  line-height: 32px;
  margin-left: 14px;
}

@media screen and (min-width: 768px) {
}
