/*reset start*/
html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu {
  margin: 0;
  padding: 0; }

html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 {
  -webkit-text-size-adjust: none; }

header, footer, section, article, aside, nav, hgroup, address, figure, figcaption, menu, details {
  display: block; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th {
  text-align: left;
  font-weight: normal; }

html, body, fieldset, img, iframe, abbr {
  border: 0; }

i, cite, em, var, address, dfn {
  font-style: normal; }

[hidefocus], summary {
  outline: 0; }

li {
  list-style: none; }

h1, h2, h3, h4, h5, h6, small {
  font-size: 100%;
  font-style: normal;
  font-weight: normal; }

sup, sub {
  font-size: 83%; }

pre, code, kbd, samp {
  font-family: inherit; }

q:before, q:after {
  content: none; }

textarea {
  overflow: auto;
  resize: none; }

label, summary {
  cursor: default; }

a, button {
  cursor: pointer; }

button {
  border: none;
  outline: 0 none; }

a {
  color: #333; }

del, ins, u, s, a, a:hover {
  text-decoration: none; }

body, textarea, input, button, select, keygen, legend {
  color: #333;
  outline: 0; }

body * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0); }

.clearfix:after {
  content: ".";
  display: block;
  overflow: hidden;
  height: 0;
  clear: both;
  visibility: hidden; }

* html .clearfix {
  height: 1%; }

input, textarea, select {
  outline: none;
  -webkit-appearance: none; }

