html,
body {
  height: 100%;
  margin: 0;
  font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial;
  background: #f4f6f8;
  color: #111;
}
.header {
  width: 100%;
  position: relative;
}

.web-info {
  display: none !important;
}

.banner {
  position: relative;
  width: 100%;
  height: 15rem;
  background-size: 100% 100%;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-image: url("?m/sdlqkp/mobile-imgs/M-banner-销项发票智能管理.png");
}
.banner-content {
  width: 100%;
  position: absolute;
  top: 2.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.banner-content .logo {
  position: relative;
  width: 8.25rem;
  height: 1.1rem;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url("?m/sdlqkp/mobile-imgs/M-LOGO+国家税务.png");
}
.banner-content .content {
  margin-top: 1.44rem;
}
.banner-content .content .title {
  font-weight: 600;
  font-size: 1.24rem;
  color: #ffffff;
  line-height: 1.74rem;
  text-align: center;
  font-style: normal;
}
.banner-content .content .sec-title {
  font-weight: 600;
  font-size: 0.44rem;
  color: #ffffff;
  line-height: 0.6rem;
  text-align: center;
  font-style: normal;
}
.submit-LR-box {
  margin-top: -3rem;
}
.submit-box {
  position: relative;
  margin: 0 auto;
  width: 13.4rem /* 670/50 */;
  padding-bottom: 0.44rem;
  padding-top: 0.88rem /* 40/50 */;
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.12rem 0.2rem 0 rgba(52, 120, 229, 0.2);
  box-shadow: 0 0.12rem 0.2rem 0 rgba(52, 120, 229, 0.2);
  border-radius: 16px /* 32/50 */;
  z-index: 9;
}

.row-line-title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 0.96rem;
  color: #000000;
  line-height: 1.34rem;
  text-align: center;
  font-style: normal;
}

.row-line-content {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 0.56rem /* 28/50 */;
  color: #000000;
  line-height: 40px;
  text-align: center;
  font-style: normal;
}

/* 表单 */

.top-submit-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0.24rem 0.47rem;
}
.top-input-box {
  display: flex;
  width: 100%;
}

.top-input-box input {
  display: flex;
  position: relative;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 1.68rem /* 84/50 */;
  background: #ffffff;
  border-radius: 0.84rem;
  border: 0.04rem /* 2/50 */ solid #dddddd;
  font-size: 0.56rem /* 48/50 */;
  padding-left: 1.48rem /* 74/50 */;
}
.top-input-box input::placeholder {
  margin-left: 20px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 0.56rem /* 28/50 */;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.69rem;
  font-style: normal;
}
.input-cls {
  font-size: 0.2rem;
  height: 1.68rem;
  background: #ffffff;
  border: 0.01rem solid #eeeeee;
  border-radius: 0.84rem /* 42/50 */;
  padding-left: 0.16rem;
  outline: none;
}

