.flip-side-bar {
  z-index: 111;
  height: 171px;
  position: fixed;
  bottom: 82px;
  right: 22px;
  font-family: Arial, Helvetica, sans-serif !important;
}

.sidebar-toTop-container{
  min-height: 156px;
}

.sidebar-toTop-container a {
  width: 42px;
  height: 42px;
  display: block;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0 2px 8px #1c1f2308, 0 16px 48px 8px #1c1f2314;
  margin-bottom: 15px;
  background: #FFFFFF;
}

.sidebar-toTop-container .sidebar-to-top {
  display: none;
}

.sidebar-toTop-container .ios {
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  line-height: 42px;
  color: #333;
}

.sidebar-toTop-container .ios:hover {
  color: #0099FF;
}

.sidebar-toTop-container .sidebar-EN {
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  line-height: 43px;
  color: #333;
  /*background: url("/images/sidebar/icon.png") no-repeat 10px 6px #FFFFFF;*/
}

.sidebar-toTop-container .sidebar-EN:hover {
  color: #0099FF;
  /*background: url("/images/sidebar/icon.png") no-repeat 10px -32px #FFFFFF !important;*/
}

.sidebar-toTop-container .sidebar-to-top {
  background: url("icon.png") no-repeat -21px 7px #FFFFFF;
}

.sidebar-toTop-container .sidebar-to-top:hover {
  background: url("icon.png") no-repeat -21px -31px #FFFFFF;
}

.sidebar-toTop-container.onlyToTop{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.sidebar-toTop-container.onlyToTop .ios,
.sidebar-toTop-container.onlyToTop .sidebar-EN{
  display: none;
}

.sidebar-languageBox-container {
  display: none;
  padding: 18px 5px 18px 3px;
  background: #FFFFFF;
  border-radius: 16px;
  box-shadow: 0 2px 8px #1c1f2308, 0 16px 48px 8px #1c1f2314;
  position: fixed;
  bottom: 8.2%;
  right: 86px;
  z-index: 2;
  text-align: left;
}

.sidebar-lang-scroll-box {
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
  width: 168px;
  max-height: 400px;
}

.sidebar-languageBox-container a {
  padding-left: 34px;
  position: relative;
  font-size: 14px;
  font-family: Arial;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
}

.sidebar-languageBox-container a .selected {
  display: block;
  opacity: 0;
  width: 14px;
  height: 10px;
  position: absolute;
  left: 10px;
  background: url("icon.png") no-repeat -63px -9px;
}

/*滚动条整体样式*/
.sidebar-lang-scroll-box::-webkit-scrollbar {
  width: 3px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 3px;
}

.sidebar-lang-scroll-box::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
  background: #cccccc;
}

.sidebar-lang-scroll-box::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background: #f7f7f7;
}