.staffConsumption .banner {
  width: 100%;
  height: 450px;
  position: relative;
  overflow: hidden;
}
.staffConsumption .banner .pic {
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
}
.staffConsumption .banner .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 88px;
  z-index: 20;
}
.staffConsumption .banner .content .title {
  font-weight: 700;
  font-size: 42px;
  color: #ffffff;
  line-height: 56px;
}
.staffConsumption .banner .content .desc {
  margin-top: 10px;
  font-weight: 300;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 30px;
}
.staffConsumption .banner .content .desc p {
  white-space: pre-wrap;
}
.staffConsumption .banner .content .btn-list {
  margin-top: 56px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.staffConsumption .banner .content .btn-list .btn-item {
  width: 180px;
  height: 50px;
  background: rgb(107, 38, 239);
  border-radius: 8px 8px 8px 8px;
  text-align: center;
  line-height: 50px;
  overflow: hidden;
  font-size: 16px;
  cursor: pointer;
  color: #ffffff;
}
.staffConsumption .banner .content .btn-list .btn-item:last-child {
  margin-left: 12px;
  background: #ffffff;
  color: #28282d;
}
.staffConsumption .video-intro {
  padding: 100px 0 120px;
}
.staffConsumption .video-intro .wrapper {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.staffConsumption .video-intro .video-wrapper {
  -webkit-flex: 0 0 880px;
  -moz-box-flex: 0;
  -ms-flex: 0 0 880px;
  flex: 0 0 880px;
  height: 495px;
  background: #f2f2f2;
  position: relative;
}
.staffConsumption .video-intro .video-wrapper video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.staffConsumption .video-intro .video-wrapper .mark {
  position: absolute;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(50, 50, 65, 0.1) 0%, rgba(50, 50, 65, 0.7) 100%);
  background: -moz-linear-gradient(top, rgba(50, 50, 65, 0.1) 0%, rgba(50, 50, 65, 0.7) 100%);
  background: -o-linear-gradient(top, rgba(50, 50, 65, 0.1) 0%, rgba(50, 50, 65, 0.7) 100%);
  background: linear-gradient(180deg, rgba(50, 50, 65, 0.1) 0%, rgba(50, 50, 65, 0.7) 100%);
}
.staffConsumption .video-intro .intro {
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 120px;
  padding-left: 64px;
  background: #f96938;
}
.staffConsumption .video-intro .intro .title {
  font-weight: 700;
  font-size: 28px;
  color: #ffffff;
  line-height: 39px;
}
.staffConsumption .video-intro .intro .line {
  margin-top: 20px;
  width: 40px;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
}
.staffConsumption .video-intro .intro .desc {
  margin-top: 24px;
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
}
.staffConsumption .video-intro .intro .desc p {
  white-space: pre-wrap;
}
.staffConsumption .lift-section {
  padding: 20px 0 120px;
  background: #ffffff;
}
.staffConsumption .lift-section .lift .content {
  margin-top: 64px;
}
.staffConsumption .lift-section .lift .content .pic-wrapper {
  width: 100%;
  height: 768px;
  position: relative;
  overflow: hidden;
}
.staffConsumption .lift-section .lift .content .pic-wrapper .pic {
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
}
.staffConsumption .shop-section {
  padding: 100px 0 120px;
  background-color: rgb(249, 105, 56);
  background-repeat: no-repeat;
  background-position: center top;
  -o-background-size: auto 100%;
  background-size: auto 100%;
  overflow: hidden;
}
.staffConsumption .shop-section .shop .title {
  color: #ffffff;
}
.staffConsumption .shop-section .shop .content-wrapper {
  margin: 64px auto 0;
  width: 1200px;
  height: 400px;
  position: relative;
}
.staffConsumption .shop-section .shop .content {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.staffConsumption .shop-section .shop .statics {
  margin-top: 6px;
  -webkit-flex: 0 0 480px;
  -moz-box-flex: 0;
  -ms-flex: 0 0 480px;
  flex: 0 0 480px;
}
.staffConsumption .shop-section .shop .statics .num-wrapper {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}
.staffConsumption .shop-section .shop .statics .num-wrapper .num {
  font-weight: 700;
  font-family: D-DIN;
  font-size: 80px;
  color: #ffffff;
  line-height: 112px;
}
.staffConsumption .shop-section .shop .statics .num-wrapper .unit {
  margin-left: 2px;
  margin-top: 30px;
  font-family: D-DIN;
  font-weight: 700;
  font-size: 52px;
  color: #ffffff;
  line-height: 73px;
}
.staffConsumption .shop-section .shop .statics .num-wrapper .dz {
  position: absolute;
  right: -31px;
  top: 3px;
  width: 72px;
  height: 32px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBmaWxsPSJub25lIiB2ZXJzaW9uPSIxLjEiIHdpZHRoPSI3MiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDcyIDMyIj48ZGVmcz48bGluZWFyR3JhZGllbnQgeDE9IjAuNSIgeTE9IjAiIHgyPSIwLjUiIHkyPSIxIiBpZD0ibWFzdGVyX3N2ZzBfOThfNjc5OCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI0ZGRkZGRiIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjRkZGRkZGIiBzdG9wLW9wYWNpdHk9IjAuMzAwMDAwMDExOTIwOTI4OTYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48Zz48Zz48cGF0aCBkPSJNMCwzMkw1NiwzMkM2NC44MzY2LDMyLDcyLDI0LjgzNjYsNzIsMTZDNzIsNy4xNjM0NCw2NC44MzY2LDAsNTYsMEwxNiwwQzcuMTYzNDQsMCwwLDcuMTYzNDQsMCwxNkwwLDMyWiIgZmlsbD0idXJsKCNtYXN0ZXJfc3ZnMF85OF82Nzk4KSIgZmlsbC1vcGFjaXR5PSIxIi8+PHBhdGggZD0iTTAsMzJMNTYsMzJDNjQuODM2NiwzMiw3MiwyNC44MzY2LDcyLDE2QzcyLDcuMTYzNDQsNjQuODM2NiwwLDU2LDBMMTYsMEM3LjE2MzQ0LDAsMCw3LjE2MzQ0LDAsMTZMMCwzMlpNNTYsMzFMMSwzMUwxLDE2UTEsOS43ODY4LDUuMzkzNCw1LjM5MzRROS43ODY4LDEsMTYsMUw1NiwxUTYyLjIxMzIsMSw2Ni42MDY2LDUuMzkzNFE3MSw5Ljc4Njc5LDcxLDE2UTcxLDIyLjIxMzIsNjYuNjA2NiwyNi42MDY2UTYyLjIxMzIsMzEsNTYsMzFaIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiNGRkZGRkYiIGZpbGwtb3BhY2l0eT0iMC41Ii8+PC9nPjxnPjxwYXRoIGQ9Ik0zNC40MzQsMTAuNTYyMDAwMDAwMDAwMDAxTDM0LjQzNCwxMi4zMDhMMTkuNjkyLDEyLjMwOEwxOS42OTIsMTAuNTYyMDAwMDAwMDAwMDAxTDI2LjQ0MiwxMC41NjIwMDAwMDAwMDAwMDFMMjYuMjk4MDAwMDAwMDAwMDAyLDEwLjA1OFEyNi4xNTQsOS42MjYwMDAwMDAwMDAwMDEsMjUuOTU2LDguOTZRMjUuNzU4LDguMjk0LDI1LjYzMTk5OTk5OTk5OTk5OCw3Ljk3MDAwMDAwMDAwMDAwMUwyNy41MDM5OTk5OTk5OTk5OTgsNy42MjhRMjcuOSw4LjkyNCwyOC4zNjgwMDAwMDAwMDAwMDIsMTAuNTYyMDAwMDAwMDAwMDAxTDM0LjQzNCwxMC41NjIwMDAwMDAwMDAwMDFaTTM0LjkwMiwyMS43NEwzNC45MDIsMjMuNDY4TDE5LjE1MiwyMy40NjhMMTkuMTUyLDIxLjc0TDI3LjUwMzk5OTk5OTk5OTk5OCwyMS43NFEyOC4yMjQsMjAuMDEyLDI5LjE5NTk5OTk5OTk5OTk5OCwxNy4zNTdRMzAuMTY4LDE0LjcwMiwzMC43MjYsMTIuOTJMMzIuNTA3OTk5OTk5OTk5OTk2LDEzLjY1OFEzMS40ODIsMTYuNTM4LDI5LjQzLDIxLjc0TDM0LjkwMiwyMS43NFpNMjQuMDg0LDIwLjczMlEyMy42NywxOS40MTgsMjIuOTMyMDAwMDAwMDAwMDAyLDE3LjM3NVEyMi4xOTQsMTUuMzMyLDIxLjU4MiwxMy43M0wyMy4xODQsMTMuMVEyMy41NDQsMTQuMDE4LDI0Ljk2NiwxNy44MzRRMjUuMDczOTk5OTk5OTk5OTk4LDE4LjEwNCwyNS43OTQsMjAuMDNMMjQuMDg0LDIwLjczMlpNNDQuMTM1OTk5OTk5OTk5OTk2LDcuODA4TDQ1Ljg0NjAwMDAwMDAwMDAwNCw3LjgwOEw0NS44NDYwMDAwMDAwMDAwMDQsMTIuMTQ2TDQ0LjEzNTk5OTk5OTk5OTk5NiwxMi4xNDZMNDQuMTM1OTk5OTk5OTk5OTk2LDcuODA4Wk00OC4yMjIsOC41Mjc5OTk5OTk5OTk5OTlRNDkuNzM0LDkuNDgyLDUwLjY1MiwxMC4wNFE1MS4yNDYsMTAuNDE4LDUxLjg4NSwxMC44MTRRNTIuNTI0LDExLjIxLDUzLjA4MiwxMS41N0w1Mi4yNTQsMTMuMDFRNTEuNDA4LDEyLjQxNiw0OS45MTQsMTEuNDQzOTk5OTk5OTk5OTk5UTQ4LjQyLDEwLjQ3MjAwMDAwMDAwMDAwMSw0Ny4zNTgwMDAwMDAwMDAwMDQsOS44MDYwMDAwMDAwMDAwMDFMNDguMjIyLDguNTI3OTk5OTk5OTk5OTk5Wk00Mi43ODYsOS44OTZRNDEuODUsMTAuNzYsNDAuNTU0LDExLjcxNFEzOS4yNTc5OTk5OTk5OTk5OTYsMTIuNjY4LDM4LjA1MiwxMy4zODhMMzcuMTg4LDEyLjAwMlEzOC4zNTgwMDAwMDAwMDAwMDQsMTEuMzE4LDM5LjU4MiwxMC40MDg5OTk5OTk5OTk5OTlRNDAuODA2LDkuNSw0MS43NzgsOC42MzZMNDIuNzg2LDkuODk2Wk00OS42MDgwMDAwMDAwMDAwMDQsMTIuMTY0UTQ3LjMyMiwxMy41NSw0NC4zMzQsMTQuNTc2TDUxLjI2NCwxNC41NzZMNTEuMjY0LDI0LjI3OEw0OS41OSwyNC4yNzhMNDkuNTksMjMuMzA2TDQxLjEyOTk5OTk5OTk5OTk5NSwyMy4zMDZMNDEuMTI5OTk5OTk5OTk5OTk1LDI0LjI5NkwzOS40MzgsMjQuMjk2TDM5LjQzOCwxNS45NjJRMzguODYxOTk5OTk5OTk5OTk1LDE2LjA4OCwzOC42NjQsMTYuMTQyTDM3LjM4NTk5OTk5OTk5OTk5NiwxNi40MTJMMzYuOTE4LDE0LjgyOFE0MC45MTQsMTQuMDU0LDQzLjcyMiwxMy4xMDlRNDYuNTMsMTIuMTY0LDQ4Ljc2MiwxMC43OTZMNDkuNjA4MDAwMDAwMDAwMDA0LDEyLjE2NFpNNDEuMTI5OTk5OTk5OTk5OTk1LDE3LjEzMTk5OTk5OTk5OTk5OEw0OS41OSwxNy4xMzE5OTk5OTk5OTk5OThMNDkuNTksMTUuOTYyTDQxLjEyOTk5OTk5OTk5OTk5NSwxNS45NjJMNDEuMTI5OTk5OTk5OTk5OTk1LDE3LjEzMTk5OTk5OTk5OTk5OFpNNDkuNTksMTguMzc0MDAwMDAwMDAwMDAyTDQxLjEyOTk5OTk5OTk5OTk5NSwxOC4zNzQwMDAwMDAwMDAwMDJMNDEuMTI5OTk5OTk5OTk5OTk1LDE5LjU4TDQ5LjU5LDE5LjU4TDQ5LjU5LDE4LjM3NDAwMDAwMDAwMDAwMlpNNDEuMTI5OTk5OTk5OTk5OTk1LDIwLjg0TDQxLjEyOTk5OTk5OTk5OTk5NSwyMi4wMUw0OS41OSwyMi4wMUw0OS41OSwyMC44NEw0MS4xMjk5OTk5OTk5OTk5OTUsMjAuODRaIiBmaWxsPSIjMjgyODJEIiBmaWxsLW9wYWNpdHk9IjEiLz48L2c+PC9nPjwvc3ZnPg==");
  background-repeat: no-repeat;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: 1;
}
.staffConsumption .shop-section .shop .statics .desc {
  margin-top: 12px;
  margin-left: 6px;
  font-weight: 500;
  font-size: 22px;
  color: #ffffff;
  line-height: 32px;
}
.staffConsumption .shop-section .shop .pic {
  display: block;
  height: 400px;
}
.staffConsumption .booking-section {
  padding: 100px 0;
  background-color: rgb(245, 245, 250);
  background-repeat: no-repeat;
  background-position: center top;
  -o-background-size: auto 100%;
  background-size: auto 100%;
}
.staffConsumption .booking-section .booking .content {
  margin-top: 44px;
}
.staffConsumption .booking-section .booking .content .pic {
  display: block;
  width: 100%;
  height: 720px;
}
.staffConsumption .happiness-section {
  padding-top: 100px;
  height: 400px;
  background-color: rgb(49, 36, 58);
  background-repeat: no-repeat;
  background-position: center top;
  -o-background-size: auto 100%;
  background-size: auto 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.staffConsumption .happiness-section .happiness .title {
  color: #ffffff;
}
.staffConsumption .privilege-section {
  padding: 380px 0 120px;
  height: 1012px;
  background-repeat: no-repeat;
  background-position: center top;
  -o-background-size: auto 100%;
  background-size: auto 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
.staffConsumption .privilege-section .grade-pic {
  position: absolute;
  top: -188px;
  left: 0;
  right: 0;
  display: block;
  width: 1200px;
  height: 448px;
  margin: 0 auto;
  z-index: 1;
}
.staffConsumption .privilege-section .privilege .title {
  color: #ffffff;
}
.staffConsumption .privilege-section .privilege .content {
  margin-top: 64px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.staffConsumption .privilege-section .privilege .content .tabs {
  width: 360px;
}
.staffConsumption .privilege-section .privilege .content .tabs li {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 24px;
  width: 360px;
  background: #554566;
  border-radius: 12px 12px 12px 12px;
  margin-bottom: 16px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  overflow: hidden;
}
.staffConsumption .privilege-section .privilege .content .tabs li:last-child {
  margin-bottom: 0;
}
.staffConsumption .privilege-section .privilege .content .tabs li.active {
  background: -webkit-linear-gradient(right, #7759b2 0%, #2b1a33 100%), #ffffff;
  background: -moz-linear-gradient(right, #7759b2 0%, #2b1a33 100%), #ffffff;
  background: -o-linear-gradient(right, #7759b2 0%, #2b1a33 100%), #ffffff;
  background: linear-gradient(270deg, #7759b2 0%, #2b1a33 100%), #ffffff;
}
.staffConsumption .privilege-section .privilege .content .tabs li.active .icon-name .name {
  color: transparent;
  background-image: -webkit-linear-gradient(left, #ffaa99 0%, #ffddcc 100%);
  background-image: -moz-linear-gradient(left, #ffaa99 0%, #ffddcc 100%);
  background-image: -o-linear-gradient(left, #ffaa99 0%, #ffddcc 100%);
  background-image: linear-gradient(90deg, #ffaa99 0%, #ffddcc 100%);
  -webkit-background-clip: text;
  background-clip: text;
}
.staffConsumption .privilege-section .privilege .content .tabs li .icon-name {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.staffConsumption .privilege-section .privilege .content .tabs li .icon-name .icon {
  display: block;
  -webkit-flex: 0 0 28px;
  -moz-box-flex: 0;
  -ms-flex: 0 0 28px;
  flex: 0 0 28px;
  height: 28px;
}
.staffConsumption .privilege-section .privilege .content .tabs li .icon-name .name {
  margin-left: 8px;
  font-weight: 500;
  font-size: 20px;
  color: #ffffff;
  line-height: 27px;
}
.staffConsumption .privilege-section .privilege .content .tabs li .desc {
  margin-top: 5px;
  font-weight: 300;
  font-size: 14px;
  color: rgba(255, 221, 204, 0.7);
  line-height: 20px;
}
.staffConsumption .privilege-section .privilege .content .swiper-container {
  width: 720px;
}
.staffConsumption .privilege-section .privilege .content .swiper-slide .pic {
  display: block;
  width: 100%;
  height: 400px;
}
.staffConsumption .know-section {
  padding: 80px 0;
  height: 286px;
  background-repeat: no-repeat;
  background-position: center top;
  -o-background-size: auto 100%;
  background-size: auto 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.staffConsumption .know-section .know .content {
  margin-top: 28px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.staffConsumption .know-section .know .content .btn {
  padding: 15px 58px;
  font-weight: 300;
  font-size: 16px;
  color: #ffffff;
  line-height: 21px;
  background: #203ae6;
  border-radius: 8px 8px 8px 8px;
  overflow: hidden;
}