/* 重置密码样式 */
.forgetPw {
  background-color: #f4f4f4;
  padding-top: 36px;
  padding-bottom: 63px;
  min-width: 1051px;
}

.forgetPw .f-bd {
  height: 886px;
  width: 1051px;
  margin: 0 auto;
}

.forgetPw .f-bd .f-bd-left {
  height: 100%;
  width: 811px;
  background-color: #fff;
  float: left;
}

.forgetPw .f-bd .f-bd-left .f-bd-left-tit {
  font-size: 30px;
  font-weight: 400;
  color: #333333;
  text-align: center;
  line-height: 110px;
  border-bottom: 1px solid #ebebeb;
}

.f-bd-left-form {
  padding-top: 64px;
  padding-left: 187px;
}

.f-bd-left-form .form-group .f-fz {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}

.f-bd-left-form .form-group .input-group {
  margin-top: 19px;
}

.f-bd-left-form .form-group .input-group .form-control {
  width: 440px;
  height: 46px;
  border: 1px solid #DDDDDD;
  border-radius: 2px;
  padding-right: 40px;
}

.f-bd-left-form .form-group .input-group .remove-icon {
  display: none;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 13px;
  right: 14px;
  z-index: 100;
  cursor: pointer;
}


.form-group .tip {
  height: 35px;
  line-height: 35px;
}

.form-group .tip span {
  color: red;
  font-size: 12px;
  /* display: none; */
}


.form-group .input-group .glyphicon {
  position: absolute;
  top: 6px;
  right: 5px;
  font-size: 20px;
  color: #cbcbcb;
}

.form-group .input-group .eliminate {
  display: inline-block;
  /* border: 1px solid red; */
  width: 30px;
  height: 30px;
  position: absolute;
  right: 8px;
  top: 8px;
  z-index: 100;
  cursor: pointer;
}

.f-bd-left-form .form-group .f-erCode {
  width: 120px;
  height: 120px;
  margin: 33px 0 33px 155px;
  position: relative;
}

.f-bd-left-form .form-group .f-erCode img {
  /* display: inline-block;
  height: auto;
  max-width: 100%; */
  width: 120px;
  height: 120px;
  cursor: pointer;
}

.f-bd-left-form .form-group .f-erCode-shadow {
  width: 120px;
  height: 120px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
}

.f-bd-left-form .form-group .f-erCode-shadow .f-corner1 {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 19px;
  height: 18px;
  border-top: 2px solid #00B369;
  border-left: 2px solid #00B369;
  transform: rotate(0deg);
}

.f-bd-left-form .form-group .f-erCode-shadow .f-corner2 {
  position: absolute;
  bottom: 4px;
  right: 4px;
  width: 19px;
  height: 18px;
  border-bottom: 2px solid #00B369;
  border-right: 2px solid #00B369;
  transform: rotate(0deg);
}



.f-bd-left-form .form-group .f-erCode-shadow .txt {
  font-size: 16px;
  font-weight: bold;
  color: #555555;
  line-height: 25px;
  margin-left: 12px;
}

.f-bd-left-form .form-group .f-erCode-shadow .mg40 {
  margin-top: 40px;
}

.f-bd-left-form .form-group .f-fz-18 {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
}

.f-bd-left-form .form-group .f-fz-18 i {
  color: #3ac2a0;
  cursor: pointer;
}

.forgetPw .f-bd .f-bd-right {
  width: 240px;
  height: 100%;
  background-color: #f9f9f9;
  float: left;
}

.forgetPw .f-bd-right .f-sxy {
  margin-top: 118px;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  color: #00b369;
}

.forgetPw .f-bd-right .f-sxy .f-sxy-1 {
  margin-bottom: 16px;
}

.forgetPw .f-bd-right .f-sxy-intro {
  margin-top: 22px;
  margin-bottom: 27px;
  color: #777777;
  font-size: 18px;
  text-align: center;
}

.forgetPw .f-bd-right .f-sxy-intro p {
  margin-bottom: 5px;
}

.forgetPw .f-bd-right .img {
  padding: 0 25px;
}

.forgetPw .f-bd-right .img img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}

/* 小屏幕（平板，大于等于 768px） */
@media (max-width: 768px) {
  .pc {
    display: none;
  }

  .phone {
    font-family: 'PingFang-SC', 'Heiti SC', 'Noto Sans SC', 'Microsoft YaHei' !important;
  }

  .phone input,
  .phone textarea,
  .phone select,
  .phone button {
    font-family: 'PingFang-SC', 'Heiti SC', 'Noto Sans SC', 'Microsoft YaHei' !important;
    ;
  }
}

/* pc端 */
@media (min-width: 769px) {
  .pc {
    font-family: 'PingFang-SC', "Microsoft YaHei" !important;
  }
  .pc input,
  .pc textarea,
  .pc select,
  .pc button {
    font-family: 'PingFang-SC', 'Microsoft YaHei' !important;
    ;
  }

  .phone {
    display: none;
  }
}

/* 手机端样式 */
.phone .top {
  width: 10rem;
  height: 1.05rem;
  text-align: center;
  position: relative;
  line-height: 1.05rem;
  border-bottom: 1px solid #D2D2D2;
}

.phone .top .top_back {
  position: absolute;
  top: 0;
  left: 0.51rem;
  font-size: 0.39rem;
  font-weight: 500;
  color: #00B369;
}

.phone .top .top_title {
  font-size: 0.39rem;
  font-weight: 500;
  color: #000000;
}

.phone .top .top_back .glyphicon-menu-left {
  font-size: 0.35rem;
  /* margin-right: 0.15rem; */
}

.phone .middle {
  padding: 0.91rem 0.65rem;
  position: relative;
}

