@CHARSET "UTF-8";
/* 浮动询价 */
.price_red .price_show{
	border:1px solid #f00 !important;
}
.price_list .price_red{
	border:1px solid #f00 !important;
}
.ban_serch {
    width: 266px;
    height: 390px;
    background: #fff;
    position: absolute;
    /* bottom: -366px!important; */
    /* top:728px; */
    margin-top:-631px;
    right: 8px;
    z-index: 20;
    border-radius: 10px;
}
.serch_title {
    height: 30px;
    background: #7F7F7F;
    padding: 15px 20px;
    line-height: 26px;
    border-radius: 10px 10px 0 0;
}
.serch_center {
    padding: 35px 8px;
}
.ban_serch .f_white h2 {
    text-align: center;
    color: #fff;
    font-size: 17px;
}
.serch_center .biankuang {
    border-radius: 5px;
    margin-top: -20px;
}
.serch_center .tel {
    font-size: 12px;
    line-height: 2.5;
    width: auto;
    padding-top: 10px;
    float: left;
}
.price_btn {
    width: 250px;
    height: 42px;
    background: #7F7F7F;
    font-weight: 700;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 20px;
    font-family: "微软雅黑" !important;
}
.price_list p {
    margin-top: 10px;
}
.price_list #quote_email, .price_list #numberRange,.price_list #quote_name {
    width: 247px;
    height: 35px;
    font-size: 12px;
   /*  background: #F6F6F6; */
    padding-left: 5px;
    font-family: "微软雅黑" !important;
    border:none;
    border-bottom:2px solid #ddd;
}
#quote_name option {
    background: #fff;
    color: #333;
    font-family: "微软雅黑" !important;
}
@media screen and  (max-width: 1366px){
    .ban_serch {
    width: 17%;
}
}
@media screen and  (max-width: 1366px){
    .price_btn {
    width: 100%;
    height: 32px;
}
}
@media screen and  (max-width: 1366px){
    .price_list #quote_email, .price_list #numberRange,.price_list #quote_name {
    width: 100%;
}
}