.to-top[data-v-252efbf1] {
  height: 0.48rem;
  width: 0.48rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.6rem;
  background: var(--bg-white);
  box-shadow: 0 0 0.12rem rgba(0,0,0,0.06);
  cursor: pointer;
}
.to-top .icon[data-v-252efbf1] svg {
  fill: var(--bg-black);
}
.to-top:hover .icon[data-v-252efbf1] svg {
  fill: var(--bg-red);
}

.quick-enter[data-v-1cd9fd54] {
  position: fixed;
  bottom: 1.4rem;
  right: 0.12rem;
  z-index: 9;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.quick-enter .enter-content[data-v-1cd9fd54] {
  max-width: 0.48rem;
  background: #fff;
  border-radius: 0.6rem;
  box-shadow: 0px 0px 0.12rem rgba(0,0,0,0.06);
  padding: 0.06rem;
  max-height: 1.5rem;
  margin-bottom: 0.08rem;
}
.quick-enter .enter-content.en[data-v-1cd9fd54] {
  padding: 0.06rem 0;
  max-width: 0.6rem;
}
.quick-enter .enter-content a[data-v-1cd9fd54] {
  transition: all 0.1s linear;
}
.quick-enter .enter-content a:last-child .bar-item[data-v-1cd9fd54] {
  border-bottom: none;
}
.quick-enter .enter-content a .bar-item[data-v-1cd9fd54] {
  border-bottom: 1px solid rgba(151,151,151,0.2);
  padding-bottom: 0.1rem;
  transition: all 0.1s linear;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.quick-enter .enter-content a .bar-item .icon[data-v-1cd9fd54] {
  width: 100%;
  height: 0.4rem;
}
.quick-enter .enter-content a .bar-item .service[data-v-1cd9fd54] {
  width: 0.36rem;
  height: auto;
}
.quick-enter .enter-content a .bar-item .title[data-v-1cd9fd54] {
  transition: all 0.1s linear;
  font-size: 0.12rem;
  color: var(--ft-red);
  letter-spacing: 0;
  text-align: center;
  font-weight: 500;
  width: 0.14rem;
  margin: 0 auto;
  margin-top: 0.08rem;
}
.quick-enter .enter-content a .bar-item .title.en[data-v-1cd9fd54] {
  width: auto;
}

