@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: 14px;
  color: #333333;
  background: #ffffff;
  min-height: 100vh;
  outline: none;
}

body::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: transparent;
  border-radius: 6px;
}
body::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: transparent;
}
body::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(0, 24, 255, 0.6);
}
body::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 24, 255, 0.6);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

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;
}

.uc-content {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

img {
  width: auto;
  max-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: 20px;
}
.uc-del:first-child {
  margin-left: 0;
}

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

.uc-blue {
  color: #0018ff !important;
}

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

.uc-icon16 {
  width: 16px !important;
  height: 16px !important;
}

.uc-icon20 {
  width: 20px !important;
  height: 20px !important;
}

.uc-icon24 {
  width: 24px !important;
  height: 24px !important;
}

.uc-icon28 {
  width: 28px !important;
  height: 28px !important;
}

.uc-icon32 {
  width: 32px !important;
  height: 32px !important;
}

.uc-icon36 {
  width: 36px !important;
  height: 36px !important;
}

.uc-icon40 {
  width: 40px !important;
  height: 40px !important;
}

.uc-icon44 {
  width: 44px !important;
  height: 44px !important;
}

.uc-icon48 {
  width: 48px !important;
  height: 48px !important;
}

.uc-icon50 {
  width: 50px !important;
  height: 50px !important;
}

.uc-icon64 {
  width: 64px !important;
  height: 64px !important;
}

.uc-icon70 {
  width: 70px !important;
  height: 70px !important;
}

.uc-icon80 {
  width: 80px !important;
  height: 80px !important;
}

.uc-icon90 {
  width: 90px !important;
  height: 90px !important;
}

.uc-icon100 {
  width: 100px !important;
  height: 100px !important;
}

.uc-icon120 {
  width: 120px !important;
  height: 120px !important;
}

.uc-icon150 {
  width: 150px !important;
  height: 150px !important;
}

.uc-icon200 {
  width: 200px !important;
  height: 200px !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: 30px;
}
.uc-arrow:after {
  content: "\e75c";
  font-family: "uc-font";
  font-size: 1.4em;
  right: -10px;
  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: 120px;
  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: 30px;
  line-height: 28px;
  border-radius: 5px;
  padding: 0 10px;
}
.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: 30px;
  border-radius: 5px;
  padding: 0 10px;
}
.uc-btn img {
  margin-right: 10px;
}
.uc-btn:hover {
  opacity: 0.8;
}
.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.blue-plain:hover {
  opacity: 1;
  background-color: #0018ff;
  color: #fff;
}
.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.gray-plain:hover {
  opacity: 1;
  background-color: #999999;
  color: #fff;
}
.uc-btn img {
  margin-right: 10px;
}

.uc-tag {
  display: inline-block;
  border-radius: 3px;
  padding: 0 5px;
}
.uc-tag:empty {
  display: none;
}
.uc-tag.blue {
  background-color: #0018ff;
  color: #fff;
}
.uc-tag.gray {
  background-color: rgba(153, 153, 153, 0.4);
  color: #fff;
}

/* ---------------------------------------------------------------------- 通用样式  -------------------------------------------------------------------- */
.uc-alert {
  position: fixed;
  z-index: 888;
  left: 0;
  width: 100vw;
  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.3);
  font-size: 50px;
  position: absolute;
  right: -0.5rem;
  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: 90%;
  max-width: 10rem;
}
.uc-alert-video video {
  display: block;
  width: 100%;
  min-height: 5.6rem;
}

