/*********************************************************************************

	Template Name: Blazen - Event and Exhibition Bootstrap4 Template 
	Template URI: https: //themeforest.net/user/
	Description: A perfect multi-concept template for event or event management websites. It comes with nice and clean design. 
	Author: Author Name 
	Author URI: Author URI 
	Version: 1.0

	Note: This is custom css. All custom styles (user styles) declare here.

**********************************************************************************/
/* 【已移除】FZLTZHK（方正兰亭粗黑简体）与 Archive 两个 @font-face。
   二者都指向 style.aki.com.cn/lianhua/fonts/*（莲花模板目录残留），线上实测全部返回 403：
     fzltzhk--gbk1-0-webfont.woff2 / .woff / .ttf  → 403（浏览器每次进入页面都白拉这 3 个请求）
   其中 Archive 从未被任何选择器引用（纯死代码，浏览器不会下载）；
   FZLTZHK 仅被下方 body 字体栈引用，403 后实际一直回退到系统字体。
   方正兰亭为商业字体（无授权不可自行分发），故改用本竞赛已自托管的「阿里巴巴普惠体 2.0」
   （免费商用，与导航条同族，见下方 @font-face），字体栈里仍保留 "方正兰亭粗黑简体" 名称，
   供本地已安装该字体的用户优先命中。 */

