body {
  width: 100%;
  background: url('../img/bg.png') no-repeat top center / cover;
}

.g-title {
  margin: 0 auto;
  padding-bottom: 44px;
  position: relative;
  z-index: 999;
}

.g-title:after {
  content: '';
  width: 49px;
  height: 7px;
  background-image: linear-gradient(90deg,
      #ff5c51 0%,
      #fbc062 100%);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.g-title-cn {
  font-family: kuaikanshijieti;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 28px;
  font-size: 65px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 3.3px;
  color: #ffffff;
  z-index: 2;
  text-align: center;
}

.g-title-en {
  margin: 0 auto;
  font-family: kuaikanshijieti;
  font-size: 75px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0.8px;
  /* color: #3d242a; */
  text-align: center;
  background-image: -webkit-linear-gradient(right, #ff6553, #ffd287);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 100%;
  background-clip: text;
  text-fill-color: transparent;
  opacity: .3;
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 110px;
  background: rgba(0, 0, 0, .65);
  border-radius: 5px;
  z-index: 1000;
}

.nav-list {
  height: 110px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-item {
  font-family: SourceHanSansCN-Regular;
  font-size: 26.91px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  cursor: pointer;
}

.nav-item.active{
  font-weight: bold;
}

.nav-item.btn {
  width: 149px;
  line-height: 55px;
  background-image: linear-gradient(76deg,
      #ff544f 0%,
      rgba(252, 207, 100, 1) 100%),
    linear-gradient(90deg,
      #e99113 0%,
      #ff7200 100%);
  background-blend-mode: normal,
    normal;
  border-radius: 6px;
  text-align: center;
}

.banner {
  width: 100%;
  height: 1202px;
  background: url('../img/banner.png?v=1') no-repeat center center / cover;
}

.tongqi {
  position: relative;
  padding-top: 56px;
  padding-bottom: 78px;
}

.tongqi:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url('../img/bg-tongqi.png') no-repeat center center / cover;
  opacity: .2;
}

.tongqi-title {
  display: block;
  margin: 0 auto 29px;
}

.tongqi-title2 {
  margin: 0 auto;
  width: fit-content;
  position: relative;
  margin-bottom: 44px;
  font-family: SourceHanSansCN-Medium;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 1.2px;
  color: #ffd287;
  text-align: center;
}

.tongqi-title2:after {
  content: '';
  display: block;
  width: 57px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(calc(-100% - 18px), -50%);
  background: url('../img/tongqi-line.png') no-repeat center center / contain;
}

.tongqi-title2::before {
  content: '';
  display: block;
  width: 57px;
  height: 12px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(calc(100% + 18px), -50%) rotate(180deg);
  background: url('../img/tongqi-line.png') no-repeat center center / contain;
}


.tongqi-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tongqi-list img {
  width: 57px;
  height: 12px;
  transform: rotate(270deg);
  object-fit: contain;
}

.tongqi-item {
  width: 421px;
  height: 58px;
  font-family: SourceHanSansCN-Medium;
  font-size: 21px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 58px;
  letter-spacing: 1.1px;
  color: #ffffff;
  background-color: rgba(255, 210, 135, .15);
  border-radius: 8px;
  text-align: center;
}

.jieshao {
  padding-top: 100px;
  padding-bottom: 76px;
}

.jieshao .g-title {
  margin-bottom: 25px;
}

.jieshao-content {
  box-sizing: border-box;
  padding: 56px 56px;
  height: 326px;
  background: url('../img/bg-jieshao.png') no-repeat center center / contain;
}

.jieshao-content p {
  font-family: SourceHanSansCN-Regular;
  font-size: 21px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 42px;
  /* letter-spacing: 1.1px; */
  letter-spacing: 0px;
  color: #ffffff;
  text-align: justify;
  text-indent: 2.1em;
}

.jiangxiang {
  padding-top: 100px;
  padding-bottom: 85px;
}

.jiangxiang .g-title {
  margin-bottom: 111px;
}

.jiangxiang .g-title:after {
  bottom: -30px;
}

.jiangxiang .g-title-cn span {
  font-size: 90px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 4.5px;
  color: #ffffff;
  background-image: linear-gradient(90deg,
      #ff5c51 0%,
      #fbc062 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 100%;
  background-clip: text;
  text-fill-color: transparent;
}

.jiangxiang-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.jiangxiang-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-bottom: 74px;
  width: 762px;
  height: 324px;
  background-color: #061c2e;
  border-radius: 21px;
  border: solid 0px #000000;
  background: url('../img/bg-jiangxiang.png') no-repeat center center / contain;
}

.jiangxiang-item:nth-child(3),
.jiangxiang-item:nth-child(4) {
  margin-bottom: 0;
}

.jiangxiang-item:after {
  content: '';
  width: 30px;
  height: 30px;
  background: #061c2e;
  position: absolute;
}

.jiangxiang-item.active {
  box-shadow: 0 0 20px #fff;
}

.jiangxiang-item.active:after {
  width: 34px;
  height: 34px;
  border-radius: 0 !important;
  background: url('../img/active.png');
}

.jiangxiang-item:nth-child(1):after {
  right: 0;
  bottom: 0;
  border-radius: 30px 0 0 0;
  transform: translate(calc(100% + 5px), calc(100% + 5px));
}

.jiangxiang-item:nth-child(1).active:after {
  transform: translate(calc(100%), calc(100%)) rotateX(180deg);
}

.jiangxiang-item:nth-child(2):after {
  border-radius: 0 30px 0 0;
  left: 0;
  bottom: 0;
  transform: translate(calc(-100% - 5px), calc(100% + 5px));
}

.jiangxiang-item:nth-child(2).active:after {
  transform: translate(calc(-100%), calc(100%)) rotate(180deg);
}

.jiangxiang-item:nth-child(3):after {
  right: 0;
  top: 0;
  border-radius: 0 0 0 30px;
  transform: translate(calc(100% + 5px), calc(-100% - 5px));
}

.jiangxiang-item:nth-child(3).active:after {
  transform: translate(calc(100%), calc(-100%));
}

.jiangxiang-item:nth-child(4):after {
  left: 0;
  top: 0;
  border-radius: 0 0 30px 0;
  transform: translate(calc(-100% - 5px), calc(-100% - 5px));
}

.jiangxiang-item:nth-child(4).active:after {
  transform: translate(calc(-100%), calc(-100%)) rotateY(180deg);
}

.jiangxiang-item-left {
  margin-right: 14px;
  padding: 0 118px 0 94px;
}

.jiangxiang-item-title {
  margin-bottom: 13px;
  font-family: kuaikanshijieti;
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 33px;
  letter-spacing: 4px;
  color: #e9c378;
  text-shadow: 0px 3px 0px #0e050a;
  text-align: center;
}

.jiangxiang-item-btn {
  cursor: pointer;
}

.jiangxiang-item-right {
  padding-right: 6px;
  flex: 1;
}

.jiangxiang-name-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  box-sizing: border-box;
  padding-right: 15px;
  height: 281px;
  overflow: auto;
  font-family: SourceHanSansCN-Regular;
  font-size: 21px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0px;
  color: #ededed;
}

.jiangxiang-name-item {
  margin-bottom: 10px;
}

.jiangxiang-name-item:last-child {
  margin-bottom: 0;
}

.canping-box {
  box-sizing: border-box;
  padding-right: 15px;
  height: 290px;
}

.canping-box-title {
  margin-bottom: 5px;
  font-family: SourceHanSansCN-Regular;
  font-size: 20.88px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 1px;
  color: #ffd287;
}

.canping-box-content {
  height: 260px;
  overflow: auto;
  font-family: SourceHanSansCN-Regular;
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 33.646px;
  letter-spacing: 0px;
  color: #ededed;
}

.canping-box-content p {}

.canping {
  padding-top: 100px;
  padding-bottom: 16px;
}

.canping .g-title {
  margin-bottom: 66px;
}

.canping-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.canping-item {
  margin-right: 47px;
  margin-bottom: 48px;
  width: 364px;
  height: 297px;
  background: url('../img/bg-border.png') no-repeat center center / contain;
}

.canping-item.active {
  transform: translateY(-20px);
  transition: all .5s;
}

.canping-item:nth-child(4n) {
  margin-right: 0;
}

.canping-item-title {
  height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}

.canping-item-title img {
  display: block;
  margin: 0 auto 25px;
}

.canping-item-title p {
  font-family: kuaikanshijieti;
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 2px;
  color: #df9e61;
  text-align: center;
}

.canping-item-content {
  display: none;
  box-sizing: border-box;
  height: 267px;
  padding: 0 22px;
  margin-top: 22px;
  font-family: SourceHanSansCN-Light;
  font-size: 19.99px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 43.017px;
  letter-spacing: 0px;
  color: #fffffe;
  overflow: auto;
  text-align: justify;
}

.liucheng {
  padding-top: 100px;
}

.liucheng .g-title {
  margin-bottom: 103px;
}

.liucheng-list {
  margin-bottom: 105px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.liucheng-item {
  position: relative;
  box-sizing: border-box;
  padding: 0 24px;
  width: 494px;
  height: 308px;
  background: url('../img/bg-liucheng.png') no-repeat center center / contain;
}

.liucheng-item:nth-child(2) {
  margin-top: -100px;
}

.liucheng-item:nth-child(2).active {
  margin-top: -140px;
}


.liucheng-item.active {
  margin-top: -40px;
}

.liucheng-item.active:after {
  content: '';
  display: block;
  width: 498px;
  height: 73px;
  position: absolute;
  left: 0;
  bottom: -90px;
  background: url('../img/bg-01.png') no-repeat center center / contain;
}

.liucheng-item-title {
  margin-bottom: 16px;
  font-family: kuaikanshijieti;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 52px;
  letter-spacing: 0px;
  text-align: center;
  background: linear-gradient(90deg, #fee3b8, #fac182, #f69e4d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 100%;
  background-clip: text;
  text-fill-color: transparent;
}

.liucheng-item-date {
  margin-bottom: 15px;
  font-family: SourceHanSansCN-Regular;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0px;
  color: #f0ba80;
  text-align: center;
}

.liucheng-item-content {
  font-family: SourceHanSansCN-Light;
  font-size: 19.99px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.6;
  letter-spacing: 0px;
  color: #fffffe;
  text-align: justify;
}

.guize {
  display: flex;
  height: 181px;
  background: url('../img/bg-guize.png') no-repeat left top / contain;
}

.guize-title {
  margin: 46px 31px 0;
  font-family: kuaikanshijieti;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  background: linear-gradient(90deg, #fee3b8, #fac182, #f69e4d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 100%;
  background-clip: text;
  text-fill-color: transparent;
}

.guize-content {
  margin-top: 15px;
  flex: 1;
  font-family: SourceHanSansCN-Light;
  font-size: 19.99px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 44.343px;
  letter-spacing: 0px;
  color: #fffffe;
}

.pingshen {
  padding-top: 77px;
  padding-bottom: 25px;
}

.pingshen .g-title {
  padding-bottom: 4px;
  margin-bottom: 43px;
}

.pingshen .g-title span {
  font-size: 30px;
  color: #7a7a7a;
}

.pingshen .g-title-en2 {
  margin-top: 10px;
  font-family: kuaikanshijieti;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0.2px;
  text-align: center;
  background-image: -webkit-linear-gradient(left, rgba(61, 57, 50, 1) 0, rgba(61, 36, 42, 1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 100%;
  background-clip: text;
  text-fill-color: transparent;
}

.pingshen-tip {
  margin-bottom: 54px;
  font-family: SourceHanSansCN-Regular;
  font-size: 21px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 42px;
  letter-spacing: 1.1px;
  color: #ffffff;
}

.pingshen-swiper-box{
  position: relative;
  margin: 0 auto;
}

.pingshen-swiper {
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
  box-sizing: border-box;
  width: 1380px;
  /* padding: 0 110px; */
}

.pingshen-swiper .swiper-wrapper {
  margin: 0 auto;
}

.pingshen-swiper .swiper-slide {
  width: 230px;
  /* margin-right: 11px; */
}

.pingshen-swiper-button-prev {
  width: 69px;
  height: 69px;
  left: 0px;
  z-index: 9999;
  opacity: 1 !important;
  transform: rotate(180deg);
}

.pingshen-swiper-button-next {
  width: 69px;
  height: 69px;
  right: 65px;
  z-index: 9999;
  opacity: 1 !important;
}

.pingshen-swiper-button-prev:after {
  content: '';
  display: block;
  width: 69px;
  height: 69px;
  background: url('../img/btn-next.png') no-repeat center center / contain;
}

.pingshen-swiper-button-next:after {
  content: '';
  display: block;
  width: 69px;
  height: 69px;
  background: url('../img/btn-next.png') no-repeat center center / contain;
}

.pingshen-item {
  width: 230px;
}

.pingshen-item img {
  margin-bottom: 20px;
}

.pingshen-item-name {
  margin-bottom: 20px;
  font-family: SourceHanSansCN-Bold;
  font-size: 35.29px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 22.925px;
  letter-spacing: 2.6px;
  color: #ffffff;
}

.pingshen-item-title {
  font-family: SourceHanSansCN-Light;
  font-size: 25.2px;
  font-weight: normal;
  letter-spacing: 1.9px;
  color: #ffd387;
}

.pingshen-tip2 {
  font-family: SourceHanSansCN-Light;
  font-size: 14.99px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 1.1px;
  color: #ffffff;
  opacity: 0.37;
  text-align: right;
}

.qiye {
  padding-top: 100px;
  padding-bottom: 79px;
}

.qiye .g-title {
  margin-bottom: 64px;
}

.qiye-swiper {
  overflow: hidden;
}

.huigu {
  padding-top: 100px;
  padding-bottom: 73px;
}

.huigu .g-title {
  margin-bottom: 72px;
}

.huigu-swiper {
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.huigu-swiper .huigu-list {
  display: flex;
  justify-content: space-between;
}

.huigu-item {
  width: 360px;
}

.huigu-item img {}

.huigu-item-text1 {
  padding-left: 34px;
  margin-bottom: 22px;
  font-family: SourceHanSansCN-Medium;
  font-size: 23px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #f0ba80;
}

.huigu-item-text2 {
  padding-left: 34px;
  font-family: SourceHanSansCN-Regular;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 1px;
  color: #ffffff;
}

.huigu-swiper-button-prev,
.huigu-swiper-button-next {
  width: 83px;
  height: 36px;
  top: initial;
  right: initial;
  bottom: 0px;
  /* background-color: #f0ba80; */
  background-color: #a18260;
}

.huigu-swiper-button-prev:active,
.huigu-swiper-button-next:active{
  background-color: #f0ba80;
}

.huigu-swiper-button-prev {
  left: 43%;
}


.huigu-swiper-button-prev:after {
  content: '';
  display: block;
  width: 83px;
  height: 36px;
  background: url('../img/btn-next2.png') no-repeat center center / contain;
  background-size: 44px 23px;
  transform: rotate(180deg);
}

.huigu-swiper-button-next {
  right: 43%;
}


.huigu-swiper-button-next:after {
  content: '';
  display: block;
  width: 83px;
  height: 36px;
  background: url('../img/btn-next2.png') no-repeat center center / contain;
  background-size: 44px 23px;
}


.baoming {
  padding-top: 100px;
  padding-bottom: 150px;
}

.baoming .g-title {
  margin-bottom: 78px;
}

.baoming-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.baoming-item {
  position: relative;
  width: 770px;
  height: 262px;
  background: url('../img/bg-baoming.png') no-repeat center center / contain;
}

.baoming-item:nth-child(1):after {
  content: '';
  display: block;
  width: 49px;
  height: 46px;
  position: absolute;
  top: 42px;
  right: 40px;
  background: url('../img/icon-baoming-01.png') no-repeat center center / contain;
}

.baoming-item:nth-child(2):after {
  content: '';
  display: block;
  width: 47px;
  height: 47px;
  position: absolute;
  top: 42px;
  right: 40px;
  background: url('../img/icon-baoming-02.png') no-repeat center center / contain;
}

.baoming-item-title {
  margin-bottom: 49px;
  width: fit-content;
  padding-top: 45px;
  padding-left: 95px;
  font-family: kuaikanshijieti;
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 4px;
  color: #ffffff;
  /* text-shadow: 0px 3px 0px #0e050a; */
  background-image: linear-gradient(to bottom, #e09c5c 0%, #f0d6b4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 100%;
  background-clip: text;
  text-fill-color: transparent;
}

.baoming-item-text {
  margin-bottom: 15px;
  padding-left: 59px;
  font-family: SourceHanSansCN-Regular;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0px;
  color: #ededed;
}

.baoming-item-text2 {
  padding-right: 55px;
  text-align: right;
  font-family: kuaikanshijieti;
  font-size: 29.49px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 33px;
  letter-spacing: 2.9px;
  color: #ffffff;
}

.baoming-item:nth-child(2) .baoming-item-text {
  margin-top: 59px;
}

.baoming-btn {
  margin: 0 30px 0 15px;
  display: inline-block;
  width: 122px;
  height: 45px;
  background-image: linear-gradient(76deg,
      #ff544f 0%,
      rgba(252, 207, 100, 1) 100%),
    linear-gradient(90deg,
      #e99113 0%,
      #ff7200 100%);
  background-blend-mode: normal,
    normal;
  border-radius: 6px;
  text-align: center;
  font-size: 22.49px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 45px;
  letter-spacing: 0px;
  color: #ffffff;
  box-shadow: 0px 0px 4.9px 0.1px rgba(126, 20, 2, 0.71);
  cursor: pointer;
}

.lianxi {
  padding-top: 92px;
  padding-bottom: 145px;
  background: url('../img/bg-lianxi.png') no-repeat center center / cover;
}

.lianxi .g-title {
  margin-bottom: 90px;
}

.lianxi-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lianxi-item {
  box-sizing: border-box;
  padding: 35px 42px 32px 33px;
  height: 241px;
  border-style: solid;
  border-width: 0px;
  border-image-source: linear-gradient(90deg,
      #04121f 0%,
      #061c2d 100%);
  border-image-slice: 1;
}

.lianxi-item:nth-child(1) {
  margin-right: 86px;
  background: url('../img/bg-lianxi-01.png') no-repeat center center / contain;
}

.lianxi-item:nth-child(2) {
  margin-right: 164px;
  background: url('../img/bg-lianxi-02.png') no-repeat center center / contain;
}

.lianxi-item-title {
  margin-bottom: 32px;
  font-family: kuaikanshijieti;
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 4px;
  color: #ffffff;
  background-image: linear-gradient(to bottom, #e09c5c 0%, #f0d6b4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 100%;
  background-clip: text;
  text-fill-color: transparent;
}

.lianxi-item-text1 {
  margin-bottom: 10px;
  font-family: SourceHanSansCN-Medium;
  font-size: 25px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 1.3px;
  color: #ededed;
}

.lianxi-item-text2 {
  font-family: SourceHanSansCN-Regular;
  font-size: 22px;
  font-weight: normal;
  letter-spacing: 1.1px;
  color: #ededed;
}

.fixed-panel {
  display: none;
  position: fixed;
  top: 20%;
  right: 16px;
  width: 203px;
  height: 583px;
  background: url('../img/bg-panel.png') no-repeat center center / contain;
  z-index: 999;
}

.fixed-panel-list {
  padding-top: 170px;
}

.fixed-panel-item {
  position: relative;
  box-sizing: border-box;
  margin: 0 auto 18.5px;
  height: 46px;
  width: 138px;
  cursor: pointer;
  border-radius: 30px;
  border: 3px solid transparent;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  /*第一个linear-gradient表示内填充渐变色，第二个linear-gradient表示边框渐变色*/
  background-image: linear-gradient(#0c0c0c, #1f1f23, #31313a), linear-gradient(90deg,
      #f7e0ae 0%,
      #fffee0 50%,
      #dfa97a 100%);
  font-family: SourceHanSansCN-Regular;
  font-size: 23.5px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.7;
  letter-spacing: 1.8px;
  color: #ffdca1;
  text-align: center;
}

.fixed-panel-btn {
  display: block;
  margin: 0 auto 36px;
  width: 189px;
  height: 50px;
  cursor: pointer;
}

.top-btn{
  width: 71px;
}

.fixed-panel-item.active, .fixed-panel-item:hover{
  background-image: linear-gradient(#f7e0ae, #fffee0, #dfa97a), linear-gradient(90deg,
  #f7e0ae 0%,
  #fedcac 50%,
  #ffcc86 100%);
  color: #0e0e0f;
}

.jinqun{
  display: none;
  width: 150px;
  height: 150px;
  position: absolute;
  left: -150px;
  top: 0;
}

/* 一键分享 */
.share-wrap:hover .share-component{
  display: block;
}
.social-share {
  display: none;
  position: absolute;
  top: 0px;
  left: -122px;
  width: 120px;
  border: 1px solid #ccc;
  background: #fff;
}

.social-share .item {
  display: flex;
  width: 100%;
}

.social-share .item a .share-n {
  position: absolute;
  left: 32px;
  top: 0;
  width: 70px;
  font-size: 12px;
  text-align: left;
  vertical-align: middle;
  -webkit-text-stroke-width: 0;
  padding-left: 10px;
}

.social-share .item .share-n:hover{
  color: #000;
}