.card {
    cursor: pointer;
    width: 100%;
    background: rgb(255, 255, 255);
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 255, .2);
    transition: all .2s;
    box-shadow: 10px 10px 1px 0px rgba(0, 0, 255, .2);
    margin-bottom: 2px;/*2个模块间的距离*/
    padding: 2px;/*模块内的空白距离*/
    box-sizing: border-box;

}
.card:hover {
    box-shadow: -10px 10px 2px -1px rgba(0, 0, 255, .2);
}

.footcard {
 width: 100%;

 background: rgb(40,40,55);
 background: linear-gradient(344deg, rgba(40,40,55,1) 0%, rgba(16,16,18,1) 50%);
 box-shadow: 4px 6px 14px #2F2F42;
 border-radius: 3px;
 color: #F9F9F9;
 padding: 16px;
 transition: all .3s;
}

.footcard:hover {
 margin-top: -10px;
}



.head-box {
            border: 1px solid #0a667f;
            margin-bottom: 20px;
            padding: 10px;
            background: white;
            border-radius: 8px;
            background: linear-gradient(to top, #0da2bb, #0a667f);

        }
        .border-box {
            border: 1px solid white;
            margin-bottom: 20px;
            padding: 10px;
            background: white;
            border-radius: 8px;

        }
.syegg-ad-bar img {
    width: 100%;
    height: 100%;
    object-fit:fill;
}

/* 圆形主页按钮样式 */
.floating-circle {
    position: fixed;
    bottom: 70px;
    right: 30px;
    width: 50px;
    height: 50px;
    background-color: red;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    transition: all 0.3s ease;
}

.floating-circle-query {
    bottom: 120px; /* 位于主页按钮上方 */
    background-color: #4CAF50; /* 不同颜色以区分 */
}

/* 主页文字样式 */
.home-text {
    font-size: 18px;
    font-weight: bold;
}

/* 方形隐藏按钮样式 */
.hide-button {
    position: fixed;
    bottom: 37px; /* 位于圆形按钮下方3px */
    right: 20px;
    transform: translateX(0);
    padding: 8px 15px;
    background-color: #954c0b;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 12px;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    transition: all 0.3s ease;
}

/* 悬浮效果 */
.floating-circle:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.hide-button:hover {
    background-color: #555;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

/* 顶部方形按钮样式 */
.top-button {
    position: fixed;
    bottom:-10px;
    right: 20px;
    width: 78px;
    height: 30px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 12px;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    transition: all 0.3s ease;
}

.top-button:hover {
    background-color: #45a049;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

/* 隐藏状态 */
.hidden {
    display: none;
}

@media (max-width: 768px) {
    .top-button {
        bottom: 10px;
        right: 20px;
        width: 78px;
        height: 30px;
        font-size: 12px;
    }
}



  #recordIframe {
    height: 240px;
}

@media (max-width: 375px) {
  #recordIframe {
    height: 230px;
}
  #xtopframe {
    height: 80px;
  }
 #linkframe{
    height: 430px;
}


}

@media (max-width: 480px) {
  #recordIframe {
    height: 230px;
}
  #xtopframe {
    height: 80px;
  }
 #linkframe{
    height: 430px;
}


}


@media (min-width: 481px) and (max-width: 768px) {
  #recordIframe {
    height: 230px;
  }
  #xtopframe {
    height: 100px;
  }
 #linkframe{
    height: 650px;
}

}


@media (min-width: 769px) {
  #recordIframe {
    height: 450px;
  }
  #xtopframe {
    height: 120px;
  }
 #linkframe{
    height: 650px;
}

}