/* 基础样式设置 */
body,
html {
  height: 100%;
  width: 100vw;
}
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
}
*,
::before,
::after {
  border-width: 0;
  border-style: solid;
  border-color: theme('borderColor.DEFAULT', currentColor);
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  outline: 0;
  border: none;
}
body {
  position: relative;
  margin: 0 auto;
  width: 100vw;
  font-size: 15px;
  color: #64748b;
  overflow-x: hidden;
  -webkit-tap-highlight-color: transparent;
  font-family: PingFangSC-Regular, Helvetica Neue, Helvetica, Arial, sans-serif, Tahoma, 'Lucida Grande', Verdana, 'Microsoft Yahei';
}
/* 定义屏幕尺寸 */
/* 定义颜色 */
/* 定义阴影 */
/* 定义圆角 */
/* 定义全局尺寸变量 */
/* 定义"添加"按钮背景色 */
/* 定义模态框背景色 */
.color-active {
  color: #00a5ed;
}
.color-normal {
  color: #475569;
}
body {
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
}
.background {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: -999;
}
.background img {
  width: 100%;
  height: 100%;
}
.content {
  width: 100vw;
  height: 100vh;
  padding-bottom: 20px;
  overflow-x: hidden;
  overflow-y: auto;
}
.content .banner {
  width: 100vw;
}
.content .banner img {
  width: 100%;
  height: auto;
}
.content .activity-time {
  width: 90vw;
  height: 100px;
  margin: 0 auto;
  margin-top: 10px;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.3);
}
.content .activity-time .activity-time-background {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  top: 0;
}
.content .activity-time .activity-time-background .activity-time-bg {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 10px;
}
.content .activity-time .activity-time-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 5px;
  padding: 10px 0;
}
.content .activity-time .activity-time-content .start-time,
.content .activity-time .activity-time-content .end-time {
  display: flex;
}
.content .activity-time .activity-time-content .start-time svg,
.content .activity-time .activity-time-content .end-time svg {
  width: 20px;
  height: 20px;
  margin-top: 8px;
  margin-left: 6vw;
  margin-right: 10px;
}
.content .activity-time .activity-time-content .start-time .label,
.content .activity-time .activity-time-content .end-time .label,
.content .activity-time .activity-time-content .start-time .value,
.content .activity-time .activity-time-content .end-time .value {
  font-size: 4vw;
  height: 34px;
  line-height: 34px;
  color: #475569;
}
.content .activity-time .activity-time-content .start-time .label,
.content .activity-time .activity-time-content .end-time .label {
  font-weight: bold;
}
.content .activity-time .activity-time-content .start-time .value,
.content .activity-time .activity-time-content .end-time .value {
  padding: 0 10px;
}
.content .activity-time .activity-time-content .start-time {
  top: -85px;
}
.content .activity-time .activity-time-content .end-time {
  top: -80px;
}
.content .count-down {
  width: 90vw;
  height: 50px;
  margin: 0 auto;
  margin-top: 10px;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.3);
}
.content .count-down .count-down-background {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  top: 0;
}
.content .count-down .count-down-background .count-down-bg {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 10px;
}
.content .count-down .count-down-content {
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 10px 0;
  display: flex;
}
.content .count-down .count-down-content svg {
  width: 20px;
  height: 20px;
  margin-top: 5px;
  margin-left: 6vw;
  margin-right: 10px;
}
.content .count-down .count-down-content .value {
  height: 32px;
  line-height: 32px;
}
.content .count-down .count-down-content .value .time-value {
  color: #475569;
  font-size: 4vw;
}
.content .count-down .count-down-content .value .time-unit {
  color: #475569;
  font-size: 4vw;
  font-weight: bold;
}
.content .description {
  width: 90vw;
  margin: 0 auto;
  margin-top: 10px;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.3);
}
.content .description .caption {
  width: 100%;
  height: 50px;
  position: relative;
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid #f3f4f6;
}
.content .description .caption .caption-background {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  position: absolute;
  top: 0;
}
.content .description .caption .caption-background .description-caption-bg {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 10px 10px 0 0;
}
.content .description .caption .value {
  width: 100%;
  text-align: center;
  font-size: 4vw;
  height: 50px;
  line-height: 50px;
  color: #475569;
  position: relative;
  font-weight: bold;
}
.content .description .description-content {
  width: 100%;
  height: auto;
  line-height: 2;
  min-height: 100px;
  padding: 10px;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
}
.content .description .description-content #hui-fold,
.content .description .description-content #hui-unfold {
  border-radius: 0 0 10px 10px;
}
.content .description .description-content .hui-icons-up2:before,
.content .description .description-content .hui-icons-down2:before {
  color: #38f;
}
.content .description-pdf {
  width: 90vw;
  margin: 0 auto;
  margin-top: 10px;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.3);
}
.content .description-pdf .caption {
  width: 100%;
  height: 50px;
  position: relative;
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid #f3f4f6;
}
.content .description-pdf .caption .caption-background {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  position: absolute;
  top: 0;
}
.content .description-pdf .caption .caption-background .description-caption-bg {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 10px 10px 0 0;
}
.content .description-pdf .caption .value {
  width: 100%;
  text-align: center;
  font-size: 4vw;
  height: 50px;
  line-height: 50px;
  color: #475569;
  position: relative;
  font-weight: bold;
}
.content .description-pdf .description-content-pdf {
  width: 100%;
  height: 500px;
  padding: 10px;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
}
.content .description-pdf .description-content-pdf iframe {
  width: 100%;
  height: 100%;
}
.content .activity-group {
  width: 90vw;
  height: auto;
  min-height: 100px;
  margin: 0 auto;
  margin-top: 10px;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  padding: 10px 15px;
}
.content .activity-group .activity-option {
  width: 100%;
  height: 50px;
  margin: 10px auto;
  position: relative;
}
.content .activity-group .activity-option .activity-option-background {
  width: 100%;
  height: 50px;
  background-color: #e5e7eb;
  border-radius: 10px;
  position: absolute;
  top: 0;
}
.content .activity-group .activity-option .activity-option-background .activity-option-bg {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 10px;
}
.content .activity-group .activity-option .activity-option-background-activated {
  background-color: #0084ff;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.3);
}
.content .activity-group .activity-option .activity-option-content {
  width: 100%;
  height: 50px;
  position: relative;
  padding: 0 20px;
}
.content .activity-group .activity-option .activity-option-content label {
  color: #475569;
  display: inline-block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  white-space: nowrap;
  /*强制文本一行显示*/
  overflow: hidden;
  /*超出元素默认宽度内容隐藏*/
  text-overflow: ellipsis;
  /*使用省略号代表有内容未显示*/
}
.content .activity-group .activity-option .activity-option-content label::before {
  content: '';
  width: 16px;
  height: 16px;
  border: 1px solid #94a3b8;
  display: inline-block;
  border-radius: 5px;
  position: relative;
  top: 3px;
  right: 5px;
  left: 0px;
  background-color: #fff;
  padding: 0;
  margin-right: 10px;
}
.content .activity-group .activity-option .activity-option-content input[name='activity-option'] {
  appearance: none;
  position: relative;
  display: none;
  opacity: 0;
}
.content .activity-group .activity-option .activity-option-content input[name='activity-option']:checked + label::before {
  content: '';
  width: 16px;
  height: 16px;
  border: 1px solid #fff;
  background: #fff;
  color: #fff;
  display: inline-block;
  border-radius: 5px;
  position: relative;
  top: 3px;
  right: 5px;
  margin-right: 10px;
  padding: 0;
}
.content .activity-group .activity-option .activity-option-content input[name='activity-option']:checked + label::after {
  content: '';
  width: 10px;
  height: 5px;
  border: 2px solid #0084ff;
  border-top: transparent;
  border-right: transparent;
  text-align: center;
  display: block;
  position: absolute;
  top: 9px;
  left: 23px;
  transform: rotate(-45deg);
  margin-top: 10px;
}
.content .activity-group .activity-option .activity-option-content input[name='activity-option']:checked + label {
  color: #fff;
}
.content .activity-group .activity-option .activity-option-content-activated label {
  color: #fff;
}
.content .type-group {
  width: 90vw;
  height: auto;
  min-height: 100px;
  margin: 0 auto;
  margin-top: 10px;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  padding: 10px 15px;
}
.content .type-group .type-option {
  width: 100%;
  height: 50px;
  margin: 10px auto;
  position: relative;
}
.content .type-group .type-option .type-option-background {
  width: 100%;
  height: 50px;
  background-color: #e5e7eb;
  border-radius: 10px;
  position: absolute;
  top: 0;
}
.content .type-group .type-option .type-option-background .type-option-bg {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 10px;
}
.content .type-group .type-option .type-option-background-activated {
  background-color: #0084ff;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.3);
}
.content .type-group .type-option .type-option-content {
  width: 100%;
  height: 50px;
  position: relative;
  padding: 0 20px;
}
.content .type-group .type-option .type-option-content label {
  color: #475569;
  display: inline-block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  white-space: nowrap;
  /*强制文本一行显示*/
  overflow: hidden;
  /*超出元素默认宽度内容隐藏*/
  text-overflow: ellipsis;
  /*使用省略号代表有内容未显示*/
}
.content .type-group .type-option .type-option-content label::before {
  content: '';
  width: 16px;
  height: 16px;
  border: 1px solid #94a3b8;
  display: inline-block;
  border-radius: 5px;
  position: relative;
  top: 3px;
  right: 5px;
  left: 0px;
  background-color: #fff;
  padding: 0;
  margin-right: 10px;
}
.content .type-group .type-option .type-option-content input[name='type-option'] {
  appearance: none;
  position: relative;
  display: none;
  opacity: 0;
}
.content .type-group .type-option .type-option-content input[name='type-option']:checked + label::before {
  content: '';
  width: 16px;
  height: 16px;
  border: 1px solid #fff;
  background: #fff;
  color: #fff;
  display: inline-block;
  border-radius: 5px;
  position: relative;
  top: 3px;
  right: 5px;
  margin-right: 10px;
  padding: 0;
}
.content .type-group .type-option .type-option-content input[name='type-option']:checked + label::after {
  content: '';
  width: 10px;
  height: 5px;
  border: 2px solid #0084ff;
  border-top: transparent;
  border-right: transparent;
  text-align: center;
  display: block;
  position: absolute;
  top: 9px;
  left: 23px;
  transform: rotate(-45deg);
  margin-top: 10px;
}
.content .type-group .type-option .type-option-content input[name='type-option']:checked + label {
  color: #fff;
}
.content .type-group .type-option .type-option-content-activated label {
  color: #fff;
}
.content .submit-button {
  width: 90vw;
  height: 50px;
  margin: 0 auto;
  margin-top: 10px;
  border-radius: 50px;
  position: relative;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.3);
}
.content .submit-button .submit-button-background {
  width: 100%;
  height: 100%;
  background-color: #0084ff;
  border-radius: 50px;
  position: absolute;
  top: 0;
}
.content .submit-button .submit-button-background .submit-button-bg {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 50px;
}
.content .submit-button .submit-button-content {
  width: 100%;
  height: 100%;
  border-radius: 50px;
  padding: 10px 0;
  position: relative;
  background-color: transparent;
  color: #fff;
  font-size: 4vw;
  font-weight: bold;
}
.content .showcase {
  width: 90vw;
  margin: 0 auto;
  margin-top: 10px;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.3);
}
.content .showcase .caption {
  width: 100%;
  height: 50px;
  position: relative;
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid #f3f4f6;
}
.content .showcase .caption .caption-background {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  position: absolute;
  top: 0;
}
.content .showcase .caption .caption-background .showcase-caption-bg {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 10px 10px 0 0;
}
.content .showcase .caption .value {
  width: 100%;
  text-align: center;
  font-size: 4vw;
  height: 50px;
  line-height: 50px;
  color: #475569;
  position: relative;
  font-weight: bold;
}
.content .showcase .tab-list {
  position: relative;
  width: 100%;
  overflow-x: scroll;
  height: 40px;
  display: flex;
  background-color: #fff;
  border-bottom: 1px solid #d1d5db;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.3);
}
.content .showcase .tab-list .tab-item {
  width: 35vw;
  line-height: 40px;
  text-align: center;
  font-size: 4vw;
  color: #475569;
  padding: 0 10px;
  white-space: nowrap;
  /*强制文本一行显示*/
  overflow: hidden;
  /*超出元素默认宽度内容隐藏*/
  text-overflow: ellipsis;
  /*使用省略号代表有内容未显示*/
  flex-shrink: 0;
}
.content .showcase .tab-list .tab-item-active {
  border-bottom: 0.8vw solid #2979ff;
  color: #2979ff;
}
.content .showcase .showcase-content {
  width: 100%;
  height: auto;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  position: relative;
  display: grid;
  grid-template-columns: 41vw 41vw;
  grid-gap: 3vw;
}
.content .showcase .showcase-content .tab-item-content {
  width: 100%;
  height: auto;
  line-height: 2;
  min-height: 50px;
  padding: 10px;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  display: grid;
  grid-template-columns: 41vw 41vw;
  grid-gap: 3vw;
}
.content .showcase .showcase-content .tab-item-content .works-item {
  width: 41vw;
  height: 46vw;
  background-color: #f9fafb;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border-radius: 5px;
  /* 封面长宽比例 4:3 */
}
.content .showcase .showcase-content .tab-item-content .works-item .cover {
  width: 41vw;
  height: 31vw;
  border-radius: 5px 5px 0 0;
  position: relative;
}
.content .showcase .showcase-content .tab-item-content .works-item .cover .cover-img {
  width: 41vw;
  height: 31vw;
  border-radius: 5px 5px 0 0;
  position: relative;
}
.content .showcase .showcase-content .tab-item-content .works-item .cover .subject {
  width: 41vw;
  height: 7.9vw;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  z-index: 99;
  white-space: nowrap;
  /*强制文本一行显示*/
  overflow: hidden;
  /*超出元素默认宽度内容隐藏*/
  text-overflow: ellipsis;
  /*使用省略号代表有内容未显示*/
}
.content .showcase .showcase-content .tab-item-content .works-item .cover .icon {
  width: 8vw;
  height: 8vw;
  position: absolute;
  opacity: 0.7;
  top: 8vw;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5px;
}
.content .showcase .showcase-content .tab-item-content .works-item .info {
  width: 41vw;
  height: 15vw;
  line-height: 12vw;
  display: flex;
  padding: 2vw;
  background-color: #f9fafb;
  border-radius: 0 0 5px 5px;
}
.content .showcase .showcase-content .tab-item-content .works-item .info .avatar {
  width: 10vw;
  height: 10vw;
  border-radius: 100%;
  margin-top: 1vw;
}
.content .showcase .showcase-content .tab-item-content .works-item .info .name {
  width: 29vw;
  height: 12vw;
  color: #475569;
  padding-left: 2vw;
  display: flex;
  align-items: center;
  justify-content: left;
  line-height: 5vw;
}
.video-paly-popwindow {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.video-paly-popwindow .video-paly-wrapper {
  width: 100vw;
  height: 75vw;
  position: absolute;
  left: 0;
  top: 40%;
  transform: translateY(-50%);
}
.video-paly-popwindow .video-paly-wrapper .video-paly-close-btn {
  width: 50px;
  height: 50px;
  position: relative;
  margin: 0 auto;
  margin-bottom: 5vw;
}
.video-paly-popwindow .video-paly-wrapper iframe {
  width: 100vw;
  height: 56.25vw;
  position: relative;
  bottom: 0;
}
.audio-paly-popwindow {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.audio-paly-popwindow .audio-paly-wrapper {
  width: 100vw;
  height: 34vw;
  position: absolute;
  left: 0;
  top: 40%;
  transform: translateY(-50%);
}
.audio-paly-popwindow .audio-paly-wrapper .audio-paly-close-btn {
  width: 50px;
  height: 50px;
  position: relative;
  margin: 0 auto;
  margin-bottom: 5vw;
}
.audio-paly-popwindow .audio-paly-wrapper .audio-source {
  width: 100vw;
  height: 15vw;
  position: relative;
  bottom: 0;
}
.pdf-preview-popwindow {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.pdf-preview-popwindow .pdf-preview-wrapper {
  width: 100vw;
  height: auto;
  position: absolute;
  left: 0;
  top: 10px;
}
.pdf-preview-popwindow .pdf-preview-wrapper .pdf-preview-close-btn {
  width: 50px;
  height: 50px;
  position: relative;
  margin: 0 auto;
  margin-bottom: 5vw;
}
.pdf-preview-popwindow .pdf-preview-wrapper .pdf-source {
  width: 100vw;
  height: 80vh;
  position: relative;
  bottom: 0;
}
.picture-preview-popwindow {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.picture-preview-popwindow .picture-preview-wrapper {
  width: 100vw;
  height: auto;
  position: absolute;
  left: 0;
  top: 10px;
}
.picture-preview-popwindow .picture-preview-wrapper .picture-preview-close-btn {
  width: 50px;
  height: 50px;
  position: relative;
  margin: 0 auto;
  margin-bottom: 5vw;
}
.picture-preview-popwindow .picture-preview-wrapper .picture-source-wrapper {
  width: 100vw;
  height: 80vh;
  position: relative;
  bottom: 0;
  overflow: scroll;
}
.picture-preview-popwindow .picture-preview-wrapper .picture-source-wrapper .picture-placeholder {
  width: 100vw;
  height: 80vh;
  position: relative;
  top: 0;
  background-color: #fff;
}
.picture-preview-popwindow .picture-preview-wrapper .picture-source-wrapper .picture-placeholder span {
  width: 100vw;
  height: 50px;
  color: #9ca3af;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: 50%;
  z-index: 99;
  font-size: 6vw;
}
.picture-preview-popwindow .picture-preview-wrapper .picture-source-wrapper .picture-placeholder img {
  width: 90vw;
  height: 90vw;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.picture-preview-popwindow .picture-preview-wrapper .picture-source-wrapper .picture-source {
  width: 100vw;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
