.flexWarp {
    flex-wrap: wrap;
}

.sell_to_us .pc_img {
    width: 100%;
    border-radius: 10px;
    display: block;
}

.sell_to_us h2 {
    font-size: 48px;
    margin: 15px 0;
}

.sell_to_us .mobile_img {
    display: none;
}



.sell_to_us .your_info {
    margin-top: 20px;
    background: #060c1d;
    border-radius: 10px;
    padding: 31px 50px 31px 50px;
}

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

.sell_to_us .your_info .infoForm {
    align-items: flex-start;
}

.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;
    border-radius: 6px;
  
    background: #1F203A;
    color: #fff;
}

.sell_to_us .your_info .infoForm .input_box input:focus {
    border: solid 1px #238be4;
}

.sell_to_us .your_info .infoForm .input_box i.ico {
    position: absolute;
    top: 48px;
    right: 18px;
    width: 13px;
    height: 7px;
    background-position: 0 -19px;
}

.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: 50px;
}

.sell_to_us .contact_means .select_title {
    width: 122px;
    padding-left: 10px;
    cursor: pointer;
    font-size: 14px;
    border-radius: 6px;
  
    height: 100%;
   
    background: #1F203A;
}

.sell_to_us .your_info .infoForm .contact_means .select_title i {
    top: 20px;
}

.sell_to_us .your_info .selltous_down_select {
    position: absolute;
    top: 74px;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 9;
    display: none;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 12%);
    max-height: 400px;
    overflow-y: auto;
}

.sell_to_us .your_info .sell_game .selltous_down_select .search__game {
    padding: 5px 10px;
    border-bottom: 1px solid #ccc;
}
.sell_to_us .your_info .sell_game .selltous_down_select .search__game input {
    background: #bababa;
    color: #000;
}
.sell_to_us .your_info .selltous_down_select li {
    color: #000;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    cursor: pointer;
    font-size: 14px;
}

.sell_to_us .your_info .selltous_down_select li:hover,
.sell_to_us .your_info .selltous_down_select li.active {
    background: #238be4;
    color: #fff;
}

.sell_to_us .your_info .submit {
    margin-top: 38px;
    display: flex;
    justify-content: center;
}

.sell_to_us .your_info .submit button {
    height: 46px;
    background: #4789DD;
    border-radius: 23px;
    font-size: 16px;
    color: #faf9f8;
    cursor: pointer;
    min-width:200px;
}

.sell_to_us .your_info .submit button:hover {
    background: -webkit-linear-gradient(left top, #69f6a4, #133eda);
    background: -o-linear-gradient(bottom right, #69f6a4, #133eda);
    background: -moz-linear-gradient(bottom right, #69f6a4, #133eda);
    background: linear-gradient(to bottom right, #69f6a4, #133eda);
}

.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: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    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: #238be4;
    font-size: 14px;
    color: #faf9f8;
    cursor: pointer;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sell_to_us .sell_top {
    position: relative;
    background-color: #060c1d;
    border-radius: 10px;
}

.sell_to_us .share {
    display: flex;
    align-items: center;
   flex-wrap: wrap;
   justify-content: space-between;
   padding-top: 20px;
}

.sell_to_us .share a {
    width: 33%;
    display: flex;
    align-items: center;
    padding-left: 50px;
    color: #238be4;
    font-family: 'Oswald';
    font-size: 18px;
    margin-bottom: 20px;
    
}



.sell_to_us .share a img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.sell_to_us .share a.email img{
  width: 18px;
  height: 18px;
margin-left: 2px;
}

.sell_to_us .share a.skype span {
    white-space: nowrap;
}



@media (max-width: 1024px) {
    /* sell */
    .sell_to_us {
        padding: 0 10px 40px;
    }
    .sell_to_us h2{
        font-family: 'Oswald';
        font-size: 20px;
        margin-bottom: 20px;
        color: #fff;
    }
    .sell_to_us .sell_item li {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }

    .sell_to_us .sell_item li img {
        width: 29px;
        height: 29px;
    }
  
    .sell_to_us .sell_item li span {
        text-decoration: underline;
        color: #3b93c1;
    }

    .pc_img {
        display: none !important;
    }

    
    .sell_to_us .pc_img {
        display: none;
    }

    .sell_to_us .mobile_img {
        display: block;
        width: 100%;
    }

    .sell_to_us .mobile_img {
        display: block;
        width: 100%;
        border-radius: 10px;
    }

    .sell_to_us .your_info {
        padding: 20px 15px;
    }

    .sell_to_us .your_info .infoForm .input_box {
        width: 100%;
        margin-right: 0;
    }

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

    .sell_to_us .contact_means .select_title {
        width: 130px;
    }

    .sell_to_us .your_info .commonTitle p {
        font-size: 20px;
    }

    .sell_to_us .your_info .infoForm .input_box i.ico {
        background-image: url(/static/pc/image/public_ico.png);
    }

    .sell_to_us .share {
        display: block;
        height: auto;
    }

    .sell_to_us .share {
        padding: 25px 10px 15px 15px;
    }

    .sell_to_us .share a {
        font-size: 14px;
        margin-bottom: 15px;
        margin-right: 0;
        width: 100%;
        padding-left: 0;
    }
}