body {
  margin: 0;
}
a {
  color: inherit;
}
[v-cloak] {
  display: none;
}
.container {
  background-image: url('../images/bg-default.png');
  background-size: cover;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.container.has{
  background-image: url('../images/huaian-bg.png');
}
.container.haq{
  background-image: url('../images/bg-huaianqu.png');
}
.container.hy{
  background-image: url('../images/bg-huaiyin.png');
}
.container.jh{
  background-image: url('../images/bg-jinhu.png');
}
.container.ls{
  background-image: url('../images/bg-lianshui.png');
}
.container.qjp{
  background-image: url('../images/bg-qingjiang.png');
}
.container.xy{
  background-image: url('../images/bg-xuyi.png');
}
.container.hz{
  background-image: url('../images/bg-hongze.png');
}
.container.jjkfq{
  background-image: url('../images/bg-jjkfq.png');
}
.container.stwlq{
  background-image: url('../images/bg-stwlq.png');
}
.container.gyyq{
  background-image: url('../images/bg-gyyq.png');
}
.main {
  position: absolute;
  width: 100%;
  min-height: 34vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(26, 57, 118, 0.86);
}
.down{
  display: flex;
  justify-content: center;
  position: absolute;
  height: 100px;
  bottom: 0;
  font-size: 16px;
  background-color: rgba(26, 57, 118, 0.86);
  color: #fff;
  padding-bottom: 10px;
}

.main-line {
  width: 10%;
  height: 287px;
  background-image: url('../images/line.png');
  background-repeat: no-repeat;
  background-position: center;
}

.content {
  margin-top: 10px;
  width: 410px;
  height: 254px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.content-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #819fdc;
  font-weight: bold;
  font-size: 26px;
}
.content-head .is-active {
  background-image: linear-gradient(to bottom,#fff 0,#e7f5ff 75%, #7dabff 100%);
  -webkit-background-clip: text;
  color: transparent;
}
.content-head .line{
	width: 1px;
	height: 36px;
	background-color: #298dd3;
	box-shadow: -1px 0px 0px 0px 
		#0b3c71;
}

.form {
  width: 100%;
}
.form-item {
  margin-top: 12px;
  display: flex;
  align-items: center;
  height: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  color: #ffffff;
  font-size: 18px;
}
.form-item label {
  flex-shrink: 0;
  width: 80px;
}
.form-item input {
  outline: none;
  flex-grow: 1;
  height: 100%;
  border: 0;
  color: inherit;
  font-size: inherit;
  background-color: transparent;
}
.form-item input::placeholder{
  color: rgba(255, 255, 255, 0.3);
}
.form-item._code{
  border: 0;
}
.authCode-warp {
  margin-right: 5px;
  display: flex;
  flex-grow: 1;
  height: 100%;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.form-item .auth-img {
  flex-shrink: 0;
  max-height: 32px;
}
.tool {
  display: flex;
  justify-content: space-between;
  color: #90c6ff;
  font-size: 16px;
}
.exatr-item+.exatr-item {
  margin-left: 10px;
}

.form-submit {
  padding: 30px;
  box-sizing: border-box;
  width: 200px;
  height: 200px;
  background-image: url('../images/login.png');
  background-position: center;
}
.form-submit button {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
}
.hide {
  visibility: hidden;
  height: 0;
  float: left;
}

.headline {
  flex-shrink: 0;
  min-width: 735px;
  height: 83px;
  display: flex;
  align-items: center;
}
.headline-text{
  margin-left: 10px;
  display: flex;
  flex-direction: column;
}
.headline .logo {
  width: 112px;
  height: 107px;
  background-image: url('../images/logo.png');
}
.headline .stair {
  font-size: 42px;
  color: #fff;
}
.headline .second {
  font-size: 20px;
  color: #7893ca;
}
.el-dialog {
  font-size: 14px;
}
.el-dialog__header {
  background-color: #1c89d8;
}
.el-dialog__title {
  color: #ffffff;
}
.el-dialog__headerbtn .el-dialog__close {
  color: #ffffff;
}
.tips {
  font-size: 18px;
}