/* ÃƒÆ’Ã‚Â©ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â½Ãƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â Ãƒâ€šÃ‚Â·ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¼Ãƒâ€šÃ‚Â */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a{
    text-decoration: none;
    color: #000;
}
body {
    font-family: "Microsoft YaHei", sans-serif;
    color: #131313;
    font-size: 14px;
    line-height: 1.5;
}

/* ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¯Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã‚Â¨Ãƒâ€¹Ã¢â‚¬Â Ãƒâ€šÃ‚ÂªÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â Ãƒâ€šÃ‚Â·ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¼Ãƒâ€šÃ‚Â */
.header {
    height: 88px;
    border-bottom: 1px solid #e3e3e3;
    background: #fff;
}

.nav-container {
    width: 1200px;
    height: 88px;
    margin: 0 auto;
    position: relative;
}

.logo {
    float: left;
    height: 88px;
    display: flex;
    align-items: center;
}

.avatar {
    width: 67px;
    height: 67px;
    border-radius: 50%;
    object-fit: cover;
}

.nav {
    float: left;
    height: 88px;
    margin-left: 30px;
    list-style: none;
}

.nav li {
    float: left;
    position: relative;
}

.nav li a {
    display: block;
    height: 88px;
    line-height: 88px;
    padding: 0 20px;
    text-decoration: none;
    color: #131313;
    font-size: 16px;
}

.nav li a.curitem {
    color: #DC1305;
    border-bottom: 4px solid #DC1305;
}
.nav li a.active {
    color: #DC1305;
    border-bottom: 4px solid #DC1305;
}

.nav li a:hover {
    color: #DC1305;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 88px;
    left: 0;
    background: #fff;
    width: 120px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    z-index: 200;
}

.dropdown-menu li {
    float: none;
    list-style: none;
}

