.z-affiliate .z-game_breadcrumb {
    padding-top: 24px;
}

.poptitle {
    width: 8px;
    margin-right: 8px;
}

.z-affiliate h1 {
    font-weight: 700;
    font-size: 32px;
    color: var(--wts-default-color);
    line-height: 39px;
    text-align: center;
    margin: 80px auto 36px;

}

.z-affiliate .affiliate_login a {
    padding: 15px 54px;
    background: #F76A04;
    border-radius: 5px 5px 5px 5px;
    color: #fff;
}

.z-affiliate .affiliate_login a:hover {
    background: #fa954e;
}

.z-affiliate .affiliate_login a.aff_signup {
    background: #2C5DEB;
    margin-left: 14px;
}

.z-affiliate .affiliate_login a.aff_signup:hover {
    background: #376bff;
}

.affiliate_program,
.affiliate_special {
    background: var(--ws-default-bj);
    border-radius: 0px 0px 10px 10px;
    position: relative;
    padding: 0px 32px;
    margin: 70px auto 60px;
}

.affiliate_program::after,
.affiliate_special::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, #F76A04 0%, #2C5DEB 71%);

}

.affiliate_program .affiliate_program_right img {
    width: 527px;
}

.affiliate_program .affiliate_program_left {}

.affiliate_program .affiliate_program_left h2 {
    font-weight: 700;
    font-size: 20px;
    color: var(--wts-default-color);
    line-height: 24px;
    margin-bottom: 22px;
}

.affiliate_program .affiliate_program_left p {
    font-weight: 400;
    font-size: 14px;
    color: var(--ws-color-c);
    line-height: 21px;
}

.affiliate_program .affiliate_program_left p.affiliate_join_now {
    color: #F76A04;
}

.affiliate_step {
    width: 796px;

}

.affiliate_step .affiliate_step_title {
    font-weight: 700;
    font-size: 24px;
    color: var(--wts-default-color);
    line-height: 29px;
    margin-bottom: 24px;
}

.affiliate_step .affiliate_step_item {
    width: 100%;
    justify-content: space-between;
    position: relative;

}

.affiliate_step .affiliate_step_item .step_title {
    font-weight: 700;
    font-size: 20px;
    color: var(--wts-default-color);
    margin-bottom: 10px;
}

.affiliate_step .affiliate_step_item p {
    font-weight: 400;
    font-size: 14px;
    color: var(--ws-color-c);
    line-height: 21px;
}

.affiliate_step .affiliate_step_item i {
    font-size: 32px;
    width: 48px;
    height: 48px;
    background: #2C5DEB;
    border-radius: 10px 10px 10px 10px;
    margin-right: 16px;
    color: #fff;
    position: relative;
    z-index: 2;

}

.affiliate_step .affiliate_step_item .affiliate_step_item_text {
    width: 678px;
}

.affiliate_step .affiliate_step_item::before {
    content: '';
    position: absolute;

    left: 24px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: var(--ws-color-i);
    z-index: 0;
    transition: background 0.18s ease;
}

.affiliate_step .affiliate_step_item:hover::before {
    background: #F76A04;
}

.affiliate_step .affiliate_step_item .affiliate_step_item_text {
    padding: 41px 24px;
    border-radius: 10px 10px 10px 10px;

}

.affiliate_step .affiliate_step_item:hover .affiliate_step_item_text {
    background: var(--ws-default-bj);
}

.affiliate_step .affiliate_step_item:hover i {
    background: #F76A04;
}

.affiliate_special {
    padding: 32px 24px;
}

.affiliate_special .affiliate_special_title {
    font-weight: 700;
    font-size: 18px;
    color: var(--wts-default-color);
    line-height: 22px;
    margin-bottom: 24px;
}

.affiliate_special .affiliate_special_content {
    font-weight: 400;
    font-size: 14px;
    color: var(--ws-color-c);
    line-height: 21px;
}

.pay_radio .radio_list {
    width: 100%;
    height: 44px;
    background: var(--ws-shipping-h);
    border-radius: 5px 5px 5px 5px;
    padding: 0 16px;
    font-weight: 400;
    font-size: 12px;
    color: var(--zg-shipping-c);
}

/* nav */
.affiliate_nav {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 8px;
    width: 1000px;
    margin: 0 auto 28px;
}

