.bottom{
  width: 100%;
  height: 100px;
  background: #252A33;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bottom-t{
  width: 980px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 15px;
}
.bottom-t-i img{
  width: 20px;
  height: 14px;
}
.bottom-t-i{
  display: flex;
  align-items: center;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 20px;
  cursor: pointer;
  margin: 0 56px;
}
.bottom-t-i:hover .bottom-t-i-i{
  border: 1px solid #2282F2;
  background-color: #2282F2;
}
.bottom-t-i-i{
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  transform: .3s;
}
.bottom-b{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-family: pht;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20px;
  margin-top: 10px;
}
.bottom-b span{
  margin-left: 15px;
}
.bottom-b a{
  color: #ffffff;
}
.bottom-b-l{
  width: 1px;
  height: 16px;
  background: #FFFFFF;
  margin: 0 20px;
}
.float{
  position: fixed;
  right: 80px;
  bottom: 150px;
  z-index: 3;
  display: none;
}
.float-item{
  width: 76px;
  height: 100px;
  background: linear-gradient(360deg, #2282F2 0%, #2563F3 100%);
  flex-direction: column;
  cursor: pointer;
  transition: .3s;
  font-size: 14px;
  color: #ffffff;
  transition: .3s;
}
.float-item:hover{
  background: linear-gradient(360deg, #244FB3 0%, #244FB3 100%);
}
.float-items{
  width: 76px;
  height: 100px;
  background: #244FB3;
  flex-direction: column;
}
.float-icon1{
  width: 30px;
  height: 37px;
  margin-bottom: 10px;
}
.float-icon2{
  width: 41px;
  height: 29px;
  margin-bottom: 10px;
}
.float-icon3{
  width: 41px;
  height: 28px;
  margin-bottom: 14px;
}
.content-item{
  height: 50px;
  display: flex;
  align-items: center;
  line-height: 50px;
}
.content-line{
  width: 100%;
  height: 1px;
  background: #E5E5E5;
  opacity: 0.5;
}
.content-item img{
  width: 20px;
  height: 14px;
  margin: 0;
  margin-right: 10px;
}
.popperdialog{
  height: 100px;
}
.el-tooltip__popper{
  padding: 0 10px;
}
.popperwechatdialog{
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #FFFFFF;

}
.content-title{
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  line-height: 22px;
  margin-top: 12px;
}
.popperwechatdialog{
  height: 210px;
  width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content{
  height: 210px;
  width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.content-title{
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 22px;
  text-align: center;
  padding-top: 2px;
}
.content-tip{
  font-size: 12px;
  font-family: pht;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 17px;
  text-align: center;
  margin-top: 2px;
}
.content-code{
  width: 90px;
  height: 90px;
  margin: 8px auto;
  background-color: #ffffff;
}
.content-item{
  color: #FFFFFF;
}