/*底部面板*/
.common-bp {
    position: fixed;
    bottom: 0px;
    z-index: 10;
    width: 100%;
    min-width: 1200px;
    height: 58px;
    background: url(../img/Floating_bg.png) no-repeat;
    background-size: 100% 100%;
    background-color: #F5650A;
}

/* 通用 placeholder 样式（基础） */
.common-bp .container .form-wrepper input::placeholder {
    color: gray !important; /* 占位符文字颜色，可自定义 */
}

.common-bp .container {
    height: 58px;
    display: flex;
    justify-content: center;
    color: #fff;
    width: 100% !important;
}

.common-bp img {
    float: left;
    margin-top: -40px;
}

.common-bp .container .form-wrepper {
    display: flex;
    align-items: center;
}

.common-bp .container .form-wrepper input {
    width: 150px;
    height: 30px;
    border: 1px solid #fff;
    padding-left: 10px;
    line-height: 30px;
    color: #fff;
    background: none;
    border-radius: 15px;
    -webkit-text-fill-color: #fff;
    margin-right: 10px;
}

.common-bp .container .form-wrepper .tea-checkbox {
    border: 1px solid #fff;
    padding-left: 10px;
    line-height: 30px;
    color: #fff;
    background: none;
    border-radius: 15px;
    -webkit-text-fill-color: #fff;
    margin-right: 0px;
    cursor: pointer;
}

.common-bp .container .form-wrepper select {
    width: 150px;
    height: 30px;
    border: 1px solid #fff;
    padding-left: 10px;
    line-height: 30px;
    color: #fff;
    background: none;
    border-radius: 15px;
    -webkit-text-fill-color: #fff;
    margin-right: 10px;
}

.common-bp .container .form-wrepper select option {
    color: #000;
}

.common-bp .container .button_submit2 {
    float: left;
    display: block;
    /*width: 150px;*/
    width: auto !important;
    padding: 0 10px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #f5650a;
    background: #fff;
    border-radius: 15px;
    margin-left: 10px;
    margin-top: 15px;
}

.common-bp .container a {
    color: #bbbbbb;
}
