/* logo */
html,
body {
  height: 100%;
  margin: 0;
  font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial;
  background: #f4f6f8;
  color: #111;
}
.container {
  width: 100%;
  margin: 0 auto;
}
/* 平板 */
@media (max-width: 768px) {
  .container {
    width: auto;
    margin: 0 auto;
  }
}

/* 平板 */
@media (min-width: 768px) and (max-width: 820px) {
  .container {
    width: auto;
    padding: 0.2rem;
    margin: 0 auto;
  }
}

/* 平板 */
@media (min-width: 821px) and (max-width: 1200px) {
  .container {
    padding: 0rem 0.2rem;
    box-sizing: border-box;
    margin: 0 auto;
  }
}

@media (min-width: 1200px) {
  .container {
    padding: 0 0rem;
    width: 1200px;
    margin: 0 auto;
  }
}
.mobile-info {
  display: none !important;
}
.header {
  position: relative;
  background-color: #fff;
  width: 100%;
  height: 7.3rem;
}
.logo-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 12rem;
  height: 0.8rem;
  margin: 0 auto;
}

.logo {
  width: 3.27rem /* 327/100 */;
  height: 0.44rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("?m/sdlqkp/web-imgs/LOGO+国家税务.png");
}

.nav-title {
  font-size: 0.16rem;
  display: flex;
  align-items: center;
}

.nav-title-01:hover,
.nav-title-02:hover,
.nav-title-03:hover,
.nav-title-04:hover {
  cursor: pointer;
  color: #3478e5;
}

.nav-active {
  cursor: pointer;
  color: #3478e5;
  font-weight: 600;
}
.nav-active::before {
  content: "";
  position: absolute;
  bottom: -0.1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 80%; /* 下划线宽度 */
  height: 3px;
  background: #0f66f0;
  border-radius: 2px;
}
.nav-title-01,
.nav-title-02,
.nav-title-03,
.nav-title-04 {
  margin: 0 0.12rem /* 24/100 */;
  position: relative;
}
.nav-title-04 {
  margin-right: 0.3rem;
}

.tel-Img {
  width: 2.3rem;
  height: 0.4rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("?m/sdlqkp/web-imgs/img-电话号码.png");
  /* margin-left: 1.83rem; */
}
.banner {
  position: relative;
  width: 100%;
  height: 6.5rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("?m/sdlqkp/web-imgs/banner-销项发票智能管理.png");
}
.banner-mid {
  display: flex;
  margin: auto;
  margin-top: -5.7rem /* 570/100 */;
  width: 12rem;
  align-items: center;
  justify-content: space-between;
}
.content {
  position: relative;
}
.content .title {
  font-weight: 600;
  font-size: 0.66rem;
  color: #ffffff;
  line-height: 0.92rem;
  text-align: left;
  font-style: normal;
  z-index: 9;
}
.content .sec-title {
  font-weight: 600;
  font-size: 0.2rem;
  color: #ffffff;
  line-height: 0.28rem;
  text-align: left;
  font-style: normal;
}
.banner-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0.8rem;

  background: rgba(15, 102, 240, 0.8);
}
.banner-bottom .content {
  height: 100%;
  width: 12rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.banner-bottom .content .item-line {
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.banner-bottom .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.banner-bottom .item .num {
  font-weight: 600;
  font-size: 0.24rem;
  color: #ffffff;
  text-align: center;
  font-style: normal;
}
.banner-bottom .item .desc {
  font-size: 0.16rem;
  color: #ffffff;
  text-align: center;
  font-style: normal;
}
/* submit */
.submit-LR-box {
  display: flex;
}
#privacyAgreement {
  color: #1f75cb;
}
.submit-box {
  position: relative;
  width: 3.5rem /* 350/100 */;
  background: #ffffff;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
}

.row-line-title {
  width: 100%;
  height: 0.49rem;
  /* margin-left: 1.8rem; */
  padding-top: 0.24rem;
  font-size: 0.26rem;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  line-height: 0.35rem;
  text-align: center;
}

.row-line-content {
  width: 100%;
  height: 0.29rem;
  font-size: 0.16rem;
  font-family: PingFangSC, PingFang SC;
  color: #333333;
  line-height: 0.21rem;
  text-align: center;
}

.submit-form {
  width: 3.5rem;
  /* height: 5rem; */
  padding-bottom: 0.31rem;
}

/* 表单 */
.top-submit-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 0.3rem;
}

