﻿/*城市页面*/
.header{
    padding:0 5%;
    color: #4e4a49;
    font-size: 1em;
    height: 45px;
    line-height: 45px;
    position: absolute;
    top: 0;
    width: 100%;
    border-bottom: 1px solid #ddd;
    background: #ececea;
    box-sizing:border-box;
}
#letter{
    width: 100px;
    height: 100px;
    border-radius: 5px;
    font-size: 75px;
    color: #555;
    text-align: center;
    line-height: 100px;
    background: rgba(145,145,145,0.6);
    position: fixed;
    left: 50%;
    top: 50%;
    margin:-50px 0px 0px -50px;
    z-index: 99;
    display: none;
}
#letter img{
    width: 50px;
    height: 50px;
    float: left;
    margin:25px 0px 0px 25px;
}
.sort_box{
    padding: 63px 0 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    box-sizing:border-box;
    -webkit-overflow-scrolling: touch;
}
.sort_list,.Recent_list1{
    padding:5px 60px 5px 25px;
    position: relative;
    height: 35px;
    line-height: 35px;
    border-bottom:1px solid #ddd;
    color: #666;
}

.sort_list .num_logo{
    width: 50px;
    height: 50px;
    border-radius: 10px;
    overflow: hidden;
    position: absolute;
    top: 5px;
    left: 20px;
}
.sort_list .num_logo img{
    width: 50px;
    height: 50px;
}
.sort_list .num_name{
    color: #666;
}

.sort_letter{
    height: 30px;
    line-height: 30px;
    padding-left: 20px;
    color:#666;
    font-size: 14px;
    background-color: #e5e5e5;
}
.initials{
    position: fixed;
    top: 65px;
    right: 0px;
    height: 100%;
    width: 15px;
    padding-right: 10px;
    text-align: center;
    font-size: 12px;
    z-index: 99;
    background: rgba(145,145,145,0);
}
.initials li img{
    width: 10px;
    height: 15px;
}
.Location{}
.margin22
{
   margin: 15px 22px;
}
.Location span{
    padding: 2px 25px;
    border: 1px solid #e5e5e5;
    color: #000;
}

.container_12 { overflow: hidden; }

.container_12 .grid_1 {
  width: 8.333333333333334%;
}
.container_12 .grid_2 {
  width: 16.666666666666668%;
}
.container_12 .grid_3 {
  width: 25%;
}
.container_12 .grid_4 {
  width: 33.333333333333336%;
}
.container_12 .grid_5 {
  width: 41.66666666666667%;
}
.container_12 .grid_6 {
  width: 50%;
}
.container_12 .grid_7 {
  width: 58.333333333333336%;
}
.container_12 .grid_8 {
  width: 66.66666666666667%;
}
.container_12 .grid_9 {
  width: 75%;
}
.container_12 .grid_10 {
  width: 83.33333333333334%;
}
.container_12 .grid_11 {
  width: 91.66666666666667%;
}
.container_12 .grid_12 {
  width: 100%;
}
 .header
        {
            z-index: 10000;
        }
        #H_close
        {
            width: 20px;
            height: 20px;
            background: url(../images/package-close.png) no-repeat;
            background-size: 100%;
            position: absolute;
            top: 18px;
            right: 18%;
            margin-top: -6px;
            display: none;
        }
        .header input
        {
            height: 35px;
            line-height: 35px;
            border: 0;
            width: 88%;
            border-radius: 5px;
            text-align: center;
            font-size: 14px;
            margin: 4px 0;
        }
        .header span
        {
            color: #0083dc;
            float: right;
            font-size: 16px;
            
        }
        .C_main
        {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            overflow: hidden;
        }
        .C_current
        {
            color: #0083dc;
        }
        .fixed-field {
    background-color: #fff;
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #d4d4d4;
}
.input-field{display: flex;display:box; display: -webkit-box;display: -moz-box;display: -ms-box;-webkit-box-align: center;  -webkit-align-items: center; box-sizing:border-box; padding:6px 10px; color: #666666;  text-align: left; border-radius:15px; margin:13px 5% ; width:90%; background-color:#fff; border:1px solid #e8e8e8;}
.input-field em{width:16px; display:block; margin-right:5px; margin-top:-2px;}
.input-field em img{width:17px; height:17px;}
.input-field .field-control{ -webkit-box-flex: 1;box-flex: 1; -ms-box-flex: 1;-ms-flex: 1; text-align:center; height:22px; line-height:22px;}
.input-field .field-control input{width:100%; color:#aeaeae;}