@font-face {
  font-family: "iconfont";
  /* Project id 4397461 */
  src: url('http://at.alicdn.com/t/c/font_4397461_bjlaynoward.woff2?t=1704262216242') format('woff2'), url('http://at.alicdn.com/t/c/font_4397461_bjlaynoward.woff?t=1704262216242') format('woff'), url('http://at.alicdn.com/t/c/font_4397461_bjlaynoward.ttf?t=1704262216242') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-close:before {
  content: "\e6e9";
}
html {
  /* 定义滚动条的样式 */
  /* Chrome, Safari, Edge 和 Opera */
  /* 定义滚动条滑块的样式 */
  /* Chrome, Safari, Edge 和 Opera */
  /* 定义滚动条轨道的样式 */
  /* Chrome, Safari, Edge 和 Opera */
  /* 鼠标悬停在滚动条上时滑块的样式 */
  /* Chrome, Safari, Edge 和 Opera */
  /* 鼠标悬停在滚动条轨道上时的样式 */
  /* Chrome, Safari, Edge 和 Opera */
  /* 滚动条按下时滑块的样式 */
  /* Chrome, Safari, Edge 和 Opera */
  /* 滚动条按下时轨道的样式 */
  /* Chrome, Safari, Edge 和 Opera */
}
html * {
  transition: all 0.4s;
}
html ::-webkit-scrollbar {
  width: 6px;
  /* 滚动条的宽度 */
  /* Firefox */
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
}
html ::-webkit-scrollbar-thumb {
  background-color: #ccc;
  /* 滑块的背景颜色 */
  border-radius: 5px;
  /* 滑块的圆角 */
  /* Firefox */
  scrollbar-color: #888 #f1f1f1;
}
html ::-webkit-scrollbar-track {
  background-color: transparent;
  /* 轨道的背景颜色 */
  /* Firefox */
  scrollbar-color: #f1f1f1 #f1f1f1;
}
html ::-webkit-scrollbar-thumb:hover {
  background-color: #555;
  /* 悬停时滑块的背景颜色 */
}
html ::-webkit-scrollbar-track:hover {
  background-color: transparent;
  /* 悬停时轨道的背景颜色 */
}
html ::-webkit-scrollbar-thumb:active {
  background-color: #333;
  /* 按下时滑块的背景颜色 */
}
html ::-webkit-scrollbar-track:active {
  background-color: transparent;
  /* 按下时轨道的背景颜色 */
}
body {
  max-width: 1920px;
  width: 1914px;
  margin: 0 auto;
  position: relative;
}
body:has(.open-login) {
  overflow: hidden;
}
body:has(.open-share) {
  overflow: hidden;
}
body:has(.open-pay) {
  overflow: hidden;
}
body:has(.open-mobile) {
  overflow: hidden;
}
body:has(.open-confirm) {
  overflow: hidden;
}
body .app {
  position: relative;
}
body .app .serve-btn {
  position: fixed;
  right: 0;
  top: 70%;
  z-index: 99;
  cursor: pointer;
}
body .app #canvas {
  position: fixed;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
body .app .section {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url(https://www.fnjiasu.com/static/assets/assets/banner.png);
  background-position: top center;
  background-repeat: no-repeat;
}
body .app .section .header {
  justify-content: space-between;
  align-items: center;
  color: #FAB130;
}
body .app .section .header a img {
  cursor: pointer;
  position: relative;
  z-index: 99999;
}
body .app .section .header .login-btn-h {
  position: relative;
  z-index: 99;
  width: 94px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  background: url(https://www.fnjiasu.com/static/assets/assets/login-btn-1.png) no-repeat;
  cursor: pointer;
}
body .app .section .header .login-btn-h:hover {
  background: url(https://www.fnjiasu.com/static/assets/assets/login-btn.png) no-repeat;
  color: #000;
}
body .app .section .mask {
  position: absolute;
  left: 0;
  top: 190px;
  width: 100%;
  margin-top: 200px;
  background: linear-gradient(transparent, rgba(41, 12, 74, 0.2), rgba(41, 12, 74, 0.9));
  height: 400px;
  z-index: 1;
}
body .app .section .text {
  position: absolute;
  left: 50%;
  top: 480px;
  transform: translateX(-50%);
  z-index: 99;
}
body .app .section .p-box {
  position: relative;
  z-index: 0;
  align-items: center;
  margin-top: -130px;
  overflow: hidden;
  padding-left: 22px;
  width: 1914px;
  justify-content: space-between;
}
body .app .section .p-box img {
  object-fit: contain;
  width: 180px;
  position: relative;
  margin-right: 20px;
  animation: shake 2s infinite ease-in-out alternate;
}
body .app .section .p-box img:nth-of-type(1) {
  width: 308px;
  height: 308px;
  margin-top: 230px;
}
body .app .section .p-box img:nth-of-type(2) {
  width: 310px;
  height: 418px;
  margin-top: 110px;
  margin-left: -40px;
  animation-delay: 0.3s;
}
body .app .section .p-box img:nth-of-type(3) {
  z-index: 3;
  width: 386px;
  height: 580px;
  margin-left: -70px;
  animation-delay: 0.6s;
}
body .app .section .p-box img:nth-of-type(4) {
  width: 714px;
  height: 947px;
  margin-left: -247px;
  /* margin-top: 25px; */
  padding-top: 30px;
  animation-delay: 0.9s;
  /* transform: translateY(55px) translateX(-258px);*/
}
body .app .section .p-box img:nth-of-type(5) {
  width: 582px;
  height: 973px;
  /* transform: translateY(131px) translateX(-568px); */
  margin-left: -291px;
  /* margin-top: -38px; */
  padding-top: 128px;
  animation-delay: 1.2s;
}
body .app .section .p-box img:nth-of-type(6) {
  width: 562px;
  height: 621px;
  /* margin-right: -210px; */
  margin-left: -289px;
  margin-top: 213px;
  animation-delay: 1.5s;
  /* padding-top: 149px; */
  /* transform: translateY(185px) translateX(-864px);*/
}
@keyframes shake {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(10px, -10px);
  }
}
body .app .section .main {
  position: absolute;
  left: 0;
  top: 720px;
  width: 100%;
  z-index: 9;
}
body .app .content {
  width: 100%;
  min-height: 2300px;
  height: 100vh;
  background-image: url(https://www.fnjiasu.com/static/assets/assets/content.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
body .app .content .middle {
  position: absolute;
  left: 50%;
  top: -54px;
  transform: translateX(-50%);
  width: 1267px;
  height: 197px;
  background: url(https://www.fnjiasu.com/static/assets/assets/kuang.png) 0px -1px no-repeat;
  background-size: 1267px 198px;
}
body .app .content .middle .progress {
  position: absolute;
  left: 48.5%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 1100px;
  height: 6px;
  background-color: #c5a052;
  border: 1px solid #f8da94;
  border-radius: 10px;
  z-index: 1;
  transition: all 1s;
}
body .app .content .middle .progress .cirle {
  position: absolute;
  background-image: url(https://www.fnjiasu.com/static/assets/assets/jiantou.png);
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  left: 0px;
  margin-left: -4px;
  top: -15px;
  z-index: 99;
  transition: all 1s;
  cursor: pointer;
}
body .app .content .middle .progress .cirle .tip {
  display: none;
  position: absolute;
  top: -17px;
  left: -15px;
  text-align: center;
  width: 51px;
  height: 25px;
  line-height: 22px;
  font-size: 12px;
  background: url(https://www.fnjiasu.com/static/assets/assets/qipao.png) no-repeat;
  background-size: cover;
  color: #fff;
  border-radius: 20px;
}
body .app .content .middle .progress .progress-b {
  position: absolute;
  left: 0;
  top: 0px;
  width: 1100px;
  height: 4px;
  background-color: #24a25b;
  border-radius: 10px;
  z-index: 1;
  transition: all 1s;
}
body .app .content .middle ul {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 40px;
}
body .app .content .middle ul li {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 32px;
}
body .app .content .middle ul li.li-0 {
  margin-left: 0;
}
body .app .content .middle ul li.li-0 .title {
  position: relative;
  top: -49px;
  left: 26px;
}
body .app .content .middle ul li.li-1 {
  margin-left: 80px;
}
body .app .content .middle ul li.li-2 {
  margin-left: 4px;
}
body .app .content .middle ul li.li-3 {
  margin-left: 32px;
}
body .app .content .middle ul li.li-4 {
  margin-left: 90px;
}
body .app .content .middle ul li.li-5 {
  margin-left: 207px;
}
body .app .content .middle ul li.li-6 {
  margin-left: 253px;
}
body .app .content .middle ul li .title {
  font-weight: 700;
  color: #333;
}
body .app .content .middle ul li img {
  margin: 10px 0;
  width: 58px;
  height: 55px;
  position: relative;
  z-index: 99;
}
body .app .content .middle ul li img.unusedimg {
  cursor: pointer;
}
body .app .content .middle ul li img.disabled {
  cursor: auto;
}
body .app .content .middle ul li img.used {
  cursor: auto;
}
body .app .content .middle ul li .unused {
  width: 85px;
  height: 26px;
  background-image: url(https://www.fnjiasu.com/static/assets/assets/btn2.png);
  background-repeat: no-repeat;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  cursor: pointer;
  position: relative;
  z-index: 9999999;
}
body .app .content .middle ul li .unused.disabled {
  background-image: url(https://www.fnjiasu.com/static/assets/assets/btn1.png);
  cursor: auto;
}
body .app .content .middle ul li .unused.used {
  background-image: url(https://www.fnjiasu.com/static/assets/assets/btn1.png);
  cursor: auto;
}
body .app .content .content2 {
  padding-top: 200px;
}
body .app .content .content2 .text2,
body .app .content .content2 .text3,
body .app .content .content2 .text4 {
  text-align: center;
}
body .app .content .content2 .text2 img,
body .app .content .content2 .text3 img,
body .app .content .content2 .text4 img {
  display: inline-block;
}
body .app .content .content2 .text3 {
  margin-top: 40px;
}
body .app .content .content2 .text4 {
  margin-top: 60px;
  margin-bottom: 20px;
}
body .app .content .content2 > ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 50px;
}
body .app .content .content2 > ul li {
  display: flex;
  align-items: center;
  padding-left: 60px;
  width: 1218px;
  height: 138px;
  background-image: url(https://www.fnjiasu.com/static/assets/assets/renwu-b.png);
  background-repeat: no-repeat;
  margin-bottom: 20px;
}
body .app .content .content2 > ul li .title {
  color: #951414;
  font-size: 26px;
}
body .app .content .content2 > ul li .label {
  color: #FFE7A7;
  font-size: 20px;
  width: 648px;
  margin-right: 135px;
  margin-left: 100px;
}
body .app .content .content2 > ul li .send {
  width: 146px;
  height: 45px;
  background-image: url(https://www.fnjiasu.com/static/assets/assets/lingqu.png);
  line-height: 45px;
  color: #751213;
  font-size: 22px;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  z-index: 9999;
}
body .app .content .content2 > ul li .send:hover {
  background-image: url(https://www.fnjiasu.com/static/assets/assets/lingqu-a.png);
}
body .app .content .content2 > ul li .send.disabled {
  background-image: url(https://www.fnjiasu.com/static/assets/assets/btn1.png);
  color: #ccc;
  cursor: not-allowed;
}
body .app .content .content2 .set-meal {
  margin-top: 70px;
}
body .app .content .content2 .set-meal > ul {
  display: flex;
  flex-direction: row;
  padding: 0 353px;
  justify-content: space-between;
}
body .app .content .content2 .set-meal > ul > li {
  position: relative;
  display: flex;
  align-items: center;
  width: 584px;
  height: 667px;
  background-image: url(https://www.fnjiasu.com/static/assets/assets/chongzhi-b.png);
  background-repeat: no-repeat;
  margin-bottom: 20px;
}
body .app .content .content2 .set-meal > ul > li .float-text {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(https://www.fnjiasu.com/static/assets/assets/float-bg.png) no-repeat;
  width: 166px;
  height: 46px;
  background-size: cover;
  text-align: center;
  line-height: 46px;
  font-weight: 700;
  font-size: 18px;
}
body .app .content .content2 .set-meal > ul > li > ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
body .app .content .content2 .set-meal > ul > li > ul > li {
  position: relative;
  display: flex;
  width: 519px;
  height: 159px;
  background: linear-gradient(38deg, #EEC587, #FFDEB4, #ECC486);
  border-radius: 8px;
  margin-bottom: 50px;
  padding: 10px 20px;
}
body .app .content .content2 .set-meal > ul > li > ul > li.mask-bg::before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 8px;
}
body .app .content .content2 .set-meal > ul > li > ul > li > .tag {
  position: absolute;
  right: 0;
  top: -18px;
  display: block;
  width: 130px;
  height: 36px;
  background-image: url(https://www.fnjiasu.com/static/assets/assets/bg-btn.png);
  color: #fff;
  font-size: 13px;
  text-align: center;
  line-height: 40px;
}
body .app .content .content2 .set-meal > ul > li > ul > li .arrows {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -43px;
  display: flex;
  align-items: center;
}
body .app .content .content2 .set-meal > ul > li > ul > li .arrows .pic {
  margin-top: 10px;
}
body .app .content .content2 .set-meal > ul > li > ul > li .arrows .tag {
  display: block;
  width: 130px;
  height: 36px;
  background-image: url(https://www.fnjiasu.com/static/assets/assets/bg-btn.png);
  color: #fff;
  font-size: 13px;
  text-align: center;
  line-height: 40px;
}
body .app .content .content2 .set-meal > ul > li > ul > li:nth-last-child(1) {
  margin-bottom: 0;
}
body .app .content .content2 .set-meal > ul > li > ul > li .left .title {
  color: #282828;
  font-weight: 500;
  font-size: 23px;
}
body .app .content .content2 .set-meal > ul > li > ul > li .left .mid {
  display: flex;
  align-items: baseline;
  width: 242px;
  flex-wrap: wrap;
}
body .app .content .content2 .set-meal > ul > li > ul > li .left .mid .price {
  margin-left: 10px;
}
body .app .content .content2 .set-meal > ul > li > ul > li .left .mid .price span {
  font-weight: bold;
  color: #FF5501;
  background: linear-gradient(0deg, #EC2106 0%, #FF8111 99.58496094%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body .app .content .content2 .set-meal > ul > li > ul > li .left .mid .price span:nth-of-type(1) {
  font-size: 50px;
  vertical-align: sub;
}
body .app .content .content2 .set-meal > ul > li > ul > li .left .mid .price span:nth-of-type(2) {
  font-size: 20px;
}
body .app .content .content2 .set-meal > ul > li > ul > li .left .mid .label {
  font-size: 14px;
  color: #282828;
  margin-left: 10px;
}
body .app .content .content2 .set-meal > ul > li > ul > li .left .mid .des {
  font-size: 14px;
}
body .app .content .content2 .set-meal > ul > li > ul > li .left .mid p {
  margin-top: -16px;
  text-decoration: line-through;
  color: #282828;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 5px;
  width: 100%;
  padding-left: 50px;
}
body .app .content .content2 .set-meal > ul > li > ul > li .ri {
  display: flex;
  align-items: center;
  padding-top: 13px;
}
body .app .content .content2 .set-meal > ul > li > ul > li .ri .pay-btn {
  margin-right: 20px;
  margin-left: 40px;
  margin-top: 5px;
}
body .app .content .content2 .set-meal > ul > li > ul > li .ri .pay-btn .btn {
  width: 84px;
  height: 24px;
  text-align: center;
  background-image: url(https://www.fnjiasu.com/static/assets/assets/pay.png);
  cursor: pointer;
  color: #751214;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 24px;
}
body .app .content .content2 .set-meal > ul > li > ul > li .ri .pay-btn .btn:hover {
  background-image: url(https://www.fnjiasu.com/static/assets/assets/pay-ac.png);
  color: #fff;
}
body .app .content .content2 .set-meal > ul > li > ul > li .ri .pay-btn .btn.active {
  background-image: url(https://www.fnjiasu.com/static/assets/assets/pay-ac.png);
  color: #fff;
}
body .app .content .content2 .set-meal > ul > li > ul > li .ri .pic {
  position: relative;
}
body .app .content .content2 .set-meal > ul > li > ul > li .ri .pic .reset-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 30px;
  background-image: url(https://www.fnjiasu.com/static/assets/assets/reload.png);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 5px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  z-index: 2;
}
body .app .content .content2 .set-meal > ul > li > ul > li .ri .pic .reset-btn::after {
  content: '刷新';
  display: block;
  position: absolute;
  left: 50%;
  top: 75%;
  transform: translateX(-50%);
}
body .app .content .content2 .set-meal > ul > li > ul > li .ri .pic .mask-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
body .app .content .content2 .set-meal > ul > li > ul > li .ri .pic p {
  font-size: 13px;
  color: #282828;
  margin-top: 5px;
}
body .app .content .content2 .footer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1218px;
  height: 210px;
  background-repeat: no-repeat;
  background-image: url(https://www.fnjiasu.com/static/assets/assets/renwu-2-b.png);
  margin: 0 auto;
  margin-top: 50px;
  color: #FFE7A7;
  font-size: 16px;
}
body .app .content .content2 .footer ul {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-top: 47.5px;
}
body .app .content .content2 .footer ul li:nth-of-type(1) {
  margin-right: 150px;
}
body .app .content .content2 .footer ul li p {
  margin-top: 10px;
}
body .app .content .content2 .footer-serve {
  margin-top: 20px;
}
body .app .content .content2 .footer-serve ul {
  display: flex;
  justify-content: center;
  color: #fff;
}
body .app .content .content2 .footer-serve ul li {
  margin-top: 10px;
}
body .app .content .content2 .footer-serve ul .fn-line {
  margin-right: 10px;
  margin-left: 10px;
}
body .app .content .content2 .footer-serve ul a {
  color: #fff;
}
body .app .content .content2 .footer-serve .fn-record {
  margin-top: 40px;
  text-align: center;
  color: #fff;
}
body .app .content .content2 .footer-serve .fn-record a {
  color: #fff;
}
body .app .confirm-mask {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}
body .app .confirm-mask.close-confirm {
  display: none;
}
body .app .confirm-mask .confirm-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 546px;
  height: 222px;
  background-image: url(https://www.fnjiasu.com/static/assets/assets/share-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
  z-index: 999;
  text-align: center;
  animation: loginA 0.5s forwards;
}
body .app .confirm-mask .confirm-box .iconfont {
  position: absolute;
  right: 30px;
  top: 25px;
  cursor: pointer;
  font-size: 30px;
  font-weight: 700;
}
body .app .confirm-mask .confirm-box .title {
  margin-top: 49px;
  font-size: 19px;
  color: #010101;
  font-weight: 700;
}
body .app .confirm-mask .confirm-box .footer-btn {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
body .app .confirm-mask .confirm-box .footer-btn .confirm-content {
  width: 132px;
  height: 42px;
  color: #fff;
  text-align: center;
  line-height: 42px;
  background-image: url(https://www.fnjiasu.com/static/assets/assets/cv-bg.png);
  cursor: pointer;
  margin-top: 20px;
}
body .app .confirm-mask .confirm-box .footer-btn .confirm-content:hover {
  background-image: url(https://www.fnjiasu.com/static/assets/assets/cv-bg-ac.png);
}
body .app .mobile-mask {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}
body .app .mobile-mask.close-mobile {
  display: none;
}
body .app .mobile-mask .mobile-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 546px;
  height: 222px;
  background-image: url(https://www.fnjiasu.com/static/assets/assets/share-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
  z-index: 999;
  text-align: center;
  animation: loginA 0.5s forwards;
}
body .app .mobile-mask .mobile-box .iconfont {
  position: absolute;
  right: 30px;
  top: 25px;
  cursor: pointer;
  font-size: 30px;
  font-weight: 700;
}
body .app .mobile-mask .mobile-box .title {
  margin-top: 47px;
  font-size: 19px;
  color: #010101;
  font-weight: 700;
}
body .app .mobile-mask .mobile-box .mobile-content {
  width: 132px;
  height: 42px;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  line-height: 42px;
  background-image: url(https://www.fnjiasu.com/static/assets/assets/cv-bg.png);
  cursor: pointer;
  margin-top: 20px;
}
body .app .mobile-mask .mobile-box .mobile-content:hover {
  background-image: url(https://www.fnjiasu.com/static/assets/assets/cv-bg-ac.png);
}
body .app .pay-mask {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}
body .app .pay-mask.close-pay {
  display: none;
}
body .app .pay-mask .pay-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 546px;
  min-height: 222px;
  background-image: url(https://www.fnjiasu.com/static/assets/assets/share-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
  z-index: 999;
  text-align: center;
  animation: loginA 0.5s forwards;
}
body .app .pay-mask .pay-box .iconfont {
  position: absolute;
  right: 30px;
  top: 25px;
  cursor: pointer;
  font-size: 30px;
  font-weight: 700;
}
body .app .pay-mask .pay-box .title {
  margin-top: 54px;
  font-size: 20px;
  color: #010101;
  font-weight: 700;
}
body .app .pay-mask .pay-box .pay-content {
  width: 132px;
  height: 42px;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  line-height: 42px;
  background-image: url(https://www.fnjiasu.com/static/assets/assets/cv-bg.png);
  cursor: pointer;
  margin-top: 20px;
}
body .app .pay-mask .pay-box .pay-content:hover {
  background-image: url(https://www.fnjiasu.com/static/assets/assets/cv-bg-ac.png);
}
body .app .share-mask {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}
body .app .share-mask.close-share {
  display: none;
}
body .app .share-mask .share-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 546px;
  min-height: 222px;
  background-image: url(https://www.fnjiasu.com/static/assets/assets/share-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
  z-index: 999;
  text-align: center;
  animation: loginA 0.5s forwards;
}
body .app .share-mask .share-box .iconfont {
  position: absolute;
  right: 30px;
  top: 25px;
  cursor: pointer;
  font-size: 30px;
  font-weight: 700;
}
body .app .share-mask .share-box .title {
  margin-top: 54px;
  font-size: 20px;
  color: #010101;
  font-weight: 700;
}
body .app .share-mask .share-box .share-content {
  width: 132px;
  height: 42px;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  line-height: 42px;
  background-image: url(https://www.fnjiasu.com/static/assets/assets/cv-bg.png);
  cursor: pointer;
  margin-top: 20px;
}
body .app .share-mask .share-box .share-content:hover {
  background-image: url(https://www.fnjiasu.com/static/assets/assets/cv-bg-ac.png);
}
body .app .login-mask {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}
body .app .login-mask.close-login {
  display: none;
}
body .app .login-mask .login-box {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 999;
  transform: translate(-50%, -50%);
  width: 542px;
  height: 536px;
  background-image: url(https://www.fnjiasu.com/static/assets/assets/login-bg.png);
  animation: loginA 0.5s forwards;
}
@keyframes loginA {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
body .app .login-mask .login-box .login-content {
  padding-top: 170px;
}
body .app .login-mask .login-box .login-content #mobile-number {
  width: 422px;
  height: 40px;
  padding-left: 56px;
}
body .app .login-mask .login-box .login-content > ul {
  display: flex;
  justify-content: space-between;
  padding: 0 120px;
  margin-bottom: 40px;
}
body .app .login-mask .login-box .login-content > ul li {
  width: 118px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  cursor: pointer;
  color: #000;
  font-weight: 700;
}
body .app .login-mask .login-box .login-content > ul li.active {
  background: url(https://www.fnjiasu.com/static/assets/assets/type.png) no-repeat;
  color: #911d1c;
}
body .app .login-mask .login-box .login-content .tabs > ul {
  display: flex;
  justify-content: space-between;
  padding: 0 120px;
  margin-bottom: 40px;
}
body .app .login-mask .login-box .login-content .tabs > ul li {
  width: 118px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  cursor: pointer;
  color: #000;
  font-weight: 700;
}
body .app .login-mask .login-box .login-content .tabs > ul li.active {
  background: url(https://www.fnjiasu.com/static/assets/assets/type.png) no-repeat;
  color: #911d1c;
}
body .app .login-mask .login-box .login-content .login-input {
  position: relative;
  width: 422px;
  height: 40px;
  background: rgba(216, 159, 79, 0.27);
  border: 1px solid #FFDD91;
  border-radius: 2px;
  margin: 0 auto;
  margin-top: 20px;
}
body .app .login-mask .login-box .login-content .login-input input {
  width: 100%;
  height: 100%;
  background-color: #e3bd74;
  padding-left: 15px;
  outline: #e3bd74;
}
body .app .login-mask .login-box .login-content .login-input input::placeholder {
  color: #646059;
}
body .app .login-mask .login-box .login-content .login-input #code,
body .app .login-mask .login-box .login-content .login-input #codeTime {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #27A95C;
  cursor: pointer;
}
body .app .login-mask .login-box .login-content .pwd,
body .app .login-mask .login-box .login-content .no-pwd {
  font-size: 14px;
  font-weight: 700;
  margin-left: 75px;
  cursor: pointer;
  margin-top: 5px;
  width: 95px;
}
body .app .login-mask .login-box .login-content .login-btn {
  width: 190px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  color: #fff;
  cursor: pointer;
  margin: 0 auto;
  background: url(https://www.fnjiasu.com/static/assets/assets/login-text.png);
  margin-top: 60px;
}
body .app .login-mask .login-box .login-content .login-btn:hover {
  background: url(https://www.fnjiasu.com/static/assets/assets/logo-text-ac.png);
}
body .app .login-mask .login-box .login-content .login-btn .label {
  font-size: 12px;
  color: #646059;
}
body .app .login-mask .login-box .login-content .close {
  position: absolute;
  right: 30px;
  top: 25px;
}
body .app .login-mask .login-box .login-content .close .iconfont {
  color: #FFDD91;
  font-size: 23px;
  font-weight: 700;
  cursor: pointer;
}
