.card {
 background: rgb(255, 255, 255);
 border-radius: 0.4em;
 box-shadow: 0.3em 0.3em 0.7em #00000015;
 transition: border 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
 border: rgb(250, 250, 250) 0.2em solid;

}

.card:hover {
 border: #006fff 0.2em solid;
}

/* 背景条样式 */
 .card .dh {
    background: linear-gradient(90deg, #ac6509 0%, #d0ce0a 100%);
    border:none;
    padding: 0px;
    margin:-2px -35px 5px -35px;
    width: calc(100%);
    box-sizing: border-box;
    overflow: hidden;
    z-index: 1;
    position: relative;
    left:35px;
    color: white;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Arial', sans-serif;
}
.footcard {
 background: #ffffff;
 background: linear-gradient(344deg, rgba(40,40,55,1) 0%, rgba(16,16,18,1) 50%);
 box-shadow: 4px 6px 14px #2F2F42;
 border-radius: 0px;
 color: #F9F9F9;
 padding: 2px;
 transition: all .3s;

 background-color: #fff;
 border-radius: 0rem;
 border: #b9b9b9 0.2rem solid;
 transition: all 0.4s ease-in;
 box-shadow: 0.4rem 0.4rem 0.6rem #00000040;
 margin-bottom: 1px;
 padding:2px;

}


.footcard:hover {
 margin-top: 5px;
 transform: translateY(-0.5rem);
 border: #f2295bf0 0.2em solid;
 border-radius: 0;
}



.head-box {
            border: 1px solid #0a667f;
            margin-bottom: 2px;
            padding: 2px;
            background: white;
            border-radius: 0px;


        }
        .border-box {
            border: 1px solid white;
            margin-bottom: 20px;
            padding: 10px;
            background: white;
            border-radius: 0px;

        }
.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: 0%;
    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: 0px;
    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: 0px;
    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;
    }
}
.rlcard {
 border-radius: 0rem;
 border: #fff 0.2rem solid;
 transition: all 0.4s ease-in;
 box-shadow: 0.4rem 0.4rem 0.6rem #00000040;
 margin-bottom: 1px;
 padding:2px;
font-size:13px;
text-align: center;
background: linear-gradient(90deg, #ac6509 0%, #d0ce0a 100%);
}
.rlcard:hover {
 transform: translateY(-0.5rem);
 border: #f2295bf0 0.2em solid;
 border-radius:0;
}
.carddh {
 border-radius: 0rem;
 transition: all 0.4s ease-in;
 box-shadow: 0.4rem 0.4rem 0.6rem #00000040;
 margin-bottom: 1px;
 padding:2px;
color:#fff;
text-align: center;
background: linear-gradient(90deg, #ac6509 0%, #d0ce0a 100%);
}
.carddh:hover {
 transform: translateY(-0.5rem);
 border-radius: 0;
}


  #recordIframe {
width:100%;
    height: 240px;
}

@media (max-width: 375px) {
  #recordIframe {
width:100%;
    height: 230px;
}
  #xtopframe {
    height: 80px;
  }
 #linkframe{
    height: 430px;
}
}

@media (max-width: 480px) {
  #recordIframe {
width:100%;
    height: 230px;
}
  #xtopframe {
    height: 80px;
  }
 #linkframe{
    height: 430px;
}


}


@media (min-width: 481px) and (max-width: 768px) {
  #recordIframe {
width:100%;
    height: 230px;
  }
  #xtopframe {
    height: 100px;
  }
 #linkframe{
    height: 650px;
}

}


@media (min-width: 769px) {
  #recordIframe {
    height: 450px;
  }
  #xtopframe {
    height: 120px;
  }
 #linkframe{
    height: 650px;
}

}