.temp{display: block;}

.fixed-right-panel {
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  row-gap: 8px;
  position: fixed;
  right: 12px;
  bottom: 20px;
  z-index: 10;
}

.fixed-right-panel.home-panel .group,
.fixed-right-panel.home-panel .app,
.fixed-right-panel.home-panel .activity {
  display: none;
}

.fixed-right-panel-item:hover .fixed-right-hover {
  display: block;
}

.fixed-right-panel-item .item-link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.fixed-right-panel-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 8px;
  outline: 1px solid #eaecf0;
  background-color: #ffffff;
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08),
    0px 4px 6px -2px rgba(16, 24, 40, 0.03);
}

.fixed-right-panel-inner .fixed-right-panel-item {
  position: relative;
  width: 60px;
  height: 60px;
  cursor: pointer;
}

.fixed-right-panel-inner .fixed-right-panel-item::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -12px;
}

.fixed-right-panel-inner .fixed-right-panel-item .icon-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 6px;
  width: 100%;
  height: 100%;
}

.fixed-right-panel-inner .fixed-right-panel-item .icon-box svg {
  display: block;
  width: 24px;
  height: 24px;
  color: #272a2d;
}

.fixed-right-panel-inner .fixed-right-panel-item:hover .icon-box svg {
  color: #0076fe;
}

.fixed-right-panel-inner .fixed-right-panel-item:hover .icon-box .item-text {
  color: #0076fe;
}

.fixed-right-panel-inner .fixed-right-panel-item.group .icon-box svg {
  width: 36px;
}

.fixed-right-panel-inner .fixed-right-panel-item .icon-box .item-text {
  color: #272a2d;
  text-align: center;
  font-family: 'Microsoft YaHei';
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
}

.icon-box > i {
  display: inline-block;
  background-image: url(https://www.yunzhan365.com/images/fixed_right/fixed_right.png);
  background-repeat: no-repeat;
  width: 32px;
  height: 28px;
  margin-top: 5px;
}

.icon-box > span {
  display: block;
  font-size: 12px;
}

/* 领取vip按钮 */
.fixed-right-panel-item.get-vip {
  width: 60px;
  height: 60px;
  border-radius: 8px;
}

.fixed-right-panel-item.get-vip .icon-box img {
  display: block;
  width: 100%;
  height: 100%;
}
/* 领取vip按钮 */

/* 领取vip按钮弹窗 */
.fixed-right-hover.get-vip {
  display: none;
  position: absolute;
  right: 100%;
  top: calc(-100% - 20px);
  width: 152px;
  height: 208px;
  background-color: #ffffff;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.04),
    -2px -2px 4px 0px rgba(0, 0, 0, 0.04);
  border-radius: 6px;
  z-index: 1;
}

.fixed-right-hover.get-vip::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateX(100%);
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fff;
}

.fixed-right-hover.get-vip .title {
  display: block;
  margin: 16px 0 12px;
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  color: #666666;
  line-height: 16px;
  text-align: center;
}

.fixed-right-hover.get-vip .add {
  color: #f86d41;
}

.fixed-right-hover.get-vip img {
  display: block;
  margin: 0 auto;
  width: 130px;
  height: 130px;
  border: 1px solid #0076fe;
  box-shadow: 0 4px 9px 0 rgba(4, 80, 168, 0.1);
}
/* 领取vip按钮弹窗 */

/* 回到顶部按钮 */
.fixed-right-panel-item.top {
  display: none;
  width: 60px;
  height: 60px;
  border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #eaecf0;
  background-color: #ffffff;
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08),
    0px 4px 6px -2px rgba(16, 24, 40, 0.03);
  cursor: pointer;
}

.fixed-right-panel-item.top .icon-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.fixed-right-panel-item.top .icon-box svg {
  display: block;
  width: 24px;
  height: 24px;
  color: #272a2d;
}

.fixed-right-panel-item.top:hover .icon-box svg {
  color: #0076fe;
}
/* 回到顶部按钮 */

.fixed-right-menu > li i.service {
  background-position: -7px -8px;
}

.fixed-right-menu > li:hover i.service {
  background-position: -7px -47px;
}

.fixed-right-menu > li i.group {
  background-position: -51px -8px;
}

.fixed-right-menu > li:hover i.group {
  background-position: -51px -47px;
}

.fixed-right-menu > li i.official {
  background-position: -95px -8px;
}

.fixed-right-menu > li:hover i.official {
  background-position: -95px -47px;
}

.fixed-right-menu > li i.app {
  background-position: -227px -8px;
}

.fixed-right-menu > li:hover i.app {
  background-position: -227px -47px;
}

.fixed-right-hover.app .qrcode {
  width: 130px;
}
.fixed-right-menu > li i.activity {
  background-position: -139px -8px;
}

.fixed-right-menu > li:hover i.activity {
  background-position: -139px -47px;
}

.fixed-right-menu > li i.top {
  background-position: -182px -1px;
}