.submit-btn {
  width: 100%;
  height: 1.76rem /* 88/50 */;
  line-height: 1.76rem;
  font-size: 0.64rem /* 32/50 */;
  text-align: center;
  background: linear-gradient(270deg, #0fbbf0 0%, #0f66f0 100%);
  border-radius: 0.88rem /* 44/50 */;
  margin-top: 0;
  color: #ffffff;
}

.agreement {
  font-size: 0.48rem /* 24/50 */;
  margin: 0 0.7rem;
  color: black;
  margin-bottom: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.agreement img {
  width: 0.64rem /* 32/50 */;
}
.agreement span {
  cursor: pointer;
}

.popover {
  position: fixed;
  top: 0;
  z-index: 9;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
  overflow: auto;
  display: none;
}

.popover .agree {
  width: 90%;
  height: 0.96rem;
  background: #f57417;
  font-family: MicrosoftYaHei;
  font-size: 0.3rem;
  color: #ffffff;
  text-align: center;
  line-height: 48px;
  margin-left: 70px;
  cursor: pointer;
  margin: 0 auto;
  margin-top: 25px;
}

.popover .popover_content {
  height: 80vh;
  overflow: scroll;
  margin: 0 auto 30px;
  background: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 94%;
  margin-top: 10vh;
}

.popover .popover_content .contentBox {
  padding: 30px 20px;
  color: #606266;
  font-size: 14px;
  word-break: break-all;
}

.submitpopover {
  display: none;
  position: fixed;
  top: 0;
  z-index: 9;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  overflow: auto;
}
.submitpopover .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.submitpopover .cancel {
  cursor: pointer;
  margin-top: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.76rem;
  height: 1.76rem;
  font-size: 0.9rem;
  color: white;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.submitpopover .submit-LR-box {
  margin: 0;
}
/* 悬浮窗 */
.right-list {
  transition: opacity 0.3s, visibility 0.3s;
  opacity: 0;
  visibility: hidden;
}
.right-list.show {
  opacity: 1;
  visibility: visible;
}
.right-list > span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 1.8rem;
  height: 1.8rem;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  cursor: pointer;
  margin-bottom: 0.1rem;
  position: relative;
}
.right-list .wechat-show-box {
  position: absolute;
  left: -2.8rem;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-shadow: 0px 1px 12px 2px rgb(40 82 174 / 50%);
  box-shadow: 0px 1px 12px 2px rgb(40 82 174 / 50%);
  display: none;
}

.right-list .wechat-show-box-jiantou {
  position: absolute;
  top: 50%;
  right: -19px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 10px solid transparent;
  border-left: 10px solid #fff;
}
.right-list .right-list-goutong {
  background-image: url("?m/sdlqkp/images/icon-kefu-blue.png");
  background-size: 80% auto; /* 宽度80%，高度按比例 */
  background-position: center center;
  background-repeat: no-repeat;
}
.right-list .right-list-wechat {
  position: relative;
  background-image: url("?m/sdlqkp/images/icon-weixin-blue.png");
  background-size: 80% auto; /* 宽度80%，高度按比例 */
  background-position: center center;
  background-repeat: no-repeat;
}
.right-list .right-list-tel {
  position: relative;
  background-image: url("?m/sdlqkp/images/icon-dianhua-blue.png");
  background-size: 80% auto; /* 宽度80%，高度按比例 */
  background-position: center center;
  background-repeat: no-repeat;
}
.right-list .go-top {
  background-image: url("?m/sdlqkp/images/icon-top-blue.png");
  background-size: 80% auto; /* 宽度80%，高度按比例 */
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 0.44rem;
}

.right-list .wechat-show-box-jiantou {
  position: absolute;
  top: 50%;
  right: -19px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 10px solid transparent;
  border-left: 10px solid #fff;
}

.top-input-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: left;
  -ms-flex-align: left;
  align-items: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin: 0.12rem 0;
}

/* 区域1 */
.content-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1.6rem /* 80/50 */;
}
.reason-container .title {
  font-size: 0.96rem /* 48/50 */;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0.48rem /* 24/50 */;
}
.page-wrap {
  width: 100%;
}
.page-wrap .content {
  width: 100%;
  overflow: auto;
  display: flex;
}
.page-wrap .content .item {
  width: 9rem;
  flex-shrink: 0;
  background: #ffffff;
  border-radius: 16px;
  margin: 0 0.24rem;
  padding: 0.5rem;
}
.page-wrap .content .item .sec-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  font-size: 0.64rem;
  color: #ffffff;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.6);
  text-align: center;
  font-style: normal;
}
.page-wrap .content .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  display: block;
  pointer-events: none;
  margin-bottom: 0.4rem;
}

.mobile-reason-content {
  font-size: 0.48rem /* 24/50 */;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #000000;
  line-height: 0.66rem;
  text-align: justify;
  font-style: normal;
}
/* 第一部分结束 */

