.updatelog_bg {
    background-color: #141622;
}

.updatelog_box {
    width: 60%;
    text-align: center;
    margin: 0 auto;
    padding: 2% 0;
}

.updatelog_header {
    text-align: left;
}

    .updatelog_header > h2 {
        display: inline-block;
        margin-right: 2%;
    }

.updatelog_more {
    color: #FFFFFF;
    line-height: .375rem;
}

.img_update {
    width: 100%;
}

.updatelog_content {
    margin-top: 2%;
    display: flex;
    flex-wrap: wrap;
}

.sp_updatelog {
    position: absolute;
    right: 0;
    bottom: 1%;
    padding: 0 4%;
    background: linear-gradient(to right, rgba(0,106,182, 0.2), rgba(0,106,182, 1));
    color: #fff;
}

.updatelog_item_img > a {
    display: block;
}

.updatelog_item_img_box {
    position: relative;
}

.updatelog_item {
    width: 20%;
    transition: transform 0.3s ease,box-shadow 0.3s ease;
    margin: 2%;
    background: #0c0f18;
}

    .updatelog_item:hover {
        transform: scale(1.05);
        box-shadow: 0 0 .125rem rgba(114, 114, 114, 0.3);
    }

.updatelog_bottom {
    padding: 2%;
    text-align: left;
    line-height:0.3rem;
}

    .updatelog_bottom > a {
        color: #FFFFFF;
        font-size: .20rem;
    }

.data_box {
    width: 60%;
    text-align: center;
    margin: 0 auto;
    padding: 2% 0;
}

.data_content {
    margin-top: 4%;
    display: flex;
    justify-content: space-between;
}

.data_item1 {
    text-align: center;
    width: 30%;
    margin: 0 auto;
    border-right: #434B5E 1px solid;
}

    .data_item1 > span {
        font-size: .375rem;
        font-weight: bold;
    }

    .data_item1 > p {
        text-align: center;
        margin-top: 4%;
    }

.data_item2 {
    text-align: center;
    width: 30%;
    margin: 0 auto;
}

    .data_item2 > span {
        font-size: .375rem;
        font-weight: bold;
    }

    .data_item2 > p {
        text-align: center;
        margin-top: 4%;
    }

.data_bottom {
    margin-top: 6%;
}

.img_test {
    width: 100%;
    transition: transform 0.3s ease;
}

    .img_test:hover {
        transform: scale(1.01);
    }

.updatelog_header > h3 {
    display: inline-block;
    font-size: .25rem;
}

.news2 {
    color: #bbcee7;
    opacity: 0.3;
}

.pager {
    color: #C0C4CC;
}
