.notice_container {
    width: 100%;
    display: flex;
    margin-top: 25px;
}

.notice .titles {
    margin: 100px auto 0;
}

.notice_container .banner {
    position: relative;
    width: 450px;
    height: 329px;
    overflow: hidden;
}

.notice_container .banner .point {
    display: flex;
    position: absolute;
    bottom: 14px;
    right: 12px;
    align-items: center;
    z-index: 99;
}

.notice_container .banner .point li {
    width: 10px;
    height: 10px;
    background-color: #000000;
    margin-left: 11px;
    cursor: pointer;
}

.notice_container .banner .point li.active {
    background-color: #e4c280;
}

.notice_container .banner .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.notice_container .banner .scroll {
    display: flex;
    transition: transform .5s;
}

.notice_container .notice_list_box {
    flex: 1;
    margin: 0 25px 0 35px;
}

.notice_container .notice_list_box .notice_nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-image: url('../images/noticeNavBg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.notice_container .notice_list_box .notice_nav .navs {
    position: relative;
    display: flex;
    align-items: center;
    font-family: '宋体';
    font-size: 16px;
}

.notice_container .notice_list_box .notice_nav .navs .item {
    padding: 12px 24px;
    position: relative;
    z-index: 99;
    cursor: pointer;
}

.notice_container .notice_list_box .notice_nav .navs .actives {
    color: #fff;
}

.notice_container .notice_list_box .notice_nav .navs .active {
    position: absolute;
    left: -5px;
    top: 50%;
    width: 87px;
    background-repeat: no-repeat;
    transform: translateY(-50%);
    font-size: 0;
    transition: transform .2s;
}

.notice_container .notice_list_box .notice_list li {
    padding: 7px 0;
}

.notice_container .notice_list_box .notice_list li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #000000;
}

.notice_container .notice_list_box .notice_list li a .title {
    transition: transform .3s;
}

.notice_container .notice_list_box .notice_list li a:hover>.title {
    color: #ff0000;
    transform: translateX(4px);
}

.toggle_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 241px;
    background-image: url('../images/toggle.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.toggle_box .item {
    flex: 1;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    border-bottom: 1px solid #5b5b5b;
    font-family: 'hsj';
    cursor: pointer;
    font-size: 24px;
    transition: transform .3s;
}
       .toggle_box .item a:link{
         color: #fff;
    }
             .toggle_box .item a:visited{
         color: #fff;
    }
.toggle_box .item:hover {
    transform: translateX(3px);
}

.toggle_box .item:last-child {
    border-bottom: none;
}

