a,
a:hover {
    text-decoration: none
}

body,
button,
dd,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0
}

body,
button,
input,
select,
textarea {
    font: 14px PingFang SC, \5FAE\8F6F\96C5\9ED1, arial, \5b8b\4f53
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%
}

address,
cite,
dfn,
em,
i,
var {
    font-style: normal
}

kbd,
pre,
samp {
    font-family: courier new, courier, monospace, arial, \5b8b\4f53
}

form {
    display: inline
}

small {
    font-size: 12px
}

ol,
ul {
    list-style: none
}

b {
    font-weight: 400;
    font-weight: inherit
}

a {
    color: #333
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

img {
    vertical-align: top;
    border: 0;
    -ms-interpolation-mode: bicubic
}

button,
input,
select,
textarea {
    font-size: 100%;
    outline: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

textarea {
    resize: none
}

.clearfix {
    zoom: 1
}

.clearfix:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both
}

.hidden {
    display: none
}

:-moz-placeholder {
    color: #999
}

::-moz-placeholder {
    color: #999
}

input:-ms-input-placeholder {
    color: #999
}

input::-webkit-input-placeholder {
    color: #999
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #999 inset
}

/* 页面整体布局 */
.footer {
    margin-top: 0
}

.content {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: #fff;
    min-width: 1200px;
}

/* 顶部标题图片 */
 

/* 底部图片 */
.content::after {
    content: '';
    width: 100%;
    height: 650px;
    background: url(../images/index-15.png?v=120) center bottom no-repeat;
    background-size: cover;
    display: block;
    flex-shrink: 0;
    margin-top: auto;
}

.content-wrap {
    flex: 1;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    padding:   0px;
    box-sizing: border-box;
    background: #fff;
}

/* 表单分组样式 */
.form-group {
    background: #fff;
    border-radius: 12px;
    padding: 0px  50px 30px 50px;
    margin-bottom: 70px;
 
    border: 1px solid #e0e0e0;
}

.form-group .group-title {
    font-size: 22px;
    font-weight: 700;
    color: #333;
    margin-bottom: 25px;
    padding-bottom: 15px;
    /* border-bottom: 3px solid #FF5900; */
    position: relative;
    background: #fff;
    margin-top: -15px;
    margin-left: -15px;
    padding-left: 15px;
    width: 350px;
   
}

/* 分组标题中的英文文本 */
.group-title .english-text {
    font-weight: 400 !important;
    color: #7E7E7E !important;
}

 

/* 信息标题样式（已替换为分组标题） */

/* 标签样式 */
.content-wrap .label {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    line-height: 1.4;
}

/* 英文文本样式 */
.english-text {
    font-weight: 400 !important;
    color: #7E7E7E !important;
}

.content-wrap .label-small {
    margin-bottom: 8px;
    margin-top: -4px;
    color: #666;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

/* 输入框通用样式 */
.content-wrap .input-txt {
    margin-bottom: 8px;
}

.content-wrap .input-txt input,
.content-wrap .input-txt select {
    width: 100%;
    height: 46px;
    font-size: 15px;
    padding: 15px 20px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 12px;
    background: #F5F5F5;
    color: #333;
    transition: all 0.3s ease;
}

.content-wrap .input-txt input:focus,
.content-wrap .input-txt select:focus {
    border-color: #FF5900;
    box-shadow: 0 0 0 2px rgba(255, 89, 0, 0.1);
}

/* placeholder样式 */
.input::placeholder,
.txt-desc::placeholder {
    color: #A9A6A6;
    font-size: 14px;
    font-style: normal;
    opacity: 1;
}

.input::-webkit-input-placeholder,
.txt-desc::-webkit-input-placeholder {
    color: #A9A6A6;
    font-size: 14px;
    font-style: normal;
    opacity: 1;
}

.input::-moz-placeholder,
.txt-desc::-moz-placeholder {
    color: #A9A6A6;
    font-size: 14px;
    font-style: normal;
    opacity: 1;
}

.input:-ms-input-placeholder,
.txt-desc:-ms-input-placeholder {
    color: #A9A6A6;
    font-size: 14px;
    font-style: normal;
    opacity: 1;
}

/* 分组选择样式 */
.content-wrap .gallery-type {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.content-wrap .gallery-type span {
    display: inline-block;
    border-radius: 8px;
    border: 2px solid #ddd;
    background: #fff;
    padding: 11px 24px;
    color: #333;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    box-sizing: border-box;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 180px;
}

.content-wrap .gallery-type span:hover {
    border-color: #FF5900;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 89, 0, 0.2);
}

.content-wrap .gallery-type span.cur {
    border: 2px solid #FF5900;
    background: #FF5900;
    color: #fff;
    box-shadow: 0 4px 15px rgba(255, 89, 0, 0.3);
}

/* 自定义下拉选择器容器 */
.custom-select-container {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    position: relative;
}

/* 自定义下拉选择器样式 */
.custom-select {
    width: 400px;
    position: relative;
    background: #F5F5F5;
    border: 1px solid #ddd;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.custom-select:hover {
    border-color: #FF5900;
}

.custom-select.active {
    border-color: #FF5900;
    box-shadow: 0 0 0 2px rgba(255, 89, 0, 0.1);
}

.custom-select.active .select-arrow {
    transform: rotate(180deg);
}

/* 显示区域 */
.select-display {
    height: 46px;
    line-height: 46px;
    padding: 0 40px 0 20px;
    font-size: 15px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
}

.select-display.placeholder {
    color: #A9A6A6;
}

/* 箭头 */
.select-arrow {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #999;
    transition: transform 0.3s ease;
    pointer-events: none;
}

/* 选项列表 */
.select-options {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #EEEEEE;
    border-radius: 12px;
    max-height: 350px;
    overflow-y: auto;
    z-index: 1000;
    display: none;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    padding: 10px;
}

.custom-select.active .select-options {
    display: block;
}

.select-options li {
    padding: 12px 15px;
    cursor: pointer;
    transition: all 0.2s ease;
    border-radius: 8px;
    margin-bottom: 4px;
    display: flex;
    flex-direction: column;
    line-height: 1.4;
}

.select-options li:last-child {
    margin-bottom: 0;
}

.select-options li .option-cn {
    font-size: 15px;
    color: #333;
    font-weight: 500;
    margin-bottom: 2px;
}

.select-options li .option-en {
    font-size: 13px;
    color: #7E7E7E;
    font-weight: 400;
}

.select-options li:hover {
    background: rgba(255, 89, 0, 0.1);
}

.select-options li:hover .option-cn {
    color: #FF5900;
}

.select-options li:hover .option-en {
    color: #FF5900;
}

.select-options li.selected {
    background: #FF5900;
}

.select-options li.selected .option-cn,
.select-options li.selected .option-en {
    color: #fff;
}

.select-options li.selected:hover {
    background: #e54f00;
}

/* 禁用状态 */
.custom-select.disabled {
    opacity: 0.6;
    cursor: not-allowed;
    background: #f8f8f8;
}

.custom-select.disabled .select-display {
    color: #999;
}

.custom-select.disabled:hover {
    border-color: #ddd;
}

/* 滚动条样式 */
.select-options::-webkit-scrollbar {
    width: 6px;
}

.select-options::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 3px;
}

.select-options::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
}

.select-options::-webkit-scrollbar-thumb:hover {
    background: #999;
}

/* 描述文本区域 */
.content-wrap .desc-content {
    position: relative;
}

.content-wrap .desc-content .txt-desc {
    height: 200px;
    width: 100%;
    padding: 20px;
    font-size: 15px;
    box-sizing: border-box;
    border-radius: 12px;
    background: #F5F5F5;
    color: #333;
    border: 1px solid #ddd;
    line-height: 1.6;
    transition: all 0.3s ease;
}

.content-wrap .desc-content .txt-desc:focus {
    border-color: #FF5900;
    box-shadow: 0 0 0 2px rgba(255, 89, 0, 0.1);
}

.content-wrap .desc-content .num-count {
    font-size: 12px;
    color: #999;
    position: absolute;
    bottom: 12px;
    right: 15px;
}

/* 图片上传区域 */
.content-wrap .img-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 8px;
}