/* 阿里巴巴普惠体 2.0（导航条专用，自托管于本站同域，免费商用） */
@font-face {
  font-family: '阿里巴巴普惠体 2.0';
  src: url('https://www.aki.com.cn/styles/template/szstory2026/fonts/AlibabaPuHuiTi-2-55-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: '阿里巴巴普惠体 2.0';
  src: url('https://www.aki.com.cn/styles/template/szstory2026/fonts/AlibabaPuHuiTi-2-75-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: '阿里巴巴普惠体 2.0';
  src: url('https://www.aki.com.cn/styles/template/szstory2026/fonts/AlibabaPuHuiTi-2-85-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* 锚点跳转偏移：sticky 导航条高 PC=4.2625vw、移动端≈54px，点导航链接跳到 section 时
   给目标 section 加 scroll-margin-top 留出对应高度，避免标题被固定导航条盖住（活动介绍等）。
   用 section 自身 margin 而非 html scroll-padding-top，对 sticky 头部最稳。 */
#page-content section[id] {
  scroll-margin-top: 5.2625vw;
}

body {
  background: linear-gradient(to right, #f9dcf3, #c2f9ff) !important;
  font-size: 16px;
  /* 首位改为本竞赛自托管的「阿里巴巴普惠体 2.0」（原 FZLTZHK 已 403 移除，见文件开头注释）；
     保留 "方正兰亭粗黑简体" 名称，装了该字体的用户仍会命中，最后系统字体兜底。 */
  font-family: '阿里巴巴普惠体 2.0', "方正兰亭粗黑简体", Helvetica, Arial, "Microsoft YaHei", "微软雅黑", SimSun, Helvetica, Tahoma, Arial, "PingFangSC-Medium", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-weight: 400;
  color: #333333;
  line-height: 2;
}

/* 覆盖共享 dfyh/custom.css 的 #contact 深色底，让 footer 透出 body 渐变 */
#contact {
  background: transparent !important;
}

@media (max-width: 767px) {
  body {
    font-size: 13px;
  }
}

@media (max-width: 575px) {
  body {
    font-size: 11px;
  }
}


/*========== banner ==========*/
.banner-text {
  padding: 10px 0 8vw 17vw;
  text-align: left;
}

.banner-text .cr-btn {
  margin-top: 30px;
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .banner-text {
    padding: 10px 0 8vw 17vw;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .banner-text {
    padding: 10px 0 8vw 17vw;
  }
}

@media only screen and (max-width: 767px) {
  .banner-text {
    padding: 20px 60px 10vw;
    text-align: center;
  }

  .banner-text .cr-btn {
    margin-top: 10px;
  }

}

.banner-area {display:none;}

.cr-btn.cr-btn-yellow,
a.cr-btn.cr-btn-yellow,
button.cr-btn.cr-btn-yellow {
  background-color: #f9e426;
  border-color: #f9e426;
  font-size: 16px;
  color: #000;
}

.banner-slider-active .cr-navigation:hover {
  background-color: #f9e426;
}

.banner-slider-active .cr-navigation {
  border-color: #f9e426;
  color: #f9e426;
}

.bg-image-2 {
  background-image: url(https://style.aki.com.cn/changjiang/images/banner-pc-0120.jpeg);
  width: 100%;
  height: 49.9vw;
  min-height: unset;
}

.bg-image-6 {
  background-image: url(//style.aki.com.cn/lishui/images/nanjing/181127/banner-pc-2.jpg);
}

.bg-image-7 {
  background-image: url(//style.aki.com.cn/lishui/images/nanjing/181031/banner-pc-3.jpg);
}

.bg-image-8 {
  background-image: url(//style.aki.com.cn/lishui/images/nanjing/181031/banner-pc-4.jpg);
}


/*@media (max-width: 991px) {*/
  /*.bg-image-2 {*/
    /*background-image: url(https://style.aki.com.cn/lianhua/images/banner-mobile-0814.jpg);*/
    /*background-position: center top;*/
    /*width: 100%;*/
    /*height: 181.1vw;*/
  /*}*/
/*}*/

@media (max-width: 767px) {
  .cr-btn.cr-btn-yellow,
  a.cr-btn.cr-btn-yellow,
  button.cr-btn.cr-btn-yellow {
    padding: 8px 18px;
    font-size: 14px;
  }

  .bg-image-2 {
    background-image: url(https://style.aki.com.cn/changjiang/images/banner-mobile-0120.jpeg);
    background-position: center top;
    width: 100%;
    height: 149.3vw;
  }

  .bg-image-6 {
    background-image: url(//style.aki.com.cn/lishui/images/nanjing/181127/banner-mobile-2.jpg);
    background-position: center top;
  }

  .bg-image-7 {
    background-image: url(//style.aki.com.cn/lishui/images/nanjing/181031/banner-mobile-3.jpg);
    background-position: center top;
  }

  .bg-image-8 {
    background-image: url(//style.aki.com.cn/lishui/images/nanjing/181031/banner-mobile-4.jpg);
    background-position: center top;
  }
}

@media only screen and (max-width: 992px) {
  .banner-slider-active .cr-navigation {
    bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-slider-active .cr-navigation {
    bottom: 15px;
  }
}

/*========== 导航栏 ==========*/
.header .header-inner .bn-navigation {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.header-style-2 .header-inner .logo::after {
  right: -10px;
  transform: skewX(0);
  -ms-transform: skewX(0);
  -webkit-transform: skewX(0);
  background: unset;
}

.header-style-2.bg-navbar {
  background: url("https://upload.aki.com.cn/o_1k2fee1p6un1975152i4v6nq9.jpg") no-repeat center;
  background-size: cover;
}

.header-style-1 .header-inner .logo::after {
  right: -10px;
  transform: skewX(0);
  -ms-transform: skewX(0);
  -webkit-transform: skewX(0);
  background: unset;
}

.header-style-1.bg-navbar {
  background: url("https://upload.aki.com.cn/o_1k2fee1p6un1975152i4v6nq9.jpg") no-repeat center;
  background-size: cover;
}

.bn-navigation ul {
}

.bn-navigation ul li {
  padding: 15px 0 15px 10px;
}

.bn-navigation ul li a {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-transform: none;
  padding: 0 0 0 10px;
  border-left: 2px solid #fff;
}

.bn-navigation ul li.njls-nav-lianxi a {
  padding: 0 10px 0 10px;
  border-right: 2px solid #fff;
}

.bn-navigation ul li.njls-nav-register {
  color: #8e8e8e;
  padding: 0 0 0 0;
}

.bn-navigation ul li.njls-nav-register a {
  /*color: #8e8e8e;*/
  padding: 0 0 0 18px;
  border-left: 0;
}

.bn-navigation ul li.njls-nav-login {
  padding: 0 0 0 8px;
}

.bn-navigation ul li.njls-nav-login a {
  border-left: 2px solid #8e8e8e;
  /*color: #8e8e8e;*/
  padding: 0 0 0 8px;
}

.bn-navigation ul li.njls-nav-chinese a {
  color: #8e8e8e;
  border: 0;
}

.bn-navigation ul li.njls-nav-english {
  padding: 0 0 0 8px;
}

.bn-navigation ul li.njls-nav-english a {
  color: #8e8e8e;
  border-left: 2px solid #8e8e8e;
  padding: 0 0 0 8px;
}

.bn-navigation ul li.njls-nav-english a:hover,
.bn-navigation ul li.njls-nav-chinese a:hover,
.bn-navigation ul li.njls-nav-login a:hover,
.bn-navigation ul li.njls-nav-register a:hover {
  /*color: #901b21;*/
  color: #575CCC;
}

.header-inner .social-icons {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 30px;
  padding-left: 0;
}

.header-inner .social-icons ul li {
  font-size: 20px;
}

.header-inner .social-icons ul li.twitter {
  padding-right: 30px;
}

.sticky-header.is-sticky .bn-navigation > ul > li > a {
  padding: 0 0 0 10px;
}

.sticky-header.is-sticky .bn-navigation > ul > li.njls-nav-lianxi > a {
  padding: 0 10px 0 10px;
}

.sticky-header.is-sticky .bn-navigation > ul > li.njls-nav-register > a {
  padding: 0 0 0 18px;
}

/*========== 导航栏-选中态（顶部导航条） ==========*/
/* PC 顶部导航：选中文字 #575CCC，背景 #575CCC(20%透明)，背景框高度充满导航条 */
.header-inner.pc {
  display: flex;
  align-items: stretch;
}
.header-inner.pc .bn-navigation {
  height: 100%;
}
.header-inner.pc .bn-navigation > ul {
  height: 100%;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
}
.header-inner.pc .bn-navigation > ul > li {
  display: flex;
  align-items: center;
}
.header-inner.pc .bn-navigation > ul > li.active {
  padding-top: 0;
  padding-bottom: 0;
}
.header-inner.pc .bn-navigation > ul > li.active > a {
  color: #575CCC !important;
  background: rgba(87, 92, 204, 0.2);
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 14px;
  border-left: 0 !important;
}

/* 移动端顶部导航：选中态（颜色一致，背景框随文字高度） */
.header-inner.mobile .bn-navigation > ul > li.active > a {
  color: #575CCC !important;
  background: rgba(87, 92, 204, 0.2);
}

/* 导航栏-基础态：未选中文字色 #777777 + 导航条固定高度 4.2625vw */
.bn-navigation, .bn-navigation a {
  font-family: '阿里巴巴普惠体 2.0', "Microsoft YaHei", "微软雅黑", "PingFang SC", "Hiragino Sans GB", "Heiti SC", sans-serif;
  font-weight: 700;
}
.bn-navigation ul li a {
  color: #777777;
}
.header-inner.pc {
  height: 4.2625vw;
  min-height: 46px;
}
/* PC 导航文字：<1200px 用 12px 防换行；1200-1279px 16px；≥1280px 用 vw(1920基准=18px) */
.header-inner.pc .bn-navigation > ul > li > a {
  font-size: 12px;
}
@media (min-width: 1200px) {
  .header-inner.pc .bn-navigation > ul > li > a {
    font-size: 16px;
  }
}
@media (min-width: 1280px) {
  .header-inner.pc .bn-navigation > ul > li > a {
    font-size: 0.9375vw;
  }
}


/*========== 导航栏-移动端 ==========*/
.mean-container .mean-nav > ul {
  height: auto;
}

.mean-container .mean-nav {
  margin-top: 43px;
}

.mean-container .mean-bar {
  min-height: 43px;
}

.mobile-menu a.logo {
  height: 43px;
  top: -13px;
}

.mean-container a.meanmenu-reveal {
  height: 43px;
}

.mobile-menu .social-icons {
  top: 5px;
}

@media only screen and (max-width: 575px) {
  .mobile-menu .social-icons {
    display: inline;
    position: absolute;
    width: auto;
    top: 0;
    right: 50px;
  }
}



/*========== 正文部分 ==========*/
.section-padding-md {
  padding-top: 70px;
  padding-bottom: 20px;
}

.welcome-area-inner h2 {
  margin-bottom: 0.5rem;
  font-size: 2rem;
  font-weight: 700;
}

.welcome-area-inner hr {
  display: inline-block;
  background-color: #d62d3e;
  margin-top: 0;
  margin-bottom: 20px;
  width: 140px;
  height: 4px;
  text-align: center;
}

.welcome-area-inner p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .section-padding-md {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .welcome-area-inner h2 {
    font-size: 1.2rem;
    font-weight: 700;
  }

  .welcome-area-inner hr {
    width: 80px;
    height: 3px;
    margin-bottom: 10px;
  }

}


/*========== 关于长春莲花山 ==========*/
.lianhua-aboutLianhua-content p:not(:last-child) {
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  .lianhua-aboutLianhua-content p:not(:last-child) {
    margin-bottom: 1rem;
  }
}


/*========== 竞赛背景==========*/
.damao-background-content-bg {
  background: rgba(40,62,49,.8) url("https://style.aki.com.cn/changjiang/images/bg-background.jpg") no-repeat center;
  height: 600px;
  background-size: cover;
  position: relative;
}

.damao-background-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(40,62,49,.8);
  padding-top: 20px;
  padding-bottom: 0;
}

.damao-background-content p {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 1rem;
  line-height: 2;
  color: #fff;
}

@media (max-width: 575px) {
  .damao-background-content-bg {
    background: rgba(40,62,49,.8) url("https://style.aki.com.cn/village/images/bonus-bg-pc.jpg") no-repeat center;
    background-size: cover;
    height: auto;
    position: relative;
  }

  .damao-background-content {
    position: relative;
    width: 100%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: unset;
    padding-top: 20px;
    padding-bottom: 0;
  }

}



/*========== AIM挑战 ==========*/
.njls-aim {
  padding-bottom: 0;
}

.njls-aim img {
  margin-top: 10px;
}

.njls-aim p {
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  line-height: 2;
  color: #fff;
  font-weight: 700;
}

.njls-aim-content {
  background: rgba(40,62,49,.5) url("https://style.aki.com.cn/village/images/bonus-bg-pc.jpg") no-repeat center;
  background-size: cover;
  padding: 2rem 0 2rem;
}


@media (max-width: 767px) {
  .njls-aim-content {
    background-color: #1f1f21;
    padding: 1rem 0;
  }

  .njls-aim p {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}

/*========== 竞赛时间 ==========*/
.lianhua-timeline-rowContainer>div {
  margin-bottom: 15px;
  padding-bottom: 15px;
}

@media (max-width: 767px) {
  .lianhua-timeline-rowContainer {
    margin-left: -5px;
    margin-right: -5px;
  }

  .lianhua-timeline-rowContainer>div {
    margin-bottom: 10px;
    padding-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
  }
}


/*========== 奖金 ==========*/
.bg-image-5 {
  background-image: url(https://style.aki.com.cn/changjiang/images/bg-bonus.jpg);
}

.njls-bonus {
  padding-bottom: 20px;
}

.njls-bonus-level>div {
  margin-bottom: 15px;
}

.njls-bonus div.welcome-area-inner h2 {
  color: white;
}

.njls-bonus div.welcome-area-inner hr {
  background-color: #fff;
}

.njls-bonus div.welcome-area-inner p {
  color: white;
  margin-bottom: 45px;
}

.njls-bonus-selectedPrize p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 14px;
}

.njls-bonus-selectedPrize p:last-child {
  margin-bottom: 20px;
}

/*========== 设计场地 ==========*/
.events-triggers-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
}

@media (max-width: 1199px) {
  .events-triggers-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

.events2-outer-wrapper .tab-content {
  width: calc(100% - 300px);
}

@media  (max-width: 1199px) {
  .events2-outer-wrapper .tab-content {
    width: 100%;
  }
}

.njls-designPlace-content {
  padding-bottom: 25px;
}

.njls-designPlace-content-download {
  z-index: 10;
  display: inline-block;
  position: absolute;
  right: 30px;
  bottom: 20px;
  padding: 10px;
  border: 2px solid #aab4a7;
  border-radius: 5px;
  font-size: 42px;
  line-height: 1;
}

.njls-designPlace-content-download i.fa {
  color: #fff;
}

.njls-designPlace-content-download i.fa:hover {
  color: #ac0404;
}

.njls-designPlace-viewAll {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  padding: 30px 20px;
}

.njls-designPlace-fullImage>div a {
  color: #fff;
}

.njls-designPlace-fullImage>div a:hover {
  border-color: #fe8100;
  color: #fe8100;
}

.njls-designPlace-fullImage>div a i {
  position: relative;
  top: 4px;
  font-size: 33px;
}

.njls-designPlace-fullImage>div>span {
  margin-right: 42px;
}

.njls-designPlace-viewAll a:nth-of-type(1) {
  margin-right: 45px;
}

.njls-designPlace-fullImage ul.nav li {
  padding: 15px 20px;
  border-bottom: 1px solid #444;
}

.njls-designPlace-fullImage ul.nav li.upcoming-event-title {
  font-size: 18px;
  padding: 30px 20px;
  border-bottom: 2px solid #f9e426;
}

.njls-designPlace-fullImage ul.nav li a {
  display: inline-block;
  border: 0;
  padding: 0;
  color: #fff;
}

.njls-designPlace-fullImage ul.nav li a span {
  margin-right: 25px;
}

.events2-wrap-inner .cr-navigation.cr-navigation-prev,
.events2-wrap-inner .cr-navigation.cr-navigation-next {
  display: none !important;
}

.njls-designPlace-threePoints {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 180px;
  flex: 0 0 180px;
  font-size: 16px;
}

@media (min-width: 1200px) {
  .njls-designPlace-threePoints-1 {
    margin-left: 25px;
  }
}

@media (max-width: 1199px) {
  .njls-designPlace-threePoints {
    padding-left: 30px;
    margin-top: 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    font-size: 16px;
  }
}

.njls-designPlace-threePoints p  {
  font-weight: 700;
  margin-bottom: 10px;
}

.njls-designPlace-threePoints ul.nav  {
  display: block;
}

.njls-designPlace-threePoints ul li {
  padding-bottom: 10px;
  color: #7d7e7f;
}

.njls-designPlace-threePoints ul li span  {
  margin-right: 25px;
}

@media only screen and (max-width: 767px) {
  .njls-designPlace-viewAll {
    padding: 20px 20px;
  }

  .njls-designPlace-fullImage ul.nav li.upcoming-event-title {
    padding: 20px 20px;
  }

  .njls-designPlace-fullImage ul.nav li.upcoming-event-title a {
    font-size: 15px;
  }

  .events-triggers-2 ul.nav {
    padding-bottom: 5px;
  }

  .events-triggers-2 ul.nav li  {
    width: 100%;
  }

  .events-triggers-2 ul.nav li a {
    font-size: 13px;
  }

  .njls-designPlace-content-download {
    z-index: 10;
    display: inline-block;
    position: absolute;
    right: 20px;
    bottom: 20px;
    padding: 6px;
    border: 2px solid #aab4a7;
    border-radius: 5px;
    font-size: 1.5rem;
  }

  .njls-designPlace-threePoints {
    font-size: 13px;
  }

}

@media (max-width: 576px) {
  .njls-designPlace-threePoints ul li span  {
    margin-right: 15px;
  }
}


/*========== 评委 ==========*/
.team-member hr {
  display: inline-block;
  background-color: #7d7e7f;
  margin-top: 10px;
  margin-bottom: 5px;
  width: 100px;
  height: 3px;
}

.team-member p {
  margin-bottom: 5px;
  padding-top: 0;
}

.team-member-wrapper {
  margin-top: 0;
}

@media (min-width: 992px) {
  .njls-judge-offset-lg-1-5 {
    margin-left: 12.5%;
  }
}

@media (max-width: 767px) {
  .team-member h4 {
    font-size: 16px;
  }

  .team-member p {
    font-size: 14px;
  }
}

/*========== 提交 ==========*/
.welcome-area-inner hr.njls-submit-hr {
  background-color: #7d7e7f;
  margin-top: 67px;
  margin-bottom: 33px;
  width: 100px;
  height: 3px;
}

.welcome-area-inner h5 {
  color: #d62d3e;
  margin-bottom: 52px;
}

.welcome-area-inner h5:nth-of-type(2) {
  margin-top: 52px;
}

/*========== 下载 ==========*/
.njls-download {
}

@media (max-width: 575px) {
  .njls-download {
  }
}


/*========== 答疑 ==========*/
.njls-faq {
  background-color: #1f1f21;
  color: #e1e1e1;
}

.welcome-area-inner hr.njls-faq-hr {
  background-color: #fff;
}

.njls-faq-list {
  font-weight: 700;
}

.njls-faq-list li {
  border-bottom: 2px solid #b1b1b1;
  padding-top: 28px;
  padding-bottom: 28px;
}

.njls-faq-list li:last-child {
  border-bottom: 0;
}

@media (max-width: 767px) {
  .njls-faq-list li {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}


/*========== 组织机构 ==========*/
.lianhua-organization-content {
  text-align: center;
}

.lianhua-organization-content p {
  margin-bottom: 0;
}

.lianhua-organization-content p:nth-of-type(2n+1) {
  font-weight: bold;
}

/*========== 莲花山——让生态赞美生活 ==========*/
.lianhua-slogan {
  padding-top: 20px;
}

.welcome-area-inner .lianhua-slogan-title {
  margin-top: 20px;
  margin-bottom: 36px;
}

.lianhua-slogan-content p {
  margin-bottom: 26px;
  font-size: 20px;
  font-weight: bold;
}

@media (max-width: 575px) {
  .welcome-area-inner .lianhua-slogan-title {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .lianhua-slogan-content p {
    margin-bottom: 26px;
    font-size: 16px;
    font-weight: bold;
  }
}

/*========== Footer ==========*/
.njls-footer {
  padding-bottom: 80px;
}

.njls-footer-content h3 {
  font-size: 27px;
}

.njls-footer-content p {
  font-weight: 700;
}

.video-promo-content p {
  margin-bottom: 10px;
}

.njls-footer-socialIcons {
  padding-top: 10px;
}

.njls-footer-socialIcons ul li {
  padding: 6px;
  border-radius: 2px;
  font-size: 20px;
  min-width: 33px;
}

.njls-footer-socialIcons ul li:nth-of-type(1) {
  background-color: #3b5999;
  text-align: right;
}

.njls-footer-socialIcons ul li:nth-of-type(2) {
  background-color: #01abee;
}

.njls-footer-socialIcons ul li:nth-of-type(3) {
  background-color: #e8d149;
}

.njls-footer-socialIcons ul li a {
  color: #fff;
}

@media (min-width: 1200px) {
  .njls-designPlace-threePoints {
    height:100%;
    max-height: 626px;
    overflow: auto;
  }
  ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
  }
  ::-webkit-scrollbar-thumb {
      border-radius: 4px;
      background-color: #575CCC;
      -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
  }
}


/*========== 登录 ==========*/
input {
  height: 13px;
}


/*========== 作评提交 ==========*/
.aki-input-group label.custom-radio {
  display: inline-block;
}

a.icp-link {
  border-bottom: 2px solid transparent;
  color: #007bff;
}

a.icp-link:hover {
  border-bottom: 2px solid #007bff;
}

.banner-slider-active .cr-navigation,
.bn-navigation ul li ul,
.widgets.footer-widgets .widget-newsletter input[type="email"]:focus,
.widgets.footer-widgets .widget-newsletter input[type="submit"]:hover,
.widgets.footer-widgets .widget-newsletter button:hover,





        .aki-slideshow-text {display:none;}

        /* 下拉选项列表最高 240px = 40px/项 × 6 项
           （nice-select.css 里 .option 的 line-height 与 min-height 都是 40px）。
           原值 200px 只能容 5 项 → 「通过何种渠道知晓此次活动？」（6 个选项）
           的第 6 项「其他」被裁在可视区外，必须滚动才能选中（PC 与移动端同样复现）。
           选项数增减时按「项数 × 40」同步调整此值。 */
        .nice-select .list {max-height:240px; overflow:auto;}
        .banner-area {display: block;}
        .header-style-1 .header-inner .logo::after {
            right: -10px;
            transform: skewX(0);
            -ms-transform: skewX(0);
            -webkit-transform: skewX(0);
            background: unset;
          }
        #page-content .damao-bonus-item h4 {font-size:18px;}
        select.form-control:not([size]):not([multiple]) {height: calc(3rem + 2px);}
        .aki-form-progress {
            color: #ff0000 !important;
        }
        .aki_slideshow_item {
          background-color:#fff;
        }
        #field_div_id_6930 a {
          text-decoration:underline;
        }
        #id_6932_container strong, #id_6935_container strong {
          color:#ff0000;
          font-size: 18px;
          display: inline-block;
        }


.awards-text {background: rgba(94,22,175,0.08); border-radius: 5px 5px 5px 5px; text-align: center; line-height: 26px; font-size:18px; padding-top:25px; padding-bottom:25px;}
        .awards-text-2 {font-weight: bold; font-size: 20px; color: #662D91; line-height: 30px; text-align: center;}
        .mt-24 {margin-top:24px;}
        .mb-40 {margin-bottom:40px;}


        .group-block {float:left; width:100px;}
        .group-id {font-weight: bold; font-size: 60px; color: #662D91; line-height: 64px; text-align: left; }
        .group-name {font-weight: bold; font-size: 20px; color: #662D91; line-height: 36px; text-align: left; }
        .group-text {color:#333; line-height:24px; font-size:14px; margin-left:100px;}
        .group-text p {min-height: 100px;}
        .group-text img {height:36px;}
        .col-text {margin-bottom:35px;}
        .col-text p {line-height: 30px;}        
        .awards-text-2 p {line-height:35px;}
        .col-text ul {padding:0;}
        .col-text li {list-style: none; border-bottom:1px solid rgba(0, 0, 0, .8); margin-bottom:28px; padding-left:28px; padding-right:28px; height:76px;}
        .col-text h5 {font-weight: bold; font-size: 16px; color: #333333; line-height: 24px; text-align: left; margin-bottom:1em;}
        .col-text li p {font-weight: 400; font-size: 14px; color: #666666; line-height: 24px; text-align: left; margin-bottom:28px;}
        .col-text h5 span {font-size: 14px; color: #999999; float: right; line-height: 24px; padding-left:20px;}
        .col-news-img {margin-bottom:28px;}
        .col-news-img img {max-height:284px;}
        .video-title {padding:24px 0;}
        .col-text h5 a {color:#333333;}
        .col-text p a {color:#666666;}
        .col-text a:visited, .col-text a:hover, .col-text a:focus, .col-text a:active {color:#072b9b;}
        .btn-outline-secondary {border:1px solid #999999; background-color: #ffffff; border-radius: none;}
        .btn-outline-secondary:hover {color: #fff; background-color: #072b9b; border-color: #072b9b;}
         #scrollUp { background-color: #575CCC; border-color: #575CCC;}
         .header-style-1 li a {padding-top:20px !important; padding-bottom:20px !important;}


        body.en {font-family: Helvetica, Arial, Tahoma, Arial, sans-serif;}
        .en .sectioncss p {line-height:26px; font-size: 14px; font-weight:700; }
        .en .sectioncss p span.subtitle {font-size: 18px;}
        .en .col-text p {line-height:26px;}
        .en .group-text {line-height:18px; font-size: 12px;}
        .en .group-name {font-size: 14px; line-height: 24px;}
        .en h2.title {font-size: 26px;}
        .en .awards-text p {line-height: 30px; font-size:12px;}
        .en .awards-text-2 p {font-size: 14px; line-height: 30px;}
        .en .col-text h5 {font-size:14px;  height: 3em;
            white-space: normal;
            display: -webkit-box;
              -webkit-box-orient: vertical;
              -webkit-line-clamp: 2;
              overflow: hidden;
              text-overflow: ellipsis;}
        .en .logo img {height:60px;}
        .en .video-title {
              padding: 0;
              margin:10px;
          }



        /* h2.title 旧定义已由末尾 .sz-page-title 群组统一接管（居中、去背景图、#575CCC） */
        .img-about {width:78%;}
        @media (max-width: 767px) {
          /* h2.title 移动端旧定义已由末尾群组统一接管（font-size 1.5rem、margin 0 0 1rem） */
          .en .logo img {height:36px;}
          /* .en h2.title 字号已由末尾群组统一接管 */
          .en .sectioncss p {line-height:20px; font-size: 12px; font-weight:700; }
          .en .sectioncss p span.subtitle {font-size: 16px;}
          .img-about {width:100%;}          
        }

        
        .bn-navigation ul li.njls-nav-register {
            border: none;
            margin-left: 5em;
        }
        .news {
          border:8px solid #4ee2fd;
          padding:2.6vw 0;
          background-color: #fff;
        }

        /* 大赛资讯首页：一行一条，封面左 / 标题中 / 时间右 */
        .news-list-row {
            display: flex;
            align-items: center;
            padding: 14px 10px;
            border-bottom: 1px solid #e6e6e6;
            text-decoration: none;
            color: #333;
        }
        .news-list-row:hover { background-color: #f5fbff; }
        .news-list-cover {
            flex: 0 0 160px;
            margin-right: 20px;
        }
        .news-list-cover img {
            width: 160px;
            height: 100px;
            object-fit: cover;
            border-radius: 4px;
            display: block;
        }
        .news-list-body {
            flex: 1 1 auto;
            min-width: 0;
            text-align: left;
        }
        .news-list-title {
            font-size: 16px;
            font-weight: bold;
            color: #333;
            line-height: 24px;
            margin: 0;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        .news-list-title:hover { color: #072b9b; }
        .news-list-date {
            flex: 0 0 auto;
            margin-left: 20px;
            color: #999;
            font-size: 14px;
            white-space: nowrap;
        }
        @media (max-width: 767px) {
            .news-list-cover { flex-basis: 100px; margin-right: 12px; }
            .news-list-cover img { width: 100px; height: 64px; }
            .news-list-date { margin-left: 12px; font-size: 12px; }
        }

/* =========================================================================
   以下规则原位于共享模板 dfyh/custom.css。szstory2026 不再引用该文件，
   此处搬入"实际生效且未被上方覆盖"的部分，保持视觉不变。
   未搬：home-card-type-* / vote-tab-* / search-box / dfyh-* 工具类 /
   button-love-dfyh / dfyh-share-btn / blog-item-bg-none / btn-tp / #scrollUp
   等在本模板均无对应元素。#contact 深色底已由上方透明覆盖处理。
   ========================================================================= */

/* 导航 */
.bn-navigation ul li a {
  border: none;
}
.bn-navigation ul li.njls-nav-login a {
  border: none;
}
.bn-navigation ul li.njls-nav-register {
  border-left: 1px solid #fff;
  margin-left: 18px;
}
.bn-navigation ul li a img {
  width: 27px;
}
.bn-navigation ul li:hover > a {
  color: #575CCC !important;
}

/* =========================================================================
   头部响应式断点契约（改这里就够了，不要在其他地方再写头部显隐规则）
   —— 必须与 Bootstrap 的 md 断点(768px)对齐：本竞赛页面内容用 .d-md-none /
      .d-md-block 在 768px 切到 PC 版，头部若仍按「≤768 移动端」判断，就会出现
      768px 这一档：内容已是 PC 版、头部还是移动端底部 tab 栏 → 看起来"头部导航没了"。
   ≤ 767px → 移动端 .header-inner.mobile（底部 tab 栏，fixed 贴底，高 62px）
   ≥ 768px → PC 端   .header-inner.pc（顶部导航条，sticky，随屏 vw 缩放）
   两档互斥且首尾相接，任意宽度必有一档可见（768px 归 PC 档）。
   ========================================================================= */
.header-inner.mobile {
  display: none; /* 默认（PC 档）隐藏 */
}
.header-inner.pc {
  display: flex;
}
.show-pc {
  display: block !important;
}
.show-m {
  display: none !important;
}
/* 显式兜底：PC 档再声明一次，避免后续新增规则误把某一档关掉（保持无缝衔接） */
@media (min-width: 768px) {
  .header-inner.mobile {
    display: none !important;
  }
  .header-inner.pc {
    display: flex !important;
  }
}

/* Swiper 分页点（banner / center） */
.banner-swiper .swiper-pagination-bullet,
.center-swiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
.banner-swiper .swiper-pagination-bullet-active,
.center-swiper .swiper-pagination-bullet-active {
  background: #575CCC;
}
.center-swiper-box {
  margin-top: 70px;
  background: #fff;
}

/* ===== 移动端档（≤767px；768px 起归 PC 档，见上方"头部响应式断点契约"） ===== */
@media (max-width: 767px) {
  /* 移动端 sticky 导航条≈54px，锚点跳转留出固定高度避免标题被盖 */
  #page-content section[id] {
    scroll-margin-top: 64px;
  }
  .show-pc {
    display: none !important;
  }
  .show-m {
    display: block !important;
  }
  .header-inner.mobile {
    display: block;
  }
  .header-inner.pc {
    display: none;
  }
  /* ===== 底部 tab 栏（首页 / 报名 / 我的） =====
     1) 三等分铺满整条：去掉 .sz-nav-fluid 的 7.5vw 左右内边距，
        否则 3 个 tab 挤在中间、两侧留白过大（实测原本中心在 21.7%/50%/78.3%，
        现在为标准三等分 16.7%/50%/83.3%）。
     2) 高度锁定 62px，与原高度一致，避免整页底部留白变化。 */
  .header-style-2 .sz-nav-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .header-inner.mobile {
    height: 62px;
  }
  .header-inner.mobile .bn-navigation,
  .header-inner.mobile .bn-navigation > ul {
    height: 100%;
  }
  .header-inner.mobile .bn-navigation ul {
    width: 100%;
    display: flex;
  }
  .header-inner.mobile .bn-navigation ul li {
    flex: 1;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* 每个 tab：图标 + 文字同一行居中；左右内边距对称 —— 选中胶囊才会正对内容居中 */
  .header-inner.mobile .bn-navigation ul li > a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border-left: 0; /* 去掉基础样式的白色竖分隔线 */
    border-radius: 999px;
    font-size: 14px;
    line-height: 1;
    color: #6b6b6b;
  }
  /* 图标原本是纯白 PNG（浅色底上几乎看不见）→ 弃用 img，
     改用 mask + currentColor 上色：颜色自动跟随文字（未选中 #6b6b6b、选中 #575CCC），
     换成其他配色的底也不会再"白图标消失"。 */
  .header-inner.mobile .bn-navigation ul li > a img {
    display: none;
  }
  .header-inner.mobile .sz-tab-ic {
    display: inline-block;
    width: 24px;
    height: 24px;
    flex: 0 0 auto;
    background-color: currentColor;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
  }
  /* 选中态：柔和圆角胶囊（替换原来的生硬矩形；原来 a 的 padding 左 10px / 右 0，
     高亮框偏右且直角，所以看着别扭） */
  .header-inner.mobile .bn-navigation > ul > li.active > a {
    color: #575CCC !important;
    background: rgba(87, 92, 204, 0.12);
  }
  .header.header-style-2 {
    position: fixed;
    bottom: 0;
    width: 100%;
    top: auto !important;
  }
  .center-swiper-box {
    margin-top: 20px;
  }
}

@media (max-width: 575px) {
  body {
    font-size: 14px;
  }
}

/* ===== 我的作品（myworks）表格 ===== */
.sz-myworks-wrap {
  margin-top: 20px;
  border-radius: 8px;
  /* 注意：这里**不能**写 overflow: hidden。
     本元素同时带 Bootstrap 的 .table-responsive（overflow-x: auto），而这条规则加载更晚、
     特异性相同 → 写 hidden 会把横向滚动彻底关掉：390px 手机下 9 列表格自然宽 903px、
     容器仅 360px，右边 543px（视频/上传日期/状态/审核状态/管理）直接被裁掉且**无法滑动**。
     现在显式保留纵向裁剪 + 横向滑动：圆角照样裁掉表格四角，窄屏又能左右滑动看全。 */
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

/* 窄屏横向滑动提示条。
   显隐完全由页内脚本按"容器是否真的溢出"决定（加 .sz-on），不绑死断点 ——
   表格自然宽约 977px（≤767px 字号降为 12px 后约 903px），容器内宽：
   ≥1200 → 1110px（放得下，不显示提示）；992–1199 → 930px；768–991 → 690px；<768 → 510/360px。
   所以 992–1199px 也会有几十 px 溢出，提示条一样要出来，别只写在 768 断点里。
   用户开始滑动后只把提示**变淡**（.sz-dim），不折叠高度 —— 避免整页跳动。 */
.sz-scroll-tip {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: -webkit-fit-content;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto 10px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(87, 92, 204, 0.08);
  color: #575CCC;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.2px;
  transition: opacity 0.25s ease;
}
.sz-scroll-tip.sz-on {
  display: flex;
}
.sz-scroll-tip.sz-dim {
  opacity: 0.45;
}
.sz-myworks-table {
  margin-bottom: 0;
  background: #fff;
  font-size: 14px;
}
.sz-myworks-table thead th {
  background: #575CCC;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  font-weight: 600;
  border-color: #575CCC;
}
.sz-myworks-table tbody td {
  vertical-align: middle;
  border-color: #f0d6d8;
}
.sz-myworks-table tbody tr:nth-of-type(odd) {
  background-color: #fdf3f4;
}
.sz-myworks-table tbody tr:hover {
  background-color: #fbe3e5;
}
.sz-myworks-table .sz-workno {
  white-space: nowrap;
  text-align: center;
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  color: #575CCC;
  letter-spacing: 0.3px;
}
.sz-myworks-table .sz-author {
  font-weight: 600;
  white-space: nowrap;
}
.sz-myworks-table .sz-title a {
  color: #575CCC;
  font-weight: 600;
  text-decoration: none;
}
.sz-myworks-table .sz-title a:hover {
  text-decoration: underline;
}
.sz-myworks-table .sz-theme {
  white-space: nowrap;
}
.sz-myworks-table .sz-video {
  text-align: center;
}
.sz-myworks-table .sz-video-thumb {
  display: inline-block;
}
.sz-myworks-table .sz-video-thumb img {
  width: 120px;
  height: 72px;
  object-fit: cover;
  border-radius: 4px;
  border: 1px solid #eee;
}
.sz-myworks-table .sz-video-name {
  margin-top: 4px;
  font-size: 12px;
  color: #888;
  max-width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* 时间列：表头按内容收窄，避免占宽（日期时间不折行） */
.sz-myworks-table .sz-col-time {
  width: 1%;
  white-space: nowrap;
}
.sz-myworks-table .sz-time {
  text-align: left;
  font-variant-numeric: tabular-nums;
  line-height: 1.5;
  white-space: nowrap;
}
.sz-myworks-table .sz-time-line {
  white-space: nowrap;
}
.sz-myworks-table .sz-time-line + .sz-time-line {
  margin-top: 6px;
}
.sz-myworks-table .sz-time-k {
  display: block;
  color: #888;
  font-size: 12px;
}
.sz-myworks-table .sz-time-v {
  display: block;
}
.sz-myworks-table .sz-edit {
  text-align: center;
  white-space: nowrap;
}
.sz-myworks-table .sz-edit-btn {
  color: #fff !important;
}
.sz-myworks-table .sz-del {
  text-align: center;
  white-space: nowrap;
}
.sz-myworks-table .sz-del-btn {
  color: #fff !important;
  background: #575CCC !important;
  border-color: #575CCC !important;
}
.sz-myworks-table .sz-del-btn:hover {
  background: #b80a12 !important;
  border-color: #b80a12 !important;
}
.sz-myworks-table .sz-dash {
  color: #bbb;
}
.sz-myworks-table .sz-status {
  text-align: center;
  white-space: nowrap;
  font-weight: 600;
}
.sz-myworks-table .sz-review {
  text-align: center;
  vertical-align: middle;
  max-width: 300px;
}
.sz-myworks-table .sz-review-status {
  font-weight: 600;
  white-space: nowrap;
}
.sz-myworks-table .sz-review-note {
  margin-top: 6px;
  padding-top: 6px;
  border-top: 1px dashed #e3d6e8;
  color: #555;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  font-weight: normal;
  word-break: break-word;
}
.sz-myworks-table .sz-empty {
  padding: 40px 0;
  color: #999;
}

@media (max-width: 767px) {
  .sz-myworks-table {
    font-size: 12px;
  }
  .sz-myworks-table .sz-video-thumb img {
    width: 96px;
    height: 58px;
  }
}

/* ===== 我的作品：移动端卡片（≤767px 用卡片替代表格）=====
   为什么替：表格 9 列自然宽 903px（≤767px 字号降级后）而容器内宽只有 360px，
   横向滑动时"作品编号/标题"（左）与"状态/审核/操作"（右）永远没法同屏对照，
   滑到右边就不知道这行是哪个作品了。卡片改成一件作品一张卡、纵向排布。
   实现取舍：**不**把表格 display:block 强行块级化 —— 步骤繁琐且 .sz-myworks-wrap 的
   overflow 裁剪、≤991px 的 sticky 首列、border-collapse 补线那套 hack 会集体失效。
   这里由 PHP 同时输出"表格 + 卡片"两套 DOM，媒体查询互斥显隐；两套共用同一批变量
   （$manage_html / $thumb / $review_note_html ...），数据不会两处跑偏。 */
.sz-myworks-cards {
  display: none;
  margin-top: 20px;
}

.sz-mwcard {
  background: #fff;
  border: 1px solid rgba(87, 92, 204, 0.14);
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(87, 92, 204, 0.10);
  overflow: hidden;
  margin-bottom: 14px;
}
.sz-mwcard:last-child {
  margin-bottom: 0;
}

/* 封面：固定 16:9，没有封面时给一条品牌渐变占位 —— 卡片高度不会塌、列表节奏一致 */
.sz-mwcard__media {
  display: block;
  position: relative;
  aspect-ratio: 16 / 9;
  background: #0b0d1a;
}
.sz-mwcard__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* 没有封面（多为草稿）时把色带压扁成 3:1，避免一大块纯色占掉半屏 */
.sz-mwcard__media--nocover {
  aspect-ratio: 3 / 1;
}
.sz-mwcard__ph {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #575CCC 0%, #8f86ef 100%);
  color: rgba(255, 255, 255, 0.88);
  font-size: 12px;
  letter-spacing: 1px;
}
/* 视频文件名压在封面底部（深色渐变托底，长名省略号） */
.sz-mwcard__vname {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 22px 12px 8px;
  color: #fff;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: linear-gradient(to top, rgba(8, 10, 28, 0.82), rgba(8, 10, 28, 0));
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
}

.sz-mwcard__body {
  padding: 13px 14px 14px;
}

.sz-mwcard__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 8px;
}
.sz-mwcard__no {
  flex: 0 0 auto;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.4px;
  color: #575CCC;
  background: rgba(87, 92, 204, 0.10);
  padding: 5px 8px;
  border-radius: 6px;
}
.sz-mwcard__badges {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
}
.sz-mwcard__badge {
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  padding: 5px 8px;
  border-radius: 999px;
  white-space: nowrap;
}
.sz-mwcard__badge--submit {
  color: #575CCC;
  background: rgba(87, 92, 204, 0.12);
}
.sz-mwcard__badge--draft {
  color: #97681a;
  background: rgba(221, 178, 25, 0.20);
}
/* 审核状态由平台 get_check_status() 输出 <span class="label label-sm label-success">，
   但本站在用的 bootstrap.min.css 是 BS4 构建，**根本没有 .label 系列样式**（已核对
   lishui/bootstrap.min.css + default/aki.css + 竞赛 style.css/custom.css 三处），
   所以它在表格里只是一段无样式文字。卡片这里补成胶囊，跟旁边「已提交/草稿」对齐：
   圆角由本规则给，颜色按 label-success/warning/danger/default 语义自己定义。 */
.sz-mwcard .label {
  display: inline-block;
  padding: 5px 8px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  border-radius: 999px;
  color: #fff;
  background: #9aa0b4;
}
.sz-mwcard .label-success {
  background: #0a9e62;
}
.sz-mwcard .label-warning {
  background: #ddb219;
}
.sz-mwcard .label-danger {
  background: #e2553f;
}
.sz-mwcard .label-default {
  background: #9aa0b4;
}

.sz-mwcard__title {
  margin: 0;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 700;
}
.sz-mwcard__title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #1f2233;
  text-decoration: none;
  word-break: break-word;
}

.sz-mwcard__meta {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 6px 10px;
  margin: 10px 0 0;
  padding-top: 10px;
  border-top: 1px dashed rgba(87, 92, 204, 0.18);
}
.sz-mwcard__meta dt {
  margin: 0;
  font-size: 12.5px;
  font-weight: 400;
  color: #8a8fa3;
}
.sz-mwcard__meta dd {
  margin: 0;
  font-size: 13.5px;
  color: #2c2f45;
  word-break: break-word;
}

.sz-mwcard__note {
  margin-top: 11px;
  padding: 9px 11px;
  border-radius: 9px;
  background: rgba(87, 92, 204, 0.07);
  color: #4a4f66;
  font-size: 12.5px;
  line-height: 1.6;
  word-break: break-word;
}
.sz-mwcard__note b {
  color: #575CCC;
  font-weight: 600;
}

/* 操作按钮：等分铺满，单手好点（与表格里那套 aki-btn 复用同一份 HTML） */
.sz-mwcard__acts {
  display: flex;
  gap: 10px;
  margin-top: 13px;
}
.sz-mwcard__acts .aki-btn {
  flex: 1 1 0;
  text-align: center;
  padding: 9px 0;
  font-size: 14px;
}
.sz-mwcard__acts .sz-dash {
  flex: 1 1 100%;
  text-align: center;
}
.sz-mwcard .sz-del-btn {
  color: #fff !important;
  background: #575CCC !important;
  border-color: #575CCC !important;
}
.sz-mwcard .sz-del-btn:hover {
  background: #b80a12 !important;
  border-color: #b80a12 !important;
}
.sz-mwcard .sz-edit-btn {
  color: #fff !important;
}
.sz-mwcard .sz-dash {
  color: #bbb;
}

.sz-mwcard-empty {
  padding: 46px 0;
  text-align: center;
  color: #999;
  background: #fff;
  border: 1px dashed rgba(87, 92, 204, 0.22);
  border-radius: 14px;
}

@media (max-width: 767px) {
  /* 移动端：表格整体让位给卡片，横向滑动提示条也不再出现（JS 判溢出，这里再兜一道） */
  .sz-myworks-wrap {
    display: none !important;
  }
  .sz-myworks-cards {
    display: block;
  }
  .sz-scroll-tip {
    display: none !important;
  }
}

/* ===== ≤991px：冻结首列「作品编号」 =====
   为什么是 991 而不是 768：表格 9 列自然宽约 903–977px，而 Bootstrap .container 的内宽
   ≥1200 → 1110px、992–1199 → 930px、768–991 → 690px、576–767 → 510px、<576 → 360px。
   所以只有 ≥992px 基本放得下；≤991px 一定溢出（287~543px），这一段统一"横向滑动 + 冻结首列"。
   实现要点：
   ① 冻结列必须 position:sticky + **不透明**背景，否则横向滑动时下面的列会透过来；
      odd 行(#fdf3f4)/hover 行(#fbe3e5) 各自补背景，保持与整行一致。
   ② 表格是 border-collapse:collapse，Chrome 下粘性单元格的表格边框会不渲染，
      改用 inset box-shadow 补出"右边界 + 下边界"，观感与其它单元格一致。
   ③ 右侧那道竖向柔和投影是"这里被冻住了"的视觉暗示。 */
@media (max-width: 991px) {
  .sz-myworks-table thead th.sz-col-workno,
  .sz-myworks-table tbody td.sz-workno {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 2;
    background: #fff;
    background-clip: padding-box;
  }
  .sz-myworks-table thead th.sz-col-workno {
    z-index: 3; /* 表头压在数据行之上 */
    background: #575CCC;
  }
  .sz-myworks-table tbody tr:nth-of-type(odd) td.sz-workno {
    background: #fdf3f4;
  }
  .sz-myworks-table tbody tr:hover td.sz-workno {
    background: #fbe3e5;
  }
  .sz-myworks-table thead th.sz-col-workno,
  .sz-myworks-table tbody td.sz-workno {
    box-shadow: 6px 0 8px -6px rgba(87, 92, 204, 0.35),
                inset -1px 0 0 #f0d6d8,
                inset 0 -1px 0 #f0d6d8;
  }
  .sz-myworks-table thead th.sz-col-workno {
    box-shadow: 6px 0 8px -6px rgba(0, 0, 0, 0.30),
                inset -1px 0 0 rgba(255, 255, 255, 0.28);
  }
}

/* submit_do 按钮下方说明小字 */
.sz-ts-tip {
  text-align: center;
  color: #888;
  font-size: 13px;
  margin: 15px 0 0;
}

/* 赛道确认弹窗 */
.sz-modal-overlay {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}
.sz-modal-box {
  background: #fff;
  border-radius: 8px;
  max-width: 480px;
  width: 100%;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.sz-modal-title {
  background: #575CCC;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 18px;
}
.sz-modal-body {
  padding: 18px;
  color: #333;
  font-size: 14px;
  line-height: 1.9;
}
.sz-modal-body p {
  margin: 0 0 4px;
}
.sz-modal-body p:first-child {
  font-weight: bold;
}
.sz-modal-actions {
  display: flex;
  gap: 12px;
  padding: 0 18px 20px;
  justify-content: flex-end;
}
.sz-modal-confirm {
  background: #575CCC;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 8px 22px;
  font-size: 14px;
  cursor: pointer;
}
.sz-modal-confirm:hover {
  background: #b80a12;
}
.sz-modal-cancel {
  background: #fff;
  color: #666;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 8px 22px;
  font-size: 14px;
  cursor: pointer;
}
.sz-modal-cancel:hover {
  background: #f5f5f5;
}
/* 弹窗内的次级返回按钮（返回首页 / 返回报名页） */
.sz-modal-return {
  background: #fff;
  color: #575CCC;
  border: 1px solid #575CCC;
  border-radius: 4px;
  padding: 8px 18px;
  font-size: 14px;
  cursor: pointer;
}
.sz-modal-return:hover {
  background: #fde8e9;
}

/* 禁止图片被原生拖拽：快速连点/双击图片若鼠标轻微移动会触发浏览器拖图，拖拽态劫持指针事件导致导航暂时点不了，刷新才恢复 */
img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* 返回顶部按钮配色统一为品牌紫 #575CCC（覆盖嵌套块内的旧蓝 #072b9b） */
#scrollUp {
  background-color: #575CCC;
  border-color: #575CCC;
}

/* 导航条通栏容器：自定义 .sz-nav-fluid，替代 Bootstrap container/container-fluid 的固定宽度；
   宽度随大屏增长，与 vw 字号同步，宽屏导航不换行。
   比例参照设计稿 ref_nav（8000×341，图内 px ÷ 80 = vw，1920 基准）：
   logo 左沿 8vw、菜单项文字净间距 3.6vw、末项右沿 87.5vw（右侧留白 12.5vw）。 */
.sz-nav-fluid {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 7.5vw;
  padding-right: 7.5vw;
  box-sizing: border-box;
}
@media (min-width: 1280px) {
  /* 主导航条对称：左侧 logo 距左边 8vw，右侧菜单末项(登录)距右边也 8vw，左右等距对称 */
  .header.header-style-2 .sz-nav-fluid {
    padding-left: 8vw;
    padding-right: 8vw;
  }
}

/* ===== 导航条 vw 化（1920 基准：1px = 0.052083vw） =====
   导航整体高度已由 .header-inner.pc { height: 4.2625vw } 控制（随屏缩放）。
   以下仅把 logo 尺寸与各项间距(原固定 px)改为 vw，使大屏不显挤/小。
   height:100% 的选中态跟随 vw 导航高，保持不变。 */
.header-inner.pc .logo img {
  /* PC logo 图已换新：752×83（比例 9.0602:1，原 906×218=4.156:1）。
     只锁宽度、height:auto 跟随原图比例 —— 以后换图不会再被拉扁/拉长。
     基础档（<992px）：此区间导航文字为固定 px 不随屏缩，留白最紧的是 769px
     （menu 约 487px、可用仅约 166px），取 17vw（769px→131px）留足余量。 */
  width: 17vw !important;
  height: auto !important;
}
@media (min-width: 992px) {
  /* 992–1279px：平板/小笔记本，横向宽裕，放大到 24vw（1024px→246px） */
  .header-inner.pc .logo img {
    width: 24vw !important;
    height: auto !important;
  }
}
.header.header-style-2 .header-inner .logo::after,
.header.header-style-1 .header-inner .logo::after {
  right: -0.5208vw !important;
}
/* 菜单项纵向内边距 + 左侧间距 */
.header-inner.pc .bn-navigation > ul > li {
  padding: 0.78125vw 0 0.78125vw 0.5208vw !important;
}
.header-inner.pc .bn-navigation > ul > li > a {
  padding-left: 0.5208vw !important;
  padding-right: 0 !important;
}
.header-inner.pc .bn-navigation > ul > li.active > a {
  padding-left: 0.7292vw !important;
  padding-right: 0.7292vw !important;
}
/* 右侧注册/登录项间距 */
.header-inner.pc .bn-navigation > ul > li.njls-nav-lianxi > a {
  padding-left: 0.5208vw !important;
  padding-right: 0.5208vw !important;
}
.header-inner.pc .bn-navigation > ul > li.njls-nav-register,
.header-inner.pc .bn-navigation > ul > li.njls-nav-register > a {
  padding-left: 0.9375vw !important;
}
.header-inner.pc .bn-navigation > ul > li.njls-nav-login,
.header-inner.pc .bn-navigation > ul > li.njls-nav-login > a,
.header-inner.pc .bn-navigation > ul > li.njls-nav-english,
.header-inner.pc .bn-navigation > ul > li.njls-nav-english > a {
  padding-left: 0.4167vw !important;
}
/* sticky 滚动态 */
.sticky-header.is-sticky .header-inner.pc .bn-navigation > ul > li > a {
  padding-left: 0.5208vw !important;
  padding-right: 0 !important;
}
.sticky-header.is-sticky .header-inner.pc .bn-navigation > ul > li.njls-nav-lianxi > a {
  padding-left: 0.5208vw !important;
  padding-right: 0.5208vw !important;
}
.sticky-header.is-sticky .header-inner.pc .bn-navigation > ul > li.njls-nav-register > a {
  padding-left: 0.9375vw !important;
}
/* 次级下拉菜单随屏缩放 */
.header-inner.pc .bn-navigation ul li ul {
  width: 13.0208vw !important;
  padding: 0.78125vw 0 !important;
}
.header-inner.pc .bn-navigation ul li ul li a {
  padding: 0.15625vw 1.0417vw !important;
}
/* 顶栏社交图标间距 */
.header-inner .social-icons {
  padding-right: 1.5625vw !important;
}

/* ===== 导航条比例对齐设计稿 ref_nav（≥1280px；1920 基准 1px = 0.052083vw） =====
   实测设计稿（8000×341 导出图，px÷80=vw）关键值：
     logo 墨迹左沿 8.15vw、logo 宽 17.5vw；菜单项文字净间距 3.6vw；选中胶囊满高、宽 6.275vw；
     7 项菜单墨迹 39.4vw→87.5vw；其余文字色 #777、选中 #575CCC 与线上一致。
   <1280px 字号为固定 12/16px，仍沿用上面的紧凑间距（避免 768–1200 换行）。 */
@media (min-width: 1280px) {
  /* logo：新图 752×83（9.0602:1），定宽 26vw、高 auto 等比。
     1920 下约 499×55px（原 258×62px），横向因新图是"学习强国+深圳报业"双品牌长条而变宽；
     1280 下 333×37px。≥1280px 可用留白恒为视口宽约 37vw，26vw 留足余量，菜单不换行。 */
  .header-inner.pc .logo img {
    width: 26vw !important;
    height: auto !important;
  }
  /* 菜单项：li 左间距 0.9vw + a 左内边距 0.9vw = 文字净间距 ≈1.8vw（含 2px 分隔线），较设计稿3.6vw收窄，让出横向空间 */
  .header-inner.pc .bn-navigation > ul > li {
    padding: 0.78125vw 0 0.78125vw 0.9vw !important;
  }
  .header-inner.pc .bn-navigation > ul > li > a {
    padding-left: 0.9vw !important;
    padding-right: 0 !important;
  }
  /* 选中项：胶囊满高（li 纵向内边距归零），宽度 = 文字 + 2×0.9vw ≈ (文字宽+1.8vw) */
  .header-inner.pc .bn-navigation > ul > li.active {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .header-inner.pc .bn-navigation > ul > li.active > a {
    padding-left: 0.9vw !important;
    padding-right: 0.9vw !important;
  }
  /* 注册/登录：与菜单同一节奏（注册前留 0.9vw+0.9vw；注册|登录 之间 0.9vw） */
  .header-inner.pc .bn-navigation > ul > li.njls-nav-register {
    padding-left: 0.9vw !important;
  }
  .header-inner.pc .bn-navigation > ul > li.njls-nav-register > a {
    padding-left: 0.9vw !important;
  }
  .header-inner.pc .bn-navigation > ul > li.njls-nav-login {
    padding-left: 0 !important;
  }
  .header-inner.pc .bn-navigation > ul > li.njls-nav-login > a {
    padding-left: 0.9vw !important;
  }
  /* 滚动态(.is-sticky) 与顶部保持同一套值（其选择器特异性更高，必须同步覆盖） */
  .sticky-header.is-sticky .header-inner.pc .bn-navigation > ul > li > a {
    padding-left: 0.9vw !important;
    padding-right: 0 !important;
  }
  .sticky-header.is-sticky .header-inner.pc .bn-navigation > ul > li.active > a {
    padding-left: 0.9vw !important;
    padding-right: 0.9vw !important;
  }
  .sticky-header.is-sticky .header-inner.pc .bn-navigation > ul > li.njls-nav-register > a {
    padding-left: 0.9vw !important;
  }
  /* hover 色块：与选中态同款（满高 + 浅紫背景 rgba(87,92,204,0.2)）；
     li:hover 上下 padding 归零（同 li.active），使 a 满高撑满整条导航；
     右内边距 +0.9vw 与左内边距对称成胶囊，margin-right:-0.9vw 抵消增加的宽度，避免兄弟项位移抖动 */
  .header-inner.pc .bn-navigation > ul > li:hover {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .header-inner.pc .bn-navigation > ul > li:hover > a {
    color: #575CCC !important;
    background: rgba(87, 92, 204, 0.2);
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 0.9vw !important;
    padding-right: 0.9vw !important;
    margin-right: -0.9vw !important;
  }
  .sticky-header.is-sticky .header-inner.pc .bn-navigation > ul > li:hover {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .sticky-header.is-sticky .header-inner.pc .bn-navigation > ul > li:hover > a {
    color: #575CCC !important;
    background: rgba(87, 92, 204, 0.2);
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 0.9vw !important;
    padding-right: 0.9vw !important;
    margin-right: -0.9vw !important;
  }
}
.header-inner .social-icons ul li {
  font-size: 1.0417vw !important;
}
.header-inner .social-icons ul li.twitter {
  padding-right: 1.5625vw !important;
}

/* szstory2026: 所有 aki-btn-primary 按钮统一主题色 #575ccc（与导航高亮色一致） */
.aki-btn-primary,
.aki-btn-primary:visited {
  color: #fff;
  background-color: #575ccc;
  border-color: #575ccc;
}
.aki-btn-primary:hover {
  color: #fff;
  background-color: #4a4caf;
  border-color: #444795;
}
.aki-btn-primary:focus,
.aki-btn-primary.focus {
  color: #fff;
  box-shadow: 0 0 0 0.2rem rgba(87, 92, 204, 0.5);
}
.aki-btn-primary.disabled,
.aki-btn-primary:disabled {
  color: #fff;
  background-color: #575ccc;
  border-color: #575ccc;
  opacity: 0.65;
}
.aki-btn-primary:not(:disabled):not(.disabled):active,
.aki-btn-primary:not(:disabled):not(.disabled).active,
.show > .aki-btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #3f4196;
  border-color: #3a3c8c;
}
.aki-btn-primary:not(:disabled):not(.disabled):active:focus,
.aki-btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .aki-btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(87, 92, 204, 0.5);
}

/* szstory2026: 二级页面主标题统一样式（居中、去旧背景图，PC+移动一致，便于统一维护） */
h2.title,
.sz-page-title,
.section_heading > h2,
.section_heading > p {
  text-align: center !important;
  font-size: 2rem !important;
  font-weight: 700 !important;
  color: #575CCC !important;
  margin: 0 0 1.5rem !important;
  padding: 0 !important;
  background: none !important;
  border: none !important;
  line-height: 1.3 !important;
  background-image: none !important;
  background-size: auto !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
@media (max-width: 767px) {
  h2.title,
  .sz-page-title,
  .section_heading > h2,
  .section_heading > p {
    font-size: 1.5rem !important;
    margin: 0 0 1rem !important;
  }
}

/* szstory2026: 二级页面（如 myworks）内容区顶部间距，移动端收紧，避免标题离顶部过远 */
.sz-subpage {
  margin-top: 0;
  padding-top: 2rem;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .sz-subpage {
    padding-top: 1rem;
  }
}

/* szstory2026: submit 赛道选择卡片（参考“赛道设置”设计稿：浅蓝/浅紫渐变圆角卡、居中标题、左对齐正文） */
.sz-track-tip {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(87, 92, 204, 0.18);
  border-radius: 12px;
  padding: 14px 18px;
  margin-bottom: 1.75rem;
  color: #4a4a6a;
  font-size: 0.95rem;
  line-height: 1.8;
}
.sz-track-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  padding: 2.25rem 2rem 2rem;
  border: 1px solid transparent;
  box-shadow: 0 10px 30px rgba(87, 92, 204, 0.10);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.sz-track-card--a {
  background: linear-gradient(170deg, #cfe3ff 0%, #eaf3ff 42%, #ffffff 100%);
  border-color: #bcd8ff;
}
.sz-track-card--b {
  background: linear-gradient(170deg, #e0d6f7 0%, #f1ecfb 42%, #ffffff 100%);
  border-color: #d3c6f0;
}
.sz-track-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 38px rgba(87, 92, 204, 0.18);
}
.sz-track-card__title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  color: #575CCC;
  margin: 0 0 1.5rem;
}
.sz-track-card__desc {
  flex: 1 1 auto;
  color: #333;
  font-size: 0.95rem;
  line-height: 1.9;
  margin: 0 0 1.75rem;
  text-align: left;
  overflow: visible;
}
.sz-track-card__desc p {
  margin: 0 0 0.75rem;
}
.sz-track-card__desc p:last-child {
  margin-bottom: 0;
}
.sz-track-card__action {
  text-align: center;
}
.sz-track-card__btn {
  border-radius: 999px;
  padding: 0.5rem 2rem;
  font-size: 0.95rem;
}
@media (max-width: 767px) {
  .sz-track-tip {
    font-size: 0.9rem;
    padding: 12px 14px;
    margin-bottom: 1.25rem;
  }
  .sz-track-card {
    padding: 1.6rem 1.25rem 1.5rem;
    border-radius: 16px;
  }
  .sz-track-card__title {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
  .sz-track-card__desc {
    font-size: 0.9rem;
    line-height: 1.8;
  }
}

/* szstory2026: 表单字段分组(form-divide-area) 统一为柔和圆角卡，对齐赛道卡视觉
   该块由公共 superfield 组件渲染(内联 border:1px solid #ddd;padding:20px)，
   此处 scoped 覆盖仅本竞赛生效，不影响 qc2026/cupet 等其他竞赛 */
.form-divide-area {
  border: none !important;
  border-radius: 20px !important;
  padding: 28px 32px !important;
  background: linear-gradient(160deg, #e8f0ff 0%, #f7f4ff 100%) !important;
  box-shadow: 0 6px 22px rgba(87, 92, 204, 0.12) !important;
  margin-bottom: 1.75rem !important;
}
.form-divide-area > h5 {
  margin: 0 0 1.1rem !important;
  color: #575ccc !important;
  font-weight: 700 !important;
  font-size: 1.2rem !important;
  text-align: center !important;
}
@media (max-width: 767px) {
  .form-divide-area {
    padding: 20px 18px !important;
    border-radius: 16px;
    margin-bottom: 1.25rem !important;
  }
  .form-divide-area > h5 {
    font-size: 1.1rem !important;
    margin-bottom: 0.9rem !important;
  }
}
/* 表单分组交替蓝/紫（由 header.php 底部 JS 按文档顺序标记 sz-divide-blue / sz-divide-purple） */
.sz-divide-blue {
  background: linear-gradient(160deg, #cfe3ff 0%, #ffffff 100%) !important;
}
.sz-divide-purple {
  background: linear-gradient(160deg, #e0d6f7 0%, #ffffff 100%) !important;
}
/* 柔和圆角提示卡（替代原绿色 #d1ecf1 提示框），对齐赛道卡视觉 */
.sz-soft-card {
  border: none !important;
  border-radius: 16px !important;
  padding: 18px 22px !important;
  box-shadow: 0 6px 22px rgba(87, 92, 204, 0.12) !important;
}
.sz-soft-card--blue {
  background: linear-gradient(160deg, #cfe3ff 0%, #ffffff 100%) !important;
}
.sz-soft-card--purple {
  background: linear-gradient(160deg, #e0d6f7 0%, #ffffff 100%) !important;
}

/* szstory2026: 移动端底部 tab 栏为 fixed 贴底（高度锁 62px），页面底部必须预留等高留白，
   否则长页面滚到底时最后一段内容被 bar 压住
   （实测 390×844：bar 顶边 y=782、高 62px；#page-content 原 padding-bottom 为 0）。
   ① body 内边距 82px = 62(bar，被不透明 bar 完全盖住) + 20(净留白)：
      myworks / submit_do / edit_work / sign_do / judge* 等页面**没有 #page-content 包裹**，
      只有靠 body 内边距才能保证所有页面都不被遮挡且都有留白。
   ② #page-content 再补 16px 呼吸间距，让正文不贴着 bar。
      故有 #page-content 的页面净留白 = 20 + 16 = 36px。
   ③ 深底页（featured / featured2 / featured2_detail / news，其 <main> 带内联
      background-color:#072B9B）——那 20px 若由 body 承担会露出浅色渐变形成横向断层，
      改由 #page-content 自己承担（同色自然延续）：body 回到 62px(纯遮挡) + page-content 36px。
      :has() 不支持的老内核只会退化成 ① 的效果（多一条 20px 渐变带），不会破版。 */
@media (max-width: 767px) {
  body {
    padding-bottom: 82px;
  }
  #page-content {
    padding-bottom: 16px;
  }
  body:has(#page-content[style*="background-color"]) {
    padding-bottom: 62px;
  }
  body:has(#page-content[style*="background-color"]) #page-content {
    padding-bottom: 36px;
  }
  /* ④ 回到顶部按钮 #scrollUp（style.css 里 bottom:30px;45×45;z-index:1000）原先直接压在
     底部 tab 栏上（实测占 y 769~814，bar 占 782~844，重叠 13px），且 z-index 高于 bar，
     既挡视线又挡住「我的」的点击区域。抬到 bar 之上并与正文底部留白(36px)对齐。 */
  #scrollUp {
    bottom: 98px;
  }
}
/* ===== 提示页（competitions_msg.php）卡片 =====
   为什么重做：原来沿用共享的 .aki-alert.aki-alert-success —— 青绿底(#ccf4ed)+深绿字(#006957)，
   语义上是"成功/通过"，而本页承载的是"还没报名 / 作品不存在 / 无权限 / 评分未开始"这类提示，
   颜色对不上；而且它是块级元素，在 .container 里撑满 1110px 却内容左对齐，右侧一大片空白。
   改为居中窄卡片：圆形图标 + 小标签标题 + 主色胶囊按钮。主色沿用 #575ccc（与导航高亮、
   .aki-btn-primary 一致，见本文件 1953 行）。 */
.sz-msg-page {
  padding: 56px 0 72px;
}
.sz-msg-card {
  max-width: 460px;
  margin: 0 auto;
  padding: 40px 32px 36px;
  text-align: center;
  background: #fff;
  border: 1px solid rgba(87, 92, 204, 0.12);
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(87, 92, 204, 0.10);
}
.sz-msg-ic {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #6f73e2 0%, #575ccc 100%);
  box-shadow: 0 8px 18px rgba(87, 92, 204, 0.30);
  color: #fff;
}
.sz-msg-ic svg {
  display: block;
  width: 26px;
  height: 26px;
}
.sz-msg-title {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 3px;
  color: #9a9fbd;
}
.sz-msg-text {
  margin: 0;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.65;
  color: #2b2f45;
}
.sz-msg-text a {
  color: #575ccc;
  text-decoration: none;
  border-bottom: 1px solid rgba(87, 92, 204, 0.4);
}
.sz-msg-text a:hover {
  border-bottom-color: #575ccc;
}
.sz-msg-actions {
  margin-top: 26px;
}
.sz-msg-btn,
.sz-msg-btn:visited {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 32px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(135deg, #6f73e2 0%, #575ccc 100%);
  box-shadow: 0 8px 18px rgba(87, 92, 204, 0.28);
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}
.sz-msg-btn:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(87, 92, 204, 0.36);
  filter: brightness(1.04);
}
.sz-msg-btn:active {
  transform: translateY(0);
  box-shadow: 0 6px 14px rgba(87, 92, 204, 0.28);
}
.sz-msg-btn-arw {
  width: 15px;
  height: 15px;
  transition: transform 0.18s ease;
}
.sz-msg-btn:hover .sz-msg-btn-arw {
  transform: translateX(2px);
}

/* 移动端：卡片收窄内边距、字号降一档（断点与全站契约一致：≤767 = 移动端档） */
@media (max-width: 767px) {
  .sz-msg-page {
    padding: 36px 0 48px;
  }
  .sz-msg-card {
    padding: 32px 22px 28px;
    border-radius: 18px;
  }
  .sz-msg-ic {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
  }
  .sz-msg-ic svg {
    width: 23px;
    height: 23px;
  }
  .sz-msg-title {
    font-size: 12px;
    letter-spacing: 2px;
  }
  .sz-msg-text {
    font-size: 17px;
  }
  .sz-msg-actions {
    margin-top: 22px;
  }
  .sz-msg-btn {
    padding: 12px 30px;
  }
}

/* ============================================================
   szstory2026: 微信内「去电脑上传」提示条（competitions_submit_do / competitions_edit_work）
   —— 原为 Bootstrap .alert-warning 黄条：与本站粉紫渐变背景割裂，
      且裸 URL 是长 token（无断词点），390px 下撑出整页横向滚动
      （实测旧块 scrollWidth 421 vs clientWidth 358）。
   新样式沿用赛道卡/表单卡的柔和蓝紫视觉：白底 + 蓝紫描边 + 圆形渐变图标
   + 胶囊「复制」按钮；URL 单行省略不破版，取用靠「复制」按钮。
   注：a / p 元素级规则（如页面内联的 #contact a/p）会盖掉单类选择器，
       故本块关键视觉属性统一 !important，与 .sz-soft-card / .form-divide-area 保持一致。
   ============================================================ */
.sz-pc-tip {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 18px 46px 18px 18px !important;
  background: rgba(255, 255, 255, 0.94) !important;
  border: 1px solid rgba(87, 92, 204, 0.16) !important;
  border-radius: 16px !important;
  margin-bottom: 1.5rem !important;
  color: #4a4a6a !important;
  box-shadow: 0 8px 24px rgba(87, 92, 204, 0.10) !important;
}
.sz-pc-tip__ic {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #6f73e2, #575ccc) !important;
  color: #fff !important;
}
.sz-pc-tip__ic svg {
  width: 19px;
  height: 19px;
  display: block;
}
.sz-pc-tip__body {
  flex: 1 1 auto;
  min-width: 0;
}
.sz-pc-tip__title {
  margin: 0 0 10px !important;
  font-size: 0.92rem !important;
  font-weight: 500 !important;
  line-height: 1.6 !important;
  color: #41415f !important;
  text-align: left !important;
}
.sz-pc-tip__link {
  display: flex;
  align-items: stretch;
  gap: 8px;
  max-width: 820px;
}
.sz-pc-tip__url {
  flex: 1 1 auto;
  min-width: 0;
  display: block;
  padding: 8px 14px !important;
  background: #f4f5ff !important;
  border: 1px solid rgba(87, 92, 204, 0.16) !important;
  border-radius: 999px !important;
  font-family: ui-monospace, Menlo, Consolas, "Courier New", monospace;
  font-size: 0.82rem !important;
  line-height: 1.4 !important;
  letter-spacing: 0.2px;
  color: #575ccc !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sz-pc-tip__copy {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 18px !important;
  background: linear-gradient(135deg, #6f73e2, #575ccc) !important;
  border-radius: 999px !important;
  font-size: 0.82rem !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  color: #fff !important;
  white-space: nowrap;
  text-decoration: none !important;
}
.sz-pc-tip__copy:hover,
.sz-pc-tip__copy:focus {
  color: #fff !important;
  text-decoration: none !important;
  opacity: 0.9;
}
/* 关闭按钮：Bootstrap .close 默认 float:right + 黑色半透明，此处改为绝对定位的淡紫圆点 */
.sz-pc-tip .close {
  position: absolute;
  top: 9px;
  right: 9px;
  float: none;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  color: #575ccc !important;
  text-shadow: none !important;
  opacity: 0.35 !important;
  background: transparent !important;
  border-radius: 50%;
}
.sz-pc-tip .close:hover,
.sz-pc-tip .close:focus {
  opacity: 0.85 !important;
  color: #575ccc !important;
  background: rgba(87, 92, 204, 0.08) !important;
}
@media (max-width: 767px) {
  .sz-pc-tip {
    gap: 10px;
    padding: 14px 44px 14px 14px !important;
    border-radius: 14px !important;
    margin-bottom: 1.25rem !important;
  }
  .sz-pc-tip__ic {
    width: 30px;
    height: 30px;
  }
  .sz-pc-tip__ic svg {
    width: 17px;
    height: 17px;
  }
  .sz-pc-tip__title {
    font-size: 0.88rem !important;
    margin-bottom: 8px !important;
  }
  .sz-pc-tip__url {
    font-size: 0.76rem !important;
    padding: 7px 12px !important;
  }
  .sz-pc-tip__copy {
    font-size: 0.79rem !important;
    padding: 7px 15px !important;
  }
}

/* 复制成功反馈：页面内联脚本切换 .is-copied（已不再依赖 CDN 上的 ClipboardJS，
   见 competitions_submit_do.php / competitions_edit_work.php 底部脚本）。
   min-width 用于让「复制 → 已复制」切换时按钮宽度基本稳定，少抖一点。 */
.sz-pc-tip__copy {
  min-width: 72px;
  transition: background 0.2s ease, opacity 0.2s ease;
}
.sz-pc-tip__copy.is-copied,
.sz-pc-tip__copy.is-copied:hover,
.sz-pc-tip__copy.is-copied:focus {
  background: linear-gradient(135deg, #43b581, #2f9e6b) !important;
  color: #fff !important;
  opacity: 1 !important;
}


/* ============================================================
   szstory2026:「我的报名」作品详情页（competitions_mywork.php，2026-09-15 重做）
   设计语言沿用本竞赛既有块：主色 #575CCC、柔和蓝紫渐变、16~20px 圆角、
   0 10px 30px rgba(87,92,204,.10) 阴影、胶囊按钮（与 .sz-msg-* / .sz-track-card / .sz-pc-tip 一致）。
   注：页面内联的 #contact a / p 等元素级规则会盖掉单类选择器，
       故本块颜色与文本装饰统一 !important。
   ============================================================ */
.sz-wd {
  padding-bottom: 2rem;
}

/* ---------- 顶部条：返回 + 作品编号 ---------- */
.sz-wd-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 1rem;
}
.sz-wd-back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.9rem;
  font-weight: 500;
  color: #575ccc !important;
  text-decoration: none !important;
}
.sz-wd-back:hover {
  color: #6f73e2 !important;
  text-decoration: none !important;
}
.sz-wd-num {
  font-size: 0.82rem;
  color: #8a8fb0;
}
.sz-wd-num b {
  color: #575ccc;
  font-weight: 600;
  letter-spacing: 0.4px;
}

/* ---------- Hero 卡：封面 + 概要 ---------- */
.sz-wd-hero {
  display: grid;
  grid-template-columns: minmax(0, 42%) minmax(0, 1fr);
  background: #fff;
  border: 1px solid rgba(87, 92, 204, 0.12);
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(87, 92, 204, 0.10);
  overflow: hidden;
  margin-bottom: 1.5rem;
}
.sz-wd-hero__cover {
  position: relative;
  min-height: 236px;
  background: linear-gradient(160deg, #dfe7ff 0%, #f2ecfb 100%);
}
.sz-wd-hero__cover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sz-wd-hero__nophoto {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #a8abd0;
}
.sz-wd-hero__nophoto em {
  font-style: normal;
  font-size: 0.82rem;
}
.sz-wd-hero__track {
  position: absolute;
  left: 14px;
  bottom: 14px;
  padding: 5px 14px;
  border-radius: 999px;
  background: rgba(43, 47, 69, 0.72);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.6;
}
.sz-wd-hero__main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 28px 30px 26px;
}
.sz-wd-chips {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
.sz-wd-chip {
  display: inline-flex;
  align-items: center;
  padding: 4px 13px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.6;
  background: #f2f3fb;
  color: #6d7192;
}
.sz-wd-chip--plain {
  font-weight: 500;
  color: #6d7192;
}
.sz-wd-chip--s0 { background: #fff5e2; color: #c0800c; }
.sz-wd-chip--s1 { background: #e6f7ee; color: #1f8a56; }
.sz-wd-chip--s2 { background: #fdeaea; color: #c0332c; }
.sz-wd-chip--s3 { background: #fff2e3; color: #b06f0c; }
.sz-wd-chip--s99 { background: #f0f1f5; color: #7a7e93; }
.sz-wd-hero__title {
  margin: 0 0 8px !important;
  padding: 0 !important;
  font-size: 1.6rem !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  color: #2b2f45 !important;
  text-align: left !important;
  background: none !important;
  border: none !important;
}
.sz-wd-hero__sub {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 4px;
  font-size: 0.88rem;
  color: #8a8fb0;
}
.sz-wd-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #c9cbe0;
}
.sz-wd-mono {
  font-family: ui-monospace, Menlo, Consolas, "Courier New", monospace;
  letter-spacing: 0.6px;
}
.sz-wd-alert {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
  margin: 14px 0 0;
  padding: 11px 15px;
  border-radius: 12px;
  font-size: 0.86rem;
  line-height: 1.7;
}
.sz-wd-alert svg {
  flex: 0 0 auto;
  margin-top: 3px;
}
.sz-wd-alert--s2 { background: #fdeaea; color: #b8342d; }
.sz-wd-alert--s3 { background: #fff2e3; color: #a9690c; }
.sz-wd-hero__acts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
  padding-top: 20px;
}
.sz-wd-hero__note {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 14px 0 0;
  font-size: 0.8rem;
  color: #8a8fb0;
}
.sz-wd-hero__note svg {
  flex: 0 0 auto;
  color: #a8abd0;
}

/* ---------- 按钮 ---------- */
.sz-wd-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 10px 24px;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none !important;
  color: #575ccc !important;
  background: #f2f3fb;
  transition: background 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}
.sz-wd-btn:hover,
.sz-wd-btn:focus {
  color: #575ccc !important;
  text-decoration: none !important;
  background: #e7e9f8;
  transform: translateY(-1px);
}
.sz-wd-btn--primary,
.sz-wd-btn--primary:visited {
  color: #fff !important;
  background: linear-gradient(135deg, #6f73e2 0%, #575ccc 100%);
  box-shadow: 0 8px 18px rgba(87, 92, 204, 0.28);
}
.sz-wd-btn--primary:hover,
.sz-wd-btn--primary:focus {
  color: #fff !important;
  background: linear-gradient(135deg, #7b7fe8 0%, #6166d6 100%);
  box-shadow: 0 12px 24px rgba(87, 92, 204, 0.34);
  filter: brightness(1.02);
}

/* ---------- 通用卡片 ---------- */
.sz-wd-card {
  background: #fff;
  border: 1px solid rgba(87, 92, 204, 0.12);
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(87, 92, 204, 0.08);
  margin-bottom: 1.5rem;
  overflow: hidden;
}
.sz-wd-card__hd {
  padding: 20px 26px 13px;
  border-bottom: 1px dashed rgba(87, 92, 204, 0.14);
}
.sz-wd-card__title {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 1.06rem !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  color: #575ccc !important;
  text-align: left !important;
  background: none !important;
  border: none !important;
}
.sz-wd-card__title::before {
  content: "";
  flex: 0 0 auto;
  width: 4px;
  height: 16px;
  border-radius: 2px;
  background: linear-gradient(180deg, #6f73e2 0%, #575ccc 100%);
}
.sz-wd-card__bd {
  padding: 6px 26px 20px;
}
.sz-wd-card--note .sz-wd-card__bd {
  padding: 18px 26px;
}

/* ---------- 字段栅格 ---------- */
.sz-wd-fields {
  margin: 0 !important;
  padding: 0 !important;
}
.sz-wd-field {
  display: grid;
  /* 200px：本表单最长的字段名（「通过何种渠道知晓此次活动？」「AI生成内容估算占比（%）」
     都是 13 个汉字 ≈183px @0.88rem）能单行放下，不折成两行 */
  grid-template-columns: 200px minmax(0, 1fr);
  gap: 4px 18px;
  padding: 13px 0;
  border-bottom: 1px dashed rgba(87, 92, 204, 0.12);
}
.sz-wd-field:last-child {
  border-bottom: none;
  padding-bottom: 2px;
}
.sz-wd-field dt {
  margin: 0 !important;
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.75;
  color: #8a8fb0;
}
.sz-wd-field dd {
  margin: 0 !important;
  font-size: 0.94rem;
  font-weight: 500;
  line-height: 1.8;
  color: #2b2f45;
  word-break: break-word;
  overflow-wrap: anywhere;
}
.sz-wd-field--block {
  grid-template-columns: minmax(0, 1fr);
  gap: 7px;
}
.sz-wd-todo {
  display: inline-flex;
  align-items: center;
  padding: 3px 11px;
  border-radius: 999px;
  background: #fff2e3;
  color: #a9690c;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.7;
}

/* ---------- 媒体（视频 / 音频） ---------- */
.sz-wd-media {
  max-width: 860px;
  margin: 0 auto;
}
.sz-wd-media + .sz-wd-media {
  margin-top: 18px;
}
.sz-wd-player {
  position: relative;
  width: 100%;
  /* 16:9 占位：视频元数据到达前浏览器不知道尺寸，若不预留高度播放器会先塌成 0 高，
     元数据到达后整页再往下跳一次（实测 700ms 采样时高度仍为 0）。 */
  aspect-ratio: 16 / 9;
  max-height: 60vh;
  border-radius: 16px;
  overflow: hidden;
  background: #0b0d1a;
  box-shadow: inset 0 0 0 1px rgba(87, 92, 204, 0.14);
}
.sz-wd-player video {
  display: block;
  width: 100%;
  height: 100%;
  /* 非 16:9 的素材在深色底上等比留边，不拉伸、不裁切 */
  object-fit: contain;
  background: #0b0d1a;
  outline: none;
}
.sz-wd-media__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 12px;
  padding: 9px 10px 9px 15px;
  border: 1px solid rgba(87, 92, 204, 0.12);
  border-radius: 999px;
  background: #f7f8fd;
}
.sz-wd-media__name {
  min-width: 0;
  font-size: 0.86rem;
  color: #4a4a6a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sz-wd-mini {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid rgba(87, 92, 204, 0.2);
  background: #fff;
  color: #575ccc !important;
  text-decoration: none !important;
}
.sz-wd-mini:hover {
  background: #eef0fc;
  text-decoration: none !important;
}

/* ---------- 图片 ---------- */
.sz-wd-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 12px;
}
.sz-wd-fig {
  margin: 0;
}
.sz-wd-fig img {
  display: block;
  width: 100%;
  height: 110px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid rgba(87, 92, 204, 0.14);
}
.sz-wd-fig figcaption {
  margin-top: 6px;
  font-size: 0.8rem;
  line-height: 1.6;
  color: #8a8fb0;
}
.sz-wd-ddl-text {
  margin: 0 0 8px;
  font-size: 0.94rem;
  line-height: 1.8;
  color: #2b2f45;
}
.sz-wd-ddl-text:last-child {
  margin-bottom: 0;
}

/* ---------- 文件 / 表格 ---------- */
.sz-wd-files {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.sz-wd-file {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 16px;
  border-radius: 999px;
  background: #f2f3fb;
  color: #575ccc !important;
  font-size: 0.86rem;
  text-decoration: none !important;
  transition: background 0.18s ease;
}
.sz-wd-file:hover {
  background: #e7e9f8;
  text-decoration: none !important;
}
.sz-wd-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid rgba(87, 92, 204, 0.14);
  border-radius: 12px;
  overflow: hidden;
  margin: 0 0 12px;
}
.sz-wd-table:last-child {
  margin-bottom: 0;
}
.sz-wd-table th {
  width: 34%;
  padding: 9px 14px;
  text-align: left;
  vertical-align: top;
  background: #f7f8fd;
  border-bottom: 1px solid rgba(87, 92, 204, 0.10);
  font-size: 0.85rem;
  font-weight: 500;
  color: #8a8fb0;
}
.sz-wd-table td {
  padding: 9px 14px;
  border-bottom: 1px solid rgba(87, 92, 204, 0.10);
  font-size: 0.9rem;
  color: #2b2f45;
}
.sz-wd-table tr:last-child th,
.sz-wd-table tr:last-child td {
  border-bottom: none;
}

/* ---------- 折叠声明（《作品电子授权书》等纯展示字段） ---------- */
.sz-wd-details {
  border: 1px solid rgba(87, 92, 204, 0.14);
  border-radius: 14px;
  background: #fbfcff;
}
.sz-wd-details + .sz-wd-details {
  margin-top: 10px;
}
.sz-wd-details summary {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 18px;
  cursor: pointer;
  list-style: none;
  font-size: 0.9rem;
  font-weight: 600;
  color: #575ccc;
}
.sz-wd-details summary::-webkit-details-marker {
  display: none;
}
.sz-wd-details summary::after {
  content: "";
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  margin-top: -3px;
  border-right: 2px solid #a8abd0;
  border-bottom: 2px solid #a8abd0;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}
.sz-wd-details[open] summary::after {
  margin-top: 3px;
  transform: rotate(-135deg);
}
.sz-wd-details__meta {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-left: auto;
  padding: 3px 10px;
  border-radius: 999px;
  background: #e6f7ee;
  color: #1f8a56;
  font-size: 0.78rem;
  font-weight: 500;
}
.sz-wd-details__body {
  padding: 12px 18px 16px;
  border-top: 1px dashed rgba(87, 92, 204, 0.14);
  font-size: 0.85rem;
  line-height: 1.9;
  color: #6d7192;
}
.sz-wd-details__body p {
  margin: 0 0 8px;
}
.sz-wd-details__body p:last-child {
  margin-bottom: 0;
}

/* ---------- 空态 ---------- */
.sz-wd-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 52px 24px 56px;
  text-align: center;
}
.sz-wd-empty__ic {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-bottom: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, #6f73e2 0%, #575ccc 100%);
  box-shadow: 0 8px 18px rgba(87, 92, 204, 0.30);
  color: #fff;
}
.sz-wd-empty p {
  margin: 0 0 18px;
  font-size: 0.95rem;
  line-height: 1.8;
  color: #6d7192;
}

/* ---------- 移动端（断点契约：≤767 = 移动端档，与 Bootstrap md=768 同源） ---------- */
@media (max-width: 767px) {
  .sz-wd {
    padding-bottom: 1rem;
  }
  .sz-wd-hero {
    grid-template-columns: minmax(0, 1fr);
    border-radius: 16px;
  }
  .sz-wd-hero__cover {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }
  .sz-wd-hero__main {
    padding: 18px 18px 20px;
  }
  .sz-wd-hero__title {
    font-size: 1.25rem !important;
  }
  .sz-wd-hero__acts {
    width: 100%;
    padding-top: 16px;
  }
  .sz-wd-btn {
    flex: 1 1 auto;
    padding: 11px 16px;
    font-size: 0.86rem;
  }
  .sz-wd-card {
    border-radius: 16px;
    margin-bottom: 1.1rem;
  }
  .sz-wd-card__hd {
    padding: 16px 18px 11px;
  }
  .sz-wd-card__title {
    font-size: 1rem !important;
  }
  .sz-wd-card__bd {
    padding: 4px 18px 16px;
  }
  .sz-wd-card--note .sz-wd-card__bd {
    padding: 14px 18px;
  }
  .sz-wd-field {
    grid-template-columns: minmax(0, 1fr);
    gap: 3px;
    padding: 11px 0;
  }
  .sz-wd-field dt {
    font-size: 0.82rem;
  }
  .sz-wd-field dd {
    font-size: 0.9rem;
  }
  .sz-wd-player {
    max-height: 52vh;
  }
  .sz-wd-media__bar {
    border-radius: 14px;
    padding: 9px 10px 9px 14px;
  }
  .sz-wd-gallery {
    grid-template-columns: repeat(auto-fill, minmax(118px, 1fr));
    gap: 10px;
  }
  .sz-wd-fig img {
    height: 92px;
  }
  .sz-wd-table th {
    width: 38%;
    padding: 8px 11px;
  }
  .sz-wd-table td {
    padding: 8px 11px;
  }
}

/* ==========================================================================
   szstory2026: 提交成功页（competitions_edit_work_ok / submit_ok / sign_ok）
   2026-09-16 新增。此前本竞赛没有这三个视图，lctv() 回落到 default 模板
   （裸标题 + 两个方角小按钮，跟本竞赛的圆角卡设计语言完全脱节）。
   ========================================================================== */
.sz-ok {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.sz-ok-card {
  position: relative;
  max-width: 660px;
  margin: 0 auto;
  padding: 3.25rem 2.5rem 2.5rem;
  text-align: center;
  background: #fff;
  border: 1px solid rgba(87, 92, 204, 0.14);
  border-radius: 24px;
  box-shadow: 0 18px 48px rgba(87, 92, 204, 0.14);
  overflow: hidden;
}
.sz-ok-card::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -130px;
  width: 460px;
  height: 280px;
  transform: translateX(-50%);
  background: radial-gradient(closest-side, rgba(111, 115, 226, 0.18), rgba(111, 115, 226, 0));
  pointer-events: none;
}
.sz-ok-ic {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #6f73e2 0%, #575ccc 100%);
  box-shadow: 0 14px 30px rgba(87, 92, 204, 0.32);
}
.sz-ok-ic::after {
  content: "";
  position: absolute;
  inset: -11px;
  border-radius: 50%;
  border: 1px solid rgba(87, 92, 204, 0.22);
}
.sz-ok-title {
  position: relative;
  margin: 1.6rem 0 0 !important;
  padding: 0 !important;
  font-size: 1.75rem !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  color: #1f2340 !important;
  letter-spacing: 0.5px;
}
.sz-ok-sub {
  position: relative;
  max-width: 30em;
  margin: 0.9rem auto 0 !important;
  color: #6d7290 !important;
  font-size: 1rem;
  line-height: 1.9;
}
.sz-ok-acts {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 2.1rem;
}
.sz-ok-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 156px;
  padding: 13px 30px;
  border-radius: 999px;
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none !important;
  color: #575ccc !important;
  background: #f2f3fb;
  transition: background 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}
.sz-ok-btn:hover,
.sz-ok-btn:focus {
  color: #575ccc !important;
  text-decoration: none !important;
  background: #e7e9f8;
  transform: translateY(-1px);
}
.sz-ok-btn--primary,
.sz-ok-btn--primary:visited {
  color: #fff !important;
  background: linear-gradient(135deg, #6f73e2 0%, #575ccc 100%);
  box-shadow: 0 10px 22px rgba(87, 92, 204, 0.28);
}
.sz-ok-btn--primary:hover,
.sz-ok-btn--primary:focus {
  color: #fff !important;
  background: linear-gradient(135deg, #7b7fe8 0%, #6166d6 100%);
  box-shadow: 0 14px 26px rgba(87, 92, 204, 0.34);
  filter: brightness(1.02);
}
.sz-ok-note {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 9px;
  max-width: 34em;
  margin: 2.1rem auto 0 !important;
  padding-top: 1.4rem;
  border-top: 1px dashed rgba(87, 92, 204, 0.16);
  color: #8a8fa8 !important;
  font-size: 0.86rem;
  line-height: 1.85;
  text-align: left;
}
.sz-ok-note svg {
  flex: 0 0 auto;
  margin-top: 3px;
  color: #9aa0bd;
}
@media (max-width: 767px) {
  .sz-ok {
    padding-top: 1.25rem;
    padding-bottom: 1.5rem;
  }
  .sz-ok-card {
    padding: 2.4rem 1.35rem 1.9rem;
    border-radius: 20px;
  }
  .sz-ok-ic {
    width: 76px;
    height: 76px;
  }
  .sz-ok-ic svg {
    width: 34px;
    height: 34px;
  }
  .sz-ok-ic::after {
    inset: -8px;
  }
  .sz-ok-title {
    margin-top: 1.25rem !important;
    font-size: 1.4rem !important;
  }
  .sz-ok-sub {
    font-size: 0.94rem;
    line-height: 1.85;
  }
  .sz-ok-acts {
    gap: 11px;
    margin-top: 1.75rem;
  }
  .sz-ok-btn {
    width: 100%;
    min-width: 0;
    padding: 13px 20px;
  }
  .sz-ok-note {
    margin-top: 1.6rem !important;
    font-size: 0.82rem;
    line-height: 1.8;
  }
}
