@charset "UTF-8";
/*!
 * Created by 赫连勃格 on 2023/01/01.
 * 微信:18900220083
 * QQ:215611388
 * next.UICUT.com
 */
/*!
* -----------------------------------------------------------------------------------------------------------------------------------------------------
* --------------------------------------------- 				样式分为：共用样式 + 各页面样式				   ----------------------------------------
* --------------------------------------------- 		  此文件别改，方便后期配合开发新页面或维护修改 			   ----------------------------------------
* ---------------------------------------------   可把要修改的那一行或那一块复制到别的文件里修改，放到引入文件最后   ----------------------------------------
* -----------------------------------------------------------------------------------------------------------------------------------------------------
*/
/* ---------------------------------------------------------------------- 共用样式 -------------------------------------------------------------------- */
/* ----------------------------------------------------------------- 样式重置 & 常用样式 --------------------------------------------------------------- */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  box-sizing: border-box;
  font-family: Helvetica, Verdana, "微软雅黑", "苹方", "Hiragino Sans GB", "Hiragino Sans GB W3", "宋体", Arial, sans-serif;
  -webkit-text-size-adjust: none;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  font-size: 0.24rem;
  color: #333333;
  background: #ffffff;
  min-height: 100vh;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: inherit;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, audio, canvas, progress, video,
body, div, address, blockquote, iframe, ul, ol, dl, dt, dd, li, dl, h1, h2, h3, h4, h5, h6, p, a, pre, table, caption, th, td, form, legend, fieldset, input, button, select, textarea {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  box-sizing: border-box;
}

ul, li, ol {
  list-style: none;
  line-height: normal;
}

i, address, cite, dfn, em, var {
  font-style: normal;
}

input[type=date] {
  outline: none;
  border: none;
}

a {
  text-decoration: none;
  color: #333333;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:active, a:hover, a:focus {
  color: #517bfb;
  outline-width: 0;
}

video {
  border: none;
  outline: none;
  display: block;
  width: 100%;
}

img, input[type=text], input[type=submit], input[type=password], textarea, select, button, footer, header {
  transition: all 0.3s linear;
}

input[type=file] {
  cursor: pointer;
}

::-moz-selection {
  background: #517bfb;
  color: #fff;
}

::selection {
  background: #517bfb;
  color: #fff;
}

::-moz-selection {
  background: #517bfb;
  color: #fff;
}

html {
  font-size: 13.3333333333vw;
  font-size: -webkit-calc(100vw/7.5);
}

@media screen and (min-width: 1081px) {
  html {
    font-size: 60px;
  }
}
.uc-wrap {
  width: 7.5rem;
  margin-left: auto;
  margin-right: auto;
}

img {
  width: 100%;
  -ms-interpolation-mode: bicubic;
}

.uc-show {
  display: block !important;
}

.uc-bg {
  background-color: #f6f6f6;
}

.uc-b {
  font-weight: bold;
}

.uc-small {
  font-size: 0.875em;
}

.uc-big {
  font-size: 1.25em;
}

.uc-ma {
  margin-left: auto;
  margin-right: auto;
}

.uc-mla {
  margin-left: auto;
}

.uc-mra {
  margin-right: auto;
}

.uc-del {
  text-decoration: line-through;
  color: #999999;
  margin-left: 0.2rem;
}
.uc-del:first-child {
  margin-left: 0;
}

.animate, .uc-animate, .uc-revealOnScroll {
  opacity: 0;
}

.uc-blue {
  color: #517bfb !important;
}

.uc-red {
  color: #FF4F0F !important;
}

.uc-orange {
  color: #F7B51C !important;
}

.uc-white {
  color: #fff !important;
}

.uc-gray {
  color: #999999 !important;
}

.uc-op0 {
  opacity: 0 !important;
}

.uc-op1 {
  opacity: 0.1 !important;
}

.uc-op2 {
  opacity: 0.2 !important;
}

.uc-op3 {
  opacity: 0.3 !important;
}

.uc-op4 {
  opacity: 0.4 !important;
}

.uc-op5 {
  opacity: 0.5 !important;
}

.uc-op6 {
  opacity: 0.6 !important;
}

.uc-op7 {
  opacity: 0.7 !important;
}

.uc-op8 {
  opacity: 0.8 !important;
}

.uc-op9 {
  opacity: 0.9 !important;
}

.uc-op10 {
  opacity: 1 !important;
}

.uc-icon16 {
  width: 0.16rem !important;
  height: 0.16rem !important;
}

.uc-icon20 {
  width: 0.2rem !important;
  height: 0.2rem !important;
}

.uc-icon24 {
  width: 0.24rem !important;
  height: 0.24rem !important;
}

.uc-icon28 {
  width: 0.28rem !important;
  height: 0.28rem !important;
}

.uc-icon32 {
  width: 0.32rem !important;
  height: 0.32rem !important;
}

.uc-icon36 {
  width: 0.36rem !important;
  height: 0.36rem !important;
}

.uc-icon40 {
  width: 0.4rem !important;
  height: 0.4rem !important;
}

.uc-icon44 {
  width: 0.44rem !important;
  height: 0.44rem !important;
}

.uc-icon48 {
  width: 0.48rem !important;
  height: 0.48rem !important;
}

.uc-icon50 {
  width: 0.5rem !important;
  height: 0.5rem !important;
}

.uc-icon64 {
  width: 0.64rem !important;
  height: 0.64rem !important;
}

.uc-icon70 {
  width: 0.7rem !important;
  height: 0.7rem !important;
}

.uc-icon80 {
  width: 0.8rem !important;
  height: 0.8rem !important;
}

.uc-icon90 {
  width: 0.9rem !important;
  height: 0.9rem !important;
}

.uc-icon100 {
  width: 1rem !important;
  height: 1rem !important;
}

.uc-icon120 {
  width: 1.2rem !important;
  height: 1.2rem !important;
}

.uc-icon150 {
  width: 1.5rem !important;
  height: 1.5rem !important;
}

.uc-icon200 {
  width: 2rem !important;
  height: 2rem !important;
}

