html,
body {
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: 'iconfont';
  /* project id 1478896 */
  src: url('//at.alicdn.com/t/font_1478896_35urlyc9hbu.eot');
  src: url('//at.alicdn.com/t/font_1478896_35urlyc9hbu.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_1478896_35urlyc9hbu.woff2') format('woff2'), url('//at.alicdn.com/t/font_1478896_35urlyc9hbu.woff') format('woff'), url('//at.alicdn.com/t/font_1478896_35urlyc9hbu.ttf') format('truetype'), url('//at.alicdn.com/t/font_1478896_35urlyc9hbu.svg#iconfont') format('svg');
}
a {
  text-decoration: none;
  color: inherit;
}
.place_top {
  height: 80px;
}
.wap_top {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  z-index: 2;
  background-color: #2D71E2;
}
.wap_top:before {
  z-index: 1;
  position: absolute;
  left: 15px;
  top: 20px;
  display: block;
  width: calc(100% - 30px);
  height: 1px;
  background-color: #fff;
  content: "";
}
.wap_top .wap_top_logo {
  position: relative;
  z-index: 2;
  padding: 0 7px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background-color: #2D71E2;
}
.wap_top .wap_top_logo img {
  display: block;
}
.wap_nav {
  position: fixed;
  z-index: 2;
  left: 0;
  top: 40px;
  width: 100%;
}
.wap_nav .wap_nav_con {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 40px;
  background-color: #F7F7F7;
  font-size: 14px;
  font-weight: normal;
  color: #333333;
  white-space: nowrap;
  overflow-x: auto;
}
.wap_nav .wap_nav_con > a {
  position: relative;
  margin-left: 15px;
}
.wap_nav .wap_nav_con > a.active {
  color: #2D71E2;
}
.wap_nav .wap_nav_con > a.active:after {
  position: absolute;
  left: 0;
  bottom: -9px;
  width: 100%;
  height: 2px;
  background-color: #2D71E2;
  content: "";
}
.wap_nav .wap_nav_con > a:last-child {
  padding-right: 50px;
}
.wap_nav .wap_nav_menu_btn {
  z-index: 2;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  font-family: iconfont;
  background-image: linear-gradient(to right, transparent, #F7F7F7 20%, #F7F7F7);
}
.wap_nav .wap_menu {
  z-index: 3;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  transition: all ease 0.3s;
  overflow: hidden;
}
.wap_nav .wap_menu.hide {
  opacity: 0;
  height: 0;
}
.wap_nav .wap_menu .wap_menu_con {
  background-color: #F7F7F7;
}
.wap_nav .wap_menu .wap_menu_title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 24px 0;
  height: 40px;
  text-align: center;
  font-size: 14px;
  color: #333333;
  border-bottom: #E6E6E6 solid 1px;
}
.wap_nav .wap_menu .close_btn {
  position: absolute;
  right: 0;
  top: 40px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 22px;
  color: #999999;
}
.wap_nav .wap_menu .wap_menu_list {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 20px;
  margin: 0 24px;
  font-size: 14px;
  font-weight: normal;
  color: #333333;
  border-bottom: #E6E6E6 solid 1px;
}
.wap_nav .wap_menu .wap_menu_list > a {
  display: block;
  margin-top: 20px;
  margin-right: 20px;
}
.wap_nav .wap_menu .share_con {
  display: flex;
  justify-content: space-around;
  padding: 0 24px;
  height: 100px;
}
.wap_nav .wap_menu .share_btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  font-weight: normal;
  line-height: 14px;
  color: #333333;
}
.wap_nav .wap_menu .btn_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 6px;
  width: 45px;
  height: 45px;
  border-radius: 27px;
  border: #E6E6E6 solid 1px;
}
.wap_nav .wap_menu .btn_icon img {
  display: block;
  width: 28px;
  height: auto;
}
.wap_bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 78px;
  font-size: 11px;
  text-align: center;
  background: #f0f0f0;
  color: #999999;
}
.wap_bottom p {
  margin: 0;
  padding: 4px 0;
}
