.rj-detail-info {
    width: 1000px;
    min-height: 194px;
    padding: 30px 30px 0 30px;
    background: #fff;
    border: #eee solid 1px;
    border-bottom: 0;
    border-radius: 10px 10px 0 0;
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    vertical-align: top;
}

.rj-detail-info .infoLeft {
    width: 735px;
    float: left;
    margin-bottom: 30px;
}

.rj-detail-info .infoLeft figure {
    width: 100px;
    height: 100px;
    padding-right: 25px;
    float: left;
}

.rj-detail-info .infoLeft figure img {
    width: 100px;
    height: 100px;
    display: block;
}

.rj-detail-info .soft-info-box {
    width: 610px;
    float: left;
}

.rj-detail-info .soft-info-box .rj-name {
    font-size: 30px;
    color: #2c2c2c;
    font-weight: bold;
    display: block;
    max-width: 610px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}

.rj-detail-info .soft-info-box .rj-sm {
    padding-left: 3px;
    margin-top: 3px;
    display: block;
}

.rj-detail-info .soft-info-box .rj-sm em {
    font-size: 14px;
    color: #6e6e6e;
    line-height: 30px;
    padding-right: 20px;
}

.rj-detail-info .soft-info-box .rj-sm em:last-child {
    padding-right: 5px;
}

.rj-detail-info .soft-info-box .rj-sm em i {
    margin-right: 5px;
    width: 15px;
    height: 15px;
    background-position: -168px -29px;
    display: inline-block;
    vertical-align: -3px;
}

.rj-detail-info .soft-info-box .rjtips {
    font-size: 12px;
    color: #6e6e6e;
    display: block;
    margin-top: 5px;
}

.rj-detail-info .soft-info-box .rj-info {
    margin-top: 15px;
}

.rj-detail-info .soft-info-box .rj-info li {
    float: left;
    padding: 0 33px;
    border-right: #eee solid 1px;
}

.rj-detail-info .soft-info-box .rj-info li:first-child {
    padding-left: 0;
}

.rj-detail-info .soft-info-box .rj-info li:last-child {
    border-right: 0;
}

