/* sell to us */
.z-breadcrumb_home {
    padding-top: 12px;
}

.z-breadcrumb_home a {
    color: var(--ws-color-c);
    font-size: 12px;
}

.z-breadcrumb_home i {
    color: var(--ws-color-c);
    font-size: 12px;
    margin: 0 4px;
}

.z-breadcrumb_home a:hover {
    color: #2C5DEB;
}

.static_head {
    align-items: flex-start;
}

.sell .static_head img {
    width: 8px;
    margin-right: 8px;
}

.sell .static_head .static_desc h3 {
    margin-bottom: 16px;
}

.sell .static_head .static_desc h3 i {
    color: #F60900;
    margin-right: 12px;
}

.sell .static_head .static_desc p {
    color: var(--ws-color-c);
}

.sell .static_desc .static_title {
    margin: 37px 0 24px;
    font-size: 24px;
    color: var(--zg-color-i);
}

.yout_infomation_title {
    font-size: 24px;
    margin-top: 40px;
}

/* sell to us */
.flexBetween {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flexItemCenter {
    display: flex;
    align-items: center;
}

.flex {
    display: flex;
}

.sell_to_us h2 {
    font-size: 48px;
    margin: 15px 0;
}
.sell_to_us input::placeholder {
    color: var(--ws-search-input);
    font-size: 12px;
}

.sell_to_us .your_info {
    margin-top: 28px;
    margin-bottom: 30px;
    background: var(--ws-default-bj);
    border-radius: 10px 10px 10px 10px;
    padding: 32px 24px;
}

.sell_to_us .sell_shade {
    margin-right: 30px;
    border-bottom: 1px solid #1f203c;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.sell_to_us .sell_shade .shade_item {
    background-color: #030712;
    border-radius: 10px;
    width: 49%;
    padding: 20px 20px;
    color: #fff;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.sell_to_us .sell_shade .shade_item img {
    width: 150px;
    margin-right: 10px;
}

.sell_to_us .sell_shade .shade_item a {
    color: #fff;
    font-size: 18px;
}

.sell_to_us .sell_shade .buitext {
    font-size: 18px;
    color: red;
}


.sell_to_us .sell_notice h3 {
    font-size: 30px;
    text-transform: uppercase;
}

.sell_to_us .sell_notice p {
    margin-bottom: 30px;
    color: #fff;
}

.sell_to_us .sell_notice h4 {
    margin-bottom: 10px;
    color: #e51515;
    font-size: 20px;
}

.sell_to_us .sell_notice ul {
    padding-left: 40px;
}

.sell_to_us .sell_notice ul li {
    margin-bottom: 20px;
    list-style: disc;
    color: #fff;
}

.sell_to_us .sell_notice p.buitext {
    border: 1px solid #e51515;
    border-radius: 4px;
    padding: 25px;
    margin-top: 40px;
}

.sell_to_us .your_info .commonTitle {
    font-size: 18px;
    color: #fff;
}

.sell_to_us .your_info .infoForm {
    align-items: flex-start;
    /* padding-right: 400px; */
}

.sell_to_us .your_info .infoForm .tips {
    color: red;
    font-size: 12px;
}

.sell_to_us .your_info .infoForm .input_box {
    width: 49.1%;
    position: relative;
    margin-top: 20px;
    margin: 20px 0 0;
}

.sell_to_us .your_info .infoForm .input_box input {
    width: 100%;
    height: 46px;
    background: var(--ws-shipping-h);
    color: var(--zg-shipping-c);
    border-radius: 5px;
}

.sell_to_us .your_info .infoForm .input_box.sell_contact .contact_means {
    background: var(--ws-shipping-h);
    padding: 15px 0;
    border-radius: 5px;
}

.sell_to_us .your_info .infoForm .input_box.sell_contact input {
    border: none;
    height: auto;
    background: none;
}

.sell_to_us .your_info .infoForm .input_box i.ico {
    position: absolute;
    top: 43px;
    right: 10px;
    font-size: 14px;

}

.sell_to_us .your_info .infoForm .input_box .input_title {
    margin-bottom: 8px;
    font-size: 14px;
}

.sell_to_us .your_info .infoForm .input_box .input_title i {
    color: red;
    margin-right: 5px;
}

.sell_to_us .contact_means .contact_select {
    margin-right: 10px;
    position: relative;
    display: flex;
    align-items: center;
}

.sell_to_us .contact_means .contact_select .selltous_down_select {
    top: 40px;
}

.sell_to_us .contact_means .select_title {
    width: 122px;
    padding-left: 10px;
    cursor: pointer;
    font-size: 14px;
    border-right: 1px solid #4d4a45;
    height: 100%;
}

.sell_to_us .your_info .infoForm .contact_means .select_title i {
    padding-right: 10px;
    position: inherit;
}

.sell_to_us .your_info .selltous_down_select {
    position: absolute;
    top: 74px;
    left: 0;
    width: 100%;
    z-index: 9;
    display: none;
    background: var(--ws-color-h);
    box-shadow: 0px 0px 5px 1px rgba(255, 255, 255, 0.1);
    max-height:  400px;
    overflow-y: auto;

}

.light .sell_to_us .your_info .selltous_down_select {
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
}

.sell_to_us .your_info .sell_product .selltous_down_select {
    overflow-y: auto;
}

.sell_to_us .your_info .selltous_down_select li {
    height: 40px;
    display: flex;
    align-items: center;
    padding-left: 10px;
    cursor: pointer;
    font-size: 14px;
}
.sell_to_us .your_info .selltous_down_select li:hover {
    color: #2C5DEB;
}
.sell_to_us .your_info .selltous_down_select li.active {
    background: #2C5DEB;
    color: #fff;
}
.sell_to_us .your_info .submit {
    padding-top: 32px;
    margin-top: 32px;
    display: flex;
    justify-content: start;
    border-top: 1px solid var(--ws-color-e);
}

.sell_to_us .your_info .submit button {
    height: 46px;
    background: #2C5DEB;
    font-size: 16px;
    color: #faf9f8;
    cursor: pointer;
    min-width: 120px;

}

.sell_to_us .your_info .submit button:hover {
    background: #4e68ff;
}

.sell_to_us .your_info .infoForm .input_box.sell_platForm,
.sell_to_us .your_info .infoForm .input_box.sell_server,
.sell_to_us .your_info .infoForm .input_box.sell_product,
.sell_to_us .your_info .infoForm .input_box.sell_coins {
    display: none;
}

.sell_to_us .your_info .infoForm .input_box.sell_platForm.display,
.sell_to_us .your_info .infoForm .input_box.sell_server.display,
.sell_to_us .your_info .infoForm .input_box.sell_product.display,
.sell_to_us .your_info .infoForm .input_box.sell_coins.display {
    display: block;
}

.sell_to_us .sell-tips {
    background-color: #fff;
    position: fixed;
    top: 35%;
    left: 50%;
    margin: 0 0 0 -130px;
    z-index: 100000;
    padding-bottom: 20px;
    display: none;
}

.sell_to_us .sell-tips h4 {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    padding: 10px;
    font-size: 20px;
    color: #000;
}

.sell_to_us .sell-tips h4 i {
    color: #000;
    cursor: pointer;
}

.sell_to_us .sell-tips p {
    padding: 20px;
    text-align: center;
    color: #000;
}

.sell_to_us .sell-tips a.btn {
    margin-left: auto;
    margin-right: 20px;
    height: 40px;
    background-color: #2C5DEB;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.z-selltous_backdrop .dialog-content {
    padding: 0 0 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.z-selltous_backdrop .dialog-content p {
    text-align: center;
    margin-bottom: 20px;
}

.z-selltous_backdrop .dialog-content button {
    background: #2C5DEB;
    color: #fff;
}

@media (max-width: 1024px) {

    .z-breadcrumb .z-page-container,
    .sell_to_us .your_info .infoForm {
        flex-direction: column;
    }

    .sell_to_us .your_info .infoForm .input_box {
        width: 100%;
    }

    .sell_to_us {
        padding: 0 10px 40px;
    }

    .sell_to_us .sell_item li {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }

    .sell_to_us .sell_item li span {
        text-decoration: underline;
    }
    .sell_to_us .your_info {
        padding: 0px 10px 20px;
    }

    .sell_to_us .your_info .submit button {
        width: 100%;
    }

    .yout_infomation_title {
        margin-top: 20px;
    }
}