.lcsc-w1-c0 .duration-500 {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}
.lcsc-w1-c0 .bg-no-repeat {
    background-repeat: no-repeat;
}
.lcsc-w1-c0 .bg-\[50\%\], .lcsc-w1-c0 .bg-center {
    background-position: 50%;
}
.lcsc-w1-c0 .bg-cover {
    background-size: cover;
}
.lcsc-w1-c0 .overflow-hidden {
    overflow: hidden;
}
.lcsc-w1-c0 .justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.lcsc-w1-c0 .items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.lcsc-w1-c0 .w-full {
    width: 100%;
}
.lcsc-w1-c0 .h-\[60px\] {
    height: 60px;
}
.lcsc-w1-c0 .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.lcsc-w1-c0 .mx-\[auto\], .lcsc-w1-c0 .mx-auto {
    margin-left: auto;
    margin-right: auto;
}


.lcsc-w1-c0 .bg-\[url\(\/_style\/images\/close_top\.png\)\] {
  background-image: url(/_style/images/close_top.png);
}
.lcsc-w1-c0 .size-\[18px\] {
  width: 18px;
  height: 18px;
}
.lcsc-w1-c0 .top-\[10px\] {
  top: 10px;
}
.lcsc-w1-c0 .right-\[50px\] {
  right: 50px;
}
.lcsc-w1-c0 .absolute {
  position: absolute;
}


.lcsc-w1-c0 button {
    background-color: transparent;
    border: none; /* 移除边框 */
    outline: none; /* 移除获得焦点时的外边框 */
    cursor: pointer !important; /* 鼠标移入时显示小手 */
}
button.toptips-close {
    position: relative; /* 鼠标移入时显示小手 */
    z-index: 9999; /* 确保按钮在最上层 */
}
.lcsc-w1-c0 .toptips-close {
    background-color: transparent;
    border: none; /* 确保没有边框 */
    outline: none; /* 确保点击时不出现轮廓 */
    cursor: pointer; /* 改变鼠标指针为手型，提示这是一个可点击的元素 */
    transition: opacity 0.3s ease; /* 添加平滑过渡效果 */
}

/* 鼠标悬停时透明度变为原来的80% */
.lcsc-w1-c0 .toptips-close:hover {
    opacity: 0.7;
}