/* 区域2 */
.content-2 {
  padding-top: 1.6rem /* 80/50 */;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.content-box-tab {
  width: 14.2rem /* 710/50 */;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.content-2 .mobile-tir {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 0.96rem /* 48/50 */;
  color: #000000;
  line-height: 1.34rem /* 67/50 */;
  text-align: center;
  font-style: normal;
}

.tab-header {
  margin: 0.48rem auto /* 24/50 */;
}
.tab-btn {
  min-width: 4rem;
  padding: 0.24rem 0.4rem;
  font-size: 0.48rem;
  font-weight: 600;
  color: #666;
  background: #edeff2;
  border-radius: 50px; /* 胶囊形状 */
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  border: 2px solid rgba(0, 0, 0, 0.1);
}

.tab-btn:hover {
  background: #e3f2fd;
  color: #007bff;
  transform: translateY(-2px);
}

.tab-btn.active {
  background: #e4edf2;
  color: #1569ee;
}

/* 内容区 */
.tab-content {
  padding: 0.3rem /* 15/50 */;
  display: flex;
  justify-content: center;
  border-radius: 0.64rem /* 32/50 */;
  background-color: white;
}

.tab-pane {
  display: none;
  animation: fadeIn 0.5s ease;
}

.tab-pane.active {
  display: block;
}

.tab-pane .top {
  width: 100%;
  display: flex;
  margin-bottom: 0.08rem;
}

.tab-pane .top img {
  width: 100%;
}

.tab-pane .bottom {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
}
.tab-pane .bottom .item {
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0.08rem 0;
  padding: 0.48rem;
}
.tab-pane .bottom .title {
  font-weight: 500;
  font-size: 0.56rem;
  color: #000000;
  line-height: 0.8rem;
  text-align: left;
  font-style: normal;
}
.tab-pane .bottom .desc {
  font-size: 0.48rem;
  color: rgba(0, 0, 0, 0.6);
  line-height: 0.66rem;
  text-align: left;
  font-style: normal;
}

.highlight-try {
  color: #0f66f0;
  text-align: center;
  cursor: pointer;
  margin: 2rem 0 0.4rem;
  display: block;
  font-size: 0.48rem;
  font-weight: 600;
}
/* 第二部分结束 */
/* 区域三 */
.content-3 {
  padding-top: 1.6rem /* 80/50 */;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.content-box-tab {
  width: 14.2rem /* 710/50 */;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.content-3 .mobile-tir {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 0.96rem /* 48/50 */;
  color: #000000;
  line-height: 1.34rem /* 67/50 */;
  text-align: center;
  font-style: normal;
}

.leqitab-btn {
  min-width: 4rem;
  padding: 0.24rem 0.4rem;
  font-size: 0.48rem;
  font-weight: 600;
  color: #666;
  background: #edeff2;
  border-radius: 50px; /* 胶囊形状 */
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  border: 2px solid rgba(0, 0, 0, 0.1);
}
.leqitab-pane {
  display: none;
  animation: fadeIn 0.5s ease;
}

.leqitab-pane.active {
  display: block;
}

.leqitab-btn:hover {
  background: #e3f2fd;
  color: #007bff;
  transform: translateY(-2px);
}

.leqitab-btn.active {
  background: #e4edf2;
  color: #1569ee;
}
.leqitab-pane .top img {
  width: 100%;
}
.leqitab-pane .bottom {
  padding: 0 0.4rem;
}
.leqitab-pane .bottom .sec-title {
  font-weight: 600;
  font-size: 0.56rem;
  color: #000000;
  text-align: left;
  font-style: normal;
  margin-top: 0.66rem;
}
.leqitab-pane .bottom .desc {
  font-weight: 400;
  font-size: 0.48rem;
  color: rgba(0, 0, 0, 0.6);
  text-align: left;
  font-style: normal;
  margin-top: 0.24rem;
}
.leqitab-pane .highlight-try {
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  padding-top: 0.4rem;
}
/* 区域三结束 */

/* 区域4 - 轮播图-总局认可 市场赞誉 */
.carousel2-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
}

.carousel2-title {
  font-weight: 600;
  font-size: 0.96rem /* 48/50 */;
  margin-bottom: 0.6rem /* 30/50 */;
  margin-top: 1.6rem;
}
.carousel2-wrapper .content {
  display: flex;
  width: 100%;
  overflow: auto;
}
.carousel2-wrapper .content .item {
  position: relative;
  width: 9rem;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  padding: 0.92rem 0.4rem;
  margin: 0 0.2rem;
  background: #ffffff;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  border: 1px solid #ffffff;
  backdrop-filter: blur(13.5542168674699px);
}
.carousel2-wrapper .content .item img {
  position: absolute;
  width: 100%;
}

.carousel2-wrapper .content .item .title {
  font-weight: 600;
  font-size: 0.72rem;
  color: #0f66f0;
  line-height: 1rem;
  text-align: center;
  font-style: normal;
}
.carousel2-wrapper .content .item .desc {
  font-size: 0.48rem;
  color: #0f66f0;
  text-align: center;
  font-style: normal;
}

/* 区域4 - 轮播图-总局认可 市场赞誉 */

/* 区域5 */
.content-5 .title {
  margin-top: 1.6rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 0.96rem /* 48/50 */;
  color: #000000;
  line-height: 1.34rem /* 67/50 */;
  text-align: center;
  font-style: normal;
  margin-bottom: 0.6rem /* 30/50 */;
}
.mobile-plus-container {
  width: 14.2rem /* 710/50 */;
  margin: 0.7rem auto;
}

.plus-item {
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  background-image: url("?m/sdlqkp/mobile-imgs/img-电子会计档案.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0.48rem;
  margin: 0.48rem auto;
}
.mobile-plus-container > :nth-child(2) {
  background-image: url("?m/sdlqkp/mobile-imgs/img-税务合规.png");
}
.mobile-plus-container > :nth-child(3) {
  background-image: url("?m/sdlqkp/mobile-imgs/img-纳税申报.png");
}
.mobile-plus-container > :nth-child(4) {
  background-image: url("?m/sdlqkp/mobile-imgs/img-智能财税助手.png");
}
.plus-item .sec-title {
  font-weight: 600;
  font-size: 0.56rem;
  color: #000000;
  text-align: left;
  font-style: normal;
  display: flex;
  align-items: center;
}
.plus-item .sec-title img {
  width: 1.28rem;
  margin-left: 0.1rem;
}
.plus-item .desc {
  width: 9.8rem;
  font-weight: 400;
  font-size: 0.48rem;
  color: rgba(0, 0, 0, 0.6);
  text-align: left;
  font-style: normal;
  margin: 0.24rem 0 0.36rem;
}
.plus-more {
  font-size: 0.48rem;
  color: #0f66f0;
  cursor: pointer;
}
/* 区域5 */

/* 区域6 */
/*灯塔企业的成功案例*/
.example-box .mobile-success-title {
  margin: 1.6rem 0 0.48rem;
  font-weight: 600;
  font-size: 0.96rem;
  color: #000000;
  text-align: center;
  font-style: normal;
}
.example-box .content {
  display: flex;
  width: 100%;
  overflow: auto;
}
.example-box .content .item {
  width: 10rem;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  border-radius: 16px;
  background-color: #fff;
  padding: 0.4rem;
  margin: 0 0.48rem;
}
.example-box .content .item .top img {
  width: 100%;
}
.example-box .content .item .top .icon {
  width: 2.4rem;
  position: relative;
  left: 50%;
  transform: translate(-50%, -50%);
}
.example-box .content .item .mid {
  margin-top: -1rem;
}
.example-box .content .item .mid .sec-title {
  font-weight: 600;
  font-size: 0.48rem;
  color: #000000;
  text-align: center;
  font-style: normal;
}
.example-box .content .item .mid .desc {
  min-height: 1.32rem;
  font-weight: 400;
  font-size: 0.48rem;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  font-style: normal;
  width: 7.2rem;
  margin: 0 auto;
}
.example-box .content .item .bottom {
  font-weight: 600;
  font-size: 0.48rem;
  color: #0f66f0;
  line-height: 33px;
  font-style: normal;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  padding-top: 0.3rem;
  margin-top: 0.6rem;
  text-align: center;
}
.example-box .content .item .bottom a {
  color: #0f66f0;
}
/* 区域6 */

/* 区域七 - 共同选择 */
.common-choice {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 1.6rem;
}
.common-choice .title {
  font-weight: 600;
  font-size: 0.96rem /* 48/50 */ /* 36/50 */;
  color: #000000;
  line-height: 1rem /* 50/50 */;
  text-align: center;
  font-style: normal;
}
.common-choice .content {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 0.48rem /* 24/50 */;
  color: #000000;
  line-height: 0.66rem /* 33/50 */;
  text-align: center;
  font-style: normal;
  margin: 0.48rem /* 24/50 */ auto 0.88rem /* 44/50 */;
}

.mobile-choice-image {
  width: 100% /* 750/50 */;
  object-fit: contain;
}
