body{
    /*background-image: url(../../img/body_top.png);*/
    background-color: #1b2838;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    background-attachment: fixed; /* 背景图片固定 */

    overflow-x: hidden; /* 禁止水平滚动条 */

}

.BackGroundByIntroduce{
    position: relative;
    margin-top: -60px;
    height: 680px;
    z-index: -1;
    background-position-x: center;
    background-size: cover;
    mask: radial-gradient(51.31% 143.89% at 49.99% 24.75%, #000000 0%, #000000 52.6%, rgba(0, 0, 0, 1) 83.33%, rgba(0, 0, 0, 0) 95.31%),
    linear-gradient(180deg, #000000 -200%, rgba(0, 0, 0, 0) 95%);
    -webkit-mask-composite: source-in;
}

.game-name {
    width: 100%;
    height: auto;
}

.game-name h4 {
    color: white;
}


/*<%--介绍<--%>*/
.intro {
    width: 100%;
    height: auto;
    display: flex;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.2) 100%);
    backdrop-filter: blur(5px);
}

.media-left {
    width: 64%;
    height: auto;
}

.media-display{
    width: 100%;
    max-height: 550px;
    margin-bottom: 10px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.media-display img {
    width: 100%;
    height: 100%;
    display: block;
}

.thumbnail-wrapper {
    width: 100%;
    height: 85px;
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    gap: 5px;
    margin-bottom: 10px;

}

.thumbnail-wrapper-div{
    display: flex;
    gap: 5px;
    height: 100%;
    align-items: center;
}
.thumbnail-wrapper-div img{
    width: 113px;
    height: 70px;
    object-fit: cover;
    cursor: pointer;
    border: none;
    box-shadow: none;
}

.thumbnail-container{
    position: relative;
    flex-shrink: 0;
}

.thumbnail-container-fa-play{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    color: white;
    font-size: 20px;
    display: flex!important;
    align-items: center;
    justify-content: center;
    padding-left: 3px;
    transition: all 0.3s ease;
    pointer-events: none;
    z-index: 10;
}



.media-right {
    width: 36%;
    height: auto;
}

.media-right-inner {
    width: 94%;
    height: auto;
    margin-left: 20px;
}

.media-image {
    width: 100%;
    height: auto;
}
.media-image img{
    width: 100%;
    height: auto;
    display: block;
}


.introduce-right p{
    margin-bottom: 2rem;
}

.game-introduce {
    width: 100%;
    height: auto;
    margin-top: 5px;
}

.game-introduce p{
    font-size: 13px;
    color: white;
}


.game-info {
    width: 100%;
    height: 102px;
}


.info-section {
    margin-top: 8px;
}

.info-item {
    width: 100%;
    height: 16px;
}

.info-item p{
    font-size: 12px;
    color: darkgray;
}



.highlight-text {
    color: #65bef2;
}

.tags-section {
    width: 100%;
    height: auto;
}

.tags-label-wrapper {
    margin-top: 10px;

}

.tags-label-wrapper p{
    width: 100%;
    height: 4px;
    font-size: 14px;
    color: darkgray;

}




/*评测or登录*/
/* 评测主容器背景 */
.review-container {
    width: 100%;
    margin-top: 40px;
    position: relative;
}

.game_area_already_owned{
    font-size: 18px;
    font-family: "Motiva Sans", Sans-serif;
    font-weight: 300;
    line-height: 40px;
    color: #a3cf06;
    margin-bottom: 1px;
    max-width: 1200px;
    width: 100%;
    background: linear-gradient(to right, rgba(163, 207, 6, 0.6) 0%, rgba(75, 106, 33, 0.6) 100%);
    padding: 0 16px;

}


/* 水平分隔线容器 */
.hr-container {
    margin-left: 15px;
}

/* 提示标题 */
.review-title {
    margin-left: 15px;
}

/* 提示标题颜色 */
.review-title h5 {
    color: white;
}

.review-title p {
    font-size: 13px;
}

/* 评测输入区域外壳 */
.review-input-area {
    margin-left: 15px;
    width: 900px;
    display: flex;
}

/* 头像容器 */
.avatar-container {
    width: 100px;
}

.avatar-image {
    width: 95px;
    height: 95px;
}

/* 输入框区域 */
.comment-box-container {
    width: 796px;
    margin-left: 15px;
}

.comment-box {
    width: 100%;
    height: 100px;
    padding: 10px;
    background-color: #222b35;
}

/* 选项区域背景 */
.select-area {
    width: 796px;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.2);
    margin-top: 10px;
    display: flex;
}