.content-wrap .input-txt .img-item {
    width: 200px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.content-wrap .input-txt .img-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.content-wrap .input-txt .img-item .close {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    top: 8px;
    right: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.content-wrap .input-txt .img-item .close:hover {
    background: rgba(0, 0, 0, 0.8);
    transform: scale(1.1);
}

.content-wrap .input-txt .img-item .close::before {
    content: '×';
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.content-wrap .input-txt .img-upload {
    cursor: pointer;
    background: #F5F5F5;
    border: 2px dashed #ddd;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    padding:0px;
}

.content-wrap .input-txt .img-upload:hover {
    border-color: #FF5900;
    background: rgba(255, 89, 0, 0.05);
}

.content-wrap .input-txt .img-upload::before {
    content: '+';
    font-size: 48px;
    color: #999;
    line-height: 1;
    margin-bottom: 8px;
}

.content-wrap .input-txt .img-upload::after {
    content: '点击上传图片 ';
    font-size: 14px;
    color: #666;
    text-align: center;
    white-space: pre-line;
}

.content-wrap .input-txt .img-upload input {
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
}

/* 视频上传样式 */
.upload-video.upload-item {
    margin-top: 30px;
}

.form-group .upload-video.upload-item {
    margin-top: 20px;
}

.upload-tit.short-top-tit {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* 上传标题中的英文文本 */
.upload-tit .english-text {
    font-weight: 400 !important;
    color: #7E7E7E !important;
}

.optional-tip {
    font-size: 14px;
    color: #999;
    font-weight: normal;
    background: #f0f0f0;
    padding: 2px 8px;
    border-radius: 12px;
}

/* 可选提示中的英文文本 */
.optional-tip .english-text {
    font-weight: 400 !important;
    color: #7E7E7E !important;
}

.upload-item-con {
   
}

.upload-item-con-tip {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
    line-height: 1.5;
}

.upload-video-content {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.upload-video-btn {
    width: 200px;
    height: 140px;
    background: #F5F5F5;
    border: 2px dashed #ddd;
    border-radius: 12px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.upload-video-btn:hover {
    border-color: #FF5900;
    background: rgba(255, 89, 0, 0.05);
}

.upload-video-btn::before {
    content: '▶';
    font-size: 36px;
    color: #999;
    margin-bottom: 8px;
}

.upload-video-btn::after {
    content: '点击上传视频 ';
    font-size: 14px;
    color: #666;
    text-align: center;
    white-space: pre-line;
}

.upload-video-input {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.upload-video-content.have-video .upload-video-btn {
    display: none;
}

.upload-video-status {
    flex: 0 0 500px;
    background: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    display: none;
}

.upload-video-content.have-video .upload-video-status {
    display: block;
}

.upload-video-word {
    font-size: 15px;
    color: #FF5900;
    font-weight: 500;
    margin-bottom: 12px;
    display: block;
}

.upload-video-word.done {
    color: #28a745;
}

.upload-video-word.done::before {
    content: '✓ ';
    color: #28a745;
    font-weight: bold;
    margin-right: 4px;
}

.upload-video-progress {
    width: 100%;
    height: 8px;
    border-radius: 4px;
    background: #e0e0e0;
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
}

.upload-video-progress i {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: linear-gradient(90deg, #FF5900, #FF8533);
    border-radius: 4px;
    transition: width 0.3s ease;
}

.upload-video-name {
    color: #333;
    font-size: 14px;
    margin-bottom: 15px;
    word-break: break-all;
    line-height: 1.4;
}

.upload-video-clear {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

.upload-video-clear-btn {
    background: #ff4757;
    color: #fff;
    padding: 8px 15px;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
}

.upload-video-clear-btn:hover {
    background: #ff3742;
    transform: translateY(-1px);
}

.upload-video-clear-btn i {
    background: none;
    padding: 0;
    height: auto;
    display: inline;
}

.upload-error {
    color: #ff4757;
    font-size: 14px;
    margin-top: 12px;
    display: none;
}

/* 错误信息样式 */
.content-wrap .input-error {
    color: #ff4757;
    font-size: 14px;
    margin-top: 8px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 20px;
}

.form-group .input-error:last-child {
    margin-bottom: 0;
}

/* 协议复选框样式 */
.content-wrap .agreement {
    font-size: 15px;
    height: 28px;
    line-height: 28px;
    cursor: pointer;
    background: url(../images/agree.png) left center no-repeat;
    background-size: 24px;
    text-indent: 10px;
    color: #333;
    font-weight: 400;
    margin: 20px 0;
    transition: all 0.3s ease;
    padding: 20px;
    border-radius: 8px;
    background-color: #fff;
  
}

.content-wrap .agreement:hover {
    color: #FF5900;
    border-color: #FF5900;
}

.content-wrap .agreement.active {
    background: url(../images/agree-active.png) left center no-repeat #fff;
    background-size: 24px;
    color: #FF5900;
    border-color: #FF5900;
}

/* 协议文本中的英文 */
.agreement .english-text {
    font-weight: 400 !important;
    color: #7E7E7E !important;
}

/* 提交按钮样式 */
.content-wrap .btn-wrap {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 40px;
}

.content-wrap .btn-wrap .btn-upload {
    width: 320px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    background: linear-gradient(135deg, #FF5900, #FF8533);
    border-radius: 32px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 15px rgba(255, 89, 0, 0.3);
}

.content-wrap .btn-wrap .btn-upload:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 89, 0, 0.4);
}

.content-wrap .btn-wrap .btn-upload:active {
    transform: translateY(0);
}

/* 按钮中的英文文本 */
.btn-upload .english-text {
    font-weight: 400 !important;
    color: rgba(255, 255, 255, 0.9) !important;
}

/* 成功弹窗样式 */
.content .match-tip-pop {
    width: 400px;
    height: 250px;
    border-radius: 12px;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -140px;
    position: fixed;
    background: #fff;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    display: none;
    text-align: center;
    z-index: 1000;
}

.content .match-tip-pop p {
    width: 100%;
    line-height: 24px;
    height: 48px;
    margin: 50px auto 0;
    font-size: 18px;
    font-weight: 500;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content .match-tip-pop a {
    width: 240px;
    height: 48px;
    line-height: 48px;
    border: none;
    border-radius: 24px;
    display: block;
    background: #FF5900;
    margin: 30px auto 0;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.content .match-tip-pop a:hover {
    background: #e54f00;
    transform: translateY(-1px);
}

/* 弹窗中的英文文本 */
.match-tip-pop .english-text {
    font-weight: 400 !important;
    color: #7E7E7E !important;
}

/* 弹窗按钮中的英文文本 */
.match-tip-pop a .english-text {
    color: rgba(255, 255, 255, 0.9) !important;
}

/* 年龄段选择样式 */
.content-wrap .age-type {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.content-wrap .age-type span {
    display: inline-block;
    border-radius: 8px;
    border: 2px solid #ddd;
    background: #fff;
    padding: 12px 20px;
    color: #333;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    box-sizing: border-box;
    cursor: pointer;
    transition: all 0.3s ease;
}

.content-wrap .age-type span:hover {
    border-color: #FF5900;
    transform: translateY(-1px);
}

.content-wrap .age-type span.active {
    border: 2px solid #FF5900;
    background: #FF5900;
    color: #fff;
    box-shadow: 0 2px 8px rgba(255, 89, 0, 0.3);
}

/* 作品方向样式 */
.content-wrap .direction-type {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.content-wrap .direction-type span {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 2px solid #ddd;
    background: #fff;
    padding: 20px 24px;
    color: #333;
    text-align: center;
    font-weight: 400;
    box-sizing: border-box;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 160px;
    min-height: 80px;
}

.content-wrap .direction-type span strong {
    font-size: 15px;
    font-weight: 600;
    display: block;
    margin-bottom: 6px;
    color: #333;
}

.content-wrap .direction-type span {
    font-size: 14px;
    color: #666;
}

.content-wrap .direction-type span:hover {
    border-color: #FF5900;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 89, 0, 0.2);
}

.content-wrap .direction-type span.active {
    border: 2px solid #FF5900;
    background: #FF5900;
    color: #fff;
    box-shadow: 0 4px 15px rgba(255, 89, 0, 0.3);
}

.content-wrap .direction-type span.active strong {
    color: #fff;
}

/* 隐藏年龄段部分 */
.age-section.hidden {
    display: none;
}

 