
/* popover */

/* logo */
header .navbar .nav-logo .nav-logo-link {
    background-image: url(../images/logo.png);
}
header .navbar.active-fixed .nav-logo-link, header .navbar.active .nav-logo-link, header .navbar.show .nav-logo-link, header .navbar.visible .nav-logo-link {
    background-image: url(../images/logo1.png);
}

/* Related product */
.mr-related-products .mr-related-products-swiper .mr-related-products-item .mr-related-products-item-img {
    height: auto;
}

/* public title */
.mr-title-no-brand:before {
    width: 0!important;
    height: 0!important;
}
.mr-solution-Anesthesia .mr-solution-text.white-text,
.mr-solution-Anesthesia .mr-solution-text.white-text .mr-solution-text-des,
.mr-solution-Anesthesia .mr-solution-text.white-text .mr-solution-text-des  h3,
.mr-solution-Anesthesia .mr-solution-text.white-text .mr-solution-text-des  h4,
.mr-solution-Anesthesia .mr-solution-text.white-text .mr-solution-text-des  h5,
.mr-solution-Anesthesia .mr-solution-text.white-text .mr-solution-text-des  h6,
.mr-solution-Anesthesia .mr-solution-text.white-text .mr-solution-text-des  P {
    color: #fff;
}

/* Product Introduction Component */
.product-text-img-2 .product-text-img-2-text .product-text-img-2-text-img {
    display: inline-block;
    margin-right: 5px;
}

/* Product Teaser G Component */
.product-text-img-item-no-circle:before {
    width: 0;
}

/* Product Faq Component */
.mr-privacy .mr-privacy-panel-group .mr-privacy-panel .mr-privacy-panel-collapse .mr-privacy-panel-body p {
    padding-top: 1.125vw;
}

/* Event List Result Component */
.mr-event-landing-list .mr-event-landing-items .mr-event-landing-item-block .mr-event-landing-item-img {
    min-height: 15.6762vw;
    background-color: white;
    display:flex;
    align-items:center;
}

/* Solution Products List Component */
.mr-solution-video-no-bottom {
    padding-bottom: 0!important;
}
.mr-solution-precise-no-top {
    padding-top: 0!important;
}

/* Rich Text */
.mr-innovation-detail-text .wrap-nopadding { padding: 0; }
.xpace-aem-rich-text { padding: 0; }
.mr-innovation-detail-text small,.xpace-aem-rich-text small { font-size: .72917vw; line-height: 1.6; font-weight: normal}

/* Fix Dynamic Media Video z-index exception
.mr-product-submenu{
    z-index: 1001;
}*/


/*Dynamic Media animation pulse*/
@keyframes interactivePicturePulse {
  from{
    transform: scale(1);
    transform: translate(55%,51%);
  }
  90% {
    transform: scale(1);
    box-shadow: 0px 0px 7px 9px rgba(0,0,0,0.2);
    transform: translate(55%,51%);
  }
  to {
    transform: scale(1);
    box-shadow: 0px 0px 7px 3px rgba(0,0,0,0.2);
    transform: translate(55%,51%);
  }
}
@keyframes interactivePicturePulse_hover {
  from{
    transform: scale(1);
    transform: translate(50%,48%);
  }
  90% {
    transform: scale(1);
    box-shadow: 0px 0px 7px 9px rgba(0,0,0,0.2);
    transform: translate(50%,48%);
  }
  to {
    transform: scale(1);
    box-shadow: 0px 0px 7px 3px rgba(0,0,0,0.2);
    transform: translate(50%,48%);
  }
}
/*Dynamic Media pictures*/
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
  }
  .ui-widget-content {
    background: #ffffff;
    color: #333333;
  }
  .ui-widget {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
  }
  .ui-dialog {
    position: absolute;
    outline: 0;
  }
  .ui-dialog .ui-dialog-titlebar {
    position: relative;
  }
  .ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br{
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }
  .ui-widget-header {
    background: #e9e9e9;
    color: #333333;
    font-weight: bold;
  }
  .ui-helper-clearfix:before, .ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
  }
  .ui-helper-clearfix:after {
    clear: both;
  }
  .ui-dialog .ui-dialog-title {
    float: left;
    margin: 0.1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .ui-widget-header {
    border: 1px solid #dddddd;
    background: #e9e9e9;
    color: #333333;
    font-weight: bold;
  }
  
  .ui-widget .ui-widget {
    font-size: 1em;
  }
  .ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
  }
  .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: Arial,Helvetica,sans-serif;
  }
  .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
    color: #454545;
    text-decoration: none;
  }
  .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    background: #f6f6f6;
    font-weight: normal;
  }
  .ui-button-icon-only {
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap;
  }
  .ui-button {
    padding: 0.4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: 0.1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible;
  }
  .ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -0.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
  }
  
  /* 隐藏编辑模式下onetrust cookie 蒙层 */
  .aem-AuthorLayer-Edit .onetrust-pc-dark-filter {
    background: unset;
  }

