body {
  background: #f5f5f7;
}
#nav {
  width: 100%;

  padding-top: 80px;
}
#nav .nav-content {
  max-width: 1200px;
  margin: 0px auto;
  padding-top: 20px;
  background: white;
  min-height: 700px;
  position: relative;
}
#nav .nav-left {
  width: 500px;
  padding-top: 90px;
  padding-left: 100px;
  padding-right: 60px;
  display: inline-block;
  color: #000;
  vertical-align: top;
}
#nav .nav-left p {
  font-size: 24px;
  padding-left: 20px;
  line-height: 30px;
  font-weight: 200;
}
#nav .nav-left span {
  font-size: 14px;
  margin-top: 10px;
  padding-left: 20px;
  letter-spacing: 1px;
  display: inline-block;
  font-weight: 100;
}
#nav .nav-left h2 {
    font-size: 24px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 15px;
    color: #000;
    text-align: right;
}
#nav .nav-left ul li {
    display: inherit;
    list-style: inherit;
    position: relative;
    line-height: 20px;
    text-align: right;
}
#nav .nav-left ul li span {
    padding-left: 10px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    position: relative;
}
#nav .nav-left>div>a {
    display: block;
    width: 100px;
    height: 30px;
    box-sizing: border-box;
    border: 1px solid #00a4ff;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    color: #00a4ff;
    font-size: 13px;
    margin-top: 20px;
    float: right;
}
#nav .nav-left > div {
    width: 200px;
    display: inline-block;
    float: right;
    margin-right: 30px;
  }
#nav .nav-left > img {
  width: 80%;
  padding-top: 15px;
}

#nav .nav-right {
  width: 400px;
  padding-top: 60px;
  padding-left: 60px;
  display: inline-block;
  position: relative;
}
#nav .nav-right:before {
  content: "";
  width: 1px;
  height: 500px;
  background: #f1f1f1;
  position: absolute;
  left: 0px;
  top: 100px;
}
#nav .nav-right .nav-right-div {
  padding: 20px;
}
#nav .nav-right .nav-right-div h2 {
  font-size: 28px;
  color: #000;
  font-weight: 300;
  text-align: center;
  padding-bottom: 5px;
}
#nav .nav-right .nav-right-div .nav-right-p {
  width: 100%;
  margin-top: 10px;
  font-size: 0;
  cursor: pointer;
  text-align: center;
}
#nav .nav-right .nav-right-div .nav-right-p p {
  font-size: 16px;
  text-align: center;
  display: inline-block;
  color: #8c8c8c;
  position: relative;
  padding: 0 18px;
  font-weight: 200;
}
#nav .nav-right .nav-right-div .actBtn::before {
  width: 20px;
  height: 3px;
  background: #00a4ff;
  border-radius: 40px;
  content: " ";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
}
.p_line::after {
  height: 15px;
  content: " ";
  width: 1px;

  font-size: 10px;
  background: #f0f0f0;
  position: absolute;
  right: 0px;
  top: 5px;
}
.nav-right-form {
  width: 100%;
  font-size: 0;
  margin: 20px 0;
}
.form-div {
  margin: 10px 0;
  display: inline-block;
}
.form-div > div {
  display: inline-block;
  vertical-align: middle;
}
.form-icon {
}
.form-icon img {
  width: 25px;
  height: auto;
}
.form-input {
  margin-left: 10px;
  width: 300px;
  border-bottom: 1px solid #eee;
}
.form-input input {
  width: 100%;
  border: 0px;
  padding: 14px 0;
  color: #333;
  flex: 1;
  outline: none;
  font-size: 16px;
}
.form-tip {
  width: 100%;
  display: inline-block;
  margin-top: 6px;
}
.form-tip p {
  color: red;
  font-size: 14px;
  margin-left: 35px;
  font-weight: 200;
}
input::-webkit-input-placeholder {
  color: #ccc;
  font-size: 16px;
  font-weight: 200;
}

.nav-right-form-footer {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.remember {
}
.remember > div {
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  float: left;
  margin-top: 1px;
}
.remember span {
  color: #999;
  font-size: 14px;
  display: inline-block;
  margin-left: 10px;
  font-weight: 200;
}
.find_password span {
  color: #00a4ff;
  font-size: 14px;
  font-weight: 200;
}
.form-btn {
  margin-top: 30px;
}
.form-btn button {
  width: 100%;
  display: inline-block;
  color: white;
  font-size: 16px;
  border-radius: 5px;
  background: #00a4ff;
  outline: none;
  cursor: pointer;
  border: 0px;
  line-height: 40px;
}
.form-btn p {
  width: 100%;
  text-align: center;
  color: #666;
  font-size: 14px;
  margin: 10px 0;
}
.form-btn p a {
  color: #00a4ff;
  padding: 0px 5px;
}
@media screen and (max-width: 760px) {
  #nav{
    padding-top: 50px;
}
  #nav .nav-left {
    display: none;
  }
  #nav .nav-right {
    width: 100%;
    padding-top: 60px;
    padding-left: 0;
  }
}