/* 每一个选项控件 */
.select-item {
    height: 30px;
    display: flex;
    align-items: center;
    margin-top: 15px;
    margin-left: 10px;
}

.select-item-visibility {
    width: 200px;
}

.select-item-recommend {
    width: 210px;
}

.select-label {
    color: #fff;
    text-align: left;
}

.select-label-visibility {
    width: 80px;
}

.select-label-recommend {
    width: 130px;
}

.review-select {
    background-color: #222b35;
    color: white;
    flex-grow: 1;
}

/* 发布按钮区域 */
.button-area {
    margin-top: 20px;
    margin-left: 705px;
    margin-bottom: 20px;
}

/* 未登录提示条 */
.login-prompt-bar {
    width: 940px;
    height: 49px;
    background: rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-prompt-bar p {
    color: gray;
    font-size: 12px;
}

.login-prompt-bar a {
    color: white;
    text-decoration: none;
}




.margin-left-15 {
    padding: 16px;
    background: linear-gradient(135deg, rgb(131 137 140 / 30%) 0%, rgba(226, 244, 255, 0.3) 100%);
}

.margin-left-16{
    padding: 16px;
    background: linear-gradient(135deg, rgb(131 137 140 / 30%) 0%, rgba(226, 244, 255, 0.3) 100%);
}

.margin-left-16-value-count{
    font-family: Arial, Helvetica, sans-serif;
    color: #c6d4df;
    font-size: 12px;
}

.margin-left-16-recommend-box{
    display: flex;
    width: 100%;
    margin: 8px 0;
}

.margin-left-16-recommend-title{
    color: #8f98a0;
    font-size: 14px;
    gap: 10px;
}

.margin-left-16-button{
    display: flex;
    justify-content: end
}

.margin-left-16-button-div{
    display: flex;
    gap: 10px
}

.margin-left-16 p{
    font-size: 18px;
    color: #66c0f4;
    font-family: "Motiva Sans", Sans-serif;
    font-weight: 300;
    width: 100%;
    padding-top: 10px;
    text-transform: unset;
    letter-spacing: inherit;
}


.title-white {
    color: #66c0f4;
}

.font-13 {
    font-size: 13px;
    margin-bottom: 15px;
    line-height: 17px;
    color: #8f98a0;
}

.flex-900 {

    width: 100%;
    display: flex;
    gap: 15px;
}

.flex-900 a{
    width: 88px;
    height: 88px;
}

.flex-900-flex{
    display: flex;
    gap: 15px;
    flex: 1
}

.avatar-wrapper {
    background: linear-gradient(to bottom, rgba(106, 106, 106, 1) 5%, rgba(85, 85, 85, 1) 95%);
    padding: 2px;
}

.avatar-wrapper img{
    width: 84px;
    height: auto;
}


.review-content {
    width: 100%;
}

.review-content form{
    width: 100%;
}

.review-content label{
    width: 100%;
}

.textarea-wrapper {
    width: 100%;
}

.textarea-style {
    width: 100%;
    height: 100px;
    padding: 10px;
    background-color: #222b35;
    color: white;
    resize: vertical;
}

.review-options {
    min-width: 200px;
    height: auto;
}

.review-options-div{
    background-color: rgba(0, 0, 0, 0.2);
    padding: 10px;
}

.option-item {
    height: 30px;
    display: flex;
    align-items: center;
}

.option-visibility {

}

.option-recommend {

}



.label-visibility {
    font-size: 12px;
    padding: 5px 10px 5px 0;
    min-width: 90px;
    color: #fff;
}



.select-style {
    background-color: #222b35;
    color: white;
    border: none;
    font-size: 11px;
    border-radius: 3px;
    padding: 2px 0 2px 15px;
    max-width: 80px;
}

.button-wrapper {
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;

}

.button-style {
    padding: 0 15px;
    font-size: 13px;
    line-height: 30px;
}

.login-prompt {
    width: 100%;
    height: 49px;
    background: rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-prompt p{
    color: #bab7b7;
    font-size: 12px;
    margin-bottom: 0;
}


.login-link {
    color: white;
    text-decoration: none;
}

/*购买*/
.purchase-container {
    width: 100%;
    margin-top: 40px;
    display: flex;
}
.purchase-left {
    width: 65%;
}

.purchase-left-div{
    width: 100%;
    height: auto;
    margin-bottom: 50px
}

.purchase-right {
    width: 35%;
    margin-left: 16px;
    margin-bottom: 50px;
}
.right-bg {
    width: 100%;
    height: auto;
}

/* 购买1和购买2公用背景 */
.purchase-item-bg {
    width: 100%;
    height: 63px;
    background: linear-gradient(-60deg, rgba(226,244,255,0.3) 5%, rgba(84, 107, 115, 0.3) 95%);
    border-radius: 5px;
}
.purchase-header {
    justify-content: space-between;
    padding: 0 12px;
    display: flex;
    width: 100%;
}
.purchase-title {
    margin-top: 10px;
    color: white;
    width: 93.5%;
}
.platform-icon {
    width: 20px;
    height: 20px;
    margin-top: 10px
}
.purchase-price-end{
    width: 99%;
    display: flex;
    justify-content: flex-end;
}

.purchase-price-box {
    align-items: center;
    padding: 5px;
    max-width: 350px;
    height: 50px;
    background: #0f0f0f;
    border-radius: 5px;
    display: flex;
    justify-content: flex-start;
}
.price-text {
    color: white;
    background-color: #000000;
    font-size: 13px;
    margin-left: 5px;
    padding: 8px 12px 0 12px;
    height: 24px;
}
.add-cart-btn {
    max-width: 200px;
    height: 39px;
    border-radius: 2px;
    background: linear-gradient(to right, #75b022 5%, #588a1b 95%);

}
.add-cart-link {
    color: white;
    text-decoration: none;
    display: block;
    padding: 4px 15px;
    font-size: 15px;
    line-height: 30px;
}

/* 购买2单独间距 */
.purchase-item-2 {
    margin-top: 40px;
}

/* 此游戏的内容 */
.game-content-section {
    margin-top: 10px;
}
.section-header {
    width: 100%;
    height: 28px;
    display: flex;
    margin-bottom: 4px;
    justify-content: space-between;
    align-items: center;
}

.browse-all-btn{
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 2px;
    color: #fff;
    font-size: 11px;
    padding: 2px 15px;
    line-height: normal;
    width: 82px;
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}

.browse-all-btn:hover{
    border: 1px solid #fff;
    
}

.browse-all-btn:hover a{
    color: #66c0f4;

}

.browse-all-btn a{
    text-decoration: none;
    color: white;
}

.section-header h6 {
    color: white;
    width: 100%;
    margin: 0;
}


.section-divider {
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #26a0ea, rgba(15, 15, 15, 0.52));
}
.dlc-item {
    margin-top: 10px;
    width: 100%;
    height: 40px;

}



.add-dlc-btn a {
    color: white;
    text-decoration: none;
}

/* 近期活动与公告 */
.news-content{
    margin-bottom: 50px;
}

.news-content-section {
    display: flex;
    gap: 10px;
    min-width: 460px;
    margin-bottom: 15px;
}

.news-content-section a{
    text-decoration: none;
}

.update-container {
    width: 100%;
    flex: 1;
    height: auto;
    position: relative;
    background-color: #333;
    border-radius: 2px;
    overflow: hidden;
    cursor: pointer;
}

.update-container img{
    width: 100%;
    height: auto;
    position: relative;
}


.hover-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    color: white;
    padding: 20px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;

    background-color: rgba(21, 22, 25, 0);
    pointer-events: none;
    width: 100%;
    height: 100%;
    z-index: 1;

}

.hover-content p{
    font-family: "Motiva Sans", Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;

}

.update-container:hover .hover-content {
    opacity: 1;
    background-color: rgba(21, 22, 25, .7);
}

.update-container:hover img  {
    filter: blur(10px);

}

.news-content-section-BackGround{
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .4;
    filter: blur(20px);
}

.news-content-section-title{
    height: 85px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px;
}

.news-content-section-title h2{
    font-family: "Motiva Sans", Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 19px;
    color: #fff;
    max-height: 39px;
    margin-bottom: 4px;
    overflow: hidden;
}

.news-content-section-title p{
    font-family: "Motiva Sans", Arial, Helvetica, sans-serif;
    color: white;
    font-size: 13px;
    text-decoration: none;
}

/* 数字豪华版 */
.digital-deluxe-section {
    height: auto;
    margin-top: 20px;
}
.digital-deluxe-content p {
    color: white;
}
.digital-deluxe-img {
    float: left;
    margin-right: 10px;
    width: 100%;
    height: auto;
}

/* 关于这款游戏 */
.about-game-section {
    height: auto;
    margin-bottom: 50px;
}
.about-game-content {
    color: rgb(204, 204, 204);
    font-size: 14px;
    margin-top: 10px;
}
.about-game-img {
    margin-top: 10px;
    width: 100%;
    height: auto;
}

/* 成人内容描述 */
.adult-content-section {
    margin-bottom: 50px;
}
.adult-content-text p {
    font-size: 14px;
    color: #acb2b8;
}
.adult-content-text i {
    font-size: 14px;
    color: #acb2b8;
}

/* 系统需求 */
.system-requirements-section {
    margin-top: 20px;
    color: white;
}

.btn-group{
    width: 100%;
    border-radius: 0;
    padding: 8px 0 0 0;
    background: linear-gradient(to right, rgba(58, 110, 139, 0.2) 0%, rgba(58, 110, 139, 0) 100%);
}
.platform-button {
    font-size: 12px;
    cursor: pointer;
    text-decoration: none;
    padding: 1px 5px;
    margin: 5px;
    color: #1868c6;
}

.platform-button:hover {
    background-color: #b4c1ce;
}

#config-Windows{
    display: none;
}
#config-Windows{
    display: none;
}

