* {
    margin: 0;
    padding: 0;    
}
html {
    font-size: 16px;
}
.flex {
    display: flex;
}
.flex-1 {
    display: flex;
    flex: 1;
}
.flex-wrap {
    display: flex;
    flex-wrap: wrap;
}
.flex-nowrap {
    display: flex;
    flex-wrap: nowrap;
}

.flex-left { 
    margin-left: auto;
    display: flex;
}

.flex-justify-start {
    display: flex;
    justify-content: flex-start;    
}

.flex-justify-center { 
    justify-content: center;
    display: flex;
}
.flex-justify-between { 
    justify-content: space-between;
    display: flex;
}   
.flex-align-center { 
    align-items: center;
    display: flex;
}  

.flex-column {
    display: flex;
    flex-direction: column;
}
.flex-row {
    display: flex;
    flex-direction: row;
}
.wh12 {
    width: .75rem;
    height: .75rem;
}
.wh18 {
    width: 1.125rem;
    height: 1.125rem;
}
.wh20 {
    width: 1.25rem;
    height: 1.25rem;
}
.wh24 {
    width: 1.5rem;
    height: 1.5rem;
}
.wh32 {
    width: 2rem;
    height: 2rem;
}
.wh40{
    width: 2.5rem;
    height: 2.5rem;
}

.h30 {
    height: 1.875rem;
}

.padd0-10 {
    padding: 0 .625rem;
}
.padd0-20 {
    padding: 0 .625rem;
}

.ml4{
    margin-left: .25rem;
}
.ml5{
    margin-left: .3125rem;
}
.mr5{
    margin-right: .3125rem;
}

.mr5{
    margin-right: .3125rem;
}

.gap7-15{
    gap: 0px .9375rem;
} 
.w20_ {
    width: 20%!important;
}
.w10_ {
    width: 10%!important;
}
.w4_ {
    width: 4%!important;
}
.w2_ {
    width: 2%!important;
}

/* 头部 */
.header { 
    min-height: 4rem;   
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 100;
}

.header .header-left .logo {
    margin-left: 1.75rem;   
    min-height: 4rem;
}

.header .header-left .logo .name {
    font-size: 20px;
    font-family: "Google Sans", Roboto, Helvetica, Arial, sans-serif;
    color: rgb(95, 99, 104);
    font-weight: 600;
    padding-left: .5rem;
}

.header .header-left   {
    max-width: 80%;
}
.header .header-left .menu {
    display: flex;
    flex:0;
    gap: 0 2.25rem;
    margin: 0 2rem;
}
.header .header-left .menu > div {
   display: flex;
   flex: 1;
   color:  rgb(95, 99, 104); 
   font-size: .875rem;    
   font-weight: 600;
   padding-top: 1.375rem;  
   justify-content: center;
}
.header .header-left .menu .menu-min-w {
    min-width: 5.5rem;
}
.header .header-left .menu div.color1 {
   color: rgb(1, 135, 95)!important;
   position: relative;
}
.header .header-left .menu .line{    
    width: 2.25rem;  
    background-color: rgb(1, 135, 95);  
    height: .25rem;
    border: .125rem;
    position: absolute;
    bottom: 0;    
}

.header .header-right {
    position: absolute;    
    right: .3125rem;
    top: 1rem;
}

.content {
    width: 100%;
    max-width: 1296px;   
    margin: 0 auto;
    padding-top: 6rem;  
}
.content .content-left {
    /* width: 53.75rem; */
    width: calc(100% - 404px);
}
.content .content-left .game-title  {
    padding-top: 2.5rem;
}
.content .content-left .game-title img {
    width: 0;
    height: 0;
}