header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1200px;
  padding: 0.35rem 0.5rem 0.1rem;
}
header .uc-content {
  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;
}
header .logo {
  width: 1.67rem;
  height: 1.27rem;
  display: block;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
header .logo img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
header .logo img {
  display: block;
}
header nav {
  font-size: 0.28rem;
  padding-right: 0.2rem;
}
header nav a {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #fff;
  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.34rem;
}
header.isTop {
  background-color: #0018ff;
  padding: 0 0.5rem;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
header.isTop .logo {
  width: 1.05rem;
  height: 0.8rem;
}
header.isTop nav {
  font-size: 0.26rem;
}
header.isTop nav a {
  margin-left: 0.5rem;
}
header.isTop nav a.on {
  font-size: 0.32rem;
}

/* --------------------------------------------------------------------- 各页面样式  ------------------------------------------------------------------- */
body {
  min-width: 1200px;
  overflow-x: hidden;
  overflow-y: auto;
}

.uc-content {
  max-width: 1920px;
  position: relative;
}

.uc-home-1 {
  min-height: 100vh;
  background-color: #000;
  position: relative;
}
.uc-home-1 video {
  display: block;
  height: 100vh;
  background-color: #000;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-home-1 .box {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 12.3rem;
}
.uc-home-1 .box img {
  display: block;
  width: 12.3rem;
  margin-bottom: 0.8rem;
}
.uc-home-1 .box .txt {
  font-size: 0.3rem;
  line-height: 0.6rem;
  text-align: center;
  color: #fff;
  letter-spacing: 4px;
  padding-left: 4px;
}
.uc-home-1 .arrow {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 4vh;
  cursor: pointer;
  z-index: 9;
  width: 0.6rem;
  height: 0.6rem;
}

.uc-home2345 {
  position: relative;
  background-color: black;
}
.uc-home2345 video {
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #000;
  -o-object-fit: cover;
     object-fit: cover;
}

.uc-home-2 {
  position: relative;
  z-index: 9;
  padding-top: 2.6rem;
  padding-bottom: 1.6rem;
}
.uc-home-2 .img {
  width: 14.72rem;
  height: 4.91rem;
  display: block;
  margin: 0 auto;
}

.uc-home-3 {
  position: relative;
  z-index: 9;
  background: url("images/home-3-bg.png") center center no-repeat;
  background-size: 10.65rem 7.11rem;
  min-height: 7.11rem;
  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.32rem;
  line-height: 0.72rem;
  text-align: center;
  color: #fff;
}
.uc-home-3 h3 {
  font-size: 0.6rem;
  line-height: 0.8rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-top: 10vh;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.uc-home-3 h3:hover {
  background: -webkit-gradient(linear, left top, right top, from(#1959dd), color-stop(33%, #7eead3), color-stop(66%, #e69afe), to(#ed867d));
  background: -o-linear-gradient(left, #1959dd 0%, #7eead3 33%, #e69afe 66%, #ed867d 100%);
  background: linear-gradient(to right, #1959dd 0%, #7eead3 33%, #e69afe 66%, #ed867d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.uc-home-4 {
  position: relative;
  z-index: 9;
  padding: 2.1rem 0;
}
.uc-home-4 .box {
  width: 15.9rem;
  margin: 0 auto;
  border-top: #fff 2px solid;
  border-bottom: #fff 2px solid;
  padding-top: 0.3rem;
  padding-bottom: 0.8rem;
  color: #fff;
}
.uc-home-4 .title {
  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-4 .title .name {
  font-size: 0.36rem;
  color: #ffde00;
}
.uc-home-4 .title .txt {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 0.14rem;
}
.uc-home-4 .title img {
  display: block;
  position: relative;
  top: 2px;
  margin-right: 0.1rem;
}
.uc-home-4 .info {
  font-size: 0.32rem;
  padding-top: 0.2rem;
  padding-bottom: 0.3rem;
}
.uc-home-4 .content {
  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;
  position: relative;
}
.uc-home-4 .content .arrow {
  width: 0.41rem;
  height: 0.39rem;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 9;
}
.uc-home-4 .logo {
  width: 4rem;
  height: 4rem;
  border: #0018ff 2px solid;
  border-right: none;
  position: relative;
}
.uc-home-4 .logo img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 3.59rem;
  height: 2.76rem;
  display: block;
}
.uc-home-4 .list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  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-4 .list li {
  height: 4rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  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;
  position: relative;
  background-color: #0018ff;
  margin-left: 0.02rem;
}
.uc-home-4 .list .icon-add {
  width: 0.2rem;
  height: 0.2rem;
  position: absolute;
  left: -0.11rem;
  top: -0.1rem;
}
.uc-home-4 .list .img {
  width: 1rem;
  height: 1rem;
  display: block;
  margin: 0 auto 0.1rem;
}
.uc-home-4 .list p {
  font-size: 0.2rem;
  color: #7582ff;
  text-transform: uppercase;
}
.uc-home-4 .list h3 {
  font-size: 0.68rem;
  text-align: center;
  font-weight: lighter;
  line-height: 0.8rem;
  margin-bottom: 0.1rem;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.uc-home-4 .list h3:hover {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.uc-home-4 .list b {
  display: block;
  font-weight: bold;
}

.uc-home-5 {
  position: relative;
  z-index: 9;
  padding-bottom: 5.4rem;
}
.uc-home-5 .swiper-wrapper {
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}
.uc-home-5 .swiper-slide {
  width: auto !important;
}
.uc-home-5 img {
  display: block;
}

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

.uc-home-6 .uc-content {
  position: relative;
  padding: 3.3rem 0 1.8rem;
}
.uc-home-6 .title-box {
  width: 10.42rem;
  height: 8.74rem;
  background: url("images/home-bg-6.png") center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: -2.5rem;
  z-index: 9;
  padding: 0.8rem;
}
.uc-home-6 .title-box .eureka {
  width: 0.2rem;
  position: absolute;
  top: 0.3rem;
  right: 0.4rem;
}
.uc-home-6 .title-box h2 {
  font-size: 1.36rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0.3rem;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.uc-home-6 .title-box h2:hover {
  background: -webkit-gradient(linear, left top, right top, from(#1959dd), color-stop(33%, #7eead3), color-stop(66%, #e69afe), to(#ed867d));
  background: -o-linear-gradient(left, #1959dd 0%, #7eead3 33%, #e69afe 66%, #ed867d 100%);
  background: linear-gradient(to right, #1959dd 0%, #7eead3 33%, #e69afe 66%, #ed867d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.uc-home-6 .title-box h3 {
  font-size: 0.8rem;
  color: #7582ff;
  line-height: 0.5rem;
  margin-bottom: 0.8rem;
}
.uc-home-6 .title-box .arrow {
  width: 2rem;
  display: block;
}
.uc-home-6 .title-box .line {
  width: 0.04rem;
  height: 1.3rem;
  background-color: #fff;
  position: absolute;
  left: 0.8rem;
  bottom: 1.6rem;
}
.uc-home-6 .icon {
  width: 1.45rem;
  height: 1.45rem;
  position: absolute;
  top: 0.7rem;
  right: 0.8rem;
}
.uc-home-6 .box {
  position: relative;
  z-index: 9;
  padding-left: 2.2rem;
}
.uc-home-6 .swiper-container61 {
  margin-bottom: 0.2rem;
}
.uc-home-6 .swiper-container61 .item {
  width: 4.77rem;
  height: 8.49rem;
  overflow: hidden;
}
.uc-home-6 .swiper-container61 .item img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-home-6 .swiper-container61 .item:hover {
  overflow: hidden;
}
.uc-home-6 .swiper-container61 .item:hover img {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.uc-home-6 .swiper-container61 .item:hover:hover img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.uc-home-6 .swiper-container62 {
  margin-bottom: 0.2rem;
}
.uc-home-6 .swiper-container62 .item {
  width: 7.3rem;
  height: 4.12rem;
  overflow: hidden;
}
.uc-home-6 .swiper-container62 .item img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-home-6 .swiper-container62 .item:hover {
  overflow: hidden;
}
.uc-home-6 .swiper-container62 .item:hover img {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.uc-home-6 .swiper-container62 .item:hover:hover img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.uc-home-6 .swiper-container63 {
  margin-bottom: 0.2rem;
}
.uc-home-6 .swiper-container63 .item {
  width: 2.37rem;
  height: 4.21rem;
  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-container63 .item:hover {
  overflow: hidden;
}
.uc-home-6 .swiper-container63 .item:hover img {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.uc-home-6 .swiper-container63 .item:hover:hover img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.uc-home-6 .swiper-container64 {
  margin-bottom: 0.2rem;
}
.uc-home-6 .swiper-container64 .item {
  width: 6.04rem;
  height: 3.4rem;
  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 .swiper-container64 .item:hover {
  overflow: hidden;
}
.uc-home-6 .swiper-container64 .item:hover img {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.uc-home-6 .swiper-container64 .item:hover:hover img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.uc-home-7,
.uc-home-8 {
  background: url("images/home-bg-7-1-2.png") center top no-repeat;
  background-size: 28.8rem auto;
}
.uc-home-7 .uc-content,
.uc-home-8 .uc-content {
  padding: 2.5rem 0 1rem;
  position: relative;
}
.uc-home-7 .title,
.uc-home-8 .title {
  text-align: center;
  margin-bottom: 1.6rem;
}
.uc-home-7 .title h2,
.uc-home-8 .title h2 {
  font-size: 1.36rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0.3rem;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.uc-home-7 .title h2:hover,
.uc-home-8 .title h2:hover {
  background: -webkit-gradient(linear, left top, right top, from(#1959dd), color-stop(33%, #7eead3), color-stop(66%, #e69afe), to(#ed867d));
  background: -o-linear-gradient(left, #1959dd 0%, #7eead3 33%, #e69afe 66%, #ed867d 100%);
  background: linear-gradient(to right, #1959dd 0%, #7eead3 33%, #e69afe 66%, #ed867d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.uc-home-7 .title h3,
.uc-home-8 .title h3 {
  font-size: 0.8rem;
  color: #7582ff;
  line-height: 0.5rem;
}
.uc-home-7 .list,
.uc-home-8 .list {
  padding: 0 2.2rem;
  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;
}
.uc-home-7 .list li,
.uc-home-8 .list li {
  width: 4.77rem;
  margin-bottom: 0.7rem;
  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,
.uc-home-8 .list li:hover {
  top: -0.3rem;
}
.uc-home-7 .list li:hover .code-box,
.uc-home-8 .list li:hover .code-box {
  opacity: 1;
}
.uc-home-7 .list .video-box, .uc-home-7 .list .img-box,
.uc-home-8 .list .video-box,
.uc-home-8 .list .img-box {
  position: relative;
  width: 100%;
  height: 8.49rem;
  margin-bottom: 0.2rem;
}
.uc-home-7 .list .video-box.small, .uc-home-7 .list .img-box.small,
.uc-home-8 .list .video-box.small,
.uc-home-8 .list .img-box.small {
  height: 2.7rem;
}
.uc-home-7 .list video,
.uc-home-8 .list video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-home-7 .list .img,
.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-7 .list .code-box,
.uc-home-8 .list .code-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.uc-home-7 .list .code,
.uc-home-8 .list .code {
  width: 1.8rem;
  height: 1.8rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.uc-home-7 .list .code img,
.uc-home-8 .list .code img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-home-7 .list .icon-play,
.uc-home-8 .list .icon-play {
  position: absolute;
  width: 1.4rem;
  height: 1.4rem;
  right: 0;
  bottom: 0;
  z-index: 9;
}
.uc-home-7 .list h3,
.uc-home-8 .list h3 {
  margin-bottom: 0.4rem;
  width: 100%;
  height: 1.2rem;
  background: url("images/home-title-78.png") center center no-repeat;
  background-size: 100% auto;
  text-align: center;
  line-height: 1.2rem;
  font-size: 0.42rem;
  padding: 0 0.4rem;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  color: #fff;
}
.uc-home-7 .list .con,
.uc-home-8 .list .con {
  font-size: 0.3rem;
  color: #484848;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  line-height: 0.4rem;
}

.uc-home-8 {
  background-image: url("images/home-bg-8-1-2.png");
}

.uc-home-9 {
  background-color: #000000;
}
.uc-home-9 .uc-home-5 {
  padding: 0;
}
.uc-home-9 .uc-content {
  padding-top: 6.5rem;
  position: relative;
}
.uc-home-9 .arrow9 {
  width: 2rem;
  position: absolute;
  right: 1rem;
  top: 1.3rem;
}
.uc-home-9 .content {
  width: 17.62rem;
  height: 19.86rem;
  background: url("images/home-bg-9-2.png") center center no-repeat;
  background-size: 100% 100%;
  position: relative;
  padding: 1.3rem 0.65rem 0.5rem;
  margin: 0 auto 1.85rem;
}
.uc-home-9 .title-box {
  position: absolute;
  width: 13.23rem;
  height: 5.42rem;
  background: url("images/home-bg-9-1.png") center center no-repeat;
  background-size: 100% auto;
  right: 0.3rem;
  top: -3.45rem;
  color: #fff;
  padding-top: 0.5rem;
  text-align: center;
}
.uc-home-9 .title-box .eureka {
  width: 0.2rem;
  position: absolute;
  top: 0.2rem;
  right: 0.25rem;
}
.uc-home-9 .title-box h2 {
  font-size: 1.36rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0.3rem;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.uc-home-9 .title-box h2:hover {
  background: -webkit-gradient(linear, left top, right top, from(#1959dd), color-stop(33%, #7eead3), color-stop(66%, #e69afe), to(#ed867d));
  background: -o-linear-gradient(left, #1959dd 0%, #7eead3 33%, #e69afe 66%, #ed867d 100%);
  background: linear-gradient(to right, #1959dd 0%, #7eead3 33%, #e69afe 66%, #ed867d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.uc-home-9 .title-box h3 {
  font-size: 0.7rem;
  color: #7582ff;
  line-height: 0.5rem;
  margin-bottom: 0.6rem;
}
.uc-home-9 .title-box .con {
  font-size: 0.32rem;
  line-height: 0.5rem;
}
.uc-home-9 .title-box .arrow {
  width: 2rem;
  display: block;
}
.uc-home-9 .list {
  position: relative;
  z-index: 9;
  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;
}
.uc-home-9 .list li {
  background: url("images/home-bg-9-4.png") center center no-repeat;
  background-size: 100% auto;
  width: 5.17rem;
  height: 7.7rem;
  padding: 0.76rem 0.56rem 0.36rem;
  margin-bottom: 0.9rem;
  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: 4rem;
  overflow: hidden;
  margin-bottom: 0.4rem;
}
.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.18rem;
  line-height: 0.6rem;
}
.uc-home-9 .list h3 b {
  font-size: 0.44rem;
}
.uc-home-9 .list .txt1 {
  font-size: 0.3rem;
  line-height: 0.5rem;
  color: #fff;
}
.uc-home-9 .list .txt2 {
  font-size: 0.24rem;
  line-height: 0.4rem;
  color: #717171;
  text-align: justify;
}

.uc-home-10 {
  background-color: #0018ff;
  position: relative;
  padding: 1.7rem 0 0;
  color: #fff;
}
.uc-home-10:after {
  content: "";
  width: 100%;
  height: 4rem;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
  background: -o-linear-gradient(top, transparent 0%, #000 100%);
  background: linear-gradient(to bottom, transparent 0%, #000 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 99;
}
.uc-home-10 .title {
  background: url("images/home-title-10.png") center center no-repeat;
  background-size: 18.8rem 2.61rem;
  text-align: center;
  margin-bottom: 1.35rem;
  position: relative;
}
.uc-home-10 .title h2 {
  font-size: 1.39rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0.3rem;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.uc-home-10 .title h2:hover {
  background: -webkit-gradient(linear, left top, right top, from(#1959dd), color-stop(33%, #7eead3), color-stop(66%, #e69afe), to(#ed867d));
  background: -o-linear-gradient(left, #1959dd 0%, #7eead3 33%, #e69afe 66%, #ed867d 100%);
  background: linear-gradient(to right, #1959dd 0%, #7eead3 33%, #e69afe 66%, #ed867d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.uc-home-10 .title h3 {
  font-size: 0.7rem;
  color: #7582ff;
  line-height: 0.5rem;
}
.uc-home-10 .title .line {
  width: 0.04rem;
  height: 1.87rem;
  background-color: #fff;
  position: absolute;
  left: 0.8rem;
  bottom: -1rem;
}
.uc-home-10 .eureka {
  width: 0.2rem;
  position: absolute;
  top: 0.2rem;
  right: 0.25rem;
}
.uc-home-10 .tips {
  font-size: 0.24rem;
  text-align: center;
  letter-spacing: 4px;
  padding-left: 4px;
  margin-bottom: 0.5rem;
}
.uc-home-10 .swiper-container10 {
  height: 15.6rem;
  width: 17.1rem;
  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: 2.22rem;
  height: 0.92rem;
  overflow: hidden;
  margin-right: 0.25rem;
}
.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-container10 .part li:nth-child(7n) {
  margin-right: 0;
}

.uc-home-11 {
  background: #000 url("images/home-bg-11-2-2.png") center bottom no-repeat;
  background-size: 100% auto;
}
.uc-home-11 .uc-content {
  padding-top: 8.2rem;
  position: relative;
  padding-bottom: 5.7rem;
}
.uc-home-11 .title-box {
  width: 10.09rem;
  height: 8.17rem;
  background: url("images/home-bg-11-1.png") center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  z-index: 99;
  left: 0;
  top: 2.7rem;
  padding: 1.3rem 1.1rem 0.1rem;
  color: #fff;
}
.uc-home-11 .title-box h2 {
  font-size: 1.28rem;
  color: #fff;
  margin-bottom: 0.3rem;
  position: absolute;
  left: 1.1rem;
  top: -0.8rem;
  width: 15rem;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.uc-home-11 .title-box h2 i {
  font-weight: lighter;
  color: #ffde00;
}
.uc-home-11 .title-box h2:hover {
  background: -webkit-gradient(linear, left top, right top, from(#1959dd), color-stop(33%, #7eead3), color-stop(66%, #e69afe), to(#ed867d));
  background: -o-linear-gradient(left, #1959dd 0%, #7eead3 33%, #e69afe 66%, #ed867d 100%);
  background: linear-gradient(to right, #1959dd 0%, #7eead3 33%, #e69afe 66%, #ed867d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.uc-home-11 .title-box .arrow {
  width: 2rem;
  display: block;
  margin-bottom: 0.6rem;
}
.uc-home-11 .title-box .con {
  font-size: 0.52rem;
  line-height: 0.7rem;
  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: 2.16rem;
  height: 2.16rem;
  position: absolute;
  top: 4.2rem;
  right: 1.5rem;
}
.uc-home-11 .list {
  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;
  position: relative;
  z-index: 99;
  padding-left: 3.1rem;
}
.uc-home-11 .list li {
  width: 5.17rem;
  height: 8.57rem;
  background: url("images/home-bg-11-3.png") center center no-repeat;
  background-size: 100% auto;
  padding: 0.6rem 0.3rem 0.6rem 0.6rem;
  color: #fff;
  position: relative;
  top: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.uc-home-11 .list li:hover {
  top: -0.3rem;
}
.uc-home-11 .list h3 {
  font-size: 0.5rem;
  color: #605811;
  line-height: 0.7rem;
  height: 1.4rem;
  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.6rem;
  font-weight: bold;
  color: #ffde00;
  letter-spacing: 0.05rem;
}
.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.4rem;
  line-height: 0.5rem;
  min-height: 1.5rem;
  margin-bottom: 0.1rem;
}
.uc-home-11 .info {
  font-size: 0.3rem;
  height: 2.2rem;
}
.uc-home-11 .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.5rem;
}
.uc-home-11 .info img {
  display: block;
  margin-right: 0.2rem;
}
.uc-home-11 .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 .btm .l {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  margin-right: 0.5rem;
}
.uc-home-11 .btm .l img {
  width: 1.28rem;
  display: block;
  margin: 0 auto;
}
.uc-home-11 .btm .r {
  width: 1.9rem;
  text-align: center;
  position: relative;
}
.uc-home-11 .btm .code {
  width: 1.9rem;
  height: 1.9rem;
  overflow: hidden;
  background-color: #fff;
}
.uc-home-11 .btm .code img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-home-11 .btm .t {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -0.5rem;
  color: #777777;
  font-size: 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 3.07rem;
  height: 3.07rem;
  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.14rem;
}
.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;
}