.top-input-box {
  display: flex;
  justify-content: center;
  align-items: left;
  font-size: 0.24rem;
  height: 0.54rem;
  width: 100%;
  flex-direction: column;
}

.input-box {
  width: 20%;
  /* margin: 0 0.25rem; */
}

.input-cls {
  font-size: 0.24rem;
  height: 0.44rem;
  background: #ffffff;
  border: 0.01rem solid #dddddd;
  border-radius: 0.02rem;
  padding-left: 0.2rem;
  outline: none;
  box-sizing: border-box;
  background: rgba(15, 102, 240, 0.05);
  border-radius: 22px;
}

.submit-btn {
  width: 100%;
  height: 0.44rem;
  line-height: 0.44rem;
  font-size: 0.22rem;
  color: #ffffff;
  text-align: center;
  background: linear-gradient(225deg, #0fbbf0 0%, #0f66f0 100%);
  border-radius: 22px;
}

.top-submit-btn {
  width: 100%;
}

.agreement {
  width: 100%;
  font-size: 0.14rem;
  color: #858585;
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.agreement img {
  width: 0.125rem /* 32/50 */;
}
.agreement span {
  cursor: pointer;
}

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

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

.popover .popover_content {
  margin: 0 auto 50px;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  width: 60%;
  margin-top: 15vh;
}

.popover .popover_content .contentBox {
  padding: 30px 20px;
  color: #606266;
  font-size: 14px;
  word-break: break-all;
}
/* 悬浮窗 */
.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: 0.6rem;
  height: 0.6rem;
  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;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-80%, -50%);
  padding: 0.1rem;
  display: none;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  border: 1px solid #ffffff;
  transition: all 0.8s;
  opacity: 1;
}

.right-list .right-list-tel:hover > span {
  left: auto;
  right: 0.7rem;
  transition: all 0.8s;
  opacity: 1;
}

.right-list .show-tel {
  width: 2.28rem;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  font-weight: 700;
  font-size: 0.3rem;
  color: #0f66f0;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #ffffff;
  border-radius: 8px;

  position: absolute;
  left: 2.3rem;
  transition: all 0.8s;
  opacity: 0;
}

.right-list .show-tel:hover {
  position: absolute;
  left: -2.3rem;
  top: 0.1rem;
  transition: all 0.8s;
  opacity: 1;
}
.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-goutong:hover {
  background-color: #0f66f0;
  background-image: url("?m/sdlqkp/images/icon-kefu-white.png");
}
.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-wechat:hover {
  background-color: #0f66f0;
  background-image: url("?m/sdlqkp/images/icon-weixin-white.png");
}
.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 .right-list-tel:hover {
  background-color: #0f66f0;
  background-image: url("?m/sdlqkp/images/icon-dianhua-white.png");
}
.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 .go-top:hover {
  background-color: #0f66f0;
  background-image: url("?m/sdlqkp/images/icon-top-white.png");
}
/* 悬浮窗 */
/* 区域1 */
.content-1 .title {
  margin-top: 0.8rem;
  height: 0.82rem;
  font-size: 0.36rem;
  font-weight: 600;
  color: #000000;
  line-height: 0.82rem;
}
.content-box {
  margin-top: 0.24rem;
  display: flex;
  justify-content: center;
}
.content-box .content-detail {
  padding: 0.12rem;
  position: relative;
  width: 4.5rem;
  background: #fff;
  font-size: 0.16rem;
  color: #000000;
  line-height: 0.24rem;
  margin: 0 0.09rem;
  box-sizing: border-box;
  border-radius: 8px;
  margin-bottom: 0.8rem;
  transition: transform 0.3s ease;
}
.content-box .content-detail:hover {
  transform: scale(1.03);
}
.content-box .content-detail .sec-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  font-size: 0.36rem;
  line-height: 0.4rem;
  color: #ffffff;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.6);
  text-align: center;
  font-style: normal;
}

.content-box .content-detail .detail-info {
  margin: 0.16rem 0.28rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 0.16rem /* 16/100 */;
  color: #000000;
  line-height: 0.22rem /* 22/100 */;
  text-align: justify;
  font-style: normal;
}
/* 区域1 */

