/* Generated by less 2.2.0 */
#cityu-content ul.a-to-z-btn-list {
  list-style: none;
  margin: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#cityu-content ul.a-to-z-btn-list.disabled {
  opacity: 0.2;
  pointer-events: none;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
#cityu-content ul.a-to-z-btn-list > li {
  background: none;
  padding: 0;
  margin: 0 0 6px 0;
  display: inline-block;
}
#cityu-content ul.a-to-z-btn-list > li a {
  text-decoration: none;
  color: #fff;
  width: 23px;
  height: 23px;
  line-height: 23px;
  background: #808080;
  display: block;
  border-radius: 2px;
  font-weight: bold;
  text-align: center;
}
#cityu-content ul.a-to-z-btn-list > li a:hover {
  background: #b01861;
}
#cityu-content ul.a-to-z-btn-list > li a:not([href]) {
  font-weight: normal;
  color: #aba9a9;
  background: #efefef;
}
#cityu-content ul.a-to-z-btn-list > li a:not([href]):hover {
  background: #efefef;
}
.search-a-to-z {
  position: relative;
}
.search-a-to-z .search {
  width: 100%;
  font-size: 16px;
  padding: 12px 20px 12px 40px;
  border: 1px solid #a7a7a7;
  margin-bottom: 12px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.search-a-to-z i.icon-search {
  position: absolute;
  z-index: 1;
  left: 10px;
  color: #a7a7a7;
  width: 26px;
  height: 26px;
  font-size: 24px;
  top: 9px;
  display: block;
  text-align: center;
}
.search-a-to-z input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #a7a7a7;
}
.search-a-to-z input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #a7a7a7;
  opacity: 1;
}
.search-a-to-z input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #a7a7a7;
  opacity: 1;
}
.search-a-to-z input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #a7a7a7;
}
div#faqlist ul {
  margin: 20px 0 0 0;
}
div#faqlist ul li {
  background: none;
  padding: 0;
  margin: 0;
}
div#faqlist ul li.header a:not([href]) {
  text-decoration: none;
  color: #000;
}
div#faqlist ul li h2 {
  background: #e6e6e6;
  padding: 8px 10px;
  margin: 20px 0 0 0;
}
div#faqlist ul li span.faq-name {
  display: block;
}
div#faqlist ul li span.faq-name a {
  display: block;
  text-decoration: none;
  background: #f9f9f9;
  padding: 4px 10px;
}
div#faqlist ul li span.faq-name a:hover {
  background: #fff;
}
div#faqlist ul li span.faq-name a:not([href]) {
  color: #000;
}
div#faqlist ul li span.faq-name a em {
  background: #ff6;
  font-weight: bold;
  font-style: normal;
}
input[type=text]::-ms-clear {
  display: none;
}
