* {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑", Helvetica, Arial, sans-serif;
  text-decoration: none;
  list-style: none;
}
a {
  text-decoration: none;
  color: #000;
}
html,
body {
  width: 100%;
  /* height:100%; */
  margin: 0;
  padding: 0;
  overflow: hidden;
  overflow-y: auto;
}
.box1 {
  width: 100%;
  /* height: 13rem; */
  min-height: 100vh;
  background: url("../image/main.png") no-repeat;
  background-size: 100% auto;
  background-position: top center;
  max-width: 480px;
  margin: auto;
}

.box1_1 {
  padding-top: 600px;
}

.box1_2 {
  margin: 0 auto;
  width: 65%;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 8px;
  font-size: 18px;
  background-color: #00269B;
  color: #fff;
}
.logo{
  text-align: center;
  padding-bottom: 120px;
}
.logo img{
  /* width: 120px; */
  height: 120px;
}
/* 弹框 */
.alert-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.alert-box {
  width: 80%;
  background: #fff;
  border-radius: 5px;
  text-align: center;
  position: relative;
  font-size: 14px;
}
.alert-txt{
  box-sizing: border-box;
  padding: 20px;
}
.close-btn {
  box-sizing: border-box;
  padding: 15px;
  color: #1458ed;
  text-align: center;
  border-top: 1px solid #dcdddf;
}
.title_box{
  width: 100vw;
  min-height: 100vh;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5) !important;
  z-index: 9999;
  text-align: right;
}
.title_box img{
  width: 100%;
  display: block;
}
