@charset "UTF-8";

/*Color*/
.flex {
  display: flex;
}
.flex.column {
  flex-direction: column;
}
.flex.column.column-center {
  align-content: center;
}
.flex.column.column-space-between {
  align-content: space-between;
}
.flex.column.column-start {
  align-content: flex-start;
}
.flex.column.column-end {
  align-content: flex-end;
}
.flex.center {
  justify-content: center;
}
.flex.start {
  justify-content: flex-start;
}
.flex.end {
  justify-content: flex-end;
}
.flex.space-between {
  justify-content: space-between;
}
.flex.space-around {
  justify-content: space-around;
}
.flex.middle {
  align-items: center;
}
.flex.stretch {
  align-items: stretch;
}
.flex.top {
  align-items: flex-start;
}
.flex.bottom {
  align-items: flex-end;
}
.flex.wrap {
  flex-wrap: wrap;
}
.flex.grow {
  flex-grow: 1;
}

.flex-one {
  flex: 1;
}

.flex-two {
  flex: 2;
}

.shrink {
  flex-shrink: 0;
}

* {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
  width: 100%;
  background-color: black;
}

body {
  height: 100%;
}

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

ul, ol {
  list-style: none;
}

i {
  font-style: normal;
}

[v-cloak] {
  display: none;
}

/* -- 滚动条 -- */
::-webkit-scrollbar {
  width: 5px;
  height: 4px;
}

::-webkit-scrollbar-button {
  height: 0;
  width: 0;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background: #26539d;
  border-radius: 2px;
}

.login-page {
  width: 100%;
  height: 100%;
  background-image: url("../images/login/bg.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.login-page .cloud {
  width: 100%;
  height: 5rem;
  left: 0;
  bottom: 4.99rem;
  position: absolute;
  background-image: url("../images/login/cloud.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
/*.login-page .surf {*/
/*  width: 1.4rem;*/
/*  height: 1.15rem;*/
/*  right: 2rem;*/
/*  bottom: 3.65rem;*/
/*  position: absolute;*/
/*  background-image: url("../images/login/surf.png");*/
/*  background-position: center;*/
/*  background-repeat: no-repeat;*/
/*  background-size: 100% 100%;*/
/*}*/
.login-page .photo {
  width: 12.51rem;
  height: 6.91rem;
  left: 0.11rem;
  bottom: 0.42rem;
  position: absolute;
  background-image: url("../images/login/photo.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: none;
}
.login-page .seagull {
  width: 3.86rem;
  height: 4.26rem;
  left: 2.86rem;
  bottom: 2.12rem;
  position: absolute;
  background-image: url("../images/login/seagull.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.login-page .seasmall {
  width: 2.69rem;
  height: 1.77rem;
  right: 2.54rem;
  bottom: 6.41rem;
  position: absolute;
  background-image: url("../images/login/seasmall.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.login-page .seatwo {
  width: 1.73rem;
  height: 0.95rem;
  left: 3.54rem;
  bottom: 8.45rem;
  position: absolute;
  background-image: url("../images/login/seatwo.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.login-page .frombox {
  width: 7.87rem;
  height: 6.87rem;
  /*right: 2.46rem;*/
  right: 5.7rem;
  /*bottom: 1.64rem;*/
  bottom: 0.1rem;
  position: absolute;
  background-image: url("../images/login/frombox.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 1.11rem 0 0 1.1rem;
  box-sizing: border-box;
}
.login-page .frombox .inner-box {
  width: 5.67rem;
  height: 4.67rem;
  padding-top: 0.85rem;
}
.login-page .frombox .inner-box .user {
  width: 3.8rem;
  height: 0.56rem;
  box-sizing: border-box;
  padding-left: 0.56rem;
  margin: 0 auto 0.22rem;
  background-color: #fff;
  border-radius: 0.16rem;
  position: relative;
}
.login-page .frombox .inner-box .user i {
  width: 0.56rem;
  height: 0.56rem;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.26rem;
}
.login-page .frombox .inner-box .user input {
  width: calc(100% - 0.56rem);
  height: 0.56rem;
  border: none;
  outline: none;
  position: absolute;
  left: 0.56rem;
  top: 0;
  border-radius: 0.16rem;
}
.login-page .frombox .inner-box .pwd {
  width: 3.8rem;
  height: 0.56rem;
  box-sizing: border-box;
  padding-left: 0.56rem;
  margin: 0 auto 0.22rem;
  background-color: #fff;
  border-radius: 0.16rem;
  position: relative;
}
.login-page .frombox .inner-box .pwd i {
  width: 0.56rem;
  height: 0.56rem;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.26rem;
}
.login-page .frombox .inner-box .pwd input {
  width: calc(100% - 0.56rem);
  height: 0.56rem;
  border: none;
  outline: none;
  position: absolute;
  left: 0.56rem;
  top: 0;
  border-radius: 0.16rem;
}
.login-page .frombox .inner-box .yanzheng {
  width: 3.8rem;
  height: 0.56rem;
  margin: 0 auto 0.22rem;
}
.login-page .frombox .inner-box .yanzheng .yanzheng-box {
  width: 2.2rem;
  height: 0.56rem;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 0.16rem;
  padding-left: 0.56rem;
  margin-right: 0.2rem;
  position: relative;
}
.login-page .frombox .inner-box .yanzheng .yanzheng-box i {
  width: 0.56rem;
  height: 0.56rem;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.26rem;
}
.login-page .frombox .inner-box .yanzheng .yanzheng-box input {
  width: calc(100% - 0.56rem);
  height: 0.56rem;
  border: none;
  outline: none;
  position: absolute;
  left: 0.56rem;
  top: 0;
  border-radius: 0.16rem;
}
.login-page .frombox .inner-box .yanzheng .img-box {
  height: 0.56rem;
  background-color: #fff;
}
.login-page .frombox .inner-box .btn {
  width: 3.8rem;
  height: 0.56rem;
  margin: 0 auto 0.22rem;
  /*background-color: #ffa800;*/
  /*background-color: #00ffea42;*/
  border-radius: 0.16rem;
  text-align: center;
}
.login-page .frombox .inner-box .btn .text {
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 0.56rem;
  color: #fff;
  cursor: pointer;
}
.login-page .title {
  /*font-size: 0.66rem;*/
  font-size: 0.66rem;
  font-weight: bold;
  /*background: -webkit-linear-gradient(bottom, #a1ecff, #cbfff2);*/
  /*background: -webkit-linear-gradient(bottom, #fff, #ffffffad);*/
  /*background: -webkit-linear-gradient(bottom, #07ffa3, #ffffff);*/
    background: -webkit-linear-gradient(bottom, #0cc4ed, #ffffff99);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  /*bottom: 8.18rem;*/
    bottom: 7.1rem;
  letter-spacing: 0.04rem;
    font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
    -webkit-text-stroke: 2px rgba(255, 255, 255, 0.78);
    filter: drop-shadow(0px 4px 6px rgba(0,0,0,0.5));
}
.login-page .footer-bottom {
  color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.84rem;
  font-size: 0.12rem;
}

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