@charset "UTF-8";

/*!
 * Created by 赫连勃格 on 2025/01/01.
 * WX:18900220083
 * QQ:215611388
 * SITE:www.uicut.com
 */
/*!
* -----------------------------------------------------------------------------------------------------------------------------------------------------
* --------------------------------------------- 				样式分为：共用样式 + 各页面样式				   ----------------------------------------
* --------------------------------------------- 		  此文件别改，方便后期配合开发新页面或维护修改 			   ----------------------------------------
* ---------------------------------------------   可把要修改的那一行或那一块复制到别的文件里修改，放到引入文件最后   ----------------------------------------
* -----------------------------------------------------------------------------------------------------------------------------------------------------
*/
/* ---------------------------------------------------------------------- 共用样式 -------------------------------------------------------------------- */
/* ----------------------------------------------------------------- 样式重置 & 常用样式 --------------------------------------------------------------- */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    min-width: 1280px;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

html {
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue",
        Arial, sans-serif;
    -webkit-text-size-adjust: none;
}

body {
    font-size: 14px;
    color: #000000;
    background: #ffffff;
    min-height: 100vh;
    outline: none;
    /*-webkit-tap-highlight-color: rgba(0, 0, 0, 0);*/
}

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, 119, 196, 0.6);
}

body::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 119, 196, 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;
    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: #000000;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    /*-webkit-tap-highlight-color: rgba(0, 0, 0, 0);*/
}

a:active,
a:hover,
a:focus {
    color: #0077c4;
    outline-width: 0;
}
footer a:focus {
    color: #89cbff;
    outline-width: 0;
}
video {
    border: none;
    outline: none;
    display: block;
    width: 100%;
    height: 550px;
    background: #000000;

}

img,
input[type="text"],
input[type="submit"],
input[type="password"],
textarea,
select,
button,
footer,
header {
    transition: all 0.3s linear;
}

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

::-moz-selection {
    background: #0077c4;
    color: #fff;
}

::selection {
    background: #0077c4;
    color: #fff;
}

::-moz-selection {
    background: #0077c4;
    color: #fff;
}

img {
    width: auto;
    max-width: 100%;
    -ms-interpolation-mode: bicubic;
}

.uc-show {
    display: block !important;
}

.uc-bg {
    background-color: #f4f4f4;
}

.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: #0077c4 !important;
}

.uc-black {
    color: #000 !important;
}

.uc-red {
    color: #ff2400 !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,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") format("woff2"),
        url("../fonts/uicut-font.woff?t=1645078740157") format("woff"),
        url("../fonts/uicut-font.ttf?t=1645078740157") format("truetype"),
        url("../fonts/uicut-font.svg?t=1645078740157#uc-font") format("svg");
}

.uc-font {
    font-family: "uc-font" !important;
    line-height: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.uc-checkbox-circle:before {
    content: "\e624";
}

.uc-checkbox-circle-on:before {
    content: "\e64f";
}

.uc-checkbox:before {
    content: "\e684";
}

.uc-checkbox-on:before {
    content: "\e67d";
}

.uc-checkbox-on-plain:before {
    content: "\e683";
}

.uc-radio-on:before {
    content: "\e7b3";
}

.uc-radio:before {
    content: "\e7b5";
}

.uc-arrow-left:before {
    content: "\e75b";
}

.uc-arrow-right:before {
    content: "\e75c";
}

.uc-arrow-down:before {
    content: "\e615";
}

.uc-arrow-top:before {
    content: "\e75d";
}

.uc-arrow-right2:before {
    content: "\e6ae";
}

.uc-arrow-left2:before {
    content: "\e6d6";
}

.uc-arrow-down2:before {
    content: "\e6a4";
}

.uc-arrow-top2:before {
    content: "\e6b2";
}

.uc-next:before {
    content: "\e600";
}

.uc-prev:before {
    content: "\e601";
}

.uc-add:before {
    content: "\e672";
}

.uc-reduce:before {
    content: "\e614";
}

.uc-menu:before {
    content: "\e6a9";
}

.uc-close:before {
    content: "\e67f";
}

.uc-search:before {
    content: "\e66f";
}

.uc-qq:before {
    content: "\e62d";
}

.uc-qq2:before {
    content: "\e657";
}

.uc-call2:before {
    content: "\e62c";
}

.uc-weixin2:before {
    content: "\e6b3";
}

.uc-weixin:before {
    content: "\e653";
}

.uc-call:before {
    content: "\e674";
}

.uc-arrow {
    position: relative;
    padding-right: 30px;
}

.uc-arrow:after {
    content: "\e75c";
    font-family: "uc-font";
    font-size: 1.4em;
    right: -10px;
    opacity: 0.5;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

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

.uc-flex.start {
    justify-content: flex-start;
}

.uc-flex.end {
    justify-content: flex-end;
}

.uc-flex.center {
    justify-content: center;
}

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

.uc-flex-col.start {
    align-content: start;
    justify-content: flex-start;
}

.uc-flex-col.end {
    align-content: end;
    justify-content: flex-end;
}

.uc-flex-col.center {
    align-content: center;
    justify-content: center;
}

.g-main {
    padding-top: 20px;
    padding-bottom: 90px;
    background-color: #f4f4f4;
}

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

.g-main .main-left {
    width: 240px;
}

.g-main .main-right {
    flex: 1;
    min-width: 0;
    margin-left: 20px;
}

.g-sideMenu {
    border-radius: 10px;
    background-color: #fff;
    line-height: 80px;
    font-size: 24px;
    padding: 15px 0;
}
.g-sideMenu li.on {
    color: #0077c4;
}
.g-sideMenu li{
    .hd .on{
        color: #0077c4;
    }
}
.g-sideMenu li.on>a {
    color: #0077c4;
}

.g-sideMenu li.on .uc-arrow-down {
    display: none;
}

.g-sideMenu li.on .uc-arrow-right {
    display: block;
}

.g-sideMenu li.on .bd {
    display: block;
}

.g-sideMenu .hd,.g-sideMenu .hd1 {
    padding: 0 20px 0 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    cursor: pointer;
    font-size: 18px;
}

.g-sideMenu .hd .uc-font {
    opacity: 0.5;
}

.g-sideMenu .uc-font {
    color: #999999;
}

.g-sideMenu .uc-arrow-right {
    display: none;
}

.g-sideMenu .bd {
    display: none;
}

.g-sideMenu .bd .item {
    font-size: 18px;
    padding-left: 80px;
    display: block;
    line-height: 60px;
    margin-bottom: 1px;
}

.g-sideMenu .bd .item:last-child {
    margin-bottom: 0;
}

.g-sideMenu .bd .item.on,
.g-sideMenu .bd .item:hover {
    background-color: #4cb2e3;
    color: #fff;
}

.g-classify {
    margin-bottom: -20px;
}

.g-classify li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 30px;
}

.li-mb {
    margin-bottom: 50px !important;
}

.g-classify .item {
    padding: 0 10px;
    font-size: 18px;

    /* margin-right: 20px; */
    /* margin-bottom: 20px; */
    display: block;
}

.g-classify .item:hover {
    color: #0077c4;
}

.g-classify .item.on {
    color: #0077c4;
}

.g-classify .item.on2 {
    background-color: rgba(0, 119, 196, 0.05);
    color: #0077c4;
}

.g-classify .con {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}

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

.uc-phColor {
    color: #7f7f7f;
}

input:-moz-placeholder {
    color: #7f7f7f;
}

::-webkit-input-placeholder {
    color: #7f7f7f;
}

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: #bdb9b8 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: #0077c4;
}

