body {
  font-family: arial, "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  color: #545454;
  background: #f9f9f9; }

body, div, p, span, input, select {
  margin: 0;
  padding: 0; }

a{
  text-decoration: none;
  color:#ff9500;
}

button, input, select, .getcode, .submit, #next, #submit {
  font-family: arial, "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  border: 1px solid #e8e8e8;
  height: 20px;
  line-height: 20px;
  padding: 10px;
  display: inline-block; }

input {
  width: 300px; }

select {
  background: #fff;
  width: 107px;
  height: 40px;
  margin-right: -5px;
/*  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;*/ }

.submit, #next, #submit {
  width: 302px;
  border: 1px solid #ff6700; }

.getcode {
  width: 114px;
  border: 0; }

.submit, .getcode, #next, #submit {
  background: #ff6700;
  color: #fff;
  text-align: center;
  cursor: pointer; }

.imageCode {
  width: 128px;
  height: 40px;
  cursor: pointer; }

.imageCode, .getcode, .submit {
  vertical-align: middle; }

#code, #imageCode {
  width: 170px; }

.container {
  width: 800px;
  margin: 0 auto;
  background: #fff; }

.main .footer {
  text-align: center;
  height: 40px;
  line-height: 40px;
  border-top: 1px solid #ccc;
  font-size: 12px;
  margin-top: 35px; }

.top {
  padding-top: 10px;
  text-align: center;
  font-size: 1.6em; }
  .top .logo {
    max-height: 70px;
    max-width: 200px;
    margin-right: 10px; }
  .top p {
    margin: 20px;
    color: #333; }

.middle {
  width: 330px;
  margin: 0 auto;
  position: relative; }

.register_wide {
  width: 333px;
  margin: 20px 0; }
  .register_wide span {
    padding-left: 3px; }

.icon-remove_circle_outline {
  color: red;
  display: none;
  font-size: 12px;
  padding-top: 10px; }

select[disabled], .getcode_re {
  background: #F9F8F8;
  cursor: not-allowed; }

.getcode_re {
  color: #545454; }

.step2 {
  display: none; }

.back {
  float: right;
  margin-right: 5px;
  padding-top: 10px; }

.back a {
  color: #ff6700;
  font-size: 0.85em;
  text-decoration: none; }

.inp {
  border: 1px solid #cccccc;
  border-radius: 2px;
  padding: 0 10px;
  width: 278px;
  height: 40px;
  font-size: 18px;
}

/*.btn {*/
  /*display: inline-block;*/
  /*box-sizing: border-box;*/
  /*border: 1px solid #cccccc;*/
  /*border-radius: 2px;*/
  /*width: 100px;*/
  /*height: 40px;*/
  /*line-height: 40px;*/
  /*font-size: 16px;*/
  /*color: #666;*/
  /*cursor: pointer;*/
  /*background: white linear-gradient(180deg, #ffffff 0%, #f3f3f3 100%);*/
/*}*/

/*.btn:hover {*/
  /*background: white linear-gradient(0deg, #ffffff 0%, #f3f3f3 100%)*/
/*}*/

#captcha {
  width: 322px;
  display: inline-block;
}

#text {
  height: 42px;
  width: 320px;
  text-align: center;
  background-color: #F3F3F3;
  color: #BBBBBB;
  font-size: 14px;
  letter-spacing: 0.1px;
  line-height: 42px;
}

#wait {
  display: none;
  height: 42px;
  width: 320px;
  text-align: center;
  background-color: #F3F3F3;
}

.loading {
  margin: auto;
  width: 70px;
  height: 20px;
}

.loading-dot {
  float: left;
  width: 8px;
  height: 8px;
  margin: 18px 4px;
  background: #ccc;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  opacity: 0;
  -webkit-box-shadow: 0 0 2px black;
  -moz-box-shadow: 0 0 2px black;
  -ms-box-shadow: 0 0 2px black;
  -o-box-shadow: 0 0 2px black;
  box-shadow: 0 0 2px black;
  -webkit-animation: loadingFade 1s infinite;
  -moz-animation: loadingFade 1s infinite;
  animation: loadingFade 1s infinite;
}

.loading-dot:nth-child(1) {
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  animation-delay: 0s;
}

.loading-dot:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.loading-dot:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.loading-dot:nth-child(4) {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

@-webkit-keyframes loadingFade {
  0% { opacity: 0; }
  50% { opacity: 0.8; }
  100% { opacity: 0; }
}

@-moz-keyframes loadingFade {
  0% { opacity: 0; }
  50% { opacity: 0.8; }
  100% { opacity: 0; }
}

@keyframes loadingFade {
  0% { opacity: 0; }
  50% { opacity: 0.8; }
  100% { opacity: 0; }
}

@media (max-width: 800px) {
  .container {
    width: auto;
    margin-top: 0 !important;
    padding-bottom: 0; }

  body {
    background: #fff; } }

/*# sourceMappingURL=register.css.map */
