.game {
    width: 100%;
    margin-top: 115px;
}

html,
body {
    position: relative;
    height: 100%;
}

body {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

.game_top {
    width: 100%;
    /* height: 432px; */
}

.game_top img {
    width: 100%;
}

.game_top .game_top_img_1 {
    display: none;
}

/* 专业团队 */

.game_team_box {
    width: 100%;
    background: #fff;
}

.game_team {
    max-width: 1500px;
    margin: 0 auto;
    padding: 90px 20px 0px 20px;
    text-align: center;
}

.game_team h4 {
    font-size: 42px;
    font-weight: bold;
    line-height: 59px;
    color: #333333;
}

.game_team h2 {
    font-size: 12px;
    font-weight: bold;
    line-height: 17px;
    color: #A5A5A5;
    opacity: 0.56;
}

.game_team .line {
    display: inline-block;
    width: 54px;
    height: 0px;
    border: 1px solid #707070;
    margin: 23px 0 16px 0;
}

.game_team .game_team_text {
    font-size: 16px;
    line-height: 30px;
    color: #333;
    margin-bottom: 74px;
}

/* 游戏案例列表*/

.game_team_list {
    width: 100%;
}

.game_team_list ul {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}

.game_team_list ul li {
    /* width: 310px; */
    margin: 20px 0;
    margin-right: 30px;
    width: calc((100% - 3 * 30px)/4);
    /* height: 412px; */
    box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.1);
    background: #fff;
}

.game_team_list ul li:nth-child(4n) {
    margin-right: 0;
}

.game_team_list ul li p {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 30px 0;
}

.game_team_list ul li p strong {
    font-size: 32px;
    color: #333;
    font-weight: 100;
}

.game_team_list ul li img {
    width: 100%;
}

.game_team_list ul li:hover {
    transform: scale(1.05);
    transition: all .5s;
    background: #fff;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.16);
}

.game_team_list ul li:hover p {
    background: #FE8000;
}

.game_team_list ul li:hover p strong {
    /* font-weight: bold; */
    color: #FFFFFF;
}


/* 游戏案例 */

.game_case_box {
    width: 100%;
    padding: 40px 20px 80px 20px;
    background: #fff;
}

/* 新修改模块 */
.game_case_1{
    max-width: 1500px;
    margin: 0 auto;
    text-align: center;
    
}
.game_case_1 h1 {
    font-size: 32px;
    font-weight: bold;
    color: #333;
    margin-top: 40px;
}
.game_case_1 i{
    width: 50px;
    height: 4px;
    background: #FE7E01;
    display: inline-block;
    margin: 10px 0 20px 0;
}
.game_case_1 ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
    margin-bottom: 30px;
}
.game_case_1 ul li {
    width: 45%;
}
.game_case_1 ul li .li_div {
    width: 100%;
    height:auto;
    overflow: hidden;
    border-radius: 10px;
}
.game_case_1 ul li .li_div img{
    width: 100%;
    transition: all 0.6s;
}
.game_case_1 ul li .li_div img:hover{
    transform: scale(1.05);
}
.game_case_1 ul li .li_text{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.game_case_1 ul li .li_text h4{
    font-size: 30px;
    color: #333;
    font-weight: 400;
}
.game_case_1 ul li .li_text img{
    width: 100px;
    
}



/* 新修改结束 */



.game_case {
    max-width: 1500px;
    margin: 0 auto;
}

.game_case_tab {
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}

.game_case_tab h1 {
    font-size: 42px;
    font-weight: bold;
    line-height: 59px;
    color: #333333;
}

.game_case_tab h3 {
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: bold;
    line-height: 15px;
    color: #A5A5A5;
    opacity: 0.3;
}

.game_case_tab .line {
    display: inline-block;
    width: 27px;
    height: 0px;
    border: 1px solid #707070;
    display: none;
}

.game_case_tab ul {
    display: flex;
    line-height: 59px;
}

.game_case_tab ul li {
    margin-left: 36px;
    font-size: 26px;
    line-height: 30px;
    color: #333333;
    opacity: 0.6;
    padding-bottom: 5px;
    text-align: center;
    cursor: pointer;
}

.game_case_tab ul li:first-child {
    margin-left: 0px;
}

.game_case_tab ul li:hover {
    border-bottom: 2px solid #FE8000;
    opacity: 1;
}

.game_case_tab ul .select {
    font-size: 26px;
    line-height: 30px;
    color: #333333;
    border-bottom: 2px solid #FE8000;
    opacity: 1;
}




/* 列表 */
.swiper {
    width: 100%;
    height: 100%;
    padding-bottom: 80px;
    display: none;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
}

.mySwiper1 .swiper-button-prev {
    right: 50%;
    left: auto;
    transform: translateX(-105px);
}

.mySwiper1 .swiper-button-next {
    left: 50%;
    transform: translateX(105px);
}

.mySwiper1 .swiper-button-next,
.mySwiper1 .swiper-button-prev {
    background-size: 20px 40px;
    top: auto;
    bottom: 0;
    color: #999;
}

.mySwiper1 .swiper-pagination {
    font-size: 18px;
    line-height: 22px;
    color: #666666;
    bottom: 40px;
}

#mySwiper1 .swiper-scrollbar {
    width: 100px !important;
    height: 1px;
    background-color: #2E2E2E;
    opacity: 0.85;
    left: 50%;
    transform: translateX(-50%);
    bottom: 22px;
    display: block !important;
}

