.content-section {
    width: 100%;
    min-height: 100vh;
    background: url(../images/background2.webp) center center no-repeat;
    background-size: cover;
    padding-top: 250px;
    margin-top: -105px;
}

.hero-section {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    /* background-color: white; */
}

.hero-title {
    display: inline-block;
    font-size: 36px;
    color: #1a1a1a;
    position: relative;
    line-height: 30px;
}

.position {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 0px;
}

.hero-detail {
    margin-top: 40px;
    position: relative;
}

.hero-detail-card {
    width: 342px;
    height: 489px;
    position: relative;
    border-radius: 10px;
    /* overflow: hidden; */
    display: inline-block;
    position: relative;
}

.hero-detail-card>img {
    height: 100%;
    position: absolute;
    left: 50%;
    /* margin-left: -148px; */
    transform: translate(-50%, 0px);
    /* cursor: pointer; */
}

.hero-detail-label {
    position: absolute;
    z-index: 2;
    width: 46px;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
}

.hero-detail-card .country {
    font-size: 35px;
}

.hero-detail-card .shu .country {
    background: url(../images/shu.png) center top no-repeat;
    background-size: 31px 22px;
}

.hero-detail-card .wei .country {
    background: url(../images/wei.png) center top no-repeat;
    background-size: 34px 23px;
}

.hero-detail-card .wu .country {
    background: url(../images/wu.png) center top no-repeat;
    background-size: 35px 23px;
}

.hero-detail-card .qun .country {
    background: url(../images/qun.png) center top no-repeat;
    background-size: 35px 22px;
}

.hero-detail-card .shen .country {
    background: url(../images/shen.png) center top no-repeat;
    background-size: 35px 22px;
}

.hero-detail-card .jin .country {
    background: url(../images/jin.png) center top no-repeat;
    background-size: 36px 27px;
}

.hero-detail-label .hero-name-box {
    font-size: 26px;
    letter-spacing: 3px;
    writing-mode: vertical-rl;
    font-family: "HYXLSJ";
    white-space: nowrap;
    line-height: 46px;
}

.sp {
    writing-mode: rl-tb;
    letter-spacing: 0px;
    line-height: 19px;
    font-size: 16px;
    margin-bottom: -10px;
}

.hero-detail-card .hero-life {
    margin-bottom: 20px;
}

.hero-detail-card .hero-life li {
    margin-bottom: 10px;
}

.hero-detail-card .hero-life img {
    width: 15px;
}

.hero-card {
    width: 181px;
    height: 261px;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    margin-right: auto;
    display: inline-block;
    margin-right: 34px;
    margin-bottom: 34px;
}

.hero-card img.hero {
    height: 100%;
    position: absolute;
    left: 50%;
    margin-left: -92px;
    transition: 0.3s;
}

.hero-card img.hero:hover {
    scale: 1.1;
}

.hero-card:nth-child(6n) {
    margin-right: 0px;
}

.hero-card a {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
}

.hero-label {
    position: absolute;
    z-index: 2;
    width: 27px;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
}

.hero-label .hero-name-box {
    writing-mode: vertical-rl;
    font-family: "HYXLSJ";
    white-space: nowrap;
    letter-spacing: 3px;
    line-height: 27px;
    color: #f1e7d5;
}

.shu {
    background-color: #ad362d;
}

.wei {
    background-color: #3d599b;
}

.wu {
    background-color: #42752b;
}

.qun {
    background-color: #88857e;
}

.jin {
    background-color: #6d4f9d;
}

.shen {
    background-color: #a4803b;
}

.country {
    margin-top: 20px;
    /* font-size: 28px; */
    margin-bottom: 15px;
    /* font-family: HYXLSJ; */
    display: block;
    width: 100%;
    height: 23px;
}

.shu .country {
    background: url(../images/shu.png) center top no-repeat;
    background-size: 20px 14px;
}

.wei .country {
    background: url(../images/wei.png) center top no-repeat;
    background-size: 20px 14px;
}

.wu .country {
    background: url(../images/wu.png) center top no-repeat;
    background-size: 20px 14px;
}

.qun .country {
    background: url(../images/qun.png) center top no-repeat;
    background-size: 20px 14px;
}

.shen .country {
    background: url(../images/shen.png) center top no-repeat;
    background-size: 20px 14px;
}

.jin .country {
    background: url(../images/jin.png) center top no-repeat;
    background-size: 20px 14px;
}

.hero-name-box {
    color: #e4a840;
    font-size: 19px;
    color: white;
}

.hero-life {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
}

.hero-life li {
    height: 14px;
    margin-bottom: 3px;
    font-size: 12px;
    color: white;
}

.hero-life li img {
    vertical-align: top;
    width: 9px;
}

.hero-life li.xue-plus {
    margin-bottom: 13px;
}

.hero-life li.xue-plus span {
    margin-top: -6px;
    display: inline-block;
    vertical-align: top;
}

.hero-info-box {
    display: inline-block;
    margin-left: 50px;
    vertical-align: top;
    position: relative;
}

.hero-info {
    width: 410px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    display: inline-block;
    padding-bottom: 20px;
}

