
body {
    background-color: #FAFAFA;
}

.main {
    padding: 3.666rem 0 2.875rem;
}

.edicent {
    width: 54.16rem;
    margin: 0 auto;
}

.tjrj .swiper-container .swiper-slide {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 2rem 2.2rem 1rem 3rem;
    background-color: #fff;
    height: auto;
    border-radius: 0.25rem;
}

.folderimg {
    width: 2.66rem;
    height: 2.66rem;
    margin-right: 1.16rem;
}

.folderimg img {
    width: 100%;
}


.rj_name span {
    font-size: 1rem;
    font-weight: 900;
    color: #000;
    line-height: 100%;
}

.rj_name span.inchannal {
    color: #fff;
    font-size: 0.5rem;
    margin-left: 0.5rem;
    padding: 0 0.75rem;
    line-height: 140%;
    font-weight: 500;
    background-color: #FF7222;
    border-radius: 1rem;
}

.rj_info span, .versionnum, .stb_l_con p {
    font-size: 0.58rem;
    color: #C6C6C6;
}

.shaw {
    width: 50%;
    height: 40%;
    background-color: #BF0008;
    filter: blur(0.4rem);
    left: 50%;
    transform: translateX(-50%);
    top: 50%;
    opacity: 0;
    transition: opacity 0.4s;
}

.dw_btn:hover .shaw {
    opacity: 1;
}

.dw_btn a {
    display: inline-block;
    padding: 0 0.5rem;
    transform: translateY(0);
    border-radius: 5rem;
    border: 0.04rem solid #BF0008;
}

.dw_btn:hover a {
    background-color: #BF0008;

}

.dw_btn:hover a {
    transform: translateY(-0.2rem);
}

.dw_btn a span {
    display: inline-block;
    font-size: 0.75rem;
    margin-right: 0.25rem;
    vertical-align: middle;
}

.dw_btn:hover a span {
    color: #fff;
}

.dw_btn a i {
    display: inline-block;
    width: 0.8rem;
    height: 0.8rem;
    vertical-align: middle;
}

.dw_btn a i img.poa {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.4s;
}

.dw_btn:hover a i img.poa {
    opacity: 1;
}

.info_xx a i img, .dw_btn a i img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

/* 动画 */
.dw_btn a {
    transition: background-color 0.4s, transform 0.4s;
}

.dw_btn a span {
    transition: color 0.4s;
}

.tit_right {
    position: absolute;
    right: 0;
    top: 0;
}

.tit_left .rj_info span {
    margin-right: 2.125rem;
}

.rj_header {
    margin-bottom: 1.8rem;
}

.rj_content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}

.rj_content strong {
    font-weight: 900;
    line-height: 180%;
    font-size: 0.66rem;
}

.rj_content p {
    font-size: 0.58rem;
    color: #666666;
    line-height: 300%;
}

.info_xx a i {
    width: 0.83rem;
    height: 0.83rem;
}

.info_xx a span, .info_xx p {
    color: #BF0008;
    font-size: 0.58rem;
}

.dw_btn a span, .info_xx a span, .info_xx p, .rj_content strong {
    color: #BF0008;
}

.tjrj .swiper-pagination {
    position: relative;
    display: block;
    height: auto;
    bottom: auto;
}

.tjrj .swiper-pagination .swiper-pagination-bullet {
    width: 0.416rem;
    height: 0.416rem;
    border-radius: 50%;
    background-color: #BF0008;
    opacity: 0.2;
    margin-right: 0.5rem;
}

.tjrj .swiper-pagination .swiper-pagination-bullet:last-child {
    margin-right: 0;
}

.tjrj .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}

.info_xx p span {
    color: #A5A5A5;
}

.tjrj {
    margin-bottom: 3.45rem;
}

/* 软件分类 */
.rjfl .tagname {
    display: flex;
    justify-content: space-between;
    width: 47.08rem;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 2.95rem;
}
.rjfl {
    z-index: 10;
}
.rjfl .tagname h3:hover em, .rjfl .tagname h3.sel em {
    opacity: 1;
}

.rjfl .tagname h3:hover a, .rjfl .tagname h3.sel a {
    background-color: #BF0008;
    color: #fff;
}

.tagname .shaw {
    top: 55%;
    width: 75%;
}

.rjfl .tagname h3 a {
    display: block;
    width: 9.58rem;
    height: 2rem;
    color: #BF0008;
    font-size: 0.83rem;
    line-height: 2rem;
    border: 0.04rem solid #BF0008;
    border-radius: 10rem;
    transition: background-color 0.4s, color 0.4s;
}

.wv_ch_box {
    display: none;
}

.sm_tag_box {
    padding: 1rem 1.45rem;
    background-color: #fff;
    margin-bottom: 1.33rem;
    border-radius: 0.25rem;
    transition: box-shadow 0.3s;
}

.sm_tag_box:hover {
    box-shadow: 0px 0.166rem 0.83rem rgba(191, 0, 8, 0.1);
}

.sm_tag_box:hover .stb_l_top span {
    color: #BF0008;
}

.rjisshow {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.rjisshow li {
    width: 24.75rem;
}

.stb_left {
    width: 15.5rem;
}

.versionnum {
    margin-top: 0.5rem;
}

.stb_l_top .folderimg {
    width: 1.79rem;
    height: 1.79rem;
}

.stb_right {
    top: 50%;
    right: 0;
    width: 20%;
    transform: translateY(-50%);
}

.stb_l_top span {
    font-size: 0.75rem;
    transition: color 0.3s;
}

.rj_lookmore a span.deftxt {
    background-image: -webkit-linear-gradient(top, #BF0008, rgba(255, 255, 255, 0));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.rj_lookmore a:hover span.poa {
    opacity: 1;
}

.rj_lookmore a span.poa {
    width: 100%;
    color: #BF0008;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s;
}

.vwbox {
    width: 400%;
    /* font-size: 0; */
    font-size: 0;
    transition: transform 0.4s;
}

.vw_children {
    width: 25%;
    display: inline-block;
}

.fenlei {
    display: none;
    position: absolute;
    top: 0;
    padding: 2rem 2.2rem 1rem 3rem;
    left: 0;
    background-color: #fff;
    z-index: 10;
    box-shadow: 0px 0.166rem 0.83rem rgba(191, 0, 8, 0.1);
}