.uc-btn {
    cursor: pointer;
    outline: none;
    transition: all 0.3s linear;
    display: flex;
    flex-wrap: wrap;
    justify-content: 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: #0077c4;
    border: #0077c4 1px solid;
    color: #fff;
}

.uc-btn.blue-linear {
    background: linear-gradient(to right,
            rgba(0, 119, 196, 0.7) 0%,
            #0077c4 100%);
    color: #fff;
}

.uc-btn.blue-plain {
    color: #0077c4;
    border: #0077c4 1px solid;
}

.uc-btn.blue-plain:hover {
    opacity: 1;
    background-color: #0077c4;
    color: #fff;
}

.uc-btn.blue-light {
    background-color: rgba(0, 119, 196, 0.1);
    color: #0077c4;
}

.uc-btn.blue-shadow {
    box-shadow: 0 6px 10px 0 rgba(0, 119, 196, 0.3);
}

.uc-btn.black {
    background-color: #000;
    border: #000 1px solid;
    color: #fff;
}

.uc-btn.black-linear {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, #000 100%);
    color: #fff;
}

.uc-btn.black-plain {
    color: #000;
    border: #000 1px solid;
}

.uc-btn.black-plain:hover {
    opacity: 1;
    background-color: #000;
    color: #fff;
}

.uc-btn.black-light {
    background-color: rgba(0, 0, 0, 0.1);
    color: black;
}

.uc-btn.black-shadow {
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.3);
}

.uc-btn.red {
    background-color: #ff2400;
    border: #ff2400 1px solid;
    color: #fff;
}

