/* 启跃云全站零圆角 */
html body :where(button,input,select,textarea,a,[class*="btn"],[class*="card"],[class*="modal"],[class*="dropdown"],[class*="menu"],[class*="tag"],[class*="badge"],img)::before,
html body :where(button,input,select,textarea,a,[class*="btn"],[class*="card"],[class*="modal"],[class*="dropdown"],[class*="menu"],[class*="tag"],[class*="badge"],img)::after,
html body :where(button,input,select,textarea,[class*="btn"],[class*="card"],[class*="modal"],[class*="dropdown"],[class*="menu"],[class*="tag"],[class*="badge"],img){border-radius:0!important;}

/* V2.0.14：配置产品页所有组件、列表和滑块彻底取消圆角。 */
html body .qy-cart-configure-page #addCartForm *,
html body .qy-cart-configure-page #addCartForm *::before,
html body .qy-cart-configure-page #addCartForm *::after,
html body .qy-cart-configure-page .dropdown-menu,
html body .qy-cart-configure-page .dropdown-item,
html body .qy-cart-configure-page .bootstrap-select,
html body .qy-cart-configure-page .bootstrap-select > .dropdown-toggle {
  border-radius: 0 !important;
}

html body .qy-cart-configure-page input[type="range"].configoption_range::-webkit-slider-runnable-track,
html body .qy-cart-configure-page input[type="range"].configoption_range::-webkit-slider-thumb,
html body .qy-cart-configure-page input[type="range"].configoption_range::-moz-range-track,
html body .qy-cart-configure-page input[type="range"].configoption_range::-moz-range-progress,
html body .qy-cart-configure-page input[type="range"].configoption_range::-moz-range-thumb {
  border-radius: 0 !important;
}
