.page {
  overflow-x: hidden;
}

.c-uhfh-gnav {
  padding-left: 20px !important;
}

.global-head-cont {
  --secondary-nav-dropdown-display: none;
  --secondary-nav-dropdown-position: relative;
  --secondary-nav-dropdown-menu-list-display: flex;
  background-color: var(--theme-background-card-normal);
  box-shadow: var(--root-depth-2)
}

@keyframes slide-up {
  from {
    transform: translateY(100px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.slide-up {
  animation: slide-up 0.5s ease-out forwards;
}

.ocr-img.media__asset.rounded-l {
  background-image: url('../image/bg.jpg');
  background-size: auto;
}

.ocr-img.media__asset.rounded-l {
  height: 400px;
  display: flex;
  justify-content: center;
  /* 水平居中 */
  align-items: center;
  /* 垂直居中 */
}

.ocr-img.media__asset.rounded-l img {
  border-radius: 2px;
  max-width: 94%;
  max-height: 90%;
  border: 10px solid rgba(200, 200, 200, 0.5);
  box-shadow: 0 0 0 .6px #fff, 0 0 10px rgba(255, 255, 255, 0.3);
}

.media .ocr-img {
  /* height: 290px; */
}

.media .ocr-img img {
  /* object-fit: cover; */
}

.oc-product-title {
  font-weight: 500 !important;
}

.sku>div {
  padding-inline: 50px !important;
}

.faq-collapse::after {
  content: "\E710";
  width: 50px;
  height: 50px;
  background-color: #ddd;
}

.ocr-item__header-item .faq-collapse[aria-expanded=false]::after,
.ocr-faq-item .faq-collapse[aria-expanded=true]::after {
  background-color: var(--theme-background-accent-strong-normal);
  border-radius: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  padding: 0.625rem;
  font-family: MWF-FLUENT-ICONS;
  color: var(--theme-foreground-accent-strong-normal);
}

.ocr-faq-item__header:focus::before {
  border: 0 !important;
}

/* 添加CSS过渡动画 */
.ocr-faq-item .collapse {
  display: block !important;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: max-height;
}

/* 默认加号样式 */
.faq-collapse::after {
  content: "\002B";
  /* Unicode加号 */
  width: 30px;
  height: 30px;
  background-color: #091f2c;
  font-size: 24px;
  font-weight: bold;
  transition: transform 0.3s ease;
  color: #ddd;
  border-radius: 5px;
}

/* 展开状态改为减号 */
.faq-collapse.active::after {
  content: "\2212";
  /* Unicode减号 */
  transform: rotate(360deg);
}

.w-15 {
  width: 15% !important;
}

.w-75 {
  width: 75% !important;
}

.h-300 {
  height: 300px !important;
}

.section-master--blade-product-plan-cards .carousel--card-grid .carousel__window .carousel__container {
  grid-template-columns: none !important;
}


.contact_address {
  margin-bottom: 30px;
  padding-left: 30px
}

.single-contact-info {
  margin-bottom: 10px;
  overflow: hidden
}

.contact_address i {
  width: 45px;
  height: 45px;
  line-height: 45px;
  background-color: #fc5b62;
  color: #fff;
  border-radius: 50%;
  font-size: 16px;
  margin-bottom: 15px;
  text-align: center;
  float: left;
  margin-right: 24px;
  margin-top: 8px
}

.contact .form-control {
  padding: 22px 15px;
  border-radius: 0;
  background-color: #f1f6f9;
  border-color: #f1f6f9;
  margin-bottom: 15px
}

.contact .form-control:focus {
  border-color: #fc5b62;
  box-shadow: none;
  outline: 0 none
}

.contact textarea {
  background: #fff none repeat scroll 0 0;
  border-radius: 0;
  box-shadow: none;
  padding: 10px;
  height: 100px
}

.contact textarea:focus {
  box-shadow: none;
  outline: 0 none
}

.success {
  background: #fff none repeat scroll 0 0;
  color: #42c0d9;
  font-weight: 700;
  padding: 20px;
  text-align: center
}

#submitButton.btn-contact-bg {
  background-color: #fc5b62;
  border: 1px solid #fc5b62;
  border-radius: 4px;
  color: #fff;
  font-size: 15px;
  padding: 13px 30px;
  text-transform: capitalize;
  transition: all .3s ease 0s;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 4px
}

#submitButton:hover,
#submitButton:focus {
  background: #211E3B;
  border: 1px solid #211E3B !important;
  color: #fff
}

#contactForm .g-4 {
  margin-top: 10px;
}

.tel-sty {
  position: relative;
}

.tel-sty button {
  position: absolute;
  top: 4px;
  /* left: 0; */
  width: 130px !important;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  right: 0;
  height: calc(100% - 8px) !important;
}

.tel-sty input {
  padding-right: 0 !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.form-control {
  padding-right: 0 !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}