.content {
  width: 100%;
  height: 800px;
  background: url(../img/ebg.jpg);
}
.content .center {
  width: 968px;
  margin: 0 auto;
  height: 800px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.content .center .lect {
  width: 350px;
  height: 520px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 0 10px #dadefc;
  padding-top: 35px;
}
.content .center .lect .tog-a {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #f1f1f1;
}
.content .center .lect .tog-a a {
  display: inline-block;
  width: 105px;
  height: 32px;
  text-align: center;
  color: #535252;
  font-size: 17px;
  margin: 0 32px;
  border-bottom: 2px solid transparent;
}
.content .center .lect .tog-a a.on {
  border-bottom-color: #017ffd;
  color: #0175e8;
}
.content .center .lect ul {
  width: 310px;
  margin: 0 auto;
}
.content .center .lect ul li {
  width: 100%;
  height: 34px;
  border-radius: 4px;
  margin-top: 10px;
  border: 1px solid #dfdfdf;
  display: flex;
  justify-content: start;
  align-items: center;
}
.content .center .lect ul li.no-r {
  border: 0;
  justify-content: space-between;
}
.content .center .lect ul li.no-r .brd {
  border: 1px solid #dfdfdf;
  display: flex;
  border-radius: 4px;
  justify-content: start;
  align-items: center;
}
.content .center .lect ul li.no-r .brd input {
  width: 150px;
}
.content .center .lect ul li.no-r .code {
  border: 1px solid #f5f5f5;
  cursor: pointer;
}
.content .center .lect ul li.no-r .code img {
  display: block;
  width: 100px;
  height: 30px;
}
.content .center .lect ul li .icon {
  width: 35px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #dfdfdf;
}
.content .center .lect ul li input {
  width: 250px;
  padding-left: 10px;
  height: 34px;
  border: none;
  outline: none;
  background: transparent;
}
.content .center .lect ul li input::-ms-input-placeholder {
  color: #c0c0c0;
}
.content .center .lect ul li input::-webkit-input-placeholder {
  color: #c0c0c0;
}
.content .center .lect .enr-btn {
  display: block;
  margin: 0 auto;
  width: 310px;
  height: 34px;
  background: #0175e8;
  border-radius: 4px;
  text-align: center;
  line-height: 34px;
  color: #fff;
  font-size: 15px;
  margin-top: 22px;
}
.content .center .lect .g-log {
  display: block;
  text-align: center;
  color: #53a9ff;
  font-size: 13px;
  margin-top: 10px;
}
@media (max-width: 1024px) {
  .content {
    width: 100%;
    height: auto;
    background: url(../img/ebg.jpg);
    margin-top: 1.5rem;
    padding: 0.8rem 0;
  }
  .content .center {
    width: 100%;
    margin: 0 auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .content .center .lect {
    width: 90%;
    margin: 0 auto;
    height: auto;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 10px #dadefc;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
  .content .center .lect .tog-a {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #f1f1f1;
  }
  .content .center .lect .tog-a a {
    display: inline-block;
    width: 1.6rem;
    height: 0.7rem;
    text-align: center;
    color: #535252;
    font-size: 0.32rem;
    margin: 0 0.5rem;
    border-bottom: 2px solid transparent;
  }
  .content .center .lect .tog-a a.on {
    border-bottom-color: #017ffd;
    color: #0175e8;
  }
  .content .center .lect ul {
    width: 90%;
    margin: 0 auto;
  }
  .content .center .lect ul li {
    width: 100%;
    height: 0.78rem;
    border-radius: 0.04rem;
    margin-top: 0.3rem;
    border: 1px solid #dfdfdf;
    display: flex;
    justify-content: start;
    align-items: center;
  }
  .content .center .lect ul li.no-r {
    border: 0;
    justify-content: space-between;
  }
  .content .center .lect ul li.no-r .brd {
    border: 1px solid #dfdfdf;
    display: flex;
    border-radius: 4px;
    justify-content: start;
    align-items: center;
  }
  .content .center .lect ul li.no-r .brd input {
    width: 3rem;
  }
  .content .center .lect ul li.no-r .code {
    border: 1px solid #f5f5f5;
    cursor: pointer;
  }
  .content .center .lect ul li.no-r .code img {
    display: block;
    width: 2rem;
    height: 0.7rem;
  }
  .content .center .lect ul li .icon {
    width: 0.65rem;
    height: 0.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #dfdfdf;
  }
  .content .center .lect ul li input {
    width: 4.5rem;
    padding-left: 10px;
    height: 0.7rem;
    border: none;
    outline: none;
    background: transparent;
  }
  .content .center .lect ul li input::-ms-input-placeholder {
    color: #c0c0c0;
  }
  .content .center .lect ul li input::-webkit-input-placeholder {
    color: #c0c0c0;
  }
  .content .center .lect .enr-btn {
    display: block;
    margin: 0 auto;
    width: 90%;
    height: 0.7rem;
    background: #0175e8;
    border-radius: 4px;
    text-align: center;
    line-height: 0.7rem;
    color: #fff;
    font-size: 0.3rem;
    margin-top: 0.3rem;
  }
  .content .center .lect .g-log {
    display: block;
    text-align: center;
    color: #53a9ff;
    font-size: 0.26rem;
    margin-top: 0.35rem;
  }
}
