.cpt-toast {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.h4_fixed_bar {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  z-index: 9999;
  bottom: 120px;
  right: 16px;
  gap: 8px;
}
.h4_fixed_bar .fixed_bar_item {
  position: relative;
  text-align: center;
}

.h4_fixed_bar p {
  font-size: 12px !important;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  margin-top: 5px !important;
  margin-bottom: 0px !important;
}
.h4_fixed_bar .fixed_bar_list {
  width: 62px;
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  border: 1px solid #f0f0f0;
  overflow: visible;
}
.h4_fixed_bar .fixed_bar_list.fixbar-none {
  display: none;
}
.h4_fixed_bar .retract-fixbar {
  display: flex;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 62px;
  padding: 12px 0;
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  border: 1px solid #f0f0f0;
}
.h4_fixed_bar .retract-fixbar.fixbar-none {
  display: none;
}
.h4_fixed_bar .retract-fixbar p {
  width: 14px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #909090;
}
.h4_fixed_bar .retract-fixbar img {
  width: 10px;
  margin-top: 7px;
}
.h4_fixed_bar .fixed_bar_list .open-fixed-bar {
  cursor: pointer;
  height: 40px;
  background: #059669;
  font-size: 11px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.h4_fixed_bar .fixed_bar_list .open-fixed-bar img {
  width: 8px;
  margin-top: -6px;
}
.h4_fixed_bar .fixed_bar_list .fixed_bar_item {
  height: 56px;
  border-bottom: 1px solid #f0f0f0;
}
.h4_fixed_bar .fixed_bar_list .fixed_bar_item:last-child {
  border-bottom: none;
}
.h4_fixed_bar .fixed_bar_list .fixed_bar_item.fixed_bar_item_need > a > img {
  width: 20px;
  height: 22px;
}
.h4_fixed_bar
  .fixed_bar_list
  .fixed_bar_item.fixed_bar_item_feedback
  > a
  > img {
  width: 24px;
  height: 21px;
}
.h4_fixed_bar .fixed_bar_list .fixed_bar_item.fixed_bar_item_report > a > img {
  width: 25px;
  height: 25px;
}
.h4_fixed_bar .fixed_bar_list .fixed_bar_item.fixed_bar_item_wechat > a > img {
  width: 26px;
  height: 22px;
}
.h4_fixed_bar .fixed_bar_list .fixed_bar_item.fixed_bar_item_applets > a > img {
  width: 24px;
  height: 24px;
}
.h4_fixed_bar .fixed_bar_list .fixed_bar_item > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.h4_fixed_bar .fixed_bar_list .fixed_bar_item > a > p {
  margin-top: 5px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
}
.h4_fixed_bar .fixed_bar_list .fixed_bar_item > a > img.selected {
  display: none;
}
.h4_fixed_bar .fixed_bar_list .fixed_bar_item > a > img.unselect {
  display: block;
}
.h4_fixed_bar .fixed_bar_list .fixed_bar_item:hover > a > p {
  color: #059669;
}
.h4_fixed_bar .fixed_bar_list .fixed_bar_item:hover > a > img.selected {
  display: block;
}
.h4_fixed_bar .fixed_bar_list .fixed_bar_item:hover > a > img.unselect {
  display: none;
}
.h4_fixed_bar .fixed_bar_item.fixed_bar_item_service:hover .hover_box {
  display: flex;
}
.h4_fixed_bar
  .fixed_bar_list
  .fixed_bar_item.fixed_bar_item_wechat:hover
  .wechat_hover_box {
  display: block;
}
.h4_fixed_bar
  .fixed_bar_list
  .fixed_bar_item.fixed_bar_item_applets:hover
  .applets_hover_box {
  display: block;
}
.h4_fixed_bar .fixed_bar_item.fixed_bar_item_top.retract-status {
  width: 50px;
  height: 50px;
}
.h4_fixed_bar .fixed_bar_item.fixed_bar_item_top {
  display: none;
  width: 44px;
  height: 44px;
  background: #059669;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.25);
  border-radius: 50%;
}
.h4_fixed_bar .fixed_bar_item.fixed_bar_item_top > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.h4_fixed_bar .fixed_bar_item.fixed_bar_item_top > a > img {
  width: 18px;
  filter: brightness(10);
}

.retract-fixbar p {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 20px !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
.hover_box {
  display: none;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 46px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
  transition: all 0.3s linear;
  border-radius: 6px; /* overflow: hidden; */
}
.hover_box:before {
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 10px;
  height: 15px;
  background-color: #fff;
}
.hover_box:after {
  position: absolute;
  z-index: -1;
  right: -5px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  transform: rotate(225deg);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
}
.hover_box.service_hover_box:before {
  position: absolute;
  z-index: 9;
  top: -66px;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 10px;
  height: 28px;
  background-color: #fff;
}
.hover_box.service_hover_box:after {
  position: absolute;
  z-index: -1;
  right: -8px;
  top: -66px;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  transform: rotate(225deg);
  box-shadow: 0 0 4px 0 rgb(0 0 0 / 15%);
}
.hover_box.service_hover_box.has-qrcode:before,
.hover_box.service_hover_box.has-qrcode:after {
  top: -132px;
} /* vip hover 弹框 */
.vip_hover_box {
  top: 0;
  left: -258px;
  width: 270px;
  height: 110px;
  line-height: 17px;
  font-size: 12px;
  color: #059669;
  text-align: left;
  border-radius: 6px;
  box-shadow: none;
}
.vip_hover_box:before {
  right: 28px;
  z-index: 9997;
  background: #fff url("../images/icon_vip_hover.svg") center 97% no-repeat;
}
.vip_hover_box:after {
  right: 24px;
  z-index: 999;
  background: #fff url("../images/icon_vip_hover.svg") center 90% no-repeat;
}
.vip_hover_box > div {
  position: relative;
  z-index: 999;
  width: 240px;
  height: 100%;
  background: url("../images/icon_vip_hover.svg") 0 0 / 248px 116px no-repeat;
  padding: 16px 0 0 20px;
  border-radius: 6px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
}
.vip_join_btn {
  position: absolute;
  left: 20px;
  bottom: 18px;
  display: block;
  width: 120px;
  height: 32px;
  line-height: 32px;
  background: #059669;
  border-radius: 16px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  box-shadow: 0px 2px 4px 0px rgba(50, 214, 147, 0.44);
}
.vip_join_btn:hover {
  background: rgba(50, 214, 147, 0.8);
  color: #fff;
}
.statistic-weChart {
  width: 132px;
  height: 132px;
} /* wechat hover弹框 */
.wechat_hover_box {
  top: -50px;
  left: -190px;
  width: 172px;
  height: 172px;
  background: #fff;
  padding-top: 12px;
  text-align: center;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
}
.wechat_hover_box span {
  display: block;
  line-height: 17px;
  margin-top: 8px;
  font-size: 12px;
  color: #059669;
  font-family: PingFangSC-Regular, PingFang SC;
}
.wechat_hover_box img {
  width: 124px;
  height: 124px;
}
.applets_hover_box img {
  width: 122px;
  height: 122px;
}
.applets_hover_box {
  top: -50px;
  left: -190px;
  width: 172px;
  height: 172px;
  background: #fff;
  padding-top: 12px;
  text-align: center;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
}
.applets_hover_box span {
  display: block;
  line-height: 17px;
  margin-top: 8px;
  font-size: 12px;
  color: #059669;
  font-family: PingFangSC-Regular, PingFang SC;
}
.phone_hover_box {
  width: auto !important;
  height: auto !important;
  padding: 14px 18px !important;
  white-space: nowrap;
}
.phone_hover_box .phone-number {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #059669 !important;
  text-decoration: none;
  letter-spacing: 1px;
}
.phone_hover_box .phone-number:hover {
  text-decoration: underline;
}
.phone_hover_box span {
  margin-top: 4px !important;
  font-size: 12px;
  color: #999 !important;
} /* service hover 弹框 */
.service_hover_box {
  left: -198px;
  top: -17px; /* width: 200px;    height: 128px; */
  background: #fff;
  padding: 20px;
}
.service_hover_box.has-qrcode {
  top: -17px;
  left: -380px;
}
.service_hover_box .service-hover-item-wrap:not(:first-child) {
  margin-left: 48px;
}
.service_hover_box .service-hover-item-wrap .service-hover-title {
  font-size: 16px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
  text-align: left;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
}
.service_hover_box .service-hover-item-wrap .service-hover-ftitle {
  margin: 10px 0 9px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.75);
  line-height: 20px;
  text-align: center;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
}
.service_hover_box .service-hover-item-wrap .service-hover-qrcode {
  display: block;
  width: 122px;
  height: 122px;
  margin-bottom: 12px;
}
.service_hover_box .service-hover-item-wrap .service-hover-tips {
  font-size: 14px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #059669;
  line-height: 20px;
  text-align: center;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
}
.service_hover_box .service-hover-item-wrap .custom-list-wrap {
  margin-top: 37px;
}
.service_hover_box
  .service-hover-item-wrap
  .custom-list-wrap
  .customer-item-wrap {
  display: flex;
  align-items: center;
}
.service_hover_box
  .service-hover-item-wrap
  .custom-list-wrap
  .customer-item-wrap:not(:first-child) {
  margin-top: 16px;
}
.service_hover_box
  .service-hover-item-wrap
  .custom-list-wrap
  .customer-item-wrap
  > img {
  width: 24px;
  height: 24px;
  margin-right: 18px;
}
.service_hover_box
  .service-hover-item-wrap
  .custom-list-wrap
  .customer-item-wrap
  > p {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.75);
  text-align: left;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
}
.fixedbar_alert_hide {
  display: none;
  position: fixed;
  z-index: 9997;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.4);
}
.fixedbar_alert {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
  width: 600px;
  background: #fff;
}
.fixedbar_alert .fixedbar_alert_head {
  position: relative;
  height: 51px;
  line-height: 50px;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.65);
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #d8d8d8;
}
.fixedbar_alert .fixedbar_alert_head img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  width: 22px;
  height: 22px;
  margin: auto;
  cursor: pointer;
}
.fixedbar_alert .fixedbar_alert_body {
}
.fixedbar_alert .fixedbar_alert_body .remind {
  width: 100%;
  height: 36px;
  line-height: 36px;
  background: rgba(254, 160, 0, 0.1);
  margin: 10px 0 20px;
  font-size: 14px;
  color: #fea000;
  text-align: center;
}
.fixedbar_alert .fixedbar_alert_body .remind_cont {
  padding-bottom: 30px;
}
.fixedbar_alert .fixedbar_alert_body .remind_cont > p {
  line-height: 24px;
  margin-bottom: 20px;
  padding: 0 30px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.65);
}
.fixedbar_alert .fixedbar_alert_body .remind_cont > p span {
  color: #fea000;
  font-weight: bold;
}
.fixedbar_alert .fixedbar_alert_form {
  width: 100%;
}
.fixedbar_alert .fixedbar_alert_form .form_item {
  margin-bottom: 20px;
}
.fixedbar_alert .fixedbar_alert_form .form_item .col1 {
  width: 124px;
  line-height: 28px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  text-align: center;
}
.fixedbar_alert .fixedbar_alert_form .form_item .col1 span {
  color: #ff4100;
}
.fixedbar_alert .fixedbar_alert_form .form_item .col2 {
  width: 476px;
}
.fixedbar_alert .fixedbar_alert_form .form_item .col2 .select_btn {
  float: left;
  display: inline-block;
  width: 90px;
  line-height: 26px;
  margin-right: 20px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  text-align: center;
  border: 1px solid #dedede;
  cursor: pointer;
}
.fixedbar_alert .fixedbar_alert_form .form_item .col2 .select_btn.active {
  border: 1px solid #059669;
  background: url("../images/selected.png") 100% 100% / 16px 16px no-repeat;
}
.fixedbar_alert .fixedbar_alert_form .form_item .col2 textarea {
  width: 420px;
  height: 120px;
  padding: 10px;
  border: 1px solid #dedede;
  resize: none;
  overflow-y: auto;
}
.fixedbar_alert .fixedbar_alert_form .form_item .col2 input[type="text"] {
  width: 420px;
  height: 28px;
  padding-left: 12px;
  border: 1px solid #dedede;
}
.fixedbar_alert .fixedbar_alert_form .form_item .col2 input[type="file"] {
  position: absolute;
  left: 0;
  width: 92px;
  height: 26px;
  opacity: 0;
  cursor: pointer;
}
.fixedbar_alert .fixedbar_alert_form .form_item .col2 input:focus,
.fixedbar_alert .fixedbar_alert_form .form_item .col2 textarea:focus {
  border-color: #059669;
}
.fixedbar_alert .fixedbar_alert_form .form_item .col2 .upfile {
  position: relative;
  width: 92px;
  height: 26px;
  line-height: 24px;
  background: url("../images/icon_upload.svg") 10px center no-repeat;
  padding-left: 34px;
  font-size: 12px;
  color: #5e8df7;
  border: 1px solid #dedede;
  cursor: pointer;
}
.fixedbar_alert .fixedbar_alert_form .form_item .col2 .upfile:hover {
  background-color: rgba(94, 141, 247, 0.1);
  border-color: #5e8df7;
}
.fixedbar_alert .fixedbar_alert_form .form_item .col2 .file_desc {
  max-width: 320px;
  line-height: 14px;
  margin-left: 10px;
  font-size: 10px;
  color: rgba(0, 0, 0, 0.25);
}
.fixedbar_alert .fixedbar_alert_form .form_item .col2 .file_desc .file_name {
  display: none;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.65);
}
.fixedbar_alert .fixedbar_alert_form .form_item .col2 .file_desc .file_name b {
  margin-left: 5px;
  color: rgba(0, 0, 0, 0.65);
  font-weight: normal;
  cursor: pointer;
}
.fixedbar_alert
  .fixedbar_alert_form
  .form_item
  .col2
  .file_desc
  .file_name
  b:hover {
  color: #059669;
}
.fixedbar_alert .submit_btn,
.fixedbar_alert .confirm_btn {
  display: block;
  width: 90px;
  height: 32px;
  line-height: 32px;
  background-color: #059669;
  margin: 30px auto;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border-radius: 4px;
}
.fixedbar_alert .submit_btn:hover,
.fixedbar_alert .confirm_btn:hover {
  background-color: rgba(50, 214, 147, 0.8);
}
.fixedbar_alert .fixedbar_alert_form .form_item .col2 .tip {
  margin-top: 4px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.45);
}
.fixedbar_alert .fixedbar_alert_form .form_item .col2 .tip img {
  width: 12px;
  height: 12px;
  position: relative;
  top: -1px;
  margin-right: 4px;
} /* 指引任务弹框 */
.h4_fixed_bar .fixed_bar_item_guide {
  margin-bottom: 10px;
  display: block;
}
.h4_fixed_bar .fixed_bar_item_guide img {
  width: 102px;
  position: relative;
  left: -8px;
}
.h4_fixed_bar .fixed_bar_list .fixed_bar_item.fixed_bar_item_guide > a > img {
  width: 22px;
  height: 24px;
}
.fixed-guide-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.fixed-guide-wrap.hidden {
  display: none;
}
.fixed-guide-wrap .fixed-guide-overlay {
  position: fixed;
  z-index: 9999999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
.fixed-guide-wrap .fixed-guide-main {
  width: fit-content;
  margin-left: 25px;
  position: fixed;
  top: calc(50% - 278px);
  left: 50%;
  transform: translateX(-50%);
  right: 0;
  margin: 0 auto;
  z-index: 9999999;
  background: transparent;
  border-radius: 20px;
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-close-img {
  position: absolute;
  z-index: 1;
  top: -10px;
  right: -10px;
  width: 28px;
  height: 28px;
  cursor: pointer;
  background-image: url("../images/close.png");
  background-size: cover;
  background-position: center;
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-close-img:hover {
  background-image: url("../images/close_active.png");
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-content {
  position: relative;
  display: flex;
  background: transparent;
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-steps {
  position: absolute;
  top: 75px;
  left: 0;
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-steps li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 134px;
  height: 48px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  border: 1px solid #bcf0e7;
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-steps li img {
  position: absolute;
  top: -12px;
  right: 0;
  width: 56px;
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-steps li:not(:first-child) {
  margin-top: 40px;
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-steps li.active {
  border-left: 4px solid #059669;
  background: linear-gradient(276deg, #ebfffd 0%, #abf3ed 100%);
  font-size: 14px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #059669;
}
.fixed-guide-wrap
  .fixed-guide-main
  .fixed-guide-content
  .fixed-guide-content-item {
  position: absolute;
  top: 39px;
  left: 168px;
  display: none;
  width: 518px;
}
.fixed-guide-wrap
  .fixed-guide-main
  .fixed-guide-content
  .fixed-guide-content-item.active {
  display: block;
}
.fixed-guide-wrap
  .fixed-guide-main
  .fixed-guide-content
  .fixed-guide-content-item
  .steps-desc {
  text-align: right;
  font-size: 14px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.55);
  line-height: 20px;
}
.fixed-guide-wrap
  .fixed-guide-main
  .fixed-guide-content
  .fixed-guide-content-item
  .steps-desc.active {
  color: #059669;
}
.fixed-guide-wrap
  .fixed-guide-main
  .fixed-guide-content
  .fixed-guide-content-item
  .tips1 {
  margin-top: 24px;
  font-size: 16px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #076b5f;
  line-height: 24px;
}
.fixed-guide-wrap
  .fixed-guide-main
  .fixed-guide-content
  .fixed-guide-content-item
  .steps-list
  .steps-item {
  display: flex;
  align-items: center;
  padding-left: 19px;
  margin-top: 12px;
  width: 509px;
  height: 42px;
  background: linear-gradient(288deg, rgba(255, 255, 255, 0) 0%, #ccfff9 100%);
  border-radius: 24px;
  font-size: 14px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.65);
}
.fixed-guide-wrap
  .fixed-guide-main
  .fixed-guide-content
  .fixed-guide-content-item
  .steps-list
  .steps-item
  .fixed-guide-step-img {
  height: 16px;
  margin-right: 10px;
}
.fixed-guide-wrap
  .fixed-guide-main
  .fixed-guide-content
  .fixed-guide-content-item
  .steps-list
  .steps-item
  .fixed-guide-4000text-img {
  height: 15px;
  margin: 0 4px;
}
.fixed-guide-wrap
  .fixed-guide-main
  .fixed-guide-content
  .fixed-guide-content-item
  .steps-list
  .steps-item
  .fixed-guide-200text-img {
  height: 15px;
  margin-right: 2px;
}
.fixed-guide-wrap
  .fixed-guide-main
  .fixed-guide-content
  .fixed-guide-content-item
  .member-box {
  position: relative;
  margin-top: 15px;
  width: 518px;
  height: 207px;
  background-image: url("../images/task_bg2.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.fixed-guide-wrap
  .fixed-guide-main
  .fixed-guide-content
  .fixed-guide-content-item
  .member-box
  .fixed-guide-wawa3-img {
  position: absolute;
  top: -44px;
  left: -6px;
  width: 320px;
}
.fixed-guide-wrap
  .fixed-guide-main
  .fixed-guide-content
  .fixed-guide-content-item
  .member-box
  .member-entry {
  position: absolute;
  top: 37px;
  left: 179px;
  font-size: 14px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.65);
}
.fixed-guide-wrap
  .fixed-guide-main
  .fixed-guide-content
  .fixed-guide-content-item
  .member-box
  .member-entry
  a {
  color: #059669;
  cursor: pointer;
  text-decoration: underline;
  font-size: 16px;
}
.fixed-guide-wrap
  .fixed-guide-main
  .fixed-guide-content
  .fixed-guide-content-item
  .member-box
  .member-entry
  a:hover {
  color: #059669;
}
.fixed-guide-wrap
  .fixed-guide-main
  .fixed-guide-content
  .fixed-guide-content-item
  .member-box
  .member-desc {
  position: absolute;
  top: 52px;
  left: 179px;
  font-size: 14px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.65);
  line-height: 22px;
  width: 317px;
}
.fixed-guide-wrap
  .fixed-guide-main
  .fixed-guide-content
  .fixed-guide-content-item
  .member-box
  .fixed-guide-prize-tips {
  position: absolute;
  top: 151px;
  left: 23px;
  font-size: 14px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.75);
}
.fixed-guide-wrap
  .fixed-guide-main
  .fixed-guide-content
  .fixed-guide-content-item
  .member-box
  .fixed-guide-200-img {
  position: absolute;
  top: 135px;
  left: 118px;
  width: 213px;
}
.fixed-guide-wrap
  .fixed-guide-main
  .fixed-guide-content
  .fixed-guide-content-item
  .club-btn,
.fixed-guide-wrap
  .fixed-guide-main
  .fixed-guide-content
  .fixed-guide-content-item
  .coupon1-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 154px;
  height: 40px;
  background: linear-gradient(180deg, #ff8611 0%, #ff5900 100%);
  box-shadow: inset -1px 2px 2px 1px rgba(255, 255, 255, 0.82);
  border-radius: 24px;
  font-size: 16px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
  margin: 9px auto 0;
}
.fixed-guide-wrap
  .fixed-guide-main
  .fixed-guide-content
  .fixed-guide-content-item
  .club-btn:hover,
.fixed-guide-wrap
  .fixed-guide-main
  .fixed-guide-content
  .fixed-guide-content-item
  .coupon1-btn:hover {
  background: linear-gradient(180deg, #f07600 0%, #ff5900 100%);
}
.fixed-guide-wrap
  .fixed-guide-main
  .fixed-guide-content
  .fixed-guide-content-item
  .reservation-box {
  position: relative;
  margin-top: 31px;
  width: 518px;
  height: 361px;
  background-image: url("../images/task_bg3.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 24px 23px;
  font-size: 14px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.65);
  line-height: 24px;
}
.fixed-guide-wrap
  .fixed-guide-main
  .fixed-guide-content
  .fixed-guide-content-item
  .reservation-box
  .fixed-guide-wawa3-img {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 320px;
  transform: rotateY(180deg);
}
.fixed-guide-wrap
  .fixed-guide-main
  .fixed-guide-content
  .fixed-guide-content-item
  .reservation-box
  .tips2 {
}
.fixed-guide-wrap
  .fixed-guide-main
  .fixed-guide-content
  .fixed-guide-content-item
  .reservation-box
  .tips3 {
  margin-top: 15px;
}
.fixed-guide-wrap
  .fixed-guide-main
  .fixed-guide-content
  .fixed-guide-content-item
  .reservation-box
  .tips3
  .reservation-btn {
  cursor: pointer;
  color: #059669;
  text-decoration: underline;
  font-size: 16px;
}
.fixed-guide-wrap
  .fixed-guide-main
  .fixed-guide-content
  .fixed-guide-content-item
  .reservation-box
  .tips3
  .reservation-btn:hover {
  color: #059669;
}
.fixed-guide-wrap
  .fixed-guide-main
  .fixed-guide-content
  .fixed-guide-content-item
  .reservation-box
  .tips4 {
  width: 308px;
  margin-top: 17px;
}
.fixed-guide-wrap
  .fixed-guide-main
  .fixed-guide-content
  .fixed-guide-content-item
  .reservation-box
  .tips5 {
  margin-top: 102px;
}
.fixed-guide-wrap
  .fixed-guide-main
  .fixed-guide-content
  .fixed-guide-content-item
  .reservation-box
  .tips6 {
  margin-top: 24px;
  display: flex;
  align-items: center;
}
.fixed-guide-wrap
  .fixed-guide-main
  .fixed-guide-content
  .fixed-guide-content-item
  .reservation-box
  .fixed-guide-9zhe-img {
  width: 233px;
  margin-left: 24px;
}
.fixed-guide-wrap
  .fixed-guide-main
  .fixed-guide-content
  .fixed-guide-content-item
  .receive-btn,
.fixed-guide-wrap
  .fixed-guide-main
  .fixed-guide-content
  .fixed-guide-content-item
  .coupon2-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 193px;
  height: 48px;
  background: linear-gradient(180deg, #ff8611 0%, #ff5900 100%);
  box-shadow: inset -1px 2px 2px 1px rgba(255, 255, 255, 0.82);
  border-radius: 24px;
  font-size: 16px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
  margin: 22px auto 0;
}
.fixed-guide-wrap
  .fixed-guide-main
  .fixed-guide-content
  .fixed-guide-content-item
  .receive-btn:hover,
.fixed-guide-wrap
  .fixed-guide-main
  .fixed-guide-content
  .fixed-guide-content-item
  .coupon2-btn:hover {
  background: linear-gradient(180deg, #f07600 0%, #ff5900 100%);
}
.fixed-guide-wrap
  .fixed-guide-main
  .fixed-guide-content
  .fixed-guide-content-item
  .receive-btn.disabled {
  cursor: not-allowed;
  opacity: 0.69;
}
.fixed-guide-wrap
  .fixed-guide-main
  .fixed-guide-content
  .fixed-guide-content-item
  .receive-btn.disabled:hover {
  background: linear-gradient(180deg, #8fe0b1 0%, #059669 100%);
}
body.y-hidden {
  overflow-y: hidden;
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-content .left-guide-content {
  position: relative;
  z-index: 0;
  width: 221px;
  height: 487px;
  flex: 0 0 221px;
}
.fixed-guide-wrap
  .fixed-guide-main
  .fixed-guide-content
  .left-guide-content
  .left-guide-content-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 221px;
  height: 487px;
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-content .left-guide-nav {
  position: absolute;
  z-index: 1;
  top: 70px;
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-content .left-guide-nav-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 20px;
  width: 171px;
  height: 48px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #68d5c8 100%);
  box-shadow: 0px 2px 4px 0px rgba(30, 139, 121, 0.3);
  font-size: 14px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 24px;
  cursor: pointer;
}
.fixed-guide-wrap
  .fixed-guide-main
  .fixed-guide-content
  .left-guide-nav-item:not(.active):hover {
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.35) 0%,
    #68d5c8 100%
  );
}
.fixed-guide-wrap
  .fixed-guide-main
  .fixed-guide-content
  .left-guide-nav-item.active {
  width: 187px;
  height: 50px;
  background-image: url("../images/guide_left_nav_active.png");
  background-size: cover;
  background-repeat: no-repeat;
  text-shadow: 0px 1px 0px #085a4e;
  box-shadow: none;
}
.fixed-guide-wrap
  .fixed-guide-main
  .fixed-guide-content
  .left-guide-nav-item
  .tag-img {
  position: absolute;
  top: -10px;
  left: 113px;
  width: 48px;
  height: 19px;
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-content .right-guide-content {
  position: relative;
  z-index: 0;
  left: -50px;
  top: 9px;
  width: 569px;
  height: 493px;
  flex: 0 0 569px;
}
.fixed-guide-wrap
  .fixed-guide-main
  .fixed-guide-content
  .right-guide-content
  .right-guide-content-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 569px;
  height: 493px;
}
.fixed-guide-wrap
  .fixed-guide-main
  .fixed-guide-content
  .right-guide-content
  .guide-step1-title-img {
  margin: 34px auto 0;
  width: 359px;
  height: 20px;
}
.fixed-guide-wrap
  .fixed-guide-main
  .fixed-guide-content
  .right-guide-content
  .right-guide-content-item {
  position: relative;
  display: none;
}
.fixed-guide-wrap
  .fixed-guide-main
  .fixed-guide-content
  .right-guide-content
  .right-guide-content-item.active {
  display: flex;
  flex-direction: column;
}
.fixed-guide-wrap
  .fixed-guide-main
  .fixed-guide-content
  .right-guide-content
  .steps-list {
  margin-top: 22px;
  margin-left: 42px;
}
.fixed-guide-wrap
  .fixed-guide-main
  .fixed-guide-content
  .right-guide-content
  .steps-list
  .steps-item {
  display: flex;
  align-items: center;
  padding-left: 19px;
  margin-top: 16px;
  width: 509px;
  height: 42px;
  background: linear-gradient(288deg, rgba(255, 255, 255, 0) 0%, #ccfff9 100%);
  border-radius: 24px;
  font-size: 14px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.65);
}
.fixed-guide-wrap
  .fixed-guide-main
  .fixed-guide-content
  .right-guide-content
  .steps-list
  .steps-item:first-child {
  margin-top: 0;
}
.fixed-guide-wrap
  .fixed-guide-main
  .fixed-guide-content
  .right-guide-content
  .steps-list
  .steps-item
  .fixed-guide-step-img {
  height: 16px;
  margin-right: 10px;
}
.fixed-guide-wrap
  .fixed-guide-main
  .fixed-guide-content
  .right-guide-content
  .steps-list
  .steps-item
  .fixed-guide-4000text-img {
  height: 15px;
  margin: 0 4px;
}
.fixed-guide-wrap
  .fixed-guide-main
  .fixed-guide-content
  .right-guide-content
  .steps-list
  .steps-item
  .fixed-guide-200text-img {
  height: 15px;
  margin-right: 2px;
}
.fixed-guide-wrap
  .fixed-guide-main
  .fixed-guide-content
  .right-guide-content
  .club-btn {
  margin: 24px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 306px;
  height: 48px;
  background: linear-gradient(133deg, #ffd865 0%, #fdb756 100%);
  box-shadow: 4px 4px 1px 0px #e28504;
  border-radius: 24px;
  font-size: 16px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #754400;
}
.fixed-guide-wrap
  .fixed-guide-main
  .fixed-guide-content
  .right-guide-content
  .club-btn:hover {
  background: linear-gradient(133deg, #ffe69c 0%, #ffc87b 100%);
}
.fixed-guide-wrap
  .fixed-guide-main
  .fixed-guide-content
  .right-guide-content
  .guide-200-coupon {
  position: relative;
  margin: 40px auto 0;
  width: 448px;
  height: 89px;
  background-image: url("../images/guide_200.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.fixed-guide-wrap
  .fixed-guide-main
  .fixed-guide-content
  .right-guide-content
  .common-btn {
  position: absolute;
  top: 9px;
  right: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 71px;
  height: 71px;
  border-radius: 100%;
  background: #fce5b2;
  border: 3px solid #f9b057;
  font-size: 18px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #fb6715;
}
.fixed-guide-wrap
  .fixed-guide-main
  .fixed-guide-content
  .right-guide-content
  .common-btn:hover {
  background: #fff5de;
  border: 3px solid #ffd097;
}
.fixed-guide-wrap
  .fixed-guide-main
  .fixed-guide-content
  .right-guide-content
  .guide-step2-bg-img {
  margin: 34px auto 0;
  width: 508px;
  height: 278px;
  background-image: url("../images/guide-step2-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.fixed-guide-wrap
  .fixed-guide-main
  .fixed-guide-content
  .right-guide-content
  .guide-9-discount {
  position: relative;
  margin: 40px auto 0;
  width: 448px;
  height: 89px;
  background-image: url("../images/guide_9_discount.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.fixed-guide-wrap
  .fixed-guide-main
  .fixed-guide-content
  .right-guide-content
  .guide-step3-bg-img {
  margin: 34px auto 0;
  width: 481px;
  height: 421px;
  background-image: url("../images/guide-step3-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.fixed-guide-wrap
  .fixed-guide-main
  .fixed-guide-content
  .right-guide-content
  .invite-btn {
  position: absolute;
  top: 386px;
  left: 136px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 306px;
  height: 48px;
  background: linear-gradient(133deg, #ffd865 0%, #fdb756 100%);
  box-shadow: 4px 4px 1px 0px #e28504;
  border-radius: 24px;
  font-size: 16px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #754400;
  cursor: pointer;
}
.fixed-guide-wrap
  .fixed-guide-main
  .fixed-guide-content
  .right-guide-content
  .invite-btn:hover {
  background: linear-gradient(133deg, #ffe69c 0%, #ffc87b 100%);
}
.fixed-guide-wrap
  .fixed-guide-main
  .fixed-guide-content
  .right-guide-content
  .guide-step4-title-img {
  margin: 34px auto 0;
  width: 143px;
  height: 20px;
}
.fixed-guide-wrap
  .fixed-guide-main
  .fixed-guide-content
  .right-guide-content
  .guide-step4-title {
  margin-top: 20px;
  text-align: center;
  font-size: 15px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #076b5f;
  line-height: 21px;
}
.fixed-guide-wrap
  .fixed-guide-main
  .fixed-guide-content
  .right-guide-content
  .guide-step4-dashed {
  margin: 6px auto 0;
  width: 239px;
  height: 1px;
  background: linear-gradient(
    to right,
    #076b5f,
    #076b5f 5px,
    transparent 5px,
    transparent
  );
  background-size: 10px 100%;
}
.fixed-guide-wrap
  .fixed-guide-main
  .fixed-guide-content
  .right-guide-content
  .equity-list {
  margin-top: 30px;
  margin-left: 31px;
  display: flex;
  flex-wrap: wrap;
}
.fixed-guide-wrap
  .fixed-guide-main
  .fixed-guide-content
  .right-guide-content
  .equity-list
  .equity-item {
  display: flex;
  align-items: center;
  width: 254px;
  height: 42px;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #ccfff9 100%);
  border-radius: 24px;
}
.fixed-guide-wrap
  .fixed-guide-main
  .fixed-guide-content
  .right-guide-content
  .equity-list
  .equity-item.long {
  width: 388px;
}
.fixed-guide-wrap
  .fixed-guide-main
  .fixed-guide-content
  .right-guide-content
  .equity-list
  .equity-item:nth-of-type(n + 3) {
  margin-top: 20px;
}
.fixed-guide-wrap
  .fixed-guide-main
  .fixed-guide-content
  .right-guide-content
  .equity-list
  .equity-item
  .equity-item-img {
  width: 30px;
  height: 30px;
  margin-left: 16px;
}
.fixed-guide-wrap
  .fixed-guide-main
  .fixed-guide-content
  .right-guide-content
  .equity-list
  .equity-item
  .equity-item-desc {
  margin-left: 10px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
}
.fixed-guide-wrap
  .fixed-guide-main
  .fixed-guide-content
  .right-guide-content
  .equity-list
  .equity-item
  .equity-item-desc
  .active-num {
  font-size: 18px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #ff6700;
}
.fixed-guide-wrap
  .fixed-guide-main
  .fixed-guide-content
  .right-guide-content
  .equity-list
  .equity-item
  .equity-item-desc
  .active-desc {
  font-size: 14px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #ff6700;
}
.fixed-guide-wrap
  .fixed-guide-main
  .fixed-guide-content
  .right-guide-content
  .group-btn,
.fixed-guide-wrap
  .fixed-guide-main
  .fixed-guide-content
  .right-guide-content
  .is-student {
  cursor: pointer;
  margin: 24px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 306px;
  height: 48px;
  background: linear-gradient(133deg, #ffd865 0%, #fdb756 100%);
  box-shadow: 4px 4px 1px 0px #e28504;
  border-radius: 24px;
  font-size: 16px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #754400;
}
.fixed-guide-wrap
  .fixed-guide-main
  .fixed-guide-content
  .right-guide-content
  .group-btn:hover,
.fixed-guide-wrap
  .fixed-guide-main
  .fixed-guide-content
  .right-guide-content
  .is-student:hover {
  background: linear-gradient(133deg, #ffe69c 0%, #ffc87b 100%);
}
.fixed-guide-wrap
  .fixed-guide-main
  .fixed-guide-content
  .right-guide-content
  .guide-step4-tip {
  margin: 30px auto 0;
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  padding-left: 101px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 20px;
  width: 495px;
  height: 62px;
}
.fixed-guide-wrap
  .fixed-guide-main
  .fixed-guide-content
  .right-guide-content
  .guide-step4-tip
  .guide-step4-tip-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 495px;
  height: 62px;
}
.student-create-group-modal {
  padding: 0 !important;
}
.student-create-group-modal-content {
  overflow: hidden;
}
.student-create-group-modal-content .student-create-group-modal-title {
  margin-top: 36px;
  text-align: center;
  font-size: 18px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.75);
  line-height: 28px;
}
.student-create-group-modal-content .student-create-group-modal-desc {
  margin-top: 14px;
  text-align: center;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.75);
  line-height: 28px;
}
.student-create-group-modal-content .student-create-group-modal-qrcode-wrap {
  margin: 20px auto 0;
  width: 168px;
  height: 166px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../images/qrcode_wrap.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.student-create-group-modal-content
  .student-create-group-modal-qrcode-wrap
  img {
  width: 152px;
  height: 152px;
}
.student-create-group-modal-content .student-create-group-modal-tips {
  margin: 22px auto 0;
  width: 496px;
  padding: 10px 16px;
  background: #f1fffd;
  border-radius: 4px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.75);
  line-height: 28px;
  text-align: left;
}
.student-create-group-modal .custom-close-img-box {
  position: absolute;
  right: 24px;
  top: 24px;
  cursor: pointer;
}
.fixed-guide-wrap
  .fixed-guide-main
  .fixed-guide-content
  .right-guide-content-item
  .group-info-box {
  position: relative;
  display: flex;
  align-items: center;
  margin: 35px auto 0;
  width: 507px;
  height: 108px;
  background: linear-gradient(180deg, #ffffff 0%, #fff6ee 100%);
  border-radius: 42px;
  padding: 0 24px;
}
.fixed-guide-wrap
  .fixed-guide-main
  .fixed-guide-content
  .right-guide-content-item
  .group-info-box
  .group-img {
  width: 46px;
  height: 38px;
}
.fixed-guide-wrap
  .fixed-guide-main
  .fixed-guide-content
  .right-guide-content-item
  .group-info-box
  .group-info-data {
  margin: 0 14px;
}
.fixed-guide-wrap
  .fixed-guide-main
  .fixed-guide-content
  .right-guide-content-item
  .group-info-box
  .group-info-data
  li {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 24px;
}
.fixed-guide-wrap
  .fixed-guide-main
  .fixed-guide-content
  .right-guide-content-item
  .group-info-box
  .group-info-data
  li:not(:first-child) {
  margin-top: 6px;
}
.fixed-guide-wrap
  .fixed-guide-main
  .fixed-guide-content
  .right-guide-content-item
  .group-info-box
  .group-info-data
  .group-info-data-name {
  font-weight: bold;
  width: 176px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 6px;
}
.fixed-guide-wrap
  .fixed-guide-main
  .fixed-guide-content
  .right-guide-content-item
  .group-info-box
  .group-info-data
  .group-info-data-head {
  font-weight: bold;
  margin-left: 6px;
}
.fixed-guide-wrap
  .fixed-guide-main
  .fixed-guide-content
  .right-guide-content-item
  .group-info-box
  .group-info-data
  .group-info-data-number {
  font-weight: bold;
  margin-left: 6px;
}
.fixed-guide-wrap
  .fixed-guide-main
  .fixed-guide-content
  .right-guide-content-item
  .group-info-box
  .group-center-btn {
  position: absolute;
  right: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 132px;
  height: 40px;
  background: linear-gradient(90deg, #ffa442 0%, #ff791f 100%);
  box-shadow: 2px 3px 1px 0px #dd5f00;
  border-radius: 20px;
  font-size: 14px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #ffffff;
}
.fixed-guide-wrap
  .fixed-guide-main
  .fixed-guide-content
  .right-guide-content-item
  .group-info-box
  .group-center-btn:hover {
  background: linear-gradient(90deg, #ffb363 0%, #ff944b 100%);
}
