@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

.coupon_body {
  background-color: #F5F7FA;
}

.coupon_body .ctx_head {
  position: absolute;
}

.coupon_body .coupon_banner {
  width: 100%;
  position: relative;
}

.coupon_body .coupon_banner .banner_img {
  display: block;
  width: 100%;
}

.coupon_body .coupon_banner .tab-list {
  position: absolute;
  bottom: 37px;
  left: 80px;
  right: 80px;
  margin: auto;
  height: 68px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(10px);
}

.coupon_body .coupon_banner .tab-list .tab-item {
  padding: 0 68px 0 24px;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  overflow: hidden;
}

.coupon_body .coupon_banner .tab-list .tab-item .tab-icon {
  width: 36px;
  height: 36px;
}

.coupon_body .coupon_banner .tab-list .tab-item .tab-title {
  text-align: left;
  color: rgba(0, 0, 0, 0.9);
  font-family: "PingFang SC";
  font-size: 16px;
  line-height: 24px;
  flex-shrink: 0;
}

.coupon_body .coupon_banner .tab-list .tab-item:last-child {
  padding-right: 24px;
}

.coupon_body .coupon_banner .tab-list .active-tab {
  border-radius: 8px;
  background: #FFF;
}

.coupon_body .content {
  padding: 0 80px;
  box-sizing: border-box;
}

.coupon_body .content .table-content {
  padding: 24px 32px;
  background: #FFF;
}

.coupon_body .content .table-content .table-item .table-item_title {
  text-align: left;
  padding: 16px 11px;
  color: rgba(21, 24, 29, 0.9);
  font-family: "PingFang SC";
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  position: relative;
}

.coupon_body .content .table-content .table-item .table-item_title::before {
  content: "";
  display: block;
  width: 3px;
  height: 16px;
  background: #265AF6;
  position: absolute;
  left: 0;
  top: 22px;
}

.coupon_body .content .table-content .table-item .table {
  width: 100%;
  border-collapse: collapse;
  /* 合并边框 */
  border-spacing: 0;
  /* 去除边框间隙 */
  border: 1px solid #E7E8EB;
  margin-top: 8px;
  margin-bottom: 16px;
}

.coupon_body .content .table-content .table-item .table thead tr th {
  color: rgba(21, 24, 29, 0.5);
  font-family: "PingFang SC";
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  padding: 8px;
  border-right: 1px solid #E7E8EB;
  border-bottom: 1px solid #E7E8EB;
  background: #F2F3F5;
  text-align: left;
}

.coupon_body .content .table-content .table-item .table tbody tr td {
  color: rgba(21, 24, 29, 0.9);
  font-family: "PingFang SC";
  font-size: 12px;
  line-height: 20px;
  padding: 8px;
  border-right: 1px solid #E7E8EB;
  border-bottom: 1px solid #E7E8EB;
  text-align: left;
}

.coupon_body .content .table-content .table-item .table tbody tr .td1 {
  width: 60px;
}

.coupon_body .content .table-content .table-item .table tbody tr .td2 {
  width: 130px;
}

.coupon_body .content .table-content .table-item .table tbody tr .td4 {
  width: 100px;
}

.coupon_body .content .table-content .table-item .table tbody tr .td5 {
  width: 100px;
}

.coupon_body .content .table-content .table-item .legal-notice {
  color: rgba(0, 0, 0, 0.6);
  font-family: "PingFang SC";
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  padding: 24px;
  background: #F5F7FA;
}

.coupon_body .content .CTX-Leader {
  width: 1200px;
  margin: 0 auto;
}

.coupon_body .content .CTX-Leader .CTX-Leader_theme {
  width: 1006px;
  height: 66px;
  position: relative;
  background: url("../img/zml/Intelligent finance and taxation@2x.png");
  background-size: 100% 100%;
  margin: 0 auto;
  margin-top: 126px;
}

.coupon_body .content .CTX-Leader .CTX-Leader_theme::after {
  content: "";
  width: 75px;
  height: 6px;
  background: #0076EB;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.coupon_body .content .CTX-Leader .CTX-Leader_theme .CTX-Leader_title {
  line-height: 76px;
  font-size: 26px;
  font-weight: bold;
  color: #0076eb;
}

.coupon_body .content .CTX-Leader .CTX-Leader_main {
  width: 100%;
  display: flex;
}

.coupon_body .content .CTX-Leader .CTX-Leader_main dl {
  width: 166px;
  margin: 0 38px;
}

.coupon_body .content .CTX-Leader .CTX-Leader_main dl dt {
  width: 100%;
  height: 246px;
}

.coupon_body .content .CTX-Leader .CTX-Leader_main dl dt img {
  width: 100%;
  height: 100%;
}

.coupon_body .content .CTX-Leader .CTX-Leader_main dl dd {
  color: #5598F5;
}

.coupon_body .content .CTX-Leader .CTX-Leader_main dl dd h5 {
  margin-top: 20px;
  font-size: 38px;
  font-weight: bold;
}

.coupon_body .content .CTX-Leader .CTX-Leader_main dl dd h5 s {
  font-size: 20px;
}

