@charset "UTF-8";
@keyframes comSwiperPoints {
  0% {
    background-position: center -20px;
  }
  24% {
    background-position: center -20px;
  }
  25% {
    background-position: center -50px;
  }
  49% {
    background-position: center -50px;
  }
  50% {
    background-position: center -80px;
  }
  74% {
    background-position: center -80px;
  }
  75% {
    background-position: center -110px;
  }
  100% {
    background-position: center -110px;
  }
}
@keyframes comSwiperColorPoints {
  0% {
    background-color: rgba(255, 255, 255, 0);
  }
  100% {
    background-color: rgb(255, 255, 255);
  }
}
@keyframes marqueeScroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-300%);
  }
}
@keyframes rotate_added {
  0% {
    background-color: #012FA7;
    transform: rotate(-180deg);
  }
  100% {
    background-color: #012FA7;
    transform: rotate(1deg);
  }
}
@keyframes rotate_added2 {
  0% {
    background-color: #012FA7;
    transform: rotate(0);
  }
  100% {
    background-color: #012FA7;
    transform: rotate(180deg);
  }
}
.btn {
  cursor: pointer;
  transition: all ease 0.2s;
  border-radius: 50px;
  border: 1px solid;
}

.btn-small {
  padding: 3px 29px;
}

.btn-normal {
  padding: 0.09rem 0.29rem;
}

.btn-theme {
  background-color: #012FA7;
  color: #fff;
  border-color: #012FA7;
}
.btn-theme:hover {
  background-color: #1482FF;
  border-color: #1482FF;
}

.btn-info {
  background-color: #fff;
  color: #797979;
  border-color: #797979;
}
.btn-info:hover {
  background-color: #012FA7;
  border-color: #012FA7;
  color: #fff;
}

.text-btn-theme {
  color: rgba(0, 0, 0, 0.72);
}
.text-btn-theme:hover {
  color: #012FA7;
}

.btn-text {
  border: none;
}

.com_main_left {
  float: left;
  width: 904px;
}

.com_main_right {
  float: right;
  width: 280px;
}

@media screen and (max-width: 1280px) {
  .com_main_left {
    width: calc(100vw - 64px - 200px - 38px);
  }
  .com_main_right {
    width: 200px;
  }
}
@media screen and (max-width: 900px) {
  .com_main_left {
    width: 100%;
  }
  .com_main_right {
    width: 100%;
  }
}
.section-info {
  font-weight: 500;
}