.uc-btn.red-linear {
    background: linear-gradient(to right,
            rgba(255, 36, 0, 0.7) 0%,
            #ff2400 100%);
    color: #fff;
}

.uc-btn.red-plain {
    color: #ff2400;
    border: #ff2400 1px solid;
}

.uc-btn.red-plain:hover {
    opacity: 1;
    background-color: #ff2400;
    color: #fff;
}

.uc-btn.red-light {
    background-color: rgba(255, 36, 0, 0.1);
    color: #ff2400;
}

.uc-btn.red-shadow {
    box-shadow: 0 6px 10px 0 rgba(255, 36, 0, 0.3);
}

.uc-btn.gray {
    background-color: #999999;
    border: #999999 1px solid;
    color: #fff;
}

.uc-btn.gray-linear {
    background: linear-gradient(to right,
            rgba(153, 153, 153, 0.7) 0%,
            #999999 100%);
    color: #fff;
}

.uc-btn.gray-plain {
    color: #999999;
    border: #999999 1px solid;
}

.uc-btn.gray-plain:hover {
    opacity: 1;
    background-color: #999999;
    color: #fff;
}

.uc-btn.gray-light {
    background-color: rgba(153, 153, 153, 0.1);
    color: #999999;
}

.uc-btn.gray-shadow {
    box-shadow: 0 6px 10px 0 rgba(153, 153, 153, 0.3);
}

.g-crumb {
    font-size: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.g-crumb img {
    display: block;
    margin-right: 5px;
}

.g-crumb a {
    position: relative;
    padding-right: 20px;
}

.g-crumb a:after {
    content: "\e75c";
    font-family: "uc-font";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.g-crumb a:last-child {
    padding-right: 0;
}

.g-crumb a:last-child:after {
    display: none;
}

.g-crumb-search {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    width: 100%;
    height: 56px;
}

.g-crumb-search .search-box {
    position: relative;
    width: 340px;
}

.g-crumb-search .search-box .uc-input {
    height: 56px;
    border-radius: 10px;
    font-size: 18px;
    padding-left: 56px;
    border: #d0d0d0 1px solid;
}

.g-crumb-search .search-box .uc-input:hover {
    border-color: #0077c4;
}

.g-crumb-search .search-box .icon {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    left: 16px;
}

.search-box .uc-home-select {
    width: 100px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    left: 16px;
}

.g-crumb-search .search-box .uc-btn {
    width: 88px;
    border-radius: 10px;
    height: 44px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
    font-size: 24px;
}

.uc-prvNxt {
    padding: 40px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.uc-prvNxt a {
    width: 36px;
    border-radius: 100%;
    height: 36px;
    display: inline-block;
    border: #0077c4 1px solid;
    line-height: 34px;
    margin: 0 6px;
    text-align: center;
    color: #0077c4;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
}

.uc-prvNxt a:hover,
.uc-prvNxt a.on {
    background-color: #0077c4;
    border-color: #0077c4;
    color: #fff;
}

.uc-prvNxt a.gray {
    background-color: #f4f4f4;
    border-color: #f4f4f4;
    color: #999999;
}

.uc-tag {
    display: inline-block;
    border-radius: 3px;
    padding: 0 5px;
}

.uc-tag:empty {
    display: none;
}

.uc-tag.blue {
    background-color: #0077c4;
    color: #fff;
}

.uc-tag.blue-linear {
    background: linear-gradient(to right,
            rgba(0, 119, 196, 0.7) 0%,
            #0077c4 100%);
}

.uc-tag.blue-plain {
    color: #1182b8;
    border: #1182b8 1px solid;
}

.uc-tag.blue-light {
    color: rgba(0, 119, 196, 0.7);
    background-color: rgba(0, 119, 196, 0.1);
}

.uc-tag.black {
    background-color: #000;
    color: #fff;
}

.uc-tag.black-linear {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, #000 100%);
}

.uc-tag.black-plain {
    color: #000;
    border: #000 1px solid;
}

.uc-tag.black-light {
    color: rgba(0, 0, 0, 0.7);
    background-color: rgba(0, 0, 0, 0.1);
}

.uc-tag.red {
    background-color: #ff2400;
    color: #fff;
}

.uc-tag.red-linear {
    background: linear-gradient(to right,
            rgba(255, 36, 0, 0.7) 0%,
            #ff2400 100%);
}

.uc-tag.red-plain {
    color: #ff2400;
    border: #ff2400 1px solid;
}

.uc-tag.red-light {
    color: rgba(255, 36, 0, 0.7);
    background-color: rgba(255, 36, 0, 0.1);
}

.uc-tag.gray {
    background-color: rgba(153, 153, 153, 0.4);
    color: #fff;
}

.uc-tag.gray-linear {
    background: linear-gradient(to right,
            rgba(153, 153, 153, 0.7) 0%,
            #999999 100%);
}

.uc-tag.gray-plain {
    color: #666666;
    border: #bdb9b8 1px solid;
}

.uc-tag.gray-light {
    color: rgba(153, 153, 153, 0.7);
    background-color: rgba(153, 153, 153, 0.1);
}

/* ---------------------------------------------------------------------- 通用样式  -------------------------------------------------------------------- */
footer {
    background-color: #0077c4;
    color: #fff;
    font-size: 16px;
}

footer a {
    color: #fff;
    transition: all 0.3s linear;
}

footer a:hover {
    color: #fff;
    opacity: 0.8;
}

footer .ft1 {
    padding-top: 70px;
    padding-bottom: 50px;
}

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

footer .ft1 h3 {
    font-size: 22px;
    margin-bottom: 1em;
}

footer .ft1 .con {
    line-height: 2em;
}

footer .part {
    max-width: 25%;
}

footer .part2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

footer .code-box {
    margin-right: 20px;
    text-align: center;
}

footer .code-box:last-child {
    margin-right: 0;
}

footer .code {
    width: 124px;
    height: 124px;
    margin-bottom: 5px;
}

footer .code img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}

footer .ft2 {
    border-top: #03609e 1px solid;
    padding: 20px 0;
    text-align: center;
    line-height: 2em;
}

header {
    position: relative;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
}

header .uc-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: 150px;
}

header .logo {
    width: 396px;
    height: 92px;
    overflow: hidden;
    display: block;
}

header .logo img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}

header .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    flex: 1;
    min-width: 0;
}

header .list li {
    line-height: 150px;
    position: relative;
    height: 150px;
    font-size: 18px;
    margin-left: 50px;
    transition: all 0.3s linear;
}

header .list li:after {
    content: "";
    width: 0;
    height: 3px;
    background-color: #0077c4;
    position: absolute;
    left: 5%;
    top: 50%;
    margin-top: 20px;
    transition: all 0.3s ease-in;
}

header .list li.on>a,
header .list li:hover>a {
    color: #0077c4;
}

header .list li.on:after,
header .list li:hover:after {
    width: 90%;
}

header .list li:hover .subMenu {
    display: block;
    height: auto;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
}

header .list li:hover .subMenu .con {
    margin-top: 0;
}

header .subMenu {
    top: 120px;
    position: absolute;
    left: -1rem;
    height: 0;
    overflow: hidden;
    /* width: 100%; */
    min-width: 130px;
    z-index: 99;
    border-radius: 5px;
}

header .subMenu .con {
    background-color: #fff;
    padding: 1em 0;
    position: relative;
    margin-top: 1.5rem;
    transition: all 0.3s ease-in;
    font-size: 1rem;
    width: 130px;
    left: 0px;
    border-radius: 5px;
}

header .subMenu a {
    display: block;
    line-height: 1.5em;
    font-size: 16px;
    padding: 0.5em 0.5em 0.5em 1em;
}

header .subMenu a:hover {
    color: #0077c4;
}

header .uc-btn {
    font-size: 16px;
    min-width: 92px;
    border-color: #7f7f7f;
    border-radius: 32px;
    height: 32rpx;
}

.g-titleLine {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding-left: 16px;
    margin-bottom: 30px;
}

.g-titleLine:after {
    content: "";
    width: 4px;
    height: 28px;
    background-color: #0077c4;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.g-titleLine .name {
    font-size: 26px;
    color: #0077c4;
    margin-right: 70px;
}

.g-titleLine .filter {
    flex: 1;
    min-width: 0;
    font-size: 18px;
}

.g-titleLine .filter a {
    margin-right: 50px;
}

.g-titleLine .filter a:hover,
.g-titleLine .filter a.on {
    color: #0077c4;
}

.g-titleLine .more {
    font-size: 18px;
}

.swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.swiper-slide {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.swiper-pagination-bullet {
    background-color: #fff;
    opacity: 0.3;
    width: 56px;
    border-radius: 6px;
    height: 6px;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

.swiper-button-prev,
.swiper-button-next {
    background-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.3);
    width: 50px;
    border-radius: 100%;
    height: 50px;
    transition: all 0.3s linear;
    outline: none;
    background-size: 15px auto;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 1.25em;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background-color: rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.8);
}

/* --------------------------------------------------------------------- 各页面样式  ------------------------------------------------------------------- */
/* |01|首页|home| */
.uc-home-1 {
    position: relative;
    /* overflow: hidden; */
}

.uc-home-1:after {
    content: "";
    width: 100%;
    height: 130px;
    position: absolute;
    left: 0;
    bottom: -1px;
    background: linear-gradient(to bottom,
            transparent 0%,
            rgba(0, 0, 0, 0.3) 100%);
    z-index: 9;
}

.uc-home-1 .item {
    display: block;
    /*width: 100%;*/
    min-height: 300px;
}

.uc-home-1 .item img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    min-height: 300px;
    max-height: 460px;
}

.uc-home-1 .box {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 43%;
    /* max-width: 810px; */
    z-index: 10;
}

.uc-home-1 .search-box {
    margin-bottom: 10px;
    position: relative;
}

.uc-home-1 .search-box .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    left: 20px;
}

.uc-home-1 .hot {
    color: #fff;
    margin-bottom: 25px;
}

.uc-home-1 .hot a {
    color: #fff;
    margin-right: 10px;
}

.uc-home-1 .hot a:hover {
    color: rgba(255, 255, 255, 0.5)
}

.uc-home-1 .total,
.uc-home-1 .total li {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.uc-home-1 .total li {
    margin-left: 40px;
    color: #fff;
}

.uc-home-1 .total li:first-child {
    margin-left: 0;
}

.uc-home-1 .total img {
    margin-right: 5px;
    display: block;
}

.uc-home-2 {
    padding: 40px 0 20px;
}

.uc-home-2 .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.uc-home-2 .list li {
    margin-bottom: 25px;

    margin-right: 25px;
    flex: 1;
}

.uc-home-2 .list li:nth-child(5n) {
    margin-right: 0;
}

.uc-home-2 .list .item {
    width: 100%;
    border-radius: 10px;
    /* height: 148px; */
    display: block;
    overflow: hidden;
    position: relative;
    overflow: hidden;
}

.uc-home-2 .list .item img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}

.uc-home-2 .list .item img {
    transition: all 0.3s linear;
}

.uc-home-2 .list .item:hover img {
    transform: scale(1.1, 1.1);
}

.uc-home-2 .list .over {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 30px 20px;
}

.uc-home-2 .list h3 {
    font-size: 20px;
}

.uc-home-2 .list p {
    opacity: 0.6;
    margin-top: 5px;
}

.uc-home-3 {
    padding-bottom: 40px;
}

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

.uc-home-3 .box {
    width: 48%;
}

.uc-home-3 .title {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: #0077c4 1px solid;
    margin-bottom: 20px;
}

.uc-home-3 .title .name {
    font-size: 26px;
    color: #0077c4;
    line-height: 56px;
    position: relative;
}

.uc-home-3 .title .name:after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #0077c4;
    position: absolute;
    left: 0;
    bottom: 0;
}

.uc-home-3 .title .more {
    font-size: 18px;
}

.uc-home-3 .list li {
    padding: 10px 0;
    padding-left: 20px;
    position: relative;
}

.uc-home-3 .list li:after {
    content: "";
    width: 4px;
    border-radius: 100%;
    height: 4px;
    background-color: #0077c4;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.uc-home-3 .list .item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
}

.uc-home-3 .list time {
    font-size: 14px;
    color: #999999;
    margin-left: 30px;
}

.uc-home-3 .list .l {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
    min-width: 0;
}

.uc-home-4 .list {
    padding-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.uc-home-4 .list li {
    margin-bottom: 25px;

    margin-right: 25px;
    margin-bottom: 25px;
}

.uc-home-4 .list li:nth-child(5n) {
    margin-right: 0;
}

.uc-home-4 .list .item {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    display: block;
    overflow: hidden;
}

.uc-home-4 .list .item img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}

.uc-home-4 .list .item img {
    transition: all 0.3s linear;
}

.uc-home-4 .list .item:hover img {
    transform: scale(1.1, 1.1);
}

.uc-home-4 .tab-con {
    display: none;
}

.uc-home-4 .tab-con:first-child {
    display: block;
}

.uc-home-5 .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 50px;
}

