@charset "UTF-8";
/*!
* -----------------------------------------------------------------------------------------------------------------------------------------------------
* --------------------------------------------- 				样式分为：共用样式 + 各页面样式				   ----------------------------------------
* --------------------------------------------- 		  此文件别改，方便后期配合开发新页面或维护修改 			   ----------------------------------------
* ---------------------------------------------   可把要修改的那一行或那一块复制到别的文件里修改，放到引入文件最后   ----------------------------------------
* -----------------------------------------------------------------------------------------------------------------------------------------------------
*/
/* ---------------------------------------------------------------------- 共用样式 -------------------------------------------------------------------- */
/* ----------------------------------------------------------------- 样式重置 & 常用样式 --------------------------------------------------------------- */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

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

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

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

a {
  background-color: transparent;
}

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

b, strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  box-sizing: border-box;
  font-family: Helvetica, Verdana, "微软雅黑", "苹方", "Hiragino Sans GB", "Hiragino Sans GB W3", "宋体", Arial, sans-serif;
  -webkit-text-size-adjust: none;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  font-size: 14px;
  color: #333333;
  background: #000000;
  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(255, 145, 48, 0.6);
}
body::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 145, 48, 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: #333333;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:active, a:hover, a:focus {
  color: #ff9130;
  outline-width: 0;
}

video {
  border: none;
  outline: none;
  display: block;
  width: 100%;
  height: 100vh;
}

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: #ff9130;
  color: #fff;
}

::selection {
  background: #ff9130;
  color: #fff;
}

::-moz-selection {
  background: #ff9130;
  color: #fff;
}

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

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

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

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

.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-orange {
  color: #ff9130 !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.eot7");
  src: url(http://ceshi.dyzhmzp.com/template/51cnn/fonts/uicut-font.eot?t=1645078740157#iefixx") 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.woff7") format("woff"), url(../fonts/uicut-font.ttf�t=1645078740157.ttf7") format("truetype"), url(http://ceshi.dyzhmzp.com/template/51cnn/fonts/uicut-font.svg?t=1645078740157#uc-fontt") 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: " ";
  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;
}

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

.uc-phColor {
  color: #ddd;
}

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

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

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

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

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

.uc-input, .uc-select, .uc-button, .uc-textarea {
  width: 100%;
  border: #eeeeee 1px solid;
  outline: none;
  height: 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: #ff9130;
}

.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.orange {
  background-color: #ff9130;
  border: #ff9130 1px solid;
  color: #fff;
}
.uc-btn.orange-linear {
  background: linear-gradient(to right, rgba(255, 145, 48, 0.7) 0%, #ff9130 100%);
  color: #fff;
}
.uc-btn.orange-plain {
  color: #ff9130;
  border: #ff9130 1px solid;
}
.uc-btn.orange-plain:hover {
  opacity: 1;
  background-color: #ff9130;
  color: #fff;
}
.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-tag {
  display: inline-block;
  border-radius: 3px;
  padding: 0 5px;
}
.uc-tag:empty {
  display: none;
}
.uc-tag.orange {
  background-color: #ff9130;
  color: #fff;
}
.uc-tag.gray {
  background-color: rgba(153, 153, 153, 0.4);
  color: #fff;
} /* ---------------------------------------------------------------------- 通用样式  -------------------------------------------------------------------- */
.uc-alert {
  position: fixed;
  z-index: 888;
  left: 0;
  width: 100vw;
  top: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.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 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  border-radius: 10px;
  background-color: #fff;
}
.uc-alert .over-close {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}

.uc-alert {
  display: none;
}

.uc-alert-code .box {
  border-radius: 16px;
  width: 380px;
  padding: 40px;
}
.uc-alert-code .title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 24px;
  margin-bottom: 20px;
}
.uc-alert-code .btn-close img {
  display: block;
}
.uc-alert-code .code {
  width: 264px;
  height: 264px;
  margin: 0 auto;
}
.uc-alert-code .code img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

body {
  min-width: 1200px;
   background-image: url('../images/bj.png');
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            height: 100vh; /* 使背景应用于整个视口高度 */
}

.g-manager {
  width: 100%;
  height: 100vh;
  position: relative;
  min-width: 1200px;
  padding-left: 330px;
  transition: all 0.3s linear;
}
.g-manager .manager-left {
  width: 320px;
  position: fixed;
  left: 0;
  z-index: 888;
  height: 100vh;
  top: 0;
  background-color: #ffffff;
  transition: all 0.3s linear;
}
.g-manager .manager-main {
  flex: 1;
  min-width: 0;
  position: relative;
  padding: 0px 0px;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
}
.g-manager .manager-main::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: transparent;
  border-radius: 6px;
}
.g-manager .manager-main::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: transparent;
}
.g-manager .manager-main::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(255, 145, 48, 0.6);
}
.g-manager .manager-main::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 145, 48, 0.6);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.g-manager .g-prevNext .btn {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 990;
}
.g-manager .g-prevNext .btn-prev {
  left: 372px;
}
.g-manager .g-prevNext .btn-next {
  right: 22px;
}

