* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}

/* 轮播图 */

.swiper {
  width: 31.8%;
  height: auto;
  position: fixed;
  left: 0;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* QQ图标 */

.qqlogo {
  z-index: 2;
  position: fixed;
  color: block;
  font-size: 30px;
}
.qqlogo p {
  float: left;
}
.qqlogo img {
  float: left;
  width: 45px;
  height: 45px;
}

/* 总体 */

.quanbu {
  float: right;
  width: 68.2%;
  height: 720px;
}

/* 右上角a链接的样式 */
.lianghao {
  /* width: 100%; */
  height: 130px;
}
.quanbu a {
  color: rgb(216, 216, 216);
  float: right;
  margin: 30px;
  width: 100px;
  height: 27px;
  text-align: center;
  line-height: 27px;
  position: relative;
}

/* qq靓号样式 */

.quanbu .qqlianghao {
  background: rgb(255, 121, 68);
  border-radius: 10px;
  color: rgb(255, 255, 255);
}
.quanbu .qqlianghao::after {
  content: url(../img/qqlianghao.png);
  position: absolute;
  width: 23px;
  height: 34px;
  left: -10px;
  top: -7px;
}

/* 注册版心 */

.banxin {
  width: 600px;
  height: 590px;
  margin: auto;
}

/* 注册标题 */

.banxin h1 {
  font-size: 50px;
  font-weight: normal;
}

.banxin h2 {
  font-size: 32px;
  font-weight: normal;
  margin-top: 20px;
}

/* 注册总体验证样式 */

.yanzheng {
  width: 580px;
  margin-top: 30px;
}
.yanzheng input {
  width: 100%;
  height: 70px;
  border-radius: 10px;
  border: 1px solid #6666;
  margin-top: 50px;
  font-size: 30px;
  padding-left: 20px;
}

.yanzheng .register_immediately {
  color: white;
  width: 600px;
  background: rgb(69, 149, 255);
}
