body {
  font-size: 16px;
  font-size: 0.16rem;
}

.wrap {
  overflow: hidden;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -5;
  zoom: 1;
  background-attachment: fixed;
  background: center 0;
}

.wrap > img {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
}

.logo {
  position: absolute;
  top: 0.9rem;
  left: 50%;
  width: 889px;
  width: 8.89rem;
  height: 67px;
  height: 0.67rem;
  margin-left: -444px;
  margin-left: -4.44rem;
}

.logo img {
  display: block;
  width: 100%;
  height: 100%;
}

.right {
  position: absolute;
  top: 3.54rem;
  right: 2.32rem;
  padding-top: 27px;
  padding-top: 0.27rem;
  width: 571px;
  width: 6.71rem;
  height: 412px;
  height: 4.12rem;
  background: url("../../images/login_ASP/right.png") no-repeat;
  background-size: 100% 100%;
}

.right .title {
  height: 118px;
  height: 1.18rem;
  line-height: 118px;
  line-height: 1.18rem;
  text-align: center;
  font-size: 22px;
  font-size: 0.22rem;
  color: #00fff1;
}

.ewb-search {
  position: relative;
  z-index: 1;
  padding-left: 61px;
  padding-left: 0.61rem;
  width: 339px;
  width: 3.39rem;
  height: 44px;
  height: 0.44rem;
  overflow: hidden;
  border-radius: 3px;
  margin: 0 auto 0.24rem;
  background: url("../../images/login_ASP/icon1.jpg") 0 center no-repeat #fff;
  background-size: 0.41rem 0.22rem;
}

.ewb-search.icon2 {
  background: url("../../images/login_ASP/icon2.jpg") 0 center no-repeat #fff;
  background-size: 0.41rem 0.22rem;
}

.ewb-search .input-placeholder {
  position: absolute;
  top: 0;
  left: 0.61rem;
  height: 44px;
  height: 0.44rem;
  line-height: 44px;
  line-height: 0.44rem;
  color: #999;
  z-index: -1;
  cursor: text;
}

.ewb-search .input-box {
  width: 100%;
  height: 44px;
  height: 0.44rem;
  line-height: 44px;
  line-height: 0.44rem;
  border: 0;
  background: 0 0;
}

.submite {
  display: block;
  width: 400px;
  width: 4rem;
  font-size: 18px;
  font-size: 0.18rem;
  height: 42px;
  height: 0.42rem;
  letter-spacing: 4px;
  color: #ffffff;
  background-color: #00d2ff;
  border-radius: 3px;
  margin: 0 auto;
  cursor: pointer;
}

.submite:hover {
  opacity: 0.9;
}

.wrap-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.video {
  position: absolute;
  top: 0;
  left: 0;
}


.footer{
    width: 100%;
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 5%;
    font-size: 14px;
}