.proitem_topctnr {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 90px 0 100px 0;
}

.proitem_img_Area .man_pic {
    position: relative;
    margin-bottom: 20px;
}

.proitem_img_Area .man_pic .cover{
    width: 660px;
    height: 485px;
    overflow: hidden;
}

.proitem_img_Area .man_pic .cover img{
    height: 485px;
    float: right;
}

/*--------------label----------*/

.proitem_img_Area .man_pic .label1 {
    position: absolute;
    top: 80px;
    right: -30px;
    width: 95px;
    height: 95px;
    z-index: 1;
}

.proitem_img_Area .man_pic .label2 {
    position: absolute;
    top: 200px;
    right: -30px;
    width: 95px;
    height: 95px;
    z-index: 1;
}

.proitem_img_Area .man_pic .label1 img,
.proitem_img_Area .man_pic .label2 img {
    width: 100%;
}


/*----------roitem_img_slick------------*/

.proitem_img_Area .proitem_img_slick {
    width: 660px;
}

.proitem_img_Area .proitem_img_slick .slick_pic {
    /*width: 100%;*/
    width: 660px;
    height: 371px;
    overflow: hidden;
}

.proitem_img_Area .proitem_img_slick .slick_pic img {
    width: 100%;
}


/*--------dot-------*/

.proitem_img_Area .slick-dots {
    bottom: 30px;
    text-align: right;
    right: 30px;
}

.proitem_img_Area .slick-dots li button:before {
    color: #fff;
    font-size: 20px;
}

.proitem_img_Area .slick-dots li.slick-active button:before {
    /*opacity: .75;*/
    color: #14ade3;
}


/*-----------proitem_content_Area----------*/

.proitem_content_Area {
    width: 800px;
    margin-left: 45px;
}

.proitem_content_Area .game_content_Area {
    padding: 10px 0 0 50px;
    text-align: left;
}

.game_content_Area h1 {
    font-size: 50px;
    font-weight: bold;
    color: #35addc;
    margin: 60px 0 0 0;
}

.game_content_Area h2 {
    margin: 40px 0;
}

.game_content_Area .price,
.game_content_Area .sale b {
    font-size: 48px;
    color: #000;
}

.game_content_Area .sale span {
    font-size: 36px;
    color: #666;
    text-decoration: line-through;
}

.game_content_Area .txt {
    width: 93.5%;
    font-size: 18px;
    color: #666;
    font-weight: 600;
}

.game_content_Area .tag_Area .tag_item {
    font-size: 16px;
    font-weight: normal;
    color: #a1a1a1;
    border: 1px solid #a1a1a1;
    border-radius: 5px;
    background-color: transparent;
    padding: 3px 20px;
    margin: 3px;
    display: inline-block;
}

.game_content_Area button, .game_content_Area select {
    width: 225px;
}

.game_content_Area button i{
    margin-right: 5px;
}

.game_content_Area .add_shop_btn {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    border-radius: 10px;
    background-color: #14ade3;
    padding: 20px 0;
    margin: 50px auto 60px auto;
    cursor: pointer;
    transition: 0.3s;
}

.game_content_Area .add_shop_btn:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.game_content_Area .add_shop_select {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    border-radius: 10px;
    background-color: #14ade3;
    padding: 15px 0;
    margin: 50px auto 60px auto;
    border: none;
    text-align: center;
}

.game_content_Area .add_shop_select:focus-visible {
    outline: none;
}

.game_content_Area a.website_btn {
    padding: 16px 25px;
    width: 225px;
    text-decoration: none;
}