.data_toggle {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.data_toggle .item {
    padding: 8px 50px 12px 68px;
    background-image: url('../images/data_bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-size: 36px;
    height: 36px;
    font-family: 'hsj';
    color: #fff;
    box-sizing: content-box;
    margin: 0 7px;
    cursor: pointer;
}

.data_toggle .active {
    background-image: url('../images/data_bg_active.png');
}

.gameData_cont {
    width: 100%;
    min-height: 500px;
    background-image: url('../images/databg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: 12px;
    display: flex;
    padding: 58px 88px;
}

.gameData_cont .gameData_list {
    flex: 1;
}

.gameData_cont .pic {
    display: flex;
    align-items: end;
    width: 288px;
    font-size: 0;
  
}

.pic img {
    width: 100%;
}

.gameData_cont .gameData_list .item {
    display: flex;
    align-items: center;
    padding: 5px 0;
    font-size: 14px;
    color: #000000;
}

.gameData_cont .gameData_list .item .date {
    color: #606060;
}

.gameData_cont .gameData_list .item .line_dashed {
    flex: 1;
    height: 0;
    border-bottom: 1px dashed #858585;
    margin: 0 10px;
}

.gamePhoto_cont {
    display: flex;
    align-items: center;
    margin-top: 22px;
}

.gamePhoto_cont .scrolls {
    display: flex;
    transition: transform .5s;
}

.gamePhone_swiper {
    flex: 1;
    overflow: hidden;
}

.gamePhone_swiper .item {
    height: 216px;
    padding: 0 8px;
}

.gamePhone_swiper .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gamePhoto_cont .arror_btn .iconfont {
    font-size: 32px;
    color: #919190;
    cursor: pointer;
}

.gamePhoto_cont .arror_btn .iconfont:hover {
    font-size: 32px;
    color: #000000;
}

.kf_code {
    width: 424px;
    margin: 56px auto 0;
}

.kf_code img {
    width: 100%;
}

.gameData_cont .gameData_list .item .title {
    transition: transform .3s;
}

.gameData_cont .gameData_list .item:hover>.title {
    color: #ff0000;
    transform: translateX(2px);
}

.notice_container .notice_nav .more a {
    position: relative;
}

.notice_container .notice_nav .more a span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-20%, -80%);
    color: #fff;
    transition: transform .2s;
}

.notice_container .notice_nav .more:hover>a span {
    transform: translate(-20%, -80%) rotate(45deg);
}

@media (max-width:1200px) {
    .toggle_box {
        width: 160px;
    }
    .notice_container .notice_list_box .notice_nav .navs .item {
        padding: 12px 18px;
    }
    .notice_container .notice_list_box .notice_nav .navs .active {
        width: 70px;
        font-size: 0;
    }
    .notice_container .notice_list_box .notice_nav .navs .active img {
        width: 100%;
    }
    .toggle_box .item {
        font-size: 20px;
        width: 70%;
    }
    .notice_container .banner {
        width: 400px;
        height: 280px;
    }
    .notice_container .notice_list_box .notice_list li {
        padding: 5px 0;
    }
    .data_toggle .item {
        font-size: 30px;
    }
}

@media (max-width:1000px) {
    .data_toggle .item {
        font-size: 24px;
        padding: 5px 40px 2px 50px;
    }
    .notice_container {
        flex-wrap: wrap;
    }
    .notice_container .banner {
        width: 100%;
        height: 400px;
        margin-bottom: 15px;
    }
    .notice_container .notice_list_box {
        margin-left: 0;
    }
}

@media (max-width:900px) {
    .data_toggle .item {
        font-size: 18px;
        padding: 8px 30px 0px 40px;
    }
    .gameData_cont .pic {
        width: 200px;
    }
    .titles {
        width: 300px;
    }
    .gameData_cont {
        min-height: 410px;
    }
    .gameData_cont .gameData_list .item {
        padding: 3px 0;
    }
    .gamePhone_swiper .item {
        height: 160px;
    }
}

@media (max-width:700px) {
    .notice .titles {
        margin: 50px auto 0;
    }
    .data_toggle .item {
        font-size: 18px;
        padding: 8px 30px 0px 40px;
    }
    .gameData_cont {
        position: relative;
        padding: 50px;
    }
    .gameData_cont .gameData_list {
        position: relative;
        z-index: 9;
        padding: 10px;
        backdrop-filter: blur(2px);
        background-color: rgba(255, 255, 255, .5);
    }
    .gameData_cont .pic {
        position: absolute;
        right: 40px;
        bottom: 50px;
        width: 160px;
    }
    .titles {
        width: 260px;
    }
    .gameData_cont {
        min-height: 410px;
    }
    .gameData_cont .gameData_list .item {
        padding: 3px 0;
    }
    .gamePhone_swiper .item {
        height: 100px;
    }
    .toggle_box .item {
        font-size: 16px;
        width: 60%;
    }
          .toggle_box .item a{
         color: #fff;
    }
             .toggle_box .item a:link{
         color: #fff;
    }
             .toggle_box .item a:visited{
         color: #fff;
    }
    .toggle_box {
        width: 120px;
    }
    .kf_code {
        width: 300px;
    }
}

@media (max-width:600px) {
    .toggle_box {
        margin-top: 10px;
        width: 100%;
    }
    .toggle_box .item {
        width: 80%;
        padding: 15px 0;
    }
        .toggle_box .item a{
         color: #fff;
    }
                 .toggle_box .item a:link{
         color: #fff;
    }
             .toggle_box .item a:visited{
         color: #fff;
    }
    .notice_container {
        flex-direction: column;
    }
    .notice_container .notice_list_box {
        margin-right: 0;
    }
    .notice_container .banner {
        height: 300px;
    }
}

@media (max-width:500px) {
    .notice_container .banner {
        height: 220px;
    }
}

@media (max-width:400px) {
    .notice_container .notice_list_box .notice_nav .navs .item {
        font-size: 14px;
        padding: 8px 12px;
    }
    .notice_container .notice_list_box .notice_nav .navs .active {
        width: 52px;
    }
    .notice_container .banner {
        height: 180px;
    }
    .gamePhone_swiper .item {
        height: 140px;
    }
}