#app {
  font-family: 'Open Sans', sans-serif;
  background-color: #fafafa;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mj-isWin{
  background-color: #3cb0f4;
}
.mj-isWin .mj-detial-button-win{
  color: black;
  background-color: #FEFEFE;
}
.mj-isWin .mj-detial-button-mac{
  color: white;
}
.mj-isMac{
  background-color: #7bbd2e;
}
.mj-isMac .mj-detial-button-win{
  color: white;
}
.mj-isMac .mj-detial-button-mac{
  color: #77b634;
  background-color: white;
  border-radius: 4px;
}
.mj-show-win{
  width: 150px;
  height: 40px;
  border-radius: 4px;
  margin:2px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mj-detial-button-win{
  height: 32px;
  width:62%;
  text-align: center;
  line-height: 32px;
  border-radius: 4px;
  cursor: pointer;
}
.mj-detial-button-mac{
  height: 32px;
  width: 32%;
  text-align: center;
  line-height: 32px;
  cursor: pointer;
}
.ishidden{
  display: none;
}
.mj-flex-detidal{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.mj-hidden-div{
  visibility: hidden;
  height: 42px;
  width: 100%;
}