@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden; }

ul, li, p, a {
  list-style: none;
  margin: 0;
  padding: 0;
  text-decoration: none; }

img {
  border: none; }

.center {
  MARGIN: 0px auto;
  WIDTH: auto;
  DISPLAY: table;
  FLOAT: none; }

.Cental {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end; }

.panel {
  display: none; }

.sel {
  cursor: pointer; }

.forgot-module {
  display: none; }
  .forgot-module .find-but {
    display: flex;
    width: 440px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 10px; }
  .forgot-module .find-but a {
    width: 220px;
    padding-bottom: 20px;
    color: #999;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    font-weight: bold; }
  .forgot-module .find-but .active {
    color: #1fa763;
    border-bottom: 3px solid #1fa763; }
  .forgot-module .find-form .sign {
    background: #ffe5e5;
    border: 1px solid #ff7f7f;
    border-radius: 5px;
    line-height: 30px;
    padding: 0 15px;
    color: #ff0000;
    font-size: 12px;
    margin-top: 20px; }
  .forgot-module .find-form .form {
    display: flex;
    margin-top: 30px;
    position: relative; }
  .forgot-module .find-form .form .icon1 {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    left: 10px;
    display: block;
    background: url("../images/phone.png"); }
  .forgot-module .find-form .form input {
    width: 440px;
    height: 40px;
    border: 1px solid #dbdbdb;
    background: #f9f9f9;
    border-radius: 5px;
    padding-bottom: 0;
    text-indent: 3em;
    line-height: 40px; }
  .forgot-module .find-form .form .code {
    width: 250px;
    height: 40px;
    border: 1px solid #dbdbdb;
    background: #f9f9f9;
    margin-right: 20px;
    border-radius: 5px;
    padding-bottom: 0;
    text-indent: 3em;
    line-height: 40px; }
  .forgot-module .find-form .form .icon2 {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    left: 10px;
    display: block;
    background: url("../images/icon4.png");
    background-size: 20px 20px; }
  .forgot-module .find-form .form .icon3 {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    left: 10px;
    display: block;
    background: url("../images/password.png"); }
  .forgot-module .find-form .form .send {
    padding: 0 15px;
    line-height: 40px;
    border-radius: 5px;
    background: #8e8e8e;
    color: #fff;
    display: block;
    cursor: pointer; }
  .forgot-module .find-form .form .send.on {
    background: #24b673;
    color: #fff; }
  .forgot-module .find-form .submit {
    width: 440px;
    font-size: 16px;
    background: #8e8e8e;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    display: block;
    line-height: 44px;
    margin-top: 20px; }
  .forgot-module .find-form .submit-1 {
    width: 440px;
    font-size: 16px;
    background: #24b673;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    display: block;
    line-height: 44px;
    margin-top: 20px;
    cursor: pointer; }
  .forgot-module .find-form .cancel {
    width: 440px;
    font-size: 16px;
    background: #f3f3f3;
    color: #666;
    text-align: center;
    border-radius: 5px;
    display: block;
    line-height: 44px;
    margin-top: 20px; }
  .forgot-module .forgot-lnks {
    padding-top: 30px;
    font-size: 14px; }

/*弹窗*/
.res-shadow {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999; }
  .res-shadow.forgot-success-shadow {
    display: none; }

.res-win {
  width: 380px;
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  text-align: center; }

.res-win i {
  width: 100px;
  height: 100px;
  display: block;
  background: url(../images/sus.png);
  margin-bottom: 25px; }

.res-win p {
  font-size: 24px;
  color: #000;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center; }

.res-win span {
  display: block;
  font-size: 16px;
  color: #666;
  margin-bottom: 10px; }

.res-win span a {
  color: #ff6c1d;
  margin: 0 2px; }

.res-win span a:hover {
  text-decoration: underline; }

.res-win .but {
  width: 100%;
  height: 40px;
  background: #29b876;
  color: #fff;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  margin-top: 20px;
  display: block;
  border-radius: 5px; }

.per-con ul li.auto-reg {
  margin-top: 30px;
  margin-bottom: 30px; }
  .per-con ul li.auto-reg div {
    border: 1px solid #24b673;
    padding: 10px;
    background: #eee;
    border-radius: 6px;
    color: #333; }
.per-con ul li.mobile-box {
  margin-top: 0px; }

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