@charset "UTF-8";
/*!
 * Created by 赫连勃格 on 2025/01/01.
 * WX:18900220083
 * QQ:215611388
 * SITE:www.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: #f3f9ff;
  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: #4c87fa;
  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: #4c87fa;
  color: #fff;
}

::selection {
  background: #4c87fa;
  color: #fff;
}

::-moz-selection {
  background: #4c87fa;
  color: #fff;
}

html {
  font-size: 13.3333333333vw;
  font-size: -webkit-calc(100vw/7.5);
}

@media screen and (min-width: 1081px) {
  html {
    font-size: 75px;
  }
}
.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: #fff;
}

.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: #9b9b9b;
  margin-left: 0.2rem;
}
.uc-del:first-child {
  margin-left: 0;
}

.animate, .uc-animate, .uc-revealOnScroll {
  opacity: 0;
}

.uc-blue {
  color: #4c87fa !important;
}

.uc-orange {
  color: #ff6427 !important;
}

.uc-red {
  color: #f01010 !important;
}

.uc-gray {
  color: #9b9b9b !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,d09GMgABAAAAAA3IAAsAAAAAGuAAAA15AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHFQGYACHCgqiAJteATYCJAN0CzwABCAFhFsHglwbwBYzo7aTs/JN9n9KkHaYxvlQbIaSlFQW2upyunDLeUe9dQNm+47vwmeinzmX+5W4j2EYRriFFuZp28bdxB2mGUoJUb8Xt3f3/ktt1fY2PoGui0QRY+gOFIpEKIQJkUeT3TE8bfMfoSMPwUIEg7Py4Iv5RTijwDgOK4FFYySYYxmwan5av1aRH9dNADRAAEHrobwy0zopDsFlD1xW0OKovsjMd6bPSbLgMaiAoDLNt6mW2r+VY1jsfBizftvrToSwCWD5ZZzS5ucD/xtAYOBfAwIYsEbYBjrsGpz/W0ttJnkTnQLwLwt3qkZWVsg/uxv4C92bLc5diaa8KRBaBleWQdgrgru6CFlwlUDOVcvKCuOrc5pCPPbRgsQ5ji3D6cLMoOYBqr79/iIIkE6vabqYloOB7LNq/SRQLkCPFHBXlrOx2mqQehxDEDQTUkfHuHWGXLnAAfSpJwE8Mz+9/AApFZTEoA+1alLrwKUNjI7MuBFg13TltxmUrUACGNBZs7HaLp4pjZhNnaaTjiUD//xUu30XmS62on7DKxVSm2wavQ4GvTbZ7ndDLo+WN9TI7cCBzSVm7DDewwazS3cODQuduvWy2P18kA2zcYOsq5SrkEbSHko5/DdeiSKpFCiWJ18WhTLIJpJJqTKVcsiFROiKmQByCgsr4UDthYADFNwFUA53BVTA/QBp4GGABDwcYOBKQDp4ISAFXA0I4JMBJfBpgCK4HpAK3gEogBsAxfAeQB68F5AP3wTIAt8OKIT/DsgAH5Rk390hkERwLwMgE76UAkrxpQxQhi/lgEp8GZLkmO4IrEMugCq9jnEwiWQJkFIB9a63vrLJqaTYngDZ3VCTSvBvhk6U/Ey+gYcJYm95d0Z6eUVReoakp4+VN6alHZa7imUxJy8np6woS81ycwvjMcRSkllTVxTfpyrJPpcoFgZUyPcrSJO4vl4i6SeLsQkNuiig9C6EEhRWj3WJ7e2TJe1UETKgyRSTaNoxUIh9QaPVY0lo+lUVQF5hgaE1FBogliXECCUBjA1vwBMAztFqcje4DLbXvZx3k0ri9E1JMvdy0d0KKc4iJdkMGhGWzQCEcJxiuVFdijc8odG3EM407RF8wCxPAejBwvjt6uFo0pMMAZj1QOd62KJOpQXiZVZt4qYXy4xGERPenwzewOg2cwmFLUttpYhtt8Ux120Lo44TaiNGKD23jMJPPtDok29El89Ae9oaVXFtnrsgJbihGIATnZ8s3rQziUi3PvePe+Ugp6957i64HeINPlmeOrkRY2ryacZt/RD5jTyFiCQzeByO0VGsQgWNSKNMS8Zh5BvzhWNODxq7h7MrFRpZFkUkdNei/Q0PaOQ40YUoc2+s7M/LzHm3rkICcGlQHWZ88+0a+mSxUmYJjfjoSMNIHsFi4g35xpb7wmRIlBBziqRYPQIGVypBHbIL0FYMOk75TyfZNoP9qp9RMberSlGF3+551b9G5byj3ChKzBQQ6XRsyHHopuVsfEOVLMtsCzTQE+npQzNSAcN5iksPAlqAsPE0FZcR727iEkHu5iYxwQUngdSD+lsLrnpqLxtdJgv+cb8qCOac29U5z63VRujZ8kcrRwIsP7aaD4VerZ+Gq/OCKbyuy4bejQiGj390dI4qjHtHfwZ1MVEWpxOYYms2sGO+R6uf+fZLU0hJeb0S4m95PIbnVh2f9PAgV64K5mu/OgenB/V5iWTzWBLQ7n4yyFVEDOiaT70yNyp0oejwmL0jdsgcKWzt18VhNGJae2tv7cW+uuaBaG803IMMMBmamFtt09heci71iOTtk4dJRIkho47V58xejjZZnPqSpNGzlqSxRoX89s3MfZ6vH/XPFrFTkmWN+E5MtsaFIvQPTIX/3wTF/qXmz0Wo0EWIOCQHlQq6a6aiCqiowlzkdkE6hY2vLxWhH2988u3Pvfz9Xq7od7/OR2ORgUgHxQbnJYvsAVFNBbQxiDQSg8Ak0YnMtsRtIThWTvERFk81bg1NXr7ZVaXuhnC4mYupzC09I+pwtpPYRVoDCOwTUtXSETJ35s7cIaNPLtRoC+qma/Lq6/JLWQC61GXZsskFw5dttW2FuYcDOuGtaY9/H4r+F4Mg+n71IbrTLJ3WwrdUyCyQC6wKeo9WgZipw1hivpiFQSgfBXb63KKVQItv52OiRamgY4H5ECqQQ3KIv1dAIghno2xF5ALKay4nfchMoZPHwCo6KvlEAZRH0839JOAQc+HTZK81aAWF7kHF6I6IEEuVpmtEmBAN5CZEOdJRqgedTg6s1RACG1yn95AbzXIbxYH6SBLfkmYFqELiIOZg8nQO9zUXxPpLpeRNZGAYW+i78IKN7/3JCZthTmnhZrV9vTwOuE7v7RoYIBTFm69uBuEOBYyR1dzsluTrRaR3JIo37/KVPWxFuY0/JOeEAh+SUVcRWBowd25AaWDFWWHf+Ny5pQEVgWeRNz2wdsU9x0t5Tdu8E874+UwI4bX7+J0JZUPbtErbh9emmxRFXM/vhDyZaZJSBmSTa40ZhPw1PXEURSFZhow5GSXs3Aglc7ZO0q970ZzQiHlsRnGw06GmOv8/ggodtxArGlzXKy8/qrWi0/v9U0KyZs/ODJH5awPR7Y1z/hdnALmB+pzznMpkclR2zhTI7vmDn8xLhihzy/XnNGU/5jTQmUPSUGl0ExEaC4Pd08tTymKTS8aLU+LqgtGstYO02FJErBK5l+RBJfn0B3AgR1IaLlaUC3uiRFyWqSsiA6ZLS7d1QpW8Sk8Wj8XUW2m3OLdojNo0ygAAyW+GNHwN5LJUsOyi3VRZsgTdSOgM+RiSrDjyAzzsLmsKL87H8t+cpXA3EhxhfXz0n6IZ8V5lsqjU1jQ8OiMqvSBYFVJXrBTm+oxvZGWQe7VhyqzQCkSSNI62LjFd05I4ryXBqRWaSkKGy5L7oyQwZlP5cXIwopaUIme9bLtl1VL4/zeL3em+xPGCVEWjHEbhPMKz8lpTbI460y9DuGp3ZkdnkSzepaHAZUUwl/8qC2Ye9nCdGWQO9gjyAMxT0WEvVammzoWNPG+Heh2FNu9g+Fjp0Ou7O4D9hvFZ+ujY1gdkcl3I1k2EKVMIU1fZXm5vGrs/UWj385YMFC+uc8psPFWT5fn9x440jxhdpjMi3kPtlzIdUzRHRqfGLNOi9mFu9CIkv+efKSDwzT3Oi5M1o386SffpY9Yb52/68vVrwdMbCHZrzpmBD59oX/a8d5PGuAkIXf6iVKv6/3N5tdj134fh+Heps7VoYJnbOMvKm6ee3zgSG9vzgPMU2Em2RKxGELW45LzQ42pk7v38uSrHxWNri/1xv74+P9y/+LCj47027lfsfxg5acBeJxtlkRDHUZTNmWmSy4E22anJKSoX+Oxwd9+hffFg3r+yWBYUCSW56KlMIfQzJGRSwR73OEcXg0fhnbmii3bsMeqKRTiC4KLis7p+BMeRYtHZ0GqBBrFIrRbpgO3r7D+xoLuC+D+NOMyG1VETRUtpO2gh3/17J1YGz7Zaj7lwTByXVXPmxEhOwCa269GEjYBYkhHAi4JhAAcvgrdFeYl4z54VFy9ahCC7CCD9oenUSO4Ndq4Khzq1ndUAGVABgCu/ByBnJ2qEwjtvr9li3TM+dHdfuGN7JhRq0IKM/5+FF3QDKVDVMOK376tl3DRutr4mrio2tjKudjSuJrbq4pw3WhtXGQuE1GdzI8quff92zL9wQrkiIjcsLDdC8W+EMizH0Ob9q4zICQMCnwLFLzq6BvqYEwy61ImMDDBgKMszDezZY7QnAT8RnaBP1mHzjx9fv7SYlvg2F5u8vW+7ApcXXewpYJepqltBO4JuCWDircAT5/1Bk93+yf4u5KQkxq7bhX5J2c0YgD3ONBRsdB6GroD/h9tR8kgWs5lmANBX7mt+pXs72RxR6gTldSTBnkAW4IZcbBbY5d8rM61D35IjRvSj6Ax95zGYZLOEslqsEeWT7xDRf3fW5OJJYx3zxN+f0zZ0zo1I2BTtIUN7jfySqShPCiS0kbLO48PR7OTZ/242hKoB4ZsaExF/n2C7kJg16FHlA4pWIJ0dBv/bTM13U0+vILahU4rPOjDl5cx4HQu8tVdCBj0UMT7eK50Oc/VnUOCsYUhIA5o9gl5CNs+Z8vfM+BUL/FOvhGKfKQL/2Sud7SYhWgbN7ci3wKgiarE7CwtUGM2INSTGil+Y1V6xLxfK+0OuLBVik76EFn9igZy8muqQyRiNMExBfBwfDr0nUTLtEWKax1hu12uDVZMChcYro4p6v1rYnYe3QIVZNdaQ+D7eF2a1V4xvBdb9Q67sMSls/lzbiph9OkWcrdYgXB0ySXQ0QkWsSEH4SKfQswUklHhpe4SYylPocmtN9mbiOmnbvLAoHKbaNmmKVbWkphumZSvHb4A373q+pZULl65cu3Hrzr0Hj548R6fAU+yUjIfW/39bdcouKO9l/4j2ZAvZM+1OxOebQ47gdnRKwDJ4XPnrTqiYKGY6JmyzPMrxaapHswOajoUcFROplANW2lIip2v5y9w2piIpvbLFILT7OLrKTsCibiutu+Cpwp4uUwz5qKjdx1W4S49R14Cjwv3hLmg0AAAA") 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: #999;
}

input:-moz-placeholder {
  color: #999;
}

::-webkit-input-placeholder {
  color: #999;
}

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: #4c87fa;
}

.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.2rem;
}
.uc-btn.blue {
  background-color: #4c87fa;
  border: #4c87fa 1px solid;
  color: #fff;
}
.uc-btn.blue-linear {
  background: linear-gradient(to right, rgba(76, 135, 250, 0.7) 0%, #4c87fa 100%);
  color: #fff;
}
.uc-btn.blue-plain {
  color: #4c87fa;
  border: #4c87fa 1px solid;
}
.uc-btn.blue-light {
  background-color: rgba(76, 135, 250, 0.1);
  color: #4c87fa;
}
.uc-btn.blue-shadow {
  box-shadow: 0 0.06rem 0.1rem 0 rgba(76, 135, 250, 0.3);
}
.uc-btn.orange {
  background-color: #ff6427;
  border: #ff6427 1px solid;
  color: #fff;
}
.uc-btn.orange-linear {
  background: linear-gradient(to right, rgba(255, 100, 39, 0.7) 0%, #ff6427 100%);
  color: #fff;
}
.uc-btn.orange-plain {
  color: #ff6427;
  border: #ff6427 1px solid;
}
.uc-btn.orange-light {
  background-color: rgba(255, 100, 39, 0.1);
  color: #ff6427;
}
.uc-btn.orange-shadow {
  box-shadow: 0 0.06rem 0.1rem 0 rgba(255, 100, 39, 0.3);
}
.uc-btn.red {
  background-color: #f01010;
  border: #f01010 1px solid;
  color: #fff;
}
.uc-btn.red-linear {
  background: linear-gradient(to right, rgba(240, 16, 16, 0.7) 0%, #f01010 100%);
  color: #fff;
}
.uc-btn.red-plain {
  color: #f01010;
  border: #f01010 1px solid;
}
.uc-btn.red-light {
  background-color: rgba(240, 16, 16, 0.1);
  color: #f01010;
}
.uc-btn.red-shadow {
  box-shadow: 0 0.06rem 0.1rem 0 rgba(240, 16, 16, 0.3);
}
.uc-btn.gray {
  background-color: #9b9b9b;
  border: #9b9b9b 1px solid;
  color: #fff;
}
.uc-btn.gray-linear {
  background: linear-gradient(to right, rgba(155, 155, 155, 0.7) 0%, #9b9b9b 100%);
  color: #fff;
}
.uc-btn.gray-plain {
  color: #9b9b9b;
  border: #9b9b9b 1px solid;
}
.uc-btn.gray-light {
  background-color: rgba(155, 155, 155, 0.1);
  color: #9b9b9b;
}
.uc-btn.gray-shadow {
  box-shadow: 0 0.06rem 0.1rem 0 rgba(155, 155, 155, 0.3);
}

.uc-tag {
  display: inline-block;
  border-radius: 0.06rem;
  padding: 0 0.1rem;
}
.uc-tag:empty {
  display: none;
}
.uc-tag.blue {
  background-color: #4c87fa;
  color: #fff;
}
.uc-tag.blue-linear {
  background: linear-gradient(to right, rgba(76, 135, 250, 0.7) 0%, #4c87fa 100%);
}
.uc-tag.blue-plain {
  color: #4c87fa;
  border: #4c87fa 1px solid;
}
.uc-tag.blue-light {
  color: #4c87fa;
  background-color: rgba(76, 135, 250, 0.1);
}
.uc-tag.orange {
  background-color: #ff6427;
  color: #fff;
}
.uc-tag.orange-linear {
  background: linear-gradient(to right, rgba(255, 100, 39, 0.7) 0%, #ff6427 100%);
}
.uc-tag.orange-plain {
  color: #ff6427;
  border: #ff6427 1px solid;
}
.uc-tag.orange-light {
  color: #ff6427;
  background-color: rgba(255, 100, 39, 0.1);
}
.uc-tag.red {
  background-color: #f01010;
  color: #fff;
}
.uc-tag.red-linear {
  background: linear-gradient(to right, rgba(240, 16, 16, 0.7) 0%, #f01010 100%);
}
.uc-tag.red-plain {
  color: #f01010;
  border: #f01010 1px solid;
}
.uc-tag.red-light {
  color: #f01010;
  background-color: rgba(240, 16, 16, 0.1);
}
.uc-tag.gray {
  background-color: rgba(155, 155, 155, 0.4);
  color: #fff;
}
.uc-tag.gray-linear {
  background: linear-gradient(to right, rgba(155, 155, 155, 0.7) 0%, #9b9b9b 100%);
}
.uc-tag.gray-plain {
  color: #525252;
  border: #eeeeee 1px solid;
}
.uc-tag.gray-light {
  color: #9b9b9b;
  background-color: rgba(155, 155, 155, 0.1);
}

/* ---------------------------------------------------------------------- 通用样式  -------------------------------------------------------------------- */
.uc-alert {
  position: fixed;
  z-index: 888;
  left: 50%;
  width: 7.5rem;
  margin-left: -3.75rem;
  top: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  padding-top: constant(safe-area-inset-top);
  padding-top: env(safe-area-inset-top);
  padding-right: constant(safe-area-inset-right);
  padding-right: env(safe-area-inset-right);
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
  padding-left: constant(safe-area-inset-left);
  padding-left: env(safe-area-inset-left);
}
.uc-alert .box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  border-radius: 0.1rem;
  background-color: #fff;
}
.uc-alert .box-bottom {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 9;
  background-color: #fff;
  width: 100%;
  border-radius: 0.2rem 0.2rem 0 0;
  transition: all 0.3s linear;
  padding-bottom: 0px;
  padding-bottom: calc(0px + constant(safe-area-inset-bottom));
  padding-bottom: calc(0px + env(safe-area-inset-bottom));
}
.uc-alert .scroll-box {
  padding: 0.3rem;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 60vh;
}
.uc-alert .scroll-box::-webkit-scrollbar {
  width: 0.06rem;
  height: 0.06rem;
  background-color: transparent;
  border-radius: 0.06rem;
}
.uc-alert .scroll-box::-webkit-scrollbar-track {
  border-radius: 0.05rem;
  background-color: transparent;
}
.uc-alert .scroll-box::-webkit-scrollbar-thumb {
  border-radius: 0.05rem;
  background-color: rgba(76, 135, 250, 0.6);
}
.uc-alert .scroll-box::-webkit-scrollbar-thumb:hover {
  background: rgba(76, 135, 250, 0.6);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.uc-alert .btn-close {
  font-size: 0.5rem;
  position: absolute;
  right: 0.1rem;
  top: 0.1rem;
}
.uc-alert .btn-close:hover {
  opacity: 0.8;
}
.uc-alert .over-close {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}

.uc-alert {
  display: none;
}

.uc-alert-detailChooseSize {
  background-color: rgba(0, 0, 0, 0.35);
}
.uc-alert-detailChooseSize .box-bottom {
  padding: 0.3rem 0.2rem;
  padding-bottom: 0px;
  padding-bottom: calc(0px + constant(safe-area-inset-bottom));
  padding-bottom: calc(0px + env(safe-area-inset-bottom));
}
.uc-alert-detailChooseSize .product {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.2rem;
}
.uc-alert-detailChooseSize .product .img {
  width: 1.7rem;
  height: 1.7rem;
  overflow: hidden;
}
.uc-alert-detailChooseSize .product .img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-alert-detailChooseSize .product .right {
  flex: 1;
  min-width: 0;
  margin-left: 0.2rem;
}
.uc-alert-detailChooseSize .product .price {
  color: #ff6427;
}
.uc-alert-detailChooseSize .product .uc-big {
  font-size: 0.44rem;
}
.uc-alert-detailChooseSize .product .tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.uc-alert-detailChooseSize .product .uc-tag {
  margin-top: 0.1rem;
  line-height: 0.5rem;
  margin-right: 0.1rem;
  border-radius: 0.1rem;
  padding: 0 0.15rem;
}
.uc-alert-detailChooseSize .sub-title {
  line-height: 0.6rem;
  font-weight: bold;
  font-size: 0.3rem;
}
.uc-alert-detailChooseSize .choose {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.uc-alert-detailChooseSize .choose li {
  border-radius: 0.1rem;
  margin-right: 0.1rem;
  margin-bottom: 0.1rem;
  padding: 0 0.2rem;
  background-color: #e9f0fe;
  color: #4c87fa;
  line-height: 0.5rem;
  cursor: pointer;
  text-align:center;
}
.uc-alert-detailChooseSize .choose li.on {
  background-color: #4c87fa;
  color: #fff;
}
.uc-alert-detailChooseSize .operate {
  padding: 0.3rem 0;
}
.uc-alert-detailChooseSize .operate .uc-btn {
  height: 0.8rem;
  border-radius: 0.2rem;
  font-size: 0.28rem;
}

.hide {
  display: none !important;
  z-index: 9999 !important;
}

.Provincial_urban_areas {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}

.Provincial_urban_areas1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.6);
}

