html {
  min-width: 1250px; }

body {
  background: url("./bj_login.jpg") no-repeat;
  background-size: 100% 100%;
  padding-top: 200px;
  padding-bottom: 30px; }

.login_box {
  width: 1200px;
  height: 450px;
  border-radius: 5px;
  background: #fff;
  margin: 0 auto;
  display: flex; }
  .login_box .left {
    width: 840px;
    height: 450px;
    border-radius: 5px 0 0;
    position: relative; }
    .login_box .left img {
      width: 100%;
      height: 100%;
      border-radius: 5px 0 0; }
    .login_box .left .text {
      position: absolute;
      left: 163px;
      top: 138px; }
      .login_box .left .text p {
        font-size: 14px;
        color: #fff;
        line-height: 25px;
        margin-top: 19px; }
      .login_box .left .text img {
        width: 214px;
        height: 40px; }
  .login_box .right {
    width: 360px;
    height: 450px;
    background-color: #ffffff;
    border-radius: 0 5px 5px; }
    .login_box .right .title {
      margin-top: 40px;
      color: #3d5770;
      font-size: 24px;
      text-align: center;
      line-height: 30px; }

.from_box {
  width: 280px;
  margin: 48px auto 0; }
  .from_box .list {
    width: 100%;
    height: 50px;
    border: 1px solid #efefef;
    border-radius: 5px;
    margin-bottom: 20px;
    display: flex;
    box-sizing: border-box;
    position: relative; }
    .from_box .list label {
      width: 18px;
      height: 20px;
      margin: 15px 20px 0 20px; }
      .from_box .list label.username {
        background: url("./user_login.png") no-repeat;
        background-size: 100% 100%; }
      .from_box .list label.password {
        background: url("./user_password.png") no-repeat;
        background-size: 100% 100%; }
      .from_box .list label.email {
        background: url("./mail_login.png") no-repeat;
        background-size: 100% 100%;
        width: 20px;
        height: 16px; }
      .from_box .list label.invitecode {
        background: url("./yqm_login.png") no-repeat;
        background-size: 100% 100%;
        width: 20px;
        height: 16px; }
    .from_box .list input {
      width: 220px;
      height: 30px;
      margin-top: 9px;
      border: none;
      background: none;
      outline: none;
      -webkit-appearance: none;
      border-left: 1px solid #efefef; }
      .from_box .list input::-webkit-input-placeholder {
        color: #d6d6d6 !important; }
    .from_box .list.code {
      border: none; }
      .from_box .list.code input {
        width: 160px;
        height: 50px;
        border: 1px solid #efefef;
        background: #fff;
        margin: 0 8px 0 0; }
    .from_box .list .note {
      position: absolute;
      left: 0;
      bottom: -24px; }
      .from_box .list .note span {
        font-size: 12px;
        color: #dd4b39; }
  .from_box .btn_box button {
    width: 280px;
    height: 54px;
    text-align: center;
    color: #fff;
    background: url("./button_bj.png") repeat-x;
    border-radius: 5px;
    border: none;
    line-height: 54px;
    padding: 0; }
  .from_box .reg {
    text-align: center;
    margin-top: 20px; }
    .from_box .reg i {
      display: inline-block;
      width: 13px;
      height: 13px;
      background: url("./arrow_login.png") no-repeat;
      background-size: 100% 100%;
      vertical-align: middle;
      margin-right: 3px; }
    .from_box .reg span {
      font-size: 12px;
      color: #acacac; }
    .from_box .reg button {
      display: inline-block;
      width: auto;
      height: auto;
      background: none;
      border: none;
      color: #30a1d9;
      text-decoration: none;
      padding: 0; }
      .from_box .reg button:hover {
        text-decoration: underline; }

.copyright {
  width: 1200px;
  margin: 78px auto 0;
  font-size: 12px;
  color: #bdc6d4;
  text-align: center; }

.reg_from_box {
  width: 360px;
  margin: 90px auto 0;
  background: #fff;
  border-radius: 5px; }
  .reg_from_box .title {
    padding: 40px 0;
    color: #3d5770;
    font-size: 24px;
    text-align: center;
    line-height: 30px; }
  .reg_from_box .from_box {
    margin-top: 0; }
    .reg_from_box .from_box .note {
      line-height: 26px;
      margin-top: -20px; }
    .reg_from_box .from_box .btn_box {
      margin-top: 20px; }
    .reg_from_box .from_box .reg {
      padding-bottom: 20px; }

.active_bg {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9998; }

.active_box {
  display: none;
  width: 540px;
  height: 394px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -270px;
  margin-top: -197px;
  border-radius: 5px;
  z-index: 9999; }
  .active_box .title {
    width: 100%;
    height: 40px;
    background: url("./tips_top_bj.png") repeat-x;
    border-radius: 5px 5px 0 0;
    text-align: right;
    line-height: 40px;
    box-sizing: border-box;
    padding: 0 10px; }
    .active_box .title a {
      display: inline-block;
      width: 16px;
      height: 16px; }
      .active_box .title a img {
        width: 100%;
        height: 100%; }
  .active_box iframe {
    width: 100%;
    height: 354px;
    border: none;
    background: #f4f6f9;
    border-radius: 0 0 5px 5px; }

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