/* 区域2 */
.content-2 {
  background-color: white;
  width: 100%;
  padding-top: 0.8rem;
  padding-bottom: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content-2 .title {
  font-size: 0.36rem;
  font-weight: 600;
  color: #000000;
  line-height: 0.5rem;
}
.content-box-tab {
  position: relative;
  margin: 0 auto;
}

.tabs {
  display: flex;
  text-align: center;
  margin: 0.24rem 0;
  color: #000000;
}
.solution-tab-body {
  position: relative;
  justify-content: center;
}
.tab {
  flex: 1;
  font-size: 0.24rem;
}

.solution-tab {
  flex: none;
  padding: 0 20px;
  height: 0.4rem;
  min-width: 1.5rem;
  background-color: transparent;
  line-height: 0.4rem;
  border-radius: 25px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 0.18rem;
  cursor: pointer;
}
.tabs .tab-active {
  background: #e5eef3;
  color: #0f66f0;
}
.moretabs-active {
  background: linear-gradient(270deg, #0fbbf0 0%, #0f66f0 100%);
  color: #fff;
  cursor: pointer;
}
.tab-item-01,
.tab-item-02,
.tab-item-03 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 0.16rem;
}
.tab-item-01 .left,
.tab-item-03 .left,
.tab-item-02 .left {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 0.16rem;
}
.tab-item-01 .left .item,
.tab-item-03 .left .item,
.tab-item-02 .left .item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0.24rem 0.32rem;
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
.tab-item-01 .left .item:hover,
.tab-item-03 .left .item:hover,
.tab-item-02 .left .item:hover {
  transform: scale(1.03);
}
.tab-item-01 .left .item .icon,
.tab-item-03 .left .item .icon,
.tab-item-02 .left .item .icon {
  display: flex;
  width: 0.56rem;
}
.tab-item-01 .left .item .title,
.tab-item-03 .left .item .title,
.tab-item-02 .left .item .title {
  display: flex;
  font-weight: 500;
  font-size: 0.24rem;
  color: #000000;
  line-height: 0.33rem;
  text-align: left;
  font-style: normal;
  margin: 0.04rem 0;
}
.tab-item-01 .left .item .desc,
.tab-item-03 .left .item .desc,
.tab-item-02 .left .item .desc {
  font-weight: 400;
  font-size: 0.14rem;
  color: rgba(0, 0, 0, 0.6);
  line-height: 0.2rem;
  text-align: justify;
  font-style: normal;
}
.tab-item-01 .right,
.tab-item-03 .right,
.tab-item-02 .right {
  display: flex;
  flex: 1;
  transition: transform 0.3s ease;
}
.tab-item-01 .right:hover,
.tab-item-03 .right:hover,
.tab-item-02 .right:hover {
  transform: scale(1.03);
}
.get-more {
  font-size: 0.16rem;
  color: #0f66f0;
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
.moretabs {
  height: 0.44rem;
  font-weight: 600;
  font-size: 0.16rem;
  color: rgba(0, 0, 0, 0.5);
  line-height: 0.44rem;
  text-align: center;
  font-style: normal;
}
.moretabs-active {
  background: linear-gradient(270deg, #0fbbf0 0%, #0f66f0 100%);
  color: #fff;
}
/* 区域2 */

/* 区域3 */
.content-3 {
  width: 100%;
  padding-top: 0.8rem;
  padding-bottom: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content-3 .title {
  font-size: 0.36rem;
  font-weight: 600;
  color: #000000;
  line-height: 0.5rem;
}
.content-box-tab {
  position: relative;
  margin: 0 auto;
}

.tabs {
  display: flex;
  text-align: center;
  margin: 0.24rem 0;
  color: #000000;
}
.solution-tab-body {
  position: relative;
  justify-content: center;
}
.leqitab {
  flex: 1;
  font-size: 0.24rem;
}

.solution-tab {
  flex: none;
  padding: 0 20px;
  background-color: transparent;
  line-height: 0.4rem;
  border-radius: 25px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 0.18rem;
  cursor: pointer;
}
.tabs .tab-active {
  background: #e5eef3;
  color: #0f66f0;
}
.moretabs-active {
  background: linear-gradient(270deg, #0fbbf0 0%, #0f66f0 100%);
  color: #fff;
  cursor: pointer;
}
.content-3 .leqitab-item-01,
.content-3 .leqitab-item-02 {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  padding: 0.1rem;
  border-radius: 16px;
  gap: 0.16rem;
}
.content-3 .leqitab-item-01 .left,
.content-3 .leqitab-item-02 .left {
  margin-left: 0.22rem;
}
.content-3 .leqitab-item-01 .left .sec-title,
.content-3 .leqitab-item-02 .left .sec-title {
  font-weight: 600;
  font-size: 0.24rem;
  color: #000000;
  text-align: left;
  font-style: normal;
  margin-top: 0.56rem;
}
.content-3 .leqitab-item-01 .left .desc,
.content-3 .leqitab-item-02 .left .desc {
  width: 4.5rem;
  font-weight: 400;
  font-size: 0.16rem;
  color: rgba(0, 0, 0, 0.6);
  text-align: left;
  font-style: normal;
  margin-top: 0.16rem;
}
.content-3 .leqitab-item-01 .right,
.content-3 .leqitab-item-02 .right {
  display: flex;
  transition: transform 0.3s ease;
}
.content-3 .leqitab-item-01 .right:hover,
.content-3 .leqitab-item-02 .right:hover {
  transform: scale(1.03);
}
/* 区域3 */

/* 区域4 */
.content-4 {
  width: 100%;
  background-image: url("?m/sdlqkp/web-imgs/img-总局认可市场赞誉.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.content-4 img {
  width: 100%;
}
.content-4 .content {
  /* position: absolute; */
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 1.2rem;
}
.content-4 .content > .title {
  font-weight: 600;
  font-size: 0.36rem;
  color: #ffffff;
  text-align: center;
  font-style: normal;
  margin-top: 0.4rem;
  margin-bottom: 0.2rem;
}
.content-4 .card {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}
.content-4 .card .top-row,
.content-4 .card .bottom-row {
  width: 100%;
  display: flex;
  justify-content: center;
}
.content-4 .card .item {
  display: flex;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  padding: 0.3rem;
  margin: 0.08rem;
  transition: transform 0.3s ease;
}
.content-4 .card .item:hover {
  transform: scale(1.03);
}
.content-4 .card .item img {
  width: 0.72rem;
}
.content-4 .card .item .mid {
  display: flex;
  flex-direction: column;
}
.content-4 .card .item .left,
.content-4 .card .item .right {
  display: flex;
  flex-direction: column;
}
.content-4 .card .item .mid .title {
  font-weight: 600;
  font-size: 0.24rem;
  line-height: 0.33rem;
  color: #ffffff;
  text-align: center;
  font-style: normal;
}
.content-4 .card .item .mid .desc {
  width: 2rem;
  font-size: 0.16rem;
  color: #ffffff;
  text-align: center;
  font-style: normal;
  white-space: normal; /* 允许换行 */
}
/* 区域四 */

/* 区域五 */
.content-5 .title {
  margin-top: 0.76rem;
  height: 0.82rem;
  font-size: 0.36rem;
  font-weight: 600;
  color: #000000;
  line-height: 0.82rem;
}
.plus-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(300px, 1fr));
}
.plus-container > :nth-child(1) {
  background-image: url("?m/sdlqkp/web-imgs/img-电子会计档案.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.plus-container > :nth-child(2) {
  background-image: url("?m/sdlqkp/web-imgs/img-纳税申报.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.plus-container > :nth-child(3) {
  background-image: url("?m/sdlqkp/web-imgs/img-税务合规 .png");
  background-size: cover;
  background-repeat: no-repeat;
}
.plus-container > :nth-child(4) {
  background-image: url("?m/sdlqkp/web-imgs/img-智能财税助手.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.plus-item {
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  justify-content: spac;
  padding: 0.4rem;
  transition: transform 0.3s ease;
}
.plus-item:hover {
  transform: scale(1.03);
}
.plus-item .sec-title {
  font-weight: 600;
  font-size: 0.24rem;
  color: #000000;
  text-align: left;
  font-style: normal;
  display: flex;
  align-items: center;
}
.plus-item .sec-title img {
  margin-left: 0.12rem;
}
.plus-item .desc {
  min-height: 0.66rem;
  width: 4rem;
  margin: 16px 0 24px;
  font-weight: 400;
  font-size: 0.16rem;
  color: rgba(0, 0, 0, 0.6);
  text-align: left;
  font-style: normal;
}
.plus-more {
  font-size: 16px;
  color: #0f66f0;
  left: 30px;
  bottom: 30px;
  cursor: pointer;
}
/* 区域五 */
/* 区域六 */

.example-box {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 800px;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  margin-top: 0.6rem;
}

.example-box-img0 {
  background-image: url("?m/sdlqkp/web-imgs/success-bg-0.png");
  background-size: 100% 100%;
}

.example-box-img1 {
  background-image: url("?m/sdlqkp/web-imgs/success-bg-1.png");
  background-size: 100% 100%;
}

.example-box-img2 {
  background-image: url("?m/sdlqkp/web-imgs/success-bg-2.png");
  background-size: 100% 100%;
}

.example-title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 0.36rem;
  color: #ffffff;
  text-align: center;
  font-style: normal;
}

.example-tabs {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  cursor: pointer;
  margin-top: -0.6rem;
}

.example-name {
  font-weight: 600;
  font-size: 0.18rem;
  color: #ffffff;
}

.example-name-active {
  border-bottom: 4px solid #fff;
}

.example-image {
  width: 1170px;
  height: 406px;
}

.example-more {
  min-width: 1.5rem;
  padding: 0 20px;
  height: 0.44rem;
  border-radius: 25px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 0.18rem;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

.example-more-active {
  background: linear-gradient(270deg, #0fbbf0 0%, #0f66f0 100%);
  color: #fff;
  overflow: hidden;
  cursor: pointer;
}
.exampletab-item {
  display: flex;
  flex-direction: column;
  max-width: 1200px;
}
.exampletab-item .top-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.exampletab-item .top-row img {
  position: relative;
  width: 120px;
  height: 120px;
  top: -70px;
  margin-bottom: 0.4rem;
}
.exampletab-item .top-row p {
  font-weight: 600;
  font-size: 0.24rem;
  color: #ffffff;
  text-align: center;
  font-style: normal;
  position: relative;
  top: -70px;
}
.exampletab-item .top-row :last-child {
  font-weight: 400;
}
.exampletab-item .bottom-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 8px;
}
.exampletab-item-03 .bottom-row,
.exampletab-item-02 .bottom-row {
  grid-template-columns: repeat(2, 1fr);
}
.exampletab-item .bottom-row .item {
  flex: 1;
  display: flex;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 32px;
}
.exampletab-item .bottom-row .item .sec-title {
  font-weight: 600;
  font-size: 0.18rem;
  color: #ffffff;
  line-height: 25px;
  text-align: center;
  font-style: normal;
}
.exampletab-item .bottom-row .item .desc {
  font-weight: 400;
  font-size: 0.16rem;
  color: #ffffff;
  line-height: 22px;
  text-align: justify;
  font-style: normal;
}

.flex-center {
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: -0.4rem;
}
/* 区域六 */

/* 区域七 */

.common-choice {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0.8rem 0;
  background-color: #fff;
}
.common-choice .title {
  font-weight: 600;
  font-size: 0.36rem;
  color: #000000;
  line-height: 0.5rem;
  text-align: center;
  font-style: normal;
}
.common-choice .content {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 0.24rem;
  color: #000000;
  line-height: 0.33rem;
  text-align: center;
  font-style: normal;
  margin: 0.2rem auto 0.44rem;
}
.common-choice img {
  width: 100%;
}
/* 区域七 */

/* 区域八 */
.content-8 {
  width: 100%;
  position: relative;
  height: 2.18rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("?m/sdlqkp/web-imgs/BG一键升级数电乐企发票管理系统.png");
}

.content-8:hover {
  cursor: pointer;
}
.bottom-input-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.upgrade-title {
  font-weight: 600;
  font-size: 0.36rem;
  color: black;
  text-align: center;
  margin-bottom: 0.3rem;
}
.bottom-input {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 22px;
  border: 1px solid #ffffff;
}
.bottom-input input::placeholder {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 0.16rem;
  color: rgba(0, 0, 0, 0.5);
  line-height: 0.22rem;
  text-align: left;
  font-style: normal;
}
.bottom-submit-bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
/* 了解更多部分 */

.submitpopover {
  position: fixed;
  top: 0;
  z-index: 9;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  overflow: auto;
  display: none;
}
.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: 0.44rem;
  height: 0.44rem;
  font-size: 0.24rem;
  color: white;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
