/* 动画 */
.ct-pulse{
  border-radius:50%;
  animation:pulse 2s ease-out infinite;
}
@keyframes pulse{
  0%{box-shadow:0 0 0 0 rgba(255,255,255,.8)}
  80%{box-shadow:0 0 0 30px rgba(255,255,255,0)}
}

/* 产品与图片 */
.sp-wps-product-image-area img,
.stk-block-posts__image-link,
#home_video{
  border-radius:14px;
  overflow:hidden;
}

.wpsf-product-title{text-align:left}
.wpsf-cart-button{display:none}

/* Footer */
.ct-footer .ct-widget:not(:first-child){
  margin-top:var(--widgets-gap,30px)
}

/* 表单 */
#wpforms-form-306 input,
#wpforms-306-field_2{background:#fff}

#wpforms-form-306 .IP_Address{display:none}

/* 产品按钮 */
#product_contact a{
  display:block;
  width:100%;
  padding:14px 0;
  text-align:center;
  color:#fff;
  background:#e62129;
  border-radius:30px;
  margin-bottom:14px;
}
#product_contact{width:100%}

/* 产品信息 */
#product_info{
  border:2px solid #e62129;
  padding:20px;
  background:#f6f6f6;
  border-radius:14px;
}

/* 参数表 */
#tab-description table th{
  background:#f6f6f6;
  text-align:left;
}
#tab-description table td{text-align:left}
#tab-description table tr:nth-child(odd){
  background:#f7f7f7
}

/* 滚动条 */
::-webkit-scrollbar{width:10px;height:18px}
::-webkit-scrollbar-thumb{
  background:#e62129;
  border-radius:4px
}
::-webkit-scrollbar-thumb:hover{
  border-radius:5px
}
::-webkit-scrollbar-track-piece{background:#000}

/* Popup 3219 */
.pum-overlay{background:rgba(0,0,0,.5)}

#pum-3219 .pum-container{
  padding:50px;
  box-shadow:0 10px 30px rgba(0,0,0,.2);
  border-radius:8px;
  max-width:650px;
}

#pum-3219 .pum-title,
#pum-3219 h2,
#pum-3219 h3{color:#000;font-weight:600}

#pum-3219 .pum-content p{color:#333}

#pum-3219 .pum-content,
#pum-3219 .wpforms-container{margin-top:15px}

#pum-3219 .wpforms-form label{color:#000}

#pum-3219 .wpforms-form input,
#pum-3219 .wpforms-form textarea,
#pum-3219 .wpforms-form select{
  border:1px solid #ccc
}

#pum-3219 .wpforms-form input:focus,
#pum-3219 .wpforms-form textarea:focus{
  border-color:#e62129;
  outline:none
}

#pum-3219 .wpforms-submit{
  background:#e62129;
  border:none
}
#pum-3219 .wpforms-submit:hover{
  background:#c81d23
}

/* 关闭按钮 */
#pum-3219 button.pum-close{
  background:#e62129;
  width:36px;
  height:36px;
  border-radius:4px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:0
}
#pum-3219 button.pum-close::before{
  content:"×";
  font-size:20px;
  color:#fff;
  transform:translateY(-2px)
}

/* 表单宽度统一 */
#wpforms-1082,
#wpforms-3139,
#wpforms-2948,
#wpforms-2840,
#wpforms-3147,
#wpforms-306{
  width:100%
}