.game_content_Area .website_btn {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    border-radius: 10px;
    background-image: linear-gradient(to bottom right, #edbf1c, #e2b001);
    padding: 20px 0;
    margin: 50px auto 60px auto;
    cursor: pointer;
    transition: 0.3s;
}

.game_content_Area .website_btn:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.game_content_Area .download_btn, .game_content_Area .buy_btn {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    border-radius: 10px;
    background-image: linear-gradient(to bottom right, #fe5c64, #fe3e66);
    padding: 20px 0;
    margin: 50px auto 60px auto;
    cursor: pointer;
    transition: 0.3s;
}

.game_content_Area .download_btn:hover, .game_content_Area .buy_btn:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}


/*---------------more_content_Area--------------*/

.more_content_Area .title {
    position: relative;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    color: #434343;
    border-radius: 50px;
    padding: 5px 0 5px 50px;
    background-image: linear-gradient(to right, #bebebe, #fff);
}

.more_content_Area .title:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background-color: #434343;
    border-radius: 50px;
}

.more_content_Area .more_game_box {
    /*display: flex;*/
    /*justify-content: flex-start;*/
    /*align-items: flex-start;*/
    /*padding: 20px 0 0 50px;*/
}

.more_content_Area .more_game_box .item {
    width: 120px;
    text-align: center;
    margin-right: 30px;
    text-decoration: none;
}

.more_content_Area .more_game_box .item .txt {
    font-size: 16px;
    color: #666;
}

.more_content_Area .more_game_box .item .price {
    color: #000;
}

.more_content_Area .more_game_box .item .sale span {
    font-size: 16px;
    color: #a0a0a0;
    text-decoration: line-through;
}

.more_content_Area .more_game_box .item .sale b {
    color: #000;
    font-size: 18px;
}


/*-----------proitem_bottomctnr--------------*/

.proitem_bottomctnr .tab_Area {
    width: 1500px;
    margin: 0 auto;
}

.proitem_bottomctnr .tab_Area .tab_btn_box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.proitem_bottomctnr .tab_Area .tab_btn_box .tab_btn {
    padding: 10px 40px;
    color: #35addc;
    border: 1px solid #35addc;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 20px;
    font-weight: bold;
    margin: 0 10px;
    transition: 0.3s;
    cursor: pointer;
}

.proitem_bottomctnr .tab_Area .tab_btn_box .tab_btn:hover {
    background-color: #35addc;
    color: #fff;
}

.proitem_bottomctnr .tab_Area .tab_btn_box .tab_btn.active {
    background-color: #35addc;
    color: #fff;
}

.proitem_bottomctnr .tab_Area .tab_ctn_box {
    position: relative;
    width: 100%;
    height: auto;
    border: 1px solid #bebebe;
    overflow-y: auto;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: #ccc;
}

.proitem_bottomctnr .tab_Area .tab_ctn_box .tab_ctn {
    /*position: absolute;*/
    width: 100%;
    height: 100%;
    padding: 50px;
    text-align: left;
    opacity: 0;
    transition: 0.3s;
    display: none;
}

.proitem_bottomctnr .tab_Area .tab_ctn_box .tab_ctn img {
    max-width: 100%;
    /*display: block;*/
}

.proitem_bottomctnr .tab_Area .tab_ctn_box .tab_ctn.active {
    opacity: 1;
    display: block;
}


/*-----------proitem_recommend-----------*/

.proitem_recommend {
    width: 1500px;
    margin: 100px auto;
}

.proitem_recommend .top_bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
    margin: 10px 0;
    border-bottom: 1px solid #666;
}

.proitem_recommend .top_bar p {
    font-size: 30px;
    color: #666666;
    font-weight: bold;
    margin: 0;
}

.proitem_recommend .top_bar a {
    font-size: 20px;
    color: #666666;
}

.proitem_recommend .rcmd_game_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1500px;
    padding-top: 20px;
}

.proitem_recommend .rcmd_game_box .proitem_gameitem {
    text-align: center;
    width: 360px;
}

.proitem_gameitem .price {
    font-size: 20px;
    color: #808080;
}

.proitem_gameitem .price.sale span {
    font-size: 20px;
    color: #a0a0a0;
    text-decoration: line-through;
}

.proitem_gameitem .price b {
    font-size: 24px;
    color: #000;
    text-decoration: none;
    margin-left: 10px;
}

