.price_area_select_top{
    width: 100%;
    height: 45px;
    background-color: #f9f9f9;
    position: fixed;
    top: 0;
    z-index: 99;
    border-bottom: 1px solid #ddd;
}
.area_title{
    line-height: 45px;
    text-align: center;
}
.area_title p{
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
}
.area_title .down{
    width: 8px;
    height: 5px;
    display: inline-block;
    background: url(//css.ccement.com/img/wap_ccement/area_down.png) no-repeat;
    background-position: 0 0;
    background-size: 100%;
    vertical-align: middle;
}
.price_area_nav {
    height: 35px;
    position: relative;
    overflow: hidden;
    margin-top: 3px;
}
.price_area_nav .find_nav_list {
    position: absolute;
    left: 0;
}
.price_area_nav .find_nav_list ul {
    position: relative;
    white-space: nowrap;
    font-size: 0;
    border-bottom: 1px solid #ddd;
    margin-top: -1px;
}
.price_area_nav .find_nav_list ul li {
    display: inline-block;
    padding: 0 12px;
    border-bottom: 2px solid transparent;
}
.price_area_nav .find_nav_list ul li a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 33px;
    font-size: 14px;
    text-align: center;
    color: #999;
}
.price_area_nav .find_nav_list ul li.find_nav_cur{
    border-color: #48a5f4;
}
.price_area_nav .find_nav_list ul li.find_nav_cur a {
    color: #333 !important;
}

.price_area_con>ul>li{
    line-height: 24px;
    padding: 10px 12px;
    position: relative;
}
.price_area_con>ul>li::after{
    content: '';
    height: 1px;
    left: 12px;
    bottom: 0;
    right: 0;
    position: absolute;
    background-color: #eee;
}
.price_area_con>ul>li:last-child::after{
    background-color: #ffffff;
}
.price_area_con>ul>li a{
    font-size: 14px;
    color: #333;
}
.dialog_mask{
    display: none;
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
    top: 0;
    left: 0;
}
.dialog{ background: #fff; position: fixed; bottom: 0px; left: 0; width: 100%; z-index: 999;display: none;}
.dialog>h5{ font-size: 14px; color: #333; text-align: center; height: 40px; line-height: 40px; }
.dialog>ul>li{ width: 20%; height: 40px; float: left; text-align: center; border:1px solid #dddddd;  line-height: 40px; margin-top: -1px; border-left:0; color: #999999;}
.dialog>ul>li.cur{color: #333; background: url(//css.ccement.com/img/wap_ccement/select.png) no-repeat right bottom; background-size: 18px 18px;}
.dialog>ul>li:nth-of-type(5n){
  border-right:0;
}
.price_area_select_top .header_return {
    height: 100%;
    display: block;
    font-style: normal;
    font-size: 16px;
    line-height: 45px;
    color: #48a5f4;
    padding-left: 12px;
    position: absolute;
    left: 0;
    top: 0;
}
.price_area_select_top .header_return_word {
    font-style: normal;
    font-size: 16px;
    font-weight: normal;
}
.price_container {
    position: absolute;
    top: 0px;
    bottom: 0px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    width: 100%;
    margin-top: 45px;
}
.price_container_header {
    padding: 14px 12px 8px;
    border-bottom: 1px solid #ededed;
    font-size: 1em;
}
.price_container_header h2 {
    font-size: 18px;
    color: #333;
    line-height: 30px;
    margin-bottom: 4px;
}
.price_from i,.price_from em{font-style: normal;}
.flex_wrap{
    display: -moz-box;
    display: -webkit-box;
    display: box;
}
.flex_con{
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
}
.price_from {
    font-size: 12px;

}
.price_from_left{
    font-size: 12px;
    color: #666;
    display: block;   
}
.price_from_left i{
    color: #666;
    font-size: 12px;
    margin-right: 10px;
}
.price_time_right{
    
    color: #666;
    display: block;
    width: 80px;
    text-align: right;
}
.detail_list{line-height: 22px; color: #333;}
.detail_list>ul>li{margin: 10px 0; padding:0 12px 10px;position: relative;}
.detail_list>ul>li::after{
    content: '';
    height: 1px;
    left: 12px;
    bottom: 0;
    right: 0;
    position: absolute;
    background-color: #eee;
}
.detail_list>ul>li:last-child::after{
    background-color: #ffffff;
}
.company_name{color: #d31927; font-size: 14px; display: block; padding-right: 20px;}
.price_unit{ color: #999; text-align: right; }
.price_supplier{color: #666;}
.detail_area_title{ height: 50px; line-height: 50px; background: #f9f9f9; padding: 0 12px;}
.detail_area_title span{ font-size: 18px; color: #333; display: block;}
.detail_area_title a{ color: #666;font-size: 12px; }
.detail_area_title a>em{font-size: 12px; color:#666; }
.detail_area>ul>li{
    line-height: 24px;
    padding: 10px 12px;
    position: relative;
}
.detail_area>ul>li::after{
    content: '';
    height: 1px;
    left: 12px;
    bottom: 0;
    right: 0;
    position: absolute;
    background-color: #eee;
}
.detail_area>ul>li:last-child::after{
    background-color: #ffffff;
}
.detail_area>ul>li a{
    font-size: 14px;
    color: #333;
}
