.active-popup {
    width: 240px;
    height: 400px;
    background: rgba(255, 255, 255, 0);
    position: fixed;
    right: 15px;
    top: 30%;
    z-index: 3;
}
.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('../png/del.png') 0 0 no-repeat;
}
.popup-content-box{
  width:100%;
  height:100%;
  background: url('../png/bg.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;
  font-style: italic;
  line-height: 24px;
  color: #fbfe14;
  margin-top:100px;
  text-align: center;
}
.popup-content-box a .product-desc{
  font-size: 16px;
/*
  font-style: oblique;
  font-family: cursive;
*/
  line-height: 20px;
  color: #ffffff;
  margin-top:15px;
  margin-left: 5px;
  margin-right: 5px;
  text-align: center;
}
.popup-content-box a .enter-now{
  width: 150px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  margin-top:25px;
  border-radius: 17px;
  background-color: #ffffff;
  font-size: 15px;
  font-family: cursive;
  color: #b11117;
  margin-left:20%;
}



@charset "utf-8";
.news-banner {
  display: block;
  height: 50px;
  width: 100%;
  background-color: #a2bcee;
  overflow: hidden;
}
.news-banner p {
  font-size: 20px;
  color: #000;
 font-weight: 600;
}
.news-banner_content {
  display: inline-block;
  color: #fff;
  line-height: 30px;
  padding-left: 90%;	
  padding-top:10px;
  white-space: nowrap;
  animation: animate-banner 25s linear infinite;
  /*animation: animate-banner 20s linear infinite;*/
}
.news-banner_content > * {
  display: inline-block;
}
@keyframes animate-banner {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.seo-right-banner {
    position: fixed;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 260px;
    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: #6b65e1 !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;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.seo-right-banner__item {
  position: relative;
}

@media (max-width: 1200px) {
    .seo-right-banner { display: none; }
}