.Provincial_urban_areas2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  background-color: #fff;
  transform: translateY(150%);
  transition: all 0.4s ease;
}

.Provincial_urban_areas2_tr {
  transform: translateY(0%) !important;
}

.betterHome {
  display: flex;
}

.li_color {
  color: #333333 !important;
}

@media screen and (max-width: 760px) {
  .betterHeader {
    height: 6rem;
    background-color: #fff;
    position: relative;
    width: 100%;
  }
  .betterHeader1 {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
    height: 100%;
    overflow: hidden;
    padding-top: 2rem;
  }
  .betterHeader1 .wheel-scroll .wheel-item {
    text-align: center;
    height: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .li_position {
    position: absolute;
    top: 1.97rem;
    width: 100%;
    z-index: 0;
    height: 0.8rem;
    background-color: rgba(76, 135, 250, 0.1);
  }
  .Provincial_urban_areas2_xuanze {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.15rem 0.3rem;
    border-bottom: 1px solid rgba(241, 241, 241, 0.8);
  }
  .Provincial_urban_areas2_xuanze span {
    cursor: pointer;
    display: block;
    color: #333333;
    padding: 0 0.3rem;
    border-radius: 0.1rem;
    background-color: rgba(200, 200, 200, 0.8);
    height: 0.6rem;
    line-height: 0.6rem;
  }
  .Provincial_urban_areas2_xuanze span:last-child {
    background-color: #4c87fa;
    color: #fff;
  }
}
@media screen and (min-width: 760px) {
  .betterHeader {
    height: 4rem;
    background-color: #fff;
    position: relative;
    width: 100%;
  }
  .betterHeader1 {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
    height: 100%;
    overflow: hidden;
    padding-top: 1.95rem;
  }
  .betterHeader1 .wheel-scroll .wheel-item {
    text-align: center;
    height: 0.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .li_position {
    position: absolute;
    top: 1.97rem;
    width: 100%;
    z-index: 0;
    height: 0.4rem;
    background-color: rgba(76, 135, 250, 0.1);
  }
  .Provincial_urban_areas2_xuanze {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.1rem 0.2rem;
    border-bottom: 1px solid rgba(241, 241, 241, 0.8);
  }
  .Provincial_urban_areas2_xuanze span {
    cursor: pointer;
    display: block;
    color: #333333;
    padding: 0.05rem 0.24rem;
    border-radius: 0.1rem;
    background-color: rgba(200, 200, 200, 0.8);
  }
  .Provincial_urban_areas2_xuanze span:last-child {
    background-color: #4c87fa;
    color: #fff;
  }
}
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;
}
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.22rem;
}
footer li a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("images/ft1.png") center 0.1rem no-repeat;
  background-size: 0.56rem 0.56rem;
  padding-top: 0.6rem;
  color: #a4a4a4;
}
footer li.on a {
  color: #4c87fa;
}
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");
}

