@CHARSET "utf-8";
.all {
  width: 100%;
  height: calc(100vh - 245px);
  padding: 0;
  margin: 0 auto;
}
.all-detail {
  margin: 0 auto;
  padding-top: 170px;
  text-align: center;
}
.all-detail .all-detail-container img{
	width: 300px;
	display: inline-block;
}
.all-detail .all-detail-container span{
	font-size: 16px;
	color: #333;
	line-height: 22px;
	display: block;
	margin-top: 29px;
} 
.forgetpwd {
  margin-top: 80px;
  margin-left: 183px;
  height: calc(100vh - 245px);
}

.forgetpwd svg {
  width: 14px;
  height: 14px;
  vertical-align: top;
  margin-top: 3px;
}
.forgetpwd h2 {
  margin-bottom: 20px;
}

.forgetpwd div span {
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  display: inline-block;
  line-height: 20px;
}