.clearOver {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.fl {
  float: left; }

.fr {
  float: right; }

@media only screen and (max-width: 315px) {
  html {
    font-size: 50% !important; } }
@media only screen and (min-width: 316px) {
  html {
    font-size: 62.5% !important; } }
.color_66 {
  color: #666; }

.color_99 {
  color: #999; }

.color_main {
  color: #0d96d5; }

.color_fu {
  color: #ff500b; }

.right {
  color: #22ad38; }

.wrong {
  color: #ed0000; }

.bg_ff {
  background: #fff; }

.bg_f5 {
  background: #f5f5f5; }

.bg_gray {
  background: #ededed; }

.tc {
  text-align: center; }

.p15 {
  padding: 15px; }

.mt1 {
  margin-top: 1rem; }

.mb1 {
  margin-bottom: 1rem; }

.top_bar .more_nav .more_menu:before, .register_form label.input_item:before, .login_form label.input_item:before, .forgot_form label.input_item:before {
  content: "";
  display: block;
  position: absolute; }

body {
  max-width: 640px !important;
  margin: 0 auto; }

.top_bar {
  position: fixed;
  top: 0;
  max-width: 640px !important;
  margin: 0 auto;
  width: 100%;
  height: 50px;
  background-color: #0d96d5;
  z-index: 10; }
  .top_bar .go_back {
    position: absolute;
    left: 15px;
    top: 0;
    width: 11.5px;
    height: 50px;
    line-height: 50px;
    text-align: center; }
    .top_bar .go_back .btn_back {
      width: 11.5px;
      height: 20px;
      background: url("../images/back.png") center no-repeat;
      background-size: 100% 100%;
      vertical-align: middle; }
  .top_bar h1 {
    display: block;
    margin: 0 auto;
    width: 82%;
    height: 50px;
    line-height: 50px;
    font-size: 17px;
    color: #fff;
    text-align: center; }
  .top_bar .more_nav {
    position: absolute;
    right: 15px;
    top: 0; }
    .top_bar .more_nav .btn_more {
      display: block;
      width: 18px;
      height: 50px;
      background: url("../images/more.png") center no-repeat;
      background-size: 100% auto; }
    .top_bar .more_nav .more_menu {
      display: none;
      position: absolute;
      right: -5px;
      top: 50px;
      width: 8.4rem;
      border-radius: 4px;
      background-color: #000;
      opacity: .7; }
      .top_bar .more_nav .more_menu.active {
        display: block; }
      .top_bar .more_nav .more_menu:before {
        top: -14.5px;
        right: 5px;
        width: 0;
        height: 0;
        border-color: transparent;
        border-width: 7.5px;
        border-style: solid;
        border-bottom-color: #474747; }
      .top_bar .more_nav .more_menu li {
        position: relative;
        width: 100%;
        height: 3rem;
        line-height: 3rem;
        font-size: 1.4rem;
        font-weight: 400;
        text-indent: 1.8rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.6); }
        .top_bar .more_nav .more_menu li:last-child {
          border-bottom: 0; }
        .top_bar .more_nav .more_menu li a {
          color: #fff; }

body {
  background: #fff; }

.forgot_warp,
.login_warp {
  padding-top: 50px; }

.register_warp {
  padding-top: 50px; }
  .register_warp .logo {
    margin: 2rem auto; }

.title {
  padding: 3rem 0 1.5rem;
  text-align: center; }
  .title h2 {
    font-size: 2.3rem;
    color: #0d96d5; }
  .title p {
    margin-top: 1rem;
    font-size: 1.4rem;
    color: #666; }

.register_form label, .login_form label, .forgot_form label {
  margin-top: 1rem;
  display: block;
  width: 100%;
  height: 3.8rem;
  overflow: hidden; }
  .register_form label .input_txt, .login_form label .input_txt, .forgot_form label .input_txt {
    font-size: 1.5rem;
    border: 0; }
    .register_form label .input_txt.captcha, .login_form label .input_txt.captcha, .forgot_form label .input_txt.captcha, .register_form label .input_txt.code, .login_form label .input_txt.code, .forgot_form label .input_txt.code {
      float: left;
      width: 56%;
      height: 3.8rem;
      line-height: 3.8rem;
      text-indent: 1rem;
      border-radius: 5px;
      background-color: #ededed; }
  .register_form label.input_item, .login_form label.input_item, .forgot_form label.input_item {
    position: relative;
    border-radius: 5px;
    background-color: #ededed;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex; }
    .register_form label.input_item.phone:before, .login_form label.input_item.phone:before, .forgot_form label.input_item.phone:before {
      top: 50%;
      left: 1.5rem;
      margin-top: -.9rem;
      width: .95rem;
      height: 1.8rem;
      background: url("../images/phone_icon.png") center top no-repeat;
      background-size: 100% 100%; }
    .register_form label.input_item.password, .login_form label.input_item.password, .forgot_form label.input_item.password {
      position: relative; }
      .register_form label.input_item.password:before, .login_form label.input_item.password:before, .forgot_form label.input_item.password:before {
        top: 50%;
        left: 1.25rem;
        margin-top: -.9rem;
        width: 1.3rem;
        height: 1.8rem;
        background: url("../images/password_icon.png") center top no-repeat;
        background-size: 100% 100%; }
      .register_form label.input_item.password .saw_btn, .login_form label.input_item.password .saw_btn, .forgot_form label.input_item.password .saw_btn {
        position: absolute;
        top: 50%;
        right: 1rem;
        margin-top: -.5rem;
        width: 1.6rem;
        height: 1rem;
        background: url("../images/no_see.png") center no-repeat;
        background-size: 100% 100%; }
        .register_form label.input_item.password .saw_btn.active, .login_form label.input_item.password .saw_btn.active, .forgot_form label.input_item.password .saw_btn.active {
          background: url("../images/see.png") center no-repeat;
          background-size: 100% 100%; }
    .register_form label.input_item .input_txt, .login_form label.input_item .input_txt, .forgot_form label.input_item .input_txt {
      margin-left: 4rem;
      -moz-flex: 3;
      -webkit-flex: 3;
      flex: 3;
      background-color: transparent; }
  .register_form label .captcha_btn, .login_form label .captcha_btn, .forgot_form label .captcha_btn {
    float: right;
    width: 41%;
    height: 3.8rem;
    line-height: 3.8rem;
    border-radius: 5px;
    text-align: center;
    font-size: 0;
    background: #ededed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .register_form label .captcha_btn img, .login_form label .captcha_btn img, .forgot_form label .captcha_btn img {
      max-width: 70%;
      max-height: 70%;
      vertical-align: middle; }
  .register_form label .code_btn, .login_form label .code_btn, .forgot_form label .code_btn {
    float: right;
    width: 41%;
    height: 3.8rem;
    font-size: 1.5rem;
    border-radius: 5px;
    text-align: center;
    color: #ff500b;
    border: 1px solid #ff500b;
    background: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .register_form label .code_btn.default, .login_form label .code_btn.default, .forgot_form label .code_btn.default {
      background: #ededed;
      border-color: #ededed;
      color: #666; }
      .register_form label .code_btn.default span, .login_form label .code_btn.default span, .forgot_form label .code_btn.default span {
        color: #ff500b; }

.login_form label {
  margin-top: 1.7rem; }

.forgot_form label {
  margin-top: 1.7rem; }
.forgot_form label.input_item.password.no .input_txt {
  margin-left: 1.3rem; }
.forgot_form label.input_item.com_password .input_txt {
  margin-left: 1.3rem; }
.forgot_form label.input_item.password.no:before {
  width: 0;
  height: 0; }

.go_box {
  margin-top: 1.7rem;
  font-size: 1.5rem;
  color: #555; }

.register_btn, .go_register_btn,
.next_btn,
.login_btn {
  display: inline-block;
  margin-top: 1rem;
  width: 100%;
  height: 3.8rem;
  line-height: 3.8rem;
  font-size: 2rem;
  border-radius: 5px;
  color: #fff;
  background-color: #0d96d5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.go_register_btn,
.next_btn,
.login_btn {
  margin-top: 1.7rem; }

.go_register_btn {
  text-align: center;
  color: #ff500b;
  background-color: #fff;
  border: 1px solid #ff500b; }

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