@charset "utf-8";
/*Author: BeiYue*/
/*QQ: 964214970*/
/*Telegram: BeiYue*/
/*==============================================================*/

/* CSS RuanJian */
/*软件下载-------开始-------------------------------------------------*/
.rjxz_box {
    width: 1400px;
    padding: 0 40px;
    margin: 20px auto;
    box-sizing: border-box;
}

.rjxz_box .xz_tg {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.xz_tg dt {
    width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.xz_tg dt .tg_logo {
    width: 60px;
    height: 60px;
    display: block;
    line-height: 0;
    text-decoration: none !important;
    animation: 500ms steps(30) both;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 8px;
}

.xz_tg dt .tg_logo.play {
    background-size: auto 60px;
    animation-name: t-logo-play;
}

@keyframes t-logo-play {

    0% {
        background-position: 0% 0%;
    }

    100% {
        background-position: 100% 0%;
    }
}

.xz_tg dt .tg_txt {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.xz_tg dt .tg_txt h2 {
    font-size: 28px;
    font-weight: bold;
    color: var(--sc03);
}

.xz_tg dt .tg_txt p {
    font-size: 14px;
    color: var(--sc04);
}

.xz_tg dd {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 40px;
    gap: 10px;
}

.xz_tg dd a {
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px var(--sc06);
    padding: 8px;
    border-radius: 8px;
}

.xz_tg dd a i {
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-content: center;
    margin-right: 4px;
}

.xz_tg dd a:nth-child(3) i {
    width: 24px;
    height: 24px;
}

.xz_tg dd a:nth-child(4) i {
    width: 26px;
    height: 26px;
}

.xz_tg dd a p {
    justify-content: center;
    align-content: center;
    color: var(--sc01);
}

.xz_tg dd a:hover {
    background: var(--sc01);
}

.xz_tg dd a:hover i {
    filter: brightness(0) invert(1);
}

.xz_tg dd a:hover p {
    color: var(--bai);
}

/*软件下载-------结束-------------------------------------------------*/