.content .content-left .game-title .title {
    flex-direction: column;    
}
.content .content-left .game-title .title1 {
    font-family: "Google Sans Display", Roboto, Arial, sans-serif;
    line-height: 4rem;
    font-size: 3.5rem;
    letter-spacing: 0;
    font-weight: 400;
    font-weight: 500;    
}
.content .content-left .game-title .title2 {
    color: #01875f;
    font-family: "Google Sans", Roboto, Arial, sans-serif;
    line-height: 1.5rem;
    font-size: 1rem;
    letter-spacing: 0.00625em;
    font-weight: 600;
    padding-top: 15px;
}
.content .content-left .game-title .title3 {
    fill: rgb(95, 99, 104);
    stop-color: rgb(95, 99, 104);
    font-family: Roboto, Arial, sans-serif;
    line-height: 1rem;
    font-size: 0.75rem;
    letter-spacing: 0.025em;
    font-weight: 400;    
}
.content .content-left  .card {    
    margin-top: 1.875rem;
}
.content .content-left  .card .item{
    position: relative;   
    padding: 0 1rem;
    min-width: 4rem;
}
.content .content-left  .card .item:first-child{
    padding-left: 0;
}
.content .content-left  .card .item .icon{
    font-size: 0.875rem;
    align-items: center;
    display: flex;
}
.content .content-left  .card .item .text{
    color: rgb(95, 99, 104);
    font-family: Roboto, Arial, sans-serif;
    line-height: 1rem;
    font-size: 0.75rem;
    letter-spacing: 0.025em;
    font-weight: 400;
    white-space: nowrap;
    height: 1.25rem;
    padding-top: .3125rem;
}
.content .content-left  .card .item .line{
    width: 1px;
    height: 24px;
    background-color:rgb(235 237 243);
    position: absolute;
    right: 0;
    top: .5rem;
}
.content .content-left  .share {
    margin-top: 30px;
}   
.content .content-left  .share .button{
    font-family: "Google Sans", Roboto, Arial, sans-serif;
    background-color: #01875f;
    letter-spacing: 0.00625em;
    font-weight: 500;
    color: #fff;    
    min-width: 12.5rem;
    min-height: 2.75rem;
    line-height: 2.75rem; 
    font-size: 1rem;
    border-radius: .5rem;
    text-align: center;
    font-weight: 600;
}  
.content .content-left  .share .share-button{
    padding-left: 1rem;
    margin-right: .5rem;
    color: #01875f;
    font-size: .875rem;  
    font-weight: 600;  
}  
.content .content-left  .share  .add-button{
    padding-left: 1rem;
    margin-right: .5rem;
    color: #01875f;
    font-size: .875rem;
    font-weight: 600;
}
.content .content-left  .describe {
    max-width: 38.75rem;
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 0.0142857143em;
    line-height: 1.25rem;
    color: rgb(95, 99, 104);
    display: flex;
    padding: 1.375rem 0 1.875rem;
}   

.content .content-left .carousel {
    width: 100%; 
    height: auto;
    display: block;
    position: relative;
    z-index: 5;   
}
.content .content-left .carousel .carousel-box{
    width: 100%;
    overflow: hidden;       
}
.content .content-left .carousel .carousel-box .carousel-img{
    width: 108.125rem;
    height: 18.5rem;     
    transition: all 0.5s;
}
.content .content-left .carousel .carousel-img .item{ 
    margin-right: 1rem;
    width: 20.625rem;
    height: 18.5rem;
    border-width: 0;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
    border-radius: .5rem;
    cursor: pointer;
    height: 18.5rem;
    min-width: 5.75rem; 
    display: block;
    float: left;
}
.content .content-left .carousel .carousel-img .item:last-child{
    margin-right: 0;
}

.content .content-left .carousel  .left-button,
.content .content-left .carousel  .right-button{ 
    position: absolute;
    left: -1.75rem;
    top: calc(50% - 1.75rem);
    background-color: #fff;
    height: 3.5rem;
    width: 3.5rem;
    border-radius: 1.75rem;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;   
}
.content .content-left .carousel  .right-button{ 
    position: absolute;
    left: auto;
    right: -1.75rem;    
    opacity: 1;
}

.content .content-left .carousel  .left-button:hover,
.content .content-left .carousel  .right-button:hover {
    background-color: #fcfbfb;
    box-shadow: 0 2px 5px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
    border: 1px solid rgb(169, 170, 241);
}



/* 关于游戏 */
.content .content-left .about-game {
    padding-top: 1.875rem;
    margin-bottom: 1.5rem;
    overflow: hidden;
    width: 100%;
}   