.dropdown-menu li a {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.user-area {
    float: right;
    height: 88px;
    display: flex;
    align-items: center;
}

.search-box {
    display: flex;
    margin-right: 20px;
}

.search-box input {
    width: 180px;
    height: 36px;
    padding: 0 10px;
    border: 0;
    border-right: none;
    border-radius: 4px 0 0 4px;
    outline: none;
    background: #F0F0F0;
}

.search-btn {
    width: 60px;
    height: 36px;
    background: #F0F0F0;
    border: 0;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
}

.search-btn img{
    height: 33px;
}
.user-dropdown {
    position: relative;
}

.welcome {
    cursor: pointer;
    padding: 0px 12px;
    border-radius: 4px;
    height: 88px;
    line-height: 88px;
    display: block;
}

.welcome:hover {
    background: #f5f5f5;
}

.user-menu {
    display: none;
    position: absolute;
    top: 88px;
    right: 0;
    background: #fff;
    width: 120px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    z-index: 100;
    border-top: 1px solid #e3e3e3;
}

.user-menu li {
    list-style: none;
}

.user-menu li a {
    display: block;
    padding: 9px 15px;
    text-decoration: none;
    color: #131313;
    /* border-bottom: 1px solid #f5f5f5; */
}

.user-menu li a:hover {
    color: #b20000;
}

.user-dropdown:hover .user-menu {
    display: block;
}

/* ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â®Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã‚Â¥Ãƒâ€¦Ã¢â‚¬â„¢Ãƒâ€šÃ‚ÂºÃƒÆ’Ã‚Â¥Ãƒâ€¦Ã‚Â¸Ãƒâ€¦Ã‚Â¸ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â Ãƒâ€šÃ‚Â·ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¼Ãƒâ€šÃ‚Â */
.content {
    width: 100%;
}

.indexone {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
}

/* ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â¬Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â¸ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â©Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â¥Ãƒâ€¹Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â Ãƒâ€šÃ‚Â·ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¼Ãƒâ€šÃ‚Â */
.section-one {
    overflow: hidden;
    margin-bottom: 30px;
}

.section-one .left-content {
    float: left;
    width: 798px;
    height: 504px;
    background: #f5f5f5;
}

.section-one .right-content {
    float: right;
    width: 380px;
    height: 504px;
    background: #F9FAFB;
}

.list-container {
    padding: 20px;
}

.list-item {
    display: flex;
    align-items: center;
    height: 48px;
    border-bottom: 1px dashed #e3e3e3;
    text-decoration: none;
    color: #131313;
    padding: 0 10px;
}

.list-item .circle {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #E3E3E3;
    margin-right: 10px;
}

.list-item .text {
    flex: 1;
}

.list-item:hover .circle,
.list-item:hover .text {
    color: #DC1305;
}

.list-item:hover .circle {
    background: #DC1305;
}

/* ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â¬Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚ÂºÃƒâ€¦Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â©Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â¥Ãƒâ€¹Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â Ãƒâ€šÃ‚Â·ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¼Ãƒâ€šÃ‚Â */
.section-two {
    height: 60px;
    background: #F9FAFB;
    /* display: flex; */
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    margin-bottom: 30px;
}

.donation-info {
    display: flex;
    align-items: center;
    float: left;
    margin-top: 14px;
}

.red-line {
    width: 4px;
    height: 20px;
    background: #DC1305;
    margin-right: 10px;
    float: left;
}

.info-text h3 {
    font-size: 22px;
    margin-bottom: 2px;
    float: left;
    color: #DC1305;
}

.info-text p {
    font-size: 14px;
    color: #666;
    float: left;
    margin-top: 9px;
    margin-left: 10px;
}

.search-section {
    display: flex;
    width: 560px;
    float: right;
    margin-top: 10px;
}

.search-input {
    width: 670px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 4px 0 0 4px;
    border: 1px solid #ED8B81;
    padding: 0 15px;
    outline: none;
}

.search-button {
    width: 160px;
    height: 40px;
    background: #DC1305;
    border-radius: 0 4px 4px 0;
    border: none;
    color: #fff;
    cursor: pointer;
}

/* ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â¬Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â¸ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°ÃƒÆ’Ã‚Â©Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â¥Ãƒâ€¹Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â Ãƒâ€šÃ‚Â·ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¼Ãƒâ€šÃ‚Â */
.section-three {
    overflow: hidden;
    margin-bottom: 30px;
}

.section-three .left-content {
    float: left;
    width: 500px;
    height: 353px;
    /* background: #F9FAFB; */
}

.section-three .right-content {
    float: right;
    width: 680px;
    height: 340px;
    /* background: #f5f5f5; */
}

.title-area {
    padding: 15px 0;
    border-bottom: 1px solid #E3E3E3;
}

.title-area h2 {
    font-size: 24px;
}

.title-area h2 a {
    color: #131313;
    text-decoration: none;
}

.content-area {
    padding: 15px 0;
}

/* ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â¬Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂºÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂºÃƒÆ’Ã‚Â©Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â¥Ãƒâ€¹Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â Ãƒâ€šÃ‚Â·ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¼Ãƒâ€šÃ‚Â */
.section-four {
    overflow: hidden;
    margin-bottom: 30px;
}

.section-four .left-content {
    float: left;
    width: 680px;
    height: 336px;
    /* background: #f5f5f5; */
}

.section-four .right-content {
    float: right;
    width: 500px;
    height: 393px;
    /* background: #f5f5f5; */
}

/* ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â¬Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚ÂºÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã‚Â©Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â¥Ãƒâ€¹Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â Ãƒâ€šÃ‚Â·ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¼Ãƒâ€šÃ‚Â */
.section-five {
    overflow: hidden;
    margin-bottom: 30px;
}

.section-five .left-content {
    float: left;
    width: 680px;
    height: 692px;
    /* background: #f5f5f5; */
}

.section-five .right-content {
    float: right;
    width: 500px;
    height: 692px;
    /* background: #f5f5f5; */
}

/* ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â¬Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦Ãƒâ€šÃ‚Â­ÃƒÆ’Ã‚Â©Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â¥Ãƒâ€¹Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â Ãƒâ€šÃ‚Â·ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¼Ãƒâ€šÃ‚Â */
.section-six {
    overflow: hidden;
    margin-bottom: 30px;
}

.section-six .left-content,
.section-six .right-content {
    float: left;
    width: 590px;
    /* height: 400px; */
    /* background: #f5f5f5; */
}

.section-six .left-content {
    margin-right: 20px;
}

.video-container {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    justify-content: space-between;
}

.video-item {
    width: 46%;
    padding: 0;
    position: relative;
    /* margin: 2%; */
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
}

.video-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

.video-thumb img {
    width: 100%;
    height: 147px;
    display: block;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(220,19,5,0.4);
    display: none;
    justify-content: center;
    align-items: center;
}

.play-button {
    width: 40px;
    height: 40px;
    background: #DC1305;
    border-radius: 50%;
    position: relative;
}

.play-button:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    border-left: 12px solid white;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

.video-thumb:hover .video-overlay {
    display: flex;
}

.video-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,.8);
}