.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: #4c87fa;
}
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;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}
header .btn-back {
  left: 0.2rem;
  font-size: 0.4rem;
}
header .btn-back:after {
  content: "\e67f";
  font-family: "uc-font";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
header .btn-menu {
  right: 0.2rem;
  font-size: 0.4rem;
  background: url("images/icon-more.png") center center no-repeat;
  background-size: 100% auto;
}
header .center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  text-align: center;
  color: #fff;
}
header .center .name {
  font-size: 0.32rem;
}
header .center .site {
  font-size: 0.18rem;
}
header.style-white {
  background-color: #fff;
  color: #333333;
}
header.style-white .btn-back {
  color: #333333;
}
header.style-white .center {
  color: #333333;
}
header.style-white .btn-menu {
  background-image: url("images/icon-more-black.png");
}

.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-noData {
  padding: 10vh 0;
  text-align: center;
}
.g-noData img {
  width: 3rem;
  height: 3rem;
  display: block;
  margin: 0 auto 0.6rem;
}
.g-noData h3 {
  font-size: 0.28rem;
  text-align: center;
  margin-bottom: 0.2rem;
}
.g-noData p {
  color: #9b9b9b;
}

.mui-poppicker {
  z-index: 9999;
  border: none;
  background-color: #f3f9ff;
}
.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: #4c87fa;
  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: #9b9b9b;
  width: 2em;
  padding: 0;
  background-color: transparent;
}
.mui-poppicker .mui-poppicker-body, .mui-poppicker .mui-picker, .mui-poppicker .mui-pciker-list {
  background-color: #f3f9ff;
}
.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(76, 135, 250, 0.1);
}
.mui-poppicker .mui-poppicker-body .highlight {
  color: #4c87fa !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: #f3f9ff;
}
.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: #9b9b9b;
  width: 2em;
  padding: 0;
  background-color: transparent;
}
.mui-dtpicker .mui-dtpicker-header .mui-btn.mui-btn-blue {
  background-color: #4c87fa;
  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: #f3f9ff;
}
.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(76, 135, 250, 0.1);
}
.mui-dtpicker .mui-dtpicker-body .highlight {
  color: #4c87fa !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;
  margin: 0 3px !important;
  transform: scale(0.75, 0.75);
}

