body,html{
    margin: 0;
    padding: 0;
}
html{
    font-size: 14px;
}
.header{
    height:56px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: end;
    border-bottom: 1px solid gainsboro;
}
@media (min-width: 600px) {
    .css-i6s8oy{
        min-height: 64px;
        padding-left: 24px;
        padding-right: 24px;
    }
}
@media (min-width: 1200px) {
    .css-y1hkor{
        max-width: 1200px;
    }
}
.scoll{
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 4px -1px, rgba(0, 0, 0, 0.14) 0px 0px 3px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
    display: flex;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
    flex-shrink: 0;
    position: fixed;
    z-index: 1100;
    top: 0px;
    left: auto;
    right: 0px;
    background-color: rgb(255, 255, 255);
    color: rgb(96, 99, 104);
}
.css-i6s8oy{
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
    min-height: 56px;
}

.header_btn{
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    outline: 0px;
    border: 0px;
    margin: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    text-align: center;
    flex: 0 0 auto;
    border-radius: 50%;
    overflow: visible;
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    color: inherit;
    padding: 12px;
    font-size: 1.75rem;
}
.header_btn_span{
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    z-index: 0;
    inset: 0px;
    border-radius: inherit;
}

.css-mc10f8{
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
    flex-shrink: 0;
    position: fixed;
    z-index: 1100;
    top: 0px;
    left: auto;
    right: 0px;
    background-color: rgb(255, 255, 255);
    color: rgb(96, 99, 104);
}
.header-icon{
    box-sizing: border-box;
    width:48px;
    height:48px;
    padding:12px;
}
.header-icon img{
    width:24px;
    height:24px;
}
.header-avatar{
    box-sizing: border-box;
    width:56px;
    height:56px;
    padding:12px;
}
.header-avatar img{
    width:32px;
    height:32px;
}
.main{
    /*margin: 0 auto;*/
    /*max-width: 1200px;*/
    /*box-sizing: border-box;*/
    /*padding: 0 24px;*/
    /*background-color: antiquewhite;*/
}
.css-y1hkor{
    width: 100%;
    margin-left: auto;
    box-sizing: border-box;
    margin-right: auto;
    display: block;
    padding-bottom: 56px;
}
.mainBox-root{
    margin: 0px auto;
    width: calc(100% - 28px);
    display: flex;
    flex-direction: column;
}

/*
游戏头部部分
*/

