html,
body {
  font-family: "Microsoft Yahei", tahoma, arial, "Hiragino Sans GB"; }

html,
body,
.view {
  height: 100%; }

.loader-wrapper {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  text-align: center; }
  .loader-wrapper .loader {
    font-size: 40px;
    display: table-cell;
    vertical-align: middle; }
    .loader-wrapper .loader span {
      color: #00bbf6; }

sinro-app:empty + .loader-wrapper {
  display: table; }

.sinro-container .sinro-banner {
  width: 100%;
  height: 100%; }
.sinro-container .sinro-tabs {
  background-color: #f1f7f4;
  padding: 20px 0 20px 5%; }
  .sinro-container .sinro-tabs li {
    margin-right: 20px;
    text-align: center;
    width: 20%; }
    .sinro-container .sinro-tabs li a {
      font-size: 16px;
      background-color: #fff !important;
      color: #626262 !important;
      border: 1px solid #ccc !important;
      border-radius: 20px; }
      .sinro-container .sinro-tabs li a.active, .sinro-container .sinro-tabs li a:hover, .sinro-container .sinro-tabs li a.active:hover {
        border: 1px solid #ccc !important;
        background-color: #00bbf6 !important;
        color: #fff !important; }

/*# sourceMappingURL=style.css.map */
