* {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
  text-decoration: none;
}
.tips_shade {
  display: none;
  position: fixed;
  z-index: 2025;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.tips_box {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2025;
}
.tips_box .tips_content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tips_box .content_box {
  position: relative;
  width: 532px;
  height: 367px;
  background: url(../img/bg.png) no-repeat center top;
  padding-top: 57px;
  padding-left: 31px;
}
.tips_box .close_btn {
  position: absolute;
  top: 23px;
  right: -33px;
  cursor: pointer;
}
.tips_box .content_title {
  font-size: 40px;
  color: #222222;
  padding-left: 172px;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
}
.tips_box .content_con {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.tips_box .content_con h4 {
  font-size: 34px;
  color: #222222;
  font-weight: normal;
  line-height: 1;
  margin-top: 40px;
  margin-bottom: 30px;
}
.tips_box .content_con .btn {
  width: 270px;
  height: 62px;
  border-radius: 62px;
  background-image: linear-gradient(to bottom, #6d16cf, #5817b5);
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