.fixed-right-menu > li:hover i.top {
  background-position: -182px -40px;
}

.fixed-right-menu > li.top {
  visibility: hidden;
}

.fixed-right-menu > li.show.top {
  visibility: visible;
}

.fixed-right-menu > li > a:hover > i {
  background-color: #42566f;
  color: #fff;
  background-position-x: -54px;
}

.fixed-right-menu > li:hover .icon-box {
  background-color: #0076fe;
  color: #fff;
}

.fixed-right-menu > li:hover .fixed-right-hover {
  display: block;
}

.fixed-right-hover {
  position: absolute;
  left: -12px;
  top: 0;
  padding: 12px;
  transform: translateX(-100%);
  text-align: center;
  display: none;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08),
    0px 4px 6px -2px rgba(16, 24, 40, 0.03);
}

.fixed-right-hover.service {
  width: 200px;
  cursor: default;
  top: unset;
  bottom: 0;
}

.fixed-right-hover.service::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 23px;
  transform: translateX(100%);
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #ffffff;
}

.fixed-right-hover.group h4,
.fixed-right-hover.service h4,
.fixed-right-hover.app h4 {
  margin-bottom: 4px;
  color: #333333;
  text-align: center;
  font-family: 'Microsoft YaHei';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
}

.fixed-right-hover.group h4.wechat,
.fixed-right-hover.service h4.wechat {
  padding-top: 15px;
  border-top: 1px solid #ededed;
  margin-top: 13px;
  padding-bottom: 3px;
}

.fixed-right-hover.group .sub-title,
.fixed-right-hover.app .sub-title {
  display: block;
  margin-bottom: 8px;
  color: #999999;
  text-align: center;
  font-family: 'Microsoft YaHei';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
}

.fixed-right-hover.app img {
  width: 160px;
  height: 160px;
  border-radius: 4px;
}

.fixed-right-hover .qrcodeImg {
  width: 140px;
  height: 140px;
  margin-bottom: 8px;
}

.fixed-right-hover.service h4.qrcodeTitle {
  margin-bottom: 5px;
  color: #333333;
  text-align: center;
  font-family: 'Microsoft YaHei';
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.fixed-right-hover.service p {
  color: #999999;
  text-align: center;
  font-family: 'Microsoft YaHei';
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.fixed-right-hover.service .border-line {
  width: 160px;
  margin: 0;
}

.fixed-right-hover.service p label,
.fixed-right-hover.group p label {
  margin: 0;
  font-weight: normal;
}

.fixed-right-hover.service a.btn {
  background: #4897ef;
  color: #fff;
  width: 110px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  border-radius: 20px;
  margin-top: 3px;
  padding: 0;
}
.fixed-right-hover.service a.link {
  border-bottom: 1px solid #428bca;
  padding: 0 2px 1px;
}

.fixed-right-hover.group img {
  width: 160px;
  height: 160px;
}

.fixed-right-hover.group p {
  color: #888;
  padding-top: 5px;
}
.fixed-right-hover.group a {
  font-size: 15px;
}
.fixed-right-hover.group a:hover {
  text-decoration: underline;
}

.set-transparency {
  opacity: 0;
}

.border-line {
  width: 100%;
  height: 1px;
  margin: 13px 0 18px 0;
  background-color: #ededed;
}

.wechat-qrcode {
  position: relative;
  width: 140px;
  height: 38px;
  margin: 8px auto 0;
  background-color: #ffffff;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  border: 1px solid #ededed;
  cursor: pointer;
}

.wechat-qrcode .text-content {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 4px;
  width: 100%;
  height: 100%;
  font-size: 12px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  color: #333333;
  line-height: 16px;
}

.wechat-qrcode .text-content .icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url('https://www.yunzhan365.com/images/fixed_right/suggest_icon.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.wechat-qrcode .text-content::after {
  content: '';
  background-image: url('https://www.yunzhan365.com/images/fixed_right/suggest_icon_hover.png');
}

.wechat-qrcode.show-code .text-content {
  background-color: #0378fd;
  color: #ffffff;
}

.wechat-qrcode.show-code .icon {
  background-image: url('https://www.yunzhan365.com/images/fixed_right/suggest_icon_hover.png');
}

.wechat-qrcode.show-code .qrcode-box {
  display: flex;
}

.wechat-qrcode .qrcode-box:hover {
  display: flex;
}

.wechat-qrcode::after {
  content: ' ';
  position: absolute;
  top: -10px;
  right: 0;
  bottom: 0;
  left: 0;
}

.wechat-qrcode .qrcode-box {
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  bottom: calc(100% + 8px);
  transform: translateX(-50%);
  width: 180px;
  height: 180px;
  background-color: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.07);
}

.wechat-qrcode .qrcode-box img {
  width: 160px;
  height: 160px;
}

.course-link {
  display: inline-block;
  margin-top: 18px;
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  color: #409eff;
  line-height: 16px;
}

.course-link:hover {
  border-bottom: 1px solid #409eff;
}
