.phone-area-select {
  position: absolute;
  top: 1px;
  left: 87px;
  width: 66px;
  height: 36px;
  line-height: 36px;
  border-right: 1px solid #DEDEDE;
  font-size: 14px;
  cursor: pointer;
}
.phone-area-select a {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  width: 100%;
  padding-right: 16px;
  overflow: hidden;
  height: 36px;
  padding-left: 5px;
  z-index: 10;
}
.phone-area-select s {
  width: 9px;
  height: 6px;
  display: block;
  top: 15px;
  right: 4px;
  position: absolute;
  z-index: 5;
  /*sprite-image:"../../images/_sprite/global-ico-1/ico-down.png";*/
    background-position:0 0;
}
.phone-area-select ul {
  position: absolute;
  top: 36px;
  left: -1px;
  width: 206px;
  height: 300px;
  border: 1px solid #DEDEDE;
  background-color: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 30;
}
.phone-area-select ul li {
  line-height: 30px;
  padding-left: 5px;
  cursor: pointer;
  font-size: 13px;
  color: #616161;
}
.phone-area-select ul li:hover {
  background-color: #f4f4f4;
}

/*sprite start*/
.phone-area-select s{background-image:url(../../images/sprite16.png);}
/*sprite end*/