/* anchor.css Date:2019-05-20 13:55:10 */

.lg-anchor-wrap .anchor-title,
.lg-anchor-wrap .lg-anchor-sublist .anchor-title {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.lg-anchor-wrap {
  display: inline-block;
  max-height: 400px;
  overflow-y: auto;
}

.lg-anchor-wrap .lg-anchor-list {
  position: relative;
  width: 156px;
}

.lg-anchor-wrap .lg-anchor-list:before {
  content: '';
  position: absolute;
  display: inline-block;
  top: 0;
  left: 4px;
  width: 4px;
  height: 100%;
  border-radius: 5px;
  background: #e8e8e8;
}

.lg-anchor-wrap .lg-anchor-sublist .anchor-title {
  padding-left: 32px;
  font-weight: 400;
}

.lg-anchor-wrap .anchor-title {
  padding-left: 20px;
  display: inline-block;
  max-width: 137px;
  width: 100%;
  height: 18px;
  color: #434343;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  box-sizing: border-box;
}

.lg-anchor-wrap .anchor-title:hover {
  color: #2BA3FF;
}

.lg-anchor-wrap .curr {
  position: relative;
  color: #0083FF;
}

.lg-anchor-wrap .curr:before {
  content: '';
  position: absolute;
  display: inline-block;
  top: 3px;
  left: 0;
  width: 14px;
  height: 14px;
  background: url("//img14.360buyimg.com/uba/jfs/t1/27374/5/14997/721/5cac91e4E09b5bd8c/91c244d3e281f4ad.png") no-repeat;
  background-size: cover;
}

.lg-anchor-wrap.horizontal {
  display: block;
  height: 64px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.09);
  background: #FFF;
}

.lg-anchor-wrap.horizontal .lg-anchor-list {
  position: relative;
  width: 100%;
  text-align: center;
}

.lg-anchor-wrap.horizontal .lg-anchor-list:before {
  display: none;
}

.lg-anchor-wrap.horizontal .anchor-item {
  display: inline-block;
  margin: 16px 18px 0;
}

.lg-anchor-wrap.horizontal .anchor-title {
  padding: 0 22px;
  display: inline-block;
  height: 32px;
  color: #434343;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  border-radius: 2px;
  box-sizing: border-box;
}

.lg-anchor-wrap.horizontal .anchor-title:hover {
  color: #2BA3FF;
}

.lg-anchor-wrap.horizontal .curr {
  position: relative;
  color: #0083FF;
  background: #E2F2FF;
}

.lg-anchor-wrap.horizontal .curr:before {
  display: none;
}

.anchor-title {
  cursor: pointer;
}