* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
.wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/bg.png) no-repeat;
  background-size: cover;
  overflow: auto;
}
.wrap .content {
  width: 1000px;
  padding-top: 230px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.wrap .content .left {
  width: 572px;
  padding-top: 140px;
}
.wrap .content .left .logo {
  text-align: center;
}
.wrap .content .left .logo img {
  width: 116px;
  height: 116px;
}
.wrap .content .left .info {
  text-align: center;
  color: #fff;
  font-size: 32px;
  line-height: 34px;
  margin-bottom: 80px;
  margin: 20px auto 80px auto;
}
.wrap .content .left .down_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 380px;
  margin: auto;
}
.wrap .content .left .down_wrap a {
  height: 60px;
  width: 150px;
  border-radius: 44px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap .content .left .down_wrap .down {
  background: #ee60f8;
  box-shadow: 0 0 16px 1px rgba(238, 96, 248, 0.4);
  color: #fff;
}
.wrap .content .left .down_wrap .sm {
  background-color: #fff;
  color: #625d62;
  position: relative;
}
.wrap .content .left .down_wrap .sm #ewmpu {
  display: none;
}
.wrap .content .left .down_wrap .sm #ewmpu .imgw {
  position: absolute;
  top: -140px;
  left: -20px;
  width: 220px;
  height: 267px;
  padding: 20px;
  box-sizing: border-box;
  background-color: #fff;
}
.wrap .content .left .down_wrap .sm #ewmpu .imgw img {
  width: 180px;
  height: 180px;
  margin-bottom: 20px;
}
.wrap .content .left .down_wrap .sm #ewmpu .imgw h3 {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #000;
}
.wrap .content .left .down_wrap .sm:hover #ewmpu {
  display: block;
}
.wrap .content .right img {
  width: 428px;
  height: 574px;
}
.wrap .footer {
  width: 1000px;
  margin: 130px auto 0 auto;
}
.wrap .footer p {
  text-align: center;
}
.wrap .footer p .arial {
  color: #fff;
  font-size: 12px;
}
