body,
html {
  width: 100%;
  height: 100%;
  background: #eeee;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
}
* {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}
a {
  text-decoration: none;
  cursor: pointer;
}
button {
  outline: none;
  cursor: pointer;
}

.forget {
  width: 470px;
  height: 270px;
  background: #fff;
  border-radius: 10px;
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  padding: 30px 0;
}
h1 {
  font-size: 22px;
  margin-bottom: 60px;
  text-align: center;
  font-weight: 400;
}
.forget p {
  font-size: 14px;
  color: #8f8f8f;
  text-align: center;
}
.fixed {
     width: 328px;
    margin: 0 auto;
    height: 43px;
    margin-top: 50px;
}
.forget input {
  width: 220px;
  height: 40px;
  border: 1px solid #c3c2c2;
  padding-left: 10px;
  border-radius: 5px 0 0 5px;
  outline: none;
  font-size: 16px;
  color: #999;
  border-right: none;
  float: left;
}
.forget .send {
  width: 90px;
  height: 42px;
  text-align: center;
  line-height: 38px;
  font-size: 16px;
  color: #fff;
  background: #195AF6;
  border-radius: 0 5px 5px 0;
  border: none;
  outline: none;
  float: left;
}
.change {
  width: 576px;
  height: 520px;
  background: #fff;
  border-radius: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 30px 85px;
  box-sizing: border-box;
  padding-left: 0 70px;
}

.change input {
  width: 395px;
  height: 44px;
  border: solid 1px #8f8f8f;
  padding-left: 10px;
  border-radius: 3px;
  outline: none;
  font-size: 16px;
  color: #999;
}
.change p {
  font-size: 13px;
  color: #8f8f8f;
  margin: 10px 0 25px 0;
}
.change span {
  color: #f58e35;
}
.change button {
  margin: 47px 0 0 95px;
}
.change .send {
  width: 225px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  font-size: 16px;
  color: #fff;
  background: #f58e35;
  border-radius: 5px;
  border: none;
  outline: none;
  margin-top: 55px;
}
.miss {
  font-size: 12px;
  color: red;
  display: none;
  clear: both;
}
.maskbox {
  width: 100vw;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}
.out {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 24px;
  color: #8f8f8f;
  cursor: pointer;
}
 .mobile .forget {
    width: 23rem;
    height: 15rem;
    background: #fff;
    border-radius: 10px;
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    padding: 2rem 1rem;
}
.mobile h1 {
    font-size: 22px;
    margin-bottom: 1rem;
    text-align: center;
    font-weight: 400;
}
.mobile .fixed {
    margin-top: 2.5rem;
    margin-left: 1rem;
}
.mobile .forget input {
    width: 12.5rem;
    height: 2.5rem;
    border: 1px solid #c3c2c2;
    padding-left: 10px;
    border-radius: 5px 0 0 5px;
    outline: none;
    font-size: 16px;
    color: #999;
    border-right: none;
    float: left;
}

.mobile .change {
    width: 23rem;
    height: 27rem;
    background: #fff;
    border-radius: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 2rem 1rem;
    box-sizing: border-box;
}

.mobile .change input {
    width: 20rem;
    height: 44px;
    border: solid 1px #8f8f8f;
    padding-left: 10px;
    border-radius: 3px;
    outline: none;
    font-size: 16px;
    color: #999;
}

.mobile .change .send {
    width: 10rem;
    height: 2.5rem;
    text-align: center;
    line-height: 38px;
    font-size: 16px;
    color: #fff;
    background: #f58e35;
    border-radius: 5px;
    border: none;
    outline: none;
    margin-top: 1.5rem;
}
.butterfly{
  display: none;
  width: 100%;
  height: 165px;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.butterfly img{
}
 .mobile .butterfly{
     display:block
     
 }
 .mobile .tab-top{display:none}

.mobile .box{
    background:#ffffff;
    width: 100vw;
    height: 100vh;
}
.Msave .ulone li .ultwo li:first-child {
    border-bottom: solid 1px #EEEEEE;
}
.Msave .ulone li .ultwo li {
    height: 30px;
    line-height: 30px;
}
