﻿* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-weight: 300;
}
body {
  font-family:"微软雅黑";
  color: #ccc;
  font-weight: 300;
  

}
body ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #888;
  font-weight: 300;
}
body :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  opacity: 1;
  font-weight: 300;
}
body ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  opacity: 1;
  font-weight: 300;
}
body :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-weight: 300;
}
.wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;

  overflow: hidden;

}



.wrapper.form-success .container h1 {
  -webkit-transform: translateY(85px);
      -ms-transform: translateY(85px);
          transform: translateY(85px);
}
.container {
  max-width: 600px;
  margin: 0 auto;
  padding:0;
  padding-top:15%;
  height: 100%;
  text-align: center;
}
.container h1 {
  font-size: 40px;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-put;
          transition-timing-function: ease-in-put;
  font-weight: 200;
  margin-top:5%;
  line-height:normal;
}
form {
  padding: 20px 0;
  position: relative;
  z-index: 2;
}
form input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  border: 1px solid #ccc;
  background-color: rgba(255, 255, 255, 0.2);
  width: 65%;
  border-radius: 3px;
  padding:3%;
  margin: 0 auto 10px auto;
  display: block;
  text-align: center;
  font-size: 1.2em;
  color: #999;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  font-weight: 300;
}
form input:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
form input:focus {
  background-color: white;
  width: 300px;
  color: ##5a5a5a;
}
form button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  background:#00A3E9 none repeat scroll 0% 0%;
  border: 0;
  padding: 2%;
  color: #fff;
  border-radius: 3px;
  width: 65%;
  cursor: pointer;
  font-size: 18px;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}
form button:hover {
  background-color: #00A3E9;
}
.bg-bubbles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.bg-bubbles li {
  position: absolute;
  list-style: none;
  display: block;
  width: 40px;
  height: 40px;
  background-color: rgba(91, 192, 222, 0.15);
  bottom: -160px;
  -webkit-animation: square 25s infinite;
  animation: square 25s infinite;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.bg-bubbles li:nth-child(1) {
  left: 10%;
}
.bg-bubbles li:nth-child(2) {
  left: 20%;
  width: 80px;
  height: 80px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 17s;
          animation-duration: 17s;
}
.bg-bubbles li:nth-child(3) {
  left: 25%;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.bg-bubbles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  -webkit-animation-duration: 22s;
          animation-duration: 22s;
  background-color: rgba(255, 255, 255, 0.25);
}
.bg-bubbles li:nth-child(5) {
  left: 70%;
}
.bg-bubbles li:nth-child(6) {
  left: 80%;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  background-color: rgba(255, 255, 255, 0.2);
}
.bg-bubbles li:nth-child(7) {
  left: 32%;
  width: 160px;
  height: 160px;
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.bg-bubbles li:nth-child(8) {
  left: 55%;
  width: 20px;
  height: 20px;
  -webkit-animation-delay: 15s;
          animation-delay: 15s;
  -webkit-animation-duration: 40s;
          animation-duration: 40s;
}
.bg-bubbles li:nth-child(9) {
  left: 25%;
  width: 10px;
  height: 10px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 40s;
          animation-duration: 40s;
  background-color: rgba(255, 255, 255, 0.3);
}
.bg-bubbles li:nth-child(10) {
  left: 90%;
  width: 160px;
  height: 160px;
  -webkit-animation-delay: 11s;
          animation-delay: 11s;
}

/*登录css*/
#login_ele{display:block; overflow:hidden;}
#login_ele .logo_ele{margin-top:10%;}
#login_ele dl dt{display:block; width:60%; margin:3% auto; color:#5d5d5d; font-size:1em; text-align:right;}
#login_ele dl dd{display:block;  overflow:hidden;}
#login_ele dl dd i{display:block; width:65%; margin:0 auto; font-style:normal;}
#login_ele dl dd i input{padding:3.5% 0;}
#login_ele .register_ele{display:block; width:25%; height:35px; line-height:35px; text-align:center; margin:0 auto; background:#00A3E9; color:#fff; border-radius:3px; font-size:1.3em; margin-top:30%;}
#login_ele .register_ele a{color:#fff;}
#login_ele dd .u_code,.step-input-code{display:block; float:left; width:49%;}
#login_ele dd span{display:block; float:right; width:49%;}
#login_ele dd span .sendcode{width:100%; padding:10% 3%; font-size:1em; border-radius:3px;}
#login_ele dd span .send{width:100%; display:block;}
#login_ele dd select{width:65%; margin:0 auto; padding:3%; font-size:1.5em;}
#login_ele dd p{display:block; font-size:1.5em; color:#000; width:60%; margin:0 auto; text-align:left; line-height:50px;}
#login_ele dd b{display:block; font-size:1.5em; color:#000; width:60%; margin:0 auto; text-align:left; line-height:50px;}
#login_ele .confirm{display:block; font-size:1.5em; color:#000; line-height:30px; margin:5% 0;}
/*#login_ele .tooltip{display:block; background:#f4f4f4; padding:3% 0; padding-top:5%; overflow:hidden;}
#login_ele .tooltip ul{display:block; width:95%; margin:0 auto; overflow:hidden;}
#login_ele .tooltip ul li{display:block; float:left; width:23%; margin:1%; font-size:1.3em; color:#000; line-height:35px;}
#login_ele .tooltip ul li span{display:block; background:#00A3E9; width:60px; line-height:60px; margin:0 auto; border-radius:60px; text-align:center; font-size:1.5em; color:#fff;}
#login_ele .tooltip ul li.tip{border-bottom:1px solid #999; padding-bottom:2%;}
#login_ele .tooltip ul li.tip span{background:#0186BF;}*/
.form .u_name,.u_password{ color:#888;}


@-webkit-keyframes square {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-700px) rotate(600deg);
            transform: translateY(-700px) rotate(600deg);
  }
}
@keyframes square {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-700px) rotate(600deg);
            transform: translateY(-700px) rotate(600deg);
  }
}