.ba-item-logo img,
.resizing-header.ba-section {
    transition: all .3s;
    -webkit-transition: all .3s;
  
  
  
}
  
.fixed-header .resizing-header.ba-section {
    background: rgba(255,255,255,1) !important;

    padding-bottom: 0px !important;
  
  border-bottom: 0px solid #cad0d7;
  box-shadow: 0px 0px 100px rgba(33,49,89,0.2) !important;
}

.fixed-header .ba-section {
    padding: 0 !important;
  
  
}


.header .ba-section {
    transition: padding .3s ease-in;
  	-webkit-transition: padding .3s ease-in;


}



.text3d {
    text-shadow: 1px 1px 1px #919191,
        1px 2px 1px #919191,
        1px 3px 1px #919191,
        1px 4px 1px #919191,
        1px 5px 1px #919191,
        1px 6px 1px #919191,
        1px 7px 1px #919191,
        1px 8px 1px #919191,
        1px 9px 1px #919191,
        1px 10px 1px #919191,
    1px 18px 6px rgba(16,16,16,0.4),
    1px 22px 10px rgba(16,16,16,0.2),
    1px 25px 35px rgba(16,16,16,0.2),
    1px 30px 60px rgba(16,16,16,0.4);
}


.text3d1 {
    text-shadow:  1px 1px 1px #919191,
        1px 2px 1px #919191,
        1px 3px 1px #919191,
        1px 4px 1px #919191,
      1px 10px 6px rgba(16,16,16,0.4),
    1px 15px 10px rgba(16,16,16,0.2),
    1px 20px 35px rgba(16,16,16,0.2),
    1px 25px 60px rgba(16,16,16,0.4);
}


.text3d2 {
    text-shadow:  1px 1px 1px #4f6279,
        1px 2px 1px #4f6279,
        1px 3px 1px #4f6279,
        1px 4px 1px #4f6279,
      0px 0px 5px rgba(255,255,255,0),
    0px 0px 10px rgba(255,255,255,0),
    0px 0px 15px rgba(255,255,255,0),
    0px 0px 20px rgba(255,255,255,0);
}



.avatartest {
  z-index: 10 !important;
}

.x-floating {
  z-index: 10 !important;
}




.custom-bg-text {
    font-size: 200px;
    left: 10%;
    line-height: 0;
    position: absolute;
    top: 75px;
    white-space: nowrap;
    z-index: -1;
}



.custom-bg-text12 {
   z-index: -1;
}

.full-width-btn a span, 
.full-width-btn a {
    width: 100%;
    box-sizing: border-box;
}








.disable-link {

    cursor: default;      /* 鼠标变为默认 */
    opacity: 0.6;         /* 可选：视觉提示为不可用 */
}


