@media screen and (max-width: 319px) {
  html {
    font-size: 85.33333px;
  }
}
@media screen and (min-width: 320px) and (max-width: 359px) {
  html {
    font-size: 85.33333px;
  }
}
/*iPhone4，Nokia Lumia520，iPhone 5/SE*/
@media screen and (min-width: 360px) and (max-width: 374px) {
  html {
    font-size: 96px;
  }
}
/*三星s5, 三星note，三星***，Microsoft，Nexus5*/
@media screen and (min-width: 375px) and (max-width: 383px) {
  html {
    font-size: 100px;
  }
}
/*iPhone 6/7/8/X*/
@media screen and (min-width: 384px) and (max-width: 399px) {
  html {
    font-size: 102.4px;
  }
}
/*LG***，Nexus4， */
@media screen and (min-width: 400px) and (max-width: 410px) {
  html {
    font-size: 106.66667px;
  }
}
/*微信模拟器*/
@media screen and (min-width: 411px) and (max-width: 413px) {
  html {
    font-size: 109.6px;
  }
}
/*Nexus5X，Nexus6，Nexus6P，Pixel2，Pixel2 XL */
@media screen and (min-width: 414px) and (max-width: 422px) {
  html {
    font-size: 110.4px;
  }
}
/*iPhone 6/7/8 Plus*/
@media screen and (min-width: 423px) and (max-width: 478px) {
  html {
    font-size: 112.8px;
  }
}
/*LG 4X*/
@media screen and (min-width: 479px) and (max-width: 538px) {
  html {
    font-size: 127.73333px;
  }
}
/*索尼MT27i Xperia sola，Nokia N9 */
@media screen and (min-width: 539px) and (max-width: 599px) {
  html {
    font-size: 143.73333px;
  }
}
/*摩托罗拉Droid3/4/Razr Atrix 4g*/
@media screen and (min-width: 600px) and (max-width: 638px) {
  html {
    font-size: 160px;
  }
}
/*blackberry，Nexus7*/
@media screen and (min-width: 639px) and (max-width: 767px) {
  html {
    font-size: 170.4px;
  }
}
/*blackberry*/
@media screen and (min-width: 768px) and (max-width: 799px) {
  html {
    font-size: 204.8px;
  }
}
/*iPad Mini, iPad*/
@media screen and (min-width: 800px) {
  html {
    font-size: 213.33333px;
  }
}
/*kindle，Nexus10*/
/*header*/
.ui-header-stable {
  background-color: var(--bg-block);
}
.integral-tabs ~ .ui-container {
  border-top: var(--header-height-forty) solid transparent;
}
/* 头部位置留出 */
ui-header ~ .ui-container {
  border-top: var(--header-height) solid transparent;
}
footer {
  position: fixed !important;
}
header {
  position: fixed !important;
}
.modal footer {
  position: relative!important;
}
.ui-icon-return {
  line-height: var(--header-height);
  color: var(--header-text-color);
}
body .ui-icon-return {
  color: var(--header-text-color);
}
.ui-header {
  height: var(--header-height);
  line-height: var(--header-height);
  color: var(--header-text-color);
  background: linear-gradient(to left, var(--header-bg-color-end), var(--header-bg-color)) !important;
}
.ui-header h1 {
  font-size: 0.18rem;
}
.ui-header .ui-icon-return {
  line-height: var(--header-height);
  color: var(--header-text-color);
}
.ui-header ~ .ui-container {
  border-top: var(--header-height) solid transparent;
}
.ui-header .location {
  color: var(--header-text-color) !important;
}
.ui-header .handle-search {
  position: absolute;
  top: 0;
  right: 0.3rem;
  height: var(--header-height);
  line-height: var(--header-height);
}
.ui-header .handle-search i {
  font-size: 0.46rem;
}
.ui-header .handle {
  position: absolute;
  top: 0;
  right: 0.1rem;
  height: var(--header-height);
  line-height: var(--header-height);
  color: var(--header-text-color);
}
.ui-header .h-nav.active + .nav {
  right: 0.1rem;
}
.ui-header .nav {
  position: absolute;
  right: -1rem;
  top: 0.45rem;
  width: 0.8rem;
  opacity: 0.8;
  border-radius: var(--border-radius-normal);
  background-color: rgba(0, 0, 0, 0.6);
  transition: right 0.4s;
  -webkit-transition: right 0.4s;
  z-index: 101;
}
.ui-header .nav .arrow {
  position: absolute;
  top: -0.05rem;
  right: 0.1rem;
  border-left: 0.05rem solid transparent;
  border-right: 0.05rem solid transparent;
  border-bottom: 0.05rem solid rgba(0, 0, 0, 0.6);
  font-size: 0;
  line-height: 0;
}
.ui-header .nav a {
  display: block;
  text-align: center;
  color: var(--text-bright);
  border-bottom: 0.01rem solid rgba(0, 0, 0, 0.2);
}
.ui-header .nav a .icon {
  margin-right: 0.05rem;
}
.ui-header .search {
  position: absolute;
  left: 0.35rem;
  right: 0.5rem;
  top: 0.06rem;
  height: 0.3rem;
  background: var(--header-bg-input-light) !important;
  border: none;
  border-radius: 0.2rem;
  color: var(--header-text-color) !important;
}
.ui-header .search i {
  margin: 0.07rem 0.1rem;
  float: left;
}
.ui-header .search ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: var(--header-text-placeholder-color);
}
.ui-header .search :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: var(--header-text-placeholder-color);
  opacity: 1;
}
.ui-header .search ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: var(--header-text-placeholder-color);
  opacity: 1;
}
.ui-header .search :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--header-text-placeholder-color);
}
.ui-header .search ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--header-text-placeholder-color);
}
.ui-header .search .input {
  height: 100%;
  margin-left: 0.4rem;
  margin-right: 0.2rem;
  background: var(--header-bg-input-light);
}
.ui-header .search .input .sprites3-search-delete {
  right: -0.12rem;
}
.ui-header .search .input input[type=text],
.ui-header .search .input input[type=search] {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: var(--header-bg-input-light);
  color: var(--header-text-color);
}
.ui-header .header-text-color {
  color: var(--header-text-color);
}
.header-color-fixed {
  color: var(--text-light);
  background: var(--bg-block) !important;
}
.header-color-fixed .ui-icon-return {
  color: var(--text-light);
}
.header-color-fixed .location {
  color: var(--text-light) !important;
}
.header-color-fixed .handle {
  color: var(--text-light);
}
.header-color-fixed .search {
  background: var(--bg-input-light) !important;
  color: var(--text-light) !important;
}
.header-color-fixed .search ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: var(--text-placeholder);
}
.header-color-fixed .search :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: var(--text-placeholder);
  opacity: 1;
}
.header-color-fixed .search ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: var(--text-placeholder);
  opacity: 1;
}
.header-color-fixed .search :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--text-placeholder);
}
.header-color-fixed .search ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--text-placeholder);
}
.header-color-fixed .search .input {
  background: var(--bg-input-light);
}
.header-color-fixed .search .input input[type=text],
.header-color-fixed .search .input input[type=search] {
  background: var(--bg-input-light);
  color: var(--text-light);
}
.header-color-fixed .header-text-color {
  color: var(--text-light);
}
.content-color-fixed .sprites3-headSearch {
  background-position: -1.36rem -0.78rem;
}
.copy-header {
  position: absolute;
  top: 0;
  line-height: var(--header-height);
  width: 100%;
}
.copy-header .ui-icon-return {
  position: absolute;
  left: 0;
  color: var(--text-bright);
}
.copy-header .handle {
  position: absolute;
  top: 0;
  right: 0.1rem;
  height: var(--header-height);
  line-height: var(--header-height);
  color: var(--text-bright);
}
/*footer*/
.ui-footer {
  height: var(--footer-height);
  background-color: var(--bg-block);
  border-top: 0.01rem solid var(--border-light);
}
.ui-footer ~ .ui-container {
  border-bottom: var(--footer-height-ten) solid transparent;
}
.ui-footer .ui-tiled {
  height: 100%;
}
.ui-footer .ui-tiled li {
  height: 100%;
  font-size: 0;
}
.ui-footer .ui-tiled li a {
  display: block;
  width: 100%;
  height: 100%;
  color: var(--text-normal);
}
.ui-footer .ui-tiled li .icon {
  display: block;
  margin: 0.04rem auto 0.03rem;
}
.ui-footer .ui-tiled li .name {
  font-size: 0.12rem;
  line-height: 1;
}
.ui-footer .ui-tiled li .focus {
  display: none;
}
.ui-footer .ui-tiled li.active a {
  color: var(--theme-color);
}
.ui-footer .ui-tiled li.active .blur {
  display: none;
}
.ui-footer .ui-tiled li.active .focus {
  display: block;
}
/*border*/
.ui-border-t {
  position: relative;
  border: 0 !important;
}
.ui-border-t:after {
  content: "  ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0.01rem;
  background-color: var(--border-light);
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}
.ui-border-b {
  position: relative;
  border: 0 !important;
}
.ui-border-b:after {
  content: "  ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.01rem;
  background-color: var(--border-light);
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}
.ui-border-r {
  position: relative;
  border: 0 !important;
}
.ui-border-r:after {
  content: "  ";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0.01rem;
  height: 100%;
  background-color: var(--border-light);
  -webkit-transform: scaleX(0.5);
  transform: scaleX(0.5);
}
.ui-border-l {
  position: relative;
  border: 0 !important;
}
.ui-border-l:after {
  content: "  ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0.01rem;
  height: 100%;
  background-color: var(--border-light);
  -webkit-transform: scaleX(0.5);
  transform: scaleX(0.5);
}
.ui-border-l {
  border-left: 0.01rem solid var(--border-light);
}
.ui-border-r {
  border-right: 0.01rem solid var(--border-light);
}
.ui-border {
  border: 0.01rem solid var(--border-light);
}
.ui-border-radius:before {
  border-color: var(--border-btn);
}
.ui-border-radius.btnBright:before {
  border-color: var(--theme-btn-bright);
}
.ui-border-radius.btnWhite:before {
  border-color: var(--text-bright);
}
.ui-border-radius.text-normal:before {
  border-color: var(--border-normal);
}
.ui-border-radius.border-radius-none:before {
  border-radius: 0;
}
.ui-border-radius.border-radius-bigger:before {
  border-radius: var(--double-border-radius-bigger);
}
.ui-border-radius.border-radius-small:before {
  border-radius: var(--double-border-radius-small);
}
.ui-border-radius.small-btn-radius:before {
  border-radius: 0.32rem;
}
.ui-border-radius.small-btn-radius {
  border-radius: 0.16rem;
}
.radius-half {
  border-radius: 0.14rem;
}
.ui-border-radius.radius-half:before {
  border-radius: 0.28rem;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .ui-border,
  .ui-border-t,
  .ui-border-b,
  .ui-border-l,
  .ui-border-r,
  .ui-border-tb {
    border: 0;
  }
  .ui-border-t {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.5, transparent), color-stop(0.5, var(--border-light)), to(var(--border-light)));
  }
  .ui-border-b {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, transparent), color-stop(0.5, var(--border-light)), to(var(--border-light)));
  }
  .ui-border-tb {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.5, transparent), color-stop(0.5, var(--border-light)), to(var(--border-light))), -webkit-gradient(linear, left top, left bottom, color-stop(0.5, transparent), color-stop(0.5, var(--border-light)), to(var(--border-light)));
  }
  .ui-border-l {
    background-image: -webkit-gradient(linear, right top, left top, color-stop(0.5, transparent), color-stop(0.5, var(--border-light)), to(var(--border-light)));
  }
  .ui-border-r {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0.5, transparent), color-stop(0.5, var(--border-light)), to(var(--border-light)));
  }
  .ui-border:after {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.5, transparent), color-stop(0.5, var(--border-light)), to(var(--border-light))), -webkit-gradient(linear, left top, right top, color-stop(0.5, transparent), color-stop(0.5, var(--border-light)), to(var(--border-light))), -webkit-gradient(linear, left top, left bottom, color-stop(0.5, transparent), color-stop(0.5, var(--border-light)), to(var(--border-light))), -webkit-gradient(linear, right top, left top, color-stop(0.5, transparent), color-stop(0.5, var(--border-light)), to(var(--border-light)));
  }
}
/*form*/
.ui-form-item {
  font-size: var(--size-normal);
  margin-left: var(--left-right-spacing);
  padding-left: 0;
  padding-right: 0;
  height: 0.44rem;
  line-height: 0.44rem;
}
.ui-input {
  width: 100%;
  margin: 0;
  padding: 0 0.1rem;
  box-sizing: border-box;
  height: 0.44rem;
  line-height: 0.44rem;
}
.ui-form-item-show label {
  color: var(--text-normal);
}
.ui-form-item label:not(.ui-switch):not(.ui-checkbox):not(.ui-checkbox-s):not(.ui-radio) {
  width: 0.74rem;
}
.ui-form-item input,
.ui-form-item textarea {
  padding-left: 0.74rem;
}
.ui-form-item-pure input,
.ui-form-item-pure textarea {
  padding-left: 0;
}
.ui-icon-close {
  height: 0.44rem;
  line-height: 0.44rem;
}
.ui-form-item .ui-icon-close {
  right: 0.06rem;
}
/*btn*/
.ui-btn {
  background-image: none;
  background-color: var(--bg-block);
  color: var(--text-light);
  border: 0.01rem solid var(--border-light);
}
.ui-btn:not(.disabled):not(:disabled):active,
.ui-btn-lg:not(.disabled):not(:disabled):active,
.ui-btn-s:not(.disabled):not(:disabled):active,
.ui-btn.active,
.active.ui-btn-lg,
.active.ui-btn-s {
  background: var(--theme-btn-bright);
  color: var(--text-bright);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.ui-btn-primary {
  background: linear-gradient(to top, var(--theme-btn-bright), var(--theme-btn-bright));
  color: var(--text-bright) !important;
  border: 0;
}
.ui-btn-primary:hover {
  background-color: var(--bg-dark);
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .ui-btn-primary:before {
    border: 0;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .ui-btn:before,
  .ui-btn-lg:before,
  .ui-btn-s:before {
    border: 0;
  }
}
.ui-btn-lg {
  font-size: var(--size-bigger);
}
.ui-btn-primary:not(.disabled):not(:disabled):active,
.ui-btn-primary.active {
  background-color: var(--theme-btn-bright);
}
.ui-btn.disabled,
.disabled.ui-btn-lg,
.disabled.ui-btn-s,
.ui-btn:disabled,
.ui-btn-lg:disabled,
.ui-btn-s:disabled {
  background: var(--bg-disabled);
  color: var(--text-bright);
  border: 0;
}
.ui-avatar-s {
  width: 0.4rem;
  height: 0.4rem;
  -webkit-border-radius: 50%;
}
/*tab*/
.ui-tab-nav li {
  color: var(--text-normal);
}
.ui-tab-nav li.current {
  color: var(--text-selected);
  border-bottom: 0.02rem var(--text-selected) solid;
}
.ui-list-link li:after {
  color: var(--text-lighter);
}
.ui-arrowlink:before {
  color: var(--text-lighter);
}
.ui-loading-block {
  top: var(--header-height);
}
.ui-loading-block .ui-loading-cnt {
  background: rgba(0, 0, 0, 0);
  width: auto!important;
  height: auto!important;
}
.ui-whitespace {
  padding-left: var(--left-right-spacing);
  padding-right: var(--left-right-spacing);
}
.ui-list > li {
  margin-left: var(--left-right-spacing);
}
.ui-list-text > li,
.ui-list-pure > li {
  padding-right: var(--left-right-spacing);
}
.ui-tooltips-warn .ui-tooltips-cnt {
  height: auto;
  color: var(--theme-color);
  font-size: 0.1rem;
  line-height: 0.2rem;
  text-align: center;
  background-color: var(--bg-tip);
}
.ui-actionsheet {
  background: rgba(0, 0, 0, 0.6) !important;
  z-index: 1001;
}
.ui-actionsheet .ui-actionsheet-cnt {
  transform: translateY(120%);
  -webkit-transform: translateY(120%);
}
.ui-actionsheet.show {
  display: -webkit-box;
}
/* 重写checkbox */
.ui-checkbox input:before,
.ui-checkbox-s input:before {
  top: -0.22rem;
  left: -0.06rem;
}
.ui-checkbox input:checked:before,
.ui-checkbox-s input:checked:before {
  color: var(--theme-subsidiary-color) !important;
  font-size: 0.32rem;
  line-height: 0.44rem;
  top: -0.22rem;
  left: -0.06rem;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .ui-actionsheet button:not(:last-child) {
    border: 0;
    background-position: left top;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.5, transparent), color-stop(0.5, var(--border-light)), to(var(--border-light)));
    background-image: linear-gradient(linear, left bottom, left top, color-stop(0.5, transparent), color-stop(0.5, var(--border-light)), to(var(--border-light)));
    background-repeat: repeat-x;
    -webkit-background-size: 100% 0.01rem;
  }
}
.ui-actionsheet button:not(:last-child) {
  border-top: 0.01rem var(--border-light) solid;
}
.ui-actionsheet-cnt {
  padding: 0;
  background-color: var(--bg-light);
}
.ui-actionsheet-cnt button {
  height: var(--footer-height);
  line-height: var(--footer-height);
  color: var(--text-normal);
  font-size: 0.18rem;
  background-color: var(--bg-block);
  border-radius: 0;
}
.ui-actionsheet-cnt button:last-child {
  margin-bottom: 0;
}
.ui-actionsheet-cnt .size-big {
  font-size: var(--size-big);
}
.ui-actionsheet-cnt .link-color {
  color: var(--link-color);
}
.ui-actionsheet-cnt .text-normal {
  color: var(--text-normal);
}
.ui-actionsheet-cnt .text-light {
  color: var(--text-light);
}
.ui-actionsheet-cnt .text-lighter {
  color: var(--text-lighter);
}
.ui-panel-card,
.ui-panel-simple {
  background-color: var(--bg-block);
}
.ui-badge,
.ui-badge-muted,
.ui-badge-num,
.ui-badge-cornernum {
  background: var(--theme-subsidiary-color);
  height: 0.16rem;
  line-height: 0.16rem;
  border-radius: 0.08rem;
  font-size: var(--size-small);
}
.ui-badge-corner {
  background: var(--theme-subsidiary-color);
  height: 0.20rem;
  line-height: 0.20rem;
  border-radius: 0.1rem;
  font-size: var(--size-small);
}
.ui-panel h1,
.ui-panel h2,
.ui-panel h3 {
  line-height: 0.4rem;
}
.ui-panel .pdL0 {
  padding-left: 0;
}
.ui-panel-title-tips {
  color: var(--text-light);
  right: 0.08rem!important;
}
.ui-btn,
.ui-btn-lg,
.ui-btn-s {
  height: 0.32rem;
  line-height: 0.32rem;
}
.ui-btn.on {
  border-color: var(--theme-btn-bright);
  color: var(--theme-btn-bright);
}
.ui-next {
  position: relative;
}
.ui-next .icons-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.15rem;
}
/*卡片式*/
.ui-card {
  margin: 0.1rem;
  background-color: var(--bg-block);
  border-radius: var(--border-radius-normal);
}
.ui-card2 {
  background-color: var(--bg-block);
}
/*取消确定的小弹框*/
.ui-dialog {
  background: rgba(0, 0, 0, 0.6);
}
.ui-dialog-cnt {
  background-color: #ffffff;
  border-radius: var(--double-border-radius-bigger);
}
.ui-dialog-bd {
  text-align: center;
  border-top-left-radius: var(--double-border-radius-bigger);
  border-top-right-radius: var(--double-border-radius-bigger);
}
.ui-dialog-ft button:first-child {
  color: var(--text-lighter);
  border-bottom-left-radius: var(--double-border-radius-bigger);
}
.ui-dialog-ft button:last-child {
  color: var(--link-color);
  border-bottom-right-radius: var(--double-border-radius-bigger);
}
.ui-dialog-ft button {
  font-size: var(--size-big);
}
.ui-poptips {
  display: -webkit-box;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  top: 45%;
  z-index: 100000;
  pointer-events: none;
}
.ui-poptips .ui-poptips-cnt {
  height: auto;
  line-height: 0.5rem;
  max-width: 2.6rem;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: var(--border-radius-normal);
  padding: 0 0.2rem;
  font-size: var(--size-normal);
  color: var(--text-bright);
  white-space: normal;
}
.ui-poptips .ui-poptips-cnt i {
  width: 0.32rem;
  height: 0.1rem;
}
.ui-poptips .ui-poptips-cnt i::before {
  margin-left: 0;
  line-height: 0.5rem;
  font-size: 0.32rem;
}
/* 弹窗 */
.ui-pop {
  position: fixed;
  width: 100%;
  bottom: 0;
  background-color: var(--bg-block);
  font-size: 0.14rem;
  padding: 0 0 0.54rem 0;
  text-align: left;
}
.ui-pop .tit {
  padding: 0.12rem 0;
  font-size: 0.16rem;
  line-height: 1;
  text-align: center;
  font-weight: bold;
}
.ui-pop .btn {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.ui-pop .btn .prod-add,
.ui-pop .btn .prod-buy {
  width: 50%;
}
.ui-pop .close {
  position: absolute;
  right: 0.08rem;
  top: 0.08rem;
  z-index: 10000;
}
/*notice 弹框*/
.ui-notice {
  display: none;
  height: inherit;
  padding-top: 1rem;
}
.ui-notice i:before {
  line-height: 0.6rem;
  font-size: 0.6rem;
}
.ui-notice .sprites {
  margin-bottom: 0.1rem;
}
.ui-notice .ui-notice-btn {
  width: 40%;
  padding: 0.15rem 0.15rem 0.15rem;
  margin: 0 auto;
}
.ui-notice .ui-notice-btn .ui-btn {
  line-height: 0.35rem;
  height: 0.35rem;
  font-size: 0.14rem;
}
.ui-icon,
[class^=ui-icon-] {
  color: rgba(0, 0, 0, 0.6);
}
.ui-col-15 {
  width: 15%;
}
.ui-col-30 {
  width: 30%;
}
.ui-col-50 {
  width: 50%;
}
.ui-col-70 {
  width: 70%;
}
.ui-col-85 {
  width: 85%;
}
.ui-radio input:before {
  content: '';
  display: block;
  width: 0.16rem;
  height: 0.16rem;
  border: 0.01rem solid var(--text-lighter);
  border-radius: 0.13rem;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: absolute;
  left: 0;
  top: 0;
}
.ui-radio input:checked:after {
  content: '';
  display: block;
  width: 0.12rem;
  height: 0.12rem;
  background: var(--theme-color);
  border-radius: 0.07rem;
  position: absolute;
  left: 0.03rem;
  top: 0.03rem;
}
.ui-radio input {
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  position: relative;
  overflow: visible;
  border: 0;
  background: 0 0;
  -webkit-appearance: none;
  outline: 0;
  margin-right: 0 !important;
  vertical-align: middle;
}
.ui-radio input:before {
  content: '';
  display: block;
  width: 0.16rem;
  height: 0.16rem;
  border: 0.01rem solid var(--text-lighter);
  border-radius: 0.13rem;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: absolute;
  left: 0;
  top: 0;
}
.ui-slider {
  padding-top: 100%;
}
.ui-slider .sprites-play {
  position: absolute;
  top: 0.29rem;
  z-index: 99;
  right: 0.1rem;
  margin-top: -0.17rem;
  margin-left: -0.16rem;
}
.ui-slider .ui-slider-indicators {
  bottom: 0.08rem;
  right: 0;
  display: table;
  text-align: right;
}
.ui-slider .ui-slider-indicators li {
  display: inline-block;
  width: 0.1rem;
  height: 0.05rem;
  background-color: rgba(0, 0, 0, 0.2);
}
.ui-slider .ui-slider-indicators li.current:before {
  background-color: var(--text-selected);
  left: 0;
  top: 0;
  width: 0.1rem;
  height: 0.05rem;
}
.ui-checkbox input:before,
.ui-checkbox-s input:before {
  color: var(--text-lighter) !important;
}

.BGT {
  background: transparent!important;
}
.bg-theme-similar-gradient {
  background: linear-gradient(to top, var(--theme-similar), var(--theme-color));
}
.theme {
  color: var(--theme-color) !important;
}
.bg-theme {
  background: var(--theme-color);
}
.border-theme {
  border: 0.01rem solid var(--theme-color);
}
.bg-theme:disabled {
  background: var(--bg-disabled);
}
.text-theme-gradient {
  color: var(--theme-gradient);
}
.bg-theme-gradient {
  background: var(--theme-gradient);
}
.text-similar {
  color: var(--theme-similar);
}
.bg-similar {
  background: var(--theme-similar);
}
.border-similar {
  border: 0.01rem solid var(--theme-similar);
}
.bg-btn-bright {
  background: var(--theme-btn-bright) !important;
}
.bg-btn-bright:disabled {
  background: var(--bg-disabled) !important;
}
.border-btn-bright {
  border: 0.01rem solid var(--theme-btn-bright);
}
.text-btn-bright {
  color: var(--theme-btn-bright);
}
.text-success {
  color: var(--theme-success);
}
.bg-success {
  background: var(--theme-success);
}
.border-success {
  border: 0.01rem solid var(--theme-success);
}
.text-error {
  color: var(--theme-error);
}
.theme-error {
  color: var(--theme-error);
}
.bg-error {
  background: var(--theme-error);
}
.border-error {
  border: 0.01rem solid var(--theme-error);
}
.link-color {
  color: var(--link-color);
}
.bg-theme-light {
  background: var(--bg-theme-light);
}
.bg-disabled {
  background: var(--bg-disabled);
}
.border-disabled {
  border: 0.01rem solid var(--bg-disabled);
}
.bg-input-light {
  background: var(--bg-input-light) !important;
}
.bg-block {
  background: var(--bg-block);
}
.bg-normal {
  background: var(--bg-normal);
}
.bg-tip {
  background: var(--bg-tip);
}
.bg-title {
  background: var(--bg-title);
}
.bg-light {
  background: var(--bg-light) !important;
}
.bg-dark {
  background: var(--bg-dark);
}
.boder-dark {
  border: 0.01rem solid var(--bg-dark);
}
.bg-badge {
  background: var(--bg-badge);
}
.text-tag {
  color: var(--theme-tag);
}
.bg-tag {
  background: var(--theme-tag);
}
.border-tag {
  border: 0.01rem solid var(--theme-tag);
}
.border-light {
  border: 0.01rem solid var(--border-light);
}
.border-light-t {
  border-top: 0.01rem solid var(--border-light);
}
.border-light-r {
  border-right: 0.01rem solid var(--border-light);
}
.border-light-b {
  border-bottom: 0.01rem solid var(--border-light);
}
.border-light-l {
  border-left: 0.01rem solid var(--border-light);
}
.border-normal {
  border: 0.01rem solid var(--border-normal);
}
.border-normal-t {
  border-top: 0.01rem solid var(--border-normal);
}
.border-normal-r {
  border-right: 0.01rem solid var(--border-normal);
}
.border-normal-b {
  border-bottom: 0.01rem solid var(--border-normal);
}
.border-normal-l {
  border-left: 0.01rem solid var(--border-normal);
}
.border-btn {
  border: 0.01rem solid var(--border-btn);
}
.border-btn.on {
  border-color: var(--theme-btn-bright);
  color: var(--theme-btn-bright);
}
.border-btn-t {
  border-top: 0.01rem solid var(--border-btn);
}
.border-btn-t.on {
  border-color: var(--theme-btn-bright);
  color: var(--theme-btn-bright);
}
.border-btn-r {
  border-right: 0.01rem solid var(--border-btn);
}
.border-btn-r.on {
  border-color: var(--theme-btn-bright);
  color: var(--theme-btn-bright);
}
.border-btn-b {
  border-bottom: 0.01rem solid var(--border-btn);
}
.border-btn-b.on {
  border-color: var(--theme-btn-bright);
  color: var(--theme-btn-bright);
}
.border-btn-l {
  border-left: 0.01rem solid var(--border-btn);
}
.border-btn-l.on {
  border-color: var(--theme-btn-bright);
  color: var(--theme-btn-bright);
}
.text-bright {
  color: var(--text-bright) !important;
}
.text-lighter {
  color: var(--text-lighter);
}
.text-lightest {
  color: var(--text-lightest);
}
.text-light {
  color: var(--text-light);
}
.text-normal {
  color: var(--text-normal);
}
.text-price {
  color: var(--text-price) !important;
}
.text-selected {
  color: var(--text-selected) !important;
}
.bg-selected {
  background: var(--text-selected) !important;
}
.broder-selected-l {
  border-left: 0.03rem solid var(--text-selected) !important;
}
.text-product {
  color: var(--text-product) !important;
}
.theme-to-theme {
  background: linear-gradient(to top, var(--theme-color), var(--theme-color));
  color: var(--text-bright) !important;
}
.theme-to-similar {
  background: linear-gradient(to top, var(--theme-color), var(--theme-similar));
  color: var(--text-bright) !important;
}

:root {
  --header-height: 0.44rem;
  --header-back-height: -0.44rem;
  --double-header-height: 0.88rem;
  --header-height-forty: 0.84rem;
  --header-height-fortyfour: 0.88rem;
  --header-height-fortyfive-fortyfour: 1.33rem;
  --footer-height: 0.49rem;
  --footer-height-ten: 0.59rem;
  --foot-height-forty-nine: 0.98rem;
}
/* 隐藏Vue代码，所有的组件设置成隐藏 */
[v-cloak]:not(body) {
  display: none;
}
ui-header,
ui-footer,
ui-actionsheet,
ui-actionsheet-pop,
ui-dialog-captchas,
ui-file-upload {
  display: none;
}
body {
  font-family: '微软雅黑' !important;
  font-size: var(--size-normal);
  color: var(--text-normal);
  background-color: var(--bg-normal);
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}
textarea {
  resize: none;
}
::-webkit-scrollbar {
  display: none;
}
.fontArial {
  font-family: '微软雅黑' !important;
}
.heiti {
  font-family: '微软雅黑' !important;
}
.helvtica {
  font-family: '微软雅黑' !important;
}
/*锁住背景*/
.lock-bg {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.lock-body-bg {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.lock-body-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.droploading {
  margin-top: 0.1rem;
  text-align: center;
}
.overflowhidden {
  overflow: hidden;
}
/* 显示隐藏  配合使用防止局部Vue代码丑陋显示 */
.show {
  display: block;
}
.hide {
  display: none;
}
.hide.show {
  display: block;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  clear: both;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.opacity0 {
  opacity: 0;
}
/* 占位 */
.placeholder {
  -webkit-box-flex: 1;
}
.rotate180 {
  transform: rotate(180deg);
}
.posA {
  position: absolute;
}
.posR {
  position: relative;
}
.sprites-tb-center {
  position: absolute;
  right: var(--left-right-spacing);
  top: 0;
  bottom: 0;
  margin: auto;
}
.delete-upload-img {
  position: absolute;
  right: -0.04rem;
  top: -0.05rem;
}
.left-negative-3 {
  left: -0.03rem;
}
.left-negative-1 {
  left: -0.01rem;
}
.top-negative-1 {
  top: -0.01rem;
}
.R12 {
  right: 0.12rem!important;
}
.T0B0 {
  top: 0!important;
  bottom: 0;
  margin: auto;
}
.T0R0 {
  top: 0;
  right: 0;
}
.T0L0 {
  top: 0;
  left: 0;
}
.B0L0 {
  bottom: 0;
  left: 0;
}
.B0R0 {
  bottom: 0;
  right: 0;
}
.T0R12 {
  top: 0;
  right: 0.12rem;
}
.T12R0 {
  top: 0.12rem;
  right: 0;
}
.disB {
  display: block;
}
.disIB {
  display: inline-block;
}
.disIn {
  display: inline;
}
.breakAll {
  word-break: break-all;
}
.breakWord {
  word-break: break-word;
}
.text-justify {
  text-align: justify;
}
.w10 {
  width: 10%;
}
.w15 {
  width: 15%;
}
.w25 {
  width: 25%;
}
.w30 {
  width: 30%;
}
.w33 {
  width: 33% !important;
}
.w35 {
  width: 35%;
}
.w40 {
  width: 40% !important;
}
.w45 {
  width: 45% !important;
}
.w48 {
  width: 48% !important;
}
.w50 {
  width: 50%!important;
}
.w52 {
  width: 52%!important;
}
.w55 {
  width: 55%;
}
.w60 {
  width: 60%;
}
.w65 {
  width: 65%;
}
.w70 {
  width: 70%;
}
.w80 {
  width: 80%;
}
.w90 {
  width: 90%;
}
.w95 {
  width: 95%;
}
.color666 {
  color: #666;
}
.w50-h50 {
  width: 0.5rem;
  height: 0.5rem;
}
.w100 {
  width: 100%!important;
}
.min-width75 {
  min-width: 0.75rem;
}
.width90 {
  width: 0.9rem;
}
.width130 {
  width: 1.3rem;
}
.maxW45 {
  max-width: 0.45rem!important;
}
.maxW100 {
  max-width: 1rem!important;
}
.maxW70per {
  max-width: 70%!important;
}
.hAuto {
  height: auto!important;
}
.wAuto {
  width: auto!important;
}
.h100per {
  height: 100%;
}
.header-height {
  height: var(--header-height);
}
.line-header-height {
  line-height: var(--header-height);
}
.footer-height {
  height: var(--footer-height);
  line-height: var(--footer-height);
}
.top-header-height {
  top: var(--header-height);
}
.bottom-footer-height {
  bottom: var(--footer-height) !important;
}
.mgB-footer-height {
  margin-bottom: var(--footer-height);
}
.double-header-height {
  height: var(--double-header-height) !important;
}
.top-double-header-height {
  top: var(--double-header-height) !important;
}
.height14 {
  height: 0.14rem;
}
.height28 {
  height: 2.8rem;
}
.height30 {
  height: 0.3rem;
}
.height36 {
  height: 0.36rem;
}
.height40 {
  height: 0.4rem;
}
.max-height48 {
  max-height: 0.48rem;
}
.height100 {
  height: 1rem;
}
/*基础行高*/
.baseHeight1 {
  height: 0.21rem;
}
.baseHeight2 {
  height: 0.42rem;
}
.w16-h16 {
  width: 0.16rem;
  height: 0.16rem;
}
.w33-h33 {
  width: 0.33rem;
  height: 0.33rem;
}
.w38-h38 {
  width: 0.38rem;
  height: 0.38rem;
}
.w44-h44 {
  width: 0.44rem;
  height: 0.44rem;
}
.w48-h48 {
  width: 0.48rem;
  height: 0.48rem;
}
.w60-h60 {
  width: 0.6rem;
  height: 0.6rem;
}
.w66-h66 {
  width: 0.66rem;
  height: 0.66rem;
}
.w60-h20 {
  width: 0.6rem;
  height: 0.2rem;
}
.w70-h70 {
  width: 0.7rem;
  height: 0.7rem;
}
.w80-h80 {
  width: 0.8rem;
  height: 0.8rem;
}
.w100-h100 {
  width: 1rem;
  height: 1rem;
}
.h16-lh16 {
  height: 0.16rem;
  line-height: 0.16rem;
}
.h20-lh20 {
  height: 0.2rem;
  line-height: 0.2rem;
}
.h25-lh25 {
  height: 0.25rem;
  line-height: 0.25rem;
}
.h28-lh28 {
  height: 0.28rem;
  line-height: 0.28rem;
}
.h30-lh30 {
  height: 0.3rem;
  line-height: 0.3rem;
}
.h32-lh32 {
  height: 0.32rem;
  line-height: 0.32rem;
}
.h35-lh35 {
  height: 0.35rem;
  line-height: 0.35rem;
}
.h36-lh18 {
  height: 0.36rem;
  line-height: 0.18rem;
}
.h40-lh40 {
  height: 0.4rem;
  line-height: 0.4rem;
}
.h44-lh44 {
  height: 0.44rem;
  line-height: 0.44rem;
}
.h55-lh55 {
  height: 0.55rem;
  line-height: 0.55rem;
}
.h90-lh90 {
  height: 0.9rem;
  line-height: 0.9rem;
}
.hfooter-lhfooter {
  height: var(--footer-height);
  line-height: var(--footer-height);
}
.lineH1multi {
  line-height: 1!important;
}
.lineH2multi {
  line-height: 2;
}
.lineH150per {
  line-height: 150%;
}
.lineH16 {
  line-height: 0.16rem!important;
}
.lineH18 {
  line-height: 0.18rem!important;
}
.lineH20 {
  line-height: 0.2rem;
}
.lineH24 {
  line-height: 0.24rem;
}
.lineH25 {
  line-height: 0.25rem!important;
}
.lineH35 {
  line-height: 0.35rem;
}
.lineH40 {
  line-height: 0.4rem;
}
.lineH44 {
  line-height: 0.44rem;
}
/*常用外距离 0,2,3,4,5,8,10,12,15,16,20,24,25,30，35，40,45,50,55,60,70，80，90,100，距离头部间距*/
.mg0Auto {
  margin: 0 auto;
}
.mgAuto {
  margin: auto;
}
.mgAll0 {
  margin: 0;
}
.mgT0 {
  margin-top: 0!important;
}
.mgR0 {
  margin-right: 0!important;
}
.mgB0 {
  margin-bottom: 0!important;
}
.mgL0 {
  margin-left: 0!important;
}
.mgAll2 {
  margin: 0.02rem;
}
.mgT2 {
  margin-top: 0.02rem;
}
.mgR2 {
  margin-right: 0.02rem;
}
.mgB2 {
  margin-bottom: 0.02rem;
}
.mgAll3 {
  margin: 0.03rem;
}
.mgT3 {
  margin-top: 0.03rem;
}
.mgR3 {
  margin-right: 0.03rem;
}
.mgB3 {
  margin-bottom: 0.03rem;
}
.mgAll4 {
  margin: 0.04rem;
}
.mgT4 {
  margin-top: 0.04rem;
}
.mgR4 {
  margin-right: 0.04rem;
}
.mgB4 {
  margin-bottom: 0.04rem;
}
.mgL4 {
  margin-left: 0.04rem;
}
.mgAll5 {
  margin: 0.05rem;
}
.mgT5 {
  margin-top: 0.05rem;
}
.mgR5 {
  margin-right: 0.05rem!important;
}
.mgB5 {
  margin-bottom: 0.05rem;
}
.mgL5 {
  margin-left: 0.05rem;
}
.mgAll8 {
  margin: 0.08rem;
}
.mgT8 {
  margin-top: 0.08rem;
}
.mgR8 {
  margin-right: 0.08rem!important;
}
.mgB8 {
  margin-bottom: 0.08rem!important;
}
.mgL8 {
  margin-left: 0.08rem;
}
.mgAll10 {
  margin: 0.1rem!important;
}
.mgTB10LR0 {
  margin: 0.1rem 0;
}
.mgT10 {
  margin-top: 0.1rem!important;
}
.mgR10 {
  margin-right: 0.1rem!important;
}
.mgB10 {
  margin-bottom: 0.1rem!important;
}
.mgL10 {
  margin-left: 0.1rem!important;
}
.mgAll12 {
  margin: 0.12rem!important;
}
.mgT12 {
  margin-top: 0.12rem!important;
}
.mgR12 {
  margin-right: 0.12rem!important;
}
.mgB12 {
  margin-bottom: 0.12rem!important;
}
.mgL12 {
  margin-left: 0.12rem!important;
}
.mgAll15 {
  margin: 0.15rem!important;
}
.mgT15 {
  margin-top: 0.15rem!important;
}
.mgR15 {
  margin-right: 0.15rem!important;
}
.mgB15 {
  margin-bottom: 0.15rem!important;
}
.mgL15 {
  margin-left: 0.15rem!important;
}
.mgAll16 {
  margin: 0.16rem;
}
.mgT16 {
  margin-top: 0.16rem;
}
.mgR16 {
  margin-right: 0.16rem;
}
.mgB16 {
  margin-bottom: 0.16rem;
}
.mgL16 {
  margin-left: 0.16rem;
}
.mgAll20 {
  margin: 0.2rem!important;
}
.mgT20 {
  margin-top: 0.2rem!important;
}
.mgR20 {
  margin-right: 0.2rem!important;
}
.mgB20 {
  margin-bottom: 0.2rem!important;
}
.mgL20 {
  margin-left: 0.2rem!important;
}
.mgAll24 {
  margin: 0.24rem;
}
.mgT24 {
  margin-top: 0.24rem;
}
.mgR24 {
  margin-right: 0.24rem;
}
.mgB24 {
  margin-bottom: 0.24rem;
}
.mgL24 {
  margin-left: 0.24rem;
}
.mgAll25 {
  margin: 0.25rem;
}
.mgT25 {
  margin-top: 0.25rem;
}
.mgR25 {
  margin-right: 0.25rem;
}
.mgB25 {
  margin-bottom: 0.25rem;
}
.mgL25 {
  margin-left: 0.25rem;
}
.mgAll28 {
  margin: 0.28rem;
}
.mgT28 {
  margin-top: 0.28rem;
}
.mgR28 {
  margin-right: 0.28rem;
}
.mgB28 {
  margin-bottom: 0.28rem;
}
.mgL28 {
  margin-left: 0.28rem;
}
.mgAll30 {
  margin: 0.3rem;
}
.mgT30 {
  margin-top: 0.3rem;
}
.mgR30 {
  margin-right: 0.3rem;
}
.mgB30 {
  margin-bottom: 0.3rem;
}
.mgL30 {
  margin-left: 0.3rem;
}
.mgAll35 {
  margin: 0.35rem;
}
.mgT35 {
  margin-top: 0.35rem;
}
.mgR35 {
  margin-right: 0.35rem;
}
.mgB35 {
  margin-bottom: 0.35rem;
}
.mgL35 {
  margin-left: 0.35rem;
}
.mgAll40 {
  margin: 0.4rem;
}
.mgT40 {
  margin-top: 0.4rem !important;
}
.mgR40 {
  margin-right: 0.4rem;
}
.mgB40 {
  margin-bottom: 0.4rem;
}
.mgL40 {
  margin-left: 0.4rem;
}
.mgT44 {
  margin-top: 0.44rem;
}
.mgAll45 {
  margin: 0.45rem;
}
.mgT45 {
  margin-top: 0.45rem;
}
.mgR45 {
  margin-right: 0.45rem;
}
.mgB45 {
  margin-bottom: 0.45rem;
}
.mgL45 {
  margin-left: 0.45rem;
}
.mgAll50 {
  margin: 0.5rem;
}
.mgT50 {
  margin-top: 0.5rem;
}
.mgR50 {
  margin-right: 0.5rem;
}
.mgB50 {
  margin-bottom: 0.5rem;
}
.mgL50 {
  margin-left: 0.5rem;
}
.mgT55 {
  margin-top: 0.55rem;
}
.mgT60 {
  margin-top: 0.6rem;
}
.mgB70 {
  margin-bottom: 0.7rem;
}
.mgT70 {
  margin-top: 0.7rem;
}
.mgR70 {
  margin-right: 0.7rem;
}
.mgB90 {
  margin-bottom: 0.9rem;
}
.mgT80 {
  margin-top: 0.8rem;
}
.mgT100 {
  margin-top: 1rem;
}
.mgT-header {
  margin-top: var(--header-height);
}
.pdAll0 {
  padding: 0 !important;
}
.pdT0 {
  padding-top: 0rem!important;
}
.pdR0 {
  padding-right: 0!important;
}
.pdB0 {
  padding-bottom: 0rem!important;
}
.pdL0 {
  padding-left: 0!important;
}
.pdAll2 {
  padding: 0.02rem;
}
.pdT2 {
  padding-top: 0.02rem;
}
.pdR2 {
  padding-right: 0.02rem;
}
.pdB2 {
  padding-bottom: 0.02rem;
}
.pdL2 {
  padding-left: 0.02rem;
}
.pdAll4 {
  padding: 0.04rem;
}
.pdT4 {
  padding-top: 0.04rem;
}
.pdR4 {
  padding-right: 0.04rem;
}
.pdB4 {
  padding-bottom: 0.04rem;
}
.pdL4 {
  padding-left: 0.04rem;
}
.pdAll5 {
  padding: 0.05rem;
}
.pdT5 {
  padding-top: 0.05rem;
}
.pdR5 {
  padding-right: 0.05rem;
}
.pdB5 {
  padding-bottom: 0.05rem;
}
.pdL5 {
  padding-left: 0.05rem;
}
.pdAll8 {
  padding: 0.08rem;
}
.pdT8 {
  padding-top: 0.08rem;
}
.pdR8 {
  padding-right: 0.08rem;
}
.pdB8 {
  padding-bottom: 0.08rem;
}
.pdL8 {
  padding-left: 0.08rem;
}
.pdAll10 {
  padding: 0.1rem!important;
}
.pdT10 {
  padding-top: 0.1rem!important;
}
.pdR10 {
  padding-right: 0.1rem!important;
}
.pdB10 {
  padding-bottom: 0.1rem!important;
}
.pdL10 {
  padding-left: 0.1rem!important;
}
.pdAll12 {
  padding: 0.12rem!important;
}
.pdT12 {
  padding-top: 0.12rem!important;
}
.pdR12 {
  padding-right: 0.12rem!important;
}
.pdB12 {
  padding-bottom: 0.12rem!important;
}
.pdL12 {
  padding-left: 0.12rem!important;
}
.pdAll15 {
  padding: 0.15rem!important;
}
.pdT15 {
  padding-top: 0.15rem!important;
}
.pdR15 {
  padding-right: 0.15rem!important;
}
.pdB15 {
  padding-bottom: 0.15rem!important;
}
.pdL15 {
  padding-left: 0.15rem!important;
}
.pdAll16 {
  padding: 0.16rem;
}
.pdT16 {
  padding-top: 0.16rem;
}
.pdR16 {
  padding-right: 0.16rem;
}
.pdB16 {
  padding-bottom: 0.16rem;
}
.pdL16 {
  padding-left: 0.16rem;
}
.pdAll20 {
  padding: 0.2rem;
}
.pdT20 {
  padding-top: 0.2rem;
}
.pdR20 {
  padding-right: 0.2rem!important;
}
.pdB20 {
  padding-bottom: 0.2rem;
}
.pdL20 {
  padding-left: 0.2rem;
}
.pdAll24 {
  padding: 0.24rem;
}
.pdT24 {
  padding-top: 0.24rem;
}
.pdR24 {
  padding-right: 0.24rem;
}
.pdB24 {
  padding-bottom: 0.24rem;
}
.pdL24 {
  padding-left: 0.24rem;
}
.pdAll30 {
  padding: 0.3rem;
}
.pdT30 {
  padding-top: 0.3rem;
}
.pdR30 {
  padding-right: 0.3rem;
}
.pdB30 {
  padding-bottom: 0.3rem;
}
.pdL30 {
  padding-left: 0.3rem;
}
.pdAll40 {
  padding: 0.4rem;
}
.pdT40 {
  padding-top: 0.4rem;
}
.pdR40 {
  padding-right: 0.4rem;
}
.pdB40 {
  padding-bottom: 0.4rem;
}
.pdL40 {
  padding-left: 0.4rem;
}
.pdT44 {
  padding-top: 0.44rem;
}
.pdT50 {
  padding-top: 0.5rem;
}
.pdB50 {
  padding-bottom: 0.5rem;
}
.pdR50 {
  padding-right: 0.5rem;
}
.pdL80 {
  padding-left: 0.8rem;
}
.pdT100 {
  padding-top: 1rem;
}
.pdTB1LR3 {
  padding: 0.01rem 0.03rem;
}
.pdTB1LR6 {
  padding: 0.01rem 0.06rem;
}
.pdTB3LR5 {
  padding: 0.03rem 0.05rem;
}
.pdTB2LR8 {
  padding: 0.02rem 0.08rem;
}
.pdTB5LR12 {
  padding: 0.05rem 0.12rem;
}
.pdTB10LR12 {
  padding: 0.1rem 0.12rem;
}
/*按钮弹窗*/
.nav-layer {
  display: none;
  position: fixed;
  top: var(--header-height);
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  z-index: 120;
}
.nav-layer .nav {
  position: absolute;
  right: -1rem;
  top: 0.01rem;
  width: 0.8rem;
  opacity: 0.8;
  line-height: 0.4rem;
  border-radius: var(--border-radius-normal);
  background-color: rgba(0, 0, 0, 0.6);
  transition: right 0.4s;
  -webkit-transition: right 0.4s;
}
.nav-layer .nav .arrow {
  position: absolute;
  top: -0.05rem;
  right: 0.1rem;
  border-left: 0.05rem solid transparent;
  border-right: 0.05rem solid transparent;
  border-bottom: 0.05rem solid rgba(0, 0, 0, 0.6);
  font-size: 0;
  line-height: 0;
}
.nav-layer .nav a {
  display: block;
  text-align: center;
  color: var(--text-bright);
  border-bottom: 0.01rem solid var(--border-light);
}
.nav-layer .nav a:last-child {
  border-bottom: 0;
}
.nav-layer.active {
  display: block;
}
.nav-layer.active .nav {
  right: 0.1rem;
}
/* 商品系列属性弹窗*/
.ui-actionsheet.sequence {
  top: 0.88rem;
  bottom: 0;
}
.ui-actionsheet.sequence.show {
  opacity: 0.9;
  background-color: rgba(0, 0, 0, 0.6);
}
.ui-actionsheet.sequence .ui-pop {
  top: 0.88rem;
  bottom: 0;
}
.ui-actionsheet.sequence .ui-pop .ui-row {
  background-color: var(--bg-block);
}
.ui-actionsheet.sequence .ui-pop .ui-row li {
  padding-left: 0.15rem;
  line-height: 0.36rem;
  position: relative;
  font-size: 0.12rem;
}
.ui-actionsheet.sequence .ui-pop .ui-row li i {
  position: absolute;
  display: none;
  right: 0.15rem;
  top: 0.1rem;
}
.ui-actionsheet.sequence .ui-pop .ui-row li i.show {
  display: block;
}
.ui-actionsheet .ui-pop {
  padding-bottom: 0 !important;
}
.ui-actionsheet .ui-pop .size-list {
  padding-left: 0.12rem;
  height: auto;
  overflow-y: auto;
  max-height: 3rem;
}
.ui-actionsheet .ui-pop .size-list li {
  padding-bottom: 0.15rem;
}
.ui-actionsheet .ui-pop .size-list li .sort span {
  display: inline-block;
  padding: 0 0.18rem;
  line-height: 0.30rem;
  border-radius: 0.15rem;
  margin: 0.1rem 0.10rem 0 0;
}
.ui-actionsheet .ui-pop .size-list li .sort span.disabled {
  border-color: var(--bg-disabled);
  color: var(--text-bright);
  background: var(--bg-disabled);
}
.ui-actionsheet .ui-pop .size-list li .sort span.active {
  background-color: var(--theme-btn-bright) !important;
  color: var(--text-bright);
  border-color: var(--theme-btn-bright);
}
.ui-actionsheet .ui-pop .size-list li .chose-num {
  float: right;
  height: 0.32rem;
  margin-right: var(--left-right-spacing);
  border: 0.01rem solid var(--border-light);
  border-radius: 0.04rem;
}
.ui-actionsheet .ui-pop .size-list li .chose-num .num {
  float: left;
  width: 0.45rem;
  height: 100%;
  line-height: 0.3rem;
  font-size: 0.14rem;
  text-align: center;
  border: none;
}
.ui-actionsheet .ui-pop .size-list li .chose-num .plus,
.ui-actionsheet .ui-pop .size-list li .chose-num .reduce {
  float: left;
  width: 0.35rem;
  height: 100%;
  line-height: 0.3rem;
  font-size: 0.24rem;
  text-align: center;
  color: var(--text-lighter);
  position: relative;
}
.ui-actionsheet .ui-pop .size-list li .chose-num .plus {
  border-left: 0.01rem solid var(--border-light);
}
.ui-actionsheet .ui-pop .size-list li .chose-num .plus .sprites-add,
.ui-actionsheet .ui-pop .size-list li .chose-num .plus .sprites-add-dis {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.ui-actionsheet .ui-pop .size-list li .chose-num .reduce {
  border-right: 0.01rem solid var(--border-light);
}
.ui-actionsheet .ui-pop .size-list li .chose-num .reduce .sprites-reduce,
.ui-actionsheet .ui-pop .size-list li .chose-num .reduce .sprites-reduce-dis {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.ui-actionsheet .ui-pop .sp-info {
  height: 0.9rem;
  position: relative;
}
.ui-actionsheet .ui-pop .sp-info .info-img {
  position: absolute;
  width: 0.75rem;
  height: 0.75rem;
  bottom: 0rem;
  left: 0.1rem;
  background-color: var(--bg-block);
}
.ui-actionsheet .ui-pop .sp-info .info-img img {
  width: 100%;
  height: 100%;
  border-radius: var(--border-radius-normal);
}
.ui-actionsheet .ui-pop .sp-info .info-word {
  position: absolute;
  left: 1rem;
  top: 0.15rem;
  height: 0.75rem;
  right: 0.12rem;
}
.ui-actionsheet .ui-pop .select-attr-box {
  position: relative!important;
}
.ui-actionsheet .ui-pop .select-attr-box .ui-tiled li {
  height: var(--footer-height);
  line-height: var(--footer-height);
  padding: 0;
}
/*back to top 返回头部*/
.back-top {
  opacity: 0;
  position: fixed;
  width: 0.42rem;
  height: 0.42rem;
  bottom: 0.65rem;
  right: 0.1rem;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.back-top.show {
  opacity: 1;
}
/* 底部工具 返回头部 */
.bottom-tool {
  display: block;
  position: fixed;
  bottom: 0.65rem;
  right: 0.1rem;
  width: 0.42rem;
  z-index: 102;
}
.bottom-tool .scroll-top {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  opacity: 0;
  display: none;
}
.bottom-tool .scroll-top.show {
  display: block;
  opacity: 1;
}
/* 图片验证码 */
.has-imgcode {
  padding-right: 1.04rem;
}
.has-imgcode .imgcode {
  position: absolute;
  top: 0.15rem;
  right: 0.12rem;
  display: inline-block;
  width: 0.8rem;
  height: 0.3rem;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKAAAAA8BAMAAAATRawmAAAAHlBMVEX///8AAAAFBwYIAAELAAcNDAsOEQ0WFRQoHSEiAg2+AzACAAAAoklEQVRYw2MQExQSEiQEFNG44kKCCE2JIBFRsLiiYCJDAgNVARuDAHUNZBwCBgZQ10DWIeDlUQNHDRxN2EQZOFrAjiabUQOHQSwPfheOGjhq4KiBowaOGkgzAxWobaDDoDdw8EfKCIzlCVRu21DfhR7GJoaCgkJiwsbGxs5GiAEo0UBxQWFRQThwMQSRJi4uziBa2AVECokHwuWTRIVAQ1qNALOZFZ7JKm0RAAAAAElFTkSuQmCC');
  background-size: 0.8rem 0.3rem;
}
.has-imgcode .ui-icon-close {
  right: 1.04rem;
}
.ui-form-item-r.has-imgcode {
  padding-right: 0;
}
/* 收货地址相关 */
.address-container {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 200;
  background-color: var(--bg-normal);
}
.address-container.show {
  display: block;
}
.option {
  height: 0.26rem;
}
/*加减按钮*/
.opt-group {
  position: relative;
  height: 0.28rem;
  padding: 0 0.33rem;
  border: 0.01rem solid var(--border-light);
  top: 0;
  right: 0;
  border-radius: 0;
}
.opt-group button {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.33rem;
  height: 100%;
  border: none;
  font-size: 0;
  text-align: center;
  background-color: var(--bg-block);
}
.opt-group input,
.opt-group .input-text {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 0.28rem;
  text-align: center;
  border: none;
}
.opt-group .jian {
  border-right: 0.01rem solid var(--border-light);
  padding-bottom: 0.25rem;
  line-height: 0.28rem;
}
.opt-group .jia {
  left: auto;
  right: 0;
  border-left: 0.01rem solid var(--border-light);
  padding-bottom: 0.25rem;
  line-height: 0.28rem;
}
.detail-promotion-icon {
  min-width: 0.16rem;
  height: 0.16rem;
  line-height: 0.16rem;
  display: block;
  background: var(--theme-tag);
  color: var(--text-bright);
  border-radius: var(--border-radius-small);
  text-align: center;
  padding: 0;
}
.bottom-cart {
  top: -0.05rem !important;
  left: 0.15rem;
  min-width: 0rem;
  position: relative;
  padding: 0 0.06rem!important;
  z-index: 100;
}
.btn-wq-lg {
  display: block;
  width: 99%;
  margin: 0 auto;
  height: 0.45rem;
  line-height: 0.45rem;
  font-size: 0.14rem;
  color: var(--text-bright);
  border-radius: var(--border-radius-normal);
}
.ellipsis-noblock {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
/*fix*/
.ui-center-fix {
  height: auto;
  padding-bottom: 0.3rem;
}
/*常用设置*/
.text-underline {
  text-decoration: underline;
}
.line-through {
  text-decoration: line-through;
  text-decoration-style: through;
  text-decoration-color: var(--text-lighter);
  -moz-text-decoration-color: var(--text-lighter);
  -moz-text-decoration-style: double;
  -webkit-text-decoration-color: var(--text-lighter);
  -webkit-text-decoration-style: solid;
}
.line-underline {
  text-decoration: underline;
}
.swipe-list {
  position: relative;
  font-size: 0;
  visibility: hidden;
  overflow: hidden;
}
.swipe-list .swipe-point {
  position: absolute;
  right: 0.15rem;
  bottom: 0.1rem;
  width: 100%;
  text-align: right;
}
.swipe-list .swipe-point li {
  display: inline-block;
  width: 0.07rem;
  height: 0.07rem;
  margin: 0 0.02rem;
  border-radius: 0.04rem;
  background-color: var(--bg-block);
  transition: width 0.5s;
  -webkit-transition: width 0.5s;
}
.swipe-list .swipe-point .active {
  width: 0.07rem;
  background-color: var(--text-selected);
}
.share-tips {
  position: absolute;
  top: 20%;
  width: 100%;
  text-align: center;
  color: var(--text-bright);
}
.f0 {
  font-size: 0!important;
}
.verB {
  vertical-align: bottom;
}
.verT {
  vertical-align: top;
}
.VATextB {
  vertical-align: text-bottom;
}
.overflowYScroll {
  overflow-y: scroll;
}
.system-message-style {
  color: var(--theme-color);
  font-size: var(--size-smaller);
  border: 0.01rem solid var(--theme-color);
  background-color: var(--bg-block);
  min-width: 0.08rem;
  padding: 0rem 0.04rem;
  text-align: center;
  height: 0.16rem;
  line-height: 0.15rem;
  border-radius: 0.09rem;
  z-index: 106;
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: var(--text-placeholder);
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: var(--text-placeholder);
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: var(--text-placeholder);
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: var(--text-placeholder);
}
.align-items-center {
  align-items: center;
  display: flex;
}
.opacity-60-bg {
  background: rgba(0, 0, 0, 0.6);
}
.filter-5-bg {
  filter: blur(5px);
}

.sprites-next {
  width: 0.16rem;
  height: 0.16rem;
  background-position: -0.1rem -0.1rem;
}
.sprites-next-dott {
  width: 0.16rem;
  height: 0.16rem;
  background-position: -0.28rem -0.1rem;
}
.sprites-next-dott-open {
  width: 0.16rem;
  height: 0.16rem;
  background-position: -0.28rem -0.1rem;
  transform: rotate(90deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.sprites-grayDown {
  width: 0.16rem;
  height: 0.16rem;
  background-position: -0.46rem -0.1rem;
  transform: rotate(0deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.sprites-grayUp {
  width: 0.16rem;
  height: 0.16rem;
  background-position: -0.46rem -0.1rem;
  transform: rotate(180deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.sprites-cricleArrow-down {
  height: 0.16rem;
  width: 0.16rem;
  background-position: -0.64rem -0.1rem;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.sprites-searchHigh {
  width: 0.16rem;
  height: 0.16rem;
  background-position: -0.82rem -0.1rem;
}
.sprites-white-right {
  width: 0.16rem;
  height: 0.16rem;
  background-position: -1rem -0.1rem;
}
.sprites-reduce {
  width: 0.16rem;
  height: 0.16rem;
  background-position: -1.18rem -0.1rem;
}
.sprites-reduce-dis {
  width: 0.16rem;
  height: 0.16rem;
  background-position: -1.36rem -0.1rem;
}
.sprites-add {
  width: 0.16rem;
  height: 0.16rem;
  background-position: -1.54rem -0.1rem;
}
.sprites-add-dis {
  width: 0.16rem;
  height: 0.16rem;
  background-position: -1.72rem -0.1rem;
}
.sprites-service-icon {
  width: 0.16rem;
  height: 0.16rem;
  background-position: -1.9rem -0.1rem;
}
.sprites-normal-radio {
  width: 0.16rem;
  height: 0.16rem;
  background-position: -2.08rem -0.1rem;
}
.sprites-disabled-radio {
  width: 0.16rem;
  height: 0.16rem;
  background-position: -2.26rem -0.1rem;
}
.sprites-mark {
  width: 0.16rem;
  height: 0.16rem;
  background-position: -2.44rem -0.1rem;
}
.sprites-install-address {
  width: 0.16rem;
  height: 0.16rem;
  background-position: -2.62rem -0.1rem;
}
.sprites-address {
  width: 0.16rem;
  height: 0.16rem;
  background-position: -2.8rem -0.1rem;
}
.sprites-delete {
  width: 0.16rem;
  height: 0.16rem;
  background-position: -2.98rem -0.1rem;
  position: absolute;
  right: 0;
  top: 0.08rem;
}
.sprites-search-noResult {
  width: 0.16rem;
  height: 0.16rem;
  background-position: -3.16rem -0.1rem;
}
.sprites-search-duihao {
  width: 0.16rem;
  height: 0.16rem;
  background-position: -3.34rem -0.1rem;
}
.sprites-phone {
  width: 0.16rem;
  height: 0.16rem;
  background-position: -3.52rem -0.1rem;
}
.sprites-duihao {
  width: 0.16rem;
  height: 0.16rem;
  background-position: -3.34rem -0.1rem;
}
.sprites-shop {
  width: 0.18rem;
  height: 0.18rem;
  background-position: -0.1rem -0.36rem;
}
.sprites-gray-shop {
  width: 0.18rem;
  height: 0.18rem;
  background-position: -0.3rem -0.36rem;
}
.sprites-pop-close {
  width: 0.18rem;
  height: 0.18rem;
  background-position: -0.5rem -0.36rem;
}
.sprites-notice {
  width: 0.18rem;
  height: 0.18rem;
  background-position: -0.7rem -0.36rem;
}
.sprites-setPos {
  width: 0.18rem;
  height: 0.18rem;
  background-position: -0.9rem -0.36rem;
}
.sprites-calendar {
  width: 0.22rem;
  height: 0.22rem;
  background-position: -0.1rem -0.64rem;
}
.sprites-my-step {
  width: 0.22rem;
  height: 0.22rem;
  background-position: -0.34rem -0.64rem;
}
.sprites-my-msg {
  width: 0.22rem;
  height: 0.22rem;
  background-position: -0.58rem -0.64rem;
}
.sprites-online-service {
  height: 0.22rem;
  width: 0.22rem;
  background-position: -0.82rem -0.64rem;
  display: block;
  margin: 0.06rem auto 0.03rem;
}
.sprites-search-list-grid {
  width: 0.22rem;
  height: 0.22rem;
  background-position: -1.06rem -0.64rem;
}
.sprites-search-list-row {
  width: 0.22rem;
  height: 0.22rem;
  background-position: -1.3rem -0.64rem;
}
.sprites-close-progress {
  width: 0.22rem;
  height: 0.22rem;
  background-position: -1.54rem -0.64rem;
}
.sprites-packageRed-icon {
  width: 0.22rem;
  height: 0.22rem;
  background-position: -1.78rem -0.64rem;
}
.sprites-packageDisable-icon {
  width: 0.22rem;
  height: 0.22rem;
  background-position: -2.02rem -0.64rem;
}
.sprites-circle-add {
  width: 0.22rem;
  height: 0.22rem;
  background-position: -2.26rem -0.64rem;
}
.sprites-circle-reduce {
  width: 0.22rem;
  height: 0.22rem;
  background-position: -2.5rem -0.64rem;
}
.sprites-search-giftNum {
  width: 0.22rem;
  height: 0.22rem;
  background-position: -2.74rem -0.64rem;
}
.sprites-heart {
  width: 0.22rem;
  height: 0.22rem;
  background-position: -2.98rem -0.64rem;
  display: block;
  margin: 0.06rem auto 0.03rem;
}
.sprites-cart-small {
  height: 0.22rem;
  width: 0.22rem;
  background-position: -3.22rem -0.64rem;
  display: block;
  margin: 0.06rem auto 0.03rem;
}
.sprites-heart-red {
  width: 0.22rem;
  height: 0.22rem;
  background-position: -3.46rem -0.64rem;
  display: block;
  margin: 0.06rem auto 0.03rem;
}
.sprites-ellipsis {
  width: 0.24rem;
  height: 0.24rem;
  background-position: -0.1rem -0.96rem;
}
.sprites-detail-share {
  width: 0.24rem;
  height: 0.24rem;
  background-position: -0.36rem -0.96rem;
}
.sprites-detail-moneyShare {
  width: 0.24rem;
  height: 0.24rem;
  background-position: -0.62rem -0.96rem;
}
.sprites-shop-detail-icon,
.sprites-shop-index {
  width: 0.24rem;
  height: 0.24rem;
  background-position: -0.88rem -0.96rem;
}
.sprites-goods-classification-icon {
  width: 0.24rem;
  height: 0.24rem;
  background-position: -1.14rem -0.96rem;
}
.sprites-submit-correct-icon {
  width: 0.24rem;
  height: 0.24rem;
  background-position: -1.4rem -0.96rem;
}
.sprites-search-cart {
  width: 0.3rem;
  height: 0.3rem;
  background-position: -0.1rem -1.3rem;
}
.sprites-detail-header-back {
  width: 0.3rem;
  height: 0.3rem;
  background-position: -0.42rem -1.3rem;
}
.sprites-detail-header-cart {
  width: 0.3rem;
  height: 0.3rem;
  background-position: -0.74rem -1.3rem;
}
.sprites-afterSale-status {
  width: 0.3rem;
  height: 0.3rem;
  background-position: -1.7rem -1.3rem;
}
.sprites-camera {
  height: 0.3rem;
  width: 0.3rem;
  background-position: -2.02rem -1.3rem;
}
.sprites-scan-scanProcess {
  width: 0.3rem;
  height: 0.3rem;
  background-position: -2.34rem -1.3rem;
}
.sprites-scan-cartProcess {
  width: 0.3rem;
  height: 0.3rem;
  background-position: -2.66rem -1.3rem;
}
.sprites-scan-payProcess {
  width: 0.3rem;
  height: 0.3rem;
  background-position: -2.98rem -1.3rem;
}
.sprites-my-adress {
  width: 0.36rem;
  height: 0.36rem;
  background-position: -0.1rem -1.7rem;
}
.sprites-my-invoice {
  width: 0.36rem;
  height: 0.36rem;
  background-position: -0.48rem -1.7rem;
}
.sprites-my-kefuPhone {
  width: 0.36rem;
  height: 0.36rem;
  background-position: -0.86rem -1.7rem;
}
.sprites-my-onlineKefu {
  width: 0.36rem;
  height: 0.36rem;
  background-position: -1.24rem -1.7rem;
}
.sprites-my-collect {
  width: 0.36rem;
  height: 0.36rem;
  background-position: -1.62rem -1.7rem;
}
.sprites-my-evaluate {
  width: 0.36rem;
  height: 0.36rem;
  background-position: -2rem -1.7rem;
}
.sprites-my-track {
  width: 0.36rem;
  height: 0.36rem;
  background-position: -2.38rem -1.7rem;
}
.sprites-my-answer {
  width: 0.36rem;
  height: 0.36rem;
  background-position: -2.76rem -1.7rem;
}
.sprites-my-ask {
  width: 0.36rem;
  height: 0.36rem;
  background-position: -3.14rem -1.7rem;
}
.sprites-my-serve {
  width: 0.36rem;
  height: 0.36rem;
  background-position: -0.1rem -2.16rem;
}
.sprites-my-cut {
  width: 0.36rem;
  height: 0.36rem;
  background-position: -0.48rem -2.16rem;
}
.sprites-my-team {
  width: 0.36rem;
  height: 0.36rem;
  background-position: -0.86rem -2.16rem;
}
.sprites-my-award {
  width: 0.36rem;
  height: 0.36rem;
  background-position: -1.24rem -2.16rem;
}
.sprites-my-recommend {
  width: 0.36rem;
  height: 0.36rem;
  background-position: -1.62rem -2.16rem;
}
.sprites-my-invite {
  width: 0.36rem;
  height: 0.36rem;
  background-position: -2rem -2.16rem;
}
.sprites-my-promotion {
  width: 0.36rem;
  height: 0.36rem;
  background-position: -2.38rem -2.16rem;
}
.sprites-my-try {
  width: 0.36rem;
  height: 0.36rem;
  background-position: -2.76rem -2.16rem;
}
.sprites-my-join {
  width: 0.36rem;
  height: 0.36rem;
  background-position: -3.14rem -2.16rem;
}
.sprites-my-channel {
  width: 0.36rem;
  height: 0.36rem;
  background-position: -0.1rem -2.62rem;
}
.sprites-my-fastOrder {
  width: 0.36rem;
  height: 0.36rem;
  background-position: -0.48rem -2.62rem;
}
.sprites-default-header {
  width: 0.36rem;
  height: 0.36rem;
  background-position: -0.86rem -2.62rem;
}
.sprites-highlight-header {
  width: 0.36rem;
  height: 0.36rem;
  background-position: -1.24rem -2.62rem;
}
.sprites-play {
  width: 0.36rem;
  height: 0.36rem;
  background-position: -1.62rem -2.62rem;
}
.sprites-opacityonline-service {
  width: 0.36rem;
  height: 0.36rem;
  background-position: -2rem -2.62rem;
}
.sprites-my-merchantList {
  width: 0.36rem;
  height: 0.36rem;
  background-position: -2.38rem -2.62rem;
}
.sprites-right-backTop {
  width: 0.4rem;
  height: 0.4rem;
  background-position: -0.1rem -3.08rem;
}
.sprites-right-cart {
  width: 0.4rem;
  height: 0.4rem;
  background-position: -0.52rem -3.08rem;
}
.sprites-scan-toCart {
  width: 0.4rem;
  height: 0.4rem;
  background-position: -0.94rem -3.08rem;
}
.sprites-scan-toOrder {
  width: 0.4rem;
  height: 0.4rem;
  background-position: -1.36rem -3.08rem;
}
.sprites-msg-remind {
  width: 0.4rem;
  height: 0.4rem;
  background-position: -1.78rem -3.08rem;
}
.sprites-optimal {
  width: 0.4rem;
  height: 0.4rem;
  background-position: -2.2rem -3.08rem;
}
.sprites-pay-time {
  width: 0.16rem;
  height: 0.16rem;
  background-position: -0.1rem -3.58rem;
}
.sprites-radio-checked {
  width: 0.16rem;
  height: 0.16rem;
  background-position: -0.28rem -3.58rem;
}
.sprites-high-logistics {
  width: 0.16rem;
  height: 0.16rem;
  background-position: -0.46rem -3.58rem;
}
.sprites-star {
  width: 0.16rem;
  height: 0.16rem;
  background-position: -0.82rem -3.58rem;
}
.sprites-star-gray {
  width: 0.16rem;
  height: 0.16rem;
  background-position: -0.64rem -3.58rem;
}
.sprites-guessLike {
  width: 0.16rem;
  height: 0.16rem;
  background-position: -1rem -3.58rem;
}
.sprites-question {
  width: 0.16rem;
  height: 0.16rem;
  background-position: -1.18rem -3.58rem;
}
.sprites-collage-group {
  width: 0.16rem;
  height: 0.16rem;
  background-position: -1.36rem -3.58rem;
}
.sprites-white-next {
  width: 0.16rem;
  height: 0.16rem;
  background-position: -1.54rem -3.58rem;
}
.sprites-tips {
  width: 0.16rem;
  height: 0.16rem;
  background-position: -1.72rem -3.58rem;
}
.sprites-correct {
  width: 0.16rem;
  height: 0.16rem;
  background-position: -1.9rem -3.58rem;
}
.sprites-eyes-close {
  width: 0.16rem;
  height: 0.16rem;
  background-position: -2.08rem -3.58rem;
}
.sprites-eyes {
  width: 0.16rem;
  height: 0.16rem;
  background-position: -2.26rem -3.58rem;
}
.sprites-highlight-address {
  width: 0.16rem;
  height: 0.16rem;
  background-position: -2.45rem -3.58rem;
}
.sprites-search-top {
  width: 0.16rem;
  height: 0.16rem;
  background-position: -2.62rem -3.58rem;
}
.sprites-address-edit {
  width: 0.16rem;
  height: 0.16rem;
  background-position: -2.8rem -3.58rem;
}
.sprites-trash {
  width: 0.16rem;
  height: 0.16rem;
  background-position: -2.98rem -3.58rem;
}
.sprites-da {
  width: 0.16rem;
  height: 0.16rem;
  background-position: -3.16rem -3.58rem;
}
.sprites-wen {
  width: 0.16rem;
  height: 0.16rem;
  background-position: -3.34rem -3.58rem;
}
.sprites-white-stars {
  width: 0.16rem;
  height: 0.16rem;
  background-position: -3.52rem -3.58rem;
}
.sprites-share-QCode {
  width: 0.55rem;
  height: 0.55rem;
  background-position: -0.1rem -3.84rem;
}
.sprites-share-sinaWeibo {
  width: 0.55rem;
  height: 0.55rem;
  background-position: -0.67rem -3.84rem;
}
.sprites-share-QZone {
  width: 0.55rem;
  height: 0.55rem;
  background-position: -1.24rem -3.84rem;
}
.sprites-share-wechatMoments {
  width: 0.55rem;
  height: 0.55rem;
  background-position: -1.81rem -3.84rem;
}
.sprites-share-wechat {
  width: 0.55rem;
  height: 0.55rem;
  background-position: -2.38rem -3.84rem;
}
.sprites-share-QQ {
  width: 0.55rem;
  height: 0.55rem;
  background-position: -2.95rem -3.84rem;
}
.sprites-share-Alipay {
  width: 0.55rem;
  height: 0.55rem;
  background-position: -0.1rem -4.49rem;
}
.sprites-scan-qrocde {
  width: 0.55rem;
  height: 0.55rem;
  background-position: -1.24rem -4.49rem;
}
.sprites-order-separationline {
  width: 0.1rem;
  height: 0.55rem;
  background-position: -1.81rem -4.49rem;
}
.sprites-noPaid {
  width: 0.3rem;
  height: 0.3rem;
  background-position: -0.1rem -5.14rem;
}
.sprites-noSend {
  width: 0.3rem;
  height: 0.3rem;
  background-position: -0.42rem -5.14rem;
}
.sprites-noCommit {
  width: 0.3rem;
  height: 0.3rem;
  background-position: -0.74rem -5.14rem;
}
.sprites-noEva {
  width: 0.3rem;
  height: 0.3rem;
  background-position: -1.06rem -5.14rem;
}
.sprites-returnGood,
.sprites-aftersale {
  width: 0.3rem;
  height: 0.3rem;
  background-position: -1.38rem -5.14rem;
}
.sprites-more-order {
  width: 0.3rem;
  height: 0.3rem;
  background-position: -1.7rem -5.14rem;
}
.sprites-recommend-goods {
  width: 0.3rem;
  height: 0.3rem;
  background-position: -2.02rem -5.14rem;
}
.sprites-my-income {
  width: 0.3rem;
  height: 0.3rem;
  background-position: -2.34rem -5.14rem;
}
.sprites-report-form {
  width: 0.3rem;
  height: 0.3rem;
  background-position: -2.66rem -5.14rem;
}
.sprites-advance-order {
  width: 0.36rem;
  height: 0.36rem;
  background-position: -3.14rem -2.62rem;
}
.sprites-my-invoce {
  width: 0.36rem;
  height: 0.36rem;
  background-position: -2.76rem -2.62rem;
}

.sprites2-cart-empty {
  width: 1.875rem;
  height: 1.1rem;
  background-position: 0 -0.05rem;
}
.sprites2-no-msg {
  width: 1.875rem;
  height: 1.1rem;
  background-position: -1.875rem -0.05rem;
}
.sprites2-order-none {
  width: 1.875rem;
  height: 1.1rem;
  background-position: 0 -1.2rem;
}
.sprites2-detail-none {
  width: 1.875rem;
  height: 1.1rem;
  background-position: 0 -1.2rem;
}
.sprites2-pay-success {
  width: 1.875rem;
  height: 1.1rem;
  background-position: -1.875rem -1.2rem;
}
.sprites2-pay-fail {
  width: 1.875rem;
  height: 1.1rem;
  background-position: 0 -2.35rem;
}
.sprites2-pintun-diagram {
  width: 1.875rem;
  height: 1.1rem;
  background-position: -1.875rem -2.35rem;
}
.sprites2-no-search {
  width: 1.875rem;
  height: 1.1rem;
  background-position: -1.875rem -2.35rem;
}
.sprites2-no-content {
  width: 1.875rem;
  height: 1.1rem;
  background-position: 0 -3.5rem;
}
.sprites2-no-question {
  width: 1.875rem;
  height: 1.1rem;
  background-position: -1.875rem -3.5rem;
}
.sprites2-no-pintun {
  width: 1.875rem;
  height: 1.1rem;
  background-position: 0 -4.65rem;
}
.sprites2-no-trial {
  width: 1.875rem;
  height: 1.1rem;
  background-position: 0 -4.65rem;
}
.sprites2-coupon-empty {
  width: 1.875rem;
  height: 1.1rem;
  background-position: -1.875rem -4.65rem;
}
.sprites2-couponCode-empty {
  width: 1.875rem;
  height: 1.1rem;
  background-position: -1.875rem -4.65rem;
}
.sprites2-no-shop {
  width: 1.875rem;
  height: 1.1rem;
  background-position: 0 -5.8rem;
}
.sprites2-no-address {
  width: 1.875rem;
  height: 1.1rem;
  background-position: -1.875rem -5.8rem;
}
.sprites2-no-evaluate {
  width: 1.875rem;
  height: 1.1rem;
  background-position: -1.875rem -6.95rem;
}
.sprites2-no-message {
  width: 1.875rem;
  height: 1.1rem;
  background-position: -1.875rem -6.95rem;
}
.sprites2-logout-success {
  width: 1.875rem;
  height: 1.1rem;
  background-position: 0 -8.1rem;
}
.sprites2-no-cutOrder {
  width: 1.875rem;
  height: 1.1rem;
  background-position: -1.875rem -8.1rem;
}

.icons {
  display: inline-block;
  vertical-align: middle;
  background-image: url('images/icons.png?v=1724932956580');
  background-repeat: no-repeat;
  background-size: 3.75rem auto;
}
.icons-cartDetail {
  height: 25px;
  width: 43px;
  background-position: -96px -33px;
  display: block;
  margin: 0px auto 3px;
}
.icons-cart {
  height: 0.24rem;
  width: 0.24rem;
  background-position: -1.06rem -0.35rem;
  display: block;
  margin: 0.06rem auto 0.03rem;
}
.icons-cart1 {
  height: 0.24rem;
  width: 0.24rem;
  background-position: -1.06rem -0.35rem;
  display: inline-block;
  text-align: center;
}
.icons-question {
  width: 0.12rem;
  height: 0.14rem;
  background-position: -3.02rem -0.91rem;
}
.icons-share-SinaWeibo {
  width: 0.55rem;
  height: 0.55rem;
  background-position: 0rem -0.98rem;
}
.icons-share-WechatMoments {
  width: 0.55rem;
  height: 0.55rem;
  background-position: -0.55rem -0.98rem;
}
.icons-share-Wechat {
  width: 0.55rem;
  height: 0.55rem;
  background-position: -1.1rem -0.98rem;
}
.icons-share-QZone {
  width: 0.55rem;
  height: 0.55rem;
  background-position: 0rem -1.53rem;
}
.icons-share-WeWeibo {
  width: 0.55rem;
  height: 0.55rem;
  background-position: 0rem -0.98rem;
}
.icons-share-alipay {
  width: 0.55rem;
  height: 0.55rem;
  background-position: 0rem -3.9rem;
}
.icons-share-QQ {
  width: 0.55rem;
  height: 0.55rem;
  background-position: -1.1rem -1.53rem;
}
.icons-share-InvoiceInquiry {
  width: 0.25rem;
  height: 0.25rem;
  background-position: -1.76rem -1.02rem;
}
.icons-share-ElectronicInvoice {
  width: 0.25rem;
  height: 0.25rem;
  background-position: -2.07rem -1.02rem;
}
.icons-share-saleMaintenance {
  width: 0.25rem;
  height: 0.25rem;
  background-position: -2.38rem -1.02rem;
}
.icons-share-BuyAccessories {
  width: 0.25rem;
  height: 0.25rem;
  background-position: -2.69rem -1.02rem;
}
.icons-share-OrderInstallation {
  width: 0.25rem;
  height: 0.25rem;
  background-position: -1.75rem -1.33rem;
}
.icons-share-NewInstallation {
  width: 0.25rem;
  height: 0.25rem;
  background-position: -2.07rem -1.33rem;
}
.icons-share-Repair {
  width: 0.25rem;
  height: 0.25rem;
  background-position: -2.37rem -1.33rem;
}
.icons-share-measure {
  width: 0.25rem;
  height: 0.25rem;
  background-position: -2.68rem -1.33rem;
}
.icons-my-msg {
  width: 0.22rem;
  height: 0.22rem;
  background-position: -0.71rem -0.7rem;
}
.icons-my-step {
  width: 0.22rem;
  height: 0.22rem;
  background-position: -1.07rem -0.7rem;
}
.icons-calendar {
  width: 0.14rem;
  height: 0.14rem;
  background-position: -1.42rem -0.71rem;
}
.icons-next {
  width: 0.1rem;
  height: 0.15rem;
  background-position: -1.66rem -0.71rem;
}
.icons-my-adress {
  width: 0.32rem;
  height: 0.32rem;
  background-position: 0rem -2.13rem;
}
.icons-my-invoice {
  width: 0.32rem;
  height: 0.32rem;
  background-position: -0.35rem -2.13rem;
}
.icons-my-kefuPhone {
  width: 0.32rem;
  height: 0.32rem;
  background-position: -0.71rem -2.13rem;
}
.icons-my-onlineKefu {
  width: 0.32rem;
  height: 0.32rem;
  background-position: -1.05rem -2.13rem;
}
.icons-my-collect {
  width: 0.32rem;
  height: 0.32rem;
  background-position: -1.42rem -2.13rem;
}
.icons-my-evaluate {
  width: 0.32rem;
  height: 0.32rem;
  background-position: -1.77rem -2.13rem;
}
.icons-my-track {
  width: 0.32rem;
  height: 0.32rem;
  background-position: -2.12rem -2.13rem;
}
.icons-my-answer {
  width: 0.32rem;
  height: 0.32rem;
  background-position: -2.47rem -2.13rem;
}
.icons-my-ask {
  width: 0.32rem;
  height: 0.32rem;
  background-position: -2.82rem -2.13rem;
}
.icons-my-serve {
  width: 0.32rem;
  height: 0.32rem;
  background-position: -3.19rem -2.13rem;
}
.icons-my-cut {
  width: 0.32rem;
  height: 0.32rem;
  background-position: 0rem -2.46rem;
}
.icons-my-team {
  width: 0.32rem;
  height: 0.32rem;
  background-position: -0.35rem -2.46rem;
}
.icons-my-award {
  width: 0.32rem;
  height: 0.32rem;
  background-position: -0.7rem -2.46rem;
}
.icons-my-recommend {
  width: 0.32rem;
  height: 0.32rem;
  background-position: -1.05rem -2.46rem;
}
.icons-my-invite {
  width: 0.32rem;
  height: 0.32rem;
  background-position: -1.4rem -2.46rem;
}
.icons-my-promotion {
  width: 0.32rem;
  height: 0.32rem;
  background-position: -1.75rem -2.46rem;
}
.icons-my-try {
  width: 0.32rem;
  height: 0.32rem;
  background-position: -2.12rem -2.46rem;
}
.icons-my-join {
  width: 0.32rem;
  height: 0.32rem;
  background-position: -2.47rem -2.46rem;
}
.icons-my-channel {
  width: 0.32rem;
  height: 0.32rem;
  background-position: -2.82rem -2.46rem;
}
.icons-my-home {
  width: 0.32rem;
  height: 0.32rem;
  background-position: -3.17rem -2.46rem;
}
.icons-my-fastOrder {
  width: 0.32rem;
  height: 0.32rem;
  background-position: 0.03rem -2.82rem;
}
.icons-my-used {
  width: 0.18rem;
  height: 0.22rem;
  background-position: -1.78rem 0rem;
}
.icons-my-feature {
  width: 0.18rem;
  height: 0.22rem;
  background-position: -2.13rem 0rem;
}
.icons-my-member {
  width: 0.18rem;
  height: 0.22rem;
  background-position: -2.48rem 0rem;
}
.icons-my-orderAll {
  width: 0.18rem;
  height: 0.22rem;
  background-position: -2.83rem 0rem;
}
.icons-my-wallet {
  width: 0.18rem;
  height: 0.22rem;
  background-position: -3.15rem 0rem;
}
.icons-down {
  width: 0.11rem;
  height: 0.08rem;
  background-position: -1.65rem -0.36rem;
}
.icons-down-red {
  width: 0.11rem;
  height: 0.08rem;
  background-position: -3.55rem -1.42rem;
}
.icons-duihao {
  width: 0.18rem;
  height: 0.13rem;
  background-position: -2.13rem -3.55rem;
}
.icons-hotSearch {
  width: 0.15rem;
  height: 0.18rem;
  background-position: -1.78rem -0.35rem;
}
.icons-hisSearch {
  width: 0.15rem;
  height: 0.18rem;
  background-position: -2.13rem -0.35rem;
}
.icons-trash {
  width: 0.18rem;
  height: 0.18rem;
  background-position: -2.49rem -0.35rem;
}
.icons-itemShare {
  width: 0.39rem;
  height: 0.39rem;
  background-position: -1.42rem -4.25rem;
}
.icons-headSearch {
  width: 0.18rem;
  height: 0.18rem;
  background-position: -1.95rem -0.35rem;
}
.icons-hasWatch {
  width: 0.18rem;
  height: 0.18rem;
  background-position: -2.3rem -0.35rem;
}
.icons-msg-gray {
  width: 0.22rem;
  height: 0.22rem;
  background-position: -1.77rem -0.7rem;
}
.icons-group {
  width: 0.18rem;
  height: 0.19rem;
  background-position: -2.13rem -0.7rem;
}
.icons-right {
  width: 0.09rem;
  height: 0.19rem;
  background-position: -2.39rem -0.7rem;
}
.icons-heart {
  width: 0.22rem;
  height: 0.22rem;
  background-position: -2.83rem -0.35rem;
  display: block;
  margin: 0.06rem auto 0.03rem;
}
.icons-heart-red {
  width: 0.22rem;
  height: 0.22rem;
  background-position: 0rem -3.55rem;
  display: block;
  margin: 0.06rem auto 0.03rem;
}
.icons-star {
  width: 0.12rem;
  height: 0.12rem;
  background-position: -2.49rem -0.71rem;
}
.icons-star-gray {
  width: 0.12rem;
  height: 0.12rem;
  background-position: -2.63rem -0.71rem;
}
.icons-share {
  width: 0.23rem;
  height: 0.23rem;
  background-position: -3.19rem -0.35rem;
}
.icons-li {
  width: 0.18rem;
  height: 0.14rem;
  background-position: -3.55rem -0.35rem;
}
.icons-wen {
  width: 0.14rem;
  height: 0.14rem;
  background-position: -2.83rem -0.71rem;
}
.icons-wen-l {
  width: 0.18rem;
  height: 0.21rem;
  background-position: -3.19rem -1.42rem;
}
.icons-da {
  width: 0.13rem;
  height: 0.14rem;
  background-position: -3.01rem -0.72rem;
}
.icons-da-l {
  width: 0.18rem;
  height: 0.21rem;
  background-position: -3.19rem -1.07rem;
}
.icons-tips {
  width: 0.14rem;
  height: 0.14rem;
  background-position: -3.19rem -0.71rem;
}
.icons-correct {
  width: 0.14rem;
  height: 0.14rem;
  background-position: -3.33rem -0.71rem;
}
.icons-guessLike {
  width: 0.18rem;
  height: 0.14rem;
  background-position: -3.55rem -0.71rem;
}
.icons-location {
  width: 0.14rem;
  height: 0.18rem;
  background-position: -3.19rem -0.89rem;
}
.icons-pushConsult {
  width: 0.18rem;
  height: 0.2rem;
  background-position: -3.19rem -1.78rem;
}
.icons-store-gray {
  width: 0.18rem;
  height: 0.2rem;
  background-position: -3.51rem -1.06rem;
}
.icons-shop {
  width: 0.18rem;
  height: 0.18rem;
  background-position: -1.76rem -1.65rem;
}
.icons-reduce {
  width: 0.24rem;
  height: 0.24rem;
  background-position: -2.01rem -1.61rem;
}
.icons-reduce-dis {
  width: 0.24rem;
  height: 0.24rem;
  background-position: -2.31rem -3.58rem;
}
.icons-add {
  width: 0.24rem;
  height: 0.24rem;
  background-position: -2.26rem -1.61rem;
}
.icons-add-dis {
  width: 0.24rem;
  height: 0.24rem;
  background-position: -2.52rem -3.58rem;
}
.icons-photo {
  width: 0.28rem;
  height: 0.2rem;
  background-position: -2.64rem -1.66rem;
}
.icons-delete {
  width: 0.21rem;
  height: 0.21rem;
  background-position: -1.77rem -1.88rem;
}
.icons-state {
  width: 0.3rem;
  height: 0.3rem;
  background-position: -0.34rem -2.82rem;
}
.icons-redArrowDown {
  width: 0.2rem;
  height: 0.2rem;
  background-position: -2.07rem -1.88rem;
}
.icons-redArrowUp {
  width: 0.2rem;
  height: 0.2rem;
  background-position: -2.32rem -1.89rem;
}
.icons-address {
  width: 0.15rem;
  height: 0.15rem;
  background-position: -2.59rem -1.92rem;
}
.icons-address-red {
  width: 0.13rem;
  height: 0.21rem;
  background-position: -0.35rem -3.55rem;
}
.icons-address-serve {
  width: 0.2rem;
  height: 0.16rem;
  background-position: -3.54rem -1.81rem;
}
.icons-prompt {
  width: 0.16rem;
  height: 0.16rem;
  background-position: -2.77rem -1.92rem;
}
.icons-addCart {
  width: 0.18rem;
  height: 0.18rem;
  background-position: -3.5rem -1.61rem;
}
.icons-score {
  width: 0.16rem;
  height: 0.16rem;
  background-position: -3.3rem -2.85rem;
}
.icons-exchangeRecord {
  width: 0.16rem;
  height: 0.16rem;
  background-position: -3.51rem -2.85rem;
}
.icons-score-category {
  width: 0.46rem;
  height: 0.46rem;
  background-position: -0.68rem -2.83rem;
}
.icons-score-coupon {
  width: 0.46rem;
  height: 0.46rem;
  background-position: -1.14rem -2.83rem;
}
.icons-score-my {
  width: 0.46rem;
  height: 0.46rem;
  background-position: -1.61rem -2.83rem;
}
.icons-score-search {
  width: 0.46rem;
  height: 0.46rem;
  background-position: -2.06rem -2.83rem;
}
.icons-filter {
  width: 0.18rem;
  height: 0.18rem;
  background-position: 0 -3.2rem;
}
.icons-layout-grid {
  width: 0.18rem;
  height: 0.18rem;
  background-position: -0.35rem -3.18rem;
}
.icons-layout-list {
  width: 0.18rem;
  height: 0.18rem;
  background-position: -0.35rem -3.37rem;
}
.icons-jiaobiao {
  width: 0.18rem;
  height: 0.18rem;
  background-position: -0.71rem -3.37rem;
}
.icons-pay-bg {
  width: 2.17rem;
  height: 1.01rem;
  background-position: -1.59rem -5.12rem;
}
.icons-pay-success {
  width: 0.65rem;
  height: 0.65rem;
  top: 50%;
  left: 50%;
  background-position: 0 -5.48rem;
  margin-left: -0.2rem;
  margin-top: -0.38rem;
}
.icons-pay-fail {
  width: 0.61rem;
  height: 0.63rem;
  top: 50%;
  left: 50%;
  margin-left: -0.3rem;
  margin-top: -0.32rem;
  background-position: -0.83rem -5.48rem;
}
.icons3-search-no {
  width: 0.89rem;
  height: 0.89rem;
  background-position: 0rem -1.41rem;
}
.fail-btn {
  width: 1.57rem;
  height: 0.45rem;
}
.icons-sign {
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  background-position: -3.5rem -4.82rem;
}
.icons-signNot {
  background-color: #e5e5e5;
}
.icons-signOk {
  background-color: #ff2300;
  background-position: -3.25rem -4.82rem;
}
.icons-signs {
  background-color: #ff2300;
}
.icons-signSuc {
  background-color: #ff9595;
}
.icons-grayArrowDown {
  width: 0.2rem;
  height: 0.2rem;
  background-position: -2.56rem -3.05rem;
}
.icons-grayArrowUp {
  width: 0.2rem;
  height: 0.2rem;
  background-position: -2.78rem -3.05rem;
}
.icons-score-jiaobiao {
  width: 0.26rem;
  height: 0.4rem;
  background-position: -0.96rem -3.37rem;
}
.icons-backTop {
  width: 0.4rem;
  height: 0.41rem;
  background-position: -2.49rem -4.25rem;
}
.icons-trialAll {
  width: 0.22rem;
  height: 0.22rem;
  background-position: -1.26rem -3.33rem;
  display: block;
  margin: 0.06rem auto 0.03rem;
}
.icons-trialAll-blue {
  width: 0.22rem;
  height: 0.22rem;
  background-position: -1.26rem -3.57rem;
  display: block;
  margin: 0.06rem auto 0.03rem;
}
.icons-trialReport {
  width: 0.22rem;
  height: 0.22rem;
  background-position: -1.5rem -3.33rem;
  display: block;
  margin: 0.06rem auto 0.03rem;
}
.icons-trialReport-blue {
  width: 0.22rem;
  height: 0.22rem;
  background-position: -1.5rem -3.57rem;
  display: block;
  margin: 0.06rem auto 0.03rem;
}
.icons-trialMy {
  width: 0.22rem;
  height: 0.22rem;
  background-position: -1.74rem -3.33rem;
  display: block;
  margin: 0.06rem auto 0.03rem;
}
.icons-trialMy-blue {
  width: 0.22rem;
  height: 0.22rem;
  background-position: -1.74rem -3.57rem;
  display: block;
  margin: 0.06rem auto 0.03rem;
}
.icons-noPaid {
  width: 0.25rem;
  height: 0.23rem;
  background-position: -0.71rem -3.9rem;
}
.icons-noSend {
  width: 0.25rem;
  height: 0.23rem;
  background-position: -1.07rem -3.9rem;
}
.icons-noCommit {
  width: 0.25rem;
  height: 0.23rem;
  background-position: -1.42rem -3.9rem;
}
.icons-noEva {
  width: 0.25rem;
  height: 0.23rem;
  background-position: -1.77rem -3.9rem;
}
.icons-returnGood {
  width: 0.25rem;
  height: 0.23rem;
  background-position: -2.13rem -3.9rem;
}
.icons-share-red {
  width: 0.23rem;
  height: 0.23rem;
  background-position: -3.52rem 0;
}
.icons-soul-red {
  width: 0.18rem;
  height: 0.18rem;
  background-position: -2.48rem -3.9rem;
}
.icons-soul-gray {
  width: 0.18rem;
  height: 0.18rem;
  background-position: -2.48rem -4.08rem;
}
.icons-group-success {
  width: 0.71rem;
  height: 0.71rem;
  background-position: 0 -4.6rem;
}
.icons-group-fail {
  width: 0.71rem;
  height: 0.71rem;
  background-position: -0.71rem -4.6rem;
}
.icons-coupon {
  background-position: -3.69rem -3.81rem;
  width: 0.05rem;
  height: 1rem;
  position: absolute;
  left: 0;
  top: 0;
}
.icons-coupon-arrow {
  background-position: -2.61rem -3.11rem;
  width: 0.15rem;
  height: 0.08rem;
  right: 0.19rem;
  top: 0.05rem;
}
.icons-coupon-arrow.unfold {
  background-position: -2.82rem -3.11rem;
}
.icons-eva-18px {
  background-position: -3.09rem -4.9rem;
  width: 0.18rem;
  height: 0.18rem;
}
.icons-eva-18px-gray {
  background-position: -2.87rem -4.9rem;
  width: 0.18rem;
  height: 0.18rem;
}
.icons-member-prompt {
  width: 0.6rem;
  height: 0.61rem;
  background-position: -3.15rem -3.26rem;
}
.icons-success {
  width: 0.6rem;
  height: 0.61rem;
  background-position: -3.15rem -3.87rem;
}
.icons-line {
  width: 0.64rem;
  height: 0.05rem;
  background-position: -2.07rem -3.39rem;
}
.icons-radio-checked {
  width: 0.2rem;
  height: 0.2rem;
  background-position: -2.63rem -4.9rem;
}
.icons-hotNews {
  width: 0.63rem;
  height: 0.17rem;
  background-position: -0.71rem -4.25rem;
}
.icons-cart-disabled {
  width: 0.16rem;
  height: 0.16rem;
  background-position: -1.41rem -5.32rem;
}
.icons-point-arrow {
  width: 0.09rem;
  height: 0.1rem;
  background-position: -1.76rem -4.91rem;
}
.icons-arrow-w {
  width: 0.08rem;
  height: 0.08rem;
  background-position: -2.49rem -3.55rem;
}
.icons-logistics-w {
  width: 0.22rem;
  height: 0.22rem;
  background-position: -2.82rem -3.55rem;
}
.icons-logistics-r {
  width: 0.22rem;
  height: 0.22rem;
  background-position: -2.82rem -3.9rem;
}
.icons-wuliu {
  width: 0.3rem;
  height: 0.3rem;
  background-position: -2.13rem -4.25rem;
}
.icons-pay-time {
  width: 0.16rem;
  height: 0.16rem;
  background-position: -1.41rem -4.96rem;
}
.icon {
  display: inline-block;
  vertical-align: middle;
  background-image: url('images/icons1.png?v=1724932956580');
  background-repeat: no-repeat;
  background-size: 3.35rem auto;
}
.icons-home-gray {
  width: 0.18rem;
  height: 0.17rem;
  background-position: -2.48rem -4.08rem;
}

.sprites3-index {
  width: 0.24rem;
  height: 0.24rem;
  background-position: -0.1rem -0.1rem;
  display: block;
  margin: 0.06rem auto 0.03rem;
}
.sprites3-index-red {
  width: 0.24rem;
  height: 0.24rem;
  background-position: -0.1rem -0.44rem;
  display: block;
  margin: 0.06rem auto 0.03rem;
}
.sprites3-category {
  height: 0.24rem;
  width: 0.24rem;
  background-position: -0.36rem -0.1rem;
  display: block;
  margin: 0.06rem auto 0.03rem;
}
.sprites3-category-red {
  height: 0.24rem;
  width: 0.24rem;
  background-position: -0.36rem -0.44rem;
  display: block;
  margin: 0.06rem auto 0.03rem;
}
.sprites3-serve,
.sprites3-server {
  height: 0.24rem;
  width: 0.24rem;
  background-position: -0.62rem -0.1rem;
  display: block;
  margin: 0.06rem auto 0.03rem;
}
.sprites3-serve-red,
.sprites3-server-red {
  height: 0.24rem;
  width: 0.24rem;
  background-position: -0.62rem -0.44rem;
  display: block;
  margin: 0.06rem auto 0.03rem;
}
.sprites3-cart {
  height: 0.24rem;
  width: 0.24rem;
  background-position: -0.88rem -0.1rem;
  display: block;
  margin: 0.06rem auto 0.03rem;
}
.sprites3-cart-red {
  height: 0.24rem;
  width: 0.24rem;
  background-position: -0.88rem -0.44rem;
  display: block;
  margin: 0.06rem auto 0.03rem;
}
.sprites3-home {
  height: 0.24rem;
  width: 0.24rem;
  background-position: -1.14rem -0.1rem;
  display: block;
  margin: 0.06rem auto 0.03rem;
}
.sprites3-home-red {
  height: 0.24rem;
  width: 0.24rem;
  background-position: -1.14rem -0.44rem;
  display: block;
  margin: 0.06rem auto 0.03rem;
}
.sprites3-shark {
  width: 0.24rem;
  height: 0.24rem;
  background-position: -1.4rem -0.1rem;
  display: block;
  margin: 0.06rem auto 0.03rem;
}
.sprites3-shark-red {
  width: 0.24rem;
  height: 0.24rem;
  background-position: -1.4rem -0.44rem;
  display: block;
  margin: 0.06rem auto 0.03rem;
}
.sprites3-head-grayDown {
  width: 0.16rem;
  height: 0.16rem;
  background-position: -0.1rem -0.78rem;
  transform: rotate(0deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.sprites3-headSearch {
  width: 0.16rem;
  height: 0.16rem;
  background-position: -0.28rem -0.78rem;
}
.sprites3-search-delete {
  width: 0.16rem;
  height: 0.16rem;
  background-position: -0.46rem -0.78rem;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.sprites3-grayDown {
  width: 0.16rem;
  height: 0.16rem;
  background-position: -0.64rem -0.78rem;
}
.sprites3-highlightUp {
  width: 0.16rem;
  height: 0.16rem;
  background-position: -0.82rem -0.78rem;
  transform: rotate(180deg);
}
.sprites3-highlightDown {
  width: 0.16rem;
  height: 0.16rem;
  background-position: -0.82rem -0.78rem;
  transform: rotate(0deg);
}
.sprites3-search-filter {
  width: 0.16rem;
  height: 0.16rem;
  background-position: -1rem -0.78rem;
}
.sprites3-search-highlight-filter {
  width: 0.16rem;
  height: 0.16rem;
  background-position: -1.18rem -0.78rem;
}
.sprites3-headSearch-grey {
  width: 0.16rem;
  height: 0.16rem;
  background-position: -1.36rem -0.78rem;
}
.header-color-fixed .sprites3-headSearch {
  background-position: -1.36rem -0.78rem;
}
.sprites3-dubGrayUp {
  width: 0.12rem;
  height: 0.16rem;
  background-position: -1.56rem -0.78rem;
}
.sprites3-dubHighlightDown {
  width: 0.12rem;
  height: 0.16rem;
  background-position: -1.74rem -0.78rem;
}
.sprites3-dubHighlightUp {
  width: 0.12rem;
  height: 0.16rem;
  background-position: -1.74rem -0.78rem;
  transform: rotate(180deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.sprites3-address {
  width: 0.16rem;
  height: 0.16rem;
  background-position: -1.9rem -0.78rem;
}
.sprites3-gray-share {
  width: 0.22rem;
  height: 0.22rem;
  background-position: -0.1rem -1.04rem;
}
.sprites3-gray-msg {
  width: 0.22rem;
  height: 0.22rem;
  background-position: -0.34rem -1.04rem;
}
.sprites3-search-list-grid {
  width: 0.22rem;
  height: 0.22rem;
  background-position: -0.58rem -1.04rem;
}
.sprites3-search-list-row {
  width: 0.22rem;
  height: 0.22rem;
  background-position: -0.82rem -1.04rem;
}
.sprites3-white-spot {
  width: 0.22rem;
  height: 0.22rem;
  background-position: -1.06rem -1.04rem;
}
.h-nav {
  width: 0.22rem;
  height: 0.22rem!important;
  line-height: 0.22rem!important;
  background-position: -1.3rem -1.04rem;
  -webkit-transition: transform 0.4s;
  transition: transform 0.4s;
  margin-top: 0.11rem;
}
.h-nav.active {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sprites3-go-category {
  height: 0.22rem;
  width: 0.22rem;
  background-position: -1.54rem -1.04rem;
}
.header-color-fixed .h-nav {
  background-position: -1.78rem -1.04rem;
}
.sprites3-big-headSearch {
  width: 0.22rem;
  height: 0.22rem;
  background-position: -2.02rem -1.04rem;
}

body .system-message-style {
  color: var(--text-bright);
  background-color: var(--theme-subsidiary-color);
  font-size: var(--size-smaller);
  border: 0.01rem solid var(--theme-subsidiary-color);
  min-width: 0.08rem;
  padding: 0rem 0.03rem;
  text-align: center;
  height: 0.14rem;
  line-height: 0.13rem;
  border-radius: 0.09rem;
  z-index: 106;
}
body .ui-badge,
body .ui-badge-muted,
body .ui-badge-num,
body .ui-badge-cornernum {
  background: var(--bg-block);
  border: 0.01rem solid var(--theme-subsidiary-color);
  color: var(--theme-subsidiary-color);
  height: 0.14rem;
  line-height: 0.14rem;
  border-radius: 0.08rem;
  font-size: var(--size-smaller);
}
body .ui-badge-corner {
  background: var(--bg-block);
  border: 0.01rem solid var(--theme-subsidiary-color);
  color: var(--theme-subsidiary-color);
  height: 0.18rem;
  line-height: 0.18rem;
  border-radius: 0.1rem;
  font-size: var(--size-smaller);
}
body .bottom-cart {
  padding: 0 0.05rem!important;
}
body .ui-switch {
  position: absolute;
  font-size: var(--size-big);
  right: 0.15rem;
  margin-top: -0.16rem;
  width: 0.52rem;
  height: 0.26rem;
  line-height: 0.26rem;
}
@media (max-width: 320px) {
  body .ui-switch {
    right: 0.1rem;
  }
}
body .ui-switch input {
  width: 0.52rem;
  height: 0.26rem;
  position: relative;
  z-index: 2;
  border: 0;
  background: 0 0;
  -webkit-appearance: none;
  outline: 0;
}
body .ui-switch input:before {
  content: '';
  width: 0.42rem;
  height: 0.23rem;
  border: 0.015rem solid var(--text-placeholder);
  background-color: var(--bg-input-light);
  border-radius: 0.26rem;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-shadow: #dfdfdf 0 0 0 0 inset;
  box-shadow: #dfdfdf 0 0 0 0 inset;
  -webkit-transition: border 0.4s, -webkit-box-shadow 0.4s;
  transition: border 0.4s, box-shadow 0.4s;
  -webkit-background-clip: content-box;
  background-clip: content-box;
}
body .ui-switch input:checked:before {
  box-shadow: #fdfdfd 0 0 0 0.16rem inset;
  transition: border 0.4s, box-shadow 0.4s, background-color 1.2s;
  -webkit-transition: border 0.4s, -webkit-box-shadow 0.4s, background-color 1.2s;
  background-color: var(--bg-input-light);
  border: 0.015rem solid var(--theme-subsidiary-color);
}
body .ui-switch input:checked:after {
  left: 0.26rem;
  background: var(--theme-subsidiary-color);
  box-shadow: 0 0.07rem 0.14rem 0 rgba(243, 31, 26, 0.3);
}
body .ui-switch input:after {
  content: '';
  width: 0.13rem;
  height: 0.13rem;
  position: absolute;
  top: 0.06rem;
  margin: auto;
  left: 0.07rem;
  border-radius: 100%;
  -webkit-transition: left .2s;
  transition: left 0.2s;
  background: var(--text-placeholder);
  box-shadow: 0 0.07rem 0.14rem 0 rgba(0, 0, 0, 0.3);
}
body .prod-like {
  background: var(--bg-block);
  margin-bottom: 0.1rem;
}
body .prod-like .overwriten-guess-title {
  background: var(--bg-block);
  margin: 0!important;
}
body .prod-like .overwriten-guess-title .tit {
  background: var(--bg-block);
  width: auto;
  left: 0.15rem;
  margin-left: 0;
  font-weight: bold;
}
body .prod-like .overwriten-guess-title .tit:after {
  content: '';
  width: 0.04rem;
  height: 0.12rem;
  background-color: var(--text-selected);
  position: absolute;
  left: -0.08rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
body .prod-like .overwriten-guess-title .tit .overwriten-guess-title {
  display: none;
}
body .prod-like .overwriten-guess-title .with-line {
  display: none;
}
body .prod-like .overwriten-product-name {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 0.36rem;
  line-height: 0.18rem;
  white-space: normal;
  color: var(--text-lighter) !important;
  font-size: var(--size-small) !important;
}
body .prod-like .overwriten-product-price .price-template-3 span {
  color: var(--text-normal) !important;
  font-size: var(--size-small) !important;
}
body .prod-like .overwriten-product-point.swipe-point.bg-block li {
  margin: 0.08rem 0.04rem;
}
.common-head-bg-img {
  background-image: url('//static.stbcn.com/h5_mall/images/sprites/common-head-bg.png');
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.f0,
.size-font-0 {
  font-size: 0 !important;
}
.size-biggest {
  font-size: var(--size-biggest) !important;
}
.lh-size-biggest {
  line-height: var(--size-biggest);
}
.size-bigger {
  font-size: var(--size-bigger);
}
.lh-size-bigger {
  line-height: var(--size-bigger);
}
.size-big {
  font-size: var(--size-big);
}
.lh-size-big {
  line-height: var(--size-big);
}
.size-normal {
  font-size: var(--size-normal) !important;
}
.lh-size-normal {
  line-height: var(--size-normal);
}
.size-small {
  font-size: var(--size-small) !important;
}
.lh-size-small {
  line-height: var(--size-small);
}
.size-smaller {
  font-size: var(--size-smaller);
}
.lh-size-smaller {
  line-height: var(--size-smaller);
}
.size-30 {
  font-size: 0.3rem;
}
.size-24 {
  font-size: 0.24rem;
}
.size-16 {
  font-size: 0.16rem;
}
.bold {
  font-weight: bold;
}
.vkaM {
  vertical-align: middle;
}
.default-pdL {
  padding-left: var(--left-right-spacing) !important;
}
.default-pdR {
  padding-right: var(--left-right-spacing) !important;
}
.default-pdT {
  padding-top: var(--up-down-spacing) !important;
}
.default-pdB {
  padding-bottom: var(--up-down-spacing) !important;
}
.default-mgL {
  margin-left: var(--left-right-spacing) !important;
}
.default-mgR {
  margin-right: var(--left-right-spacing) !important;
}
.default-mgT {
  margin-top: var(--up-down-spacing) !important;
}
.default-mgB {
  margin-bottom: var(--up-down-spacing) !important;
}
/*圆角*/
.borderNone {
  border: none;
}
.no-radius {
  border-radius: 0 !important;
}
.radius50 {
  border-radius: 50%;
}
.border-radius-small {
  border-radius: var(--border-radius-small);
}
.border-radius-normal {
  border-radius: var(--border-radius-normal);
}
.border-radius-bigger {
  border-radius: var(--border-radius-bigger);
}
.double-border-radius-bigger {
  border-radius: var(--double-border-radius-bigger);
}

.templates.price-template-1 {
  font-weight: bold;
}
.templates.price-template-1 .currency-symbol,
.templates.price-template-1 .negative-num {
  font-size: 0.1rem;
}
.templates.price-template-1 .positive-num {
  font-size: 0.14rem;
  left: -0.01rem;
  position: relative;
}
.templates.price-template-1 .negative-num {
  left: -0.01rem;
  position: relative;
}
.templates.price-template-2 {
  font-weight: bold;
}
.templates.price-template-2 .currency-symbol,
.templates.price-template-2 .negative-num {
  font-size: 0.12rem;
}
.templates.price-template-2 .positive-num {
  font-size: 0.16rem;
  left: -0.01rem;
  position: relative;
}
.templates.price-template-2 .negative-num {
  left: -0.01rem;
  position: relative;
}
.templates.price-template-3 {
  font-weight: bold;
}
.templates.price-template-3 .currency-symbol,
.templates.price-template-3 .negative-num {
  font-size: 0.12rem;
}
.templates.price-template-3 .positive-num {
  font-size: 0.18rem;
  left: -0.01rem;
  position: relative;
}
.templates.price-template-3 .negative-num {
  left: -0.01rem;
  position: relative;
}
.templates.price-template-4 {
  font-weight: bold;
}
.templates.price-template-4 .currency-symbol,
.templates.price-template-4 .negative-num {
  font-size: 0.14rem;
}
.templates.price-template-4 .positive-num {
  font-size: 0.2rem;
  left: -0.03rem;
  position: relative;
}
.templates.price-template-4 .negative-num {
  left: -0.04rem;
  position: relative;
}
.templates.price-template-5 {
  font-weight: bold;
}
.templates.price-template-5 .currency-symbol,
.templates.price-template-5 .negative-num {
  font-size: 0.24rem;
}
.templates.price-template-5 .positive-num {
  font-size: 0.36rem;
  left: -0.04rem;
  position: relative;
}
.templates.price-template-5 .negative-num {
  left: -0.06rem;
  position: relative;
}
.templates.price-template-6 {
  font-weight: bold;
}
.templates.price-template-6 .currency-symbol,
.templates.price-template-6 .negative-num {
  font-size: 0.12rem;
}
.templates.price-template-6 .positive-num {
  font-size: 0.12rem;
  left: -0.01rem;
  position: relative;
}
.templates.price-template-6 .negative-num {
  left: -0.01rem;
  position: relative;
}
.templates.price-template-7 {
  text-decoration: line-through;
  text-decoration-style: through;
  text-decoration-color: var(--text-lighter);
  -moz-text-decoration-color: var(--text-lighter);
  -moz-text-decoration-style: double;
  -webkit-text-decoration-color: var(--text-lighter);
  -webkit-text-decoration-style: solid;
  color: var(--text-lighter);
}
.templates.price-template-7 .currency-symbol,
.templates.price-template-7 .negative-num {
  font-size: 0.12rem;
}
.templates.price-template-7 .positive-num {
  font-size: 0.12rem;
  left: -0.01rem;
  position: relative;
}
.templates.price-template-7 .negative-num {
  left: -0.01rem;
  position: relative;
}
.templates.price-template-7.text-bright {
  text-decoration-color: var(--text-bright);
  -moz-text-decoration-color: var(--text-bright);
  -webkit-text-decoration-color: var(--text-bright);
  color: var(--text-bright);
}
.line-through-text-bright.templates.price-template-7 {
  text-decoration-color: var(--text-bright);
  -moz-text-decoration-color: var(--text-bright);
  -moz-text-decoration-style: double;
  -webkit-text-decoration-color: var(--text-bright);
  color: var(--text-bright);
}
.promotion-icon-text {
  display: inline-block;
  white-space: nowrap;
  cursor: pointer;
  -webkit-appearance: none;
  text-align: center;
  box-sizing: border-box;
  outline: none;
  margin: 0;
  margin-right: 0.04rem;
  transition: .1s;
  font-weight: 500;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  height: 0.18rem;
  line-height: 0.18rem;
  padding: 0 0.09rem;
  font-size: var(--size-smaller);
  border-radius: 0.1rem;
  background-color: var(--bg-block) !important;
  border: 0.01rem solid var(--theme-tag);
  color: var(--theme-tag) !important;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .promotion-icon-text {
    position: relative;
    border: 0!important;
  }
  .promotion-icon-text:before {
    content: "";
    width: 200%;
    height: 200%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(0.5);
    -webkit-transform-origin: 0 0;
    padding: 0.01rem;
    -webkit-box-sizing: border-box;
    border-radius: 0.18rem;
    pointer-events: none;
    border: 0.01rem solid var(--theme-tag);
  }
}
.coupon-voucher1 {
  text-align: center;
  background: linear-gradient(to left, var(--coupon-voucher1-light), var(--coupon-voucher1-dark));
  background-size: cover;
  position: relative;
}
.coupon-voucher1:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  background-image: url('images/sprites/coupon-left-white.png?v=1724932956580');
  background-size: cover;
  width: 0.08rem;
}
.coupon-voucher1.grey:before {
  background-image: url('images/sprites/coupon-left-grey.png?v=1724932956580');
}
.coupon-voucher2 {
  text-align: center;
  background: linear-gradient(to left, var(--coupon-voucher2-light), var(--coupon-voucher2-dark));
  background-size: cover;
  position: relative;
}
.coupon-voucher2:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  background-image: url('images/sprites/coupon-left-white.png?v=1724932956580');
  background-size: cover;
  width: 0.08rem;
}
.coupon-voucher2.grey:before {
  background-image: url('images/sprites/coupon-left-grey.png?v=1724932956580');
}
.coupon-voucher-disabled {
  text-align: center;
  background: linear-gradient(to left, var(--bg-disabled), var(--bg-disabled));
  background-size: cover;
  position: relative;
}
.coupon-voucher-disabled:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  background-image: url('images/sprites/coupon-left-white.png?v=1724932956580');
  background-size: cover;
  width: 0.08rem;
}
.coupon-voucher-disabled.grey:before {
  background-image: url('images/sprites/coupon-left-grey.png?v=1724932956580');
}
.lettersEdge {
  background-image: linear-gradient(135deg, transparent 12%, #fe3232 12%, #fe3232 37%, transparent 37%, transparent 62%, #3291fe 62%, #3291fe 87%, transparent 87%);
  background-position: left bottom;
  background-size: 0.35rem 0.03rem;
  background-repeat: repeat-x;
}
.theme-gradient-theme-color {
  background: -webkit-linear-gradient(left, var(--theme-gradient), var(--theme-color));
}
.theme-gradient-gradient {
  background: -webkit-linear-gradient(left, var(--theme-color), var(--theme-gradient));
}
.theme-btn-bright-to-end {
  background: linear-gradient(135deg, var(--theme-btn-bright) 0%, var(--theme-btn-bright-end) 100%);
}
.theme-similar-theme-btn-bright {
  background: linear-gradient(135deg, var(--theme-similar) 0%, var(--theme-btn-bright) 100%);
}
:root {
  --btn-lg-height: 0.49rem;
  --btn-lg-size: 0.16rem;
  --btn-lg-radius: 0.245rem;
  --dub-btn-lg-radius: 0.49rem;
  --btn-lg-half-radius: 0.245rem;
  --btn-lg-all-radius: 0.49rem;
  --btn-normal-height: 0.44rem;
  --btn-normal-size: 0.16rem;
  --btn-normal-radius: 0.22rem;
  --dub-btn-normal-radius: 0.44rem;
  --btn-normal-half-radius: 0.22rem;
  --btn-normal-all-radius: 0.44rem;
  --btn-sm-height: 0.36rem;
  --btn-sm-size: 0.14rem;
  --btn-sm-radius: 0.18rem;
  --dub-btn-sm-radius: 0.36rem;
  --btn-sm-half-radius: 0.18rem;
  --btn-sm-all-radius: 0.36rem;
  --btn-xs-height: 0.28rem;
  --btn-xs-size: 0.12rem;
  --btn-xs-radius: 0.14rem;
  --dub-btn-xs-radius: 0.28rem;
  --btn-xs-half-radius: 0.14rem;
  --btn-xs-all-radius: 0.28rem;
}
.ody-btn-lg,
.ody-btn,
.ody-btn-sm,
.ody-btn-xs {
  display: inline-block;
  white-space: nowrap;
  cursor: pointer;
  -webkit-appearance: none;
  text-align: center;
  box-sizing: border-box;
  outline: none;
  margin: 0;
  transition: .1s;
  font-weight: 500;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  height: var(--btn-normal-height);
  line-height: var(--btn-normal-height);
  padding: 0 0.1rem;
  font-size: var(--btn-normal-size);
  border-radius: var(--btn-normal-radius);
  background: var(--border-btn);
  border: 0;
  color: var(--text-lighter);
}
.ody-btn-lg.ody-btn-default,
.ody-btn.ody-btn-default,
.ody-btn-sm.ody-btn-default,
.ody-btn-xs.ody-btn-default {
  background: var(--border-btn);
  border: 0.01rem solid transparent;
  color: var(--text-lighter);
}
.ody-btn-lg.ody-btn-default.disabled,
.ody-btn.ody-btn-default.disabled,
.ody-btn-sm.ody-btn-default.disabled,
.ody-btn-xs.ody-btn-default.disabled,
.ody-btn-lg.ody-btn-default:disabled,
.ody-btn.ody-btn-default:disabled,
.ody-btn-sm.ody-btn-default:disabled,
.ody-btn-xs.ody-btn-default:disabled {
  opacity: 0.6;
}
.ody-btn-lg.ody-btn-active,
.ody-btn.ody-btn-active,
.ody-btn-sm.ody-btn-active,
.ody-btn-xs.ody-btn-active {
  background: linear-gradient(135deg, var(--theme-btn-bright) 0%, var(--theme-btn-bright-end) 100%);
  border: 0.01rem solid transparent;
  color: var(--text-bright);
}
.ody-btn-lg.ody-btn-active.disabled,
.ody-btn.ody-btn-active.disabled,
.ody-btn-sm.ody-btn-active.disabled,
.ody-btn-xs.ody-btn-active.disabled,
.ody-btn-lg.ody-btn-active:disabled,
.ody-btn.ody-btn-active:disabled,
.ody-btn-sm.ody-btn-active:disabled,
.ody-btn-xs.ody-btn-active:disabled {
  opacity: 0.6;
}
.ody-btn-lg.ody-btn-theme,
.ody-btn.ody-btn-theme,
.ody-btn-sm.ody-btn-theme,
.ody-btn-xs.ody-btn-theme {
  background: linear-gradient(135deg, var(--theme-btn-bright) 0%, var(--theme-btn-bright-end) 100%);
  border: 0.01rem solid transparent;
  color: var(--text-bright);
}
.ody-btn-lg.ody-btn-theme.disabled,
.ody-btn.ody-btn-theme.disabled,
.ody-btn-sm.ody-btn-theme.disabled,
.ody-btn-xs.ody-btn-theme.disabled,
.ody-btn-lg.ody-btn-theme:disabled,
.ody-btn.ody-btn-theme:disabled,
.ody-btn-sm.ody-btn-theme:disabled,
.ody-btn-xs.ody-btn-theme:disabled {
  opacity: 0.6;
}
.ody-btn-lg.ody-btn-similar,
.ody-btn.ody-btn-similar,
.ody-btn-sm.ody-btn-similar,
.ody-btn-xs.ody-btn-similar {
  background: linear-gradient(135deg, var(--theme-similar) 0%, var(--theme-similar-end) 100%);
  border: 0.01rem solid transparent;
  color: var(--text-bright);
}
.ody-btn-lg.ody-btn-similar.disabled,
.ody-btn.ody-btn-similar.disabled,
.ody-btn-sm.ody-btn-similar.disabled,
.ody-btn-xs.ody-btn-similar.disabled,
.ody-btn-lg.ody-btn-similar:disabled,
.ody-btn.ody-btn-similar:disabled,
.ody-btn-sm.ody-btn-similar:disabled,
.ody-btn-xs.ody-btn-similar:disabled {
  opacity: 0.6;
}
.ody-btn-lg.ody-btn-primary,
.ody-btn.ody-btn-primary,
.ody-btn-sm.ody-btn-primary,
.ody-btn-xs.ody-btn-primary {
  background: var(--theme-primary);
  border: 0.01rem solid transparent;
  color: var(--text-bright);
}
.ody-btn-lg.ody-btn-primary.disabled,
.ody-btn.ody-btn-primary.disabled,
.ody-btn-sm.ody-btn-primary.disabled,
.ody-btn-xs.ody-btn-primary.disabled,
.ody-btn-lg.ody-btn-primary:disabled,
.ody-btn.ody-btn-primary:disabled,
.ody-btn-sm.ody-btn-primary:disabled,
.ody-btn-xs.ody-btn-primary:disabled {
  opacity: 0.6;
}
.ody-btn-lg.ody-btn-disabled,
.ody-btn.ody-btn-disabled,
.ody-btn-sm.ody-btn-disabled,
.ody-btn-xs.ody-btn-disabled {
  background: var(--bg-disabled);
  border: 0.01rem solid transparent;
  color: var(--text-bright);
}
.ody-btn-lg.plain1.ody-btn-default,
.ody-btn.plain1.ody-btn-default,
.ody-btn-sm.plain1.ody-btn-default,
.ody-btn-xs.plain1.ody-btn-default {
  background: var(--bg-block);
  border: 0.01rem solid var(--border-btn);
  color: var(--text-normal);
}
.ody-btn-lg.plain1.ody-btn-default.disabled,
.ody-btn.plain1.ody-btn-default.disabled,
.ody-btn-sm.plain1.ody-btn-default.disabled,
.ody-btn-xs.plain1.ody-btn-default.disabled,
.ody-btn-lg.plain1.ody-btn-default:disabled,
.ody-btn.plain1.ody-btn-default:disabled,
.ody-btn-sm.plain1.ody-btn-default:disabled,
.ody-btn-xs.plain1.ody-btn-default:disabled {
  opacity: 0.6;
}
.ody-btn-lg.plain1.ody-btn-active,
.ody-btn.plain1.ody-btn-active,
.ody-btn-sm.plain1.ody-btn-active,
.ody-btn-xs.plain1.ody-btn-active {
  background: var(--bg-theme-light);
  border: 0.01rem solid var(--theme-btn-bright);
  color: var(--theme-btn-bright);
}
.ody-btn-lg.plain1.ody-btn-active.disabled,
.ody-btn.plain1.ody-btn-active.disabled,
.ody-btn-sm.plain1.ody-btn-active.disabled,
.ody-btn-xs.plain1.ody-btn-active.disabled,
.ody-btn-lg.plain1.ody-btn-active:disabled,
.ody-btn.plain1.ody-btn-active:disabled,
.ody-btn-sm.plain1.ody-btn-active:disabled,
.ody-btn-xs.plain1.ody-btn-active:disabled {
  opacity: 0.6;
}
.ody-btn-lg.plain1.ody-btn-theme,
.ody-btn.plain1.ody-btn-theme,
.ody-btn-sm.plain1.ody-btn-theme,
.ody-btn-xs.plain1.ody-btn-theme {
  background: var(--bg-block);
  border: 0.01rem solid var(--theme-btn-bright);
  color: var(--theme-btn-bright);
}
.ody-btn-lg.plain1.ody-btn-theme.disabled,
.ody-btn.plain1.ody-btn-theme.disabled,
.ody-btn-sm.plain1.ody-btn-theme.disabled,
.ody-btn-xs.plain1.ody-btn-theme.disabled,
.ody-btn-lg.plain1.ody-btn-theme:disabled,
.ody-btn.plain1.ody-btn-theme:disabled,
.ody-btn-sm.plain1.ody-btn-theme:disabled,
.ody-btn-xs.plain1.ody-btn-theme:disabled {
  opacity: 0.6;
}
.ody-btn-lg.plain1.ody-btn-similar,
.ody-btn.plain1.ody-btn-similar,
.ody-btn-sm.plain1.ody-btn-similar,
.ody-btn-xs.plain1.ody-btn-similar {
  background: var(--bg-block);
  border: 0.01rem solid var(--theme-similar);
  color: var(--theme-similar);
}
.ody-btn-lg.plain1.ody-btn-similar.disabled,
.ody-btn.plain1.ody-btn-similar.disabled,
.ody-btn-sm.plain1.ody-btn-similar.disabled,
.ody-btn-xs.plain1.ody-btn-similar.disabled,
.ody-btn-lg.plain1.ody-btn-similar:disabled,
.ody-btn.plain1.ody-btn-similar:disabled,
.ody-btn-sm.plain1.ody-btn-similar:disabled,
.ody-btn-xs.plain1.ody-btn-similar:disabled {
  opacity: 0.6;
}
.ody-btn-lg.plain1.ody-btn-primary,
.ody-btn.plain1.ody-btn-primary,
.ody-btn-sm.plain1.ody-btn-primary,
.ody-btn-xs.plain1.ody-btn-primary {
  background: var(--bg-block);
  border: 0.01rem solid var(--theme-primary);
  color: var(--theme-primary);
}
.ody-btn-lg.plain1.ody-btn-primary.disabled,
.ody-btn.plain1.ody-btn-primary.disabled,
.ody-btn-sm.plain1.ody-btn-primary.disabled,
.ody-btn-xs.plain1.ody-btn-primary.disabled,
.ody-btn-lg.plain1.ody-btn-primary:disabled,
.ody-btn.plain1.ody-btn-primary:disabled,
.ody-btn-sm.plain1.ody-btn-primary:disabled,
.ody-btn-xs.plain1.ody-btn-primary:disabled {
  opacity: 0.6;
}
.ody-btn-lg.plain1.ody-btn-disabled,
.ody-btn.plain1.ody-btn-disabled,
.ody-btn-sm.plain1.ody-btn-disabled,
.ody-btn-xs.plain1.ody-btn-disabled {
  background: var(--bg-block);
  border: 0.01rem solid var(--bg-disabled);
  color: var(--bg-disabled);
}
.ody-btn-lg {
  height: var(--btn-lg-height);
  line-height: var(--btn-lg-height);
  padding: 0 0.1rem;
  font-size: var(--btn-lg-size);
  border-radius: var(--btn-lg-radius);
}
.ody-btn-sm {
  height: var(--btn-sm-height);
  line-height: var(--btn-sm-height);
  padding: 0 0.1rem;
  font-size: var(--btn-sm-size);
  border-radius: var(--btn-sm-radius);
}
.ody-btn-xs {
  height: var(--btn-xs-height);
  line-height: var(--btn-xs-height);
  padding: 0 0.1rem;
  font-size: var(--btn-xs-size);
  border-radius: var(--btn-xs-radius);
}
.round1.ody-btn-lg {
  border-radius: 0;
}
.round1.ody-btn {
  border-radius: 0;
}
.round1.ody-btn-sm {
  border-radius: 0;
}
.round1.ody-btn-xs {
  border-radius: 0;
}
.round2.ody-btn-lg {
  border-radius: var(--btn-lg-half-radius);
}
.round2.ody-btn {
  border-radius: var(--btn-normal-half-radius);
}
.round2.ody-btn-sm {
  border-radius: var(--btn-sm-half-radius);
}
.round2.ody-btn-xs {
  border-radius: var(--btn-xs-half-radius);
}
.ody-btn-lg-default-round1-plain1,
.ody-btn-lg-theme-round1,
.ody-btn-lg-similar-round1,
.ody-btn-lg-disabled-round1 {
  display: inline-block;
  white-space: nowrap;
  cursor: pointer;
  -webkit-appearance: none;
  text-align: center;
  box-sizing: border-box;
  outline: none;
  margin: 0;
  transition: .1s;
  font-weight: 500;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  height: var(--btn-lg-height);
  line-height: var(--btn-lg-height);
  padding: 0 0.1rem;
  font-size: var(--btn-lg-size);
  border-radius: 0;
}
.ody-btn-lg-default-round1-plain1.ody-btn-lg-default-round1-plain1,
.ody-btn-lg-theme-round1.ody-btn-lg-default-round1-plain1,
.ody-btn-lg-similar-round1.ody-btn-lg-default-round1-plain1,
.ody-btn-lg-disabled-round1.ody-btn-lg-default-round1-plain1 {
  background: var(--bg-block);
  border: 0.01rem solid var(--border-btn);
  color: var(--text-normal);
}
.ody-btn-lg-default-round1-plain1.ody-btn-lg-default-round1-plain1.disabled,
.ody-btn-lg-theme-round1.ody-btn-lg-default-round1-plain1.disabled,
.ody-btn-lg-similar-round1.ody-btn-lg-default-round1-plain1.disabled,
.ody-btn-lg-disabled-round1.ody-btn-lg-default-round1-plain1.disabled,
.ody-btn-lg-default-round1-plain1.ody-btn-lg-default-round1-plain1:disabled,
.ody-btn-lg-theme-round1.ody-btn-lg-default-round1-plain1:disabled,
.ody-btn-lg-similar-round1.ody-btn-lg-default-round1-plain1:disabled,
.ody-btn-lg-disabled-round1.ody-btn-lg-default-round1-plain1:disabled {
  opacity: 0.6;
}
.ody-btn-lg-default-round1-plain1.ody-btn-lg-theme-round1,
.ody-btn-lg-theme-round1.ody-btn-lg-theme-round1,
.ody-btn-lg-similar-round1.ody-btn-lg-theme-round1,
.ody-btn-lg-disabled-round1.ody-btn-lg-theme-round1 {
  background: linear-gradient(135deg, var(--theme-btn-bright) 0%, var(--theme-btn-bright-end) 100%);
  border: 0.01rem solid transparent;
  color: var(--text-bright);
}
.ody-btn-lg-default-round1-plain1.ody-btn-lg-theme-round1.disabled,
.ody-btn-lg-theme-round1.ody-btn-lg-theme-round1.disabled,
.ody-btn-lg-similar-round1.ody-btn-lg-theme-round1.disabled,
.ody-btn-lg-disabled-round1.ody-btn-lg-theme-round1.disabled,
.ody-btn-lg-default-round1-plain1.ody-btn-lg-theme-round1:disabled,
.ody-btn-lg-theme-round1.ody-btn-lg-theme-round1:disabled,
.ody-btn-lg-similar-round1.ody-btn-lg-theme-round1:disabled,
.ody-btn-lg-disabled-round1.ody-btn-lg-theme-round1:disabled {
  opacity: 0.6;
}
.ody-btn-lg-default-round1-plain1.ody-btn-lg-similar-round1,
.ody-btn-lg-theme-round1.ody-btn-lg-similar-round1,
.ody-btn-lg-similar-round1.ody-btn-lg-similar-round1,
.ody-btn-lg-disabled-round1.ody-btn-lg-similar-round1 {
  background: linear-gradient(135deg, var(--theme-similar) 0%, var(--theme-similar-end) 100%);
  border: 0.01rem solid transparent;
  color: var(--text-bright);
}
.ody-btn-lg-default-round1-plain1.ody-btn-lg-similar-round1.disabled,
.ody-btn-lg-theme-round1.ody-btn-lg-similar-round1.disabled,
.ody-btn-lg-similar-round1.ody-btn-lg-similar-round1.disabled,
.ody-btn-lg-disabled-round1.ody-btn-lg-similar-round1.disabled,
.ody-btn-lg-default-round1-plain1.ody-btn-lg-similar-round1:disabled,
.ody-btn-lg-theme-round1.ody-btn-lg-similar-round1:disabled,
.ody-btn-lg-similar-round1.ody-btn-lg-similar-round1:disabled,
.ody-btn-lg-disabled-round1.ody-btn-lg-similar-round1:disabled {
  opacity: 0.6;
}
.ody-btn-lg-default-round1-plain1.ody-btn-lg-disabled-round1,
.ody-btn-lg-theme-round1.ody-btn-lg-disabled-round1,
.ody-btn-lg-similar-round1.ody-btn-lg-disabled-round1,
.ody-btn-lg-disabled-round1.ody-btn-lg-disabled-round1 {
  background: var(--bg-disabled);
  border: 0.01rem solid var(--bg-disabled);
  color: var(--text-bright);
}
.ody-btn-normal-theme,
.ody-btn-normal-similar,
.ody-btn-normal-disabled {
  display: inline-block;
  white-space: nowrap;
  cursor: pointer;
  -webkit-appearance: none;
  text-align: center;
  box-sizing: border-box;
  outline: none;
  margin: 0;
  transition: .1s;
  font-weight: 500;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  height: var(--btn-normal-height);
  line-height: var(--btn-normal-height);
  padding: 0 0.1rem;
  font-size: var(--btn-normal-size);
  border-radius: var(--btn-normal-radius);
}
.ody-btn-normal-theme.ody-btn-normal-theme,
.ody-btn-normal-similar.ody-btn-normal-theme,
.ody-btn-normal-disabled.ody-btn-normal-theme {
  box-shadow: 0 0.035rem 0.07rem var(--theme-btn-bright-shadow);
  background: linear-gradient(135deg, var(--theme-btn-bright) 0%, var(--theme-btn-bright-end) 100%);
  border: 0.01rem solid transparent;
  color: var(--text-bright);
}
.ody-btn-normal-theme.ody-btn-normal-theme.disabled,
.ody-btn-normal-similar.ody-btn-normal-theme.disabled,
.ody-btn-normal-disabled.ody-btn-normal-theme.disabled,
.ody-btn-normal-theme.ody-btn-normal-theme:disabled,
.ody-btn-normal-similar.ody-btn-normal-theme:disabled,
.ody-btn-normal-disabled.ody-btn-normal-theme:disabled {
  opacity: 0.6;
}
.ody-btn-normal-theme.ody-btn-normal-similar,
.ody-btn-normal-similar.ody-btn-normal-similar,
.ody-btn-normal-disabled.ody-btn-normal-similar {
  box-shadow: 0 0.035rem 0.07rem var(--theme-btn-bright-shadow);
  background: linear-gradient(135deg, var(--theme-similar) 0%, var(--theme-similar-end) 100%);
  border: 0.01rem solid transparent;
  color: var(--text-bright);
}
.ody-btn-normal-theme.ody-btn-normal-similar.disabled,
.ody-btn-normal-similar.ody-btn-normal-similar.disabled,
.ody-btn-normal-disabled.ody-btn-normal-similar.disabled,
.ody-btn-normal-theme.ody-btn-normal-similar:disabled,
.ody-btn-normal-similar.ody-btn-normal-similar:disabled,
.ody-btn-normal-disabled.ody-btn-normal-similar:disabled {
  opacity: 0.6;
}
.ody-btn-normal-theme.ody-btn-normal-disabled,
.ody-btn-normal-similar.ody-btn-normal-disabled,
.ody-btn-normal-disabled.ody-btn-normal-disabled {
  background: var(--bg-disabled);
  border: 0.01rem solid var(--bg-disabled);
  color: var(--text-bright);
}
.ody-btn-sm-default,
.ody-btn-sm-theme,
.ody-btn-sm-similar,
.ody-btn-sm-disabled,
.ody-btn-sm-default-plain1,
.ody-btn-sm-theme-plain1,
.ody-btn-sm-similar-plain1,
.ody-btn-sm-disabled-plain1,
.ody-btn-sm-default-round2,
.ody-btn-sm-theme-round2,
.ody-btn-sm-similar-round2,
.ody-btn-sm-disabled-round2,
.ody-btn-sm-default-round2-plain1,
.ody-btn-sm-theme-round2-plain1,
.ody-btn-sm-similar-round2-plain1,
.ody-btn-sm-disabled-round2-plain1 {
  display: inline-block;
  white-space: nowrap;
  cursor: pointer;
  -webkit-appearance: none;
  text-align: center;
  box-sizing: border-box;
  outline: none;
  margin: 0;
  transition: .1s;
  font-weight: 500;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  height: var(--btn-sm-height);
  line-height: var(--btn-sm-height);
  padding: 0 0.1rem;
  font-size: var(--btn-sm-size);
}
.ody-btn-sm-default.ody-btn-sm-default,
.ody-btn-sm-theme.ody-btn-sm-default,
.ody-btn-sm-similar.ody-btn-sm-default,
.ody-btn-sm-disabled.ody-btn-sm-default,
.ody-btn-sm-default-plain1.ody-btn-sm-default,
.ody-btn-sm-theme-plain1.ody-btn-sm-default,
.ody-btn-sm-similar-plain1.ody-btn-sm-default,
.ody-btn-sm-disabled-plain1.ody-btn-sm-default,
.ody-btn-sm-default-round2.ody-btn-sm-default,
.ody-btn-sm-theme-round2.ody-btn-sm-default,
.ody-btn-sm-similar-round2.ody-btn-sm-default,
.ody-btn-sm-disabled-round2.ody-btn-sm-default,
.ody-btn-sm-default-round2-plain1.ody-btn-sm-default,
.ody-btn-sm-theme-round2-plain1.ody-btn-sm-default,
.ody-btn-sm-similar-round2-plain1.ody-btn-sm-default,
.ody-btn-sm-disabled-round2-plain1.ody-btn-sm-default {
  border-radius: var(--btn-sm-radius);
  background: var(--border-btn);
  border: 0.01rem solid var(--border-btn);
  color: var(--text-lighter);
}
.ody-btn-sm-default.ody-btn-sm-default.disabled,
.ody-btn-sm-theme.ody-btn-sm-default.disabled,
.ody-btn-sm-similar.ody-btn-sm-default.disabled,
.ody-btn-sm-disabled.ody-btn-sm-default.disabled,
.ody-btn-sm-default-plain1.ody-btn-sm-default.disabled,
.ody-btn-sm-theme-plain1.ody-btn-sm-default.disabled,
.ody-btn-sm-similar-plain1.ody-btn-sm-default.disabled,
.ody-btn-sm-disabled-plain1.ody-btn-sm-default.disabled,
.ody-btn-sm-default-round2.ody-btn-sm-default.disabled,
.ody-btn-sm-theme-round2.ody-btn-sm-default.disabled,
.ody-btn-sm-similar-round2.ody-btn-sm-default.disabled,
.ody-btn-sm-disabled-round2.ody-btn-sm-default.disabled,
.ody-btn-sm-default-round2-plain1.ody-btn-sm-default.disabled,
.ody-btn-sm-theme-round2-plain1.ody-btn-sm-default.disabled,
.ody-btn-sm-similar-round2-plain1.ody-btn-sm-default.disabled,
.ody-btn-sm-disabled-round2-plain1.ody-btn-sm-default.disabled,
.ody-btn-sm-default.ody-btn-sm-default:disabled,
.ody-btn-sm-theme.ody-btn-sm-default:disabled,
.ody-btn-sm-similar.ody-btn-sm-default:disabled,
.ody-btn-sm-disabled.ody-btn-sm-default:disabled,
.ody-btn-sm-default-plain1.ody-btn-sm-default:disabled,
.ody-btn-sm-theme-plain1.ody-btn-sm-default:disabled,
.ody-btn-sm-similar-plain1.ody-btn-sm-default:disabled,
.ody-btn-sm-disabled-plain1.ody-btn-sm-default:disabled,
.ody-btn-sm-default-round2.ody-btn-sm-default:disabled,
.ody-btn-sm-theme-round2.ody-btn-sm-default:disabled,
.ody-btn-sm-similar-round2.ody-btn-sm-default:disabled,
.ody-btn-sm-disabled-round2.ody-btn-sm-default:disabled,
.ody-btn-sm-default-round2-plain1.ody-btn-sm-default:disabled,
.ody-btn-sm-theme-round2-plain1.ody-btn-sm-default:disabled,
.ody-btn-sm-similar-round2-plain1.ody-btn-sm-default:disabled,
.ody-btn-sm-disabled-round2-plain1.ody-btn-sm-default:disabled {
  opacity: 0.6;
}
.ody-btn-sm-default.ody-btn-sm-theme,
.ody-btn-sm-theme.ody-btn-sm-theme,
.ody-btn-sm-similar.ody-btn-sm-theme,
.ody-btn-sm-disabled.ody-btn-sm-theme,
.ody-btn-sm-default-plain1.ody-btn-sm-theme,
.ody-btn-sm-theme-plain1.ody-btn-sm-theme,
.ody-btn-sm-similar-plain1.ody-btn-sm-theme,
.ody-btn-sm-disabled-plain1.ody-btn-sm-theme,
.ody-btn-sm-default-round2.ody-btn-sm-theme,
.ody-btn-sm-theme-round2.ody-btn-sm-theme,
.ody-btn-sm-similar-round2.ody-btn-sm-theme,
.ody-btn-sm-disabled-round2.ody-btn-sm-theme,
.ody-btn-sm-default-round2-plain1.ody-btn-sm-theme,
.ody-btn-sm-theme-round2-plain1.ody-btn-sm-theme,
.ody-btn-sm-similar-round2-plain1.ody-btn-sm-theme,
.ody-btn-sm-disabled-round2-plain1.ody-btn-sm-theme {
  box-shadow: 0 0.035rem 0.07rem var(--theme-btn-bright-shadow);
  border-radius: var(--btn-sm-radius);
  background: linear-gradient(135deg, var(--theme-btn-bright) 0%, var(--theme-btn-bright-end) 100%);
  border: 0.01rem solid transparent;
  color: var(--text-bright);
}
.ody-btn-sm-default.ody-btn-sm-theme.disabled,
.ody-btn-sm-theme.ody-btn-sm-theme.disabled,
.ody-btn-sm-similar.ody-btn-sm-theme.disabled,
.ody-btn-sm-disabled.ody-btn-sm-theme.disabled,
.ody-btn-sm-default-plain1.ody-btn-sm-theme.disabled,
.ody-btn-sm-theme-plain1.ody-btn-sm-theme.disabled,
.ody-btn-sm-similar-plain1.ody-btn-sm-theme.disabled,
.ody-btn-sm-disabled-plain1.ody-btn-sm-theme.disabled,
.ody-btn-sm-default-round2.ody-btn-sm-theme.disabled,
.ody-btn-sm-theme-round2.ody-btn-sm-theme.disabled,
.ody-btn-sm-similar-round2.ody-btn-sm-theme.disabled,
.ody-btn-sm-disabled-round2.ody-btn-sm-theme.disabled,
.ody-btn-sm-default-round2-plain1.ody-btn-sm-theme.disabled,
.ody-btn-sm-theme-round2-plain1.ody-btn-sm-theme.disabled,
.ody-btn-sm-similar-round2-plain1.ody-btn-sm-theme.disabled,
.ody-btn-sm-disabled-round2-plain1.ody-btn-sm-theme.disabled,
.ody-btn-sm-default.ody-btn-sm-theme:disabled,
.ody-btn-sm-theme.ody-btn-sm-theme:disabled,
.ody-btn-sm-similar.ody-btn-sm-theme:disabled,
.ody-btn-sm-disabled.ody-btn-sm-theme:disabled,
.ody-btn-sm-default-plain1.ody-btn-sm-theme:disabled,
.ody-btn-sm-theme-plain1.ody-btn-sm-theme:disabled,
.ody-btn-sm-similar-plain1.ody-btn-sm-theme:disabled,
.ody-btn-sm-disabled-plain1.ody-btn-sm-theme:disabled,
.ody-btn-sm-default-round2.ody-btn-sm-theme:disabled,
.ody-btn-sm-theme-round2.ody-btn-sm-theme:disabled,
.ody-btn-sm-similar-round2.ody-btn-sm-theme:disabled,
.ody-btn-sm-disabled-round2.ody-btn-sm-theme:disabled,
.ody-btn-sm-default-round2-plain1.ody-btn-sm-theme:disabled,
.ody-btn-sm-theme-round2-plain1.ody-btn-sm-theme:disabled,
.ody-btn-sm-similar-round2-plain1.ody-btn-sm-theme:disabled,
.ody-btn-sm-disabled-round2-plain1.ody-btn-sm-theme:disabled {
  opacity: 0.6;
}
.ody-btn-sm-default.ody-btn-sm-similar,
.ody-btn-sm-theme.ody-btn-sm-similar,
.ody-btn-sm-similar.ody-btn-sm-similar,
.ody-btn-sm-disabled.ody-btn-sm-similar,
.ody-btn-sm-default-plain1.ody-btn-sm-similar,
.ody-btn-sm-theme-plain1.ody-btn-sm-similar,
.ody-btn-sm-similar-plain1.ody-btn-sm-similar,
.ody-btn-sm-disabled-plain1.ody-btn-sm-similar,
.ody-btn-sm-default-round2.ody-btn-sm-similar,
.ody-btn-sm-theme-round2.ody-btn-sm-similar,
.ody-btn-sm-similar-round2.ody-btn-sm-similar,
.ody-btn-sm-disabled-round2.ody-btn-sm-similar,
.ody-btn-sm-default-round2-plain1.ody-btn-sm-similar,
.ody-btn-sm-theme-round2-plain1.ody-btn-sm-similar,
.ody-btn-sm-similar-round2-plain1.ody-btn-sm-similar,
.ody-btn-sm-disabled-round2-plain1.ody-btn-sm-similar {
  box-shadow: 0 0.035rem 0.07rem var(--theme-btn-bright-shadow);
  border-radius: var(--btn-sm-radius);
  background: linear-gradient(135deg, var(--theme-similar) 0%, var(--theme-similar-end) 100%);
  border: 0.01rem solid transparent;
  color: var(--text-bright);
}
.ody-btn-sm-default.ody-btn-sm-similar.disabled,
.ody-btn-sm-theme.ody-btn-sm-similar.disabled,
.ody-btn-sm-similar.ody-btn-sm-similar.disabled,
.ody-btn-sm-disabled.ody-btn-sm-similar.disabled,
.ody-btn-sm-default-plain1.ody-btn-sm-similar.disabled,
.ody-btn-sm-theme-plain1.ody-btn-sm-similar.disabled,
.ody-btn-sm-similar-plain1.ody-btn-sm-similar.disabled,
.ody-btn-sm-disabled-plain1.ody-btn-sm-similar.disabled,
.ody-btn-sm-default-round2.ody-btn-sm-similar.disabled,
.ody-btn-sm-theme-round2.ody-btn-sm-similar.disabled,
.ody-btn-sm-similar-round2.ody-btn-sm-similar.disabled,
.ody-btn-sm-disabled-round2.ody-btn-sm-similar.disabled,
.ody-btn-sm-default-round2-plain1.ody-btn-sm-similar.disabled,
.ody-btn-sm-theme-round2-plain1.ody-btn-sm-similar.disabled,
.ody-btn-sm-similar-round2-plain1.ody-btn-sm-similar.disabled,
.ody-btn-sm-disabled-round2-plain1.ody-btn-sm-similar.disabled,
.ody-btn-sm-default.ody-btn-sm-similar:disabled,
.ody-btn-sm-theme.ody-btn-sm-similar:disabled,
.ody-btn-sm-similar.ody-btn-sm-similar:disabled,
.ody-btn-sm-disabled.ody-btn-sm-similar:disabled,
.ody-btn-sm-default-plain1.ody-btn-sm-similar:disabled,
.ody-btn-sm-theme-plain1.ody-btn-sm-similar:disabled,
.ody-btn-sm-similar-plain1.ody-btn-sm-similar:disabled,
.ody-btn-sm-disabled-plain1.ody-btn-sm-similar:disabled,
.ody-btn-sm-default-round2.ody-btn-sm-similar:disabled,
.ody-btn-sm-theme-round2.ody-btn-sm-similar:disabled,
.ody-btn-sm-similar-round2.ody-btn-sm-similar:disabled,
.ody-btn-sm-disabled-round2.ody-btn-sm-similar:disabled,
.ody-btn-sm-default-round2-plain1.ody-btn-sm-similar:disabled,
.ody-btn-sm-theme-round2-plain1.ody-btn-sm-similar:disabled,
.ody-btn-sm-similar-round2-plain1.ody-btn-sm-similar:disabled,
.ody-btn-sm-disabled-round2-plain1.ody-btn-sm-similar:disabled {
  opacity: 0.6;
}
.ody-btn-sm-default.ody-btn-sm-disabled,
.ody-btn-sm-theme.ody-btn-sm-disabled,
.ody-btn-sm-similar.ody-btn-sm-disabled,
.ody-btn-sm-disabled.ody-btn-sm-disabled,
.ody-btn-sm-default-plain1.ody-btn-sm-disabled,
.ody-btn-sm-theme-plain1.ody-btn-sm-disabled,
.ody-btn-sm-similar-plain1.ody-btn-sm-disabled,
.ody-btn-sm-disabled-plain1.ody-btn-sm-disabled,
.ody-btn-sm-default-round2.ody-btn-sm-disabled,
.ody-btn-sm-theme-round2.ody-btn-sm-disabled,
.ody-btn-sm-similar-round2.ody-btn-sm-disabled,
.ody-btn-sm-disabled-round2.ody-btn-sm-disabled,
.ody-btn-sm-default-round2-plain1.ody-btn-sm-disabled,
.ody-btn-sm-theme-round2-plain1.ody-btn-sm-disabled,
.ody-btn-sm-similar-round2-plain1.ody-btn-sm-disabled,
.ody-btn-sm-disabled-round2-plain1.ody-btn-sm-disabled {
  border-radius: var(--btn-sm-radius);
  background: var(--bg-disabled);
  border: 0.01rem solid var(--bg-disabled);
  color: var(--text-bright);
}
.ody-btn-sm-default.ody-btn-sm-default-plain1,
.ody-btn-sm-theme.ody-btn-sm-default-plain1,
.ody-btn-sm-similar.ody-btn-sm-default-plain1,
.ody-btn-sm-disabled.ody-btn-sm-default-plain1,
.ody-btn-sm-default-plain1.ody-btn-sm-default-plain1,
.ody-btn-sm-theme-plain1.ody-btn-sm-default-plain1,
.ody-btn-sm-similar-plain1.ody-btn-sm-default-plain1,
.ody-btn-sm-disabled-plain1.ody-btn-sm-default-plain1,
.ody-btn-sm-default-round2.ody-btn-sm-default-plain1,
.ody-btn-sm-theme-round2.ody-btn-sm-default-plain1,
.ody-btn-sm-similar-round2.ody-btn-sm-default-plain1,
.ody-btn-sm-disabled-round2.ody-btn-sm-default-plain1,
.ody-btn-sm-default-round2-plain1.ody-btn-sm-default-plain1,
.ody-btn-sm-theme-round2-plain1.ody-btn-sm-default-plain1,
.ody-btn-sm-similar-round2-plain1.ody-btn-sm-default-plain1,
.ody-btn-sm-disabled-round2-plain1.ody-btn-sm-default-plain1 {
  border-radius: var(--btn-sm-radius);
  background: var(--bg-block);
  border: 0.01rem solid var(--border-btn);
  color: var(--text-normal);
}
.ody-btn-sm-default.ody-btn-sm-default-plain1.disabled,
.ody-btn-sm-theme.ody-btn-sm-default-plain1.disabled,
.ody-btn-sm-similar.ody-btn-sm-default-plain1.disabled,
.ody-btn-sm-disabled.ody-btn-sm-default-plain1.disabled,
.ody-btn-sm-default-plain1.ody-btn-sm-default-plain1.disabled,
.ody-btn-sm-theme-plain1.ody-btn-sm-default-plain1.disabled,
.ody-btn-sm-similar-plain1.ody-btn-sm-default-plain1.disabled,
.ody-btn-sm-disabled-plain1.ody-btn-sm-default-plain1.disabled,
.ody-btn-sm-default-round2.ody-btn-sm-default-plain1.disabled,
.ody-btn-sm-theme-round2.ody-btn-sm-default-plain1.disabled,
.ody-btn-sm-similar-round2.ody-btn-sm-default-plain1.disabled,
.ody-btn-sm-disabled-round2.ody-btn-sm-default-plain1.disabled,
.ody-btn-sm-default-round2-plain1.ody-btn-sm-default-plain1.disabled,
.ody-btn-sm-theme-round2-plain1.ody-btn-sm-default-plain1.disabled,
.ody-btn-sm-similar-round2-plain1.ody-btn-sm-default-plain1.disabled,
.ody-btn-sm-disabled-round2-plain1.ody-btn-sm-default-plain1.disabled,
.ody-btn-sm-default.ody-btn-sm-default-plain1:disabled,
.ody-btn-sm-theme.ody-btn-sm-default-plain1:disabled,
.ody-btn-sm-similar.ody-btn-sm-default-plain1:disabled,
.ody-btn-sm-disabled.ody-btn-sm-default-plain1:disabled,
.ody-btn-sm-default-plain1.ody-btn-sm-default-plain1:disabled,
.ody-btn-sm-theme-plain1.ody-btn-sm-default-plain1:disabled,
.ody-btn-sm-similar-plain1.ody-btn-sm-default-plain1:disabled,
.ody-btn-sm-disabled-plain1.ody-btn-sm-default-plain1:disabled,
.ody-btn-sm-default-round2.ody-btn-sm-default-plain1:disabled,
.ody-btn-sm-theme-round2.ody-btn-sm-default-plain1:disabled,
.ody-btn-sm-similar-round2.ody-btn-sm-default-plain1:disabled,
.ody-btn-sm-disabled-round2.ody-btn-sm-default-plain1:disabled,
.ody-btn-sm-default-round2-plain1.ody-btn-sm-default-plain1:disabled,
.ody-btn-sm-theme-round2-plain1.ody-btn-sm-default-plain1:disabled,
.ody-btn-sm-similar-round2-plain1.ody-btn-sm-default-plain1:disabled,
.ody-btn-sm-disabled-round2-plain1.ody-btn-sm-default-plain1:disabled {
  opacity: 0.6;
}
.ody-btn-sm-default.ody-btn-sm-theme-plain1,
.ody-btn-sm-theme.ody-btn-sm-theme-plain1,
.ody-btn-sm-similar.ody-btn-sm-theme-plain1,
.ody-btn-sm-disabled.ody-btn-sm-theme-plain1,
.ody-btn-sm-default-plain1.ody-btn-sm-theme-plain1,
.ody-btn-sm-theme-plain1.ody-btn-sm-theme-plain1,
.ody-btn-sm-similar-plain1.ody-btn-sm-theme-plain1,
.ody-btn-sm-disabled-plain1.ody-btn-sm-theme-plain1,
.ody-btn-sm-default-round2.ody-btn-sm-theme-plain1,
.ody-btn-sm-theme-round2.ody-btn-sm-theme-plain1,
.ody-btn-sm-similar-round2.ody-btn-sm-theme-plain1,
.ody-btn-sm-disabled-round2.ody-btn-sm-theme-plain1,
.ody-btn-sm-default-round2-plain1.ody-btn-sm-theme-plain1,
.ody-btn-sm-theme-round2-plain1.ody-btn-sm-theme-plain1,
.ody-btn-sm-similar-round2-plain1.ody-btn-sm-theme-plain1,
.ody-btn-sm-disabled-round2-plain1.ody-btn-sm-theme-plain1 {
  border-radius: var(--btn-sm-radius);
  background: var(--bg-block);
  border: 0.01rem solid var(--theme-btn-bright);
  color: var(--theme-btn-bright);
}
.ody-btn-sm-default.ody-btn-sm-theme-plain1.disabled,
.ody-btn-sm-theme.ody-btn-sm-theme-plain1.disabled,
.ody-btn-sm-similar.ody-btn-sm-theme-plain1.disabled,
.ody-btn-sm-disabled.ody-btn-sm-theme-plain1.disabled,
.ody-btn-sm-default-plain1.ody-btn-sm-theme-plain1.disabled,
.ody-btn-sm-theme-plain1.ody-btn-sm-theme-plain1.disabled,
.ody-btn-sm-similar-plain1.ody-btn-sm-theme-plain1.disabled,
.ody-btn-sm-disabled-plain1.ody-btn-sm-theme-plain1.disabled,
.ody-btn-sm-default-round2.ody-btn-sm-theme-plain1.disabled,
.ody-btn-sm-theme-round2.ody-btn-sm-theme-plain1.disabled,
.ody-btn-sm-similar-round2.ody-btn-sm-theme-plain1.disabled,
.ody-btn-sm-disabled-round2.ody-btn-sm-theme-plain1.disabled,
.ody-btn-sm-default-round2-plain1.ody-btn-sm-theme-plain1.disabled,
.ody-btn-sm-theme-round2-plain1.ody-btn-sm-theme-plain1.disabled,
.ody-btn-sm-similar-round2-plain1.ody-btn-sm-theme-plain1.disabled,
.ody-btn-sm-disabled-round2-plain1.ody-btn-sm-theme-plain1.disabled,
.ody-btn-sm-default.ody-btn-sm-theme-plain1:disabled,
.ody-btn-sm-theme.ody-btn-sm-theme-plain1:disabled,
.ody-btn-sm-similar.ody-btn-sm-theme-plain1:disabled,
.ody-btn-sm-disabled.ody-btn-sm-theme-plain1:disabled,
.ody-btn-sm-default-plain1.ody-btn-sm-theme-plain1:disabled,
.ody-btn-sm-theme-plain1.ody-btn-sm-theme-plain1:disabled,
.ody-btn-sm-similar-plain1.ody-btn-sm-theme-plain1:disabled,
.ody-btn-sm-disabled-plain1.ody-btn-sm-theme-plain1:disabled,
.ody-btn-sm-default-round2.ody-btn-sm-theme-plain1:disabled,
.ody-btn-sm-theme-round2.ody-btn-sm-theme-plain1:disabled,
.ody-btn-sm-similar-round2.ody-btn-sm-theme-plain1:disabled,
.ody-btn-sm-disabled-round2.ody-btn-sm-theme-plain1:disabled,
.ody-btn-sm-default-round2-plain1.ody-btn-sm-theme-plain1:disabled,
.ody-btn-sm-theme-round2-plain1.ody-btn-sm-theme-plain1:disabled,
.ody-btn-sm-similar-round2-plain1.ody-btn-sm-theme-plain1:disabled,
.ody-btn-sm-disabled-round2-plain1.ody-btn-sm-theme-plain1:disabled {
  opacity: 0.6;
}
.ody-btn-sm-default.ody-btn-sm-similar-plain1,
.ody-btn-sm-theme.ody-btn-sm-similar-plain1,
.ody-btn-sm-similar.ody-btn-sm-similar-plain1,
.ody-btn-sm-disabled.ody-btn-sm-similar-plain1,
.ody-btn-sm-default-plain1.ody-btn-sm-similar-plain1,
.ody-btn-sm-theme-plain1.ody-btn-sm-similar-plain1,
.ody-btn-sm-similar-plain1.ody-btn-sm-similar-plain1,
.ody-btn-sm-disabled-plain1.ody-btn-sm-similar-plain1,
.ody-btn-sm-default-round2.ody-btn-sm-similar-plain1,
.ody-btn-sm-theme-round2.ody-btn-sm-similar-plain1,
.ody-btn-sm-similar-round2.ody-btn-sm-similar-plain1,
.ody-btn-sm-disabled-round2.ody-btn-sm-similar-plain1,
.ody-btn-sm-default-round2-plain1.ody-btn-sm-similar-plain1,
.ody-btn-sm-theme-round2-plain1.ody-btn-sm-similar-plain1,
.ody-btn-sm-similar-round2-plain1.ody-btn-sm-similar-plain1,
.ody-btn-sm-disabled-round2-plain1.ody-btn-sm-similar-plain1 {
  border-radius: var(--btn-sm-radius);
  background: var(--bg-block);
  border: 0.01rem solid var(--theme-similar);
  color: var(--theme-similar);
}
.ody-btn-sm-default.ody-btn-sm-similar-plain1.disabled,
.ody-btn-sm-theme.ody-btn-sm-similar-plain1.disabled,
.ody-btn-sm-similar.ody-btn-sm-similar-plain1.disabled,
.ody-btn-sm-disabled.ody-btn-sm-similar-plain1.disabled,
.ody-btn-sm-default-plain1.ody-btn-sm-similar-plain1.disabled,
.ody-btn-sm-theme-plain1.ody-btn-sm-similar-plain1.disabled,
.ody-btn-sm-similar-plain1.ody-btn-sm-similar-plain1.disabled,
.ody-btn-sm-disabled-plain1.ody-btn-sm-similar-plain1.disabled,
.ody-btn-sm-default-round2.ody-btn-sm-similar-plain1.disabled,
.ody-btn-sm-theme-round2.ody-btn-sm-similar-plain1.disabled,
.ody-btn-sm-similar-round2.ody-btn-sm-similar-plain1.disabled,
.ody-btn-sm-disabled-round2.ody-btn-sm-similar-plain1.disabled,
.ody-btn-sm-default-round2-plain1.ody-btn-sm-similar-plain1.disabled,
.ody-btn-sm-theme-round2-plain1.ody-btn-sm-similar-plain1.disabled,
.ody-btn-sm-similar-round2-plain1.ody-btn-sm-similar-plain1.disabled,
.ody-btn-sm-disabled-round2-plain1.ody-btn-sm-similar-plain1.disabled,
.ody-btn-sm-default.ody-btn-sm-similar-plain1:disabled,
.ody-btn-sm-theme.ody-btn-sm-similar-plain1:disabled,
.ody-btn-sm-similar.ody-btn-sm-similar-plain1:disabled,
.ody-btn-sm-disabled.ody-btn-sm-similar-plain1:disabled,
.ody-btn-sm-default-plain1.ody-btn-sm-similar-plain1:disabled,
.ody-btn-sm-theme-plain1.ody-btn-sm-similar-plain1:disabled,
.ody-btn-sm-similar-plain1.ody-btn-sm-similar-plain1:disabled,
.ody-btn-sm-disabled-plain1.ody-btn-sm-similar-plain1:disabled,
.ody-btn-sm-default-round2.ody-btn-sm-similar-plain1:disabled,
.ody-btn-sm-theme-round2.ody-btn-sm-similar-plain1:disabled,
.ody-btn-sm-similar-round2.ody-btn-sm-similar-plain1:disabled,
.ody-btn-sm-disabled-round2.ody-btn-sm-similar-plain1:disabled,
.ody-btn-sm-default-round2-plain1.ody-btn-sm-similar-plain1:disabled,
.ody-btn-sm-theme-round2-plain1.ody-btn-sm-similar-plain1:disabled,
.ody-btn-sm-similar-round2-plain1.ody-btn-sm-similar-plain1:disabled,
.ody-btn-sm-disabled-round2-plain1.ody-btn-sm-similar-plain1:disabled {
  opacity: 0.6;
}
.ody-btn-sm-default.ody-btn-sm-disabled-plain1,
.ody-btn-sm-theme.ody-btn-sm-disabled-plain1,
.ody-btn-sm-similar.ody-btn-sm-disabled-plain1,
.ody-btn-sm-disabled.ody-btn-sm-disabled-plain1,
.ody-btn-sm-default-plain1.ody-btn-sm-disabled-plain1,
.ody-btn-sm-theme-plain1.ody-btn-sm-disabled-plain1,
.ody-btn-sm-similar-plain1.ody-btn-sm-disabled-plain1,
.ody-btn-sm-disabled-plain1.ody-btn-sm-disabled-plain1,
.ody-btn-sm-default-round2.ody-btn-sm-disabled-plain1,
.ody-btn-sm-theme-round2.ody-btn-sm-disabled-plain1,
.ody-btn-sm-similar-round2.ody-btn-sm-disabled-plain1,
.ody-btn-sm-disabled-round2.ody-btn-sm-disabled-plain1,
.ody-btn-sm-default-round2-plain1.ody-btn-sm-disabled-plain1,
.ody-btn-sm-theme-round2-plain1.ody-btn-sm-disabled-plain1,
.ody-btn-sm-similar-round2-plain1.ody-btn-sm-disabled-plain1,
.ody-btn-sm-disabled-round2-plain1.ody-btn-sm-disabled-plain1 {
  border-radius: var(--btn-sm-radius);
  background: var(--bg-block);
  border: 0.01rem solid var(--bg-disabled);
  color: var(--bg-disabled);
}
.ody-btn-sm-default.ody-btn-sm-default-round2,
.ody-btn-sm-theme.ody-btn-sm-default-round2,
.ody-btn-sm-similar.ody-btn-sm-default-round2,
.ody-btn-sm-disabled.ody-btn-sm-default-round2,
.ody-btn-sm-default-plain1.ody-btn-sm-default-round2,
.ody-btn-sm-theme-plain1.ody-btn-sm-default-round2,
.ody-btn-sm-similar-plain1.ody-btn-sm-default-round2,
.ody-btn-sm-disabled-plain1.ody-btn-sm-default-round2,
.ody-btn-sm-default-round2.ody-btn-sm-default-round2,
.ody-btn-sm-theme-round2.ody-btn-sm-default-round2,
.ody-btn-sm-similar-round2.ody-btn-sm-default-round2,
.ody-btn-sm-disabled-round2.ody-btn-sm-default-round2,
.ody-btn-sm-default-round2-plain1.ody-btn-sm-default-round2,
.ody-btn-sm-theme-round2-plain1.ody-btn-sm-default-round2,
.ody-btn-sm-similar-round2-plain1.ody-btn-sm-default-round2,
.ody-btn-sm-disabled-round2-plain1.ody-btn-sm-default-round2 {
  border-radius: var(--btn-sm-half-radius);
  background: var(--border-btn);
  border: 0.01rem solid var(--border-btn);
  color: var(--text-lighter);
}
.ody-btn-sm-default.ody-btn-sm-default-round2.disabled,
.ody-btn-sm-theme.ody-btn-sm-default-round2.disabled,
.ody-btn-sm-similar.ody-btn-sm-default-round2.disabled,
.ody-btn-sm-disabled.ody-btn-sm-default-round2.disabled,
.ody-btn-sm-default-plain1.ody-btn-sm-default-round2.disabled,
.ody-btn-sm-theme-plain1.ody-btn-sm-default-round2.disabled,
.ody-btn-sm-similar-plain1.ody-btn-sm-default-round2.disabled,
.ody-btn-sm-disabled-plain1.ody-btn-sm-default-round2.disabled,
.ody-btn-sm-default-round2.ody-btn-sm-default-round2.disabled,
.ody-btn-sm-theme-round2.ody-btn-sm-default-round2.disabled,
.ody-btn-sm-similar-round2.ody-btn-sm-default-round2.disabled,
.ody-btn-sm-disabled-round2.ody-btn-sm-default-round2.disabled,
.ody-btn-sm-default-round2-plain1.ody-btn-sm-default-round2.disabled,
.ody-btn-sm-theme-round2-plain1.ody-btn-sm-default-round2.disabled,
.ody-btn-sm-similar-round2-plain1.ody-btn-sm-default-round2.disabled,
.ody-btn-sm-disabled-round2-plain1.ody-btn-sm-default-round2.disabled,
.ody-btn-sm-default.ody-btn-sm-default-round2:disabled,
.ody-btn-sm-theme.ody-btn-sm-default-round2:disabled,
.ody-btn-sm-similar.ody-btn-sm-default-round2:disabled,
.ody-btn-sm-disabled.ody-btn-sm-default-round2:disabled,
.ody-btn-sm-default-plain1.ody-btn-sm-default-round2:disabled,
.ody-btn-sm-theme-plain1.ody-btn-sm-default-round2:disabled,
.ody-btn-sm-similar-plain1.ody-btn-sm-default-round2:disabled,
.ody-btn-sm-disabled-plain1.ody-btn-sm-default-round2:disabled,
.ody-btn-sm-default-round2.ody-btn-sm-default-round2:disabled,
.ody-btn-sm-theme-round2.ody-btn-sm-default-round2:disabled,
.ody-btn-sm-similar-round2.ody-btn-sm-default-round2:disabled,
.ody-btn-sm-disabled-round2.ody-btn-sm-default-round2:disabled,
.ody-btn-sm-default-round2-plain1.ody-btn-sm-default-round2:disabled,
.ody-btn-sm-theme-round2-plain1.ody-btn-sm-default-round2:disabled,
.ody-btn-sm-similar-round2-plain1.ody-btn-sm-default-round2:disabled,
.ody-btn-sm-disabled-round2-plain1.ody-btn-sm-default-round2:disabled {
  opacity: 0.6;
}
.ody-btn-sm-default.ody-btn-sm-theme-round2,
.ody-btn-sm-theme.ody-btn-sm-theme-round2,
.ody-btn-sm-similar.ody-btn-sm-theme-round2,
.ody-btn-sm-disabled.ody-btn-sm-theme-round2,
.ody-btn-sm-default-plain1.ody-btn-sm-theme-round2,
.ody-btn-sm-theme-plain1.ody-btn-sm-theme-round2,
.ody-btn-sm-similar-plain1.ody-btn-sm-theme-round2,
.ody-btn-sm-disabled-plain1.ody-btn-sm-theme-round2,
.ody-btn-sm-default-round2.ody-btn-sm-theme-round2,
.ody-btn-sm-theme-round2.ody-btn-sm-theme-round2,
.ody-btn-sm-similar-round2.ody-btn-sm-theme-round2,
.ody-btn-sm-disabled-round2.ody-btn-sm-theme-round2,
.ody-btn-sm-default-round2-plain1.ody-btn-sm-theme-round2,
.ody-btn-sm-theme-round2-plain1.ody-btn-sm-theme-round2,
.ody-btn-sm-similar-round2-plain1.ody-btn-sm-theme-round2,
.ody-btn-sm-disabled-round2-plain1.ody-btn-sm-theme-round2 {
  box-shadow: 0 0.035rem 0.07rem var(--theme-btn-bright-shadow);
  border-radius: var(--btn-sm-half-radius);
  background: linear-gradient(135deg, var(--theme-btn-bright) 0%, var(--theme-btn-bright-end) 100%);
  border: 0.01rem solid transparent;
  color: var(--text-bright);
}
.ody-btn-sm-default.ody-btn-sm-theme-round2.disabled,
.ody-btn-sm-theme.ody-btn-sm-theme-round2.disabled,
.ody-btn-sm-similar.ody-btn-sm-theme-round2.disabled,
.ody-btn-sm-disabled.ody-btn-sm-theme-round2.disabled,
.ody-btn-sm-default-plain1.ody-btn-sm-theme-round2.disabled,
.ody-btn-sm-theme-plain1.ody-btn-sm-theme-round2.disabled,
.ody-btn-sm-similar-plain1.ody-btn-sm-theme-round2.disabled,
.ody-btn-sm-disabled-plain1.ody-btn-sm-theme-round2.disabled,
.ody-btn-sm-default-round2.ody-btn-sm-theme-round2.disabled,
.ody-btn-sm-theme-round2.ody-btn-sm-theme-round2.disabled,
.ody-btn-sm-similar-round2.ody-btn-sm-theme-round2.disabled,
.ody-btn-sm-disabled-round2.ody-btn-sm-theme-round2.disabled,
.ody-btn-sm-default-round2-plain1.ody-btn-sm-theme-round2.disabled,
.ody-btn-sm-theme-round2-plain1.ody-btn-sm-theme-round2.disabled,
.ody-btn-sm-similar-round2-plain1.ody-btn-sm-theme-round2.disabled,
.ody-btn-sm-disabled-round2-plain1.ody-btn-sm-theme-round2.disabled,
.ody-btn-sm-default.ody-btn-sm-theme-round2:disabled,
.ody-btn-sm-theme.ody-btn-sm-theme-round2:disabled,
.ody-btn-sm-similar.ody-btn-sm-theme-round2:disabled,
.ody-btn-sm-disabled.ody-btn-sm-theme-round2:disabled,
.ody-btn-sm-default-plain1.ody-btn-sm-theme-round2:disabled,
.ody-btn-sm-theme-plain1.ody-btn-sm-theme-round2:disabled,
.ody-btn-sm-similar-plain1.ody-btn-sm-theme-round2:disabled,
.ody-btn-sm-disabled-plain1.ody-btn-sm-theme-round2:disabled,
.ody-btn-sm-default-round2.ody-btn-sm-theme-round2:disabled,
.ody-btn-sm-theme-round2.ody-btn-sm-theme-round2:disabled,
.ody-btn-sm-similar-round2.ody-btn-sm-theme-round2:disabled,
.ody-btn-sm-disabled-round2.ody-btn-sm-theme-round2:disabled,
.ody-btn-sm-default-round2-plain1.ody-btn-sm-theme-round2:disabled,
.ody-btn-sm-theme-round2-plain1.ody-btn-sm-theme-round2:disabled,
.ody-btn-sm-similar-round2-plain1.ody-btn-sm-theme-round2:disabled,
.ody-btn-sm-disabled-round2-plain1.ody-btn-sm-theme-round2:disabled {
  opacity: 0.6;
}
.ody-btn-sm-default.ody-btn-sm-similar-round2,
.ody-btn-sm-theme.ody-btn-sm-similar-round2,
.ody-btn-sm-similar.ody-btn-sm-similar-round2,
.ody-btn-sm-disabled.ody-btn-sm-similar-round2,
.ody-btn-sm-default-plain1.ody-btn-sm-similar-round2,
.ody-btn-sm-theme-plain1.ody-btn-sm-similar-round2,
.ody-btn-sm-similar-plain1.ody-btn-sm-similar-round2,
.ody-btn-sm-disabled-plain1.ody-btn-sm-similar-round2,
.ody-btn-sm-default-round2.ody-btn-sm-similar-round2,
.ody-btn-sm-theme-round2.ody-btn-sm-similar-round2,
.ody-btn-sm-similar-round2.ody-btn-sm-similar-round2,
.ody-btn-sm-disabled-round2.ody-btn-sm-similar-round2,
.ody-btn-sm-default-round2-plain1.ody-btn-sm-similar-round2,
.ody-btn-sm-theme-round2-plain1.ody-btn-sm-similar-round2,
.ody-btn-sm-similar-round2-plain1.ody-btn-sm-similar-round2,
.ody-btn-sm-disabled-round2-plain1.ody-btn-sm-similar-round2 {
  border-radius: var(--btn-sm-half-radius);
  background: linear-gradient(135deg, var(--theme-similar) 0%, var(--theme-similar-end) 100%);
  border: 0.01rem solid transparent;
  color: var(--text-bright);
}
.ody-btn-sm-default.ody-btn-sm-similar-round2.disabled,
.ody-btn-sm-theme.ody-btn-sm-similar-round2.disabled,
.ody-btn-sm-similar.ody-btn-sm-similar-round2.disabled,
.ody-btn-sm-disabled.ody-btn-sm-similar-round2.disabled,
.ody-btn-sm-default-plain1.ody-btn-sm-similar-round2.disabled,
.ody-btn-sm-theme-plain1.ody-btn-sm-similar-round2.disabled,
.ody-btn-sm-similar-plain1.ody-btn-sm-similar-round2.disabled,
.ody-btn-sm-disabled-plain1.ody-btn-sm-similar-round2.disabled,
.ody-btn-sm-default-round2.ody-btn-sm-similar-round2.disabled,
.ody-btn-sm-theme-round2.ody-btn-sm-similar-round2.disabled,
.ody-btn-sm-similar-round2.ody-btn-sm-similar-round2.disabled,
.ody-btn-sm-disabled-round2.ody-btn-sm-similar-round2.disabled,
.ody-btn-sm-default-round2-plain1.ody-btn-sm-similar-round2.disabled,
.ody-btn-sm-theme-round2-plain1.ody-btn-sm-similar-round2.disabled,
.ody-btn-sm-similar-round2-plain1.ody-btn-sm-similar-round2.disabled,
.ody-btn-sm-disabled-round2-plain1.ody-btn-sm-similar-round2.disabled,
.ody-btn-sm-default.ody-btn-sm-similar-round2:disabled,
.ody-btn-sm-theme.ody-btn-sm-similar-round2:disabled,
.ody-btn-sm-similar.ody-btn-sm-similar-round2:disabled,
.ody-btn-sm-disabled.ody-btn-sm-similar-round2:disabled,
.ody-btn-sm-default-plain1.ody-btn-sm-similar-round2:disabled,
.ody-btn-sm-theme-plain1.ody-btn-sm-similar-round2:disabled,
.ody-btn-sm-similar-plain1.ody-btn-sm-similar-round2:disabled,
.ody-btn-sm-disabled-plain1.ody-btn-sm-similar-round2:disabled,
.ody-btn-sm-default-round2.ody-btn-sm-similar-round2:disabled,
.ody-btn-sm-theme-round2.ody-btn-sm-similar-round2:disabled,
.ody-btn-sm-similar-round2.ody-btn-sm-similar-round2:disabled,
.ody-btn-sm-disabled-round2.ody-btn-sm-similar-round2:disabled,
.ody-btn-sm-default-round2-plain1.ody-btn-sm-similar-round2:disabled,
.ody-btn-sm-theme-round2-plain1.ody-btn-sm-similar-round2:disabled,
.ody-btn-sm-similar-round2-plain1.ody-btn-sm-similar-round2:disabled,
.ody-btn-sm-disabled-round2-plain1.ody-btn-sm-similar-round2:disabled {
  opacity: 0.6;
}
.ody-btn-sm-default.ody-btn-sm-disabled-round2,
.ody-btn-sm-theme.ody-btn-sm-disabled-round2,
.ody-btn-sm-similar.ody-btn-sm-disabled-round2,
.ody-btn-sm-disabled.ody-btn-sm-disabled-round2,
.ody-btn-sm-default-plain1.ody-btn-sm-disabled-round2,
.ody-btn-sm-theme-plain1.ody-btn-sm-disabled-round2,
.ody-btn-sm-similar-plain1.ody-btn-sm-disabled-round2,
.ody-btn-sm-disabled-plain1.ody-btn-sm-disabled-round2,
.ody-btn-sm-default-round2.ody-btn-sm-disabled-round2,
.ody-btn-sm-theme-round2.ody-btn-sm-disabled-round2,
.ody-btn-sm-similar-round2.ody-btn-sm-disabled-round2,
.ody-btn-sm-disabled-round2.ody-btn-sm-disabled-round2,
.ody-btn-sm-default-round2-plain1.ody-btn-sm-disabled-round2,
.ody-btn-sm-theme-round2-plain1.ody-btn-sm-disabled-round2,
.ody-btn-sm-similar-round2-plain1.ody-btn-sm-disabled-round2,
.ody-btn-sm-disabled-round2-plain1.ody-btn-sm-disabled-round2 {
  border-radius: var(--btn-sm-half-radius);
  background: var(--bg-disabled);
  border: 0.01rem solid var(--bg-disabled);
  color: var(--text-bright);
}
.ody-btn-sm-default.ody-btn-sm-default-round2-plain1,
.ody-btn-sm-theme.ody-btn-sm-default-round2-plain1,
.ody-btn-sm-similar.ody-btn-sm-default-round2-plain1,
.ody-btn-sm-disabled.ody-btn-sm-default-round2-plain1,
.ody-btn-sm-default-plain1.ody-btn-sm-default-round2-plain1,
.ody-btn-sm-theme-plain1.ody-btn-sm-default-round2-plain1,
.ody-btn-sm-similar-plain1.ody-btn-sm-default-round2-plain1,
.ody-btn-sm-disabled-plain1.ody-btn-sm-default-round2-plain1,
.ody-btn-sm-default-round2.ody-btn-sm-default-round2-plain1,
.ody-btn-sm-theme-round2.ody-btn-sm-default-round2-plain1,
.ody-btn-sm-similar-round2.ody-btn-sm-default-round2-plain1,
.ody-btn-sm-disabled-round2.ody-btn-sm-default-round2-plain1,
.ody-btn-sm-default-round2-plain1.ody-btn-sm-default-round2-plain1,
.ody-btn-sm-theme-round2-plain1.ody-btn-sm-default-round2-plain1,
.ody-btn-sm-similar-round2-plain1.ody-btn-sm-default-round2-plain1,
.ody-btn-sm-disabled-round2-plain1.ody-btn-sm-default-round2-plain1 {
  border-radius: var(--btn-sm-half-radius);
  background: var(--bg-block);
  border: 0.01rem solid var(--border-btn);
  color: var(--text-normal);
}
.ody-btn-sm-default.ody-btn-sm-default-round2-plain1.disabled,
.ody-btn-sm-theme.ody-btn-sm-default-round2-plain1.disabled,
.ody-btn-sm-similar.ody-btn-sm-default-round2-plain1.disabled,
.ody-btn-sm-disabled.ody-btn-sm-default-round2-plain1.disabled,
.ody-btn-sm-default-plain1.ody-btn-sm-default-round2-plain1.disabled,
.ody-btn-sm-theme-plain1.ody-btn-sm-default-round2-plain1.disabled,
.ody-btn-sm-similar-plain1.ody-btn-sm-default-round2-plain1.disabled,
.ody-btn-sm-disabled-plain1.ody-btn-sm-default-round2-plain1.disabled,
.ody-btn-sm-default-round2.ody-btn-sm-default-round2-plain1.disabled,
.ody-btn-sm-theme-round2.ody-btn-sm-default-round2-plain1.disabled,
.ody-btn-sm-similar-round2.ody-btn-sm-default-round2-plain1.disabled,
.ody-btn-sm-disabled-round2.ody-btn-sm-default-round2-plain1.disabled,
.ody-btn-sm-default-round2-plain1.ody-btn-sm-default-round2-plain1.disabled,
.ody-btn-sm-theme-round2-plain1.ody-btn-sm-default-round2-plain1.disabled,
.ody-btn-sm-similar-round2-plain1.ody-btn-sm-default-round2-plain1.disabled,
.ody-btn-sm-disabled-round2-plain1.ody-btn-sm-default-round2-plain1.disabled,
.ody-btn-sm-default.ody-btn-sm-default-round2-plain1:disabled,
.ody-btn-sm-theme.ody-btn-sm-default-round2-plain1:disabled,
.ody-btn-sm-similar.ody-btn-sm-default-round2-plain1:disabled,
.ody-btn-sm-disabled.ody-btn-sm-default-round2-plain1:disabled,
.ody-btn-sm-default-plain1.ody-btn-sm-default-round2-plain1:disabled,
.ody-btn-sm-theme-plain1.ody-btn-sm-default-round2-plain1:disabled,
.ody-btn-sm-similar-plain1.ody-btn-sm-default-round2-plain1:disabled,
.ody-btn-sm-disabled-plain1.ody-btn-sm-default-round2-plain1:disabled,
.ody-btn-sm-default-round2.ody-btn-sm-default-round2-plain1:disabled,
.ody-btn-sm-theme-round2.ody-btn-sm-default-round2-plain1:disabled,
.ody-btn-sm-similar-round2.ody-btn-sm-default-round2-plain1:disabled,
.ody-btn-sm-disabled-round2.ody-btn-sm-default-round2-plain1:disabled,
.ody-btn-sm-default-round2-plain1.ody-btn-sm-default-round2-plain1:disabled,
.ody-btn-sm-theme-round2-plain1.ody-btn-sm-default-round2-plain1:disabled,
.ody-btn-sm-similar-round2-plain1.ody-btn-sm-default-round2-plain1:disabled,
.ody-btn-sm-disabled-round2-plain1.ody-btn-sm-default-round2-plain1:disabled {
  opacity: 0.6;
}
.ody-btn-sm-default.ody-btn-sm-theme-round2-plain1,
.ody-btn-sm-theme.ody-btn-sm-theme-round2-plain1,
.ody-btn-sm-similar.ody-btn-sm-theme-round2-plain1,
.ody-btn-sm-disabled.ody-btn-sm-theme-round2-plain1,
.ody-btn-sm-default-plain1.ody-btn-sm-theme-round2-plain1,
.ody-btn-sm-theme-plain1.ody-btn-sm-theme-round2-plain1,
.ody-btn-sm-similar-plain1.ody-btn-sm-theme-round2-plain1,
.ody-btn-sm-disabled-plain1.ody-btn-sm-theme-round2-plain1,
.ody-btn-sm-default-round2.ody-btn-sm-theme-round2-plain1,
.ody-btn-sm-theme-round2.ody-btn-sm-theme-round2-plain1,
.ody-btn-sm-similar-round2.ody-btn-sm-theme-round2-plain1,
.ody-btn-sm-disabled-round2.ody-btn-sm-theme-round2-plain1,
.ody-btn-sm-default-round2-plain1.ody-btn-sm-theme-round2-plain1,
.ody-btn-sm-theme-round2-plain1.ody-btn-sm-theme-round2-plain1,
.ody-btn-sm-similar-round2-plain1.ody-btn-sm-theme-round2-plain1,
.ody-btn-sm-disabled-round2-plain1.ody-btn-sm-theme-round2-plain1 {
  border-radius: var(--btn-sm-half-radius);
  background: var(--bg-block);
  border: 0.01rem solid var(--theme-btn-bright);
  color: var(--theme-btn-bright);
}
.ody-btn-sm-default.ody-btn-sm-theme-round2-plain1.disabled,
.ody-btn-sm-theme.ody-btn-sm-theme-round2-plain1.disabled,
.ody-btn-sm-similar.ody-btn-sm-theme-round2-plain1.disabled,
.ody-btn-sm-disabled.ody-btn-sm-theme-round2-plain1.disabled,
.ody-btn-sm-default-plain1.ody-btn-sm-theme-round2-plain1.disabled,
.ody-btn-sm-theme-plain1.ody-btn-sm-theme-round2-plain1.disabled,
.ody-btn-sm-similar-plain1.ody-btn-sm-theme-round2-plain1.disabled,
.ody-btn-sm-disabled-plain1.ody-btn-sm-theme-round2-plain1.disabled,
.ody-btn-sm-default-round2.ody-btn-sm-theme-round2-plain1.disabled,
.ody-btn-sm-theme-round2.ody-btn-sm-theme-round2-plain1.disabled,
.ody-btn-sm-similar-round2.ody-btn-sm-theme-round2-plain1.disabled,
.ody-btn-sm-disabled-round2.ody-btn-sm-theme-round2-plain1.disabled,
.ody-btn-sm-default-round2-plain1.ody-btn-sm-theme-round2-plain1.disabled,
.ody-btn-sm-theme-round2-plain1.ody-btn-sm-theme-round2-plain1.disabled,
.ody-btn-sm-similar-round2-plain1.ody-btn-sm-theme-round2-plain1.disabled,
.ody-btn-sm-disabled-round2-plain1.ody-btn-sm-theme-round2-plain1.disabled,
.ody-btn-sm-default.ody-btn-sm-theme-round2-plain1:disabled,
.ody-btn-sm-theme.ody-btn-sm-theme-round2-plain1:disabled,
.ody-btn-sm-similar.ody-btn-sm-theme-round2-plain1:disabled,
.ody-btn-sm-disabled.ody-btn-sm-theme-round2-plain1:disabled,
.ody-btn-sm-default-plain1.ody-btn-sm-theme-round2-plain1:disabled,
.ody-btn-sm-theme-plain1.ody-btn-sm-theme-round2-plain1:disabled,
.ody-btn-sm-similar-plain1.ody-btn-sm-theme-round2-plain1:disabled,
.ody-btn-sm-disabled-plain1.ody-btn-sm-theme-round2-plain1:disabled,
.ody-btn-sm-default-round2.ody-btn-sm-theme-round2-plain1:disabled,
.ody-btn-sm-theme-round2.ody-btn-sm-theme-round2-plain1:disabled,
.ody-btn-sm-similar-round2.ody-btn-sm-theme-round2-plain1:disabled,
.ody-btn-sm-disabled-round2.ody-btn-sm-theme-round2-plain1:disabled,
.ody-btn-sm-default-round2-plain1.ody-btn-sm-theme-round2-plain1:disabled,
.ody-btn-sm-theme-round2-plain1.ody-btn-sm-theme-round2-plain1:disabled,
.ody-btn-sm-similar-round2-plain1.ody-btn-sm-theme-round2-plain1:disabled,
.ody-btn-sm-disabled-round2-plain1.ody-btn-sm-theme-round2-plain1:disabled {
  opacity: 0.6;
}
.ody-btn-sm-default.ody-btn-sm-similar-round2-plain1,
.ody-btn-sm-theme.ody-btn-sm-similar-round2-plain1,
.ody-btn-sm-similar.ody-btn-sm-similar-round2-plain1,
.ody-btn-sm-disabled.ody-btn-sm-similar-round2-plain1,
.ody-btn-sm-default-plain1.ody-btn-sm-similar-round2-plain1,
.ody-btn-sm-theme-plain1.ody-btn-sm-similar-round2-plain1,
.ody-btn-sm-similar-plain1.ody-btn-sm-similar-round2-plain1,
.ody-btn-sm-disabled-plain1.ody-btn-sm-similar-round2-plain1,
.ody-btn-sm-default-round2.ody-btn-sm-similar-round2-plain1,
.ody-btn-sm-theme-round2.ody-btn-sm-similar-round2-plain1,
.ody-btn-sm-similar-round2.ody-btn-sm-similar-round2-plain1,
.ody-btn-sm-disabled-round2.ody-btn-sm-similar-round2-plain1,
.ody-btn-sm-default-round2-plain1.ody-btn-sm-similar-round2-plain1,
.ody-btn-sm-theme-round2-plain1.ody-btn-sm-similar-round2-plain1,
.ody-btn-sm-similar-round2-plain1.ody-btn-sm-similar-round2-plain1,
.ody-btn-sm-disabled-round2-plain1.ody-btn-sm-similar-round2-plain1 {
  border-radius: var(--btn-sm-half-radius);
  background: var(--bg-block);
  border: 0.01rem solid var(--theme-similar);
  color: var(--theme-similar);
}
.ody-btn-sm-default.ody-btn-sm-similar-round2-plain1.disabled,
.ody-btn-sm-theme.ody-btn-sm-similar-round2-plain1.disabled,
.ody-btn-sm-similar.ody-btn-sm-similar-round2-plain1.disabled,
.ody-btn-sm-disabled.ody-btn-sm-similar-round2-plain1.disabled,
.ody-btn-sm-default-plain1.ody-btn-sm-similar-round2-plain1.disabled,
.ody-btn-sm-theme-plain1.ody-btn-sm-similar-round2-plain1.disabled,
.ody-btn-sm-similar-plain1.ody-btn-sm-similar-round2-plain1.disabled,
.ody-btn-sm-disabled-plain1.ody-btn-sm-similar-round2-plain1.disabled,
.ody-btn-sm-default-round2.ody-btn-sm-similar-round2-plain1.disabled,
.ody-btn-sm-theme-round2.ody-btn-sm-similar-round2-plain1.disabled,
.ody-btn-sm-similar-round2.ody-btn-sm-similar-round2-plain1.disabled,
.ody-btn-sm-disabled-round2.ody-btn-sm-similar-round2-plain1.disabled,
.ody-btn-sm-default-round2-plain1.ody-btn-sm-similar-round2-plain1.disabled,
.ody-btn-sm-theme-round2-plain1.ody-btn-sm-similar-round2-plain1.disabled,
.ody-btn-sm-similar-round2-plain1.ody-btn-sm-similar-round2-plain1.disabled,
.ody-btn-sm-disabled-round2-plain1.ody-btn-sm-similar-round2-plain1.disabled,
.ody-btn-sm-default.ody-btn-sm-similar-round2-plain1:disabled,
.ody-btn-sm-theme.ody-btn-sm-similar-round2-plain1:disabled,
.ody-btn-sm-similar.ody-btn-sm-similar-round2-plain1:disabled,
.ody-btn-sm-disabled.ody-btn-sm-similar-round2-plain1:disabled,
.ody-btn-sm-default-plain1.ody-btn-sm-similar-round2-plain1:disabled,
.ody-btn-sm-theme-plain1.ody-btn-sm-similar-round2-plain1:disabled,
.ody-btn-sm-similar-plain1.ody-btn-sm-similar-round2-plain1:disabled,
.ody-btn-sm-disabled-plain1.ody-btn-sm-similar-round2-plain1:disabled,
.ody-btn-sm-default-round2.ody-btn-sm-similar-round2-plain1:disabled,
.ody-btn-sm-theme-round2.ody-btn-sm-similar-round2-plain1:disabled,
.ody-btn-sm-similar-round2.ody-btn-sm-similar-round2-plain1:disabled,
.ody-btn-sm-disabled-round2.ody-btn-sm-similar-round2-plain1:disabled,
.ody-btn-sm-default-round2-plain1.ody-btn-sm-similar-round2-plain1:disabled,
.ody-btn-sm-theme-round2-plain1.ody-btn-sm-similar-round2-plain1:disabled,
.ody-btn-sm-similar-round2-plain1.ody-btn-sm-similar-round2-plain1:disabled,
.ody-btn-sm-disabled-round2-plain1.ody-btn-sm-similar-round2-plain1:disabled {
  opacity: 0.6;
}
.ody-btn-sm-default.ody-btn-sm-disabled-round2-plain1,
.ody-btn-sm-theme.ody-btn-sm-disabled-round2-plain1,
.ody-btn-sm-similar.ody-btn-sm-disabled-round2-plain1,
.ody-btn-sm-disabled.ody-btn-sm-disabled-round2-plain1,
.ody-btn-sm-default-plain1.ody-btn-sm-disabled-round2-plain1,
.ody-btn-sm-theme-plain1.ody-btn-sm-disabled-round2-plain1,
.ody-btn-sm-similar-plain1.ody-btn-sm-disabled-round2-plain1,
.ody-btn-sm-disabled-plain1.ody-btn-sm-disabled-round2-plain1,
.ody-btn-sm-default-round2.ody-btn-sm-disabled-round2-plain1,
.ody-btn-sm-theme-round2.ody-btn-sm-disabled-round2-plain1,
.ody-btn-sm-similar-round2.ody-btn-sm-disabled-round2-plain1,
.ody-btn-sm-disabled-round2.ody-btn-sm-disabled-round2-plain1,
.ody-btn-sm-default-round2-plain1.ody-btn-sm-disabled-round2-plain1,
.ody-btn-sm-theme-round2-plain1.ody-btn-sm-disabled-round2-plain1,
.ody-btn-sm-similar-round2-plain1.ody-btn-sm-disabled-round2-plain1,
.ody-btn-sm-disabled-round2-plain1.ody-btn-sm-disabled-round2-plain1 {
  border-radius: var(--btn-sm-half-radius);
  background: var(--bg-block);
  border: 0.01rem solid var(--bg-disabled);
  color: var(--bg-disabled);
}
.ody-btn-xs-default-round2,
.ody-btn-xs-active-round2-plain1,
.ody-btn-xs-default-plain1,
.ody-btn-xs-theme-round2-plain1,
.ody-btn-xs-theme-plain1,
.ody-btn-xs-theme,
.ody-btn-xs-theme-round2,
.ody-btn-xs-disabled {
  display: inline-block;
  white-space: nowrap;
  cursor: pointer;
  -webkit-appearance: none;
  text-align: center;
  box-sizing: border-box;
  outline: none;
  margin: 0;
  transition: .1s;
  font-weight: 500;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  height: var(--btn-xs-height);
  line-height: var(--btn-xs-height);
  padding: 0 0.1rem;
  font-size: var(--btn-xs-size);
}
.ody-btn-xs-default-round2.ody-btn-xs-default-round2,
.ody-btn-xs-active-round2-plain1.ody-btn-xs-default-round2,
.ody-btn-xs-default-plain1.ody-btn-xs-default-round2,
.ody-btn-xs-theme-round2-plain1.ody-btn-xs-default-round2,
.ody-btn-xs-theme-plain1.ody-btn-xs-default-round2,
.ody-btn-xs-theme.ody-btn-xs-default-round2,
.ody-btn-xs-theme-round2.ody-btn-xs-default-round2,
.ody-btn-xs-disabled.ody-btn-xs-default-round2 {
  border-radius: var(--btn-xs-half-radius);
  background: var(--border-btn);
  border: 0.01rem solid var(--border-btn);
  color: var(--text-lighter);
}
.ody-btn-xs-default-round2.ody-btn-xs-active-round2-plain1,
.ody-btn-xs-active-round2-plain1.ody-btn-xs-active-round2-plain1,
.ody-btn-xs-default-plain1.ody-btn-xs-active-round2-plain1,
.ody-btn-xs-theme-round2-plain1.ody-btn-xs-active-round2-plain1,
.ody-btn-xs-theme-plain1.ody-btn-xs-active-round2-plain1,
.ody-btn-xs-theme.ody-btn-xs-active-round2-plain1,
.ody-btn-xs-theme-round2.ody-btn-xs-active-round2-plain1,
.ody-btn-xs-disabled.ody-btn-xs-active-round2-plain1 {
  border-radius: var(--btn-xs-half-radius);
  background: var(--bg-theme-light);
  border: 0.01rem solid var(--theme-btn-bright);
  color: var(--theme-btn-bright);
}
.ody-btn-xs-default-round2.ody-btn-xs-active-round2-plain1.disabled,
.ody-btn-xs-active-round2-plain1.ody-btn-xs-active-round2-plain1.disabled,
.ody-btn-xs-default-plain1.ody-btn-xs-active-round2-plain1.disabled,
.ody-btn-xs-theme-round2-plain1.ody-btn-xs-active-round2-plain1.disabled,
.ody-btn-xs-theme-plain1.ody-btn-xs-active-round2-plain1.disabled,
.ody-btn-xs-theme.ody-btn-xs-active-round2-plain1.disabled,
.ody-btn-xs-theme-round2.ody-btn-xs-active-round2-plain1.disabled,
.ody-btn-xs-disabled.ody-btn-xs-active-round2-plain1.disabled,
.ody-btn-xs-default-round2.ody-btn-xs-active-round2-plain1:disabled,
.ody-btn-xs-active-round2-plain1.ody-btn-xs-active-round2-plain1:disabled,
.ody-btn-xs-default-plain1.ody-btn-xs-active-round2-plain1:disabled,
.ody-btn-xs-theme-round2-plain1.ody-btn-xs-active-round2-plain1:disabled,
.ody-btn-xs-theme-plain1.ody-btn-xs-active-round2-plain1:disabled,
.ody-btn-xs-theme.ody-btn-xs-active-round2-plain1:disabled,
.ody-btn-xs-theme-round2.ody-btn-xs-active-round2-plain1:disabled,
.ody-btn-xs-disabled.ody-btn-xs-active-round2-plain1:disabled {
  opacity: 0.6;
}
.ody-btn-xs-default-round2.ody-btn-xs-default-plain1,
.ody-btn-xs-active-round2-plain1.ody-btn-xs-default-plain1,
.ody-btn-xs-default-plain1.ody-btn-xs-default-plain1,
.ody-btn-xs-theme-round2-plain1.ody-btn-xs-default-plain1,
.ody-btn-xs-theme-plain1.ody-btn-xs-default-plain1,
.ody-btn-xs-theme.ody-btn-xs-default-plain1,
.ody-btn-xs-theme-round2.ody-btn-xs-default-plain1,
.ody-btn-xs-disabled.ody-btn-xs-default-plain1 {
  border-radius: var(--btn-xs-radius);
  background: var(--bg-block);
  border: 0.01rem solid var(--border-btn);
  color: var(--text-normal);
}
.ody-btn-xs-default-round2.ody-btn-xs-default-plain1.disabled,
.ody-btn-xs-active-round2-plain1.ody-btn-xs-default-plain1.disabled,
.ody-btn-xs-default-plain1.ody-btn-xs-default-plain1.disabled,
.ody-btn-xs-theme-round2-plain1.ody-btn-xs-default-plain1.disabled,
.ody-btn-xs-theme-plain1.ody-btn-xs-default-plain1.disabled,
.ody-btn-xs-theme.ody-btn-xs-default-plain1.disabled,
.ody-btn-xs-theme-round2.ody-btn-xs-default-plain1.disabled,
.ody-btn-xs-disabled.ody-btn-xs-default-plain1.disabled,
.ody-btn-xs-default-round2.ody-btn-xs-default-plain1:disabled,
.ody-btn-xs-active-round2-plain1.ody-btn-xs-default-plain1:disabled,
.ody-btn-xs-default-plain1.ody-btn-xs-default-plain1:disabled,
.ody-btn-xs-theme-round2-plain1.ody-btn-xs-default-plain1:disabled,
.ody-btn-xs-theme-plain1.ody-btn-xs-default-plain1:disabled,
.ody-btn-xs-theme.ody-btn-xs-default-plain1:disabled,
.ody-btn-xs-theme-round2.ody-btn-xs-default-plain1:disabled,
.ody-btn-xs-disabled.ody-btn-xs-default-plain1:disabled {
  opacity: 0.6;
}
.ody-btn-xs-default-round2.ody-btn-xs-theme-round2-plain1,
.ody-btn-xs-active-round2-plain1.ody-btn-xs-theme-round2-plain1,
.ody-btn-xs-default-plain1.ody-btn-xs-theme-round2-plain1,
.ody-btn-xs-theme-round2-plain1.ody-btn-xs-theme-round2-plain1,
.ody-btn-xs-theme-plain1.ody-btn-xs-theme-round2-plain1,
.ody-btn-xs-theme.ody-btn-xs-theme-round2-plain1,
.ody-btn-xs-theme-round2.ody-btn-xs-theme-round2-plain1,
.ody-btn-xs-disabled.ody-btn-xs-theme-round2-plain1 {
  border-radius: var(--btn-xs-half-radius);
  background: var(--bg-block);
  border: 0.01rem solid var(--theme-btn-bright);
  color: var(--theme-btn-bright);
}
.ody-btn-xs-default-round2.ody-btn-xs-theme-round2-plain1.disabled,
.ody-btn-xs-active-round2-plain1.ody-btn-xs-theme-round2-plain1.disabled,
.ody-btn-xs-default-plain1.ody-btn-xs-theme-round2-plain1.disabled,
.ody-btn-xs-theme-round2-plain1.ody-btn-xs-theme-round2-plain1.disabled,
.ody-btn-xs-theme-plain1.ody-btn-xs-theme-round2-plain1.disabled,
.ody-btn-xs-theme.ody-btn-xs-theme-round2-plain1.disabled,
.ody-btn-xs-theme-round2.ody-btn-xs-theme-round2-plain1.disabled,
.ody-btn-xs-disabled.ody-btn-xs-theme-round2-plain1.disabled,
.ody-btn-xs-default-round2.ody-btn-xs-theme-round2-plain1:disabled,
.ody-btn-xs-active-round2-plain1.ody-btn-xs-theme-round2-plain1:disabled,
.ody-btn-xs-default-plain1.ody-btn-xs-theme-round2-plain1:disabled,
.ody-btn-xs-theme-round2-plain1.ody-btn-xs-theme-round2-plain1:disabled,
.ody-btn-xs-theme-plain1.ody-btn-xs-theme-round2-plain1:disabled,
.ody-btn-xs-theme.ody-btn-xs-theme-round2-plain1:disabled,
.ody-btn-xs-theme-round2.ody-btn-xs-theme-round2-plain1:disabled,
.ody-btn-xs-disabled.ody-btn-xs-theme-round2-plain1:disabled {
  opacity: 0.6;
}
.ody-btn-xs-default-round2.ody-btn-xs-theme-plain1,
.ody-btn-xs-active-round2-plain1.ody-btn-xs-theme-plain1,
.ody-btn-xs-default-plain1.ody-btn-xs-theme-plain1,
.ody-btn-xs-theme-round2-plain1.ody-btn-xs-theme-plain1,
.ody-btn-xs-theme-plain1.ody-btn-xs-theme-plain1,
.ody-btn-xs-theme.ody-btn-xs-theme-plain1,
.ody-btn-xs-theme-round2.ody-btn-xs-theme-plain1,
.ody-btn-xs-disabled.ody-btn-xs-theme-plain1 {
  border-radius: var(--btn-xs-radius);
  background: var(--bg-block);
  border: 0.01rem solid var(--theme-btn-bright);
  color: var(--theme-btn-bright);
}
.ody-btn-xs-default-round2.ody-btn-xs-theme-plain1.disabled,
.ody-btn-xs-active-round2-plain1.ody-btn-xs-theme-plain1.disabled,
.ody-btn-xs-default-plain1.ody-btn-xs-theme-plain1.disabled,
.ody-btn-xs-theme-round2-plain1.ody-btn-xs-theme-plain1.disabled,
.ody-btn-xs-theme-plain1.ody-btn-xs-theme-plain1.disabled,
.ody-btn-xs-theme.ody-btn-xs-theme-plain1.disabled,
.ody-btn-xs-theme-round2.ody-btn-xs-theme-plain1.disabled,
.ody-btn-xs-disabled.ody-btn-xs-theme-plain1.disabled,
.ody-btn-xs-default-round2.ody-btn-xs-theme-plain1:disabled,
.ody-btn-xs-active-round2-plain1.ody-btn-xs-theme-plain1:disabled,
.ody-btn-xs-default-plain1.ody-btn-xs-theme-plain1:disabled,
.ody-btn-xs-theme-round2-plain1.ody-btn-xs-theme-plain1:disabled,
.ody-btn-xs-theme-plain1.ody-btn-xs-theme-plain1:disabled,
.ody-btn-xs-theme.ody-btn-xs-theme-plain1:disabled,
.ody-btn-xs-theme-round2.ody-btn-xs-theme-plain1:disabled,
.ody-btn-xs-disabled.ody-btn-xs-theme-plain1:disabled {
  opacity: 0.6;
}
.ody-btn-xs-default-round2.ody-btn-xs-theme-round2,
.ody-btn-xs-active-round2-plain1.ody-btn-xs-theme-round2,
.ody-btn-xs-default-plain1.ody-btn-xs-theme-round2,
.ody-btn-xs-theme-round2-plain1.ody-btn-xs-theme-round2,
.ody-btn-xs-theme-plain1.ody-btn-xs-theme-round2,
.ody-btn-xs-theme.ody-btn-xs-theme-round2,
.ody-btn-xs-theme-round2.ody-btn-xs-theme-round2,
.ody-btn-xs-disabled.ody-btn-xs-theme-round2 {
  box-shadow: 0 0.035rem 0.07rem var(--theme-btn-bright-shadow);
  border-radius: var(--btn-xs-half-radius);
  background: linear-gradient(135deg, var(--theme-btn-bright) 0%, var(--theme-btn-bright-end) 100%);
  border: 0.01rem solid transparent;
  color: var(--text-bright);
}
.ody-btn-xs-default-round2.ody-btn-xs-theme-round2.disabled,
.ody-btn-xs-active-round2-plain1.ody-btn-xs-theme-round2.disabled,
.ody-btn-xs-default-plain1.ody-btn-xs-theme-round2.disabled,
.ody-btn-xs-theme-round2-plain1.ody-btn-xs-theme-round2.disabled,
.ody-btn-xs-theme-plain1.ody-btn-xs-theme-round2.disabled,
.ody-btn-xs-theme.ody-btn-xs-theme-round2.disabled,
.ody-btn-xs-theme-round2.ody-btn-xs-theme-round2.disabled,
.ody-btn-xs-disabled.ody-btn-xs-theme-round2.disabled,
.ody-btn-xs-default-round2.ody-btn-xs-theme-round2:disabled,
.ody-btn-xs-active-round2-plain1.ody-btn-xs-theme-round2:disabled,
.ody-btn-xs-default-plain1.ody-btn-xs-theme-round2:disabled,
.ody-btn-xs-theme-round2-plain1.ody-btn-xs-theme-round2:disabled,
.ody-btn-xs-theme-plain1.ody-btn-xs-theme-round2:disabled,
.ody-btn-xs-theme.ody-btn-xs-theme-round2:disabled,
.ody-btn-xs-theme-round2.ody-btn-xs-theme-round2:disabled,
.ody-btn-xs-disabled.ody-btn-xs-theme-round2:disabled {
  opacity: 0.6;
}
.ody-btn-xs-default-round2.ody-btn-xs-theme,
.ody-btn-xs-active-round2-plain1.ody-btn-xs-theme,
.ody-btn-xs-default-plain1.ody-btn-xs-theme,
.ody-btn-xs-theme-round2-plain1.ody-btn-xs-theme,
.ody-btn-xs-theme-plain1.ody-btn-xs-theme,
.ody-btn-xs-theme.ody-btn-xs-theme,
.ody-btn-xs-theme-round2.ody-btn-xs-theme,
.ody-btn-xs-disabled.ody-btn-xs-theme {
  box-shadow: 0 0.035rem 0.07rem var(--theme-btn-bright-shadow);
  border-radius: var(--btn-xs-radius);
  background: linear-gradient(135deg, var(--theme-btn-bright) 0%, var(--theme-btn-bright-end) 100%);
  border: 0.01rem solid transparent;
  color: var(--text-bright);
}
.ody-btn-xs-default-round2.ody-btn-xs-theme.disabled,
.ody-btn-xs-active-round2-plain1.ody-btn-xs-theme.disabled,
.ody-btn-xs-default-plain1.ody-btn-xs-theme.disabled,
.ody-btn-xs-theme-round2-plain1.ody-btn-xs-theme.disabled,
.ody-btn-xs-theme-plain1.ody-btn-xs-theme.disabled,
.ody-btn-xs-theme.ody-btn-xs-theme.disabled,
.ody-btn-xs-theme-round2.ody-btn-xs-theme.disabled,
.ody-btn-xs-disabled.ody-btn-xs-theme.disabled,
.ody-btn-xs-default-round2.ody-btn-xs-theme:disabled,
.ody-btn-xs-active-round2-plain1.ody-btn-xs-theme:disabled,
.ody-btn-xs-default-plain1.ody-btn-xs-theme:disabled,
.ody-btn-xs-theme-round2-plain1.ody-btn-xs-theme:disabled,
.ody-btn-xs-theme-plain1.ody-btn-xs-theme:disabled,
.ody-btn-xs-theme.ody-btn-xs-theme:disabled,
.ody-btn-xs-theme-round2.ody-btn-xs-theme:disabled,
.ody-btn-xs-disabled.ody-btn-xs-theme:disabled {
  opacity: 0.6;
}
.ody-btn-xs-default-round2.ody-btn-xs-disabled,
.ody-btn-xs-active-round2-plain1.ody-btn-xs-disabled,
.ody-btn-xs-default-plain1.ody-btn-xs-disabled,
.ody-btn-xs-theme-round2-plain1.ody-btn-xs-disabled,
.ody-btn-xs-theme-plain1.ody-btn-xs-disabled,
.ody-btn-xs-theme.ody-btn-xs-disabled,
.ody-btn-xs-theme-round2.ody-btn-xs-disabled,
.ody-btn-xs-disabled.ody-btn-xs-disabled {
  border-radius: var(--btn-xs-radius);
  background: var(--bg-disabled);
  border: 0.01rem solid var(--bg-disabled);
  color: var(--text-bright);
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .ody-btn-lg,
  .ody-btn,
  .ody-btn-sm,
  .ody-btn-xs {
    position: relative;
    border: 0!important;
  }
  .ody-btn-lg:before,
  .ody-btn:before,
  .ody-btn-sm:before,
  .ody-btn-xs:before {
    content: "";
    width: 200%;
    height: 200%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(0.5);
    -webkit-transform-origin: 0 0;
    padding: 0.01rem;
    -webkit-box-sizing: border-box;
    border-radius: var(--dub-btn-normal-radius);
    pointer-events: none;
  }
  .ody-btn-lg.ody-btn-default:before,
  .ody-btn.ody-btn-default:before,
  .ody-btn-sm.ody-btn-default:before,
  .ody-btn-xs.ody-btn-default:before {
    border: 0.01rem solid var(--border-btn);
  }
  .ody-btn-lg.ody-btn-active:before,
  .ody-btn.ody-btn-active:before,
  .ody-btn-sm.ody-btn-active:before,
  .ody-btn-xs.ody-btn-active:before {
    border: 0.01rem solid var(--theme-btn-bright);
  }
  .ody-btn-lg.ody-btn-theme:before,
  .ody-btn.ody-btn-theme:before,
  .ody-btn-sm.ody-btn-theme:before,
  .ody-btn-xs.ody-btn-theme:before {
    border: 0.01rem solid transparent;
  }
  .ody-btn-lg.ody-btn-similar:before,
  .ody-btn.ody-btn-similar:before,
  .ody-btn-sm.ody-btn-similar:before,
  .ody-btn-xs.ody-btn-similar:before {
    border: 0.01rem solid transparent;
  }
  .ody-btn-lg.ody-btn-primary:before,
  .ody-btn.ody-btn-primary:before,
  .ody-btn-sm.ody-btn-primary:before,
  .ody-btn-xs.ody-btn-primary:before {
    border: 0.01rem solid var(--theme-primary);
  }
  .ody-btn-lg.ody-btn-disabled:before,
  .ody-btn.ody-btn-disabled:before,
  .ody-btn-sm.ody-btn-disabled:before,
  .ody-btn-xs.ody-btn-disabled:before {
    border: 0.01rem solid var(--bg-disabled);
  }
  .plain1.ody-btn-theme:before {
    border: 0.01rem solid var(--theme-btn-bright);
  }
  .plain1.ody-btn-similar:before {
    border: 0.01rem solid var(--theme-similar);
  }
  .ody-btn-lg:before {
    border-radius: var(--dub-btn-lg-radius);
  }
  .ody-btn-sm:before {
    border-radius: var(--dub-btn-sm-radius);
  }
  .ody-btn-xs:before {
    border-radius: var(--dub-btn-xs-radius);
  }
  .round1.ody-btn-lg:before {
    border-radius: 0;
  }
  .round1.ody-btn:before {
    border-radius: 0;
  }
  .round1.ody-btn-sm:before {
    border-radius: 0;
  }
  .round1.ody-btn-xs:before {
    border-radius: 0;
  }
  .round2.ody-btn-lg:before {
    border-radius: var(--btn-lg-all-radius);
  }
  .round2.ody-btn:before {
    border-radius: var(--btn-normal-all-radius);
  }
  .round2.ody-btn-sm:before {
    border-radius: var(--btn-sm-all-radius);
  }
  .round2.ody-btn-xs:before {
    border-radius: var(--btn-xs-all-radius);
  }
  .ody-btn-lg-default-round1-plain1,
  .ody-btn-lg-theme-round1,
  .ody-btn-lg-similar-round1,
  .ody-btn-lg-disabled-round1 {
    position: relative;
    border: 0!important;
  }
  .ody-btn-lg-default-round1-plain1:before,
  .ody-btn-lg-theme-round1:before,
  .ody-btn-lg-similar-round1:before,
  .ody-btn-lg-disabled-round1:before {
    content: "";
    width: 200%;
    height: 200%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(0.5);
    -webkit-transform-origin: 0 0;
    padding: 0.01rem;
    -webkit-box-sizing: border-box;
    border-radius: 0;
    pointer-events: none;
  }
  .ody-btn-lg-default-round1-plain1.ody-btn-lg-default-round1-plain1:before,
  .ody-btn-lg-theme-round1.ody-btn-lg-default-round1-plain1:before,
  .ody-btn-lg-similar-round1.ody-btn-lg-default-round1-plain1:before,
  .ody-btn-lg-disabled-round1.ody-btn-lg-default-round1-plain1:before {
    border: 0.01rem solid var(--border-btn);
  }
  .ody-btn-lg-default-round1-plain1.ody-btn-lg-theme-round1:before,
  .ody-btn-lg-theme-round1.ody-btn-lg-theme-round1:before,
  .ody-btn-lg-similar-round1.ody-btn-lg-theme-round1:before,
  .ody-btn-lg-disabled-round1.ody-btn-lg-theme-round1:before {
    border: 0.01rem solid transparent;
  }
  .ody-btn-lg-default-round1-plain1.ody-btn-lg-similar-round1:before,
  .ody-btn-lg-theme-round1.ody-btn-lg-similar-round1:before,
  .ody-btn-lg-similar-round1.ody-btn-lg-similar-round1:before,
  .ody-btn-lg-disabled-round1.ody-btn-lg-similar-round1:before {
    border: 0.01rem solid transparent;
  }
  .ody-btn-lg-default-round1-plain1.ody-btn-lg-disabled-round1:before,
  .ody-btn-lg-theme-round1.ody-btn-lg-disabled-round1:before,
  .ody-btn-lg-similar-round1.ody-btn-lg-disabled-round1:before,
  .ody-btn-lg-disabled-round1.ody-btn-lg-disabled-round1:before {
    border: 0.01rem solid var(--bg-disabled);
  }
  .ody-btn-normal-theme,
  .ody-btn-normal-similar,
  .ody-btn-normal-disabled {
    position: relative;
    border: 0!important;
  }
  .ody-btn-normal-theme:before,
  .ody-btn-normal-similar:before,
  .ody-btn-normal-disabled:before {
    content: "";
    width: 200%;
    height: 200%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(0.5);
    -webkit-transform-origin: 0 0;
    padding: 0.01rem;
    -webkit-box-sizing: border-box;
    border-radius: var(--dub-btn-normal-radius);
    pointer-events: none;
  }
  .ody-btn-normal-theme.ody-btn-normal-theme:before,
  .ody-btn-normal-similar.ody-btn-normal-theme:before,
  .ody-btn-normal-disabled.ody-btn-normal-theme:before {
    border: 0.01rem solid transparent;
  }
  .ody-btn-normal-theme.ody-btn-normal-similar:before,
  .ody-btn-normal-similar.ody-btn-normal-similar:before,
  .ody-btn-normal-disabled.ody-btn-normal-similar:before {
    border: 0.01rem solid transparent;
  }
  .ody-btn-normal-theme.ody-btn-normal-disabled:before,
  .ody-btn-normal-similar.ody-btn-normal-disabled:before,
  .ody-btn-normal-disabled.ody-btn-normal-disabled:before {
    border: 0.01rem solid var(--bg-disabled);
  }
  .ody-btn-sm-default,
  .ody-btn-sm-theme,
  .ody-btn-sm-similar,
  .ody-btn-sm-disabled,
  .ody-btn-sm-default-plain1,
  .ody-btn-sm-theme-plain1,
  .ody-btn-sm-similar-plain1,
  .ody-btn-sm-disabled-plain1,
  .ody-btn-sm-default-round2,
  .ody-btn-sm-theme-round2,
  .ody-btn-sm-similar-round2,
  .ody-btn-sm-disabled-round2,
  .ody-btn-sm-default-round2-plain1,
  .ody-btn-sm-theme-round2-plain1,
  .ody-btn-sm-similar-round2-plain1,
  .ody-btn-sm-disabled-round2-plain1 {
    position: relative;
    border: 0!important;
  }
  .ody-btn-sm-default:before,
  .ody-btn-sm-theme:before,
  .ody-btn-sm-similar:before,
  .ody-btn-sm-disabled:before,
  .ody-btn-sm-default-plain1:before,
  .ody-btn-sm-theme-plain1:before,
  .ody-btn-sm-similar-plain1:before,
  .ody-btn-sm-disabled-plain1:before,
  .ody-btn-sm-default-round2:before,
  .ody-btn-sm-theme-round2:before,
  .ody-btn-sm-similar-round2:before,
  .ody-btn-sm-disabled-round2:before,
  .ody-btn-sm-default-round2-plain1:before,
  .ody-btn-sm-theme-round2-plain1:before,
  .ody-btn-sm-similar-round2-plain1:before,
  .ody-btn-sm-disabled-round2-plain1:before {
    content: "";
    width: 200%;
    height: 200%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(0.5);
    -webkit-transform-origin: 0 0;
    padding: 0.01rem;
    -webkit-box-sizing: border-box;
    pointer-events: none;
  }
  .ody-btn-sm-default.ody-btn-sm-default:before,
  .ody-btn-sm-theme.ody-btn-sm-default:before,
  .ody-btn-sm-similar.ody-btn-sm-default:before,
  .ody-btn-sm-disabled.ody-btn-sm-default:before,
  .ody-btn-sm-default-plain1.ody-btn-sm-default:before,
  .ody-btn-sm-theme-plain1.ody-btn-sm-default:before,
  .ody-btn-sm-similar-plain1.ody-btn-sm-default:before,
  .ody-btn-sm-disabled-plain1.ody-btn-sm-default:before,
  .ody-btn-sm-default-round2.ody-btn-sm-default:before,
  .ody-btn-sm-theme-round2.ody-btn-sm-default:before,
  .ody-btn-sm-similar-round2.ody-btn-sm-default:before,
  .ody-btn-sm-disabled-round2.ody-btn-sm-default:before,
  .ody-btn-sm-default-round2-plain1.ody-btn-sm-default:before,
  .ody-btn-sm-theme-round2-plain1.ody-btn-sm-default:before,
  .ody-btn-sm-similar-round2-plain1.ody-btn-sm-default:before,
  .ody-btn-sm-disabled-round2-plain1.ody-btn-sm-default:before {
    border-radius: var(--dub-btn-sm-radius);
    border: 0.01rem solid var(--border-btn);
  }
  .ody-btn-sm-default.ody-btn-sm-theme:before,
  .ody-btn-sm-theme.ody-btn-sm-theme:before,
  .ody-btn-sm-similar.ody-btn-sm-theme:before,
  .ody-btn-sm-disabled.ody-btn-sm-theme:before,
  .ody-btn-sm-default-plain1.ody-btn-sm-theme:before,
  .ody-btn-sm-theme-plain1.ody-btn-sm-theme:before,
  .ody-btn-sm-similar-plain1.ody-btn-sm-theme:before,
  .ody-btn-sm-disabled-plain1.ody-btn-sm-theme:before,
  .ody-btn-sm-default-round2.ody-btn-sm-theme:before,
  .ody-btn-sm-theme-round2.ody-btn-sm-theme:before,
  .ody-btn-sm-similar-round2.ody-btn-sm-theme:before,
  .ody-btn-sm-disabled-round2.ody-btn-sm-theme:before,
  .ody-btn-sm-default-round2-plain1.ody-btn-sm-theme:before,
  .ody-btn-sm-theme-round2-plain1.ody-btn-sm-theme:before,
  .ody-btn-sm-similar-round2-plain1.ody-btn-sm-theme:before,
  .ody-btn-sm-disabled-round2-plain1.ody-btn-sm-theme:before {
    border-radius: var(--dub-btn-sm-radius);
    border: 0.01rem solid transparent;
  }
  .ody-btn-sm-default.ody-btn-sm-similar:before,
  .ody-btn-sm-theme.ody-btn-sm-similar:before,
  .ody-btn-sm-similar.ody-btn-sm-similar:before,
  .ody-btn-sm-disabled.ody-btn-sm-similar:before,
  .ody-btn-sm-default-plain1.ody-btn-sm-similar:before,
  .ody-btn-sm-theme-plain1.ody-btn-sm-similar:before,
  .ody-btn-sm-similar-plain1.ody-btn-sm-similar:before,
  .ody-btn-sm-disabled-plain1.ody-btn-sm-similar:before,
  .ody-btn-sm-default-round2.ody-btn-sm-similar:before,
  .ody-btn-sm-theme-round2.ody-btn-sm-similar:before,
  .ody-btn-sm-similar-round2.ody-btn-sm-similar:before,
  .ody-btn-sm-disabled-round2.ody-btn-sm-similar:before,
  .ody-btn-sm-default-round2-plain1.ody-btn-sm-similar:before,
  .ody-btn-sm-theme-round2-plain1.ody-btn-sm-similar:before,
  .ody-btn-sm-similar-round2-plain1.ody-btn-sm-similar:before,
  .ody-btn-sm-disabled-round2-plain1.ody-btn-sm-similar:before {
    border-radius: var(--dub-btn-sm-radius);
    border: 0.01rem solid transparent;
  }
  .ody-btn-sm-default.ody-btn-sm-disabled:before,
  .ody-btn-sm-theme.ody-btn-sm-disabled:before,
  .ody-btn-sm-similar.ody-btn-sm-disabled:before,
  .ody-btn-sm-disabled.ody-btn-sm-disabled:before,
  .ody-btn-sm-default-plain1.ody-btn-sm-disabled:before,
  .ody-btn-sm-theme-plain1.ody-btn-sm-disabled:before,
  .ody-btn-sm-similar-plain1.ody-btn-sm-disabled:before,
  .ody-btn-sm-disabled-plain1.ody-btn-sm-disabled:before,
  .ody-btn-sm-default-round2.ody-btn-sm-disabled:before,
  .ody-btn-sm-theme-round2.ody-btn-sm-disabled:before,
  .ody-btn-sm-similar-round2.ody-btn-sm-disabled:before,
  .ody-btn-sm-disabled-round2.ody-btn-sm-disabled:before,
  .ody-btn-sm-default-round2-plain1.ody-btn-sm-disabled:before,
  .ody-btn-sm-theme-round2-plain1.ody-btn-sm-disabled:before,
  .ody-btn-sm-similar-round2-plain1.ody-btn-sm-disabled:before,
  .ody-btn-sm-disabled-round2-plain1.ody-btn-sm-disabled:before {
    border-radius: var(--dub-btn-sm-radius);
    border: 0.01rem solid var(--bg-disabled);
  }
  .ody-btn-sm-default.ody-btn-sm-default-plain1:before,
  .ody-btn-sm-theme.ody-btn-sm-default-plain1:before,
  .ody-btn-sm-similar.ody-btn-sm-default-plain1:before,
  .ody-btn-sm-disabled.ody-btn-sm-default-plain1:before,
  .ody-btn-sm-default-plain1.ody-btn-sm-default-plain1:before,
  .ody-btn-sm-theme-plain1.ody-btn-sm-default-plain1:before,
  .ody-btn-sm-similar-plain1.ody-btn-sm-default-plain1:before,
  .ody-btn-sm-disabled-plain1.ody-btn-sm-default-plain1:before,
  .ody-btn-sm-default-round2.ody-btn-sm-default-plain1:before,
  .ody-btn-sm-theme-round2.ody-btn-sm-default-plain1:before,
  .ody-btn-sm-similar-round2.ody-btn-sm-default-plain1:before,
  .ody-btn-sm-disabled-round2.ody-btn-sm-default-plain1:before,
  .ody-btn-sm-default-round2-plain1.ody-btn-sm-default-plain1:before,
  .ody-btn-sm-theme-round2-plain1.ody-btn-sm-default-plain1:before,
  .ody-btn-sm-similar-round2-plain1.ody-btn-sm-default-plain1:before,
  .ody-btn-sm-disabled-round2-plain1.ody-btn-sm-default-plain1:before {
    border-radius: var(--dub-btn-sm-radius);
    border: 0.01rem solid var(--border-btn);
  }
  .ody-btn-sm-default.ody-btn-sm-theme-plain1:before,
  .ody-btn-sm-theme.ody-btn-sm-theme-plain1:before,
  .ody-btn-sm-similar.ody-btn-sm-theme-plain1:before,
  .ody-btn-sm-disabled.ody-btn-sm-theme-plain1:before,
  .ody-btn-sm-default-plain1.ody-btn-sm-theme-plain1:before,
  .ody-btn-sm-theme-plain1.ody-btn-sm-theme-plain1:before,
  .ody-btn-sm-similar-plain1.ody-btn-sm-theme-plain1:before,
  .ody-btn-sm-disabled-plain1.ody-btn-sm-theme-plain1:before,
  .ody-btn-sm-default-round2.ody-btn-sm-theme-plain1:before,
  .ody-btn-sm-theme-round2.ody-btn-sm-theme-plain1:before,
  .ody-btn-sm-similar-round2.ody-btn-sm-theme-plain1:before,
  .ody-btn-sm-disabled-round2.ody-btn-sm-theme-plain1:before,
  .ody-btn-sm-default-round2-plain1.ody-btn-sm-theme-plain1:before,
  .ody-btn-sm-theme-round2-plain1.ody-btn-sm-theme-plain1:before,
  .ody-btn-sm-similar-round2-plain1.ody-btn-sm-theme-plain1:before,
  .ody-btn-sm-disabled-round2-plain1.ody-btn-sm-theme-plain1:before {
    border-radius: var(--dub-btn-sm-radius);
    border: 0.01rem solid var(--theme-btn-bright);
  }
  .ody-btn-sm-default.ody-btn-sm-similar-plain1:before,
  .ody-btn-sm-theme.ody-btn-sm-similar-plain1:before,
  .ody-btn-sm-similar.ody-btn-sm-similar-plain1:before,
  .ody-btn-sm-disabled.ody-btn-sm-similar-plain1:before,
  .ody-btn-sm-default-plain1.ody-btn-sm-similar-plain1:before,
  .ody-btn-sm-theme-plain1.ody-btn-sm-similar-plain1:before,
  .ody-btn-sm-similar-plain1.ody-btn-sm-similar-plain1:before,
  .ody-btn-sm-disabled-plain1.ody-btn-sm-similar-plain1:before,
  .ody-btn-sm-default-round2.ody-btn-sm-similar-plain1:before,
  .ody-btn-sm-theme-round2.ody-btn-sm-similar-plain1:before,
  .ody-btn-sm-similar-round2.ody-btn-sm-similar-plain1:before,
  .ody-btn-sm-disabled-round2.ody-btn-sm-similar-plain1:before,
  .ody-btn-sm-default-round2-plain1.ody-btn-sm-similar-plain1:before,
  .ody-btn-sm-theme-round2-plain1.ody-btn-sm-similar-plain1:before,
  .ody-btn-sm-similar-round2-plain1.ody-btn-sm-similar-plain1:before,
  .ody-btn-sm-disabled-round2-plain1.ody-btn-sm-similar-plain1:before {
    border-radius: var(--dub-btn-sm-radius);
    border: 0.01rem solid transparent;
  }
  .ody-btn-sm-default.ody-btn-sm-disabled-plain1:before,
  .ody-btn-sm-theme.ody-btn-sm-disabled-plain1:before,
  .ody-btn-sm-similar.ody-btn-sm-disabled-plain1:before,
  .ody-btn-sm-disabled.ody-btn-sm-disabled-plain1:before,
  .ody-btn-sm-default-plain1.ody-btn-sm-disabled-plain1:before,
  .ody-btn-sm-theme-plain1.ody-btn-sm-disabled-plain1:before,
  .ody-btn-sm-similar-plain1.ody-btn-sm-disabled-plain1:before,
  .ody-btn-sm-disabled-plain1.ody-btn-sm-disabled-plain1:before,
  .ody-btn-sm-default-round2.ody-btn-sm-disabled-plain1:before,
  .ody-btn-sm-theme-round2.ody-btn-sm-disabled-plain1:before,
  .ody-btn-sm-similar-round2.ody-btn-sm-disabled-plain1:before,
  .ody-btn-sm-disabled-round2.ody-btn-sm-disabled-plain1:before,
  .ody-btn-sm-default-round2-plain1.ody-btn-sm-disabled-plain1:before,
  .ody-btn-sm-theme-round2-plain1.ody-btn-sm-disabled-plain1:before,
  .ody-btn-sm-similar-round2-plain1.ody-btn-sm-disabled-plain1:before,
  .ody-btn-sm-disabled-round2-plain1.ody-btn-sm-disabled-plain1:before {
    border-radius: var(--dub-btn-sm-radius);
    border: 0.01rem solid var(--bg-disabled);
  }
  .ody-btn-sm-default.ody-btn-sm-default-round2:before,
  .ody-btn-sm-theme.ody-btn-sm-default-round2:before,
  .ody-btn-sm-similar.ody-btn-sm-default-round2:before,
  .ody-btn-sm-disabled.ody-btn-sm-default-round2:before,
  .ody-btn-sm-default-plain1.ody-btn-sm-default-round2:before,
  .ody-btn-sm-theme-plain1.ody-btn-sm-default-round2:before,
  .ody-btn-sm-similar-plain1.ody-btn-sm-default-round2:before,
  .ody-btn-sm-disabled-plain1.ody-btn-sm-default-round2:before,
  .ody-btn-sm-default-round2.ody-btn-sm-default-round2:before,
  .ody-btn-sm-theme-round2.ody-btn-sm-default-round2:before,
  .ody-btn-sm-similar-round2.ody-btn-sm-default-round2:before,
  .ody-btn-sm-disabled-round2.ody-btn-sm-default-round2:before,
  .ody-btn-sm-default-round2-plain1.ody-btn-sm-default-round2:before,
  .ody-btn-sm-theme-round2-plain1.ody-btn-sm-default-round2:before,
  .ody-btn-sm-similar-round2-plain1.ody-btn-sm-default-round2:before,
  .ody-btn-sm-disabled-round2-plain1.ody-btn-sm-default-round2:before {
    border-radius: var(--btn-sm-all-radius);
    border: 0.01rem solid var(--border-btn);
  }
  .ody-btn-sm-default.ody-btn-sm-theme-round2:before,
  .ody-btn-sm-theme.ody-btn-sm-theme-round2:before,
  .ody-btn-sm-similar.ody-btn-sm-theme-round2:before,
  .ody-btn-sm-disabled.ody-btn-sm-theme-round2:before,
  .ody-btn-sm-default-plain1.ody-btn-sm-theme-round2:before,
  .ody-btn-sm-theme-plain1.ody-btn-sm-theme-round2:before,
  .ody-btn-sm-similar-plain1.ody-btn-sm-theme-round2:before,
  .ody-btn-sm-disabled-plain1.ody-btn-sm-theme-round2:before,
  .ody-btn-sm-default-round2.ody-btn-sm-theme-round2:before,
  .ody-btn-sm-theme-round2.ody-btn-sm-theme-round2:before,
  .ody-btn-sm-similar-round2.ody-btn-sm-theme-round2:before,
  .ody-btn-sm-disabled-round2.ody-btn-sm-theme-round2:before,
  .ody-btn-sm-default-round2-plain1.ody-btn-sm-theme-round2:before,
  .ody-btn-sm-theme-round2-plain1.ody-btn-sm-theme-round2:before,
  .ody-btn-sm-similar-round2-plain1.ody-btn-sm-theme-round2:before,
  .ody-btn-sm-disabled-round2-plain1.ody-btn-sm-theme-round2:before {
    border-radius: var(--btn-sm-all-radius);
    border: 0.01rem solid transparent;
  }
  .ody-btn-sm-default.ody-btn-sm-similar-round2:before,
  .ody-btn-sm-theme.ody-btn-sm-similar-round2:before,
  .ody-btn-sm-similar.ody-btn-sm-similar-round2:before,
  .ody-btn-sm-disabled.ody-btn-sm-similar-round2:before,
  .ody-btn-sm-default-plain1.ody-btn-sm-similar-round2:before,
  .ody-btn-sm-theme-plain1.ody-btn-sm-similar-round2:before,
  .ody-btn-sm-similar-plain1.ody-btn-sm-similar-round2:before,
  .ody-btn-sm-disabled-plain1.ody-btn-sm-similar-round2:before,
  .ody-btn-sm-default-round2.ody-btn-sm-similar-round2:before,
  .ody-btn-sm-theme-round2.ody-btn-sm-similar-round2:before,
  .ody-btn-sm-similar-round2.ody-btn-sm-similar-round2:before,
  .ody-btn-sm-disabled-round2.ody-btn-sm-similar-round2:before,
  .ody-btn-sm-default-round2-plain1.ody-btn-sm-similar-round2:before,
  .ody-btn-sm-theme-round2-plain1.ody-btn-sm-similar-round2:before,
  .ody-btn-sm-similar-round2-plain1.ody-btn-sm-similar-round2:before,
  .ody-btn-sm-disabled-round2-plain1.ody-btn-sm-similar-round2:before {
    border-radius: var(--btn-sm-all-radius);
    border: 0.01rem solid transparent;
  }
  .ody-btn-sm-default.ody-btn-sm-disabled-round2:before,
  .ody-btn-sm-theme.ody-btn-sm-disabled-round2:before,
  .ody-btn-sm-similar.ody-btn-sm-disabled-round2:before,
  .ody-btn-sm-disabled.ody-btn-sm-disabled-round2:before,
  .ody-btn-sm-default-plain1.ody-btn-sm-disabled-round2:before,
  .ody-btn-sm-theme-plain1.ody-btn-sm-disabled-round2:before,
  .ody-btn-sm-similar-plain1.ody-btn-sm-disabled-round2:before,
  .ody-btn-sm-disabled-plain1.ody-btn-sm-disabled-round2:before,
  .ody-btn-sm-default-round2.ody-btn-sm-disabled-round2:before,
  .ody-btn-sm-theme-round2.ody-btn-sm-disabled-round2:before,
  .ody-btn-sm-similar-round2.ody-btn-sm-disabled-round2:before,
  .ody-btn-sm-disabled-round2.ody-btn-sm-disabled-round2:before,
  .ody-btn-sm-default-round2-plain1.ody-btn-sm-disabled-round2:before,
  .ody-btn-sm-theme-round2-plain1.ody-btn-sm-disabled-round2:before,
  .ody-btn-sm-similar-round2-plain1.ody-btn-sm-disabled-round2:before,
  .ody-btn-sm-disabled-round2-plain1.ody-btn-sm-disabled-round2:before {
    border-radius: var(--btn-sm-all-radius);
    border: 0.01rem solid var(--bg-disabled);
  }
  .ody-btn-sm-default.ody-btn-sm-default-round2-plain1:before,
  .ody-btn-sm-theme.ody-btn-sm-default-round2-plain1:before,
  .ody-btn-sm-similar.ody-btn-sm-default-round2-plain1:before,
  .ody-btn-sm-disabled.ody-btn-sm-default-round2-plain1:before,
  .ody-btn-sm-default-plain1.ody-btn-sm-default-round2-plain1:before,
  .ody-btn-sm-theme-plain1.ody-btn-sm-default-round2-plain1:before,
  .ody-btn-sm-similar-plain1.ody-btn-sm-default-round2-plain1:before,
  .ody-btn-sm-disabled-plain1.ody-btn-sm-default-round2-plain1:before,
  .ody-btn-sm-default-round2.ody-btn-sm-default-round2-plain1:before,
  .ody-btn-sm-theme-round2.ody-btn-sm-default-round2-plain1:before,
  .ody-btn-sm-similar-round2.ody-btn-sm-default-round2-plain1:before,
  .ody-btn-sm-disabled-round2.ody-btn-sm-default-round2-plain1:before,
  .ody-btn-sm-default-round2-plain1.ody-btn-sm-default-round2-plain1:before,
  .ody-btn-sm-theme-round2-plain1.ody-btn-sm-default-round2-plain1:before,
  .ody-btn-sm-similar-round2-plain1.ody-btn-sm-default-round2-plain1:before,
  .ody-btn-sm-disabled-round2-plain1.ody-btn-sm-default-round2-plain1:before {
    border-radius: var(--btn-sm-all-radius);
    border: 0.01rem solid var(--border-btn);
  }
  .ody-btn-sm-default.ody-btn-sm-theme-round2-plain1:before,
  .ody-btn-sm-theme.ody-btn-sm-theme-round2-plain1:before,
  .ody-btn-sm-similar.ody-btn-sm-theme-round2-plain1:before,
  .ody-btn-sm-disabled.ody-btn-sm-theme-round2-plain1:before,
  .ody-btn-sm-default-plain1.ody-btn-sm-theme-round2-plain1:before,
  .ody-btn-sm-theme-plain1.ody-btn-sm-theme-round2-plain1:before,
  .ody-btn-sm-similar-plain1.ody-btn-sm-theme-round2-plain1:before,
  .ody-btn-sm-disabled-plain1.ody-btn-sm-theme-round2-plain1:before,
  .ody-btn-sm-default-round2.ody-btn-sm-theme-round2-plain1:before,
  .ody-btn-sm-theme-round2.ody-btn-sm-theme-round2-plain1:before,
  .ody-btn-sm-similar-round2.ody-btn-sm-theme-round2-plain1:before,
  .ody-btn-sm-disabled-round2.ody-btn-sm-theme-round2-plain1:before,
  .ody-btn-sm-default-round2-plain1.ody-btn-sm-theme-round2-plain1:before,
  .ody-btn-sm-theme-round2-plain1.ody-btn-sm-theme-round2-plain1:before,
  .ody-btn-sm-similar-round2-plain1.ody-btn-sm-theme-round2-plain1:before,
  .ody-btn-sm-disabled-round2-plain1.ody-btn-sm-theme-round2-plain1:before {
    border-radius: var(--btn-sm-all-radius);
    border: 0.01rem solid transparent;
  }
  .ody-btn-sm-default.ody-btn-sm-similar-round2-plain1:before,
  .ody-btn-sm-theme.ody-btn-sm-similar-round2-plain1:before,
  .ody-btn-sm-similar.ody-btn-sm-similar-round2-plain1:before,
  .ody-btn-sm-disabled.ody-btn-sm-similar-round2-plain1:before,
  .ody-btn-sm-default-plain1.ody-btn-sm-similar-round2-plain1:before,
  .ody-btn-sm-theme-plain1.ody-btn-sm-similar-round2-plain1:before,
  .ody-btn-sm-similar-plain1.ody-btn-sm-similar-round2-plain1:before,
  .ody-btn-sm-disabled-plain1.ody-btn-sm-similar-round2-plain1:before,
  .ody-btn-sm-default-round2.ody-btn-sm-similar-round2-plain1:before,
  .ody-btn-sm-theme-round2.ody-btn-sm-similar-round2-plain1:before,
  .ody-btn-sm-similar-round2.ody-btn-sm-similar-round2-plain1:before,
  .ody-btn-sm-disabled-round2.ody-btn-sm-similar-round2-plain1:before,
  .ody-btn-sm-default-round2-plain1.ody-btn-sm-similar-round2-plain1:before,
  .ody-btn-sm-theme-round2-plain1.ody-btn-sm-similar-round2-plain1:before,
  .ody-btn-sm-similar-round2-plain1.ody-btn-sm-similar-round2-plain1:before,
  .ody-btn-sm-disabled-round2-plain1.ody-btn-sm-similar-round2-plain1:before {
    border-radius: var(--btn-sm-all-radius);
    border: 0.01rem solid transparent;
  }
  .ody-btn-sm-default.ody-btn-sm-disabled-round2-plain1:before,
  .ody-btn-sm-theme.ody-btn-sm-disabled-round2-plain1:before,
  .ody-btn-sm-similar.ody-btn-sm-disabled-round2-plain1:before,
  .ody-btn-sm-disabled.ody-btn-sm-disabled-round2-plain1:before,
  .ody-btn-sm-default-plain1.ody-btn-sm-disabled-round2-plain1:before,
  .ody-btn-sm-theme-plain1.ody-btn-sm-disabled-round2-plain1:before,
  .ody-btn-sm-similar-plain1.ody-btn-sm-disabled-round2-plain1:before,
  .ody-btn-sm-disabled-plain1.ody-btn-sm-disabled-round2-plain1:before,
  .ody-btn-sm-default-round2.ody-btn-sm-disabled-round2-plain1:before,
  .ody-btn-sm-theme-round2.ody-btn-sm-disabled-round2-plain1:before,
  .ody-btn-sm-similar-round2.ody-btn-sm-disabled-round2-plain1:before,
  .ody-btn-sm-disabled-round2.ody-btn-sm-disabled-round2-plain1:before,
  .ody-btn-sm-default-round2-plain1.ody-btn-sm-disabled-round2-plain1:before,
  .ody-btn-sm-theme-round2-plain1.ody-btn-sm-disabled-round2-plain1:before,
  .ody-btn-sm-similar-round2-plain1.ody-btn-sm-disabled-round2-plain1:before,
  .ody-btn-sm-disabled-round2-plain1.ody-btn-sm-disabled-round2-plain1:before {
    border-radius: var(--btn-sm-all-radius);
    border: 0.01rem solid var(--bg-disabled);
  }
  .ody-btn-xs-default-round2,
  .ody-btn-xs-active-round2-plain1,
  .ody-btn-xs-default-plain1,
  .ody-btn-xs-theme-round2-plain1,
  .ody-btn-xs-theme,
  .ody-btn-xs-theme-round2,
  .ody-btn-xs-theme-plain1,
  .ody-btn-xs-disabled {
    position: relative;
    border: 0!important;
  }
  .ody-btn-xs-default-round2:before,
  .ody-btn-xs-active-round2-plain1:before,
  .ody-btn-xs-default-plain1:before,
  .ody-btn-xs-theme-round2-plain1:before,
  .ody-btn-xs-theme:before,
  .ody-btn-xs-theme-round2:before,
  .ody-btn-xs-theme-plain1:before,
  .ody-btn-xs-disabled:before {
    content: "";
    width: 200%;
    height: 200%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(0.5);
    -webkit-transform-origin: 0 0;
    padding: 0.01rem;
    -webkit-box-sizing: border-box;
    pointer-events: none;
  }
  .ody-btn-xs-default-round2.ody-btn-xs-default-round2:before,
  .ody-btn-xs-active-round2-plain1.ody-btn-xs-default-round2:before,
  .ody-btn-xs-default-plain1.ody-btn-xs-default-round2:before,
  .ody-btn-xs-theme-round2-plain1.ody-btn-xs-default-round2:before,
  .ody-btn-xs-theme.ody-btn-xs-default-round2:before,
  .ody-btn-xs-theme-round2.ody-btn-xs-default-round2:before,
  .ody-btn-xs-theme-plain1.ody-btn-xs-default-round2:before,
  .ody-btn-xs-disabled.ody-btn-xs-default-round2:before {
    border-radius: var(--btn-xs-all-radius);
    border: 0.01rem solid var(--border-btn);
  }
  .ody-btn-xs-default-round2.ody-btn-xs-active-round2-plain1:before,
  .ody-btn-xs-active-round2-plain1.ody-btn-xs-active-round2-plain1:before,
  .ody-btn-xs-default-plain1.ody-btn-xs-active-round2-plain1:before,
  .ody-btn-xs-theme-round2-plain1.ody-btn-xs-active-round2-plain1:before,
  .ody-btn-xs-theme.ody-btn-xs-active-round2-plain1:before,
  .ody-btn-xs-theme-round2.ody-btn-xs-active-round2-plain1:before,
  .ody-btn-xs-theme-plain1.ody-btn-xs-active-round2-plain1:before,
  .ody-btn-xs-disabled.ody-btn-xs-active-round2-plain1:before {
    border-radius: var(--btn-xs-all-radius);
    border: 0.01rem solid var(--theme-btn-bright);
  }
  .ody-btn-xs-default-round2.ody-btn-xs-default-plain1:before,
  .ody-btn-xs-active-round2-plain1.ody-btn-xs-default-plain1:before,
  .ody-btn-xs-default-plain1.ody-btn-xs-default-plain1:before,
  .ody-btn-xs-theme-round2-plain1.ody-btn-xs-default-plain1:before,
  .ody-btn-xs-theme.ody-btn-xs-default-plain1:before,
  .ody-btn-xs-theme-round2.ody-btn-xs-default-plain1:before,
  .ody-btn-xs-theme-plain1.ody-btn-xs-default-plain1:before,
  .ody-btn-xs-disabled.ody-btn-xs-default-plain1:before {
    border-radius: var(--dub-btn-xs-radius);
    border: 0.01rem solid var(--border-btn);
  }
  .ody-btn-xs-default-round2.ody-btn-xs-theme-round2-plain1:before,
  .ody-btn-xs-active-round2-plain1.ody-btn-xs-theme-round2-plain1:before,
  .ody-btn-xs-default-plain1.ody-btn-xs-theme-round2-plain1:before,
  .ody-btn-xs-theme-round2-plain1.ody-btn-xs-theme-round2-plain1:before,
  .ody-btn-xs-theme.ody-btn-xs-theme-round2-plain1:before,
  .ody-btn-xs-theme-round2.ody-btn-xs-theme-round2-plain1:before,
  .ody-btn-xs-theme-plain1.ody-btn-xs-theme-round2-plain1:before,
  .ody-btn-xs-disabled.ody-btn-xs-theme-round2-plain1:before {
    border-radius: var(--btn-xs-all-radius);
    border: 0.01rem solid var(--theme-btn-bright);
  }
  .ody-btn-xs-default-round2.ody-btn-xs-theme:before,
  .ody-btn-xs-active-round2-plain1.ody-btn-xs-theme:before,
  .ody-btn-xs-default-plain1.ody-btn-xs-theme:before,
  .ody-btn-xs-theme-round2-plain1.ody-btn-xs-theme:before,
  .ody-btn-xs-theme.ody-btn-xs-theme:before,
  .ody-btn-xs-theme-round2.ody-btn-xs-theme:before,
  .ody-btn-xs-theme-plain1.ody-btn-xs-theme:before,
  .ody-btn-xs-disabled.ody-btn-xs-theme:before {
    border-radius: var(--dub-btn-xs-radius);
    border: 0.01rem solid transparent;
  }
  .ody-btn-xs-default-round2.ody-btn-xs-theme-round2:before,
  .ody-btn-xs-active-round2-plain1.ody-btn-xs-theme-round2:before,
  .ody-btn-xs-default-plain1.ody-btn-xs-theme-round2:before,
  .ody-btn-xs-theme-round2-plain1.ody-btn-xs-theme-round2:before,
  .ody-btn-xs-theme.ody-btn-xs-theme-round2:before,
  .ody-btn-xs-theme-round2.ody-btn-xs-theme-round2:before,
  .ody-btn-xs-theme-plain1.ody-btn-xs-theme-round2:before,
  .ody-btn-xs-disabled.ody-btn-xs-theme-round2:before {
    border-radius: var(--btn-xs-all-radius);
    border: 0.01rem solid transparent;
  }
  .ody-btn-xs-default-round2.ody-btn-xs-theme-plain1:before,
  .ody-btn-xs-active-round2-plain1.ody-btn-xs-theme-plain1:before,
  .ody-btn-xs-default-plain1.ody-btn-xs-theme-plain1:before,
  .ody-btn-xs-theme-round2-plain1.ody-btn-xs-theme-plain1:before,
  .ody-btn-xs-theme.ody-btn-xs-theme-plain1:before,
  .ody-btn-xs-theme-round2.ody-btn-xs-theme-plain1:before,
  .ody-btn-xs-theme-plain1.ody-btn-xs-theme-plain1:before,
  .ody-btn-xs-disabled.ody-btn-xs-theme-plain1:before {
    border-radius: var(--dub-btn-xs-radius);
    border: 0.01rem solid var(--theme-btn-bright);
  }
  .ody-btn-xs-default-round2.ody-btn-xs-disabled:before,
  .ody-btn-xs-active-round2-plain1.ody-btn-xs-disabled:before,
  .ody-btn-xs-default-plain1.ody-btn-xs-disabled:before,
  .ody-btn-xs-theme-round2-plain1.ody-btn-xs-disabled:before,
  .ody-btn-xs-theme.ody-btn-xs-disabled:before,
  .ody-btn-xs-theme-round2.ody-btn-xs-disabled:before,
  .ody-btn-xs-theme-plain1.ody-btn-xs-disabled:before,
  .ody-btn-xs-disabled.ody-btn-xs-disabled:before {
    border-radius: var(--dub-btn-xs-radius);
    border: 0.01rem solid var(--bg-disabled);
  }
}
.more-btn-box {
  position: absolute;
  background-color: var(--theme-btn-bright);
  border-radius: 0.04rem;
  z-index: 98;
  bottom: 0.25rem;
  left: -0.33rem;
  opacity: 0.9;
  top: auto;
}
.more-btn-box:after {
  display: block;
  position: absolute;
  bottom: -0.05rem;
  left: 50%;
  margin-left: -0.03rem;
  content: '';
  width: 0;
  height: 0;
  border-left: 0.06rem solid transparent;
  border-right: 0.06rem solid transparent;
  border-top: 0.06rem solid var(--theme-btn-bright);
  opacity: 0.9;
}
.more-btn-box span {
  display: block;
  min-width: 0.7rem;
  margin: 0 0.05rem;
  text-align: center;
  line-height: 0.3rem;
}
.more-btn-box span:last-child {
  background-image: none;
}
.more-btn-box span:last-child:after {
  background-color: transparent;
}
.more-btn-box .ui-border-opacity {
  position: relative;
}
.more-btn-box .ui-border-opacity:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.01rem;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}
.arrow-box:after {
  content: ' ';
  width: 0;
  height: 0;
  border-left: 0.05rem solid transparent;
  border-right: 0.05rem solid transparent;
  border-bottom: 0.05rem solid var(--bg-normal);
  position: absolute;
  left: 0.2rem;
  top: -0.05rem;
}
.row-btn-box-shadow {
  box-shadow: 0 -0.02rem 0.1rem rgba(0, 0, 0, 0.1);
}
.default-btn-box-shadow {
  box-shadow: 0 0.05rem 0.075rem -0.01rem rgba(0, 0, 0, 0.08);
}
.overwriten-default-btn-box-shadow {
  box-shadow: 0 0.05rem 0.075rem -0.01rem rgba(0, 0, 0, 0.08);
}
.header-box-shadow {
  box-shadow: 0 0.1rem 0.15rem -0.02rem rgba(0, 0, 0, 0.03);
}
.content-box-shadow {
  box-shadow: 0 0.07rem 0.165rem 0.05rem rgba(0, 0, 0, 0.04);
}
