

a[href="/careers.html"],
a[href="/bullrun.html"] {
  display: none;
}



.tn-elem__3829382081637662030045,
#rec710039080,
#rec863973445,
#rec710153779,
#rec710001714,
#rec387084892 .t-container:nth-child(1) .t404__col:nth-child(2),
#rec457838478 .tn-elem[data-elem-id="1700661823070"],
#rec457838478 .tn-elem[data-elem-id="1655108818171"],
#rec457838478 .tn-elem[data-elem-id="1695372495287"],
#rec457838478 .tn-elem[data-elem-id="1655106689182"],
.t898__btn_label,
.t696__content,
#rec399726238,
#rec382953258 table tbody tr td:nth-child(2) {
  display: none !important;
}


.t404__buttonwrapper td,
.t185 td,
::selection {
    background-color: #222222;
    color: #fff !important;
  }
  
  .t451__menu__content,
  .t405__showmore  td,
  .t404__buttonwrapper td{
    background-color: #000;
    color: #fff !important;
  }
#rec625767112 a {
    pointer-events: none;
    cursor: default;
}

.t718 .t-form__submit{
    display: block;
    vertical-align: middle;
    height: 10%;
    margin-top: 30px;
    margin-bottom: 10px;
}



.t228__list .t228__list_item {
    padding: 0 20px !important;
}

.t228__list .t228__list_item:last-child {
    padding: 0 0 0 20px !important;
}




/* 加载动画 */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* 成功提示动画 */
@keyframes successSlideIn {
    0% {
        opacity: 0;
        transform: translateY(-30px) scale(0.9);
    }
    50% {
        opacity: 0.8;
        transform: translateY(-10px) scale(1.02);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}





.success-message {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}


.t-submit:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

