body{
    overflow-x: hidden;
    background-color: #ffffff;
    background-image: url('../img/mhbg_yh.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50% 50%;
}
.bg-purple {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100vw;
  }

  .logindiv{
    height: 580px;
    width: 1200px;
    background: #fff;
    border-radius: 5px 5px 5px 5px;
    box-shadow: rgb(195, 205, 220) 12px 12px 43px 0px; 
    background-image: url('../img/logobg2_yh.jpg');
    background-repeat: no-repeat;
    background-size: 780px;
    background-position: 100% 0%;
    position: absolute;
  }

  .fqtlogo{
    width: 200px;
    position: relative;
    left: 20px;
    top: 0px;
  }

  .fqtlogo img{
    width: 100%;
  }

  .topmeun{
    position: absolute;
    right: 20px;
    top: 20px;
    display: flex;
    gap: 12px;
    z-index: 10;
  }

  .topmeun a{
    color:#fff;
    cursor: pointer;
    padding: 8px 16px;
    border-radius: 6px;
    transition: all 0.3s ease;
    font-size: 14px;
    white-space: nowrap;
    text-decoration: none;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.25);
  }
  .topmeun a:hover{
    transform: translateY(-2px);
    background: rgba(255,255,255,0.25);
    border-color: rgba(255,255,255,0.4);
  }

  /* 选中后的高亮样式 */
  .endpoint-active {
    font-size: 16px !important;
    font-weight: 700 !important;
    padding: 10px 20px !important;
    transform: scale(1.05);
    background: #1E9FFF !important;
    border-color: #1E9FFF !important;
    color: #fff !important;
    box-shadow: 0 4px 12px rgba(30,159,255,0.4);
  }

  .fqttitle{
    width: 400px;
    position: relative;
    left: 20px;
    top: 50px;
  }
  .fqttitle img{
    width: 100%;
  }


  .zw_login{
    width: 440px;
    position: relative;
    left: 20px;
    top: 135px;

  }

  #denglu{
    cursor: pointer;
  }
  #denglu:hover{
    color: #ffffff;
    background-color: rgb(102, 177, 255);
  }

  .denglukuang .layui-form-label{
    width: 50px! important;
  }
  .denglukuang .layui-input{
    margin-left: -60px!important;
  }

  .zw_login a{
    position: relative;
    left: -65px;
    top: 0px;

  }

  .zw_btn{
    width: 340px;
    position: relative;
    left: 20px;
    top: 30px;
    text-align: center;
  }

  .zw_go{
    background-color: #1E9FFF;
    color: #fff;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    text-indent: 30px;
    font-size: 14px;
  }
  .zw_go i{
    font-size: 14px;
  }
  .zw_btn p{
    font-size: 14px;
    color: rgb(129, 129, 129);
  }
  .zhuctable{
     padding: 20px;
  }

  .zhuctable a{
    font-weight: 800;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
  }

  .zhuctable input,.zhuctable textarea{
    background-color: rgb(227, 239, 250);
  }

  .txphoto{
    background-image: url('../img/touxaing.jpg'); 
    background-repeat: no-repeat;
    background-size: 150px 150px;
    width: 150px; 
    height: 150px; 
    border: 1px solid #dfdfdf; 
    border-radius: 5px;
    cursor: pointer;
}

.edittip{
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    text-align: center;
    height: 25px;
    line-height: 25px;
    margin-top: 125px;
}