.coupon_body .content .CTX-Leader .CTX-Leader_main dl dd span {
  display: block;
  font-size: 20px;
  margin-top: 12px;
}

.coupon_body .content .BusinessCapability {
  width: 1200px;
  margin: 0 auto;
}

.coupon_body .content .BusinessCapability .BusinessCapability_theme {
  width: 754px;
  height: 66px;
  position: relative;
  background: url("../img/zml/All round empowerment@2x.png");
  background-size: 100% 100%;
  margin: 0 auto;
  margin-top: 120px;
}

.coupon_body .content .BusinessCapability .BusinessCapability_theme::after {
  content: "";
  width: 75px;
  height: 6px;
  background: #0076EB;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.coupon_body .content .BusinessCapability .BusinessCapability_theme .BusinessCapability_title {
  line-height: 76px;
  font-size: 26px;
  font-weight: bold;
  color: #0076eb;
}

.coupon_body .content .BusinessCapability .BusinessCapability_main {
  width: 100%;
  margin-top: 74px;
  display: flex;
}

.coupon_body .content .BusinessCapability .BusinessCapability_main > div {
  width: 220px;
  height: 368px;
  background: url("../img/zml/组 8832@2x.png");
  background-size: 100% 100%;
  margin: 0 39px;
  border-radius: 5px;
  box-shadow: 0px 3px 10px rgba(0, 118, 235, 0.13);
}

.coupon_body .content .BusinessCapability .BusinessCapability_main > div h5 {
  margin-top: 106px;
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  position: relative;
}