@font-face {
  font-family: "uc-font";
  src: url("../fonts/uicut-font.eot?t=1645078740157");
  src: url("../fonts/uicut-font.eot?t=1645078740157#iefix") format("embedded-opentype"), url("data:application/x-font-woff2;charset=utf-8;base64,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") format("woff2"), url("../fonts/uicut-font.woff?t=1645078740157") format("woff"), url("../fonts/uicut-font.ttf?t=1645078740157") format("truetype"), url("../fonts/uicut-font.svg?t=1645078740157#uc-font") format("svg");
}
.uc-font {
  font-family: "uc-font" !important;
  line-height: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.uc-checkbox-circle:before {
  content: "\e624";
}

.uc-checkbox-circle-on:before {
  content: "\e64f";
}

.uc-checkbox:before {
  content: "\e684";
}

.uc-checkbox-on:before {
  content: "\e67d";
}

.uc-checkbox-on-plain:before {
  content: "\e683";
}

.uc-radio-on:before {
  content: "\e7b3";
}

.uc-radio:before {
  content: "\e7b5";
}

.uc-arrow-left:before {
  content: "\e75b";
}

.uc-arrow-right:before {
  content: "\e75c";
}

.uc-arrow-down:before {
  content: "\e615";
}

.uc-arrow-top:before {
  content: "\e75d";
}

.uc-arrow-right2:before {
  content: "\e6ae";
}

.uc-arrow-left2:before {
  content: "\e6d6";
}

.uc-arrow-down2:before {
  content: "\e6a4";
}

.uc-arrow-top2:before {
  content: "\e6b2";
}

.uc-next:before {
  content: "\e600";
}

.uc-prev:before {
  content: "\e601";
}

.uc-add:before {
  content: "\e672";
}

.uc-reduce:before {
  content: "\e614";
}

.uc-menu:before {
  content: "\e6a9";
}

.uc-close:before {
  content: "\e67f";
}

.uc-search:before {
  content: "\e66f";
}

.uc-qq:before {
  content: "\e62d";
}

.uc-qq2:before {
  content: "\e657";
}

.uc-call2:before {
  content: "\e62c";
}

.uc-weixin2:before {
  content: "\e6b3";
}

.uc-weixin:before {
  content: "\e653";
}

.uc-call:before {
  content: "\e674";
}

.uc-arrow {
  position: relative;
  padding-right: 0.3rem;
}
.uc-arrow:after {
  content: "\e75c";
  font-family: "uc-font";
  font-size: 1.4em;
  right: -0.1rem;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.uc-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.uc-flex.start {
  justify-content: flex-start;
}
.uc-flex.end {
  justify-content: flex-end;
}
.uc-flex.center {
  justify-content: center;
}

.uc-flex-col {
  display: flex;
  align-content: center;
  justify-content: space-between;
  flex-direction: column;
}
.uc-flex-col.start {
  align-content: start;
  justify-content: flex-start;
}
.uc-flex-col.end {
  align-content: end;
  justify-content: flex-end;
}
.uc-flex-col.center {
  align-content: center;
  justify-content: center;
}

textarea {
  min-height: 1.2rem;
  height: auto;
  box-sizing: border-box !important;
  width: 100%;
}

.uc-phColor {
  color: #ddd;
}

input:-moz-placeholder {
  color: #ddd;
}

::-webkit-input-placeholder {
  color: #ddd;
}

input[type=text], input[type=password] {
  -webkit-appearance: none;
}

[type=submit] {
  outline: none;
}
[type=submit]:hover {
  opacity: 0.8;
}

button {
  margin: 0;
  padding: 0;
  background: none;
  line-height: inherit;
  font-size: inherit;
  border: none;
  color: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
}
button:after {
  display: none;
}

.uc-input, .uc-select, .uc-button, .uc-textarea {
  width: 100%;
  border: #eeeeee 1px solid;
  outline: none;
  height: 0.6rem;
  line-height: 0.56rem;
  border-radius: 0.1rem;
  padding: 0 0.2rem;
}
.uc-input:hover, .uc-input:focus, .uc-select:hover, .uc-select:focus, .uc-button:hover, .uc-button:focus, .uc-textarea:hover, .uc-textarea:focus {
  border-color: #517bfb;
}

.uc-btn {
  cursor: pointer;
  outline: none;
  transition: all 0.3s linear;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 0.6rem;
  border-radius: 0.1rem;
  padding: 0 0.2rem;
}
.uc-btn img {
  margin-right: 0.1rem;
}
.uc-btn.blue {
  background-color: #517bfb;
  border: #517bfb 1px solid;
  color: #fff;
}
.uc-btn.blue-linear {
  background: linear-gradient(to right, rgba(81, 123, 251, 0.7) 0%, #517bfb 100%);
  color: #fff;
}
.uc-btn.blue-plain {
  color: #517bfb;
  border: #517bfb 1px solid;
}
.uc-btn.red {
  background-color: #FF4F0F;
  border: #FF4F0F 1px solid;
  color: #fff;
}
.uc-btn.red-linear {
  background: linear-gradient(to right, rgba(255, 79, 15, 0.7) 0%, #FF4F0F 100%);
  color: #fff;
}
.uc-btn.red-plain {
  color: #FF4F0F;
  border: #FF4F0F 1px solid;
}
.uc-btn.orange {
  background-color: #F7B51C;
  border: #F7B51C 1px solid;
  color: #fff;
}
.uc-btn.orange-linear {
  background: linear-gradient(to right, rgba(247, 181, 28, 0.7) 0%, #F7B51C 100%);
  color: #fff;
}
.uc-btn.orange-plain {
  color: #F7B51C;
  border: #F7B51C 1px solid;
}
.uc-btn.white {
  background-color: #fff;
  border: #fff 1px solid;
  color: #333333;
}
.uc-btn.white-linear {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.7) 0%, #fff 100%);
  color: #333333;
}
.uc-btn.white-plain {
  color: #fff;
  border: #fff 1px solid;
}
.uc-btn.gray {
  background-color: #999999;
  border: #999999 1px solid;
  color: #fff;
}
.uc-btn.gray-linear {
  background: linear-gradient(to right, rgba(153, 153, 153, 0.7) 0%, #999999 100%);
  color: #fff;
}
.uc-btn.gray-plain {
  color: #999999;
  border: #999999 1px solid;
}
.uc-btn img {
  margin-right: 0.2rem;
}

.uc-radio, .uc-checkbox, .uc-checkbox-circle {
  width: 0.3rem;
  height: 0.3rem;
  position: relative;
  cursor: pointer;
  color: #999999;
}
.uc-radio:after, .uc-checkbox:after, .uc-checkbox-circle:after {
  content: "\e7b5";
  font-family: "uc-font";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.uc-radio.on:after, .uc-checkbox.on:after, .uc-checkbox-circle.on:after {
  content: "\e7b3";
  color: #517bfb;
}
.uc-radio:before, .uc-checkbox:before, .uc-checkbox-circle:before {
  display: none;
}

.uc-checkbox:after {
  content: "\e684";
}
.uc-checkbox.on:after {
  content: "\e67d";
}

.uc-checkbox-circle:after {
  content: "\e624";
}
.uc-checkbox-circle.on:after {
  content: "\e64f";
}

.uc-tag {
  display: inline-block;
  border-radius: 0.06rem;
  padding: 0 0.1rem;
}
.uc-tag:empty {
  display: none;
}
.uc-tag.blue {
  background-color: #517bfb;
  color: #fff;
}
.uc-tag.blue-linear {
  background: linear-gradient(to right, rgba(81, 123, 251, 0.7) 0%, #517bfb 100%);
}
.uc-tag.blue-plain {
  color: #517bfb;
  border: #517bfb 1px solid;
}
.uc-tag.blue-light {
  color: rgba(81, 123, 251, 0.7);
  background-color: rgba(81, 123, 251, 0.1);
}
.uc-tag.red {
  background-color: #FF4F0F;
  color: #fff;
}
.uc-tag.red-linear {
  background: linear-gradient(to right, rgba(255, 79, 15, 0.7) 0%, #FF4F0F 100%);
}
.uc-tag.red-plain {
  color: #FF4F0F;
  border: #FF4F0F 1px solid;
}
.uc-tag.red-light {
  color: rgba(255, 79, 15, 0.7);
  background-color: rgba(255, 79, 15, 0.1);
}
.uc-tag.orange {
  background-color: #F7B51C;
  color: #fff;
}
.uc-tag.orange-linear {
  background: linear-gradient(to right, rgba(247, 181, 28, 0.7) 0%, #F7B51C 100%);
}
.uc-tag.orange-plain {
  color: #F7B51C;
  border: #F7B51C 1px solid;
}
.uc-tag.orange-light {
  color: rgba(247, 181, 28, 0.7);
  background-color: rgba(247, 181, 28, 0.1);
}
.uc-tag.white {
  background-color: #fff;
  color: #333333;
}
.uc-tag.white-linear {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.7) 0%, #fff 100%);
  color: #333333;
}
.uc-tag.white-plain {
  color: #fff;
  border: #fff 1px solid;
}
.uc-tag.white-light {
  color: rgba(255, 255, 255, 0.7);
  background-color: rgba(255, 255, 255, 0.1);
}
.uc-tag.gray {
  background-color: rgba(153, 153, 153, 0.4);
  color: #fff;
}
.uc-tag.gray-linear {
  background: linear-gradient(to right, rgba(153, 153, 153, 0.7) 0%, #999999 100%);
}
.uc-tag.gray-plain {
  color: #666666;
  border: #eeeeee 1px solid;
}
.uc-tag.gray-light {
  color: rgba(153, 153, 153, 0.7);
  background-color: rgba(153, 153, 153, 0.1);
}

/* ---------------------------------------------------------------------- 通用样式  -------------------------------------------------------------------- */
footer {
  position: fixed;
  z-index: 888;
  left: 50%;
  width: 7.5rem;
  margin-left: -3.75rem;
  padding-bottom: 0px;
  padding-bottom: calc(0px + constant(safe-area-inset-bottom));
  padding-bottom: calc(0px + env(safe-area-inset-bottom));
  bottom: 0;
  min-height: 0.98rem;
  background-color: #fff;
  font-size: 0.32rem;
  box-shadow: 0 0 7px 0 rgba(26, 25, 26, 0.05);
}
footer .footer-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
footer li {
  flex: 1;
  text-align: center;
  height: 0.98rem;
  font-size: 0.24rem;
}
footer li a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("images/ft1.png") center 0.05rem no-repeat;
  background-size: 0.5rem 0.5rem;
  padding-top: 0.6rem;
  color: #848b96;
}
footer li.on a {
  color: #517bfb;
}
footer li:nth-child(1) a {
  background-image: url("images/ft1.png");
}
footer li:nth-child(1).on a {
  background-image: url("images/ft1-on.png");
}
footer li:nth-child(2) a {
  background-image: url("images/ft2.png");
}
footer li:nth-child(2).on a {
  background-image: url("images/ft2-on.png");
}
footer li:nth-child(3) a {
  background-image: url("images/ft3.png");
}
footer li:nth-child(3).on a {
  background-image: url("images/ft3-on.png");
}
footer li:nth-child(4) a {
  background-image: url("images/ft4.png");
}
footer li:nth-child(4).on a {
  background-image: url("images/ft4-on.png");
}
footer.style2 li:nth-child(1) a {
  background-image: url("images/ft6.png");
}
footer.style2 li:nth-child(1).on a {
  background-image: url("images/ft6-on.png");
  color: #FF4F0F;
}
footer.style2 li:nth-child(2) a {
  background-image: url("images/ft5.png");
}
footer.style2 li:nth-child(2).on a {
  background-image: url("images/ft5-on.png");
  color: #FF4F0F;
}
footer.style2 li:nth-child(3) a {
  background-image: url("images/ft4.png");
}
footer.style2 li:nth-child(3).on a {
  background-image: url("images/ft4-on.png");
  color: #FF4F0F;
}

.g-footer-space {
  padding-bottom: 0px;
  padding-bottom: calc(0px + constant(safe-area-inset-bottom));
  padding-bottom: calc(0px + env(safe-area-inset-bottom));
}
.g-footer-space .footer-space {
  height: 0.98rem;
}

header {
  position: fixed;
  z-index: 888;
  left: 50%;
  width: 7.5rem;
  margin-left: -3.75rem;
  top: 0;
  padding-top: 0px;
  padding-top: calc(0px + constant(safe-area-inset-top));
  padding-top: calc(0px + env(safe-area-inset-top));
  min-height: 0.98rem;
  background-color: #517bfb;
  color: #fff;
}
header .header-box {
  height: 0.98rem;
  padding: 0 0.3rem;
  position: relative;
}
header h3 {
  text-align: center;
  line-height: 0.98rem;
  font-size: 0.34rem;
  flex: 1;
}
header .btn-back,
header .btn-menu {
  width: 0.5rem;
  height: 0.5rem;
  font-size: 0.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}
header .btn-back:after,
header .btn-menu:after {
  content: "\e75b";
  font-family: "uc-font";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
header .btn-back {
  left: 0.2rem;
}
header .btn-menu {
  right: 0.2rem;
  font-size: 0.4rem;
}
header .btn-menu:after {
  content: "\e6a9";
}
header .btn-menu.on:after {
  content: "\e67f";
}
header .l, header .r {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
header .l {
  left: 0.2rem;
}
header .r {
  right: 0.2rem;
}
header .btn {
  margin-left: 0.3rem;
  color: #Fff;
}
header .btn img {
  display: block;
}
header .btn:first-child {
  margin-left: 0;
}
header .btn .uc-font {
  font-size: 0.4rem;
}
header .face {
  width: 0.8rem;
  border-radius: 100%;
  height: 0.8rem;
  overflow: hidden;
  margin-right: 0.1rem;
  background-color: #fff;
}
header .face img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
header .name {
  font-size: 0.28rem;
}
header .btn-addr {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  margin-right: 0.2rem;
}
header .btn-addr:last-child {
  margin-right: 0;
}
header .btn-addr img {
  display: block;
  margin-right: 0.1rem;
}
header .btn-bell {
  position: relative;
}
header .btn-bell img {
  display: block;
}
header .btn-bell .dot {
  width: 0.1rem;
  border-radius: 100%;
  height: 0.1rem;
  background-color: #FF4F0F;
  position: absolute;
  right: 0;
  top: 0;
}
header .g-filter {
  position: absolute;
  top: 100%;
  width: 100%;
}

.g-header-space {
  padding-top: 0px;
  padding-top: calc(0px + constant(safe-area-inset-top));
  padding-top: calc(0px + env(safe-area-inset-top));
}
.g-header-space .header-space {
  height: 0.98rem;
}

.g-operate {
  padding: 0.3rem;
}
.g-operate .uc-btn {
  height: 0.88rem;
  border-radius: 0.88rem;
  margin-top: 0.3rem;
  font-size: 0.32rem;
  width: 100%;
}
.g-operate .uc-btn:first-child {
  margin-top: 0;
}
.g-operate .uc-btn.coffee-linear {
  background: linear-gradient(to right, #fdebc5 0%, #efce95 100%);
  color: #8f6a28;
}

.g-fixedOperate {
  position: fixed;
  z-index: 888;
  left: 50%;
  width: 7.5rem;
  margin-left: -3.75rem;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding-bottom: 0px;
  padding-bottom: calc(0px + constant(safe-area-inset-bottom));
  padding-bottom: calc(0px + env(safe-area-inset-bottom));
}
.g-fixedOperate .uc-btn {
  border-radius: 0;
  flex: 1;
  height: 0.98rem;
  font-size: 0.32rem;
}

.g-search {
  padding: 0.3rem;
  position: relative;
  background-color: #fff;
  font-size: 0.3rem;
}
.g-search .uc-input {
  height: 0.8rem;
  border-radius: 0.8rem;
  padding: 0 0.3rem 0 0.8rem;
  border: none;
  background-color: #f6f6f6;
}
.g-search .uc-search {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.6rem;
  color: #999999;
}

.g-filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.1rem;
  background-color: #fff;
  box-shadow: 0 0.05rem 0.15rem 0 rgba(0, 0, 0, 0.1);
}
.g-filter .item {
  flex: 1;
  text-align: center;
  line-height: 0.9rem;
  font-size: 0.3rem;
  height: 0.9rem;
  color: #999999;
}
.g-filter .item.on {
  color: #517bfb;
  position: relative;
}
.g-filter .item.on:after {
  content: "";
  width: 2em;
  height: 0.06rem;
  background-color: #517bfb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.g-filter.fixed {
  position: fixed;
  z-index: 888;
  left: 50%;
  width: 7.5rem;
  margin-left: -3.75rem;
  top: 0;
}

.g-filterBD .tab-con {
  display: none;
}
.g-filterBD .tab-con:first-child {
  display: block;
}

.mui-poppicker {
  z-index: 9999;
  border: none;
  background-color: #ffffff;
}
.mui-poppicker .mui-poppicker-header {
  background-color: rgba(255, 255, 255, 0.9) !important;
}
.mui-poppicker .mui-poppicker-header .mui-btn.mui-btn-blue.mui-poppicker-btn-ok {
  background-color: #517bfb;
  border: none;
  color: #fff;
  min-width: 1.2rem;
  height: 0.6rem;
  font-size: 0.3rem;
  margin-right: 0.2rem;
  border-radius: 0.1rem;
}
.mui-poppicker .mui-poppicker-header .mui-btn.mui-poppicker-btn-cancel {
  height: 0.6rem;
  font-size: 0.3rem;
  margin-left: 0.2rem;
  border-radius: 0.1rem;
  border: none;
  color: #999999;
  width: 2em;
  padding: 0;
  background-color: transparent;
}
.mui-poppicker .mui-poppicker-body, .mui-poppicker .mui-picker, .mui-poppicker .mui-pciker-list {
  background-color: #ffffff;
}
.mui-poppicker .mui-poppicker-body {
  border: 0;
}
.mui-poppicker .mui-poppicker-body .mui-pciker-list li {
  padding-top: 0.15rem !important;
}
.mui-poppicker .mui-poppicker-body .mui-pciker-rule-ft {
  border-color: rgba(81, 123, 251, 0.1);
}
.mui-poppicker .mui-poppicker-body .highlight {
  color: #517bfb !important;
}
.mui-poppicker.mui-active:after {
  content: "";
  width: 100%;
  height: 300vh;
  position: fixed;
  top: -300%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.mui-dtpicker {
  z-index: 9999;
  border: none;
  background-color: #ffffff;
}
.mui-dtpicker .mui-dtpicker-header {
  background-color: rgba(255, 255, 255, 0.9) !important;
}
.mui-dtpicker .mui-dtpicker-header .mui-btn {
  height: 0.6rem;
  font-size: 0.3rem;
  margin-left: 0.2rem;
  border-radius: 0.1rem;
  border: none;
  color: #999999;
  width: 2em;
  padding: 0;
  background-color: transparent;
}
.mui-dtpicker .mui-dtpicker-header .mui-btn.mui-btn-blue {
  background-color: #517bfb;
  border: none;
  color: #fff;
  min-width: 1.2rem;
  height: 0.6rem;
  font-size: 0.3rem;
  margin-right: 0.2rem;
  border-radius: 0.1rem;
}
.mui-dtpicker .mui-dtpicker-body, .mui-dtpicker .mui-picker, .mui-dtpicker .mui-pciker-list {
  background-color: #ffffff;
}
.mui-dtpicker .mui-dtpicker-body {
  border: 0;
}
.mui-dtpicker .mui-dtpicker-body .mui-pciker-list li {
  padding-top: 0.15rem !important;
}
.mui-dtpicker .mui-dtpicker-body .mui-pciker-rule-ft {
  border-color: rgba(81, 123, 251, 0.1);
}
.mui-dtpicker .mui-dtpicker-body .highlight {
  color: #517bfb !important;
}
.mui-dtpicker.mui-active:after {
  content: "";
  width: 100%;
  height: 300vh;
  position: fixed;
  top: -300%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.swiper-slide {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.8;
}

.swiper-pagination-bullet-active {
  background-color: #517bfb;
  width: 2em;
  border-radius: 1.15em;
}

.swiper-button-prev,
.swiper-button-next {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.3);
  width: 50px;
  border-radius: 3px;
  height: 50px;
  transition: all 0.3s linear;
  outline: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 1.25em;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

/* --------------------------------------------------------------------- 各页面样式  ------------------------------------------------------------------- */
body {
  background: url("images/bg.jpg") center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.uc-wrap {
  box-shadow: 0 0.05rem 0.15rem 0 rgba(0, 0, 0, 0.1);
  min-height: 100vh;
  background-color: #fff;
}

/* |01|个人中心|user| */
.uc-user {
  background: #fff url("images/user-bg.png") center top no-repeat;
  background-size: 100% auto;
  padding-top: 0px;
  padding-top: calc(0px + constant(safe-area-inset-top));
  padding-top: calc(0px + env(safe-area-inset-top));
}
.uc-user .head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.2rem 0.4rem;
  position: relative;
  z-index: 9;
}
.uc-user .head .btn {
  width: 0.5rem;
  height: 0.5rem;
  position: relative;
}
.uc-user .head .btn img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-user .head .btn img {
  display: block;
}
.uc-user .head .dot {
  min-width: 0.24rem;
  line-height: 0.24rem;
  border-radius: 0.24rem;
  background-color: #f93865;
  font-size: 0.2rem;
  color: #fff;
  position: absolute;
  left: 60%;
  top: -0.05rem;
  text-align: center;
}
.uc-user .user {
  height: 2.3rem;
  padding: 0 0.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uc-user .user .face {
  width: 1.3rem;
  border-radius: 100%;
  height: 1.3rem;
  overflow: hidden;
  background-color: #0071fd;
  border: #fff 0.06rem solid;
  margin-right: 0.3rem;
}
.uc-user .user .face img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-user .user .right {
  flex: 1;
  min-width: 0;
}
.uc-user .user h3 {
  font-size: 0.32rem;
  color: #fff;
  margin-bottom: 0.1rem;
}
.uc-user .user h3 a {
  color: #fff;
}
.uc-user .user p {
  font-size: 0.24rem;
  color: #adc0fe;
}
.uc-user .panel {
  background-color: #fff;
  border-radius: 0.2rem;
  width: 6.74rem;
  margin: 0 auto 0.5rem;
  box-shadow: 0 0.14rem 0.42rem 0 rgba(26, 25, 26, 0.1);
}
.uc-user .panel .title {
  border-bottom: #eeeeee 1px solid;
  padding: 0 0.3rem;
}
.uc-user .title {
  padding: 0 0.6rem;
  font-size: 0.28rem;
  line-height: 0.8rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uc-user .list1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 0.1rem 0;
}
.uc-user .list1 li {
  width: 25%;
  text-align: center;
  padding: 0.1rem 0;
}
.uc-user .list1 img {
  display: block;
  margin: 0 auto 0.1rem;
}
.uc-user .list2 {
  width: 6.74rem;
  margin: 0 auto 0.5rem;
  padding: 0.1rem 0.2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uc-user .list2 li {
  width: 50%;
  padding: 0.1rem 0;
}
.uc-user .list2 .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  color: #6d7077;
}
.uc-user .list2 img {
  display: block;
  margin-right: 0.2rem;
}
.uc-user .btn-invite {
  width: 6.73rem;
  border-radius: 0.2rem;
  height: 1.66rem;
  overflow: hidden;
  margin: 0 auto 0.5rem;
  position: relative;
  display: block;
}
.uc-user .btn-invite img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-user .btn-invite .txt {
  color: #c2e2fa;
  position: absolute;
  left: 1.88rem;
  top: 1rem;
  width: 4.6rem;
}

/* |02|加入会员|vip| */
.uc-vip {
  padding-bottom: 0px;
  padding-bottom: calc(0px + constant(safe-area-inset-bottom));
  padding-bottom: calc(0px + env(safe-area-inset-bottom));
}
.uc-vip .panel {
  height: 3.65rem;
  background: url("images/vip-bg.jpg") center center no-repeat;
  background-size: 100% 100%;
  position: relative;
  padding: 0.4rem 0.25rem 0;
  color: #8f6a28;
}
.uc-vip .panel .btm {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.3rem;
}
.uc-vip .user {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.4rem 0.3rem;
}
.uc-vip .user .face {
  width: 1rem;
  border-radius: 100%;
  height: 1rem;
  overflow: hidden;
  background-color: #fff;
  border: #fff 0.1rem solid;
  margin-right: 0.3rem;
}
.uc-vip .user .face img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-vip .user .con {
  flex: 1;
  min-width: 0;
}
.uc-vip .user h3 {
  font-size: 0.36rem;
  margin-bottom: 0.1rem;
}
.uc-vip .intro {
  color: #c3a46d;
  padding: 0 0.3rem 0.3rem;
  position: relative;
  z-index: 9;
  margin-top: -0.4rem;
  font-size: 0.28rem;
  line-height: 0.4rem;
}
.uc-vip .choose-box {
  padding: 0 0.3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.uc-vip .choose-box li {
  border-radius: 0.15rem;
  width: 3.3rem;
  border: #eeeeee 1px solid;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}
.uc-vip .choose-box li.on {
  border: none;
  box-shadow: 0 0.03rem 0.1rem 0 rgba(192, 145, 29, 0.14);
}
.uc-vip .choose-box li.on .name {
  background: linear-gradient(to right bottom, #fdebc5 0%, #fdebc5 100%);
  color: #8f6a28;
  font-weight: bold;
}
.uc-vip .choose-box li.on .money {
  color: #FF4F0F;
}
.uc-vip .choose-box li.on .uc-big {
  color: #FF4F0F;
}
.uc-vip .choose-box .name {
  line-height: 0.8rem;
  text-align: center;
  border-bottom: #eeeeee 1px solid;
  font-size: 0.32rem;
  color: #999999;
}
.uc-vip .choose-box .money {
  padding: 0.3rem 0;
  text-align: center;
  color: #999999;
}
.uc-vip .choose-box .uc-big {
  font-size: 0.6rem;
}
.uc-vip .choose-box .uc-tag {
  position: absolute;
  border-radius: 0 0.15rem;
  right: 0;
  top: 0;
  background-color: #FF4F0F;
  color: #fff;
  z-index: 9;
  font-size: 0.2rem;
  line-height: 0.32rem;
}
.uc-vip .agree-box {
  padding: 0 0.3rem;
  line-height: 0.4rem;
  color: #999999;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.uc-vip .agree-box .btn-agree {
  width: 0.32rem;
  border-radius: 100%;
  height: 0.32rem;
  background: url("images/checkbox.png") center center no-repeat;
  background-size: 100% auto;
  display: inline-block;
  margin-right: 0.1rem;
}
.uc-vip .agree-box .btn-agree.on {
  background-image: url("images/checkbox-on.png");
}
.uc-vip .agree-box .uc-checkbox-circle {
  width: 0.3rem;
  border-radius: 100%;
  height: 0.3rem;
  display: inline-block;
  font-size: 0.3rem;
}
.uc-vip .box {
  border-top: #f6f6f6 0.1rem solid;
  margin-top: 0.3rem;
  padding: 0.3rem;
}
.uc-vip .title {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 0.28rem;
  margin-bottom: 0.2rem;
}
.uc-vip .title img {
  display: block;
  margin-right: 0.1rem;
}
.uc-vip .info li {
  font-size: 0.24rem;
  line-height: 0.4rem;
  color: #666666;
}

/* |03|提现|withdrawal| */
.uc-withdrawal {
  min-height: 100vh;
  background-color: #f6f6f6;
}
.uc-withdrawal .title {
  height: 1rem;
  padding: 0 0.3rem;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uc-withdrawal .title b {
  font-size: 0.28rem;
}
.uc-withdrawal .form {
  margin-top: 0.1rem;
  background-color: #fff;
  margin-bottom: 0.5rem;
}
.uc-withdrawal .input-box {
  margin: 0 0.3rem;
  height: 1.4rem;
  border-bottom: #eeeeee 1px solid;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8rem;
}
.uc-withdrawal .input-box .uc-input {
  height: 1.4rem;
  border: none;
  padding: 0;
  flex: 1;
  min-width: 0;
  font-size: 0.8rem;
  margin-left: 0.1rem;
}
.uc-withdrawal .tips {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 0.8rem;
  padding: 0 0.3rem;
}

/* |04|优惠券兑换|coupon| */
.uc-coupon {
  padding-top: 0.2rem;
  padding-bottom: 0px;
  padding-bottom: calc(0px + constant(safe-area-inset-bottom));
  padding-bottom: calc(0px + env(safe-area-inset-bottom));
}
.uc-coupon .banner-box {
  width: 6.9rem;
  border-radius: 0.15rem;
  height: 2rem;
  background: url("images/coupon-banner.png") center center no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  margin: 0 auto 0.3rem;
  padding: 0 0.3rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}
.uc-coupon .banner-box img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-coupon .banner-box h3 {
  font-size: 0.32rem;
  margin-bottom: 0.2rem;
}
.uc-coupon .input-box {
  padding: 0 0.3rem;
}
.uc-coupon .input-box h3 {
  margin-bottom: 0.2rem;
}
.uc-coupon .input-box .uc-input {
  height: 0.8rem;
}
.uc-coupon .box {
  border-top: #f6f6f6 0.15rem solid;
  padding: 0.3rem;
}
.uc-coupon .box:first-child {
  border-top: none;
}
.uc-coupon .box h3 {
  font-size: 0.32rem;
  margin-bottom: 0.2rem;
  text-align: center;
}
.uc-coupon .list li {
  box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.1rem;
  background-color: #fff;
  padding: 0.2rem;
  margin-bottom: 0.2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uc-coupon .list img {
  display: block;
  width: 0.56rem;
  border-radius: 100%;
  height: 0.56rem;
  margin-right: 0.2rem;
}
.uc-coupon .list .con {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uc-coupon .list .l {
  font-size: 0.28rem;
}
.uc-coupon .list .l span {
  margin-right: 0.2rem;
}
.uc-coupon .list .l span:last-child {
  margin-right: 0;
}
.uc-coupon .list time {
  color: #999999;
}
.uc-coupon .no-data {
  padding: 0.3rem 0;
  text-align: center;
  color: #999999;
}

/* |05|积分|integral| */
.uc-integral {
  padding-bottom: 0px;
  padding-bottom: calc(0px + constant(safe-area-inset-bottom));
  padding-bottom: calc(0px + env(safe-area-inset-bottom));
}
.uc-integral header {
  background-color: #ffb93a;
}
.uc-integral .panel {
  background: url("images/integral-bg.png") center center no-repeat;
  background-size: 100% 100%;
  position: relative;
  height: 4.8rem;
  margin-bottom: 0.2rem;
}
.uc-integral .panel:after {
  content: "";
  width: 100%;
  border-radius: 0.3rem 0.3rem 0 0;
  height: 0.3rem;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 9;
}
.uc-integral .info {
  color: #fff;
  padding: 0.3rem;
  margin-top: 0.5rem;
}
.uc-integral .info .txt {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.uc-integral .info .txt img {
  display: block;
  margin-left: 0.1rem;
}
.uc-integral .info .number {
  font-size: 0.8rem;
  padding: 0.2rem 0;
}
.uc-integral .info .btm {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.uc-integral .info .uc-btn {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 0.28rem;
  border-radius: 0.6rem;
}
.uc-integral .title {
  padding: 0 0.3rem;
  margin-bottom: 0.3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uc-integral .title b {
  font-size: 0.32rem;
}
.uc-integral .title .r a {
  color: #999999;
}
.uc-integral .title .r a.on {
  color: #ffb93a;
}
.uc-integral .list {
  padding: 0 0.3rem;
}
.uc-integral .list li {
  margin-bottom: 0.4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uc-integral .list h3 {
  font-size: 0.28rem;
  margin-bottom: 0.1rem;
}
.uc-integral .list .con {
  flex: 1;
  min-width: 0;
  margin-right: 0.2rem;
}
.uc-integral .list .l {
  font-size: 0.28rem;
}
.uc-integral .list .l span {
  margin-right: 0.2rem;
}
.uc-integral .list .l span:last-child {
  margin-right: 0;
}
.uc-integral .list time {
  color: #999999;
}
.uc-integral .list .number {
  font-size: 0.36rem;
}
.uc-integral .no-data {
  padding: 0.3rem 0;
  text-align: center;
  color: #999999;
}

/* |06|设置|setting| */
.uc-setting {
  padding-bottom: 50px;
  padding-bottom: calc(50px + constant(safe-area-inset-bottom));
  padding-bottom: calc(50px + env(safe-area-inset-bottom));
}
.uc-setting .list {
  border-top: #ffffff 0.15rem solid;
  padding: 0 0.3rem;
}
.uc-setting .list li {
  height: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: #eeeeee 1px solid;
}
.uc-setting .list li:last-child {
  border-bottom: none;
}
.uc-setting .list .con {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  min-width: 0;
  margin-left: 0.2rem;
}
.uc-setting .list .name {
  font-size: 0.28rem;
  margin-right: 0.2rem;
}
.uc-setting .list small {
  color: #999999;
  font-size: 0.24rem;
}
.uc-setting .list small:last-child {
  margin-left: auto;
}
.uc-setting .list img {
  display: block;
}

/* |07|登录|login| */
.uc-login {
  min-height: 100vh;
  background: #fff url("images/login-bg.png") center center no-repeat;
  background-size: cover;
  padding: 10vh 0.5rem;
}
.uc-login .title-box {
  padding: 0 0.3rem;
  margin-bottom: 5vh;
}
.uc-login .title-box h1 {
  font-size: 0.48rem;
}
.uc-login .title-box .line {
  width: 0.72rem;
  border-radius: 0.05rem;
  height: 0.05rem;
  background-color: #ccc;
  margin: 0.2rem 0;
}
.uc-login .title-box p {
  font-size: 0.28rem;
  color: #999999;
}
.uc-login .form {
  padding: 0 0.3rem;
  margin-bottom: 5vh;
}
.uc-login .form li {
  height: 1rem;
  margin-bottom: 0.3rem;
  position: relative;
  border-bottom: #eeeeee 1px solid;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 0.28rem;
}
.uc-login .form li:last-child {
  border-bottom: none;
}
.uc-login .form li.mb0 {
  margin-bottom: 0;
}
.uc-login .form .uc-input {
  flex: 1;
  min-width: 0;
  height: 0.8rem;
  border: none;
  background-color: transparent;
}
.uc-login .form .tips {
  font-size: 0.24rem;
  color: #999999;
  flex: 1;
  min-width: 0;
  margin-left: 0.2rem;
}
.uc-login .form .btn-yzm {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 99;
  color: #517bfb;
}
.uc-login .three-box {
  margin-top: 10vh;
  padding: 0 0.3rem 0.5rem;
}
.uc-login .three-box .title {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #999999;
  font-size: 0.28rem;
  margin-bottom: 0.3rem;
}
.uc-login .three-box .title i {
  width: 2rem;
  height: 1px;
  margin: 0 0.2rem;
  background-color: #eeeeee;
}
.uc-login .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.uc-login .list li {
  width: 2rem;
  text-align: center;
}
.uc-login .list img {
  display: block;
  width: 0.8rem;
  border-radius: 100%;
  height: 0.8rem;
  overflow: hidden;
  margin: 0 auto;
}

/* |08|重置密码1|fergot1| */
/* |09|重置密码2|fergot2| */
/* |30|新用户绑定|bindUser| */
.uc-fergot1,
.uc-fergot2,
.uc-bindUser {
  min-height: 100vh;
  background-color: #f6f6f6;
  padding-top: 0.2rem;
}
.uc-fergot1 .tips,
.uc-fergot2 .tips,
.uc-bindUser .tips {
  padding: 0.3rem;
  font-size: 0.2rem;
  text-align: center;
  color: #999999;
}
.uc-fergot1 .info,
.uc-fergot2 .info,
.uc-bindUser .info {
  padding: 0.3rem;
  margin-bottom: 0.3rem;
  text-align: center;
  font-size: 0.3rem;
  line-height: 0.5rem;
}
.uc-fergot1 .form,
.uc-fergot2 .form,
.uc-bindUser .form {
  padding: 0 0.3rem;
  margin-bottom: 5vh;
  background-color: #fff;
}
.uc-fergot1 .form li,
.uc-fergot2 .form li,
.uc-bindUser .form li {
  height: 1rem;
  position: relative;
  border-bottom: #eeeeee 1px solid;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 0.28rem;
}
.uc-fergot1 .form li:last-child,
.uc-fergot2 .form li:last-child,
.uc-bindUser .form li:last-child {
  border-bottom: none;
}
.uc-fergot1 .form .uc-input,
.uc-fergot2 .form .uc-input,
.uc-bindUser .form .uc-input {
  flex: 1;
  min-width: 0;
  height: 0.8rem;
  border: none;
  background-color: transparent;
  padding: 0;
}
.uc-fergot1 .form .btn-yzm,
.uc-fergot2 .form .btn-yzm,
.uc-bindUser .form .btn-yzm {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 99;
  color: #517bfb;
}

.uc-fergot2 .form .uc-input {
  text-align: right;
}

.uc-bindUser .other {
  margin-top: -0.4rem;
  padding: 0 0.3rem 0.3rem;
}

/* |10|邀请得金币|invite| */
.uc-invite {
  background: #fff url("images/invite-bg.png") center top no-repeat;
  background-size: 100% auto;
  padding-bottom: 0px;
  padding-bottom: calc(0px + constant(safe-area-inset-bottom));
  padding-bottom: calc(0px + env(safe-area-inset-bottom));
}
.uc-invite header {
  background-color: transparent;
}
.uc-invite .title {
  padding: 0.2rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.uc-invite .title .c {
  margin: 0 0.2rem;
}
.uc-invite .title img {
  display: block;
  width: 0.64rem;
}
.uc-invite .title .number {
  width: 0.4rem;
  border-radius: 100%;
  height: 0.4rem;
  border: #fff 1px solid;
  font-size: 0.2rem;
  display: inline-block;
  line-height: 0.38rem;
  text-align: center;
}
.uc-invite .panel {
  background: url("images/invite-bg-2.png") center center no-repeat;
  background-size: 100% 100%;
  width: 7.5rem;
  height: 7.12rem;
  padding-top: 0.6rem;
}
.uc-invite .panel .code {
  width: 2.4rem;
  height: 2.4rem;
  margin: 0 auto 0.2rem;
}
.uc-invite .panel .code img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-invite .panel .btm {
  padding: 0.3rem 0.9rem 0.6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  font-size: 0.28rem;
}
.uc-invite .panel .number {
  font-size: 0.32rem;
  color: #517bfb;
  font-weight: bold;
}
.uc-invite .panel .uc-btn {
  border-radius: 0.6rem;
}
.uc-invite .step {
  padding: 0.6rem 0.6rem 0.3rem;
  color: #999999;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uc-invite .step li {
  width: 33.33%;
  text-align: center;
  position: relative;
}
.uc-invite .step li:after {
  content: "";
  width: 0.4rem;
  height: 0.06rem;
  background: url("images/invite-bg-3.png") center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0.29rem;
  right: -0.2rem;
}
.uc-invite .step li:last-child:after {
  display: none;
}
.uc-invite .step .dot {
  width: 0.64rem;
  border-radius: 100%;
  height: 0.64rem;
  line-height: 0.64rem;
  text-align: center;
  background-color: rgba(81, 123, 251, 0.2);
  color: #517bfb;
  font-size: 0.32rem;
  font-weight: bold;
  margin: 0 auto 0.2rem;
}
.uc-invite .tips {
  text-align: center;
  color: #999999;
}
.uc-invite .box {
  position: relative;
  border-radius: 0.2rem;
  box-shadow: 0 0.05rem 0.15rem 0 rgba(0, 0, 0, 0.1);
  margin: 0.3rem;
  padding: 0.3rem 0;
}
.uc-invite .box .title2 {
  text-align: center;
  font-size: 0.32rem;
  font-weight: bold;
}
.uc-invite .info {
  padding: 0.1rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uc-invite .info li {
  padding: 0.2rem 0;
  width: 50%;
  text-align: center;
  position: relative;
}
.uc-invite .info li:after {
  content: "";
  width: 1px;
  height: 0.6rem;
  background-color: #ddd;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.uc-invite .info li:nth-child(2n+1):after {
  display: none;
}
.uc-invite .info .number {
  margin-bottom: 0.1rem;
  color: #666666;
}
.uc-invite .info .uc-big {
  font-size: 0.5rem;
  color: #333333;
}
.uc-invite .info .txt {
  color: #999999;
}

/* |11|支付成功页面|payResult| */
.uc-payResult .box {
  padding: 0.8rem;
  text-align: center;
}
.uc-payResult .box img {
  display: block;
  width: 3rem;
  margin: 0 auto -0.3rem;
}
.uc-payResult .box h3 {
  font-size: 0.36rem;
}
.uc-payResult .tips {
  text-align: center;
  color: #999999;
  padding: 0 0.3rem;
}
.uc-payResult .panel {
  width: 6.9rem;
  height: 4.67rem;
  background: url("images/payResult-bg.png") center center no-repeat;
  background-size: 100% 100%;
  margin: 0 auto 0.5rem;
  padding: 0.3rem 0.5rem;
}
.uc-payResult .panel .title {
  line-height: 1rem;
  font-size: 0.32rem;
}
.uc-payResult .info {
  padding: 0.2rem 0;
}
.uc-payResult .info li {
  line-height: 0.6rem;
  font-size: 0.28rem;
}

/* |12|订单|order| */
.uc-order {
  padding-bottom: 0px;
  padding-bottom: calc(0px + constant(safe-area-inset-bottom));
  padding-bottom: calc(0px + env(safe-area-inset-bottom));
}
.uc-order .list {
  padding: 0 0.3rem;
}
.uc-order .list li {
  border-radius: 0.1rem;
  margin-bottom: 0.3rem;
  box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.1);
}
.uc-order .list .hd, .uc-order .list .bd, .uc-order .list .btm, .uc-order .list h3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uc-order .list .hd {
  padding: 0.2rem 0.3rem;
}
.uc-order .list .bd {
  padding: 0.3rem;
}
.uc-order .list .face {
  width: 0.4rem;
  border-radius: 100%;
  height: 0.4rem;
  overflow: hidden;
  margin-right: 0.2rem;
}
.uc-order .list .face img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-order .list .name {
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.uc-order .list .bd {
  border-top: #eeeeee 1px solid;
  border-bottom: #eeeeee 1px solid;
  padding: 0.2rem 0.3rem;
}
.uc-order .list .img {
  width: 1.4rem;
  height: 1.4rem;
  overflow: hidden;
  margin-right: 0.2rem;
}
.uc-order .list .img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-order .list .right {
  flex: 1;
  min-width: 0;
}
.uc-order .list h3 {
  margin-bottom: 0.3rem;
}
.uc-order .list .n {
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.28rem;
}
.uc-order .list .uc-tag {
  border-radius: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.24rem;
  padding: 0 0.15rem;
}
.uc-order .list .btm {
  padding: 0.3rem 0;
}
.uc-order .list .item {
  flex: 1;
  min-width: 0;
  border-left: #eeeeee 1px solid;
  text-align: center;
  line-height: 1.5em;
}
.uc-order .list .item:first-child {
  border-left: none;
}
.uc-order .list .item .txt {
  margin-top: 0.1rem;
  font-size: 0.28rem;
}

/* |13|收款码|code| */
.uc-code {
  min-height: 100vh;
  background-color: #f6f6f6;
}
.uc-code .panel {
  background-color: #517bfb;
  color: #fff;
  padding: 0.6rem 0.3rem 1.2rem;
  position: relative;
  text-align: center;
}
.uc-code .panel img {
  display: block;
  margin: 0 auto 0.3rem;
}
.uc-code .panel h3 {
  font-size: 0.3rem;
  margin-bottom: 0.1rem;
}
.uc-code .panel p {
  opacity: 0.8;
  line-height: 1.5em;
}
.uc-code .box {
  width: 6.6rem;
  height: 6.06rem;
  background: url("images/code-bg.png") center center no-repeat;
  background-size: 100% auto;
  margin: -1rem auto 0.6rem;
  position: relative;
  z-index: 9;
  padding: 0.1rem 0.5rem;
}
.uc-code .box .top {
  padding: 0.3rem 0;
  line-height: 0.4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  color: #999999;
}
.uc-code .box .code {
  width: 2.8rem;
  height: 2.8rem;
  margin: 0.3rem auto;
}
.uc-code .box .code img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-code .box .btm {
  text-align: center;
  color: #517bfb;
  font-size: 0.28rem;
  padding-top: 0.3rem;
}
.uc-code .box .uc-big {
  font-size: 0.5rem;
}
.uc-code .g-operate {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

/* |14|个人资料|info| */
.uc-info {
  min-height: 100vh;
  background-color: #f6f6f6;
  padding-bottom: 10px;
  padding-bottom: calc(10px + constant(safe-area-inset-bottom));
  padding-bottom: calc(10px + env(safe-area-inset-bottom));
}
.uc-info .form {
  background-color: #fff;
  margin-bottom: 0.1rem;
}
.uc-info .form li {
  padding: 0.2rem 0.3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  line-height: 0.6rem;
}
.uc-info .form .txt {
  min-width: 4em;
  margin-right: 0.2rem;
}
.uc-info .form .con {
  flex: 1;
  min-width: 0;
  text-align: right;
  color: #999999;
}
.uc-info .form .face {
  width: 1.25rem;
  border-radius: 100%;
  height: 1.25rem;
  overflow: hidden;
  position: relative;
  margin-left: auto;
  border: #eeeeee 1px solid;
}
.uc-info .form .face img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-info .form .face input[type=file] {
  position: absolute;
  left: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

/* |15|积分签到任务|integral2| */
.uc-integral2 {
  padding: 0.3rem;
  padding-bottom: 15px;
  padding-bottom: calc(15px + constant(safe-area-inset-bottom));
  padding-bottom: calc(15px + env(safe-area-inset-bottom));
  background: #fff url("images/integral2-bg.png") center top no-repeat;
  background-size: 100% auto;
}
.uc-integral2 header {
  background-color: transparent;
}
.uc-integral2 .panel {
  background: url("images/integral2-bg2.png") center center no-repeat;
  background-size: cover;
  padding: 0.3rem 0.2rem;
  border-radius: 0.15rem;
  margin-bottom: 0.2rem;
  box-shadow: 0 0.1rem 0.15rem 0 rgba(247, 181, 28, 0.3);
}
.uc-integral2 .panel .top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.3rem;
}
.uc-integral2 .panel .number {
  font-size: 0.8rem;
  color: #F5A623;
}
.uc-integral2 .panel .c {
  margin: 0 0.2rem;
  flex: 1;
  min-width: 0;
  color: #F7B51C;
  font-size: 0.2rem;
  line-height: 1.5em;
}
.uc-integral2 .panel .c img {
  display: block;
}
.uc-integral2 .panel .uc-btn {
  border-radius: 0.6rem;
  box-shadow: 0 0.05rem 0.15rem 0 rgba(0, 0, 0, 0.1);
}
.uc-integral2 .panel .btm {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.3rem;
}
.uc-integral2 .panel .btm .con {
  flex: 1;
  min-width: 0;
  margin: 0 0.1rem;
  color: #999999;
  font-size: 0.22rem;
}
.uc-integral2 .panel .btm .btn {
  border: #F7B51C 1px solid;
  color: #F7B51C;
  line-height: 0.5rem;
  padding: 0 0.2rem;
  border-radius: 0.6rem;
}
.uc-integral2 .step {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uc-integral2 .step li {
  flex: 1;
  min-width: 0;
  text-align: center;
  position: relative;
}
.uc-integral2 .step li:after {
  content: "";
  width: 30%;
  height: 1px;
  border-bottom: #ccc 1px dashed;
  position: absolute;
  left: -15%;
  top: 0.3rem;
}
.uc-integral2 .step li:first-child:after {
  display: none;
}
.uc-integral2 .step p {
  color: #F7B51C;
  font-size: 0.24rem;
}
.uc-integral2 .step .num {
  background: url("images/integral2-icon-2.png") center center no-repeat;
  background-size: 100% auto;
  width: 0.64rem;
  height: 0.64rem;
  margin: 0 auto 0.1rem;
  line-height: 0.6rem;
  text-align: center;
  font-size: 0.2rem;
}
.uc-integral2 .list li {
  background-color: #f6f6f6;
  border-radius: 0.15rem;
  margin-bottom: 0.2rem;
  padding: 0.2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uc-integral2 .list .center {
  flex: 1;
  min-width: 0;
  margin: 0 0.2rem;
  font-size: 0.24rem;
  line-height: 1.5em;
}
.uc-integral2 .list h3 {
  font-size: 0.32rem;
}
.uc-integral2 .list p {
  line-height: 1.5em;
  margin-top: 0.1rem;
}
.uc-integral2 .list .uc-gray {
  color: #BFBCBC !important;
}
.uc-integral2 .list .uc-btn {
  border-radius: 0.6rem;
  box-shadow: 0 0.05rem 0.15rem 0 rgba(0, 0, 0, 0.1);
}

/* |16|列表页|list| */
.uc-list {
  padding-bottom: 15px;
  padding-bottom: calc(15px + constant(safe-area-inset-bottom));
  padding-bottom: calc(15px + env(safe-area-inset-bottom));
  padding-top: 0.9rem;
}
.uc-list .list {
  padding: 0.3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uc-list .list li {
  width: 3.35rem;
  border-radius: 0.15rem;
  background-color: #fff;
  margin-bottom: 0.2rem;
  box-shadow: 0 0.05rem 0.15rem 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.uc-list .list .img {
  width: 100%;
  height: 2.6rem;
  overflow: hidden;
}
.uc-list .list .img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-list .list .con {
  padding: 0.15rem 0.2rem;
}
.uc-list .list h3 {
  font-size: 0.28rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.1rem;
}
.uc-list .list .txt {
  color: #999999;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.uc-list .list .btm {
  margin-top: 0.1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 0.28rem;
}
.uc-list .list .uc-btn {
  height: 0.5rem;
  font-size: 0.24rem;
}

/* |17|商品列表|productList| */
.uc-productList {
  min-height: 100vh;
  background-color: #f6f6f6;
}
.uc-productList .g-search {
  background-color: #fff;
}
.uc-productList .filter {
  background-color: #fff;
}
.uc-productList .filter, .uc-productList .filter .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.uc-productList .filter .item {
  flex: 1;
  min-width: 0;
  cursor: pointer;
  font-size: 0.28rem;
  line-height: 0.8rem;
  cursor: pointer;
}
.uc-productList .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.3rem;
}
.uc-productList .list li {
  width: 3.35rem;
  border-radius: 0.15rem;
  background-color: #fff;
  margin-bottom: 0.2rem;
  overflow: hidden;
}
.uc-productList .list .img {
  width: 100%;
  height: 3.1rem;
  overflow: hidden;
  position: relative;
}
.uc-productList .list .img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-productList .list .uc-tag {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  background: linear-gradient(to right top, #FF5402 0%, #FFB93F 100%);
  color: #fff;
  border-radius: 0.15rem 0;
  font-size: 0.2rem;
  line-height: 0.32rem;
  padding: 0 0.15rem;
}
.uc-productList .list .btm {
  border-top: #eeeeee 1px solid;
  padding: 0.15rem 0.2rem;
}
.uc-productList .list h3 {
  font-size: 0.28rem;
  margin-bottom: 0.1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.uc-productList .list p {
  font-size: 0.24rem;
}
.uc-productList .list .number {
  font-size: 0.28rem;
  color: #FF4F0F;
  margin-top: 0.1rem;
}

/* |18|首页|home| */
.uc-home {
  padding-bottom: 1px;
}
.uc-home .menu {
  padding: 0.1rem 0.2rem;
  margin-bottom: 0.2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.uc-home .menu li {
  width: 25%;
  text-align: center;
  padding: 0.1rem 0;
}
.uc-home .menu img {
  display: block;
  margin: 0 auto;
}
.uc-home .title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.3rem;
  margin-bottom: 0.3rem;
}
.uc-home .title b {
  font-size: 0.32rem;
}
.uc-home .title .uc-arrow {
  color: #999999;
  padding-right: 0.2rem;
  font-size: 0.24rem;
}
.uc-home .swiper-box1 {
  margin-left: 0.3rem;
  overflow: hidden;
  width: 7.2rem;
  margin-bottom: 0.2rem;
}
.uc-home .swiper-box1 .swiper-slide {
  width: auto !important;
}
.uc-home .swiper-box1 .item {
  border: #eeeeee 1px solid;
  border-radius: 0.6rem;
  line-height: 0.6rem;
  padding: 0 0.3rem;
  color: #999999;
  margin-right: 0.2rem;
}
.uc-home .swiper-box1 .item.on {
  background-color: #517bfb;
  color: #fff;
  border-color: #517bfb;
}
.uc-home .swiper-box2 {
  margin-bottom: 0.3rem;
  margin-left: 0.3rem;
  width: 7.2rem;
  overflow: hidden;
}
.uc-home .swiper-box2 .card {
  margin-right: 0.2rem;
  border-radius: 0.15rem;
  background-color: #fff;
  border: #eeeeee 1px solid;
  overflow: hidden;
}
.uc-home .swiper-box2 .img {
  width: 100%;
  height: 2rem;
  position: relative;
}
.uc-home .swiper-box2 .img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-home .swiper-box2 .num {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 3px 0 0 3px;
  padding: 0 0.1rem;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 0.1rem;
  font-size: 0.24rem;
  line-height: 0.4rem;
}
.uc-home .swiper-box2 .btm {
  padding: 0.2rem;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uc-home .swiper-box2 .con {
  flex: 1;
  min-width: 0;
}
.uc-home .swiper-box2 h3, .uc-home .swiper-box2 p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.uc-home .swiper-box2 p {
  color: #999999;
  margin-top: 0.1rem;
}
.uc-home .swiper-box2 .btn-heart {
  width: 0.4rem;
  height: 0.4rem;
  background: url("images/icon-heart.png") center center no-repeat;
  background-size: cover;
}
.uc-home .swiper-box2 .btn-heart.on {
  background-image: url("images/icon-heart-on.png");
}
.uc-home .list {
  padding: 0 0.3rem;
}
.uc-home .list li {
  border-radius: 0.15rem;
  margin-bottom: 0.2rem;
  border: #eeeeee 1px solid;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uc-home .list .img {
  width: 2.4rem;
  height: 2rem;
  overflow: hidden;
}
.uc-home .list .img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-home .list .right {
  flex: 1;
  min-width: 0;
  padding: 0 0.3rem;
}
.uc-home .list .top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uc-home .list h3 {
  font-weight: bold;
  font-size: 0.32rem;
}
.uc-home .list h3 a {
  font-weight: bold;
}
.uc-home .list .price {
  color: #FF4F0F;
}
.uc-home .list .star {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  color: #999999;
  margin-top: 0.1rem;
}
.uc-home .list .star img {
  display: block;
  margin-right: 0.1rem;
}
.uc-home .list .txt {
  color: #999999;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 0.2rem;
}

/* |19|制作|make| */
.uc-make {
  min-height: 100vh;
  background-color: #f6f6f6;
  padding-bottom: 15px;
  padding-bottom: calc(15px + constant(safe-area-inset-bottom));
  padding-bottom: calc(15px + env(safe-area-inset-bottom));
}
.uc-make .banner-box {
  width: 7.5rem;
  height: 7.5rem;
  overflow: hidden;
  margin-bottom: 0.2rem;
}
.uc-make .banner-box img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-make .form {
  background-color: #fff;
  padding: 0.3rem;
}
.uc-make .form li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.3rem;
}
.uc-make .form li:last-child {
  margin-bottom: 0;
}
.uc-make .form .uc-input {
  flex: 1;
  min-width: 0;
  height: 0.8rem;
}
.uc-make .form .txt {
  min-width: 4em;
  margin-right: 0.2rem;
}
.uc-make .list {
  background-color: #fff;
  padding: 0.3rem;
}
.uc-make .list li {
  border: #eeeeee 1px solid;
}
.uc-make .list .hd {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.2rem 0.2rem 0.2rem 0.3rem;
  line-height: 0.4rem;
  background-color: #f6f6f6;
  cursor: pointer;
}
.uc-make .list .hd .uc-font {
  font-size: 0.32rem;
  opacity: 0.5;
}
.uc-make .list .hd.on .uc-arrow-right {
  display: none;
}
.uc-make .list .hd.on .uc-arrow-down {
  display: block;
}
.uc-make .list .name {
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 0.2rem;
}
.uc-make .list .uc-arrow-down {
  display: none;
}
.uc-make .list .bd {
  padding: 0.3rem;
  line-height: 0.4rem;
  text-align: justify;
  display: none;
  border-top: #eeeeee 1px solid;
}
.uc-make .operate-home {
  padding: 0.3rem;
  line-height: 0.4rem;
  text-align: center;
}
.uc-make .operate-share {
  margin-bottom: 0.3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.3rem;
}
.uc-make .operate-share .uc-btn {
  flex: 1;
  min-width: 0;
  border-radius: 0.6rem;
  margin-left: 0.3rem;
}
.uc-make .operate-share .uc-btn:first-child {
  margin-left: 0;
}
.uc-make .operate-share .uc-btn.gray-plain {
  color: #333333;
}
.uc-make .box {
  background-color: #fff;
  padding: 0.3rem;
}
.uc-make .title {
  font-size: 0.28rem;
  font-weight: bold;
  padding-left: 0.2rem;
  position: relative;
  margin-bottom: 0.2rem;
}
.uc-make .title:after {
  content: "";
  width: 0.1rem;
  border-radius: 100%;
  height: 0.1rem;
  background-color: #517bfb;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.uc-make .list2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.uc-make .list2 li {
  width: 2.15rem;
  border-radius: 0.1rem;
  height: 2.15rem;
  overflow: hidden;
  margin-bottom: 0.2rem;
  margin-right: 0.2rem;
  border: #eeeeee 1px solid;
}
.uc-make .list2 li img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-make .list2 li:nth-child(3n) {
  margin-right: 0;
}
.uc-make .no-data {
  padding: 0.3rem;
  text-align: center;
  color: #999999;
}

/* |20|提醒|remind| */
.uc-remind {
  min-height: 100vh;
  padding-bottom: 15px;
  padding-bottom: calc(15px + constant(safe-area-inset-bottom));
  padding-bottom: calc(15px + env(safe-area-inset-bottom));
  background-color: #f6f6f6;
}
.uc-remind .title {
  padding: 0.3rem;
  font-size: 0.32rem;
  font-weight: bold;
}
.uc-remind .list {
  margin: 0 0.3rem 0.3rem;
  border-radius: 0.1rem;
  background-color: #fff;
  box-shadow: 0 0.05rem 0.15rem 0 rgba(0, 0, 0, 0.1);
}
.uc-remind .list li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.2rem 0.3rem;
  border-bottom: #eeeeee 1px solid;
  min-height: 1rem;
}
.uc-remind .list li:last-child {
  border-bottom: none;
}
.uc-remind .list .con {
  flex: 1;
  min-width: 0;
  margin-right: 0.2rem;
}
.uc-remind .list h3 {
  font-size: 0.28rem;
}
.uc-remind .list p {
  margin-top: 0.1rem;
}
.uc-remind .list .btn-switch {
  width: 0.66rem;
  height: 0.37rem;
  background: url("images/switch.png") center center no-repeat;
  background-size: 100% 100%;
}
.uc-remind .list .btn-switch.on {
  background-image: url("images/switch-on.png");
}

/* |21|绑定手机号|bindPhone| */
.uc-bindPhone {
  min-height: 100vh;
  background-color: #f6f6f6;
  padding-top: 0.2rem;
}
.uc-bindPhone .tips {
  padding: 0.3rem;
  font-size: 0.2rem;
  text-align: center;
  color: #999999;
}
.uc-bindPhone .info {
  padding: 0.3rem;
  margin-bottom: 0.3rem;
  text-align: center;
  font-size: 0.3rem;
  line-height: 0.5rem;
}
.uc-bindPhone .form {
  padding: 0 0.3rem;
  margin-bottom: 5vh;
  background-color: #fff;
}
.uc-bindPhone .form li {
  height: 1rem;
  position: relative;
  border-bottom: #eeeeee 1px solid;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 0.28rem;
}
.uc-bindPhone .form li:last-child {
  border-bottom: none;
}
.uc-bindPhone .form .uc-input {
  flex: 1;
  min-width: 0;
  height: 0.8rem;
  border: none;
  background-color: transparent;
}
.uc-bindPhone .form .btn-yzm {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 99;
  color: #517bfb;
}
.uc-bindPhone .other {
  text-align: center;
  color: #999999;
  padding: 0 0.3rem;
}

/* |22|钱包|wallet| */
.uc-wallet .panel {
  margin: 0.3rem;
  background: url("images/wallet-bg.png") center center no-repeat;
  background-size: cover;
  padding: 0.3rem;
  height: 2rem;
  border-radius: 0.2rem;
  height: 3rem;
  box-shadow: 0 0.1rem 0.2rem 0 rgba(81, 123, 251, 0.2);
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
.uc-wallet .panel p {
  margin-bottom: 0.15rem;
}
.uc-wallet .panel .number {
  font-size: 0.8rem;
}
.uc-wallet .panel .btn {
  color: #fff;
  font-size: 0.28rem;
}
.uc-wallet .list {
  padding: 0.3rem;
}
.uc-wallet .list li {
  line-height: 1rem;
  border-bottom: #eeeeee 1px solid;
}
.uc-wallet .list .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 0.28rem;
}
.uc-wallet .list small {
  color: #999999;
}

/* |23|我的钱包|myWallet| */
.uc-myWallet {
  min-height: 100vh;
  background-color: #f6f6f6;
}
.uc-myWallet .panel {
  background-color: #517bfb;
  color: #fff;
  padding: 0.5rem 0.3rem;
}
.uc-myWallet .panel .txt {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0.2rem;
}
.uc-myWallet .panel img {
  display: block;
  margin-left: 0.1rem;
}
.uc-myWallet .panel .number {
  font-size: 0.6rem;
}
.uc-myWallet .panel .uc-btn {
  border-radius: 0.6rem;
  margin-left: 0.2rem;
  min-width: 1.4rem;
  font-size: 0.28rem;
}
.uc-myWallet .panel .uc-btn:first-child {
  margin-left: 0;
}
.uc-myWallet .panel .uc-btn.white {
  color: #517bfb;
}
.uc-myWallet .info {
  padding: 0.3rem 0;
  background-color: #fff;
  margin-bottom: 0.2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.uc-myWallet .info li {
  flex: 1;
  min-width: 0;
  position: relative;
  border-left: #eeeeee 1px solid;
  padding-left: 1.2rem;
  line-height: 1.5em;
  font-size: 0.28rem;
}
.uc-myWallet .info li:first-child {
  border-left: none;
}
.uc-myWallet .info .number {
  font-size: 0.32rem;
}
.uc-myWallet .info img {
  position: absolute;
  left: 0.3rem;
  top: 0;
  width: 0.64rem;
  height: 0.64rem;
}
.uc-myWallet .info .part {
  margin-bottom: 0.2rem;
}
.uc-myWallet .info .part:last-child {
  margin-bottom: 0;
}
.uc-myWallet .list {
  padding: 0.15rem 0.3rem;
  background-color: #fff;
}
.uc-myWallet .list li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  line-height: 0.8rem;
  font-size: 0.28rem;
}
.uc-myWallet .list img {
  display: block;
  margin-right: 0.2rem;
}
.uc-myWallet .list .con {
  flex: 1;
  min-width: 0;
}

/* |24|教练|coach| */
.uc-coach {
  padding-bottom: 10px;
  padding-bottom: calc(10px + constant(safe-area-inset-bottom));
  padding-bottom: calc(10px + env(safe-area-inset-bottom));
  min-height: 100vh;
  background-color: #f6f6f6;
}
.uc-coach .filter {
  font-size: 0.28rem;
  background-color: #fff;
  border-bottom: #eeeeee 1px solid;
  height: 0.8rem;
}
.uc-coach .filter, .uc-coach .filter .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.uc-coach .filter .item {
  flex: 1;
  min-width: 0;
}
.uc-coach .filter img {
  display: block;
}
.uc-coach .filter .arrow {
  width: 0.2rem;
  margin-left: 0.1rem;
}
.uc-coach .filter .icon {
  width: 0.24rem;
  margin-left: 0.1rem;
}
.uc-coach .list {
  padding: 0 0.3rem;
  background-color: #fff;
}
.uc-coach .list li {
  padding: 0.3rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: #eeeeee 1px solid;
}
.uc-coach .list li:last-child {
  border-bottom: none;
}
.uc-coach .list .img {
  width: 1.5rem;
  border-radius: 100%;
  height: 1.5rem;
  overflow: hidden;
  margin-right: 0.2rem;
}
.uc-coach .list .img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-coach .list .center {
  flex: 1;
  min-width: 0;
}
.uc-coach .list .uc-btn {
  margin-left: 0.2rem;
  box-shadow: 0 0.1rem 0.1rem 0 rgba(81, 123, 251, 0.3);
  width: 1.2rem;
  border-radius: 0.15rem;
  height: 0.6rem;
  font-size: 0.28rem;
  padding: 0;
}
.uc-coach .list h3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.uc-coach .list .uc-tag {
  font-size: 0.22rem;
  margin-left: 0.1rem;
}
.uc-coach .list .txt {
  color: #999999;
  margin-top: 0.1rem;
}
.uc-coach .list .btm {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0.1rem;
}
.uc-coach .list .btm i {
  margin-left: 0.1rem;
}
.uc-coach .list .uc-big {
  font-size: 0.4rem;
}

/* |25|积分赠送余额|reward| */
.uc-reward {
  min-height: 100vh;
}
.uc-reward .form {
  border-radius: 0.1rem;
  background-color: #fff;
  margin: 0.3rem 0.3rem 0;
  box-shadow: 0 0.05rem 0.1rem 0 rgba(0, 0, 0, 0.08);
}
.uc-reward .form li {
  line-height: 1rem;
  min-height: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.3rem;
  font-size: 0.28rem;
  border-bottom: #eeeeee 1px solid;
}
.uc-reward .form li:last-child {
  border-bottom: none;
}
.uc-reward .form .uc-input {
  flex: 1;
  min-width: 0;
  padding: 0;
  border: none;
  height: 0.8rem;
}
.uc-reward .form .uc-big {
  font-size: 0.36rem;
}
.uc-reward .form .unit {
  margin-right: 0.2rem;
}
.uc-reward .tips {
  padding: 0.3rem;
  color: #999999;
  line-height: 1.5em;
}

/* |26|消息页|message| */
.uc-message {
  padding-bottom: 0px;
  padding-bottom: calc(0px + constant(safe-area-inset-bottom));
  padding-bottom: calc(0px + env(safe-area-inset-bottom));
}
.uc-message .list {
  padding: 0.3rem;
}
.uc-message .list li {
  border-radius: 0.1rem;
  margin-bottom: 0.2rem;
  box-shadow: 0 0.05rem 0.15rem 0 rgba(0, 0, 0, 0.1);
  padding: 0 0.3rem;
}
.uc-message .list h3 {
  padding: 0.2rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.uc-message .list img {
  display: block;
}
.uc-message .list .dot {
  width: 0.18rem;
  border-radius: 100%;
  height: 0.18rem;
  background-color: red;
  position: absolute;
  left: 0.5rem;
  top: 0.2rem;
  border: #fff 1px solid;
}
.uc-message .list .name {
  flex: 1;
  min-width: 0;
  margin: 0 0.2rem;
  font-weight: bold;
}
.uc-message .list time {
  color: #999999;
  font-size: 0.24rem;
}
.uc-message .list .con {
  font-size: 0.28rem;
  line-height: 1.5em;
  text-align: justify;
}
.uc-message .list .con:last-child {
  padding-bottom: 0.3rem;
}
.uc-message .list .btm {
  line-height: 0.8rem;
  border-top: #eeeeee 1px solid;
  margin-top: 0.3rem;
}
.uc-message .list .btn {
  display: block;
}

/* |27|在线充值|recharge| */
.uc-recharge {
  padding-top: 0.3rem;
}
.uc-recharge .panel {
  background: url("images/invite-bg.png") center top no-repeat;
  background-size: cover;
  border-radius: 0.2rem;
  margin: 0 0.3rem 0.3rem;
  color: #fff;
  padding: 0.5rem 0.3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uc-recharge .panel .number {
  font-size: 0.8rem;
  margin-top: 0.2rem;
}
.uc-recharge .panel .right {
  width: 40%;
}
.uc-recharge .panel p {
  line-height: 2em;
}
.uc-recharge .panel p span {
  min-width: 5em;
  margin-right: 0.2rem;
}
.uc-recharge .title {
  padding: 0.3rem;
  font-size: 0.36rem;
  font-weight: bold;
}
.uc-recharge .choose-money {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0.15rem 0.3rem;
}
.uc-recharge .choose-money li {
  margin: 0.15rem;
  width: 2.1rem;
  border-radius: 0.1rem;
  height: 0.88rem;
  border: #eeeeee 1px solid;
  text-align: center;
  cursor: pointer;
  font-size: 0.32rem;
  line-height: 0.88rem;
}
.uc-recharge .choose-money li.on {
  background-color: #517bfb;
  color: #fff;
  border-color: #517bfb;
}
.uc-recharge .choose-pay {
  padding: 0 0.3rem 0.3rem;
}
.uc-recharge .choose-pay li {
  padding: 0.15rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 0.28rem;
  cursor: pointer;
  background: url("images/checkbox.png") 96% center no-repeat;
  background-size: 0.36rem 0.36rem;
}
.uc-recharge .choose-pay li.on {
  background-image: url("images/checkbox-on.png");
}
.uc-recharge .choose-pay img {
  display: block;
  margin-right: 0.2rem;
}

/* |28|分类|classify| */
.uc-classify {
  min-height: 100vh;
}
.uc-classify .panel {
  padding: 0.6rem 0.3rem 1.4rem;
  background-color: #517bfb;
  color: #fff;
  text-align: center;
  position: relative;
  margin-bottom: -0.8rem;
}
.uc-classify .panel h2 {
  font-size: 0.4rem;
}
.uc-classify .panel h3 {
  font-size: 0.28rem;
  margin-top: 0.1rem;
}
.uc-classify .classify {
  margin: 0 0.2rem;
  border-radius: 0.1rem;
  position: relative;
  z-index: 9;
  background-color: #fff;
  height: 100vh;
  overflow: hidden;
  padding-bottom: 0px;
  padding-bottom: calc(0px + constant(safe-area-inset-bottom));
  padding-bottom: calc(0px + env(safe-area-inset-bottom));
  box-shadow: 0 0.05rem 0.15rem 0 rgba(0, 0, 0, 0.1);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.uc-classify .classify > div, .uc-classify .classify > ul {
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: transparent;
}
.uc-classify .classify > div::-webkit-scrollbar, .uc-classify .classify > ul::-webkit-scrollbar {
  width: 0.06rem;
  height: 0.06rem;
  background-color: transparent;
  border-radius: 0.06rem;
}
.uc-classify .classify > div::-webkit-scrollbar-track, .uc-classify .classify > ul::-webkit-scrollbar-track {
  border-radius: 0.05rem;
  background-color: transparent;
}
.uc-classify .classify > div::-webkit-scrollbar-thumb, .uc-classify .classify > ul::-webkit-scrollbar-thumb {
  border-radius: 0.05rem;
  background-color: rgba(81, 123, 251, 0.6);
}
.uc-classify .classify > div::-webkit-scrollbar-thumb:hover, .uc-classify .classify > ul::-webkit-scrollbar-thumb:hover {
  background: rgba(81, 123, 251, 0.6);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.uc-classify .classify-left {
  width: 2rem;
}
.uc-classify .classify-left li {
  padding: 0.15rem;
}
.uc-classify .classify-left li .item {
  border-radius: 0.24rem;
  line-height: 0.55rem;
  text-align: center;
  font-size: 0.24rem;
  display: block;
}
.uc-classify .classify-left li.on .item {
  background-color: #517bfb;
  color: #fff;
}
.uc-classify .classify-right {
  flex: 1;
  padding: 0.15rem 0.3rem 0.15rem;
}
.uc-classify .classify-box {
  display: none;
}
.uc-classify .classify-box:first-child {
  display: block;
}
.uc-classify .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.uc-classify .list li {
  width: 2.2rem;
  margin-bottom: 0.2rem;
}
.uc-classify .list .img {
  width: 100%;
  border-radius: 0.1rem;
  height: 2.2rem;
  overflow: hidden;
  margin-bottom: 0.1rem;
}
.uc-classify .list .img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-classify .list .name {
  font-size: 0.28rem;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* |29|关于我们|about| */
.uc-about {
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 0px;
  padding-bottom: calc(0px + constant(safe-area-inset-bottom));
  padding-bottom: calc(0px + env(safe-area-inset-bottom));
}
.uc-about .panel {
  padding: 1.2rem 0.3rem;
  text-align: center;
  line-height: 0.5rem;
  font-size: 0.32rem;
}
.uc-about .panel img {
  display: block;
  width: 3rem;
  margin: 0 auto 0.1rem;
}
.uc-about .info {
  padding: 0 0.3rem;
}
.uc-about .info li {
  padding: 0.2rem 0;
  line-height: 0.6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: #eeeeee 1px solid;
  font-size: 0.28rem;
}
.uc-about .info .con {
  flex: 1;
  min-width: 0;
  text-align: right;
  color: #999999;
}
.uc-about .other {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 0.28rem;
  color: #999999;
  margin-top: auto;
  padding-bottom: 0.3rem;
}
.uc-about .other a {
  color: #666666;
  margin: 0 0.1rem;
}

/* |31|登录注册|login2| */
.uc-login2 {
  min-height: 100vh;
  background: #fff url("images/login2-bg-1.png") center center no-repeat;
  background-size: cover;
  padding: 10vh 0.6rem;
}
.uc-login2 header {
  background-color: transparent;
}
.uc-login2 header .btn-back {
  color: #333333;
}
.uc-login2 .title-box {
  padding: 0 0.3rem;
  margin-bottom: 5vh;
}
.uc-login2 .title-box h1 {
  font-size: 0.48rem;
}
.uc-login2 .form {
  margin-bottom: 5vh;
}
.uc-login2 .form li {
  height: 1rem;
  margin-bottom: 0.6rem;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 0.32rem;
}
.uc-login2 .form .uc-input {
  flex: 1;
  min-width: 0;
  height: 1rem;
  border: none;
  background-color: #F4F5F6;
  border-radius: 1rem;
  padding: 0 0.4rem;
}
.uc-login2 .form .tips {
  font-size: 0.24rem;
  color: #999999;
  flex: 1;
  min-width: 0;
  margin-left: 0.2rem;
}
.uc-login2 .form .btn-yzm {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.1rem;
  z-index: 99;
  color: #517bfb;
  font-size: 0.28rem;
  background: #66C872 url("images/login2-bg-2.png") 0.1rem 0.1rem no-repeat;
  background-size: 0.26rem 0.42rem;
  line-height: 0.8rem;
  border-radius: 0.8rem;
  padding: 0 0.5rem;
  color: #fff;
  z-index: 9;
}
.uc-login2 .g-operate {
  padding-left: 0;
  padding-right: 0;
}
.uc-login2 .g-operate .uc-btn {
  height: 1rem;
  background: #66C872 url("images/login2-bg-2.png") 0.1rem 0.1rem no-repeat;
  background-size: 0.26rem 0.42rem;
  color: #fff;
  font-size: 0.4rem;
}
.uc-login2 .three-box {
  margin-top: 10vh;
  padding: 0 0.3rem 0.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uc-login2 .three-box li {
  text-align: center;
  font-size: 0.28rem;
}
.uc-login2 .three-box img {
  display: block;
  width: 1.06rem;
  border-radius: 100%;
  height: 1.06rem;
  overflow: hidden;
  margin: 0 auto 0.1rem;
}
.uc-login2 .three-box a {
  color: #666666;
}

/* |32|积分兑换|integralExchange| */
.uc-integralExchange {
  min-height: 100vh;
  background-color: #f6f6f6;
  padding-bottom: 10px;
  padding-bottom: calc(10px + constant(safe-area-inset-bottom));
  padding-bottom: calc(10px + env(safe-area-inset-bottom));
}
.uc-integralExchange header {
  background-color: transparent;
}
.uc-integralExchange .panel {
  background: url("images/integralExchange-bg.png") center top no-repeat;
  background-size: 100% auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 3.9rem;
  padding: 0.3rem 0.3rem 0;
  color: #fff;
  margin-bottom: 0.2rem;
  line-height: 1.5em;
}
.uc-integralExchange .panel .left {
  width: 2rem;
  text-align: center;
}
.uc-integralExchange .panel .face {
  width: 1rem;
  border-radius: 100%;
  height: 1rem;
  overflow: hidden;
  margin: 0 auto 0.1rem;
}
.uc-integralExchange .panel .face img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-integralExchange .panel .right {
  flex: 1;
  min-width: 0;
  border-left: rgba(255, 255, 255, 0.5) 1px solid;
  padding: 0.2rem 0rem 0.2rem 0.3rem;
  margin-right: 0.3rem;
}
.uc-integralExchange .panel .item .txt {
  min-width: 6em;
  margin-right: 0.3rem;
  display: inline-block;
  margin-bottom: 0.2rem;
}
.uc-integralExchange .panel .percent {
  position: relative;
  border: #F7B51C 1px solid;
  overflow: hidden;
  height: 0.4rem;
}
.uc-integralExchange .panel .percent .number {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  color: #fff;
  line-height: 0.4rem;
}
.uc-integralExchange .panel .percent .per {
  position: absolute;
  left: 0;
  top: 0;
  height: 0.4rem;
  display: block;
  background-color: #F7B51C;
}
.uc-integralExchange .box {
  border-radius: 0.1rem;
  margin: 0 0.3rem 0.2rem;
  background-color: #fff;
  padding: 0.2rem 0.3rem;
}
.uc-integralExchange .list1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.uc-integralExchange .list1 li {
  width: 25%;
  text-align: center;
  padding: 0.1rem 0;
}
.uc-integralExchange .list1 img {
  display: block;
  margin: 0 auto 0.1rem;
}
.uc-integralExchange .title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uc-integralExchange .title .name {
  flex: 1;
  min-width: 0;
  font-size: 0.3rem;
}
.uc-integralExchange .title img {
  display: block;
  margin-right: 0.1rem;
}
.uc-integralExchange .title .more {
  color: #999999;
  padding-right: 0.2rem;
}
.uc-integralExchange .box2 .tips {
  padding-left: 0.6rem;
  color: #999999;
  font-size: 0.2rem;
  margin-bottom: 0.3rem;
}
.uc-integralExchange .list2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.uc-integralExchange .list2 li {
  width: 33.33%;
  text-align: center;
  padding: 0.2rem 0;
  line-height: 1.5em;
}
.uc-integralExchange .list2 img {
  display: block;
  margin: 0 auto 0.1rem;
}
.uc-integralExchange .list2 h3 {
  font-size: 0.2rem;
  color: #999999;
}
.uc-integralExchange .list2 .number {
  color: #517bfb;
}
.uc-integralExchange .list2 .operate {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 0.1rem;
}
.uc-integralExchange .list2 .uc-btn {
  border-radius: 0.5rem;
  height: 0.5rem;
}

/* |33|签到|signin| */
.uc-signin {
  padding-bottom: 0px;
  padding-bottom: calc(0px + constant(safe-area-inset-bottom));
  padding-bottom: calc(0px + env(safe-area-inset-bottom));
}
.uc-signin .total-box {
  background: url("images/signin-bg.png") center center no-repeat;
  background-size: cover;
  height: 3.8rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: #fff;
  padding-bottom: 0.6rem;
}
.uc-signin .total-box .number {
  font-size: 0.6rem;
  margin-bottom: 0.1rem;
}
.uc-signin .panel {
  background-color: #fff;
  margin: -0.65rem 0.3rem 0.3rem;
  padding: 0.3rem 0.1rem;
  border-radius: 0.15rem;
  margin-bottom: 0.3rem;
  box-shadow: 0 0.1rem 0.15rem 0 rgba(0, 0, 0, 0.1);
}
.uc-signin .panel .top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.3rem;
  padding: 0 0.2rem;
}
.uc-signin .panel .l {
  color: #999999;
  line-height: 1.5em;
  text-align: center;
}
.uc-signin .panel .l .uc-big {
  color: #517bfb;
}
.uc-signin .panel .uc-btn {
  border-radius: 0.6rem;
  box-shadow: 0 0.05rem 0.15rem 0 rgba(0, 0, 0, 0.1);
}
.uc-signin .step {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uc-signin .step li {
  flex: 1;
  min-width: 0;
  text-align: center;
  position: relative;
  font-size: 0.26rem;
  padding-bottom: 0.8rem;
}
.uc-signin .step li:after {
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: #f4f4f4 0.04rem solid;
  position: absolute;
  left: -50%;
  bottom: 0.3rem;
}
.uc-signin .step li:before {
  content: "";
  width: 0.25rem;
  border-radius: 100%;
  height: 0.25rem;
  background: url("images/signin-step-bg-1-small.png") center center no-repeat;
  background-size: cover;
  position: absolute;
  left: 50%;
  bottom: 0.2rem;
  z-index: 9;
  margin-left: -0.125rem;
}
.uc-signin .step li:first-child:after {
  display: none;
}
.uc-signin .step li.ok .i1 {
  display: none;
}
.uc-signin .step li.ok .i2 {
  display: block;
}
.uc-signin .step li.ok .number {
  color: #517bfb;
}
.uc-signin .step li.ok:before {
  background-image: url("images/signin-step-bg-2-small.png");
}
.uc-signin .step li.ok:after {
  border-color: #dbe4ff;
}
.uc-signin .step img {
  width: 0.57rem;
  border-radius: 100%;
  height: 0.57rem;
  display: block;
  margin: 0 auto;
}
.uc-signin .step .i2 {
  display: none;
}
.uc-signin .step .number {
  margin-bottom: 0.1rem;
}
.uc-signin .title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 0.3rem;
  padding: 0.2rem 0 0.2rem 0.3rem;
  line-height: 0.48rem;
  position: relative;
}
.uc-signin .title .uc-big {
  font-size: 0.32rem;
  font-weight: bold;
}
.uc-signin .title .uc-arrow {
  color: #999999;
}
.uc-signin .title .uc-arrow:hover {
  color: #517bfb;
}
.uc-signin .title:after {
  content: "";
  width: 0.12rem;
  border-radius: 0.12rem;
  height: 0.4rem;
  background-color: #517bfb;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0rem;
}
.uc-signin .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.3rem 0.1rem;
}
.uc-signin .list li {
  width: 3.3rem;
  border-radius: 0.1rem;
  overflow: hidden;
  border: #eeeeee 1px solid;
  margin-bottom: 0.2rem;
}
.uc-signin .list .img {
  width: 100%;
  height: 3.3rem;
}
.uc-signin .list .img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-signin .list .con {
  padding: 0.2rem;
}
.uc-signin .list h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.uc-signin .list .btm {
  margin-top: 0.2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uc-signin .list .price {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  color: #517bfb;
  font-size: 0.28rem;
}
.uc-signin .list .price img {
  display: block;
  margin-right: 0.05rem;
}
.uc-signin .list .uc-btn {
  border-radius: 0.5rem;
  height: 0.5rem;
}

/* |34|开通会员|vip2| */
.uc-vip2 {
  min-height: 100vh;
  background-color: #f6f6f6;
  padding-bottom: 50px;
  padding-bottom: calc(50px + constant(safe-area-inset-bottom));
  padding-bottom: calc(50px + env(safe-area-inset-bottom));
}
.uc-vip2 .box {
  background-color: #fff;
  margin-bottom: 0.2rem;
  padding: 0.1rem 0.3rem 0.3rem;
}
.uc-vip2 .title {
  line-height: 0.8rem;
  font-weight: bold;
  font-size: 0.32rem;
}
.uc-vip2 .list {
  padding-top: 0.3rem;
  padding-bottom: 1px;
}
.uc-vip2 .list li {
  position: relative;
  margin-bottom: 0.3rem;
  border-radius: 0.1rem;
  border: #eeeeee 1px solid;
  padding: 0.4rem 0.3rem 0.3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.uc-vip2 .list li.on {
  background-color: #feedeb;
  border-color: #faa49b;
}
.uc-vip2 .list .icon {
  width: 0.64rem;
  position: absolute;
  right: -1px;
  top: -1px;
}
.uc-vip2 .list .uc-tag {
  position: absolute;
  top: -0.15rem;
  line-height: 0.4rem;
  font-size: 0.24rem;
  padding: 0 0.1rem;
  background: linear-gradient(to right, #fe9b3f 0%, #fd622b 100%);
  color: #fff;
  left: -1px;
  border-radius: 0 0.05rem 0.05rem 0;
}
.uc-vip2 .list h3, .uc-vip2 .list .money {
  line-height: 0.5rem;
  margin-bottom: 0.05rem;
}
.uc-vip2 .list h3 {
  font-size: 0.32rem;
}
.uc-vip2 .list p {
  color: #999999;
}
.uc-vip2 .list .right {
  text-align: right;
}
.uc-vip2 .list .money {
  color: #FF4F0F;
}
.uc-vip2 .list .uc-big {
  font-size: 0.46rem;
}
.uc-vip2 .tips, .uc-vip2 .tips .link {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.uc-vip2 .tips .link {
  opacity: 0.5;
}
.uc-vip2 .tips img {
  margin-right: 0.1rem;
}
.uc-vip2 .pay-type li {
  height: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  border-bottom: #eeeeee 1px solid;
  background: url("images/checkbox.png") center right no-repeat;
  background-size: 0.36rem 0.36rem;
  cursor: pointer;
  font-size: 0.28rem;
}
.uc-vip2 .pay-type li.on {
  background-image: url("images/checkbox-on.png");
}
.uc-vip2 .pay-type img {
  display: block;
  margin-right: 0.2rem;
}

/* |35|开通会员|vip3| */
.uc-vip3 {
  min-height: 100vh;
  padding-bottom: 0px;
  padding-bottom: calc(0px + constant(safe-area-inset-bottom));
  padding-bottom: calc(0px + env(safe-area-inset-bottom));
}
.uc-vip3, .uc-vip3 header {
  background: #ffa347 url("images/vip3.jpg") center top no-repeat;
  background-size: 100% auto;
}
.uc-vip3 .user-box {
  padding: 0.3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
.uc-vip3 .user-box .face {
  width: 1.5rem;
  border-radius: 100%;
  height: 1.5rem;
  background-color: #fff;
  border: #ff6d2b 4px solid;
  overflow: hidden;
}
.uc-vip3 .user-box .face img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-vip3 .user-box .center {
  flex: 1;
  min-width: 0;
  margin: 0 0.3rem;
}
.uc-vip3 .user-box h3 {
  font-size: 0.36rem;
  font-weight: bold;
  margin-bottom: 0.2rem;
}
.uc-vip3 .user-box .icon {
  width: 1.24rem;
}
.uc-vip3 .box {
  background-color: #fff;
  border-radius: 0.5rem;
  margin: 0 0.3rem 0.3rem;
  padding: 0.5rem;
}
.uc-vip3 .title {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.5rem;
}
.uc-vip3 .title b {
  color: #f67023;
  font-size: 0.4rem;
  margin: 0 0.2rem;
}
.uc-vip3 .title img {
  display: block;
  width: 0.42rem;
}
.uc-vip3 .card-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.uc-vip3 .card-list li {
  width: 1.66rem;
  border-radius: 0.5rem;
  background-color: #fff7ed;
  padding: 0.3rem 0;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.uc-vip3 .card-list li.on {
  background-color: #f8ead7;
  box-shadow: 0 0 0.3rem 0 rgba(246, 112, 35, 0.1);
}
.uc-vip3 .card-list li.on .line {
  background-color: #f67023;
  opacity: 0.5;
}
.uc-vip3 .card-list .line {
  width: 0.46rem;
  border-radius: 0.09rem;
  height: 0.09rem;
  background-color: #f8ead7;
  margin: 0 auto 0.3rem;
}
.uc-vip3 .card-list .money {
  font-size: 0.22rem;
}
.uc-vip3 .card-list .money b {
  font-size: 0.36rem;
}
.uc-vip3 .card-list p {
  font-size: 0.24rem;
}
.uc-vip3 .card-list .uc-del {
  margin: 0;
  font-size: 0.2rem;
}
.uc-vip3 .card-list .uc-tag {
  line-height: 0.33rem;
  border-radius: 0.3rem 0.3rem 0;
  padding: 0 0.16rem;
  color: #fff;
  background: linear-gradient(to right, #3590ed 0%, #74b5ff 100%);
  font-size: 0.2rem;
  box-shadow: 0 0.05rem 0.1rem 0 rgba(115, 182, 254, 0.45);
  position: absolute;
  left: -0.05rem;
  top: -0.2rem;
}
.uc-vip3 .pay-type {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  padding: 0.3rem 0;
}
.uc-vip3 .pay-type li {
  height: 0.8rem;
  padding-right: 0.3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background: url("images/vip3-radio-1.png") center right no-repeat;
  background-size: 0.2rem 0.2rem;
  cursor: pointer;
  font-size: 0.28rem;
}
.uc-vip3 .pay-type li.on {
  background-image: url("images/vip3-radio-2.png");
}
.uc-vip3 .pay-type img {
  display: block;
  margin-right: 0.1rem;
  position: relative;
  top: 0.03rem;
}
.uc-vip3 .operate .uc-btn {
  width: 5.7rem;
  border-radius: 0.86rem;
  height: 0.86rem;
  background: url("images/vip3-btn.png") center center no-repeat;
  background-size: cover;
  margin: 0 auto;
  font-size: 0.3rem;
  color: #fff;
}
.uc-vip3 .list li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.3rem;
}
.uc-vip3 .list li:last-child {
  margin-bottom: 0;
}
.uc-vip3 .list img {
  display: block;
}
.uc-vip3 .list .con {
  flex: 1;
  min-width: 0;
  margin-left: 0.2rem;
}
.uc-vip3 .list h4 {
  font-size: 0.28rem;
  font-weight: bold;
  margin-bottom: 0.1rem;
}
.uc-vip3 .list p {
  color: #999999;
}

/* |36|我的订单|order2| */
.uc-order2 {
  padding-bottom: 0px;
  padding-bottom: calc(0px + constant(safe-area-inset-bottom));
  padding-bottom: calc(0px + env(safe-area-inset-bottom));
  min-height: 100vh;
  background-color: #f6f6f6;
}
.uc-order2 .list {
  padding: 0.2rem 0;
}
.uc-order2 .list li {
  margin-bottom: 0.2rem;
  background-color: #fff;
}
.uc-order2 .list .hd, .uc-order2 .list .shop, .uc-order2 .list .bd, .uc-order2 .list .btm, .uc-order2 .list h3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uc-order2 .list .shop {
  font-size: 0.28rem;
  line-height: 1.5em;
}
.uc-order2 .list .shop img {
  display: block;
  margin-right: 0.1rem;
}
.uc-order2 .list .hd {
  padding: 0.2rem 0.3rem;
}
.uc-order2 .list .bd {
  padding: 0 0.3rem 0.3rem;
  align-items: flex-start;
}
.uc-order2 .list .bd p {
  color: #999999;
  font-size: 0.24rem;
  line-height: 1.25em;
}
.uc-order2 .list .total {
  color: #999999;
  text-align: right;
  line-height: 1.5em;
  padding: 0 0.3rem 0.2rem;
}
.uc-order2 .list .img {
  width: 1.6rem;
  height: 1.6rem;
  overflow: hidden;
  margin-right: 0.2rem;
  border: #eeeeee 1px solid;
}
.uc-order2 .list .img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-order2 .list .center {
  flex: 1;
  min-width: 0;
}
.uc-order2 .list .right {
  text-align: right;
  margin-left: 0.2rem;
}
.uc-order2 .list h3 {
  margin-bottom: 0.2rem;
}
.uc-order2 .list .btm {
  justify-content: flex-end;
  padding: 0.2rem;
  border-top: #eeeeee 1px solid;
}
.uc-order2 .list .uc-btn {
  border-radius: 0.6rem;
  margin-left: 0.2rem;
}

/* |37|修改密码|modifyPWD| */
.uc-modifyPWD {
  min-height: 100vh;
  background-color: #f6f6f6;
  padding-top: 0.8rem;
}
.uc-modifyPWD .title {
  font-size: 0.6rem;
  padding: 0.3rem;
}
.uc-modifyPWD .tips {
  padding: 0 0.3rem;
  font-size: 0.28rem;
  color: #404b69;
  margin-bottom: 1.3rem;
  line-height: 0.48rem;
}
.uc-modifyPWD .form {
  padding: 0 0.3rem;
}
.uc-modifyPWD .form li {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 0.28rem;
  margin-bottom: 0.3rem;
}
.uc-modifyPWD .form li:last-child {
  border-bottom: none;
}
.uc-modifyPWD .form .uc-input {
  flex: 1;
  min-width: 0;
  height: 1.08rem;
  border-radius: 0.15rem;
}
.uc-modifyPWD .g-operate .uc-btn {
  border-radius: 0.15rem;
}

/* |38|订单详情|orderDetail| */
.uc-orderDetail {
  min-height: 100vh;
  background-color: #f6f6f6;
  padding-bottom: 60px;
  padding-bottom: calc(60px + constant(safe-area-inset-bottom));
  padding-bottom: calc(60px + env(safe-area-inset-bottom));
}
.uc-orderDetail .panel {
  background: url("images/orderDetail-bg.jpg") center top no-repeat;
  background-size: 100% auto;
  height: 3rem;
  padding: 0.6rem 0.3rem 0;
}
.uc-orderDetail .panel .info {
  padding: 0.2rem 0 0;
  margin-top: 0.2rem;
}
.uc-orderDetail .card {
  border-radius: 0.1rem;
  background-color: #fff;
  box-shadow: 0 0.05rem 0.15rem 0 rgba(0, 0, 0, 0.1);
  padding: 0.5rem 0.3rem;
  position: relative;
  z-index: 9;
}
.uc-orderDetail .user {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.3rem;
}
.uc-orderDetail .user .face {
  width: 0.8rem;
  border-radius: 100%;
  height: 0.8rem;
  overflow: hidden;
  margin-right: 0.2rem;
  border: #eeeeee 1px solid;
}
.uc-orderDetail .user .face img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-orderDetail .user .name {
  font-size: 0.26rem;
  flex: 1;
  min-width: 0;
}
.uc-orderDetail .user .name small {
  color: #999999;
}
.uc-orderDetail .box {
  background-color: #fff;
  margin-bottom: 0.2rem;
}
.uc-orderDetail .box1 {
  padding-top: 1rem;
}
.uc-orderDetail .info {
  padding: 0.2rem 0.3rem;
  border-bottom: #eeeeee 1px solid;
  font-size: 0.28rem;
}
.uc-orderDetail .info:last-child {
  border-bottom: none;
}
.uc-orderDetail .info li {
  line-height: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uc-orderDetail .info .operate {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0.1rem;
}
.uc-orderDetail .info .operate .uc-btn {
  border-radius: 0.6rem;
  border-color: #ccc;
  font-size: 0.24rem;
}
.uc-orderDetail .info .more {
  display: none;
}
.uc-orderDetail .fixed-operate {
  position: fixed;
  z-index: 888;
  left: 50%;
  width: 7.5rem;
  margin-left: -3.75rem;
  bottom: 0;
  background-color: #fff;
  padding: 0.2rem 0.3rem;
  padding-bottom: 10px;
  padding-bottom: calc(10px + constant(safe-area-inset-bottom));
  padding-bottom: calc(10px + env(safe-area-inset-bottom));
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.uc-orderDetail .fixed-operate .uc-btn {
  border-radius: 0.6rem;
  margin-left: 0.2rem;
}
.uc-orderDetail .fixed-operate .uc-btn.gray-plain {
  border-color: #ccc;
}

/* |39|会员中心|vip4| */
.uc-vip4, .uc-vip4 header {
  background: #fff url("images/vip4-bg.png") center top no-repeat;
  background-size: 100% auto;
}
.uc-vip4 .user-box {
  padding: 0.3rem;
  margin-bottom: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uc-vip4 .user-box .face {
  width: 1.1rem;
  border-radius: 100%;
  height: 1.1rem;
  overflow: hidden;
  margin-right: 0.2rem;
  background-color: #fff;
}
.uc-vip4 .user-box .face img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-vip4 .user-box .center {
  flex: 1;
  min-width: 0;
  color: #fff;
}
.uc-vip4 .user-box .center h3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0.2rem;
  font-size: 0.32rem;
}
.uc-vip4 .user-box .center .uc-tag {
  margin-left: 0.1rem;
  font-size: 0.2rem;
  line-height: 0.32rem;
}
.uc-vip4 .user-box .uc-btn {
  border-radius: 0.6rem;
  color: #517bfb;
  padding: 0 0.3rem;
}
.uc-vip4 .user-box .uc-btn img {
  display: block;
  margin-right: 0.05rem;
}
.uc-vip4 .title {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 0.3rem;
  color: #517bfb;
  margin-bottom: 0.3rem;
}
.uc-vip4 .title img {
  display: block;
  margin: 0 0.2rem;
}
.uc-vip4 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0.3rem;
}
.uc-vip4 .list li {
  padding: 0.2rem 0;
  width: 25%;
  text-align: center;
}
.uc-vip4 .list img {
  display: block;
  margin: 0 auto 0.2rem;
}
.uc-vip4 .box {
  border-top: #f6f6f6 0.2rem solid;
}
.uc-vip4 .title2 {
  padding: 0.3rem;
  border-bottom: #eeeeee 1px solid;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 0.28rem;
}
.uc-vip4 .title2 a {
  font-size: 0.24rem;
}
.uc-vip4 .list2 {
  padding: 0 0.3rem;
}
.uc-vip4 .list2 li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.3rem 0;
  border-bottom: #eeeeee 1px solid;
}
.uc-vip4 .list2 li:last-child {
  border-bottom: none;
}
.uc-vip4 .list2 .center {
  flex: 1;
  min-width: 0;
  padding: 0 0.2rem;
}
.uc-vip4 .list2 .uc-btn {
  width: 1.6rem;
  border-radius: 0.54rem;
  height: 0.54rem;
  box-shadow: 0.05rem 0.05rem 0.1rem 0 #bdd1fe;
}
.uc-vip4 .list2 h3 {
  font-size: 0.28rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.uc-vip4 .list2 .uc-tag {
  font-size: 0.2rem;
  line-height: 0.32rem;
  margin-left: 0.1rem;
}
.uc-vip4 .list2 .txt {
  margin-top: 0.1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  color: #999999;
}
.uc-vip4 .list2 .txt img {
  display: block;
  margin-right: 0.1rem;
}

/* |40|选择城市|chooseCity| */
.uc-chooseCity {
  padding-bottom: 0px;
  padding-bottom: calc(0px + constant(safe-area-inset-bottom));
  padding-bottom: calc(0px + env(safe-area-inset-bottom));
}
.uc-chooseCity .g-search .uc-input {
  border-radius: 0.1rem;
  background-color: transparent;
  border: #eeeeee 1px solid;
}
.uc-chooseCity .list {
  padding: 0 0.2rem 0.2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
.uc-chooseCity .list li {
  width: 2.15rem;
  border-radius: 0.1rem;
  height: 2.15rem;
  box-shadow: 0 0.05rem 0.15rem 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  margin: 0.1rem;
  text-align: center;
}
.uc-chooseCity .list img {
  display: block;
  width: 1.3rem;
  height: 1.3rem;
  margin: 0 auto 0.05rem;
}
.uc-chooseCity .list a {
  font-size: 0.3rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
}

/* |41|我的|user2| */
.uc-user2 .user {
  height: 2.3rem;
  padding: 0 0.3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uc-user2 .user .face {
  width: 1.3rem;
  border-radius: 100%;
  height: 1.3rem;
  overflow: hidden;
  background-color: #0071fd;
  border: #fff 0.06rem solid;
  margin-right: 0.2rem;
}
.uc-user2 .user .face img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-user2 .user .center {
  flex: 1;
  min-width: 0;
}
.uc-user2 .user h3 {
  font-size: 0.46rem;
  margin-bottom: 0.1rem;
  font-weight: bold;
}
.uc-user2 .user h3 a {
  font-weight: bold;
}
.uc-user2 .user p {
  font-size: 0.26rem;
  color: #999999;
}
.uc-user2 .user .uc-btn {
  border-radius: 0.6rem;
  min-width: 1.6rem;
}
.uc-user2 .list1 {
  padding: 0 0.3rem 0.3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  font-size: 0.3rem;
}
.uc-user2 .list1 li {
  margin-bottom: 0.2rem;
}
.uc-user2 .list1 img {
  display: block;
  margin: 0 auto;
}
.uc-user2 .list2 li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.3rem;
  height: 1.2rem;
}
.uc-user2 .list2 .item {
  flex: 1;
  min-width: 0;
  margin-left: 0.2rem;
  height: 1.2rem;
  flex: 1;
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 0.3rem;
}
.uc-user2 .list2 .uc-gray {
  font-size: 0.24rem;
  color: #aeaeae;
}
.uc-user2 .list2 .btn {
  line-height: 0.54rem;
  border-radius: 0.54rem;
  font-size: 0.24rem;
  background-color: #f7f7f8;
  padding: 0 0.3rem;
}

/* |42|登录|login3| */
.uc-login3 {
  min-height: 100vh;
  background: #fff url("images/login3-bg.png") center top no-repeat;
  background-size: 100% auto;
  padding-bottom: 10px;
  padding-bottom: calc(10px + constant(safe-area-inset-bottom));
  padding-bottom: calc(10px + env(safe-area-inset-bottom));
}
.uc-login3 h1 {
  font-size: 0.6rem;
  color: #fff;
  line-height: 4rem;
  text-align: center;
}
.uc-login3 .panel {
  width: 6.4rem;
  border-radius: 0.3rem;
  background-color: #fff;
  margin: 0 0.6rem;
  padding: 0.9rem 0.4rem;
  box-shadow: 0 0.05rem 0.15rem 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.1rem 0.4rem 0 rgba(0, 0, 0, 0.1);
}
.uc-login3 .form {
  padding-bottom: 0.3rem;
}
.uc-login3 .form li {
  height: 1rem;
  margin-bottom: 0.3rem;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 0.32rem;
}
.uc-login3 .form img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.3rem;
}
.uc-login3 .form .uc-input {
  flex: 1;
  min-width: 0;
  height: 0.9rem;
  border: none;
  background-color: #f8f8f8;
  border-radius: 0.2rem;
  font-size: 0.28rem;
  padding-left: 0.9rem;
}
.uc-login3 .g-operate {
  padding-left: 0;
  padding-right: 0;
}
.uc-login3 .g-operate .uc-btn {
  height: 1rem;
  background: linear-gradient(to right, #5b86e5 0%, #4e54c8 100%);
  color: #fff;
  font-size: 0.32rem;
}
.uc-login3 .other {
  padding: 0.3rem 0.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uc-login3 .title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.3rem 0.5rem 0;
}
.uc-login3 .title span {
  color: #999999;
  margin: 0 0.2rem;
}
.uc-login3 .title i {
  flex: 1;
  min-width: 0;
  height: 1px;
  background-color: #eeeeee;
}
.uc-login3 .three-box {
  padding: 0 0.3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uc-login3 .three-box img {
  display: block;
  width: 1.4rem;
  border-radius: 100%;
  height: 1.4rem;
  overflow: hidden;
  margin: 0 auto;
}

/* |43|垃圾分类搜索|classify2| */
.uc-classify2 {
  padding: 0.3rem;
  padding-bottom: 15px;
  padding-bottom: calc(15px + constant(safe-area-inset-bottom));
  padding-bottom: calc(15px + env(safe-area-inset-bottom));
}
.uc-classify2 .search-box {
  padding-bottom: 0.3rem;
}
.uc-classify2 .search-box .uc-textarea {
  height: 1.6rem;
  border-radius: 0.2rem;
  background-color: #f6f6f6;
  border: none;
  box-shadow: 0 0.05rem 0.15rem 0 rgba(0, 0, 0, 0.1);
  padding: 0.1rem 0.3rem;
  font-size: 0.28rem;
}
.uc-classify2 .search-box .uc-btn {
  margin-top: 0.3rem;
  height: 0.8rem;
  border-radius: 0.8rem;
  font-size: 0.32rem;
  box-shadow: 0 0.05rem 0.15rem 0 rgba(0, 0, 0, 0.1);
}
.uc-classify2 .titleLine {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.2rem 0.3rem 0.2rem 0.3rem;
  line-height: 0.48rem;
  position: relative;
  font-size: 0.32rem;
  font-weight: bold;
}
.uc-classify2 .titleLine:after {
  content: "";
  width: 0.04rem;
  border-radius: 0.04rem;
  height: 0.28rem;
  background: linear-gradient(to bottom, rgba(81, 123, 251, 0.7) 0%, #517bfb 100%);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0rem;
}
.uc-classify2 .list {
  padding: 0.1rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.uc-classify2 .list .item {
  line-height: 0.64rem;
  border-radius: 0.64rem;
  padding: 0 0.32rem;
  margin-bottom: 0.2rem;
  margin-right: 0.2rem;
  font-size: 0.3rem;
  box-shadow: 0 0 0.13rem 1px rgba(0, 0, 0, 0.06);
  line-height: 0.64rem;
  min-width: 1.3rem;
  text-align: center;
}
.uc-classify2 .list .item:last-child {
  margin-right: 0;
}
.uc-classify2 .list2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  padding: 0.3rem;
  text-align: center;
  font-size: 0.3rem;
}
.uc-classify2 .list2 .item {
  cursor: pointer;
  padding: 0.3rem 0;
}
.uc-classify2 .list2 .img {
  width: 1.7rem;
  border-radius: 100%;
  height: 1.7rem;
  overflow: hidden;
  margin: 0 auto 0.3rem;
  box-shadow: 0 0.2rem 0.3rem 0 rgba(81, 123, 251, 0.3);
  cursor: pointer;
  position: relative;
  background: linear-gradient(to bottom, rgba(81, 123, 251, 0.7) 0%, #517bfb 100%);
}
.uc-classify2 .list2 .img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-classify2 .list2 .img input[type=file] {
  position: absolute;
  left: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}