.header {
  display: none;
}

.page {
  padding-top: 72px;
}

body {
  /* background: #000000; */
  /* height: 100vh; */
}
.wap-header .vcenter{
  height: 72px;
}
.menu{
  height: auto;
}
.wap-header {
  min-height: 0%;
  transition: 400ms;
  display: flex;
  flex-direction: column;
  vertical-align: middle;
  width: 100%;
  overflow: hidden;
  background: transparent;
  position: fixed;
  z-index: 9999;
  box-shadow: 0px 0px 6px 0px black;
}
.wap-logo {
  overflow: hidden;
  max-width: 75%;
  height: 100%;
  /* width: 160px; */
  /* line-height: 100%; */
  display: inline-flex;
  margin: auto 0 auto 15px;
  vertical-align: middle;
  align-items: center;
}
.wap-logo a{
  height: 70%;
}
.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-menu {
  transition: 500ms;
  /* height: 0%; */
  /* margin: 60px 0 0 25px; */
}
.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: #000;
  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: 40px;
  height: 40px;
  margin: auto 10px;
  text-indent: -900em;
  vertical-align: middle;
  overflow: hidden;
  cursor: pointer;
  outline: none;
  background: url(../img/menu.png) no-repeat center center;
  background-size: 50%;
  border-radius: 5px;
}

.footer {
  width: 100%;
  background: #31323c;
}
.footer-link {
  display: flex;
  flex-flow: column;
  flex-wrap: wrap;
  place-content: space-between;
  align-content: space-evenly;
  width: 100%;
  height: 385px;
  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) {
}
