@media (max-width: 768px) {
  .page-container:before {
    background: rgba(243, 238, 209, 1) !important;
    border-bottom: none !important;
}
}

@media (min-width: 768px) {
  .page-container:before {
    content: '';
    display: block;
    width: 100vw;
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    background: #fffae4;
    z-index: 1;
    opacity: 0;
    border-bottom: none !important;
  }
}
@media (min-width: 768px) {
  .container .nav-sv1 {
      margin-bottom: 12px;
  }
}

@media (max-width: 768px) {
  .container .nav-sv1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    position: sticky;
    top: 0;
    background: rgb(243, 238, 209);
    z-index: 1999;
  }
}
@media (min-width: 768px) {
  .container .nav-sv12 {
      margin-bottom: 12px;
  }
}

@media (max-width: 768px) {
  .container .nav-sv12 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    position: sticky;
    top: 0;
    background: rgb(243, 238, 209) !important;
    z-index: 1999;
  }
}
@media (min-width: 768px) {
  .container .nav-sv2 {
      margin-bottom: 12px;
      position: sticky;
  }
}

@media (max-width: 768px) {
  .container .nav-sv2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    position: sticky;
    top: 0;
    background: #fffae4;
    z-index: 1999;
  }
}
@media (min-width: 768px) {
  .container .nav-sv2-2 {
      margin-bottom: 12px;
      position: sticky;
  }
}
@media (max-width: 768px) {
  .container .nav-sv2-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    position: sticky;
    top: 0;
    /* background: #fffae4; */
    z-index: 1999;
  }
}
@media (max-width: 768px) {
  .container .nav-sv2-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    position: sticky;
    top: 0;
    /* background: #fffae4; */
    z-index: 1999;
  }
}
@media (min-width: 768px) {
  .container .nav-sv3 {
      margin-bottom: 12px;
      position: sticky;
  }
}

.container .nav-sv4 {
    position: static !important;
}
@media (max-width: 768px) {
  .container .nav-sv3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    position: sticky;
    top: 0;
    background: #fffae4;
    z-index: 1999;
  }
}

@media (min-width: 768px) {
  .container .sv1 {
    justify-content: space-between;
    display: flex;
    align-items: center;
    color: #fff;
    padding: 0;
    position: sticky;
    top: 0;
    z-index: 1999;
    /* background: rgb(243, 238, 209); */
  }
}
@media (max-width: 768px) {
  .container .sv1 {
    justify-content: space-between;
    display: flex;
    align-items: center;
    color: #fff;
    padding: 0;
    position: sticky;
    top: 0;
    z-index: 1999;
    background: rgb(243, 238, 209);
  }
}
@media (min-width: 768px) {
  .container .sv2 {
    position: sticky;
    width: 736px;
    justify-content: space-between;
    display: flex;
    align-items: center;
    color: #fff;
    padding: 0;
    top: 0;
    z-index: 1999;
  }
}
@media (min-width: 768px) {
  .container .sv2-3 {
    position: sticky;
    width: 736px;
    justify-content: space-between;
    display: flex;
    align-items: center;
    color: #fff;
    padding: 0;
    top: 0;
    z-index: 1999;
  }
}
@media (max-width: 768px) {
  .container .sv2-3 {
    position: static;
    justify-content: space-between;
    display: flex;
    align-items: center;
    color: #fff;
    top: 0;
    z-index: 1999;
    background: #fffae4 !important;
  }
}

@media (max-width: 768px) {
  .container .sv2 {
    justify-content: space-between;
    display: flex;
    align-items: center;
    color: #fff;
    padding: 0 12px;
    position: static;
    top: 0;
    z-index: 1999;
    /* background: rgb(243, 238, 209); */
  }
}

@media (min-width: 768px) {
  .container .sv3 {
    /* position: fixed; */
    width: 736px;
    justify-content: space-between;
    display: flex;
    align-items: center;
    color: #fff;
    position: sticky;
    top: 0;
    z-index: 1999;
    /* background: #fffae4; */
  }
}

@media (max-width: 768px) {
  .container .sv3 {
    justify-content: space-between;
    display: flex;
    align-items: center;
    color: #fff;
    position: sticky;
    top: 0;
    z-index: 1999;
    background: #fffae4 !important;
  }
}

@media (min-width: 1080px) {
  .container .sv1 {
    position: fixed;
    width: 736px;
  }
}

@media (max-width: 768px) {
  .container .sv1 {
      padding: 0 16px;
  }
}

.container .search-sv1 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.5px;
  margin-bottom: 12px;
  position: sticky;
  top: 0px;
  height: 50px;
  z-index: 1999;
}
@media (max-width: 768px) {
  .search-sv1 {
      padding: 6px 12px;
      background: rgba(243, 238, 209, 1);
  }
}
.btnView{
  cursor: pointer;
}