﻿ .mask_price {
    position: fixed;
    display: none;
    z-index: 300;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
}
    .mask_price_main {
    position: absolute;
    width: 480px;
    height: 360px;
    background: #FFffff;
    left: 50%;
    top: 50%;
    margin-left: -240px;
    margin-top: -180px;
    border-radius: 5px;
}
    .mask_price_main_top {
    border-bottom: 1px solid #ccc;
    height: 40px;
    width: 100%;
    line-height: 40px;
}
    .mask_price_main .mask_price_main_top h3 {
    font-size: 16px;
    height: 40px;
    float: left;
    line-height: 40px;
    padding-left: 25px;
    color: #111111;
    font-weight: 400;
}
    .mask_price_main .mask_price_main_top > a {
    width: 20px;
    height: 20px;
    float: right;
    display: inline-block;
    margin: 7px 7px 0 0;
    background: url("../../../../../../static/img/web/Policy/New/close.png") no-repeat 0 0;
        background-size: auto auto;
    background-size: 100% 100%;
}
    .mask_price_main > p {
    font-size: 14px;
    height: 40px;
    float: left;
    line-height: 40px;
    padding-left: 28px;
    color: #111111;
    font-weight: 400;
    width: 100%;
}
    .mask_price_main > p > span {
    color: #de151d;
    font-size: 14px;
}
    .mask_price_main ul {
    margin-top: 10px;
    clear: both;
    height: 200px;
    overflow: hidden;
}
    .mask_price_main ul li {
    height: 40px;
    line-height: 40px;
    margin-left: 28px;
    font-size: 14px;
    color: #000;
}
    .mask_price_main ul li > span {
    color: #0050f3;
}
    .mask_price_main ul li > a {
    font-size: 14px;
    color: #0050f3;
    width: 442px;
    height: 40px;
    line-height: 40px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
    .indexSearch {
    text-align: center;
    margin-top: 15px;
}     
.inputBox {
    display: inline-block;
    vertical-align: middle;
}
 .indexSearch .inputBox .ssBox {
    width: 425px;
    height: 30px;
    padding: 0 0px;
    overflow: visible;
    position: relative;
    background-color: #fff;
    border-radius: 5px;
}
.indexSearch .inputBox .ssBox input {
    height: 30px;
    width: calc(100% - 30px);
    padding: 0 0 0 10px;
    max-width: 370px;
    border: solid 1px #de151d;
    font-size: 13px;
    color: #333;
    border-radius: 3px 0 0 3px;
}
.inputBox .ssBox .butn {
    width: 55px;
    height: 30px;
    line-height: 30px;
    border-radius: 0px 5px 5px 0px;
    font-size: 18px;
    color: #fff;
    border: 0;
    cursor: pointer;
    background: url(../../../img/web/Province/btnr.jpg) no-repeat center center;
}