#mySwiper1 .swiper-scrollbar-drag {
    height: 5px;
    background: #FE8000;
    border-radius: 0;
    top: -2px;
}

#mySwiper1 .swiper-scrollbar-drag {
    height: 5px;
    background: #FE8000;
    border-radius: 0;
    top: -2px;
}

#mySwiper1 .swiper-pagination-current {
    font-size: 24px;
    line-height: 29px;
    color: #8F8F8F;
}

.swiper-list {
    max-width: 1500px;
    height: auto;
    margin: 0 auto;
    /* margin-bottom: 80px; */
}

.swiper-list ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.swiper-list ul li {
    background: url(../img/picBg.png) no-repeat center;
    background-size: 100% 100%;
    margin: 30px 0px;
    margin-right: 30px;
    width: calc((100% - 3 * 30px)/4);
    padding: 5px 10px;
    border-radius: 47px;
    overflow: hidden;
    position: relative;
    height: 632px;
}

.swiper-list ul li:nth-child(4n) {
    margin-right: 0px;
}

.swiper-list ul li a {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.swiper-list ul li a .topBg {
    width: 170px;
    height: 20px;
    position: absolute;
    top: 0.5%;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 55;
}

.case_img_1 {
    display: inline;
    border-radius: 35px;
    /* margin-top: 8px; */
    width: 102%;
    height: 100%;
    /* padding-bottom: 15px; */
}

.case_img_text {
    position: absolute;
    left: 0;
    z-index: 999;
    bottom: -110%;
    padding: 0 40px;
    width: 100%;
    height: 103%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 47px;
}

.case_img_text h4 {
    margin-bottom: 30px;
    padding-bottom: 10px;
    color: #dadada;
    font-weight: bold;
    border-bottom: 1px solid #b5b5b5;
}

.swiper-list ul li a:hover .case_img_text {
    bottom: -10px;
    transition: bottom .5s;
}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1024px) {
    .swiper-list ul li {
        height: 420px;
        border-radius: 30px;
    }

    .case_img_1 {
        border-radius: 25px;
    }

    .swiper-list ul li a .topBg {
        width: 120px;
        height: 15px;
    }
}

@media screen and (max-width: 900px) {
    .game {
        margin-top: 80px;
    }
}

