/* lym 20210524 totop */
.lym-u-sidebar {
  position: fixed;
  right: 10px;
  top: 330px;
  border: 1px solid #e9e9e9;
  border-radius: 3px;
  background-color: #fff;
  z-index: 100;
}

.lym-u-sidebar li {
  position: relative;
}

.lym-u-sidebar li:not(:last-child) {
  border-bottom: 1px solid #e9e9e9;
}

.lym-u-sidebar li:hover {
  background: #25b5ff;
}

.lym-u-sidebar li:hover .ico-1 {
  background-position-x: -32px;
}

.lym-u-sidebar li:hover .ico-2 {
  background-position-x: -32px;
}

.lym-u-sidebar li:hover .ico-3 {
  background-position-x: -29px;
}

.lym-u-sidebar li:hover .sub {
  color: #fff;
}

.lym-u-sidebar li:hover .pos {
  display: block;
}

.lym-u-sidebar .val {
  text-align: center;
  cursor: pointer;
  height: 70px;
  width: 70px;
}

.lym-u-sidebar .val .ico {
  display: inline-block;
  background-position: -2px -2px;
  background-repeat: no-repeat;
  margin-top: 11px;
}

.lym-u-sidebar .val .ico-1 {
  width: 26px;
  height: 25px;
  background-image: url(../images/lym_totop/lym_ico1.png);
}

.lym-u-sidebar .val .ico-2 {
  width: 26px;
  height: 26px;
  background-image: url(../images/lym_totop/lym_ico2.png);
}

.lym-u-sidebar .val .ico-3 {
  width: 23px;
  height: 26px;
  background-image: url(../images/lym_totop/lym_ico3.png);
}

.lym-u-sidebar .val .sub {
  font-size: 14px;
  line-height: 20px;
  padding-top: 4px;
  color: #000;
}

.lym-u-sidebar .pos {
  position: absolute;
  top: 0;
  right: 100%;
  z-index: 110;
  border-radius: 3px;
  background: #f5f5f5;
  border: 1px solid #e9e9e9;
  display: none;
}

.lym-u-sidebar .pos-1 {
  max-width: 212px;
}

.lym-u-sidebar .pos-1 dl {
  padding: 15px 30px 4px 14px;
}

.lym-u-sidebar .pos-1 dd {
  padding-bottom: 11px;
}

.lym-u-sidebar .pos-1 .pic {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  overflow: hidden;
}

.lym-u-sidebar .pos-1 .pic img {
  width: 100%;
}

.lym-u-sidebar .pos-1 a {
  display: block;
  margin-left: 56px;
  font-size: 14px;
  line-height: 20px;
  color: #25b5ff;
  position: relative;
  top: 14px;
}

.lym-u-sidebar .pos-2 {
  width: 270px;
}

.lym-u-sidebar .pos-2 .box {
  padding: 16px 10px 16px 12px;
}

.lym-u-sidebar .pos-2 .code {
  width: 68px;
}

.lym-u-sidebar .pos-2 .code img {
  width: 100%;
}

.lym-u-sidebar .pos-2 .des {
  margin-left: 80px;
  font-size: 16px;
  line-height: 24px;
  color: #707070;
}

.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* lym 20210524 totop */