/* 安全下载模板按钮和弹窗样式*/
.rj-downbox .goDownload {
  width: 200px;
  height: 60px;
  background: #00d393;
  border-radius: 50px;
  position: relative;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  margin-right: 30px;
}

.rj-downbox .goDownload:hover {
  background: #01c88c;
}

.rj-downbox .goDownload i {
  width: 12px;
  height: 22px;
  display: inline-block;
  margin-right: 10px;
  background: url(https://secure.mydown.com/TLimages2023/secure/images/downloadIcon.png);
  background-size: 100% 100%;
  vertical-align: middle;
}

.rj-downbox .goDownload:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0px;
  background-image: url("https://secure.mydown.com/TLimages2023/xiaoduxz/images/light.44240abc.webp");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.download_alert {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}

.download_alert .alertContent {
  width: 760px;
  height: 500px;
  background: linear-gradient(150deg, #e5fff7, #daf0fd);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
}

.download_alert .alertContent .close {
  width: 30px;
  height: 28px;
  float: right;
  display: flex;
  align-items: center;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.download_alert .alertContent .close i {
  width: 16px;
  height: 16px;
  background-position: -94px -121px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin: 0 auto;
}

.download_alert .alertContent .close i:hover {
  width: 29px;
  height: 28px;
  background-position: -0px -144px;
}

.download_alert .alertContent .alertTitle {
  width: 660px;
  margin: 0 auto;
  font-size: 28px;
  color: #202020;
  text-align: center;
  margin-top: 45px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.download_alert .alertContent .alertTitle span {
  margin-left: 10px;
}

.download_alert .alertContent .anqDownContent {
  width: 620px;
  height: 175px;
  background: #fff;
  margin: 0 auto;
  border-radius: 5px;
  margin-top: 35px;
  padding: 30px 20px;
  display: flex;
  justify-content: space-between;
}

.download_alert .alertContent .anqDownContent .left {
  width: 465px;
}

.download_alert .alertContent .anqDownContent h2 {
  font-size: 24px;
  color: #202020;
  line-height: 26px;
  padding-bottom: 5px;
}

.download_alert .alertContent .anqDownContent ul li {
  font-size: 14px;
  color: #444546;
  margin-top: 15px;
}

.download_alert .alertContent .anqDownContent ul li .icon1 {
  width: 18px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  background-position: -25px -121px;
}

.download_alert .alertContent .anqDownContent ul li .icon2 {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  background-position: -48px -121px;
}

.download_alert .alertContent .anqDownContent ul li .icon3 {
  width: 18px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  background-position: -70px -121px;
}

.download_alert .alertContent .anqDownContent ul li span {
  font-size: 16px;
  color: #156ff6;
  font-weight: bold;
  margin: 0px 10px;
  vertical-align: middle;
}

.download_alert .alertContent .anqDownContent p {
  font-size: 12px;
  color: #4e4d4d;
  margin-top: 20px;
}

.download_alert .alertContent .anqDownContent p span {
  color: #156ff6;
  font-weight: bold;
}

.download_alert .alertContent .anqDownContent .anq_Download {
  width: 142px;
  height: 60px;
  background: #00d393;
  font-size: 16px;
  color: #fff;
  border-radius: 10px;
  cursor: pointer;
  margin-top: 58px;
}

.download_alert .alertContent .anqDownContent .anq_Download:hover {
  background: #01c88c;
}

.download_alert .alertContent .ptDownContent {
  width: 620px;
  height: 50px;
  padding: 20px;
  background: #fff;
  margin: 0 auto;
  margin-top: 22px;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
}

.download_alert .alertContent .ptDownContent .left {
  font-size: 26px;
  color: #202020;
  line-height: 26px;
  line-height: 50px;
}

.download_alert .alertContent .ptDownContent .pt_Download {
  width: 142px;
  height: 50px;
  border: 1px solid #00d393;
  background: #fff;
  font-size: 16px;
  color: #00d393;
  border-radius: 10px;
  cursor: pointer;
}

.download_alert .alertContent .ptDownContent .pt_Download:hover {
  background: #e5fff7;
}

.rj-detail-info {
  margin-top: 20px;
}

footer {
  margin-top: 20px;
}

.download_alert .index-icon {
  background: url(https://secure.mydown.com/TLimages2023/xiaoduxz/images/index_icon.png?v=00001) no-repeat;
}

/* 下浮层 */
.bottom_fc {
  width: 100%;
  height: 80px;
  background: #fff;
  box-shadow: 0px -10px 20px 0px #e3e3e3;
  overflow: hidden;
  display: none;
  position: relative;
  z-index: 999;
}

.bottom_fc.fixed {
  position: fixed;
  bottom: 0px;
  display: block;
}

.bottom_fc_content {
  margin-top: 10px;
}

.bottom_fc .left {
  font-size: 18px;
}

.bottom_fc img {
  height: 60px;
  vertical-align: middle;
  margin-right: 10px;
}

.bottom_fc .left strong {
  max-width: 550px;
  font-size: 24px;
  color: #040404;
  margin-right: 20px;
  vertical-align: middle;
  display: inline-block;
}

.bottom_fc .left span {
  display: inline-block;
  vertical-align: middle;
  color: #7a7a7a;
}

.bottom_fc .right button {
  cursor: pointer;
  overflow: hidden;
}

.bottom_fc .close {
  width: 50px;
  height: 20px;
  color: #fff;
  font-size: 14px;
  background: #000;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
}

.bottom_fc .right .fc_anqDown {
  height: 55px;
  padding: 0px 40px;
  background: #00d393;
  border-radius: 40px;
  cursor: pointer;
}

.bottom_fc .right .fc_anqDown:hover {
  background: #01c88c;
}

.bottom_fc .fc_localDown {
  width: 160px;
  height: 55px;
  background: #089cff;
  font-size: 18px;
  color: #fff;
  display: block;
  border-radius: 30px;
  line-height: 55px;
  text-align: center;
  margin-left: 25px;
  cursor: pointer;
  overflow: hidden;
}

.bottom_fc .fc_localDown:hover {
  background: #1fb8fe;
}

.bottom_fc .right .fc_anqDown span {
  font-size: 18px;
  color: #fff;
  font-weight: 800;
}

.bottom_fc .right .fc_anqDown i {
  font-size: 12px;
  color: #fff;
  display: block;
}

.bottom_fc .fc_localDown span {
  font-weight: bold;
  color: #fff;
}

footer {
  margin-bottom: 80px;
}

.bottom_fc .right .fc_chunjDown {
  height: 55px;
  background: #089cff;
  border-radius: 30px;
  font-size: 18px;
  color: #ffffff;
  padding: 0 30px;
}

.bottom_fc .right .fc_chunjDown:hover {
  background: #1fb8fe;
}

.bottom_fc .right .fc_chunjDown span {
  color: #ffffff;
}

.bottom_fc .right .fc_chunjDown.deepseek {
  height: auto;
  padding: 5px 30px;
  border-radius: 50px;
  margin-top: -8px;
}

.bottom_fc .right .fc_chunjDown.deepseek p span:last-child {
  display: block;
  font-size: 12px;
  font-weight: 500;
  width: 143px;
}

/*安全下载按钮修改*/
.aq-info-cont,
.x-info-cont {
  width: 660px;
}

.aq-info-cont .infoRignt,
.x-info-cont .infoRignt {
  width: 510px;
  float: left;
}

.aq-info-cont .infoRignt p {
  line-height: 2;
}

.aqxzBox {
  float: right;
  padding-right: 60px;
  padding-top: 18px;
}

.aqxzBox .butbox {
  margin-top: 55px;
  float: left;
}

.aqxzBox .butbox:first-child {
  margin-right: 30px;
}

.aqxzBox .safeDownload,
.aqxzBox .ptDownload {
  padding: 0 25px;
  min-width: 180px;
  height: 54px;
  background: #00d393;
  border-radius: 50px;
  position: relative;
  font-size: 21px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}

.aqxzBox .safeDownload:hover {
  background: #01c88c;
}

.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-image: url('https://secure.mydown.com/TLimages2023/xiaoduxz/images/light.44240abc.webp');
    background-size: 100% 100%;*/
  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;
}

.bottom_fc .fc_localDown2 {
  background: #f5f5f5;
}

.bottom_fc .fc_localDown2 span {
  color: #6c6c64;
  font-weight: normal;
}

.bottom_fc .fc_localDown2:hover {
  background: #f1f1f1;
}

.fcGg {
  width: 100%;
  height: auto;
  position: fixed;
  bottom: 0px;
  z-index: 999;
  display: none;
  background: #0c0a08;
  z-index: 1000;
}

.fcGg_content {
  max-width: 1920px;
  height: auto;
  display: block;
  position: relative;
  margin: 0 auto;
}

.fcGg_content img {
  max-width: 1920px;
  display: block;
}

.fcGgIcons {
  background: url("https://www.mydown.com/TLimages2023/mydown/images/202302/jsxzDetail/fcGgIcons.png") no-repeat;
}

.fcGg .fcdownload {
  width: 220px;
  height: 65px;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 56px;
  margin-left: -110px;
  cursor: pointer;
}

.fcGg .close {
  background: #000;
  font-size: 12px;
  color: #fff;
  padding: 5px 10px;
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
}

.fcGg .close i {
  color: #fff;
}

.fcGg .signage {
  font-size: 12px;
  color: #d0d0d0;
  background: #524b47;
  opacity: 0.8;
  padding: 4px 7px;
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.fcAgain {
  position: fixed;
  left: 0px;
  bottom: 0px;
  cursor: pointer;
  display: none;
  z-index: 999;
}

.fcAgain img {
  width: 50px;
  height: 50px;
  display: block;
}

.fcAgain .fcReplay {
  width: 50px;
  display: block;
  background: #999;
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 16px;
}

.fcAgain .close {
  position: absolute;
  right: -25px;
  top: -30px;
  padding: 5px 10px;
  color: gray;
  cursor: pointer;
  font-size: 24px;
  opacity: 0.6;
}

.alad_page {
  display: none;
}

.rj-detail-info:has(.rj-downbox) .aq-info-cont {
  width: 780px;
}

.rj-detail-info:has(.rj-downbox) .aq-info-cont .infoRignt {
  width: 650px;
}

/* 浮层广告豆包样式 */
.fcGg.doub_fc_gg {
  width: 100%;
  height: 400px;
  background: linear-gradient(top, #eef1ff, #bac9fe);
  background: -webkit-linear-gradient(top, #eef1ff, #bac9fe);
}

.doub_fc_content {
  width: 1200px;
  margin: 0 auto;
}

.doub_fc_content .logo {
  margin-top: 15px;
}

.doub_fc_content .logo img {
  border-radius: 15px;
  display: inline-block;
  vertical-align: middle;
}

.doub_fc_content .logo span {
  font-size: 24px;
  color: #314563;
  margin-left: 20px;
  display: inline-block;
  vertical-align: middle;
}

.doub_content {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.doub_content_left {
  width: 610px;
  height: 260px;
  background: linear-gradient(top, #fff, rgba(255, 255, 255, 0));
  background: -webkit-linear-gradient(top, #fff, rgba(255, 255, 255, 0));
  background: -moz-linear-gradient(top, #fff, rgba(255, 255, 255, 0));
  background: -m-linear-gradient(top, #fff, rgba(255, 255, 255, 0));
  background: -o-linear-gradient(top, #fff, rgba(255, 255, 255, 0));
  border-radius: 15px 0 0 15px;
  margin-top: 55px;
  margin-left: -62px;
  position: relative;
}

.doub_content_left .step_img {
  position: absolute;
  top: -33px;
  left: 62px;
  z-index: 2;
}

.doub_content_left .search_box {
  padding: 0px 75px;
  height: 56px;
  line-height: 56px;
  border: 1px solid#bfccfe;
  background: #fff;
  position: absolute;
  top: 55px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 30px;
  box-shadow: 0px -2px 5px rgba(191, 204, 254, 0.4);
}

.doub_content_left .search_icon {
  position: absolute;
  right: 20px;
  top: 16px;
}

.doub_content_left .search_box span {
  font-size: 22px;
  color: #353535;
  display: inline-block;
  white-space: nowrap;
  max-width: 440px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
}

.doub_content_left .doub_btn {
  position: absolute;
  top: 148px;
  left: 50%;
  transform: translateX(-50%);
}

.doub_content_right {
  width: 663px;
  height: 368px;
  background: #fff;
  border: 1px solid #acbdff;
  border-radius: 15px;
  margin-top: -70px;
  box-shadow: 0px 4px 10px #bfccfe;
}

.doub_content_right img {
  margin: 0 auto;
  border-radius: 15px;
}

.doub_girl {
  position: absolute;
  bottom: -21px;
  right: -218px;
}

.doub_fc_again .doub_fc_again_flex {
  display: flex;
  justify-content: left;
  align-items: center;
}

.doub_fc_again .again_logo {
  width: 60px;
  height: 60px;
}

.doub_fc_again .hover_search_pic {
  width: 150px;
  margin-left: 10px;
}

.doub_fc_again .hover_search {
  display: none;
}

.doub_fc_again:hover .hover_search {
  display: block;
}

.doub_fc_again .fc_again_left {
  position: relative;
}

.doub_fc_again .fc_again_left .fcReplay {
  width: 60px;
}

/* 修改按钮样式 */
 .aqxzBox .safeDownload_box {
    display: flex;
    margin-top: 55px;
}
.aqxzBox .safeDownload.new0727 {
    padding: 0 5px 0 25px;
    width: 155px;
    height: 60px;
    min-width: auto;
    border-radius: 30px 0 0 30px;
    margin-top: 0px;
}
.aqxzBox .safeDownload.new0727 span {
    color: #fff;
    font-weight: bold;
    width: 120px;
}
.aqxzBox .safeDownload.new0727 p {
    font-size: 12px;
    color: #fff;
    padding-top: 0px;
}
.aqxzBox .safeDownload_box .bottom_jt {
    width: 40px;
    height: 60px;
    background: #00d393;
    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("../images/download_jt.png") no-repeat center;
    background-size: 100% 100%;
    display: inline-block;
    margin-right: 0;
}
.aqxzBox .ptDownload.new0727 {
    margin-top: 10px;
    min-width: 195px;
    height: 46px;
    font-size: 20px;
}
.aqxzBox .butbox.new0727 {
    display: none;
    margin-top: 0px;
}
.aqxzBox .safeDownload.new0727:before {
    display: none;
}
.aq-info-cont, .x-info-cont{
  width: 780px;
}
.aq-info-cont .infoRignt, .x-info-cont .infoRignt{
  width: 650px;
}
.aqxzBox{
  padding-right: 80px;
}
/* 特殊处理普通下载按钮需要一直显示的情况 */
.aqxzBox .safeDownload.new0727.special-style {
    border-radius: 30px;
    width: 195px;
    padding: 0 25px;
}
.aqxzBox .butbox.new0727.special-style {
    display: block !important;
}

/* 新增腾讯电脑管家按钮样式 */
.tencentDownload{
    margin-top: 20px;
    margin-bottom: 50px;
    overflow: hidden;
} 
.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: 723px;
    height: 133px;
}
.tencent-aqdownload button{
    width: 220px;
    height: 60px;
    background: #00d393;
    border-radius: 40px;
    margin-top: 20px;
    cursor: pointer;
}
.tencent-aqdownload button:hover{
    background: #01c88c;
}
.tencent-aqdownload button span{
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}
.tencent-aqdownload button p{
    font-size: 12px;
    color: #fff;
    margin-top: 5px;
}
.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: 398px;
    height: 133px;
    margin-left: 30px;
}
.tencent-ptdownload button{
    width: 218px;
    height: 58px;
    border: 1px solid #dff4ff;
    font-size: 18px;
    color: #4f4f4f;
    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;
}
.noDownload {
    height: 58px;
    font-size: 18px;
    color: #fff;
    background: #918a8a;
    padding: 0px 30px;
    border-radius: 30px;
    cursor: pointer;
}