.active-popup{
  width: 240px;
  height: 400px;
  background: rgba(255, 255, 255, 0);
  position: fixed;
  right: 15px;
  top: 30%;
}
.popup-close-box{
  width:100%;
  height:30px;
  position:relative;
}
.popup-close-box a{
  display: inline-block;
  width:30px;
  height:30px;
  position:absolute;
  right:0;
  z-index: 1111;
  background:url("/images/del.png") 0 0 no-repeat;
}
.popup-content-box{
  width:100%;
  height:383px;
  background:url("/images/2021-black-friday-pop.png") 0 0 no-repeat;
}
.popup-content-box a{
  display: inline-block;
  width:100%;
  height:100%;
  text-decoration: none;
}
.popup-content-box a .product-name{
  font-size: 20px;
  line-height: 24px;
  color: #f8f9fa;
  margin-top:100px;
  text-align: center;
  font-weight:600;
}
.popup-content-box a .product-desc{
  font-size: 15px;
  color: #ffffff;
  margin-top:25px;
  text-align: center;
  padding: 0 15px;
}
.popup-content-box a .enter-now{
  width: 150px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  margin-top:25px;
  border-radius: 17px;
  background-color: #ffc107;
  font-size: 16px;
  color: #fff;
  margin-left:20%;
  margin-top: 40px;
}
.promotion{
width: 100%;
position: fixed;
bottom: 0;
right: 0;
background-color: #0c1b32;
z-index: 2;
}

@media screen and (max-width: 980px) {
.promotion {
bottom: 8%;
}
}



.seo-right-banner {
    position: fixed;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 240px;
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    z-index: 100;
}


.seo-right-banner__title {
  font-size: 18px !important;
  color: #ff8f00 !important;
  line-height: 1.3;
  font-weight: 700 !important;
  margin: -10px 5px 10px 5px !important;
  border-left: none !important;
  font-family: Lato !important;

}


.seo-right-banner__subtitle {
   color: #484848 !important;
  font-size: 16px !important;
  line-height: 1.4 !important;
    margin-bottom: 15px;
    text-align: center;
}

.seo-right-banner__download-button {
    background: #00b066;
    color: white;
    padding: 10px 24px;
    border-radius: 8px;
    width: 100%;
    font-weight: 700;
    font-size: 17px;
    transition: opacity 0.2s;
    position: relative;
    z-index: 2; /* 确保按钮在点击层之上 */
}

.seo-right-banner__download-button a {
    color: white !important;    /* 强制文字白色 */
    text-decoration: none !important;  /* 移除下划线 */
    position: relative;
    z-index: 2; /* 确保按钮在点击层之上 */
    font-weight: 600 !important;
}

.seo-right-banner__security {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 15px;
    color: #48bb78;
    font-size: 13px;
    font-weight: 600;
}

.seo-right-banner__shield-icon {
    fill: currentColor;
}

.seo-right-banner__device-img {
    display: block;
    max-width: 220px;
    height: auto;
    margin: 15px auto 20px;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}



.seo-right-brand-header {
    display: flex;
    align-items: center;
    gap: 8px;
  margin-bottom: 20px;
  margin-left: -5px;
}

.seo-right-banner__logo {
    width: 48px;
    object-fit: contain;
    margin-left: 10px;
}

.seo-right-banner__logo2 {
    width: 30px;
    object-fit: contain;
    margin-left: 10px;
}


.seo-right-brand-name {
    line-height: 1.2;
}

.seo-right-brand-main {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #2d3748;
    margin-top: -5px;
}

.seo-right-brand-main2 {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #3f649d;
    margin-top: 8px;
}


.seo-right-brand-product {
    display: block;
    font-size: 14px;
    color: #4a5568;
    margin-top: 3px;
    font-weight: 600;
}


.banner-click-layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 60px; /* 预留按钮区域高度 */
    z-index: 1;
    cursor: pointer;
}



@media (max-width: 1200px) {
    .seo-right-banner { display: none; }
}