.uc-home-5 .list li {
    /* width: 260px; */
    border-radius: 10px;
    border: #0077c4 1px solid;
    /* margin-right: 50px; */
    /* margin-bottom: 25px; */
    padding: 30px 10px 20px;
    text-align: center;
    background-color: #fff;
    transition: all 0.3s linear;
    position: relative;
    top: 0;
}

.uc-home-5 .list li:nth-child(5n) {
    margin-right: 0;
}

.uc-home-5 .list li:hover {
    top: -5px;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
}

.uc-home-5 .list .face {
    width: 90px;
    border-radius: 100%;
    height: 90px;
    overflow: hidden;
    margin: 0 auto 20px;
    background: #c8c8c8;
    border-radius: 50%;
}

.uc-home-5 .list .face img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}

.uc-home-5 .list .name {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.uc-home-5 .list .name b {
    font-size: 20px;
}

.uc-home-5 .list .uc-tag {
    margin-left: 10px;
    font-size: 15px;
}

.uc-home-5 .list .txt {
    font-size: 15px;
    color: #666666;
    line-height: 1.5em;
    height: 3em;
    overflow: hidden;
}

/* |02|新闻列表|news| */
.uc-news .box {
    border-radius: 10px;
    background-color: #fff;
    padding: 30px 80px;
}

.uc-news .title {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: #0077c4 1px solid;
    margin-bottom: 10px;
}

.uc-news .title .name {
    font-size: 26px;
    color: #0077c4;
    line-height: 56px;
    position: relative;
}

.uc-news .title .name:after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #0077c4;
    position: absolute;
    left: 0;
    bottom: 0;
}

