.login .login-page {
  background: url("../img/home/login-bg.png");
  background-size: cover;
}
.login .login-page .content {
  padding: 100px 30px;
  box-sizing: border-box;
  max-width: 1200px;
}
.login .login-page .content .login-box {
  box-shadow: 0 0 8px gray;
  padding: 20px 80px;
  border-radius: 16px;
  background-color: #fff;
  display: flex;
  position: relative;
}
.login .login-page .content .login-box .line {
  position: absolute;
  width: 100px;
  height: 8px;
  border-radius: 8px;
  bottom: 20px;
  left: 20px;
  background-color: #378FCA;
}
.login .login-page .content .login-box .left {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.login .login-page .content .login-box .left img {
  width: 50%;
}
.login .login-page .content .login-box .right {
  padding: 6%  0;
  width: 50%;
}
.login .login-page .content .login-box .right h1 {
  font-size: 32px;
  color: #1C2472;
  font-weight: 300;
  margin-bottom: 30px;
}
.login .login-page .content .login-box .right .input {
  border-bottom: 1px solid #565656;
  background: url("../img/home/login-icon1.png") no-repeat 0 center;
  background-size: 25px;
  padding-left: 50px;
  margin-top: 40px;
}
.login .login-page .content .login-box .right .input input {
  border: none;
  width: 100%;
  line-height: 50px;
}
.login .login-page .content .login-box .right .input.pwd {
  background: url("../img/home/pwd.png") no-repeat 0 center;
  background-size: 25px;
}
.login .login-page .content .login-box .right .a {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
}
.login .login-page .content .login-box .right .a a {
  color: #565656;
}
.login .login-page .content .login-box .right .but {
  padding: 30px 50px;
}
.login .login-page .content .login-box .right .but a {
  display: block;
  line-height: 50px;
  border-radius: 50px;
  color: #fff;
  font-weight: 300;
  background-image: linear-gradient(125deg, #3B60A5 0%, #378DC8 97%);
  text-align: center;
  font-size: 21px;
}
.register .register-page {
  background: url("../img/home/login-bg.png");
  background-size: cover;
}
.register .register-page .content {
  padding: 100px 30px;
  box-sizing: border-box;
  max-width: 1200px;
}
.register .register-page .content .register-box {
  box-shadow: 0 0 8px gray;
  background-color: #fff;
  position: relative;
}
.register .register-page .content .register-box .name {
  font-size: 32px;
  line-height: 50px;
  padding: 0 80px;
  color: #9AA8CB;
  background-color: #13337B;
  width: 100%;
  font-weight: 300;
}
.register .register-page .content .register-box .con {
  padding: 50px 80px;
}
.register .register-page .content .register-box .con .a1 {
  border-bottom: 1px solid #13337B;
  display: flex;
  padding: 0 60px;
  flex-wrap: wrap;
  padding-top: 30px;
}
.register .register-page .content .register-box .con .a1 dd {
  width: calc((100% - 50px) / 2);
  margin-right: 50px;
}
.register .register-page .content .register-box .con .a1 dd:nth-child(2n) {
  margin-right: 0px;
}
.register .register-page .content .register-box .con .a1 dd .t-name {
  padding-bottom: 10px;
  color: #13337B;
}
.register .register-page .content .register-box .con .a1 dd .input {
  margin-bottom: 50px;
  position: relative;
}
.register .register-page .content .register-box .con .a1 dd .input input,
.register .register-page .content .register-box .con .a1 dd .input #city {
  width: 100%;
  line-height: 50px;
  border: 1px solid #D3D9DD;
  display: block;
  padding: 0 10px;
  box-sizing: border-box;
  height: 50px;
}
.register .register-page .content .register-box .con .a1 dd .input .arrow-right {
  top: 20px;
}
.register .register-page .content .register-box .con .a1 dd .input .but {
  display: block;
  line-height: 50px;
  color: #fff;
  font-weight: 300;
  background-color: #173C87;
  text-align: center;
  font-size: 21px;
  height: 50px;
  padding: 0px;
}
.register .register-page .content .register-box .con .a1 dd.mobile .input {
  margin-bottom: 10px;
}
.register .register-page .content .register-box .con .a1 dd.mobile .s2 {
  position: relative;
}
.register .register-page .content .register-box .con .a1 dd.mobile .s2 a {
  position: absolute;
  right: 0px;
  top: 0px;
  line-height: 52px;
  background-color: #6EAED4;
  color: #fff;
  padding: 0 20px;
}
.register .register-page .content .register-box .con .a1.type2 {
  border-bottom: none;
  padding-top: 60px;
}
.register .register-page .content .register-box .but {
  padding: 30px 50px 70px 50px;
  text-align: center;
}
.register .register-page .content .register-box .but a {
  display: block;
  line-height: 50px;
  color: #fff;
  font-weight: 300;
  background-color: #173C87;
  text-align: center;
  font-size: 21px;
  max-width: 300px;
  margin: auto;
}
footer {
  margin-top: 0px;
}
.info-page-warp .info-page .info-box {
  display: flex;
  width: 100%;
}
.info-page-warp .info-page .info-box .left {
  background-color: #E4EBF4;
  width: 260px;
  min-height: calc(100vh - 500px);
  padding: 10px;
  box-sizing: border-box;
}
.info-page-warp .info-page .info-box .left dd {
  background-image: linear-gradient(125deg, #3B60A5 0%, #378DC8 97%);
  text-align: center;
  color: #fff;
  line-height: 50px;
  border-radius: 10px;
  font-weight: 300;
}
.info-page-warp .info-page .info-box .right {
  position: relative;
  display: flex;
  padding: 80px;
  max-width: 800px;
  flex: 1;
}
.info-page-warp .info-page .info-box .right img {
  width: 150px;
  height: 100px;
  margin-right: 60px;
}
.info-page-warp .info-page .info-box .right .con {
  flex: 1;
}
.info-page-warp .info-page .info-box .right .con dd {
  margin-bottom: 20px;
}
.info-page-warp .info-page .info-box .right .con dd .t-name {
  padding-bottom: 10px;
  color: #13337B;
}
.info-page-warp .info-page .info-box .right .con dd .input {
  position: relative;
}
.info-page-warp .info-page .info-box .right .con dd .input input,
.info-page-warp .info-page .info-box .right .con dd .input #city {
  width: 100%;
  line-height: 50px;
  border: 1px solid #D3D9DD;
  display: block;
  padding: 0 10px;
  box-sizing: border-box;
  height: 50px;
}
.info-page-warp .info-page .info-box .right .con dd.address .s2 {
  margin-top: 10px;
}
.info-page-warp .info-page .info-box .right .con .butt-box {
  text-align: right;
}
.info-page-warp .info-page .info-box .right .con .butt-box .but {
  line-height: 50px;
  text-align: center;
  background: #1C2472 url("../img/header/edit.svg") no-repeat 30px center;
  background-size: 20px;
  padding: 0 40px 0 60px;
  color: #fff;
  font-weight: 300;
  display: inline-block;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .login .login-page .content {
    padding: 50px 30px;
  }
  .login .login-page .content .login-box {
    padding: 20px 30px;
  }
  .login .login-page .content .login-box .left {
    display: none;
  }
  .login .login-page .content .login-box .right {
    padding: 6%  0;
    width: 100%;
  }
  .register .register-page .content {
    padding: 50px 30px;
  }
  .register .register-page .content .register-box .name {
    padding-left: 30px;
  }
  .register .register-page .content .register-box .con {
    padding: 50px 30px;
  }
  .register .register-page .content .register-box .con .a1 {
    display: block;
    padding: 0 0px;
  }
  .register .register-page .content .register-box .con .a1 dd {
    width: 100%;
    margin-right: 0px;
  }
  .info-page-warp .info-page .info-box {
    display: block;
    width: 100%;
  }
  .info-page-warp .info-page .info-box .left {
    width: 100%;
    min-width: 100%;
    min-height: auto;
  }
  .info-page-warp .info-page .info-box .right {
    padding: 30px;
    display: block;
  }
  .info-page-warp .info-page .info-box .right img {
    display: none;
  }
}
/*# sourceMappingURL=login.css.map */