/* 侧边导航 */
.sideavi {
  margin-right: -110px;
  float: right;
  position: sticky;
  z-index: 1000;
}
.sidelist {
  top: 48% !important;
  right: -37px;
  position: fixed;
  transform: translate(-50%, -54%);
}
.sideitem {
  padding: 16px 7px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #dfdfdf;
  font-size: 12px;
  font-weight: 400;
  color: #777777;
  line-height: 17px;
}

.sideitem li {
  justify-content: space-between;
  flex-direction: row;
  display: flex;
  align-items: center;
  text-align: center;
  margin-bottom: 15px;
}
.sideitem li:last-child {
  margin-bottom: 0px;
}
/* 鼠标悬浮状态 */
.saoma:hover {
  color: #f66e46;
}
.shenqguanl:hover {
  color: #4b90f7;
}
.fufeizixun:hover {
  color: #7d70db;
}
.yijianshouji:hover {
  color: #f9882c;
}
rengongkefu:hover {
  color: #fa6400;
}
.banbenggx:hover {
  color: #1eba7d;
}
/* 返回顶部 */
.huidaodingbu {
  background: url(/app/static/special/banner/img/sidenavigation/pc/huidaodingbu.png)
    no-repeat center top;
  height: 48px;
}
.huidaodingbu:hover {
  background: url(/app/static/special/banner/img/sidenavigation/pc/huidaodingbujh.png)
    no-repeat center top;
  height: 48px;
  color: #ff4743;
}
.sideitem img {
  width: 24px;
  height: 24px;
}
/* 扫码关注 */
.st {
  display: none;
}
.sideslither {
  top: -3px;
  position: absolute;
  left: -200px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.24);
  /* background: url(/app/static/special/banner/img/sidenavigation/pc/saomam.png)
    no-repeat 100%/100%; */
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  line-height: 17px;
  display: flex;
  justify-content: start;
  align-items: center;
  z-index: 1000;
}
.sideslither::before {
  width: 0px;
  height: 0px;
  content: "";
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fff;
  position: absolute;
  top: 30px;
  right: -10px;
}
.sideslither img {
  width: 71px;
  height: 71px;
  margin-right: 7px;
}
/* 申请关注 */
.sh {
  display: none;
}
.shenqshiyer {
  top: 55px;
  position: absolute;
  left: -95px;
  /* background: url(/app/static/special/banner/img/sidenavigation/pc/shengqingm.png)
    no-repeat 100%/100%; */
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.24);
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  line-height: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.shenqshiyer::before {
  width: 0px;
  height: 0px;
  content: "";
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fff;
  position: absolute;
  top: 30px;
  right: -10px;
}
.shenqshiyer img {
  width: 67px;
  height: 67px;
}
/* 人工客服 */
.srg {
  display: none;
}
.sidesrg {
  top: 72px;
  position: absolute;
  left: -160px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.24);
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  line-height: 17px;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.sidesrg::before {
  width: 0px;
  height: 0px;
  content: "";
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fff;
  position: absolute;
  top: 63px;
  right: -10px;
}
.sidesrg img {
  margin-bottom: 4px;
  width: 80px;
  height: 80px;
}
/* 收起 */
.showq {
  height: 51px;
  background: url(/app/static/special/banner/img/sidenavigation/pc/shouqi.png)
    no-repeat center top 14px/14px;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  line-height: 17px;
  text-align: center;
  cursor: pointer;
  margin-top: -11px;
  padding-top: 25px;
}
.showq:hover {
  background: url(/app/static/special/banner/img/sidenavigation/pc/shouqjh.png)
    no-repeat center top 14px/14px;
  color: #ff4743;
}

/* 圆形2收起悬浮状态 */
.yuanfu {
  top: 50%;
  right: -10px;
  position: fixed;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.yuanfu img {
  width: 50px;
  height: 50px;
  cursor: pointer;
}

/* 悬浮状态样式 */
.sideyuanf {
  display: block;
}
.sideyuanfimg {
  display: none;
}

/* 意见收集的弹窗 */
.yijianshouji_mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  display: none;
}

.yijian_pop {
  padding-bottom: 30px;
  background: #fff;
  width: 519px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.yijian_pop .yijian_top {
  height: 40px;
  background: #f9fafb;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  padding-left: 227px;
}
.yijian_pop #yijianClose_btn {
  display: block;
  width: 14px;
  height: 14px;
  margin-left: 190px;
  cursor: pointer;
}
.yijian_pop .yijian_body {
  padding: 0 19px;
  font-size: 16px;
  color: #333333;
  margin-top: 16px;
}
.yijian_body .yijian_input {
  width: 100%;
  height: 149px;
  border-radius: 2px;
  border: 1px solid #ebebeb;
  margin-top: 12px;
  padding-left: 9px;
  padding-top: 13px;
}
.yijian_body .yijian_input:hover {
  width: 100%;
  height: 149px;
  border-radius: 2px;
  border: 1px solid #ebebeb;
  margin-top: 12px;
  padding-left: 9px;
  padding-top: 13px;
}
.yijian_body .yijian_input:active {
  width: 100%;
  height: 149px;
  border-radius: 2px;
  border: 1px solid #ebebeb;
  margin-top: 12px;
  padding-left: 9px;
  padding-top: 13px;
}
.yijian_foot_btn {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.yijian_foot_btn .yijian_quxiaoBtn {
  width: 100px;
  height: 34px;
  background: #ebebeb;
  border-radius: 2px;
  font-size: 16px;
  color: #333333;
  text-align: center;
  line-height: 34px;
  margin-right: 60px;
  cursor: pointer;
}
.yijian_foot_btn .yijian_okBtn {
  width: 100px;
  height: 34px;
  background: linear-gradient(90deg, #ff4643 0%, #fe6530 100%);
  border-radius: 2px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 34px;
  cursor: pointer;
}
.yijian-tips {
  width: 170px;
  height: 40px;
  background: #4a4a4b;
  border-radius: 10px 10px 10px 10px;
  opacity: 1;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: #fff;
  text-align: center;
  line-height: 40px;
  display: none;
}