#config-Windows{
    display: none;
}


.requirements-container {
    color: #abb1b7;
    width: 100%;
}

.gameConfigWith{
    width: 50%;
}
.game-configuration li {
    list-style-type: none;
    font-size: 12px;
}
.game-configuration ul {
    padding-left: 0;
}

.game-configuration strong{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 11px;
    color: #bcc6cd;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 4px;
}
.game-configuration ul li strong{
    color: #61686D;
    font-size: 13px;
    margin-right: 4px;
    font-weight: normal;
    margin-bottom: 2px;
    text-transform: none;
    line-height: 1.2;
}



.review-header {
    width: 100%;
    height: 28px;
    display: flex;
}

.review-title1 {
    color: white;
    width: 100%;
}

.review-line {
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #26a0ea, rgba(15, 15, 15, 0));
}

.review-main-row {
    display: flex;
}

.review-left {
    width: 66%;
}

.review_score{
    margin: 30px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 16px;
}
.review_rule{
    height: 1px;
    flex-grow: 1;
    background-color: #415063;
}

.review_box{
    padding: 10px 30px;
    border-radius: 4px;
    background: radial-gradient(63% 79% at 50% 100%, rgba(255, 255, 255, 0.35) 0%, rgba(116, 133, 140, 0.35) 100%);
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
}