.coupon_body .content .BusinessCapability .BusinessCapability_main > div h5::after {
  content: "";
  width: 40px;
  height: 4px;
  background-color: #707070;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}

.coupon_body .content .BusinessCapability .BusinessCapability_main > div p {
  margin-top: 40px;
  font-size: 14px;
  color: #666666;
}

.coupon_body .content .BusinessCapability .BusinessCapability_main > div:nth-of-type(2) {
  background-image: url("../img/zml/组 8731@2x.png");
}

.coupon_body .content .BusinessCapability .BusinessCapability_main > div:nth-of-type(3) {
  background-image: url("../img/zml/组 8830@2x.png");
}

.coupon_body .content .BusinessCapability .BusinessCapability_main > div:nth-of-type(4) {
  background-image: url("../img/zml/组 8829@2x.png");
}

.coupon_body .content .BusinessCapability .BusinessCapability_main > div:hover {
  color: #fff !important;
  background: url("../img/zml/组 8732@2x.png") no-repeat;
  background-size: 100% 100%;
}

.coupon_body .content .BusinessCapability .BusinessCapability_main > div:hover h5 {
  color: #fff;
}

.coupon_body .content .BusinessCapability .BusinessCapability_main > div:hover p {
  color: #fff;
}

.coupon_body .content .BusinessCapability .BusinessCapability_main div:hover h5::after {
  background: #fff;
}

.coupon_body .content .BusinessCapability .BusinessCapability_main div:hover:nth-of-type(2) {
  background-image: url("../img/zml/组 8831@2x.png");
}

.coupon_body .content .BusinessCapability .BusinessCapability_main div:hover:nth-of-type(3) {
  background-image: url("../img/zml/组 8730@2x.png");
}

.coupon_body .content .BusinessCapability .BusinessCapability_main div:hover:nth-of-type(4) {
  background-image: url("../img/zml/组 8729@2x.png");
}

.coupon_body .content .CTX-FranchiseConditions {
  width: 100%;
  height: 498px;
  background-image: url("../img/zml/组 8833@2x.png");
  background-size: 100% 100%;
  color: #ffffff;
  overflow: hidden;
  margin-top: 112px;
}

.coupon_body .content .CTX-FranchiseConditions h6 {
  font-size: 34px;
  font-weight: bold;
  margin-top: 104px;
  position: relative;
}

.coupon_body .content .CTX-FranchiseConditions h6::after {
  content: "";
  width: 214px;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  top: 66px;
  transform: translateX(-50%);
}

.coupon_body .content .CTX-FranchiseConditions .CTX-FranchiseConditions_list {
  width: 624px;
  margin: 0 auto;
  margin-top: 86px;
}

.coupon_body .content .CTX-FranchiseConditions .CTX-FranchiseConditions_list li {
  margin: 12px 0;
  font-size: 16px;
  letter-spacing: 1.5px;
  text-align: left;
  margin-left: 44px;
  position: relative;
}

.coupon_body .content .CTX-FranchiseConditions .CTX-FranchiseConditions_list li::before {
  content: "";
  width: 24px;
  height: 21px;
  background-image: url("../img/hjzx/对勾@2x.png");
  background-size: 100% 100%;
  position: absolute;
  top: 0%;
  left: -44px;
}

@media (min-width: 2048px) {
  .coupon_body .content .CTX-FranchiseConditions .CTX-FranchiseConditions_list > li {
    margin: 22px 0;
  }
}

@media (min-width: 2048px) {
  .coupon_body .content .CTX-FranchiseConditions {
    height: 70vh;
  }
  .coupon_body .content .CTX-FranchiseConditions h6 {
    margin-top: 16vh;
  }
}

.coupon_body .content .CooperationProcess {
  width: 1200px;
  margin: 0 auto;
}

.coupon_body .content .CooperationProcess .CooperationProcess_theme {
  width: 632px;
  height: 66px;
  position: relative;
  background: url("../img/zml/Cooperation process@2x.png");
  background-size: 100% 100%;
  margin: 0 auto;
  margin-top: 120px;
}

.coupon_body .content .CooperationProcess .CooperationProcess_theme::after {
  content: "";
  width: 75px;
  height: 6px;
  background: #0076EB;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.coupon_body .content .CooperationProcess .CooperationProcess_theme .CooperationProcess_title {
  line-height: 76px;
  font-size: 26px;
  font-weight: bold;
  color: #0076eb;
}

.coupon_body .content .CooperationProcess .CooperationProcess_main {
  width: 100%;
  margin-top: 40px;
  height: 362px;
  background: url("../img/zml/组 8834@2x.png");
  background-size: 100% 100%;
}

.coupon_body .content .contactUs {
  width: 100%;
  height: 600px;
  background: url("../img/zml/蒙版组 130@2x.png");
  background-size: 100% 100%;
  margin-top: 120px;
  position: relative;
}

.coupon_body .content .contactUs .contactUs_main {
  width: 392px;
  height: 100%;
  position: absolute;
  right: 10vw;
  top: 0;
  color: #ffffff;
}

.coupon_body .content .contactUs .contactUs_main h3 {
  font-size: 34px;
  font-weight: bold;
  text-align: right;
  margin-top: 92px;
  position: relative;
}

.coupon_body .content .contactUs .contactUs_main h3::after {
  content: "";
  width: 214px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 70px;
}

.coupon_body .content .contactUs .contactUs_main .contactUs_mode {
  display: flex;
}

.coupon_body .content .contactUs .contactUs_main .contactUs_mode div {
  width: 50%;
  position: relative;
}

.coupon_body .content .contactUs .contactUs_main .contactUs_mode div h4 {
  margin-top: 88px;
  font-size: 22px;
  text-align: right;
}

.coupon_body .content .contactUs .contactUs_main .contactUs_mode div p {
  text-align: right;
  font-size: 18px;
  margin-top: 16px;
}

.coupon_body .content .contactUs .contactUs_main .contactUs_mode div p span {
  display: block;
  font-weight: bold;
}

.coupon_body .content .contactUs .contactUs_main .contactUs_mode div p:nth-of-type(1) {
  margin-top: 24px;
}

.coupon_body .content .contactUs .contactUs_main .contactUs_mode div dl {
  width: 112px;
  margin-top: 18px;
  position: absolute;
  right: 0;
}

.coupon_body .content .contactUs .contactUs_main .contactUs_mode div dl dt {
  width: 110px;
  height: 110px;
}

.coupon_body .content .contactUs .contactUs_main .contactUs_mode div dl dt img {
  width: 100%;
  height: 100%;
  display: block;
}

.coupon_body .content .contactUs .contactUs_main .contactUs_mode div dl dd {
  font-size: 14px;
}

.coupon_body .content .contactUs .contactUs_main .btn_lg {
  margin-top: 64px;
  display: inline-block;
  padding: 15px 56px;
  font-size: 16px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  position: absolute;
  right: 0;
}

.coupon_body .content .contactUs .contactUs_main .btn_lg:hover {
  background: #fff;
  color: #5397F7;
}

@media (min-width: 2048px) {
  .coupon_body .content .contactUs .contactUs_main h3 {
    margin-top: 14vh;
  }
  .coupon_body .content .contactUs .contactUs_main .contactUs_mode {
    height: 1vh;
  }
  .coupon_body .content .contactUs .contactUs_main .btn_lg {
    margin-top: 32vh;
  }
}

@media (min-width: 2048px) {
  .coupon_body .content .contactUs .contactUs_main {
    right: 38vh;
  }
}

@media (min-width: 2048px) {
  .coupon_body .content .contactUs {
    height: 78vh;
  }
}

.coupon_body .content .HotCity {
  width: 1200px;
  margin: 0 auto;
}

.coupon_body .content .HotCity .HotCity_theme {
  width: 288px;
  height: 66px;
  position: relative;
  background: url("../img/zml/Hot cities@2x.png");
  background-size: 100% 100%;
  margin: 0 auto;
  margin-top: 120px;
}

.coupon_body .content .HotCity .HotCity_theme::after {
  content: "";
  width: 75px;
  height: 6px;
  background: #0076EB;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.coupon_body .content .HotCity .HotCity_theme .HotCity_title {
  line-height: 76px;
  font-size: 26px;
  font-weight: bold;
  color: #0076eb;
}

.coupon_body .content .HotCity .HotCity_main {
  width: 100%;
  height: 294px;
  margin-top: 40px;
  background-image: url("../img/zml/组 8835@2x.png");
  background-size: 100% 100%;
}