.swiper-pagination-bullet-active {
  background-color: #fff;
  width: 2em;
  border-radius: 1.15em;
  opacity: 1;
}

.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: 100%;
  height: 50px;
  transition: all 0.3s linear;
  outline: none;
  background-size: 0.15rem auto;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

/* --------------------------------------------------------------------- 各页面样式  ------------------------------------------------------------------- */
/* |01|订单详情|orderDetail| */
.uc-orderDetail {
  padding: 0.24rem 0.3rem;
  padding-bottom: 60px;
  padding-bottom: calc(60px + constant(safe-area-inset-bottom));
  padding-bottom: calc(60px + env(safe-area-inset-bottom));
}
.uc-orderDetail .box {
  border-radius: 0.16rem;
  background-color: #fff;
  margin-bottom: 0.1rem;
  padding: 0.2rem;
}
.uc-orderDetail .box1 .hd {
  margin-bottom: 0.2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.uc-orderDetail .box1 .hd b {
  font-size: 0.3rem;
  color: #ff6427;
}
.uc-orderDetail .box1 .hd img {
  display: block;
  margin-right: 0.1rem;
}
.uc-orderDetail .box1 .uc-tag {
  font-style: italic;
  margin-left: 0.1rem;
  line-height: 0.36rem;
  font-size: 0.22rem;
}
.uc-orderDetail .box1 .bd {
  line-height: 0.32rem;
  text-align: justify;
  color: #525252;
}
.uc-orderDetail .box2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uc-orderDetail .box2 img {
  display: block;
}
.uc-orderDetail .box2 .con {
  flex: 1;
  min-width: 0;
  margin-left: 0.2rem;
}
.uc-orderDetail .box2 .txt1 {
  font-size: 0.3rem;
  line-height: 1.5em;
}
.uc-orderDetail .box2 .txt2 {
  color: #525252;
  margin-top: 0.1rem;
}
.uc-orderDetail .box3 .item {
  margin-bottom: 0.2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.uc-orderDetail .box3 .item .con {
  flex: 1;
  min-width: 0;
  margin-left: 0.2rem;
  padding-top: 0.1rem;
}
.uc-orderDetail .box3 .item .txt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  color: #525252;
  line-height: 1.5em;
  margin-top: 0.1rem;
}
.uc-orderDetail .box3 .img {
  width: 1.4rem;
  border-radius: 0.1rem;
  height: 1.4rem;
  overflow: hidden;
}
.uc-orderDetail .box3 .img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-orderDetail .box3 .name {
  font-size: 0.3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uc-orderDetail .box3 .name .n {
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.uc-orderDetail .box3 .name .price {
  margin-left: 0.2rem;
}
.uc-orderDetail .info li {
  line-height: 0.4rem;
  margin-bottom: 0.2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 0.26rem;
}
.uc-orderDetail .info .txt {
  min-width: 6em;
  margin-right: 0.2rem;
}
.uc-orderDetail .info .con {
  flex: 1;
  min-width: 0;
  text-align: right;
  color: #525252;
}
.uc-orderDetail .info .btn-copy {
  display: block;
  margin-left: 0.1rem;
}
.uc-orderDetail .info img {
  display: block;
}
.uc-orderDetail .title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.2rem;
  font-size: 0.3rem;
  font-weight: bold;
  line-height: 0.6rem;
}
.uc-orderDetail .title .uc-arrow {
  font-weight: bold;
}
.uc-orderDetail .title .uc-arrow:after {
  font-weight: normal;
  font-size: 0.32rem;
}
.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.1rem 0.3rem;
  padding-bottom: 5px;
  padding-bottom: calc(5px + constant(safe-area-inset-bottom));
  padding-bottom: calc(5px + env(safe-area-inset-bottom));
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uc-orderDetail .fixed-operate .con {
  flex: 1;
  min-width: 0;
  line-height: 0.8rem;
  font-size: 0.3rem;
}

/* |02|个人中心|user| */
.uc-user {
  background: linear-gradient(to bottom, #4c87fa 0%, #f3f9ff 3rem, #f3f9ff 100%);
  min-height: 80vh;
}
.uc-user .user-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.6rem 0.3rem;
}
.uc-user .user-box .face {
  width: 1.2rem;
  border-radius: 100%;
  height: 1.2rem;
  overflow: hidden;
}
.uc-user .user-box .face img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-user .user-box .con {
  flex: 1;
  min-width: 0;
  color: #fff;
  margin-left: 0.2rem;
  font-size: 0.26rem;
}
.uc-user .user-box h3 {
  font-size: 0.34rem;
  margin-bottom: 0.1rem;
  font-weight: bold;
}
.uc-user .box {
  margin: 0 0.2rem 0.2rem;
  background-color: #fff;
  padding: 0.2rem 0;
  border-radius: 0.16rem;
}
.uc-user .title {
  line-height: 0.6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.1rem;
  padding: 0 0.2rem;
}
.uc-user .title b {
  font-size: 0.3rem;
}
.uc-user .title .more {
  font-size: 0.26rem;
  color: #9b9b9b;
}
.uc-user .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.uc-user .list li {
  padding-top: 0.2rem;
  width: 25%;
  text-align: center;
  margin-bottom: 0.3rem;
}
.uc-user .list img {
  display: block;
  margin: 0 auto 0.1rem;
}

/* |03|我的订单|order| */
.uc-order .filter {
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: #f3f9ff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.1rem;
}
.uc-order .filter li {
  flex: 1;
  text-align: center;
  line-height: 0.9rem;
  font-size: 0.3rem;
  height: 0.9rem;
  cursor: pointer;
}
.uc-order .filter li.on {
  color: #4c87fa;
  position: relative;
  font-size: 0.34rem;
}
.uc-order .filter li.on:after {
  content: "";
  background-color: #4c87fa;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.1rem;
  width: 1em;
  border-radius: 0.06rem;
  height: 0.06rem;
}
.uc-order .filter-box {
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: #f3f9ff;
  padding-bottom: 0.1rem;
  background-color: #f3f9ff;
}
.uc-order .filter-box .swiper-slide {
  width: auto !important;
}
.uc-order .filter-box .item {
  font-size: 0.3rem;
  line-height: 0.9rem;
  padding: 0 0.3rem;
  display: block;
}
.uc-order .filter-box .item.on {
  color: #4c87fa;
  position: relative;
  font-size: 0.34rem;
}
.uc-order .filter-box .item.on:after {
  content: "";
  background-color: #4c87fa;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.1rem;
  width: 1em;
  border-radius: 0.06rem;
  height: 0.06rem;
}
.uc-order .list {
  padding: 0 0.3rem 0.2rem;
}
.uc-order .list li {
  border-radius: 0.16rem;
  background-color: #fff;
  margin-bottom: 0.1rem;
  padding: 0.2rem;
}
.uc-order .list .hd {
  margin-bottom: 0.2rem;
  line-height: 0.4rem;
  font-size: 0.26rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uc-order .list .hd time {
  color: #525252;
  margin-right: auto;
}
.uc-order .list .status {
  font-weight: bold;
}
.uc-order .list .bd {
  margin-bottom: 0.2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.uc-order .list .bd .con {
  flex: 1;
  min-width: 0;
  margin-left: 0.2rem;
  padding-top: 0.1rem;
}
.uc-order .list .bd .txt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  color: #525252;
  line-height: 1.5em;
  margin-top: 0.1rem;
}
.uc-order .list .img {
  width: 1.4rem;
  border-radius: 0.1rem;
  height: 1.4rem;
  overflow: hidden;
}
.uc-order .list .img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-order .list .name {
  font-size: 0.3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uc-order .list .name .n {
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.uc-order .list .name .price {
  margin-left: 0.2rem;
}
.uc-order .list .total {
  font-size: 0.26rem;
  text-align: right;
  margin-bottom: 0.1rem;
}
.uc-order .list .btm {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.uc-order .list .uc-btn {
  margin-left: 0.1rem;
}
.uc-order .list .uc-btn:first-child {
  margin-left: 0;
}
.uc-order .tab-con {
  display: none;
}
.uc-order .tab-con:first-child {
  display: block;
}

/* |04|账单详情|bill| */
.uc-bill {
  background: linear-gradient(to bottom, #4c87fa 0%, #f3f9ff 2rem, #f3f9ff 100%);
  min-height: 80vh;
  padding: 0.2rem;
  padding-bottom: 60px;
  padding-bottom: calc(60px + constant(safe-area-inset-bottom));
  padding-bottom: calc(60px + env(safe-area-inset-bottom));
}
.uc-bill .box {
  margin-bottom: 0.2rem;
  border-radius: 0.16rem;
  background-color: #fff;
  padding: 0.2rem;
}
.uc-bill .box1 {
  padding-top: 0.3rem;
}
.uc-bill .box1 .txt {
  font-size: 0.26rem;
  color: #9b9b9b;
  margin-bottom: 0.1rem;
  line-height: 1.5em;
}
.uc-bill .box1 .money {
  font-size: 0.57rem;
  font-weight: bold;
}
.uc-bill .box1 li {
  padding: 0.2rem 0;
}
.uc-bill .box1 .num {
  font-size: 0.3rem;
  font-weight: bold;
}
.uc-bill .box1 .tips {
  color: #4c87fa;
  font-size: 0.22rem;
  padding: 0.2rem 0;
  line-height: 1.5em;
}
.uc-bill .box2 {
  background-color: #fffaf6;
  margin-bottom: 0;
  color: #ff6427;
  font-size: 0.26rem;
  font-weight: bold;
  line-height: 1.25em;
}
.uc-bill .box3 li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  line-height: 0.4rem;
  padding: 0.15rem 0;
  font-size: 0.26rem;
}
.uc-bill .box3 .center {
  flex: 1;
  min-width: 0;
}
.uc-bill .box3 time {
  font-size: 0.22rem;
  color: #525252;
}
.uc-bill .box3 .right {
  text-align: right;
}
.uc-bill .btn-checkbox, .uc-bill .btn-checkboxAll {
  background: url("images/checkbox.png") center center no-repeat;
  background-size: cover;
  width: 0.3rem;
  border-radius: 100%;
  height: 0.3rem;
  display: block;
  margin-right: 0.2rem;
}
.uc-bill .btn-checkbox.on, .uc-bill .btn-checkboxAll.on {
  background-image: url("images/checkbox-on.png");
}
.uc-bill .btn-checkbox.gray, .uc-bill .btn-checkboxAll.gray {
  background-image: url("images/checkbox-gray.png") !important;
}
.uc-bill .fixed-operate {
  position: fixed;
  z-index: 888;
  left: 50%;
  width: 7.5rem;
  margin-left: -3.75rem;
  background-color: #fff;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.1rem 0.3rem 0.1rem 0.4rem;
  line-height: 0.6rem;
  font-size: 0.3rem;
}
.uc-bill .fixed-operate .l {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.uc-bill .fixed-operate .c {
  margin-right: 0.2rem;
  margin-left: auto;
}
.uc-bill .fixed-operate .uc-btn {
  min-width: 1.3rem;
  font-size: 0.26rem;
  line-height: 0.58rem;
}

/* |05|产品详情-选择规格|detail| */
.uc-detail {
  padding-bottom: 60px;
  padding-bottom: calc(60px + constant(safe-area-inset-bottom));
  padding-bottom: calc(60px + env(safe-area-inset-bottom));
}
.uc-detail .banner-box {
  margin-bottom: 0.2rem;
}
.uc-detail .banner-box img {
  display: block;
}
.uc-detail .panel {
  padding: 0.3rem;
}
.uc-detail .panel .price {
  color: #4c87fa;
  font-size: 0.22rem;
}
.uc-detail .panel .uc-big {
  font-size: 0.44rem;
}
.uc-detail .panel .name {
  font-size: 0.3rem;
  line-height: 0.4rem;
  margin-top: 0.1rem;
}
.uc-detail .info {
  padding: 0.2rem;
}
.uc-detail .info li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.1rem 0;
  line-height: 0.4rem;
  font-size: 0.26rem;
}
.uc-detail .info .txt {
  min-width: 4em;
  margin-right: 0.2rem;
  color: #525252;
}
.uc-detail .info .con {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.uc-detail .info .con img {
  display: block;
  margin-left: 0.1rem;
}
.uc-detail .box {
  border-radius: 0.2rem;
  background-color: #fff;
  margin: 0 0.2rem 0.2rem;
  position: relative;
}
.uc-detail .title {
  width: 1.31rem;
  height: 0.41rem;
  position: absolute;
  left: 0;
  top: 0;
}
.uc-detail .title img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-detail .step-box {
  padding: 0.7rem 0.1rem 0.3rem;
}
.uc-detail .step {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.uc-detail .step li {
  flex: 1;
  min-width: 0;
  position: relative;
}
.uc-detail .step .icon {
  width: 0.7rem;
  display: block;
  margin: 0 auto 0.15rem;
}
.uc-detail .step .arrow {
  position: absolute;
  right: -0.04rem;
  top: 0.28rem;
  width: 0.09rem;
}
.uc-detail .box4 {
  padding: 0.7rem 0.3rem 0.3rem;
}
.uc-detail .box4 .con {
  line-height: 1.5em;
  text-align: justify;
}
.uc-detail .box5 {
  padding: 0.7rem 0.3rem 0.3rem;
}
.uc-detail .box5 .tips {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  line-height: 0.24rem;
  padding: 0.1rem 0;
}
.uc-detail .box5 .tips img {
  display: block;
  margin-right: 0.2rem;
}
.uc-detail .box5 .tips .r {
  flex: 1;
  min-width: 0;
  color: #4c87fa;
  font-size: 0.22rem;
}
.uc-detail .info2 li {
  margin-bottom: 0.2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.uc-detail .info2 img {
  display: block;
  width: 0.22rem;
  border-radius: 100%;
  height: 0.22rem;
  margin-right: 0.2rem;
  position: relative;
  top: 0.1rem;
}
.uc-detail .info2 .con {
  line-height: 2em;
  text-align: justify;
  flex: 1;
  min-width: 0;
}
.uc-detail .box6 {
  padding: 0.7rem 0.1rem 0.3rem;
}
.uc-detail .detail img {
  display: block;
}
.uc-detail .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;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  padding-bottom: calc(10px + constant(safe-area-inset-bottom));
  padding-bottom: calc(10px + env(safe-area-inset-bottom));
}
.uc-detail .fixed-operate img {
  width: 0.44rem;
  height: 0.44rem;
  display: block;
  margin: 0 auto 0.1rem;
}
.uc-detail .fixed-operate .i2 {
  display: none;
}
.uc-detail .fixed-operate .btn {
  text-align: center;
  color: #9b9b9b;
  margin-right: 0.4rem;
}
.uc-detail .fixed-operate .btn.on {
  color: #4c87fa;
}
.uc-detail .fixed-operate .btn.on .i1 {
  display: none;
}
.uc-detail .fixed-operate .btn.on .i2 {
  display: block;
}
.uc-detail .fixed-operate .uc-btn {
  width: 2rem;
  border-radius: 0.1rem;
  height: 0.7rem;
  margin-left: auto;
}

/* |06|登录|login| */
.uc-login {
  background: url("images/login-bg1.jpg") center top no-repeat;
  background-size: 100% auto;
  min-height: 100vh;
  padding-top: 4.8rem;
  padding-bottom: 20px;
  padding-bottom: calc(20px + constant(safe-area-inset-bottom));
  padding-bottom: calc(20px + env(safe-area-inset-bottom));
}
.uc-login .box {
  background-color: #fff;
  border-radius: 0.15rem;
  margin: 0 0.35rem 0.35rem;
  padding: 0.4rem;
}
.uc-login .title {
  margin-bottom: 0.5rem;
}
.uc-login .title h2 {
  font-size: 0.48rem;
  font-weight: bold;
  margin-bottom: 0.15rem;
}
.uc-login .title p {
  font-size: 0.34rem;
  line-height: 1.5em;
}
.uc-login .form li {
  position: relative;
  margin-bottom: 0.2rem;
}
.uc-login .form .icon {
  width: 0.28rem;
  height: 0.28rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.3rem;
}
.uc-login .form .uc-input {
  height: 0.9rem;
  border-radius: 0.2rem;
  background-color: #f3f7fe;
  border: none;
  font-size: 0.28rem;
  padding-left: 0.8rem;
}
.uc-login .form .btn-clear {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.3rem;
}
.uc-login .form .btn-yzm {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.3rem;
  color: #4c87fa;
}
.uc-login .tips {
  color: #525252;
  line-height: 1.5em;
}
.uc-login .agree {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  line-height: 0.36rem;
  margin-top: 0.5rem;
  margin-bottom: 0.3rem;
}
.uc-login .agree .con {
  flex: 1;
  min-width: 0;
  color: #525252;
}
.uc-login .agree .btn-agree {
  width: 0.3rem;
  height: 0.3rem;
  background: url("images/checkbox.png") center center no-repeat;
  background-size: 100% auto;
  margin-right: 0.1rem;
}
.uc-login .agree .btn-agree.on {
  background-image: url("images/checkbox-on.png");
}
.uc-login .operate .uc-btn {
  height: 0.94rem;
  border-radius: 0.2rem;
  font-size: 0.32rem;
}

/* |09|确认订单|orderSure| */
.uc-orderSure {
  padding-bottom: 100px;
  padding-bottom: calc(100px + constant(safe-area-inset-bottom));
  padding-bottom: calc(100px + env(safe-area-inset-bottom));
}
.uc-orderSure .box {
  border-radius: 0.2rem;
  margin: 0 0.3rem 0.2rem;
  background-color: #fff;
  padding: 0 0.2rem;
}
.uc-orderSure .box1 {
  padding: 0.2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uc-orderSure .box1 img {
  display: block;
}
.uc-orderSure .box1 .con {
  flex: 1;
  min-width: 0;
  margin-left: 0.2rem;
}
.uc-orderSure .box1 .name {
  font-size: 0.28rem;
  line-height: 1.25em;
  max-height: 2.5em;
  overflow: hidden;
}
.uc-orderSure .box1 .btm {
  margin-top: 0.15rem;
  color: #525252;
}
.uc-orderSure .box1 .btm span {
  margin-right: 0.1rem;
}
.uc-orderSure .box2 {
  padding: 0.2rem;
}
.uc-orderSure .box2 .title {
  font-size: 0.28rem;
  font-weight: bold;
  line-height: 0.4rem;
  margin-bottom: 0.2rem;
}
.uc-orderSure .product .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.uc-orderSure .product .img {
  width: 1.43rem;
  height: 1.43rem;
  overflow: hidden;
}
.uc-orderSure .product .img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-orderSure .product .right {
  flex: 1;
  min-width: 0;
  margin-left: 0.2rem;
}
.uc-orderSure .product .name-box, .uc-orderSure .product .txt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  line-height: 0.5rem;
}
.uc-orderSure .product .name {
  font-size: 0.28rem;
  font-weight: bold;
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.uc-orderSure .product .price {
  font-size: 0.3rem;
  margin-left: 0.2rem;
}
.uc-orderSure .product .l {
  color: #525252;
}
.uc-orderSure .product .r {
  color: #9b9b9b;
}
.uc-orderSure .info {
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  font-size: 0.26rem;
}
.uc-orderSure .info li {
  padding: 0.1rem 0;
  line-height: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uc-orderSure .info .con {
  flex: 1;
  min-width: 0;
  text-align: right;
}
.uc-orderSure .info .uc-input {
  flex: 1;
  min-width: 0;
  text-align: right;
  padding: 0;
  border: none;
}
.uc-orderSure .info .txt {
  color: #525252;
  margin-right: 0.2rem;
  min-width: 4em;
}
.uc-orderSure .agree {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  line-height: 0.36rem;
  margin-bottom: 0.1rem;
}
.uc-orderSure .agree .con {
  flex: 1;
  min-width: 0;
  color: #525252;
}
.uc-orderSure .agree .btn-agree {
  width: 0.3rem;
  height: 0.3rem;
  background: url("images/checkbox.png") center center no-repeat;
  background-size: 100% auto;
  margin-right: 0.1rem;
}
.uc-orderSure .agree .btn-agree.on {
  background-image: url("images/checkbox-on.png");
}
.uc-orderSure .fixed-operaet {
  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));
}
.uc-orderSure .fixed-operaet .bd {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 0.3rem;
}
.uc-orderSure .fixed-operaet .bd .c {
  margin-right: 0.2rem;
  margin-left: auto;
}
.uc-orderSure .fixed-operaet .bd .uc-btn {
  min-width: 1.3rem;
  font-size: 0.26rem;
  line-height: 0.58rem;
}

/* |10|首页|home| */
.uc-home {
  background: linear-gradient(to bottom, #4c87fa 0%, #f3f9ff 3rem, #f3f9ff 100%);
  min-height: 80vh;
}
.uc-home .search-box {
  padding: 0.2rem;
}
.uc-home .search-box .uc-input {
  background: #fff url("images/icon-search.png") 0.2rem center no-repeat;
  background-size: 0.26rem 0.26rem;
  padding-left: 0.64rem;
  border-radius: 0.7rem;
}
.uc-home .swiper-box {
  padding: 0 0.2rem;
  margin-bottom: 0.2rem;
}
.uc-home .swiper-box .item {
  width: 7.1rem;
  border-radius: 0.1rem;
  height: 3rem;
  overflow: hidden;
  display: block;
}
.uc-home .swiper-box .item img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-home .notice {
  border-radius: 0.1rem;
  padding: 0.2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 0.2rem 0.2rem;
  background-color: #fff;
  line-height: 0.4rem;
}
.uc-home .notice img {
  width: 0.68rem;
  height: 0.26rem;
  display: block;
  margin-right: 0.2rem;
}
.uc-home .notice .marquee {
  flex: 1;
  min-width: 0;
  font-size: 0.28rem;
}
.uc-home .filter {
  padding: 0.1rem 0.2rem 0.3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uc-home .filter li {
  cursor: pointer;
  text-align: center;
  flex: 1;
  min-width: 0;
}
.uc-home .filter li.on .btm {
  background-color: #4c87fa;
  color: #fff;
}
.uc-home .filter h3 {
  font-size: 0.3rem;
  font-weight: bold;
  margin-bottom: 0.1rem;
}
.uc-home .filter .btm {
  width: 1.4rem;
  border-radius: 0.36rem;
  height: 0.36rem;
  line-height: 0.36rem;
  text-align: center;
  margin: 0 auto;
}
.uc-home .list {
  padding: 0 0.3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.uc-home .list li {
  width: 3.28rem;
  border-radius: 0.1rem;
  padding: 0.1rem;
  background-color: #fff;
  margin-bottom: 0.2rem;
}
.uc-home .list .img {
  width: 3.08rem;
  border-radius: 0.1rem;
  height: 3.08rem;
  overflow: hidden;
}
.uc-home .list .img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-home .list .btm {
  padding: 0.1rem;
}
.uc-home .list h3 {
  font-size: 0.28rem;
  font-weight: bold;
  line-height: 0.4rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.uc-home .list p {
  color: #9b9b9b;
  font-size: 0.22rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.uc-home .list .price {
  font-size: 0.22rem;
  color: #f01010;
  margin-top: 0.1rem;
}
.uc-home .list .uc-big {
  font-size: 0.32rem;
}
.uc-home .tab-con {
  display: none;
}
.uc-home .tab-con:first-child {
  display: block;
}

/* |14|收货地址|addr| */
.uc-addr {
  padding-bottom: 70px;
  padding-bottom: calc(70px + constant(safe-area-inset-bottom));
  padding-bottom: calc(70px + env(safe-area-inset-bottom));
}
.uc-addr .list li {
  padding: 0.2rem 0.3rem;
  border-bottom: #eeeeee 1px solid;
}
.uc-addr .list h3 {
  font-size: 0.28rem;
  margin-bottom: 0.1rem;
}
.uc-addr .list span {
  margin-right: 0.2rem;
  color: #9b9b9b;
}
.uc-addr .fixed-operate {
  position: fixed;
  z-index: 888;
  left: 50%;
  width: 7.5rem;
  margin-left: -3.75rem;
  bottom: 0;
  background-color: #f3f9ff;
  padding: 0.1rem 0.3rem;
  padding-bottom: 5px;
  padding-bottom: calc(5px + constant(safe-area-inset-bottom));
  padding-bottom: calc(5px + env(safe-area-inset-bottom));
}
.uc-addr .fixed-operate .uc-btn {
  border-radius: 0.8rem;
  height: 0.8rem;
  font-size: 0.28rem;
}

/* |15|设置地址|add| */
.uc-addForm {
  padding-bottom: 70px;
  padding-bottom: calc(70px + constant(safe-area-inset-bottom));
  padding-bottom: calc(70px + env(safe-area-inset-bottom));
  padding-top: 0.2rem;
}
.uc-addForm .form {
  padding: 0 0.3rem;
}
.uc-addForm .form li {
  padding: 0.15rem 0;
  border-bottom: #eeeeee 1px solid;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  line-height: 0.6rem;
  font-size: 0.28rem;
}
.uc-addForm .form .txt {
  min-width: 6em;
  margin-right: 0.2rem;
}
.uc-addForm .form .btn-switch {
  width: 0.66rem;
  height: 0.37rem;
  cursor: pointer;
  background: url("images/switch.png") center center no-repeat;
  background-size: 100% auto;
}
.uc-addForm .form .btn-switch.on {
  background-image: url("images/switch-on.png");
}
.uc-addForm .form .uc-input {
  padding: 0;
  flex: 1;
  min-width: 0;
  text-align: right;
  border: none;
  background-color: transparent;
}
.uc-addForm .fixed-operate {
  position: fixed;
  z-index: 888;
  left: 50%;
  width: 7.5rem;
  margin-left: -3.75rem;
  bottom: 0;
  background-color: #f3f9ff;
  padding: 0.1rem 0.3rem;
  padding-bottom: 5px;
  padding-bottom: calc(5px + constant(safe-area-inset-bottom));
  padding-bottom: calc(5px + env(safe-area-inset-bottom));
}
.uc-addForm .fixed-operate .uc-btn {
  border-radius: 0.8rem;
  height: 0.8rem;
  font-size: 0.28rem;
}