.review_box_text{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.review_box_text p{
    font-size: 11px;
    color: #9ba3ab;
    letter-spacing: 1px;
    line-height: 17px;
    margin-top: 0;
    margin-bottom: 0;
}

.review_box_text span{
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
}

.review_box_text-span{
    font-size: 12px;
    color: #8BA6B6;
}

.review_breakdown{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 40%;
    gap: 8px;

}

.review_breakdown_line{
    width: 100%;
    height: 50%;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 13px;
    color: #9ba3ab;
    padding: 6px 12px;
    border-radius: 5px;
    gap: 4px;

    background: radial-gradient(63% 79% at 50% 100%, rgba(255, 255, 255, 0.25) 0%, rgba(116, 133, 140, 0.25) 100%);
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
}

.review_breakdown_line p{
    margin-top: 0;
    margin-bottom: 0;
}

.review_breakdown_line-div{
    color: #ffffff;
    flex: 1;
}

/*筛选条件bar*/
/* 导航栏容器 */
.review-filter-nav {
    display: flex;
    background: rgba(0, 0, 0, 0.2);
    color: white;
    height: 40px;
    align-items: center;
}

/* 导航项 */
.review-nav-item {
    position: relative;
    padding: 0 15px;
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    transition: 0.2s;
}

.review-nav-item:hover {
    background-color: #3d6c8d;
}

/* 激活状态 */
.review-nav-item.review-active {
    background-color: #dcdedf;
    color: #333;
}

.review-arrow {
    font-size: 10px;
    margin-left: 8px;
    opacity: 0.7;
}

/* 下拉菜单 */
.review-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #dcdedf;
    color: #333;
    width: 200px;
    padding: 15px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.5);
    display: none;
    z-index: 100;
    cursor: default;
}


