@charset "UTF-8";
body ,p,input{
  margin: 0;
  padding: 0;
  border:none;
}

* {
  font-family: 微软雅黑;
}

body {
  overflow: hidden;
}

.container, .container .qipan ,.container .jiemian{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.container {
  width: 100%;
  height: 100%;
  background: url(1.jpg) no-repeat center center;
  background-size:cover;

}
.container .qipan {
  width: 600px;
  height: 600px;
  background:url(2.png);
  position: relative;
  display:none;

}
 .container .qipan.zhezhao {
 opacity: 0.8;
} 
.jiemian{
  width:220px;
  height:400px;
  padding: 30px;
  background:url(2.jpg)repeat-y; 
  animation:kaishishow .6s ease;
}
@keyframes kaishishow{
  0%{
    transform:translateY(-500px);
  }
  100%{
    transform:translateY(0px);
  }
}

.jiemian.jiemianhide{
   animation:kaishihide .6s ease forwards;
}
@keyframes kaishihide{
  0%{
    transform:translateY(0px);
  }
  100%{
    transform:translateY(-800px);
  }
}
.jiemian .wuziqi{
  width: 200px;
  height:73px;
  background:url(4.jpg)no-repeat 20px 0;
}
.jiemian p{
  width: 120px;
  height: 40px;
  margin: 40px 0px 40px 50px;
  background-color:#97a45e;
  line-height: 40px;
  color:#000;
  font-weight:bold;
  border-radius:5px; 
  text-align: center;
  cursor: pointer;
}
.jiemian .guize {
 font-size: 12px;
 text-indent: 20px;
 display: none;
}
.kuangbai,.kuanghei{
  width:200px;
  height:150px;
  background:url(2.jpg);
  position: absolute;
  left:0;
  top:0;
  right:0;
  bottom:0;
  margin: auto;
  position: absolute;
  z-index:222;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 100px;
  display: none;
}
input{
  outline: none;
  width: 100px;
  height: 30px;
  position: absolute;
  left:50px;
  bottom:20px;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 5px;
}
.jiemian p:hover{
  background-color:#C1D4DB;
  color:#fff;
}
.ren,.ji{
  position: absolute;
  left:40px;
  top:30%;
  padding: 40px;
  display: none;
}
.ren .kaishi,.ji .kaishi{
  width: 100px;
  height: 40px;
  background-image: url(2.png);
 text-align: center;
 line-height: 40px;
 font-weight: bold;
 cursor: pointer;
  margin-bottom: 40px;
}
.ren .chongxin,.ren .zhuye,.ji .chongxin,.ji .zhuye{
  width: 100px;
  height: 40px;
   margin-top: 40px;
   text-align: center;
 line-height: 40px;
 font-weight: bold;
 cursor: pointer;
  background-image: url(2.png);
}
.ren .jishi,.ji .jishi{
  background:#000;
  width:100px;
  height:40px;
  color:#fff;
  text-align: center;
 line-height: 40px;
 font-weight: bold;
 cursor: pointer;
}
.qizi {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  float: left;
  position: relative;
  z-index: 999;
}

.qizi.bai {
  background: #fff;
}

.qizi.hei {
  background: #000;
}

.hang {
  display: block;
  height: 1px;
  position: absolute;
  left: 20px;
  background: black;
  width: 560px;
}

.shu {
  display: block;
  width: 1px;
  position: absolute;
  top: 20px;
  background: black;
  height: 560px;
}

.qipan i:nth-of-type(1) {
  top: 20px;
}

.qipan i:nth-of-type(2) {
  top: 60px;
}

.qipan i:nth-of-type(3) {
  top: 100px;
}

.qipan i:nth-of-type(4) {
  top: 140px;
}

.qipan i:nth-of-type(5) {
  top: 180px;
}

.qipan i:nth-of-type(6) {
  top: 220px;
}

.qipan i:nth-of-type(7) {
  top: 260px;
}

.qipan i:nth-of-type(8) {
  top: 300px;
}

.qipan i:nth-of-type(9) {
  top: 340px;
}

.qipan i:nth-of-type(10) {
  top: 380px;
}

.qipan i:nth-of-type(11) {
  top: 420px;
}

.qipan i:nth-of-type(12) {
  top: 460px;
}

.qipan i:nth-of-type(13) {
  top: 500px;
}

.qipan i:nth-of-type(14) {
  top: 540px;
}

.qipan i:nth-of-type(15) {
  top: 580px;
}

.qipan b:nth-of-type(1) {
  left: 20px;
}

.qipan b:nth-of-type(2) {
  left: 60px;
}

.qipan b:nth-of-type(3) {
  left: 100px;
}

.qipan b:nth-of-type(4) {
  left: 140px;
}

.qipan b:nth-of-type(5) {
  left: 180px;
}

.qipan b:nth-of-type(6) {
  left: 220px;
}

.qipan b:nth-of-type(7) {
  left: 260px;
}

.qipan b:nth-of-type(8) {
  left: 300px;
}

.qipan b:nth-of-type(9) {
  left: 340px;
}

.qipan b:nth-of-type(10) {
  left: 380px;
}

.qipan b:nth-of-type(11) {
  left: 420px;
}

.qipan b:nth-of-type(12) {
  left: 460px;
}

.qipan b:nth-of-type(13) {
  left: 500px;
}

.qipan b:nth-of-type(14) {
  left: 540px;
}

.qipan b:nth-of-type(15) {
  left: 580px;
}

.qipan span {
  display: block;
  width: 7.5px;
  height: 7.5px;
  border-radius: 50%;
  background: #000;
  position: absolute;
  transform: translate3d(-45%, -45%, 0);
}

.qipan span .dian:nth-of-type(1) {
  animation-delay: 10;
}

.qipan span .dian:nth-of-type(2) {
  animation-delay: 20;
}

.qipan span .dian:nth-of-type(3) {
  animation-delay: 30;
}

.qipan span .dian:nth-of-type(4) {
  animation-delay: 40;
}

.qipan span .dian:nth-of-type(5) {
  animation-delay: 50;
}

.qipan span:nth-of-type(1) {
  top: 140px;
  left: 140px;
  animation: diao .5s linear .1s;
}

.qipan span:nth-of-type(2) {
  top: 140px;
  left: 460px;
  animation: diao 0.5s linear .2s;
}

.qipan span:nth-of-type(3) {
  top: 300px;
  left: 300px;
  animation: diao 0.5s linear .3s;
}

.qipan span:nth-of-type(4) {
  top: 460px;
  left: 140px;
  animation: diao 0.5s linear .4s;
}

.qipan span:nth-of-type(5) {
  top: 460px;
  left: 460px;
  animation: diao 0.5s linear .5s;
}

@keyframes diao {
  0% {
    transform: translateY(-1000px);
  }
  100% {
    transform: translateY(0);
  }
}