.uc-news .title .more {
    font-size: 18px;
}

.uc-news .list {
    margin-bottom: 30px;
}

.uc-news .list li {
    padding: 15px 0;
    padding-left: 20px;
    position: relative;
    border-bottom: #bdb9b8 1px dashed;
    line-height: 30px;
}

.uc-news .list li:after {
    content: "";
    width: 4px;
    border-radius: 100%;
    height: 4px;
    background-color: #0077c4;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.uc-news .list .item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
}

.uc-news .list time {
    font-size: 14px;
    color: #999999;
    margin-left: 30px;
}

.uc-news .list .l {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
    min-width: 0;
}

/* |03|图片列表|topic| */
.uc-topic .box {
    border-radius: 10px;
    background-color: #fff;
    padding: 30px 60px;
    margin-bottom: 20px;
}

.uc-topic .box:last-child {
    margin-bottom: 0;
}

.uc-topic .title {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.uc-topic .title .name {
    font-size: 18px;
    margin-right: 20px;
    font-weight: bold;
}

.uc-topic .title .filter {
    flex: 1;
    min-width: 0;
    font-size: 18px;
}

.uc-topic .title .filter a {
    margin-right: 20px;
}

.uc-topic .title .filter a:hover,
.uc-topic .title .filter a.on {
    color: #0077c4;
}

.uc-topic .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 30px;
    gap: 20px;
}

.uc-topic .list li {
    /* margin-right: 20px; */
    border-radius: 10px;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
    /* margin-bottom: 20px; */
    position: relative;
    top: 0;
    transition: all 0.3s linear;
    cursor: pointer;
}

.uc-topic .list li:hover {
    top: -5px;
}

.uc-topic .list li:nth-child(3n) {
    margin-right: 0;
}

.uc-topic .list .img {
    width: 100%;
    border-radius: 10px 10px 0 0;

    overflow: hidden;
    overflow: hidden;
}

.uc-topic .list .img img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}

.uc-topic .list .img img {
    transition: all 0.3s linear;
}

.uc-topic .list .img:hover img {
    transform: scale(1.1, 1.1);
}

.uc-topic .list img {
    display: block;
}

.uc-topic .list .con {
    padding: 15px 10px;
}

.uc-topic .list h3 {
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.uc-topic .list .btm {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.uc-topic .list time {
    flex: 1;
    min-width: 0;
    text-align: right;
    color: #666666;
}

.uc-topic .list .line {
    width: 1px;
    height: 20px;
    background-color: #d0d0d0;
    display: block;
    margin: 0 20px;
}

.uc-topic .tab-con {
    display: none;
}

.uc-topic .tab-con:first-child {
    display: block;
}

/* |04|人物列表|person| */
.uc-person {
    width: 100%;
}

.uc-person .box {
    border-radius: 10px;
    background-color: #fff;
    padding: 30px 50px;
}

.uc-person .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 40px;
    gap: 25px 20px;
}

.uc-person .list li {
    border-radius: 10px;
    border: #0077c4 1px solid;
    /* margin-right: 20px;
  margin-bottom: 25px; */
    padding: 30px 10px 20px;
    text-align: center;
    background-color: #fff;
    transition: all 0.3s linear;
    position: relative;
    top: 0;
    cursor: pointer;
}

.uc-person .list li:nth-child(5n) {
    margin-right: 0;
}

.uc-person .list li:hover {
    top: -5px;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
}

.uc-person .list .face {
    width: 90px;
    border-radius: 100%;
    height: 90px;
    overflow: hidden;
    margin: 0 auto 20px;
}

.uc-person .list .face img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}