/*---------rwd------------*/

@media only screen and (min-width: 750px) and (max-width: 969px){
    .proitem_bottomctnr .tab_Area .tab_ctn_box .tab_ctn {
        padding: 25px;
    }
    .proitem_topctnr {
        width: 100%;
        flex-direction: column;
        margin: 60px 0 20px 0;
    }
    .proitem_img_Area {
        margin: 0 auto;
    }
    .proitem_img_Area .man_pic .label1 {
        top: -40px;
        left: 20px;
    }
    .proitem_img_Area .man_pic .label2 {
        top: -40px;
        left: 130px;
    }
    .slick-dotted.slick-slider{
        margin-bottom: 10px;
    }
    .proitem_content_Area {
        width: 100%;
        margin: 0;
    }

    .proitem_content_Area .game_content_Area {
        padding: 10px 50px;
    }
    .game_content_Area h1 {
        font-size: 50px;
        margin: 0;
    }

    .game_content_Area h2 {
        margin: 10px 0;
    }
    
    .game_content_Area .tag_Area .tag_item {
        border-radius: 5px;
        padding: 3px 20px;
        margin: 3px;
    }
    
    .game_content_Area .download_btn,
    .game_content_Area .buy_btn,
    .game_content_Area .website_btn,
    .game_content_Area .add_shop_btn,
    .game_content_Area .add_shop_select{
        margin: 20px 2px;
    }
    .game_content_Area button, .game_content_Area select {
        width: 32%;
    }
    
    .more_content_Area{
        padding: 10px 50px;
    }
    .more_content_Area .more_game_box {
        padding: 10px 0 0 20px;
    }

    .proitem_bottomctnr .tab_Area {
        width: 90%;
    }
    .proitem_bottomctnr .tab_Area .tab_btn_box .tab_btn {
        padding: 10px 20px;
        color: #35addc;
        font-size: 20px;
        margin: 0 10px;
    }
    .proitem_recommend{
        width: 100%;
	    margin: 20px auto;
        padding: 0 20px;
    }
    .proitem_recommend .top_bar p {
        padding: 0 10px;
    }
    .proitem_recommend .rcmd_game_box {
        width: 100%;
        padding-top: 20px;
        flex-wrap: wrap;
    }
    .proitem_recommend .rcmd_game_box .proitem_gameitem {
	    width: 46%;
        margin: 0 10px 20px 10px;
    }
    .proitem_recommend .rcmd_game_box .proitem_gameitem img{
	    width: 100%;
    }
}