.hero-name {
    font-size: 80px;
    line-height: 80px;
    padding-bottom: 10px;
    background: linear-gradient(to bottom, #7b6148, #a48262);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    display: inline-block;
    white-space: nowrap;
}

.character-tags {
    margin-top: 10px;
}

.character-tag {
    /* width: 86px; */
    padding: 0 10px;
    height: 26px;
    text-align: center;
    color: #fffefe;
    font-size: 16px;
    line-height: 26px;
    border-radius: 4px;
    margin: 0 4px;
    background-color: #b39982;
    display: inline-block;
}

.shengping {
    font-size: 16px;
    line-height: 30px;
    margin-top: 30px;
    /* height: 60px; */
    /* text-overflow: ellipsis;  overflow: hidden;  display: -webkit-box;  -webkit-line-clamp: 2;  -webkit-box-orient: vertical; */
    color: #6f6e6d;
}

.yuanxing {
    font-size: 16px;
    line-height: 30px;
    margin-top: 20px;
    /* height: 60px; */
    /* text-overflow: ellipsis;  overflow: hidden;  display: -webkit-box;  -webkit-line-clamp: 2;  -webkit-box-orient: vertical; */
    color: #6f6e6d;
}

.feature span,
.shengping span,
.yuanxing span {
    font-weight: bold;
    color: #6f6e6d;
}

.character-rating {
    margin-top: 25px;
}

.character-rating-title {
    font-size: 16px;
    display: inline-block;
    line-height: 30px;
}

.character-stars {
    vertical-align: top;
    margin-top: 2px;
    display: inline-block;
}

.character-stars img {
    margin: 0 2px;
}

.feature {
    font-size: 16px;
    line-height: 30px;
    margin-top: 30px;
    /* overflow: hidden; */
    /* white-space: nowrap; */
    /* text-overflow: ellipsis; */
    color: #6f6e6d;
}

.character-tab-label {
    font-size: 16px;
    line-height: 30px;
    margin-top: 30px;
    font-weight: bold;
    color: #6f6e6d;
}

.character-tabs {
    margin: 12px 0 16px;
}

.character-tab {
    /* width: 86px; */
    height: 26px;
    background-color: #e9e8e6;
    border-radius: 4px;
    cursor: pointer;
    color: #7e7d7c;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    display: inline-block;
    margin: 0px 5px;
    padding: 0 15px;
}

.character-tab.on {
    background-color: #a98664;
    color: #fffefe;
}

/* 鼠标悬停时的样式，可选，可以增加视觉反馈 */
.character-tab.on:hover {
    background-color: #e0e0e0;
    /* 鼠标悬停时背景色变深 */
    color: #000;
    /* 鼠标悬停时字体颜色变深 */
}

.skill-text {
    font-size: 16px;
    line-height: 28px;
    color: #6f6e6d;
    /* margin-top: 20px; */
}

.skill-text span {
    display: none;
}

.skill-text span.on {
    display: block;
}

.hero-echarts {
    width: 290px;
    height: 230px;
    display: inline-block;
    vertical-align: top;
    margin-top: 100px;
    /* background-color: #1a1a1a; */
    margin-left: 40px;
    position: relative;
}

.hero-echarts:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 5%;
    /* Adjust as needed */
    left: 5%;
    /* Adjust as needed */
    width: 90%;
    /* Adjust as needed */
    height: 90%;
    /* Adjust as needed */
    border-radius: 50%;
    /* Creates circular shadow */
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 70%);
    filter: blur(5px);
    /* Soften the shadow edges */
}

.hero-echarts canvas {
    position: relative;
    z-index: 2;
}

.hero-detail-nav-box {
    position: absolute;
    right: 0;
    top: 10px;
    height: 440px;
}