.video-title {
    color: #fff;
    font-size: 14px;
    margin-left: 10px;
}

.play-btn {
    width: 46px;
    height: 40px;
    background: #DC1305;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}
.play-btn img{
    width: 30px;
    vertical-align: middle;
}

.gallery {
    max-height: none;
    height: auto!important;
}
.essayList {
    min-height: 560px;
    margin: 30px auto 5px;
}
.gallery li {
    height: 285px;
    padding-top: 0!important;
    padding: 0;
}
.essayList li a {
    text-align: left;
    display: block;
}
.gallery li .galleryimg {
    text-align: center;
    width: 100%;
}
.gallery .galleryimg img {
    width: auto;
    height: 210px;
}
.noarticle {
    font-size: 16px;
    color: #2a3e57;
    text-align: center;
    letter-spacing: 4px;
    padding: 0 0 60px;
    min-height: 300px;
    line-height: 300px;
}
.essayList li:hover {
    background: #ddd;
}
.essayList li {
    padding-top: 8px;
}
.indexitembg{
    background: #F9FAFB;
    padding: 15px;
    margin-top: -10px;
}

.ybintroduceR{

    width: 76%;
}
.ybintroduce{border-bottom: 1px solid #E3E3E3;display: flex;padding-bottom: 15px;overflow: hidden;}
.qknbtn{
    width: 115px;
    height: 30px;
    background: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    border: 1px solid #E3E3E3;
    color: #131313;
    font-size: 16px;
    float: left;
    text-align: center;
    margin-right: 21px;
    line-height: 30px;
    vertical-align: middle;
    float: left;
}
.qknbtn:hover{
    background: #DC1305;
    color: #fff;
}
.ybintroduceRtit{

    font-size: 20px;

    font-weight: 700;

    margin-bottom: 10px;

    display: block;
}

.video-container2 {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    justify-content: flex-start;
    gap: 16px;
}

.video-item2 {
    width: 24%;
    padding: 0;
    position: relative;
    /* margin: 2%; */
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
}
/*youshengdetail*/
.ysdw {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.ysdw .header {
    display: flex;
    margin-bottom: 30px;
    overflow: hidden;
    height: auto;
    padding-bottom: 0;
    border: 0;
}

.ysdw .cover-img {
    width: 320px;
    height: 214px;
    background: #131313;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 16px;
}
.ysdw .cover-img img{
    width: 320px;
    height: 214px;
}

.ysdw .info {
    margin-left: 38px;
    flex: 1;
}

.ysdw .title {
    font-size: 22px;
    color: #131313;
    margin-bottom: 15px;
}

.ysdw .description {
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
    line-height: 1.5;
}

.ysdw .date {
    font-size: 14px;
    color: #888;
    margin-bottom: 20px;
}

.ysdw .actions {
    display: flex;
    align-items: center;
}

.ysdw .play-btn {
    width: 44px;
    height: 44px;
    background: #DC1305;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    cursor: pointer;
}

.ysdw .play-btn::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 12px solid white;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    margin-left: 3px;
}

.ysdw .action-links {
    display: flex;
    gap: 15px;
}

.ysdw .action-link {
    width: 100px;
    height: 44px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #E3E3E3;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #DC1305;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s;
}

.ysdw .action-link:hover {
    background: #FFF4F3;
    border-color: #DC1305;
}

.ysdw .playlist {
    list-style: none;
}

.ysdw .playlist-item {
    display: flex;
    align-items: center;
    height: 56px;
    border-bottom: 1px dashed #E3E3E3;
    padding: 0 15px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.ysdw .playlist-item:hover {
    background-color: #f9f9f9;
}

.ysdw .playlist-item.active {
    background: #FFF4F3;
    border-bottom: 1px dashed #DC1305;
}

.ysdw .item-number {
    width: 60px;
    height: 24px;
    font-weight: 400;
    font-size: 16px;
    color: #131313;
    line-height: 24px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 默认显示数字，隐藏播放图标 */
.ysdw .item-number .number {
    display: block;
}

.ysdw .item-number .play-icon {
    display: none;
    width: 24px;
    height: 24px;
    /* background: #DC1305; */
    border-radius: 50%;
    position: relative;
}

.ysdw .item-number .play-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-40%, -50%);
    width: 0;
    height: 0;
    border-left: 11px solid #DC1305;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
}

/* 当父元素有active类时，显示播放图标，隐藏数字 */
.ysdw .playlist-item.active .item-number .number {
    display: none;
}

.ysdw .playlist-item.active .item-number .play-icon {
    display: block;
}

.ysdw .item-title {
    flex: 1;
    font-size: 16px;
    color: #131313;
    padding: 0 15px;
}

.ysdw .item-date {
    width: auto;
    height: 24px;
    font-weight: 400;
    font-size: 16px;
    color: #888888;
    line-height: 24px;
    text-align: right;
    font-style: normal;
    text-transform: none;
}

.ysdw .audio-player {
    margin-top: 30px;
    padding: 20px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.ysdw .player-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.ysdw .progress-bar {
    height: 4px;
    background: #E3E3E3;
    border-radius: 2px;
    flex: 1;
    margin: 0 15px;
    position: relative;
    cursor: pointer;
}

.ysdw .progress {
    height: 100%;
    background: #DC1305;
    border-radius: 2px;
    width: 30%;
}

.ysdw .time {
    font-size: 14px;
    color: #888;
}

.ysdw .volume-control {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.ysdw .volume-icon {
    margin-right: 8px;
    color: #888;
}

.ysdw .volume-bar {
    width: 80px;
    height: 4px;
    background: #E3E3E3;
    border-radius: 2px;
    position: relative;
    cursor: pointer;
}

.ysdw .volume-level {
    height: 100%;
    background: #DC1305;
    border-radius: 2px;
    width: 70%;
}
.wklunbo {
    width: 590px;
    height: 128px;
    background: #F9FAFB;
    border-radius: 0px;
    display: flex;
    align-items: center;
    padding: 0 15px;
    position: relative;
    overflow: hidden;
}

.wklunbo .arrow {
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    transition: all 0.3s;
    z-index: 10;
}

.wklunbo .arrow-left {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23131313"><path d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/></svg>');
}

.wklunbo .arrow-left:hover {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23DC1305"><path d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/></svg>');
}

.wklunbo .arrow-right {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23131313"><path d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/></svg>');
}

.wklunbo .arrow-right:hover {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23DC1305"><path d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/></svg>');
}

.wklunbo .carousel-container {
    flex: 1;
    height: 100%;
    overflow: hidden;
    margin: 0 15px;
    position: relative;
}

.wklunbo .carousel-track {
    display: flex;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.wklunbo .carousel-item {
    width: 134px;
    height: 106px;
    border-radius: 0px;
    flex-shrink: 0;
    margin: 0 5px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 18px;
}
.wklunbo .carousel-item img{
    width: 100%;
    height: 100%;
}
.zblunbo {
    width: 590px;
    height: 336px;
    background: #F9FAFB;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    position: relative;
}

.zblunbo .arrow {
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    transition: all 0.3s;
    z-index: 10;
    flex-shrink: 0;
}

.zblunbo .arrow-left {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23131313"><path d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/></svg>');
}

.zblunbo .arrow-left:hover {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23DC1305"><path d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/></svg>');
}

.zblunbo .arrow-right {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23131313"><path d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/></svg>');
}

.zblunbo .arrow-right:hover {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23DC1305"><path d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/></svg>');
}

.zblunbo .image-container {
    width: 474px;
    height: 314px;
    border-radius: 0px;
    overflow: hidden;
    position: relative;
    margin: 0 10px;
}

.zblunbo .image-track {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease;
}

.zblunbo .image-item {
    width: 474px;
    height: 314px;
    border-radius: 0px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 24px;
}
.zblunbo .image-item img{
    width: 474px;
    height: 314px;
    vertical-align: middle;
}
/* 示例图片样式 */
.zblunbo .image-item:nth-child(1) {
    background: linear-gradient(135deg, #FF6B6B, #FF8E8E);
}

.zblunbo .image-item:nth-child(2) {
    background: linear-gradient(135deg, #4ECDC4, #6EE7E7);
}

.zblunbo .image-item:nth-child(3) {
    background: linear-gradient(135deg, #45B7D1, #6BCAE2);
}

.zblunbo .image-item:nth-child(4) {
    background: linear-gradient(135deg, #FFA07A, #FFB896);
}

.zblunbo .dots {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 10;
}

.zblunbo .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s;
}

.zblunbo .dot.active {
    background: #DC1305;
    transform: scale(1.2);
}

.zblunbo .image-counter {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 12px;
    z-index: 10;
}
.ybuplode {
    /* width: 800px; */
    /* margin: 0 auto; */
    background: #FFFFFF;
    border-radius: 8px;
    /* padding: 30px; */
    /* box-shadow: 0 2px 10px rgba(0,0,0,0.05); */
    margin-bottom: 50px;
}

.ybuplode .upload-row {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.ybuplode .label {
    width: 120px;
    font-size: 16px;
    color: #131313;
    padding-top: 10px;
}

.ybuplode .upload-area {
    flex: 1;
}

.ybuplode .upload-box {
    width: 290px;
    height: 194px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #E3E3E3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
}

.ybuplode .upload-box:hover {
    border-color: #DC1305;
    background: #FFF4F3;
}

.ybuplode .plus-icon {
    width: 40px;
    height: 40px;
    position: relative;
    margin-bottom: 15px;
}

.ybuplode .plus-icon::before,
.ybuplode .plus-icon::after {
    content: "";
    position: absolute;
    background: #DC1305;
    border-radius: 2px;
}

.ybuplode .plus-icon::before {
    width: 40px;
    height: 4px;
    top: 18px;
    left: 0;
}

.ybuplode .plus-icon::after {
    width: 4px;
    height: 40px;
    top: 0;
    left: 18px;
}

.ybuplode .upload-text {
    font-size: 16px;
    color: #131313;
    margin-bottom: 5px;
}

.ybuplode .upload-tips {
    font-size: 14px;
    color: #888;
    margin-top: 10px;
    line-height: 1.5;
}

.ybuplode .input-row {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.ybuplode .input-label {
    width: 120px;
    font-size: 16px;
    color: #131313;
}

.ybuplode .text-input {
    width: 340px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #E3E3E3;
    padding: 0 15px;
    font-size: 14px;
    transition: border-color 0.3s;
}

.ybuplode .text-input:focus {
    border-color: #DC1305;
    outline: none;
}

.ybuplode .textarea-row {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.ybuplode .textarea-label {
    width: 120px;
    font-size: 16px;
    color: #131313;
    padding-top: 10px;
}

.ybuplode .textarea-input {
    width: 340px;
    height: 120px;
    border-radius: 4px;
    border: 1px solid #E3E3E3;
    padding: 12px 15px;
    font-size: 14px;
    resize: vertical;
    transition: border-color 0.3s;
}

.ybuplode .textarea-input:focus {
    border-color: #DC1305;
    outline: none;
}

.ybuplode .button-row {
    display: flex;
    align-items: center;
    margin-left: 120px;
    gap: 20px;
}

.ybuplode .submit-btn {
    width: 160px;
    height: 44px;
    background: #DC1305;
    border-radius: 4px;
    border: 1px solid #DC1305;
    color: white;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.ybuplode .submit-btn:hover {
    background: #c01104;
}

.ybuplode .cancel-btn {
    width: 160px;
    height: 44px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #E3E3E3;
    color: #131313;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s;
}

.ybuplode .cancel-btn:hover {
    background: #f5f5f5;
    border-color: #DC1305;
}

/* 隐藏文件输入框 */
.ybuplode .file-input {
    display: none;
}

/* 预览区域样式 */
.ybuplode .preview-area {
    display: none;
    width: 290px;
    height: 194px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}

.ybuplode .preview-area img,
.ybuplode .preview-area video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ybuplode .preview-area .remove-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
    background: rgba(0,0,0,0.5);
    border-radius: 50%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 14px;
}
.personziliao {
    width: 100%;
    margin: 50px auto;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 0;
    display: flex;
    margin-bottom: 250px;
}

.personziliao .left-nav {
    width: 200px;
    padding-right: 30px;
}

.personziliao .nav-link {
    display: block;
    padding: 12px 15px;
    font-size: 16px;
    color: #131313;
    text-decoration: none;
    border-radius: 4px;
    margin-bottom: 10px;
    transition: all 0.3s;
}

.personziliao .nav-link:hover {
    background: #FFF4F3;
    color: #DC1305;
}

.personziliao .nav-link.active {
    /* background: #FFF4F3; */
    color: #DC1305;
    font-weight: bold;
}

.personziliao .divider {
    width: 1px;
    background: #E3E3E3;
    margin: 0 30px;
}

.personziliao .right-content {
    flex: 1;
}

.personziliao .content-header {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-bottom: 30px;
    /* padding-bottom: 15px; */
    /* border-bottom: 1px solid #E3E3E3; */
}

.personziliao .content-title {
    font-size: 20px;
    color: #131313;
    font-weight: bold;
}

.personziliao .edit-link {
    font-size: 14px;
    color: #DC1305;
    text-decoration: none;
    float: right;
}

.personziliao .edit-link:hover {
    text-decoration: underline;
}

.personziliao .basic-info {
    margin-bottom: 30px;
    padding: 20px;
    background: #F9FAFB;
    border-radius: 4px;
}

.personziliao .nickname {
    font-size: 16px;
    color: #131313;
}

.personziliao .nickname span {
    color: #666;
    margin-left: 10px;
}

.personziliao .form-row {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.personziliao .form-label {
    width: 120px;
    font-size: 14px;
    color: #131313;
    text-align: right;
    padding-right: 15px;
}

.personziliao .required-star {
    color: #DC1305;
    margin-right: 5px;
}

.personziliao .form-input {
    width: 340px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #E3E3E3;
    padding: 0 15px;
    font-size: 14px;
    transition: border-color 0.3s;
}

.personziliao .form-input:focus {
    border-color: #DC1305;
    outline: none;
}

.personziliao .button-row {
    display: flex;
    align-items: center;
    margin-left: 120px;
    gap: 20px;
}

.personziliao .submit-btn {
    width: 165px;
    height: 40px;
    background: #DC1305;
    border-radius: 4px;
    border: 1px solid #DC1305;
    color: white;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.personziliao .submit-btn:hover {
    background: #c01104;
}

.personziliao .back-link {
    width: 155px;
    height: 40px;
    background: #DCDCDC;
    border-radius: 4px;
    border: 1px solid #DCDCDC;
    color: #131313;
    font-size: 16px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
}

.personziliao .back-link:hover {
    background: #c8c8c8;
    border-color: #c8c8c8;
}
