.container .pic {
    width: 500px;
    height: 295px;
    overflow: hidden;
}

.container .game_notice .scroll {
    display: flex;
    transition: transform .8s;
}

.container .game_notice .pic {
    position: relative;
}

.container .game_notice .pic ol {
    position: absolute;
    bottom: 20px;
    left: 0;
    z-index: 999999;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.logo{text-align:center}
.logo img{width:auto; height:auto;}
.container .game_notice .pic ol li {
    width: 5px;
    height: 5px;
    box-sizing: content-box;
    border: 4px solid #ad3015;
    margin: 0 5px;
    border-radius: 100%;
}

.container .game_notice .pic ol li.active {
    background-color: #877eaa;
}

.notice {
    flex: 1;
    height: 295px;
    overflow: hidden;
    margin-left: 15px;
    background: linear-gradient(to right, #fdfcf5, #fffef8, #fdfcf5);
}

.notice_list {
    display: none;
    padding: 13px 16px;
}

.notice_list .item a {
    flex: 1;
    color: #000000;
    font-size: 14px;
    padding: 6px 0;
}

.notice_list .item a .title {
    flex: 1;
    overflow: hidden;
    word-break: normal;
    -webkit-line-clamp: 1;
    white-space: nowrap;
    width: 200px;
    margin-right: 10px;
    text-overflow: ellipsis;
}

.notice_list .item a:hover>.title {
    color: #c85225;
    transition: transform .3s;
    transform: translateX(4px);
}

.game_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}

.game_list .item {
    width: 24%;
    margin-bottom: 10px;
}

.game_list .item img {
    width: 100%;
}

.game_material {
    margin-top: 35px;
    background: url('../images/gamebg.png') no-repeat;
    background-position: bottom center;
    background-size: cover;
}

.game_material_cont {
    width: 100%;
    margin-top: 25px;
}

.material_list .rowa {
    margin-bottom: 10px;
}

.material_list .rowa .label {
    display: flex;
    align-items: center;
    background: url('../images/label_bg.png') no-repeat;
    background-size: 100% 100%;
    padding: 9px 13px;
    font-size: 20px;
    color: #ffe8a9;
}

.material_list .rowa .label span {
    padding: 0 9px;
    display: block;
    color: transparent;
    font-weight: bold;
    background: linear-gradient(to bottom, #edd3b3, #ffdc85);
    background-clip: text;
    -webkit-background-clip: text;
}

.material_list .rowa .mate_list {
    display: flex;
    margin-left: 10px;
    flex-wrap: wrap;
    justify-content: start;
    flex: 1;
}

.material_list .rowa .mate_list li a {
    display: block;
    padding: 0 15px;
    color: var(--col);
    font-size: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    transition: transform .3s;
    border-right: 1px solid #000;
}

.material_list .rowa .mate_list li a:hover,
.cont_box2 .item .art_list a:hover>.title {
    transform: translateX(3px);
    color: #ad3015;
}

.cont_box2 {
    margin-top: 40px;
}

.cont_box2 .item {
    width: 49%;
}

.cont_box2 .item .item_cont {
    padding: 16px;
    background-color: #fef6e6;
}

.cont_box2 .item .pic {
    height: 150px;
    width: 100%;
}

.cont_box2 .item .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cont_box2 .item .art_list {
    margin-top: 12px;
}

.cont_box2 .item .art_list a {
    display: flex;
    width: 100%;
    justify-content: space-between;
    color: #000;
    font-size: 14px;
    padding: 5px 0;
}

.cont_box2 .item .art_list a .title {
    flex: 1;
    overflow: hidden;
    word-break: normal;
    -webkit-line-clamp: 1;
    white-space: nowrap;
    width: 200px;
    margin-right: 10px;
    text-overflow: ellipsis;
    transition: transform .3s;
}

.bottom_bg {
    width: 100%;
    background: url('../images/bottom_bg.png') no-repeat;
    background-size: 100% auto;
    background-position: bottom center;
    margin-top: 40px;
    padding-bottom: 85px;
}

.photh_banner {
    padding: 0;
    margin-top: 33px;
    width: 100%;
}

.photh_banner .item {
    cursor: pointer;
}

.photh_banner .item a {
    display: block;
    width: 100%;
    height: 100%;
}

.photh_banner .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.photh_banner .scroll_box {
    position: relative;
    height: 469px;
}

.photh_banner .item {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) scale(.8);
    width: 835px;
    height: 469px;
    transition: transform .5s;
    opacity: 0;
}

.photh_banner .contact {
    z-index: 9999!important;
    opacity: 1;
    transform: translateX(-50%) scale(1);
}

.photh_banner .left {
    transform: translateX(-80%) scale(.8);
    opacity: 1;
}

.photh_banner .right {
    transform: translateX(-20%) scale(.8);
    opacity: 1;
}

.banner_dot {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 27px;
}

.banner_dot li {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: transparent;
    border: 3px solid #ad3015;
    margin: 0 4px;
    cursor: pointer;
}

.banner_dot li.active {
    background-color: #ad3015;
}

.serviceCenter {
    margin-top: 60px;
}

.serviceCenter .cont {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 272px;
    margin: 40px auto;
    background-color: rgba(255, 255, 255, .8);
    padding: 32px 36px;
    border-radius: 5px;
}

.serviceCenter .cont img {
    width: 100%;
}

.serviceCenter .cont p {
    margin-top: 20px;
    color: #000000;
    font-size: 18px;
}

@media (max-width:1200px) {
    .photh_banner .item {
        width: 80%;
    }
    .photh_banner {
        overflow: hidden;
        padding: 0;
    }
}

@media (max-width:1100px) {
    .title_box h3 {
        font-size: 32px;
    }
    .material_list .rowa .label span {
        font-size: 16px;
    }
    .material_list .rowa .mate_list li {
        padding: 3px 0;
    }
}

@media (max-width:900px) {
    .game_list .item {
        width: 49%;
    }
    .material_list .rowa .mate_list li a {
        font-size: 14px;
        height: 14px;
    }
    .game_notice {
        flex-direction: column;
    }
    .notice {
        margin-top: 10px;
        margin-left: 0;
    }
    .container .pic {
        width: 100%;
        height: auto;
        display: none;
    }
    .container .pic img {
        width: 100%;
    }
    body {
        background-size: 135% auto;
        background-position: top right;
    }
}

@media (max-width:700px) {
    .container {
        top: 55vh;
    }
    .atlas{display:none}
    #certify{display:none}
    .title_box .tit_icons {
        display: flex;
        justify-content: center;
        flex: 1;
    }
    .title_box .tit_icons img {
        width: 90%;
    }
    .material_list .rowa {
        flex-direction: column;
    }
    .material_list .rowa .label {
        margin-bottom: 15px;
    }
    .material_list .rowa .mate_list li {
        padding: 5px 0;
    }
    .material_list .rowa .mate_list {
        margin-bottom: 20px;
        margin-left: 0;
    }
    .material_list .rowa {
        align-items: start;
    }
    .photh_banner .item {
        height: 360px;
    }
}

@media screen and (max-width:600px) {
    body {
        background-size: 180% auto;
    }
    .cont_box2 {
        flex-direction: column;
    }
    .cont_box2 .item {
        width: 100%;
    }
    .material_list .rowa .mate_list {
        margin-bottom: 10px;
    }
    .photh_banner .item,
    .photh_banner,
    .banner_box,
    .photh_banner .scroll_box {
        height: 260px;
    }
        .logo img{max-width:60%; height:auto}
}

@media screen and (max-width:500px) {
    body {
        background-size: 220% auto;
    }
    .photh_banner .item,
    .photh_banner,
    .banner_box,
    .photh_banner .scroll_box {
        height: 180px;
    }
        .logo img{max-width:60%; height:auto}
}

@media screen and (max-width:400px) {
    body {
        background-size: 230% auto;
    }
    .game_list .item {
        width: 100%;
    }
    .downloads_box {
        top: 40vh;
    }
    .container {
        top: 50vh;
    }
    .logo img{max-width:60%; height:auto}
}