﻿/* sell to us */
.sell_to_us {
    padding-top: 20px;
    align-items: flex-start;
}

.your_information {
    font-size: 40px;
    margin-top: 50px;
    color: hsl(0 0% 100%/1);
}

.sellOnline {
    width: 100%;
    height: 160px;
    margin-top: 20px;
    background: url(../image/sell_toop.jpg) no-repeat center;
    background-size: cover;
    justify-content: space-between;
    align-items: center;
    padding-left: 50px;
}

.contactUs .sellOnline {
    background: url(../image/contact_toptop.jpg) no-repeat center;
}

.sellTop_left span {
    width: 84px;
    height: 84px;
    text-align: center;
    line-height: 84px;
    background: #B6DCFF;
    border-radius: 50%;
    margin-right: 20px;
}

    .sellTop_left span i {
        font-size: 50px;
        color: rgba(0, 130, 251, 1);
    }

.contact_right span {
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background: #B6DCFF;
    border-radius: 50%;
    margin-right: 20px;
}

    .contact_right span i {
        font-size: 31px;
        color: rgba(0, 85, 251, 1);
    }

.sellTop_left {
    align-items: center;
}

    .sellTop_left .title {
        color: #fff;
        font-size: 36px;
        font-weight: bolder;
        font-size: "sans";
    }

.sellOnline .sellOnlineButton {
    font-family: 'sans';
    width: 360px;
    height: 60px;
    text-align: center;
    color: #004ABA;
    font-size: 18px;
    background: linear-gradient(180deg, #97CDFF 0%, #4EA9FF 100%);
    border-radius: 30px 30px 30px 30px;
    opacity: 1;
    border: 2px solid #B0D9FF;
    margin-right: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sell_to_us .sell_l {
    width: 340px;
    background-color: #f9f9f9;
    margin-right: 30px;
    padding: 40px 20px 30px;
}

    .sell_to_us .sell_l .sell_share {
        width: 100%;
        height: 100%;
    }

        .sell_to_us .sell_l .sell_share > div {
            color: #fff;
            font-size: 16px;
            padding-left: 9px;
        }

        .sell_to_us .sell_l .sell_share a {
            color: #fff;
            font-size: 16px;
            text-decoration: underline;
            background: #fff;
            border-radius: 6px;
            overflow: hidden;
            margin-bottom: 10px;
        }

        .sell_to_us .sell_l .sell_share img {
            width: 100%;
        }

        .sell_to_us .sell_l .sell_share p {
            color: #d52b1e;
            margin-bottom: 20px;
        }

            .sell_to_us .sell_l .sell_share p.buitext {
                margin-top: 40px;
                border: 1px solid #d5a602;
                border-radius: 3px;
                padding: 20px 5px;
            }

.sell_to_us .sell_r {
    background: hsl(228 35% 18%/0.8);
    border-radius: 4px 4px 4px 4px;
    flex: 1;
    padding: 20px 30px 40px;
    margin-bottom: 110px;
}

    .sell_to_us .sell_r .welcome {
        border-bottom: 1px solid #e2e2e2;
        padding-bottom: 16px;
        margin-bottom: 30px;
    }

        .sell_to_us .sell_r .welcome h5 {
            color: #121212;
            font-size: 20px;
            margin-bottom: 10px;
        }

        .sell_to_us .sell_r .welcome p {
            line-height: 20px;
        }

    .sell_to_us .sell_r .your_info h5 {
        font-size: 28px;
        color: #000000;
    }

    .sell_to_us .sell_r .your_info .infoForm {
        align-items: flex-start;
    }

        .sell_to_us .sell_r .your_info .infoForm .input_title {
            color: #fff;
            margin-bottom: 8px;
        }

            .sell_to_us .sell_r .your_info .infoForm .input_title i {
                color: #d52b1e;
            }

        .sell_to_us .sell_r .your_info .infoForm .input_box {
            width: 49.1%;
            position: relative;
            margin-top: 20px;
            margin: 20px 0 0;
        }

            .sell_to_us .sell_r .your_info .infoForm .input_box input {
                width: 100%;
                height: 46px;
                background: hsla(0,0%,100%,.08);
                border-radius: 2px 2px 2px 2px;
                opacity: 1;
                border: 1px solid #eceef00d;
                color:#fff
            }

                .sell_to_us .sell_r .your_info .infoForm .input_box input::placeholder {
                      color: hsla(0,0%,100%,.8);
                }

            .sell_to_us .sell_r .your_info .infoForm .input_box i.ico {
                position: absolute;
                top: 44px;
                right: 10px;
                font-size: 14px;
                color: hsla(0,0%,100%,.8);
            }

        .sell_to_us .sell_r .your_info .infoForm .selltous_down_select {
            position: absolute;
            top: 101%;
            left: 0;
            width: 100%;
            background: hsl(228 35% 18%/1);
            z-index: 9;
            display: none;
            box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 12%);
        }

    .sell_to_us .sell_r .your_info .selltous_down_select li {
        color: #fff;
        height: 40px;
        line-height: 40px;
        padding-left: 10px;
        cursor: pointer;
    }

        .sell_to_us .sell_r .your_info .selltous_down_select li:hover {
            background-color: hsla(0,0%,100%,.08);
            color: #ffffff;
        }

    .sell_to_us .sell_r .contact_means .contact_select {
        margin-right: 10px;
        position: relative;
    }

    .sell_to_us .sell_r .your_info .infoForm .contact_means .select_title i {
        top: 17px;
    }

    .sell_to_us .sell_r .contact_means .select_title {
        width: 120px;
        height: 46px;
        background: hsla(0,0%,100%,.08);
        border-radius: 2px 2px 2px 2px;
        opacity: 1;
        padding-left: 10px;
        cursor: pointer;
        color: hsla(0,0%,100%,.8);
    }

    .sell_to_us .sell_r .submit button {
        width: 335px;
        height: 56px;
        background: rgb(0, 130, 251);
        border-radius: 2px 2px 2px 2px;
        color: #ffffff;
        font-size: 18px;
        margin-top: 40px;
    }

    /* .sell_to_us .sell_r .submit button:hover {
	background-color: #d5a602;
	box-shadow: 0px 6px 18px 0px rgb(227 206 27 / 56%);
} */

/*    .sell_to_us .sell_r .infoForm .input_box.sell_platForm,
    .sell_to_us .sell_r .infoForm .input_box.sell_server,
    .sell_to_us .sell_r .infoForm .input_box.sell_product,
    .sell_to_us .sell_r .infoForm .input_box.sell_coins {
        display: none;
    }*/

        .sell_to_us .sell_r .infoForm .input_box.sell_platForm.display,
        .sell_to_us .sell_r .infoForm .input_box.sell_server.display,
        .sell_to_us .sell_r .infoForm .input_box.sell_product.display,
        .sell_to_us .sell_r .infoForm .input_box.sell_coins.display {
            display: block;
        }

    .sell_to_us .sell_r h1 {
        margin-bottom: 30px;
        text-transform: uppercase;
    }

    .sell_to_us .sell_r p {
        margin-bottom: 30px;
    }

    .sell_to_us .sell_r h2 {
        margin-bottom: 10px;
        color: #d52b1e;
    }

    .sell_to_us .sell_r p.buitext {
        border: 1px solid #d5a602;
        border-radius: 4px;
        padding: 25px;
        margin-top: 40px;
    }

.sell_to_us .sell-tips {
    width: 360px;
    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: #EE6A25;
        border-radius: 2px;
        font-size: 14px;
        color: #faf9f8;
        cursor: pointer;
        width: 100px;
    }
