.wrap{position: relative; width: 100%; margin: 0 auto; background: url(/images/lunxia/bg.webp) center top no-repeat; }
.btn{
    background: url(/images/lunxia/btn.png) no-repeat;
    width: 253px;
    height: 58px;
    color: #fff;
    text-align: center;
    line-height: 58px;
    font-size: 26px;    
}
#content_01 { position: relative; width: 100%;  margin: 0 auto; height: 660px;overflow: hidden; }
#content_01 h3 {padding-top: 20px;text-align: center; }
.btn-share{
    top: 515px;
    left: 475px;
}
#content_02 { position: relative; width: 100%;  margin: 0 auto; height: 710px; overflow: hidden;}
#content_02 h3 {height: 220px;}
.inter-box{
    width:1400px;
    display: flex;
    position: relative;
    margin: 35px auto;
    justify-content: space-around;

}
.inter-box .pic{
    width: 556px;
    height: 400px;
    position: relative;
}
.inter-box .pic-info{
    width: 100%;
    height: 80px;
    bottom: 5px;
    position: absolute;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;   
    font-family: "Noto Serif SC", serif;
    font-weight: 400;     
}
.inter-box .pic-info span{
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
}
.inter-box .pic-info p{
    font-size: 16px;
}
.input-info{
    width:800px;
    height: 405px;
    position: relative;
    overflow: hidden;    
}
.input-info .input-pic{
    width: 360px;
    height: 395px;
    border-radius: 20px;
    border: 2px dashed #ddd;
    margin-right: 15px;
    background-color: #fff;
    float: left;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    font-family: "Noto Serif SC", serif; 
    cursor: pointer;   
     user-select: none;
}
.input-info .input-pic .input-pic-title{
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-top: 120px;
}
.input-info .input-pic .input-pic-tip{
    font-size: 14px;
    color: #707070;
    text-align: center;
    margin-top: 180px;    
}

/* .preview-container {
    display: none;
    background: #f8f9fa;
    border-radius: 8px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    padding: 20px;
} */
.preview-container {
    width: 360px;
    height: 395px;
    border-radius: 20px;
    border: 2px dashed #ddd;
    margin-right: 15px;
    background-color: #fff;
    float: left;
    /* display: inline-flex; */
    display: none;
    flex-direction: column;
    justify-content: center;
    font-family: "Noto Serif SC", serif;
    user-select: none
}

.preview-container h5 {
    margin-bottom: 15px;
    color: #333;
    font-size: 18px;
    text-align: center;
}


.preview-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 15px;
    margin-bottom: 20px;
}

.preview-item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    background: white;
}

.preview-item img {
    width: 100%;
    height: 224px;
    object-fit: cover;
    display: block;
}

.preview-item .file-info {
    padding: 8px;
    font-size: 12px;
    color: #666;
    background: white;
}

.preview-item .file-name {
    font-weight: 500;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.preview-item .file-size {
    color: #999;
    margin-top: 2px;
}

.preview-item .remove-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #ff4444;
    transition: all 0.2s ease;
}

.preview-item .remove-btn:hover {
    background: #ff4444;
    color: white;
    transform: scale(1.1);
}
.btn-secondary {
    padding: 12px 24px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    outline: none;    
    background: #e2e8f0;
    color: #4a5568;
    margin: 0 auto;
    display: block;
}

.btn-secondary:hover {
    background: #cbd5e0;
    transform: translateY(-2px);
}

.result-container {
    width: 400px;
    height: 160px;
    display: none;
    background: #f8f9fa;
    border-radius: 8px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    padding: 20px;
}
.result-content {
    width: 360px;
    height: 60px;
    padding: 20px 20px;
    line-height: 30px;
    font-size: 16px;
    color: #333;
    text-align: center;
}

.input-info .btn-post{
    bottom: 10px;
    right: 90px;
}
.form-control{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
}
.input-info #input-title{
    width: 370px;
    height: 35px;
    border: 2px solid #ececec;
    border-radius: 10px;
    float: left;
}
.input-info #input-text{
    width: 370px;
    float: left;
    height: 245px;
    margin-top: 10px;
    border: 2px solid #ececec;
    border-radius: 10px;
}
#content_03 { position: relative; width: 100%;  margin: 0 auto; min-height: 900px; overflow: hidden;}
.photo-wall{
    position: relative;
    margin: 40px auto;
    overflow: hidden;
    display: flex;
    width: 100%;
}
.upload-progress {
    width: 80vw;
    height: 120px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    display: none;
}
.progress-text {
    width: 100%;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}
.progress-bar {
    width: 60vw;
    height: 10px;
    border-radius: 5px;
    border: 1px solid #fff;
    margin: 9px auto;
    overflow: hidden;
}
.progress-fill {
    height: 10px;
    background: linear-gradient(90deg, #667eea, #764ba2);
    border-radius: 5px;
    width: 0%;
    transition: width 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}