.review-option-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.review-option-group label {
    font-size: 13px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* 标签展示区 */
.review-selected-tags-bar {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.review-label-text {
    font-size: 15px;
    color: #c6d4df;
    text-transform: uppercase;
}

/* 标签样式 */
.review-tag {
    background-color: rgba(255, 255, 255, 0.2);
    color: #c4d2dd;
    padding: 4px 10px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    font-size: 13px;
}

.review-tag .review-close-x {
    margin-left: 8px;
    cursor: pointer;
    background: rgba(0,0,0,0.3);
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
}

.review-tag .review-close-x:hover {
    background: #c15949;
    color: #fff;
}

.reviews_info_ctn{
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.review-titles{
    font-family: "Motiva Sans", Sans-serif;
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    padding-bottom: 5px;
    letter-spacing: 2px;
}


.comment-item {
    margin-bottom: 25px;
    background-color: rgba(0, 0, 0, 0.2);
}

.review-line-small {
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #26a0ea, rgba(15, 15, 15, 0));
}

.comment-body {
    display: flex;
    padding: 5px;
    gap: 5px;
}

.comment-body a{
    text-decoration: none;
}

.comment-user {
    width: 33%;
    height: auto;
    display: flex;
    margin-bottom: 10px;
    color: #7d90a4;
}

.comment-user:hover {
    color: #cacfd5;
}

.comment-user-div{
    background: linear-gradient(to bottom, rgba(106, 106, 106, 1) 5%, rgba(85, 85, 85, 1) 95%);
    padding: 2px;
}

.comment-user-div img {
    width: 36px;
    height: 36px;

}

.comment-user p {
    color: white;
    padding: 0 5px;
    font-size: 13px;
    flex: 1;
}

.comment-user p:hover{
    color: #67c1f5;
}

.comment-content {
    flex: 1;
}



.comment-content p {

    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 0;
}




.recommend-box {
    background: rgba(0, 0, 0, 0.2);
    display: flex;
    width: 100%;
}

.recommend-box:hover {
    background: rgba( 255, 255, 255, 0.1 );
}

.recommend-box:hover .recent-info p{
    color: #67c1f5;
}


.icon-thumb {
    width: 40px;
    height: 40px;
}

.icon-thumb-small {
    width: 24px;
    height: 24px;
}
.tag-list {
    display: flex;
    overflow: hidden;
    flex-wrap: nowrap;
    max-width: 100%;
    -webkit-mask-image: to right, black calc(100% - 32px), transparent calc(100% - 8px);
}

.tag-list a{
    background-color: #384959;
    white-space: nowrap;
    padding: 1px 8px;
    border-radius: 3px;
    font-size: 11px;
    transition: background-color 0.2s;
    text-decoration: none;
    margin-right: 5px;
    color: #67c1f5;
    cursor: pointer;
}

.tag-list a:hover {
    background-color: #1e4a6b;
}

.recommend-text {
    color: white;
    margin-left: 8px;
    margin-top: 4px;
}

.comment-time {
    margin-top: 10px;
    color: #8091a2;
    font-size: 11px;
    opacity: 0.8;
}

.comment-text {
    font-size: 12px;
    margin-top: 10px;
    max-height: 220px;
    overflow: hidden;
    margin-right: 8px;
    font-family: "Motiva Sans", Sans-serif;
    line-height: 17px;
    color: #acb2b8;
}


.toggle-btn{
    justify-content: end;
    color: #67c1f5;
    display: flex;
    font-size: 11px;
}

.toggle-btn span{
    cursor: pointer;
}

.comment-text.expanded {
    max-height: 999px;
}


.divider {
    background-color: #363f4c;
    height: 1px;
}

.value-question {
    color: #8091a2;
    font-size: 12px;
    opacity: 0.6;
    margin-bottom: 0;
}

.value-count{
    color: #647580;
}


.feedback-btn {
    color: #ebebeb;
    background: #212c3d;;
    font-size: 12px;
    border: 1px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.feedback-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    background: #5ca0c7;
}

.like-btn.active-btn {
    border-color: #6ab54c;
    color: #6ab54c;

}

.dislike-btn.active-btn {
    border-color: #a14343;
    color: #a14343;

}



.browse-all {
    margin-top: 50px;
    text-align: center;
}

.browse-text {
    font-size: 13px;
    text-decoration: none;
}

.review-right {
    width: 32%;
    margin-left: 14px;
}

.recent-comment {
    opacity: 0.9;
    background: linear-gradient(to right, rgba(34, 50, 70, 1) -1%, rgba(34, 50, 70, 1) 0%, rgba(34, 50, 70, 0) 92%, rgba(34, 50, 70, 0) 100%);
    width: 100%;
    margin-bottom: 25px;
}

.recent-comment a{
    text-decoration: none;
    width: 100%;
}

.recent-header {
    display: flex;
    width: 100%;
}



.recent-info {

    display: flex;
    width: 100%;
    height: 24px;
}

.recent-info p{
    font-family: Arial, Helvetica, sans-serif;
    line-height: 15px;
    color: #819db8;
    font-size: 12px;
    padding: 5px;
}


.recent-body {
    width: 100%;
    padding: 5px;
}


/*支持语言*/
.lang-table {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
    color: white;
    padding: 10px;

}

.toggle-link {
    margin-left: 12px;
    color: #00bfff;
    cursor: pointer;
    margin-top: 10px;
    display: inline-block;
    font-size: 12px;
}

table {
    border-collapse: collapse;
    width: 100%;
}

table td, table th {
    border: none;
    padding: 4px 10px;
    font-weight: lighter;
    font-size: 12px;
}

/* 每行之间的浅色横线 */
table tbody tr:not(:last-child) {
    border-bottom: 1px solid #44586c;
}

/* 居中 ✔ */
table td:nth-child(n+2), table th:nth-child(n+2) {
    text-align: center;
}

.checkmark {
    color: #00bfff;
    font-weight: bold;
}



/*简介和URL*/
.info-box {
    padding: 10px;
    font-family: Arial, Helvetica, sans-serif;
    color: #c6d4df;
    font-size: 12px;
}
.info-box span {
    display: inline-block;
    margin-bottom: 6px;
}
.info-box .label {
    font-size: 12px;
    color: #7a8b9d;
    margin-right: 5px;
}
.info-box .value {
    font-size: 13px;
    color: #66c0f4;
}
.info-box .value a {
    color: #66c0f4;
    text-decoration: none;
}
.info-box .value a:hover {
    text-decoration: underline;
}

.link-buttons {
    border-radius: 2px;
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.link-buttons a {
    display: block;
    background-color: #193346;
    padding: 5px;
    color: #c6d4df;
    text-decoration: none;
    transition: background-color 0.2s;
    font-size: 11px;
}
.link-buttons a:hover {
    background-color: #4a90e2;
    color: white;
}
.link-buttons a:last-child {
    border-bottom: none;
}
.link-buttons a i {
    margin-right: 8px;
}



/*折扣样式*/
.price-container-intro {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding:0 5px 0 0;
}

.discount-intro {
    font-weight: bold;
    background: #4c6b22;
    color: #a4d007;
    font-size: 12px
}

.original-price-intro {
    position: relative;
    color: #A9A9A9;
    font-size: 12px;
    background: #344654;
    display: inline-block;
    overflow: hidden;
}

.original-price-intro::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -10%;
    width: 120%;
    height: 1px;
    background-color: #A9A9A9;
    transform: translateY(-50%) rotate(-15deg);
}

.discounted-price-intro {
    color: #BEEE11;
    font-size: 12px;
    background: #344654;
}




@media (min-width: 910px) {
    #layout-up {
        margin-top: -550px
    }

}

@media (max-width: 910px) {


    #layout-up {
        margin-top: -640px
    }

    .intro {
        display: flex;
        flex-direction: column-reverse; /* 反转顺序 */
    }

    .media-right {
        width: 100%;

    }

    .media-image {
        width: 50%;

    }

    .media-right-inner {
        margin-left: 0;
        width: 100%;
    }

    .introduce-right {
        width: 100%;
    }


    .media-left {
        margin-top: 20px;
        width: 100%;
    }

    .purchase-container {
        flex-direction: column-reverse; /* 反转顺序 */
    }

    .purchase-left {
        width: 100%;
    }

    .purchase-right {
        width: 100%;
        height: auto;
        margin-left: 0;
    }



    .review-main-row {
        display: block;

    }

    .review-left {
        width: 100%;
    }

    .review-right {
        margin-left: 0;
        width: 100%;
    }

    .review_score{
        flex-direction: column;
    }

    .review_breakdown{
        width: 100%;
    }

    .flex-900-flex{
        flex-direction: column;
    }


}

@media (max-width: 500px) {
    .BackGroundByIntroduce {
        display: none;
    }

    #layout-up {
        margin-top: -10px
    }

    .intro {
        display: flex;
        flex-direction: column-reverse; /* 反转顺序 */
    }

    .media-right {
        width: 100%;

    }

    .media-image {
        width: 100%;
        margin-top: 0;

    }

    .media-right-inner {
        display: block;
        margin-left: 0;
        width: 100%
    }

    .introduce-right {
        width: 100%;
        margin-left: 0;
    }

    .media-left {
        width: 100%;
    }

    .purchase-item-bg {
        margin-top: 30px;
        height: auto;
    }

    .purchase-title {
        width: 89%;
    }




    .review-main-row {
        flex-direction: column-reverse;

    }

    .review-left {
        width: 100%;
    }

    .review-right {
        margin-left: 0;
        width: 100%;
    }

    .requirements-container {
        display: block;
    }

    .gameConfigWith {
        width: 100%;
    }

    .comment-body{
        flex-direction: column;
    }

    .comment-user{
        width: 100%;
    }

    .flex-900 a{
        width: 68px;
        height: 68px;
    }

    .avatar-wrapper img{
        width: 66px;
        height: auto;
    }

    .game_area_already_owned{
        font-size: 14px;
    }

    .update-container img{
        width: 225px;
    }
}
