html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  height: 100%;
  color: #262626;
}
body {
  line-height: 1.5;
}
body, textarea, input {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif,"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.root-app {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
}
.browse-happy {
  position: relative;
  height: 100%;
  min-height: 600px;
}
.browse-happy-bg-img{
   position: absolute;
   width: 100%;
   height: 100%;
}
.browse-happy-content {
  position: absolute;
  width: 736px;
  height: 435px;
  top: 50%;
  left: 50%;
  margin-left: -368px;
  margin-top: -217px;
}
.browse-happy-content-bg{
  position: absolute;
  width: 736px;
  height: 435px;
  top: 50%;
  left: 50%;
  margin-left: -368px;
  margin-top: -217px;
}
.browse-happy-tips {
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  margin-top: 64px;
  padding: 0 24px;
  font-weight: 500;
  color: #262626;
}
.browse-happy-list {
  margin-top: 68px;
  text-align: center;
}
.browse-happy-list__item {
  display: inline-block;
  position:relative;
  overflow: hidden;
  text-decoration: none;
  width: 160px;
  height: 160px;
  text-align: center;
  border-radius: 4px;
  -moz-border-radius: 4px;
}
.browse-happy-list__item:hover{
  border-radius: 4px;
  -moz-border-radius: 4px;
  background-color: rgba(92, 157, 236, .1);
  filter: progid:DXImageTransform.Microsoft.gradient( enabled='true', startColorstr='#195c9dec', endColorstr='#195c9dec');
}
.browse-happy-list__item-img {
  width: 96px;
  height: 96px;
  border: none;
  margin-top: 16px;
  vertical-align: top;
}
.browse-happy-list__item-title {
  display: block;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  margin-top: 16px;
  color: #595959;
}