*{padding: 0;margin: 0;}
    .site-header{
        width: 100%;
        height: 100px;
        background: linear-gradient( 180deg, #89CE0F 0%, #81C00D 100%);
        border-radius: 0px 0px 0px 0px;
        padding: 0 40px;
        box-sizing: border-box;
    }
   .yeytitle{
    width: 62px;
    height: 62px;
    padding: 2px;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0px 4px 16px 0px rgba(81,127,0,0.2), inset 0px -4px 4px 0px #ECCEA6;
    border-radius: 20px 20px 20px 20px;
    cursor: pointer;
   }
   .yeytitle img{
    width: 62px;
    height: 62px;
    padding: 2px;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0px 4px 16px 0px rgba(81,127,0,0.2), inset 0px -4px 4px 0px #ECCEA6;
    border-radius: 20px 20px 20px 20px;
    cursor: pointer;
    transition: transform 0.4s ease; /* 平滑过渡 */
   }
  
   .flexbox{
    display: flex;
    align-items: center;
   }
   .flexbox1{
    display: flex;
    align-items: center;
    justify-content: space-between;
   }
   .yeyname{
    position: relative;
    top: 15px;
    left: 20px;
    height: 86px;
    font-size: 36px;
    cursor: pointer;
    color: #FFFFFF;
   }
   .COLLIMG{
     width: 80px;height: 80px;
   }
   .banner{
    background-image: url('../image/indexbanner.png');
    /* width: 100%; */
    height: calc(100vh - 88px);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 40px;
    box-sizing: border-box;
}
.banner1{
  background-image: url('../image/indexbanner.png');
  /* width: 100%; */
  height: calc(100vh - 88px);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 10px 40px 40px 40px;
  box-sizing: border-box;
}
/* 在login.css中添加强制样式 */
.swal2-container {
  z-index: 99999 !important;
}
.swal2-popup {
  font-family: inherit !important;
}
.collname{
  position: relative;
  top: -15px;
  text-align: center;
  font-size: 14px;
  color: #FFFFFF;
}