.hero-detail-nav {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.hero-detail-nav .swiper-slide img {
    width: auto;
    height: 74px;
    border: 2px solid #dddbd8;
    cursor: pointer;
}

.hero-detail-nav .swiper-slide-active img {
    border: 2px solid #c0956c;
}

.hero-detail-nav .swiper-slide {
    text-align: center;
    /* height: 85px;    width: 85px; */
    overflow: hidden;
}

.detail-nav-swiper-prev,
.detail-nav-swiper-next {
    width: 31px;
    height: 19px;
    cursor: pointer;
    position: absolute;
    left: 50%;
    margin-left: -15px;
}

.detail-nav-swiper-prev {
    background: url(../images/top_c11ab66216b94025a6db717fb4eb9dd4.png) center center no-repeat;
    background-size: contain;
    top: -35px;
}

.detail-nav-swiper-next {
    background: url(../images/bottom.png) center center no-repeat;
    background-size: contain;
    bottom: -25px;
}

.detail-nav-swiper-prev.swiper-button-disabled {
    background: url(../images/top-dis.png) center center no-repeat !important;
    background-size: contain;
}

.detail-nav-swiper-next.swiper-button-disabled {
    background: url(../images/bottom-dis.png) center center no-repeat !important;
    background-size: contain !important;
}

.detail-nav-swiper-prev:hover {
    background: url(../images/top-hl_2b69a9792c424831b6dee73b710b3787.png) center center no-repeat;
    background-size: contain;
}

.detail-nav-swiper-next:hover {
    background: url(../images/bottom-hl.png) center center no-repeat;
    background-size: contain;
}

.video-div {
    margin-top: 80px;
}

.inner-title p {
    background: linear-gradient(to bottom, #7b6148, #a48262);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    display: inline-block;
    font-size: 36px;
    line-height: 36px;
    vertical-align: top;
}

.video-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-top: 30px;
}

.video-wrapper {
    /* max-width: 310px; */
    overflow: hidden;
    border-radius: 6px;
    cursor: pointer;
    /* margin-bottom: 30px; */
}

.video-wrapper:hover {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.video-container {
    position: relative;
    width: 100%;
    height: 130px;
    overflow: hidden;
    cursor: pointer;
    transition: border 0.3s ease;
    border-radius: 6px;
}

.video-container:hover {
    border: 3px solid red;
    box-sizing: border-box;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: opacity 0.3s ease;
    z-index: 10;
}

.play-button {
    width: 52px;
    height: 55px;
    background: url(../images/play.png) center center no-repeat;
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -26px;
    margin-top: -27px;
    z-index: 10;
    transition: transform 0.3s ease;
}

.video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-container:hover .video-overlay {
    opacity: 0;
}

.video-container:hover .play-button {
    display: block;
}

.video-item-title {
    padding: 0 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #222222;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    height: 48px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.video-metadata {
    display: flex;
    justify-content: space-between;
    padding: 0 5px 10px;
    /* padding-bottom: 10px; */
    font-size: 14px;
    color: rgba(34, 34, 34, 0.5);
}

.play-count {
    line-height: 16px;
    position: relative;
    margin-left: 0px;
}

.video-time {
    line-height: 16px;
    position: relative;
}

.detail-history-box {
    margin-top: 50px;
    width: 100%;
}

.history {
    position: relative;
    white-space: nowrap;
    /* display: grid;  grid-template-columns: repeat(2, 1fr);  gap: 0; */
    overflow: hidden;
}

.history-echarts {
    display: inline-block;
    width: 50%;
    height: 650px;
}

.history-list-box {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin-top: 150px;
    white-space: wrap;
}

.detail-history-title {
    font-size: 24px;
    color: black;
    line-height: 24px;
    overflow: hidden;
}

.detail-history-title span {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    /* font-weight: bold; */
}

.history-list {
    font-size: 16px;
    line-height: 24px;
    border-left: 1px solid #e5e5e5;
    padding: 10px 0px;
    padding-left: 10px;
    margin-top: 10px;
    margin-left: 12px;
}

.history-list li:hover {
    color: #a88462;
}

.history-list li {
    margin-bottom: 40px;
    position: relative;
    cursor: pointer;
    color: rgba(17, 17, 17, 0.7);
}

.history-list li::before {
    display: inline-block;
    content: "";
    width: 4px;
    height: 4px;
    border: 2px solid gray;
    border-radius: 4px;
    position: absolute;
    left: -14px;
    top: 8px;
    background-color: white;
}

.history-list li:hover:before {
    border: 2px solid #a88462;
}

.info-card {
    position: absolute;
    left: 30px;
    top: 50px;
    width: 398px;
    height: 601px;
    background: url(../images/info-card.png) center center no-repeat;
    background-size: 100% 100%;
    padding: 60px 57px;
    display: none;
    /* transition: 0.5s; */
}

.info-card .close {
    position: absolute;
    left: 50%;
    margin-left: -17px;
    bottom: 27px;
    cursor: pointer;
    width: 34px;
    height: 34px;
    background: url(../images/close.png) center center no-repeat;
    background-size: contain;
    cursor: pointer;
    transition: 0.3s;
}

.info-card .close:hover {
    background: url(../images/close-hl.png) center center no-repeat;
    background-size: contain;
}

.info-card-img {
    width: 100%;
}

.info-card h5 {
    font-size: 20px;
    padding-bottom: 15px;
    color: #1c1c1c;
    border-bottom: 1px solid #dedddb;
}

.info-card p {
    font-size: 16px;
    color: #a98664;
    line-height: 16px;
    margin-bottom: 15px;
}

.info-card .info-text {
    white-space: wrap;
    color: black;
    margin-top: 10px;
    line-height: 32px;
    height: 128px;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    /* 最大行数 */
    -webkit-box-orient: vertical;
    /* 必须加上此样式 */
}

.info-card p span {
    color: black;
    margin-left: 5px;
}

.address {
    margin-top: 15px;
}

.jingqu {
    padding-bottom: 15px;
    border-bottom: 1px solid #dedddb;
    overflow: hidden;
}

.alert-box {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.8);
    z-index: 20;
    display: none;
}

.art-close {
    width: 34px;
    height: 34px;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    background: url(../images/close.png) center center no-repeat;
    z-index: 2;
}

.art-close:hover {
    background: url(../images/close-hl.png) center center no-repeat;
}

.art-alert {
    height: auto;
    max-width: 80%;
    position: absolute;
    left: 0px;
    top: 0px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    user-select: none;
}