@font-face { 
  font-family: 'AlimamaShuHei';/*自定义字体名称*/
  src: url('./AlimamaShuHei.ttf');/*字体文件路径*/
  font-weight: normal;
  font-style: normal;
}
body .body-wrapper{
  height: 100vh;
  width: 100vw;
  overflow-x: hidden;
  font-family: 'Microsoft YaHei';
}
.body-wrapper > .container{
  height: 100%;
  overflow: hidden;
}
.part-title{
  font-size: 30px;
  color: #333333;
  text-align: center;
}
.part-tip{
  font-size: 16px;
  color: #999999;
  margin-top: 14px;
  line-height: 1.5;
  text-align: center;
}
.gray-button{
  font-size: 16px;
  padding: 13px 28px;
  cursor: pointer;
  color: #333333;
  outline: none;
  border-radius: 10px;
  border: 2px solid #999999;
  background-color: transparent;
  display: inline-block;
  text-decoration: none;
}
.gray-button:hover{
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.gray-button:active{
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  color: #ffffff;
  background: #999999;
}
a.concat-number{
  color: #941203;
  text-decoration: none;
  font-weight: bold;
}
a.link{
  color: #941203;
  text-decoration: none;
}