* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
@font-face {
  font-family: "Aa1";
  src: url("https://mtmanage.hzhxyqchy.com/weChat/Aa1.ttf") format("truetype");
}
@font-face {
  font-family: "zihunlang";
  src: url("https://dutmanage.hzhxyqchy.com/weChat/zihunlangyuanti.ttf")
    format("truetype");
}
.box_div {
  width: 100%;
  height: 1230px;
  background: url("https://mtmanage.hzhxyqchy.com/wxHead/warp_bg.png") no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
}

.tab_div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 94px;
  padding: 0 44px 0 50px;
  background: #e552ff;
  box-sizing: border-box;
}
/* .menu_list {
	
} */
.menu_logo {
  width: 86px;
  height: 86px;
}
.one_nav {
  width: 407px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  background: #ffffff;
  font-family: "Aa1";
  font-size: 30px;
  color: #8c52ff;
}
.tab_left {
  display: flex;
  align-items: center;
}
.tab_right {
  display: flex;
  align-items: center;
}
.search_logo {
  width: 200px;
  height: 42px;
}
.user_logo {
  width: 58px;
  height: 58px;
  margin-left: 17px;
}

.text {
  font-size: 1rem;
  color: #030c22;
}

.nav_tab {
  display: flex;
  list-style: none;
  margin-left: 40px;
}
.content2 {
  margin: 0 67px;
}
.content_box {
  margin-left: 169px;
  margin-top: 122px;
}
.nav {
  font-size: 1.25rem;
  text-align: center;
  color: #c4c4c4;
  cursor: pointer;
}

.nav:nth-child(1) {
  color: #ffffff;
  font-weight: bold;
}
.login_select {
  width: 400px;
  height: 120px;
  display: flex;
  margin-top: 80px;
  background: url("https://boxqn.hzkuqu.com/weChat/goitin.png") no-repeat;
  background-size: 100% 100%;
}
.bottom_box {
  margin: auto;
}
.img_box {
  width: 1660px;
  height: 292px;
  margin-top: 70px;
}
.img_swip {
  width: 1815px;
  height: 252px;
  margin-top: 50px;
  padding-left: 75px;
  box-sizing: border-box;
  backdrop-filter: blur(130px);
  background: rgba(56, 57, 71, 0.4);
  border-radius: 20px 20px 0px 0px;
  overflow: hidden;
}
.pre_left {
  width: 80px;
  height: 80px;
}
.img1 {
  width: 190px;
  height: 230px;
}
/* 底部备案 */
.botton_beian {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  background: rgba(239, 61, 255, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  border-radius: 20px 20px 0px 0px;
  backdrop-filter: blur(130px);
}

.botton_beian a {
  margin-left: 20px;
  text-decoration: none;
  outline: none;
  color: #ffffff;
  font-size: 18px;
}
