@charset "UTF-8";
.navbar {
  position: static !important;
  padding: 0 !important;
}

.wh_search_input {
  margin-top: 0 !important;
}

#wh_topic_toc_content {
  z-index: 999 !important;
}

.wh_main_page #searchForm > div {
  margin-top: -171px !important;
}

#wh_close_publication_toc_button {
  top: 70px !important;
  z-index: 1000 !important;
  margin-bottom: -20px;
  position: sticky !important;
}

#wh_close_topic_toc_button {
  top: 70px !important;
  z-index: 1000 !important;
  position: sticky !important;
  right: 0 !important;
}

.footer-container {
  width: 100% !important;
  overflow: hidden;
}

.sectiontitle {
  padding-left: 0.7em !important;
  margin-top: 0 !important;
}

.wh_expand_btn:before {
  margin-left: -5px !important;
}

#go2top {
  padding-left: 14px;
  z-index: 9999;
}

.searchresult {
  margin-left: 23px !important;
}

table {
  margin: 0 !important;
}
table dl,
table ol,
table ul {
  margin-left: 15px;
}
table li::marker {
  text-align: end !important;
}

.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead > tr > td,
.table > thead > tr > th {
  border-color: #c0c4cb;
}

.wh_topic_content ol li,
.wh_topic ol li,
.wh_content_area ol li {
  list-style: unset !important;
}

.wh_breadcrumb ol {
  padding: 0 !important;
  margin-left: 20px;
}
.wh_breadcrumb ol li {
  margin-top: 0 !important;
}

.wh_tools {
  padding: 8px 15px !important;
}

#wh_publication_toc {
  z-index: 1000 !important;
}

.wh_footer {
  z-index: 1001 !important;
}

.wh_topic_content ul {
  margin-left: 16px !important;
}
.wh_topic_content ul li {
  list-style: unset !important;
}

@media screen and (min-width: 768px) {
  .wh_topic_page,
  .navbar {
    background-color: #f7f9fa;
  }
  .wh_topic_content {
    margin: 20px;
    margin-top: -20px;
    padding: 48px 40px 61px 55px;
    border-radius: 20px;
    background: #ffffff;
  }
  .wh_publication_toc {
    background-color: white;
  }
  .wh_topic_toc {
    max-height: 100%;
  }
  .wh_topic_toc .feedback {
    min-height: 200px;
    padding: 0;
    padding-right: 8px;
  }
  .wh_topic_toc .feedback .submit-success {
    text-align: center;
    position: static;
    white-space: nowrap;
    margin: 0 auto;
    transform: none;
  }
  .wh_topic_toc .feedback .special-input {
    margin-left: 1.8rem;
  }
  .wh_topic_toc .help-radio div {
    display: inline-flex;
    justify-content: center;
  }
  .wh_topic_toc .feedback div.have-help span {
    margin-left: 0;
  }
  .wh_topic_toc .feedback div span {
    font-size: 12px;
    margin-left: 5px;
  }
  .wh_topic_toc .feedback .help-title {
    font-size: 18px;
  }
  .wh_topic_toc .feedback .email-phone {
    flex-direction: column;
  }
  .wh_topic_toc .feedback .email-phone .phone,
  .wh_topic_toc .feedback .email-phone .email {
    width: 100%;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767.98px) {
  .dd {
    margin-left: 0 !important;
  }
  table {
    table-layout: fixed;
  }
  table * {
    overflow: hidden;
    hyphens: auto;
    word-break: break-word;
  }
  .table thead th {
    vertical-align: middle !important;
  }
  .image:not(img[width]) {
    width: 100% !important;
  }
  .wh_tools {
    gap: 12px;
  }
  .wh_publication_toc {
    margin: 0 !important;
  }
  #wh_publication_toc {
    z-index: unset !important;
  }
  .wh_footer {
    margin-top: 2em;
  }
  .wh_content_area {
    min-height: unset !important;
  }
  .wh_breadcrumb {
    width: calc(100% - 60px);
  }
  .wh_breadcrumb ol {
    margin-left: 0 !important;
  }
  .wh_tools {
    flex-wrap: nowrap;
  }
}
* {
  box-sizing: border-box;
}

