@charset "UTF-8";
/*!
 * Created by 赫连勃格 on 2024/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: #ffffff;
  min-height: 100vh;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

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

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

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

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

a {
  text-decoration: none;
  color: #333333;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:active, a:hover, a:focus {
  color: #4AC87C;
  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: #4AC87C;
  color: #fff;
}

::selection {
  background: #4AC87C;
  color: #fff;
}

::-moz-selection {
  background: #4AC87C;
  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: #E8EDED;
}

.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-green {
  color: #4AC87C !important;
}

.uc-green2 {
  color: #3AA868 !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%;
  transform: translateY(-50%);
}

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

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

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

.uc-phColor {
  color: #ddd;
}

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

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

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

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

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

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

.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.green {
  background-color: #4AC87C;
  border: #4AC87C 1px solid;
  color: #fff;
}
.uc-btn.green-linear {
  background: linear-gradient(to right, rgba(74, 200, 124, 0.7) 0%, #4AC87C 100%);
  color: #fff;
}
.uc-btn.green-plain {
  color: #4AC87C;
  border: #4AC87C 1px solid;
}
.uc-btn.green2 {
  background-color: #3AA868;
  border: #3AA868 1px solid;
  color: #fff;
}
.uc-btn.green2-linear {
  background: linear-gradient(to right, rgba(58, 168, 104, 0.7) 0%, #3AA868 100%);
  color: #fff;
}
.uc-btn.green2-plain {
  color: #3AA868;
  border: #3AA868 1px solid;
}
.uc-btn.gray {
  background-color: #999999;
  border: #999999 1px solid;
  color: #fff;
}
.uc-btn.gray-linear {
  background: linear-gradient(to right, rgba(153, 153, 153, 0.7) 0%, #999999 100%);
  color: #fff;
}
.uc-btn.gray-plain {
  color: #999999;
  border: #999999 1px solid;
}

.uc-tag {
  display: inline-block;
  border-radius: 0.06rem;
  padding: 0 0.1rem;
}
.uc-tag:empty {
  display: none;
}
.uc-tag.green {
  background-color: #4AC87C;
  color: #fff;
}
.uc-tag.green2 {
  background-color: #3AA868;
  color: #fff;
}
.uc-tag.gray {
  background-color: rgba(153, 153, 153, 0.4);
  color: #fff;
}

/* ---------------------------------------------------------------------- 通用样式  -------------------------------------------------------------------- */
footer {
  background: url("images/footer.png") center center no-repeat;
  background-size: cover;
  padding-top: 0.64rem;
  padding-bottom: 32px;
  padding-bottom: calc(32px + constant(safe-area-inset-bottom));
  padding-bottom: calc(32px + env(safe-area-inset-bottom));
  color: rgba(255, 255, 255, 0.6);
}
footer a {
  color: rgba(255, 255, 255, 0.6);
}
footer a:hover {
  color: #4AC87C;
}
footer .logo {
  width: 3.44rem;
  height: 0.87rem;
  display: block;
  margin: 0 0.24rem 0.8rem;
}
footer .logo img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
footer .contact {
  padding: 0 0.24rem;
}
footer .contact li {
  margin-bottom: 0.64rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
footer .contact img {
  display: block;
  margin-right: 0.16rem;
  margin-top: 0.05rem;
}
footer .contact p {
  font-size: 0.22rem;
  color: rgba(255, 255, 255, 0.45);
}
footer .contact .txt {
  font-size: 0.3rem;
  color: #fff;
  margin-top: 0.05rem;
}
footer .contact .con {
  flex: 1;
  min-width: 0;
}
footer .code-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.48rem 0.6rem;
}
footer .code-box li {
  width: 1.92rem;
  text-align: center;
  font-size: 0.28rem;
}
footer .code-box .code {
  width: 1.92rem;
  border-radius: 0.1rem;
  height: 1.92rem;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 0.16rem;
}
footer .code-box .code img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
footer .cpt {
  text-align: center;
  line-height: 0.48rem;
  border-top: rgba(255, 255, 255, 0.1) 1px solid;
  padding-top: 0.4rem;
}

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));
  background-color: #fff;
  border-bottom: #e8eded 1px solid;
}
header .header-box {
  height: 0.98rem;
  padding: 0 0.2rem;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
header .logo {
  width: 2.42rem;
  height: 0.88rem;
  display: block;
  margin-right: auto;
}
header .logo img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
header .logo img {
  display: block;
}
header .btn-menu, header .btn-language {
  width: 0.5rem;
  height: 0.5rem;
  margin-left: 0.16rem;
  background: url(images/icon-menu.png) center center no-repeat;
  background-size: 32px 32px;
}
header .btn-language {
  left: 0;
  background-image: url(images/icon-language.png);
}
header.style-black {
  background-color: #1F1F1F;
  border: none;
}
header.style-black .btn-menu {
  background-image: url("images/icon-menu-white.png");
}
header.style-black .btn-language {
  background-image: url("images/icon-language-white.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;
}

.alert-menu {
  display: none;
  position: fixed;
  z-index: 777;
  top: 0px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  height: 100vh;
  font-size: 14px;
  overflow-x: hidden;
  overflow-y: auto;
}
.alert-menu .list {
  width: 100%;
  background-color: #fff;
  padding: 0px 15px;
  border-top: #eeeeee 1px solid;
}
.alert-menu .list li {
  line-height: 40px;
  border-bottom: #eeeeee 1px solid;
}
.alert-menu .list li > a {
  display: block;
}
.alert-menu .list li.on {
  color: #4AC87C;
}
.alert-menu .list li.on > a {
  color: #4AC87C;
}
.alert-menu .list .hasSubMenu > a {
  position: relative;
}
.alert-menu .list .hasSubMenu > a:after {
  content: "\e75c";
  right: 0;
  font-family: "uc-font";
  font-size: 1.4em;
  opacity: 0.6;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.alert-menu .list .hasSubMenu > a:after {
  color: #999999;
}
.alert-menu .box {
  width: 70%;
  height: 100vh;
  padding-bottom: 0.98rem;
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 50px;
  background-color: #fff;
  position: absolute;
  z-index: 99;
  right: 0;
}
.alert-menu .over-close {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.alert-menu .subMenu {
  padding-bottom: 10px;
  border-top: #eeeeee 1px solid;
  display: none;
  background-color: #E8EDED;
  padding-left: 10px;
}
.alert-menu .subMenu a {
  display: block;
}

.g-title {
  font-size: 0.4rem;
  font-weight: bold;
  position: relative;
  padding-bottom: 0.24rem;
  text-align: center;
  margin-bottom: 0.4rem;
  line-height: 1.5em;
}
.g-title:after {
  content: "";
  width: 0.68rem;
  height: 0.08rem;
  background-color: #4AC87C;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.g-title.style-white {
  color: #fff;
}

.g-title-sub {
  font-size: 0.24rem;
  line-height: 1.5em;
  text-align: center;
  color: #999;
  margin-bottom: 0.4rem;
  margin-top: -0.24rem;
}
.g-title-sub.style-white {
  color: rgba(255, 255, 255, 0.75);
}

/* --------------------------------------------------------------------- 各页面样式  ------------------------------------------------------------------- */
/* |01|首页-英文版|home| */
/* |06|首页|home-cn| */
.uc-home .banner-box img {
  display: block;
}
.uc-home .swiper-box img {
  display: block;
}
.uc-home .swiper-box .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.8;
}
.uc-home .swiper-box .swiper-pagination-bullet-active {
  background-color: #4AC87C;
  width: 2em;
  border-radius: 1.15em;
}
.uc-home .total {
  background-color: #3AA868;
  color: #fff;
  padding: 0.52rem 0.3rem 0.52rem 0.6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uc-home .total p {
  font-size: 0.34rem;
}
.uc-home .total .number {
  font-size: 0.48rem;
  font-weight: bold;
  margin-top: 0.1rem;
}
.uc-home .box1 {
  background-color: #E8EDED;
  padding: 0.64rem 0.32rem;
}
.uc-home .intro {
  font-size: 0.28rem;
  line-height: 0.48rem;
  color: #666666;
  margin-bottom: 0.4rem;
}
.uc-home .intro p {
  margin-bottom: 0.24rem;
}
.uc-home .intro p:last-child {
  margin-bottom: 0;
}
.uc-home .video-box {
  border-radius: 0.1rem;
}
.uc-home .video-box video {
  display: block;
  background-color: #000;
  border-radius: 0.1rem;
}
.uc-home .operate .uc-btn {
  height: 0.8rem;
  font-size: 0.28rem;
  font-weight: bold;
}
.uc-home .box2 {
  background: url("images/home-bg-2.png") center center no-repeat;
  background-size: cover;
  padding: 0.64rem 0.32rem;
}
.uc-home .box2 .intro {
  color: #fff;
  margin-top: 0.28rem;
}
.uc-home .box3 {
  background-color: #E8EDED;
  padding: 0.64rem 0;
}
.uc-home .box3 .filter {
  font-size: 0.3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 0.24rem;
  border-bottom: rgba(6, 0, 30, 0.06) 1px solid;
}
.uc-home .box3 .filter .item {
  padding-bottom: 0.2rem;
}
.uc-home .box3 .filter .item:hover, .uc-home .box3 .filter .item.on {
  font-weight: bold;
  position: relative;
  color: #3AA868;
}
.uc-home .box3 .filter .item:hover:after, .uc-home .box3 .filter .item.on:after {
  content: "";
  width: 100%;
  height: 0.06rem;
  background-color: #3AA868;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.uc-home .box3 .tab-con {
  display: none;
}
.uc-home .box3 .tab-con:first-child {
  display: block;
}
.uc-home .card3 {
  border-radius: 0.1rem;
  background-color: #fff;
  margin: 0 0.24rem;
  padding: 0.24rem;
}
.uc-home .card3 .img {
  border-radius: 0.1rem;
  margin-bottom: 0.32rem;
  overflow: hidden;
}
.uc-home .card3 .img img {
  display: block;
}
.uc-home .card3 h3 {
  font-size: 0.36rem;
  margin-bottom: 0.24rem;
  font-weight: bold;
}
.uc-home .card3 .con {
  font-size: 0.28rem;
  line-height: 1.5em;
  color: #999999;
  margin-bottom: 0.24rem;
}
.uc-home .card3 .btn-more {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 0.28rem;
  color: #3AA868;
}
.uc-home .box4 {
  background-color: #E8EDED;
  padding: 0.64rem 0.32rem;
}
.uc-home .card4 {
  width: 7.02rem;
  border-radius: 0.1rem;
  height: 7.46rem;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}
.uc-home .card4 img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-home .card4 .btm {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0.24rem 0.24rem 0.36rem;
  color: #fff;
}
.uc-home .card4 h3 {
  font-size: 0.36rem;
  font-weight: bold;
  margin-bottom: 0.16rem;
}
.uc-home .card4 .con {
  font-size: 0.28rem;
  line-height: 1.5em;
}
.uc-home .card4 .btn-more {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 0.28rem;
  color: #3AA868;
  margin-top: 0.2rem;
}
.uc-home .box5 {
  background-color: #1F1F1F;
  padding: 0.64rem 0;
}
.uc-home .box5 .con {
  color: #fff;
  font-size: 0.36rem;
  line-height: 1.5em;
  text-align: center;
  padding: 0.32rem;
  font-weight: bold;
}
.uc-home .box5 .operate {
  padding-left: 0.64rem;
  padding-right: 0.64rem;
}
.uc-home .swiper-box5 {
  position: relative;
  padding: 0.32rem 0;
}
.uc-home .swiper-box5 img {
  display: block;
}
.uc-home .swiper-box5 .img {
  width: 7.5rem;
  height: 5.5rem;
  overflow: hidden;
}
.uc-home .swiper-box5 .img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-home .swiper-box5 .btn {
  width: 0.4rem;
  border-radius: 100%;
  height: 0.4rem;
  line-height: 0.4rem;
  background-color: rgba(255, 255, 255, 0.3);
  margin-top: 0.05rem;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  text-align: center;
}
.uc-home .swiper-box5 .btn:hover {
  background-color: #3AA868;
}
.uc-home .swiper-box5 .btn-prev {
  left: 0.24rem;
}
.uc-home .swiper-box5 .btn-next {
  right: 0.24rem;
}
.uc-home .box6 {
  padding: 0.64rem 0.32rem 0.16rem;
}
.uc-home .box6 .img {
  width: 100%;
  border-radius: 0.1rem;
  height: 3rem;
  overflow: hidden;
  margin-bottom: 0.6rem;
}
.uc-home .box6 .img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-home .list6 li {
  margin-bottom: 0.64rem;
}
.uc-home .list6 li.on {
  margin-bottom: 0.48rem;
}
.uc-home .list6 li.on .btn .uc-arrow-top {
  display: block;
}
.uc-home .list6 li.on .btn .uc-arrow-down {
  display: none;
}
.uc-home .list6 li.on .bd {
  display: block;
}
.uc-home .list6 .hd {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uc-home .list6 .name {
  flex: 1;
  min-width: 0;
  font-size: 0.32rem;
  line-height: 1.5em;
  font-weight: bold;
}
.uc-home .list6 img {
  display: block;
  margin-right: 0.16rem;
}
.uc-home .list6 .btn {
  width: 0.48rem;
  height: 0.48rem;
  text-align: right;
  line-height: 0.48rem;
  font-weight: bold;
}
.uc-home .list6 .btn .uc-arrow-top {
  display: none;
}
.uc-home .list6 .bd {
  display: none;
  border-radius: 0.1rem;
  background-color: #3AA868;
  padding: 0.32rem 0.24rem;
  color: #fff;
  margin-top: 0.32rem;
}
.uc-home .list6 h3 {
  font-size: 0.34rem;
  line-height: 1.5em;
  font-weight: bold;
  margin-bottom: 0.32rem;
}
.uc-home .list6 .txt {
  font-size: 0.28rem;
  line-height: 0.48rem;
  padding-left: 0.24rem;
  position: relative;
  color: rgba(255, 255, 255, 0.8);
}
.uc-home .list6 .txt:after {
  content: "";
  width: 3px;
  border-radius: 100%;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 0.08rem;
  top: 0.2rem;
}
.uc-home .box7 {
  background-color: #3AA868;
  padding: 0.64rem 0.32rem 0.4rem;
}
.uc-home .box7 .g-title:after {
  background-color: #fff;
}
.uc-home .list7 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.uc-home .list7 li {
  width: 3.32rem;
  border-radius: 0.08rem;
  background-color: #fff;
  padding: 0.24rem 0.3rem 0.32rem;
  margin-bottom: 0.24rem;
}
.uc-home .list7 .img {
  width: 1.76rem;
  height: 1.76rem;
  overflow: hidden;
  margin: 0 auto 0.24rem;
}
.uc-home .list7 .img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-home .list7 .line {
  height: 1px;
  background-color: rgba(0, 0, 0, 0.08);
  margin-bottom: 0.24rem;
}
.uc-home .list7 h3 {
  font-size: 0.28rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 0.32rem;
}
.uc-home .list7 .btm {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.uc-home .list7 .uc-btn {
  height: 0.5rem;
  border-radius: 0.5rem;
  padding: 0 0.2rem;
  min-width: 1.2rem;
  box-shadow: 0 0 0 0.08rem rgba(58, 168, 104, 0.3);
}
.uc-home .box8 {
  background-color: #E8EDED;
  padding: 0.64rem 0.32rem;
}
.uc-home .card8 {
  background-color: #fff;
  border-radius: 0.08rem;
  padding: 0.24rem 0.24rem 0.32rem;
}
.uc-home .card8 .img {
  width: 3.5rem;
  height: 3.5rem;
  overflow: hidden;
  margin: 0 auto 0.24rem;
}
.uc-home .card8 .img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-home .card8 .name {
  font-size: 0.28rem;
  line-height: 1.5em;
  overflow: hidden;
  height: 3em;
  text-align: center;
  font-weight: bold;
}
.uc-home .card8 .btm {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 0.24rem;
}
.uc-home .card8 .uc-btn {
  height: 0.5rem;
  border-radius: 0.5rem;
  padding: 0 0.2rem;
  min-width: 1.2rem;
  box-shadow: 0 0 0 0.08rem rgba(58, 168, 104, 0.3);
}

/* |02|集团介绍|group| */
/* |07|集团介绍|group-cn| */
.uc-group .video-box {
  margin-bottom: 0.64rem;
}
.uc-group .video-box video {
  background-color: #000;
}
.uc-group .person {
  border-radius: 0.12rem;
  margin: 0 0.32rem 0.4rem;
  position: relative;
  overflow: hidden;
}
.uc-group .person img {
  display: block;
}
.uc-group .person .btm {
  position: absolute;
  bottom: 0;
  left: 0;
}
.uc-group .person .btm img {
  width: 5.56rem;
  height: 1.2rem;
  display: block;
  margin-bottom: 0.24rem;
}
.uc-group .person .con {
  background-color: rgba(74, 200, 124, 0.9);
  color: #fff;
  padding: 0.1rem 0.24rem;
  font-size: 0.28rem;
  border-radius: 0.1rem;
  line-height: 1.5em;
}
.uc-group .person .name {
  width: 1.4rem;
  height: 4.53rem;
  position: absolute;
  left: 0.24rem;
  top: 0.44rem;
}
.uc-group .intro {
  padding: 0 0.32rem 0.64rem;
  font-size: 0.3rem;
  line-height: 0.56rem;
  color: #666666;
}
.uc-group .intro p {
  margin-bottom: 0.28rem;
}
.uc-group .intro p:last-child {
  margin-bottom: 0;
}
.uc-group .intro img {
  display: block;
  margin-bottom: 0.28rem;
}
.uc-group .intro img:last-child {
  margin-bottom: 0;
}
.uc-group .list3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.32rem 0.32rem;
  margin-top: -0.16rem;
}
.uc-group .list3 li {
  width: 2.2rem;
  border-radius: 0.1rem;
  height: 1.68rem;
  overflow: hidden;
  margin-bottom: 0.32rem;
}
.uc-group .list3 .item {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.uc-group .list3 img {
  display: block;
}
.uc-group .list3 .txt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 0.3rem;
  line-height: 0.44rem;
}
.uc-group .list4 {
  padding: 0 0.32rem 0.32rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.uc-group .list4 li {
  border-radius: 0.08rem;
  padding: 0.64rem 0.32rem;
  background-color: rgba(58, 168, 104, 0.2);
  width: 3.34rem;
  margin-bottom: 0.26rem;
}
.uc-group .list4 li.style-white {
  background-color: #3AA868;
}
.uc-group .list4 li.style-white h3, .uc-group .list4 li.style-white .con {
  color: #fff;
}
.uc-group .list4 li.style-white .line {
  background-color: #fff;
}
.uc-group .list4 h3 {
  font-size: 0.4rem;
  line-height: 0.48rem;
  font-weight: bold;
  color: #3AA868;
  margin-bottom: 0.2rem;
}
.uc-group .list4 .line {
  width: 0.8rem;
  height: 0.08rem;
  background-color: #299B59;
  margin-bottom: 0.4rem;
}
.uc-group .list4 .con {
  font-size: 0.28rem;
  line-height: 0.44rem;
  color: #299B59;
}
.uc-group .box {
  background-color: #E8EDED;
  padding: 0.64rem 0.32rem;
  margin-bottom: 0.64rem;
}
.uc-group .swiper-container52 {
  border-radius: 0.12rem;
  overflow: hidden;
}
.uc-group .card6 {
  border-radius: 0.12rem;
  background-color: #fff;
  height: 100%;
  padding: 0.32rem 0.24rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uc-group .card6 .year {
  font-size: 0.48rem;
  font-weight: bold;
  color: #3AA868;
  min-width: 3em;
}
.uc-group .card6 .con {
  flex: 1;
  min-width: 0;
  font-size: 0.28rem;
  line-height: 0.44rem;
}
.uc-group .swiper-box5 {
  margin-top: 0.4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.uc-group .swiper-box5 .btn {
  width: 0.4rem;
  border-radius: 100%;
  height: 0.4rem;
  line-height: 0.4rem;
  background-color: #D9D9D9;
  margin-top: 0.05rem;
  color: #fff;
  text-align: center;
}
.uc-group .swiper-box5 .btn:hover {
  background-color: #3AA868;
}
.uc-group .swiper-container51 {
  position: relative;
  flex: 1;
  min-width: 0;
}
.uc-group .swiper-container51:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #D9D9D9;
  position: absolute;
  top: 0.2rem;
  left: 0;
}
.uc-group .swiper-container51 .swiper-slide {
  cursor: pointer;
  position: relative;
  text-align: center;
}
.uc-group .swiper-container51 .swiper-slide img {
  display: block;
  margin: 0 auto;
}
.uc-group .swiper-container51 .swiper-slide .i2 {
  display: none;
}
.uc-group .swiper-container51 .swiper-slide .txt {
  opacity: 0;
  color: #3AA868;
}
.uc-group .swiper-container51 .swiper-slide-thumb-active .i1 {
  display: none;
}
.uc-group .swiper-container51 .swiper-slide-thumb-active .i2 {
  display: block;
}
.uc-group .swiper-container51 .swiper-slide-thumb-active .txt {
  opacity: 1;
}
.uc-group .list6 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.uc-group .list6 li {
  width: 3.34rem;
  margin-bottom: 0.24rem;
}
.uc-group .list6 .img {
  width: 100%;
  border-radius: 0.08rem;
  height: 2.32rem;
  overflow: hidden;
  margin-bottom: 0.2rem;
}
.uc-group .list6 .img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-group .list6 .txt {
  font-size: 0.28rem;
  line-height: 1.5em;
}
.uc-group .map-box {
  margin: 0 0.32rem 0.72rem;
}

/* |03|产品详情-空气制水器|air-water-generator| */
.uc-air-water-generator {
  background-color: #E8EDED;
  padding-bottom: 0.32rem;
}
.uc-air-water-generator img {
  display: block;
}
.uc-air-water-generator .banner {
  margin-bottom: 0.64rem;
}
.uc-air-water-generator .box {
  border-radius: 0.12rem;
  background-color: #fff;
  padding: 0.36rem 0.24rem 0.24rem;
  margin: 0 0.24rem 0.32rem;
}
.uc-air-water-generator .title {
  font-size: 0.28rem;
  line-height: 1.5em;
  margin-bottom: 0.24rem;
}
.uc-air-water-generator .detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.uc-air-water-generator .detail li {
  padding: 0.16rem 0;
  width: 48%;
  line-height: 1.5em;
}
.uc-air-water-generator .detail p {
  color: #999999;
}
.uc-air-water-generator .detail .txt {
  font-size: 0.32rem;
  margin-top: 0.16rem;
  font-weight: bold;
}

/* |04|产品详情-储能设备|energy-storage-equipment| */
/* |09|产品详情-储能设备|energy-storage-equipment-cn| */
.uc-energy-storage-equipment {
  background-color: #E8EDED;
  padding-bottom: 0.32rem;
}
.uc-energy-storage-equipment img {
  display: block;
}
.uc-energy-storage-equipment .banner {
  margin-bottom: 0.64rem;
}
.uc-energy-storage-equipment .card {
  border-radius: 0.08rem;
  background-color: #fff;
  margin: 0 0.32rem 0.32rem;
  padding: 0.34rem 0.24rem;
}
.uc-energy-storage-equipment .card .icon {
  width: 0.56rem;
  height: 0.56rem;
  display: block;
  margin-bottom: 0.2rem;
}
.uc-energy-storage-equipment .card h3 {
  font-size: 0.4rem;
  line-height: 0.48rem;
  margin-bottom: 0.2rem;
  font-weight: bold;
}
.uc-energy-storage-equipment .card .con {
  font-size: 0.32rem;
  line-height: 0.48rem;
  color: #666666;
}

/* |05|新闻详情|article| */
.uc-article {
  background-color: #E8EDED;
}
.uc-article img {
  display: block;
}
.uc-article article {
  padding: 0.24rem 0.32rem 0.64rem;
}
.uc-article h1 {
  font-size: 0.36rem;
  font-weight: bold;
  line-height: 0.52rem;
  margin-bottom: 0.3rem;
}
.uc-article .box {
  font-size: 0.3rem;
  line-height: 0.56rem;
  color: #666666;
}
.uc-article .box img {
  display: block;
  max-width: 100%;
  margin-bottom: 0.28rem;
}
.uc-article .box img:last-child {
  margin-bottom: 0;
}
.uc-article .box p {
  margin-bottom: 0.28rem;
}
.uc-article .box p:last-child {
  margin-bottom: 0;
}