/* 浮层广告豆包样式 */
.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;
  font-style: normal;
}

.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;
}

.fcAgain .close {
  top: -40px;
}


.fcGg_content img.banner_pic {
  width: 100%;
}

.trae_fc_again {
  bottom: 73px;
}

.trae_fc_again img {
  width: 50px;
  height: 50px;
  border-radius: 15px;
  margin-left: 10px;
}

.trae_fc_again.fcAgain .fcReplay {
  width: 68px;
  margin-left: 7px;
}

.trae_fc_again .name {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  position: relative;
}

.trae_fc_again .nameBox {
  margin-left: 10px;
}

.trae_fc_again .shortcomment {
  font-size: 14px;
  color: #a6aab5;
  font-weight: bold;
  line-height: 26px;
}

.trae_fc_again .fc_again_flex {
  display: flex;
  justify-content: left;
  align-items: center;
  width: 180px;
  height: 75px;
  background: url("https://resource.mydown.com/TLimages2023/common/images/trae/trae_bg.png");
  background-size: 100% 100%;
}

.trae_fc_again button {
  width: 90px;
  height: 45px;
  background: linear-gradient(left, #4ec9ff, #3d7eff);
  background: -webkit-linear-gradient(left, #4ec9ff, #3d7eff);
  background: -moz-linear-gradient(left, #4ec9ff, #3d7eff);
  background: -o-linear-gradient(left, #4ec9ff, #3d7eff);
  background: -ms-linear-gradient(left, #4ec9ff, #3d7eff);
  font-size: 18px;
  color: #fff;
  border-radius: 10px;
  margin-left: 65px;
  margin-top: 10px;
}