.content .content-left .about-game  .about-game-title {
    font-family: "Google Sans", Roboto, Arial, sans-serif;
    line-height: 1.75rem;
    font-size: 1.375rem;
    letter-spacing: 0;
    font-weight: 400;
    font-weight: 500;
    margin-right: 1rem;
}

.content .content-left .about-game .about-game-describe {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 0.0142857143em;
    line-height: 1.25rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    max-height: 7.5rem;
    overflow: hidden;
    text-overflow: ellipsis;  
    color: rgb(95, 99, 104);
    padding-top: 1.875rem;
}

/* 更新 */
.content .content-left .update {

}

.content .content-left .update .update-title{
    fill: rgb(32, 33, 36);
    stop-color: rgb(32, 33, 36);
    font-family: "Google Sans", Roboto, Arial, sans-serif;
    line-height: 1.25rem;
    font-size: 0.875rem;
    letter-spacing: 0.0178571429em;
    font-weight: 500;
    color: rgb(32, 33, 36);
}

.content .content-left .update .update-time{
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 0.0142857143em;
    line-height: 1.25rem;
    margin-top: .25rem;
    color: rgb(95, 99, 104);
}

/* 边框标签 */
.content .content-left .boderLabels {
    padding: 10px 0;
}
.content .content-left .boderLabels .item{
    flex-wrap: wrap;    
    margin-top: 1.25rem;
    margin-right: .9375rem;
    display: flex;
    color: rgb(95, 99, 104);   
    border: 1px solid  rgb(218, 220, 224);
    min-height: auto;
    padding: 0 .9375rem 0 .9375rem;
    height: 2rem;  
    margin-bottom: 0;
    border-radius: 1rem;
    align-items: center;
    font-family: "Google Sans", Roboto, Arial, sans-serif;
    font-size: 0.875rem;
    letter-spacing: 0.0107142857em;
    font-weight: 500;
    text-transform: none;
    -webkit-transition: border 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    transition: border 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: none;
    box-sizing: border-box;
}

/* 边框介绍信息 */
.content .content-left .boder-info {   
    border-radius: .5rem;
    border: 1px solid rgb(218, 220, 224);
    margin-top: 1.875rem;
    padding: 1.25rem 1.25rem 0;
}

.content .content-left .boder-info .item {
    margin-bottom: 1.25rem;
}
.content .content-left .boder-info .item > img {
    margin-right: 1.25rem;
}

.content .content-left .boder-info .item  .text > div {
    color: rgb(95, 99, 104);
    fill: rgb(95, 99, 104);
    stop-color: rgb(95, 99, 104);
    font-family: Roboto, Arial, sans-serif;
    line-height: 1rem;
    font-size: 0.75rem;
    letter-spacing: 0.025em;
    font-weight: 400;
}

.content .content-left .boder-info .see-detail{
    color: #01875f;
    font-family: "Google Sans", Roboto, Arial, sans-serif;
    font-size: 0.875rem;
    letter-spacing: 0.0107142857em;
    font-weight: 500;
    text-transform: none;
    margin-bottom: 1.25rem;
}
.content .content-left .ratings{
    padding: 2.5rem 0 .625rem;
}
.content .content-left .ratings .left{
    font-family: "Google Sans", Roboto, Arial, sans-serif;
    line-height: 1.75rem;
    font-size: 1.375rem;
    letter-spacing: 0;
    font-weight: 400;
    font-weight: 500;
}
.content .content-left .ratings .right{
    font-size: 0.875rem;
    font-weight: 400;
    height: 3rem;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: .5rem;
    letter-spacing: 0.0107142857em;
    color: var(--gm-neutraltextbutton-ink-color, rgb(95, 99, 104));
}

/* 设备类型边框标签 */
.content .content-left .icon-labels {
    height: 1.875rem;   
    font-size: .875rem;
    font-weight: 500;
    height: auto;
    gap: 0 .5rem;    
}
.content .content-left .icon-labels .item {
    border: 1px solid rgb(204 206 209);
    border-radius: 1.875rem;
    padding: 0 1rem;
    gap: 0 .5rem;
    letter-spacing: .0156rem;
    fill: rgb(95, 99, 104); 
    color: rgb(95, 99, 104);
}
.content .content-left .icon-labels .item:first-child{
    color: #01875f;
    background-color: #e6f3ef;
    border: 1px solid #e6f3ef;
}

