



.content {
  padding-top: 25px;
  height: 100%;
}
.content .content-t {
  z-index: 5;
  width: 100%;
  position: relative;
  align-items: center;
  justify-content: center;
}
.content .content-t > div {
  width: 100%;
}
.content .content-t h1 {
  width: 100%;
  margin: 2px auto;
  font-size: 60px;
  font-weight: 600;
  text-align: center;
  color: #000;
}
.content .content-t .text-tran {
  margin-top: 70px;
}
.content .content-t .text-tran ul {
  height: 60px;
  width: 65%;
  text-align: center;
  margin: 0 auto;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 470px;
}
.content .content-t .text-tran ul li {
  font-size: 28px;
  margin: 2px;
  position: absolute;
  text-align: center;
  color: #fff;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  padding: 20px 0;
  border-radius: 40px;
  width: 100%;
  z-index: 1;
}
.content .content-t .text-tran ul li.active {
  z-index: 2;
}
.content .content-t .text-tran ul li.play {
  animation-name: textIn;
  animation-duration: 5s;
}
.content .content-t .pron {
  width: 100%;
  margin-top: 20px;
  z-index: 9;
  position: absolute;
}
.content .content-t .pron ul {
  align-items: center;
  justify-content: center;
  text-align: center;
}
.content .content-t .pron ul li {
  display: inline-block;
  cursor: pointer;
  outline: none;
  border-style: none;
  padding: 6px;
}
.content .content-t .pron ul li span {
  display: block;
  height: 10px;
  border-radius: 50px;
  width: 10px;
  transition: all 0.7s;
}
.content .content-w {
  z-index: 2;
  position: relative;
  top: -20px;
}
.content .content-w .content-c {
  overflow-y: hidden;
  position: absolute;
  top: 0;
  margin: 0 auto;
  opacity: 1;
  z-index: 0;
  padding-top: 120px;
  width: 100%;
  text-align: center;
  background-color: #ffffff;
}
.content .content-w .content-c .zm {
  display: inline-block;
  vertical-align: top;
  opacity: 1;
  text-align: center;
  padding: 0 0.55%;
}
.content .content-w .content-c .zm .image-img {
  position: relative;
  width: 95%;
  margin: 0 auto 40px;
}
.content .content-w .content-c .zm .image-img img {
  display: block;
  /*width: 100%;*/
  border-radius: 16px;
  opacity: 0;
}
.content .content-w .content-c .zm.play > .image-img > img {
  animation-name: imgIn;
  animation-duration: 5s;
}
.content .content-w .content-c .zm.pause > .image-img > img {
  animation-name: imgOut;
  animation-duration: 1s;
}
.content .content-w .content-c .zm.play:nth-child(1) .image-img:nth-child(1) > img {
  animation-delay: 0s;
  -moz-animation-delay: 0s;
  /* Firefox 4 */
  -webkit-animation-delay: 0s;
  /* Safari 和 Chrome */
  -o-animation-delay: 0s;
  /* Opera */
}
.content .content-w .content-c .zm.play:nth-child(1) .image-img:nth-child(2) > img {
  animation-delay: 0s;
  -moz-animation-delay: 0s;
  /* Firefox 4 */
  -webkit-animation-delay: 0.1s;
  /* Safari 和 Chrome */
  -o-animation-delay: 0s;
  /* Opera */
}
.content .content-w .content-c .zm.play:nth-child(1) .image-img:nth-child(3) > img {
  animation-delay: 0s;
  -moz-animation-delay: 0s;
  /* Firefox 4 */
  -webkit-animation-delay: 0.2s;
  /* Safari 和 Chrome */
  -o-animation-delay: 0s;
  /* Opera */
}
.content .content-w .content-c .zm.play:nth-child(1) .image-img:nth-child(4) > img {
  animation-delay: 0s;
  -moz-animation-delay: 0s;
  /* Firefox 4 */
  -webkit-animation-delay: 0.3s;
  /* Safari 和 Chrome */
  -o-animation-delay: 0s;
  /* Opera */
}
.content .content-w .content-c .zm.play:nth-child(1) .image-img:nth-child(5) > img {
  animation-delay: 0s;
  -moz-animation-delay: 0s;
  /* Firefox 4 */
  -webkit-animation-delay: 0.4s;
  /* Safari 和 Chrome */
  -o-animation-delay: 0s;
  /* Opera */
}
.content .content-w .content-c .zm.play:nth-child(1) .image-img:nth-child(6) > img {
  animation-delay: 0s;
  -moz-animation-delay: 0s;
  /* Firefox 4 */
  -webkit-animation-delay: 0.5s;
  /* Safari 和 Chrome */
  -o-animation-delay: 0s;
  /* Opera */
}
.content .content-w .content-c .zm.play:nth-child(1) .image-img:nth-child(7) > img {
  animation-delay: 0s;
  -moz-animation-delay: 0s;
  /* Firefox 4 */
  -webkit-animation-delay: 0.6s;
  /* Safari 和 Chrome */
  -o-animation-delay: 0s;
  /* Opera */
}
.content .content-w .content-c .zm.play:nth-child(2) .image-img:nth-child(1) > img {
  animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  /* Firefox 4 */
  -webkit-animation-delay: 0.3s;
  /* Safari 和 Chrome */
  -o-animation-delay: 0.5s;
  /* Opera */
}
.content .content-w .content-c .zm.play:nth-child(2) .image-img:nth-child(2) > img {
  animation-name: imgIn;
  animation-duration: 5s;
  animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  /* Firefox 4 */
  -webkit-animation-delay: 0.4s;
  /* Safari 和 Chrome */
  -o-animation-delay: 0.5s;
  /* Opera */
}
.content .content-w .content-c .zm.play:nth-child(3) .image-img:nth-child(1) > img {
  animation-name: imgIn;
  animation-duration: 5s;
  animation-delay: 1s;
  -moz-animation-delay: 1s;
  /* Firefox 4 */
  -webkit-animation-delay: 0.6s;
  /* Safari 和 Chrome */
  -o-animation-delay: 1s;
  /* Opera */
}
.content .content-w .content-c .zm.play:nth-child(3) .image-img:nth-child(2) > img {
  animation-name: imgIn;
  animation-duration: 5s;
  animation-delay: 1s;
  -moz-animation-delay: 1s;
  /* Firefox 4 */
  -webkit-animation-delay: 0.7s;
  /* Safari 和 Chrome */
  -o-animation-delay: 1s;
  /* Opera */
}
.content .content-w .content-c .zm.play:nth-child(4) .image-img:nth-child(1) > img {
  animation-name: imgIn;
  animation-duration: 5s;
  animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  /* Firefox 4 */
  -webkit-animation-delay: 0.9s;
  /* Safari 和 Chrome */
  -o-animation-delay: 1.5s;
  /* Opera */
}
.content .content-w .content-c .zm.play:nth-child(4) .image-img:nth-child(2) > img {
  animation-name: imgIn;
  animation-duration: 5s;
  animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  /* Firefox 4 */
  -webkit-animation-delay: 1s;
  /* Safari 和 Chrome */
  -o-animation-delay: 1.5s;
  /* Opera */
}
.content .content-w .content-c .zm.play:nth-child(5) .image-img:nth-child(1) > img {
  animation-name: imgIn;
  animation-duration: 5s;
  animation-delay: 2s;
  -moz-animation-delay: 2s;
  /* Firefox 4 */
  -webkit-animation-delay: 1.2s;
  /* Safari 和 Chrome */
  -o-animation-delay: 2s;
  /* Opera */
}
.content .content-w .content-c .zm.play:nth-child(5) .image-img:nth-child(2) > img {
  animation-name: imgIn;
  animation-duration: 5s;
  animation-delay: 2s;
  -moz-animation-delay: 2s;
  /* Firefox 4 */
  -webkit-animation-delay: 1.3s;
  /* Safari 和 Chrome */
  -o-animation-delay: 2s;
  /* Opera */
}
.content .content-w .content-c .zm.play:nth-child(6) .image-img:nth-child(1) > img {
  animation-name: imgIn;
  animation-duration: 5s;
  animation-delay: 2.5s;
  -moz-animation-delay: 2.5s;
  /* Firefox 4 */
  -webkit-animation-delay: 1.5s;
  /* Safari 和 Chrome */
  -o-animation-delay: 2.5s;
  /* Opera */
}
.content .content-w .content-c .zm.play:nth-child(6) .image-img:nth-child(2) > img {
  animation-name: imgIn;
  animation-duration: 5s;
  animation-delay: 2.5s;
  -moz-animation-delay: 2.5s;
  /* Firefox 4 */
  -webkit-animation-delay: 1.6s;
  /* Safari 和 Chrome */
  -o-animation-delay: 2.5s;
  /* Opera */
}
.content .content-w .content-c .zm.play:nth-child(7) .image-img:nth-child(1) > img {
  animation-name: imgIn;
  animation-duration: 5s;
  animation-delay: 3s;
  -moz-animation-delay: 3s;
  /* Firefox 4 */
  -webkit-animation-delay: 1.8s;
  /* Safari 和 Chrome */
  -o-animation-delay: 3s;
  /* Opera */
}
.content .content-w .content-c .zm.play:nth-child(7) .image-img:nth-child(2) > img {
  animation-name: imgIn;
  animation-duration: 5s;
  animation-delay: 3s;
  -moz-animation-delay: 3s;
  /* Firefox 4 */
  -webkit-animation-delay: 1.9s;
  /* Safari 和 Chrome */
  -o-animation-delay: 3s;
  /* Opera */
}
.content .content-w .content-c.active {
  opacity: 1;
  z-index: 1;
}
.zz {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  pointer-events: auto;
  display: none;
  top: 0;
  left: 0;
  transition: all 0.3s;
  z-index: 13;
  font-size: 14px;
}
.zz .zz-box {
  height: 100%;
  text-align: center;
}
.zz #close {
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
}
.zz #close img {
  width: 30px;
}
.zz .text {
  color: #fff;
  font-size: 80px;
  width: 350px;
  font-weight: bolder;
}
.zz .login-box {
  background: #ffffff;
  border-radius: 50px;
  position: relative;
  text-align: center;
  width: 480px;
  height: 520px;
  min-height: initial;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 2px 10px;
  display: none;
  margin: 0 auto;
  padding: 0 65px;
  box-sizing: border-box;
}
.zz .login-box #next1 {
  opacity: 1;
  z-index: 1;
  top: -65px;
  left: calc(50% - 25px);
  pointer-events: auto;
  position: absolute;
  border-radius: 50%;
  border-style: none;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  outline: none;
  cursor: pointer;
}
.zz .login-box #next1 img {
  width: 26px;
  margin-top: 10px;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.zz .login-box .logoa {
  margin-top: 50px;
  margin-bottom: 35px;
  width: 173px;
}
.zz .login-box .input-box {
  text-align: left;
  width: 300px;
  margin: 0 auto 20px;
}
.zz .login-box .input-box span {
  display: block;
  margin-bottom: 10px;
  color: #000;
  font-size: 14px;
}
.zz .login-box .input-box input {
  width: 100%;
  background: none;
  height: 30px;
  border: 2px solid #bdb9b8;
  border-radius: 15px;
  text-indent: 20px;
  color: #000;
  font-size: 14px;
  outline: 0;
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari 和 Chrome */
}
.zz .login-box .errorinfo {
  color: #f66e28;
  font-size: 14px;
  text-align: left;
  padding: 10px 50px 0 70px;
  min-height: 24px;
  max-height: 24px;
}
.zz .login-box .login {
  margin: 40px auto 20px;
  width: 300px;
  background: #0a0a0a;
  border-radius: 30px;
  border: 2px solid #0a0a0a;
  line-height: 30px;
  color: #fff;
  height: 30px;
  cursor: pointer;
  font-size: 14px;
}
.zz .login-box .group {
  margin: 0 auto;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
}
.zz .login-box .group span {
  cursor: pointer;
  padding: 10px 15px;
}
.zz .login-box .group span:hover {
  background-color: #efefef;
  border-radius: 15px;
}
.zz .sine-box,
.zz .bind-box {
  background-color: #ffffff;
  border-radius: 50px;
  position: relative;
  text-align: center;
  width: 400px;
  height: 550px;
  min-height: initial;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 2px 10px;
  padding-bottom: 55px;
  display: none;
  margin: 0 auto;
}
.zz .sine-box .logo,
.zz .bind-box .logo {
  margin-top: 50px;
  margin-bottom: 35px;
  width: 80px;
}
.zz .sine-box .phone,
.zz .bind-box .phone {
  width: 300px;
  display: flex;
  margin: 0 auto 20px;
  justify-content: space-between;
}
.zz .sine-box .phone .phone-s,
.zz .bind-box .phone .phone-s {
  height: 30px;
  border: 2px solid #bdb9b8;
  border-radius: 15px;
  width: 60px;
  text-align: center;
  line-height: 30px;
}
.zz .sine-box .phone .phone-c,
.zz .bind-box .phone .phone-c {
  width: 220px;
  border: 2px solid #bdb9b8;
  border-radius: 15px;
  text-align: center;
  line-height: 30px;
}
.zz .sine-box .phone input,
.zz .bind-box .phone input {
  color: #000;
}
.zz .sine-box .code,
.zz .bind-box .code {
  width: 300px;
  display: flex;
  margin: 0 auto 20px;
  justify-content: space-between;
  align-items: center;
}
.zz .sine-box .code .code-box,
.zz .bind-box .code .code-box {
  width: 180px;
  border: 2px solid #bdb9b8;
  border-radius: 15px;
  text-align: center;
  line-height: 30px;
  overflow: hidden;
}
.zz .sine-box .code .code-box input,
.zz .bind-box .code .code-box input {
  width: 90%;
  text-indent: 10px;
  color: #000;
}
.zz .sine-box .code #btn,
.zz .bind-box .code #btn {
  height: 34px;
  border: 2px solid #bdb9b8;
  border-radius: 15px;
  width: 110px;
  text-align: center;
  line-height: 30px;
  background: #fff;
  outline: none;
  cursor: pointer;
}
.zz .sine-box .code #btn:hover,
.zz .bind-box .code #btn:hover {
  background-color: #efefef;
}
.zz .sine-box .code #unbindBtn,
.zz .bind-box .code #unbindBtn {
  height: 34px;
  border: 2px solid #bdb9b8;
  border-radius: 15px;
  width: 100px;
  text-align: center;
  line-height: 30px;
  background: #fff;
  outline: none;
  cursor: pointer;
}
.zz .sine-box .code #unbindBtn:hover,
.zz .bind-box .code #unbindBtn:hover {
  background-color: #efefef;
}
.zz .sine-box .input-box,
.zz .bind-box .input-box {
  width: 300px;
  margin: 0 auto 20px;
  height: 30px;
  border: 2px solid #bdb9b8;
  border-radius: 20px;
  overflow: hidden;
  align-items: center;
  position: relative;
}
.zz .sine-box .input-box input,
.zz .bind-box .input-box input {
  width: 90%;
  border: none;
  height: 30px;
  text-indent: 10px;
  color: #000;
}
.zz .sine-box .input-box img,
.zz .bind-box .input-box img {
  width: 20px;
  height: 20px;
  display: block;
  margin-bottom: 0;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 5px;
}
.zz .sine-box .xy,
.zz .bind-box .xy {
  display: flex;
  width: 300px;
  margin: 0 auto;
  align-items: center;
}
.zz .sine-box .xy span,
.zz .bind-box .xy span {
  display: block;
  border: 2px solid #000;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  cursor: pointer;
}
.zz .sine-box .xy span.active,
.zz .bind-box .xy span.active {
  background: #000;
}
.zz .sine-box .xy p,
.zz .bind-box .xy p {
  font-size: 14px;
}
.zz .sine-box .xy p a,
.zz .bind-box .xy p a {
  color: #000;
  font-weight: bolder;
}
.zz .sine-box .errorinfo,
.zz .bind-box .errorinfo {
  color: #f66e28;
  font-size: 14px;
  text-align: left;
  padding: 10px 50px 0 70px;
  min-height: 24px;
  max-height: 24px;
}
.zz .sine-box .sign,
.zz .bind-box .sign {
  margin: 5px auto 7px;
  width: 300px;
  background: #0a0a0a;
  border: 2px solid #0a0a0a;
  border-radius: 30px;
  line-height: 30px;
  color: #fff;
  height: 30px;
  cursor: pointer;
  font-size: 14px;
}
.zz .sine-box .turn-login,
.zz .bind-box .turn-login {
  text-align: center;
  margin-left: -160px;
  padding: 5px 15px;
  display: inline-block;
  font-size: 12px;
  cursor: pointer;
  border-radius: 15px;
}
.zz .sine-box .turn-login:hover,
.zz .bind-box .turn-login:hover {
  background-color: #efefef;
}
.zz .login-after-box {
  background: #ffffff;
  border-radius: 50px;
  position: relative;
  text-align: center;
  width: 400px;
  height: 500px;
  min-height: initial;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 2px 10px;
  padding-bottom: 55px;
  margin: 0 auto;
  display: none;
}
.zz .login-after-box .logo {
  margin-top: 30px;
  margin-bottom: 0px;
  width: 80px;
}
.zz .login-after-box .input-box {
  text-align: left;
  width: 300px;
  margin: 0 auto 20px;
}
.zz .login-after-box .input-box span {
  display: block;
  margin-bottom: 10px;
  color: #000;
  font-size: 14px;
}
.zz .login-after-box .input-box input {
  width: 100%;
  background: #fff;
  height: 30px;
  border: 2px solid #bdb9b8;
  border-radius: 15px;
  text-indent: 20px;
  color: #000;
  font-size: 14px;
}
.zz .login-after-box .login {
  margin: 10px auto 20px;
  width: 300px;
  background: #0a0a0a;
  border-radius: 30px;
  border: 2px solid #0a0a0a;
  line-height: 30px;
  color: #fff;
  height: 30px;
  cursor: pointer;
  font-size: 14px;
}
.zz .login-after-box .errorinfo {
  color: #f66e28;
  font-size: 14px;
  text-align: left;
  padding: 10px 50px 0 70px;
  min-height: 24px;
  max-height: 24px;
}
.zz .login-after-box .select {
  display: flex;
  align-items: center;
  text-align: left;
  width: 300px;
  margin: 0 auto 20px;
}
.zz .login-after-box .select .select-box {
  display: flex;
  align-items: center;
}
.zz .login-after-box .select .select-box .select-line {
  display: flex;
  cursor: pointer;
}
.zz .login-after-box .select .select-box .select-line span {
  width: 15px;
  height: 15px;
  border: 1px solid #bdb9b8;
  border-radius: 15px;
  margin: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zz .login-after-box .select .select-box .select-line span i {
  display: block;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 10px;
}
.zz .login-after-box .select .select-box .select-line.active span i {
  background: #bdb9b8;
}
.download {
  position: absolute;
  left: 55px;
  bottom: 20px;
  display: flex;
  width: 280px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  color: #000;
  font-size: 12px;
}
.download a {
  color: #000;
  padding: 10px 10px;
  cursor: pointer;
}
.download a:hover {
  background-color: #EFEFEF;
  border-radius: 10px;
}
.zz.active {
  display: block;
}
.shade {
  bottom: 0;
  height: 180px;
  max-height: 20%;
  width: 100%;
  background-image: linear-gradient(rgba(255, 255, 255, 0), #ffffff);
  align-items: center;
  justify-content: center;
  opacity: 0;
  z-index: -1;
  position: fixed;
  bottom: 0px;
  text-align: center;
}
.shade #next {
  display: inline-block;
  opacity: 1;
  z-index: 1;
  pointer-events: auto;
  border-radius: 50%;
  border-style: none;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  outline: none;
  cursor: pointer;
  animation: img 2s infinite;
  margin-top: 20px;
}
.shade #next img {
  width: 26px;
  margin-top: 15px;
}
.shade.active {
  opacity: 1;
  z-index: 12;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #000;
  font-size: 14px;
}
.bg-color0.bg-color,
.tx-color0 {
  background: #f76e28;
}
.bg-color1.bg-color,
.tx-color1 {
  background: #e58181;
}
.bg-color2.bg-color,
.tx-color2 {
  background: #85c5c7;
}
.bg-color3.bg-color,
.tx-color3 {
  background: #f2ca09;
}
.bg-color0,
.bg-color1,
.bg-color2,
.bg-color3 {
  background: #abacaf;
}
@keyframes textIn {
  0% {
    animation-timing-function: ease-in;
    transform: translateY(40px);
    -ms-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -webkit-transform: translateY(40px);
    -o-transform: translateY(40px);
    opacity: 0;
  }
  15% {
    transform: translateY(0px);
    -ms-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    opacity: 1;
  }
  85% {
    animation-timing-function: ease-out;
    transform: translateY(0px);
    -ms-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    opacity: 1;
  }
  100% {
    transform: translateY(-70px);
    -ms-transform: translateY(-70px);
    -moz-transform: translateY(-70px);
    -webkit-transform: translateY(-70px);
    -o-transform: translateY(-70px);
    opacity: 0;
  }
}
@keyframes textOut {
  from {
    transform: translateY(0px);
    -ms-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    opacity: 1;
  }
  to {
    transform: translateY(-70px);
    -ms-transform: translateY(-70px);
    -moz-transform: translateY(-70px);
    -webkit-transform: translateY(-70px);
    -o-transform: translateY(-70px);
    opacity: 0;
  }
}
@keyframes imgIn {
  0% {
    animation-timing-function: ease-in;
    transform: translateY(20px);
    -ms-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -o-transform: translateY(20px);
    opacity: 0;
  }
  15% {
    transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    opacity: 1;
  }
  80% {
    animation-timing-function: ease-out;
    transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    opacity: 1;
  }
  100% {
    transform: translate(0px, -60px);
    -ms-transform: translate(0px, -60px);
    -moz-transform: translate(0px, -60px);
    -webkit-transform: translate(0px, -60px);
    -o-transform: translate(0px, -60px);
    opacity: 0;
  }
}
@keyframes imgOut {
  from {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}
@keyframes img {
  0% {
    transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
  }
  50% {
    transform: translate(0px, -20px);
    -ms-transform: translate(0px, -20px);
    -moz-transform: translate(0px, -20px);
    -webkit-transform: translate(0px, -20px);
    -o-transform: translate(0px, -20px);
  }
  100% {
    transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
  }
}
input::-webkit-input-placeholder {
  color: #cbcbca;
}
input:-moz-placeholder {
  color: #cbcbca;
}
input::-moz-placeholder {
  color: #cbcbca;
}
input:-ms-input-placeholder {
  color: #cbcbca;
}
select:-webkit-autofill {
  background-color: red;
}
input[type=text],
input[type=number],
input[type=password] {
}


.jzjz{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}





