.game-title{
    display: flex;
    margin-top: 48px;

}
.game-title img{
    width: 72px;
    height: 72px;
    border-radius: 20%;
    border-width: 0;
    box-shadow: 0 1px 2px 0 rgba(60,64,67,.3), 0 1px 3px 1px rgba(60,64,67,.15);
    padding: 0;
    margin: 7px 24px 0 0;
}
.app_title{
    fill: #202124;
    color: inherit;
    font-size: 1.5rem;
    letter-spacing: 0;
    line-height: 2rem;
    margin: 0;
    width: 100%;
}
.app_developer{
    color: #01875f;
    font-size: 1rem;
    letter-spacing: .00625em;
    line-height: 1.5rem;
    margin: 2px 0 0;
    border: 0;
    font-weight: 500;
    padding: 0;
}
.app_price{
    color: #5f6368;
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .025rem;
    margin: 0;
    padding: 0;
}
.game-title-grow{
    -webkit-box-flex: 1;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.box_app_info{
    align-items: center;
    border: 0;
    display: flex;
    height: 64px;
    margin: 16px 0 24px -24px;
    padding: 12px 24px;
    width: 100%;
    box-sizing: border-box;
}
.box_normal_column{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.app_star_val{
    align-items: center;
    color: #202124;
    font-size: .875rem;
    font-weight: 500;
    height: 24px;
    letter-spacing: .0178571429em;
    line-height: 1.25rem;
    white-space: nowrap;
    display: flex;
    justify-content: center;

}
.app_star_val img{
    width: 11px;
    height: 11px;
}
.app_review_count{
    color: #5f6368;
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1rem;
}
.box_divider_v{
    background-color: #e8eaed;
    display: block;
    height: 24px;
    left: 0;
    margin-left: 16px;
    margin-right: 24px;
    top: calc(50% - 12px);
    width: 1px;
}
.install-button{
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    outline: 0px;
    border: 0px;
    margin: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.75;
    letter-spacing: 0.02857em;
    min-width: 64px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    color: rgb(255, 255, 255);
    padding: 0px;
    background: rgb(59, 133, 98);
    width: 100%;
    height: 36px;
    border-radius: 8px;
    text-transform: unset !important;
}
.add_to_woshlist{
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    outline: 0px;
    border: 0px;
    margin: 8px 0px 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.75;
    letter-spacing: 0.02857em;
    min-width: 64px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    padding: 0px 12px;
    background: rgb(255, 255, 255);
    color: rgb(59, 133, 98);
    width: 146px;
    height: 36px;
    border-radius: 8px;
    align-self: center;
    text-transform: unset !important;
}
.add_to_woshlist img{
    width: 118px;
    height: 18px;
}
.add_to_span{
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    z-index: 0;
    inset: 0px;
    border-radius: inherit;
}
.app_device_info{
    align-items: center;
    color: #5f6368;
    display: flex;
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .014em;
    line-height: 1.25rem;
    margin-bottom: 32px;
    margin-top: 24px;
}
.carousel img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about_game{
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
}
.about_game_button{
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    outline: 0px;
    border: 0px;
    margin: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    text-align: center;
    flex: 0 0 auto;
    font-size: 1.5rem;
    padding: 8px;
    border-radius: 50%;
    overflow: visible;
    color: rgba(0, 0, 0, 0.54);
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.action_title{
    color: #202124;
    font-size: 1.125rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.5rem;
}
.about_game_grow{
    -webkit-box-flex: 1;
    flex-grow: 1;

}
.app_desc{
    align-items: center;
    color: #5f6368;
    display: flex;
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .014em;
    line-height: 1.25rem;
    margin-bottom: 12px;
    margin-top: 4px;
}
.rate_value_bg{
    width: 100%;
    margin-top: 32px;
    margin-bottom: 12px;
    display: flex;
    justify-content: start;
}
.box_review_root{
    margin-top: 24px;
}
.box_normal_row{
    align-items: center;
    display: flex;
    flex-direction: row;
    margin-top: 12px;
}
.span_uname{
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.25rem;
    color: #202124;
    margin-left: 12px;
}
.css-1yxmbwk{
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    outline: 0px;
    border: 0px;
    margin: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    text-align: center;
    flex: 0 0 auto;
    font-size: 1.5rem;
    padding: 8px;
    border-radius: 50%;
    overflow: visible;
    color: rgba(0, 0, 0, 0.54);
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.span_review_tips{
    color: #5f6368;
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1rem;
}
.span_review_content{
    color: #5f6368;
    letter-spacing: .0142857143em;
    margin-top: 8px;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.25rem;
}
.css-16ubkut{
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    outline: 0px;
    border: 0px;
    margin: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.75;
    letter-spacing: 0.02857em;
    text-transform: uppercase;
    min-width: 64px;
    padding: 6px 8px;
    border-radius: 4px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    color: rgb(255, 255, 255);
}
.span_review_content{
    color: #5f6368;
    letter-spacing: .0142857143em;
    margin-top: 8px;
}
.box_review_reply{
    align-self: center;
    /*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAi0AAAGOAQMAAABhR6HsAAAAA1BMVEX5+vxHN8KFAAAAMklEQVR42u3BMQEAAADCIPuntsYOYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEQcbmIAAc5USegAAAAASUVORK5CYII=) no-repeat;*/
    background-color: #f7f7f7;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    margin-top: 12px;
    padding: 4px 16px;
    width: 90%;
}
.css-abpi65{
    width: 100%;
    height: 1px;
    background: rgb(232, 234, 237);
    margin-top: 8px;
    margin-bottom: 24px;
}
.app_bottom_title{
    color: #5f6368;
    font-size: .875rem;
    line-height: 32px;
    font-weight: 500;
    letter-spacing: .0178571429em;
    margin-top: 18px;
}
.app_bottom_link{
    font-weight: 400;
    letter-spacing: .0142857143em;
    margin-top: 2px;
    text-decoration: none;
    width: max-content;
    color: #5f6368;
    font-size: .875rem;
    line-height: 32px;
}
.box_policy{
    display: flex;
    flex-wrap: wrap;
    margin-top: 32px;
    padding: 0;
}
.app_bottom_policy_link{
    color: #5f6368;
    display: flex;
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: 48px;
    margin-right: 24px;
    text-decoration: none;
    width: max-content;
}
.footer{
    background-color: rgb(255, 255, 255);
    color: rgba(0, 0, 0, 0.87);
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    box-shadow: none;
    width: 100%;
    height: 56px;
    position: fixed;
    z-index: 1;
    bottom: 0px;
    left: 0px;
    right: 0px;
    border-top: 1px solid rgb(218, 220, 224);
    margin: 0px;
    padding: 0px;
}
.footer_menu{
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    height: 56px;
    background-color: rgb(255, 255, 255);
}
.footer_menu_icon{
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    outline: 0px;
    border: 0px;
    margin: 0px;
    border-radius: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, padding-top 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    padding: 0px 12px;
    min-width: 80px;
    max-width: 168px;
    flex-direction: column;
    flex: 1 1 0%;
    color: rgb(96, 99, 104);
}
.css-xgff9b{
    height: 32px;
}

.carousel-inner img{
    border-radius: 8px;
    width: 99.5% !important;
}

.my-swipe .van-swipe-item {
    color: #fff;
    font-size: 20px;
    line-height: 150px;
    text-align: center;
    background-color: #39a9ed;
  }


  .discussion:after {
    content: '\2807';
    font-size: 1em;
    color: #2d3446;
    padding-left: 6px;
}

.swiper-wrapper{
    width:100000px !important;
    /* height:auto !important; */
    /* width:100% !important; */
    display: flex;

}
.swiper-slide{
    /* width:610px; */
    
    
}
.swiper-slide img{
    /* width:100%; */
    margin-right: 10px;
    border-radius: 8px;
    height:280px;
}


.arrow-left {
    background: url('./zuo.svg') no-repeat left top;
    background-size:60%;
    background-position:10px 15px;
    width: 100px;
    height: 100px;
    background-color: white;
    position: absolute;
    left: -30px;
    top: calc(50% - 30px);
    width: 60px;
    height: 60px;
    z-index: 100;
    border-radius: 50%;
    box-shadow: 0px 0px 2px 0px gray;
}

.arrow-right {
    background: url('./you.svg') no-repeat left bottom;
    background-size:60%;
    background-position:15px 15px;
    width: 100px;
    height: 100px;
    background-color: white;
    position: absolute;
    right: -30px;
    top: calc(50% - 30px);
    width: 60px;
    height: 60px;
    z-index: 100;
    border-radius: 50%;
    box-shadow: 0px 0px 2px 0px gray;
}

@media screen and (max-width: 750px) {
    .arrow-right,.arrow-left,
    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        display: none;
    }

    .swiper-slide img{
        height: 200px;
    }
    
}