.manager-left {
  width: 330px;
  position: fixed;
  left: 0;
  z-index: 888;
  height: 100vh;
  top: 0;
  transition: all 0.3s linear;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}
.manager-left .top-scroll {
  overflow-x: hidden;
  overflow-y: auto;
  flex: 1;
  min-height: 0;
}
.manager-left .top-scroll::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: transparent;
  border-radius: 6px;
}
.manager-left .top-scroll::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: transparent;
}
.manager-left .top-scroll::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(255, 145, 48, 0.6);
}
.manager-left .top-scroll::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 145, 48, 0.6);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.manager-left .logo {
  padding: 24px 0;
  display: block;
}
.manager-left .logo img {
  display: block;
  margin: 0 auto;
}
.manager-left .menu li {
  line-height: 44px;
  margin-bottom: 10px;
}
.manager-left .menu li.on .hd, .manager-left .menu li:hover .hd {
  color: #ff9130;
  background-color: #fff6ee;
  position: relative;
}
.manager-left .menu li.on .hd:after, .manager-left .menu li:hover .hd:after {
  content: "";
  width: 8px;
  border-radius: 0 6px 6px 0;
  height: 100%;
  background-color: #ff9130;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.manager-left .menu li.on .hd .name, .manager-left .menu li:hover .hd .name {
  font-weight: bold;
  font-weight: bold;
  color: #ff9130;
}
.manager-left .menu li.on .hd .uc-font, .manager-left .menu li:hover .hd .uc-font {
  color: #ff9130;
}
.manager-left .menu li.on .hd .i1, .manager-left .menu li:hover .hd .i1 {
  display: none;
}
.manager-left .menu li.on .hd .i2, .manager-left .menu li:hover .hd .i2 {
  display: block;
}
.manager-left .menu li.on .bd {
  display: block;
}
.manager-left .menu .hd {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 10px 40px;
  cursor: pointer;
  margin-bottom: 10px;
}
.manager-left .menu .hd img {
  display: block;
  width: 32px;
  height: 32px;
}
.manager-left .menu .hd .i2 {
  display: none;
}
.manager-left .menu .name {
  font-size: 16px;
  flex: 1;
  min-width: 0;
  margin-left: 10px;
  color: #898989;
  font-weight: bold;
}
.manager-left .menu .uc-font {
  font-size: 20px;
  color: #767676;
}
.manager-left .menu .uc-arrow-top {
  display: none;
  color: #ff9130;
}
.manager-left .menu .bd {
  display: none;
}
.manager-left .menu .bd .name {
  display: none;
  margin: 0;
}
.manager-left .menu .item {
  border-radius: 10px;
  padding-left: 72px;
  display: block;
  line-height: 44px;
  margin-bottom: 1px;
  font-size: 16px;
  margin-right: 48px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.manager-left .menu .item:after {
  font-size: 22px;
}
.manager-left .menu .item img {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.manager-left .menu .item .i2 {
  display: none;
}
.manager-left .menu .item:last-child {
  margin-bottom: 0;
}
.manager-left .menu .item.on, .manager-left .menu .item:hover {
  color: #ff9130;
}
.manager-left .menu .item.on .i1, .manager-left .menu .item:hover .i1 {
  display: none;
}
.manager-left .menu .item.on .i2, .manager-left .menu .item:hover .i2 {
  display: block;
}
.manager-left .contact {
  padding: 10px 20px;
}
.manager-left .contact .person {
  display: block;
  margin: 0 auto;
}
.manager-left .contact .part1 {
  border-radius: 10px;
  padding: 10px;
  background: linear-gradient(to right bottom, #fad127 0%, #fad027 50%, #fe7743 100%);
}
.manager-left .contact .part1 .name {
  text-align: center;
  color: #fff;
}
.manager-left .contact .uc-btn {
  line-height: 40px;
  background-color: #fff;
  color: #333333;
  font-weight: bold;
  height: 40px;
  font-size: 18px;
  margin-top: 5px;
}
.manager-left .contact .part2 {
  margin-top: 10px;
  font-size: 12px;
  line-height: 16px;
  color: #999999;
}
.manager-left .contact .part2 a {
  color: #999999;
}
.manager-left .contact .part2 a:hover {
  color: #ff9130;
}

/* --------------------------------------------------------------------- 各页面样式  ------------------------------------------------------------------- */
/* |01|AIGC绘画课程-图片列表|list-img| */
.uc-list-img {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.uc-list-img .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 -8px;
}
.uc-list-img .list li {
  width: 30%;
  border-radius: 15px;
  height: 170px;
  overflow: hidden;
  min-width: 30%;
  margin: 8px 1.6%;
  position: relative;
}
.uc-list-img .list li img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-list-img .list .item {
  display: block;
  width: 100%;
  height: 100%;
}
.uc-list-img .list .over {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
}
.uc-list-img .list .icon {
  width: 28px;
  height: 28px;
  display: block;
}
.uc-list-img .list .hd {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  color: #fff;
}
.uc-list-img .list .right {
  flex: 1;
  min-width: 0;
  margin-left: 5px;
}
.uc-list-img .list h3 {
  line-height: 28px;
  font-weight: bold;
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
.uc-list-img .list .txt {
  font-size: 14px;
  margin-bottom: 10px;
}
.uc-list-img .list .con {
  font-size: 12px;
  line-height: 1.5em;
  text-align: justify;
  height: 4.5em;
  overflow: hidden;
}
.uc-list-img .list .percent {
  margin-top: 10px;
  height: 6px;
  line-height: 6px;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.2);
  width: 100%;
  position: relative;
}
.uc-list-img .list .percent .per {
  height: 6px;
  border-radius: 6px;
  background-color: #ff9130;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  max-width: 100% !important;
}
.uc-list-img .list .percent .per {
  background: linear-gradient(to right, #ff9130 0%, rgba(255, 145, 48, 0.5) 100%);
}

/* |02|AIGC绘画课程-文字列表|list-text| */
.uc-list-text .title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 20px 0;
  margin-bottom: 20px;
}
.uc-list-text .title .name {
  background-color: #f3af74;
  padding-right: 115px;
  padding-left: 90px;
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  border-radius: 50px 0 0 50px;
  line-height: 1.5em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -115px;
}
.uc-list-text .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.uc-list-text .list li {
  width: 45%;
  margin-bottom: 10px;
}
.uc-list-text .list li:hover .con {
  background-color: #f4b075;
  color: #fff;
}
.uc-list-text .list .item {
  padding-left: 4rem;
  position: relative;
  display: block;
}
.uc-list-text .list .number {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 5em;
  overflow: hidden;
  line-height: 40px;
  font-size: 16px;
  color: #333333;
  padding-left: 0.5em;
  background: linear-gradient(to right, #fac895 0%, #f4b075 100%);
}
.uc-list-text .list .con {
  padding: 0 1em 0 2em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 50px;
  border: #e89360 1px solid;
  font-size: 18px;
}

/* |03|视频播放|play| */
.uc-play .video-box {
  margin-bottom: 20px;
}
.uc-play video {
  background-color: #000;
  display: block;
}
.uc-play .info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uc-play .info .con {
  background-color: #e89360;
  color: #fff;
  border-radius: 10px;
  padding: 10px 20px;
  line-height: 1.5em;
  flex: 1;
  min-width: 0;
}
.uc-play .info .uc-btn {
  margin-left: 3em;
  background-color: #e89360;
  padding: 0 1em;
  border-radius: 3em;
  color: #fff;
  font-size: 28px;
  height: 2em;
}

/* |04|联系信息|contact| */
.uc-contact .fixed-contact {
  width: calc(100% - 60px);
  border-radius: 10px;
  max-width: 1200px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  padding: 0 20px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  z-index: 99;
}
.uc-contact .fixed-contact .part {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 0;
}
.uc-contact .fixed-contact .logo-box img {
  display: block;
  margin: 0 auto 20px;
}
.uc-contact .fixed-contact .logo-box .uc-tag {
  background-color: #f0e7d5;
  line-height: 2em;
  padding: 0 0.5em;
}
.uc-contact .fixed-contact .center {
  flex: 1;
  min-width: 0;
  margin: 0 20px;
  height: 100%;
}
.uc-contact .fixed-contact .center h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
.uc-contact .fixed-contact .center .con {
  color: #666666;
  font-size: 16px;
  text-align: justify;
  line-height: 1.5em;
}
.uc-contact .fixed-contact .uc-btn {
  font-size: 20px;
  border-radius: 10px;
  padding: 0 1em;
  background-color: #fd8140;
  border: none;
  border-radius: 15px;
  height: 2.4em;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  margin-top: 50px;
}
.uc-contact .fixed-contact .btm {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-top: #eeeeee 1px solid;
}
.uc-contact .fixed-contact .btm .uc-tag {
  background-color: #ffeedd;
  line-height: 2em;
  margin-right: 10px;
  color: #a85500;
  padding: 0 10px;
}
.uc-contact .fixed-contact .btm .link {
  color: #9b68f0;
}
.uc-contact .fixed-contact .btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

/* |05|图文页面|article| */
.uc-article article {
  line-height: 2em;
  text-align: justify;
  text-indent: 2em;
  font-size: 16px;
}
.uc-article article p {
  margin-bottom: 1em;
}
.uc-article article img {
  display: block;
  max-width: 100%;
  margin: 0 auto 1em;
}
 .full-container {
    width: 100%; /* 宽度100% */
    height: 100%; /* 高度100%，‌自适应填满父元素 */
    background-color: #000000; /* 背景颜色，‌仅为展示 */
	border: none; 
}
.iframe-container {
        width: 100%; /* 宽度100% */
        height: 100%; /* 高度100%，‌自适应填满父元素 */
        overflow: hidden; /* 防止iframe内容溢出 */
    }
    iframe {
        width: 100%; /* iframe宽度100% */
        height: 100%; /* iframe高度100%，‌自适应填满父元素 */
        border: none; /* 去除iframe边框 */
    }
	
	
	
	.iframe-container {
    width: 100%; /* 根据需要设置宽度 */
    height: 100%; /* 或其他具体高度 */
    overflow: hidden;
    position: relative; /* 对于绝对定位的子元素是必要的 */
}

.iframe-container iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
 #myIframe {
        display: none;
        width: 100%;
        height: 100%;
		  position: absolute;
    top: 0;
    left: 0;
        border: none;
    }
	 .container {
        width: 100%; /* 或者任何固定宽度 */
        height: 100%; /* 父元素有一个明确的高度 */
		display: flex;
    justify-content: center; /* 水平居中 */
        border: 0px solid black; /* 为了可视化容器边界 */
        overflow: hidden; /* 防止图片溢出容器 */
    }
    .container img {
        height: 100%; /* 图片高度设置为父元素高度的100% */
	
        width: auto; /* 图片宽度自动调整以保持宽高比 */
    }
	 .full-width-image {
        width: 100%; /* 设置图片宽度为100% */
        height: auto; /* 设置图片高度自适应 */
        display: block; /* 防止图片下方出现空隙 */
    }
video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    display: block;
  }