.rj-detail-info .soft-info-box .rj-info li span {
    font-size: 18px;
    color: #313131;
    display: block;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rj-detail-info .soft-info-box .rj-info li span:last-child {
    font-size: 14px;
    color: #a8a8a8;
    padding-top: 5px;
}

.rj-detail-info .rj-downbox {
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -30px;
    margin-right: 60px;
}

.rj-detail-info .rj-downbox button {
    width: 190px;
    height: 60px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
    background: #00c252;
    border-radius: 30px;
    cursor: pointer;
}

.rj-detail-info .rj-downbox button:hover {
    background: #15d265;
}
.rj-detail-info .rj-downbox button.bdDoanload {
    background: #3a8dff;
}

.rj-detail-info .rj-downbox button.bdDoanload:hover {
    background: #599fff;
}

.rj-detail-info .rj-downbox i {
    margin-right: 9px;
    width: 23px;
    height: 22px;
    background-position: -179px 0;
    display: inline-block;
    vertical-align: -19px;
}

.rj-detail-cont {
    width: 1000px;
    background: #fff;
    border: #eee solid 1px;
    border-top: 0;
    border-radius: 0 0 10px 10px;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
}

.rj-detail-cont .title {
    width: 938px;
    margin: 0 30px;
    padding: 30px 0 0;
}

.rj-detail-cont .title:first-child {
    border-top: #eee solid 1px;

}

.rj-detail-cont .title h2 {
    font-size: 22px;
    color: #2c2c2c;
    font-weight: bold;
}

.rj-detail-cont .title h2:before {
    content: '';
    margin-right: 12px;
    width: 4px;
    height: 23px;
    background-image: linear-gradient(to bottom, #20de7a, #0fcf75);
    display: inline-block;
    vertical-align: middle;
}

.rj-detail-cont .xinxi-txt {
    padding: 0 30px;
    font-size: 16px;
    color: #161616;
    line-height: 36px;
}

.rj-detail-cont .xinxi-txt .lrcont {
    padding-top: 10px;
}

.rj-detail-cont .xinxi-txt .lrcont p {
    font-size: 16px;
    color: #161616;
    line-height: 36px;
}

.soft-bottom {
    width: 100%;
    padding: 8px 30px;
    border: #eee solid 1px;
    background: #fff;
    display: inline-block;
    box-sizing: border-box;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    box-shadow: var(--shadow);
}
.layout{
    width: 1200px;
    margin: 0 auto;
}
.soft-bottom img {
    width: 60px;
    height: 60px;
    margin-right: 22px;
    display: block;
    float: left;
}

.soft-bottom h2 {
    width: 600px;
    float: left;
    font-size: 24px;
    color: #16171a;
    font-weight: bold;
    line-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.soft-bottom button {
    margin-top: 3px;
    width: auto;
    height: 55px;
    padding: 0 40px;
    cursor: pointer;
}
.soft-bottom button.fc-bdDownload {
    background: #3a8dff;
}
.soft-bottom button.fc-bdDownload:hover{
    background: #599fff;
}

.soft-bottom.hid {
    display: none;
}

a.keyword_link {
    color: var(--greenColor);
}

.rj-detail-cont .moreCont .lrcont {
    height: 900px;
    overflow: hidden;
}

.rj-detail-cont .more-box {
    margin-top: 10px;
    width: 100%;
    text-align: left;
}

.rj-detail-cont .more-box .moreContent {
    font-size: 14px;
    color: #02bb53;
    padding-right: 20px;
    position: relative;
    cursor: pointer;
}

.rj-detail-cont .more-box .moreContent:before {
    content: '';
    width: 10px;
    height: 10px;
    font-size: 0;
    background: #02bb53;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    display: inline-block;
    position: absolute;
    right: 0;
    top: 4px;
    cursor: pointer;
    transition: transform .5s;
}

.rj-detail-cont .more-box .moreContent:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #fff;
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 5px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transition: transform .5s;
}

.rj-detail-cont .moreCont .more-box .moreContent:before {
    top: 0px;
    transition: transform .5s;
}

.rj-detail-cont .moreCont .more-box .moreContent:after {
    top: -1px;
    transition: transform .5s;
}

.rj-detail-cont .title:nth-of-type(n+2) {
    margin-top: 0;
}

.softImages {
    position: relative;
}

.softImages .swiper {
    margin: 30px 0 30px 90px;
    width: 820px;
    overflow: hidden;
}

.softImages .swiper li {
    width: 260px;
    height: 130px;
    border-radius: 5px;
    cursor: pointer;
}

.softImages .swiper li img {
    width: 260px;
    height: 130px;
    border-radius: 10px;
    display: block;

}

.softImages .swiper-button-next,
.softImages .swiper-container-rtl .swiper-button-prev {
    width: 41px;
    height: 41px;
    background: url(../images/swiperArrow.png) no-repeat;
    background-position: -52px 0;
    border-radius: 50%;
    right: 30px;
}

.softImages .swiper-button-prev,
.softImages .swiper-container-rtl .swiper-button-next {
    width: 41px;
    height: 41px;
    background: url(../images/swiperArrow.png) no-repeat;
    background-position: 0 0;
    border-radius: 50%;
    left: 30px;
}

.softImages .swiper-button-prev.swiper-button-disabled {
    opacity: .6;
    z-index: 10;
    pointer-events: initial;
}

.softImages .swiper-button-next.swiper-button-disabled {
    opacity: .6;
    z-index: 10;
    pointer-events: initial;
}

/*图片放大*/
.modal-mask {
    background: rgba(0, 0, 0, .8);
    z-index: 9999;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    overflow-y: scroll;
}

.imgPreviewBox {
    /* display: none; */
    height: auto;
    width: 100%;
    border: 0;
    position: relative;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 0 0 0.5rem;
    transform: translate(0, -50%);

}

.imgPreview {
    overflow: hidden;
    padding: 40px 0 0 0;
    margin: 0 auto;
}

.imgPreview ul {
    display: flex;
    align-items: center;
}

.imgPreview ul li {
    text-align: center;
}

.imgPreview ul li span {
    display: inline-block;
    position: relative;
}

.imgPreview ul li img {
    max-width: 950px;
    max-height: 600px;
}

.modal-mask i {
    font-size: 28px;
    color: #fff;
    position: absolute;
    right: 50px;
    top: 50px;
    width: 28px;
    height: 28px;
    display: inline-block;
    cursor: pointer;
}

.hidden {
    overflow: hidden;
}

/*图片放大弹层分页样式*/
.imgPreview .swiper-button-prev,
.imgPreview .swiper-container-rtl .swiper-button-next {
    width: 28px;
    height: 45px;
    background: url(../images/maskArrow.png) no-repeat;
    background-position: 0 0;
    left: 50%;
    right: auto;
    margin-left: -540px;
}

.imgPreview .swiper-button-next,
.imgPreview .swiper-container-rtl .swiper-button-prev {
    width: 28px;
    height: 45px;
    background: url(../images/maskArrow.png) no-repeat;
    background-position: -32px 0;
    right: 50%;
    left: auto;
    margin-right: -540px;
}

.imgPreview .swiper-button-next.swiper-button-disabled,
.imgPreview .swiper-button-prev.swiper-button-disabled {
    /* opacity: 1; */
}

.versionList {
    margin-top: 10px;
}

.versionList li {
    padding: 20px 30px;
    height: 48px;
    width: 938px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.versionList li .img {
    float: left;
    padding-right: 20px;
}

.versionList li .img img {
    width: 48px;
    height: 48px;
    display: block;
}

.versionList li .verLeft {
    padding-right: 120px;
}

.versionList li .verLeft .tit {
    font-size: 16px;
    color: #000000;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.versionList li:hover .verLeft .tit {
    color: var(--greenColor);
}

.versionList li .verLeft span {
    padding-top: 5px;
    padding-right: 45px;
    font-size: 14px;
    color: #929292;
    display: inline-block;
}

.versionList li .verLeft span.version {
    width: 260px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 10px;
}

.versionList li button {
    font-size: 14px;
    width: 86px;
    height: 36px;
    line-height: 36px;
    float: right;
}

.versionList li:after {
    content: '';
    width: 938px;
    height: 1px;
    line-height: 1;
    font-size: 0;
    border-bottom: #eee dashed 1px;
    position: absolute;
    bottom: 0;
    left: 30px;
    display: inline-block;
}

.versionList li:hover {
    box-shadow: var(--shadow);
}

.versionList li:last-child:after {
    border-bottom: 0;
}

.d-xgtj {
    margin-top: 30px;
}

.d-xgtj li {
    margin-top: 20px;
    margin-right: 20px;
    padding: 20px;
    width: 320px;
    height: 110px;
    border: var(--border);
    background: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    float: left;
    cursor: pointer;
}

.d-xgtj li:nth-of-type(3n) {
    margin-right: 0;
}

.d-xgtj li .img {
    margin: 0 15px;
    float: left;
}

.d-xgtj li .img img {
    width: 66px;
    height: 66px;
    display: block;
}

.d-xgtj li .tit {
    font-size: 16px;
    color: #070707;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.d-xgtj li .tit:hover {
    color: var(--greenColor);
}

.d-xgtj li .rjright p {
    padding-top: 3px;
    font-size: 14px;
    color: #929292;
}

.d-xgtj li .rjright p.digest {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.d-xgtj li a.btn {
    float: right;
    position: relative;
    top: -4px;
    display: none;
}

.d-xgtj li:hover {
    box-shadow: var(--shadow);
}

.d-xgtj li:hover .tit {
    padding-right: 60px;
}

.d-xgtj li:hover a.btn {
    display: block;
}

/* 修改本地下载样式 */
.rj-detail-info .rj-downbox button {
    width: auto;
    padding: 0 35px;
}

.rj-downbox .bdDoanload p {
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
    margin-top: 5px;
    text-align: left;
}

.rj-downbox .bdDoanload p span:first-child {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

.rj-downbox .bdDoanload p span:last-child {
    font-size: 12px;
    display: block;
    color: #fff;
    margin-top: 5px;
}

.rj-detail-info {
    width: 1200px;
}

.rj-detail-cont {
    width: 1200px;
}

.rj-detail-cont .title {
    width: 1135px;
}

.rj-detail-info .soft-info-box .rj-info li span {
    max-width: 110px;
}

.rj-detail-info .infoLeft {
    width: 810px;
}

.rj-detail-info .soft-info-box {
    width: 680px;
}

.footer{
    margin-bottom: 60px;
}

/* 安全下载按钮样式 */
.aqxzBox {
  float: right;
  margin-right: 60px;
}

.aqxzBox .butbox {
  float: left;
  opacity: 0;
}

.aqxzBox .butbox:first-child {
  margin-right: 30px;
}

.aqxzBox .safeDownload,
.aqxzBox .ptDownload {
  padding: 0 25px;
  min-width: 180px;
  height: 54px;
  background: #00c252;
  border-radius: 50px;
  position: relative;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}

.aqxzBox .safeDownload:hover {
  background: #15d265;
}

.aqxzBox .safeDownload i {
  width: 23px;
  height: 22px;
  display: inline-block;
  margin-right: 10px;
  background-position: -242px -103px;
  vertical-align: 1px;
}

.aqxzBox .safeDownload:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0px;
  background-repeat: no-repeat;
}

.aqxzBox .ptDownload {
  background: #f5f5f5;
  color: #6c6c64;
  font-weight: normal;
}

.aqxzBox .ptDownload:hover {
  background: #f1f1f1;
}

.aqxzBox .butbox p {
  padding-top: 10px;
  width: 100%;
  text-align: center;
  font-size: 14px;
}
 .aqxzBox .safeDownload_box {
    display: flex;
    margin-top: 37px;
}
.aqxzBox .safeDownload {
    padding: 0 5px 0 25px;
    width: 155px;
    height: 60px;
    min-width: auto;
    border-radius: 30px 0 0 30px;
    margin-top: 0px;
}
.aqxzBox .safeDownload span {
    color: #fff;
    font-weight: bold;
    width: 120px;
}
.aqxzBox .safeDownload p {
    font-size: 12px;
    color: #fff;
    line-height: 18px;
}
.aqxzBox .safeDownload_box .bottom_jt {
    width: 40px;
    height: 60px;
    background: #00c252;
    border-radius: 0 30px 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.aqxzBox .safeDownload_box .bottom_jt i {
    width: 25px;
    height: 25px;
    background: url("https://resource.singdown.com/TLimages2023/secure_singdown/images/download_jt.png") no-repeat center;
    background-size: 100% 100%;
    display: inline-block;
    margin-right: 0;
}
.aqxzBox .ptDownload {
    margin-top: 10px;
    min-width: 195px;
    height: 46px;
    font-size: 20px;
}
.aqxzBox .safeDownload:before {
    display: none;
}
.fc-button-box{
    float: right;
    display: flex;
    justify-content: space-between;
}
.fc-aq-download{
    background: #00c252;
    height: 55px;
    padding: 0px 40px;
    border-radius: 40px;
    cursor: pointer;
    float: left;
}
.fc-aq-download span{
    font-size: 18px;
    color: #fff;
    font-weight: 800;
    line-height: 18px;
}
.fc-aq-download p{
    font-size: 12px;
    color: #fff;
    line-height: 16px;
}
.fc-pt-download{
    background: #f5f5f5;
    font-size: 18px;
    color: #6c6c64;
    display: block;
    border-radius: 30px;
    line-height: 55px;
    text-align: center;
    margin-left: 25px;
    cursor: pointer;
    overflow: hidden;
    float: left;
}
.fc-pt-download:hover{
    background: #f1f1f1;
}
.fc-bdDownload{
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}
/* 腾讯电脑管家按钮样式 */
.tencentDownload{
    margin-top: 20px;
    margin-bottom: 30px;
    overflow: hidden;
    width:100%;
} 
.tencentDownload .download-box{
    border: 1px solid #ebf8ff;
    background: linear-gradient(top,#ebf8ff,#f9fdff);
    background: -webkit-linear-gradient(top,#ebf8ff,#f9fdff);
    background: -o-linear-gradient(top,#ebf8ff,#f9fdff);
    background: -ms-linear-gradient(top,#ebf8ff,#f9fdff);
    background: -moz-linear-gradient(top,#ebf8ff,#f9fdff);
    border-radius: 5px;
    text-align: center;
    float: left;
}
.tencent-aqdownload{
    width: 720px;
    height: 133px;
}
.tencent-aqdownload button{
    width: 220px;
    height: 60px;
    background: #00c252;
    border-radius: 40px;
    margin-top: 20px;
    cursor: pointer;
}
.tencent-aqdownload button:hover{
    background: #15d265;
}
.tencent-aqdownload button span{
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}
.tencent-aqdownload button p{
    font-size: 12px;
    color: #fff;
    line-height: 12px;
}
.tencent-aqdownload ul{
    width: 630px;
    display: flex;
    justify-content: space-between;
    margin: 18px auto 0 auto;
}
.tencent-aqdownload ul li .checked{
    width: 14px;
    height:14px;
    background: url("https://resource.mydown.com/TLimages2023/common/images/checked_icon.png");
    background-size: 100% 100%;
    display: inline-block;
    vertical-align: middle;
}
.tencent-aqdownload ul li span{
    font-size: 12px;
    color: #343434;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.tencent-ptdownload{
    width: 380px;
    height: 133px;
    margin-left: 30px;
}
.tencent-ptdownload button{
    width: 218px;
    height: 58px;
    border: 1px solid #dff4ff;
    font-size: 18px;
    color: #4f4f4f;
    font-weight: 500;
    background: #fff;
    border-radius: 40px;
    margin-top: 20px;
    cursor: pointer;
}
.tencent-ptdownload p{
    font-size: 12px;
    color: #343434;
    margin-top: 18px;
}
.info-cont.tencent {
    float: none;
    overflow: hidden;
    padding-bottom: 0;
}
.alad_page{
    display: none;
}
.soft-bottom .close{
    width: 35px;
    height: 20px;
    color: #fff;
    font-size: 12px;
    background: #000;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
}
/* 普通按钮显示动画 */
.butbox.hide {
  opacity: 0;
  animation: slideUpHide 0.3s forwards; 
  pointer-events: none;
}

.butbox.show {
  animation: slideUpShow 0.3s forwards;
  pointer-events: auto;
}

@keyframes slideUpShow {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideUpHide {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-10px);
  }
}