.banner-section {
  position: relative;
}
.banner-section .section-box {
  padding: 0;
}
.banner-section[data-ty=cooperate] {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("/assets/img/cooperate_banner.jpg")
}
.banner-section[data-ty=service] {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("/assets/img/service_banner.jpg")
}
.banner-section[data-ty=publicize] {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("/assets/img/publicize_banner.jpg")
}
.banner-section[data-ty=publicize] .info {
  margin: 0.4rem 0 0.64rem;
}
.banner-section[data-ty=publicize] .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.18rem;
  line-height: 0.28rem;
  text-align: center;
}
.banner-section[data-ty=publicize] .img-box > div {
  margin: 0.24rem 0.09rem 0;
}
.banner-section[data-ty=publicize] .img-box > div .img-addon {
  width: 1.08rem;
  margin-bottom: 0.04rem;
  border-radius: 0.04rem;
  overflow: hidden;
}
.banner-section .container {
  position: relative;
  z-index: 3;
}
.banner-section .video-box {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.banner-section .video-box::before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.banner-section video {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.banner-section .section-main .title {
  max-width: 100%;
}

.crumb-section {
  padding-bottom: 0;
}
.crumb-section.light {
  background-color: #fff;
}
.crumb-section[data-ty=cooperate] {
  background-color: #fff;
}

.lso-section .lso-line {
  margin-top: 0.64rem;
}
.lso-section .item {
  font-size: 0.2rem;
  line-height: 0.3rem;
  color: #797979;
  flex: 1;
}
.lso-section .item .title {
  font-size: 0.4rem;
  line-height: 0.48rem;
  color: #141414;
  margin-bottom: 0.36rem;
  font-weight: 700;
}
.lso-section .item + .item {
  margin-left: 0.24rem;
}
.lso-section[data-ty=cooperate] {
  background-color: #fff;
}

.wide-section .section-title-s {
  font-size: 0.56rem;
  line-height: 0.68rem;
  font-weight: 700;
}
.wide-section .section-main {
  padding-top: 0.14rem;
  margin-top: 0.5rem;
  background: url(/assets/img/drhz-wide.png) no-repeat top right/7.51rem auto;
}
.wide-section .section-main .item + .item {
  margin-top: 0.36rem;
}
.wide-section .section-main .item .title {
  font-weight: 700;
  font-size: 0.4rem;
  line-height: 0.48rem;
  margin-bottom: 0.12rem;
}
.wide-section .section-main .item .info {
  font-size: 0.2rem;
  line-height: 0.3rem;
  color: #797979;
}
.wide-section .section-main .item i {
  color: #012FA7;
  font-style: normal;
}

.comp-section .section-main {
  margin-top: 0.64rem;
  justify-content: space-between;
}
.comp-section .section-main .title {
  font-size: 0.4rem;
  line-height: 0.48rem;
  font-weight: 700;
}
.comp-section .section-main .title ~ .shead {
  margin-top: 0.36rem;
}
.comp-section .section-main .shead {
  font-weight: 900;
  font-size: 0.24rem;
  line-height: 0.36rem;
}
.comp-section .section-main .info {
  font-size: 0.18rem;
  line-height: 0.28rem;
  margin-top: 0.12rem;
}
.comp-section .section-main .tag {
  font-size: 0.2rem;
  line-height: 0.3rem;
  border: 1px solid #012FA7;
  border-radius: 2px;
  background-color: rgba(1, 47, 167, 0.04);
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.03rem 0.12rem;
  color: #012FA7;
  margin-top: 0.12rem;
}
.comp-section .section-main .tag ~ .shead {
  margin-top: 0.36rem;
}
.comp-section .section-main .item-po {
  padding: 0.64rem 0.48rem;
  border-radius: 36px 0px 0px 36px;
  color: #fff;
  background-color: #012FA7;
  transform: translateX(0.3rem);
}
.comp-section .section-main .item-po .info {
  color: #DEDEDE;
}

.point-section .point-line {
  justify-content: space-between;
  margin: 0.64rem 0 0;
}
.point-section .point-line span {
  padding: 0.24rem;
  background-color: #DEDEDE;
  font-size: 0.24rem;
  line-height: 0.36rem;
  font-weight: 500;
  color: #000;
  width: calc(33% - 15px);
  text-align: center;
  display: flex;
  align-items: center;
}
.point-section .case {
  background-color: #fff;
}
.point-section .marquee-container {
  overflow: hidden;
}
.point-section .marquee {
  height: 1.02rem;
  animation: marqueeScroll 60s linear 0s infinite;
}
.point-section .marquee .inner {
  display: flex;
}
.point-section .marquee .marquee-item {
  flex-shrink: 0;
}
.point-section figure {
  color: #797979;
  font-size: 0.14rem;
  line-height: 0.2rem;
  margin-left: auto;
  text-align: center;
}
.point-section figure figcaption {
  margin-top: 0.18rem;
}
.point-section figure .img-addon {
  width: 2.96rem;
  margin: 0;
  border-radius: 0.36rem;
  overflow: hidden;
  height: 6rem;
}

.pointw-section .section-box {
  padding: 0.64rem 0;
}
.pointw-section .com-img-dec {
  align-items: flex-start;
  background-color: #F1F1F1;
}
.pointw-section .com-img-dec > div:nth-child(1) {
  width: 8rem;
}
.pointw-section .com-img-dec .title {
  margin-top: 0.6rem;
}
.pointw-section .com-img-dec .info {
  font-size: 0.32rem;
  line-height: 0.44rem;
  margin-top: 0.24rem;
}
.pointw-section .com-img-dec .list {
  padding-top: 0.36rem;
  justify-content: flex-start;
}
.pointw-section .com-img-dec .list li + li {
  margin-left: 1rem;
}
.pointw-section .com-img-dec .mob-fg {
  margin-left: auto;
}
.pointw-section .com-img-dec figure {
  color: #797979;
  font-size: 0.14rem;
  line-height: 0.2rem;
  margin-left: auto;
  text-align: center;
}
.pointw-section .com-img-dec figure figcaption {
  margin-top: 0.18rem;
}
.pointw-section .com-img-dec figure .img-addon {
  width: 2.96rem;
  margin: 0;
  border-radius: 0.36rem;
  overflow: hidden;
  height: 6rem;
}
.pointw-section .point-container .tools {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 8rem;
  z-index: 9;
}
.pointw-section .point-container .tools .swiper-btns {
  display: flex;
  align-items: center;
  right: 0;
  position: absolute;
  top: 0.6rem;
}
.pointw-section .point-container .tools .swiper-btns div {
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 5rem;
  background-color: #585858;
  font-size: 0.18rem;
  line-height: 0.36rem;
  text-align: center;
  cursor: pointer;
  color: #fff;
}
.pointw-section .point-container .tools .swiper-btns .swiper-btn-next {
  margin-left: 0.24rem;
  padding-left: 0.02rem;
}
.pointw-section .point-container .tools .swiper-btns .swiper-btn-prev {
  padding-right: 0.02rem;
}
.pointw-section .point-container .tools .link-btns {
  bottom: 0.61rem;
  position: absolute;
}
.pointw-section .point-container .tools .link-btns .btn {
  padding: 0.09rem 0.29rem;
  font-size: 0.16rem;
  line-height: 0.24rem;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  margin-top: 0.12rem;
}
.pointw-section[data-ty=cooperate] {
  background-color: #fff;
}
.pointw-section[data-ty=cooperate] .com-img-dec {
  background-color: #fff;
}
.pointw-section[data-ty=cooperate] .com-img-dec .info {
  margin-bottom: 1.08rem;
}
.pointw-section[data-ty=dyy] .btn {
  padding: 0.1rem 0.3rem;
  font-size: 0.18rem;
  line-height: 0.28rem;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0.48rem;
}

.form-section {
  background-color: #fff;
}
.form-section[data-ty=publicize] .form-text {
  position: relative;
}
.form-section[data-ty=publicize] .form-text .title {
  font-size: 0.56rem;
  line-height: 0.64rem;
}
.form-section[data-ty=publicize] .form-text .title span {
  color: #EB103C;
}
.form-section[data-ty=publicize] .form-text .company {
  position: absolute;
  right: 0;
  top: 0;
}

.service-section {
  background-color: #fff;
}
.service-section .btn-link {
  margin-top: 0.3rem;
  margin-bottom: 0.48rem;
  padding: 0.03rem 0.3rem;
  font-size: 0.16rem;
  line-height: 0.24rem;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.service-section .scroll-nav-box {
  position: sticky;
  top: 23%;
  float: left;
  font-size: 0.24rem;
  line-height: 0.36rem;
  font-weight: 700;
}
.service-section .scroll-nav-box .com-nav-list {
  margin-top: 0.24rem;
}
.service-section .scroll-nav-box li {
  margin: 0.18rem 0;
  font-size: 0.18rem;
  line-height: 0.28rem;
  font-weight: 500;
  color: #797979;
  cursor: pointer;
}
.service-section .scroll-nav-box li::before {
  content: "";
  width: 0;
  height: 2px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0;
  background-color: #000;
  transition: all ease 0.2s;
  border-radius: 4px;
}
.service-section .scroll-nav-box li.active {
  font-weight: 700;
  color: #000;
}
.service-section .scroll-nav-box li.active::before {
  width: 0.12rem;
  margin-right: 0.04rem;
}
.service-section .scroll-box {
  width: 75%;
  margin-left: auto;
}
.service-section .scroll-box .service-item {
  margin-bottom: 0.88rem;
  display: flex;
}
.service-section .scroll-box .service-item .title {
  font-weight: 700;
  color: #000;
  font-size: 0.48rem;
  line-height: 0.6rem;
  display: block;
}
.service-section .scroll-box .service-item .info {
  margin: 0.12rem 0 0.24rem;
  color: #000;
  font-size: 0.24rem;
  line-height: 0.36rem;
  font-weight: 500;
}
.service-section .scroll-box .service-item .info-h {
  margin: 0.02rem 0 0.24rem;
  color: #000;
  font-size: 0.48rem;
  line-height: 0.6rem;
}
.service-section .scroll-box .service-item .desc {
  color: #797979;
  font-size: 0.2rem;
  line-height: 0.3rem;
}
.service-section .scroll-box .service-item li > p {
  font-size: 0.2rem;
  line-height: 0.32rem;
  color: #797979;
  position: relative;
  padding-left: 0.16rem;
}
.service-section .scroll-box .service-item li > p::before {
  content: "";
  position: absolute;
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 50px;
  left: 0;
  top: 0.12rem;
  background-color: #012FA7;
}
.service-section .scroll-box .service-item .img-addon {
  margin-left: 0.64rem;
  flex-shrink: 0;
  width: 2.9rem;
  height: 4.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("/assets/img/pure_trgl.png")
}
.service-section .scroll-box .service-item .img-addon .img {
  width: 2.43rem;
  height: 4.32rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.service-section[data-ty=publicize] .section-box {
  padding: 0.64rem 0 0.16rem;
}
.service-section[data-ty=publicize] .section-box .section-title {
  line-height: 0.64rem;
}
.service-section[data-ty=publicize] .scroll-box .service-item {
  align-items: center;
  margin-bottom: 0.48rem;
}
.service-section[data-ty=publicize] .scroll-box .service-item .img-addon {
  position: relative;
  background-image: none;
}
.service-section[data-ty=publicize] .scroll-box .service-item .img-addon .img {
  -o-object-fit: cover;
     object-fit: cover;
}
.service-section[data-ty=publicize] .scroll-box .service-item .img-addon::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/assets/img/phone_frame.png);
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.service-section[data-ty=publicize] .section-main {
  margin-top: 0.24rem;
}
.service-section[data-ty=publicize] .section-main .scroll-nav-box {
  margin-top: 0.6rem;
}

.table-section {
  background-color: #fff;
}
.table-section .section-main {
  margin-top: 0.48rem;
  font-size: 0.16rem;
  line-height: 0.24rem;
}
.table-section .section-main table {
  border-left: 1px solid #000;
}
.table-section .section-main table thead {
  height: 100px;
  background: #000;
  padding: 0.36rem 0;
  font-size: 0.18rem;
  line-height: 0.28rem;
  font-weight: 900;
  color: #fff;
}
.table-section .section-main table thead tr th:nth-child(1) {
  width: 17.7%;
}
.table-section .section-main table thead tr th:nth-child(2) {
  width: 14%;
}
.table-section .section-main table thead tr th:nth-child(3) {
  width: 11.4%;
}
.table-section .section-main table thead tr th:nth-child(5) {
  width: 9.6%;
}
.table-section .section-main table tbody td {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 0.15rem 0.3rem;
  text-align: center;
}
.table-section .section-main table tbody .left {
  text-align: left;
}

.show-section {
  background-color: #fff;
}
.show-section .section-title-box {
  text-align: center;
}
.show-section .section-title-box [data-act=msg-pop] {
  color: #012FA7;
  cursor: pointer;
}
.show-section .list {
  margin: 0.48rem 0 0.36rem;
  display: flex;
  justify-content: space-between;
}
.show-section .item {
  width: calc(31% - 0.18rem);
  border: 1px solid #DEDEDE;
  padding: 64px 0;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.show-section .item .top .title {
  font-weight: 700;
  font-size: 0.28rem;
  line-height: 0.4rem;
  color: #000;
}
.show-section .item .top .desc {
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #797979;
}
.show-section .item .top + .pri {
  margin-top: 0.22rem;
}
.show-section .item .money-box {
  margin: 0.2rem 0 0.18rem;
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.show-section .item .money-box .num {
  font-weight: 700;
  font-size: 0.4rem;
  line-height: 0.48rem;
  color: #012FA7;
  margin-right: 0.06rem;
}
.show-section .item .money-box .num i {
  font-size: 0.24rem;
  line-height: 0.36rem;
  font-style: normal;
}
.show-section .item .money-box .del {
  position: relative;
}
.show-section .item .money-box del {
  color: #797979;
  font-size: 0.16rem;
  line-height: 0.24rem;
  font-weight: 700;
  display: block;
}
.show-section .item .money-box del i {
  font-weight: 400;
  font-style: normal;
}
.show-section .item .money-box .tip {
  position: absolute;
  font-size: 0.12rem;
  line-height: 0.2rem;
  padding: 0 0.08rem;
  background-color: #012FA7;
  color: #fff;
  right: 0;
  top: -0.22rem;
  font-weight: 400;
}
.show-section .item .money-box .tip .content {
  position: absolute;
  padding: 0.12rem 0.24rem;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0px 1px 3px rgba(16, 24, 40, 0.1), 0px 1px 2px rgba(16, 24, 40, 0.06);
  background-color: #fff;
  color: #585858;
  white-space: nowrap;
  text-align: left;
  top: -0.12rem;
  left: 0;
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.2s;
}
.show-section .item .money-box .tip:hover .content {
  opacity: 1;
  visibility: visible;
}
.show-section .item .pri {
  margin: 0 auto auto;
  min-width: 1.6rem;
}
.show-section .item .pri li {
  text-align: left;
  margin: 0.02rem 0;
  font-size: 0.14rem;
  line-height: 0.26rem;
  color: #585858;
  padding-left: 0.22rem;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 0.16rem auto;
  background-image: url("/assets/img/checked-r.png");
}
.show-section .item .pri li.o {
  color: #141414;
  font-weight: 700;
}
.show-section .item .btn {
  width: 2rem;
  height: 0.44rem;
  font-size: 0.14rem;
  line-height: 0.44rem;
  border-radius: 0;
  border: none;
  background-color: #012FA7;
  color: #fff;
  margin: 0.24rem auto 0;
}
.show-section .item .btn:hover {
  background-color: #1482FF;
}
.show-section .item.custom .btn {
  background-color: #000;
}
.show-section .item[data-hl=pop], .show-section .item[data-hl=effect] {
  position: relative;
}
.show-section .item[data-hl=pop]::before, .show-section .item[data-hl=effect]::before {
  content: "";
  width: 0.52rem;
  height: 0.52rem;
  position: absolute;
  display: block;
  top: -0.24rem;
  right: 0.18rem;
  z-index: 10;
}
.show-section .item[data-hl=pop]::before {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("/assets/img/icon/price-pop.svg");
}
.show-section .item[data-hl=effect]::before {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("/assets/img/icon/price-affect.svg");
}
.show-section .list-out-mb {
  display: none;
}
.show-section .section-box > .btn {
  padding: 0.09rem 0.29rem;
  font-size: 0.16rem;
  line-height: 0.24rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: block;
}
.show-section[data-ty=dyy] {
  background-color: #F1F1F1;
}
.show-section[data-ty=dyy] .list-out-box {
  display: flex;
  align-items: center;
}
.show-section[data-ty=dyy] .list-out-box .l .title {
  font-size: 0.56rem;
  line-height: 0.64rem;
  font-weight: 700;
  display: block;
}
.show-section[data-ty=dyy] .list-out-box .l .info {
  margin: 0.18rem 0 1.2rem;
  font-weight: 500;
  font-size: 0.24rem;
  line-height: 0.36rem;
  color: #797979;
}
.show-section[data-ty=dyy] .list-out-box .l .btn-tools {
  display: flex;
  justify-content: space-between;
  font-size: 0.18rem;
  line-height: 0.28rem;
}
.show-section[data-ty=dyy] .list-out-box .l .pif {
  margin-top: 0.24rem;
  border-radius: 0.12rem;
  padding: 0.18rem;
  background-color: #fff;
  font-size: 0.2rem;
  line-height: 0.3rem;
  width: 2.88rem;
}
.show-section[data-ty=dyy] .list-out-box .list-out {
  background-color: #fff;
  padding: 0.3rem;
  border-radius: 0.18rem 0 0 0.18rem;
  flex: 1;
  margin-left: 0.4rem;
  margin-right: -0.3rem;
  display: flex;
  justify-content: space-between;
}
.show-section[data-ty=dyy] .list-out-box .list-out .item {
  width: auto;
  padding: 0.48rem 0.16rem;
}
.show-section[data-ty=dyy] .list-out-box .list-out .item .top .title {
  font-size: 0.24rem;
  line-height: 0.36rem;
}
.show-section[data-ty=dyy] .list-out-box .list-out .item .top .desc {
  font-size: 0.12rem;
  line-height: 0.18rem;
}
.show-section[data-ty=dyy] .list-out-box .list-out .money-box {
  margin: 0.16rem 0 0.14rem;
}
.show-section[data-ty=dyy] .list-out-box .list-out .money-box .num {
  font-size: 0.32rem;
  line-height: 0.44rem;
  margin-right: 0.02rem;
}
.show-section[data-ty=dyy] .list-out-box .list-out .money-box del {
  font-size: 0.14rem;
  line-height: 0.22rem;
}
.show-section[data-ty=dyy] .list-out-box .list-out .pri li {
  font-size: 0.12rem;
  line-height: 0.22rem;
}
.show-section[data-ty=dyy] .item[data-hl=pop]::before {
  background-image: url(/assets/img/icon/price-pop2.svg);
}
.show-section[data-ty=dyy] .item[data-hl=pop]::after {
  content: "最受欢迎";
  width: 0.3rem;
  height: 0.52rem;
  position: absolute;
  display: block;
  top: -0.18rem;
  right: 0.28rem;
  z-index: 10;
  font-size: 0.14rem;
  color: #fff;
}

.dyy.point-section .case {
  background-color: #F1F1F1;
}

.dyy.news-section,
.news-section[data-ty=publicize] {
  background-color: #fff;
}
.dyy.news-section .section-box,
.news-section[data-ty=publicize] .section-box {
  padding-bottom: 0;
}

.news-section[data-ty=publicize] .section-box {
  padding: 0.64rem 0;
}

.dyy.news-section .section-box {
  padding: 0.64rem 0 0;
}

.pack-section .section-box {
  padding: 0.64rem 0;
}
.pack-section .section-box .section-title {
  line-height: 0.64rem;
}
.pack-section .section-box .section-info {
  margin-top: 0.18rem;
  font-size: 0.24rem;
  line-height: 0.36rem;
}
.pack-section .section-box .pack-box {
  margin-top: 0.48rem;
  background-color: #fff;
  font-size: 0.2rem;
  line-height: 0.32rem;
  font-weight: 500;
}
.pack-section .section-box .pack-box .item {
  margin: 0.06rem;
  height: 1.12rem;
  flex: 1;
  text-align: center;
  color: #141414;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.04rem;
  position: relative;
  overflow: hidden;
}
.pack-section .section-box .pack-box .item .dft {
  width: 100%;
  padding-left: 0.18rem;
  padding-right: 0.18rem;
}
.pack-section .section-box .pack-box .item .hv {
  display: none;
  font-size: 0.16rem;
  line-height: 0.24rem;
  position: relative;
  z-index: 5;
  padding: 0.06rem 0.16rem 0;
}
.pack-section .section-box .pack-box .item::after {
  content: "";
  position: absolute;
  width: 1.26rem;
  height: 1.26rem;
  bottom: -1.26rem;
  right: -1.26rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("/assets/img/bg-pack.png");
}
.pack-section .section-box .pack-box .item::before {
  content: "季度特惠";
  padding: 0.03rem 0.16rem;
  background-color: #EB103C;
  border-radius: 0px 0.04rem 0px 0.14rem;
  position: absolute;
  right: 1px;
  top: 1px;
  font-size: 0.14rem;
  line-height: 0.22rem;
  color: #fff;
  z-index: 1;
}
.pack-section .section-box .pack-box .item span {
  font-weight: 700;
  color: #EB103C;
  text-decoration: underline;
}
.pack-section .section-box .pack-box .item:hover, .pack-section .section-box .pack-box .item.active {
  text-align: left;
  background: linear-gradient(135deg, #1482FF 0%, #012FA7 100%);
  color: #fff;
}
.pack-section .section-box .pack-box .item:hover span, .pack-section .section-box .pack-box .item.active span {
  color: #fff;
}
.pack-section .section-box .pack-box .item:hover::after, .pack-section .section-box .pack-box .item.active::after {
  bottom: -0.42rem;
  right: -0.24rem;
  transition: all ease 0.4s;
}
.pack-section .section-box .pack-box .item:hover::before, .pack-section .section-box .pack-box .item.active::before {
  background-color: #fff;
  color: #012FA7;
}
.pack-section .section-box .pack-box .item:hover .dft, .pack-section .section-box .pack-box .item.active .dft {
  display: none;
}
.pack-section .section-box .pack-box .item:hover .hv, .pack-section .section-box .pack-box .item.active .hv {
  display: block;
}
.pack-section[data-ty=cooperate] {
  background-color: #fff;
}
.pack-section[data-ty=cooperate] .section-box .pack-box .item {
  height: 0.98rem;
}
.pack-section[data-ty=cooperate] .section-box .pack-box .item .hv {
  width: 100%;
}

.data-section {
  background-color: #000;
}
.data-section .section-box {
  padding: 0.64rem 0;
  color: #fff;
}
.data-section .section-box .section-title {
  color: #fff;
  line-height: 0.64rem;
}
.data-section .section-box .section-info {
  color: #F1F1F1;
  margin-top: 0.18rem;
  font-size: 0.24rem;
  line-height: 0.36rem;
}
.data-section .section-box .data-main {
  margin-top: 0.48rem;
}
.data-section .section-box .data-main > .flex {
  align-items: center;
}
.data-section .section-box .data-main .title {
  font-weight: 900;
  font-size: 0.4rem;
  line-height: 0.48rem;
}
.data-section .section-box .data-main .desc {
  font-size: 0.2rem;
  line-height: 0.3rem;
  color: #F1F1F1;
  line-height: 0.32rem;
  margin: 0.24rem 0 0.36rem;
  letter-spacing: -0.6px;
}
.data-section .section-box .data-main .desc span {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}
.data-section .section-box .data-main .tip {
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #F1F1F1;
}
.data-section .section-box .data-main .data-box {
  margin-left: 0.24rem;
  padding: 0.8rem 1rem;
  border-radius: 0.12rem 0 0 0.12rem;
  background-color: #012FA7;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #F1F1F1;
  display: flex;
}
.data-section .section-box .data-main .data-box .item + .item {
  margin-left: 0.24rem;
}
.data-section .section-box .data-main .data-box .top {
  font-size: 0.16rem;
  line-height: 0.24rem;
  margin-bottom: 0.06rem;
  display: flex;
  align-items: baseline;
  color: #fff;
}
.data-section .section-box .data-main .data-box .top .num {
  font-weight: 700;
  font-size: 0.4rem;
  margin-right: 0.01rem;
  line-height: 0.48rem;
}

.core-section .section-box {
  padding: 0.64rem 0;
}
.core-section .section-box .section-info {
  margin-top: 0.18rem;
  font-size: 0.24rem;
  line-height: 0.36rem;
}
.core-section .section-box > .flex {
  margin: 0.36rem -0.12rem -0.12rem;
  flex-wrap: wrap;
}
.core-section .section-box .item {
  margin: 0.12rem;
  background-color: #fff;
  border-left: 0.04rem solid #012FA7;
  padding: 0.36rem 0.45rem;
  font-size: 0.18rem;
  line-height: 0.28rem;
}
.core-section .section-box .item .title {
  font-size: 0.4rem;
  line-height: 0.48rem;
  font-weight: 700;
  color: #141414;
}
.core-section .section-box .item .desc {
  font-size: 0.2rem;
  line-height: 0.3rem;
  color: #797979;
  margin: 0.08rem 0 0.24rem;
}
.core-section .section-box .item .content {
  display: flex;
  flex-wrap: wrap;
}
.core-section .section-box .item .content span {
  font-weight: 700;
}
.core-section .section-box .item:nth-child(1) {
  width: 4.08rem;
}
.core-section .section-box .item:nth-child(2) {
  flex: 1;
}
.core-section .section-box .item:nth-child(2) .content {
  font-size: 0.16rem;
  line-height: 0.24rem;
  justify-content: space-between;
  margin-top: 0.28rem;
  margin-bottom: -0.02rem;
  white-space: nowrap;
}
.core-section .section-box .item:nth-child(2) .content p {
  padding-left: 0.24rem;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 0.16rem auto;
  margin: 0.02rem 0;
}
.core-section .section-box .item:nth-child(2) .content p:nth-child(1), .core-section .section-box .item:nth-child(2) .content p:nth-child(4) {
  width: 34%;
}
.core-section .section-box .item:nth-child(2) .content p:nth-child(2), .core-section .section-box .item:nth-child(2) .content p:nth-child(5) {
  width: 29%;
}
.core-section .section-box .item:nth-child(2) .content p:nth-child(3), .core-section .section-box .item:nth-child(2) .content p:nth-child(6) {
  width: 29%;
}
.core-section .section-box .item:nth-child(2) .content p:nth-child(1) {
  background-image: url("/assets/img/icon/ggtf1.png");
}
.core-section .section-box .item:nth-child(2) .content p:nth-child(2) {
  background-image: url("/assets/img/icon/ggtf2.png");
}
.core-section .section-box .item:nth-child(2) .content p:nth-child(3) {
  background-image: url("/assets/img/icon/ggtf3.png");
}
.core-section .section-box .item:nth-child(2) .content p:nth-child(4) {
  background-image: url("/assets/img/icon/ggtf4.png");
}
.core-section .section-box .item:nth-child(2) .content p:nth-child(5) {
  background-image: url("/assets/img/icon/ggtf5.png");
}
.core-section .section-box .item:nth-child(2) .content p:nth-child(6) {
  background-image: url("/assets/img/icon/ggtf6.png");
}
.core-section .section-box .item:nth-child(3) {
  width: calc(50% - 0.24rem);
}
.core-section .section-box .item:nth-child(3) .content {
  margin-top: 0.38rem;
}
.core-section .section-box .item:nth-child(3) .content p {
  padding-left: 0.18rem;
  position: relative;
}
.core-section .section-box .item:nth-child(3) .content p::before {
  content: "";
  width: 0.06rem;
  height: 0.06rem;
  position: absolute;
  background-color: #012FA7;
  border-radius: 1rem;
  top: 0.11rem;
  left: 0;
}
.core-section .section-box .item:nth-child(3) .content p + p {
  margin-left: 1rem;
}
.core-section .section-box .item:nth-child(4) {
  width: calc(50% - 0.24rem);
}
.core-section .section-box .item:hover {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  background-image: linear-gradient(132.52deg, rgb(232, 239, 252) 0%, rgb(255, 255, 255) 100%);
}
.core-section .section-box .img-item {
  margin: 0.12rem;
  background-color: #fff;
  border-left: 0.04rem solid #012FA7;
  padding: 0 0.26rem 0 0.48rem;
  font-size: 0.18rem;
  line-height: 0.28rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 1.88rem;
  width: calc(50% - 0.24rem);
}
.core-section .section-box .img-item .title {
  font-size: 0.4rem;
  line-height: 0.48rem;
  font-weight: 700;
  color: #141414;
  margin-bottom: 0.12rem;
}
.core-section .section-box .img-item .desc span {
  color: #012FA7;
  font-weight: 900;
}
.core-section .section-box .img-item .img-addon {
  width: 2.06rem;
}
.core-section .section-box .img-item:hover {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  background-image: linear-gradient(132.52deg, rgb(232, 239, 252) 0%, rgb(255, 255, 255) 100%);
}
.core-section[data-ty=dyy] .section-box .item {
  width: calc(50% - 0.24rem);
  padding: 0.36rem 0 0.36rem 0.36rem;
}
.core-section[data-ty=dyy] .section-box .item .content {
  margin-top: 0.12rem;
}

.table-section .table-main {
  margin-top: 0.48rem;
}
.table-section .thead-line {
  background-color: #F1F1F1;
  padding: 0.11rem 0;
}
.table-section .tbody-line {
  padding: 0.22rem 0;
  border-top: 1px solid #F1F1F1;
}
.table-section .tbody-line,
.table-section .thead-line {
  font-size: 0.14rem;
  line-height: 0.22rem;
  display: flex;
  align-items: center;
}
.table-section .tbody-line .cell,
.table-section .thead-line .cell {
  text-align: center;
}
.table-section .tbody-line .cell:nth-child(1),
.table-section .thead-line .cell:nth-child(1) {
  padding-left: 0.32rem;
  width: 21.2%;
  text-align: left;
}
.table-section .tbody-line .cell:nth-child(1) .title,
.table-section .thead-line .cell:nth-child(1) .title {
  display: flex;
  align-items: center;
  word-break: keep-all;
  white-space: nowrap;
}
.table-section .tbody-line .cell:nth-child(1) .title .avator,
.table-section .thead-line .cell:nth-child(1) .title .avator {
  width: 0.4rem;
  overflow: hidden;
  border-radius: 1rem;
  margin-right: 0.08rem;
}
.table-section .tbody-line .cell:nth-child(1) .title .icon.icon-auth,
.table-section .thead-line .cell:nth-child(1) .title .icon.icon-auth {
  width: 0.12rem;
  height: 0.12rem;
  margin-left: 0.02rem;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("/assets/img/icon/yazqb1706664.png");
}
.table-section .tbody-line .cell .tag,
.table-section .thead-line .cell .tag {
  display: block;
  padding: 0.02rem 0.18rem;
  background-color: #F1F1F1;
  width: -moz-fit-content;
  width: fit-content;
}
.table-section .tbody-line .cell .tag + .tag,
.table-section .thead-line .cell .tag + .tag {
  margin-top: 0.06rem;
}
.table-section .tbody-line .cell:nth-child(2),
.table-section .thead-line .cell:nth-child(2) {
  width: 15.6%;
  text-align: left;
}
.table-section .tbody-line .cell:nth-child(3), .table-section .tbody-line .cell:nth-child(4), .table-section .tbody-line .cell:nth-child(5), .table-section .tbody-line .cell:nth-child(6),
.table-section .thead-line .cell:nth-child(3),
.table-section .thead-line .cell:nth-child(4),
.table-section .thead-line .cell:nth-child(5),
.table-section .thead-line .cell:nth-child(6) {
  width: 12%;
}
.table-section .tbody-line .cell:nth-child(7),
.table-section .thead-line .cell:nth-child(7) {
  width: 15.2%;
}

.flow-section {
  background-color: #fff;
}
.flow-section .section-main {
  margin-top: 0.48rem;
  background-repeat: no-repeat;
  background-position: center 0.38rem;
  background-size: auto 0.235rem;
  background-image: url("/assets/img/vtbxn1706667.png");
}
.flow-section .section-main .info-line {
  display: flex;
  color: #141414;
  font-size: 0.2rem;
  line-height: 0.3rem;
  font-weight: 500;
  justify-content: space-between;
}
.flow-section .section-main .info-line span::before {
  content: "";
  width: 1rem;
  height: 1rem;
  margin: 0 auto 0.52rem;
  display: block;
  border-radius: 1rem;
  border: 2px solid #F1F1F1;
  background-color: #fff;
}
.flow-section .section-main .info-line span.i1::before {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.48rem auto;
  background-image: url("/assets/img/alrhr1706666.png");
}
.flow-section .section-main .info-line span.i2::before {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.48rem auto;
  background-image: url("/assets/img/olnec1706666.png");
}
.flow-section .section-main .info-line span.i3::before {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.48rem auto;
  background-image: url("/assets/img/pofxt1706666.png");
}
.flow-section .section-main .info-line span.i4::before {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.48rem auto;
  background-image: url("/assets/img/boghc1706667.png");
}
.flow-section .section-main .info-line span.i5::before {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.48rem auto;
  background-image: url("/assets/img/auxmx1706667.png");
}
.flow-section .section-main .info-line span.i6::before {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.48rem auto;
  background-image: url("/assets/img/ywxnp1706667.png");
}
.flow-section .section-main .info-line span.i7::before {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.48rem auto;
  background-image: url("/assets/img/kpsfc1706667.png");
}
.flow-section .section-main .tip {
  margin-top: 0.48rem;
  color: #012FA7;
  font-size: 0.2rem;
  line-height: 0.3rem;
  font-weight: 500;
  margin-bottom: 0.12rem;
}
.flow-section .section-main .tel {
  font-size: 0.16rem;
  line-height: 0.24rem;
  padding: 0.09rem 0.29rem;
  background-color: #012FA7;
  color: #fff;
  display: block;
  border-radius: 1rem;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  margin: auto;
}
.flow-section[data-ty=dyy] {
  background-color: #F1F1F1;
}
.flow-section[data-ty=dyy] .section-box {
  padding: 0.64rem 0;
}
.flow-section[data-ty=dyy] .section-main {
  background-image: url(/assets/img/vtadn1706667.png);
  background-position: center top;
  background-size: auto 1rem;
}
.flow-section[data-ty=dyy] .section-main .info-line {
  text-align: center;
}
.flow-section[data-ty=dyy] .section-main .info-line span::before {
  margin-bottom: 0.24rem;
}
.flow-section[data-ty=dyy] .section-main .info-line span.i4::before {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.48rem auto;
  background-image: url("/assets/img/trosl1710404.png");
}
.flow-section[data-ty=dyy] .section-main .info-line span.i5::before {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.48rem auto;
  background-image: url("/assets/img/zattx1710404.png");
}
.flow-section[data-ty=dyy] .section-main .info-line span.i6::before {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.48rem auto;
  background-image: url("/assets/img/ywxnp1706667.png");
}
.flow-section[data-ty=dyy] .section-main .info-line span.i7::before {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.48rem auto;
  background-image: url("/assets/img/boghc1706667.png");
}
.flow-section[data-ty=dyy] .section-main .info-line span.i8::before {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.48rem auto;
  background-image: url("/assets/img/frqaf1710404.png");
}

.graph-section .section-main {
  font-weight: 500;
  font-size: 0.24rem;
  line-height: 0.36rem;
  color: #797979;
  text-align: center;
  margin-top: 0.48rem;
}
.graph-section .section-main .img-addon:nth-child(1) {
  width: 4.74rem;
}
.graph-section .section-main .img-addon:nth-child(2) {
  width: 5.58rem;
}
.graph-section .section-main .img-addon .img {
  -o-object-fit: contain;
     object-fit: contain;
}
.graph-section .section-main .flex {
  justify-content: space-between;
  align-items: center;
  padding: 0.36rem;
}

.mcn-section .section-main {
  margin-top: 0.48rem;
}
.mcn-section .section-main .flex {
  justify-content: space-between;
}
.mcn-section .section-main .img-addon {
  width: calc(20% - 19px);
}

.qlt-section {
  background-color: #fff;
}
.qlt-section .section-box {
  padding: 0.64rem 0;
}
.qlt-section .qlt-main {
  margin: 0.48rem -0.12rem 0;
}
.qlt-section .qlt-main > .item {
  margin: 0 0.12rem;
  flex: 1;
}
.qlt-section .qlt-main > .item .title {
  font-size: 0.2rem;
  line-height: 0.3rem;
  font-weight: 500;
  text-align: center;
  padding: 0.18rem 0.24rem;
  background-color: #012FA7;
  color: #fff;
}
.qlt-section .qlt-main > .item .box {
  padding: 0.24rem;
  border: 1px solid #F1F1F1;
  border-top: none;
  font-size: 0.16rem;
  line-height: 0.24rem;
  text-align: center;
}
.qlt-section .qlt-main.qlt2-main .title {
  background-color: #F1F1F1;
  color: #141414;
}
.qlt-section .qlt-main.qlt2-main .box {
  padding: 0.18rem;
}
.qlt-section .qlt-main.qlt2-main .box .line {
  height: 0.64rem;
  background-color: #F1F1F1;
  color: #141414;
  display: flex;
  align-items: center;
  justify-content: center;
}
.qlt-section .qlt-main.qlt2-main .box .line + .line {
  margin-top: 0.12rem;
}
.qlt-section .qlt-main.qlt2-main > .item.hl .title, .qlt-section .qlt-main.qlt2-main > .item.hl .line {
  background-color: #012FA7;
  color: #fff;
}
.qlt-section .qlt-main.qlt2-main > .item.hl .box {
  border-color: #012FA7;
}
.qlt-section .qlt-main .tbox {
  height: 0.88rem;
  margin: -0.02rem 0 0.24rem;
}
.qlt-section .qlt-main .tbox .line {
  margin: 0.08rem -0.2rem;
}
.qlt-section .qlt-main .tbox .line::before, .qlt-section .qlt-main .tbox .line::after {
  content: "";
  width: 0.05rem;
  height: 0.05rem;
  border-radius: 1rem;
  background-color: #012FA7;
  display: inline-block;
  margin: 0 0.12rem;
  vertical-align: middle;
}
.qlt-section .qlt-main .bbox {
  background-color: #F1F1F1;
  padding: 0.12rem 0.2rem;
  height: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rec-section .section-box {
  padding: 0.64rem 0;
}

.ope-section[data-ty=dyy] {
  background-color: #fff;
}
.ope-section[data-ty=dyy] .section-box {
  padding-top: 0.64rem;
  padding-bottom: 0.04rem;
}
.ope-section[data-ty=dyy] .section-main {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.12rem;
  margin-right: -0.12rem;
  margin-top: 0.3rem;
}
.ope-section[data-ty=dyy] .section-main .com-news-ver {
  width: calc(50% - 0.24rem);
  margin: 0.12rem;
}
.ope-section[data-ty=dyy] .section-main .com-news-ver .img-addon {
  height: 2.4rem;
}

@media screen and (max-width: 980px) {
  .com-banner .section-main .title {
    margin-top: 0;
  }
  .com-banner .section-main .btn {
    margin-bottom: 1.6rem;
  }
  .com-banner.banner-section[data-ty=cooperate] {
    background-position: 60% center;
  }
  .com-banner[data-ty=publicize] .section-main .info {
    margin: 0.36rem 0 1.28rem;
  }
  .com-banner[data-ty=publicize] .section-main .btn {
    margin-bottom: 0.48rem;
  }
  .com-banner[data-ty=publicize] .img-box {
    font-size: 0.28rem;
    line-height: 0.44rem;
  }
  .com-banner[data-ty=publicize] .img-box > div {
    margin: 0 0.18rem;
  }
  .com-banner[data-ty=publicize] .img-box > div .img-addon {
    width: 1.68rem;
    margin-bottom: 0.08rem;
    border-radius: 0.08rem;
  }
  .lso-section .lso-line {
    flex-direction: column;
    margin-top: 0.48rem;
  }
  .lso-section .item {
    font-size: 0.36rem;
    line-height: 0.56rem;
  }
  .lso-section .item .title {
    font-size: 0.4rem;
    line-height: 0.6rem;
    margin-bottom: 0.04rem;
  }
  .lso-section .item + .item {
    margin-left: 0rem;
    margin-top: 0.36rem;
  }
  .lso-section[data-ty=cooperate] .item .title {
    height: auto;
    margin-bottom: 0.04rem;
  }
  .lso-section[data-ty=cooperate] .item + .item {
    margin-top: 0.48rem;
  }
  .wide-section .topFull-box .btn {
    margin-top: 0.16rem;
  }
  .wide-section .section-title-s {
    font-size: 0.56rem;
    line-height: 0.8rem;
  }
  .wide-section .section-main {
    background: none;
    margin-top: 0.34rem;
  }
  .wide-section .section-main .item .info {
    font-size: 0.36rem;
    line-height: 0.48rem;
  }
  .comp-section .section-main {
    margin-top: 0.48rem;
    flex-wrap: wrap;
  }
  .comp-section .section-main .item {
    width: 100%;
    padding: 0.64rem 0.48rem;
    border-radius: 0.36rem;
    background: #fff;
    margin-bottom: 0.36rem;
  }
  .comp-section .section-main .item-po {
    transform: translateX(0);
    border-radius: 0.36rem;
    width: 100%;
  }
  .comp-section .section-main .title {
    font-size: 0.48rem;
    line-height: 0.72rem;
  }
  .comp-section .section-main .title ~ .shead {
    margin-top: 0.24rem;
  }
  .comp-section .section-main .shead {
    font-size: 0.4rem;
    line-height: 0.6rem;
  }
  .comp-section .section-main .info {
    font-size: 0.36rem;
    line-height: 0.56rem;
  }
  .comp-section .section-main .tag {
    font-size: 0.24rem;
    line-height: 0.36rem;
  }
  .point-section .point-line {
    flex-direction: column;
  }
  .point-section .point-line span {
    padding: 0.48rem;
    font-size: 0.36rem;
    line-height: 0.56rem;
    width: 100%;
  }
  .point-section .point-line span + span {
    margin-top: 0.48rem;
  }
  .point-section .marquee {
    height: 2.04rem;
  }
  .pointw-section .section-box {
    padding: 0.72rem 0;
  }
  .pointw-section .com-img-dec > div:nth-child(1) {
    width: 100%;
  }
  .pointw-section .com-img-dec .title {
    margin-top: 0.64rem;
  }
  .pointw-section .com-img-dec .list {
    padding-top: 0.36rem;
    margin-top: 0.36rem;
    width: 100%;
    height: 1.78rem;
    font-size: 0.24rem;
    line-height: 0.36rem;
    justify-content: space-around;
  }
  .pointw-section .com-img-dec .list li + li {
    margin-left: 0;
  }
  .pointw-section .com-img-dec .list .account {
    font-size: 0.48rem;
    line-height: 0.6rem;
  }
  .pointw-section .com-img-dec .mob-fg {
    display: flex;
  }
  .pointw-section .com-img-dec figure {
    font-size: 0.18rem;
    line-height: 1;
    margin-right: 0.36rem;
  }
  .pointw-section .point-container .tools {
    width: 100%;
  }
  .pointw-section .point-container .tools .swiper-btns {
    top: auto;
    bottom: 2rem;
    left: 3.32rem;
  }
  .pointw-section .point-container .tools .swiper-btns div {
    width: 0.5rem;
    height: 0.5rem;
    font-size: 0.2rem;
    line-height: 0.5rem;
  }
  .pointw-section .point-container .tools .link-btns {
    bottom: 2rem;
    right: 0;
  }
  .pointw-section .point-container .tools .link-btns .btn {
    padding: 0.09rem 0.29rem;
    font-size: 0.24rem;
    line-height: 0.36rem;
    display: block;
  }
  .pointw-section[data-ty=cooperate] .com-img-dec .title {
    margin-top: 0;
  }
  .pointw-section[data-ty=cooperate] .com-img-dec .info {
    margin-bottom: 0;
  }
.pointw-section[data-ty=dyy] .title {
    margin-top: 0;
  }
  .pointw-section[data-ty=dyy] .btn {
    margin-top: 0.24rem;
  }
  .form-section[data-ty=publicize] .form-text {
    width: 100%;
  }
  .form-section[data-ty=publicize] .form-text .title {
    font-size: 0.72rem;
    line-height: 0.96rem;
  }
  .news-section .news-main {
    margin-top: 0.16rem;
    flex-direction: column;
  }
  .news-section .news-main .com-news-ver {
    width: 100%;
    margin-top: 0.48rem;
  }
  .service-section .section-info {
    margin-top: 0.04rem;
  }
  .service-section .btn-link {
    margin-top: 0.36rem;
    margin-bottom: 0.48rem;
    padding: 0.08rem 0.6rem;
    font-size: 0.32rem;
    line-height: 0.48rem;
  }
  .service-section .scroll-nav-box {
    display: none;
  }
  .service-section .scroll-box {
    width: 100%;
  }
  .service-section .scroll-box .service-item {
    margin-bottom: 0.48rem;
  }
  .service-section .scroll-box .service-item .title-p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.24rem;
  }
  .service-section .scroll-box .service-item .title {
    font-size: 0.56rem;
    line-height: 0.8rem;
  }
  .service-section .scroll-box .service-item .info {
    font-size: 0.4rem;
    line-height: 0.6rem;
    margin-top: 0.16rem;
    margin-bottom: 0.32rem;
  }
  .service-section .scroll-box .service-item .info-h {
    font-size: 0.56rem;
    line-height: 0.8rem;
  }
  .service-section .scroll-box .service-item .desc {
    color: #797979;
    font-size: 0.4rem;
    line-height: 0.6rem;
  }
  .service-section .scroll-box .service-item .btn {
    padding: 0;
    margin: 0;
    border: none;
    color: #012FA7;
    font-weight: 500;
  }
  .service-section .scroll-box .service-item li > p {
    font-size: 0.36rem;
    line-height: 0.56rem;
    padding-left: 0.24rem;
  }
  .service-section .scroll-box .service-item li > p::before {
    width: 0.1rem;
    height: 0.1rem;
    top: 0.22rem;
  }
  .service-section .scroll-box .service-item .img-addon {
    display: none;
  }
  .service-section .section-box {
    padding-bottom: 0.24rem;
  }
  .service-section[data-ty=publicize] .section-box {
    padding: 0.72rem 0 0.24rem;
  }
  .service-section[data-ty=publicize] .scroll-box .service-item {
    margin-bottom: 0.48rem;
    flex-direction: column;
  }
  .service-section[data-ty=publicize] .scroll-box .service-item .img-addon {
    margin-left: 0;
    margin-top: 0.24rem;
    width: 5.6rem;
    height: 9.4rem;
    display: flex;
  }
  .service-section[data-ty=publicize] .scroll-box .service-item .img-addon .img {
    width: 4.86rem;
    height: 8.64rem;
  }
  .service-section[data-ty=publicize] .section-main {
    margin-top: 0.48rem;
  }
  .table-section .section-main {
    margin-top: 0.36rem;
    font-size: 0.24rem;
    line-height: 0.36rem;
  }
  .table-section .section-main table thead {
    height: 1rem;
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
  .table-section .section-main table thead tr th:nth-child(1) {
    width: 11%;
  }
  .table-section .section-main table thead tr th:nth-child(2) {
    width: 11%;
  }
  .table-section .section-main table thead tr th:nth-child(3) {
    width: 11.4%;
  }
  .table-section .section-main table thead tr th:nth-child(5) {
    width: 9.6%;
  }
  .table-section .section-main table tbody td {
    padding: 0.12rem 0.1rem;
  }
  .show-section .list-out {
    overflow: auto;
    white-space: nowrap;
    padding: 0 1px;
  }
  .show-section .list-out .item {
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 0.24rem;
    padding-right: 0.24rem;
  }
  .show-section .list-out .item + .item {
    margin-left: 0.24rem;
  }
.show-section[data-ty=dyy] .list-out-box {
    display: block;
  }
  .show-section[data-ty=dyy] .list-out-box .l .title {
    font-size: 0.6rem;
    line-height: 0.82rem;
  }
  .show-section[data-ty=dyy] .list-out-box .l .title br{display: none;}
  .show-section[data-ty=dyy] .list-out-box .l .info {
    margin: 0.08rem 0 0.48rem;
    font-size: 0.32rem;
    line-height: 0.44rem;
  }
  .show-section[data-ty=dyy] .list-out-box .l .btn-tools {
    justify-content: flex-start;
  }
  .show-section[data-ty=dyy] .list-out-box .l .btn-tools .btn {
    font-size: 0.32rem;
    line-height: 0.48rem;
    margin-right: 0.48rem;
  }
  .show-section[data-ty=dyy] .list-out-box .l .pif {
    margin-top: 0.96rem;
    border-radius: 0;
    padding: 0.48rem 0.96rem;
    font-size: 0.4rem;
    line-height: 0.6rem;
    width: 100%;
    white-space: wrap;
  }
  .show-section[data-ty=dyy] .list-out-box .list-out {
    display: none;
  }
  .show-section[data-ty=dyy] .list-out-box .list-out-mb .item {
    background-color: #fff;
    padding: 0.96rem 0.72rem;
    width: 100%;
    height: 11.48rem;
  }
.show-section[data-ty=dyy] .item[data-hl=pop]::after {
    width: 0.56rem;
    right: 0.48rem;
    font-size: 0.28rem;
  }
  .page_ggtf .lso-section .item + .item {
    margin-top: 0.48rem;
  }
  .page_ggtf .point-section .section-box {
    padding-bottom: 0.36rem;
  }
  .data-section .section-box {
    padding: 0.72rem 0;
  }
  .data-section .section-box .topTine-box .btn {
    border-color: #fff;
    color: #fff;
  }
  .data-section .section-box .section-info {
    font-size: 0.32rem;
    line-height: 0.48rem;
    margin-top: 0.16rem;
  }
  .data-section .section-box .data-main > .flex {
    flex-direction: column;
  }
  .data-section .section-box .data-main .title {
    font-size: 0.56rem;
    line-height: 0.8rem;
  }
  .data-section .section-box .data-main .desc {
    font-size: 0.36rem;
    line-height: 0.56rem;
    margin: 0.36rem 0 0.56rem;
    letter-spacing: 0;
  }
  .data-section .section-box .data-main .tip {
    font-size: 0.24rem;
    line-height: 0.36rem;
    color: #585858;
  }
  .data-section .section-box .data-main .data-box {
    margin-left: 0;
    margin-top: 0.24rem;
    padding: 0.64rem 0.24rem;
    border-radius: 0.24rem;
    font-size: 0.24rem;
    line-height: 0.36rem;
    width: 100%;
    justify-content: space-between;
  }
  .data-section .section-box .data-main .data-box .top {
    font-size: 0.2rem;
    line-height: 0.3rem;
    margin-bottom: 0;
  }
  .data-section .section-box .data-main .data-box .top .num {
    font-size: 0.6rem;
    line-height: 0.82rem;
    margin-right: 0.04rem;
  }
  .pack-section .section-box {
    padding: 0.72rem 0;
  }
  .pack-section .section-box .section-title {
    line-height: 0.82rem;
  }
  .pack-section .section-box .section-title br {
    display: none;
  }
  .pack-section .section-box .section-info {
    font-size: 0.32rem;
    line-height: 0.48rem;
    margin-top: 0.16rem;
  }
  .pack-section .section-box .pack-box {
    font-size: 0.4rem;
    line-height: 0.6rem;
  }
  .pack-section .section-box .pack-box .flex {
    flex-direction: column;
    background-color: #F1F1F1;
  }
  .pack-section .section-box .pack-box .item {
    height: 2.16rem;
    border-radius: 0.08rem;
    flex: initial;
    margin: 0.08rem 0;
    background-color: #fff;
  }
  .pack-section .section-box .pack-box .item .dft {
    padding: 0 14vw;
  }
  .pack-section .section-box .pack-box .item .hv {
    font-size: 0.32rem;
    line-height: 0.48rem;
    padding: 0.1rem 0.36rem 0;
  }
  .pack-section .section-box .pack-box .item::after {
    width: 2.52rem;
    height: 2.52rem;
    bottom: -2.52rem;
    right: -2.52rem;
  }
  .pack-section .section-box .pack-box .item::before {
    padding: 0.06rem 0.32rem;
    border-radius: 0px 0.08rem 0px 0.28rem;
    font-size: 0.28rem;
    line-height: 0.44rem;
  }
  .pack-section .section-box .pack-box .item:hover::after {
    bottom: -0.84rem;
    right: -0.24rem;
  }
  .pack-section[data-ty=cooperate] .section-box .pack-box{
    margin-top: -.8rem;
  }
  .pack-section[data-ty=cooperate] .section-box .pack-box .flex {
    flex-direction: row;
    background-color: #fff;
  }
  .pack-section[data-ty=cooperate] .section-box .pack-box .item {
    height: 1.26rem;
    border-radius: 0.08rem;
    margin: 0.08rem 0;
    flex: 1;
    background-color: #fff;
    text-align: center;
  }
  .pack-section[data-ty=cooperate] .section-box .pack-box .item .dft {
    padding: 0;
    font-size: 0.32rem;
    line-height: 0.48rem;
  }
  .pack-section[data-ty=cooperate] .section-box .pack-box .item .hv {
    display: none;
  }
  .pack-section[data-ty=cooperate] .section-box .pack-box .item::before {
    content: none;
  }
  .pack-section[data-ty=cooperate] .section-box .pack-box .item:hover .dft, .pack-section[data-ty=cooperate] .section-box .pack-box .item.active .dft {
    display: block;
    position: relative;
    z-index: 99;
  }
  .pack-section[data-ty=cooperate] .section-box .pack-box .item:hover .dft span, .pack-section[data-ty=cooperate] .section-box .pack-box .item.active .dft span {
    text-decoration: none;
  }
  .pack-section[data-ty=cooperate] .section-box .pack-box .item:hover::after, .pack-section[data-ty=cooperate] .section-box .pack-box .item.active::after {
    bottom: -0.84rem;
    right: 0;
    width: 0.96rem;
    background-size: contain;
  }
  .core-section .section-box {
    padding: 0.72rem 0;
  }
  .core-section .section-box .section-info {
    font-size: 0.32rem;
    line-height: 0.48rem;
    margin-top: 0.16rem;
  }
  .core-section .section-box > .flex {
    margin: 0.48rem 0 0;
  }
  .core-section .section-box .item {
    margin: 0;
    border-left: 0.06rem solid #012FA7;
    font-size: 0.24rem;
    line-height: 0.36rem;
  }
  .core-section .section-box .item + .item {
    margin-top: 0.24rem;
  }
  .core-section .section-box .item .title {
    font-size: 0.36rem;
    line-height: 0.56rem;
  }
  .core-section .section-box .item .desc {
    font-size: 0.28rem;
    line-height: 0.44rem;
    margin: 0.12rem 0 0.4rem;
  }
  .core-section .section-box .item:nth-child(1) {
    width: 100%;
  }
  .core-section .section-box .item:nth-child(2) .content {
    font-size: 0.24rem;
    line-height: 0.36rem;
  }
  .core-section .section-box .item:nth-child(2) .content p {
    padding-left: 0.32rem;
    background-size: 0.22rem auto;
    white-space: nowrap;
  }
  .core-section .section-box .item:nth-child(2) .content p:nth-child(1), .core-section .section-box .item:nth-child(2) .content p:nth-child(5), .core-section .section-box .item:nth-child(2) .content p:nth-child(3) {
    width: 45%;
  }
  .core-section .section-box .item:nth-child(2) .content p:nth-child(4), .core-section .section-box .item:nth-child(2) .content p:nth-child(2), .core-section .section-box .item:nth-child(2) .content p:nth-child(6) {
    width: 52%;
  }
  .core-section .section-box .item:nth-child(3) {
    width: 100%;
  }
  .core-section .section-box .item:nth-child(3) .content p {
    padding-left: 0.22rem;
  }
  .core-section .section-box .item:nth-child(3) .content p::before {
    width: 0.08rem;
    height: 0.08rem;
    top: 0.14rem;
  }
  .core-section .section-box .item:nth-child(4) {
    width: 100%;
  }
  .core-section .section-box .img-item {
    margin: 0;
    border-left: 0.06rem solid #012FA7;
    width: 100%;
    font-size: 0.24rem;
    line-height: 0.36rem;
  }
  .core-section .section-box .img-item + .img-item {
    margin-top: 0.24rem;
  }
  .core-section .section-box .img-item .title {
    font-size: 0.36rem;
    line-height: 0.56rem;
  }
  .table-section .thead-line {
    padding: 0.18rem 0;
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
  .table-section .tbody-line {
    padding: 0.22rem 0;
    border-top: 1px solid #F1F1F1;
    font-size: 0.2rem;
    line-height: 0.3rem;
  }
  .table-section .tbody-line .cell:nth-child(1),
  .table-section .thead-line .cell:nth-child(1) {
    padding-left: 0.12rem;
    width: 42%;
  }
  .table-section .tbody-line .cell:nth-child(1) .title,
  .table-section .thead-line .cell:nth-child(1) .title {
    white-space: normal;
  }
  .table-section .tbody-line .cell:nth-child(1) .title .avator,
  .table-section .thead-line .cell:nth-child(1) .title .avator {
    width: 0.64rem;
    margin-right: 0.12rem;
  }
  .table-section .tbody-line .cell:nth-child(1) .title .icon.icon-auth,
  .table-section .thead-line .cell:nth-child(1) .title .icon.icon-auth {
    width: 0.2rem;
    height: 0.2rem;
  }
  .table-section .tbody-line .cell:nth-child(2),
  .table-section .thead-line .cell:nth-child(2) {
    width: 30%;
  }
  .table-section .tbody-line .cell:nth-child(3), .table-section .tbody-line .cell:nth-child(4),
  .table-section .thead-line .cell:nth-child(3),
  .table-section .thead-line .cell:nth-child(4) {
    width: 14%;
  }
  .table-section .tbody-line .cell:nth-child(5), .table-section .tbody-line .cell:nth-child(6), .table-section .tbody-line .cell:nth-child(7),
  .table-section .thead-line .cell:nth-child(5),
  .table-section .thead-line .cell:nth-child(6),
  .table-section .thead-line .cell:nth-child(7) {
    display: none;
  }
  .flow-section .section-main {
    background-position: center 0.324rem;
    background-size: 74vw;
  }
  .flow-section .section-main .info-line {
    margin: 0 -0.16rem;
  }
  .flow-section .section-main .info-line span {
    text-align: center;
  }
  .flow-section .section-main .info-line span::before {
    width: 0.76rem;
    height: 0.76rem;
    margin: 0 auto 0.24rem;
    border: 1px solid #F1F1F1;
    background-size: 0.48rem auto !important;
    background-color: #F1F1F1;
  }
.flow-section[data-ty=dyy] {
    background-color: #F1F1F1;
  }
  .flow-section[data-ty=dyy] .section-main {
    background-image: url(/assets/img/vtadn1706567.png);
    background-position: center 0.96rem;
    background-size: 90% 88%;
    margin-top: 0.04rem;
  }
  .flow-section[data-ty=dyy] .section-main .info-line {
    font-size: 0.28rem;
    line-height: 0.4rem;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .flow-section[data-ty=dyy] .section-main .info-line br {
    display: none;
  }
  .flow-section[data-ty=dyy] .section-main .info-line span {
    width: 33.3%;
  }
  .flow-section[data-ty=dyy] .section-main .info-line span::before {
    background-color: #fff;
    width: 1.28rem;
    height: 1.28rem;
    margin-top: 0.76rem;
  }
  .graph-section .section-main .img-addon:nth-child(1) {
    width: 42%;
  }
  .graph-section .section-main .img-addon:nth-child(2) {
    width: 48%;
  }
  .graph-section .section-main .flex {
    padding: 0.36rem 0;
  }
  .mcn-section .section-main .img-addon {
    width: calc(20% - 4px);
  }
.qlt-section .qlt-main {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0.24rem;
  }
  .qlt-section .qlt-main br {
    display: none;
  }
  .qlt-section .qlt-main > .item {
    margin: 0.24rem 0;
  }
  .qlt-section .qlt-main > .item .title {
    font-size: 0.28rem;
    line-height: 0.4rem;
    padding: 0.24rem 0.24rem;
  }
  .qlt-section .qlt-main > .item .box {
    padding: 0.48rem;
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
  .qlt-section .qlt-main.qlt2-main {
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 0.8rem;
    justify-content: space-between;
  }
  .qlt-section .qlt-main.qlt2-main .box {
    padding: 0.48rem;
  }
  .qlt-section .qlt-main.qlt2-main .box .line {
    height: 1.68rem;
    padding: 0.24rem 0.12rem;
  }
  .qlt-section .qlt-main.qlt2-main .box .line br {
    display: none;
  }
  .qlt-section .qlt-main.qlt2-main .box .line + .line {
    margin-top: 0.24rem;
  }
  .qlt-section .qlt-main.qlt2-main > .item {
    width: calc(50% - 0.12rem);
    flex: 0 1 auto;
    margin: 0;
  }
  .qlt-section .qlt-main.qlt2-main > .item.hl {
    width: 100%;
    margin-bottom: 0.48rem;
  }
  .qlt-section .qlt-main.qlt2-main > .item.hl .line {
    height: 1.28rem;
    padding: 0 0.96rem;
  }
  .qlt-section .qlt-main.qlt2-main > .item.hl .title, .qlt-section .qlt-main.qlt2-main > .item.hl .line {
    background-color: #012FA7;
    color: #fff;
  }
  .qlt-section .qlt-main.qlt2-main > .item.hl .box {
    border-color: #012FA7;
  }
  .qlt-section .qlt-main .tbox {
    height: auto;
    margin: -0.16rem 0 0.36rem;
  }
  .qlt-section .qlt-main .tbox .line {
    margin: 0.16rem -0.4rem;
  }
  .qlt-section .qlt-main .tbox .line::before, .qlt-section .qlt-main .tbox .line::after {
    content: "";
    width: 0.1rem;
    height: 0.1rem;
    margin: 0 0.24rem;
  }
  .qlt-section .qlt-main .bbox {
    padding: 0.16rem 0.48rem;
    height: auto;
  }
  .rec-section .img-addon {
    margin-top: 0.8rem;
  }
.ope-section[data-ty=dyy] .section-info {
    margin-top: 0.04rem;
  }
  .ope-section[data-ty=dyy] .section-box {
    padding-bottom: 0.48rem;
  }
  .ope-section[data-ty=dyy] .section-main {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0.24rem;
  }
  .ope-section[data-ty=dyy] .section-main .com-news-ver {
    width: 100%;
    margin: 0.24rem 0;
  }
  .ope-section[data-ty=dyy] .section-main .com-news-ver .title {
    height: 0.56rem;
    margin: 0.16rem 0 0;
  }
}
@media screen and (max-width: 776px) {
  .show-section .list-out {
    display: none;
  }
  .show-section .list-out-mb {
    display: block;
    margin: 0.24rem -0.3rem 0.48rem;
  }
  .show-section .list-out-mb .show-swiper {
    padding-top: 0.4rem;
  }
  .show-section .swiper-slide {
    width: 5.28rem;
    transform: scale(0.95);
  }
  .show-section .swiper-slide-active {
    transform: scale(1);
  }
  .show-section .item {
    padding: 0.96rem 0.72rem;
    width: 100%;
    height: 11.48rem;
  }
  .show-section .item .top .title {
    font-size: 0.48rem;
    line-height: 0.72rem;
  }
  .show-section .item .top .desc {
    font-size: 0.24rem;
    line-height: 0.32rem;
  }
  .show-section .item .top + .pri {
    margin-top: 0.36rem;
  }
  .show-section .item .money-box {
    margin: 0.36rem 0 0.32rem;
  }
  .show-section .item .money-box .num {
    font-size: 0.6rem;
    line-height: 0.84rem;
  }
  .show-section .item .money-box .num i {
    font-size: 0.36rem;
    line-height: 0.56rem;
  }
  .show-section .item .money-box del {
    font-size: 0.28rem;
    line-height: 0.48rem;
    white-space: nowrap;
  }
  .show-section .item .money-box .tip {
    font-size: 0.24rem;
    line-height: 0.4rem;
    padding: 0 0.12rem;
    top: -0.4rem;
  }
  .show-section .item .money-box .tip .content {
    padding: 0.12rem 0.24rem;
    border-radius: 6px;
    top: -0.12rem;
    right: 0;
    left: auto;
  }
  .show-section .item .pri {
    min-width: 3.5rem;
  }
  .show-section .item .pri li {
    margin: 0.04rem 0;
    font-size: 0.24rem;
    line-height: 0.4rem;
    padding-left: 0.4rem;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 0.28rem auto;
    background-image: url("/assets/img/checked-r.png");
  }
  .show-section .item .btn {
    width: 3.84rem;
    height: 0.84rem;
    font-size: 0.24rem;
    line-height: 0.84rem;
    margin: 0.32rem auto 0;
  }
  .show-section .item[data-hl=pop]::before, .show-section .item[data-hl=effect]::before {
    width: 1.04rem;
    height: 1.04rem;
    top: -0.32rem;
    right: 0.24rem;
  }
  .show-section .section-box > .btn {
    padding: 0.12rem 0.36rem;
    font-size: 0.24rem;
    line-height: 0.32rem;
  }
  .graph-section .section-main .img-addon:nth-child(1), .graph-section .section-main .img-addon:nth-child(2) {
    width: 100%;
    margin-bottom: 0.36rem;
  }
  .graph-section .section-main .flex {
    padding-top: 0;
    flex-direction: column;
  }
}