/* 侧边悬浮栏 */
.side-bar {
  position: fixed;
  right: 0px;
  top: 180px;
  font-size: 12px;
  z-index: 2000;
  background-color: #288add;
  padding-bottom: 25px;
  border-radius: 5px 0 0 5px;
}
#side-service .go-emailfree {
  width: 88px;
  height: 93px;
  margin-bottom: 10px;
  cursor: pointer;
  background: url(../show/home/images/header/free-email.png) center center no-repeat;
  display: block;
  position: fixed;
  z-index: 166;
  right: 16px;
  bottom: 200px;
}
.side-bar li.item {
  width: 40px;
  cursor: pointer;
  text-align: center;
  position: relative;
  margin: 0 auto;
  display: flex;
  height: 40px;
  margin-top: 25px;
}
.side-bar li .side-item-title{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-color: #288add;
  align-items: center;
}
.side-bar li .side-item-title span{
  color: #ffffff;
  font-size: 12px;
}

.side-bar li.tel-center .main-panel{
  width: 250px;
}
.side-bar li .main-panel {
  box-sizing: border-box;
  position: absolute;
  padding: 20px;
  background: #fff;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.15);
  z-index: 4;
  top: 50%;
  transform: translateY(-50%);
  right: 52px;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  cursor: default;
}

.side-bar li.item.active .main-panel {
  visibility: visible;
  opacity: 1;
}
.side-bar li .main-panel li {
  font-size: 0px;
  cursor: pointer;
}
.side-bar li.tel-center .main-panel h4 {
  color: #222222;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 12px;
}
.side-bar li.tel-center .main-panel li {
  margin-bottom: 4px;

}
.side-bar li.tel-center .main-panel li,
.side-bar li.tel-center .main-panel li label {
  cursor: default;
}
.side-bar li.tel-center .main-panel li span {
    font-size: 12px;
    color: #999999;
    vertical-align: middle;
    display: flex;
    /* flex-direction: row; */
    gap: 3px;
    flex-wrap: wrap;
}

.side-bar li.tel-center .main-panel li span em {
  font-weight: bold;
  color: #288add;
  font-size: 16px;
}
.side-bar li .main-panel li i {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #288add;
  text-align: center;
  transition: width 0s linear;
  vertical-align: middle;
  position: relative;
}
.side-bar li .main-panel li i img {
  vertical-align: bottom;
  width: 12px;
  text-align: center;
  position: absolute;
  left: 50%;
  transition: width 0.1s linear;
  transform: translate(-50%, -50%);
  top: 50%;
}

.side-bar li.serve-center .main-panel li {
  float: left;
  width: 108px;
  height: 28px;
  margin-bottom: 6px;
  text-align: center;
}
.side-bar li.serve-center .main-panel li:hover{
  text-align: left;
}
.side-bar li .main-panel li:hover i img{
  width: 14px;
}
.side-bar li.serve-center .main-panel li:hover span {
  font-size: 15px;
  color: #288add;
  font-weight: 600;
  margin-left: 5px;
}
.side-bar li.serve-center .main-panel li:hover i {
  width: 27px;
  height: 27px;
  background-color: #288add;
}
.side-bar li.serve-center .main-panel li span {
  margin-left: 10px;
  font-size: 13px;
  line-height: 28px;
  transition: font-size 0.1s linear;
  color: #f48e96;
  vertical-align: middle;
  display: inline-block;
  text-align: left;
  width: 70px
}
.side-bar li.serve-center .main-panel ul {
  margin-bottom: 10px;
}
.side-bar li.serve-center .main-panel h4 {
  font-size: 14px;
  color: #222222;
  margin-bottom: 14px;
  line-height: 12px;
}

.top_btn {
    display: none;
    position: fixed;
    z-index: 166;
    right: 16px;
    bottom: 100px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: -2px 2px 21px rgb(0 0 0 / 6%);
    background-color: #ffffff;
    width: 46px;
    height: 46px;
    text-align: center;
    vertical-align: middle;
} 
.top_btn div{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.side-bar li.tel-center .main-panel .service-list{
  display: flex;
  flex-wrap: wrap;
}
.side-bar li.tel-center .main-panel .service-list li{
  width: 50%;
  margin-bottom: 7px;
}
.side-bar li.tel-center .main-panel .service-list li:nth-child(3),.side-bar li.tel-center .main-panel .service-list li:last-child{
  margin-bottom: 0;
}
.side-bar li.tel-center .main-panel .service-list li a{
  display: flex;
  align-items: center;
  gap: 6px;
  width: 100%;
}

.side-bar li.tel-center .main-panel li span{
  font-size: 13px;
  color: #333;
}
.side-bar li.tel-center .main-panel li:hover span{
  color:#288add;
}