@charset "UTF-8";
/*! Created by UICUT.com on 2020/01/01. Contact QQ: 215611388 */
/* ----------------------------------------------------------------- 样式重置 & 常用样式 --------------------------------------------------------------- */
@-webkit-keyframes rotate { 0% { -webkit-transform: rotate(0); transform: rotate(0); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }
@keyframes rotate { 0% { -webkit-transform: rotate(0); transform: rotate(0); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }

@-webkit-keyframes bounce { 0%, 20%, 53%, 80%, 100% { -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% { -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% { -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% { -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce { 0%, 20%, 53%, 80%, 100% { -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% { -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -o-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% { -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -o-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% { -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.uc-bounce { -webkit-animation: bounce 1.2s linear infinite; animation: bounce 1.2s linear infinite; }

@-webkit-keyframes flash { 0%, 50%, 100% { opacity: 1; }
  25%, 75% { opacity: 0; } }

@keyframes flash { 0%, 50%, 100% { opacity: 1; }
  25%, 75% { opacity: 0; } }

.uc-flash { -webkit-animation: flash 1.5s linear infinite; animation: flash 1.5s linear infinite; }

.uc-upDown { -webkit-animation: upDown 2s linear infinite; animation: upDown 2s linear infinite; }

@-webkit-keyframes upDown { from { -webkit-transform: translateY(0px); transform: translateY(0px); }
  50% { -webkit-transform: translateY(-5px); transform: translateY(-5px); }
  to { -webkit-transform: translateY(0px); transform: translateY(0px); } }

@keyframes upDown { from { -webkit-transform: translateY(0px); transform: translateY(0px); }
  50% { -webkit-transform: translateY(-5px); transform: translateY(-5px); }
  to { -webkit-transform: translateY(0px); transform: translateY(0px); } }

.uc-LR { -webkit-animation: LR 2s linear infinite; animation: LR 2s linear infinite; }

@-webkit-keyframes LR { from { -webkit-transform: translateX(0px); transform: translateX(0px); }
  to { -webkit-transform: translateX(400px); transform: translateX(400px); } }

@keyframes LR { from { -webkit-transform: translateX(0px); transform: translateX(0px); }
  to { -webkit-transform: translateX(400px); transform: translateX(400px); } }

.uc-breath { -webkit-animation: breath 2s linear infinite; animation: breath 2s linear infinite; }

@-webkit-keyframes breath { from { opacity: 1; }
  50% { opacity: .11; }
  to { opacity: 1; } }

@keyframes breath { from { opacity: 1; }
  50% { opacity: .11; }
  to { opacity: 1; } }

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: "微软雅黑", Verdana, "Hiragino Sans GB", "Hiragino Sans GB W3", "宋体", Helvetica, Arial, sans-serif; -webkit-text-size-adjust: 100%; }

*, *::before, *::after { -webkit-box-sizing: inherit; box-sizing: inherit; }

body { font-size: 16px; color: #222; background: #fff; min-width: 1200px; min-height: 100vh; }

html::-webkit-scrollbar, body::-webkit-scrollbar { width: 10px; height: 10px; border-radius: 10px; background-color: #ddd; }

html::-webkit-scrollbar-track, body::-webkit-scrollbar-track { border-radius: 5px; background-color: #ddd; }

html::-webkit-scrollbar-thumb, body::-webkit-scrollbar-thumb { border-radius: 5px; background-color: rgba(238, 128, 30, 0.6); }

html::-webkit-scrollbar-thumb:hover, body::-webkit-scrollbar-thumb:hover { background: rgba(238, 128, 30, 0.8); -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, view, text, navigator, image { 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: #222; background-color: transparent; -webkit-text-decoration-skip: objects; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

a:active, a:hover, a:focus { color: #EE801E; 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 ease-in; -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in; }

input[type=file] { cursor: pointer; }

img { width: auto; max-width: 100%; -ms-interpolation-mode: bicubic; }

.uc-content { width: 100%; max-width: 1200px; margin-left: auto; margin-right: auto; }

.uc-show { display: block !important; }

.uc-hide { display: none !important; }

.uc-h98 { width: 100%; height: 98px; }

.uc-bg { background-color: #fafafa; }

.uc-b { font-weight: bold; }

.uc-small { font-size: .875em; }

.uc-big { font-size: 1.25em; }

.uc-ma { margin-left: auto; margin-right: auto; }

.uc-lineCenter { text-decoration: line-through; }

.uc-del { text-decoration: line-through; color: #999; margin-left: 20px; }

.uc-del:first-child { margin-left: 0; }

.uc-animate, .uc-revealOnScroll { opacity: 0; }

.uc-left { float: left; }

.uc-right { float: right; }

.uc-underline { text-decoration: underline !important; }

.uc-tLeft { text-align: left !important; }

.uc-tCenter { text-align: center !important; }

.uc-tRight { text-align: right !important; }

.uc-pt0 { padding-top: 0px !important; }

.uc-pb0 { padding-bottom: 0px !important; }

.uc-pl0 { padding-left: 0px !important; }

.uc-pr0 { padding-right: 0px !important; }

.uc-pd0 { padding: 0px !important; }

.uc-mt0 { margin-top: 0px !important; }

.uc-mb0 { margin-bottom: 0px !important; }

.uc-ml0 { margin-left: 0px !important; }

.uc-mr0 { margin-right: 0px !important; }

.uc-mg0 { margin: 0px !important; }

.uc-pt5 { padding-top: 5px !important; }

.uc-pb5 { padding-bottom: 5px !important; }

.uc-pl5 { padding-left: 5px !important; }

.uc-pr5 { padding-right: 5px !important; }

.uc-pd5 { padding: 5px !important; }

.uc-mt5 { margin-top: 5px !important; }

.uc-mb5 { margin-bottom: 5px !important; }

.uc-ml5 { margin-left: 5px !important; }

.uc-mr5 { margin-right: 5px !important; }

.uc-mg5 { margin: 5px !important; }

.uc-pt10 { padding-top: 10px !important; }

.uc-pb10 { padding-bottom: 10px !important; }

.uc-pl10 { padding-left: 10px !important; }

.uc-pr10 { padding-right: 10px !important; }

.uc-pd10 { padding: 10px !important; }

.uc-mt10 { margin-top: 10px !important; }

.uc-mb10 { margin-bottom: 10px !important; }

.uc-ml10 { margin-left: 10px !important; }

.uc-mr10 { margin-right: 10px !important; }

.uc-mg10 { margin: 10px !important; }

.uc-pt15 { padding-top: 15px !important; }

.uc-pb15 { padding-bottom: 15px !important; }

.uc-pl15 { padding-left: 15px !important; }

.uc-pr15 { padding-right: 15px !important; }

.uc-pd15 { padding: 15px !important; }

.uc-mt15 { margin-top: 15px !important; }

.uc-mb15 { margin-bottom: 15px !important; }

.uc-ml15 { margin-left: 15px !important; }

.uc-mr15 { margin-right: 15px !important; }

.uc-mg15 { margin: 15px !important; }

.uc-pt20 { padding-top: 20px !important; }

.uc-pb20 { padding-bottom: 20px !important; }

.uc-pl20 { padding-left: 20px !important; }

.uc-pr20 { padding-right: 20px !important; }

.uc-pd20 { padding: 20px !important; }

.uc-mt20 { margin-top: 20px !important; }

.uc-mb20 { margin-bottom: 20px !important; }

.uc-ml20 { margin-left: 20px !important; }

.uc-mr20 { margin-right: 20px !important; }

.uc-mg20 { margin: 20px !important; }

.uc-pt25 { padding-top: 25px !important; }

.uc-pb25 { padding-bottom: 25px !important; }

.uc-pl25 { padding-left: 25px !important; }

.uc-pr25 { padding-right: 25px !important; }

.uc-pd25 { padding: 25px !important; }

.uc-mt25 { margin-top: 25px !important; }

.uc-mb25 { margin-bottom: 25px !important; }

.uc-ml25 { margin-left: 25px !important; }

.uc-mr25 { margin-right: 25px !important; }

.uc-mg25 { margin: 25px !important; }

.uc-pt30 { padding-top: 30px !important; }

.uc-pb30 { padding-bottom: 30px !important; }

.uc-pl30 { padding-left: 30px !important; }

.uc-pr30 { padding-right: 30px !important; }

.uc-pd30 { padding: 30px !important; }

.uc-mt30 { margin-top: 30px !important; }

.uc-mb30 { margin-bottom: 30px !important; }

.uc-ml30 { margin-left: 30px !important; }

.uc-mr30 { margin-right: 30px !important; }

.uc-mg30 { margin: 30px !important; }

.uc-pt35 { padding-top: 35px !important; }

.uc-pb35 { padding-bottom: 35px !important; }

.uc-pl35 { padding-left: 35px !important; }

.uc-pr35 { padding-right: 35px !important; }

.uc-pd35 { padding: 35px !important; }

.uc-mt35 { margin-top: 35px !important; }

.uc-mb35 { margin-bottom: 35px !important; }

.uc-ml35 { margin-left: 35px !important; }

.uc-mr35 { margin-right: 35px !important; }

.uc-mg35 { margin: 35px !important; }

.uc-pt40 { padding-top: 40px !important; }

.uc-pb40 { padding-bottom: 40px !important; }

.uc-pl40 { padding-left: 40px !important; }

.uc-pr40 { padding-right: 40px !important; }

.uc-pd40 { padding: 40px !important; }

.uc-mt40 { margin-top: 40px !important; }

.uc-mb40 { margin-bottom: 40px !important; }

.uc-ml40 { margin-left: 40px !important; }

.uc-mr40 { margin-right: 40px !important; }

.uc-mg40 { margin: 40px !important; }

.uc-pt45 { padding-top: 45px !important; }

.uc-pb45 { padding-bottom: 45px !important; }

.uc-pl45 { padding-left: 45px !important; }

.uc-pr45 { padding-right: 45px !important; }

.uc-pd45 { padding: 45px !important; }

.uc-mt45 { margin-top: 45px !important; }

.uc-mb45 { margin-bottom: 45px !important; }

.uc-ml45 { margin-left: 45px !important; }

.uc-mr45 { margin-right: 45px !important; }

.uc-mg45 { margin: 45px !important; }

.uc-pt50 { padding-top: 50px !important; }

.uc-pb50 { padding-bottom: 50px !important; }

.uc-pl50 { padding-left: 50px !important; }

.uc-pr50 { padding-right: 50px !important; }

.uc-pd50 { padding: 50px !important; }

.uc-mt50 { margin-top: 50px !important; }

.uc-mb50 { margin-bottom: 50px !important; }

.uc-ml50 { margin-left: 50px !important; }

.uc-mr50 { margin-right: 50px !important; }

.uc-mg50 { margin: 50px !important; }

.uc-pt55 { padding-top: 55px !important; }

.uc-pb55 { padding-bottom: 55px !important; }

.uc-pl55 { padding-left: 55px !important; }

.uc-pr55 { padding-right: 55px !important; }

.uc-pd55 { padding: 55px !important; }

.uc-mt55 { margin-top: 55px !important; }

.uc-mb55 { margin-bottom: 55px !important; }

.uc-ml55 { margin-left: 55px !important; }

.uc-mr55 { margin-right: 55px !important; }

.uc-mg55 { margin: 55px !important; }

.uc-pt60 { padding-top: 60px !important; }

.uc-pb60 { padding-bottom: 60px !important; }

.uc-pl60 { padding-left: 60px !important; }

.uc-pr60 { padding-right: 60px !important; }

.uc-pd60 { padding: 60px !important; }

.uc-mt60 { margin-top: 60px !important; }

.uc-mb60 { margin-bottom: 60px !important; }

.uc-ml60 { margin-left: 60px !important; }

.uc-mr60 { margin-right: 60px !important; }

.uc-mg60 { margin: 60px !important; }

.uc-pt65 { padding-top: 65px !important; }

.uc-pb65 { padding-bottom: 65px !important; }

.uc-pl65 { padding-left: 65px !important; }

.uc-pr65 { padding-right: 65px !important; }

.uc-pd65 { padding: 65px !important; }

.uc-mt65 { margin-top: 65px !important; }

.uc-mb65 { margin-bottom: 65px !important; }

.uc-ml65 { margin-left: 65px !important; }

.uc-mr65 { margin-right: 65px !important; }

.uc-mg65 { margin: 65px !important; }

.uc-pt70 { padding-top: 70px !important; }

.uc-pb70 { padding-bottom: 70px !important; }

.uc-pl70 { padding-left: 70px !important; }

.uc-pr70 { padding-right: 70px !important; }

.uc-pd70 { padding: 70px !important; }

.uc-mt70 { margin-top: 70px !important; }

.uc-mb70 { margin-bottom: 70px !important; }

.uc-ml70 { margin-left: 70px !important; }

.uc-mr70 { margin-right: 70px !important; }

.uc-mg70 { margin: 70px !important; }

.uc-pt75 { padding-top: 75px !important; }

.uc-pb75 { padding-bottom: 75px !important; }

.uc-pl75 { padding-left: 75px !important; }

.uc-pr75 { padding-right: 75px !important; }

.uc-pd75 { padding: 75px !important; }

.uc-mt75 { margin-top: 75px !important; }

.uc-mb75 { margin-bottom: 75px !important; }

.uc-ml75 { margin-left: 75px !important; }

.uc-mr75 { margin-right: 75px !important; }

.uc-mg75 { margin: 75px !important; }

.uc-pt80 { padding-top: 80px !important; }

.uc-pb80 { padding-bottom: 80px !important; }

.uc-pl80 { padding-left: 80px !important; }

.uc-pr80 { padding-right: 80px !important; }

.uc-pd80 { padding: 80px !important; }

.uc-mt80 { margin-top: 80px !important; }

.uc-mb80 { margin-bottom: 80px !important; }

.uc-ml80 { margin-left: 80px !important; }

.uc-mr80 { margin-right: 80px !important; }

.uc-mg80 { margin: 80px !important; }

.uc-pt85 { padding-top: 85px !important; }

.uc-pb85 { padding-bottom: 85px !important; }

.uc-pl85 { padding-left: 85px !important; }

.uc-pr85 { padding-right: 85px !important; }

.uc-pd85 { padding: 85px !important; }

.uc-mt85 { margin-top: 85px !important; }

.uc-mb85 { margin-bottom: 85px !important; }

.uc-ml85 { margin-left: 85px !important; }

.uc-mr85 { margin-right: 85px !important; }

.uc-mg85 { margin: 85px !important; }

.uc-pt90 { padding-top: 90px !important; }

.uc-pb90 { padding-bottom: 90px !important; }

.uc-pl90 { padding-left: 90px !important; }

.uc-pr90 { padding-right: 90px !important; }

.uc-pd90 { padding: 90px !important; }

.uc-mt90 { margin-top: 90px !important; }

.uc-mb90 { margin-bottom: 90px !important; }

.uc-ml90 { margin-left: 90px !important; }

.uc-mr90 { margin-right: 90px !important; }

.uc-mg90 { margin: 90px !important; }

.uc-pt95 { padding-top: 95px !important; }

.uc-pb95 { padding-bottom: 95px !important; }

.uc-pl95 { padding-left: 95px !important; }

.uc-pr95 { padding-right: 95px !important; }

.uc-pd95 { padding: 95px !important; }

.uc-mt95 { margin-top: 95px !important; }

.uc-mb95 { margin-bottom: 95px !important; }

.uc-ml95 { margin-left: 95px !important; }

.uc-mr95 { margin-right: 95px !important; }

.uc-mg95 { margin: 95px !important; }

.uc-pt100 { padding-top: 100px !important; }

.uc-pb100 { padding-bottom: 100px !important; }

.uc-pl100 { padding-left: 100px !important; }

.uc-pr100 { padding-right: 100px !important; }

.uc-pd100 { padding: 100px !important; }

.uc-mt100 { margin-top: 100px !important; }

.uc-mb100 { margin-bottom: 100px !important; }

.uc-ml100 { margin-left: 100px !important; }

.uc-mr100 { margin-right: 100px !important; }

.uc-mg100 { margin: 100px !important; }

.uc-pt110 { padding-top: 110px !important; }

.uc-pb110 { padding-bottom: 110px !important; }

.uc-pl110 { padding-left: 110px !important; }

.uc-pr110 { padding-right: 110px !important; }

.uc-pd110 { padding: 110px !important; }

.uc-mt110 { margin-top: 110px !important; }

.uc-mb110 { margin-bottom: 110px !important; }

.uc-ml110 { margin-left: 110px !important; }

.uc-mr110 { margin-right: 110px !important; }

.uc-mg110 { margin: 110px !important; }

.uc-pt120 { padding-top: 120px !important; }

.uc-pb120 { padding-bottom: 120px !important; }

.uc-pl120 { padding-left: 120px !important; }

.uc-pr120 { padding-right: 120px !important; }

.uc-pd120 { padding: 120px !important; }

.uc-mt120 { margin-top: 120px !important; }

.uc-mb120 { margin-bottom: 120px !important; }

.uc-ml120 { margin-left: 120px !important; }

.uc-mr120 { margin-right: 120px !important; }

.uc-mg120 { margin: 120px !important; }

.uc-pt150 { padding-top: 150px !important; }

.uc-pb150 { padding-bottom: 150px !important; }

.uc-pl150 { padding-left: 150px !important; }

.uc-pr150 { padding-right: 150px !important; }

.uc-pd150 { padding: 150px !important; }

.uc-mt150 { margin-top: 150px !important; }

.uc-mb150 { margin-bottom: 150px !important; }

.uc-ml150 { margin-left: 150px !important; }

.uc-mr150 { margin-right: 150px !important; }

.uc-mg150 { margin: 150px !important; }

.uc-pt160 { padding-top: 160px !important; }

.uc-pb160 { padding-bottom: 160px !important; }

.uc-pl160 { padding-left: 160px !important; }

.uc-pr160 { padding-right: 160px !important; }

.uc-pd160 { padding: 160px !important; }

.uc-mt160 { margin-top: 160px !important; }

.uc-mb160 { margin-bottom: 160px !important; }

.uc-ml160 { margin-left: 160px !important; }

.uc-mr160 { margin-right: 160px !important; }

.uc-mg160 { margin: 160px !important; }

.uc-pt180 { padding-top: 180px !important; }

.uc-pb180 { padding-bottom: 180px !important; }

.uc-pl180 { padding-left: 180px !important; }

.uc-pr180 { padding-right: 180px !important; }

.uc-pd180 { padding: 180px !important; }

.uc-mt180 { margin-top: 180px !important; }

.uc-mb180 { margin-bottom: 180px !important; }

.uc-ml180 { margin-left: 180px !important; }

.uc-mr180 { margin-right: 180px !important; }

.uc-mg180 { margin: 180px !important; }

.uc-pt200 { padding-top: 200px !important; }

.uc-pb200 { padding-bottom: 200px !important; }

.uc-pl200 { padding-left: 200px !important; }

.uc-pr200 { padding-right: 200px !important; }

.uc-pd200 { padding: 200px !important; }

.uc-mt200 { margin-top: 200px !important; }

.uc-mb200 { margin-bottom: 200px !important; }

.uc-ml200 { margin-left: 200px !important; }

.uc-mr200 { margin-right: 200px !important; }

.uc-mg200 { margin: 200px !important; }

.uc-op0 { opacity: 0 !important; }

.uc-op1 { opacity: 0.1 !important; }

.uc-op2 { opacity: 0.2 !important; }

.uc-op3 { opacity: 0.3 !important; }

.uc-op4 { opacity: 0.4 !important; }

.uc-op5 { opacity: 0.5 !important; }

.uc-op6 { opacity: 0.6 !important; }

.uc-op7 { opacity: 0.7 !important; }

.uc-op8 { opacity: 0.8 !important; }

.uc-op9 { opacity: 0.9 !important; }

.uc-op10 { opacity: 1 !important; }

.uc-icon16 { width: 16px; height: 16px; }

.uc-icon20 { width: 20px; height: 20px; }

.uc-icon24 { width: 24px; height: 24px; }

.uc-icon28 { width: 28px; height: 28px; }

.uc-icon32 { width: 32px; height: 32px; }

.uc-icon36 { width: 36px; height: 36px; }

.uc-icon44 { width: 44px; height: 44px; }

.uc-icon48 { width: 48px; height: 48px; }

.uc-icon50 { width: 50px; height: 50px; }

.uc-icon64 { width: 64px; height: 64px; }

.uc-icon70 { width: 70px; height: 70px; }

.uc-icon80 { width: 80px; height: 80px; }

.uc-icon90 { width: 90px; height: 90px; }

.uc-icon100 { width: 100px; height: 100px; }

.uc-icon120 { width: 120px; height: 120px; }

.uc-icon150 { width: 150px; height: 150px; }

.uc-icon200 { width: 200px; height: 200px; }

@font-face { font-family: AlteDIN; src: url("../fonts/AlteDIN1451Mittelschriftgepraegt.ttf"); }

@font-face { font-family: ClarityMono-ExtraBold; src: url("../fonts/f37100f.otf"); }

@font-face { font-family: ClarityMono-Heavy; src: url("../fonts/5696a19.otf"); }

@font-face { font-family: HYYakuHei; src: url("../fonts/b400ecd.ttf"); }

@font-face { font-family: "uc-font"; src: url("../fonts/iconfont.eot?t=1584354732377"); src: url("../fonts/iconfont.eot?t=1584354732377#iefix") format("embedded-opentype"), url("data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAAdAAAsAAAAAEBgAAAbxAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCGHgqOBIsCATYCJANcCzAABCAFhGEHgi8bnQ1RVHKqkf1MsG0VrBfRQBAJsb60MMb1gc3i5BMLGB9XBF/7hfWb+bscBCgfFoYUgSRSiZGoAPjkcfk50qj2f3Ut58qaEauOqE+6Qi751bv8vjSY7TszG36Ap12DIZWfk9Fkcjo6Qzo8CIIerAhKD+LRxCksralu2QIJg1uMaK37FC83RFDVAxIK1CQAO1JuLAH1lJpxfirSFungRc9MjyfQNta8zOado1NSVuF4oNb+0GekbItShahCM7Tus20lrsM109V0BtfUu4+/LAwDklrGnWjLvm1B1gr+24PM9ljIzq/Y/BLwth0ZsxEVqe6bFWS9aLac9k/DyvfAVBQ3Vy+10i1DMCORGurppJu+sqSsLOvKpnLtec5u/m1r7z9AHMfB9r3yrJ5ySWEq7zhtPysy/4FHDNAy2EBG0l9DR18tbTVdWV1loJ6hkiZRh5pdiOGseChScBEYgBQe0I8i49RgOTgEmwEISiKQKDVAf6TUA30onUCH0g30pfQCLUof0KYsAWqUlUCXsg7IlE1AnXINqPgtK8JABGcjwiAE5yDCUARvRoQGgreiiSYYJm8zFzEJie9IL3AhFxglXhZJWRJTksrVzh+JdbkA9X4D+gm7xv79O21lEbuc6I4bMVVX1fWqYX0LPq5RfT0tr5K60q4nmnxK9vO0elYgEKWh9cB6krmVliqmNEWjVnFw3erR8pKprKx4SotI7F8Cd/Rqr0VWEaPydKu5wtEr/TcbpaCnMewKQjBqlU6pnR69P5Nv/9byQmltRJprFX7xNtG2fUP05+/3FG/dO1hvzp523TRCNGoK6LFTueLR0zmFhVWkps1fvV1OFjSqlXNlkc/DiI5cMdJbeDVcfPy6qf6ia61UGqkl80DMaRUiRIh4EGB4CIHyOHyUi/AZvxU2lKaAhR1mDUyjVtkGTl8qJ9OatID9TJWGnMnQ00Z1QwQpkjFv0oBGt7hAp2hjV1Qq7YyIdlRgrwSRU9sbiia6sLk1RNrps2ct60c22ohQ0JXbl25aTSqtTSluoJNKipOzhCBgdBHyl8g01DQ5ccWMmV3OOflTxTggiO5u7OUK//MS9NYtiS159V9i1idSS86aWIyd5QVCycdGAP+F537+jqGosDCxZOSI0FDQBopaRE5ikdFupXI32xjG7QzxEv5z+rtG1mgokAgCMDUB+5VxhnaDF+76Rih7EzMywm7ygoySz6zHX8wsQm/cQMEWMYSPlS9kOMkVFclgHObHSabezmZF8NnAUk7/M4X+t9Xps6FTiN2Ejfi5Pzy92nL2qlUn8ZakOWPGeHieNm3BT6aaD7xQFpKionDApbAkfb6hReo3bzIyJk1ycZHngaB/dBft+XBT12vVzV3argJw2UgCUML+wOVCFW1icv/zzRIlT//W03P5/rM39hnosOCMp+feXw/4FkwysmyWvpM1f/8rJe7K7xJS7SqaZe+kzUaWLdIWCAJSMsJ8zZ+/Y0c4x29BP3zENmNbPnzYouzn4wd0S7zziBt//5yaklo1AT1wAJXY+BfCaQpgE7A++ATPgRzPYfiDoGFTtMNVw7Fpk/xDbViBD8Z9p3wHjR6nN5Vyp6OiYGM33JZ02L+f5c4D7ohI+G31lpn//v3+1TZiinFrxoihQ9/JQPZOWVCcd+iFsMsvi7D4wQj/tNSeMXCq3zMherPQZ3nfMxDpRjrIXvNNIG/IrkOzPjuteZ1pZqXVmmVpP3+Zpqj3N+/PgZPS3XSSkvP6TF6ardmNlMPZrbvQy3hX7nDRWvq7ya3Ar1NP3qFteiwG+QzQlIjtvue4Y/arfr1c9LDq+++JrpKSh3EsrvpQm/fjjpM20BeFDIntlIMadxZ3ipSG0aYoyyaJKtlMU03HAlNdw2pT2yybO3cMIuVE1cJMbw9T6Ou2KMmeiLLsk6iS/WCqGerfVNfX/6a2XVHaZ8fUyKluKmAaBB3d0ZCj9IRCXb3ihlrzGPyrMVM2j7LSOag0REkd03aV7oIElX6D9Np3tfaop3BCd14ng/EYaaIwAq7NQOtkwbI8vxsyOU5I1SYKYDQgUCN3qBCHJE9uq1WdwBn22zsGfFfGGOXfyU/Tc0BJhTQ7ymGyw0W7QTJOp3WomLrmc6lA81BRQE00Qe2kSwBjvghRif9SEcBppiBFQWKBRYN5cYPM1oVMlgBBN7gDDgskclRRi3o0ohmtaEcnTtZfK/pGv+gf4pCENGQhD0UoQ6W1OwAej/DW4KHiY+jatzdQ1plSeGOo0A+0W/tIG4P3BAJvpFtdQGPiluuZCDFRUEEL6+TWGqWRjFkoy67+Ne+fy09AXuWYEAU+xhTyEm51MQWmeJBPFFxXC+1fq8wcRQXiikO1GmGVZyQhAAA=") format("woff2"), url("../fonts/iconfont.woff?t=1584354732377") format("woff"), url("../fonts/iconfont.ttf?t=1584354732377") format("truetype"), url("../fonts/iconfont.svg?t=1584354732377#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-right2:before { content: "\e6ae"; }

.uc-arrow-left2:before { content: "\e6d6"; }

.uc-arrow-down:before { content: "\e615"; }

.uc-arrow-top:before { content: "\e75d"; }

.uc-arrow-down2:before { content: "\e6a4"; }

.uc-arrow-top2:before { content: "\e6b2"; }

.uc-menu:before { content: "\e6a9"; }

.uc-close:before { content: "\e67f"; }

.uc-search:before { content: "\e66f"; }

.uc-add:before { content: "\e672"; }

.uc-reduce:before { content: "\e614"; }

.uc-next:before { content: "\e60c"; }

.uc-prev:before { content: "\e605"; }

.uc-arrow { position: relative; padding-right: 30px; }

.uc-arrow:after { content: '\e75c'; font-family: 'uc-font'; font-size: 1.4em; right: -10px; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

.uc-arrow.arrow-gray:after { color: #999; }

.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; }

.g-main .uc-content::after { display: block; clear: both; content: ""; }

.g-main .main-left { float: left; }

.g-main .main-right { float: right; }

.g-main .w800 { width: 800px; }

.g-main .w350 { width: 350px; }

.g-main .w240 { width: 240px; }

body, page { 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); }

textarea { resize: none; height: auto; min-height: 120px; -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; }

input:-moz-placeholder { color: #bebebe; }

::-webkit-input-placeholder { color: #bebebe; }

input[type=text], input[type=password] { -webkit-appearance: none; }

[type=submit] { outline: none; }

[type=submit]:hover { opacity: .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: #e6e6e6 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: #EE801E; }

.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; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-left: 10px; height: 30px; border-radius: 5px; padding: 0 10px; }

.uc-btn img { margin-right: 10px; }

.uc-btn:first-child { margin-left: 0; }

.uc-btn:hover { opacity: .8; color: #fff; }

.uc-btn.linear { background: -webkit-gradient(linear, left top, right top, from(rgba(47, 106, 255, 0.7)), to(#EE801E)); background: -webkit-linear-gradient(left, rgba(47, 106, 255, 0.7) 0%, #EE801E 100%); background: -o-linear-gradient(left, rgba(47, 106, 255, 0.7) 0%, #EE801E 100%); background: linear-gradient(to right, rgba(47, 106, 255, 0.7) 0%, #EE801E 100%); color: #fff; }

.uc-btn.plain { background-color: transparent; border: #EE801E 1px solid; color: #EE801E; }

.uc-btn.plain:hover { opacity: 1; background-color: #EE801E; color: #fff; }

.uc-btn.blue { background-color: #EE801E; border: #EE801E 1px solid; color: #fff; }

.uc-btn.blue-linear { background: -webkit-gradient(linear, left top, right top, from(rgba(47, 106, 255, 0.7)), to(#EE801E)); background: -webkit-linear-gradient(left, rgba(47, 106, 255, 0.7) 0%, #EE801E 100%); background: -o-linear-gradient(left, rgba(47, 106, 255, 0.7) 0%, #EE801E 100%); background: linear-gradient(to right, rgba(47, 106, 255, 0.7) 0%, #EE801E 100%); color: #fff; }

.uc-btn.blue-plain { color: #EE801E; border: #EE801E 1px solid; }

.uc-btn.blue-plain:hover { opacity: 1; background-color: #EE801E; color: #fff; }

.uc-btn.white { background-color: #fff; border: #fff 1px solid; color: #222; }

.uc-btn.white-linear { background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.7)), to(#fff)); background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.7) 0%, #fff 100%); background: -o-linear-gradient(left, rgba(255, 255, 255, 0.7) 0%, #fff 100%); background: linear-gradient(to right, rgba(255, 255, 255, 0.7) 0%, #fff 100%); color: #222; }

.uc-btn.white-plain { color: #fff; border: #fff 1px solid; }

.uc-btn.white-plain:hover { opacity: 1; background-color: #fff; color: #222; }

.uc-btn.red { background-color: #f5222d; border: #f5222d 1px solid; color: #fff; }

.uc-btn.red-linear { background: -webkit-gradient(linear, left top, right top, from(rgba(245, 34, 45, 0.7)), to(#f5222d)); background: -webkit-linear-gradient(left, rgba(245, 34, 45, 0.7) 0%, #f5222d 100%); background: -o-linear-gradient(left, rgba(245, 34, 45, 0.7) 0%, #f5222d 100%); background: linear-gradient(to right, rgba(245, 34, 45, 0.7) 0%, #f5222d 100%); color: #fff; }

.uc-btn.red-plain { color: #f5222d; border: #f5222d 1px solid; }

.uc-btn.red-plain:hover { opacity: 1; background-color: #f5222d; color: #fff; }

.uc-btn.gray { background-color: #999; border: #999 1px solid; color: #fff; }

.uc-btn.gray-linear { background: -webkit-gradient(linear, left top, right top, from(rgba(153, 153, 153, 0.7)), to(#999)); background: -webkit-linear-gradient(left, rgba(153, 153, 153, 0.7) 0%, #999 100%); background: -o-linear-gradient(left, rgba(153, 153, 153, 0.7) 0%, #999 100%); background: linear-gradient(to right, rgba(153, 153, 153, 0.7) 0%, #999 100%); color: #fff; }

.uc-btn.gray-plain { color: #999; border: #999 1px solid; }

.uc-btn.gray-plain:hover { opacity: 1; background-color: #999; color: #fff; }

.uc-btn img { margin-right: 10px; }

.uc-radio, .uc-checkbox, .uc-checkbox-circle { min-width: 16px; min-height: 16px; position: relative; padding-left: 20px; cursor: pointer; color: #999; }

.uc-radio:after, .uc-checkbox:after, .uc-checkbox-circle:after { content: '\e7b5'; font-family: 'uc-font'; font-size: 16px; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); left: 0; }

.uc-radio.on:after, .uc-checkbox.on:after, .uc-checkbox-circle.on:after { content: '\e7b3'; }

.uc-radio:before, .uc-checkbox:before, .uc-checkbox-circle:before { display: none; }

.uc-checkbox:after { content: '\e684'; }

.uc-checkbox.on:after { content: '\e67d'; }

.uc-checkbox-circle:after { content: '\e624'; }

.uc-checkbox-circle.on:after { content: '\e64f'; }

.uc-phColor { color: #bebebe; }

.uc-blue { color: #EE801E !important; }

.uc-white { color: #fff !important; }

.uc-red { color: #f5222d !important; }

.uc-gray { color: #999 !important; }

.g-face { width: 100px; border-radius: 100%; height: 100px; overflow: hidden; }

.g-face img { width: 100%; height: 100%; display: block; -o-object-fit: cover; object-fit: cover; }

.g-face.w150 { width: 150px; height: 150px; }

.g-face.w60 { width: 60px; height: 60px; }

.g-face.w80 { width: 80px; height: 80px; }

.g-face.ma { margin: 0 auto; }

.uc-tag { display: inline-block; margin-left: 10px; border-radius: 3px; padding: 0 5px; }

.uc-tag:first-child { margin-left: 0; }

.uc-tag:empty { display: none; }

.uc-tag.blue { background-color: #EE801E; color: #fff; }

.uc-tag.white { background-color: #fff; color: #222; }

.uc-tag.red { background-color: #f5222d; color: #fff; }

.uc-tag.gray { background-color: rgba(153, 153, 153, 0.4); color: #fff; }

/* ---------------------------------------------------------------------- 通用样式  -------------------------------------------------------------------- */
.uc-alert { position: fixed; z-index: 999; left: 0; width: 100vw; top: 0; z-index: 1000; height: 100%; background-color: rgba(0, 0, 0, 0.5); padding-top: constant(safe-area-inset-top); padding-top: env(safe-area-inset-top); padding-right: constant(safe-area-inset-right); padding-right: env(safe-area-inset-right); padding-bottom: constant(safe-area-inset-bottom); padding-bottom: env(safe-area-inset-bottom); padding-left: constant(safe-area-inset-left); padding-left: env(safe-area-inset-left); }

.uc-alert .box { border-radius: 5px; background-color: #fff; z-index: 9; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.uc-alert .btn-close { font-size: 50px; position: absolute; right: 16px; top: 16px; font-size: 18px; color: #999; z-index: 9; }

.uc-alert .btn-close:hover { opacity: .8; }

.uc-alert .over-close { width: 100%; height: 100%; position: absolute; left: 0; top: 0; cursor: pointer; }

.uc-alert { display: none; }

/* |07|营销洞察-详情|insight-detail */
/* 通用 */
.uc-alert-insightDetailDownload .box, .uc-alert-centerForm .box { width: 780px; }

.uc-alert-insightDetailDownload .info, .uc-alert-centerForm .info { background-color: #fafafa; padding: 50px 30px 50px 325px; position: relative; border-radius: 5px 5px 0 0; }

.uc-alert-insightDetailDownload .info .icon, .uc-alert-centerForm .info .icon { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); width: 145px; height: 154px; left: 160px; }

.uc-alert-insightDetailDownload .info h3, .uc-alert-centerForm .info h3 { font-size: 24px; font-weight: bold; margin-bottom: 20px; }

.uc-alert-insightDetailDownload .agree .item, .uc-alert-centerForm .agree .item { padding: 3px 0; line-height: 24px; font-size: 14px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.uc-alert-insightDetailDownload .agree .item a, .uc-alert-centerForm .agree .item a { display: inline-block; }

.uc-alert-insightDetailDownload .agree .item .on, .uc-alert-centerForm .agree .item .on { color: #EE801E; }

.uc-alert-insightDetailDownload .form, .uc-alert-centerForm .form { padding: 30px 30px 1px; }

.uc-alert-insightDetailDownload .form::after, .uc-alert-centerForm .form::after { display: block; clear: both; content: ""; }

.uc-alert-insightDetailDownload .form .item, .uc-alert-centerForm .form .item { position: relative; float: left; height: 40px; margin-bottom: 32px; width: 48%; }

.uc-alert-insightDetailDownload .form .item:nth-child(2n), .uc-alert-centerForm .form .item:nth-child(2n) { float: right; }

.uc-alert-insightDetailDownload .form .item .uc-font, .uc-alert-centerForm .form .item .uc-font { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); right: 10px; font-size: 18px; }

.uc-alert-insightDetailDownload .form .item.error .uc-input, .uc-alert-insightDetailDownload .form .item.error .uc-select, .uc-alert-insightDetailDownload .form .item.error .city-picker-span, .uc-alert-centerForm .form .item.error .uc-input, .uc-alert-centerForm .form .item.error .uc-select, .uc-alert-centerForm .form .item.error .city-picker-span { border-color: #f5222d; }

.uc-alert-insightDetailDownload .form .item.error .error-tips, .uc-alert-centerForm .form .item.error .error-tips { display: block; }

.uc-alert-insightDetailDownload .form .uc-input, .uc-alert-centerForm .form .uc-input { height: 40px; background-color: transparent; }

.uc-alert-insightDetailDownload .form .uc-select, .uc-alert-centerForm .form .uc-select { height: 40px; appearance: none; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; }

.uc-alert-insightDetailDownload .form .error-tips, .uc-alert-centerForm .form .error-tips { bottom: -24px; position: absolute; color: #f5222d; line-height: 24px; display: none; font-size: 12px; padding: 0 10px; }

.uc-alert-insightDetailDownload .operate, .uc-alert-centerForm .operate { padding: 20px 0 40px; }

.uc-alert-insightDetailDownload .operate .uc-btn, .uc-alert-centerForm .operate .uc-btn { width: 340px; height: 40px; margin: 0 auto; }

.uc-alert-centerForm .info { padding-left: 220px; }

.uc-alert-centerForm .info .icon { left: 60px; }

.uc-alert-centerForm .info .txt { color: #999; }

.uc-alert-centerForm .contact-box { margin-top: -20px; padding-bottom: 40px; text-align: center; font-size: 16px; }

.uc-alert-centerForm .contact-box .uc-big { font-size: 24px; margin-right: 20px; font-family: AlteDIN; }

.g-banner-box { width: 100%; height: 420px; background: url("../images/case-list-banner.jpg") center center no-repeat; background-size: cover; position: relative; overflow: hidden; }

.g-banner-box .con { padding-top: 64px; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); color: #fff; text-align: center; }

.g-banner-box h2 { font-size: 44px; font-weight: bold; margin-bottom: 30px; text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5); }

.g-banner-box p { font-size: 20px; text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5); }

.uc-resources-banner { width: 100%; height: 520px; background: url("../images/resources-banner.jpg") center center no-repeat; background-size: cover; position: relative; overflow: hidden; padding-top: 64px; }

.uc-resources-banner .uc-content { position: relative; height: 100%; }

.uc-resources-banner .con { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); left: 0; color: #fff; width: 520px; }

.uc-resources-banner h2 { font-size: 40px; margin-bottom: 32px; font-family: HYYakuHei; }

.uc-resources-banner p { font-size: 16px; line-height: 30px; text-align: justify; margin-bottom: 40px; }

.uc-resources-banner .uc-btn { width: 180px; height: 40px; margin: 0; }

.g-footer-form { padding: 60px 0; }

.g-footer-form .form { 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; }

.g-footer-form .form .item { width: 380px; margin-bottom: 40px; position: relative; }

.g-footer-form .form .item:nth-child(3n) { width: 320px; }

.g-footer-form .form .uc-btn, .g-footer-form .form .uc-input, .g-footer-form .form .uc-select { height: 46px; }

.g-footer-form .form .tel { font-family: AlteDIN; font-size: 36px; color: #666; }

.g-footer-form .form .img { width: 40px; border-radius: 100%; height: 40px; background-color: #EE801E; margin-right: 10px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-line-pack: center; align-content: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.g-footer-form .form .img img { display: block; margin: 0 auto; width: 28px; }

.g-footer-form .form .city-picker-span { border: #e6e6e6 1px solid; }

.g-footer-form .form .city-picker-span.focus, .g-footer-form .form .city-picker-span.open { border-color: #f5222d; }
/*底部背景色*/
footer { background-color: #4C4C4E; }

footer .ft1 { padding-top: 60px; padding-bottom: 30px; }

footer .ft1 .uc-content { 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; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; color: #fff; line-height: 32px; }

footer .ft1 h3 { font-size: 14px; margin-bottom: 10px; }

footer .ft1 .con { font-size: 12px; }

footer .ft1 .con a, footer .ft1 .con p { color: #fff; opacity: .6; display: block; -webkit-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; }

footer .ft1 .con a:hover { opacity: 1; }

footer .ft1 .con .uc-btn { background-color: rgba(255, 255, 255, 0.2); margin: 10px 0; border-radius: 30px; text-align: center; display: inline-block; }
/*版权背景*/
footer .ft2 { line-height: 28px; padding: 30px 0 45px; text-align: center; font-size: 12px; color: #646464; background-color: #0b0b0b; }

footer .ft2 a { color: #646464; -webkit-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; }

footer .ft2 a:hover { color: #646464; text-decoration: underline; }

footer .ft2 span { margin: 0 10px; }

footer .ft2 img { opacity: .5; }

footer .code-box { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-wrap: wrap; flex-wrap: wrap; }

footer .code-box .code-item { margin-right: 10px; position: relative; -webkit-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; }

footer .code-box .code-item:hover .icon-box { background-color: rgba(255, 255, 255, 0.7); }

footer .code-box .code-item:hover .code-alert { display: block; }

footer .code-box .icon-box { width: 48px; border-radius: 100%; height: 48px; overflow: hidden; background-color: rgba(255, 255, 255, 0.1); -webkit-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; }

footer .code-box .code-alert { display: none; width: 160px; border-radius: 5px; background-color: #fff; position: absolute; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); top: 65px; -webkit-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; padding: 15px 10px; text-align: center; font-size: 12px; color: #666; line-height: 20px; }

footer .code-box .code-alert img { width: 100px; height: 100px; display: block; margin: 0 auto 5px; }

footer .code-box .code-alert:after { content: '\e6b2'; font-family: 'uc-font'; color: #fff; font-size: 16px; position: absolute; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); top: -13px; }

header { padding-left: 32px; padding-right: 32px; position: fixed; top: 0; left: 0; width: 100%; z-index: 997; height: 64px; }

header, header .left, header .right, header .menu { 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; }
/*菜单背景色*/
header:hover, header.fixed { background-color: rgba(13, 13, 16, 0.95); }

header:hover .menu li.on:after, header:hover .menu li:hover:after, header.fixed .menu li.on:after, header.fixed .menu li:hover:after { background-color: #EE801E; }

header .menu { color: #fff; margin-left: 3em; }

header .menu li { padding: 0 1em; position: relative; line-height: 64px; }

header .menu li.on:after, header .menu li:hover:after { content: ''; width: 1em; height: 4px; border-radius: 4px; background-color: #fff; position: absolute; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); -webkit-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; bottom: 10px; }

header .menu li:hover .subMenu { height: auto; }

header .menu a { color: #fff; }

header .menu .subMenu { position: absolute; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); top: 64px; height: 0; overflow: hidden; 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; }

header .menu .subMenu .con { width: 120px; background-color: rgba(0, 0, 0, 0.95); padding: 10px 0 0; position: relative; -webkit-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in; }

header .menu .subMenu .con a { display: block; width: 100%; text-align: center; -webkit-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; line-height: 48px; font-size: 16px; }

header .menu .subMenu .con a:hover { background-color: #fff; color: #222; }

header .btn-tel { font-size: 24px; font-family: AlteDIN; color: #fff; margin-right: 1em; }

header .uc-btn { width: 120px; height: 40px; font-size: 16px; }
/*菜单下拉背景色*/
.header-resources-alert { display: none; position: fixed; z-index: 9999; top: 64px; background-color: #18191e; width: 100%; padding: 30px 0 30px 5vw; }

.header-resources-alert .item { color: #fff; width: 120px; text-align: center; padding: 10px 0; -webkit-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; }

.header-resources-alert .item:hover { color: #EE801E; }

.header-resources-alert img { display: block; margin: 0 auto 20px; }

.g-operate .uc-btn { height: 54px; border-radius: 5px; width: 280px; margin: 0 auto; }

.g-fixedOperate { position: fixed; z-index: 999; left: 0; width: 100vw; bottom: 0; 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; font-size: 32px; padding-bottom: 0px; padding-bottom: -webkit-calc(0px + constant(safe-area-inset-bottom)); padding-bottom: calc(0px + constant(safe-area-inset-bottom)); padding-bottom: -webkit-calc(0px + env(safe-area-inset-bottom)); padding-bottom: calc(0px + env(safe-area-inset-bottom)); }

.g-fixedOperate .uc-btn { border-radius: 0; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; height: 98px; }

.g-tabs { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-wrap: wrap; flex-wrap: wrap; border-bottom: rgba(255, 255, 255, 0.3) 1px solid; }

.g-tabs:last-child { border-bottom: none; }

.g-tabs .item { -webkit-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; position: relative; height: 80px; line-height: 80px; color: #fff; font-size: 18px; padding: 0 1em; }

.g-tabs .item.on { color: #fff; font-weight: bold; }

.g-tabs .item.on:after { content: ''; width: 100%; height: 2px; background-color: #fff; position: absolute; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); bottom: 0; }

.g-tabs-hd .tab-con { display: none; }

.g-tabs-hd .tab-con:first-child { display: block; }

.g-title { text-align: center; margin-bottom: 60px; }

.g-title h2 { font-size: 36px; font-weight: bold; margin-bottom: 24px; }

.g-title h2:last-child { margin-bottom: 0; }

.g-title p { font-size: 16px; color: #999; }

.g-title.white { color: #fff; }

.g-title.white p { color: #fff; }

.animate { opacity: 0; }

.bannerHomeSecond { overflow: hidden; width: 100%; position: relative; position: absolute; left: 0; top: 0; width: 1200px; }

.bannerHomeSecond .hd { z-index: 1; overflow: hidden; width: 100%; text-align: center; margin-bottom: 35px; }

.bannerHomeSecond .hd ul { overflow: hidden; zoom: 1; width: 100%; text-align: center; padding: 10px 0 30px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.bannerHomeSecond .hd li { text-align: center; background: #ccc; cursor: pointer; margin: 0 36px; width: 60px; border-radius: 14px; height: 60px; -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1); -webkit-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; }

.bannerHomeSecond .hd li.on { -webkit-transform: scale(1.4, 1.4); -ms-transform: scale(1.4, 1.4); transform: scale(1.4, 1.4); }

.bannerHomeSecond .bd { position: relative; height: 100%; z-index: 0; }

.bannerHomeSecond .bd li { zoom: 1; vertical-align: middle; width: 100%; height: 660px; position: relative; }

.bannerHomeSecond .img-box { position: relative; z-index: 0; border-radius: 24px; width: 276px; height: 607px; float: left; margin-left: 24px; }

.bannerHomeSecond .img-box img { display: block; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; width: 100%; height: 100%; height: 593px; border-radius: 24px; }

.bannerHomeSecond .con { width: 800px; height: 470px; float: right; padding: 60px 40px 10px 70px; }

.bannerHomeSecond .title { font-size: 32px; font-weight: bold; }

.bannerHomeSecond .line { width: 20px; height: 4px; background-color: #EE801E; margin: 15px 0; }

.bannerHomeSecond .txt1 { line-height: 42px; font-size: 24px; margin-bottom: 40px; }

.bannerHomeSecond .txt2, .bannerHomeSecond .txt3 { line-height: 30px; color: #666; }

.bannerHomeSecond .g-operate { margin-top: 60px; }

.bannerHomeSecond .g-operate .uc-btn { margin-left: 0px; }

.bannerHomeBottom { height: 540px; overflow: hidden; width: 100%; position: relative; }

.bannerHomeBottom .hd { z-index: 1; overflow: hidden; position: absolute; bottom: 5px; height: 50px; width: 100%; text-align: center; }

.bannerHomeBottom .hd ul { overflow: hidden; zoom: 1; width: 100%; text-align: center; height: 25px; }

.bannerHomeBottom .hd li { text-align: center; background: #ccc; cursor: pointer; margin: 0 6px; width: 24px; height: 3px; display: inline-block; opacity: .5; }

.bannerHomeBottom .hd li.on { opacity: 1; }

.bannerHomeBottom .bd { position: relative; height: 100%; z-index: 0; }

.bannerHomeBottom .bd li { zoom: 1; vertical-align: middle; width: 100%; height: 660px; }

.bannerHomeBottom .prev, .bannerHomeBottom .next { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); cursor: pointer; opacity: .8; width: 64px; border-radius: 100%; height: 64px; -webkit-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; background-color: rgba(0, 0, 0, 0.2); text-align: center; line-height: 64px; color: #fff; }

.bannerHomeBottom .prev:hover, .bannerHomeBottom .next:hover { opacity: 1; }

.bannerHomeBottom .prev { left: 50%; margin-left: -720px; }

.bannerHomeBottom .next { right: 50%; margin-right: -720px; }

.bannerHomeBottom .uc-content { position: relative; height: 470px; -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.105); box-shadow: 0 10px 40px rgba(0, 0, 0, 0.105); border-radius: 10px; overflow: hidden; }

.bannerHomeBottom .uc-content::after { display: block; clear: both; content: ""; }

.bannerHomeBottom .img-box { width: 530px; float: left; height: 470px; overflow: hidden; }

.bannerHomeBottom .img-box img { display: block; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; width: 100%; height: 100%; }

.bannerHomeBottom .con { width: 660px; height: 470px; float: right; padding: 60px 40px 10px 70px; }

.bannerHomeBottom .title { font-size: 32px; font-weight: bold; }

.bannerHomeBottom .line { width: 20px; height: 4px; background-color: #EE801E; margin: 15px 0; }

.bannerHomeBottom .txt1 { font-weight: bold; line-height: 24px; }

.bannerHomeBottom .txt2 { line-height: 24px; color: #666; }

.bannerHomeBottom .info { padding-top: 30px; }

.bannerHomeBottom .info::after { display: block; clear: both; content: ""; }

.bannerHomeBottom .info .info-item { float: left; margin-right: 30px; }

.bannerHomeBottom .info p { color: #999; }

.bannerHomeBottom .info h4 { margin-bottom: 5px; }

.bannerHomeBottom .info .uc-big { font-size: 30px; font-family: AlteDIN; font-weight: normal; }

.bannerResources { overflow: hidden; width: 580px; height: 607px; position: absolute; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); top: 14px; z-index: 99; }

.bannerResources .bd { position: relative; z-index: 0; margin: 0 auto; border-radius: 24px; overflow: hidden; width: 276px; height: 607px; }

.bannerResources .bd li { zoom: 1; vertical-align: middle; width: 276px; height: 607px; }

.bannerResources .bd img { display: block; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; width: 100%; height: 100%; }

.bannerResources .prev, .bannerResources .next { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); cursor: pointer; opacity: .8; width: 64px; border-radius: 100%; height: 64px; background-color: rgba(255, 255, 255, 0.3); text-align: center; line-height: 64px; color: #fff; }

.bannerResources .prev:hover, .bannerResources .next:hover { opacity: 1; }

.bannerResources .prev { left: 0; }

.bannerResources .next { right: 0; }

/* ----------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------                            各页面样式                           ---------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------- 						 可拆分到独立页面中， 					---------------------------------------- */
/* --------------------------------------------- 		  如无必要，别拆。方便后期配合开发新页面或维护修改 			---------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------- */
/* |01|首页|home */
.uc-homeSwiperBox .swiper-slide { height: 660px; width: 100%; }

.uc-homeSwiperBox .item { width: 100%; height: 100%; background: url("../images/banner1.jpg") center top no-repeat; background-size: cover; }

.uc-homeSwiperBox .swiper-pagination { bottom: 20px; }

.uc-homeSwiperBox .swiper-pagination-bullet { background-color: #fff; opacity: .5; width: 24px; height: 3px; border-radius: 0; }

.uc-homeSwiperBox .swiper-pagination-bullet-active { opacity: 1; }

.uc-homeSwiperBox .swiper-button-prev, .uc-homeSwiperBox .swiper-button-next { width: 64px; border-radius: 100%; height: 64px; outline: none; background-color: rgba(255, 255, 255, 0.3); opacity: .5; -webkit-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; }

.uc-homeSwiperBox .swiper-button-prev:after, .uc-homeSwiperBox .swiper-button-next:after { font-size: 1.5em; color: #fff; }

.uc-homeSwiperBox .swiper-button-prev:hover, .uc-homeSwiperBox .swiper-button-next:hover { opacity: 1; }

.uc-homeSwiperBox .uc-content { position: relative; height: 660px; padding-top: 200px; }

.uc-homeSwiperBox .uc-content .title { font-size: 60px; margin-bottom: 20px; font-family: HYYakuHei; width: 720px; }

.uc-homeSwiperBox .uc-content .subTitle { font-size: 16px; line-height: 32px; width: 720px; min-height: 96px; margin-bottom: 40px; }

.uc-homeSwiperBox .operate .uc-btn { width: 290px; height: 60px; font-size: 18px; }

.uc-homeSwiperBox .operate .uc-btn:hover { background-color: #EE801E; border-color: #EE801E; }

.uc-home-1 { background-color: #fff; padding: 60px 0 85px; min-height: 900px; }

.uc-home-1 .banner-box { position: relative; padding-top: 120px; }

.uc-home-1 .bgs { width: 302px; height: 633px; }

.uc-home-1 .bgs .shadow { position: absolute; left: 0; top: 110px; }

.uc-home-1 .bgs .phone { position: relative; margin-left: 12px; }

.uc-home-2 { background: -webkit-gradient(linear, left top, right bottom, from(#373737), to(#030303)); background: -webkit-linear-gradient(left top, #373737 0%, #030303 100%); background: -o-linear-gradient(left top, #373737 0%, #030303 100%); background: linear-gradient(to right bottom, #373737 0%, #030303 100%); padding: 120px 0; }

.uc-home-2 .uc-content { position: relative; }

.uc-home-2 .con { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); left: 0; color: #fff; width: 600px; }

.uc-home-2 .con h3 { font-size: 36px; font-weight: bold; margin-bottom: 24px; }

.uc-home-2 .con .txt { font-size: 16px; line-height: 34px; }

.uc-home-2 .info { margin: 70px 0; }

.uc-home-2 .info::after { display: block; clear: both; content: ""; }

.uc-home-2 .info .info-item { float: left; padding: 0 40px; position: relative; }

.uc-home-2 .info .info-item:first-child { padding-left: 0; }

.uc-home-2 .info .info-item:last-child { padding-right: 0; }

.uc-home-2 .info p { opacity: .6; }

.uc-home-2 .info h4 { margin-bottom: 15px; }

.uc-home-2 .info .uc-big { font-size: 50px; font-family: AlteDIN; font-weight: normal; }

.uc-home-2 .g-operate .uc-btn { margin-left: 0; }

.uc-home-2 .img-box { margin-left: auto; margin-right: -250px; width: 1100px; height: 460px; padding: 1px; position: relative; }

.uc-home-2 .img-box img { display: block; }

.uc-home-2 .img-box .bgs { margin-top: 40px; }

.uc-home-2 .img-box .item { width: 100px; height: 180px; position: absolute; }

.uc-home-2 .img-box .item img { -webkit-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; }

.uc-home-2 .img-box .item .balloon { width: 99px; height: 125px; position: absolute; left: 50%; margin-left: -49px; top: 0; }

.uc-home-2 .img-box .item .light { position: absolute; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); bottom: 0; width: 101px; height: 71px; }

.uc-home-2 .img-box .item .hover { opacity: 0; }

.uc-home-2 .img-box .item:hover .hover { opacity: 1; }

.uc-home-2 .img-box .item.item1 { left: 280px; bottom: 160px; -webkit-transform: scale(0.4, 0.4); -ms-transform: scale(0.4, 0.4); transform: scale(0.4, 0.4); }

.uc-home-2 .img-box .item.item1 .balloon { -webkit-animation: bounce 2.2s linear infinite; animation: bounce 2.2s linear infinite; }

.uc-home-2 .img-box .item.item1 .light { -webkit-animation: breath 2.2s linear infinite; animation: breath 2.2s linear infinite; }

.uc-home-2 .img-box .item.item2 { left: 365px; bottom: 115px; -webkit-transform: scale(0.6, 0.6); -ms-transform: scale(0.6, 0.6); transform: scale(0.6, 0.6); }

.uc-home-2 .img-box .item.item2 .balloon { -webkit-animation: bounce 1.8s linear infinite; animation: bounce 1.8s linear infinite; }

.uc-home-2 .img-box .item.item2 .light { -webkit-animation: breath 1.8s linear infinite; animation: breath 1.8s linear infinite; }

.uc-home-2 .img-box .item.item3 { left: 500px; bottom: 320px; -webkit-transform: scale(0.55, 0.55); -ms-transform: scale(0.55, 0.55); transform: scale(0.55, 0.55); }

.uc-home-2 .img-box .item.item3 .balloon { -webkit-animation: bounce 1.7s linear infinite; animation: bounce 1.7s linear infinite; }

.uc-home-2 .img-box .item.item3 .light { -webkit-animation: breath 1.7s linear infinite; animation: breath 1.7s linear infinite; }

.uc-home-2 .img-box .item.item4 { left: 710px; bottom: 185px; -webkit-transform: scale(0.6, 0.6); -ms-transform: scale(0.6, 0.6); transform: scale(0.6, 0.6); }

.uc-home-2 .img-box .item.item4 .balloon { -webkit-animation: bounce 1.5s linear infinite; animation: bounce 1.5s linear infinite; }

.uc-home-2 .img-box .item.item4 .light { -webkit-animation: breath 1.5s linear infinite; animation: breath 1.5s linear infinite; }

.uc-home-2 .img-box .item.item5 { left: 565px; bottom: 210px; -webkit-transform: scale(1, 1); -ms-transform: scale(1, 1); transform: scale(1, 1); }

.uc-home-2 .img-box .item.item5 .balloon { -webkit-animation: bounce 2.5s linear infinite; animation: bounce 2.5s linear infinite; }

.uc-home-2 .img-box .item.item5 .light { -webkit-animation: breath 2.5s linear infinite; animation: breath 2.5s linear infinite; }

.uc-home-3 { background-color: #fff; padding: 60px 0; }

.uc-home-3 .list::after { display: block; clear: both; content: ""; }

.uc-home-3 .box { float: left; border-radius: 10px; padding: 40px 35px; width: 33.33%; -webkit-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; }

.uc-home-3 .box:hover, .uc-home-3 .box.on { background: -webkit-gradient(linear, left top, right bottom, from(#373737), to(#030303)); background: -webkit-linear-gradient(left top, #373737 0%, #030303 100%); background: -o-linear-gradient(left top, #373737 0%, #030303 100%); background: linear-gradient(to right bottom, #373737 0%, #030303 100%); color: #fff; }

.uc-home-3 .box:hover .uc-btn, .uc-home-3 .box.on .uc-btn { display: -webkit-box; display: -ms-flexbox; display: flex; }

.uc-home-3 .box .title { font-size: 18px; font-weight: bold; margin-bottom: 40px; }

.uc-home-3 .box .title .uc-big { font-size: 30px; }

.uc-home-3 .box .item { margin-bottom: 30px; }

.uc-home-3 .box h3 { font-size: 16px; font-weight: bold; margin-bottom: 10px; }

.uc-home-3 .box p { font-size: 12px; line-height: 24px; opacity: .6; min-height: 48px; }

.uc-home-3 .box .uc-btn { display: none; }

.uc-home-3 .box .uc-btn { width: 100%; height: 50px; margin: 0; }

.uc-home-3 .box .uc-btn.white-plain { border-color: rgba(255, 255, 255, 0.5); }

.uc-home-4 { background: -webkit-gradient(linear, left top, right bottom, from(#373737), to(#030303)); background: -webkit-linear-gradient(left top, #373737 0%, #030303 100%); background: -o-linear-gradient(left top, #373737 0%, #030303 100%); background: linear-gradient(to right bottom, #373737 0%, #030303 100%); padding: 120px 0; }

.uc-home-4 .list { padding-top: 30px; }

.uc-home-4 .list::after { display: block; clear: both; content: ""; }

.uc-home-4 .list .item { width: 25%; text-align: center; float: left; color: #fff; }

.uc-home-4 .list .item:hover .icon { -webkit-transform: translateY(-10px); -ms-transform: translateY(-10px); transform: translateY(-10px); }

.uc-home-4 .list .item:hover .icon .i1 { opacity: 0; }

.uc-home-4 .list .item:hover .icon .i2 { opacity: 1; }

.uc-home-4 .list .icon { width: 125px; height: 110px; position: relative; margin: 0 auto 50px; -webkit-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; }

.uc-home-4 .list .icon img { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); display: block; width: 100%; height: 100%; -webkit-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; }

.uc-home-4 .list .icon .i2 { opacity: 0; }

.uc-home-4 .list h3 { font-size: 24px; font-weight: bold; margin-bottom: 24px; }

.uc-home-4 .list .con { font-size: 16px; line-height: 32px; color: #999; }

.uc-home-5 { background-color: #fafafa; padding: 60px 0; }

/* |02|营销资源|resources */
.uc-resources { height: 100vh; min-height: 700px; }

.uc-resources .uc-content { padding: 10vh 0 5vh; }

.uc-resources .uc-content::after { display: block; clear: both; content: ""; }

.uc-resources .banner-box { width: 580px; float: left; position: relative; }

.uc-resources .bgs { width: 302px; height: 633px; margin: 0 auto; }

.uc-resources .bgs .shadow { position: absolute; left: 126px; top: -10px; }

.uc-resources .bgs .phone { position: relative; margin: 0 auto; }

.uc-resources .right { float: right; width: 600px; min-height: 633px; padding-top: 30px; }

.uc-resources .g-tabs { margin-bottom: 5%; }

.uc-resources .detail { padding: 60px 0; font-size: 18px; line-height: 24px; color: #fff; text-align: justify; }

.uc-resources .operate { padding: 12px 0; }

/* |04|成功案例-列表|case-list */
.uc-case-list { padding: 50px 0; background-color: #fafafa; }

.uc-case-list .filter { margin-bottom: 40px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.uc-case-list .filter select { border: none; margin-right: 55px; outline: none; }

.uc-case-list .list::after { display: block; clear: both; content: ""; }

.uc-case-list .list .item { float: left; width: 380px; height: 440px; border-radius: 10px; overflow: hidden; margin-bottom: 30px; -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1); background-color: #fff; overflow: hidden; margin-right: 30px; -webkit-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; }

.uc-case-list .list .item img { -webkit-transition: all .3s linear; -o-transition: all .3s linear; transition: all .3s linear; }

.uc-case-list .list .item:hover img { -webkit-transform: scale(1.1, 1.1); -ms-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); }

.uc-case-list .list .item:nth-child(3n) { margin-right: 0; }

.uc-case-list .list .item:hover { -webkit-transform: translateY(-10px); -ms-transform: translateY(-10px); transform: translateY(-10px); }

.uc-case-list .list .img { width: 100%; border-radius: 0; height: 230px; overflow: hidden; }

.uc-case-list .list .img img { width: 100%; height: 100%; display: block; -o-object-fit: cover; object-fit: cover; }

.uc-case-list .list .face { width: 60px; border-radius: 100%; height: 60px; overflow: hidden; position: absolute; left: 20px; top: 20px; }

.uc-case-list .list .face img { width: 100%; height: 100%; display: block; -o-object-fit: cover; object-fit: cover; }

.uc-case-list .list .brand { padding: 20px 20px 20px 90px; position: relative; line-height: 28px; border-bottom: #e6e6e6 1px solid; }

.uc-case-list .list .brand h3 { font-weight: bold; font-size: 20px; }

.uc-case-list .list .brand h3 a { font-weight: bold; -webkit-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; }

.uc-case-list .list .brand .txt { white-space: nowrap; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; color: #999; }

.uc-case-list .list .brand .tags { color: #999; }

.uc-case-list .list .brand .tags b { padding: 0 10px; }

.uc-case-list .list .brand .tags b:first-child { padding-left: 0; }

.uc-case-list .list .brand .tags b:last-child { padding-right: 0; }

.uc-case-list .list .info { padding-top: 15px; }

.uc-case-list .list .info::after { display: block; clear: both; content: ""; }

.uc-case-list .list .info .info-item { float: left; width: 33.33%; text-align: center; }

.uc-case-list .list .info p { color: #999; }

.uc-case-list .list .info h4 { margin-bottom: 5px; }

.uc-case-list .list .info .uc-big { font-size: 30px; font-family: AlteDIN; font-weight: normal; }

.uc-case-list .operate { padding-bottom: 20px; padding-top: 50px; }

.uc-case-list .operate .uc-btn { width: 200px; height: 50px; margin: 0 auto; }

.uc-case-list .operate .uc-font { margin-left: 10px; }

/* |05|成功案例-详情|case-detail */
.uc-case-detail h1 { font-size: 32px; font-weight: bold; line-height: 46px; margin-bottom: 32px; }

.uc-case-detail .info { padding-top: 15px; margin-bottom: 40px; }

.uc-case-detail .info::after { display: block; clear: both; content: ""; }

.uc-case-detail .info .info-item { float: left; padding: 0 40px; position: relative; }

.uc-case-detail .info .info-item:after { content: ''; width: 1px; height: 50px; background-color: #e6e6e6; position: absolute; left: 0; bottom: 0; }

.uc-case-detail .info .info-item:first-child { padding-left: 0; }

.uc-case-detail .info .info-item:first-child:after { display: none; }

.uc-case-detail .info .info-item:last-child { padding-right: 0; }

.uc-case-detail .info p { color: #999; }

.uc-case-detail .info h4 { margin-bottom: 15px; }

.uc-case-detail .info .uc-big { font-size: 36px; font-family: AlteDIN; font-weight: normal; }

.uc-case-detail .box { font-size: 16px; line-height: 28px; text-align: justify; color: #555; }

.uc-case-detail .box h3 { font-size: 24px; line-height: 32px; font-weight: bold; margin: 12px 0; }

.uc-case-detail .box p { margin-bottom: 28px; }

.uc-case-detail .box p.intro { background-color: #fafafa; padding: 16px; }

.uc-case-detail .box img { display: block; margin: 20px auto 28px; }

.uc-case-detail-side { border-radius: 10px; background-color: #fff; overflow: hidden; }

.uc-case-detail-side .img { width: 100%; border-radius: 10px; height: 135px; overflow: hidden; margin-bottom: 30px; }

.uc-case-detail-side .img img { width: 100%; height: 100%; display: block; -o-object-fit: cover; object-fit: cover; }

.uc-case-detail-side img { -webkit-transition: all .3s linear; -o-transition: all .3s linear; transition: all .3s linear; }

.uc-case-detail-side:hover img { -webkit-transform: scale(1.1, 1.1); -ms-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); }

.uc-case-detail-side h3 { font-size: 20px; font-weight: bold; margin-bottom: 10px; }

.uc-case-detail-side .con { font-size: 16px; line-height: 28px; text-align: justify; color: #555; margin-bottom: 28px; }

.uc-case-detail-side .tags { padding: 5px 0; }

.uc-case-detail-side .tags::after { display: block; clear: both; content: ""; }

.uc-case-detail-side .tags .uc-tag { line-height: 28px; padding-bottom: 5px; padding: 0 10px; margin: 0 8px 8px 0; font-size: 12px; float: left; }

.uc-case-detail-side .tags .uc-tag.gray-light { background-color: #ebebeb; }

/* |06|营销洞察-列表|insight-list */
.uc-insight-list { padding: 50px 0; background-color: #fafafa; }

.uc-insight-list .list::after { display: block; clear: both; content: ""; }

.uc-insight-list .list .item { float: left; width: 380px; height: 390px; border-radius: 10px; overflow: hidden; margin-bottom: 30px; -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1); background-color: #fff; overflow: hidden; margin-right: 30px; -webkit-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; }

.uc-insight-list .list .item img { -webkit-transition: all .3s linear; -o-transition: all .3s linear; transition: all .3s linear; }

.uc-insight-list .list .item:hover img { -webkit-transform: scale(1.1, 1.1); -ms-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); }

.uc-insight-list .list .item:nth-child(3n) { margin-right: 0; }

.uc-insight-list .list .item:hover { -webkit-transform: translateY(-10px); -ms-transform: translateY(-10px); transform: translateY(-10px); }

.uc-insight-list .list .img { width: 100%; border-radius: 0; height: 230px; overflow: hidden; }

.uc-insight-list .list .img img { width: 100%; height: 100%; display: block; -o-object-fit: cover; object-fit: cover; }

.uc-insight-list .list .btm { padding: 20px; position: relative; }

.uc-insight-list .list .btm h3 { font-weight: bold; font-size: 20px; max-height: 52px; overflow: hidden; margin-bottom: 15px; font-size: 18px; line-height: 26px; }

.uc-insight-list .list .btm h3 a { font-weight: bold; -webkit-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; }

.uc-insight-list .list .btm .txt { line-height: 26px; max-height: 52px; overflow: hidden; color: #999; }

/* |07|营销洞察-详情|insight-detail */
.uc-insight-detail h1 { font-size: 32px; font-weight: bold; line-height: 46px; margin-bottom: 32px; }

.uc-insight-detail .box { font-size: 16px; line-height: 28px; text-align: justify; color: #555; }

.uc-insight-detail .box p { margin-bottom: 28px; }

.uc-insight-detail .box img { display: block; margin: 0 auto 28px; }

.uc-insight-detail .operate { padding: 40px 0; }

.uc-insight-detail .operate .uc-btn { width: 200px; height: 56px; font-size: 18px; font-weight: bold; margin: 0 auto; }

.uc-insight-detail-download { border-radius: 10px; padding: 20px; background-color: #fff; -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1); overflow: hidden; }

.uc-insight-detail-download .img { width: 100%; border-radius: 10px; height: 175px; overflow: hidden; }

.uc-insight-detail-download .img img { width: 100%; height: 100%; display: block; -o-object-fit: cover; object-fit: cover; }

.uc-insight-detail-download img { -webkit-transition: all .3s linear; -o-transition: all .3s linear; transition: all .3s linear; }

.uc-insight-detail-download:hover img { -webkit-transform: scale(1.1, 1.1); -ms-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); }

.uc-insight-detail-download .operate { padding: 40px 0; }

.uc-insight-detail-download .operate .uc-btn { width: 200px; height: 56px; font-size: 18px; font-weight: bold; margin: 0 auto; }

/* |08|帮助中心|help */
.uc-help { background-color: #fafafa; padding-top: 120px; padding-bottom: 65px; }

.uc-help h2 { font-size: 32px; font-weight: bold; margin-bottom: 24px; }

.uc-help .box { 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; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }

.uc-help .side-menu, .uc-help article { background-color: #fff; border-radius: 5px; -webkit-box-shadow: 0 0 10px 0 #f1f1f1; box-shadow: 0 0 10px 0 #f1f1f1; min-height: 650px; }

.uc-help .side-menu { width: 340px; }

.uc-help .side-menu .title { padding: 20px 24px; line-height: 40px; 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; font-size: 20px; cursor: pointer; position: relative; }

.uc-help .side-menu .title.on { font-weight: bold; }

.uc-help .side-menu .title.on .uc-add { display: none; }

.uc-help .side-menu .title.on .uc-reduce { display: block; }

.uc-help .side-menu .title.on:after { display: none; }

.uc-help .side-menu .title:hover { background-color: #eeeeee; }

.uc-help .side-menu .title:hover:after { display: none; }

.uc-help .side-menu .title:after { content: ''; width: 292px; height: 1px; background-color: #e6e6e6; position: absolute; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); bottom: 0; }

.uc-help .side-menu .uc-reduce { display: none; }

.uc-help .side-menu .con { display: none; line-height: 36px; }

.uc-help .side-menu .con.on { display: block; }

.uc-help .side-menu .con a { display: block; font-size: 16px; padding: 6px 24px; position: relative; }

.uc-help .side-menu .con a.on { background-color: #eeeeee; font-weight: bold; }

.uc-help .side-menu .con a.on:after { display: none; }

.uc-help .side-menu .con a:after { content: ''; width: 292px; height: 1px; background-color: #e6e6e6; position: absolute; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); bottom: 0; }

.uc-help article { width: 840px; padding: 50px 40px; }

.uc-help article .title { font-size: 24px; font-weight: bold; margin-bottom: 30px; }

.uc-help article .con { font-size: 16px; line-height: 30px; color: #666; }