.affiliate_nav a {
    height: 44px;
    background: #F3F3F3;
    border-radius: 5px 5px 5px 5px;
    font-size: 16px;
    color: var(--wts-default-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.affiliate_nav a:hover {
    color: #FF2223;
}

.affiliate_nav a.active span {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    justify-content: center;
    background: #1d1d1d;
    border-radius: 5px 5px 5px 5px;
}

.affiliate_nav a.active {
    padding: 1px;
    font-weight: 700;
    font-size: 14px;
    color: var(--wts-default-color);
    background: linear-gradient(180deg, rgba(125.00000014901161, 0, 207.00000286102295, 1), rgba(255, 34.00000177323818, 35.00000171363354, 1));
}

.affiliate_userProfile h3 {
    margin-bottom: 20px;
}

.affiliate_common {
    margin: 20px auto;
    padding: 32px;
    background: var(--ws-default-bj);
    border-radius: 10px 10px 10px 10px;
}

.affiliate_common .input_flex {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    align-items: end;
}

.affiliate_common .input_flex .common_input {
    position: relative;
    margin-bottom: 16px;
    overflow: visible;
}

.affiliate_common .input_flex .common_input .label {
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 14px;
    color: var(--zg-color-d);
    line-height: 20px;
}

.affiliate_common .input_flex .common_input .label i {
    color: red;
}

.affiliate_common .input_flex .common_input .input_text {
    width: 100%;
    height: 44px;
    background: var(--ws-shipping-h);
    border-radius: 5px 5px 5px 5px;
    padding: 0 16px;
    font-weight: 400;
    font-size: 12px;
    color: var(--zg-shipping-c);
}

.affiliate_common .input_flex .common_input.isIcon_input .input_text.required {
    border: 1px solid red;
}

.affiliate_common .input_flex .common_input.isIcon_input .input_text {
    padding-left: 44px;

}

.affiliate_common .input_flex .common_input .iconfont {
    color: var(--zg-shipping-c);
    font-size: 18px;
    position: absolute;
    left: 14px;
    bottom: 13px;
}

.affiliate_common .input_flex .common_select {
    position: relative;
}

.affiliate_common .input_flex .common_select .select_value {
    height: 44px;
    background: var(--ws-shipping-h);
    border-radius: 5px 5px 5px 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    cursor: pointer;
    color: var(--zg-shipping-c);
}

.affiliate_common .input_flex .common_select .select_value i {
    font-size: 12px;
    position: unset;
}

.affiliate_common .input_flex .common_select .select_content {
    max-height: 400px;
    overflow-y: auto;
    background: var(--wts-dialog-bg);
    border-radius: 5px 5px 5px 5px;
    position: absolute;
    top: 110%;
    width: 100%;
    left: 0;
    display: none;
    z-index: 1000;
}

.affiliate_common .input_flex .common_select .select_content .select_search {
    padding: 8px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.affiliate_common .input_flex .common_select .select_content .select_search input {
    width: 100%;
    height: 44px;
    border-radius: 5px;
    border: 1px solid rgba(10, 8, 7, 0.15);
    background: var(--zg-select-a);
    color: var(--zg-shipping-c);
    padding-left: 15px;
}

.dark .affiliate_common .input_flex .common_select .select_content .select_search input {
    border: none;

}

.affiliate_common .input_flex .common_select .select_content .select_list p {
    padding: 8px 10px;
    cursor: pointer;
    background: var(--wts-dialog-bg);
    color: var(--zg-shipping-c);
}



.affiliate_common .input_flex .common_select .select_content .select_list p:hover {
    background: #2C5DEB;
    color: #fff;
}

.affiliate_common .submit {
    display: flex;
    margin-top:24px;
    justify-content: flex-start;
}

.affiliate_common .submit button {
    background: #F76A04;
    border-radius: 5px 5px 5px 5px;
    font-size: 14px;
    padding: 12px 36px;
    color: #fff;
}

.affiliate_common .submit button:hover {
    background: #F76A04;

}

/* Social media inline layout */
.affiliate_common .input_flex .input_box.social_media .select_input {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: nowrap;
    position: relative;
    width: 100%;
}

.affiliate_common .input_flex .input_box.social_media .select_input .select__social {
    min-width: 170px; /* 与国家选择宽度保持一致 */
    width: 170px;
    position: relative;
    margin-right: 12px; /* 与国家/电话间距一致 */
}

.affiliate_common .input_flex .input_box.social_media .select__social .select_value {
    height: 44px;
    background: var(--ws-shipping-h);
    border-radius: 5px 5px 5px 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    cursor: pointer;
    color: var(--zg-shipping-c);

}

.affiliate_common .input_flex .input_box.social_media .select__social .select_value i {
    font-size: 12px;
    position: unset;
}

.affiliate_common .input_flex .input_box.social_media .select__social .select_content {
    max-height: 400px;
    overflow-y: auto;
    background: var(--wts-dialog-bg); /* 与国家下拉一致 */
    border-radius: 5px 5px 5px 5px;
    position: absolute;
    top: 110%;
    width: 100%;
    left: 0;
    display: none;
    z-index: 9999;

}

.affiliate_common .input_flex .input_box.social_media .select__social .select_content .select_list p {
    padding: 8px 10px;
    cursor: pointer;
    background: var(--wts-dialog-bg);
    color: var(--zg-shipping-c);
}

.affiliate_common .input_flex .input_box.social_media .select__social .select_content .select_list p:hover {
    background: #2C5DEB;
    color: #fff;
}

.affiliate_common .input_flex .input_box.social_media .select__social .select_content .select_list p.active {
    background: #2C5DEB;
    color: #fff;
}

.affiliate_common .input_flex .input_box.social_media .select_input .social_url {
    flex: 1 1 auto;
    width: 100%;
    height: 44px;
    background: var(--ws-shipping-h);
    border-radius: 5px 5px 5px 5px;
    padding: 0 16px;
    font-weight: 400;
    font-size: 12px;
    color: var(--zg-shipping-c);
}

.affiliate_index .link_url {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 16px 0 30px;
}

.affiliate_index .link_url p img {
    width: 24px;
    vertical-align: middle;
    margin: 0 12px 0 2px;
    cursor: pointer;
}

.affiliate_index .link_url p img:hover {
    filter: brightness(0.8);
}

.affiliate_index .link_url p span.url {
    color: #5F75F4;
    text-decoration: underline;
}

.affiliate_index .link_url p .copy_tip {
    color: #666;
}

.affiliate_profile h3 {
    font-size: 18px;
    color: var(--wts-default-color);
    margin-bottom: 20px;
}

.affiliate_profile .edit_password {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.affiliate_profile .edit_account .country .select_value {
    padding-left: 14px;
}

.affiliate_profile .edit_account .country .select_value p {
    display: flex;
    align-items: center;
}

.affiliate_profile .edit_account .country .select_value p img {
    margin-right: 10px;
    max-height: 19px;
}

.affiliate_profile .edit_account .country .select_list p img {
    margin-right: 10px;
}

.social_media_wrap {
    width: 100%;
}

.affiliate_common .input_flex .social_media_wrap {
    grid-column: 1 / -1;
}

.affiliate_common .input_flex .social_media_wrap .add_delete p {
    background-color: #2C5DEB;
    color: #fff;
    font-size: 12px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    text-align: center;
    margin-left: 12px; /* 与其他输入间距统一 */
    cursor: pointer;
    min-width: auto;
    border-radius: 5px;
    margin-top: 1px;
}

.audit_wait{
    width:100%;
   
}
.audit_wait img{
    width: 200px;
    height: auto;
    margin-bottom: 20px;
}
/* order */
.affiliate_order h3 {
    font-size: 16px;
    margin-bottom: 10px;
}

.affiliate_order .commission_order {
    border-bottom: 1px solid var(--ws-color-e);
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.affiliate_order table {
    width: 100%;
}

.affiliate_order table tr {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    align-items: center;
    justify-content: center;
    justify-items: center;
    border-bottom: 1px dashed #F3F3F3;
}

.affiliate_order table thead tr {
    background: var(--ws-shipping-h);
    border-radius: 5px;
    border-bottom: none;
}

.dark .affiliate_order table thead tr {
    background: #5F75F4;
}

.affiliate_order table thead td {
    font-weight: 700;
    font-size: 14px;
    color: var(--wts-default-color);
    padding: 10px 2px;
}

.affiliate_order table td {
    white-space: nowrap;
    color: #666;
    padding: 23px 2px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}



.affiliate_order .order_usd {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}

.affiliate_order .order_usd>div {
    height: 44px;
    background: var(--zg-color-a);
    border-radius: 5px 5px 5px 5px;
    border: 1px solid var(--ws-color-e);
    color: var(--zg-color-h);
    display: flex;
    align-items: center;
    padding: 0 20px;
}

.affiliate_order .order_usd>div i {
    color: #F76A04;
    font-size: 20px;
    margin: 0 2px;
}

.affiliate_order .unrevlewed_order .order_usd {
    grid-template-columns: repeat(1, 1fr);
}

.affiliate_order .unrevlewed_order .order_usd>div {
    justify-content: flex-end;
}

.affiliate_order .loading {
    margin: 40px auto;
    display: block;
}

.affiliate_order .notData {
    text-align: center;
    color: #666;
    margin: 30px 0;
    display: none;
}

.affiliate_order .notData img {
    width: 80px;
    height: 80px;
}



.affiliate_withdrawal .affiliate_order table thead tr {
    border-bottom: none;
}

.affiliate_withdrawal .affiliate_order table tr {
    grid-template-columns: repeat(5, 1fr);
    border-bottom: 1px dashed #F3F3F3;
}

tbody tr {
    border-bottom: 1px dotted rgba(255, 255, 255, 0.15);
}

.pager {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.pager span.active {
    background: #5F75F4;
    color: #fff;
    position: relative;
    z-index: 1;
}

.pager span,
.pager a {
    display: inline-block;
    padding: 5px 10px;
    background: #F3F3F3;
    border-radius: 5px 5px 5px 5px;
    color: #666;
    margin: 0 2px;
    cursor: pointer;
    border-radius: 5px;
}


/* 修改信息 */
.affiliate_profile .edit_account .country .select_value {
    width: 170px;
    margin-right: 12px;
}

.affiliate_common .country_phone .common_select .select_content {
    width: 400px;
}

.affiliate_common .country_phone .telephone .input_text {
    width: 376px;
    padding-left: 40px;
}

.pay_radio .radio_list {
    align-items: center;
    font-size: 12px;
    font-weight: 400;
}

.pay_radio .radio_list label {

    height: 44px;
    display: flex;
    align-items: center;
    padding-left: 10px;
    cursor: pointer;
    margin-right: 24px;
}

.pay_radio .radio_list label input {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    cursor: pointer;
    position: relative;
    appearance: auto;
    background: red;
}

.affiliate_common .input_flex .common_input.game_tips p {
    font-size: 12px;
    color: red;
    height: 44px;
    line-height: 44px;
}

.input_box.social_media .add {
    width: 100%;
    height: 44px;
    background: var(--ws-shipping-h);
    border-radius: 5px 5px 5px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: var(--zg-shipping-c);
    cursor: pointer;
    margin-top: 8px;

}
.affiliate_common .country_phone .common_select .select_content ,
.affiliate_common .input_flex .common_select .select_content,
.affiliate_common .input_flex .input_box.social_media  .select_list {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

/* 提现弹框 */
.z-exchangeCash_dialog .withdrawal_form .payment {
    display: flex;
    align-items: center;
    grid-gap: 20px;
}

.z-exchangeCash_dialog .withdrawal_form .payment span {
    display: flex;
    align-items: center;
    color: #666;
    cursor: pointer;
}

.z-exchangeCash_dialog .withdrawal_form .payment span i {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #666;
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.z-exchangeCash_dialog .withdrawal_form .payment span.checked i {
    border: 1px solid #F76A04;
}

.z-exchangeCash_dialog .withdrawal_form .payment span.checked i::after {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #F76A04;
}

.z-exchangeCash_dialog .withdrawal_form .payment input {
    width: 20px;
    height: 20px;
    appearance: auto;
    padding: 0;
    margin-right: 5px;
    cursor: pointer;
}

.z-exchangeCash_dialog .withdrawal_form .input_box {
    margin-top: 15px;
    color: #000;
}

.z-exchangeCash_dialog .withdrawal_form input {
    height: 46px;
    background: rgba(17, 17, 17, 0.05);
    width: 100%;
    border-radius: 5px;
    padding-left: 15px;
}

.z-exchangeCash_dialog .withdrawal_form input::placeholder {
    color: #000;
}

.z-exchangeCash_dialog .withdrawal_form input.required {
    border: 1px solid red;
}

.z-exchangeCash_dialog .withdrawal_form .submit {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.z-exchangeCash_dialog .withdrawal_form button {
    height: 46px;
    background: #5F75F4;
    border-radius: 5px;
    padding: 0 65px;
    font-size: 14px;
    color: #fff;
}


.z-exchangeTips_dialog button {
    padding: 0 20px;
    margin: 20px auto 0;
    display: block;
}