/* 认领中心1 */
.claim1-center{
    width: 1200px;
    margin: auto;
    
}
.text-Title{
    text-align: center;
}
.title1{
    padding-top: 50px;
    font-size: 28px;
    font-family: 'Microsoft YaHei';
    color: #010101;
}
.title2{
    padding-top: 15px;
    font-size: 24px;
    font-family: 'Microsoft YaHei';
    color: #8b8b8b;
}
.sub-message{
    margin: auto;
    padding-top: 40px;
    width: 950px;
    border-bottom: 1px solid #dddddd;
}
.sub-message div{
    background-color: #ffffff;
    font-size: 18px;
    width: 108px;
    margin: auto;
    position: relative;
    top: 10px;
    font-family: 'Microsoft YaHei';
    font-weight: 600;
    color: #5c5c5c;
    text-align: center;
}
/*输入信息开始*/
.input-message{
    width: 950px;
    margin: 45px auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between;    
    border-bottom: 1px solid #dddddd;
    padding-bottom: 45px;
}

/* 左侧输入信息 */
.bg-wrap {
    background-color:#ffffff;
    border-radius: 12px;
    position: relative;
}
.sort-choice {
    display: box;
    display: -webkit-box;
    box-align:center;
    -webkit-box-align:center;
    border-bottom:1px solid #cfcfcf;  
    padding-top:15px;
    padding-bottom:15px;  
}
.form-item{
    position: absolute;
    right: 15px;
    bottom: 0px;
}
.box-inqui-infor dl:first-child{
    margin-top: 0;
}
.box-inqui-infor dl {
    display: -webkit-box;
    width: 448px;
    /*height: 45px;*/
    -webkit-box-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    /* margin-left: 15px; */
    margin-right: 15px;
    border-radius: 10px;
    border: 1px solid #cfcfcf;
    margin-top: 20px;
}
.box-inqui-infor dl dt {
    margin-right: 10px;
    margin-left: 15px;
    color: #090909;
    font-size: 16px;
    font-family: 'Microsoft YaHei';
    box-flex: 0;
    -webkit-box-flex: 0;   
}
.box-inqui-infor dl dt span{
    color: #090909;
    font-size: 16px;
    font-family: 'Microsoft YaHei';
}

.box-inqui-infor dl dd {
    box-flex:1;
    -webkit-box-flex:1;    
}
.bg-wrap dl dd input{
    border: none;
    width: 100%;
font-size: 16px;
color: #afafaf;
}

.sort-choice-2 input {
    border: none;
    width: 100%;
font-size: 16px;
color: #afafaf;
}
.amount-purchase{
    width: 308px !important;
}
.code-message{
    display: block;
          width: 128px;
          height: 45px;
          padding: 5px;
           background-color: #0a9f4b;
           color: #ffffff;
           font-family: 'Microsoft YaHei';
           border-radius: 4px;
           font-size: 14px;
           letter-spacing: 0.04rem;
           border: none;
           border-radius: 10px;
           -webkit-appearance: none;
}
.disabled-btn{
    color: #ffffff;
}
/* 右侧留言信息 */
.leave-Words{
    width: 448px;
    height: 175px;
    border: 1px solid #cfcfcf;
    border-radius: 10px;
}
.leave-title{
    margin-right: 10px;
    margin-left: 15px;
    color: #090909;
    font-size: 16px;
    font-family: 'Microsoft YaHei';
    padding-top: 15px;
}
.message-Board{
    width: 415px;
    height: 100px;
    background-color: #afafaf0f;
    border: none;
    margin-right: 10px;
    margin-left: 15px;
    margin-top: 15px;
}
/* 文本域样式 */
#myTextarea{
    display: block;
    margin: auto;
    width: 415px;
    height: 90px;
    margin-top: 10px;
    padding: 0;
    resize: none;
    border: 0;
    color: #afafaf;
    font-size: 1rem;
    font-family: 'Microsoft YaHei', '微软雅黑', sans-serif;
}
#myTextarea::placeholder{
    color: #afafaf;
}
.redNum{
    color: red;
}
.leaveMessageP2{
    height: 40px;
    line-height: 40px;
    text-align: right;
    color: #afafaf;
    padding-right: 15px;
}

.placeholder {
    color: gray;
    position: absolute;
    pointer-events: none;
}
textarea {
    position: relative;
    padding-top: 10px; /* Adjust according to your placeholder font size */
}


/*输入信息结束*/



/* 底部信息开始 */
.bottom-message{
    width: 950px;
    text-align: center;
    margin: auto;
    padding-top: 35px;
}
.bottom-p1{
font-size: 16px;
color: #8c8c8c;
}
.bottom-p2{
    padding-top: 12px;
    font-size: 16px;
    color: #444444;
}
.bottom-btn{
    width: 354px;
    height: 47px;
    line-height: 47px;
    font-size: 14px;
    color: #ffffff;
    background-color: #09a14a;
    border-radius: 10px;
    margin: auto;
    margin-top: 25px;
}