@media only screen and (max-width: 749px){
    .proitem_bottomctnr .tab_Area .tab_ctn_box .tab_ctn {
        padding: 10px;
    }
    .proitem_topctnr {
        width: 100%;
        flex-direction: column;
        margin: 30px 0 20px 0;
    }
    .proitem_img_Area {
        margin: 0 auto;
    }
    
    .proitem_img_Area .man_pic .cover{
        width: 330px;
        height: 242px;
    }
    .proitem_img_Area .man_pic .cover img{
        width: 100%;
        height: auto;
        float: none
    }
    .proitem_img_Area .man_pic .label1 {
        top: -20px;
        left: 10px;
        width: 47px;
        height: 47px;
    }
    .proitem_img_Area .man_pic .label2 {
        top: -20px;
        left: 66px;
        width: 47px;
        height: 47px;
    }
    .proitem_img_Area .proitem_img_slick {
        width: 330px;
        height: 185px;
    }

    .proitem_img_Area .proitem_img_slick .slick_pic {
        width: 100%;
        height: 185px;
    }
    .proitem_img_Area .slick-dots {
        bottom: 14px;
        right: 14px;
    }

    .proitem_img_Area .slick-dots li button:before {
        font-size: 14px;
    }
    .slick-dotted.slick-slider{
        margin-bottom: 10px;
    }
    .proitem_content_Area {
        width: 100%;
        margin: 0;
    }

    .proitem_content_Area .game_content_Area {
        padding: 10px 20px;
    }
    .game_content_Area h1 {
        font-size: 30px;
        margin: 0;
    }

    .game_content_Area h2 {
        margin: 10px 0;
    }
    .game_content_Area .price,
    .game_content_Area .sale b {
        font-size: 30px;
    }

    .game_content_Area .sale span {
        font-size: 24px;
    }

    .game_content_Area .txt {
        width: 93.5%;
        font-size: 14px;
    }
    .game_content_Area .tag_Area .tag_item {
        font-size: 12px;
        border-radius: 5px;
        padding: 3px 5px;
        margin: 3px;
    }
    .game_content_Area button i{
        display: none;
    }
    .game_content_Area .download_btn,
    .game_content_Area .buy_btn,
    .game_content_Area .website_btn,
    .game_content_Area .add_shop_btn{
        font-size: 14px;
        margin: 10px 2px;
        padding: 15px 0;
    }
    .game_content_Area a.website_btn{
        font-size: 14px;
        margin: 10px 2px;
        padding: 15px;
    }
    .game_content_Area .add_shop_btn:hover,
    .game_content_Area .website_btn:hover,
    .game_content_Area .download_btn:hover,
    .game_content_Area .buy_btn:hover {
        box-shadow: none;
    }
    .game_content_Area .add_shop_select {
        font-size: 14px;
        margin: 10px 2px;
        padding: 13px 16px;
    }
    .game_content_Area button, .game_content_Area select {
        width: 31%;
    }
    .more_content_Area{
        padding: 10px 20px;
    }
    .more_content_Area .title {
        width: 100%;
        font-size: 14px;
        border-radius: 14px;
        padding: 5px 0 5px 30px;
    }

    .more_content_Area .title:before {
        top: 50%;
        left: 10px;
        transform: translateY(-50%);
        width: 14px;
        height: 14px;
        border-radius: 14px;
    }
    .more_content_Area .more_game_box {
        /*padding: 10px 0 0 20px;*/
    }
    .more_content_Area .more_game_box a {
        /*margin: 5px auto;
        width: 180px;
        display: block;*/
    }
    .more_content_Area .more_game_box .item {
        width: 80px;
        margin-right: 15px;
    }
    .more_content_Area .more_game_box .item img {
        width: 100%;
    }
    .more_content_Area .more_game_box .item .txt {
        font-size: 14px;
    }

    .more_content_Area .more_game_box .item .sale span {
        font-size: 12px;
    }

    .more_content_Area .more_game_box .item .sale b {
        font-size: 16px;
    }
    .proitem_bottomctnr .tab_Area {
        width: 90%;
    }
    .proitem_bottomctnr .tab_Area .tab_btn_box .tab_btn {
        padding: 10px 5px;
        color: #35addc;
        font-size: 14px;
        margin: 0 5px;
    }
    .proitem_recommend{
        width: 100%;
	    margin: 20px auto;
        padding: 0 10px;
    }
    .proitem_recommend .top_bar p {
        font-size: 20px;
        padding: 0;
    }
    .proitem_recommend .top_bar a {
        font-size: 16px;
    }
    .proitem_recommend .rcmd_game_box {
        width: 100%;
        padding-top: 20px;
        flex-wrap: wrap;
    }
    .proitem_recommend .rcmd_game_box .proitem_gameitem {
	    width: 46%;
        margin: 0 5px 10px 5px;
    }
    .proitem_recommend .rcmd_game_box .proitem_gameitem img{
	    width: 100%;
    }
    .proitem_gameitem .txt {
        font-size: 20px;
        margin: 4px 0;
    }
    .proitem_gameitem .price {
        font-size: 14px;
    }
    .proitem_gameitem .price.sale span {
        font-size: 14px;
    }
    .proitem_gameitem .price b {
        font-size: 18px;
        margin-left: 5px;
    }
}