﻿  .picker .picker-panel .wheel-wrapper .wheel .wheel-scroll .wheel-item {
    
    font-size: 14px;
}

.area_picker
{
    width: 100%;
    height: 300px;
    line-height: 30px;
    color: #333;
    background: #fff;
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
    border-top: 1px solid #dedede;
    position: fixed;
    bottom: 0;
    display:none;
   
    }
.scroll_province
{
    width:40%;
    float:left;
    
    }
    .scroll_city
{
    width:60%;
    float:left;
    
    }
    .province-list
    {
        max-height: 300px;
        overflow:auto;
        border-right:1px solid #e9e9e9;
        }
        .province-list li
        {
            cursor:pointer;
            }
         .city-list
    {
        max-height: 300px;
        overflow:auto;
        
        }
        .city-list li
        {
            cursor:pointer;
            }
            .selected
            {
                background-color:#f7f7f7;
                }