@media screen and (max-width: 768px) {
    .game {
        margin-top: 50px;
    }

    .game_top .game_top_img {
        display: none;
    }

    .game_top .game_top_img_1 {
        display: block;
    }

    .game_team {
        margin: 0 auto;
        padding: 45px 20px 0 20px;
    }

    .game_team h4 {
        font-size: 21px;
        font-weight: bold;
        line-height: 30px;
        color: #333333;
    }

    .game_team .line {
        display: inline-block;
        width: 54px;
        height: 0px;
        border: 1px solid #707070;
        margin: 11px 0 8px 0;
    }

    .game_team .game_team_text {
        line-height: 20px;
        color: #707070;
        font-size: 14px;
        margin-bottom: 37px;
    }

    /* 团队 */
    .game_team_list ul li {
        pointer-events: none;
        margin: 15px 0;
        margin-right: 30px;
        width: calc((100% - 1 * 30px)/2);
        box-shadow: 0px 3px 25px rgb(0 0 0 / 10%);
        background: #fff;
    }

    .game_team_list ul li:nth-child(2n) {
        margin-right: 0;
    }

    .game_team_list ul li p strong {
        font-size: 16px;
        color: #333;
        font-weight: bold;
    }

    /* 游戏案例 */
    .game_case_box {
        width: 100%;
        padding: 20px 20px 0px 20px;
        background: #fff;
    }

    /* 新修改 */
    .game_case_1 h1 {
        margin-top: 20px;
        font-size: 21px;
    }
    .game_case_1 i{
        margin-bottom: 10px;
    }
    .game_case_1 ul{
        margin-top: 20px;
		margin-bottom: 0;
    }
    .game_case_1 ul li .li_text{
        margin-top: 10px;
    }
    .game_case_1 ul li .li_text h4{
        font-size: 18px;
		font-weight: bold;
    }
    .game_case_1 ul li .li_text img{
        width: 60px;
    }
    
    /* 新修改结束 */
    .game_case_tab {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 30px;
    }

    .game_case_tab h1 {
        font-size: 21px;
        line-height: 30px;
    }

    .game_case_tab h3 {
        display: block;
    }

    .game_case_tab .line {
        display: block;
        margin-top: 5px;
        margin-bottom: 19px;
    }

    .game_case_tab ul li {
        margin-left: 12px;
        font-size: 14px;
        line-height: 15px;
        color: #333333;
        opacity: 0.6;
        padding-bottom: 5px;
        cursor: pointer;
    }

    .game_case_tab ul li:first-child {
        margin-left: 0px;
    }

    .game_case_tab ul .select {
        font-size: 14px;
        line-height: 15px;
        color: #333333;
        border-bottom: 2px solid #FE8000;
        opacity: 1;
    }

    /* 案例列表 */
    /*    .swiper-list {
        margin-top: 30px;
    }
    */
    .swiper-list ul li {
        pointer-events: none;
        margin: 10px 0px;
        margin-right: 20px;
        width: calc((100% - 1 * 20px)/2);
        padding: 0px 5px;
        border-radius: 23px;
        overflow: hidden;
        position: relative;
        height: 316px;
    }

    .swiper-list ul li:nth-child(2n) {
        margin-right: 0px;
    }

    .swiper-list ul li a .topBg {
        width: 85px;
        height: 10px;
    }

    .swiper-button-prev:after,
    .swiper-rtl .swiper-button-next:after {
        font-size: 30px !important;
    }

    .swiper-button-next:after,
    .swiper-rtl .swiper-button-prev:after {
        font-size: 30px !important;
    }

    .mySwiper1 .swiper-button-prev {
        right: 45%;
        left: auto;
        transform: translateX(-105px);
    }

    .mySwiper1 .swiper-button-next {
        left: 45%;
        transform: translateX(105px);
    }

    .case_img_text {
        position: absolute;
        left: 0;
        z-index: 999;
        bottom: -110%;
        padding: 0 20px;
        width: 100%;
        height: 102%;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: rgba(0, 0, 0, .5);
        border-radius: 47px;
    }

    .case_img_1 {
        display: inline;
        border-radius: 23px;
        margin-top: 4px;
        width: 102%;
        height: 100%;
        padding-bottom: 7px;
    }
}

@media screen and (max-width: 500px) {
    .swiper-list ul li {
        margin: 15px 0px;
        margin-right: 20px;
        width: calc((100% - 1 * 20px)/2);
        /* padding: 10px 15px; */
        border-radius: 23px;
        overflow: hidden;
        position: relative;
    }

    .swiper-list ul li:nth-child(2n) {
        margin-right: 0px;
    }
.game_case_1 ul li {
    width: 100%;
	margin-bottom: 30px;
}
    .swiper-list ul li a .topBg {
        width: 85px;
        height: 10px;
    }

    .case_img_text {
        position: absolute;
        left: 0;
        z-index: 999;
        bottom: -110%;
        padding: 0 20px;
        width: 100%;
        height: 102%;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: rgba(0, 0, 0, .5);
        border-radius: 23px;
    }

    .case_img_1 {
        display: inline;
        border-radius: 23px;
        margin-top: 4px;
        width: 102%;
        height: 100%;
        padding-bottom: 7px;
    }
}
