
#float_ad {width: 1200px;left: 50%;margin-left: -600px;z-index:10;}
#float_ad .gdt-banner-container {background: #fff;}
#float_ad .gdt-ad-container {margin-left: 168px;}
.ad_text:has(.gdt-description) {
  top: 0px;
}
.gdt-ad-container {}
.gdt-custom-container {
  position: relative;
  width: 298px;
  height: 248px;
  border: 1px solid #eee;
  font-size: 12px;
  color: #4e4e4e;
  overflow: hidden;
}
.gdt-text-container {
  position: relative;
  display: flex;
  height: 30px;
  line-height: 30px;
  color: #4e4e4e;
  align-items: center;
  justify-content: space-between;
}
.gdt-text-container .gdt-description {
  padding: 0;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 100%;
  margin: 0;
  font-size: 16px;
  line-height: 30px;
}
.gdt-text-container .gdt-advertiser {
  display: block;
  float: none;
  width: 30px;
}
.gdt-banner-container {
  position: relative;
  display: flex;
  gap: 14px;
  padding: 12px 14px;
  border: 1px solid #eee;
  font-size: 12px;
  color: #4e4e4e;
  overflow: hidden;
}
.gdt-banner-container.gdt-banner-container-small {
  padding: 0px;
  border-radius: 8px;
}
.gdt-banner-media {
  flex-shrink: 0;
  width: 120px;
  height: 90px;
  background: #f5f5f5;
}
.gdt-banner-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
}
.gdt-banner-container .gdt-title {
  margin: 0;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.gdt-banner-container .gdt-description {
  margin: 8px 0;
  font-size: 14px;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.gdt-banner-container-small .gdt-banner-content {
  padding: 10px 0;
}
.gdt-banner-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}
.gdt-banner-container .gdt-advertiser {
  float: none;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #ddd;
  color: #fff;
  border: none;
  z-index: 10;
  border-radius: 6px 0 0 0;
}
.gdt-banner-container .gdt-advertiser:hover {
  background: #e9e9e9;
}
.gdt-title {
  margin: 12px 14px 5px;
  line-height: 14px;
  font-weight: 600;
}
.gdt-video {
  width: 272px;
  height: 153px;
  margin: 0 auto;
}
.gdt-description {
  margin: 4px 14px 0;
  line-height: 15px;
}
.gdt-content {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 9px;
}
.gdt-advertiser {
  float: left;
  display: none;
  width: 44px;
  height: 16px;
  border: 1px solid #eee;
  border-radius: 2px;
  line-height: 16px;
  text-align: center;
  color: #bbb;
  font-size: 12px;
  white-space: nowrap;
  position: relative;
  z-index: 10;
}
.gdt-advertiser:hover {background: #f8f8f8;}
.gdt-cta-button {
  display: block;
  float: right;
  height: 15px;
  padding: 0 6px;
  line-height: 15px;
  background: none;
  box-sizing: content-box;
  border: 1px solid #e10000;
  font-size: 12px;
  color: #e10000;
  border-radius: 10px;
  cursor: pointer;

  outline: none;
  text-decoration: none;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.gdt-cta-button:hover {
  opacity: 0.8;
}
.gdt-real-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;

  outline: none;
  text-decoration: none;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
    