@font-face {
    /* 给自定义字体取个名字，后面可以用这个名字引用字体 */
    font-family: 'Tomorrow';
    /* 字体文件的路径，这里假设字体文件在当前目录下 */
    src: url('../font/Tomorrow-Bold.ttf');
    /* 可选的字体样式，如 normal 或 italic */
    font-style: normal;
    /* 可选的字体粗细，如 normal 或 bold */
    font-weight: normal;
}
@font-face {
    /* 给自定义字体取个名字，后面可以用这个名字引用字体 */
    font-family: 'Roboto';
    /* 字体文件的路径，这里假设字体文件在当前目录下 */
    src: url('../font/Roboto-Bold.ttf');
    /* 可选的字体样式，如 normal 或 italic */
    font-style: normal;
    /* 可选的字体粗细，如 normal 或 bold */
    font-weight: normal;
}
body {
    margin: 0;
    padding: 0;
    background: linear-gradient(180deg, #35373A 0%, #282929 100%);
    color: #fff;
    font-size:14px ;
}
.sell-us-box{
    padding-top:160px ;
    width: 1400px;
    margin: 0 auto;
}
.sell-title{
    font-family: 'Tomorrow';
    font-size: 43px;
    text-align: center;
    margin: 50px 0;
    /* color: #FFFFFF; */
}
.looking-partners{
    background-image: url('../img/sell-bg.png');
    height: 190px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:30px;
    box-sizing: border-box;
    margin-bottom: 40px;
    /* flex-direction: column; */
}
.looking{
    
    font-size: 16px;
    margin-right: 100px;
    /* color: #FFFFFF; */
    flex: 1;
}
.looking p{
    font-family: 'Tomorrow';
    font-size: 34px;
    margin: 0 0 20px 0;
}
.join-now{
    width: 220px;
    font-size: 16px;
    padding:15px ;
   text-align: center;
   background-image: url('../img/sell-join.png');
   background-repeat: no-repeat;
   background-size: cover;
   box-sizing: border-box;
   cursor: pointer;
}
.sell-cash-box{
    background-color: #1d1d1d;
    border-radius: 10px;
    padding: 40px 60px;
    box-sizing: border-box;
    margin-bottom: 20px;
   
}
.sell-cash{
    font-family: 'Tomorrow';
    font-size: 34px;
    margin: 0 0 10px 0;
}
.sell-cash-box span{
  
    font-size: 16px;
   
}
.sell-currency{
    margin-top: 35px;
}
.sell-cash-title{
    color: #FFDFAB;
    font-size: 18px;
    font-weight: 700;
}
.PayPal{
    margin-left: -20px;
}
.PayPal li{
    line-height: 26px;
}
.form-infor{
    background-color: #1d1d1d;
    border-radius: 10px;
    padding: 40px 60px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.required-star {
    color: #EA6519;
    margin-left: 3px;
}

.form-group.required label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
}

input[type="text"] {
    height: 50px !important;  /* 覆盖原有高度 */
    background-color: #232528 !important;
    border: 1px solid #FFFFFF1A;
    box-sizing: border-box;
    padding: 0 20px;
    width: 100%;
    color: #fff;
    border-radius: 6px;
}
.infor-left{
    flex: 1;
    margin-right: 30px;
}
.custom-select {
    position: relative;
    width: 140px;
    margin-right: 10px;
    }
    .selected-option {
       
        border: 1px solid #FFFFFF1A;
        height: 50px;
        width: 100%;
    background: #232528;
    color: white;
   
    padding: 8px 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    border-radius: 4px;
    font-size: 14px;
    justify-content: space-between;
    }
    .options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #333;
    border-radius: 4px;
    margin-top: 4px;
    display: none;
    z-index: 100;
    }
    .option {
    padding: 8px 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    }
    .option:hover {
    background: #444;
    }
    .selected {
        background:#444;
        /* border-left: 3px solid #EA6519; */
    }
    
 
.form-input{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-top: 30px;
}
.form-input .form-group{
    width: 47%;
}
.submit{
    width: 220px;
    font-size: 16px;
    padding:15px ;
   text-align: center;
   background-image: url('../img/sell-join.png');
   background-repeat: no-repeat;
   background-size: cover;
   box-sizing: border-box;
   cursor: pointer;
}
.error-message{
    color: #EA6519 !important;
    font-size: 12px !important;
    margin-top: 5px !important;
}
.phone-footer{
    display: none !important;
   }
   .server .phone-online{
    display: none;
}
.service{
    position: fixed;
    bottom: 90px;
    right: 30px;
    z-index: 999;
    cursor: pointer;
    text-align: end;
    height: 100px;
    
}
.service .show{
    display: block;
}
.back-top img{
    background: linear-gradient(180deg, #D65206 0%, #D81E06 100%);
     border-radius: 10px;
     width: 56px;
     height: 56px;
    
 }
.phpne-top{
    display:none !important;
}
.phone-online{
    display: none;
}
.looking-partners-phone{
    display: none;
}
@media screen and (max-width: 768px)  {
    body{
        font-size: 14px;
    }
    .phpne-top{
        display: block!important;
    }
    .pc-top{
        display: none!important;
    }
    .top-box{
        display: block;
        height: 140px;
        position: fixed;
        top: 0;
        width: 100vw;
        left: 0;
        z-index: 99;
    }
    .service{
        /* display: none; */
        right: 20px;
        bottom: 30px;
    }
    .service .pc-online{
        display: none;
    }
    .service .phone-online{
        display: block !important;
    }
    .back-top img {
        width: 35px;
        height: 35px;
    }
    .pc-footer{
        display: none !important;
       }
    .phone-footer{
        display: block !important;
    }
    .sell-us-box{
        width: 100vw;
        padding: 160px 15px 0;
        box-sizing: border-box;
    }
    .sell-title{
        font-size: 22px;
        margin: 20px 0;

    }
    .looking-partners{
        background-image: url("../img/sell-bg-phone.png") ;
        height: auto;
        padding: 20px;
        padding-bottom: 40px;
        display: block;
        box-sizing: border-box;

    }
    .looking-partners-pc{
        display: none;
    }
    .looking-partners-phone{
        display: block;
    }
    .phone-partners{
        display: flex;
        justify-content: space-between;
        gap: 40px;
    }
    .phone-partners p{
        font-size: 20px;
        font-family: 'Tomorrow';
    }
    .phone-partners img{
        width: 90px;
        height: 90px;
        /* margin-right: 10px; */
    }
    .looking{
        font-size: 14px;
        margin: 20px 0;

    }
    .join-now{
        width: 182px;
        height: 43px;
        font-size: 14px;
        font-weight: 600;
        padding: 0;
        line-height: 40px;
    }
    .sell-cash-box{
        padding: 20px;
        margin-bottom: 10px;
    }
    .sell-cash{
        font-size: 20px;
    }
    .sell-cash-box span {
        font-size: 14px;
    }
    .form-infor{
        padding: 20px;
        box-sizing: border-box;
        display: block;
        position: relative;
        padding-bottom: 150px;
    }
    .infor-left{
        margin-right: 0;
    }
    .form-input{
        display: block;
    }
    .form-input .form-group{
        width: 100%;
        margin-bottom: 20px;
    }
    .pay-tupe-box{
        display: block!important;
    }
    .custom-select{
        width: 100%;
        margin-bottom: 10px;
    }
    .infor-right img{
        width: 141px;
        height: 191px;
        margin-top: 20px;
        position: absolute;
        right: 10px;
        bottom: 20px;
    }
    .submit{
        width: 190px;
        height: 44px;
        padding: 12px;
    }
    
}