.uc-person .list .name {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.uc-person .list .name b {
    font-size: 20px;
}

.uc-person .list .uc-tag {
    margin-left: 10px;
    font-size: 15px;
}

.uc-person .list .txt {
    font-size: 15px;
    color: #8d8d8d;
    line-height: 1.5em;
    height: 3em;
    overflow: hidden;
}

.uc-person-detail {
    width: 100%;

    .box {
        border-radius: 10px;
        padding-left: 346px;
        width: 100%;
        height: 300px;
        background: linear-gradient(#5658f2, #388bfb);

        display: flex;
        align-items: center;
        gap: 24px;
    }

    .box .face {
        width: 156px;
        height: 156px;
        background: #ffffff;
        border-radius: 50%;
    }

    .box .face img {
        width: 100%;
        height: 100%;
    }

    .box .name-box .name {
        font-size: 26px;
        color: #ffffff;
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }

    .uc-tag.blue-plain {
        color: #ffffff;
        border: #ffffff 1px solid;
        font-size: 15px;
        margin-left: 34px;
    }

    .unit-name {
        font-size: 14px;
        color: #dae2fd;
        line-height: 32px;
        display: flex;
        align-items: center;
    }

    .unit {
        margin-left: 40px;
    }

    .txt {
        width: 62px;
    }

    .box-bt {
        border-radius: 10px;
        width: 100%;
        margin-top: 20px;
        background: #ffffff;
        padding: 73px 0 93px 346px;
    }

    .box-bt .txt {
        width: 754px;
        font-size: 14px;
        color: #000000;
        line-height: 32px;
    }

    .detail-txt {
        margin-top: 42px;
    }

    .box-bt .title {
        font-weight: 500;
        font-size: 26px;
        color: #0077c4;
        line-height: 50px;
        position: relative;
        padding-left: 12px;
    }

    .title-box {
        width: 68px;
        height: 18px;
        background: #0077c4;
        position: absolute;
        bottom: 4px;
        left: 0;
        opacity: 0.3;
    }
}

.uc-video-detail {
    width: 100%;
    background: #ffffff;
    border-radius: 10px 10px 10px 10px;
    padding: 67px 0 34px 92px;

    .title {
        font-weight: bold;
        font-size: 26px;
        color: #000000;
    }

    .btm {
        margin-top: 30px;
        display: flex;
        height: 24px;
        line-height: 24px;
        align-items: center;
    }

    time {
        font-size: 14px;
        color: #999999;
        margin-right: 30px;
    }

    .line {
        width: 1px;
        height: 15px;
        background: #000000;
    }

    .btm .tex {
        font-size: 14px;
        color: #666666;
        margin-left: 168px;
    }

    .item {
        width: 75px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
    }

    .video-box {
        margin-top: 12px;
        display: flex;
        gap: 30px;
    }

    .left-video {
        margin-top: 38px;
    }

    .right-video-title {
        font-size: 18px;
        color: #000000;
        margin-bottom: 20px;
        height: 18px;
        line-height: 18px;
    }

    .video-time {
        position: absolute;
        right: 5px;
        bottom: 4px;
        background: rgba(0,0,0,0.5);
        border-radius: 2px;
        font-size: 14px;
        color: #fff;
        padding: 3px 5px;
    }

    .right-img {
        background: #cdcdcd;
        border-radius: 4px 4px 4px 4px;
        margin-right: 20px;
        position: relative;
    }

    .right-video-item {
        display: flex;
        font-size: 16px;
        color: #666666;
        margin-bottom: 24px;
    }

    .right-video-item .txt {
        position: relative;
        padding-top: 10px;
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;

    }

    .right-img-num {
        position: absolute;
        bottom: 13px;
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .on-btn {
        margin-top: 34px;
        display: flex;
        font-size: 15px;
        color: #000000;
        gap: 30px;
    }

    .detail-txt {
        margin-top: 25px;
        font-size: 15px;
        color: #666666;
        line-height: 30px;
    }
}

.uc-img-detail {
    width: 100%;
    background: #ffffff;
    border-radius: 10px 10px 10px 10px;
    padding: 67px 0 34px 92px;

    .title {
        font-weight: bold;
        font-size: 26px;
        color: #000000;
    }

    .btm {
        margin-top: 30px;
        display: flex;
        height: 24px;
        line-height: 24px;
        align-items: center;
    }

    time {
        font-size: 14px;
        color: #999999;
        margin-right: 30px;
    }

    .line {
        width: 1px;
        height: 15px;
        background: #000000;
    }

    .btm .tex {
        font-size: 14px;
        color: #666666;
        margin-left: 168px;
    }

    .item {
        width: 75px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
    }

    .video-box {
        margin-top: 40px;
        display: flex;
        gap: 30px;
    }

    .left-video {
        height: 1100px;
    }

    .right-video-title {
        font-size: 18px;
        color: #000000;
        margin-bottom: 20px;
        height: 18px;
        line-height: 18px;
    }

    .right-img {
        background: #cdcdcd;
        border-radius: 4px 4px 4px 4px;
        margin-right: 20px;
        position: relative;
    }

    .right-video-item {
        display: flex;
        font-size: 16px;
        color: #666666;
        margin-bottom: 24px;
    }

    .right-video-item .txt {
        position: relative;
        padding-top: 10px;
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
    }

    .right-img-num {
        position: absolute;
        bottom: 13px;
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .on-btn {
        margin-top: 30px;
        font-size: 15px;
        color: #000000;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 165px;
        margin-bottom: 35px;
    }

    .detail-txt {
        margin-top: 25px;
        font-size: 15px;
        color: #666666;
        line-height: 30px;
    }

    .file-info {
        font-size: 14px;
        color: #000000;
        line-height: 26px;
    }
}

.uc-user-detail {
    width: 100%;
    background-color: #ffffff;

    .user-info {
        height: 300px;
        width: 100%;
        border-radius: 10px;
        background: linear-gradient(#5658f2, #388bfb);
        padding: 90px 90px 90px 92px;
        display: flex;
        align-items: center;
    }

    .user-img {
        width: 120px;
        height: 120px;
        background: #ffffff;
        border-radius: 50%;
    }

    .user-img img {
        width: 120px;
        height: 120px;
    }

    .user-ip-info {
        margin-left: 58px;
    }

    .user-name {
        font-size: 26px;
        color: #ffffff;
    }

    .user-ip {
        margin-top: 20px;
        color: #ffffff;
        display: flex;
        flex-wrap: wrap;
        width: 800px;
    }

    .user-ip-item {
        width: 350px;
        font-size: 16px;
        color: #ffffff;
        line-height: 32px;
    }

    .title {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        border-bottom: #0077c4 1px solid;
        margin-bottom: 10px;
    }

    .title .name:after {
        content: "";
        width: 100%;
        height: 3px;
        background-color: #0077c4;
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .title .name {
        font-size: 18px;
        color: #000000;
        line-height: 36px;
        position: relative;
    }

    .box {
        padding: 50px 145px 50px 93px;
    }

    .box-show {
        /*display: none;*/
    }

    tr {
        display: flex;
        margin-bottom: 24px;
    }

    th {
        height: 42px;
        display: flex;
        align-items: center;
        justify-content: right;
    }

    td {
        padding-left: 33px;
        height: 42px;
        display: flex;
        align-items: center;
        width: 400px;
        gap: 20px;
        position: relative;
        flex-wrap: wrap;
    }

    .checkbox-item {
        display: flex;
        align-items: center;
    }

    .checkbox-item label {
        padding-left: 5px;
        cursor: pointer;
    }

    .checkbox-item input {
        cursor: pointer;
    }

    .td1 {
        flex-wrap: nowrap !important;
    }

    .user-info-box {
        /* padding-left: 187px; */
        padding-top: 40px;
        display: flex;
        justify-content: center;
    }

    .input-text {
        width: 367px;
        height: 40px;
        border: 1px solid #e5e5e5;
        padding: 0 10px 0 18px;
        position: relative;
    }

    .input-text1 {
        width: 367px;
        height: 40px;
        border: 1px solid #e5e5e5;
        position: relative;
    }

    .radio {
        margin-left: 15px;
    }

    .required {
        color: #ff0000;
    }

    select {
        padding: 10px;
    }
}

.uc-user-detail-pb {
    padding-bottom: 50px;
}

.uc-content-mt {
    margin-top: 20px;
}

select {
    /* 移除默认样式 */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 5px 30px 5px 10px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24"><path fill="%23000" d="M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z"/></svg>');
    /* 作为备用 */
    background-repeat: no-repeat;
    background-position: right 10px center;
    /* 根据需要调整位置 */
}

input::selection {
    border: 1px solid #e5e5e5 !important;
}

.btn-th {
    justify-content: center !important;
}

.submit-btn {
    width: 92px;
    height: 32px;
    background: #1182b8;
    border-radius: 16px 16px 16px 16px;
    border: 1px solid #1182b8;
    color: #fff;
}

.submit-btn1 {
    width: 92px;
    height: 32px;
    background: #fff;
    border-radius: 16px 16px 16px 16px;
    border: 1px solid #1182b8;
    color: #1182b8;
}

.user-title {
    font-size: 18px;
}

.required {
    color: #ff0000;
    font-size: 14px;
    position: absolute;
    right: -15px;
}

.user-info-sc {
    ul {
        margin-top: 32px;
    }

    li {
        display: flex;
        gap: 24px;
        margin-bottom: 20px;
    }

    .user-left-img {
        width: 240px;
        height: 135px;
        background: #d1d1d1;
        border-radius: 8px 8px 8px 8px;
        position: relative;
    }

    .user-left-content .txt {
        font-size: 16px;
        color: #000000;
        line-height: 20px;
        margin-top: 20px;
    }

    .user-left-content .txt1 {
        font-size: 14px;
        color: #000000;
        line-height: 20px;
        margin-top: 12px;
    }

    .user-left-content {
        width: calc(100% - 380px);
    }

    .user-left-btn {
        padding-top: 20px;
        width: 92px;
    }

    .user-left-img-cont {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 8px;
        position: absolute;
        bottom: 8px;
        color: #fff;
    }

    .user-left-img-cont .item {
        display: flex;
        align-items: center;
        gap: 5px;
    }
}

.uc-user-info .list {
    margin-bottom: 30px;
}

.uc-user-info .list li {
    padding: 15px 0;
    position: relative;
    border-bottom: #bdb9b8 1px dashed;
    line-height: 30px;
}

.uc-user-info .list .item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    gap: 46px;
}

.uc-user-info .list time {
    font-size: 14px;
    color: #999999;
}

.uc-user-info .list .l {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
    min-width: 0;
}

.time-r {
    margin-left: 10px;
}

.uc-home-1 {
    min-height: 300px;
    max-height: 460px;
    position: relative;
}

.uc-news-detail {
    width: 100%;
    background-color: #ffffff;

    .uc-content {
        padding: 50px 160px;
    }

    .title {
        font-weight: bold;
        font-size: 38px;
        color: #000000;
        width: 100%;
        text-align: center;
    }

    .btm {
        margin-top: 30px;
        display: flex;
        height: 24px;
        line-height: 24px;
        align-items: center;
    }

    time {
        font-size: 14px;
        color: #666666;
        margin-right: 30px;
    }

    .btm .tex {
        font-size: 14px;
        color: #666666;
        margin-left: 31px;
    }

    .line {
        width: 100%;
        border-bottom: 1px dashed #666666;
        height: 30px;
    }

    .content {
        padding-top: 40px;
        font-weight: 400;
        font-size: 18px;
        color: #000000;
        padding-bottom: 65px;
    }

    p {
        text-indent: 2rem;
        line-height: 34px;
    }
}

.uc-home-select {
    padding-left: 10px;

    .uc-home-select-item {
        height: 100%;
    }
}

.uc-home-select-item {
    cursor: pointer;

    .selectContent {
        position: relative;
    }

    .select_value {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        padding-left: 8px;
    }

    .select_options {
        display: none;
        width: 130px;
        background: #ffffff;
        box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
        border-radius: 10px 10px 10px 10px;
        text-align: center;
        position: absolute;
        left: -15px;
        top: 110%;
        padding-top: 10px;
        padding-bottom: 15px;
    }

    .select_options li {
        list-style-type: none;
        cursor: pointer;
    }

    .select_icon {
        height: 100%;
        width: 18px;
        position: absolute;
        right: -15px;
        display: flex;
        align-items: center;
        top: 0;

        img {
            height: 18px;
            width: 18px;
        }
    }

    .select_icon span {
        width: 0;
        height: 0;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 8px solid #fff;
        z-index: 101;
        display: inline-block;
    }

    .select_options li:hover {
        color: #037bb4;
    }
}

.uc-user-select-item {


    .selectContent {
        position: relative;
    }

    .select_value {
        width: 100%;
        font-size: 14px;
        height: 100%;
        display: flex;
        align-items: center;
        padding: 0 10px 0 18px;
    }

    .select_options {
        display: none;
        width: 367px;
        background: #ffffff;
        /* box-shadow: 0px 0px 15px 10px rgba(0, 0, 0, 0.1); */
        border: 1px solid #e5e5e5;
        /* border-radius: 10px 10px 10px 10px; */
        text-align: left;
        position: absolute;
        left: -1px;
        top: 110%;
        padding-top: 5px;
        font-size: 14px;
        z-index: 1;
    }

    .select_options li {
        list-style-type: none;
        cursor: pointer;
        line-height: 36px;
        padding: 0 18px;
    }

    .select_icon {
        height: 100%;
        width: 18px;
        position: absolute;
        right: 10px;
        display: flex;
        align-items: center;
        top: 0;

        img {
            height: 18px;
            width: 18px;
        }
    }

    .select_icon span {width: 0;height: 0;border-left: 4px solid transparent;border-right: 4px solid transparent;
        border-top: 8px solid #fff;z-index: 101;display: inline-block;}
    .select_options li:hover {color: #037bb4;
        background-color: rgb(238, 249, 255);}
}

.uc-home-2,
.uc-home-3,
.uc-home-4 {
    h3 {width: 100%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
    .list .con {padding: 5px;}
    .list .btm {margin-top: 5px;display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
    .list .btm .btn {display: flex;flex-wrap: wrap;align-items: center;gap: 2px;}
    .btm-item {display: flex;flex-wrap: wrap;align-items: center;gap: 20px;}
    .btm-item img {width: 24px;height: 24px;}
}

.placeholder-option {color: #aaa !important;}
.placeholder {color: #aaa;}
.checkbox {margin-left: 10px;}
.select-option {color: #000000;}
.icon_fxs{width: 2
0px;height: 20px;}
.cursor-pointer,
.right-title-btn{cursor: pointer;}
.select_options{max-height: 360px;overflow: auto;}
.select_pointer{cursor: pointer;}
.select_not_allowed{cursor: not-allowed;background-color:  #e5e5e5;}
.not-box-show {display: none;}
.btm .btn{display: flex;align-items: center;gap: 2px;}

.user-face-box{height: 62px; line-height:62px;font-size: 16px;}
.user-face{width: 48px;height: 48px;border-radius: 50%;margin-top: 10px;cursor: pointer; display: inline-block;vertical-align: middle;position: relative;}
.user-menu{display: none;position: absolute;margin-top: -5px; margin-left: -15px;width: 100px;background: #fff;border-radius: 5px;box-shadow: 0 0 5px rgba(0,0,0,.1);z-index: 100;}
.user-menu:hover{display: block;}
.user-menu-con{padding: 10px;}
.user-menu-con a{display: block;line-height: 30px;text-align: center;font-size: 14px;}



.qi{
    width: 28px;height: 28px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.btm .qi{ width: 20px; height: 20px;}

.qi.qi-eye{background-image: url("/static/icon/eye.png");}


.qi.qi-like{background-image: url("/static/icon/like.png");}
.qi.qi-like.active{background-image: url("/static/icon/like-on.png");}

.qi.qi-favorite{background-image: url("/static/icon/favorite.png");}
.qi.qi-favorite.active {background-image: url("/static/icon/favorite-on.png");}

.qi.qi-share{background-image: url("/static/icon/share.png");}
.qi.qi-share.active{background-image: url("/static/icon/share-on.png");}

.on-btn .item:hover    {transform:translateY(-1px)}

.unlike{ cursor: pointer; }
.user-left-img{
    position: relative;
}
.user-left-img-cont{
    position: absolute;
    left: 0; right: 0;
    bottom: 0; /* 定位到底部 */
    margin-bottom: -9px;
    height: 30px; /* 渐变的高度 */
    border-radius: 8px;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* 当屏幕宽度小于600px时 */
@media (max-width: 1600px) {
    .uc-content {
        width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }

    .uc-home-4 .list li {
        width: 220px;
    }

    .uc-home-2 .list .item {
        height: 116px;
    }

    .uc-home-4 .list .item {
        height: 134px;
    }

    .uc-home-5 .list {
        gap: 21px 25px;
    }

    .uc-home-5 .list li {
        width: 220px;
    }

    .uc-person .list li {
        width: 200px;
    }

    .uc-topic .list li {
        width: 260px;
    }

    .uc-topic .list .img {
        height: 147px;
    }

    .left-video {
        width: 800px;
        min-height: 450px;
    }
    video {
        height: 470px;
    }
    .uc-home-1 .search-box .uc-input {
        height: 40px;
        border-radius: 10px;
        font-size: 14px;
        padding-left: 156px;
    }

    .uc-home-1 .hot {
        font-size: 14px;
    }

    .search-box .uc-home-select {
        height: 36px;
        line-height: 36px;
    }

    .uc-home-1 .search-box .uc-btn {
        width: 66px;
        border-radius: 10px;
        height: 28px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 8px;
        font-size: 14px;
    }

    .uc-home-1 .box {
        bottom: 15%;
        width: 35%;
    }

    .uc-home-1 .search-box .icon {
        width: 24px;
        height: 24px;
    }

    .uc-home-select-item .select_value {
        font-size: 14px;
    }
    .uc-home-1 .total li,
    .uc-home-select-item .select_options {
        font-size: 14px;
    }
    .uc-home-select-item .select_options li {
        line-height: 36px;
    }
    .right-img {
        width: 135px;
        height: 75px;
    }
    .right-video-item .txt{
        width: calc(100% - 175px);
    }
}

/* 当屏幕宽度大于600px时 */
@media (min-width: 1601px) {
    .uc-content {
        width: 1500px;
        margin-left: auto;
        margin-right: auto;
    }

    .uc-home-4 .list li {
        width: 280px;
    }

    .uc-home-2 .list .item {
        height: 148px;
    }

    .uc-home-5 .list {
        gap: 21px 50px;
    }

    .uc-home-4 .list .item {
        height: 158px;
    }

    .uc-home-5 .list li {
        width: 260px;
    }

    .uc-person .list li {
        width: 260px;
    }

    .uc-topic .list li {
        width: 358px;
    }

    .uc-topic .list .img {
        height: 202px;
    }

    .left-video {
        width: 880px;
    }
    .right-video {
        width: 490px;
    }

    .uc-home-1 .search-box .uc-input {
        height: 56px;
        border-radius: 10px;
        font-size: 16px;
        padding-left: 156px;
    }

    .search-box .uc-home-select {
        height: 56px;
        line-height: 56px;
    }

    .uc-home-1 .search-box .uc-btn {
        width: 88px;
        border-radius: 10px;
        height: 44px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 8px;
        font-size: 20px;
    }

    .uc-home-1 .box {
        bottom: 15%;
        max-width: 810px;
    }

    .uc-home-1 .search-box .icon {
        width: 32px;
        height: 32px;
    }

    .uc-home-1 .hot {
        font-size: 16px;
    }
    .uc-home-select-item .select_value {
        font-size: 16px;
    }
    .uc-home-1 .total li,
    .uc-home-select-item .select_options {
        font-size: 16px;
    }

    .uc-home-select-item .select_options li {
        line-height: 56px;
    }
    .right-img {
        width: 160px;
        height: 90px;
    }
    .right-video-item .txt{
        width: calc(100% - 200px);
    }
}
