.container .content {
    width: 100%;
    padding-bottom: 50px;
}

.dialog {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dialog .content-box {
    position: relative;
    width: 1000px;
    max-width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.dialog .content-box .w-itemicon {
    color: rgb(102, 0, 0);
    font-size: 32px;
    opacity: .8;
    cursor: pointer;
}

.dialog .img-box {
    height: auto;
    width: 800px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.dialog .img-box img {
    height: 450px;
    max-height: 80vh;
    width: auto;
    max-width: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.dialog .img-box .content-title {

}

.dialog .img-box .point-navigator {
    margin: 20px 0;
    display: flex;
    gap: 8px;
    justify-content: center;
}

.dialog .img-box .point-navigator .point {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.dialog .img-box .point-navigator .point.active {
    background: #660000;
}


.container .content .content-title {
    font-family: Arial;
    color: #404040;
    font-size: 32px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    line-height: 50px;
    word-wrap: break-word;
}

.container .content .line {
    width: 100%;
    height: 2px;
    margin-top: 10px;
}

.container .content .line.gray {
    background: #dddddd;
}

.container .content .content-detail {
    line-height: 2;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #333333;
}

.container .content .line.gradient {
    background: linear-gradient(to right, #770000 0%, #770000 15%, #ddd 15%, #ddd 100%);
}

.container .content .content-subtitle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bolder;
}

.container .content .description {
    margin: 16px 0;
    line-height: 2;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #333333;
    white-space: pre-wrap;
}

.prenext {
    font-family: Arial;
    font-size: 12px;
    color: #666;
    font-weight: normal;
    font-style: normal;
    text-align: left;
    line-height: 24px;
    word-wrap: break-word;
    word-break: normal;
}

.prenext .mw-iconfont {
    font-size: 12px;
}

.prenext a {
    text-decoration: none;
    color: #666;
}