html{
  height:100%;
}
body {
  font-size: 0.5rem;
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: 0 0 / cover;
  background-color: #101129; 
  height:100%;
}

* {
  margin: 0;
  padding: 0;
  font-weight: normal; }

ul {
  list-style: none; }

a {
  text-decoration: none; }

.viewport {
  width: 100%;
  height: 100%;
  background: url("../images/loginbg.jpg") no-repeat center center #071429;
  background-size: 100% 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
  /*position: fixed;*/ 
}

  .viewport .viewtitle {
	box-sizing: border-box;
    font-size: 0.5rem;
    font-family: AlibabaPuHuiTiB;
    font-weight: 400;
    color: #00797E;
    padding-top: 1.5rem;
	margin-left:48%;
  }

@media (max-width: 800px){
   .viewport .viewtitle {
		margin-left: 0.5rem;
   }
}

.viewlogin {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  padding-right: 13%;
  box-sizing: border-box;
  position:relative;
}
  .viewlogin .viewloginr {
    background: url("../images/loginbg2.png") no-repeat;
    background-size: 100% 100%;
    width: 6.24rem;
    height: 6.78rem; }
    .viewlogin .viewloginr h2 {
      font-size: 0.26rem;
      font-family: PingFang;
      font-weight: bold;
      color: #333333;
      padding-top: 1.2rem;
      margin-left: 1.3rem; }
    .viewlogin .viewloginr .viewloginr_form {
      width: 3.6rem;
      margin-left: 1.3rem;
      margin-top: 0.5rem; }
      .viewlogin .viewloginr .viewloginr_form .viewloginr_input {
        width: 3.6rem;
        height: 0.52rem;
        background: #f8f8f8;
        border-radius: 0.26rem;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: nowrap;
        flex-direction: row;
        position: relative;
        margin-bottom: 0.25rem; }
        .viewlogin .viewloginr .viewloginr_form .viewloginr_input .icon {
          width: 0.7rem;
          margin-right: 0.1rem;
          flex-shrink: 0;
          position: relative;
          height: 100%;
          display: flex;
          justify-content: center;
          align-items: center;
          flex-wrap: nowrap;
          flex-direction: row; }
          .viewlogin .viewloginr .viewloginr_form .viewloginr_input .icon img {
            width: 0.2rem; }
        .viewlogin .viewloginr .viewloginr_form .viewloginr_input input {
          border: none;
          width: 100%;
          position: relative;
          height: 100%;
          outline: none;
          background: none;
          font-size: 0.18rem;
          font-family: PingFang SC;
          font-weight: 500;
          color: #333333; }

.login_forget {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row; }
  .login_forget .login_forget_start {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row; 
    cursor:pointer;
  }
    .login_forget .login_forget_start .select {
      width: 0.14rem;
      height: 0.14rem;
      background: url("../images/icon_weixuanzhong.png") no-repeat;
      background-size: 100% 100%;
      margin-right: 0.09rem; }
    .login_forget .login_forget_start .selected {
      width: 0.14rem;
      height: 0.14rem;
      background: url("../images/icon_xuanzhong.png") no-repeat;
      background-size: 100% 100%; }
    .login_forget .login_forget_start span {
      font-size: 0.14rem;
      font-family: PingFang SC;
      font-weight: 500;
      color: #999999; }
  .login_forget .login_forget_end {
    font-size: 0.14rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #999999; }

.login_reg {
  margin-top: 0.3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row; }
  .login_reg .NobankAccount {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    font-size: 0.14rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #999999;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
    .login_reg .NobankAccount a {
      font-size: 0.16rem;
      font-family: PingFang;
      font-weight: bold;
      text-decoration: underline;
      color: #00797E; }
  .login_reg .login_but {
    width: 1.2rem;
    height: 0.48rem;
    background: #00797E;
    border-radius: 0.24rem;
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    font-size: 0.18rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF; }


.alertify .ajs-commands{
  line-height:15px;
}

.footer{
	position:absolute;
	font-size:0.22rem;
	top:7rem;
	width: 5.4rem;
	color:#103d4f
}