﻿
/**下拉日期选择**/
 
 .citycascade-select-block {
    width: auto;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    margin-bottom: 10px;
}
    .citycascade-select-block .Country-set, .citycascade-select-block .State-set, .citycascade-select-block .City-set {
        text-align: center;
        width: 33.3%;
        border: 0px;
        background-color: transparent;
        height: 30px;
        line-height: 30px;
        position: relative;
        float: left;
        border: solid 1px #444446;
        margin-bottom: 15px;
        color: #c3c4c4;
    }
  .citycascade-select-block span.show {
      right: 18px;
      position: absolute;
  }
    .citycascade-select-block input {
        width: 90%;
        text-align: left;
        float: left;
        text-indent: 12px;
        border: 0px;
        height: 28px;
        line-height: 28px;
        background-color: transparent;
    }
  .citycascade-select-block .up {
      position: absolute;
      top: 6px;
      right: 5px;
      background: url(image/arrow-normal.png) 0px 0px;
      width: 12px;
      height: 6px;
      cursor: pointer;
       display: none;
  } 
   .citycascade-select-block .down {
      position: absolute;
      bottom: 6px;
      right: 5px;
      background: url(image/arrow-normal.png) 0px 7px;
      width: 12px;
      height: 6px;
      cursor: pointer;
       display: none;
  }
 .citycascade-select-block .city-select{
      display: none;
      min-width: 200px;
      max-height: 240px;
      z-index: 9999;
     background-color: #000000;
       border: solid 1px #000000;
        margin-bottom: 15px;
        color: #c3c4c4;
      position: absolute;
      overflow: auto;   
     top:30px; 
}
 
.citycascade-select-block .city-select::-webkit-scrollbar {
      width: 12px; 
}
.citycascade-select-block .city-select::-webkit-scrollbar-track {
    border-radius: 4px; 
}
.citycascade-select-block .city-select::-webkit-scrollbar-thumb {
    border-radius: 4px; 
-webkit-box-shadow: inset 0 0 1px #000000;
}
    .citycascade-select-block .city-select li {
        cursor: pointer;
        text-align: left;
        text-indent: 8px;
        color: #c3c4c4;
    }
 
.citycascade-select-block .city-select li:hover {
    background-color: #c3c4c4;
        color: #444446;
}
 