.swal-overlay--show-modal {
  height: 100%;
  overflow: hidden !important;
}

.no-scroll {
  overflow: hidden;
  height: 0;
}

.swal-overlay--show-modal {
  backdrop-filter: blur(0.375rem);
}

* {
  box-sizing: border-box;
}

.swal-modal-wrapper {
  display: none;
}

.swal-modal {
  width: 61.875rem;
  height: 40rem;
  position: relative;
}
.swal-modal .swal-modal-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4.688rem;
  background-color: #e7effa;
  border-radius: 0rem 0rem 0.5rem 0.5rem;
  display: flex;
  align-items: center;
  padding: 0 2.125rem;
  justify-content: space-between;
  box-shadow: 0rem 1.063rem 2rem 1.063rem rgba(0, 0, 0, 0.19);
}
.swal-modal .swal-modal-bottom .swal-modal-bottom-text {
  font-size: 1.125rem;
  color: #333;
  margin-bottom: 0;
}
.swal-modal .swal-modal-bottom .swal-button--confirm {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.5rem;
  padding: 0 1.5rem;
  height: 2.75rem;
  background-color: #0d58c9;
  border-radius: 0.5rem;
  z-index: 1;
  overflow: hidden;
  outline: none;
  cursor: pointer;
}
.swal-modal .swal-modal-bottom .swal-button--confirm span {
  font-size: 1.125rem;
  color: #fff;
}
.swal-modal .swal-modal-bottom .swal-button--confirm svg {
  font-size: 0.625rem;
  color: #fff;
  transform: rotate(90deg) scale(2);
  transition: all ease 0.3s;
}
.swal-modal .swal-modal-bottom .swal-button--confirm::after {
  content: "";
  position: absolute;
  z-index: -1;
  transition: width 0.3s, opacity 0.3s;
  width: 0rem;
  height: 33.125rem;
  top: 50%;
  left: 50%;
  opacity: 0;
  background: #083a85;
  transform: translate3d(-50%, -50%, 0rem) rotate(10deg);
  backface-visibility: hidden;
}
.swal-modal .swal-modal-bottom .swal-button--confirm:hover {
  background-color: #083a85;
  transition: all ease 0.01s 0.25s;
}
.swal-modal .swal-modal-bottom .swal-button--confirm:hover span {
  color: #fff;
}
.swal-modal .swal-modal-bottom .swal-button--confirm:hover svg {
  color: #fff;
}
.swal-modal .swal-modal-bottom .swal-button--confirm:hover::after {
  width: 110%;
  opacity: 1;
}
.swal-modal .swal-modal-bottom .swal-button--confirm.disabled {
  background-color: #adb5c1;
  cursor: not-allowed;
  outline: none;
}
.swal-modal .swal-modal-bottom .swal-button--confirm.disabled:hover {
  background-color: #adb5c1;
  transition: none;
}
.swal-modal .swal-modal-bottom .swal-button--confirm.disabled:hover::after {
  width: 0;
  opacity: 0;
}
.swal-modal .swal-content {
  height: 100%;
  padding: 0 0.5rem;
  padding-left: 2.5rem;
  margin-top: 2rem;
}
.swal-modal .swal-modal-wrapper {
  height: 100%;
  display: block !important;
}
.swal-modal .swal-modal-content-wrapper {
  height: calc(100% - 6.75rem);
  width: 100%;
  padding-right: 1.625rem;
  overflow: auto;
}
.swal-modal .swal-modal-content-wrapper::-webkit-scrollbar {
  width: 0.375rem;
}
.swal-modal .swal-modal-content-wrapper::-webkit-scrollbar-thumb {
  background-color: #d4d7de;
  border-radius: 0.188rem;
}
.swal-modal .swal-modal-content-wrapper::-webkit-scrollbar-track {
  background-color: transparent;
}
.swal-modal .swal-modal-content-wrapper::-webkit-scrollbar-track-piece {
  background-color: transparent;
}
.swal-modal .swal-modal-content-wrapper::-webkit-scrollbar-corner {
  background-color: transparent;
}
.swal-modal .swal-modal-content-wrapper::-webkit-resizer {
  background-color: transparent;
}
.swal-modal * {
  text-align: left;
}
.swal-modal__top {
  font-size: 1.375rem;
  color: #666;
  margin-bottom: 1rem;
  font-weight: normal;
  line-height: 1.625rem;
}
.swal-modal .swal-modal-box__title {
  font-size: 1.375rem;
  color: #333;
  margin-bottom: 0.25rem;
  font-weight: 500;
  line-height: 1.875rem;
}
.swal-modal .swal-modal-box__list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.swal-modal .swal-modal-box__item {
  font-size: 1.125rem;
  color: #666;
}
.swal-modal .swal-modal-box img {
  height: 15.25rem;
  border-radius: 0.5rem;
  margin-bottom: 0.625rem;
  margin-top: 0.375rem;
}
.swal-modal .swal-modal-box__list {
  margin-left: 1.25rem;
  margin-bottom: 1.375rem;
}
.swal-modal .swal-modal-box__list-item {
  font-size: 1.125rem;
  color: #666;
  list-style: none;
  position: relative;
  margin-top: 0.188rem;
}
.swal-modal .swal-modal-box__list-item::before {
  content: "";
  width: 0.5rem;
  height: 0.563rem;
  background-color: #99a2b1;
  transform: skewX(-15deg);
  box-sizing: content-box;
  position: absolute;
  left: -1rem;
  top: 0.563rem;
}

