#Sign_in{
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 999999;
}
.Sign_in_body{
  width: 598px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 68.333px;
  border: 1px solid #969696;
  transform: translateX(-50%);
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.7);
}
.Sign_in_body h4{
  width: 100%;
  height: 52px;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
  line-height: 52px;
  font-size: 14px;
  margin-bottom: 35px;
  color: #000000;
  font-family: "Helvetica Neue",Helvetica,Tahoma,Arial,'Microsoft Yahei','Hiragino Sans GB','WenQuanYi Micro Hei',sans-serif;
}
.Sign_in_pwd{
  height: 147px;
  width: 100%;
}
.pwdbody{
  width: 274px;
  margin: 0px auto;
}
.form-control {
  border-radius: 0;
}
.form-control {
  display: block;
  width: calc(100% - 8px);
  padding-left: 8px;
  height: 32px;
  font-size: 13px;
  line-height: 1.53846154;
  color: #222;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
} 
.form-control:focus {
  border-color: #43a047;
  outline: 0;
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(67, 160, 71, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(67, 160, 71, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(67, 160, 71, 0.6);
}
.btnpwd{
  cursor: pointer;
  width: 274px;
  height: 32px;
  margin: 0 auto;
  color: #fff;
  background-color: #B38AF4;
  border: 1px solid  #0280bd;
  text-align: center;
  line-height: 32px;
  font-size: 12px;;
  transition: 0.3s all;
  margin-top: 20px;
  text-shadow: 0 -1px 0 rgba(0,0,0,.2);

}
.btnpwd:hover{
  background:  #0280bd;
}
.ts{
  position: absolute;
  background: #ff6900;
  color: #fff;
  border-radius: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 13px;
  top: 92px;
  padding-bottom: 2px;
  right: 165px;
  display: none;
}
/* 鎵嬫満绔牱寮� */
@media screen and (max-width: 600px) {
  .Sign_in_body{
    width: calc(96% - 2px);
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.5);
  }
  .Sign_in_body h4{
    margin-bottom: 22px;
  }
  .pwdbody{
    width: calc(100% - 70px);
  }
  .btnpwd{
    width: calc(100% - 70px);
  }
  .ts{
    top:80px;
    right: 40px;
  }
}