.content .content-left > .score {
    padding-top: 1.875rem;
    gap: 0 1rem;
}
.content .content-left >.score  .score-left{
    gap: .625rem 0;
    width: 5rem;
}   
.content .content-left >.score  .score-left .score-n{
    font-size: 3.5rem;
    letter-spacing: 0;
    font-weight: 400;
    color: rgb(32, 33, 36);

} 
.content .content-left >.score  .score-left .score-star{
    width: 100%;
} 
.content .content-left >.score  .score-left .score-text{
    color: rgb(95, 99, 104);   
    font-size: 0.75rem;
    letter-spacing: 0.025em;
} 

.content .content-left > .score .score-right{
    flex: 1;   
    gap: .3125rem 0px;
}
.content .content-left > .score .score-right .score-right-n{
    font-size: 0.75rem;
    letter-spacing: 0.025em;
    font-weight: 400;
    color: rgb(95, 99, 104);
}
.content .content-left >.score .score-right .score-right-bg{
    width: 100%;
    background-color: rgb(232, 234, 237);
    height: .625rem;
    border-radius: .625rem;
}
.content .content-left > .score .score-right .score-right-value{
    background-color:#01875f;
    height: .625rem;
    border-radius: .625rem;
    width: 80%;
}

/* 评论 */
.gap0-15 {
    gap: 0 .9375rem;
}
.gap15-0 {
    gap: .9375rem 0px;
}

.content .content-left > .comment-box {
    margin: 1.25rem 0;
    color: rgb(95, 99, 104);
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: 0.025em;
    padding: 1.5rem 0;
}

.content .content-left > .comment-box > .comment-title .img{
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    overflow: hidden;
    background-size: cover;
}
.content .content-left > .comment-box > .comment-title .text {
    color: rgb(32, 33, 36);
}

.content .content-left > .comment-box > .comment-text > .button {
    border-radius: 20px;
    border: 1px solid rgb(188, 188, 189);
    color: rgb(95, 99, 104);
    padding: .25rem .9375rem;
    font-weight: 600;
}

/* 链接 */
.content > .link {
    color: rgb(95, 99, 104);
    font-size: 0.875rem;
    letter-spacing: 0.0142857143em;
    font-weight: 400;
}
.content > .link > .link-box {
    min-width: 32%;
    max-width: 100%;
}
.content > .link > .link-box .link-box-item:first-child {
    font-weight: bold;
}
.content > .link > .link-box .link-box-item:hover{
    color: #00a173;
}

.content > .footer {
    color: rgb(95, 99, 104);
    font-size: 0.75rem;
    line-height: 3rem;
    stop-color: rgb(95, 99, 104);
    gap: 1.25rem;
    margin: 2.5rem 0 2rem;
}
.content > .footer .right-language{
    margin-left: auto;
}
.content > .footer .right-language > img {
    width: 1.5rem;
    height: 1.125rem;
}


/* 左侧样式结束 */

/* 右侧样式 */

.content .content-right{
    width: 22.75rem;
}
.content .content-right .right-img-show {
    margin: 0 auto;
    width: 15rem;
    height: 15.125rem;
    display: block;
}

 .content .content-right > .similar-games  {
    margin-top: 5.3125rem;
    overflow: hidden;
}

.content .content-right > .similar-games  .similar-title{ 
    font-family: "Google Sans", Roboto, Arial, sans-serif;
    line-height: 1.75rem;
    font-size: 1.375rem;
    letter-spacing: 0;
    font-weight: 400;
    font-weight: 500;
    padding-top: 8rem;
    padding-bottom: .625rem;
}
.content .content-right > .similar-games .similar-item-box{
    flex-direction: column;  
    display: flex;     
}
.content .content-right > .similar-games  .similar-item{
    margin: 1rem 0;
}
.content .content-right > .similar-games  .similar-item .similar-img{
    width: 4rem;
    height: 4rem;
    margin-right: 1rem;
}

 .content .content-right > .similar-games .similar-games-text{
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 0.00625em;
    line-height: 1.5rem;
    letter-spacing: 0;
    color: rgb(32, 33, 36);
}
.content .content-right > .similar-games .similar-games-text2{
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: 0.0142857143em;
    line-height: 1.25rem;
    letter-spacing: .0125rem;
}
.content .content-right > .similar-games  .similar-item  .score{
    color: rgb(95, 99, 104);
    font-size: 0.875rem;
}