.phone .middle .md_title {
  font-size: 0.39rem;
  font-weight: 500;
  color: #3F3F3F;
  text-align: center;
}

.phone .middle .md_txt {
  font-size: 0.34rem;
  font-weight: 500;
  color: #3F3F3F;
  margin-top: 1.04rem;
  margin-bottom: 0.57rem;
}

.phone .middle .md_info {
  position: relative;
}

.phone .middle .md_inp {
  width: 8.7rem;
  height: 1.11rem;
  border-radius: 2px;
  /* border: 1px solid rgba(0, 0, 0, 0.08); */
  -webkit-appearance: none;
  padding-right: 12.79vw;
}

.phone .middle .md_info #md_clearInfo {
  position: absolute;
  right: 3.73vw;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.phone .middle #myEnd {
  position: absolute;
  right: 9.06vw;
  font-size: 3.73vw;
  top: 36vw;
}

.phone .middle .help-group {
  width: 86.93vw;
  border-radius: 0px 0px 0.8vw 0.8vw;
  background-color: #FDFDFD;
  /* border: 1px solid #DCDEE3; */
  border-top: none;
  display: none;
  position: absolute;
  box-sizing: content-box;
}

.phone .middle .help-group .help-item {
  height: 14vw;
  line-height: 15vw;
  font-size: 3.73vw;
  padding-left: 2.93vw;
  border-bottom: 1px solid #999999;
}

/* .phone .middle .help-group .help-item:last-child {
  border-bottom: none;
} */


.phone .middle .md_tip {
  height: 0.8rem;
  font-size: 0.31rem;
  font-weight: 500;
  color: red;
  line-height: 0.8rem;
  margin-bottom: 2.15rem;
}

.phone .middle .md_btn {
  width: 86.93vw;
  height: 1.11rem;
  background: #00B369;
  font-size: 0.39rem;
  font-weight: 500;
  color: #FFFFFF;
}

.phone .middle_erweima {
  /* padding: 0.91rem 1rem 0; */
  text-align: center;
}

.phone .middle_erweima .md_title {
  /* font-size: 0.39rem; */
  font-size: 3.73vw;
  font-weight: 500;
  color: #3F3F3F;
  margin-top: 9.33vw;
}

.phone .middle_erweima .md-erCode {
  width: 87.73vw;
  height: 46.93vw;
  position: relative;
  background: url(../images/bg_ewm.png) no-repeat center;
  background-size: cover;
  margin-top: 7.19vw;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.phone .middle_erweima .md-erCode .m-ewmBox {
  width: 34.93vw;
  height: 34.93vw;
  background-image: linear-gradient(to bottom, #B9F8D5, #7DE7AB);
  position: relative;
  margin: 1.6vw auto 0px;
  border-radius: 1.33vw;
}

.phone .middle_erweima .md-erCode .m-ewmBox .md_img {
  width: 31.46vw;
  height: 31.46vw;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  margin: auto;
}

.mask {
  width: 31.46vw;
  height: 31.46vw;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 100;
  font-size: 3.73vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.mask p {
  margin-bottom: 0px;
  font-weight: 800;
  color: #222;
}


/* .phone .middle_erweima .md_img {
  margin-top: 1.2rem;
  margin-bottom: 1.36rem;
  width: 2.8rem;
  height: 2.8rem;
  cursor: pointer;
} */

.phone .middle_erweima .md-erCode-shadow {
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 1.08rem;
  left: 2.48rem;
  background-color: rgba(255, 255, 255, 0.8);
  /* background-color: pink; */
}

.phone .middle_erweima .md-erCode-shadow .txt {
  font-size: 0.36rem;
  font-weight: bold;
  color: #555555;
  line-height: 0.66rem;
  text-align: center;
}

.phone .middle_erweima .md-erCode-shadow .mg {
  margin-top: 0.88rem;
}

.phone .middle_erweima .md-erCode-shadow .md-corner1 {
  position: absolute;
  top: 0.2rem;
  left: 0.2rem;
  width: 0.466rem;
  height: 0.466rem;
  border-top: 2px solid #00B369;
  border-left: 2px solid #00B369;
  transform: rotate(0deg);
}

.phone .middle_erweima .md-erCode-shadow .md-corner2 {
  position: absolute;
  bottom: 0.14rem;
  right: 0.14rem;
  width: 0.466rem;
  height: 0.466rem;
  border-bottom: 2px solid #00B369;
  border-right: 2px solid #00B369;
  transform: rotate(0deg);
}

.phone .middle_erweima #noPhone {
  font-size: 3.2vw;
  display: none;
}

.phone .middle_erweima #noPhone p {
  margin-bottom: 0px;
  color: red;
}

.phone .middle_erweima .md_tip {
  font-size: 3.2vw;
  color: red;
  display: none;
}

.phone .middle_erweima .md_txt {
  font-size: 3.46vw;
  font-weight: 500;
  color: #3F3F3F;
  margin: 0;
  /* margin-bottom: 0.33rem; */
  margin-top: 4vw;
  display: none;
}

.phone .middle_erweima .gotoAppeal {
  font-size: 3.46vw;
  font-weight: 500;
  color: #00B369;
  text-decoration: none;
}

.phone #toBrowser {
  width: 100%;
  height: 100%;
  background-color: transparent;
  display: -moz-box;
  /*Firefox*/
  display: -webkit-box;
  /*Safari,Opera,Chrome*/
  display: box;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
  z-index: -100;
}

.phone #toBrowser img {
  width: 20vw;
  height: 14.93vw;
  position: absolute;
  right: 5vw;
  top: 8vw;
}

.phone #toBrowser p {
  color: #FFFFFF;
  position: absolute;
  top: 25vw;
  /* left: 14vw; */
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
  font-size: 4.26vw;
}