@charset "UTF-8";
@import url(reset.css);
@import url(common.css);
html,
body {
  height: 100%;
  background-color: #f9f9f9; }

.main {
  width: 95%;
  max-width: 430px;
  margin: 0 auto;
  height: 540px;
  -webkit-box-shadow: -40px 40px 160px 0 rgba(0, 0, 0, 0.08), -8px 8px 15px 0 rgba(120, 120, 120, 0.04), 3px 3px 30px 0 rgba(0, 0, 0, 0.04);
  -moz-box-shadow: -40px 40px 160px 0 rgba(0, 0, 0, 0.08), -8px 8px 15px 0 rgba(120, 120, 120, 0.04), 3px 3px 30px 0 rgba(0, 0, 0, 0.04);
  box-shadow: -40px 40px 160px 0 rgba(0, 0, 0, 0.08), -8px 8px 15px 0 rgba(120, 120, 120, 0.04), 3px 3px 30px 0 rgba(0, 0, 0, 0.04);
  position: absolute;
  top: 50%;
  margin-top: -270px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto; }
  .main .logo {
    text-align: center;
    padding-top: 10px; }
  .main img {
    width: 193px;
    height: 39px; }
  .main form {
    margin-top: 38px;
    padding: 0 15px;
    color: #666C75; }
    .main form label {
      font-weight: 400; }
    .main form .form-control {
      background: #F6F6F6;
      border: 1px solid #C9C8CC;
      box-shadow: none;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px; }
    .main form .la {
      padding-top: 20px;
      font-size: 13px;
      text-align: center; }
      .main form .la a {
        display: inline-block;
        padding: 6px 10px;
        margin: 0 5px;
        background: #e5e5e5; }
      .main form .la a:link {
        color: #8F949C; }
      .main form .la a:visited {
        color: #8F949C; }
      .main form .la a:hover,
      .main form .la a.on {
        background-color: #9C5788;
        color: #ffffff; }
      .main form .la a:active {
        color: #ffffff; }
    .main form .input-group .input-group-addon {
      cursor: pointer; }
    .main form button.btn {
      outline: none;
      margin-top: 28px; }
      .main form button.btn:focus {
        outline: none; }
      .main form button.btn:active {
        outline: none; }

.btn {
  height: 35px;
  background-color: #9C5788;
  color: #ffffff; }

.btn.active, .btn:active {
  color: #ffffff; }

.btn.focus, .btn:focus, .btn:hover {
  color: #ffffff; }

.header_logo {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto; }
  .header_logo .logo {
    padding-top: 8px; }
    .header_logo .logo img {
      width: 190px;
      height: 40px;
      margin-left: 15px; }

.header_box {
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #d4d4d4;
  align-content: cneter; }
  .header_box .logo {
    display: block;
    width: 190px;
    height: 60px;
    float: left;
    margin-left: 24px; }
  .header_box .timeBox {
    display: flex;
    width: 360px;
    float: right;
    margin-right: 6px;
    overflow: hidden;
    align-content: center; }
    .header_box .timeBox .weatherBox {
      display: flex;
      flex: 0 0 50%;
      flex-wrap: wrap;
      float: left;
      text-align: right;
      font-size: 12px;
      color: #444444;
      line-height: 20px;
      align-content: center; }
      .header_box .timeBox .weatherBox p {
        flex: 0 0 100%; }
    .header_box .timeBox .time {
      flex: 0 0 50%;
      height: 60px;
      line-height: 60px;
      font-size: 36px;
      color: #46a0e3;
      text-align: center;
      float: right; }

.version {
  margin: 70px auto; }

.linkText_bottom {
  display: block;
  margin-top: 14px;
  text-align: center;
  font-size: 12px;
  color: #777777; }
  .linkText_bottom a {
    color: #965888;
    cursor: pointer; }

.icon_footer {
  height: 100px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  bottom: 0;
  font-size: 14px;
  color: #444444; }

/* 超小屏幕（手机，小于 768px） */
/* 没有任何媒体查询相关的代码，因为这在 Bootstrap 中是默认的（还记得 Bootstrap 是移动设备优先的吗？） */
@media (max-width: 768px) {
  .main {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; } }
/* 小屏幕（平板，大于等于 768px） */
@media (min-width: 768px) {
  .main {
    width: 430px; } }
/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width: 992px) {
  .main {
    width: 430px; } }
/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media (min-width: 1200px) {
  .main {
    width: 430px; } }
.changePassword {
  display: block;
  width: 700px;
  max-width: calc(100% - 40px);
  background-color: #ffffff;
  position: absolute;
  top: calc(50% + 20px);
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 28px 0; }
  .changePassword .topIcon {
    display: block;
    height: 62px;
    width: 62px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #f0863d;
    color: #ffffff;
    line-height: 62px;
    text-align: center;
    position: absolute;
    top: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
    .changePassword .topIcon i {
      font-size: 36px; }
  .changePassword .title {
    width: 100%;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
    color: #323232;
    margin-top: 12px;
    font-weight: 700;
    position: relative; }
    .changePassword .title:before {
      content: '';
      width: 64px;
      height: 2px;
      background-color: #b8b8b8;
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }
  .changePassword .center {
    width: 380px;
    max-width: calc(100% - 40px);
    margin: 0 auto;
    padding-top: 46px; }
    .changePassword .center .basic_info > div {
      margin-top: 16px; }
      .changePassword .center .basic_info > div input {
        padding-right: 36px; }
      .changePassword .center .basic_info > div .eye {
        display: block;
        width: 36px;
        height: 20px;
        position: absolute;
        right: 0;
        top: -4px;
        line-height: 20px;
        border: none;
        background-color: transparent;
        outline: none;
        text-align: center;
        cursor: pointer; }

.sm_screen {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative; }

.sm_screen_centerBox .sel_noborder:after {
  display: none; }
.sm_screen_centerBox .sel_noborder:before {
  display: none; }

.sel_noborder select.border_bottom.requir {
  border-bottom-width: 2px;
  color: #555; }

.sm_screen_Header {
  display: block;
  height: 42px;
  line-height: 42px;
  background-color: #ffffff;
  position: relative; }
  .sm_screen_Header .return_btn {
    display: block;
    background-color: transparent;
    border: none;
    height: 42px;
    width: 55px;
    position: absolute;
    top: 0;
    left: 0;
    outline: none;
    text-align: center;
    color: #333333; }
  .sm_screen_Header h2 {
    display: block;
    width: calc(100% - 110px);
    height: 100%;
    line-height: 42px;
    text-align: center;
    font-size: 16px;
    color: #333333;
    margin: 0 auto; }

.basic_info select.form-control {
  padding: 0 10px;
  height: 20px;
  line-height: 20px;
  font-size: 13px; }

.sm_screen_centerBox {
  display: block;
  width: 100%;
  height: calc(100% - 42px); }
  .sm_screen_centerBox .left_NaveBox {
    display: block;
    width: 122px;
    float: left;
    height: 100%;
    overflow: auto; }
    .sm_screen_centerBox .left_NaveBox ul > li {
      display: block;
      width: 100%;
      height: 48px;
      line-height: 48px;
      padding: 0 30px 0 15px;
      border-left: 2px solid transparent;
      cursor: pointer;
      position: relative; }
      .sm_screen_centerBox .left_NaveBox ul > li .delete {
        display: none;
        height: 16px;
        width: 16px;
        border-radius: 50%;
        background-color: #cccccc;
        position: absolute;
        right: 6px;
        top: 16px; }
        .sm_screen_centerBox .left_NaveBox ul > li .delete:before {
          content: "";
          height: 10px;
          width: 2px;
          background-color: #ffffff;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%) rotate(-45deg); }
        .sm_screen_centerBox .left_NaveBox ul > li .delete:after {
          content: "";
          height: 10px;
          width: 2px;
          background-color: #ffffff;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%) rotate(45deg); }
        .sm_screen_centerBox .left_NaveBox ul > li .delete:active {
          background-color: #8a5973; }
      .sm_screen_centerBox .left_NaveBox ul > li.active {
        color: #8a5973;
        background-color: #ffffff;
        border-left: 2px solid #8a5973; }
        .sm_screen_centerBox .left_NaveBox ul > li.active .delete {
          display: block; }
    .sm_screen_centerBox .left_NaveBox .add_Btn {
      display: block;
      width: 100%;
      height: 48px;
      line-height: 48px;
      padding: 0 30px 0 15px;
      border-left: 2px solid transparent;
      color: #8a5973;
      cursor: pointer; }
      .sm_screen_centerBox .left_NaveBox .add_Btn:active {
        background-color: #ffffff; }
  .sm_screen_centerBox .right_centerBox {
    display: block;
    width: calc(100% - 122px);
    float: left;
    height: 100%;
    overflow: auto;
    background-color: #ffffff; }
    .sm_screen_centerBox .right_centerBox form {
      display: block;
      overflow: hidden;
      padding: 20px; }
    .sm_screen_centerBox .right_centerBox .btnBox {
      padding: 0 8px;
      margin-top: 20px;
      text-align: center; }
      .sm_screen_centerBox .right_centerBox .btnBox button {
        width: calc(50% - 8px); }
    .sm_screen_centerBox .right_centerBox .btn-def {
      background-color: #cccccc; }

.register_content {
  background-color: #ffffff;
  height: calc(100% - 42px);
  overflow: hidden; }
  .register_content > h3 {
    text-align: center;
    font-size: 22px;
    color: #000;
    font-weight: 500;
    height: 40px;
    line-height: 40px;
    position: relative;
    margin-top: 15px; }
    .register_content > h3:before {
      content: "";
      position: absolute;
      display: block;
      width: 106px;
      height: 2px;
      background: #a0a0a0;
      bottom: -3px;
      left: 0;
      right: 0;
      margin: auto; }
  .register_content > p {
    text-align: center;
    margin-top: 13px;
    font-size: 12px;
    color: #333333; }
  .register_content > form {
    display: block;
    padding: 20px; }
    .register_content > form .hoshi_input {
      height: 36px;
      padding-top: 6px; }
      .register_content > form .hoshi_input input {
        background: none;
        border: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        height: 25px;
        line-height: 25px;
        position: relative;
        z-index: 99;
        width: 100%;
        font-size: 16px; }
      .register_content > form .hoshi_input label {
        position: absolute;
        display: block;
        height: 36px;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 2px #595757 solid; }
        .register_content > form .hoshi_input label:before {
          content: '';
          display: block;
          height: 2px;
          width: 0;
          position: absolute;
          bottom: -2px;
          border: 0;
          left: 0;
          background: #9C5788; }
        .register_content > form .hoshi_input label span {
          display: block;
          width: 100%;
          height: 30px;
          position: absolute;
          top: 5px;
          left: 0;
          z-index: 98;
          font-size: 16px;
          font-weight: 400;
          color: #595757; }
    .register_content > form .hoshi_input.hoshi_input_fill input + label:before {
      transition: width 0.8s;
      width: 100%; }
    .register_content > form .hoshi_input.hoshi_input_fill input + label span {
      transform: scale(0.69, 0.69);
      top: -10px;
      left: 0;
      color: #9C5788;
      transition: 0.4s top ease;
      transform-origin: 0 0; }
    .register_content > form .condition {
      margin-top: 15px;
      padding-bottom: 35px;
      position: relative; }
      .register_content > form .condition i {
        font-size: 12px;
        position: absolute;
        right: 0;
        top: 7px; }
        .register_content > form .condition i:before {
          content: '';
          position: absolute;
          display: block;
          width: 10px;
          height: 3px;
          background: #595757;
          border: 0;
          left: -15px;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%); }
    .register_content > form .input_wrap {
      width: 100%;
      margin-top: 30px;
      position: relative; }

/*# sourceMappingURL=login.css.map */