@media (max-width: 1325px) {    
    .content {        
        width: calc(100% - 6rem);
    }
    .content .content-left {        
        width: calc(100% - 21rem);
    }
    .content .content-right {        
        width: 17.25rem;
    }
    
}

@media (max-width: 1024px) {    
    .content .content-left .carousel  .left-button,
    .content .content-left .carousel  .right-button{     
        display: none;
    }  
    .content .content-left .carousel .carousel-box{
        overflow-x: auto; /* 允许横向滚动 */
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* IE/Edge */
    }    
    .content .content-left .carousel .carousel-box::-webkit-scrollbar {
        display: none; /* Chrome/Safari/Opera */
      }
}


@media (max-width: 820px) {    
    .content {        
        width: calc(100% - 5rem);
    }
    .content-box{
        flex-direction: column;
    }
    .content .content-left {        
        width: 100%;
    }
    .content .content-right {        
        width: 100%;
    }
    .content .content-right .right-img-show {
        display: none;
    }
    /* 上不的游戏ICON+title */
    .content .content-left .game-title img {
        width: 4.5rem;
        height: 4.5rem;
    }
    .content .content-left .game-title .title1 {
        font-family: "Google Sans Display", Roboto, Arial, sans-serif;
        line-height: 1rem;
        font-size: 1rem;
        letter-spacing: 0;     
        font-weight: 500;
        padding-top: .625rem;
        padding-left: 1.25rem;
    }
    .content .content-left .game-title .title2 {
        color: #01875f;
        font-family: "Google Sans", Roboto, Arial, sans-serif;
        line-height: 1.5rem;
        font-size: 1rem;
        letter-spacing: 0.00625em;
        font-weight: 500;
        padding-top: .3125rem;
        padding-left: 1.25rem;
    }
    .content .content-left .game-title .title3 {
        fill: rgb(95, 99, 104);
        stop-color: rgb(95, 99, 104);
        font-family: Roboto, Arial, sans-serif;
        line-height: 1rem;
        font-size: 0.75rem;
        letter-spacing: 0.025em;
        font-weight: 400;  
        padding-left: 1.25rem; 
    }   

    .content .content-right > .similar-games  .similar-title{ 
        padding-top: 2rem;
    }    
    .content .content-right > .similar-games .similar-item-box{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .content .content-right > .similar-games  .similar-item{
        min-width: 50%;
        max-width: 50%;
    }
    .footer-link-content{
        padding-top: 3rem;
    }
    .content >  .link-flex {
        flex-direction: column;
    }
    .content .link-box-t {
        margin-top: 2rem;
    }
    
    .content > .footer .right-language {
        margin-left: 0;
    }
    .content > .footer {
        gap: 0rem 1.25rem;
    }
}
@media  (max-width: 768px){      
    .header .header-left {
     flex-direction: column;
     max-width: 100%;
    }    
    .content {        
        width: calc(100% - 4rem);
    }
    .content-box {   
        padding-top: 8.625rem;
    }   
    .share-hidd {
        display: none;
    }
    .icon-labels > .item {
        margin-bottom: 1rem;
    }
 }  
 @media  (max-width: 430px){   
    html{
        font-size: 13px;
    }   
    .header .header-left {
     flex-direction: column;
     max-width: 100%;
    }    
    .content {        
        width: calc(100% - 4rem);
    }
    .content-box {   
        padding-top: 8.625rem;
    }   
    .share-hidd {
        display: block;
    }
    .icon-labels > .item {
        margin-bottom: 1rem;
    }
    .content .content-left .share  {
        flex-direction: column;
    }
    .content .content-left .share .button {
        width: 100%;
    }
    .app-mt {
        margin-top: 20px;
    }
    .app-f16 {
        font-size: 1rem;
    }       
    
    .header .header-left .menu {       
        gap: 0 1rem;    
        margin: 0 1.75rem;   
    }
}