.website {
    padding-bottom: 91px;
    background: #ccc;
  }
  .website #header {
    margin-top: 54px;
    position: relative;
    display: block;
  }
  .website #header > div {
    background: #F7F9FC;
    position: fixed;
    top: 0;
    width: 100%;
    padding: 10px 15px;
  }
  .website #header .flex {
    display: flex;
    align-content: stretch;
    justify-content: space-between;
    align-items: center;
  }
  .website #header .flex .logo img {
    max-width: 150px;
    width: 100%;
  }
  .website #header .flex .round {
    border-radius: 10px;
  }
  .website #header .flex .share {
    background: #E1E8ED;
  }
  .website #header .flex .share a {
    display: block;
    color: #353b41;
    padding: 5px 10px;
  }
  .website .modal-backdrop.show {
    opacity: 0;
  }
  .website #open-in-modal {
    display: block;
  }
  .website #open-in-modal .modal-header {
    border-bottom: none;
    margin-top: 15px;
    margin-bottom: 25px;
    padding: 0;
    color: #353b41;
  }
  .website #open-in-modal .modal-header .modal-title {
    display: none;
  }
  .website #open-in-modal .modal-header + .modal-body {
    display: none;
  }
  .website #open-in-modal .modal-content {
    background: #fff;
    width: 100%;
    max-width: initial;
  }
  
  #open-in-modal #close-btn {
    position: fixed;
    right: 15px;
    top: 15px;
    display: flex;
    width: 34px;
    height: 34px;
    font-size: 12px;
    border-radius: 50px;
    cursor: pointer;
    background: #023;
    color: #fff;
  }
  #open-in-modal #close-btn a {
    display: block;
    margin: auto;
    padding: 0px;
    border-radius: 0px;
    border: 0px;
    min-width: 0px;
    min-height: 0px;
    width: 20px;
    height: 20px;
    max-width: 20px;
    max-height: 20px;
    background: url(/media/rv/images/global/close.png) center/cover no-repeat;
    z-index: 6000022;
  }
  #open-in-modal .modal-body .open-app-button {
    height: 42px;
  }
  #open-in-modal .modal-body .open-app-button .open-app-button-container .open-app-button-title {
    color: #fff;
    font-weight: 500;
  }
  #open-in-modal .modal-body .open-app-button .open-app-button-container img {
    padding-top: 4px;
    padding-right: 2px;
    width: 37px;
    height: 37px;
  }
  #open-in-modal .modal-body .row {
    margin: 0.2rem auto;
  }
  #open-in-modal .modal-body:not(.modal-header) {
    margin-bottom: 20px;
  }
  #open-in-modal .modal-body .col.suggest-article-title {
    font-weight: 500;
  }
  #open-in-modal .modal-body .modal-title {
    margin-bottom: 9px;
  }
  #open-in-modal .modal-header .row {
    margin-bottom: 0.2rem;
  }
  
  body.open-in {
    overflow: auto;
  }
  body.open-in .modal-backdrop {
    z-index: 9999 !important;
  }
  body.open-in #onesignal-popover-container {
    z-index: 9998 !important;
  }
  body.open-in #onesignal-slidedown-container {
    z-index: 9998 !important;
  }
  
  body:not(.scrollable) {
    overflow: auto;
  }
  
  .website #open-in-modal {
    display: block;
  }

  #open-in-modal {
    z-index: 10000 !important;
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    display: none;
  }
  #open-in-modal .modal-dialog {
    position: fixed;
    bottom: 0;
    width: 100%;
    margin: 0;
    max-width: none;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    min-height: auto;
  }
  #open-in-modal .modal-content {
    border: 0;
    border-radius: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #f4fafd;
  }
  #open-in-modal .modal-header {
    width: 88% !important;
    margin: auto;
    border-bottom: 2px solid #c0d4d8;
    padding-top: 1.4rem;
    padding-bottom: 0.8rem;
    padding-left: 7px;
  }
  #open-in-modal .modal-header .row {
    margin-bottom: 10px;
  }
  #open-in-modal .modal-title {
    width: 100%;
    font-size: large;
    color: #6b6767;
  }
  #open-in-modal .modal-body {
    width: 90%;
    margin: auto;
    padding: 0.5rem 0;
  }
  #open-in-modal .modal-body .row {
    margin: 1rem auto;
  }
  #open-in-modal .modal-body .icon {
    margin-right: 10px;
    margin-left: 7px;
    margin-right: 0;
  }
  #open-in-modal .modal-body .icon img {
    width: 50px;
    height: 50px;
  }
  #open-in-modal .modal-body .col {
    line-height: 50px;
  }
  #open-in-modal .modal-body .btn {
    width: 100px;
    margin: 6px 0;
    color: #fff;
    border-radius: 10px;
    background: #197cbc;
    border-color: #197cbc;
  }
  #open-in-modal .modal-body button.btn {
    color: #6b6767;
    background: #f3f3f3;
    border-color: #979797;
  }
  #open-in-modal .modal-body .col.suggest-article-title {
    height: 50px;
    width: 242px;
    color: #30322f;
    font-family: "PingFang TC";
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 22px;
    padding-top: 4px;
    padding-bottom: 5px;
    overflow: hidden;
    text-align: center;
    padding-right: 10%;
  }
  #open-in-modal .modal-body .suggest-article-button {
    height: 32px;
    width: 85px;
    border-radius: 12px;
    background-color: #197cbc;
    font-family: "PingFang TC";
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 18px;
    text-align: center;
  }
  #open-in-modal .modal-body .button {
    padding-top: 6px;
  }
  #open-in-modal .modal-body .open-app-button {
    box-sizing: border-box;
    height: 51px;
    border-radius: 12px;
    background: #E1E8ED;
    display: flex;
    width: 100%;
    text-align: center;
  }
  #open-in-modal .modal-body .open-app-button .open-app-button-container {
    position: relative;
    display: flex;
    height: 40px;
    margin: auto;
    width: auto;
  }
  #open-in-modal .modal-body .open-app-button .open-app-button-container img {
    height: 39px;
    width: 39px;
  }
  #open-in-modal .modal-body .open-app-button .open-app-button-container .open-app-button-title {
    height: 22px;
    width: auto;
    color: #363834;
    font-family: "PingFang TC";
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 22px;
    padding-right: 0;
    padding-top: 9px;
    padding-left: 5px;
  }
  #open-in-modal .modal-body .modal-title {
    margin-bottom: 11px;
  }
  #open-in-modal .modal-body:not(.modal-header) {
    margin-bottom: 22px;
  }
  #open-in-modal .modal-body .browser-button {
    margin: auto;
    width: 84px;
    height: 20px;
    color: #197cbc;
    font-family: "PingFang TC";
    font-size: 12px;
    letter-spacing: 0;
    line-height: 20px;
    margin-top: 10px;
  }
  #open-in-modal .modal-footer {
    border-top: 0;
    display: none;
  }
  
  @media (max-width: 362px) {
    #open-in-modal .modal-body {
      width: 95% !important;
    }
  }
  @media (max-width: 296px) {
    #open-in-modal .modal-header br {
      display: none;
    }
  }
  @media (max-width: 314px) {
    #open-in-modal .modal-body .col.suggest-article-title {
      font-size: 12px;
    }
  }
  @media (min-width: 315px) and (max-width: 331px) {
    #open-in-modal .modal-body .col.suggest-article-title {
      font-size: 13px;
    }
  }
  @media (min-width: 332px) and (max-width: 377px) {
    #open-in-modal .modal-body .col.suggest-article-title {
      font-size: 14px;
    }
  }
  @media (min-width: 378px) and (max-width: 396px) {
    #open-in-modal .modal-body .col.suggest-article-title {
      font-size: 15px;
    }
  }
  @media (min-width: 397px) and (max-width: 434px) {
    #open-in-modal .modal-body .col.suggest-article-title {
      font-size: 16px;
    }
  }
  @media (min-width: 375px) and (max-width: 543px) {
    #open-in-modal .modal-body .col.suggest-article-title {
      padding-left: 5%;
    }
  }/*# sourceMappingURL=style.css.map */
  
#header{
	display:none;
z-index:999!important;
}
.miniprogram #schedule.sticky{
top:0px!important;
}
.website #schedule.sticky{
top:60px!important;
}
.owl-nav {
    position: initial;
	}
img {
    display: inline;
}
.arrow:after {
    display: none;
}
.inline-block{
	display: inline-block;
}
@media (min-width: 1170px){
.container {
    max-width: 1170px!important;
}
}
.miniprogram .sticky-wrapper{
	display:none;
}

.animate-2 {
    display: none;
}
.animate-7 img{
    margin-top: -20px;
    transform: scale(1.3);
}
.header--desc {
    display: none;
}