@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 {
  -webkit-box-sizing: content-box;
          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 {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  font-size: 0.24rem;
  color: #333333;
  background: #ffffff;
  min-height: 100vh;
  outline: none;
}

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;
  -webkit-box-sizing: border-box;
          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: #0018ff;
  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 {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

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

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: #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: #0018ff !important;
}

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

.uc-yellow {
  color: #ffde00 !important;
}

.uc-gray {
  color: #999999 !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%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.uc-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.uc-flex.start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.uc-flex.end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.uc-flex.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.uc-flex-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.uc-flex-col.start {
  -ms-flex-line-pack: start;
      align-content: start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.uc-flex-col.end {
  -ms-flex-line-pack: end;
      align-content: end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.uc-flex-col.center {
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

textarea {
  min-height: 1.2rem;
  height: auto;
  -webkit-box-sizing: border-box !important;
          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: #0018ff;
}

.uc-btn {
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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: #0018ff;
  border: #0018ff 1px solid;
  color: #fff;
}
.uc-btn.blue-linear {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 24, 255, 0.7)), to(#0018ff));
  background: -o-linear-gradient(left, rgba(0, 24, 255, 0.7) 0%, #0018ff 100%);
  background: linear-gradient(to right, rgba(0, 24, 255, 0.7) 0%, #0018ff 100%);
  color: #fff;
}
.uc-btn.blue-plain {
  color: #0018ff;
  border: #0018ff 1px solid;
}
.uc-btn.red {
  background-color: #ff3c00;
  border: #ff3c00 1px solid;
  color: #fff;
}
.uc-btn.red-linear {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 60, 0, 0.7)), to(#ff3c00));
  background: -o-linear-gradient(left, rgba(255, 60, 0, 0.7) 0%, #ff3c00 100%);
  background: linear-gradient(to right, rgba(255, 60, 0, 0.7) 0%, #ff3c00 100%);
  color: #fff;
}
.uc-btn.red-plain {
  color: #ff3c00;
  border: #ff3c00 1px solid;
}
.uc-btn.yellow {
  background-color: #ffde00;
  border: #ffde00 1px solid;
  color: #fff;
}
.uc-btn.yellow-linear {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 222, 0, 0.7)), to(#ffde00));
  background: -o-linear-gradient(left, rgba(255, 222, 0, 0.7) 0%, #ffde00 100%);
  background: linear-gradient(to right, rgba(255, 222, 0, 0.7) 0%, #ffde00 100%);
  color: #fff;
}
.uc-btn.yellow-plain {
  color: #ffde00;
  border: #ffde00 1px solid;
}
.uc-btn.gray {
  background-color: #999999;
  border: #999999 1px solid;
  color: #fff;
}
.uc-btn.gray-linear {
  background: -webkit-gradient(linear, left top, right top, from(rgba(153, 153, 153, 0.7)), to(#999999));
  background: -o-linear-gradient(left, rgba(153, 153, 153, 0.7) 0%, #999999 100%);
  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-tag {
  display: inline-block;
  border-radius: 0.06rem;
  padding: 0 0.1rem;
}
.uc-tag:empty {
  display: none;
}
.uc-tag.blue {
  background-color: #0018ff;
  color: #fff;
}
.uc-tag.red {
  background-color: #ff3c00;
  color: #fff;
}
.uc-tag.yellow {
  background-color: #ffde00;
  color: #fff;
}
.uc-tag.gray {
  background-color: rgba(153, 153, 153, 0.4);
  color: #fff;
}

/* ---------------------------------------------------------------------- 通用样式  -------------------------------------------------------------------- */
.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.7);
  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%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9;
  background-color: #000;
}
.uc-alert .btn-close {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.5rem;
  position: absolute;
  right: 0.2rem;
  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-video .box {
  width: 100%;
  max-width: 10rem;
}
.uc-alert-video video {
  display: block;
  width: 100%;
  min-height: 5.6rem;
}

.uc-alert-card {
  background-color: rgba(0, 0, 0, 0.3);
}
.uc-alert-card .box {
  background: none;
}
.uc-alert-card .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 99;
}
.uc-alert-card .list li {
  width: 6.17rem;
  height: 10.22rem;
  background: url("images/home-bg-11-3.png") center center no-repeat;
  background-size: 100% auto;
  padding: 0.7rem 0.3rem 0.7rem 0.7rem;
  color: #fff;
  display: none;
}
.uc-alert-card .list li:first-child {
  display: block;
}
.uc-alert-card .list h3 {
  color: #605811;
  height: 1.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0.1rem;
}
.uc-alert-card .list h3 b {
  font-size: 0.8rem;
  font-weight: bold;
  color: #ffde00;
  letter-spacing: 0.05rem;
}
.uc-alert-card .list h3 i {
  font-weight: lighter;
  position: relative;
  top: 0.35rem;
  margin-left: 0.1rem;
  font-size: 0.6rem;
}
.uc-alert-card .list .con {
  font-size: 0.4rem;
  line-height: 0.5rem;
  min-height: 2.1rem;
  margin-bottom: 0.1rem;
}
.uc-alert-card .info {
  font-size: 0.35rem;
  height: 2.2rem;
}
.uc-alert-card .info .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 0.65rem;
}
.uc-alert-card .info img {
  display: block;
  margin-right: 0.2rem;
}
.uc-alert-card .btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 0.3rem;
}
.uc-alert-card .btm .l {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  margin-right: 0.5rem;
}
.uc-alert-card .btm .l img {
  width: 1.28rem;
  display: block;
  margin: 0 auto;
}
.uc-alert-card .btm .r {
  width: 2.25rem;
  text-align: center;
  position: relative;
}
.uc-alert-card .btm .code {
  width: 2.25rem;
  height: 2.25rem;
  overflow: hidden;
  background-color: #fff;
}
.uc-alert-card .btm .code img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-alert-card .btm .t {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -0.5rem;
  color: #777777;
  font-size: 0.24rem;
}

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: #0018ff;
  font-size: 0.32rem;
  border-top: #eeeeee 1px solid;
}
footer .footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          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: #999999;
}
footer li.on a {
  color: #0018ff;
}
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 li:nth-child(5) a {
  background-image: url("images/ft5.png");
}
footer li:nth-child(5).on a {
  background-image: url("images/ft5-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;
  z-index: 1000;
  top: 0;
  padding-top: 0px;
  padding-top: calc(0px + constant(safe-area-inset-top));
  padding-top: calc(0px + env(safe-area-inset-top));
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
header .header-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.2rem;
  min-height: 1rem;
  position: relative;
}
header .logo {
  display: block;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
header .logo img {
  display: block;
  height: 0.9rem;
  width: auto !important;
}
header .btn-menu {
  display: none;
}
header .btn-menu img {
  display: block;
}
header nav {
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
  z-index: 99;
}
header nav a {
  display: block;
  text-align: right;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #fff;
  font-size: 0.26rem;
  line-height: 0.6rem;
  opacity: 0.6;
  margin-left: 0.75rem;
}
header nav a:hover, header nav a.on {
  opacity: 1;
  color: #fff;
}
header nav a.on {
  font-size: 0.32rem;
  opacity: 1;
}
header.isTop {
  background-color: #000;
  padding-top: 0;
  padding-top: calc(0 + constant(safe-area-inset-top));
  padding-top: calc(0 + env(safe-area-inset-top));
}
header.isTop .btn-menu {
  display: block;
}
header.isTop nav {
  display: none;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

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

.swiper-pagination-bullet-active {
  background-color: #0018ff;
  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;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  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 {
  overflow-x: hidden;
}

.uc-home {
  width: 7.5rem;
  overflow-x: hidden;
}

.uc-home-1 {
  min-height: 100vh;
  position: relative;
  background: #000 url("images/home-bg-1.jpg") center bottom no-repeat;
  background-size: cover;
}
.uc-home-1 .box {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
.uc-home-1 .box img {
  display: block;
  margin-bottom: 0.8rem;
}
.uc-home-1 .bottom {
  width: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 4vh;
  z-index: 9;
}
.uc-home-1 .bottom .txt {
  font-size: 0.3rem;
  line-height: 0.45rem;
  color: #fff;
  text-align: center;
}
.uc-home-1 .bottom img {
  width: 0.6rem;
  cursor: pointer;
  margin: 1vh auto 0;
  display: block;
}

.uc-home2345 {
  position: relative;
  background-color: #000;
  padding-bottom: 2.4rem;
}

.uc-home-3 {
  position: relative;
  z-index: 9;
  background: url("images/home-3-bg.png") center center no-repeat;
  background-size: 4.6rem auto;
  min-height: 4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.uc-home-3 .txt {
  font-size: 0.3rem;
  line-height: 0.6rem;
  text-align: center;
  color: #fff;
}

.uc-home-4 {
  position: relative;
  z-index: 9;
}
.uc-home-4 .title {
  font-size: 0.5rem;
  text-align: center;
  color: #fff;
  line-height: 0.8rem;
  margin-bottom: 0.7rem;
  letter-spacing: 2px;
  padding-left: 2px;
}
.uc-home-4 .info {
  font-size: 0.32rem;
  padding-top: 0.2rem;
  padding-bottom: 0.3rem;
}
.uc-home-4 .arrow {
  width: 0.41rem;
  height: 0.39rem;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 9;
}
.uc-home-4 .list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  margin-bottom: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.uc-home-4 .list li {
  width: 3.04rem;
  height: 4.04rem;
  margin: 0.12rem;
  position: relative;
  background-color: #0018ff;
  color: #fff;
  padding: 0.3rem 0.2rem;
}
.uc-home-4 .list .icon-add {
  width: 0.26rem;
  height: 0.26rem;
  position: absolute;
  left: -0.11rem;
  top: -0.1rem;
}
.uc-home-4 .list .img {
  width: 1rem;
  height: 1rem;
  display: block;
  margin: 0 auto 0.1rem;
  position: absolute;
  right: 0;
  bottom: 0;
}
.uc-home-4 .list p {
  font-size: 0.2rem;
  color: #7582ff;
  text-transform: uppercase;
}
.uc-home-4 .list h3 {
  font-size: 0.44rem;
  font-weight: lighter;
  line-height: 0.4rem;
  margin-bottom: 0.05rem;
}
.uc-home-4 .list b {
  font-weight: bold;
}
.uc-home-4 .list .con {
  margin-top: 0.2rem;
}
.uc-home-4 .list .hd {
  line-height: 0.4rem;
  padding-left: 0.2rem;
  position: relative;
}
.uc-home-4 .list .hd:after {
  content: "";
  width: 0.1rem;
  height: 0.1rem;
  background-color: #ffde00;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.uc-home-4 .list .bd {
  font-size: 0.2rem;
  padding-left: 0.2rem;
  margin-bottom: 0.05rem;
}

.uc-home-5 {
  position: relative;
  z-index: 9;
}
.uc-home-5 .swiper-wrapper {
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}
.uc-home-5 img {
  display: block;
}

.uc-home678 {
  background-color: #fff;
}
.uc-home678 .uc-home-5 {
  padding: 0;
}

.uc-home-6 {
  padding: 2rem 0 1rem;
  position: relative;
}
.uc-home-6 .title-box {
  width: 5.85rem;
  height: 4.86rem;
  background: url("images/home-bg-6.png") center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: -1.5rem;
  z-index: 9;
  padding: 0.35rem 0.5rem;
}
.uc-home-6 .title-box h2 {
  font-size: 0.74rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0.1rem;
  letter-spacing: 0.1rem;
}
.uc-home-6 .title-box h3 {
  font-size: 0.4rem;
  color: #7582ff;
  line-height: 0.5rem;
  margin-bottom: 0.4rem;
}
.uc-home-6 .title-box .arrow {
  width: 1.11rem;
  display: block;
}
.uc-home-6 .box {
  position: relative;
  z-index: 9;
  padding-left: 1.1rem;
}
.uc-home-6 .swiper-container63 {
  margin-bottom: 0.2rem;
}
.uc-home-6 .swiper-container63 .item {
  width: 2.06rem;
  height: 3.66rem;
  overflow: hidden;
}
.uc-home-6 .swiper-container63 .item img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-home-6 .swiper-container64 {
  margin-bottom: 0.2rem;
}
.uc-home-6 .swiper-container64 .item {
  width: 3.54rem;
  height: 2rem;
  overflow: hidden;
}
.uc-home-6 .swiper-container64 .item img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-home-6 .tips {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.2rem 0.45rem;
  font-size: 0.26rem;
  font-weight: bold;
}
.uc-home-6 .tips img {
  display: block;
  margin-left: 0.1rem;
  width: 1.15rem;
}

.uc-home-7 {
  background: url("images/home-bg-7-1-2.png") center top no-repeat;
  background-size: 100% auto;
  position: relative;
  padding-bottom: 0.3rem;
}
.uc-home-7 .title {
  text-align: center;
  padding: 0.5rem 0 0.7rem;
}
.uc-home-7 .title h2 {
  font-size: 0.74rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0.1rem;
  letter-spacing: 0.1rem;
  padding-left: 0.1rem;
}
.uc-home-7 .title h3 {
  font-size: 0.4rem;
  color: #7582ff;
  line-height: 0.5rem;
}
.uc-home-7 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.uc-home-7 .list li {
  width: 2.9rem;
  margin: 0 0.1rem 0.6rem;
  position: relative;
  top: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.uc-home-7 .list li:hover {
  top: -0.3rem;
}
.uc-home-7 .list li:hover .code-box {
  opacity: 1;
}
.uc-home-7 .list li.big {
  width: 6rem;
}
.uc-home-7 .list li.big .video-box, .uc-home-7 .list li.big .img-box {
  height: 3.3rem;
}
.uc-home-7 .list li.big .icon-play {
  width: 1.6rem;
  border-radius: 100%;
  height: 1.6rem;
  right: -0.2rem;
  bottom: -0.3rem;
}
.uc-home-7 .list .video-box, .uc-home-7 .list .img-box {
  position: relative;
  width: 100%;
  height: 5.1rem;
  margin-bottom: 0.2rem;
}
.uc-home-7 .list video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-home-7 .list .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  background-color: red;
}
.uc-home-7 .list .icon-play {
  position: absolute;
  width: 0.9rem;
  height: 0.9rem;
  right: 0;
  bottom: 0;
  z-index: 9;
}
.uc-home-7 .list h3 {
  margin: 0 auto;
  width: 2.9rem;
  height: 0.73rem;
  background: url("images/home-title-78.png") center center no-repeat;
  background-size: 100% auto;
  text-align: center;
  line-height: 0.73rem;
  font-size: 0.28rem;
  padding: 0 0.4rem;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  color: #fff;
}

.uc-home-8 {
  background: url("images/home-bg-8-1-2.png") center top no-repeat;
  background-size: 100% auto;
  position: relative;
  padding-bottom: 0.5rem;
}
.uc-home-8 .title {
  text-align: center;
  padding: 0.85rem 0 0.7rem;
}
.uc-home-8 .title h2 {
  font-size: 0.74rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0.1rem;
  letter-spacing: 0.1rem;
  padding-left: 0.1rem;
}
.uc-home-8 .title h3 {
  font-size: 0.4rem;
  color: #7582ff;
  line-height: 0.5rem;
}
.uc-home-8 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.uc-home-8 .list li {
  width: 2.1rem;
  margin: 0 0.08rem 0.6rem;
  position: relative;
  top: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.uc-home-8 .list li:hover {
  top: -0.3rem;
}
.uc-home-8 .list li:hover .code-box {
  opacity: 1;
}
.uc-home-8 .list li.big {
  width: 6.1rem;
}
.uc-home-8 .list li.big .video-box, .uc-home-8 .list li.big .img-box {
  height: 3.3rem;
}
.uc-home-8 .list li.big .icon-play {
  width: 1.6rem;
  border-radius: 100%;
  height: 1.6rem;
  right: -0.2rem;
  bottom: -0.3rem;
}
.uc-home-8 .list .video-box, .uc-home-8 .list .img-box {
  position: relative;
  width: 100%;
  height: 3.85rem;
  margin-bottom: 0.2rem;
}
.uc-home-8 .list video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-home-8 .list .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  background-color: red;
}
.uc-home-8 .list h3 {
  margin: 0 auto;
  width: 2.1rem;
  height: 0.53rem;
  background: url("images/home-title-78.png") center center no-repeat;
  background-size: 100% auto;
  text-align: center;
  line-height: 0.53rem;
  font-size: 0.28rem;
  padding: 0 0.2rem;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  color: #fff;
}

.uc-home-9 {
  background: #000 url("images/home-bg-9-2.png") center 0.8rem no-repeat;
  background-size: 100% auto;
}
.uc-home-9 .uc-home-5 {
  padding: 0;
}
.uc-home-9 .title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 2.17rem;
  background: url("images/home-bg-9-1.png") center center no-repeat;
  background-size: 100% auto;
  color: #fff;
  text-align: center;
  margin-bottom: 0.9rem;
}
.uc-home-9 .title-box h2 {
  font-size: 0.74rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0.1rem;
  letter-spacing: 0.1rem;
  padding-left: 0.1rem;
}
.uc-home-9 .title-box h3 {
  font-size: 0.4rem;
  color: #7582ff;
  line-height: 0.5rem;
}
.uc-home-9 .list {
  position: relative;
  z-index: 9;
  width: 6.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 auto 1.6rem;
}
.uc-home-9 .list li {
  background: url("images/home-bg-9-4.png") center center no-repeat;
  background-size: 100% auto;
  width: 3.15rem;
  height: 4.67rem;
  padding: 0.4rem 0.35rem;
  margin-bottom: 0.3rem;
  position: relative;
  top: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.uc-home-9 .list li:hover {
  top: -0.3rem;
}
.uc-home-9 .list .img {
  width: 100%;
  height: 2.45rem;
  overflow: hidden;
  margin-bottom: 0.2rem;
}
.uc-home-9 .list .img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-home-9 .list h3 {
  color: #ffde00;
  font-size: 0.32rem;
  line-height: 0.4rem;
  font-weight: bold;
  margin-bottom: 0.1rem;
}
.uc-home-9 .list .txt1 {
  font-size: 0.22rem;
  line-height: 0.34rem;
  color: #fff;
}

.uc-home-10 {
  background-color: #0015d7;
  position: relative;
  color: #fff;
  padding-bottom: 0.4rem;
}
.uc-home-10 .title {
  background: url("images/home-title-10.png") center center no-repeat;
  background-size: 100% auto;
  text-align: center;
  padding: 0.5rem 0 0.3rem;
  position: relative;
}
.uc-home-10 .title h2 {
  font-size: 0.74rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0.1rem;
  letter-spacing: 0.1rem;
  padding-left: 0.1rem;
}
.uc-home-10 .title h3 {
  font-size: 0.4rem;
  color: #7582ff;
  line-height: 0.5rem;
}
.uc-home-10 .tips {
  font-size: 0.22rem;
  text-align: center;
  letter-spacing: 2px;
  padding-left: 2px;
  margin-bottom: 0.3rem;
}
.uc-home-10 .swiper-container10 {
  height: 6.4rem;
  width: 7.5rem;
  margin: 0 auto;
}
.uc-home-10 .swiper-container10 .part {
  padding: 0.14rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.uc-home-10 .swiper-container10 .part li {
  width: 1.35rem;
  height: 0.56rem;
  overflow: hidden;
  margin-right: 0.12rem;
  margin-bottom: 0.12rem;
}
.uc-home-10 .swiper-container10 .part li img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-home-10 .swiper-wrapper {
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}

.uc-home-11 {
  background: #000 url("images/home-bg-11-2-2.png") center bottom no-repeat;
  background-size: 100% auto;
  position: relative;
  padding-top: 2.9rem;
  padding-bottom: 1rem;
}
.uc-home-11 .title-box {
  width: 4.2rem;
  height: 3.44rem;
  background: url("images/home-bg-11-1.png") center center no-repeat;
  background-size: 4.2rem auto;
  position: absolute;
  z-index: 99;
  left: 0;
  top: 0.9rem;
  padding: 0.5rem 0 0 0.4rem;
  color: #fff;
}
.uc-home-11 .title-box h2 {
  font-size: 0.54rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0.1rem;
  letter-spacing: 0.05rem;
  position: absolute;
  left: 0.4rem;
  top: -0.3rem;
  width: 6.8rem;
}
.uc-home-11 .title-box h2 i {
  font-weight: lighter;
  color: #ffde00;
}
.uc-home-11 .title-box .arrow {
  width: 0.8rem;
  display: block;
  margin-bottom: 0.2rem;
}
.uc-home-11 .title-box .con {
  font-size: 0.24rem;
  line-height: 0.4rem;
  letter-spacing: 0.02rem;
}
.uc-home-11 .title-box .t {
  font-size: 1.8rem;
  text-transform: uppercase;
  opacity: 0.05;
  font-weight: bold;
  margin-top: 1rem;
}
.uc-home-11 .icon {
  width: 0.85rem;
  height: 0.85rem;
  position: absolute;
  top: 1.5rem;
  right: 0.5rem;
}
.uc-home-11 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
  z-index: 99;
}
.uc-home-11 .list li {
  width: 2.28rem;
  height: 3.78rem;
  background: url("images/home-bg-11-3.png") center center no-repeat;
  background-size: 100% auto;
  padding: 0.3rem 0.15rem;
  color: #fff;
  position: relative;
  top: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-left: 0.15rem;
}
.uc-home-11 .list li:hover {
  top: -0.3rem;
}
.uc-home-11 .list h3 {
  font-size: 0.24rem;
  color: #605811;
  line-height: 0.4rem;
  height: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0.1rem;
}
.uc-home-11 .list h3 b {
  font-size: 0.32rem;
  font-weight: bold;
  color: #ffde00;
}
.uc-home-11 .list h3 i {
  font-weight: lighter;
  position: relative;
  top: 0.1rem;
  margin-left: 0.1rem;
}
.uc-home-11 .list .con {
  font-size: 0.28rem;
  line-height: 0.4rem;
  min-height: 1.1rem;
}
.uc-home-11 .list .btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.uc-home-11 .list .btm .l {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.uc-home-11 .list .btm .l img {
  width: 0.56rem;
  display: block;
  margin: 0 auto;
}
.uc-home-11 .list .btm .r {
  width: 1.1rem;
  text-align: center;
  position: relative;
}
.uc-home-11 .list .btm .code {
  width: 1.1rem;
  height: 1.1rem;
  overflow: hidden;
  background-color: #fff;
}
.uc-home-11 .list .btm .code img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-home-11 .list .btm .t {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -0.3rem;
  color: #777777;
  font-size: 0.2rem;
}
.uc-home-11 .tips {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  margin-top: 0.35rem;
  padding-right: 0.2rem;
}
.uc-home-11 .tips img {
  display: block;
  margin-right: 0.2rem;
}

.uc-home-12 {
  position: relative;
  margin-top: -1.04rem;
  z-index: 9;
  background: url("images/home-img-12-2-bg.png") center bottom repeat-x;
  background-size: 1px 1.8rem;
  height: 1.8rem;
  padding-bottom: 0.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.uc-home-12 .cpt {
  text-align: center;
  color: rgba(255, 255, 255, 0.3);
  margin-top: 0.1rem;
  font-size: 0.2rem;
}
.uc-home-12 .cpt a {
  color: rgba(255, 255, 255, 0.3);
}
.uc-home-12 .cpt a:hover {
  color: #ffde00;
}
.uc-home-12 .cpt span, .uc-home-12 .cpt a {
  margin: 0 0.05rem;
}
.uc-home-12 img {
  display: block;
  width: 100%;
  max-width: 19.2rem;
  margin: 0 auto;
}

.uc-home-13 {
  padding-bottom: 1px;
  padding-bottom: calc(1px + constant(safe-area-inset-bottom));
  padding-bottom: calc(1px + env(safe-area-inset-bottom));
  background-color: #2b03f6;
}