.highlight {
  color: #0d58c9;
  background-color: transparent;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.feedback div {
  position: relative;
  margin-bottom: 0.063rem;
}

.feedback div span.email-name,
.feedback div span.message {
  margin-left: 0;
}

.feedback div span.message {
  display: block;
  margin-bottom: 0.313rem;
}

.feedback input[type=radio],
.feedback input[type=checkbox] {
  width: 1.25rem;
  height: 1.25rem;
  opacity: 0;
  position: relative;
  top: 0.5rem;
  left: 0;
  margin-top: 0;
  cursor: pointer;
}

.feedback::-webkit-input-placeholder {
  color: #d0d0d0;
}

.feedback::-moz-placeholder {
  color: #d0d0d0;
}

.feedback:-ms-input-placeholder {
  color: #d0d0d0;
}

:-input-placeholder {
  color: #d0d0d0;
}

.feedback label {
  width: 1.25rem;
  height: 1.25rem;
  border: 0.063rem solid #ccc;
  position: absolute;
  left: 0;
  top: 0.5rem;
  z-index: -1;
  background-color: #fff;
}

.help-radio label {
  border-radius: 50%;
}

.feedback input:checked + label {
  border: 0.063rem solid #0081cc;
  background: #0081cc;
}

.feedback input:checked + label:after {
  position: absolute;
  content: "";
  width: 0.375rem;
  height: 0.625rem;
  top: 0.125rem;
  left: 0.375rem;
  border: 0.125rem solid #fff;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
}

.help-radio div {
  display: inline-block;
  vertical-align: top;
  width: 8.125rem;
  border-radius: 1.25rem;
  padding: 0.5rem 0;
  margin: 0.625rem 1.875rem 0 0;
  cursor: pointer;
  background-color: #fff;
}

.help-radio div:last-child {
  margin-right: 0;
}

.feedback div span {
  margin-left: 0.938rem;
  position: relative;
  top: 0.188rem;
}

.feedback div.have-help span {
  margin-left: 2rem;
  position: relative;
  padding-left: 2.188rem;
  top: 0;
  font-weight: 500;
  font-size: 1rem;
}

.help-radio div span:before {
  content: "";
  display: inline-block;
  background: url("https://www.milesight.com/products/docs/resources/assets/good-img.svg") center no-repeat;
  background-size: cover;
  width: 1.563rem;
  height: 1.563rem;
  position: absolute;
  top: -0.188rem;
  left: 0;
}

.help-radio div:hover span {
  color: #fff;
}

.help-radio div:hover span:before,
.help-radio .select-active span:before {
  background-image: url("https://www.milesight.com/products/docs/resources/assets/good-img-active.png");
}

.help-radio div:last-child span:before {
  transform: rotateX(180deg);
}

.help-radio div:hover span,
.help-radio .select-active span {
  color: #006ee1;
}

.help-radio {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 1.25rem;
}

.help-checkbox {
  display: none;
}

.text-email {
  margin-top: 1.875rem;
  padding-top: 1.875rem;
  border-top: 0.063rem solid #e9e9eb;
}

.text-email input {
  margin-top: 0;
  width: 92%;
  margin-left: 0.625rem;
  border: none;
  border: 0.063rem solid #ccc;
  padding-left: 0.625rem;
}

.text-area {
  margin-top: 0.938rem;
}

.text-area textarea {
  width: 100%;
  height: 6.25rem;
  border: none;
  border: 0.063rem solid #ccc;
  padding-left: 0.625rem;
}

.text-area textarea:focus,
.text-email input:focus {
  outline: none;
  border: 0.063rem solid #0070c0;
}

.feedback {
  border-top: 0.063rem solid #e9e9eb;
  position: relative;
  width: 100%;
  padding: 1.25rem;
  margin-top: 1.25rem;
}

.feedback h4 {
  font-size: 1.125rem;
}

.submit-feedback {
  margin-left: auto;
  margin-top: 1.25rem;
  width: 7.5rem;
  padding: 0.375rem 0 0.438rem;
  background-color: #0070c0;
  color: #fff;
  border: 0.063rem solid #0070c0;
  font-size: 0.875rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  display: none;
}

.submit-feedback:hover {
  background: #0098d9;
  border-color: #0098d9;
}

.submit-feedback:focus {
  outline: none;
}

.submit-feedback-disabled {
  background-color: #f5f5f6;
  border-color: transparent;
  color: #9b9ea0;
  cursor: no-drop;
}

.submit-success {
  position: absolute;
  bottom: -1.25rem;
  left: 50%;
  transform: translateX(-50%);
  color: green;
  font-weight: 600;
  display: none;
}

/* åé¦ˆæ¨¡å— */
.feedback-en {
  border-top: 0.063rem solid #dee2e6;
  padding-top: 2.5rem;
}

.feedback-en h4 {
  font-size: 1.125rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1.563rem;
}

.button-wrap p {
  display: inline-block;
  vertical-align: top;
  /* border: px2rem(2) solid #006ee1; */
  width: 8.75rem;
  border-radius: 1.25rem;
  /* padding: px2rem(10) 0 px2rem(6); */
  margin: 0 1.875rem 0 0;
  cursor: pointer;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  position: relative;
  line-height: 2.5rem;
  background: #f6f7f9;
}

.feedback-en .button-wrap p:last-child {
  margin-right: 0;
}

.feedback-en .button-wrap p:hover,
.feedback-en .button-wrap .select-active {
  /* background-color: #006ee1; */
  color: #006ee1;
}

.feedback-en .button-wrap p span {
  position: relative;
  display: flex;
  align-items: center;
  width: max-content;
  margin: 0 auto;
  font-weight: 500;
  padding: 0.188rem 0;
}

.feedback-en .button-wrap p span::before {
  content: "";
  display: inline-block;
  background: url("https://www.milesight.com/products/docs/resources/assets/good-img.svg") center no-repeat;
  background-size: cover;
  width: 1.875rem;
  height: 1.875rem;
  margin: -0.5rem 0.375rem 0 0;
}

.help-radio div:hover span {
  color: #006ee1;
}

.feedback-en .button-wrap p:hover span::before,
.feedback-en .button-wrap .select-active span:before {
  background-image: url("https://www.milesight.com/products/docs/resources/assets/good-img-active.png");
}

.feedback-en .button-wrap p:last-child span::before {
  transform: rotateX(180deg);
  margin-top: 0;
  position: relative;
  top: 0.188rem;
}

.feedback-en .button-wrap {
  width: max-content;
  margin: 0 auto 1.563rem;
}

.feedback-en .feedback-tip span {
  font-size: 1rem;
  text-align: center;
  display: block;
  color: #303c42;
  display: none;
}

.feedback .required {
  color: red;
  margin-right: 0.313rem;
  margin-left: 0;
  font-size: 1.125rem;
}
.feedback .special-input {
  margin-left: 2.375rem;
  width: calc(100% - 2.375rem);
  height: 1.875rem;
  border: 0.063rem solid #ccc;
  padding: 0 0.625rem;
  margin-top: 0.625rem;
}
.feedback .issues-tip {
  margin-top: 0.625rem;
}
.feedback .special-input-tip {
  margin-top: 0.625rem;
}
.feedback .message {
  margin-bottom: 0.375rem;
}
.feedback .email,
.feedback .phone {
  display: flex;
  align-items: center;
  width: 50%;
  gap: 0.625rem;
  margin-top: 0.625rem;
}
.feedback .email span,
.feedback .phone span {
  margin-left: 0 !important;
  white-space: nowrap;
}
.feedback .email input,
.feedback .phone input {
  height: 1.875rem;
  width: 75%;
  border: 0.063rem solid #ccc;
  padding: 0 0.625rem;
  margin-top: 0;
}
.feedback .email-input {
  width: 75%;
  position: relative;
}
.feedback .email-input input {
  width: 100%;
}
.feedback .email-input .email-tip {
  color: red;
  position: absolute;
  top: 2.5rem;
  left: 0;
}
.feedback .email-title {
  margin-top: 0.625rem;
}
.feedback .phone {
  justify-content: flex-end;
}
.feedback .email-phone {
  display: flex;
  justify-content: space-between;
}
.feedback .help-radio-list {
  display: flex;
  gap: 0.625rem;
}
.feedback .help-title {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  margin-top: 1.563rem;
}

.feedback-en .feedback-tip span a {
  color: #006ee1;
}

@media screen and (max-width: 767.98px) {
  * {
    box-sizing: border-box;
    text-align: left;
  }
  .swal-modal {
    width: calc(100% - 13.33vw);
    height: 131.07vw;
    position: relative;
    border-radius: 1.07vw;
    overflow: hidden;
  }
  .swal-modal .swal-modal-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 26.53vw;
    background-color: #e7effa;
    border-radius: 1.07vw 1.07vw 0px 0px;
    display: flex;
    align-items: center;
    padding: 0 4.53vw;
    flex-direction: column;
    justify-content: flex-start;
    gap: 1.33vw;
    padding-top: 2.67vw;
  }
  .swal-modal .swal-modal-bottom .swal-modal-bottom-text {
    font-size: 3.2vw;
    color: #333;
    margin-bottom: 0;
    line-height: 4.27vw;
  }
  .swal-modal .swal-modal-bottom .swal-button--confirm {
    display: inline-flex;
    align-items: center;
    column-gap: 2.13vw;
    padding: 0 5.07vw;
    margin: 6.67vw auto 0;
    width: auto;
    height: 10.67vw;
    background-color: #0d58c9;
    border-radius: 1.07vw;
    outline: none;
    margin: 0;
    cursor: pointer;
  }
  .swal-modal .swal-modal-bottom .swal-button--confirm span {
    font-size: 3.73vw;
    color: #fff;
    line-height: 1.7;
  }
  .swal-modal .swal-modal-bottom .swal-button--confirm svg {
    display: block;
    transform: rotate(90deg) scale(2);
    color: #fff;
    font-size: 2.27vw;
  }
  .swal-modal .swal-modal-bottom .swal-button--confirm.disabled {
    background-color: #adb5c1;
    cursor: not-allowed;
    outline: none;
  }
  .swal-modal .swal-modal-bottom .swal-button--confirm.disabled:hover {
    background-color: #adb5c1;
    transition: none;
  }
  .swal-modal .swal-modal-bottom .swal-button--confirm.disabled:hover::after {
    width: 0;
    opacity: 0;
  }
  .swal-modal .swal-content {
    height: 100%;
    padding: 0;
    padding-left: 5.33vw;
    margin-top: 4.27vw;
  }
  .swal-modal .swal-modal-wrapper {
    height: 100%;
  }
  .swal-modal .swal-modal-content-wrapper {
    height: calc(100% - 33.07vw);
    width: 100%;
    padding-right: 3.47vw;
    overflow: auto;
  }
  .swal-modal .swal-modal-content-wrapper::-webkit-scrollbar {
    width: 0.8vw;
  }
  .swal-modal .swal-modal-content-wrapper::-webkit-scrollbar-thumb {
    background-color: #d4d7de;
    border-radius: 0.4vw;
  }
  .swal-modal .swal-modal-content-wrapper::-webkit-scrollbar-track {
    background-color: transparent;
  }
  .swal-modal .swal-modal-content-wrapper::-webkit-scrollbar-track-piece {
    background-color: transparent;
  }
  .swal-modal .swal-modal-content-wrapper::-webkit-scrollbar-corner {
    background-color: transparent;
  }
  .swal-modal .swal-modal-content-wrapper::-webkit-resizer {
    background-color: transparent;
  }
  .swal-modal__top {
    font-size: 3.73vw;
    color: #666;
    margin-bottom: 2.13vw;
    font-weight: normal;
    line-height: 5.33vw;
  }
  .swal-modal .swal-modal-box__title {
    font-size: 4vw;
    color: #333;
    margin-bottom: 1.33vw;
    font-weight: 500;
    line-height: 5.6vw;
  }
  .swal-modal .swal-modal-box__list {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
  }
  .swal-modal .swal-modal-box img {
    width: 100%;
    height: auto;
    border-radius: 1.07vw;
  }
  .swal-modal .swal-modal-box__list {
    margin-left: 3.47vw;
    margin-top: 1.87vw;
    margin-bottom: 2.93vw;
  }
  .swal-modal .swal-modal-box__list-item {
    font-size: 3.47vw;
    line-height: 5.07vw;
    margin-top: 0.5rem;
    color: #666;
    list-style: none;
    position: relative;
  }
  .swal-modal .swal-modal-box__list-item::before {
    content: "";
    width: 1.47vw;
    height: 1.73vw;
    background-color: #99a2b1;
    transform: skewX(-15deg);
    box-sizing: content-box;
    position: absolute;
    left: -3.2vw;
    top: 1.6vw;
  }
  .feedback .help-title {
    font-size: 20px;
  }
  .feedback div.have-help span {
    font-size: 14.5px;
  }
  .feedback h4 {
    font-size: 14.5px;
  }
  .feedback .special-input,
  .feedback .email-phone input {
    height: 30px;
  }
  .feedback .text-area textarea {
    height: 100px;
  }
  .feedback label,
  .feedback input[type=checkbox] {
    width: 20px;
    height: 20px;
  }
  .feedback input:checked + label:after {
    width: 5px;
    height: 10px;
    top: 2px;
    left: 7px;
  }
  .feedback .email-phone {
    flex-direction: column;
  }
  .feedback .email-phone .email,
  .feedback .email-phone .phone {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .feedback .email-phone .email-input {
    justify-content: flex-end;
    width: 67%;
    flex: 0 0 67%;
  }
  .feedback .email-phone .phone input {
    width: 67%;
    flex: 0 0 67%;
  }
  .feedback .submit-feedback {
    font-size: 14.5px;
    width: 100px;
    margin-top: 20px;
  }
  .feedback .submit-success {
    position: static;
    white-space: nowrap;
    text-align: center;
    transform: none;
  }
}

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